 | IActionExecutionEnvironmentMatchWithoutEvent(IAction, Object, Int32, Boolean) Method |
Matches a rewrite rule, without firing the Matched event (but fires the MatchedBeforeFiltering event - for internal or non-debugger use).
Namespace: de.unika.ipd.grGen.libGrAssembly: libGr (in libGr.dll) Version: GrGen.NET 7.1
SyntaxIMatches MatchWithoutEvent(
IAction action,
Object[] arguments,
int localMaxMatches,
bool fireDebugEvents
)
Parameters
- action IAction
- The rule to invoke
- arguments Object
- The input arguments
- localMaxMatches Int32
- Specifies the maximum number of matches to be found (if less or equal 0 the number of matches
depends on the MaxMatches property)
- fireDebugEvents Boolean
- Specifies whether debug events (mostly action events) are to be fired.
Return Value
IMatchesA matches object containing the found matches.
See Also