public interface GenericType
Modifier and Type | Method and Description |
---|---|
void |
addParameter(GenericType parameter)
Adds a child type node
|
java.util.List<GenericType> |
getParameterList()
Argument types [0, n]
|
java.lang.Class<?> |
getTypeClass()
Class of this particular type
|
java.lang.Class<?> getTypeClass()
java.util.List<GenericType> getParameterList()
void addParameter(GenericType parameter)
parameter
- type node to add