Modifier and Type | Method and Description |
---|---|
boolean |
isConcrete()
True if the type contains no type variables nor wildcards.
|
boolean |
isConcreteArray()
True if the type is concrete, and is an array.
|
boolean |
isConcreteCollection() |
boolean |
isConcreteMap() |
boolean |
isUnparameterizedType()
True if the type represents an unparameterized class in Java, such as Integer.
|
JType |
subst(java.util.Map<java.lang.String,JType> substitutions)
Apply the given subsitutions.
|
boolean isUnparameterizedType()
boolean isConcrete()
boolean isConcreteArray()
boolean isConcreteCollection()
boolean isConcreteMap()