gamma ~master (2021-10-12T13:52:47Z)
Dub
Repo
ItemSet
gamma
input
earley
ItemSet
Undocumented in source.
class
ItemSet :
Indexed
{
static
ItemSet
initialItemSet
(Alternative alternative, Grammar grammar);
static
ItemSet
nextItemSet
(ItemSet prevItemSet, Symbol symbol, Grammar grammar);
Item
[]
items
();
size_t
index
();
string
toString
();
}
Members
Functions
index
size_t
index
()
Undocumented in source. Be warned that the author may not have intended to support it.
items
Item
[]
items
()
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string
toString
()
Undocumented in source. Be warned that the author may not have intended to support it.
Static functions
initialItemSet
ItemSet
initialItemSet
(Alternative alternative, Grammar grammar)
Undocumented in source. Be warned that the author may not have intended to support it.
nextItemSet
ItemSet
nextItemSet
(ItemSet prevItemSet, Symbol symbol, Grammar grammar)
Undocumented in source. Be warned that the author may not have intended to support it.
Inherited Members
From Indexed
index
size_t
index
()
@return a non-negative integer constant for this object
Meta
Source
See Implementation
gamma
input
earley
ItemSet
modules
AffixForm
Item
ItemSet
Parser