Click or drag to resize

UniqueLookup Constructor

Initializes a new instance of the UniqueLookup class

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

Parameters

neededElement  PatternElement
 
variablesNeeded  Boolean
 
expr  Expression
 
See Also