| Constructor and Description |
|---|
ReassignmentVisitor(java.util.Map<java.lang.Integer,java.lang.Integer> reassignments) |
| Modifier and Type | Method and Description |
|---|---|
Line |
visit(Line line) |
Program |
visit(Program program) |
Statement |
visit(Statement statement)
We saw a trigger, reassign any numbers that follow.
|