LRMachine.State

Undocumented in source.

Constructors

this
this(LRItem[] kernelItems)
Undocumented in source.

Members

Functions

computeTransitions
void computeTransitions()
Undocumented in source. Be warned that the author may not have intended to support it.
forEachOrderedClosureItem
void forEachOrderedClosureItem(LRItemProcessor itemProcessor)
Undocumented in source. Be warned that the author may not have intended to support it.
index
size_t index()
Undocumented in source. Be warned that the author may not have intended to support it.
opEquals
bool opEquals(Object x)
Undocumented in source. Be warned that the author may not have intended to support it.
toHash
size_t toHash()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

index_
size_t index_;
Undocumented in source.
kernelItems
LRItem[] kernelItems;
Undocumented in source.
orderedClosureItems
LRItem[] orderedClosureItems;
Undocumented in source.
outgoing
Transition[] outgoing;
Undocumented in source.

Inherited Members

From Indexed

index
size_t index()

@return a non-negative integer constant for this object

Meta