Click or drag to resize

GrShellImplDebugOnMatch Method

Namespace:  de.unika.ipd.grGen.grShell
Assembly:  libGrShell (in libGrShell.dll) Version: GrGen.NET 7.2
Syntax
C#
public void DebugOnMatch(
	string actionname,
	bool break_,
	SequenceExpression if_
)

Parameters

actionname
Type: SystemString
break_
Type: SystemBoolean
if_
Type: de.unika.ipd.grGen.libGrSequenceExpression
See Also