| Package | Description |
|---|---|
| org.teavm.model |
Represents a class model that is alternative to
java.lang.reflection package. |
| Modifier and Type | Method and Description |
|---|---|
PrimitiveType |
ValueType.Primitive.getKind() |
static PrimitiveType |
PrimitiveType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PrimitiveType[] |
PrimitiveType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static ValueType |
ValueType.primitive(PrimitiveType type) |
Copyright © 2015. All rights reserved.