Uses of Class
simula.runtime.RTS_RTObject.RTS_BOUNDS
-
Uses of RTS_RTObject.RTS_BOUNDS in simula.runtime
Modifier and TypeFieldDescriptionfinal RTS_RTObject.RTS_BOUNDS[]
RTS_ARRAY.BOUNDS
The initilal BOUND pairsModifierConstructorDescriptionRTS_ARRAY
(RTS_RTObject.RTS_BOUNDS... BOUNDS) Create an _ARRAY with the given BOUNDS.RTS_BOOLEAN_ARRAY
(RTS_RTObject.RTS_BOUNDS... BOUNDS) Create a boolean array with the given bounds.RTS_CHARACTER_ARRAY
(RTS_RTObject.RTS_BOUNDS... BOUNDS) Create a character array with the given bounds.RTS_INTEGER_ARRAY
(RTS_RTObject.RTS_BOUNDS... BOUNDS) Create a integer array with the given bounds.RTS_LONG_REAL_ARRAY
(RTS_RTObject.RTS_BOUNDS... BOUNDS) Create a long real array with the given bounds.RTS_REAL_ARRAY
(RTS_RTObject.RTS_BOUNDS... BOUNDS) Create a real array with the given bounds.RTS_REALTYPE_ARRAY
(RTS_RTObject.RTS_BOUNDS... BOUNDS) Create a real-type array with the given bounds.RTS_REF_ARRAY
(RTS_RTObject.RTS_BOUNDS... BOUNDS) Create a ref() array with the given bounds.RTS_TEXT_ARRAY
(RTS_RTObject.RTS_BOUNDS... BOUNDS) Create a text array with the given bounds.