 | LGSPSubpatternActionmyMatch Method |
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).
Namespace:
de.unika.ipd.grGen.lgsp
Assembly:
lgspBackend (in lgspBackend.dll) Version: GrGen.NET 7.2
Syntaxpublic abstract void myMatch(
List<Stack<IMatch>> foundPartialMatches,
int maxMatches,
int isoSpace
)
Parameters
- foundPartialMatches
- Type: System.Collections.GenericListStackIMatch
- maxMatches
- Type: SystemInt32
- isoSpace
- Type: SystemInt32
See Also