javassist.bytecode

Class SignatureAttribute.BaseType

public static class SignatureAttribute.BaseType extends SignatureAttribute.Type

Primitive types.
Method Summary
CtClassgetCtlass()
Returns the CtClass representing this primitive type.
chargetDescriptor()
Returns the descriptor representing this primitive type.
StringtoString()
Returns the string representation.

Method Detail

getCtlass

public CtClass getCtlass()
Returns the CtClass representing this primitive type.

getDescriptor

public char getDescriptor()
Returns the descriptor representing this primitive type.

See Also: Descriptor

toString

public String toString()
Returns the string representation.
Javassist, a Java-bytecode translator toolkit.
Copyright (C) 1999-2006 Shigeru Chiba. All Rights Reserved.