public static class SignatureAttribute.TypeParameter
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
SignatureAttribute.ObjectType |
getClassBound()
Returns the class bound of this parameter.
|
SignatureAttribute.ObjectType[] |
getInterfaceBound()
Returns the interface bound of this parameter.
|
java.lang.String |
getName()
Returns the name of the type parameter.
|
java.lang.String |
toString()
Returns the string representation.
|
public java.lang.String getName()
public SignatureAttribute.ObjectType getClassBound()
public SignatureAttribute.ObjectType[] getInterfaceBound()
public java.lang.String toString()
toString
in class java.lang.Object
Javassist, a Java-bytecode translator toolkit.
Copyright (C) 1999-2010 Shigeru Chiba. All Rights Reserved.