| Package | Description |
|---|---|
| com.io7m.jpra.model.type_declarations |
Type declarations.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PackedFieldDeclPaddingBits<I,T>
A
packed type field that specifies a number of padding bits. |
class |
PackedFieldDeclValue<I,T>
A
field declaration in a packed type. |
| Modifier and Type | Method and Description |
|---|---|
com.gs.collections.api.list.ImmutableList<PackedFieldDeclType<I,T>> |
TypeDeclPacked.getFieldsInDeclarationOrder() |
| Modifier and Type | Method and Description |
|---|---|
static <I,T> Optional<FieldName> |
PackedFieldDecl.name(PackedFieldDeclType<I,T> r) |
| Constructor and Description |
|---|
TypeDeclPacked(I in_identifier,
T in_type,
com.gs.collections.api.map.ImmutableMap<FieldName,PackedFieldDeclValue<I,T>> in_fields_name,
TypeName in_name,
com.gs.collections.api.list.ImmutableList<PackedFieldDeclType<I,T>> in_fields_order)
Construct a type declaration.
|
Copyright © 2017 <code@io7m.com> http://io7m.com