public class UpdatedVariableFinder
extends NodeVisitor
Modifier and Type | Field and Description |
---|---|
protected java.util.Set<LocalInstance> |
declared |
protected java.util.Set<LocalInstance> |
updated |
Constructor and Description |
---|
UpdatedVariableFinder() |
Modifier and Type | Method and Description |
---|---|
NodeVisitor |
enter(Node n) |
Node |
leave(Node old,
Node n,
NodeVisitor v) |