Next: CompiledMethod-attributes, Previous: CompiledMethod class-lean images, Up: CompiledMethod [Index]
Evaluate aBlock, passing to it all the CompiledBlocks it holds
Answer the literals referred to by the receiver and all the blocks in it
Private - Answer the optimization flags for the receiver
Answer whether the method was written with the old (chunk-format) syntax
Answer the receiver, since it is already a method.
Answer the method category
Set the method category to the given string
Answer the class in which the receiver is installed.
Set the receiver’s class instance variable
Remember that the method is written with the old (chunk-format) syntax
Answer the number of arguments for the receiver
Answer the number of temporaries for the receiver
Answer the primitive called by the receiver
Answer the selector through which the method is called
Set the selector through which the method is called
Answer the delta from the numbers in LINE_NUMBER bytecodes to source code line numbers.
Answer the number of stack slots needed for the receiver
Evaluate aBlock, passing the receiver and all the CompiledBlocks it holds
Answer either the receiver or a copy of it, with the method class set to class
Answer either the receiver or a copy of it, with the method class set to class
Next: CompiledMethod-attributes, Previous: CompiledMethod class-lean images, Up: CompiledMethod [Index]