C# Class Microsoft.Automata.Internal.Utilities.CSharpStringMatcher

Inheritance: ICompiledStringMatcher
Datei anzeigen Open project: AutomataDotNet/Automata

Public Methods

Method Description
IsMatch ( string input ) : bool

Private Methods

Method Description
CSharpStringMatcher ( Automaton automaton, CharSetSolver solver, string classname, string namespacename, bool OptimzeForAsciiInput ) : System
CompiledStringMatcher ( ) : MethodInfo

Method Details

IsMatch() public method

public IsMatch ( string input ) : bool
input string
return bool