java.lang.Object
simula.runtime.RTS_PROGINFO
Utility class PROGINFO.
This class is used to hold a mapping of source line numbers and java lines.
Link to GitHub: Source File.
- Author:
- Øystein Myhre Andersen
-
Field Summary
-
Constructor Summary
ConstructorDescriptionRTS_PROGINFO
(String file, String ident, int... lineMap) Create a new _PROGINFO. -
Method Summary
-
Field Details
-
file
Simula Source File - e.g. program.sim -
ident
Program ident. -
LINEMAP_
final int[] LINEMAP_The line-map.
-
-
Constructor Details
-
RTS_PROGINFO
Create a new _PROGINFO.- Parameters:
file
- source file nameident
- program identlineMap
- a line map
-
-
Method Details