| 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) |
| Modifier and Type | Method and Description |
|---|---|
void |
TPackedBuilderType.addPaddingBits(Optional<com.io7m.jlexing.core.ImmutableLexicalPositionType<Path>> lex,
Size<SizeUnitBitsType> size)
Add a field of padding bits.
|
| Constructor and Description |
|---|
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. |
Copyright © 2015 <code@io7m.com> http://io7m.com