public class Line
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
int |
lineNumber |
Program |
program |
java.util.List<Statement> |
statements |
| Modifier and Type | Method and Description |
|---|---|
Line |
accept(Visitor t) |
java.util.Optional<Line> |
nextLine() |