Class Type.ClassSigType

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

public static class Type.ClassSigType extends Type
Represents a class signature. These describe the signature of a class that has type arguments.

See: JVMS 4.3.4 ClassSignature: FormalTypeParameters_opt SuperclassSignature SuperinterfaceSignature*