Uses of Class
org.hotswap.agent.javassist.bytecode.SignatureAttribute.ClassType
-
Packages that use SignatureAttribute.ClassType Package Description org.hotswap.agent.javassist.bytecode Bytecode-level API. -
-
Uses of SignatureAttribute.ClassType in org.hotswap.agent.javassist.bytecode
Subclasses of SignatureAttribute.ClassType in org.hotswap.agent.javassist.bytecode Modifier and Type Class Description static classSignatureAttribute.NestedClassTypeNested class types.Fields in org.hotswap.agent.javassist.bytecode declared as SignatureAttribute.ClassType Modifier and Type Field Description static SignatureAttribute.ClassTypeSignatureAttribute.ClassType. OBJECTA class type representingjava.lang.Object.Methods in org.hotswap.agent.javassist.bytecode that return SignatureAttribute.ClassType Modifier and Type Method Description SignatureAttribute.ClassTypeSignatureAttribute.ClassType. getDeclaringClass()If this class is a member of another class, returns the class in which this class is declared.SignatureAttribute.ClassTypeSignatureAttribute.NestedClassType. getDeclaringClass()Returns the class that declares this nested class.SignatureAttribute.ClassType[]SignatureAttribute.ClassSignature. getInterfaces()Returns the super interfaces.SignatureAttribute.ClassTypeSignatureAttribute.ClassSignature. getSuperClass()Returns the super class.Constructors in org.hotswap.agent.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(SignatureAttribute.ClassType parent, String className, SignatureAttribute.TypeArgument[] args)Constructs aNestedClassType.
-