soot.javaToJimple
Class LocalUsesChecker
java.lang.Object
polyglot.visit.NodeVisitor
soot.javaToJimple.LocalUsesChecker
- public class LocalUsesChecker
- extends polyglot.visit.NodeVisitor
Method Summary |
java.util.ArrayList |
getLocalDecls()
|
java.util.ArrayList |
getLocals()
|
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 |
LocalUsesChecker
public LocalUsesChecker()
getLocalDecls
public java.util.ArrayList getLocalDecls()
getLocals
public java.util.ArrayList getLocals()
leave
public polyglot.ast.Node leave(polyglot.ast.Node old,
polyglot.ast.Node n,
polyglot.visit.NodeVisitor visitor)