Package | Description |
---|---|
info.junius.library.jabb.generics | |
info.junius.library.jabb.util |
Modifier and Type | Class and Description |
---|---|
class |
DefaultGenericType
GenericType implementation
Created: 31 Oct 2015, 12:18:09 pm
|
Modifier and Type | Method and Description |
---|---|
GenericType |
GenericsParser.parse(java.lang.String value)
Parses the value and returns a tree of generic types
|
Modifier and Type | Method and Description |
---|---|
java.util.List<GenericType> |
GenericType.getParameterList()
Argument types [0, n]
|
java.util.List<GenericType> |
DefaultGenericType.getParameterList() |
Modifier and Type | Method and Description |
---|---|
void |
GenericType.addParameter(GenericType parameter)
Adds a child type node
|
void |
DefaultGenericType.addParameter(GenericType parameter) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
InstanceFactory.getInstance(GenericType type)
Returns an instance of type T
|