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.
-
-
Field Summary
Fields Modifier and Type Field Description (package private) chardescriptor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) voidencode(java.lang.StringBuffer sb)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, toString
-
-
-
-
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
-
encode
void encode(java.lang.StringBuffer sb)
- Specified by:
encodein classSignatureAttribute.Type
-
-