Click or drag to resize

InterpretationPlanEmit 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.lgspSourceBuilder
parallel
Type: SystemBoolean
See Also