Uses of Class
simula.compiler.syntaxClass.declaration.BlockDeclaration
Package
Description
Simula Compiler.
Simula Compiler Declarations.
Simula Compiler Statements.
-
Uses of BlockDeclaration in simula.compiler
Modifier and TypeFieldDescriptionfinal BlockDeclaration
GeneratedJavaClass.blockDeclaration
Given as argument.Modifier and TypeMethodDescriptionprivate void
AttributeFileIO.write
(BlockDeclaration module) Write a module's attribute file.ModifierConstructorDescriptionGeneratedJavaClass
(BlockDeclaration blockDeclaration) Create a new GeneratedJavaClass. -
Uses of BlockDeclaration in simula.compiler.syntaxClass.declaration
Modifier and TypeClassDescriptionclass
Simula Class Declaration.final class
Maybe Block Declaration.final class
Prefixed Block Declaration.class
Procedure Declaration.final class
Standard Class.final class
Standard Procedure.final class
Switch Declaration. -
Uses of BlockDeclaration in simula.compiler.syntaxClass.statement
Modifier and TypeFieldDescriptionprivate final BlockDeclaration
BlockStatement.blockDeclaration
The associated block declaration.ModifierConstructorDescriptionBlockStatement
(BlockDeclaration blockDeclaration) Create a new BlockStatement.