| Interface | Description |
|---|---|
| ExpressionNode |
Expression node interface.
|
| FunctionNode |
Function node interface.
|
| IdentifierNode |
Identifier node interface.
|
| Node |
Basic node interface.
|
| TreeBuilder |
Tree builder interface.
|
| TreeCache |
Tree cache interface.
|
| Class | Description |
|---|---|
| Bindings |
Bindings, usually created by a
Tree. |
| NodePrinter |
Node pretty printer for debugging purposes.
|
| Tree |
Parsed expression, usually created by a
TreeBuilder. |
| TreeStore |
Tree store class.
|
| Exception | Description |
|---|---|
| TreeBuilderException |
Exception type thrown in build phase (scan/parse).
|
Copyright © 2017 Flowable. All rights reserved.