Package org.mvel2.util
Class VariableSpaceCompiler
- java.lang.Object
-
- org.mvel2.util.VariableSpaceCompiler
-
public class VariableSpaceCompiler extends Object
- Author:
- Mike Brock .
-
-
Constructor Summary
Constructors Constructor Description VariableSpaceCompiler()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static SimpleVariableSpaceModelcompile(String expr, ParserContext pCtx)static SharedVariableSpaceModelcompileShared(String expr, ParserContext pCtx)static SharedVariableSpaceModelcompileShared(String expr, ParserContext pCtx, Object[] vars)
-
-
-
Method Detail
-
compileShared
public static SharedVariableSpaceModel compileShared(String expr, ParserContext pCtx)
-
compileShared
public static SharedVariableSpaceModel compileShared(String expr, ParserContext pCtx, Object[] vars)
-
compile
public static SimpleVariableSpaceModel compile(String expr, ParserContext pCtx)
-
-