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 classNested class types.Fields in javassist.bytecode declared as SignatureAttribute.ClassTypeModifier and TypeFieldDescriptionstatic SignatureAttribute.ClassTypeSignatureAttribute.ClassType.OBJECTA class type representingjava.lang.Object.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.Constructors in javassist.bytecode with parameters of type SignatureAttribute.ClassTypeModifierConstructorDescriptionClassSignature(SignatureAttribute.TypeParameter[] params, SignatureAttribute.ClassType superClass, SignatureAttribute.ClassType[] interfaces) Constructs a class signature.NestedClassType(SignatureAttribute.ClassType parent, String className, SignatureAttribute.TypeArgument[] args) Constructs aNestedClassType.