Skip to content

sharedlibrarycoreinterfaces IParserRegexFactory

RaidMax edited this page May 21, 2023 · 1 revision

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
Loading

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

Clone this wiki locally