| Modifier and Type | Interface and Description |
|---|---|
interface |
OperandNode |
interface |
OperationNode |
| Modifier and Type | Class and Description |
|---|---|
class |
ConstraintNode<T> |
class |
LogicalOperationNode |
| Modifier and Type | Field and Description |
|---|---|
private Node |
LogicalOperationNode.left |
private Node |
LogicalOperationNode.right |
| Modifier and Type | Method and Description |
|---|---|
Node |
Builder.DefinedBuilder.build()
Build a
Node tree |
static Node |
Builder.build(Iterable<Object> stack)
Build a
Node tree from an infix stack |
private static Node |
Builder.eval(Deque<Object> postfix) |
Node |
LogicalOperationNode.getLeft() |
Node |
OperationNode.getLeft() |
Node |
LogicalOperationNode.getRight() |
Node |
OperationNode.getRight() |
| Modifier and Type | Method and Description |
|---|---|
OperationNode |
LogicalOperationNode.setLeft(Node left) |
OperationNode |
OperationNode.setLeft(Node node) |
OperationNode |
LogicalOperationNode.setRight(Node right) |
OperationNode |
OperationNode.setRight(Node node) |
String |
QueryPrinterVisitor.start(Node node) |
T |
Visitor.start(Node root) |
void |
AbstractVisitor.visit(Node node) |
void |
Visitor.visit(Node node) |
Copyright © 2019. All rights reserved.