javassist.bytecode
Class SignatureAttribute.TypeVariable

java.lang.Object
  extended byjavassist.bytecode.SignatureAttribute.Type
      extended byjavassist.bytecode.SignatureAttribute.ObjectType
          extended byjavassist.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.



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