Click or drag to resize

PatternGraphusedSubpatterns Field

The subpatterns used by this pattern (directly as well as indirectly), only filled/valid if this is a top level pattern graph of a rule or subpattern. Set of matching patterns, with dummy null matching pattern due to lacking set class in c# Contains first the used subpatterns before inlinnig, afterwards the ones after inlining.

Namespace: de.unika.ipd.grGen.lgsp
Assembly: lgspBackend (in lgspBackend.dll) Version: GrGen.NET 7.1
Syntax
C#
public Dictionary<LGSPMatchingPattern, LGSPMatchingPattern> usedSubpatterns

Field Value

DictionaryLGSPMatchingPattern, LGSPMatchingPattern
See Also