Click or drag to resize

GRSExportEmitAttribute Method

Emits the attribute value as code for an attribute of the given type with the given value into the stream writer Main graph context is needed to get access to the graph -> env dictionary.

Namespace: de.unika.ipd.grGen.libGr
Assembly: libGr (in libGr.dll) Version: GrGen.NET 7.1
Syntax
C#
public static void EmitAttribute(
	MainGraphExportContext mainGraphContext,
	AttributeType attrType,
	Object value,
	INamedGraph graph,
	StreamWriter sw,
	StringBuilder deferredInits
)

Parameters

mainGraphContext  MainGraphExportContext
 
attrType  AttributeType
 
value  Object
 
graph  INamedGraph
 
sw  StreamWriter
 
deferredInits  StringBuilder
 
See Also