Class RTS_LABEL

All Implemented Interfaces:
Serializable

public final class RTS_LABEL extends RuntimeException
This class represent a Simula Label quantity
See Also:
  • Field Details

    • _SL

      public final RTS_RTObject _SL
      Static link, i.e. the block in which the label is defined.
    • _PRFX

      public final int _PRFX
      Prefix level.
    • index

      public final int index
      Index, I.e. ordinal number of the Label within its Scope(staticLink).
    • identifier

      public final String identifier
      Label identifier. To improve error and trace messages.
  • Constructor Details

    • RTS_LABEL

      public RTS_LABEL(RTS_RTObject _SL, int _PRFX, int index, String identifier)
      Create a label quantity
      Parameters:
      _SL - static link
      _PRFX - prefix level
      index - label index
      identifier - label identifier
  • Method Details