public class InnerClassReference extends ClassReference
class.QualifiedReference.TypeclassType, INNER_CLASS_SEPARATOR_CHARJVMS_COMPONENT_JOINER, type| Constructor and Description |
|---|
InnerClassReference(ObjectType classType)
Constructs a new reference to an inner class.
|
| Modifier and Type | Method and Description |
|---|---|
ClassReference |
getParentClass()
Gets a reference to the parent class of this inner class.
|
buildToString, equals, getClassType, getField, getField, getField, getField, getInnerClass, getMethod, getMethod, getMethod, hashCode, toJvmsIdentifiergetType, toStringpublic InnerClassReference(ObjectType classType)
classType - The full type of the inner classpublic ClassReference getParentClass()