public class CastExpression extends LogicalExpressionBase implements Iterable<LogicalExpression>
LogicalExpression.De, LogicalExpression.Se
Constructor and Description |
---|
CastExpression(LogicalExpression input,
TypeProtos.MajorType type,
ExpressionPosition pos) |
Modifier and Type | Method and Description |
---|---|
<T,V,E extends Exception> |
accept(ExprVisitor<T,V,E> visitor,
V value) |
boolean |
equals(Object obj) |
LogicalExpression |
getInput() |
TypeProtos.MajorType |
getMajorType() |
int |
hashCode() |
Iterator<LogicalExpression> |
iterator() |
String |
toString() |
getCumulativeCost, getDescription, getPosition, getSelfCost, i
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
forEach, spliterator
public CastExpression(LogicalExpression input, TypeProtos.MajorType type, ExpressionPosition 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.