|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectantlr.BaseAST
antlr.CommonAST
org.apache.jdo.impl.jdoql.jdoqlc.JDOQLAST
org.apache.jdo.impl.jdoql.tree.NodeImpl
org.apache.jdo.impl.jdoql.tree.Expr
org.apache.jdo.impl.jdoql.tree.BinaryExpr
org.apache.jdo.impl.jdoql.tree.GreaterThanExpr
public final class GreaterThanExpr
This node represents a greater than operator.
A greater equals operator is a binary expression.
The string representation of this operator is >.
| Field Summary |
|---|
| Fields inherited from class org.apache.jdo.impl.jdoql.jdoqlc.JDOQLAST |
|---|
column, line, typeInfo |
| Fields inherited from class antlr.BaseAST |
|---|
down, right |
| Constructor Summary | |
|---|---|
GreaterThanExpr()
The noarg constructor is needed for ANTLR support and deserialization. |
|
GreaterThanExpr(antlr.Token token)
The noarg constructor is needed for ANTLR support. |
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class org.apache.jdo.impl.jdoql.tree.BinaryExpr |
|---|
getCommonOperandType, getLeftExpression, getRightExpression, setCommonOperandType |
| Methods inherited from class org.apache.jdo.impl.jdoql.tree.NodeImpl |
|---|
clone, getChildren, getJavaClass, getObject, getParent, getTokenType, setObject, setParent, toString |
| Methods inherited from class org.apache.jdo.impl.jdoql.jdoqlc.JDOQLAST |
|---|
getColumn, getLine, getTypeInfo, initialize, initialize, initialize, setColumn, setLine, setTypeInfo, treeToString |
| Methods inherited from class antlr.CommonAST |
|---|
getText, getType, initialize, setText, setType |
| Methods inherited from class antlr.BaseAST |
|---|
addChild, decode, encode, equals, equalsList, equalsListPartial, equalsTree, equalsTreePartial, findAll, findAllPartial, getFirstChild, getNextSibling, getNumberOfChildren, getTokenNames, removeChildren, setFirstChild, setNextSibling, setVerboseStringConversion, toStringList, toStringTree, xmlSerialize, xmlSerializeNode, xmlSerializeRootClose, xmlSerializeRootOpen |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.apache.jdo.jdoql.tree.BinaryExpression |
|---|
getCommonOperandType, getLeftExpression, getRightExpression |
| Methods inherited from interface org.apache.jdo.jdoql.tree.Node |
|---|
getChildren, getJavaClass, getObject, getParent, getTokenType, setObject, setParent |
| Constructor Detail |
|---|
public GreaterThanExpr()
setChildren optionally.
public GreaterThanExpr(antlr.Token token)
setChildren optionally.
| Method Detail |
|---|
public void arrive(NodeVisitor visitor)
visitor.
arrive in interface Nodearrive in class NodeImplvisitor - the node visitor
public java.lang.Object leave(NodeVisitor visitor,
java.lang.Object[] results)
visitor.
leave in interface Nodeleave in class NodeImplvisitor - the node visitorresults - the result array
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 walk
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||