Uses of Class
simula.compiler.syntaxClass.declaration.ConnectionBlock
Package
Description
Simula Compiler Syntax Classes.
Simula Compiler Statements.
-
Uses of ConnectionBlock in simula.compiler.syntaxClass
ModifierConstructorDescriptionType
(Type tp, ConnectionBlock declaredIn) Create a new Type based on the given Type and ConnectionBlock. -
Uses of ConnectionBlock in simula.compiler.syntaxClass.statement
Modifier and TypeFieldDescription(package private) final ConnectionBlock
ConnectionStatement.DoPart.connectionBlock
The associated connection block.ModifierConstructorDescriptionprivate
DoPart
(ConnectionBlock connectionBlock, Statement statement) Create a new do-part.WhenPart
(String classIdentifier, ConnectionBlock connectionBlock, Statement statement) Create a new when-part.