Uses of Class
simula.compiler.syntaxClass.ProtectedSpecification
Package
Description
Simula Compiler Syntax Classes.
Simula Compiler Declarations.
-
Uses of ProtectedSpecification in simula.compiler.syntaxClass
Modifier and TypeFieldDescriptionprivate ProtectedSpecification
HiddenSpecification.protectedBy
The ProtectedSpecification set during doCheckingModifier and TypeMethodDescriptionprivate ProtectedSpecification
HiddenSpecification.getMatchingProtected()
Find protected attribute and update pointers.private ProtectedSpecification
HiddenSpecification.getProtectedBy()
Returns the ProtectedSpecification which protect this hidden. -
Uses of ProtectedSpecification in simula.compiler.syntaxClass.declaration
Modifier and TypeFieldDescriptionDeclaration.isProtected
Indicates that this declaration is protected.Modifier and TypeFieldDescription(package private) Vector
<ProtectedSpecification> ClassDeclaration.protectedList
The protected list.Modifier and TypeMethodDescriptionClassDeclaration.searchProtectedList
(String ident) Utility: Search Protected-list for 'ident'