java.lang.Object
com.tlcsdm.core.dsl.runtime.DSLRuntimeCommand
A DSLCommand represents a variable or a function.
- 从以下版本开始:
- Jan, 17th, 2017
- 作者:
- Konloch
-
字段概要
字段 -
构造器概要
构造器构造器说明DSLRuntimeCommand(DSLCommandType DSLCommandType, String name, String[] parameters) Constructs a new DSLRuntimeCommand -
方法概要
修饰符和类型方法说明getName()Return the defined nameString[]Return the defined parametersgetType()Return the DSLCommandType typegetVariableValue(DSLRuntime runtime) Preforms a recursive search if the variable value contains a variable delimiter / variable name
-
字段详细资料
-
DSLCommandType
-
name
-
parameters
-
-
构造器详细资料
-
DSLRuntimeCommand
Constructs a new DSLRuntimeCommand- 参数:
DSLCommandType- the DSLCommandType typename- any String as the nameparameters- any String Array as the parameters
-
-
方法详细资料
-
getType
Return the DSLCommandType type- 返回:
- the defined DLSCommandType type
-
getName
Return the defined name- 返回:
- the defined String name
-
getParameters
Return the defined parameters- 返回:
- the defined String Array parameters
-
getVariableValue
Preforms a recursive search if the variable value contains a variable delimiter / variable name- 参数:
runtime- the DSLRuntime instance- 返回:
- the fully extracted String variable
-