Interface | Description |
---|---|
TransformerRule |
The TransformerRule is an interface to be implemented by all rules being used in
NodeTransformer . |
Class | Description |
---|---|
NodeTransformer |
NodeTransformer is an expression tree visitor with bottom-up substitution policy.
|
Transformer |
The Transformer class contains static methods for common expression transformations.
|
Enum | Description |
---|---|
ReduceOptions |
Describes flags that affect the behavior of the expression reduction logic.
|