public abstract class ReflectObject<T>
extends java.lang.Object
| Constructor and Description |
|---|
ReflectObject() |
| Modifier and Type | Method and Description |
|---|---|
abstract T |
getObject()
Returns the object
T attached to this object |
abstract java.lang.Object |
getReceiver()
Returns the receiver accociated with this object
|
public abstract java.lang.Object getReceiver()
public abstract T getObject()
T attached to this object