LRMachine.Transition

Undocumented in source.

Constructors

this
this(size_t index, State from, State to, Symbol label)
Undocumented in source.

Members

Functions

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

Variables

from
State from;
Undocumented in source.
index_
size_t index_;
Undocumented in source.
label
Symbol label;
Undocumented in source.
to
State to;
Undocumented in source.

Inherited Members

From Indexed

index
size_t index()

@return a non-negative integer constant for this object

Meta