Uses of Class
net.sf.jec.EvaluationException

Packages that use EvaluationException
net.sf.jec   
net.sf.jec.namedop   
 

Uses of EvaluationException in net.sf.jec
 

Methods in net.sf.jec that throw EvaluationException
 java.lang.Object Operator.apply(java.lang.Object rootCtx, java.lang.Object ctx)
           
protected abstract  java.lang.Object Operator.directMap(java.lang.Object rootCtx, java.lang.Object ctx)
          Returns the associated value to the given context and root context
protected  java.lang.Object MethodOperator.directMap(java.lang.Object rootCtx, java.lang.Object ctx)
          Returns the associated value to the given context and root context
 void InvertibleOperator.applyInverse(java.lang.Object rootCtx, java.lang.Object ctx, java.lang.Object value)
           
protected abstract  void InvertibleOperator.inverseMap(java.lang.Object rootCtx, java.lang.Object ctx, java.lang.Object value)
          Sets the given value if this operator is at the end of the operator chain or just resolves the context object and passes it to the next operator in the chain.
protected  java.lang.Object IndexerOperator.directMap(java.lang.Object rootCtx, java.lang.Object ctx)
          Returns the associated value to the given context and root context
protected  void IndexerOperator.inverseMap(java.lang.Object rootCtx, java.lang.Object ctx, java.lang.Object value)
          Sets the given value if this operator is at the end of the operator chain or just resolves the context object and passes it to the next operator in the chain.
 java.lang.Object ExpressionEval.get(java.lang.Object ctx, java.lang.String expr)
          Evaluates expression expr over the context ctx
 void ExpressionEval.set(java.lang.Object ctx, java.lang.String expr, java.lang.Object value)
          Sets the expression expr over the context ctx to the specified value value, so assert(value==get(ctx, expr))
protected  java.lang.Object ConstantOperator.directMap(java.lang.Object rootCtx, java.lang.Object ctx)
          Returns the associated value to the given context and root context
protected  java.lang.Object BooleanOperator.directMap(java.lang.Object rootCtx, java.lang.Object ctx)
          Returns the associated value to the given context and root context
protected  java.lang.Object AssignOperator.directMap(java.lang.Object rootCtx, java.lang.Object ctx)
          Returns the associated value to the given context and root context
protected  java.lang.Object ArithmeticOperator.directMap(java.lang.Object rootCtx, java.lang.Object ctx)
          Returns the associated value to the given context and root context
protected  java.lang.Object AccessorOperator.directMap(java.lang.Object rootCtx, java.lang.Object ctx)
          Returns the associated value to the given context and root context
protected  void AccessorOperator.inverseMap(java.lang.Object rootCtx, java.lang.Object ctx, java.lang.Object value)
          Sets the given value if this operator is at the end of the operator chain or just resolves the context object and passes it to the next operator in the chain.
 

Uses of EvaluationException in net.sf.jec.namedop
 

Methods in net.sf.jec.namedop that throw EvaluationException
protected  java.lang.Object TableOperator.directMap(java.lang.Object rootCtx, java.lang.Object ctx)
          Returns the associated value to the given context and root context
protected  java.lang.Object SumOperator.directMap(java.lang.Object rootCtx, java.lang.Object ctx)
          Returns the associated value to the given context and root context
protected  java.lang.Object SelectOperator.directMap(java.lang.Object rootCtx, java.lang.Object ctx)
          Returns the associated value to the given context and root context
protected  java.lang.Object OrderByOperator.directMap(java.lang.Object rootCtx, java.lang.Object ctx)
          Returns the associated value to the given context and root context
protected  java.lang.Object MinOperator.directMap(java.lang.Object rootCtx, java.lang.Object ctx)
          Returns the associated value to the given context and root context
protected  java.lang.Object MaxOperator.directMap(java.lang.Object rootCtx, java.lang.Object ctx)
          Returns the associated value to the given context and root context
protected  java.lang.Object IfOperator.directMap(java.lang.Object rootCtx, java.lang.Object ctx)
          Returns the associated value to the given context and root context
protected  java.lang.Object GroupOperator.applyToGroup(java.lang.Object rootCtx, java.util.Map map)
          Applies operator over a group...
protected  java.lang.Object GroupByOperator.directMap(java.lang.Object rootCtx, java.lang.Object ctx)
          Returns the associated value to the given context and root context
protected  java.lang.Object CountOperator.directMap(java.lang.Object rootCtx, java.lang.Object ctx)
          Returns the associated value to the given context and root context
protected  java.lang.Object AvgOperator.directMap(java.lang.Object rootCtx, java.lang.Object ctx)
          Returns the associated value to the given context and root context
 



Copyright © 2003 SourceForge. All Rights Reserved.