Click or drag to resize

LGSPSubpatternActionmyMatch_parallelized Method

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.

Namespace: de.unika.ipd.grGen.lgsp
Assembly: lgspBackend (in lgspBackend.dll) Version: GrGen.NET 7.1
Syntax
C#
public virtual void myMatch_parallelized(
	List<Stack<IMatch>> foundPartialMatches,
	int maxMatches,
	int isoSpace,
	int threadId
)

Parameters

foundPartialMatches  ListStackIMatch
 
maxMatches  Int32
 
isoSpace  Int32
 
threadId  Int32
 
See Also