| Package | Description |
|---|---|
| com.io7m.jpra.runtime.java |
Runtime components.
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
JPRATypeModelType.JPRAScalarType
The type of
jpra scalar types. |
| Modifier and Type | Class and Description |
|---|---|
static class |
JPRATypeModel.JPRAArray
The type of
jpra array types. |
static class |
JPRATypeModel.JPRABooleanSet
The type of
jpra string types. |
static class |
JPRATypeModel.JPRAFloat
The type of
jpra float types. |
static class |
JPRATypeModel.JPRAIntegerSigned
The type of
jpra signed integer types. |
static class |
JPRATypeModel.JPRAIntegerSignedNormalized
The type of
jpra signed normalized integer types. |
static class |
JPRATypeModel.JPRAIntegerUnsigned
The type of
jpra unsigned integer types. |
static class |
JPRATypeModel.JPRAIntegerUnsignedNormalized
The type of
jpra unsigned normalized integer types. |
static class |
JPRATypeModel.JPRAMatrix
The type of
jpra matrix types. |
static class |
JPRATypeModel.JPRAString
The type of
jpra string types. |
static class |
JPRATypeModel.JPRAUserDefined
The type of
jpra user-defined types. |
static class |
JPRATypeModel.JPRAVector
The type of
jpra vector types. |
static class |
JPRATypeModelType.JPRAArrayType
The type of
jpra array types. |
static class |
JPRATypeModelType.JPRABooleanSetType
The type of
jpra string types. |
static class |
JPRATypeModelType.JPRAFloatType
The type of
jpra float types. |
static class |
JPRATypeModelType.JPRAIntegerSignedNormalizedType
The type of
jpra signed normalized integer types. |
static class |
JPRATypeModelType.JPRAIntegerSignedType
The type of
jpra signed integer types. |
static class |
JPRATypeModelType.JPRAIntegerUnsignedNormalizedType
The type of
jpra unsigned normalized integer types. |
static class |
JPRATypeModelType.JPRAIntegerUnsignedType
The type of
jpra unsigned integer types. |
static class |
JPRATypeModelType.JPRAMatrixType
The type of
jpra matrix types. |
static class |
JPRATypeModelType.JPRAStringType
The type of
jpra string types. |
static class |
JPRATypeModelType.JPRAUserDefinedType
The type of
jpra user-defined types. |
static class |
JPRATypeModelType.JPRAVectorType
The type of
jpra vector types. |
| Modifier and Type | Method and Description |
|---|---|
JPRATypeModelType.JPRATypeType |
JPRATypeModel.JPRAArray.elementType() |
| Modifier and Type | Method and Description |
|---|---|
static JPRATypeModel.JPRAArray |
JPRATypeModel.JPRAArray.of(int length,
JPRATypeModelType.JPRATypeType elementType)
Construct a new immutable
JPRAArray instance. |
JPRATypeModel.JPRAArray |
JPRATypeModel.JPRAArray.withElementType(JPRATypeModelType.JPRATypeType value)
Copy the current immutable object by setting a value for the
elementType attribute. |
Copyright © 2017 <code@io7m.com> http://io7m.com