Click or drag to resize

PatternNode Constructor (PatternNode, String)

Instantiates a new PatternNode object as a copy from an original node, used for independent inlining.

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

Parameters

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