| 52 | } |
| 53 | |
| 54 | bool ModuleDefinition::isInstance() const { |
| 55 | const VObjectType type = getType(); |
| 56 | return ((type == VObjectType::paN_input_gate_instance) || |
| 57 | (type == VObjectType::paModule_declaration) || |
| 58 | (type == VObjectType::paUdp_declaration)); |
| 59 | } |
| 60 | |
| 61 | ModuleDefinition* ModuleDefinitionFactory::newModuleDefinition( |
| 62 | const FileContent* fileContent, NodeId nodeId, std::string_view name) { |
no outgoing calls
no test coverage detected