public interface LogicalExpression extends Iterable<LogicalExpression>
| Modifier and Type | Interface and Description |
|---|---|
static class |
LogicalExpression.De |
static class |
LogicalExpression.Se |
| Modifier and Type | Method and Description |
|---|---|
<T,V,E extends Exception> |
accept(ExprVisitor<T,V,E> visitor,
V value) |
int |
getCumulativeCost() |
TypeProtos.MajorType |
getMajorType() |
ExpressionPosition |
getPosition() |
int |
getSelfCost() |
forEach, iterator, spliteratorTypeProtos.MajorType getMajorType()
<T,V,E extends Exception> T accept(ExprVisitor<T,V,E> visitor, V value) throws E extends Exception
E extends ExceptionExpressionPosition getPosition()
int getSelfCost()
int getCumulativeCost()
Copyright © 2021 The Apache Software Foundation. All rights reserved.