public class LogicalOperatorNode extends Node
Purpose: This is the superclass for the logical operators (NOT, AND, OR)
Responsibilities:
left, right, shouldGenerateExpression
Constructor and Description |
---|
LogicalOperatorNode()
Return a new LogicalOperatorNode.
|
Modifier and Type | Method and Description |
---|---|
void |
validate(ParseTreeContext context)
INTERNAL
Validate node and calculate its type.
|
addToExpression, appendExpression, applyToQuery, generateExpression, getAsString, 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, validateParameter
public LogicalOperatorNode()
public void validate(ParseTreeContext context)
Copyright © 2022. All rights reserved.