Module Simula

Class ProtectedSpecification

java.lang.Object
simula.compiler.syntaxClass.SyntaxClass
simula.compiler.syntaxClass.ProtectedSpecification
All Implemented Interfaces:
Externalizable, Serializable

public final class ProtectedSpecification extends SyntaxClass implements Externalizable
Protected Specification.
 Syntax: 
     protection-specification
         = hidden identifier-list
         | protected identifier-list
         | hidden protected identifier-list
         | protected hidden identifier-list
 
Link to GitHub: Source File.
Author:
Øystein Myhre Andersen
See Also: