|
|||||||||||
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.NATByRef
This class is the abstract superclass of all AT/2 objects that require by-reference parameter passing semantics when passed between actors.
Field Summary |
Fields inherited from class edu.vub.at.objects.natives.NATNil |
_INSTANCE_ |
Constructor Summary | |
NATByRef()
|
Method Summary | |
ATObject |
meta_pass()
By reference objects serialize to a proxy representation. |
ATObject |
meta_resolve()
By reference objects cannot be deserialized, by definition. |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public NATByRef()
Method Detail |
public ATObject meta_pass() throws InterpreterException
meta_pass
in interface ATObject
meta_pass
in class NATNil
InterpreterException
public ATObject meta_resolve() throws InterpreterException
meta_resolve
in interface ATObject
meta_resolve
in class NATNil
InterpreterException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |