ExprTreeVisitorDefault |
|
ExprTreeWalker |
The ExprTreeWalker class provides methods that traverse an expression tree
and apply a visitor to its nodes.
|
ExprUtils |
The ExprUtils class provides utility methods to work with logical expressions.
|
Node |
The Node class is a base class for all kinds of classes describing nodes in an expression
tree.
|
NodeBinding |
The NodeBinding class represents set of substitutions to be considered in underlying
expression subtree.
|
NodeBinding.BoundVariable |
|
NodeOperation |
The NodeOperation class represents an expression node described by an operation
and operands.
|
Nodes |
The Node class provides utility methods to work with node objects.
|
NodeValue |
The NodeValue class represents a node that stores a constant value.
|
NodeVariable |
The NodeVariable class represents a node that refers to a variable which is specified
as an attribute of a constraint.
|