Uses of Class
javassist.bytecode.SignatureAttribute.ClassType
-
Packages that use SignatureAttribute.ClassType Package Description javassist.bytecode Bytecode-level API. -
-
Uses of SignatureAttribute.ClassType in javassist.bytecode
Subclasses of SignatureAttribute.ClassType in javassist.bytecode Modifier and Type Class Description static class
SignatureAttribute.NestedClassType
Nested class types.Fields in javassist.bytecode declared as SignatureAttribute.ClassType Modifier and Type Field Description (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.ClassType Modifier and Type Method Description SignatureAttribute.ClassType
SignatureAttribute.ClassType. getDeclaringClass()
If this class is a member of another class, returns the class in which this class is declared.SignatureAttribute.ClassType
SignatureAttribute.NestedClassType. getDeclaringClass()
Returns the class that declares this nested class.SignatureAttribute.ClassType[]
SignatureAttribute.ClassSignature. getInterfaces()
Returns the super interfaces.SignatureAttribute.ClassType
SignatureAttribute.ClassSignature. getSuperClass()
Returns the super class.(package private) static SignatureAttribute.ClassType
SignatureAttribute.ClassType. make(java.lang.String s, int b, int e, SignatureAttribute.TypeArgument[] targs, SignatureAttribute.ClassType parent)
private static SignatureAttribute.ClassType
SignatureAttribute. parseClassType(java.lang.String sig, SignatureAttribute.Cursor c)
private static SignatureAttribute.ClassType
SignatureAttribute. parseClassType2(java.lang.String sig, SignatureAttribute.Cursor c, SignatureAttribute.ClassType parent)
Methods in javassist.bytecode with parameters of type SignatureAttribute.ClassType Modifier and Type Method Description (package private) static SignatureAttribute.ClassType
SignatureAttribute.ClassType. make(java.lang.String s, int b, int e, SignatureAttribute.TypeArgument[] targs, SignatureAttribute.ClassType parent)
private static SignatureAttribute.ClassType
SignatureAttribute. parseClassType2(java.lang.String sig, SignatureAttribute.Cursor c, SignatureAttribute.ClassType parent)
Constructors in javassist.bytecode with parameters of type SignatureAttribute.ClassType Constructor Description ClassSignature(SignatureAttribute.TypeParameter[] params, SignatureAttribute.ClassType superClass, SignatureAttribute.ClassType[] interfaces)
Constructs a class signature.NestedClassType(java.lang.String s, int b, int e, SignatureAttribute.TypeArgument[] targs, SignatureAttribute.ClassType p)
NestedClassType(SignatureAttribute.ClassType parent, java.lang.String className, SignatureAttribute.TypeArgument[] args)
Constructs aNestedClassType
.
-