toggle menu
shake
0.1.0
common
switch theme
search in API
com.shakelang.shake.shasambly.shasp
/
com.shakelang.shake.shasambly.shasp.parser
/
ShasPParser
/
ParserError
Parser
Error
inner
class
ParserError
(
message
:
String
?
,
name
:
String
?
,
details
:
String
?
,
start
:
Position
?
,
end
:
Position
?
)
:
CompilerError
(
source
)
Members
Constructors
Parser
Error
Link copied to clipboard
constructor
(
name
:
String
,
details
:
String
,
start
:
Position
,
end
:
Position
?
)
constructor
(
details
:
String
,
start
:
Position
,
end
:
Position
?
)
constructor
(
details
:
String
,
start
:
Int
,
end
:
Int
)
constructor
(
error
:
String
)
constructor
(
message
:
String
?
,
name
:
String
?
,
details
:
String
?
,
start
:
Position
?
,
end
:
Position
?
)
Properties
details
Link copied to clipboard
val
details
:
String
end
Link copied to clipboard
val
end
:
Position
exception
Name
Link copied to clipboard
val
exceptionName
:
String
marker
Link copied to clipboard
val
marker
:
CompilerError.ErrorMarker
start
Link copied to clipboard
val
start
:
Position
Functions
to
String
Link copied to clipboard
open
fun
toString
(
)
:
String