Module Simula

Class RTS_RTObject.RTS_LABEL

All Implemented Interfaces:
Serializable
Enclosing class:
RTS_RTObject

public final class RTS_RTObject.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.
    • 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 index, String identifier)
      Create a label quantity
      Parameters:
      _SL - static link
      index - label index
      identifier - label identifier
  • Method Details