Package javassist.bytecode
Class SignatureAttribute.ObjectType
java.lang.Object
javassist.bytecode.SignatureAttribute.Type
javassist.bytecode.SignatureAttribute.ObjectType
- Direct Known Subclasses:
SignatureAttribute.ArrayType
,SignatureAttribute.ClassType
,SignatureAttribute.TypeVariable
- Enclosing class:
SignatureAttribute
Class types, array types, and type variables.
This class is also used for representing a field type.
-
Constructor Summary
-
Method Summary
Methods inherited from class javassist.bytecode.SignatureAttribute.Type
jvmTypeName
-
Constructor Details
-
ObjectType
public ObjectType()
-
-
Method Details
-
encode
Returns the encoded string representing the object type signature.
-