javassist.bytecode
public static class SignatureAttribute.BaseType extends SignatureAttribute.Type
Modifier and Type | Method and Description |
---|---|
CtClass |
getCtlass()
Returns the
CtClass representing this
primitive type. |
char |
getDescriptor()
Returns the descriptor representing this primitive type.
|
java.lang.String |
toString()
Returns the string representation.
|
public char getDescriptor()
Descriptor
public CtClass getCtlass()
CtClass
representing this
primitive type.public java.lang.String toString()
toString
in class java.lang.Object
Javassist, a Java-bytecode translator toolkit.
Copyright (C) 1999-2010 Shigeru Chiba. All Rights Reserved.