public class FloatLiteralNode extends LiteralNode
Purpose: Represent a float literal in EJBQL
Responsibilities:
literalleft, right, shouldGenerateExpression| Constructor and Description |
|---|
FloatLiteralNode()
FloatLiteralNode constructor comment.
|
FloatLiteralNode(java.lang.Object newFloat) |
| Modifier and Type | Method and Description |
|---|---|
void |
validate(ParseTreeContext context)
INTERNAL
Validate the current node and calculate its type.
|
applyToQuery, generateExpression, getAsString, getLiteral, isLiteralNode, setLiteral, toStringaddToExpression, appendExpression, getColumn, getLeft, getLine, getRight, getType, hasLeft, hasRight, isAggregateNode, isAttributeNode, isConstructorNode, isCountNode, isDivideNode, isDotNode, isEscape, isMinusNode, isMultiplyNode, isNotNode, isParameterNode, isPlusNode, isSubqueryNode, isVariableNode, qualifyAttributeAccess, resolveAttribute, resolveClass, resolveClass, resolveMapping, resolveMapping, setColumn, setLeft, setLine, setRight, setType, toString, toStringDisplayName, toStringIndent, validateParameterpublic FloatLiteralNode()
public FloatLiteralNode(java.lang.Object newFloat)
public void validate(ParseTreeContext context)