public class ExprNodeSubselectDeclaredDotVisitor extends Object implements ExprNodeVisitor
Constructor and Description |
---|
ExprNodeSubselectDeclaredDotVisitor()
Ctor.
|
Modifier and Type | Method and Description |
---|---|
List<ExprDotNode> |
getChainedExpressionsDot() |
List<ExprDeclaredNode> |
getDeclaredExpressions() |
List<ExprSubselectNode> |
getSubselects()
Returns a list of lookup expression nodes.
|
boolean |
isVisit(ExprNode exprNode)
Allows visitor to indicate whether to visit a given node.
|
void |
reset() |
void |
visit(ExprNode exprNode)
Visit the given expression node.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
isWalkDeclExprParam
public ExprNodeSubselectDeclaredDotVisitor()
public void reset()
public List<ExprSubselectNode> getSubselects()
public List<ExprDotNode> getChainedExpressionsDot()
public List<ExprDeclaredNode> getDeclaredExpressions()
public boolean isVisit(ExprNode exprNode)
ExprNodeVisitor
isVisit
in interface ExprNodeVisitor
exprNode
- is the node in questionspublic void visit(ExprNode exprNode)
ExprNodeVisitor
visit
in interface ExprNodeVisitor
exprNode
- is the expression node to visitCopyright © 2005–2021. All rights reserved.