public class LocalUsesChecker
extends polyglot.visit.NodeVisitor
Constructor and Description |
---|
LocalUsesChecker() |
Modifier and Type | Method and Description |
---|---|
ArrayList<polyglot.util.IdentityKey> |
getLocalDecls() |
ArrayList<polyglot.util.IdentityKey> |
getLocals() |
ArrayList<polyglot.ast.Node> |
getNews() |
polyglot.ast.Node |
leave(polyglot.ast.Node old,
polyglot.ast.Node n,
polyglot.visit.NodeVisitor visitor) |
public ArrayList<polyglot.util.IdentityKey> getLocals()
public ArrayList<polyglot.ast.Node> getNews()
public ArrayList<polyglot.util.IdentityKey> getLocalDecls()
public polyglot.ast.Node leave(polyglot.ast.Node old, polyglot.ast.Node n, polyglot.visit.NodeVisitor visitor)
leave
in class polyglot.visit.NodeVisitor