| Package | Description |
|---|---|
| org.teavm.platform |
| Modifier and Type | Method and Description |
|---|---|
static PlatformClass |
Platform.classFromResource(ClassResource resource) |
PlatformClass |
PlatformClassMetadata.getArrayItem() |
static PlatformClass |
Platform.getArrayItem(PlatformClass cls) |
PlatformClass |
PlatformObject.getPlatformClass() |
PlatformClass |
PlatformClassMetadata.getSuperclass() |
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 PlatformClass |
Platform.getArrayItem(PlatformClass cls) |
static Enum<?>[] |
Platform.getEnumConstants(PlatformClass cls) |
static String |
Platform.getName(PlatformClass cls) |
static void |
Platform.initClass(PlatformClass cls) |
static boolean |
Platform.isAssignable(PlatformClass from,
PlatformClass to) |
static boolean |
Platform.isEnum(PlatformClass cls) |
static boolean |
Platform.isInstance(PlatformObject obj,
PlatformClass cls) |
static boolean |
Platform.isPrimitive(PlatformClass cls) |
static <T> T |
Platform.newInstance(PlatformClass cls) |
Copyright © 2017. All rights reserved.