|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavassist.bytecode.SignatureAttribute.TypeParameter
public static class SignatureAttribute.TypeParameter
Formal type parameters.
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public java.lang.String getName()
public SignatureAttribute.ObjectType getClassBound()
public SignatureAttribute.ObjectType[] getInterfaceBound()
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |