 | PatternEdge(PatternEdge, String) Constructor |
Instantiates a new PatternEdge object as a copy from an original edge, used for independent inlining.
Namespace: de.unika.ipd.grGen.lgspAssembly: lgspBackend (in lgspBackend.dll) Version: GrGen.NET 7.1
Syntaxpublic PatternEdge(
PatternEdge original,
string nameSuffix
)
Parameters
- original PatternEdge
- The original pattern edge to be copy constructed.
- nameSuffix String
- The suffix to be added to the name of the pattern edge (to avoid name collisions).
See Also