net.sf.jexpel.internal.compiler
Class ExpressionCache

java.lang.Object
  extended by net.sf.jexpel.internal.compiler.ExpressionCache

public class ExpressionCache
extends java.lang.Object


Method Summary
 void cacheExpression(java.lang.String name, java.lang.Class<Expression> expr)
           
static ExpressionCache getCache()
           
 Expression getExpression(java.lang.String expr)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getCache

public static ExpressionCache getCache()

getExpression

public Expression getExpression(java.lang.String expr)
                         throws ExpressionException
Throws:
ExpressionException

cacheExpression

public void cacheExpression(java.lang.String name,
                            java.lang.Class<Expression> expr)
                     throws ExpressionException
Throws:
ExpressionException