JavaScript is disabled on your browser.
Skip navigation links
Module
Package
Class
Tree
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Module
swim.dynamic
Package
swim.dynamic
Interface HostStaticMethod
All Superinterfaces:
HostStaticMember
public interface
HostStaticMethod
extends
HostStaticMember
A dynamically typed static method descriptor for a host type.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
Object
invoke
(
Bridge
bridge,
Object
... arguments)
Methods inherited from interface swim.dynamic.
HostStaticMember
key
Method Details
invoke
Object
invoke
(
Bridge
bridge,
Object
... arguments)