class Lingo::NotRule
- Lingo::NotRule
- Lingo::Rule
- Reference
- Object
Defined in:
lingo/not_rule.crConstructors
Instance Method Summary
Instance methods inherited from class Lingo::Rule
>>(other : Lingo::Rule)
>>,
|(other : Lingo::Rule)
|,
absent
absent,
matches?(raw_input)
matches?,
maybe
maybe,
named(name)
named,
parse(raw_input : String)parse(context : Lingo::Context) parse, parse?(context : Lingo::Context)
parse?(raw_input : String) parse?, repeat(from = 1, to = Float32::INFINITY) repeat