class Syntaks::EBNF::Opt(V)
Defined in:
syntaks/ebnf/opt.crConstructors
Instance Method Summary
- #==(other : Opt)
- #call_impl(state : State, ctx : Context = EmptyContext.new) : Success(V | Nil) | Failure | Error
- #inspect(io)
- #rule : Component(V)
- #simple? : Bool
- #to_s(io)