A Synopsis Action that parses source files.
Each parser object has a config object, which is passed to the Parser module. For a default config object, use Synopsis.Config.Base.xxx where xxx is the Parser module.
Operations Summary: | |
__init__(self, x, y, name) [Source] | |
config(self) Returns the config object for this Parser [Source] | |
set_config(self, config) Sets the config object for this Parser. [Source] | |
accept(self, visitor) [Source] |
Operations Inherited from Action | |
x, y, pos, move_to, move_by, name, set_name, inputs, outputs |