Uses of Class
javassist.bytecode.SignatureAttribute.ClassType
-
Uses of SignatureAttribute.ClassType in javassist.bytecode
Modifier and TypeClassDescriptionstatic class
Nested class types.Modifier and TypeFieldDescriptionstatic SignatureAttribute.ClassType
SignatureAttribute.ClassType.OBJECT
A class type representingjava.lang.Object
.Modifier and TypeMethodDescriptionSignatureAttribute.ClassType.getDeclaringClass()
If this class is a member of another class, returns the class in which this class is declared.SignatureAttribute.NestedClassType.getDeclaringClass()
Returns the class that declares this nested class.SignatureAttribute.ClassSignature.getInterfaces()
Returns the super interfaces.SignatureAttribute.ClassSignature.getSuperClass()
Returns the super class.ModifierConstructorDescriptionClassSignature
(SignatureAttribute.TypeParameter[] params, SignatureAttribute.ClassType superClass, SignatureAttribute.ClassType[] interfaces) Constructs a class signature.NestedClassType
(SignatureAttribute.ClassType parent, String className, SignatureAttribute.TypeArgument[] args) Constructs aNestedClassType
.