Class RTS_PROGINFO
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. This class not used when generating Java ClassFile directly.
Link to GitHub: Source File.
- Author:
- Øystein Myhre Andersen
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionRTS_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
-
-
Method Details
-
toString
-