Class SignatureAttribute.BaseType
java.lang.Object
javassist.bytecode.SignatureAttribute.Type
javassist.bytecode.SignatureAttribute.BaseType
- Enclosing class:
SignatureAttribute
Primitive types.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns theCtClassrepresenting this primitive type.charReturns the descriptor representing this primitive type.toString()Returns the string representation.Methods inherited from class SignatureAttribute.Type
jvmTypeName
-
Constructor Details
-
BaseType
-
-
Method Details
-
getDescriptor
public char getDescriptor()Returns the descriptor representing this primitive type.- See Also:
-
getCtlass
Returns theCtClassrepresenting this primitive type. -
toString
-