#include <validate_suif_pass.h>
Inheritance diagram for ValidateSuifPass:
Public Methods | |
ValidateSuifPass ( SuifEnv* suif_env ) | |
virtual | ~ValidateSuifPass () |
virtual void | initialize () |
initializes the modules. More... | |
virtual Module* | clone () const |
generates a new copy of the current instance if necessary The implementor of a subclass is responsible for overriding this method if the implementation has a unique state the default implementation returns the current instance. | |
virtual void | execute () |
executes the Module parse_command_line should be called before this method is invoked. | |
virtual bool | delete_me () const |
tells the system whether an instance of this Module should be deleted after it has been executed the default implementation returns false. | |
Static Public Methods | |
const LString | get_class_name () |
This pass takes no argument.
|
|
|
generates a new copy of the current instance if necessary The implementor of a subclass is responsible for overriding this method if the implementation has a unique state the default implementation returns the current instance.
Reimplemented from Module.
|
tells the system whether an instance of this Module should be deleted after it has been executed the default implementation returns false.
Reimplemented from Module.
|
executes the Module parse_command_line should be called before this method is invoked.
Reimplemented from Module.
|
|
initializes the modules.
This method must/will be called before a call to parse_command_line or execute
Reimplemented from Module.