Uses of Class
javassist.bytecode.SignatureAttribute.ObjectType

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

Uses of SignatureAttribute.ObjectType in javassist.bytecode
 

Subclasses of SignatureAttribute.ObjectType in javassist.bytecode
static class SignatureAttribute.ArrayType
          Array types.
static class SignatureAttribute.ClassType
          Class types.
static class SignatureAttribute.NestedClassType
          Nested class types.
static class SignatureAttribute.TypeVariable
          Type variables.
 

Methods in javassist.bytecode that return SignatureAttribute.ObjectType
 SignatureAttribute.ObjectType SignatureAttribute.TypeParameter.getClassBound()
          Returns the class bound of this parameter.
 SignatureAttribute.ObjectType[] SignatureAttribute.MethodSignature.getExceptionTypes()
          Returns the types of the exceptions that may be thrown.
 SignatureAttribute.ObjectType[] SignatureAttribute.TypeParameter.getInterfaceBound()
          Returns the interface bound of this parameter.
 SignatureAttribute.ObjectType SignatureAttribute.TypeArgument.getType()
          Returns the type represented by this argument if the argument is not a wildcard type.
static SignatureAttribute.ObjectType SignatureAttribute.toFieldSignature(java.lang.String sig)
          Parses the given signature string as a field type signature.
 



Javassist, a Java-bytecode translator toolkit.
Copyright (C) 1999-2010 Shigeru Chiba. All Rights Reserved.