Modules | Files | Inheritance Tree | Inheritance Graph | Name Index | Config
module Synopsis::Core::AST
class Parameter
Files: Synopsis/Core/AST.py

Function Parameter


Operations Summary:
 __init__(self, premod, type, postmod, identifier = '', value = '') [Source]
 premodifier(self)
List of premodifiers such as 'in' or 'out' [Source]
 type(self)
The Type object [Source]
 postmodifier(self)
Post modifiers... [Source]
 identifier(self)
The string name of this parameter [Source]
 value(self)
The string value of this parameter [Source]
 accept(self, visitor) [Source]
 set_type(self, type) [Source]
 __cmp__(self, other)
Comparison operator [Source]
 __str__(self) [Source]