Method | Description | |
---|---|---|
Feed ( char c ) : string |
Feeds the tree state with a new character of text.
|
|
Trie ( List |
Constructs the tree from given patterns.
|
Method | Description | |
---|---|---|
ConstructTreeNodes ( List |
||
SetFailPaths ( ) : void |
public Feed ( char c ) : string | ||
c | char | /// A character of text in which matches are to be found. /// |
return | string |
public Trie ( List |
||
patterns | List |
/// Patterns from which the tree is constructed. /// |
return | System.Collections.Generic |