Class ReplacementForObject
- java.lang.Object
-
- de.inetsoftware.jwebassembly.api.java.lang.ReplacementForObject
-
class ReplacementForObject extends java.lang.ObjectReplacement methods for the class java.lang.Object.
-
-
Constructor Summary
Constructors Constructor Description ReplacementForObject()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description private static java.lang.Objectclone0()Replacement forObject.clone()(package private) static inthashCode(java.lang.Object x)Replacement forObject.hashCode()voidnotify0()Replacement forObject.notify()voidnotifyAll0()Replacement forObject.notifyAll()private static voidregisterNatives()Replacement forObject.hashCode()voidwait0(long timeout)Replacement forObject.wait(long)
-
-
-
Method Detail
-
registerNatives
private static void registerNatives()
Replacement forObject.hashCode()
-
hashCode
static int hashCode(java.lang.Object x)
Replacement forObject.hashCode()
-
clone0
private static java.lang.Object clone0()
Replacement forObject.clone()
-
notify0
public final void notify0()
Replacement forObject.notify()
-
notifyAll0
public final void notifyAll0()
Replacement forObject.notifyAll()
-
wait0
public final void wait0(long timeout)
Replacement forObject.wait(long)
-
-