Uses of Class
org.lemsml.jlems.core.codger.metaclass.VarType
-
Packages that use VarType Package Description org.lemsml.jlems.core.codger.metaclass -
-
Uses of VarType in org.lemsml.jlems.core.codger.metaclass
Fields in org.lemsml.jlems.core.codger.metaclass declared as VarType Modifier and Type Field Description (package private) VarType
MapMethodArgument. keyType
(package private) VarType
Method. returnType
(package private) VarType
MapMethodArgument. valType
(package private) VarType
MapConditionalAssignment. varType
Methods in org.lemsml.jlems.core.codger.metaclass that return VarType Modifier and Type Method Description VarType
Method. getReturnType()
static VarType
VarType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static VarType[]
VarType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.lemsml.jlems.core.codger.metaclass with parameters of type VarType Modifier and Type Method Description void
Method. addMapArgument(java.lang.String mnm, VarType keyType, VarType valType)
static java.lang.String
AbstractField. defaultDeclare(VarType vt, java.lang.String varname)
static java.lang.String
VarTypes. javaVarDefault(VarType vt)
static java.lang.String
VarTypes. javaVarType(VarType vt)
Method
MetaClass. newMetaMethod(VarType typ, java.lang.String nm, java.lang.String rv)
void
Method. setReturnType(VarType typ)
Constructors in org.lemsml.jlems.core.codger.metaclass with parameters of type VarType Constructor Description MapConditionalAssignment(VarType d, java.lang.String vnm, java.lang.String fnm, java.util.HashMap<java.lang.String,java.lang.String> exposureMap)
MapMethodArgument(java.lang.String s, VarType kt, VarType vt)
-