Click or drag to resize

MatchedAfterFilteringHandler Delegate

Represents a method called after all requested matches of a multi action or action have been matched, after filtering (single element arrays in case of a single rule/test application).

Namespace:  de.unika.ipd.grGen.libGr
Assembly:  libGr (in libGr.dll) Version: GrGen.NET 8.1
Syntax
C#
public delegate void MatchedAfterFilteringHandler(
	IMatches[] matches,
	bool[] special
)

Parameters

matches
Type: de.unika.ipd.grGen.libGrIMatches
The array of IMatches objects found (contains multiple IMatches objects iff a multi construct was matched).
special
Type: SystemBoolean
Specifies whether the "special" flag has been used (per rule/test).
See Also