public abstract class IdentificationVariableDeclNode extends Node
Purpose: This is the superclass for all identification declaration nodes.
Responsibilities:
left, right, shouldGenerateExpression
Constructor and Description |
---|
IdentificationVariableDeclNode() |
Modifier and Type | Method and Description |
---|---|
static String |
calculateCanonicalName(String name) |
String |
getCanonicalVariableName() |
Node |
getPath() |
String |
getVariableName() |
void |
setVariableName(String name) |
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 String getVariableName()
public void setVariableName(String name)
public String getCanonicalVariableName()
public Node getPath()
public void validate(ParseTreeContext context)
Copyright © 2024. All rights reserved.