Squeak Class Documentation category index | class index  
 
AliceNamespace
  category: Balloon3D-Alice Misc
  superclass: Object
  subclasses:

No comment. Sorry.

instance methods
  accessing
  at:
at:put:
getDictionary
getEvaluationContext
includesKey:
removeKey:
removeKey:ifAbsent:

  initialize
  initialize

class methods
  instance creation
  new

instance methods
  accessing top  
 

at:

Return the value in the namespace associated with the key


 

at:put:

Store the value in the namespace under the key


 

getDictionary

Return the namespace dictionary


 

getEvaluationContext

Return a context containing the namespace for evaluating a statement


 

includesKey:

Return true if the namespace includes the key


 

removeKey:

Remove the key from the namespace


 

removeKey:ifAbsent:

Remove the key from the namespace. If the key isn't there, run the code in the fail block.


  initialize top  
 

initialize

Initialize the namespace


class methods
  instance creation top  
 

new

Create a new namespace for an Alice world