Modules | Files | Inheritance Tree | Inheritance Graph | Name Index | Config
module Synopsis::Core::Executor
class LinkerExecutor
Files: Synopsis/Core/Executor.py
LinkerExecutor-inheritance Scopes/Synopsis/Core/Executor/Executor.html
Operations Summary:
 __init__(self, executor, action) [Source]
 get_output_names(self)
Links multiple ASTs together, and/or performs other manipulative actions on a single AST. [Source]
 get_output(self, name) [Source]
 get_linker(self)
Returns the linker module, using the module name stored in the Action object. [Source]

Operations Inherited from Executor
prepare_output

Operation Details:
  get_linker(self)

Returns the linker module, using the module name stored in the Action object. If the module cannot be loaded, this method will raise an exception.