Serialized Form
-
Package tech.ixor.calclox
-
Exception Class tech.ixor.calclox.Return
class Return extends RuntimeException implements Serializable-
Serialized Fields
-
value
Object value
Value returned by the function, ornullfor an empty return.
-
-
-
Exception Class tech.ixor.calclox.RuntimeError
class RuntimeError extends RuntimeException implements Serializable-
Serialized Fields
-
token
Token token
Token used to report the failure's source line.
-
-
-
-
Package tech.ixor.calclox.exceptions
-
Exception Class tech.ixor.calclox.exceptions.CalcLoxRunnerError
class CalcLoxRunnerError extends RuntimeException implements Serializable-
Serialized Fields
-
line
int line
-
-
-