public class VariableSpaceCompiler
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private static java.lang.Object[] |
EMPTY_OBJ |
Constructor and Description |
---|
VariableSpaceCompiler() |
Modifier and Type | Method and Description |
---|---|
static SimpleVariableSpaceModel |
compile(java.lang.String expr,
ParserContext pCtx) |
static SharedVariableSpaceModel |
compileShared(java.lang.String expr,
ParserContext pCtx) |
static SharedVariableSpaceModel |
compileShared(java.lang.String expr,
ParserContext pCtx,
java.lang.Object[] vars) |
public static SharedVariableSpaceModel compileShared(java.lang.String expr, ParserContext pCtx)
public static SharedVariableSpaceModel compileShared(java.lang.String expr, ParserContext pCtx, java.lang.Object[] vars)
public static SimpleVariableSpaceModel compile(java.lang.String expr, ParserContext pCtx)