Inheritance diagram for Printmetaloader:
Public Methods | |
Printmetaloader ( SuifEnv* suif_env, const LString& moduleName= program_name ) | |
virtual void | initialize () |
initializes the modules. More... | |
virtual void | execute () |
executes the Module parse_command_line should be called before this method is invoked. |
|
|
executes the Module parse_command_line should be called before this method is invoked.
Reimplemented from j2s_Program.
|
initializes the modules.
This method must/will be called before a call to parse_command_line or execute
Reimplemented from j2s_Program.