Click or drag to resize

LGSPActionExecutionEnvironmentReplace Method

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

Parameters

matches
Type: de.unika.ipd.grGen.libGrIMatches
which
Type: SystemInt32
special
Type: SystemBoolean
fireDebugEvents
Type: SystemBoolean

Return Value

Type: ListObject

Implements

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