Click or drag to resize

PatternVariable Constructor (PatternVariable, String)

Instantiates a new PatternVariable object as a copy from an original variable under renaming.

Namespace:  de.unika.ipd.grGen.lgsp
Assembly:  lgspBackend (in lgspBackend.dll) Version: GrGen.NET 7.2
Syntax
C#
public PatternVariable(
	PatternVariable original,
	string nameSuffix
)

Parameters

original
Type: de.unika.ipd.grGen.lgspPatternVariable
The original pattern variable to be copy constructed.
nameSuffix
Type: SystemString
The suffix to be added to the name of the pattern variable (to avoid name collisions).
See Also