|
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||
| Interface Summary | |
|---|---|
| Env.Binder | |
| SequenceMatchAction<T> | Performs action on a sequence |
| SequenceMatcher.MatchReplacement<T> | Interface that specifies what to replace a matched pattern with |
| SequenceMatchResult<T> | The result of a match against a sequence. |
| SequenceMatchRules.ExtractRule<I,O> | |
| SequenceMatchRules.Rule | A sequence match rule |
| SequencePattern.NodesMatchChecker<T> | |
| SequencePattern.Parser<T> | |
| Enum Summary | |
|---|---|
| MultiWordStringMatcher.MatchType | if matchType is EXCT: match exact string
if matchType is EXCTWS: match exact string, except whitespace can match multiple whitespaces
if matchType is LWS: match case insensitive string, except whitespace can match multiple whitespaces
if matchType is LNRM: disregards punctuation, does case insensitive match
if matchType is REGEX: interprets string as regex already |
| SequenceMatcher.FindType | Type of search to perform FIND_NONOVERLAPPING - Find nonoverlapping matches (default) FIND_ALL - Find all potential matches Greedy/reluctant quantifiers are not enforced (perhaps should add syntax where some of them are enforced...) |
|
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||