| Package | Description |
|---|---|
| com.io7m.jpra.compiler.core |
Shared compiler types.
|
| com.io7m.jpra.compiler.core.checker |
Type checking.
|
| com.io7m.jpra.compiler.core.parser |
Parser.
|
| com.io7m.jpra.compiler.core.resolver |
Name resolution.
|
| com.io7m.jpra.core |
Core types.
|
| com.io7m.jpra.model.contexts |
Context types.
|
| com.io7m.jpra.model.loading |
Model loading.
|
| Modifier and Type | Class and Description |
|---|---|
class |
JPRACompilerException
The root type of compiler exceptions.
|
class |
JPRACompilerLexerException
The type of lexer exceptions.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JPRAProblemFormatterType.onJPRAException(OutputStream os,
JPRAException e)
Format a message to
os based on e. |
void |
JPRAProblemFormatter.onJPRAException(OutputStream os,
JPRAException e) |
| Modifier and Type | Class and Description |
|---|---|
class |
JPRACompilerCheckerException
The type of exceptions raised during checking.
|
| Modifier and Type | Class and Description |
|---|---|
class |
JPRACompilerParseException
The type of exceptions raised by the parser.
|
| Modifier and Type | Class and Description |
|---|---|
class |
JPRACompilerResolverException
The type of exceptions raised during checking.
|
| Modifier and Type | Class and Description |
|---|---|
class |
JPRAIOException
Wrapper exception for I/O exceptions.
|
| Modifier and Type | Method and Description |
|---|---|
Queue<JPRAException> |
GlobalContexts.getErrorQueue() |
Queue<JPRAException> |
GlobalContextType.getErrorQueue() |
| Modifier and Type | Class and Description |
|---|---|
class |
JPRAModelCircularImportException
An exception encountered due to a circular import.
|
class |
JPRAModelLoadingException
The type of type_model loading exceptions.
|
Copyright © 2017 <code@io7m.com> http://io7m.com