public class FloatLiteralNode extends LiteralNode
Purpose: Represent a float literal in EJBQL
Responsibilities:
literal
left, right, shouldGenerateExpression
Constructor and Description |
---|
FloatLiteralNode()
FloatLiteralNode constructor comment.
|
FloatLiteralNode(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, toString
addToExpression, 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, validateParameter
public FloatLiteralNode()
public FloatLiteralNode(Object newFloat)
public void validate(ParseTreeContext context)
Copyright © 2021. All rights reserved.