Click or drag to resize

LGSPSubpatternAction Methods

The LGSPSubpatternAction type exposes the following members.

Methods
  NameDescription
Public methodmyMatch
Searches for the subpattern as specified by RulePattern. Takes care of search state as given by found partial matches, isoSpace to search in and maximum number of matches to search for(zero = find all matches) (and open tasks via this).
Public methodmyMatch_parallelized
Searches for the subpattern as specified by RulePattern, with a matcher that can be called from a parallelized rule matcher. Maps to the normal matcher if the subpattern is not used from any parallelized rule.
Top
See Also