Click or drag to resize

IActionExecutionEnvironmentFinished Method (IMatches, Boolean)

Fires an OnFinished event.

Namespace:  de.unika.ipd.grGen.libGr
Assembly:  libGr (in libGr.dll) Version: GrGen.NET 7.2
Syntax
C#
void Finished(
	IMatches matches,
	bool special
)

Parameters

matches
Type: de.unika.ipd.grGen.libGrIMatches
The IMatches object returned by the matcher. The elements may be invalid.
special
Type: SystemBoolean
Whether this is a 'special' match (user defined).
See Also