C# 클래스 NRegex.PerlSubstitution

상속: Substitution
파일 보기 프로젝트 열기: olabini/nregex

공개 메소드들

메소드 설명
AppendSubstitution ( MatchResult match, TextBuffer dest ) : void
PerlSubstitution ( string s ) : System
ToString ( ) : string
Value ( MatchResult mr ) : string

비공개 메소드들

메소드 설명
MakeQueue ( Matcher refMatcher ) : Element
PerlSubstitution ( ) : System

메소드 상세

AppendSubstitution() 공개 메소드

public AppendSubstitution ( MatchResult match, TextBuffer dest ) : void
match MatchResult
dest TextBuffer
리턴 void

PerlSubstitution() 공개 메소드

public PerlSubstitution ( string s ) : System
s string
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

Value() 공개 메소드

public Value ( MatchResult mr ) : string
mr MatchResult
리턴 string