Click or drag to resize

LGSPActionExecutionEnvironmentMatchForQuery Method (IAction, Object, Int32, Boolean)

Namespace:  de.unika.ipd.grGen.lgsp
Assembly:  lgspBackend (in lgspBackend.dll) Version: GrGen.NET 7.2
Syntax
C#
public IMatches MatchForQuery(
	IAction action,
	Object[] arguments,
	int localMaxMatches,
	bool fireDebugEvents
)

Parameters

action
Type: de.unika.ipd.grGen.libGrIAction
arguments
Type: SystemObject
localMaxMatches
Type: SystemInt32
fireDebugEvents
Type: SystemBoolean

Return Value

Type: IMatches

Implements

IActionExecutionEnvironmentMatchForQuery(IAction, Object, Int32, Boolean)
See Also