C# Class System.Text.RegularExpressions.RegexInterpreter

Inheritance: RegexRunner
显示文件 Open project: dotnet/corefx Class Usage Examples

Protected Methods

Method Description
FindFirstChar ( ) : bool
Go ( ) : void
InitTrackCount ( ) : void

Private Methods

Method Description
Advance ( ) : void
Advance ( int i ) : void
Backtrack ( ) : void
Backwardnext ( ) : void
Bump ( ) : int
CharAt ( int j ) : char
DumpState ( ) : void
Forwardcharnext ( ) : char
Forwardchars ( ) : int
Goto ( int newpos ) : void
Leftchars ( ) : int
Operand ( int i ) : int
Operator ( ) : int
Refmatch ( int index, int len ) : bool
RegexInterpreter ( RegexCode code, CultureInfo culture ) : System.Diagnostics
Rightchars ( ) : int
SetOperator ( int op ) : void
StackPeek ( ) : int
StackPeek ( int i ) : int
StackPop ( ) : void
StackPop ( int framesize ) : void
StackPush ( int I1 ) : void
StackPush ( int I1, int I2 ) : void
Stringmatch ( string str ) : bool
Textpos ( ) : int
Textstart ( ) : int
Textto ( int newpos ) : void
TrackPeek ( ) : int
TrackPeek ( int i ) : int
TrackPop ( ) : void
TrackPop ( int framesize ) : void
TrackPush ( ) : void
TrackPush ( int I1 ) : void
TrackPush ( int I1, int I2 ) : void
TrackPush ( int I1, int I2, int I3 ) : void
TrackPush2 ( int I1 ) : void
TrackPush2 ( int I1, int I2 ) : void
Trackpos ( ) : int
Trackto ( int newpos ) : void

Method Details

FindFirstChar() protected method

protected FindFirstChar ( ) : bool
return bool

Go() protected method

protected Go ( ) : void
return void

InitTrackCount() protected method

protected InitTrackCount ( ) : void
return void