gamma ~master (2021-10-12T13:52:47Z)
Dub
Repo
LRMachine.Transition
gamma
parsgen
lalr1
LRMachine
LRMachine
Undocumented in source.
class
LRMachine
class
Transition :
Indexed
{
const
size_t
index_
;
State
from
;
State
to
;
Symbol
label
;
this
(size_t index, State from, State to, Symbol label);
size_t
index
();
}
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
Source
See Implementation
gamma
parsgen
lalr1
LRMachine
LRMachine
classes
State
Transition
constructors
this
functions
computeLR0Machine
getNontTransitions
getStates
getTransition
getTransitions