Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
syntaks
v0.3.2
Syntaks
EBNF
AbstractComponent
Alt
Component
Context
EmptyContext
LoggingContext
NonTerminal
NotPredicate
Opt
ProfilingContext
RuleInvocation
Stats
Rep
Seq
Terminal
Matcher
Error
Failure
Highlighter
Command
ParseLog
End
Kind
Entry
Start
Parser
Source
SourceInterval
SourceLocation
State
Success
Token
Built with Crystal 1.9.2
2023-10-08 14:39:57 UTC
class
Syntaks::Failure
Syntaks::Failure
Reference
Object
Defined in:
syntaks/parse_result.cr
Constructors
.new
(end_state : Syntaks::State, rule : Syntaks::EBNF::AbstractComponent)
Instance Method Summary
#end_state
: State
#inspect
(io)
#rule
: EBNF::AbstractComponent
Constructor Detail
def self.
new
(end_state :
Syntaks::State
, rule :
Syntaks::EBNF::AbstractComponent
)
#
[
View source
]
Instance Method Detail
def
end_state
:
State
#
[
View source
]
def
inspect
(io)
#
[
View source
]
def
rule
:
EBNF::AbstractComponent
#
[
View source
]