- JSBody - Annotation Type in org.teavm.jso
-
Indicates that method is to have native JavaScript implementation.
- JSByRef - Annotation Type in org.teavm.jso
-
Marks parameters of JavaScript methods that should be passed by reference.
- JSFunctor - Annotation Type in org.teavm.jso
-
- JSIndexer - Annotation Type in org.teavm.jso
-
Marks abstract member method either as an getter indexer or setter indexer.
- JSMethod - Annotation Type in org.teavm.jso
-
Marks abstract member method as a JavaScript method.
- JSObject - Interface in org.teavm.jso
-
The base type for all overlay types.
- JSProperty - Annotation Type in org.teavm.jso
-
Marks abstract member method as either a getter or a setter.