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
 ArrayList ccallList()
           
 polyglot.visit.NodeVisitor enter(polyglot.ast.Node parent, polyglot.ast.Node n)
           
 ArrayList finalLocals()
           
 ArrayList inners()
           
 polyglot.ast.Node override(polyglot.ast.Node parent, polyglot.ast.Node n)
           
 HashMap typeToLocalsUsed()
           
 
Methods inherited from class polyglot.visit.NodeVisitor
begin, enter, finish, finish, leave, leave, 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

typeToLocalsUsed

public HashMap typeToLocalsUsed()

finalLocals

public ArrayList finalLocals()

inners

public ArrayList inners()

ccallList

public ArrayList ccallList()

override

public polyglot.ast.Node override(polyglot.ast.Node parent,
                                  polyglot.ast.Node n)

enter

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