LRItem

Undocumented in source.

Constructors

this
this(size_t index, Alternative alt, bool altIsInContinuationGrammar, size_t dotPos, LRItem nextItem)
Undocumented in source.

Members

Functions

index
size_t index()

@see gamma.util.Indexed#index()

toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

alt
Alternative alt;
Undocumented in source.
altIsInContinuationGrammar
bool altIsInContinuationGrammar;
Undocumented in source.
complete
bool complete;
Undocumented in source.
dotPos
size_t dotPos;
Undocumented in source.
index_
size_t index_;
Undocumented in source.
nextItem
LRItem nextItem;
Undocumented in source.
symbolBehindDot
Symbol symbolBehindDot;
Undocumented in source.
symbolPrecedingDot
Symbol symbolPrecedingDot;
Undocumented in source.

Inherited Members

From Indexed

index
size_t index()

@return a non-negative integer constant for this object

Meta