public static class SignatureAttribute.TypeArgument
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
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.
|
public char getKind()
public boolean isWildcard()
public SignatureAttribute.ObjectType getType()
public java.lang.String toString()
toString
in class java.lang.Object
Javassist, a Java-bytecode translator toolkit.
Copyright (C) 1999-2006 Shigeru Chiba. All Rights Reserved.