Uses of Class
simula.compiler.utilities.DeclarationList
Package
Description
Simula Compiler.
Simula Compiler Declarations.
-
Uses of DeclarationList in simula.compiler
Modifier and TypeMethodDescriptionstatic Type
AttributeFileIO.readAttributeFile
(InputStream inputStream, File file, DeclarationList declarationList) Read an attribute file. -
Uses of DeclarationList in simula.compiler.syntaxClass.declaration
Modifier and TypeMethodDescription(package private) static void
ArrayDeclaration.expectArrayDeclaration
(Type type, DeclarationList declarationList) Parse an array declaration and add it to the given declaration list.static void
ExternalDeclaration.expectExternalHead
(DeclarationList declarationList) Parse an external declaration updating a declaration list.(package private) static void
SimpleVariableDeclaration.expectSimpleVariable
(Type type, DeclarationList declarationList) Parse a simple variable declaration.protected static boolean
Declaration.parseDeclaration
(DeclarationList declarationList) Parse a declaration and add it to the given declaration list.private static Type
ExternalDeclaration.readAttributeFile
(String identifier, File file, DeclarationList declarationList) Read an attribute file.