javassist.bytecode
Class SignatureAttribute.TypeVariable

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

public static class SignatureAttribute.TypeVariable
extends SignatureAttribute.ObjectType

Type variables.


Method Summary
 java.lang.String getName()
          Returns the variable name.
 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

getName

public java.lang.String getName()
Returns the variable name.


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-2006 Shigeru Chiba. All Rights Reserved.