public class TopLevelClassReference extends ClassReference
class.QualifiedReference.TypeclassType, INNER_CLASS_SEPARATOR_CHARJVMS_COMPONENT_JOINER, type| Constructor and Description |
|---|
TopLevelClassReference(ObjectType classType)
Constructs a new reference to a top-level class.
|
TopLevelClassReference(String className)
Constructs a new reference to a top-level class.
|
buildToString, equals, getClassType, getField, getField, getField, getField, getInnerClass, getMethod, getMethod, getMethod, hashCode, toJvmsIdentifiergetType, toStringpublic TopLevelClassReference(ObjectType classType)
classType - The type of the classIllegalArgumentException - If the given type represents an inner
classpublic TopLevelClassReference(String className)
className - The name of the classIllegalArgumentException - If the given type represents an inner
class