soot.javaToJimple
Class LocalClassDeclFinder

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

public class LocalClassDeclFinder
extends polyglot.visit.NodeVisitor


Constructor Summary
LocalClassDeclFinder()
           
 
Method Summary
 polyglot.ast.LocalClassDecl declFound()
           
 polyglot.visit.NodeVisitor enter(polyglot.ast.Node parent, polyglot.ast.Node n)
           
 void typeToFind(polyglot.types.ClassType type)
           
 
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

LocalClassDeclFinder

public LocalClassDeclFinder()
Method Detail

typeToFind

public void typeToFind(polyglot.types.ClassType type)

declFound

public polyglot.ast.LocalClassDecl declFound()

enter

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