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, spliterator
TypeProtos.MajorType getMajorType()
<T,V,E extends Exception> T accept(ExprVisitor<T,V,E> visitor, V value) throws E extends Exception
E extends Exception
ExpressionPosition getPosition()
int getSelfCost()
int getCumulativeCost()
Copyright © 1970 The Apache Software Foundation. All rights reserved.