public static class SignatureAttribute.BaseType extends SignatureAttribute.Type
| Constructor and Description | 
|---|
| BaseType(String typeName)Constructs a  BaseType. | 
| Modifier and Type | Method and Description | 
|---|---|
| CtClass | getCtlass()Returns the  CtClassrepresenting this
 primitive type. | 
| char | getDescriptor()Returns the descriptor representing this primitive type. | 
| String | toString()Returns the string representation. | 
jvmTypeNamepublic BaseType(String typeName)
BaseType.typeName - void, int, ...public char getDescriptor()
Descriptorpublic CtClass getCtlass()
CtClass representing this
 primitive type.Copyright © 2016 Shigeru Chiba, www.javassist.org. All Rights Reserved.