|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--edu.cmu.aura.service.query.ExpressionNode
Abstract class representing a node in an expression tree.
| Constructor Summary | |
ExpressionNode()
|
|
| Method Summary | |
int |
getOperator()
Get this node's operator. |
abstract java.lang.String |
getOperatorName()
Get the name of this node's operator. |
boolean |
isLeafNode()
Return whether or not this is a leaf node. |
abstract void |
setOperator(int operator)
Set this node's operator |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ExpressionNode()
| Method Detail |
public final int getOperator()
public abstract void setOperator(int operator)
operator - this node's operatorpublic abstract java.lang.String getOperatorName()
public final boolean isLeafNode()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||