Package javassist.bytecode
Class SignatureAttribute.BaseType
- java.lang.Object
-
- javassist.bytecode.SignatureAttribute.Type
-
- javassist.bytecode.SignatureAttribute.BaseType
-
- Enclosing class:
- SignatureAttribute
public static class SignatureAttribute.BaseType extends SignatureAttribute.Type
Primitive types.
-
-
Constructor Summary
Constructors Constructor Description BaseType(java.lang.String typeName)Constructs aBaseType.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CtClassgetCtlass()Returns theCtClassrepresenting this primitive type.chargetDescriptor()Returns the descriptor representing this primitive type.java.lang.StringtoString()Returns the string representation.-
Methods inherited from class javassist.bytecode.SignatureAttribute.Type
jvmTypeName
-
-
-
-
Method Detail
-
getDescriptor
public char getDescriptor()
Returns the descriptor representing this primitive type.- See Also:
Descriptor
-
getCtlass
public CtClass getCtlass()
Returns theCtClassrepresenting this primitive type.
-
toString
public java.lang.String toString()
Returns the string representation.- Overrides:
toStringin classjava.lang.Object
-
-