soot.javaToJimple
Class MethodFinalsChecker

java.lang.Object
  extended bypolyglot.visit.NodeVisitor
      extended bysoot.javaToJimple.MethodFinalsChecker

public class MethodFinalsChecker
extends polyglot.visit.NodeVisitor


Constructor Summary
MethodFinalsChecker()
           
 
Method Summary
 polyglot.visit.NodeVisitor enter(polyglot.ast.Node parent, polyglot.ast.Node n)
           
 java.util.ArrayList getClassNames()
           
 java.util.ArrayList getLocals()
           
 java.util.HashMap getNewToOuter()
           
 void setCurrentSootClass(java.lang.String name)
           
 
Methods inherited from class polyglot.visit.NodeVisitor
begin, enter, finish, finish, leave, leave, override, override, toString, visitEdge
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MethodFinalsChecker

public MethodFinalsChecker()
Method Detail

setCurrentSootClass

public void setCurrentSootClass(java.lang.String name)

getNewToOuter

public java.util.HashMap getNewToOuter()

getClassNames

public java.util.ArrayList getClassNames()

getLocals

public java.util.ArrayList getLocals()

enter

public polyglot.visit.NodeVisitor enter(polyglot.ast.Node parent,
                                        polyglot.ast.Node n)