|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Expr | |
---|---|
org.apache.jdo.impl.jdoql.tree |
Uses of Expr in org.apache.jdo.impl.jdoql.tree |
---|
Subclasses of Expr in org.apache.jdo.impl.jdoql.tree | |
---|---|
class |
AndExpr
This node represents a logical and operator. |
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 |
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 |
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 |
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 |
OrExpr
This node represents a logical or operator. |
class |
ParameterAccessExpr
This node represents a parameter access expression. |
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 |
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. |
Constructors in org.apache.jdo.impl.jdoql.tree with parameters of type Expr | |
---|---|
Tree(CandidateClass candidateClass,
ParameterDecl parameterDeclarations,
VariableDecl variableDeclarations,
OrderingExpr orderingExpressions,
Expr filter)
This constructor is called by semantic analysis only. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |