public abstract class DynamicLinkerHelper extends Object
Constructor and Description |
---|
DynamicLinkerHelper() |
Modifier and Type | Method and Description |
---|---|
static Object |
getReceiverObject()
Reach up two stack frames into a frame that is compiled
with the DynamicBridge register protocol and grab
the receiver object of the invoke (ie the first param).
|
public DynamicLinkerHelper()
public static Object getReceiverObject()