Click or drag to resize

LGSPActionExecutionEnvironmentMatchWithoutEvent(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 MatchWithoutEvent(
	IAction action,
	Object[] arguments,
	int localMaxMatches,
	bool fireDebugEvents
)

Parameters

action  IAction
 
arguments  Object
 
localMaxMatches  Int32
 
fireDebugEvents  Boolean
 

Return Value

IMatches

Implements

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