Constant declaration. A constant is a name with a type and value.
| Operations Summary: | |
| __init__(self, file, line, language, type, ctype, name, value) [Source] | |
| ctype(self) Type object for this const [Source] | |
| value(self) The string value of this type [Source] | |
| accept(self, visitor) [Source] | |
| set_ctype(self, ctype) [Source] | |
| Operations Inherited from Declaration | |
| file, line, language, type, name, comments, accessibility, set_name, set_accessibility | |