abstract class Parser::IBuilder(T)
- Parser::IBuilder(T)
- Reference
- Object
Direct Known Subclasses
Defined in:
parser/interfaces.crConstructors
Instance Method Summary
- #closure(i : Set(T)) : Set(T)
- #final(entrypoint : Production) : T
- #goto(i : Set(T), x : Node) : Set(T)
- #initial(entrypoint : Production) : T
- #items(entrypoint : Production) : Set(Set(T))
- #make_reduction(item : T, & : T -> Nil)
- #singleton(entrypoint : Production, dot : Int32) : T