Tools_MethodCategoryList.st
changeset 14018 37fd90f67acb
parent 13874 5a3848faf8a2
equal deleted inserted replaced
14017:f42a66e4ab2c 14018:37fd90f67acb
   199     "Return a description of exported aspects;
   199     "Return a description of exported aspects;
   200      these can be connected to aspects of an embedding application
   200      these can be connected to aspects of an embedding application
   201      (if this app is embedded in a subCanvas)."
   201      (if this app is embedded in a subCanvas)."
   202 
   202 
   203     ^ #(
   203     ^ #(
       
   204         environmentHolder
   204         #(#doubleClickChannel #action )
   205         #(#doubleClickChannel #action )
   205         #filterClassVars
   206         #filterClassVars
   206         #forceGeneratorTrigger
   207         #forceGeneratorTrigger
   207         #immediateUpdate
   208         #immediateUpdate
   208         #inGeneratorHolder
   209         #inGeneratorHolder
   219         #methodVisibilityHolder
   220         #methodVisibilityHolder
   220         #showCoverageInformation
   221         #showCoverageInformation
   221       ).
   222       ).
   222 
   223 
   223     "Modified: / 27-04-2010 / 16:40:39 / cg"
   224     "Modified: / 27-04-2010 / 16:40:39 / cg"
       
   225     "Modified: / 24-02-2014 / 10:37:22 / Jan Vrany <jan.vrany@fit.cvut.cz>"
   224 ! !
   226 ! !
   225 
   227 
   226 !MethodCategoryList class methodsFor:'queries'!
   228 !MethodCategoryList class methodsFor:'queries'!
   227 
   229 
   228 isPseudoCategory:cat
   230 isPseudoCategory:cat
  2089 ! !
  2091 ! !
  2090 
  2092 
  2091 !MethodCategoryList class methodsFor:'documentation'!
  2093 !MethodCategoryList class methodsFor:'documentation'!
  2092 
  2094 
  2093 version
  2095 version
  2094     ^ '$Header: /cvs/stx/stx/libtool/Tools_MethodCategoryList.st,v 1.98 2014-02-05 19:08:49 cg Exp $'
  2096     ^ '$Header: /cvs/stx/stx/libtool/Tools_MethodCategoryList.st,v 1.99 2014-02-25 10:40:46 vrany Exp $'
  2095 !
  2097 !
  2096 
  2098 
  2097 version_CVS
  2099 version_CVS
  2098     ^ '$Header: /cvs/stx/stx/libtool/Tools_MethodCategoryList.st,v 1.98 2014-02-05 19:08:49 cg Exp $'
  2100     ^ '$Header: /cvs/stx/stx/libtool/Tools_MethodCategoryList.st,v 1.99 2014-02-25 10:40:46 vrany Exp $'
  2099 ! !
  2101 ! !
  2100 
  2102 
  2101 
  2103 
  2102 MethodCategoryList initialize!
  2104 MethodCategoryList initialize!
  2103 MethodCategoryList::CachedMethodInfo initialize!
  2105 MethodCategoryList::CachedMethodInfo initialize!