Class Line
- java.lang.Object
-
- io.github.applecommander.bastools.api.model.Line
-
public class Line extends java.lang.Object
An AppleSoft BASIC Line representation.
-
-
Field Summary
Fields Modifier and Type Field Description int
lineNumber
Program
program
java.util.List<Statement>
statements
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Line
accept(Visitor t)
int
getLineNumber()
java.util.Optional<Line>
nextLine()
-
-
-
Constructor Detail
-
Line
public Line(int lineNumber, Program program)
-
-