class Syntaks::EBNF::NotPredicate(V)
- Syntaks::EBNF::NotPredicate(V)
- Syntaks::EBNF::Component(Nil)
- Syntaks::EBNF::AbstractComponent
- Reference
- Object
Defined in:
syntaks/ebnf/not_predicate.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
true
if this reference is the same as other. - #call_impl(state : State, ctx : Context = EmptyContext.new) : Success(Nil) | Failure | Error
- #inspect(io)
- #rule : Component(V)
- #simple? : Bool
- #to_s(io)
Instance methods inherited from class Syntaks::EBNF::Component(Nil)
as_component
as_component,
call(state : State, ctx : Context = EmptyContext.new) : Success(V) | Failure | Error
call,
call_impl(state : State, ctx : Context = EmptyContext.new) : Success(V) | Failure | Error
call_impl,
short_name
short_name,
simple? : Bool
simple?
Constructor Detail
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true
if this reference is the same as other. Invokes same?
.