Class ReplacementForSystem
java.lang.Object
de.inetsoftware.jwebassembly.api.java.lang.ReplacementForSystem
Replacement methods for the class java.lang.System.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) static void
Replacement forSystem.arraycopy(Object, int, Object, int, int)
(package private) static long
Replacement for System.currentTimeMillis()static void
exit
(int status) Replacement forSystem.exit(int)
(package private) static int
Replacement forSystem.identityHashCode(Object)
(package private) static long
nanoTime()
Replacement for System.nanoTime()private static void
Replacement for System.registerNatives()
-
Constructor Details
-
ReplacementForSystem
ReplacementForSystem()
-
-
Method Details
-
registerNatives
private static void registerNatives()Replacement for System.registerNatives() -
currentTimeMillis
static long currentTimeMillis()Replacement for System.currentTimeMillis() -
nanoTime
static long nanoTime()Replacement for System.nanoTime() -
arraycopy
static void arraycopy()Replacement forSystem.arraycopy(Object, int, Object, int, int)
-
identityHashCode
Replacement forSystem.identityHashCode(Object)
-
exit
public static void exit(int status) Replacement forSystem.exit(int)
-