Click or drag to resize

LGSPActionExecutionEnvironmentReplace Method


Namespace: de.unika.ipd.grGen.lgsp
Assembly: lgspBackend (in lgspBackend.dll) Version: GrGen.NET 7.1
Syntax
C#
public List<Object[]> Replace(
	IMatches matches,
	int which,
	bool special,
	bool fireDebugEvents
)

Parameters

matches  IMatches
 
which  Int32
 
special  Boolean
 
fireDebugEvents  Boolean
 

Return Value

ListObject

Implements

IActionExecutionEnvironmentReplace(IMatches, Int32, Boolean, Boolean)
See Also