Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
compiler
main
Lucid
App
Command
Compiler
Alias
AlignOf
Annotation
AnnotationDef
ArrayLiteral
Assign
Block
Kind
BoolLiteral
Call
CharLiteral
ClassDef
ClassVar
Const
Def
Error
Extend
FloatLiteral
Base
GroupedExpression
HashLiteral
Entry
Ident
Identifiable
Include
Infix
Operator
InstanceAlignOf
InstanceSizeOf
InstanceVar
IntLiteral
Base
Lexer
Location
ModuleDef
NamespaceDef
NilLiteral
Node
OffsetOf
Parameter
Parser
Exception
Path
PointerOf
Prefix
Operator
ProcLiteral
Program
RegexInterpolation
RegexLiteral
Require
Self
SizeOf
StringInterpolation
StringLiteral
StructDef
SymbolKey
SymbolLiteral
Token
Kind
TupleLiteral
TypeModifier
Kind
Underscore
UnpackedArgs
Var
HelpCommand
REPLCommand
Generated using Crystal 1.16.3
2025-05-28 18:08:12 UTC
class
Lucid::
Compiler::
Parser::
Exception
Lucid::Compiler::Parser::Exception
Exception
Reference
Object
Defined in:
compiler/parser.cr
Constructors
.new
(target : Token | Node, message : String)
Instance Method Summary
#message
: String
#target
: Token | Node
Constructor Detail
def self.
new
(target :
Token
|
Node
, message : String)
#
[
View source
]
Instance Method Detail
def
message
: String
#
[
View source
]
def
target
:
Token
|
Node
#
[
View source
]