Click or drag to resize

LGSPMatcherGeneratorGenerateActionAndMatcherOfAlternative Method

Generates the action interface plus action implementation including the matcher source code for the given alternative into the given source builder

Namespace: de.unika.ipd.grGen.lgsp
Assembly: lgspBackend (in lgspBackend.dll) Version: GrGen.NET 7.1
Syntax
C#
public void GenerateActionAndMatcherOfAlternative(
	SourceBuilder sb,
	LGSPMatchingPattern matchingPattern,
	Alternative alt,
	bool isInitialStatic
)

Parameters

sb  SourceBuilder
 
matchingPattern  LGSPMatchingPattern
 
alt  Alternative
 
isInitialStatic  Boolean
 
See Also