Click or drag to resize

NameLookup Constructor

Initializes a new instance of the NameLookup class

Namespace:  de.unika.ipd.grGen.lgsp
Assembly:  lgspBackend (in lgspBackend.dll) Version: GrGen.NET 7.2
Syntax
C#
public NameLookup(
	PatternElement neededElement,
	bool variablesNeeded,
	Expression expr
)

Parameters

neededElement
Type: de.unika.ipd.grGen.lgspPatternElement
variablesNeeded
Type: SystemBoolean
expr
Type: Expression
See Also