Squeak Class Documentation category index | class index  
 
ReadOnlyVariableBinding
  category: Collections-Support
  superclass: LookupKey
  subclasses:

No comment. Sorry.

instance methods
  accessing
  value
value:

  private
  privateSetKey:value:

  testing
  isSpecialWriteBinding

class methods
  instance creation
  key:value:

instance methods
  accessing top  
 

value


 

value:


  private top  
 

privateSetKey:value:


  testing top  
 

isSpecialWriteBinding

Return true if this variable binding is write protected, e.g., should not be accessed primitively but rather by sending #value: messages


class methods
  instance creation top  
 

key:value: