public class IfExpression extends LogicalExpressionBase
| Modifier and Type | Class and Description |
|---|---|
static class |
IfExpression.Builder |
static class |
IfExpression.IfCondition |
LogicalExpression.De, LogicalExpression.Se| Modifier and Type | Field and Description |
|---|---|
LogicalExpression |
elseExpression |
IfExpression.IfCondition |
ifCondition |
TypeProtos.MajorType |
outputType |
| Modifier and Type | Method and Description |
|---|---|
<T,V,E extends Exception> |
accept(ExprVisitor<T,V,E> visitor,
V value) |
int |
getCumulativeCost() |
TypeProtos.MajorType |
getMajorType() |
Iterator<LogicalExpression> |
iterator() |
static IfExpression.Builder |
newBuilder() |
getDescription, getPosition, getSelfCost, iclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic final IfExpression.IfCondition ifCondition
public final LogicalExpression elseExpression
public final TypeProtos.MajorType outputType
public <T,V,E extends Exception> T accept(ExprVisitor<T,V,E> visitor, V value) throws E extends Exception
E extends Exceptionpublic TypeProtos.MajorType getMajorType()
getMajorType in interface LogicalExpressiongetMajorType in class LogicalExpressionBasepublic static IfExpression.Builder newBuilder()
public Iterator<LogicalExpression> iterator()
public int getCumulativeCost()
getCumulativeCost in interface LogicalExpressiongetCumulativeCost in class LogicalExpressionBaseCopyright © 2021 The Apache Software Foundation. All rights reserved.