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.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CtClass
getCtlass()
Returns theCtClass
representing this primitive type.char
getDescriptor()
Returns the descriptor representing this primitive type.String
toString()
Returns the string representation.-
Methods inherited from class javassist.bytecode.SignatureAttribute.Type
jvmTypeName
-
-
-
-
Constructor Detail
-
BaseType
public BaseType(String typeName)
Constructs aBaseType
.- Parameters:
typeName
-void
,int
, ...
-
-
Method Detail
-
getDescriptor
public char getDescriptor()
Returns the descriptor representing this primitive type.- See Also:
Descriptor
-
getCtlass
public CtClass getCtlass()
Returns theCtClass
representing this primitive type.
-
-