Uses of Package
net.christopherschultz.evaluator

Packages that use net.christopherschultz.evaluator
net.christopherschultz.evaluator   
net.christopherschultz.evaluator.function   
net.christopherschultz.evaluator.parser   
net.christopherschultz.evaluator.util   
 

Classes in net.christopherschultz.evaluator used by net.christopherschultz.evaluator
ArrayReferenceExpression
          An expression describing an array reference.
BinaryOperatorExpression
           An expression to describe expressions with binary operators.
ConstantExpression
          An Expression which represents a fixed value (a constant).
EvaluationContext
           Contains important information about the current expression evaluation.
EvaluationException
          An Exception class signifying that there was an error during expression evaluation.
Expression
          An evaluatable Expression.
ExpressionVisitor
          An interface for classes implementing the visitor pattern for processing entire expression trees.
Function
          An interface to describe functions callable from expressions.
FunctionCallExpression
          An Expression representing a function call.
IdentifierExpression
          An Expression which represents an identifier.
NegatedExpression
          An Expression to perform a logical negation (i.e.
UnaryMinusExpression
          An Expression to perform an arithmetic sign inversion (unary minus) of a sub-expression.
 

Classes in net.christopherschultz.evaluator used by net.christopherschultz.evaluator.function
EvaluationContext
           Contains important information about the current expression evaluation.
EvaluationException
          An Exception class signifying that there was an error during expression evaluation.
Function
          An interface to describe functions callable from expressions.
StandardFunction
           Implements a Function with standard arugment evaluation semantics.
 

Classes in net.christopherschultz.evaluator used by net.christopherschultz.evaluator.parser
Expression
          An evaluatable Expression.
 

Classes in net.christopherschultz.evaluator used by net.christopherschultz.evaluator.util
EvaluationContext
           Contains important information about the current expression evaluation.