Package org.mvel2.util
Class VariableSpaceCompiler
java.lang.Object
org.mvel2.util.VariableSpaceCompiler
- Author:
- Mike Brock .
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic SimpleVariableSpaceModelcompile(String expr, ParserContext pCtx) static SharedVariableSpaceModelcompileShared(String expr, ParserContext pCtx) static SharedVariableSpaceModelcompileShared(String expr, ParserContext pCtx, Object[] vars)
-
Constructor Details
-
VariableSpaceCompiler
public VariableSpaceCompiler()
-
-
Method Details
-
compile