Click or drag to resize

LGSPActionExecutionEnvironmentMatchWithoutEvent Method (Boolean, ActionCall)

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

Parameters

fireDebugEvents
Type: SystemBoolean
actions
Type: de.unika.ipd.grGen.libGrActionCall

Return Value

Type: IMatches

Implements

IActionExecutionEnvironmentMatchWithoutEvent(Boolean, ActionCall)
See Also