Click or drag to resize

IActionExecutionEnvironmentMatch Method

Matches a rewrite rule.

Namespace:  de.unika.ipd.grGen.libGr
Assembly:  libGr (in libGr.dll) Version: GrGen.NET 7.2
Syntax
C#
IMatches Match(
	IAction action,
	Object[] arguments,
	int localMaxMatches,
	bool special,
	List<FilterCall> filters,
	bool fireDebugEvents
)

Parameters

action
Type: de.unika.ipd.grGen.libGrIAction
The rule to invoke
arguments
Type: SystemObject
The input arguments
localMaxMatches
Type: SystemInt32
Specifies the maximum number of matches to be found (if less or equal 0 the number of matches depends on the MaxMatches property)
special
Type: SystemBoolean
Specifies whether the %-modifier has been used for this rule, which may have a special meaning for the application
filters
Type: System.Collections.GenericListFilterCall
The name of the filters to apply to the matches before rewriting, in the order of filtering.
fireDebugEvents
Type: SystemBoolean
Specifies whether debug events (mostly action events) are to be fired.

Return Value

Type: IMatches
A matches object containing the found matches.
See Also