| Class | Description |
|---|---|
| PathPredicateBinaryExprTreeAssembler |
A binary expression tree assembler which constructs an operator precedence
map, then
visits
(traverses) the given predicate expression syntax tree depth-first using an
adapted shunting-yard algorithm and assembles a resulting binary tree
structure. |
Copyright © 2021. All Rights Reserved.