public abstract class ComparisonNode extends AbstractNode
| Modifier | Constructor and Description |
|---|---|
protected |
ComparisonNode(String selector,
List<String> arguments) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
List<String> |
getArguments()
Return a copy of the arguments list.
|
abstract String |
getOperator()
Returns a operator that is represented by this node (ex.: =gt=, ==, ...).
|
String |
getSelector() |
int |
hashCode() |
String |
toString() |
acceptCopyright © 2011–2014. All rights reserved.