|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectedu.vub.at.objects.natives.NATNil
edu.vub.at.objects.natives.NATByCopy
This class is the abstract superclass of all AT/2 object types which should be passed by copy when passed as a parameter between actors.
| Field Summary |
| Fields inherited from class edu.vub.at.objects.natives.NATNil |
_INSTANCE_ |
| Constructor Summary | |
NATByCopy()
|
|
| Method Summary | |
ATObject |
meta_pass()
When a by-copy object is asked which object to serialize in its stead, the by-copy object returns itself, so that it itself will be serialized. |
ATObject |
meta_resolve()
When a by-copy object is asked which object it represents when it is deserialized, the object returns itself. |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public NATByCopy()
| Method Detail |
public ATObject meta_pass()
throws InterpreterException
meta_pass in interface ATObjectmeta_pass in class NATNilInterpreterException
public ATObject meta_resolve()
throws InterpreterException
meta_resolve in interface ATObjectmeta_resolve in class NATNilInterpreterException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||