public interface ListExpression extends Expression
| Modifier and Type | Interface and Description |
|---|---|
static class |
ListExpression.Operation |
| Modifier and Type | Method and Description |
|---|---|
Expression |
getLeftOperationExpression()
Returns an
Expression subtree of the left operation. |
ListExpression.Operation |
getOperation()
Returns the list expression's operation.
|
java.util.List<Expression> |
getRightOperationExpressions()
Returns a list of the right
Expression operations. |
acceptExpression getLeftOperationExpression()
Expression subtree of the left operation.ListExpression.Operation getOperation()
java.util.List<Expression> getRightOperationExpressions()
Expression operations.