public class ScopeCollector extends Object implements TreeVisitor<ScopeImpl>
Constructor and Description |
---|
ScopeCollector() |
Modifier and Type | Method and Description |
---|---|
List<ScopeImpl> |
getScopes() |
void |
visit(ScopeImpl obj)
Invoked for a node in tree.
|
public void visit(ScopeImpl obj)
TreeVisitor
visit
in interface TreeVisitor<ScopeImpl>
obj
- a reference to the nodeCopyright © 2022. All rights reserved.