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

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:
  constr(self)

True if the type was constructed here. For example: struct Foo {} myFoo;