Module Simula

Class RTS_PROGINFO

java.lang.Object
simula.runtime.RTS_PROGINFO

public class RTS_PROGINFO extends Object
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 Details

    • file

      final String file
      Simula Source File - e.g. program.sim
    • ident

      final String ident
      Program ident.
    • LINEMAP_

      final int[] LINEMAP_
      The line-map.
  • Constructor Details

    • RTS_PROGINFO

      public RTS_PROGINFO(String file, String ident, int... lineMap)
      Create a new _PROGINFO.
      Parameters:
      file - source file name
      ident - program ident
      lineMap - a line map
  • Method Details