Class ReplacementForSystem

java.lang.Object
de.inetsoftware.jwebassembly.api.java.lang.ReplacementForSystem

class ReplacementForSystem extends Object
Replacement methods for the class java.lang.System.
  • 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()
    • identityHashCode

      static int identityHashCode(Object x)
    • exit

      public static void exit(int status)
      Replacement for System.exit(int)