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, i
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
public 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 Exception
public TypeProtos.MajorType getMajorType()
getMajorType
in interface LogicalExpression
getMajorType
in class LogicalExpressionBase
public static IfExpression.Builder newBuilder()
public Iterator<LogicalExpression> iterator()
public int getCumulativeCost()
getCumulativeCost
in interface LogicalExpression
getCumulativeCost
in class LogicalExpressionBase
Copyright © 1970 The Apache Software Foundation. All rights reserved.