Class RTS_BOUNDS

java.lang.Object
simula.runtime.RTS_BOUNDS

public final class RTS_BOUNDS extends Object

This class is used to hold bound pairs in RTS_ARRAY objects.

Link to GitHub: Source File.

Author:
Øystein Myhre Andersen
  • Field Details

    • LB

      public final int LB
      An array upper bound
    • SIZE

      public final int SIZE
      An array ELEMENTS size
  • Constructor Details

    • RTS_BOUNDS

      public RTS_BOUNDS(int LB, int UB)
      Create an array bound pair object
      Parameters:
      LB - Lower bound
      UB - Upper bound
  • Method Details