Method |
Description |
|
Add ( ) : void |
|
|
Add ( bool negate ) : void |
|
|
AddBacktrackNote ( int flags, Label l, int codepos ) : int |
|
|
AddGoto ( int destpos ) : int |
|
|
AddTrack ( ) : int |
|
|
AddTrack ( int flags ) : int |
|
|
AddUniqueTrack ( int i ) : int |
|
|
AddUniqueTrack ( int i, int flags ) : int |
|
|
Advance ( ) : void |
|
|
AdvanceLabel ( ) : Label |
|
|
Back ( ) : void |
|
|
Beq ( Label l ) : void |
|
|
BeqFar ( Label l ) : void |
|
|
Bge ( Label l ) : void |
|
|
BgeFar ( Label l ) : void |
|
|
Bgt ( Label l ) : void |
|
|
BgtFar ( Label l ) : void |
|
|
Bgtun ( Label l ) : void |
|
|
Ble ( Label l ) : void |
|
|
BleFar ( Label l ) : void |
|
|
Blt ( Label l ) : void |
|
|
BltFar ( Label l ) : void |
|
|
Bne ( Label l ) : void |
|
|
BneFar ( Label l ) : void |
|
|
Br ( Label l ) : void |
|
|
BrFar ( Label l ) : void |
|
|
Brfalse ( Label l ) : void |
|
|
BrfalseFar ( Label l ) : void |
|
|
BrtrueFar ( Label l ) : void |
|
|
Call ( MethodInfo mt ) : void |
|
|
CallToLower ( ) : void |
|
|
Callvirt ( MethodInfo mt ) : void |
|
|
Code ( ) : int |
|
|
Compile ( RegexCode code, RegexOptions options ) : RegexRunnerFactory |
|
|
CompileToAssembly ( RegexCompilationInfo regexes, AssemblyName an, CustomAttributeBuilder attribs, String resourceFile, Evidence evidence ) : void |
|
|
DeclareInt ( ) : LocalBuilder |
|
|
DeclareIntArray ( ) : LocalBuilder |
|
|
DeclareString ( ) : LocalBuilder |
|
|
DefineLabel ( ) : Label |
|
|
DoPush ( ) : void |
|
|
DoReplace ( ) : void |
|
|
Dup ( ) : void |
|
|
GenerateBacktrackSection ( ) : void |
|
|
GenerateFindFirstChar ( ) : void |
|
|
GenerateForwardSection ( ) : void |
|
|
GenerateGo ( ) : void |
|
|
GenerateInitTrackCount ( ) : void |
|
|
GenerateMiddleSection ( ) : void |
|
|
GenerateOneCode ( ) : void |
|
|
Goto ( int i ) : void |
|
|
IsBack ( ) : bool |
|
|
IsBack2 ( ) : bool |
|
|
IsCi ( ) : bool |
|
|
IsRtl ( ) : bool |
|
|
Ldc ( int i ) : void |
|
|
Ldlen ( ) : void |
|
|
Ldloc ( LocalBuilder lt ) : void |
|
|
Ldstr ( string str ) : void |
|
|
Ldthis ( ) : void |
|
|
Ldthisfld ( FieldInfo ft ) : void |
|
|
Leftchar ( ) : void |
|
|
Leftcharnext ( ) : void |
|
|
MarkLabel ( Label l ) : void |
|
|
Message ( String str ) : void |
|
|
Mvfldloc ( FieldInfo ft, LocalBuilder lt ) : void |
|
|
Mvlocfld ( LocalBuilder lt, FieldInfo ft ) : void |
|
|
Newobj ( ConstructorInfo ct ) : void |
|
|
NextCodepos ( ) : int |
|
|
Operand ( int i ) : int |
|
|
Pop ( ) : void |
|
|
PopDiscardStack ( ) : void |
|
|
PopDiscardStack ( int i ) : void |
|
|
PopStack ( ) : void |
|
|
PopTrack ( ) : void |
|
|
PushStack ( LocalBuilder lt ) : void |
|
|
PushTrack ( LocalBuilder lt ) : void |
|
|
ReadyPushStack ( ) : void |
|
|
ReadyPushTrack ( ) : void |
|
|
ReadyReplaceStack ( int i ) : void |
|
|
RegexCompiler ( ) : System.Collections |
|
|
RegexRunnerField ( String fieldname ) : FieldInfo |
|
|
RegexRunnerMethod ( String methname ) : MethodInfo |
|
|
Ret ( ) : void |
|
|
Rightchar ( ) : void |
|
|
Rightcharnext ( ) : void |
|
|
Stfld ( FieldInfo ft ) : void |
|
|
Stloc ( LocalBuilder lt ) : void |
|
|
Sub ( ) : void |
|
|
Sub ( bool negate ) : void |
|
|
TopStack ( ) : void |
|
|
TopTrack ( ) : void |
|
|
Track ( ) : void |
|
|
TrackUnique ( int i ) : void |
|
|
TrackUnique2 ( int i ) : void |
|
|
Trackagain ( ) : void |
|
|