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