Click or drag to resize

NameLookup Class

Representation of a name map lookup.
Inheritance Hierarchy
SystemObject
  de.unika.ipd.grGen.lgspNameLookup

Namespace: de.unika.ipd.grGen.lgsp
Assembly: lgspBackend (in lgspBackend.dll) Version: GrGen.NET 7.1
Syntax
C#
public class NameLookup

The NameLookup type exposes the following members.

Constructors
 NameDescription
Public methodNameLookupInitializes a new instance of the NameLookup class
Top
Methods
Fields
 NameDescription
Public fieldExpr The expression for computing the key with which the name map will be accessed
Public fieldNeededElement The pattern element that must be bound before the name map can be accessed. null if the name map can be accessed straight from the beginning, does not depend on other nodes/edges.
Public fieldVariablesNeeded Tells whether variables are needed for the expressions used in accessing the index. This defines a constraint on scheduling.
Top
See Also