Syntaks::EBNF::Seq(L, R, V)
Inherits Syntaks::EBNF::Component < Syntaks::EBNF::AbstractComponent < Reference < Object
Constructors
new(left : Component(L), right : Component(R), backtracking : Bool, action : L, R -> V)
SourceClass methods
build(left : Component(L), right : Component(R), backtracking : Bool = false, &action : L, R -> V)
Sourcebuild(left : Component(L), right : Component(R), backtracking : Bool = false)
SourceInstance methods
==(other : Seq)
Sourcebacktracking
Sourcecall_impl(state : State, ctx : Context = EmptyContext.new) : Success(V) | Failure | Error
Sourceinspect(io)
Sourceleft
Sourceright
Sourcesimple?
Sourceto_s(io)
Source