Click or drag to resize

LGSPMatcherGeneratorGenerateActionAndMatcherOfNestedPatterns Method

Generates the action interface plus action implementation including the matcher source code for the alternatives/iterateds nested within the given negative/independent pattern graph into the given source builder

Namespace:  de.unika.ipd.grGen.lgsp
Assembly:  lgspBackend (in lgspBackend.dll) Version: GrGen.NET 7.2
Syntax
C#
public void GenerateActionAndMatcherOfNestedPatterns(
	SourceBuilder sb,
	LGSPMatchingPattern matchingPattern,
	PatternGraph negOrIdpt,
	bool isInitialStatic
)

Parameters

sb
Type: de.unika.ipd.grGen.lgspSourceBuilder
matchingPattern
Type: de.unika.ipd.grGen.lgspLGSPMatchingPattern
negOrIdpt
Type: de.unika.ipd.grGen.lgspPatternGraph
isInitialStatic
Type: SystemBoolean
See Also