|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ParamInfo.Type | |
|---|---|
| cz.cuni.amis.pogamut.sposh.executor | Classes for creation and execution of primitives. |
| Uses of ParamInfo.Type in cz.cuni.amis.pogamut.sposh.executor |
|---|
| Fields in cz.cuni.amis.pogamut.sposh.executor declared as ParamInfo.Type | |
|---|---|
ParamInfo.Type |
ParamInfo.type
Type of parameter. |
| Methods in cz.cuni.amis.pogamut.sposh.executor that return ParamInfo.Type | |
|---|---|
static ParamInfo.Type |
ParamInfo.Type.findType(String javaType)
Find the ParamInfo.Type for passed java type. |
static ParamInfo.Type |
ParamInfo.Type.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ParamInfo.Type[] |
ParamInfo.Type.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Constructors in cz.cuni.amis.pogamut.sposh.executor with parameters of type ParamInfo.Type | |
|---|---|
ParamInfo(String name,
ParamInfo.Type type,
String clsName)
Create new info object about parameter of a parametrized method. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||