Package com.walkfares.odsl.var.type
Class TypeExecutor
java.lang.Object
com.walkfares.odsl.var.type.TypeExecutor
public class TypeExecutor extends Object
-
Constructor Summary
Constructors Constructor Description TypeExecutor()
-
Method Summary
Modifier and Type Method Description static Var
execute(OpenDSLContext context, Var parent, VarExecutable exec, List<Var> params)
static Var
executeExpression(OpenDSLContext context, Var var, DeclaredExpression exp)
static Var
executeMethod(OpenDSLContext context, Var var, DeclaredMethod exp, List<Var> params)
static Var
run(OpenDSLContext context, String script)
-
Constructor Details
-
TypeExecutor
public TypeExecutor()
-
-
Method Details
-
execute
public static Var execute(OpenDSLContext context, Var parent, VarExecutable exec, List<Var> params) -
executeExpression
-
executeMethod
public static Var executeMethod(OpenDSLContext context, Var var, DeclaredMethod exp, List<Var> params) -
run
-