| Package | Description |
|---|---|
| com.io7m.jpra.compiler.java |
Java backend for the compiler.
|
| com.io7m.jpra.model.contexts |
Context types.
|
| com.io7m.jpra.model.types |
Types.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JPRAJavaWriterType.writeType(Path path,
TypeUserDefinedType t)
Write the given type to the base directory
path. |
void |
JPRAJavaWriter.writeType(Path path,
TypeUserDefinedType t) |
| Modifier and Type | Method and Description |
|---|---|
TypeUserDefinedType |
GlobalContexts.getType(IdentifierType id) |
TypeUserDefinedType |
GlobalContextType.getType(IdentifierType id)
Return a type previously added with
GlobalContextType.putType(TypeUserDefinedType). |
| Modifier and Type | Method and Description |
|---|---|
Map<TypeName,TypeUserDefinedType> |
PackageContextType.getTypes() |
| Modifier and Type | Method and Description |
|---|---|
void |
GlobalContexts.putType(TypeUserDefinedType t) |
void |
GlobalContextType.putType(TypeUserDefinedType t)
Introduce a new type into the global context
|
| Modifier and Type | Class and Description |
|---|---|
class |
TPacked
A
packed type. |
class |
TRecord
A
record type. |
Copyright © 2015 <code@io7m.com> http://io7m.com