public abstract class BinaryExpression extends Object implements Expression
Expression.Operator| Modifier and Type | Method and Description |
|---|---|
List<Expression> |
getChildren() |
Expression |
getLeft() |
Expression.Operator |
getOperator() |
Expression |
getRight() |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaccept, eval, getDataTypepublic Expression.Operator getOperator()
public Expression getLeft()
public Expression getRight()
public List<Expression> getChildren()
getChildren in interface Expressionpublic String toString()
toString in interface ExpressiontoString in class ObjectCopyright © 2024 The Apache Software Foundation. All rights reserved.