| Constructor and Description |
|---|
DefinedBuilder() |
| Modifier and Type | Method and Description |
|---|---|
Builder.UnbalancedBuilder |
and()
Add an AND
Operator to the stack |
Node |
build()
Build a
Node tree |
Builder.DefinedBuilder |
endsub()
Add an RIGHT
Operator to the stack. |
Builder.UnbalancedBuilder |
or()
Add an OR
Operator to the stack |
public Builder.UnbalancedBuilder and()
Operator to the stackBuilder this builder objectpublic Builder.DefinedBuilder endsub()
Operator to the stack. Think of it as a right
parenthesis.Builder this builder objectpublic Builder.UnbalancedBuilder or()
Operator to the stackBuilder this builder objectCopyright © 2019. All rights reserved.