public class AnyValueExpression extends LogicalExpressionBase implements Iterable<LogicalExpression>
LogicalExpression.De, LogicalExpression.Se
Constructor and Description |
---|
AnyValueExpression(LogicalExpression input,
ExpressionPosition pos) |
Modifier and Type | Method and Description |
---|---|
<T,V,E extends Exception> |
accept(ExprVisitor<T,V,E> visitor,
V value) |
LogicalExpression |
getInput() |
TypeProtos.MajorType |
getMajorType() |
Iterator<LogicalExpression> |
iterator() |
String |
toString() |
getCumulativeCost, getDescription, getPosition, getSelfCost, i
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
forEach, spliterator
public static final String ANY_VALUE
public AnyValueExpression(LogicalExpression input, ExpressionPosition pos)
input
- pos
- 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 Iterator<LogicalExpression> iterator()
iterator
in interface Iterable<LogicalExpression>
public LogicalExpression getInput()
public TypeProtos.MajorType getMajorType()
getMajorType
in interface LogicalExpression
getMajorType
in class LogicalExpressionBase
Copyright © 1970 The Apache Software Foundation. All rights reserved.