Click or drag to resize

EmitHelperToString Method (IDeque, AttributeChangeType, Object, String, String, AttributeType, IGraph)

Returns a string representation of the given Deque after the given operation with the given parameters was applied

Namespace:  de.unika.ipd.grGen.libGr
Assembly:  libGr (in libGr.dll) Version: GrGen.NET 7.2
Syntax
C#
public static void ToString(
	IDeque deque,
	AttributeChangeType changeType,
	Object newValue,
	out string type,
	out string content,
	AttributeType attrType,
	IGraph graph
)

Parameters

deque
Type: de.unika.ipd.grGen.libGrIDeque
The base Deque of the operation
changeType
Type: de.unika.ipd.grGen.libGrAttributeChangeType
The type of the change operation
newValue
Type: SystemObject
The new value to be inserted/added if changeType==PutElement on deque.
type
Type: SystemString
The type as string, e.g deque<int>
content
Type: SystemString
The content as string, e.g. ] 42, 43 [
attrType
Type: de.unika.ipd.grGen.libGrAttributeType
The attribute type of the Deque
graph
Type: de.unika.ipd.grGen.libGrIGraph
The graph with the model and the element names
See Also