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> voidvoidsetMethods(org.teavm.jso.core.JSArray<JSMethodMember> methods) Methods inherited from interface org.teavm.jso.JSObject
castMethods 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
-