|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavassist.bytecode.SignatureAttribute.TypeArgument
public static class SignatureAttribute.TypeArgument
Type argument.
Method Summary | |
---|---|
char |
getKind()
Returns the kind of this type argument. |
SignatureAttribute.ObjectType |
getType()
Returns the type represented by this argument if the argument is not a wildcard type. |
boolean |
isWildcard()
Returns true if this type argument is a wildcard type such as ? , ? extends String , or ? super Integer . |
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 char getKind()
' '
(not-wildcard), '*'
(wildcard), '+'
(wildcard with
upper bound), or '-'
(wildcard with lower bound).public boolean isWildcard()
?
, ? extends String
, or ? super Integer
.
public SignatureAttribute.ObjectType getType()
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 |