Modules | Files | Inheritance Tree | Inheritance Graph | Name Index | Config
module Synopsis::Linker::AccessRestrictor
class AccessRestrictor
Files: Synopsis/Linker/AccessRestrictor.py
AccessRestrictor-inheritance

This class processes declarations, and removes those that need greated access than the maximum passed to the constructor


Operations Summary:
 __init__(self) [Source]
 execute(self, ast) [Source]
 push(self) [Source]
 pop(self, decl) [Source]
 add(self, decl) [Source]
 currscope(self) [Source]
 visitDeclaration(self, decl) [Source]
 visitScope(self, scope) [Source]