Class RTS_TEXT_ARRAY
java.lang.Object
simula.runtime.RTS_ARRAY
simula.runtime.RTS_TEXT_ARRAY
This class represent a Simula text array.
Link to GitHub: Source File.
- Author:
- SIMULA Standards Group, Øystein Myhre Andersen
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionRTS_TEXT_ARRAY
(RTS_BOUNDS... BOUNDS) Create a text array with the given bounds. -
Method Summary
Modifier and TypeMethodDescriptionCOPY()
Abstract method redefined for all subclass_ARRAY getELEMENT
(int... x) This method will return a text reference from ELTS(x...)putELEMENT
(int ix, RTS_TXT val) This method will put a text reference into ELTS(ix)Methods inherited from class simula.runtime.RTS_ARRAY
index, lowerBound, nDim, size, toString, upperBound
-
Field Details
-
ELTS
The elements in this RTS_TEXT_ARRAY
-
-
Constructor Details
-
RTS_TEXT_ARRAY
Create a text array with the given bounds.- Parameters:
BOUNDS
- the array bounds
-
-
Method Details