Click or drag to resize

LGSPActionExecutionEnvironmentMatchForQuery Method (Boolean, ActionCall)

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

Parameters

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

Return Value

Type: IMatches

Implements

IActionExecutionEnvironmentMatchForQuery(Boolean, ActionCall)
See Also