Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
taro
master
Taro
Compiler
Analyzer
Ast
ASTViewer
Expressions
FuncDef
ModuleDef
Node
Nop
Param
ReturnType
Unit
BaseException
Lexer
Context
Location
ParseError
Parser
Parsers
SyntaxError
Token
Type
Built with Crystal 1.9.2
2023-10-07 21:03:26 UTC
class
Taro::Compiler::SyntaxError
Taro::Compiler::SyntaxError
Taro::Compiler::BaseException
Exception
Reference
Object
Defined in:
compiler/exceptions.cr
Constructors
.new
(location, message =
""
)
Instance methods inherited from class
Taro::Compiler::BaseException
inspect_with_backtrace(io : IO)
inspect_with_backtrace
,
location : Location
location
,
location=(location : Location)
location=
Constructor methods inherited from class
Taro::Compiler::BaseException
new(location : Taro::Compiler::Location, message =
""
)
new
Constructor Detail
def self.
new
(location, message =
""
)
#
[
View source
]