1 sharedlibrarycoreinterfaces IParserRegexFactory
RaidMax edited this page 2023-05-20 22:09:21 -05:00

IParserRegexFactory Public interface

Description

defines the capabilities of the parser regex factory

Diagram

  flowchart LR
  classDef interfaceStyle stroke-dasharray: 5 5;
  classDef abstractStyle stroke-width:4px
  subgraph SharedLibraryCore.Interfaces
  SharedLibraryCore.Interfaces.IParserRegexFactory[[IParserRegexFactory]]
  class SharedLibraryCore.Interfaces.IParserRegexFactory interfaceStyle;
  end

Members

Methods

Public methods

Returns Name
ParserRegex CreateParserRegex()
creates a new ParserRegex instance

Details

Summary

defines the capabilities of the parser regex factory

Methods

CreateParserRegex

Source code

public ParserRegex CreateParserRegex()
Summary

creates a new ParserRegex instance

Returns

ParserRegex instance

Generated with ModularDoc