#include <pass.h>
Inheritance diagram for Printclosure:
Public Methods | |
Printclosure ( SuifEnv* suif_env, const LString& moduleName= "printclosure" ) | |
virtual | ~Printclosure () |
virtual void | initialize () |
initializes the modules. More... | |
virtual bool | parse_command_line ( TokenStream* command_line_stream ) |
parses the input for this Module. | |
virtual void | execute () |
executes the Module parse_command_line should be called before this method is invoked. | |
Protected Attributes | |
bool | _print_classnames |
bool | _print_full |
|
|
|
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.
|
|
|