Interface JSClass
- All Superinterfaces:
org.teavm.jso.JSObject
,org.teavm.platform.PlatformClassMetadata
public interface JSClass
extends org.teavm.platform.PlatformClassMetadata
-
Method Summary
Modifier and TypeMethodDescriptionorg.teavm.jso.core.JSArray<JSField>
org.teavm.jso.core.JSArray<JSMethodMember>
void
void
setMethods
(org.teavm.jso.core.JSArray<JSMethodMember> methods) Methods inherited from interface org.teavm.jso.JSObject
cast
Methods inherited from interface org.teavm.platform.PlatformClassMetadata
getAccessLevel, getArrayItem, getDeclaringClass, getEnclosingClass, getFlags, getName, getSimpleName, getSuperclass, getSupertypes, isEnum, isPrimitive
-
Method Details
-
getFields
org.teavm.jso.core.JSArray<JSField> getFields() -
setFields
-
getMethods
org.teavm.jso.core.JSArray<JSMethodMember> getMethods() -
setMethods
-