Representation of a name map lookup.

C# |
public class NameLookup

All Members | Constructors | Methods | Fields | ||
Icon | Member | Description |
---|---|---|
![]() | NameLookup(PatternElement, Boolean, Expression) | Initializes a new instance of the NameLookup class |
![]() | Copy(String) | |
![]() | Expr |
The expression for computing the key with which the name map will be accessed
|
![]() | NeededElement |
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.
|
![]() | PatchUsersOfCopiedElements(String, Dictionary<(Of <<'(PatternNode, PatternNode>)>>), Dictionary<(Of <<'(PatternEdge, PatternEdge>)>>)) | |
![]() | ToString()()()() | (Overrides Object.ToString()()()().) |
![]() | VariablesNeeded |
Tells whether variables are needed for the expressions used in accessing the index.
This defines a constraint on scheduling.
|

Object | |
![]() | NameLookup |