Interface JSMethodMember

All Superinterfaces:
JSMember, org.teavm.jso.JSObject

public interface JSMethodMember extends JSMember
  • Method Details

    • getParameterTypes

      org.teavm.platform.PlatformSequence<org.teavm.platform.PlatformClass> getParameterTypes()
    • getReturnType

      org.teavm.platform.PlatformClass getReturnType()
    • getCallable

      JSCallable getCallable()