| Package | Description |
|---|---|
| org.teavm.flavour.expr.type |
| Modifier and Type | Field and Description |
|---|---|
static Primitive |
Primitive.BOOLEAN |
static Primitive |
Primitive.BYTE |
static Primitive |
Primitive.CHAR |
static Primitive |
Primitive.DOUBLE |
static Primitive |
Primitive.FLOAT |
static Primitive |
Primitive.INT |
static Primitive |
Primitive.LONG |
static Primitive |
Primitive.SHORT |
| Modifier and Type | Method and Description |
|---|---|
Primitive |
PrimitiveArray.getElementType() |
static Primitive |
TypeUtils.unbox(GenericType type) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
TypeUtils.isPrimitiveSubType(Primitive subtype,
Primitive supertype) |
| Constructor and Description |
|---|
PrimitiveArray(Primitive elementType) |
Copyright © 2019. All rights reserved.