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

Enumerator of an Enum. Enumerators represent the individual names and values in an enum.


Operations Summary:
 __init__(self, file, line, language, name, value) [Source]
 value(self)
The string value of this enumerator [Source]
 accept(self, visitor) [Source]

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