alchemist
alchemist
/
it.unibo.alchemist.expressions.parser
/
TokenMgrError
/
TokenMgrError
Token
Mgr
Error
open
fun
TokenMgrError
(
)
Content copied to clipboard
No arg constructor.
open
fun
TokenMgrError
(
message
:
String
,
reason
:
Int
)
Content copied to clipboard
Constructor with message and reason.
open
fun
TokenMgrError
(
EOFSeen
:
Boolean
,
lexState
:
Int
,
errorLine
:
Int
,
errorColumn
:
Int
,
errorAfter
:
String
,
curChar
:
Char
,
reason
:
Int
)
Content copied to clipboard
Full Constructor.