Uses of Annotation Type
de.inetsoftware.jwebassembly.api.annotation.Import
Packages that use Import
-
Uses of Import in de.inetsoftware.jwebassembly.api.java.lang
Methods in de.inetsoftware.jwebassembly.api.java.lang with annotations of type ImportModifier and TypeMethodDescription(package private) static double
ReplacementForMath.acos
(double x) Replacement forMath.acos(double)
(package private) static void
ReplacementForSystem.arraycopy()
Replacement forSystem.arraycopy(Object, int, Object, int, int)
(package private) static double
ReplacementForMath.asin
(double x) Replacement forMath.asin(double)
(package private) static double
ReplacementForMath.atan
(double x) Replacement forMath.atan(double)
(package private) static double
ReplacementForMath.atan2
(double y, double x) Replacement forMath.atan2(double, double)
(package private) static double
ReplacementForMath.cbrt
(double x) Replacement forMath.cbrt(double)
private static Object
ReplacementForObject.clone0()
Replacement forObject.clone()
(package private) static double
ReplacementForMath.cos
(double x) Replacement forMath.cos(double)
(package private) static double
ReplacementForMath.cosh
(double x) Replacement forMath.cosh(double)
(package private) static long
ReplacementForSystem.currentTimeMillis()
Replacement for System.currentTimeMillis()(package private) static double
ReplacementForMath.exp
(double x) Replacement forMath.exp(double)
(package private) static double
ReplacementForMath.expm1
(double a, double b) Replacement forMath.expm1(double)
private static DOMString
ReplacementForString.fromChars
(char[] value) Create a DOMString via JavaScript from char array.(package private) static double
ReplacementForMath.hypot
(double a, double b) Replacement forMath.hypot(double, double)
(package private) static int
ReplacementForSystem.identityHashCode
(Object x) Replacement forSystem.identityHashCode(Object)
(package private) static double
ReplacementForMath.log
(double x) Replacement forMath.log(double)
(package private) static double
ReplacementForMath.log10
(double x) Replacement forMath.log10(double)
(package private) static double
ReplacementForMath.log1p
(double a, double b) Replacement forMath.log1p(double)
(package private) static long
ReplacementForSystem.nanoTime()
Replacement for System.nanoTime()(package private) static double
ReplacementForMath.pow
(double a, double b) Replacement forMath.pow(double, double)
(package private) static double
ReplacementForMath.random()
Replacement forMath.random()
(package private) static double
ReplacementForMath.sin
(double x) Replacement forMath.sin(double)
(package private) static double
ReplacementForMath.sinh
(double x) Replacement forMath.sinh(double)
(package private) static double
ReplacementForMath.tan
(double x) Replacement forMath.tan(double)
(package private) static double
ReplacementForMath.tanh
(double x) Replacement forMath.tanh(double)
-
Uses of Import in de.inetsoftware.jwebassembly.web
Methods in de.inetsoftware.jwebassembly.web with annotations of type ImportModifier and TypeMethodDescriptionprivate static <T> T
Native get a JavaScript property value by name.private static <T> T
Native invoke a JavaScript method with one parameter.private static void
Native set a JavaScript property value by name.private static <T> T
Native get a JavaScript property value by name from global variable window.