public class IntegerLiteralNode extends LiteralNode
Purpose: Represent a Integer literal in EJBQL
Responsibilities:
literal
left, right, shouldGenerateExpression
Constructor and Description |
---|
IntegerLiteralNode()
IntegerLiteralNode constructor comment.
|
IntegerLiteralNode(java.lang.Integer newInteger)
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 IntegerLiteralNode()
public IntegerLiteralNode(java.lang.Integer newInteger)
public void validate(ParseTreeContext context)