|
Class: PackageAndManager (private in AbstractSourceCodeManager
This class is only visible from within
AbstractSourceCodeManager.
Object
|
+--AbstractSourceCodeManager::PackageAndManager
- Package:
- stx:libbasic3
- Category:
- System-SourceCodeManagement
- Owner:
- AbstractSourceCodeManager
instance creation
-
package: package manager: manager
-
accessing
-
manager
-
-
manager: aSourceCodeManager
-
-
managerTypeName
-
-
managerTypeName: something
-
-
package
-
-
package: something
-
comparing
-
= aPackageAndManagerOrNil
-
(comment from inherited method)
return true if the receiver and the arg have the same structure.
Notice:
This method is partially open coded (inlined) by the compiler(s)
identical objects are always considered equal.
redefining it may not work as expected.
-
hash
-
(comment from inherited method)
return an Integer useful as a hash key for the receiver.
This hash should return same values for objects with same
contents (i.e. use this to hash on structure)
displaying
-
displayStringForManagerTypeName
-
-
displayStringForPackage
-
printing & storing
-
printOn: aStream
-
append a printed representation of the receiver to the argument, aStream
queries
-
match: packageId
-
self managerForModule:'stx:libbasic'
self managerForModule:'stx:libbasic2'
self managerForModule:'exept:expecco'
|