public abstract class BinaryOperatorExpression extends JsonQuery
| Modifier and Type | Class and Description |
|---|---|
static class |
BinaryOperatorExpression.Operator |
| Modifier and Type | Field and Description |
|---|---|
protected JsonQuery |
lhs |
protected JsonQuery |
rhs |
| Constructor and Description |
|---|
BinaryOperatorExpression(JsonQuery lhs,
JsonQuery rhs,
String image) |
| Modifier and Type | Method and Description |
|---|---|
static JsonQuery |
buildTree(List<JsonQuery> exprs,
List<BinaryOperatorExpression.Operator> operators) |
String |
toString() |
Copyright © 2017. All rights reserved.