 | LGSPActionExecutionEnvironmentMatch Method |
Namespace:
de.unika.ipd.grGen.lgsp
Assembly:
lgspBackend (in lgspBackend.dll) Version: GrGen.NET 7.2
Syntaxpublic virtual IMatches Match(
IAction action,
Object[] arguments,
int localMaxMatches,
bool special,
List<FilterCall> filters,
bool fireDebugEvents
)
Parameters
- action
- Type: de.unika.ipd.grGen.libGrIAction
- arguments
- Type: SystemObject
- localMaxMatches
- Type: SystemInt32
- special
- Type: SystemBoolean
- filters
- Type: System.Collections.GenericListFilterCall
- fireDebugEvents
- Type: SystemBoolean
Return Value
Type:
IMatchesImplements
IActionExecutionEnvironmentMatch(IAction, Object, Int32, Boolean, ListFilterCall, Boolean)
See Also