C# Class PKParser.Arg.PKArgParser.StringParser

Show file Open project: AlexandrSurkov/PKStudio

Public Methods

Method Description
Parse ( string &s ) : ParamCollection
Parse ( string &s, RegexOptions options ) : ParamCollection
StringParser ( string Name ) : System

Protected Methods

Method Description
Match ( Regex &rex, ParamCollection &result, Match &m, string s, string group, string tag ) : string

Private Methods

Method Description
Parse ( string &s, string pattern, bool remove, string tag, RegexOptions options ) : ParamCollection

Method Details

Match() protected method

protected Match ( Regex &rex, ParamCollection &result, Match &m, string s, string group, string tag ) : string
rex System.Text.RegularExpressions.Regex
result ParamCollection
m System.Text.RegularExpressions.Match
s string
group string
tag string
return string

Parse() public method

public Parse ( string &s ) : ParamCollection
s string
return ParamCollection

Parse() public method

public Parse ( string &s, RegexOptions options ) : ParamCollection
s string
options RegexOptions
return ParamCollection

StringParser() public method

public StringParser ( string Name ) : System
Name string
return System