Uses of Class
javassist.bytecode.SignatureAttribute.ClassType

Packages that use SignatureAttribute.ClassType
javassist.bytecode Bytecode-level API. 
 

Uses of SignatureAttribute.ClassType in javassist.bytecode
 

Subclasses of SignatureAttribute.ClassType in javassist.bytecode
static class SignatureAttribute.NestedClassType
          Nested class types.
 

Methods in javassist.bytecode that return SignatureAttribute.ClassType
 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.
 



Copyright © 2011. All Rights Reserved.