Click or drag to resize

LGSPActionExecutionEnvironmentMatch Method


Namespace: de.unika.ipd.grGen.lgsp
Assembly: lgspBackend (in lgspBackend.dll) Version: GrGen.NET 7.1
Syntax
C#
public virtual IMatches Match(
	IAction action,
	Object[] arguments,
	int localMaxMatches,
	bool special,
	List<FilterCall> filters,
	bool fireDebugEvents
)

Parameters

action  IAction
 
arguments  Object
 
localMaxMatches  Int32
 
special  Boolean
 
filters  ListFilterCall
 
fireDebugEvents  Boolean
 

Return Value

IMatches

Implements

IActionExecutionEnvironmentMatch(IAction, Object, Int32, Boolean, ListFilterCall, Boolean)
See Also