 | IActionExecutionEnvironmentMatchWithoutEvent Method (Boolean, ActionCall) |
Matches the rewrite rules, without firing the Matched event, but fires the MatchedBeforeFiltering event (for internal or non-debugger use).
Namespace:
de.unika.ipd.grGen.libGr
Assembly:
libGr (in libGr.dll) Version: GrGen.NET 7.2
SyntaxIMatches[] MatchWithoutEvent(
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:
IMatchesA list of matches objects containing the found matches.
See Also