javassist.bytecode
public static class SignatureAttribute.TypeArgument extends Object
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
? |
String | toString()
Returns the string representation. |
Returns: ' ' (not-wildcard), '*' (wildcard), '+' (wildcard with upper bound), or '-' (wildcard with lower bound).