public class MajorTypeInLogicalExpression extends Object implements LogicalExpression
LogicalExpression.De, LogicalExpression.Se
Constructor and Description |
---|
MajorTypeInLogicalExpression(TypeProtos.MajorType majorType) |
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, wait
forEach, spliterator
public MajorTypeInLogicalExpression(TypeProtos.MajorType majorType)
public TypeProtos.MajorType getMajorType()
getMajorType
in interface LogicalExpression
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 ExpressionPosition getPosition()
getPosition
in interface LogicalExpression
public int getSelfCost()
getSelfCost
in interface LogicalExpression
public int getCumulativeCost()
getCumulativeCost
in interface LogicalExpression
public Iterator<LogicalExpression> iterator()
iterator
in interface Iterable<LogicalExpression>
Copyright © 1970 The Apache Software Foundation. All rights reserved.