public class NullExpression extends Object implements LogicalExpression
LogicalExpression.De, LogicalExpression.Se| Modifier and Type | Field and Description |
|---|---|
static NullExpression |
INSTANCE |
| Constructor and Description |
|---|
NullExpression() |
| 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() |
Iterator<LogicalExpression> |
iterator() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic static final NullExpression INSTANCE
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 ExpressionPosition getPosition()
getPosition in interface LogicalExpressionpublic Iterator<LogicalExpression> iterator()
iterator in interface Iterable<LogicalExpression>public int getSelfCost()
getSelfCost in interface LogicalExpressionpublic int getCumulativeCost()
getCumulativeCost in interface LogicalExpressionCopyright © 2021 The Apache Software Foundation. All rights reserved.