Package tools.blend.expression

Class Summary
ExpressionParser These functions scan and parse a textual representation of a logic equation expressed in a C-like notation.
ParseToken This class represents a single scanned token from an algebraic expression.
 

Enum Summary
ParseTokenType The types of expression tokens.
 

Exception Summary
ExpressionException This exception class bubbles errors in an expression back through the levels of the recursive algorithms.