Package | Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
ComplementExpr
This node represents a bitwise not operator.
|
class |
NotExpr
This node represents a logical not operator.
|
class |
UnaryExpr
This node represents a unary operator.
|
class |
UnaryMinusExpr
This node represents a unary minus operator.
|
class |
UnaryPlusExpr
This node represents a unary plus operator.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ComplementExpression
This node represents a bitwise not operator.
|
interface |
NotExpression
This node represents a logical not operator.
|
interface |
UnaryMinusExpression
This node represents a unary minus operator.
|
interface |
UnaryPlusExpression
This node represents a unary plus operator.
|
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractNodeVisitor.arrive(UnaryExpression node)
This method delegates to
arrive casting the argument
node to Expression . |
protected java.lang.Object |
AbstractNodeVisitor.leave(UnaryExpression node,
java.lang.Object[] results)
This method delegates to
leave casting the argument
node to Expression . |
protected boolean |
AbstractNodeVisitor.walkNextChild(UnaryExpression node,
java.lang.Object resultOfPreviousChild,
int indexOfNextChild)
This method delegates to
walkNextChild casting the argument
node to Expression . |
Copyright © 2005-2012 Apache Software Foundation. All Rights Reserved.