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 CtClassgetCtlass()Returns theCtClassrepresenting this primitive type.chargetDescriptor()Returns the descriptor representing this primitive type.StringtoString()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 theCtClassrepresenting this primitive type.
-
-