javassist.bytecode
Class SignatureAttribute.BaseType

java.lang.Object
  extended by javassist.bytecode.SignatureAttribute.Type
      extended by javassist.bytecode.SignatureAttribute.BaseType
Enclosing class:
SignatureAttribute

public static class SignatureAttribute.BaseType
extends SignatureAttribute.Type

Primitive types.


Method Summary
 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.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getDescriptor

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

See Also:
Descriptor

getCtlass

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


toString

public java.lang.String toString()
Returns the string representation.

Overrides:
toString in class java.lang.Object


Javassist, a Java-bytecode translator toolkit.
Copyright (C) 1999-2010 Shigeru Chiba. All Rights Reserved.