Click or drag to resize

LGSPActionExecutionEnvironmentMatchForQuery(IAction, Object, Int32, Boolean) Method


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

Parameters

action  IAction
 
arguments  Object
 
localMaxMatches  Int32
 
fireDebugEvents  Boolean
 

Return Value

IMatches

Implements

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