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

F

FALSE - Enum constant in enum class simula.compiler.utilities.KeyWord
Simula Keyword
fetchar(RTS_TXT, int) - Static method in class simula.runtime.RTS_DEC_Lib
DEC_Lib Procedure fetchar.
file - Variable in class simula.runtime.RTS_PROGINFO
Simula Source File - e.g. program.sim
File - Static variable in class simula.compiler.syntaxClass.declaration.StandardClass
The Standard Class File
FILE_NAME - Variable in class simula.runtime.RTS_File
The file name.
fileChanged - Variable in class simula.editor.SourceTextPanel
Indicates that the source file has changed.
fileLock - Variable in class simula.runtime.RTS_Directbytefile
The FileLock
fileLock - Variable in class simula.runtime.RTS_Directfile
The FileLock
fileMenu - Variable in class simula.editor.EditorMenues
Menu
filename() - Method in class simula.runtime.RTS_File
Returns the filename.
fileName - Variable in class simula.runtime.RTS_PageWriter
The file name.
fileSummary() - Method in class simula.compiler.SimulaCompiler
File Summary
fill(char) - Method in class simula.runtime.RTS_TEXTOBJ
Utility to fill the text object with the given character.
fillColor - Variable in class simula.runtime.RTS_ShapeElement
The current fill color.
fillEllipse(double, double, double, double) - Method in class simula.runtime.RTS_Drawing
Fill Ellipse.
fillEllipse(double, double, double, double) - Method in class simula.runtime.RTS_ShapeElement
Fill Ellipse.
fillRectangle(double, double, double, double) - Method in class simula.runtime.RTS_Drawing
Fill Rectangle.
fillRectangle(double, double, double, double) - Method in class simula.runtime.RTS_ShapeElement
Fill Rectangle.
fillRoundRectangle(double, double, double, double, double, double) - Method in class simula.runtime.RTS_Drawing
Fill Rounded Rectangle.
fillRoundRectangle(double, double, double, double, double, double) - Method in class simula.runtime.RTS_ShapeElement
Fill Rounded Rectangle.
fillTextPane(int, DefaultScanner) - Method in class simula.editor.SourceTextPanel
Fill the text pane with text delivered from the scanner.
fillTextPane(Reader, int) - Method in class simula.editor.SourceTextPanel
Fill the text pane with text from the source file reader.
find(String) - Method in class simula.compiler.utilities.DeclarationList
Find a declaration in this DeclarationList
findHidden(ClassDeclaration, String) - Static method in class simula.compiler.syntaxClass.HiddenSpecification
Search scope's hidden-list for 'ident'
findJarFile(String, Token) - Static method in class simula.compiler.syntaxClass.declaration.ExternalDeclaration
Find the .jar file containing an external class or procedure.
findLabelMeaning(String) - Method in class simula.compiler.syntaxClass.declaration.DeclarationScope
Find Label's Meaning
findLocalAttribute(String) - Method in class simula.compiler.syntaxClass.declaration.ClassDeclaration
Utility: Search for an attribute named 'ident'
findLocalProcedure(String) - Method in class simula.compiler.syntaxClass.declaration.ClassDeclaration
Utility: Search Declaration-list for a procedure named 'ident'
findMeaning(String) - Method in class simula.compiler.syntaxClass.declaration.ConnectionBlock
 
findMeaning(String) - Method in class simula.compiler.syntaxClass.declaration.DeclarationScope
Find Meaning
findProcedure(String) - Method in class simula.compiler.syntaxClass.declaration.DeclarationScope
Follow Static Chain Looking for a Procedure named 'identifier'
findRemoteAttributeMeaning(String) - Method in class simula.compiler.syntaxClass.declaration.ClassDeclaration
Find Remote Attribute's Meaning.
findRemoteAttributeMeaning(String) - Method in class simula.compiler.syntaxClass.declaration.StandardClass
 
findThis() - Method in class simula.compiler.syntaxClass.expression.LocalObject
Follow Static Chain Looking for a Class named 'classIdentifier'
findtrigger(RTS_RTObject.RTS_NAME<RTS_TXT>, RTS_TXT) - Static method in class simula.runtime.RTS_DEC_Lib
DEC_Lib Procedure findtrigger.
findVisibleAttributeMeaning(String) - Method in class simula.compiler.syntaxClass.declaration.ClassDeclaration
 
findVisibleAttributeMeaning(String) - Method in class simula.compiler.syntaxClass.declaration.DeclarationScope
Find visible attribute's Meaning
findVisibleAttributeMeaning(String) - Method in class simula.compiler.syntaxClass.declaration.MaybeBlockDeclaration
 
findVisibleAttributeMeaning(String) - Method in class simula.compiler.syntaxClass.declaration.ProcedureDeclaration
 
findVisibleAttributeMeaning(String) - Method in class simula.compiler.syntaxClass.declaration.StandardClass
 
first() - Method in class simula.runtime.RTS_Head
The procedure "first" may be used to obtain a reference to the first member of the set.
FIRST(RTS_Ranking) - Static method in class simula.runtime.RTS_Ranking
Returns the first element of the ranking tree.
floatValue(Object) - Method in class simula.runtime.RTS_RTObject
Utility method to support Parameter Transmission in case of Formal/Virtual Procedure Call.
flush() - Method in class simula.runtime.RTS_PageWriter
 
follow(RTS_Linkage) - Method in class simula.runtime.RTS_Link
Procedure follow.
FOLLOW(RTS_Ranking, RTS_Ranking) - Static method in class simula.runtime.RTS_Ranking
Insert 'ins' following 'prd'.
font - Variable in class simula.runtime.RTS_PageWriter
The current Font
font - Variable in class simula.runtime.RTS_TextElement
The current Font.
FOR - Enum constant in enum class simula.compiler.utilities.KeyWord
Simula Keyword
FORCED_EXIT() - Static method in class simula.compiler.utilities.Util
Perform FORCED EXIT.
forceEOF() - Method in class simula.compiler.parsing.SourceFileReader
Force EOF on the current underlying reader.
forElt - Variable in class simula.runtime.RTS_RTObject.ForListIterator
The ForElt array.
ForElt() - Constructor for class simula.runtime.RTS_RTObject.ForElt
Create a for-stament element.
forList - Variable in class simula.compiler.syntaxClass.statement.ForStatement
The list of ForList elements.
ForList(RTS_RTObject.ForElt...) - Constructor for class simula.runtime.RTS_RTObject.ForList
Create a ForList Iterator.
ForListElement(Expression) - Constructor for class simula.compiler.syntaxClass.statement.ForStatement.ForListElement
Create a new ForListElement.
forListIterator - Variable in class simula.runtime.RTS_RTObject.ForList
The ForList Iterator.
ForListIterator(RTS_RTObject.ForElt...) - Constructor for class simula.runtime.RTS_RTObject.ForListIterator
Create a ForListIterator consisting of an array of ForElt Iterators.
formal(VariableExpression, Parameter) - Static method in class simula.compiler.syntaxClass.expression.CallProcedure
CallProcedure.formal
ForStatement - Class in simula.compiler.syntaxClass.statement
For Statement.
ForStatement(int) - Constructor for class simula.compiler.syntaxClass.statement.ForStatement
Create a new ForStatement.
ForStatement.ForListElement - Class in simula.compiler.syntaxClass.statement
Utility class ForListElement implementing a single value element.
ForStatement.StepUntilElement - Class in simula.compiler.syntaxClass.statement
Utility class: For-list Step until element.
ForStatement.WhileElement - Class in simula.compiler.syntaxClass.statement
Utility class: For-list While element.
foundBehindInvisible - Variable in class simula.compiler.utilities.Meaning
True if it was found behind invisible
foundIn - Variable in class simula.compiler.utilities.Meaning
Where it was found
frame - Variable in class simula.runtime.RTS_Drawing
The current Frame.
from(RTS_TXT, int) - Static method in class simula.runtime.RTS_DEC_Lib
DEC_Lib Procedure from.
front(RTS_TXT) - Static method in class simula.runtime.RTS_DEC_Lib
DEC_Lib Procedure front.
frontcompare(RTS_TXT, RTS_TXT) - Static method in class simula.runtime.RTS_DEC_Lib
DEC_Lib Procedure frontcompare.
frontstrip(RTS_TXT) - Static method in class simula.runtime.RTS_DEC_Lib
DEC_Lib Procedure frontstrip-
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