Class Type.ClassType

java.lang.Object
org.openjdk.asmtools.jdis.notations.Type
org.openjdk.asmtools.jdis.notations.Type.ClassType
Enclosing class:
Type

public static class Type.ClassType extends Type
Represents a class type signature. This is used to represent a reference to a class, such as in a field, parameter, return type, etc.

See: JVMS 4.3.4 ClassTypeSignature: L PackageSpecifier_opt SimpleClassTypeSignature ClassTypeSignatureSuffix* ; PackageSpecifier: Identifier / PackageSpecifier* SimpleClassTypeSignature: Identifier TypeArguments_opt } ClassTypeSignatureSuffix: . SimpleClassTypeSignature