public class VariableSpaceCompiler extends Object
Constructor and Description |
---|
VariableSpaceCompiler() |
Modifier and Type | Method and Description |
---|---|
static SimpleVariableSpaceModel |
compile(String expr,
ParserContext pCtx) |
static SharedVariableSpaceModel |
compileShared(String expr,
ParserContext pCtx) |
static SharedVariableSpaceModel |
compileShared(String expr,
ParserContext pCtx,
Object[] vars) |
public static SharedVariableSpaceModel compileShared(String expr, ParserContext pCtx)
public static SharedVariableSpaceModel compileShared(String expr, ParserContext pCtx, Object[] vars)
public static SimpleVariableSpaceModel compile(String expr, ParserContext pCtx)
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.