Uses of Class
javassist.bytecode.SignatureAttribute.ClassType
Packages that use SignatureAttribute.ClassType
-
Uses of SignatureAttribute.ClassType in javassist.bytecode
Subclasses of SignatureAttribute.ClassType in javassist.bytecodeModifier and TypeClassDescriptionstatic class
Nested class types.Fields in javassist.bytecode declared as SignatureAttribute.ClassTypeModifier and TypeFieldDescription(package private) SignatureAttribute.ClassType[]
SignatureAttribute.ClassSignature.interfaces
static SignatureAttribute.ClassType
SignatureAttribute.ClassType.OBJECT
A class type representingjava.lang.Object
.(package private) SignatureAttribute.ClassType
SignatureAttribute.NestedClassType.parent
(package private) SignatureAttribute.ClassType
SignatureAttribute.ClassSignature.superClass
Methods in javassist.bytecode that return SignatureAttribute.ClassTypeModifier 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.(package private) static SignatureAttribute.ClassType
SignatureAttribute.ClassType.make
(String s, int b, int e, SignatureAttribute.TypeArgument[] targs, SignatureAttribute.ClassType parent) private static SignatureAttribute.ClassType
SignatureAttribute.parseClassType
(String sig, SignatureAttribute.Cursor c) private static SignatureAttribute.ClassType
SignatureAttribute.parseClassType2
(String sig, SignatureAttribute.Cursor c, SignatureAttribute.ClassType parent) Methods in javassist.bytecode with parameters of type SignatureAttribute.ClassTypeModifier and TypeMethodDescription(package private) static SignatureAttribute.ClassType
SignatureAttribute.ClassType.make
(String s, int b, int e, SignatureAttribute.TypeArgument[] targs, SignatureAttribute.ClassType parent) private static SignatureAttribute.ClassType
SignatureAttribute.parseClassType2
(String sig, SignatureAttribute.Cursor c, SignatureAttribute.ClassType parent) Constructors in javassist.bytecode with parameters of type SignatureAttribute.ClassTypeModifierConstructorDescriptionClassSignature
(SignatureAttribute.TypeParameter[] params, SignatureAttribute.ClassType superClass, SignatureAttribute.ClassType[] interfaces) Constructs a class signature.(package private)
NestedClassType
(String s, int b, int e, SignatureAttribute.TypeArgument[] targs, SignatureAttribute.ClassType p) NestedClassType
(SignatureAttribute.ClassType parent, String className, SignatureAttribute.TypeArgument[] args) Constructs aNestedClassType
.