Click or drag to resize

InterpretationPlan.Emit Method

emits the interpretation plan operation (as c# code string) into source builder to be implemented by concrete subclasses

Namespace:  de.unika.ipd.grGen.lgsp
Assembly:  lgspBackend (in lgspBackend.dll) Version: GrGen.NET 7.2
Syntax
C#
public abstract void Emit(
	SourceBuilder builder,
	bool parallel
)

Parameters

builder
Type: de.unika.ipd.grGen.lgsp.SourceBuilder
parallel
Type: System.Boolean
See Also