|
Class: BindingReference
Object
|
+--BindingReference
- Package:
- stx:libcompat
- Category:
- Compatibility-VisualWorks
- Version:
- rev:
1.13
date: 2021/01/20 15:06:47
- user: cg
- file: BindingReference.st directory: libcompat
- module: stx stc-classLibrary: libcompat
- Author:
- Claus Gittinger
ST-80 compatibility class.
This may be required when existing code has to be ported to ST/X;
however, it may not be complete and more protocol may be added in the future.
The code here was created when public domain code (Manchester) had to
be ported to ST/X and missing classes/methods were encountered, and code added
by reasoning 'what the original class could probably do there'.
instance creation
-
pathString: pathString
-
accessing
-
asString
-
-
pathString
-
return the value of the instance variable 'pathString' (automatically generated)
-
pathString: something
-
set the value of the instance variable 'pathString' (automatically generated)
-
replacementClassNameFor: name
-
-
replacementKey
-
return a replacement key to fetch a value from the smalltalk dictionary.
For compatibility, try to be somewhat heuristic w.r.t. nameSpace
translations
-
value
-
return the bindings value, or the result from evaluating aBlock.
For compatibility, try to be somewhat heuristic w.r.t. nameSpace
translations
-
valueOrDo: aBlock
-
return the bindings value, or the result from evaluating aBlock.
For compatibility, try to be somewhat heuristic w.r.t. nameSpace
translations
misc
-
makeUnambiguous
-
|