My instances represent a mapping between a key in a namespace and
its value. I print different than a normal Association, and know
about my parent namespace, otherwise my behavior is the same.
Print a dotted path that compiles to the receiver's value
printOn: aStream
Put on aStream a representation of the receiver
1.201.3 VariableBinding: saving and loading
binaryRepresentationObject
This method is implemented to allow for a PluggableProxy to be used
with VariableBindings. Answer a DirectedMessage which sends #at:
to the environment that holds the receiver.
1.201.4 VariableBinding: storing
isLiteralObject
Answer whether the receiver is expressible as a Smalltalk literal.
storeLiteralOn: aStream
Store on aStream some Smalltalk code which compiles to the receiver
storeOn: aStream
Put on aStream some Smalltalk code compiling to the receiver
1.201.5 VariableBinding: testing
isDefined
Answer true if this VariableBinding lives outside the
Undeclared dictionary
This document was generated
on April, 16 2013
using texi2html