public abstract class RegexRunner
|
Equals (inherited from System.Object) |
See base class member description: System.Object.Equals Derived from System.Object, the primary base class for all objects. |
GetHashCode (inherited from System.Object) |
See base class member description: System.Object.GetHashCode Derived from System.Object, the primary base class for all objects. |
GetType (inherited from System.Object) |
See base class member description: System.Object.GetType Derived from System.Object, the primary base class for all objects. |
ToString (inherited from System.Object) |
See base class member description: System.Object.ToString Derived from System.Object, the primary base class for all objects. |
ctor #1 | Default constructor. This constructor is called by derived class constructors to initialize state in this type. Supports the Shared Source CLI infrastructure and is not intended to be used directly from your code |
Capture | Supports the Shared Source CLI infrastructure and is not intended to be used directly from your code |
CharInSet | Supports the Shared Source CLI infrastructure and is not intended to be used directly from your code |
Crawl | Supports the Shared Source CLI infrastructure and is not intended to be used directly from your code |
Crawlpos | Supports the Shared Source CLI infrastructure and is not intended to be used directly from your code |
DoubleCrawl | Supports the Shared Source CLI infrastructure and is not intended to be used directly from your code |
DoubleStack | Supports the Shared Source CLI infrastructure and is not intended to be used directly from your code |
DoubleTrack | Supports the Shared Source CLI infrastructure and is not intended to be used directly from your code |
EnsureStorage | Supports the Shared Source CLI infrastructure and is not intended to be used directly from your code |
Finalize (inherited from System.Object) |
See base class member description: System.Object.Finalize Derived from System.Object, the primary base class for all objects. |
FindFirstChar | Supports the Shared Source CLI infrastructure and is not intended to be used directly from your code |
Go | Supports the Shared Source CLI infrastructure and is not intended to be used directly from your code |
InitTrackCount | Supports the Shared Source CLI infrastructure and is not intended to be used directly from your code |
IsBoundary | Supports the Shared Source CLI infrastructure and is not intended to be used directly from your code |
IsECMABoundary | Supports the Shared Source CLI infrastructure and is not intended to be used directly from your code |
IsMatched | Supports the Shared Source CLI infrastructure and is not intended to be used directly from your code |
MatchIndex | Supports the Shared Source CLI infrastructure and is not intended to be used directly from your code |
MatchLength | Supports the Shared Source CLI infrastructure and is not intended to be used directly from your code |
MemberwiseClone (inherited from System.Object) |
See base class member description: System.Object.MemberwiseClone Derived from System.Object, the primary base class for all objects. |
Popcrawl | Supports the Shared Source CLI infrastructure and is not intended to be used directly from your code |
Scan | Supports the Shared Source CLI infrastructure and is not intended to be used directly from your code |
TransferCapture | Supports the Shared Source CLI infrastructure and is not intended to be used directly from your code |
Uncapture | Supports the Shared Source CLI infrastructure and is not intended to be used directly from your code |
Hierarchy:
protected internal RegexRunner(); |
capnum
start
end
ch
set
category
protected void Crawl( |
i
protected int Crawlpos(); |
protected void DoubleCrawl(); |
protected void DoubleStack(); |
protected void DoubleTrack(); |
protected void EnsureStorage(); |
~RegexRunner(); |
protected abstract bool FindFirstChar(); |
public virtual int GetHashCode(); |
public Type GetType(); |
protected abstract void Go(); |
protected abstract void InitTrackCount(); |
index
startpos
endpos
index
startpos
endpos
protected bool IsMatched( |
cap
protected int MatchIndex( |
cap
protected int MatchLength( |
cap
protected object MemberwiseClone(); |
protected int Popcrawl(); |
protected internal Match Scan( |
regex
text
textbeg
textend
textstart
prevlen
quick
public virtual string ToString(); |
capnum
uncapnum
start
end
protected void Uncapture(); |