toggle menu
shake
0.1.0
common
switch theme
search in API
com.shakelang.shake.shasambly.shasp
/
com.shakelang.shake.shasambly.shasp.lexer
/
ShasPLexingBase
/
LexerError
Lexer
Error
inner
class
LexerError
(
message
:
String
,
name
:
String
,
details
:
String
,
start
:
Position
,
end
:
Position
)
:
CompilerError
(
source
)
Members
Constructors
Lexer
Error
Link copied to clipboard
@
JvmOverloads
constructor
(
name
:
String
,
details
:
String
,
start
:
Position
=
input.positionMaker.createPositionAtLocation()
,
end
:
Position
=
start
)
@
JvmOverloads
constructor
(
details
:
String
,
start
:
Position
=
input.positionMaker.createPositionAtLocation()
,
end
:
Position
=
start
)
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