public class FromNode extends MajorNode
Purpose: Represent a FROM
Responsibilities:
left, right, shouldGenerateExpression| Constructor and Description |
|---|
FromNode() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List |
getDeclarations() |
java.lang.String |
getFirstVariable() |
Node |
qualifyAttributeAccess(ParseTreeContext context)
INTERNAL
Check the declaration nodes for a path expression starting with a
unqualified field access and if so, replace it by a qualified field
access.
|
void |
setDeclarations(java.util.List decls) |
void |
validate(ParseTreeContext context)
INTERNAL
Validate the current node.
|
getContext, setContextaddToExpression, 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, resolveAttribute, resolveClass, resolveClass, resolveMapping, resolveMapping, setColumn, setLeft, setLine, setRight, setType, toString, toString, toStringDisplayName, toStringIndent, validateParameterpublic java.lang.String getFirstVariable()
public java.util.List getDeclarations()
public void setDeclarations(java.util.List decls)
public Node qualifyAttributeAccess(ParseTreeContext context)
qualifyAttributeAccess in class Nodepublic void validate(ParseTreeContext context)