public static class SignatureAttribute.BaseType extends SignatureAttribute.Type
Constructor | Description |
---|---|
BaseType(java.lang.String typeName) |
Constructs a
BaseType . |
Modifier and Type | Method | 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.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
jvmTypeName
public BaseType(java.lang.String typeName)
BaseType
.typeName
- void
, int
, ...public char getDescriptor()
Descriptor
public CtClass getCtlass()
CtClass
representing this
primitive type.public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2018 Shigeru Chiba, www.javassist.org. All Rights Reserved.