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, wait
forEach, spliterator
public HoldingContainerExpression(ClassGenerator.HoldingContainer container)
public Iterator<LogicalExpression> iterator()
iterator
in interface Iterable<LogicalExpression>
public TypeProtos.MajorType getMajorType()
getMajorType
in interface LogicalExpression
public <T,V,E extends Exception> T accept(ExprVisitor<T,V,E> visitor, V value) throws E extends Exception
accept
in interface LogicalExpression
E extends Exception
public ClassGenerator.HoldingContainer getContainer()
public ExpressionPosition getPosition()
getPosition
in interface LogicalExpression
public int getSelfCost()
getSelfCost
in interface LogicalExpression
public int getCumulativeCost()
getCumulativeCost
in interface LogicalExpression
Copyright © 1970 The Apache Software Foundation. All rights reserved.