#include <asn_parser.hpp>
|
| AsnParser (const DesignFlowManagerConstRef design_flow_manager, const std::string &file_name, const application_managerRef AppM, const ParameterConstRef parameters) |
| Constructor. More...
|
|
| ~AsnParser () override |
| Destuctor. More...
|
|
DesignFlowStep_Status | Exec () override |
| Execute the step. More...
|
|
| ParserFlowStep (const DesignFlowManagerConstRef design_flow_manager, const ParserFlowStep_Type parser_step_type, const std::string &file_name, const ParameterConstRef parameters) |
| Constructor. More...
|
|
| ~ParserFlowStep () override |
| Destructor. More...
|
|
std::string | GetSignature () const override |
| Return the signature of this step. More...
|
|
std::string | GetName () const override |
| Return the name of this design step. More...
|
|
bool | HasToBeExecuted () const override |
| Check if this step has actually to be executed. More...
|
|
void | ComputeRelationships (DesignFlowStepSet &relationship, const DesignFlowStep::RelationshipType relationship_type) override |
| Compute the relationships of a step with other steps. More...
|
|
DesignFlowStepFactoryConstRef | CGetDesignFlowStepFactory () const override |
| Return the factory to create this type of steps. More...
|
|
| DesignFlowStep (const DesignFlowManagerConstRef design_flow_manager, const ParameterConstRef parameters) |
| Constructor. More...
|
|
virtual | ~DesignFlowStep () |
| Destructor. More...
|
|
virtual void | Initialize () |
| Initialize the step (i.e., like a constructor, but executed just before exec. More...
|
|
DesignFlowStep_Status | GetStatus () const |
| Return the status of this design step. More...
|
|
virtual void | WriteDot (std::ostream &out) const |
| Write the label for a dot graph. More...
|
|
bool | IsComposed () const |
| Returns if this step is composed. More...
|
|
int | CGetDebugLevel () const |
| Return the debug level of the step. More...
|
|
virtual void | PrintInitialIR () const |
| Dump the initial intermediate representation. More...
|
|
virtual void | PrintFinalIR () const |
| Dump the final intermediate representation. More...
|
|
Definition at line 72 of file asn_parser.hpp.
◆ AsnParser()
◆ ~AsnParser()
AsnParser::~AsnParser |
( |
| ) |
|
|
overridedefault |
◆ Exec()
◆ YYParse()
Wrapper to yyparse.
- Parameters
-
data | is the data to be passed to the parser |
lexer | is the lexer |
Referenced by Exec().
◆ AppM
The documentation for this class was generated from the following files: