| Package | Description |
|---|---|
| org.teavm.platform |
| Modifier and Type | Method and Description |
|---|---|
static PlatformClass |
Platform.classFromResource(ClassResource resource) |
PlatformClass |
PlatformClassMetadata.getArrayItem() |
PlatformClass |
PlatformPrimitives.getBooleanClass() |
PlatformClass |
PlatformPrimitives.getByteClass() |
PlatformClass |
PlatformPrimitives.getCharClass() |
PlatformClass |
PlatformPrimitives.getDoubleClass() |
PlatformClass |
PlatformPrimitives.getFloatClass() |
PlatformClass |
PlatformPrimitives.getIntClass() |
PlatformClass |
PlatformPrimitives.getLongClass() |
PlatformClass |
PlatformObject.getPlatformClass() |
PlatformClass |
PlatformPrimitives.getShortClass() |
PlatformClass |
PlatformClassMetadata.getSuperclass() |
PlatformClass |
PlatformPrimitives.getVoidClass() |
static PlatformClass |
Platform.lookupClass(String name) |
| Modifier and Type | Method and Description |
|---|---|
PlatformSequence<PlatformClass> |
PlatformClassMetadata.getSupertypes() |
| Modifier and Type | Method and Description |
|---|---|
static Annotation[] |
Platform.getAnnotations(PlatformClass cls) |
static Enum<?>[] |
Platform.getEnumConstants(PlatformClass cls) |
static void |
Platform.initClass(PlatformClass cls) |
static boolean |
Platform.isAssignable(PlatformClass from,
PlatformClass to) |
static boolean |
Platform.isInstance(PlatformObject obj,
PlatformClass cls) |
static <T> T |
Platform.newInstance(PlatformClass cls) |
Copyright © 2015. All rights reserved.