Uses of Class
simula.runtime.RTS_RTObject
-
Uses of RTS_RTObject in simula.runtime
Modifier and TypeClassDescriptionclass
System class BASICIO.class
System class Bytefile.class
Additional System class CatchingErrors.class
Utility class RTS_CLASS - Fictituous outermost prefix.class
Additional System class DEC_Lib.class
System class Directbytefile.class
System class Directfile.class
Additional System class Drawing.class
System class ENVIRONMENT.class
System class File.class
System class Head.class
System class Imagefile.class
System class Inbytefile.class
System class Infile.class
System class Link.class
System class Linkage.final class
System class MAIN_PROGRAMclass
System class Outbytefile.class
System class Outfile.class
System class PrintFile.class
Utility class PROCEDURE.class
System class Process.class
Additional System class ShapeElement.class
System class Simset.class
System class Simulation.class
Additional System class TextElement.final class
The Text Object.Modifier and TypeFieldDescriptionstatic RTS_RTObject
RTS_RTObject._CUR
Current Block InstanceRTS_RTObject.RTS_NAME._CUR
The environment in which evaluations of get'parameters will take place.(package private) RTS_RTObject
RTS_RTObject._DL
If this block instance is attached this is a pointer to the object of the block instance to which the instance is attached (also called dynamic link), i.e. it points to the block instance which called this one.RTS_RTObject._SL
This is a pointer to the object of the nearest textually enclosing block instance, also called 'static link'.final RTS_RTObject
RTS_RTObject.RTS_LABEL._SL
Static link, i.e. the block in which the label is defined.private final RTS_RTObject[]
RTS_RTObject.RTS_REF_ARRAY.ELTS
The elements in this RTS_REF_ARRAYfinal RTS_RTObject
RTS_RTObject.UncaughtExceptionHandler.obj
Current RTObject in which the exception occured.(package private) final RTS_RTObject
RTS_PRCQNT.staticLink
Static link.Modifier and TypeMethodDescriptionRTS_CLASS._START()
Runnable BodyRTS_RTObject._STM()
Method representing the Statements in this Block
This method is virtual and must be redefined in blocks.Modifier and TypeMethodDescriptionvoid
RTS_RTObject.call
(RTS_RTObject ins) Standard procedure 'call'.void
RTS_RTObject.call
(RTS_RTObject ins, int sourceLine) static void
RTS_RTObject.detach
(RTS_RTObject SL) Seedetach()
static RTS_TXT
RTS_RTObject.objectTraceIdentifier
(RTS_RTObject staticLink) Utility to support trace and debugging.(package private) static void
RTS_COMMON.printStaticChain
(RTS_RTObject ins) Print static chain starting with 'ins'void
RTS_RTObject.resume
(RTS_RTObject ins) "resume" is formally a procedure with one object reference parameter qualified by a fictitious class 'CLASS' including all classes.void
RTS_RTObject.resume
(RTS_RTObject ins, boolean doSwap) void
RTS_RTObject.resume
(RTS_RTObject ins, int sourceLine) ModifierConstructorDescriptionRTS_BASICIO
(RTS_RTObject staticLink) ConstructorRTS_Bytefile
(RTS_RTObject staticLink, RTS_TXT FILENAME) Create a new _ByteFile.RTS_CatchingErrors
(RTS_RTObject staticLink) Create a new _CatchingErrors instance.Create a new RTS_CLASS instance.RTS_DEC_Lib
(RTS_RTObject staticLink) Normal ConstructorRTS_Directbytefile
(RTS_RTObject SL, RTS_TXT FN) Create a new _Directbytefile.RTS_Directfile
(RTS_RTObject SL, RTS_TXT FN) Create a new _Directbytefile.RTS_Drawing
(RTS_RTObject SL, RTS_TXT title, int width, int height) Create a new Drawing Canvas.RTS_ENVIRONMENT
(RTS_RTObject staticLink) Normal ConstructorRTS_File
(RTS_RTObject SL, RTS_TXT FN) Create a new _File.RTS_Head
(RTS_RTObject SL) Construct a new set(Head) with no members.RTS_Imagefile
(RTS_RTObject SL, RTS_TXT FN) Create a new _Imagefile.RTS_Inbytefile
(RTS_RTObject SL, RTS_TXT FN) Create a new _Inbytefile.RTS_Infile
(RTS_RTObject SL, RTS_TXT FN) Create a new _Infile.RTS_LABEL
(RTS_RTObject _SL, int index, String identifier) Create a label quantityRTS_Link
(RTS_RTObject SL) Create a new _Link.Create a new _Linkage.Create a new _MAIN_PROGRAM.RTS_Outbytefile
(RTS_RTObject SL, RTS_TXT FN) Create a new _Outbytefile.RTS_Outfile
(RTS_RTObject SL, RTS_TXT FN) Create a new _Outfile.RTS_PRCQNT
(RTS_RTObject SL, Class<?> procedure) Creeate a new RTS_PRCQNT.RTS_Printfile
(RTS_RTObject SL, RTS_TXT FN) Create a new _PrintfileCreate a normal procedure.RTS_PROCEDURE
(RTS_RTObject SL, int nPar) Create a formal/virtual Procedure.Create a new _Process.ConstructorCreate a new _ShapeElement.Create a new _Simset.Create a new Simulation.RTS_TextElement
(RTS_RTObject SL, String str, double x, double y) Create a new _TextElement.RTS_TextElement
(RTS_RTObject SL, RTS_TXT txt, double x, double y) Create a new _TextElement.Create an UncaughtExceptionHandler.