public final class GreaterThanExpr extends BinaryExpr implements GreaterThanExpression
>.| Constructor and Description |
|---|
GreaterThanExpr()
The noarg constructor is needed for ANTLR support and deserialization.
|
GreaterThanExpr(antlr.Token token)
The noarg constructor is needed for ANTLR support.
|
| Modifier and Type | Method and Description |
|---|---|
void |
arrive(NodeVisitor visitor)
Delegates to the argument
visitor. |
java.lang.Object |
leave(NodeVisitor visitor,
java.lang.Object[] results)
Delegates to the argument
visitor. |
boolean |
walkNextChild(NodeVisitor visitor,
java.lang.Object resultOfPreviousChild,
int indexOfNextChild)
Delegates to the argument
visitor. |
getCommonOperandType, getLeftExpression, getRightExpression, setCommonOperandTypeclone, getChildren, getJavaClass, getObject, getParent, getTokenType, setObject, setParent, toStringgetColumn, getLine, getTypeInfo, initialize, initialize, initialize, setColumn, setLine, setTypeInfo, treeToStringaddChild, decode, encode, equals, equalsList, equalsListPartial, equalsTree, equalsTreePartial, findAll, findAllPartial, getFirstChild, getNextSibling, getNumberOfChildren, getTokenNames, removeChildren, setFirstChild, setNextSibling, setVerboseStringConversion, toStringList, toStringTree, xmlSerialize, xmlSerializeNode, xmlSerializeRootClose, xmlSerializeRootOpenequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetCommonOperandType, getLeftExpression, getRightExpressiongetChildren, getJavaClass, getObject, getParent, getTokenType, setObject, setParentpublic GreaterThanExpr()
setChildren optionally.public GreaterThanExpr(antlr.Token token)
setChildren optionally.public void arrive(NodeVisitor visitor)
visitor.public java.lang.Object leave(NodeVisitor visitor, java.lang.Object[] results)
visitor.public boolean walkNextChild(NodeVisitor visitor, java.lang.Object resultOfPreviousChild, int indexOfNextChild)
visitor.walkNextChild in interface NodewalkNextChild in class NodeImplvisitor - the node visitorresultOfPreviousChild - the result computed by leaving the
previous child nodeindexOfNextChild - the index in the children array of the
next child to walkCopyright © 2005-2012 Apache Software Foundation. All Rights Reserved.