Click or drag to resize

GRSExportEmitObjectCreation Method

Namespace:  de.unika.ipd.grGen.libGr
Assembly:  libGr (in libGr.dll) Version: GrGen.NET 7.2
Syntax
C#
public static void EmitObjectCreation(
	MainGraphExportContext mainGraphContext,
	ObjectType objType,
	IObject obj,
	INamedGraph graph,
	StreamWriter sw,
	StringBuilder deferredInits
)

Parameters

mainGraphContext
Type: de.unika.ipd.grGen.libGrMainGraphExportContext
objType
Type: de.unika.ipd.grGen.libGrObjectType
obj
Type: de.unika.ipd.grGen.libGrIObject
graph
Type: de.unika.ipd.grGen.libGrINamedGraph
sw
Type: System.IOStreamWriter
deferredInits
Type: System.TextStringBuilder
See Also