类的使用
com.tlcsdm.core.dsl.DSL
使用DSL的程序包
-
com.tlcsdm.core.dsl中DSL的使用
返回DSL的com.tlcsdm.core.dsl中的方法修饰符和类型方法说明DSL.addFunc(String name, FunctionRunnable functionRunnable) Add a new function handler.Define a subscript.DSL.addVar(String name, VariableRunnable variableRunnable) Add a new variable handler.DSL.clear()Clear all the user defined commands and subscripts.Parse any File and execute / load the script.Parse any String ArrayList and execute / load the script.DSL.removeFunc(String name) Remove a function handler.Remove a subscript.Remove a variable handler.Runs a subscript associated with a String name. -
com.tlcsdm.core.dsl.impl中DSL的使用
声明为DSL的com.tlcsdm.core.dsl.impl中的字段 -
com.tlcsdm.core.dsl.runtime中DSL的使用
声明为DSL的com.tlcsdm.core.dsl.runtime中的字段参数类型为DSL的com.tlcsdm.core.dsl.runtime中的构造器