fabil.visit
Class UpdatedVariableFinder

java.lang.Object
  extended by NodeVisitor
      extended by fabil.visit.UpdatedVariableFinder

public class UpdatedVariableFinder
extends NodeVisitor


Field Summary
protected  java.util.Set<LocalInstance> declared
           
protected  java.util.Set<LocalInstance> updated
           
 
Constructor Summary
UpdatedVariableFinder()
           
 
Method Summary
 NodeVisitor enter(Node n)
           
 Node leave(Node old, Node n, NodeVisitor v)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

declared

protected java.util.Set<LocalInstance> declared

updated

protected java.util.Set<LocalInstance> updated
Constructor Detail

UpdatedVariableFinder

public UpdatedVariableFinder()
Method Detail

enter

public NodeVisitor enter(Node n)

leave

public Node leave(Node old,
                  Node n,
                  NodeVisitor v)