fabil.visit
Class UpdatedVariableFinder
java.lang.Object
NodeVisitor
fabil.visit.UpdatedVariableFinder
public class UpdatedVariableFinder
- extends NodeVisitor
Field Summary |
protected java.util.Set<LocalInstance> |
declared
|
protected java.util.Set<LocalInstance> |
updated
|
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 |
declared
protected java.util.Set<LocalInstance> declared
updated
protected java.util.Set<LocalInstance> updated
UpdatedVariableFinder
public UpdatedVariableFinder()
enter
public NodeVisitor enter(Node n)
leave
public Node leave(Node old,
Node n,
NodeVisitor v)