JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
org.teavm.classlib.impl.reflection
Interface JSFieldSetter
All Superinterfaces:
JSObject
public interface
JSFieldSetter
extends
JSObject
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
set
(
PlatformObject
instance,
PlatformObject
value)
Methods inherited from interface org.teavm.jso.
JSObject
cast
Method Details
set
void
set
(
PlatformObject
instance,
PlatformObject
value)