public class HoldingContainerExpression extends Object implements LogicalExpression
This expression class is a run-time implementation detail; it
shows up in the "unknown" bucket within the visitor, where it
must be parsed out using instanceof (or assumed.)
LogicalExpression.De, LogicalExpression.Se| Constructor and Description |
|---|
HoldingContainerExpression(ClassGenerator.HoldingContainer container) |
| Modifier and Type | Method and Description |
|---|---|
<T,V,E extends Exception> |
accept(ExprVisitor<T,V,E> visitor,
V value) |
ClassGenerator.HoldingContainer |
getContainer() |
int |
getCumulativeCost() |
TypeProtos.MajorType |
getMajorType() |
ExpressionPosition |
getPosition() |
int |
getSelfCost() |
Iterator<LogicalExpression> |
iterator() |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitforEach, spliteratorpublic HoldingContainerExpression(ClassGenerator.HoldingContainer container)
public Iterator<LogicalExpression> iterator()
iterator in interface Iterable<LogicalExpression>public TypeProtos.MajorType getMajorType()
getMajorType in interface LogicalExpressionpublic <T,V,E extends Exception> T accept(ExprVisitor<T,V,E> visitor, V value) throws E extends Exception
accept in interface LogicalExpressionE extends Exceptionpublic ClassGenerator.HoldingContainer getContainer()
public ExpressionPosition getPosition()
getPosition in interface LogicalExpressionpublic int getSelfCost()
getSelfCost in interface LogicalExpressionpublic int getCumulativeCost()
getCumulativeCost in interface LogicalExpressionCopyright © 2022 The Apache Software Foundation. All rights reserved.