public abstract class SubscriptionVisitor extends Object implements TreeVisitor
| Constructor and Description |
|---|
SubscriptionVisitor() |
| Modifier and Type | Method and Description |
|---|---|
TreeVisitorContext |
getContext() |
protected boolean |
isSubscribed(Tree tree) |
void |
leaveFile(Tree scriptTree) |
void |
leaveNode(Tree tree) |
abstract List<Tree.Kind> |
nodesToVisit() |
void |
scanTree(Tree tree) |
void |
scanTree(TreeVisitorContext context) |
void |
visitFile(Tree scriptTree) |
void |
visitNode(Tree tree) |
public void visitNode(Tree tree)
public void leaveNode(Tree tree)
public void visitFile(Tree scriptTree)
public void leaveFile(Tree scriptTree)
public TreeVisitorContext getContext()
getContext in interface TreeVisitorpublic final void scanTree(TreeVisitorContext context)
scanTree in interface TreeVisitorpublic void scanTree(Tree tree)
protected boolean isSubscribed(Tree tree)
Copyright © 2011–2016 SonarSource and Eriks Nukis. All rights reserved.