soot.javaToJimple
Class PrivateInstancesAvailable

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

public class PrivateInstancesAvailable
extends polyglot.visit.NodeVisitor


Constructor Summary
PrivateInstancesAvailable()
           
 
Method Summary
 ArrayList<polyglot.util.IdentityKey> getList()
           
 polyglot.ast.Node leave(polyglot.ast.Node old, polyglot.ast.Node n, polyglot.visit.NodeVisitor visitor)
           
 
Methods inherited from class polyglot.visit.NodeVisitor
begin, enter, enter, finish, finish, leave, override, override, toString, visitEdge
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PrivateInstancesAvailable

public PrivateInstancesAvailable()
Method Detail

getList

public ArrayList<polyglot.util.IdentityKey> getList()

leave

public polyglot.ast.Node leave(polyglot.ast.Node old,
                               polyglot.ast.Node n,
                               polyglot.visit.NodeVisitor visitor)
Overrides:
leave in class polyglot.visit.NodeVisitor