C# Class NRegex.PerlSubstitution

Inheritance: Substitution
ファイルを表示 Open project: olabini/nregex

Public Methods

Method Description
AppendSubstitution ( MatchResult match, TextBuffer dest ) : void
PerlSubstitution ( string s ) : System
ToString ( ) : string
Value ( MatchResult mr ) : string

Private Methods

Method Description
MakeQueue ( Matcher refMatcher ) : Element
PerlSubstitution ( ) : System

Method Details

AppendSubstitution() public method

public AppendSubstitution ( MatchResult match, TextBuffer dest ) : void
match MatchResult
dest TextBuffer
return void

PerlSubstitution() public method

public PerlSubstitution ( string s ) : System
s string
return System

ToString() public method

public ToString ( ) : string
return string

Value() public method

public Value ( MatchResult mr ) : string
mr MatchResult
return string