Click or drag to resize

IndexAccess Constructor

Initializes a new instance of the IndexAccess class

Namespace:  de.unika.ipd.grGen.lgsp
Assembly:  lgspBackend (in lgspBackend.dll) Version: GrGen.NET 7.2
Syntax
C#
protected IndexAccess(
	IndexDescription index,
	PatternElement neededElement,
	bool variablesNeeded
)

Parameters

index
Type: de.unika.ipd.grGen.libGrIndexDescription
neededElement
Type: de.unika.ipd.grGen.lgspPatternElement
variablesNeeded
Type: SystemBoolean
See Also