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
/
LexerError
Lexer
Error
@
JvmOverloads
constructor
(
name
:
String
,
details
:
String
,
start
:
Position
=
input.positionMaker.createPositionAtLocation()
,
end
:
Position
=
start
)
(
source
)
@
JvmOverloads
constructor
(
details
:
String
,
start
:
Position
=
input.positionMaker.createPositionAtLocation()
,
end
:
Position
=
start
)
(
source
)
constructor
(
message
:
String
,
name
:
String
,
details
:
String
,
start
:
Position
,
end
:
Position
)
(
source
)