Javassist 3.15.0-GA-redhat-2

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
 String getName()
          Returns the variable name.
 String toString()
          Returns the string representation.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getName

public String getName()
Returns the variable name.


toString

public String toString()
Returns the string representation.

Overrides:
toString in class Object

Javassist 3.15.0-GA-redhat-2

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.