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

Enum declaration. The actual names and values are encapsulated by Enumerator objects.


Operations Summary:
 __init__(self, file, line, language, name, enumerators) [Source]
 enumerators(self)
List of Enumerator objects [Source]
 accept(self, visitor) [Source]

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