Modules | Files | Inheritance Tree | Inheritance Graph | Name Index | Config
module Synopsis::Core::Action
class Action
Files: Synopsis/Core/Action.py
Action-inheritance Scopes/Synopsis/Core/Action/CacherAction.html Scopes/Synopsis/Core/Action/FormatAction.html Scopes/Synopsis/Core/Action/SourceAction.html Scopes/Synopsis/Core/Action/ParserAction.html Scopes/Synopsis/Core/Action/LinkerAction.html

A Synopsis Action, ie: parsing, linking, formatting etc


Operations Summary:
 __init__(self, x, y, name) [Source]
 x(self) [Source]
 y(self) [Source]
 pos(self) [Source]
 move_to(self, x, y) [Source]
 move_by(self, dx, dy) [Source]
 name(self) [Source]
 set_name(self, name) [Source]
 inputs(self) [Source]
 outputs(self) [Source]
 accept(self, visitor) [Source]