public class BinaryOperatorNode extends Node
Purpose: This is the superclass for all the binary operators in EJBQL
Responsibilities:
shouldGenerateExpression
Constructor and Description |
---|
BinaryOperatorNode() |
Modifier and Type | Method and Description |
---|---|
void |
validate(ParseTreeContext context)
INTERNAL
Validate the current node and calculates its type.
|
addToExpression, appendExpression, applyToQuery, generateExpression, getAlias, getAsString, getColumn, getLeft, getLine, getRight, getType, hasLeft, hasRight, isAggregateNode, isAliasableNode, isAttributeNode, isConstructorNode, isCountNode, isDivideNode, isDotNode, isEscape, isLiteralNode, isMapKeyNode, isMinusNode, isMultiplyNode, isNotNode, isParameterNode, isPlusNode, isSubqueryNode, isVariableNode, qualifyAttributeAccess, resolveAttribute, resolveClass, resolveClass, resolveMapping, resolveMapping, setAlias, setColumn, setLeft, setLine, setRight, setType, toString, toString, toStringDisplayName, toStringIndent, validateParameter
public void validate(ParseTreeContext context)
EclipseLink 2.6.3, "build v20160428-59c81c5" API Reference