Next: Behavior-instance creation, Previous: Behavior-enumerating, Up: Behavior [Index]
Answer the stack top at the end of the evaluation of the code in aString. The code is executed as part of anObject
Answer the stack top at the end of the evaluation of the code in aString. If aString cannot be parsed, evaluate aBlock (see compile:ifError:). The code is executed as part of anObject
Evaluate Smalltalk expression in ’code’ and return result.
Evaluate ’code’. If a parsing error is detected, invoke ’block’
Evaluate Smalltalk expression in ’code’. If a parsing error is encountered, send #error: to requestor
Evaluate Smalltalk expression as part of anObject’s method definition
Evaluate Smalltalk expression as part of anObject’s method definition. This method is used to support Inspector expression evaluation. If a parsing error is encountered, invoke error block, ’block’