Click or drag to resize

IActionExecutionEnvironmentFinished(IMatches, Boolean) Method

Fires an OnFinished event.

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

Parameters

matches  IMatches
The IMatches object returned by the matcher. The elements may be invalid.
special  Boolean
Whether this is a 'special' match (user defined).
See Also