Next: CompiledCode-basic, Previous: CompiledCode class-tables, Up: CompiledCode [Index]
Store aBytecode as the anIndex-th bytecode
Answer the CompiledBlock attached to the anIndex-th literal, assuming that the literal is a CompiledBlock or a BlockClosure.
Answer the anIndex-th bytecode
Store aBytecode as the anIndex-th bytecode
Private - Answer the optimization flags for the receiver
Answer ‘false’.
Answer the anIndex-th literal
Store aValue as the anIndex-th literal
Answer the literals referenced by my code or any CompiledCode instances I own.
Answer the parent method for the receiver, or self if it is a method.
Answer the class in which the receiver is installed.
Set the receiver’s class instance variable
Answer the number of arguments for the receiver
Answer the number of literals 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
Next: CompiledCode-basic, Previous: CompiledCode class-tables, Up: CompiledCode [Index]