Package javassist.bytecode
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 javassist.bytecode.SignatureAttribute.Type
jvmTypeName
-
Constructor Details
-
BaseType
Constructs aBaseType.- Parameters:
typeName-void,int, ...
-
-
Method Details
-
getDescriptor
public char getDescriptor()Returns the descriptor representing this primitive type.- See Also:
-
getCtlass
Returns theCtClassrepresenting this primitive type. -
toString
Returns the string representation.
-