Modifier and Type | Method and Description |
---|---|
static CMLVarEnum |
CMLSymbolMapper.mapSymbolStr2Type(java.lang.String str)
Map symbol string (mach.vt) to variable type
|
Modifier and Type | Method and Description |
---|---|
static double |
CMLSymbolMapper.getValue(CMLVarEnum type,
java.lang.String fieldName,
AbstractAnnotateController controller)
Get runtime variable value
|
Modifier and Type | Method and Description |
---|---|
boolean |
ICMLFunctionBase.hasInput(CMLVarEnum type)
Check if this block field has the RefPoint as input
|
Modifier and Type | Method and Description |
---|---|
boolean |
CMLFunctionExpressionAdapter.hasInput(CMLVarEnum type)
Check if this block field has the RefPoint as input
|
boolean |
CMLFunctionAdapter.hasInput(CMLVarEnum type)
Check if this block field has the RefPoint as input
|
Modifier and Type | Method and Description |
---|---|
boolean |
BlockFieldAnWrapper.hasInput(CMLVarEnum type)
Check if this block field has the RefPoint as input
|
abstract boolean |
BaseFieldAnWrapper.hasInput(CMLVarEnum type) |
boolean |
FunctionFieldAnWrapper.hasInput(CMLVarEnum type)
Check if this block field has the RefPoint as input
|
boolean |
BaseFieldAnWrapper.hasOutput(CMLVarEnum type)
Check if this block field has the RefPoint as output
|
Modifier and Type | Field and Description |
---|---|
protected CMLVarEnum |
CMLVarRec.symbolType |
Modifier and Type | Method and Description |
---|---|
CMLVarEnum |
CMLVarRec.getSymbolType()
get symbol type
|
static CMLVarEnum |
CMLVarEnum.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CMLVarEnum[] |
CMLVarEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
boolean |
ExpCalculator.hasVarType(CMLVarEnum type)
check if the expression has the var type
|
void |
CMLVarRec.setSymbolType(CMLVarEnum varType)
Set symbol type
|
Constructor and Description |
---|
CMLVarRec(java.lang.String symbol,
CMLVarEnum type)
Contructor
|