public class Selection extends UnaryOperator implements JsonSerializable
Modifier and Type | Method and Description |
---|---|
boolean |
equalsTo(Expr expr)
This method only compares this Expr contents with those of another Expr.
|
Expr |
getQual() |
int |
hashCode() |
boolean |
hasQual() |
void |
setQual(Expr expr) |
String |
toJson() |
getChild, hasChild, setChild
public Selection(Expr qual)
public boolean hasQual()
public void setQual(Expr expr)
public Expr getQual()
public String toJson()
toJson
in interface JsonSerializable
toJson
in class Expr
public int hashCode()
hashCode
in class UnaryOperator
public boolean equalsTo(Expr expr)
Expr
expr
- The Expr instance to be compared.Copyright © 2014 Apache Software Foundation. All Rights Reserved.