|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NodeImpl | |
---|---|
org.apache.jdo.impl.jdoql.tree |
Uses of NodeImpl in org.apache.jdo.impl.jdoql.tree |
---|
Subclasses of NodeImpl in org.apache.jdo.impl.jdoql.tree | |
---|---|
class |
AndExpr
This node represents a logical and operator. |
class |
AscendingOrderingExpr
This node represents an operator defining ascendent ordering of instances returned by a query execution. |
class |
BinaryExpr
This node represents a binary operator. |
class |
BooleanLiteralExpr
This node represents a boolean literal such as true or
false . |
class |
ByteLiteralExpr
This node represents a byte literal. |
class |
CandidateClassImpl
This node represents the candidate class of a query. |
class |
CastExpr
This node represents a cast expression. |
class |
CharLiteralExpr
This node represents a character literal. |
class |
ComplementExpr
This node represents a bitwise not operator. |
class |
ConditionalAndExpr
This node represents a conditional and operator. |
class |
ConditionalOrExpr
This node represents a conditional or operator. |
class |
ConstantExpr
This node represents a constant expression. |
class |
ContainsCallExpr
This node represents the method call expression Collection.contains . |
class |
Decl
This node represents a declaration expression. |
class |
DescendingOrderingExpr
This node represents an operator defining descendent ordering of instances returned by a query execution. |
class |
DivideExpr
This node represents a division operator. |
class |
DoubleLiteralExpr
This node represents a double literal. |
class |
EndsWithCallExpr
This node represents the method call expression String.endsWith . |
class |
EqualsExpr
This node represents an equals operator. |
class |
Expr
This node represents a general expression. |
class |
FieldAccessExpr
This node represents a field access expression. |
class |
FloatLiteralExpr
This node represents a float literal. |
class |
GreaterThanEqualsExpr
This node represents a greater than equals operator. |
class |
GreaterThanExpr
This node represents a greater than operator. |
class |
IdentifierExpr
This node represents an identifier expression. |
class |
IntLiteralExpr
This node represents a integer literal. |
class |
IsEmptyCallExpr
This node represents the method call expression Collection.isEmpty . |
class |
LessThanEqualsExpr
This node represents a less than equals operator. |
class |
LessThanExpr
This node represents a less than operator. |
class |
LongLiteralExpr
This node represents a long literal. |
class |
MethodCallExpr
This node represents a method call expression. |
class |
MinusExpr
This node represents a binary minus operator. |
class |
NotEqualsExpr
This node represents a not equals operator. |
class |
NotExpr
This node represents a logical not operator. |
class |
OrderingExpr
This node represents an ordering expression. |
class |
OrExpr
This node represents a logical or operator. |
class |
ParameterAccessExpr
This node represents a parameter access expression. |
class |
ParameterDecl
This node represents a parameter declaration. |
class |
PlusExpr
This node represents a binary plus operator. |
class |
ShortLiteralExpr
This node represents a short literal. |
class |
StartsWithCallExpr
This node represents the method call expression String.startsWith . |
class |
StaticFieldAccessExpr
This node represents a static field access expression. |
class |
ThisExpr
This node represents an access to this . |
class |
TimesExpr
This node represents a times operator. |
class |
Tree
This node represents the root of a query tree. |
class |
TypeImpl
This node represents a type instance. |
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. |
class |
VariableAccessExpr
This node represents a variable access expression. |
class |
VariableDecl
This node represents a variable declaration. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |