javassist.bytecode
public static class SignatureAttribute.TypeParameter extends Object
| Method Summary | |
|---|---|
| SignatureAttribute.ObjectType | getClassBound()
Returns the class bound of this parameter.
|
| SignatureAttribute.ObjectType[] | getInterfaceBound()
Returns the interface bound of this parameter.
|
| String | getName()
Returns the name of the type parameter. |
| String | toString()
Returns the string representation. |
Returns: null if the class bound is not specified.
Returns: a zero-length array if the interface bound is not specified.