Package | Description |
---|---|
org.lemsml.jlems.core.codger.metaclass |
Modifier and Type | Method and Description |
---|---|
VarType |
Method.getReturnType() |
static VarType |
VarType.valueOf(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.
|
Modifier and Type | Method and Description |
---|---|
void |
Method.addMapArgument(String mnm,
VarType keyType,
VarType valType) |
static String |
AbstractField.defaultDeclare(VarType vt,
String varname) |
static String |
VarTypes.javaVarDefault(VarType vt) |
static String |
VarTypes.javaVarType(VarType vt) |
Method |
MetaClass.newMetaMethod(VarType typ,
String nm,
String rv) |
void |
Method.setReturnType(VarType typ) |
Constructor and Description |
---|
MapConditionalAssignment(VarType d,
String vnm,
String fnm,
HashMap<String,String> exposureMap) |
MapMethodArgument(String s,
VarType kt,
VarType vt) |
Copyright © 2019. All rights reserved.