Package org.mvel2.util
Class VariableSpaceCompiler
java.lang.Object
org.mvel2.util.VariableSpaceCompiler
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic SimpleVariableSpaceModel
compile
(String expr, ParserContext pCtx) static SharedVariableSpaceModel
compileShared
(String expr, ParserContext pCtx) static SharedVariableSpaceModel
compileShared
(String expr, ParserContext pCtx, Object[] vars)
-
Field Details
-
EMPTY_OBJ
-
-
Constructor Details
-
VariableSpaceCompiler
public VariableSpaceCompiler()
-
-
Method Details
-
compile