|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ATContext describes a triplet of scope pointers used during evaluation, namely one for the lexical scope (where the lookup starts for receiverless messages), one for the late-bound receiver and one for the parent object.
Method Summary | |
ATObject |
base_getLexicalScope()
Structural access to the lexical environment of the current context. |
ATObject |
base_getSelf()
Structural access to the receiver (self pseudovariable) in the current context. |
ATContext |
base_withDynamicReceiver(ATObject self)
|
ATContext |
base_withLexicalEnvironment(ATObject scope)
|
Methods inherited from interface edu.vub.at.objects.ATObject |
base__opeql__opeql_, base_init, base_new, meta_addField, meta_addMethod, meta_assignField, meta_assignVariable, meta_clone, meta_defineField, meta_doesNotUnderstand, meta_eval, meta_extend, meta_getDynamicParent, meta_getLexicalParent, meta_getStripes, meta_grabField, meta_grabMethod, meta_invoke, meta_isCloneOf, meta_isRelatedTo, meta_isStripedWith, meta_listFields, meta_listMethods, meta_lookup, meta_newInstance, meta_pass, meta_print, meta_quote, meta_receive, meta_resolve, meta_respondsTo, meta_select, meta_send, meta_share |
Method Detail |
public ATObject base_getLexicalScope() throws InterpreterException
InterpreterException
public ATObject base_getSelf() throws InterpreterException
InterpreterException
public ATContext base_withLexicalEnvironment(ATObject scope) throws InterpreterException
InterpreterException
public ATContext base_withDynamicReceiver(ATObject self) throws InterpreterException
InterpreterException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |