| Package | Description |
|---|---|
| com.io7m.jpra.model.type_declarations |
Type declarations.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RecordFieldDeclPaddingOctets<I,T>
A
record field declaration that specifies a number of padding
octets. |
class |
RecordFieldDeclValue<I,T>
A
record field declaration. |
| Modifier and Type | Method and Description |
|---|---|
com.gs.collections.api.list.ImmutableList<RecordFieldDeclType<I,T>> |
TypeDeclRecord.getFieldsInDeclarationOrder() |
| Modifier and Type | Method and Description |
|---|---|
static <I,T> Optional<FieldName> |
RecordFieldDecl.name(RecordFieldDeclType<I,T> r) |
| Constructor and Description |
|---|
TypeDeclRecord(I in_identifier,
T in_type,
com.gs.collections.api.map.ImmutableMap<FieldName,RecordFieldDeclValue<I,T>> in_fields_name,
TypeName in_name,
com.gs.collections.api.list.ImmutableList<RecordFieldDeclType<I,T>> in_fields_order)
Construct a declaration.
|
Copyright © 2017 <code@io7m.com> http://io7m.com