Click or drag to resize

SequenceRendererDisplaySequenceExpression Method (SequenceExpression, DisplaySequenceContext, Int32, String, String)

Namespace:  de.unika.ipd.grGen.graphViewerAndSequenceDebugger
Assembly:  graphViewerAndSequenceDebugger (in graphViewerAndSequenceDebugger.dll) Version: GrGen.NET 7.2
Syntax
C#
public void DisplaySequenceExpression(
	SequenceExpression seqExpr,
	DisplaySequenceContext context,
	int nestingLevel,
	string prefix,
	string postfix
)

Parameters

seqExpr
Type: de.unika.ipd.grGen.libGrSequenceExpression
context
Type: de.unika.ipd.grGen.graphViewerAndSequenceDebuggerDisplaySequenceContext
nestingLevel
Type: SystemInt32
prefix
Type: SystemString
postfix
Type: SystemString

Implements

ISequenceDisplayerDisplaySequenceExpression(SequenceExpression, DisplaySequenceContext, Int32, String, String)
See Also