Previous: , Up: CompiledMethod   [Index]


1.40.13 CompiledMethod: testing

accesses: instVarIndex

Answer whether the receiver or the blocks it contains accesses the instance variable with the given index

assigns: instVarIndex

Answer whether the receiver or the blocks it contains writes to the instance variable with the given index

isAbstract

Answer whether the receiver is abstract.

reads: instVarIndex

Answer whether the receiver or the blocks it contains reads to the instance variable with the given index

sendsToSuper

Answer whether the receiver or the blocks it contains have sends to super