Package | Description |
---|---|
org.apache.jdo.impl.jdoql.tree |
Modifier and Type | Class and Description |
---|---|
class |
BooleanLiteralExpr
This node represents a boolean literal such as
true or
false . |
class |
ByteLiteralExpr
This node represents a byte literal.
|
class |
CharLiteralExpr
This node represents a character literal.
|
class |
DoubleLiteralExpr
This node represents a double literal.
|
class |
FloatLiteralExpr
This node represents a float literal.
|
class |
IntLiteralExpr
This node represents a integer literal.
|
class |
LongLiteralExpr
This node represents a long literal.
|
class |
ShortLiteralExpr
This node represents a short literal.
|
Modifier and Type | Method and Description |
---|---|
static ConstantExpr |
ConstantExpr.newConstant(java.lang.Object value)
Returns an instance of
ConstantExpression . |
Copyright © 2005-2012 Apache Software Foundation. All Rights Reserved.