Squeak Class Documentation category index | class index  
 
SystemQueryPhrase
  category: Morphic-Scripting Tiles
  superclass: PhraseTileMorph
  subclasses:

No comment. Sorry.

instance methods
  access
  actualObject
associatedPlayer
isBoolean

  code generation
  storeCodeOn:indent:

  initialization
  initialize

class methods
  no messages
 

instance methods
  access top  
 

actualObject

Answer the player that's the object of my attention


 

associatedPlayer

Answer the player that's the object of my attention


 

isBoolean

Answer whether the receiver has a boolean type


  code generation top  
 

storeCodeOn:indent:

Add in some smarts for division by zero.


  initialization top  
 

initialize

Initialize the receiver. In this case we primarily seek to undo the damage done by inherited implementors of #initialize


class methods
  no messages top