 | 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.lgspAssembly: lgspBackend (in lgspBackend.dll) Version: GrGen.NET 7.1
Syntaxpublic void GenerateActionAndMatcherOfNestedPatterns(
SourceBuilder sb,
LGSPMatchingPattern matchingPattern,
PatternGraph negOrIdpt,
bool isInitialStatic
)
Parameters
- sb SourceBuilder
-
- matchingPattern LGSPMatchingPattern
-
- negOrIdpt PatternGraph
-
- isInitialStatic Boolean
-
See Also