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.2
Syntax
C#
public virtual void myMatch_parallelized(
	List<Stack<IMatch>> foundPartialMatches,
	int maxMatches,
	int isoSpace,
	int threadId
)

Parameters

foundPartialMatches
Type: System.Collections.GenericListStackIMatch
maxMatches
Type: SystemInt32
isoSpace
Type: SystemInt32
threadId
Type: SystemInt32
See Also