public static final class JavaTypeName.Argument extends Object implements Serializable
Modifier and Type | Method and Description |
---|---|
JavaTypeName |
getTypeName()
Gets the type name of the argument.
|
String |
getWildcardBounds()
Gets the wildcard bounds of the argument.
|
boolean |
isWildcard()
Gets a flag indicating the argument is a wildcard argument.
|
String |
toString()
Creates a string representation of the instance.
|
public boolean isWildcard()
true
, if the argument is a wildcard argument; false
, else.public String getWildcardBounds()
null
.public JavaTypeName getTypeName()
null
, if the argument is a wildcard argument.Copyright © 2005–2016 The JOMC Project. All rights reserved.