Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
T
- tabbedPane - Static variable in class simula.editor.SimulaEditor
-
The tabbed pane.
- tan(double) - Static method in class simula.runtime.RTS_ENVIRONMENT
-
Standard Procedure tan.
- tanh(double) - Static method in class simula.runtime.RTS_ENVIRONMENT
-
Standard Procedure tanh.
- target - Variable in class simula.compiler.byteCodeEngineering.RepairSTM_MethodVisitor.LabelHandle
- target - Variable in class simula.runtime.RTS_Coroutine
-
The runnable target
- targetThread - Variable in class simula.runtime.RTS_Coroutine
-
The target thread
- tempClassFileDir - Static variable in class simula.compiler.utilities.Global
-
Temp directory for generated .class files
- tempJavaFileDir - Static variable in class simula.compiler.utilities.Global
-
Temp directory for generated .java files
- terminate() - Method in class simula.editor.SimulaEditor.AutoRefresher
-
terminate
- terminate() - Method in class simula.runtime.RTS_Process
-
Utility: Terminate this Process.
- terminate_program() - Static method in class simula.runtime.RTS_RTObject
-
Implementation of Simula's Procedure terminate_program.
- terminated - Enum constant in enum class simula.runtime.RTS_RTObject.OperationalState
-
The object is terminated
- terminated() - Method in class simula.runtime.RTS_Process
-
Procedure terminated.
- terminatingProcess - Enum constant in enum class simula.runtime.RTS_RTObject.OperationalState
-
The Process object is shuting down
- testAndCreate(Type, Expression) - Static method in class simula.compiler.syntaxClass.expression.TypeConversion
-
Test if a TypeConversion is necessary and then create it.
- testCastNeccessary(Type, Expression) - Static method in class simula.compiler.syntaxClass.expression.TypeConversion
-
Test if a TypeConversion is necessary.
- text - Variable in class simula.compiler.utilities.Token
-
The Token's text attribute
- Text - Enum constant in enum class simula.editor.SimulaEditor.Language
-
Text file
- Text - Static variable in class simula.compiler.syntaxClass.Type
-
Simula's Text type
- TEXT - Enum constant in enum class simula.compiler.utilities.KeyWord
-
Simula Keyword
- TextExpression - Class in simula.compiler.syntaxClass.expression
-
Text expression.
- TextExpression(Expression, Expression) - Constructor for class simula.compiler.syntaxClass.expression.TextExpression
-
Create a new TextExpression
- TEXTKONST - Enum constant in enum class simula.compiler.utilities.KeyWord
-
Simula Symbol
- textPane - Static variable in class simula.compiler.utilities.ConsolePanel
-
The text pane.
- textPane - Static variable in class simula.runtime.RTS_ConsolePanel
-
The text pane.
- textValueAssignment - Variable in class simula.compiler.syntaxClass.expression.AssignmentOperation
-
Indicates that this assignment is a text value assignment.
- THEN - Enum constant in enum class simula.compiler.utilities.KeyWord
-
Simula Keyword
- thenExpression - Variable in class simula.compiler.syntaxClass.expression.ConditionalExpression
-
The then branch expression
- thenStatement - Variable in class simula.compiler.syntaxClass.statement.ConditionalStatement
-
The then-statement
- THIS - Enum constant in enum class simula.compiler.utilities.KeyWord
-
Simula Keyword
- thisScope - Variable in class simula.compiler.syntaxClass.expression.LocalObject
-
THIS scope.
- time - Variable in class simula.compiler.syntaxClass.statement.ActivationStatement
-
The AT time expression.
- time() - Method in class simula.runtime.RTS_Simulation
-
Returns the current simulation time.
- TO - Enum constant in enum class simula.compiler.utilities.KeyWord
-
Simula Keyword
- today() - Static method in class simula.runtime.RTS_DEC_Lib
-
DEC_Lib Procedure today.
- toJavaCode() - Method in class simula.compiler.syntaxClass.declaration.ConnectionBlock
- toJavaCode() - Method in class simula.compiler.syntaxClass.declaration.Parameter
- toJavaCode() - Method in class simula.compiler.syntaxClass.declaration.SimpleVariableDeclaration
- toJavaCode() - Method in class simula.compiler.syntaxClass.expression.ArithmeticExpression
- toJavaCode() - Method in class simula.compiler.syntaxClass.expression.AssignmentOperation
- toJavaCode() - Method in class simula.compiler.syntaxClass.expression.BooleanExpression
- toJavaCode() - Method in class simula.compiler.syntaxClass.expression.ConditionalExpression
- toJavaCode() - Method in class simula.compiler.syntaxClass.expression.Constant
- toJavaCode() - Method in class simula.compiler.syntaxClass.expression.LocalObject
- toJavaCode() - Method in class simula.compiler.syntaxClass.expression.ObjectGenerator
- toJavaCode() - Method in class simula.compiler.syntaxClass.expression.ObjectRelation
- toJavaCode() - Method in class simula.compiler.syntaxClass.expression.QualifiedObject
- toJavaCode() - Method in class simula.compiler.syntaxClass.expression.RelationalOperation
- toJavaCode() - Method in class simula.compiler.syntaxClass.expression.RemoteVariable
- toJavaCode() - Method in class simula.compiler.syntaxClass.expression.TextExpression
- toJavaCode() - Method in class simula.compiler.syntaxClass.expression.TypeConversion
- toJavaCode() - Method in class simula.compiler.syntaxClass.expression.UnaryOperation
- toJavaCode() - Method in class simula.compiler.syntaxClass.expression.VariableExpression
- toJavaCode() - Method in class simula.compiler.syntaxClass.statement.ActivationStatement
- toJavaCode() - Method in class simula.compiler.syntaxClass.statement.StandaloneExpression
- toJavaCode() - Method in class simula.compiler.syntaxClass.SyntaxClass
-
Generate Java code for this Syntax Class.
- toJavaCode() - Method in enum class simula.compiler.utilities.KeyWord
-
Returns the corresponding Java code.
- toJavaType() - Method in class simula.compiler.syntaxClass.declaration.Parameter
-
Coding utility: edit Java code version of this parameter's type.
- toJavaType() - Method in class simula.compiler.syntaxClass.Type
-
Codeing utility: toJavaType.
- toJavaTypeClass() - Method in class simula.compiler.syntaxClass.Type
-
Codeing utility: toJavaTypeClass.
- toJavaArrayType() - Method in class simula.compiler.syntaxClass.Type
-
Codeing utility: toJavaArrayType.
- Token - Class in simula.compiler.utilities
-
Utility class Token.
- Token() - Constructor for class simula.compiler.utilities.Token
-
The default constructor used by Externalization.
- Token(String, KeyWord) - Constructor for class simula.compiler.utilities.Token
-
Create a new Token.
- Token(String, KeyWord, Object) - Constructor for class simula.compiler.utilities.Token
-
Create a new Token.
- Token(KeyWord) - Constructor for class simula.compiler.utilities.Token
-
Create a new Token.
- Token(KeyWord, Object) - Constructor for class simula.compiler.utilities.Token
-
Create a new Token.
- Token.StyleCode - Enum Class in simula.compiler.utilities
-
The style codes used by Simula Editor.
- tokenQueue - Variable in class simula.compiler.parsing.SimulaScanner
-
The Token queue.
- toLowerCase() - Method in enum class simula.compiler.utilities.KeyWord
-
Returns the lower case version.
- top - Variable in class simula.runtime.RTS_PageWriter
-
The top margin.
- toString() - Method in class simula.compiler.byteCodeEngineering.JavaClassInfo
- toString() - Method in class simula.compiler.byteCodeEngineering.RepairSTM_MethodVisitor.LabelHandle
- toString() - Method in class simula.compiler.CodeLine
- toString() - Method in class simula.compiler.GeneratedJavaClass
- toString() - Method in class simula.compiler.syntaxClass.declaration.ArrayDeclaration.BoundPair
- toString() - Method in class simula.compiler.syntaxClass.declaration.ArrayDeclaration
- toString() - Method in class simula.compiler.syntaxClass.declaration.BlockDeclaration
- toString() - Method in class simula.compiler.syntaxClass.declaration.ClassDeclaration
- toString() - Method in class simula.compiler.syntaxClass.declaration.ConnectionBlock
- toString() - Method in class simula.compiler.syntaxClass.declaration.LabelDeclaration
- toString() - Method in class simula.compiler.syntaxClass.declaration.MaybeBlockDeclaration
- toString() - Method in class simula.compiler.syntaxClass.declaration.Parameter
- toString() - Method in class simula.compiler.syntaxClass.declaration.PrefixedBlockDeclaration
- toString() - Method in class simula.compiler.syntaxClass.declaration.ProcedureDeclaration
- toString() - Method in class simula.compiler.syntaxClass.declaration.ProcedureSpecification
- toString() - Method in class simula.compiler.syntaxClass.declaration.SimpleVariableDeclaration
- toString() - Method in class simula.compiler.syntaxClass.declaration.StandardProcedure
- toString() - Method in class simula.compiler.syntaxClass.declaration.SwitchDeclaration
- toString() - Method in class simula.compiler.syntaxClass.declaration.VirtualMatch
- toString() - Method in class simula.compiler.syntaxClass.declaration.VirtualSpecification
- toString() - Method in class simula.compiler.syntaxClass.expression.ArithmeticExpression
- toString() - Method in class simula.compiler.syntaxClass.expression.AssignmentOperation
- toString() - Method in class simula.compiler.syntaxClass.expression.BooleanExpression
- toString() - Method in class simula.compiler.syntaxClass.expression.ConditionalExpression
- toString() - Method in class simula.compiler.syntaxClass.expression.Constant
- toString() - Method in class simula.compiler.syntaxClass.expression.Expression
- toString() - Method in class simula.compiler.syntaxClass.expression.LocalObject
- toString() - Method in class simula.compiler.syntaxClass.expression.ObjectGenerator
- toString() - Method in class simula.compiler.syntaxClass.expression.ObjectRelation
- toString() - Method in class simula.compiler.syntaxClass.expression.QualifiedObject
- toString() - Method in class simula.compiler.syntaxClass.expression.RelationalOperation
- toString() - Method in class simula.compiler.syntaxClass.expression.RemoteVariable
- toString() - Method in class simula.compiler.syntaxClass.expression.TextExpression
- toString() - Method in class simula.compiler.syntaxClass.expression.TypeConversion
- toString() - Method in class simula.compiler.syntaxClass.expression.UnaryOperation
- toString() - Method in class simula.compiler.syntaxClass.expression.VariableExpression
- toString() - Method in class simula.compiler.syntaxClass.HiddenSpecification
- toString() - Method in class simula.compiler.syntaxClass.OverLoad
- toString() - Method in class simula.compiler.syntaxClass.ProtectedSpecification
- toString() - Method in class simula.compiler.syntaxClass.statement.ActivationStatement
- toString() - Method in class simula.compiler.syntaxClass.statement.BlockStatement
- toString() - Method in class simula.compiler.syntaxClass.statement.ConditionalStatement
- toString() - Method in class simula.compiler.syntaxClass.statement.ConnectionStatement.DoPart
- toString() - Method in class simula.compiler.syntaxClass.statement.ConnectionStatement
- toString() - Method in class simula.compiler.syntaxClass.statement.ConnectionStatement.WhenPart
- toString() - Method in class simula.compiler.syntaxClass.statement.DummyStatement
- toString() - Method in class simula.compiler.syntaxClass.statement.ForStatement.ForListElement
- toString() - Method in class simula.compiler.syntaxClass.statement.ForStatement.StepUntilElement
- toString() - Method in class simula.compiler.syntaxClass.statement.ForStatement
- toString() - Method in class simula.compiler.syntaxClass.statement.ForStatement.WhileElement
- toString() - Method in class simula.compiler.syntaxClass.statement.GotoStatement
- toString() - Method in class simula.compiler.syntaxClass.statement.InnerStatement
- toString() - Method in class simula.compiler.syntaxClass.statement.LabeledStatement
- toString() - Method in class simula.compiler.syntaxClass.statement.ProgramModule
- toString() - Method in class simula.compiler.syntaxClass.statement.StandaloneExpression
- toString() - Method in class simula.compiler.syntaxClass.statement.SwitchStatement.SwitchInterval
- toString() - Method in class simula.compiler.syntaxClass.statement.SwitchStatement
- toString() - Method in class simula.compiler.syntaxClass.statement.SwitchStatement.WhenPart
- toString() - Method in class simula.compiler.syntaxClass.statement.WhileStatement
- toString() - Method in class simula.compiler.syntaxClass.Type
- toString() - Method in class simula.compiler.utilities.Meaning
- toString() - Method in class simula.compiler.utilities.Token
- toString() - Method in class simula.editor.SourceTextPanel
- toString() - Method in class simula.runtime.RTS_ARRAY
-
Returns a string representation of the object.
- toString() - Method in class simula.runtime.RTS_BASICIO
- toString() - Method in class simula.runtime.RTS_Coroutine
- toString() - Method in class simula.runtime.RTS_EVENT_NOTICE
- toString() - Method in class simula.runtime.RTS_MAIN_PROGRAM
- toString() - Method in class simula.runtime.RTS_PRCQNT
- toString() - Method in class simula.runtime.RTS_Process
- toString() - Method in class simula.runtime.RTS_PROGINFO
- toString() - Method in class simula.runtime.RTS_RTObject.RTS_BOUNDS
- toString() - Method in exception class simula.runtime.RTS_RTObject.RTS_LABEL
- toString() - Method in class simula.runtime.RTS_RTObject
-
Returns a string representation of the object.
- toString() - Method in class simula.runtime.RTS_Simulation
- toString() - Method in class simula.runtime.RTS_TEXTOBJ
- toString() - Method in class simula.runtime.RTS_TXT
- TRACE(String) - Static method in class simula.compiler.parsing.Parse
-
Utility TRACE.
- TRACE(String) - Static method in class simula.compiler.utilities.Util
-
Utility method: TRACE
- TRACE(String) - Static method in class simula.runtime.RTS_COMMON
-
TRACE Utility.
- TRACE_ACTIVATE(boolean, String) - Method in class simula.runtime.RTS_Simulation
-
Utility: Trace (re)activate
- TRACE_ATTRIBUTE_INPUT - Static variable in class simula.compiler.utilities.Option
-
Debug option
- TRACE_ATTRIBUTE_OUTPUT - Static variable in class simula.compiler.utilities.Option
-
Debug option
- TRACE_BYTECODE_OUTPUT - Static variable in class simula.compiler.utilities.Option
-
Debug option
- TRACE_CHECKER - Static variable in class simula.compiler.utilities.Option
-
Debug option
- TRACE_CHECKER_OUTPUT - Static variable in class simula.compiler.utilities.Option
-
Debug option
- TRACE_CODING - Static variable in class simula.compiler.utilities.Option
-
Debug option
- TRACE_COMMENTS - Static variable in class simula.compiler.utilities.Option
-
Debug option
- TRACE_FIND_MEANING - Static variable in class simula.compiler.utilities.Option
-
Debug option
- TRACE_GOTO(String, RTS_RTObject.RTS_LABEL) - Static method in class simula.runtime.RTS_RTObject
-
Utility method to trace GOTO Statements
- TRACE_INPUT(String) - Static method in class simula.compiler.utilities.Util
-
Utility method: TRACE_INPUT
- TRACE_OPEN(String) - Method in class simula.runtime.RTS_File
-
Utility: Trace file open.
- TRACE_OUTPUT(String) - Static method in class simula.compiler.utilities.Util
-
Utility method: TRACE_OUTPUT
- TRACE_PARSE - Static variable in class simula.compiler.utilities.Option
-
Debug option
- TRACE_REPAIRING - Static variable in class simula.compiler.utilities.Option
-
Debug option
- TRACE_SCAN - Static variable in class simula.compiler.utilities.Option
-
Debug option
- TraceLevel - Static variable in class simula.runtime.RTS_COMMON.SPORT_Option
-
Used by getIntInfo.
- TRACING - Static variable in class simula.compiler.utilities.Option
-
Debug option
- treat_STMMethod(String) - Method in class simula.compiler.byteCodeEngineering.RepairSTM_MethodVisitor
- treatDirectiveLine(SimulaScanner, String, String) - Static method in class simula.compiler.parsing.Directive
-
Treat a directive line.
- treatJUMPTABLE(MethodInsnNode) - Method in class simula.compiler.byteCodeEngineering.RepairSTM_MethodVisitor
- treatLABEL(MethodInsnNode) - Method in class simula.compiler.byteCodeEngineering.RepairSTM_MethodVisitor
- treatRuntimeError(String) - Method in class simula.runtime.RTS_RTObject.UncaughtExceptionHandler
-
Utility: Treat Runtime error
- TRF_EQ(RTS_TXT, RTS_TXT) - Method in class simula.runtime.RTS_RTObject
-
Text reference equal relation
- TRF_NE(RTS_TXT, RTS_TXT) - Method in class simula.runtime.RTS_RTObject
-
Text reference not equal relation
- TRUE - Enum constant in enum class simula.compiler.utilities.KeyWord
-
Simula Keyword
- tryPrint() - Method in class simula.runtime.RTS_PageWriter
-
Try to print, if failed open an error dialog.
- trySelectFile(String) - Method in class simula.runtime.RTS_File
-
Try to select a file named 'fileName'.
- trySetOutputDir(File) - Static method in class simula.compiler.utilities.Global
-
Try set Global.outputDir
- tsub(RTS_TXT, int, int) - Static method in class simula.runtime.RTS_DEC_Lib
-
DEC_Lib Procedure tsub.
- TWO_POW_31 - Static variable in class simula.runtime.RTS_RandomDrawing
-
Utility constant: 2**31
- TWO_POW_31M1D - Static variable in class simula.runtime.RTS_RandomDrawing
-
Utility constant: 2**31 - 1
- TXTREL(RTS_TXT, RTS_TXT, int) - Static method in class simula.runtime.RTS_RTObject
-
Text value relation
- type - Variable in class simula.compiler.syntaxClass.declaration.Declaration
-
The type
- type - Variable in class simula.compiler.syntaxClass.declaration.ProcedureSpecification
-
The procedure's type.
- type - Variable in class simula.compiler.syntaxClass.expression.Expression
-
The type
- type - Variable in class simula.compiler.syntaxClass.OverLoad
-
The overloaded types.
- Type - Class in simula.compiler.syntaxClass
-
Utility class Type.
- Type() - Constructor for class simula.compiler.syntaxClass.Type
-
Default constructor used by Externalization.
- Type(String) - Constructor for class simula.compiler.syntaxClass.Type
-
Create a new ref(className) type.
- Type(Type, ConnectionBlock) - Constructor for class simula.compiler.syntaxClass.Type
-
Create a new Type based on the given Type and ConnectionBlock.
- Type(Token) - Constructor for class simula.compiler.syntaxClass.Type
-
Create a new simple Type with the given key Token
- Type.ConversionKind - Enum Class in simula.compiler.syntaxClass
-
Utility enum ConversionKind.
- TypeConversion - Class in simula.compiler.syntaxClass.expression
-
Type Conversion.
- TypeConversion(Type, Expression) - Constructor for class simula.compiler.syntaxClass.expression.TypeConversion
-
Create a new TypeConversion.
- typeText - Static variable in class simula.compiler.syntaxClass.declaration.StandardClass
-
The type text.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form