public class ExprNodeViewResourceVisitor extends Object implements ExprNodeVisitor
Constructor and Description |
---|
ExprNodeViewResourceVisitor()
Ctor.
|
Modifier and Type | Method and Description |
---|---|
List<ExprNode> |
getExprNodes()
Returns the list of expression nodes requiring view resources.
|
boolean |
isVisit(ExprNode exprNode)
Allows visitor to indicate whether to visit a given node.
|
void |
visit(ExprNode exprNode)
Visit the given expression node.
|
public boolean isVisit(ExprNode exprNode)
ExprNodeVisitor
isVisit
in interface ExprNodeVisitor
exprNode
- is the node in questionspublic List<ExprNode> getExprNodes()
public void visit(ExprNode exprNode)
ExprNodeVisitor
visit
in interface ExprNodeVisitor
exprNode
- is the expression node to visit