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::BaseException
Taro::Compiler::BaseException
Exception
Reference
Object
Direct Known Subclasses
Taro::Compiler::ParseError
Taro::Compiler::SyntaxError
Defined in:
compiler/exceptions.cr
Constructors
.new
(location : Taro::Compiler::Location, message =
""
)
Instance Method Summary
#inspect_with_backtrace
(io : IO)
#location
: Location
#location=
(location : Location)
Constructor Detail
def self.
new
(location :
Taro::Compiler::Location
, message =
""
)
#
[
View source
]
Instance Method Detail
def
inspect_with_backtrace
(io : IO)
#
[
View source
]
def
location
:
Location
#
[
View source
]
def
location=
(location :
Location
)
#
[
View source
]