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) char
descriptor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) void
encode(java.lang.StringBuilder sb)
CtClass
getCtlass()
Returns theCtClass
representing this primitive type.char
getDescriptor()
Returns the descriptor representing this primitive type.java.lang.String
toString()
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 theCtClass
representing this primitive type.
-
toString
public java.lang.String toString()
Returns the string representation.- Overrides:
toString
in classjava.lang.Object
-
encode
void encode(java.lang.StringBuilder sb)
- Specified by:
encode
in classSignatureAttribute.Type
-
-