Click or drag to resize

IActionExecutionEnvironmentMatchForQuery Method (Boolean, ActionCall)

Matches the rewrite rules, without firing the Matched event, but with firing the PreMatch event and Cloning of the matches (so they can stored, or used in an expression combining multiple queries).

Namespace:  de.unika.ipd.grGen.libGr
Assembly:  libGr (in libGr.dll) Version: GrGen.NET 7.2
Syntax
C#
IMatches[] MatchForQuery(
	bool fireDebugEvents,
	params ActionCall[] actions
)

Parameters

fireDebugEvents
Type: SystemBoolean
Specifies whether debug events (mostly action events) are to be fired.
actions
Type: de.unika.ipd.grGen.libGrActionCall
The rules to invoke

Return Value

Type: IMatches
A list of matches objects containing the found matches.
See Also