Click or drag to resize

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.1
Syntax
C#
public abstract void myMatch(
	List<Stack<IMatch>> foundPartialMatches,
	int maxMatches,
	int isoSpace
)

Parameters

foundPartialMatches  ListStackIMatch
 
maxMatches  Int32
 
isoSpace  Int32
 
See Also