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