com.satline.expr.eval
Class ExpressionContext

java.lang.Object
  extended by com.satline.expr.eval.ExpressionContext

public class ExpressionContext
extends java.lang.Object

Author:
tomas

Field Summary
protected  java.util.Map<java.lang.String,ExpressionValue> variableValues
           
 
Constructor Summary
ExpressionContext()
           
ExpressionContext(java.util.Map<java.lang.String,ExpressionValue> variableValues)
           
 
Method Summary
 ExpressionValue getVariableValue(java.lang.String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

variableValues

protected java.util.Map<java.lang.String,ExpressionValue> variableValues
Constructor Detail

ExpressionContext

public ExpressionContext(java.util.Map<java.lang.String,ExpressionValue> variableValues)
Parameters:
record -

ExpressionContext

public ExpressionContext()
Method Detail

getVariableValue

public ExpressionValue getVariableValue(java.lang.String name)
                                 throws ExpressionException
Throws:
ExpressionException


Copyright © 2007 null. All Rights Reserved.