public class HoldingContainerExpression extends Object implements LogicalExpression
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() |
public 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 © 2017 The Apache Software Foundation. All rights reserved.