Uses of Class
simula.compiler.syntaxClass.statement.Statement
Package
Description
Simula Compiler Declarations.
Simula Compiler Statements.
-
Uses of Statement in simula.compiler.syntaxClass.declaration
Modifier and TypeFieldDescriptionprivate Statement
ConnectionBlock.statement
The Connection Statement.Modifier and TypeFieldDescriptionBlockDeclaration.statements
The statements belonging to this block.Modifier and TypeMethodDescriptionvoid
ConnectionBlock.setStatement
(Statement statement) Set the Connection Statement. -
Uses of Statement in simula.compiler.syntaxClass.statement
Modifier and TypeClassDescriptionfinal class
Activation Statement.final class
BlockStatement.final class
Conditional Statement.final class
Connection Statement.final class
Dummy Statement.final class
For Statement.final class
Goto Statement.final class
Inner Statement.final class
Labeled Statement.final class
Simula Program Module.final class
Standalone Expression Statement.final class
Switch Statement.final class
While Statement.Modifier and TypeFieldDescriptionprivate final Statement
ForStatement.doStatement
The statement after DO.private final Statement
WhileStatement.doStatement
The statement after DOprivate final Statement
ConditionalStatement.elseStatement
The else-statementprivate final Statement
ConnectionStatement.otherwise
The otherwise statement.private final Statement
LabeledStatement.statement
The statement(package private) Statement
SwitchStatement.WhenPart.statement
The statementprivate final Statement
ConditionalStatement.thenStatement
The then-statementModifier and TypeMethodDescriptionstatic Statement
Statement.expectStatement()
Parse a statement.private static Statement
Statement.expectUnlabeledStatement()
Parse Utility: Expect a statement.ModifierConstructorDescriptionprivate
DoPart
(ConnectionBlock connectionBlock, Statement statement) Create a new do-part.(package private)
LabeledStatement
(int line, Vector<String> labels, Statement statement) Create a new LabeledStatement.WhenPart
(String classIdentifier, ConnectionBlock connectionBlock, Statement statement) Create a new when-part.private
WhenPart
(Vector<SwitchStatement.SwitchInterval> caseKeyList, Statement statement) Create a new WhenPart.