| Package | Description |
|---|---|
| com.io7m.jpra.model.types |
Types.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
TIntegerType
The type of
integer types. |
| Modifier and Type | Class and Description |
|---|---|
class |
TFloat
A floating point type expression.
|
class |
TIntegerSigned
A
signed integer type expression. |
class |
TIntegerSignedNormalized
A
signed-normalized type expression. |
class |
TIntegerUnsigned
An
unsigned integer type expression. |
class |
TIntegerUnsignedNormalized
An
unsigned-normalized integer type expression. |
| Modifier and Type | Method and Description |
|---|---|
TypeScalarType |
TVector.getElementType() |
TypeScalarType |
TMatrix.getElementType() |
| Constructor and Description |
|---|
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. |
TVector(Optional<com.io7m.jlexing.core.ImmutableLexicalPositionType<Path>> in_lex,
Size<?> in_size,
TypeScalarType in_type)
Construct a type expression.
|
Copyright © 2016 <code@io7m.com> http://io7m.com