| Modifier and Type | Class and Description |
|---|---|
class |
Operation
This class represents the Operation of an search expression.
|
class |
Query
This is the implementation of Query final expression given at the search tree.
|
| Modifier and Type | Method and Description |
|---|---|
ExpressionNode |
SearchExpressionTree.getExpression(String id) |
ExpressionNode |
ExpressionNode.getLeftExpression() |
ExpressionNode |
ExpressionNode.getRightExpression() |
ExpressionNode |
SearchExpressionTree.getRoot() |
| Modifier and Type | Method and Description |
|---|---|
void |
SearchExpressionTree.putExpressionNode(ExpressionNode expressionNode) |
void |
ExpressionNode.setLeftExpression(ExpressionNode leftExpression) |
void |
ExpressionNode.setRightExpression(ExpressionNode rightExpression) |
void |
SearchExpressionTree.setRoot(ExpressionNode root) |
| Constructor and Description |
|---|
Operation(String id,
Operation.Operator operator,
ExpressionNode leftExpression,
ExpressionNode rightExpression) |
Copyright © 2016 WSO2. All rights reserved.