soot.javaToJimple
Class LocalUsesChecker

java.lang.Object
  extended by polyglot.visit.NodeVisitor
      extended by soot.javaToJimple.LocalUsesChecker

public class LocalUsesChecker
extends polyglot.visit.NodeVisitor


Constructor Summary
LocalUsesChecker()
           
 
Method Summary
 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)
           
 
Methods inherited from class polyglot.visit.NodeVisitor
begin, enter, enter, finish, finish, leave, override, override, toString, visitEdge
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LocalUsesChecker

public LocalUsesChecker()
Method Detail

getLocals

public ArrayList<polyglot.util.IdentityKey> getLocals()

getNews

public ArrayList<polyglot.ast.Node> getNews()

getLocalDecls

public ArrayList<polyglot.util.IdentityKey> getLocalDecls()

leave

public polyglot.ast.Node leave(polyglot.ast.Node old,
                               polyglot.ast.Node n,
                               polyglot.visit.NodeVisitor visitor)
Overrides:
leave in class polyglot.visit.NodeVisitor