public static class AsmClassWriter.SuperClassResolvingJdkClassWriter extends Object
TypePool
, to pass in the constructor.Modifier and Type | Field and Description |
---|---|
protected static Method |
GET_SUPER_CLASS
The
getSuperClass(String) method. |
Constructor and Description |
---|
SuperClassResolvingJdkClassWriter(TypePool typePool)
Creates a super class resolving JDK class writer.
|
Modifier and Type | Method and Description |
---|---|
String |
getSuperClass(String internalName)
Resolves the super class for a given internal class name, or
null if a given class
represents an interface. |
protected static final Method GET_SUPER_CLASS
getSuperClass(String)
method.@MaybeNull public String getSuperClass(String internalName)
null
if a given class
represents an interface. The provided class name will never be Object
.internalName
- The internal name of the class or interface of which to return a super type.null
if the provided type name represents
an interface.Copyright © 2014–2025. All rights reserved.