| Package | Description |
|---|---|
| com.io7m.jpra.compiler.core.resolver |
Name resolution.
|
| Modifier and Type | Method and Description |
|---|---|
JPRAResolverErrorCode |
JPRACompilerResolverException.getErrorCode() |
static JPRAResolverErrorCode |
JPRAResolverErrorCode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JPRAResolverErrorCode[] |
JPRAResolverErrorCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
JPRACompilerResolverException(Optional<com.io7m.jlexing.core.LexicalPosition<Path>> in_lex,
JPRAResolverErrorCode in_code,
Exception e)
Construct an exception.
|
JPRACompilerResolverException(Optional<com.io7m.jlexing.core.LexicalPosition<Path>> in_lex,
JPRAResolverErrorCode in_code,
String message)
Construct an exception.
|
Copyright © 2017 <code@io7m.com> http://io7m.com