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

Operation class. An operation is related to a Function and is currently identical.


Operations Summary:
 __init__(self, file, line, language, type, premod, returnType, name, realname) [Source]
 accept(self, visitor) [Source]

Operations Inherited from Function
premodifier, returnType, realname, parameters, postmodifier, exceptions, template, set_template, set_returnType, __cmp__

Operations Inherited from Declaration
file, line, language, type, name, comments, accessibility, set_name, set_accessibility