Modules | Files | Inheritance Tree | Inheritance Graph | Name Index | Config
module Synopsis::Core::AST
class Group
Files: Synopsis/Core/AST.py
Group-inheritance Scopes/Synopsis/Core/AST/Scope.html Scopes/Synopsis/Core/AST/Declaration.html

Base class for groups which contain declarations. This class doesn't correspond to any language construct. Rather, it may be used with comment-embedded grouping tags to regroup declarations that are to appear together in the manual.


Operations Summary:
 __init__(self, file, line, language, type, name) [Source]
 declarations(self)
The list of declarations in this group [Source]
 accept(self, visitor) [Source]

Operations Inherited from Declaration
file, line, language, type, name, comments, accessibility, set_name, set_accessibility