java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
simula.runtime.RTS_RTObject.RTS_LABEL
- All Implemented Interfaces:
Serializable
- Enclosing class:
RTS_RTObject
This class represent a Simula Label quantity
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionfinal RTS_RTObject
Static link, i.e. the block in which the label is defined.final String
Label identifier.final int
Index, I.e. ordinal number of the Label within its Scope(staticLink). -
Constructor Summary
ConstructorDescriptionRTS_LABEL
(RTS_RTObject _SL, int index, String identifier) Create a label quantity -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Field Details
-
_SL
Static link, i.e. the block in which the label is defined. -
index
public final int indexIndex, I.e. ordinal number of the Label within its Scope(staticLink). -
identifier
Label identifier. To improve error and trace messages.
-
-
Constructor Details
-
RTS_LABEL
Create a label quantity- Parameters:
_SL
- static linkindex
- label indexidentifier
- label identifier
-
-
Method Details