Interface JSMember
- All Superinterfaces:
org.teavm.jso.JSObject
- All Known Subinterfaces:
JSField
,JSMethodMember
public interface JSMember
extends org.teavm.jso.JSObject
-
Method Summary
Methods inherited from interface org.teavm.jso.JSObject
cast
-
Method Details
-
getName
String getName() -
getModifiers
int getModifiers() -
getAccessLevel
int getAccessLevel()
-