| Package | Description |
|---|---|
| com.io7m.jpra.compiler.core.checker |
Type checking.
|
| com.io7m.jpra.model.types |
Types.
|
| Modifier and Type | Method and Description |
|---|---|
static JPRACompilerCheckerException |
JPRACompilerCheckerException.floatSizeNotSupported(TypeExprFloat<IdentifierType,Untyped> e,
Size<SizeUnitBitsType> size,
com.gs.collections.api.list.ImmutableList<com.io7m.jranges.RangeInclusiveB> sizes) |
static <T extends SizeUnitType> |
JPRACompilerCheckerException.integerSizeNotSupported(TypeExprType<IdentifierType,Untyped> e,
Size<T> size,
com.gs.collections.api.list.ImmutableList<com.io7m.jranges.RangeInclusiveB> sizes) |
| Modifier and Type | Method and Description |
|---|---|
Size<U> |
Size.add(Size<U> size) |
void |
TPackedBuilderType.addPaddingBits(Optional<com.io7m.jlexing.core.ImmutableLexicalPositionType<Path>> lex,
Size<SizeUnitBitsType> size)
Add a field of padding bits.
|
void |
TRecordBuilderType.addPaddingOctets(Optional<com.io7m.jlexing.core.ImmutableLexicalPositionType<Path>> lex,
Size<SizeUnitOctetsType> size)
Add a field of padding octets.
|
static Size<SizeUnitBitsType> |
Size.toBits(Size<SizeUnitOctetsType> size) |
| Constructor and Description |
|---|
TArray(Optional<com.io7m.jlexing.core.ImmutableLexicalPositionType<Path>> in_lex,
Size<?> in_size,
TType in_type)
Construct an
array type expression. |
TBooleanSet(Optional<com.io7m.jlexing.core.ImmutableLexicalPositionType<Path>> in_lex,
com.gs.collections.api.list.ImmutableList<FieldName> in_fields,
Size<SizeUnitOctetsType> in_size)
Construct a boolean set type.
|
TFloat(Optional<com.io7m.jlexing.core.ImmutableLexicalPositionType<Path>> in_lex,
Size<SizeUnitBitsType> in_size)
Construct a
float type expression. |
TIntegerSigned(Optional<com.io7m.jlexing.core.ImmutableLexicalPositionType<Path>> in_lex,
Size<SizeUnitBitsType> in_size)
Construct an
integer signed type expression. |
TIntegerSignedNormalized(Optional<com.io7m.jlexing.core.ImmutableLexicalPositionType<Path>> in_lex,
Size<SizeUnitBitsType> in_size)
Construct an
integer signed-normalized type expression. |
TIntegerUnsigned(Optional<com.io7m.jlexing.core.ImmutableLexicalPositionType<Path>> in_lex,
Size<SizeUnitBitsType> in_size)
Construct an
integer unsigned type expression. |
TIntegerUnsignedNormalized(Optional<com.io7m.jlexing.core.ImmutableLexicalPositionType<Path>> in_lex,
Size<SizeUnitBitsType> in_size)
Construct an
integer unsigned-normalized type expression. |
TMatrix(Optional<com.io7m.jlexing.core.ImmutableLexicalPositionType<Path>> in_lex,
Size<?> in_size_width,
Size<?> in_size_height,
TypeScalarType in_type)
Construct an
integer unsigned type expression. |
TMatrix(Optional<com.io7m.jlexing.core.ImmutableLexicalPositionType<Path>> in_lex,
Size<?> in_size_width,
Size<?> in_size_height,
TypeScalarType in_type)
Construct an
integer unsigned type expression. |
TString(Optional<com.io7m.jlexing.core.ImmutableLexicalPositionType<Path>> in_lex,
String in_encoding,
Size<SizeUnitOctetsType> in_size)
Construct an expression.
|
TVector(Optional<com.io7m.jlexing.core.ImmutableLexicalPositionType<Path>> in_lex,
Size<?> in_size,
TypeScalarType in_type)
Construct a type expression.
|
Copyright © 2015 <code@io7m.com> http://io7m.com