Index

A B C D E F G H I J K L M N O P Q R S T U V W X Y _ 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

R

randint(int, int, RTS_RTObject.RTS_NAME<Integer>) - Static method in class simula.runtime.RTS_ENVIRONMENT
Random drawing: randint distribution
randomAccessFile - Variable in class simula.runtime.RTS_Directbytefile
The RandomAccessFile used.
randomAccessFile - Variable in class simula.runtime.RTS_Directfile
The RandomAccessFile used.
rank(char) - Static method in class simula.runtime.RTS_ENVIRONMENT
Standard Procedure rank.
REAC - Variable in class simula.compiler.syntaxClass.statement.ActivationStatement
Indicates reactivation when true, otherwise activation.
REACTIVATE - Enum constant in enum class simula.compiler.utilities.KeyWord
Simula Keyword
read() - Method in class simula.compiler.parsing.SourceFileReader
Read next character.
read() - Method in class simula.compiler.utilities.ConsolePanel
Reads a single character.
read() - Method in class simula.runtime.RTS_ConsolePanel
Reads a single character.
readAttributeFile(InputStream, File, DeclarationList) - Static method in class simula.compiler.AttributeFileIO
Read an attribute file.
readAttributeFile(String, File, DeclarationList) - Static method in class simula.compiler.syntaxClass.declaration.ExternalDeclaration
Read an attribute file.
reader - Variable in class simula.compiler.SimulaCompiler
The Reader in case of SimulaEditor.
readExternal(ObjectInput) - Method in class simula.compiler.CodeLine
 
readExternal(ObjectInput) - Method in class simula.compiler.syntaxClass.declaration.ArrayDeclaration
 
readExternal(ObjectInput) - Method in class simula.compiler.syntaxClass.declaration.ClassDeclaration
 
readExternal(ObjectInput) - Method in class simula.compiler.syntaxClass.declaration.ConnectionBlock
 
readExternal(ObjectInput) - Method in class simula.compiler.syntaxClass.declaration.Parameter
 
readExternal(ObjectInput) - Method in class simula.compiler.syntaxClass.declaration.ProcedureDeclaration
 
readExternal(ObjectInput) - Method in class simula.compiler.syntaxClass.declaration.ProcedureSpecification
 
readExternal(ObjectInput) - Method in class simula.compiler.syntaxClass.declaration.SimpleVariableDeclaration
 
readExternal(ObjectInput) - Method in class simula.compiler.syntaxClass.declaration.VirtualMatch
 
readExternal(ObjectInput) - Method in class simula.compiler.syntaxClass.declaration.VirtualSpecification
 
readExternal(ObjectInput) - Method in class simula.compiler.syntaxClass.expression.Constant
 
readExternal(ObjectInput) - Method in class simula.compiler.syntaxClass.HiddenSpecification
 
readExternal(ObjectInput) - Method in class simula.compiler.syntaxClass.OverLoad
 
readExternal(ObjectInput) - Method in class simula.compiler.syntaxClass.ProtectedSpecification
 
readExternal(ObjectInput) - Method in class simula.compiler.syntaxClass.Type
 
readExternal(ObjectInput) - Method in class simula.compiler.utilities.Token
 
reading - Variable in class simula.compiler.utilities.ConsolePanel
Used by KeyListener and read()
reading - Variable in class simula.runtime.RTS_ConsolePanel
Used by KeyListener and read()
readUntilEndofLine() - Method in class simula.compiler.parsing.SimulaScanner
Utility: Read until end-of-line.
Real - Static variable in class simula.compiler.syntaxClass.Type
Simula's Real type
REAL - Enum constant in enum class simula.compiler.utilities.KeyWord
Simula Keyword
REALKONST - Enum constant in enum class simula.compiler.utilities.KeyWord
Simula Symbol
Recompilation - Static variable in class simula.runtime.RTS_COMMON.SPORT_Option
Used by getIntInfo.
Ref - Static variable in class simula.compiler.syntaxClass.Type
Simula's Ref() type
Ref(String) - Static method in class simula.compiler.syntaxClass.Type
Simula's Ref(className) type
REF - Enum constant in enum class simula.compiler.utilities.KeyWord
Simula Keyword
refresh - Variable in class simula.editor.EditorMenues
Refresh item.
refresh2 - Variable in class simula.editor.EditorMenues
Popup Menu item
refreshNeeded - Variable in class simula.editor.SourceTextPanel
Indicates that refresh is needed.
regular - Enum constant in enum class simula.compiler.utilities.Token.StyleCode
Regular
RelationalOperation - Class in simula.compiler.syntaxClass.expression
Relational Operation.
RelationalOperation(Expression, KeyWord, Expression) - Constructor for class simula.compiler.syntaxClass.expression.RelationalOperation
Create a new RelationalOperation.
rem(int, int) - Static method in class simula.runtime.RTS_ENVIRONMENT
Standard Procedure rem.
remote(Expression, ProcedureDeclaration, VariableExpression, SyntaxClass) - Static method in class simula.compiler.syntaxClass.expression.CallProcedure
CallProcedure.remote
remoteAttribute - Variable in class simula.compiler.syntaxClass.expression.RemoteVariable
The remote attribute's semantic meaning.
remotelyAccessed - Variable in class simula.compiler.syntaxClass.expression.VariableExpression
Indicates that this variable is remotely accessed.
RemoteVariable - Class in simula.compiler.syntaxClass.expression
Remote Variable.
RemoteVariable(Expression, VariableExpression) - Constructor for class simula.compiler.syntaxClass.expression.RemoteVariable
Create a new RemoteVariable
remoteVirtual(Expression, VariableExpression, VirtualSpecification) - Static method in class simula.compiler.syntaxClass.expression.CallProcedure
CallProcedure.remoteVirtual
removeEvent(RTS_EVENT_NOTICE) - Method in class simula.runtime.RTS_Simulation
Utility: Remove event from SQS
removeSelectedTab() - Static method in class simula.editor.SimulaEditor
Remove selected tab.
removeWorkspacesAction() - Method in class simula.editor.EditorMenues
Remove Workspace action.
render() - Method in class simula.runtime.RTS_Drawing.DrawCanvas
Render all elements in the RENDERING_SET.
RENDERING_SET - Variable in class simula.runtime.RTS_Drawing
The redering set.
renderingSet() - Method in class simula.runtime.RTS_Drawing
Returns the rendering set.
repaintMe() - Method in class simula.runtime.RTS_Drawing
Request a repaint.
RepairSTM_MethodVisitor - Class in simula.compiler.byteCodeEngineering
Repair STM_ MethodVisitor.
RepairSTM_MethodVisitor(String, int, String, String, MethodVisitor) - Constructor for class simula.compiler.byteCodeEngineering.RepairSTM_MethodVisitor
The repair STM MethodVisitor.
RepairSTM_MethodVisitor.LabelHandle - Class in simula.compiler.byteCodeEngineering
 
reset() - Method in class simula.editor.SimulaEditor.AutoRefresher
reset
rest - Variable in class simula.runtime.RTS_Infile
Utility variable
rest(RTS_TXT) - Static method in class simula.runtime.RTS_DEC_Lib
DEC_Lib Procedure rest.
resume(RTS_Coroutine) - Static method in class simula.runtime.RTS_Coroutine
Resume the given Coroutine
resume(RTS_RTObject) - Method in class simula.runtime.RTS_RTObject
"resume" is formally a procedure with one object reference parameter qualified by a fictitious class 'CLASS' including all classes.
resume(RTS_RTObject, boolean) - Method in class simula.runtime.RTS_RTObject
resume(RTS_RTObject, int) - Method in class simula.runtime.RTS_RTObject
resumed - Enum constant in enum class simula.runtime.RTS_RTObject.OperationalState
The object is resumed
rhs - Variable in class simula.compiler.syntaxClass.expression.ArithmeticExpression
The right hand side
rhs - Variable in class simula.compiler.syntaxClass.expression.AssignmentOperation
The right hand side
rhs - Variable in class simula.compiler.syntaxClass.expression.BooleanExpression
The right hand side
rhs - Variable in class simula.compiler.syntaxClass.expression.RelationalOperation
The right hand side
rhs - Variable in class simula.compiler.syntaxClass.expression.TextExpression
The right hand side of &
right - Variable in class simula.runtime.RTS_PageWriter
The right margin.
rl - Variable in class simula.runtime.RTS_Ranking
Right link.
rnk - Variable in class simula.runtime.RTS_Ranking
The ranking value.
rtBlockLevel - Variable in class simula.compiler.syntaxClass.declaration.DeclarationScope
The Runtime block level.
RTOption - Class in simula.editor
Runtime Options
RTOption() - Constructor for class simula.editor.RTOption
The default constructor
RTS_ARRAY - Class in simula.runtime
Utility class ARRAY.
RTS_ARRAY(RTS_RTObject.RTS_BOUNDS...) - Constructor for class simula.runtime.RTS_ARRAY
Create an _ARRAY with the given BOUNDS.
RTS_BASICIO - Class in simula.runtime
System class BASICIO.
RTS_BASICIO(RTS_RTObject) - Constructor for class simula.runtime.RTS_BASICIO
Constructor
RTS_BOOLEAN_ARRAY(RTS_RTObject.RTS_BOUNDS...) - Constructor for class simula.runtime.RTS_RTObject.RTS_BOOLEAN_ARRAY
Create a boolean array with the given bounds.
RTS_BOUNDS(int, int) - Constructor for class simula.runtime.RTS_RTObject.RTS_BOUNDS
Create an array bound pair object
RTS_Bytefile - Class in simula.runtime
System class Bytefile.
RTS_Bytefile(RTS_RTObject, RTS_TXT) - Constructor for class simula.runtime.RTS_Bytefile
Create a new _ByteFile.
RTS_CatchingErrors - Class in simula.runtime
Additional System class CatchingErrors.
RTS_CatchingErrors(RTS_RTObject) - Constructor for class simula.runtime.RTS_CatchingErrors
Create a new _CatchingErrors instance.
RTS_CHARACTER_ARRAY(RTS_RTObject.RTS_BOUNDS...) - Constructor for class simula.runtime.RTS_RTObject.RTS_CHARACTER_ARRAY
Create a character array with the given bounds.
RTS_CLASS - Class in simula.runtime
Utility class RTS_CLASS - Fictituous outermost prefix.
RTS_CLASS(RTS_RTObject) - Constructor for class simula.runtime.RTS_CLASS
Create a new RTS_CLASS instance.
RTS_COMMON - Class in simula.runtime
Utility class containing a lot of common stuff.
RTS_COMMON() - Constructor for class simula.runtime.RTS_COMMON
Default constructor.
RTS_COMMON.Option - Class in simula.runtime
Runtime Options
RTS_COMMON.SPORT_Option - Class in simula.runtime
S-PORT Options
RTS_ConsolePanel - Class in simula.runtime
This is an implementation of a Console Panel.
RTS_ConsolePanel() - Constructor for class simula.runtime.RTS_ConsolePanel
Create a new _RTConsolePanel
RTS_Coroutine - Class in simula.runtime
Utility class Coroutine.
RTS_Coroutine(Runnable) - Constructor for class simula.runtime.RTS_Coroutine
Create a new Coroutine with the given target.
RTS_DEC_Lib - Class in simula.runtime
Additional System class DEC_Lib.
RTS_DEC_Lib(RTS_RTObject) - Constructor for class simula.runtime.RTS_DEC_Lib
Normal Constructor
RTS_DEC_Lib.NumberChecker - Class in simula.runtime
The abstract NumberChecker.
RTS_DEC_Lib.State - Enum Class in simula.runtime
The item states used by GETITEM below.
RTS_Directbytefile - Class in simula.runtime
System class Directbytefile.
RTS_Directbytefile(RTS_RTObject, RTS_TXT) - Constructor for class simula.runtime.RTS_Directbytefile
Create a new _Directbytefile.
RTS_Directfile - Class in simula.runtime
System class Directfile.
RTS_Directfile(RTS_RTObject, RTS_TXT) - Constructor for class simula.runtime.RTS_Directfile
Create a new _Directbytefile.
RTS_Drawing - Class in simula.runtime
Additional System class Drawing.
RTS_Drawing(RTS_RTObject, RTS_TXT, int, int) - Constructor for class simula.runtime.RTS_Drawing
Create a new Drawing Canvas.
RTS_Drawing.Animable - Interface in simula.runtime
The Animable interface.
RTS_Drawing.DrawCanvas - Class in simula.runtime
Local class DrawCanvas.
RTS_ENVIRONMENT - Class in simula.runtime
System class ENVIRONMENT.
RTS_ENVIRONMENT(RTS_RTObject) - Constructor for class simula.runtime.RTS_ENVIRONMENT
Normal Constructor
RTS_EVENT_NOTICE - Class in simula.runtime
System class EVENT_NOTICE.
RTS_EVENT_NOTICE(double, RTS_Process) - Constructor for class simula.runtime.RTS_EVENT_NOTICE
Create a new _EVENT_NOTICE.
RTS_File - Class in simula.runtime
System class File.
RTS_File(RTS_RTObject, RTS_TXT) - Constructor for class simula.runtime.RTS_File
Create a new _File.
RTS_File._CreateAction - Enum Class in simula.runtime
CREATE: Action is performed at 'open'
RTS_Head - Class in simula.runtime
System class Head.
RTS_Head(RTS_RTObject) - Constructor for class simula.runtime.RTS_Head
Construct a new set(Head) with no members.
RTS_Imagefile - Class in simula.runtime
System class Imagefile.
RTS_Imagefile(RTS_RTObject, RTS_TXT) - Constructor for class simula.runtime.RTS_Imagefile
Create a new _Imagefile.
RTS_Inbytefile - Class in simula.runtime
System class Inbytefile.
RTS_Inbytefile(RTS_RTObject, RTS_TXT) - Constructor for class simula.runtime.RTS_Inbytefile
Create a new _Inbytefile.
RTS_Infile - Class in simula.runtime
System class Infile.
RTS_Infile(RTS_RTObject, RTS_TXT) - Constructor for class simula.runtime.RTS_Infile
Create a new _Infile.
RTS_INTEGER_ARRAY(RTS_RTObject.RTS_BOUNDS...) - Constructor for class simula.runtime.RTS_RTObject.RTS_INTEGER_ARRAY
Create a integer array with the given bounds.
RTS_LABEL(RTS_RTObject, int, String) - Constructor for exception class simula.runtime.RTS_RTObject.RTS_LABEL
Create a label quantity
RTS_Link - Class in simula.runtime
System class Link.
RTS_Link(RTS_RTObject) - Constructor for class simula.runtime.RTS_Link
Create a new _Link.
RTS_Linkage - Class in simula.runtime
System class Linkage.
RTS_Linkage(RTS_RTObject) - Constructor for class simula.runtime.RTS_Linkage
Create a new _Linkage.
RTS_LONG_REAL_ARRAY(RTS_RTObject.RTS_BOUNDS...) - Constructor for class simula.runtime.RTS_RTObject.RTS_LONG_REAL_ARRAY
Create a long real array with the given bounds.
RTS_MAIN_PROGRAM - Class in simula.runtime
System class MAIN_PROGRAM
RTS_MAIN_PROGRAM(RTS_RTObject) - Constructor for class simula.runtime.RTS_MAIN_PROGRAM
Create a new _MAIN_PROGRAM.
RTS_NAME() - Constructor for class simula.runtime.RTS_RTObject.RTS_NAME
Construct a RTS_NAME object
RTS_Outbytefile - Class in simula.runtime
System class Outbytefile.
RTS_Outbytefile(RTS_RTObject, RTS_TXT) - Constructor for class simula.runtime.RTS_Outbytefile
Create a new _Outbytefile.
RTS_Outfile - Class in simula.runtime
System class Outfile.
RTS_Outfile(RTS_RTObject, RTS_TXT) - Constructor for class simula.runtime.RTS_Outfile
Create a new _Outfile.
RTS_PageWriter - Class in simula.runtime
Utility class PageWriter.
RTS_PageWriter(String) - Constructor for class simula.runtime.RTS_PageWriter
Create a new PageWriter.
RTS_PageWriter.Sheet - Class in simula.runtime
Utility class to represent a printable sheet.
RTS_PRCQNT - Class in simula.runtime
Procedure quantity.
RTS_PRCQNT(RTS_RTObject, Class<?>) - Constructor for class simula.runtime.RTS_PRCQNT
Creeate a new RTS_PRCQNT.
RTS_Printfile - Class in simula.runtime
System class PrintFile.
RTS_Printfile(RTS_RTObject, RTS_TXT) - Constructor for class simula.runtime.RTS_Printfile
Create a new _Printfile
RTS_PROCEDURE - Class in simula.runtime
Utility class PROCEDURE.
RTS_PROCEDURE(RTS_RTObject) - Constructor for class simula.runtime.RTS_PROCEDURE
Create a normal procedure.
RTS_PROCEDURE(RTS_RTObject, int) - Constructor for class simula.runtime.RTS_PROCEDURE
Create a formal/virtual Procedure.
RTS_Process - Class in simula.runtime
System class Process.
RTS_Process(RTS_RTObject) - Constructor for class simula.runtime.RTS_Process
Create a new _Process.
RTS_PROGINFO - Class in simula.runtime
Utility class PROGINFO.
RTS_PROGINFO(String, String, int...) - Constructor for class simula.runtime.RTS_PROGINFO
Create a new _PROGINFO.
RTS_RandomDrawing - Class in simula.runtime
Utility class RandomDrawing.
RTS_RandomDrawing() - Constructor for class simula.runtime.RTS_RandomDrawing
Default constructor
RTS_Ranking - Class in simula.runtime
Utility class Ranking.
RTS_Ranking() - Constructor for class simula.runtime.RTS_Ranking
Default Constructor.
RTS_REAL_ARRAY(RTS_RTObject.RTS_BOUNDS...) - Constructor for class simula.runtime.RTS_RTObject.RTS_REAL_ARRAY
Create a real array with the given bounds.
RTS_REALTYPE_ARRAY(RTS_RTObject.RTS_BOUNDS...) - Constructor for class simula.runtime.RTS_RTObject.RTS_REALTYPE_ARRAY
Create a real-type array with the given bounds.
RTS_REF_ARRAY(RTS_RTObject.RTS_BOUNDS...) - Constructor for class simula.runtime.RTS_RTObject.RTS_REF_ARRAY
Create a ref() array with the given bounds.
RTS_RTObject - Class in simula.runtime
This class is the main superclass used to form all other Simula classes
RTS_RTObject(RTS_RTObject) - Constructor for class simula.runtime.RTS_RTObject
Constructor
RTS_RTObject.ForElt - Class in simula.runtime
Abstract class representing a for-statement element, all of which are Iterator's.
RTS_RTObject.ForList - Class in simula.runtime
The Implementation of the for-statement is a bit tricky.
RTS_RTObject.ForListIterator - Class in simula.runtime
Simula for-statement for-list iterator
RTS_RTObject.OperationalState - Enum Class in simula.runtime
Simula object Operational States
RTS_RTObject.RTS_BOOLEAN_ARRAY - Class in simula.runtime
This class represent a Simula boolean array.
RTS_RTObject.RTS_BOUNDS - Class in simula.runtime
This class is used to hold bound pairs in RTS_ARRAY objects.
RTS_RTObject.RTS_CHARACTER_ARRAY - Class in simula.runtime
This class represent a Simula character array.
RTS_RTObject.RTS_INTEGER_ARRAY - Class in simula.runtime
This class represent a Simula integer array.
RTS_RTObject.RTS_LABEL - Exception Class in simula.runtime
This class represent a Simula Label quantity
RTS_RTObject.RTS_LONG_REAL_ARRAY - Class in simula.runtime
This class represent a Simula long real array.
RTS_RTObject.RTS_NAME<T> - Class in simula.runtime
The Abstract Class RTS_NAME<T> are supporting Simula's Name-Parameters in Java Coding.
RTS_RTObject.RTS_REAL_ARRAY - Class in simula.runtime
This class represent a Simula real array.
RTS_RTObject.RTS_REALTYPE_ARRAY - Class in simula.runtime
This class is the common superclass for real type arrays.
RTS_RTObject.RTS_REF_ARRAY<T> - Class in simula.runtime
This class represent a Simula ref(T) array.
RTS_RTObject.RTS_TEXT_ARRAY - Class in simula.runtime
This class represent a Simula text array.
RTS_RTObject.SingleElt<T> - Class in simula.runtime
For-statement single value element, not text.
RTS_RTObject.SingleTValElt - Class in simula.runtime
For-statement single text value element.
RTS_RTObject.StepUntil - Class in simula.runtime
For-statement step until element.
RTS_RTObject.UncaughtExceptionHandler - Class in simula.runtime
UncaughtExceptionHandler
RTS_RTObject.WhileElt<T> - Class in simula.runtime
For-statement While element, not text
RTS_RTObject.WhileTValElt - Class in simula.runtime
For-statement While-element with Text Value Assignment.
RTS_ShapeElement - Class in simula.runtime
Additional System class ShapeElement.
RTS_ShapeElement(RTS_RTObject) - Constructor for class simula.runtime.RTS_ShapeElement
Create a new _ShapeElement.
RTS_Simset - Class in simula.runtime
System class Simset.
RTS_Simset(RTS_RTObject) - Constructor for class simula.runtime.RTS_Simset
Create a new _Simset.
RTS_SimulaRuntimeError - Exception Class in simula.runtime
Simula Runtime Error
RTS_SimulaRuntimeError(String) - Constructor for exception class simula.runtime.RTS_SimulaRuntimeError
Constructs a new RTS_SimulaRuntimeError with the specified detail message.
RTS_SimulaRuntimeError(String, Throwable) - Constructor for exception class simula.runtime.RTS_SimulaRuntimeError
Constructs a new exception with the specified detail message and cause.
RTS_SimulaRuntimeError(Throwable) - Constructor for exception class simula.runtime.RTS_SimulaRuntimeError
Constructs a new exception with the specified detail cause.
RTS_Simulation - Class in simula.runtime
System class Simulation.
RTS_Simulation(RTS_RTObject) - Constructor for class simula.runtime.RTS_Simulation
Create a new Simulation.
RTS_TEXT_ARRAY(RTS_RTObject.RTS_BOUNDS...) - Constructor for class simula.runtime.RTS_RTObject.RTS_TEXT_ARRAY
Create a text array with the given bounds.
RTS_TextElement - Class in simula.runtime
Additional System class TextElement.
RTS_TextElement(RTS_RTObject, String, double, double) - Constructor for class simula.runtime.RTS_TextElement
Create a new _TextElement.
RTS_TextElement(RTS_RTObject, RTS_TXT, double, double) - Constructor for class simula.runtime.RTS_TextElement
Create a new _TextElement.
RTS_TEXTOBJ - Class in simula.runtime
The Text Object.
RTS_TEXTOBJ(int, boolean) - Constructor for class simula.runtime.RTS_TEXTOBJ
Create a new TEXTOBJ of the given size.
RTS_TEXTOBJ(String) - Constructor for class simula.runtime.RTS_TEXTOBJ
Create a new TEXTOBJ with initial text.
RTS_TXT - Class in simula.runtime
The type text.
RTS_TXT() - Constructor for class simula.runtime.RTS_TXT
Create a new _TXT.
RTS_TXT(String) - Constructor for class simula.runtime.RTS_TXT
Create a new _TXT containing the string s.
rts_utility(int, int) - Static method in class simula.runtime.RTS_ENVIRONMENT
S-PORT Extension Procedure rts_utility.
run - Variable in class simula.editor.EditorMenues
Menu item
run() - Method in class simula.editor.SimulaEditor.AutoRefresher
Run the AutoRefresher
run() - Method in class simula.runtime.RTS_CLASS
 
run() - Method in class simula.runtime.RTS_Coroutine
Start or resume this Coroutine.
run2 - Variable in class simula.editor.EditorMenues
Popup Menu item
runMenu - Variable in class simula.editor.EditorMenues
Menu
RUNTIME_USER_DIR - Static variable in class simula.compiler.utilities.Option
Runtime Options
RUNTIME_USER_DIR - Static variable in class simula.runtime.RTS_COMMON.Option
Specify where Simula files (Outfile, Infile, ...) are written and read.
runtimeOption - Variable in class simula.editor.EditorMenues
Menu item
runtimeOption2 - Variable in class simula.editor.EditorMenues
Popup Menu item
A B C D E F G H I J K L M N O P Q R S T U V W X Y _ 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form