Squeak Class Documentation category index | class index  
 
InstVarRefLocator
  category: Kernel-Methods
  superclass: AbstractInstructionPrinter
  subclasses:

No comment. Sorry.

instance methods
  as yet unclassified
  popIntoReceiverVariable:
pushReceiverVariable:
storeIntoReceiverVariable:

class methods
  no messages
 

instance methods
  as yet unclassified top  
 

popIntoReceiverVariable:

Print the Remove Top Of Stack And Store Into Instance Variable
bytecode.


 

pushReceiverVariable:

Print the Push Contents Of the Receiver's Instance Variable Whose Index
is the argument, offset, On Top Of Stack bytecode.


 

storeIntoReceiverVariable:

Print the Store Top Of Stack Into Instance Variable Of Method bytecode.


class methods
  no messages top