Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
cltk
v0.0.9
Top Level Namespace
CLTK
ASTNode
BadToken
CFG
GrammarError
Item
Production
ProductionBufferType
ProductionCallbackType
HandledError
InternalParserException
Lexer
BlockReturn
Environment
Rule
Lexers
Calculator
EBNF
LexingError
NotInLanguage
Parser
Accept
Action
Environment
GoTo
Opts
Parser
ParseStack
ProdProc
Reduce
Shift
State
ParserConstructionException
Parsers
InfixCalc
PostfixCalc
PrefixCalc
StreamPosition
Token
Type
UselessParserException
Cltk
NamedTuple
Object
Built with Crystal 1.9.2
2023-10-07 23:10:41 UTC
class
CLTK::ParserConstructionException
CLTK::ParserConstructionException
Exception
Reference
Object
Overview
Used for exceptions that occure during parser construction.
Defined in:
cltk/parser/exceptions/parser_construction_exception.cr
Constructors
.new
(message)
Instance methods inherited from class
Object
in?(collection : Array | Set)
in?
Constructor Detail
def self.
new
(message)
#
[
View source
]