java.lang.Object
simula.runtime.RTS_RTObject.RTS_BOUNDS
- Enclosing class:
RTS_RTObject
This class is used to hold bound pairs in RTS_ARRAY objects.
-
Field Summary
-
Constructor Summary
-
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