soot.javaToJimple
Class InnerClassInfoFinder

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

public class InnerClassInfoFinder
extends polyglot.visit.NodeVisitor


Constructor Summary
InnerClassInfoFinder()
           
 
Method Summary
 ArrayList<polyglot.ast.Node> anonBodyList()
           
 polyglot.visit.NodeVisitor enter(polyglot.ast.Node parent, polyglot.ast.Node n)
           
 ArrayList<polyglot.ast.Node> localClassDeclList()
           
 ArrayList<polyglot.ast.Node> memberList()
           
 
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

InnerClassInfoFinder

public InnerClassInfoFinder()
Method Detail

memberList

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

localClassDeclList

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

anonBodyList

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

enter

public polyglot.visit.NodeVisitor enter(polyglot.ast.Node parent,
                                        polyglot.ast.Node n)
Overrides:
enter in class polyglot.visit.NodeVisitor