soot.javaToJimple
Class ClassDeclFinder

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

public class ClassDeclFinder
extends polyglot.visit.NodeVisitor


Constructor Summary
ClassDeclFinder()
           
 
Method Summary
 ArrayList<polyglot.ast.ClassDecl> declsFound()
           
 polyglot.visit.NodeVisitor enter(polyglot.ast.Node parent, polyglot.ast.Node n)
           
 
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

ClassDeclFinder

public ClassDeclFinder()
Method Detail

declsFound

public ArrayList<polyglot.ast.ClassDecl> declsFound()

enter

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