public class NotEqualsNode extends BinaryOperatorNode
Purpose: Represent a '<>' in EJBQL
Responsibilities:
left, right, shouldGenerateExpression| Constructor and Description |
|---|
NotEqualsNode()
EqualsNode constructor comment.
|
| Modifier and Type | Method and Description |
|---|---|
Expression |
generateExpression(GenerationContext context)
Resolve the expression.
|
java.lang.String |
getAsString()
INTERNAL
Get the string representation of this node.
|
void |
validate(ParseTreeContext context)
INTERNAL
Validate node and calculates its type.
|
addToExpression, appendExpression, applyToQuery, getColumn, getLeft, getLine, getRight, getType, hasLeft, hasRight, isAggregateNode, isAttributeNode, isConstructorNode, isCountNode, isDivideNode, isDotNode, isEscape, isLiteralNode, isMinusNode, isMultiplyNode, isNotNode, isParameterNode, isPlusNode, isSubqueryNode, isVariableNode, qualifyAttributeAccess, resolveAttribute, resolveClass, resolveClass, resolveMapping, resolveMapping, setColumn, setLeft, setLine, setRight, setType, toString, toString, toStringDisplayName, toStringIndent, validateParameterpublic void validate(ParseTreeContext context)
validate in class BinaryOperatorNodepublic Expression generateExpression(GenerationContext context)
generateExpression in class Nodepublic java.lang.String getAsString()
getAsString in class Node