Serialized Form
-
Package io.github.protasm.jvmud.compiler.bytecode
-
Exception Class io.github.protasm.jvmud.compiler.bytecode.BytecodeCompileException
class BytecodeCompileException extends RuntimeException implements Serializable- serialVersionUID:
- 1L
-
-
Package io.github.protasm.jvmud.compiler.exec
-
Exception Class io.github.protasm.jvmud.compiler.exec.LPCRuntimeException
class LPCRuntimeException extends RuntimeException implements Serializable-
Serialized Fields
-
problems
List<CompilationProblem> problems
-
-
-
-
Package io.github.protasm.jvmud.compiler.parser
-
Exception Class io.github.protasm.jvmud.compiler.parser.ParseException
class ParseException extends RuntimeException implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
line
int line
-
span
SourceSpan span
-
-
-
Package io.github.protasm.jvmud.compiler.preproc
-
Exception Class io.github.protasm.jvmud.compiler.preproc.PreprocessException
class PreprocessException extends RuntimeException implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
fileName
String fileName
-
line
int line
-
-
-
Package io.github.protasm.jvmud.compiler.scanner
-
Exception Class io.github.protasm.jvmud.compiler.scanner.ScanException
class ScanException extends RuntimeException implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
line
int line
-
span
SourceSpan span
-
-
-
Package io.github.protasm.jvmud.compiler.token
-
Exception Class io.github.protasm.jvmud.compiler.token.TokenBuffer.ParseError
class ParseError extends RuntimeException implements Serializable- serialVersionUID:
- 1L
-