Interface JSMember

All Superinterfaces:
org.teavm.jso.JSObject
All Known Subinterfaces:
JSField, JSMethodMember

public interface JSMember extends org.teavm.jso.JSObject
  • Method Summary

    Modifier and Type
    Method
    Description
    int
     
    int
     
     

    Methods inherited from interface org.teavm.jso.JSObject

    cast
  • Method Details

    • getName

      String getName()
    • getModifiers

      int getModifiers()
    • getAccessLevel

      int getAccessLevel()