public class OperatorNode extends Node
| Constructor and Description |
|---|
OperatorNode() |
| Modifier and Type | Method and Description |
|---|---|
void |
addOperator(String operator) |
Set<String> |
getOperators() |
void |
setOperators(Set<String> operators) |
public static final String AND
public static final String OR
Copyright © 2016. All rights reserved.