public class ConstraintNode<T> extends Object implements OperandNode
| Modifier and Type | Field and Description |
|---|---|
private Constraint<T> |
constraint |
| Constructor and Description |
|---|
ConstraintNode(Constraint<T> constraint) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(Visitor<?> visitor) |
boolean |
equals(Object obj) |
T |
getArgument() |
Comparison |
getComparison() |
String |
getSelector() |
int |
hashCode() |
String |
toString() |
private Constraint<T> constraint
public ConstraintNode(Constraint<T> constraint)
public T getArgument()
public Comparison getComparison()
public String getSelector()
Copyright © 2019. All rights reserved.