javassist.bytecode

Class SignatureAttribute.TypeVariable

public static class SignatureAttribute.TypeVariable extends SignatureAttribute.ObjectType

Type variables.
Method Summary
StringgetName()
Returns the variable name.
StringtoString()
Returns the string representation.

Method Detail

getName

public String getName()
Returns the variable name.

toString

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