Variable definition
| Operations Summary: | |
| __init__(self, file, line, language, type, name, vtype, constr) [Source] | |
| vtype(self) The Type object for this variable [Source] | |
| constr(self) True if the type was constructed here. [Source] | |
| accept(self, visitor) [Source] | |
| set_vtype(self, vtype) [Source] | |
| Operations Inherited from Declaration | |
| file, line, language, type, name, comments, accessibility, set_name, set_accessibility | |
| Operation Details: |
True if the type was constructed here. For example: struct Foo {} myFoo;