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 | |