org.mvel2.util
Class VariableSpaceCompiler

java.lang.Object
  extended by org.mvel2.util.VariableSpaceCompiler

public class VariableSpaceCompiler
extends Object

Author:
Mike Brock .

Constructor Summary
VariableSpaceCompiler()
           
 
Method Summary
static SimpleVariableSpaceModel compile(String expr, ParserContext pCtx)
           
static SharedVariableSpaceModel compileShared(String expr, ParserContext pCtx)
           
static SharedVariableSpaceModel compileShared(String expr, ParserContext pCtx, Object[] vars)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VariableSpaceCompiler

public VariableSpaceCompiler()
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)


Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.