|
Class: RemoteClass (private in SmalltalkShareClient
This class is only visible from within
SmalltalkShareClient.
Object
|
+--Behavior
|
+--ClassDescription
|
+--Class
|
+--SmalltalkShareClient::RemoteClass
- Package:
- stx:goodies/communication
- Category:
- Net-Communication-SmallTeam
- Owner:
- SmalltalkShareClient
accessing
-
classInstVarNames
-
return the value of the instance variable 'classInstVarNames' (automatically generated)
-
classInstVarNames: something
-
set the value of the instance variable 'classInstVarNames' (automatically generated)
-
environment
-
return the value of the instance variable 'environment' (automatically generated)
-
environment: something
-
set the value of the instance variable 'environment' (automatically generated)
-
methodDictionary
-
methodDictionary := IdentityDictionary new.
-
nameSpace
-
(env := self environment) notNil ifTrue:[^ env].
-
owningClass
-
-
package
-
-
superclassName
-
-
superclassName: something
-
-
topOwningClass
-
class behavior
-
fileOutAs: fileName
-
-
instSize
-
-
isMeta
-
-
superclass
-
-
theMetaclass
-
printing
-
displayString
-
-
printOn: aStream
-
private
-
fetchFullInfo
-
|