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