Click or drag to resize

SequenceMultiRuleAllCallMatchAll Method (IGraphProcessingEnvironment, IMatches, ListIMatch, DictionaryIMatch, Int32)

Namespace:  de.unika.ipd.grGen.libGr
Assembly:  libGr (in libGr.dll) Version: GrGen.NET 7.2
Syntax
C#
public void MatchAll(
	IGraphProcessingEnvironment procEnv,
	out IMatches[] MatchesArray,
	out List<IMatch> MatchList,
	out Dictionary<IMatch, int> MatchToConstructIndex
)

Parameters

procEnv
Type: de.unika.ipd.grGen.libGrIGraphProcessingEnvironment
MatchesArray
Type: de.unika.ipd.grGen.libGrIMatches
MatchList
Type: System.Collections.GenericListIMatch
MatchToConstructIndex
Type: System.Collections.GenericDictionaryIMatch, Int32
See Also