|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BinaryExpression | |
org.apache.jdo.impl.jdoql.tree | |
org.apache.jdo.jdoql.tree | This package contains the query tree node interfaces, the node visitor interface and the tree walker. |
Uses of BinaryExpression in org.apache.jdo.impl.jdoql.tree |
Classes in org.apache.jdo.impl.jdoql.tree that implement BinaryExpression | |
class |
AndExpr
This node represents a logical and operator. |
class |
BinaryExpr
This node represents a binary operator. |
class |
ConditionalAndExpr
This node represents a conditional and operator. |
class |
ConditionalOrExpr
This node represents a conditional or operator. |
class |
DivideExpr
This node represents a division operator. |
class |
EqualsExpr
This node represents an equals operator. |
class |
GreaterThanEqualsExpr
This node represents a greater than equals operator. |
class |
GreaterThanExpr
This node represents a greater than operator. |
class |
LessThanEqualsExpr
This node represents a less than equals operator. |
class |
LessThanExpr
This node represents a less than operator. |
class |
MinusExpr
This node represents a binary minus operator. |
class |
NotEqualsExpr
This node represents a not equals operator. |
class |
OrExpr
This node represents a logical or operator. |
class |
PlusExpr
This node represents a binary plus operator. |
class |
TimesExpr
This node represents a times operator. |
Methods in org.apache.jdo.impl.jdoql.tree with parameters of type BinaryExpression | |
protected void |
FilterExpressionDumper.arrive(BinaryExpression node)
Binary expressions are dumped in parenthesized manner. |
protected java.lang.Object |
FilterExpressionDumper.leave(BinaryExpression node,
java.lang.Object[] results)
Binary expressions are dumped in parenthesized manner. |
Uses of BinaryExpression in org.apache.jdo.jdoql.tree |
Subinterfaces of BinaryExpression in org.apache.jdo.jdoql.tree | |
interface |
AndExpression
This node represents a bitwise or logical and operator depending on the result types of its children. |
interface |
ConditionalAndExpression
This node represents a conditional and operator. |
interface |
ConditionalOrExpression
This node represents a conditional or operator. |
interface |
DivideExpression
This node represents a division operator. |
interface |
EqualsExpression
This node represents an equals operator. |
interface |
GreaterThanEqualsExpression
This node represents a greater than equals operator. |
interface |
GreaterThanExpression
This node represents a greater than operator. |
interface |
LessThanEqualsExpression
This node represents a less than equals operator. |
interface |
LessThanExpression
This node represents a less than operator. |
interface |
MinusExpression
This node represents a binary minus operator. |
interface |
NotEqualsExpression
This node represents a not equals operator. |
interface |
OrExpression
This node represents a bitwise or logical or operator depending on the result types of its children. |
interface |
PlusExpression
This node represents a binary plus operator. |
interface |
TimesExpression
This node represents a times operator. |
Methods in org.apache.jdo.jdoql.tree with parameters of type BinaryExpression | |
protected void |
AbstractNodeVisitor.arrive(BinaryExpression node)
This method delegates to arrive casting the argument
node to Expression . |
protected java.lang.Object |
AbstractNodeVisitor.leave(BinaryExpression node,
java.lang.Object[] results)
This method delegates to leave casting the argument
node to Expression . |
protected boolean |
AbstractNodeVisitor.walkNextChild(BinaryExpression node,
java.lang.Object resultOfPreviousChild,
int indexOfNextChild)
This method delegates to walkNextChild casting the argument
node to Expression . |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |