Class RTS_BOUNDS
java.lang.Object
simula.runtime.RTS_BOUNDS
This class is used to hold bound pairs in RTS_ARRAY objects.
Link to GitHub: Source File.
- Author:
- Øystein Myhre Andersen
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
LB
public final int LBAn array upper bound -
SIZE
public final int SIZEAn array ELEMENTS size
-
-
Constructor Details
-
RTS_BOUNDS
public RTS_BOUNDS(int LB, int UB) Create an array bound pair object- Parameters:
LB
- Lower boundUB
- Upper bound
-
-
Method Details
-
toString
-