| Package | Description |
|---|---|
| cz.cuni.amis.pogamut.sposh.executor |
Classes for creation and execution of primitives.
|
| Modifier and Type | Field and Description |
|---|---|
ParamInfo.Type |
ParamInfo.type
Type of parameter.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Constructor and Description |
|---|
ParamInfo(String name,
ParamInfo.Type type,
String clsName)
Create new info object about parameter of a parametrized method.
|
Copyright © 2018 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All rights reserved.