soot.javaToJimple
Class NestedClassListBuilder

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

public class NestedClassListBuilder
extends polyglot.visit.NodeVisitor


Constructor Summary
NestedClassListBuilder()
           
 
Method Summary
 polyglot.visit.NodeVisitor enter(polyglot.ast.Node parent, polyglot.ast.Node n)
           
 ArrayList<polyglot.ast.Node> getAnonClassBodyList()
           
 ArrayList<polyglot.ast.Node> getClassDeclsList()
           
 ArrayList<polyglot.ast.Node> getNestedUsedList()
           
 
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

NestedClassListBuilder

public NestedClassListBuilder()
Method Detail

getClassDeclsList

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

getAnonClassBodyList

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

getNestedUsedList

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

enter

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