Uses of Class
cz.cuni.amis.pogamut.sposh.executor.ParamInfo.Type

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.
 



Copyright © 2014 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.