public class LongLiteralNode extends LiteralNode
Purpose: Represent a long literal in EJBQL
Responsibilities:
literal
left, right, shouldGenerateExpression
Constructor and Description |
---|
LongLiteralNode()
IntegerLiteralNode constructor comment.
|
LongLiteralNode(Long newLong)
IntegerLiteralNode constructor comment.
|
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 LongLiteralNode()
public LongLiteralNode(Long newLong)
public void validate(ParseTreeContext context)
Copyright © 2021. All rights reserved.