CompiledCode.st
branchjv
changeset 17859 cc167a69671c
parent 17846 24edc476ac18
child 17865 598963c6ff8e
equal deleted inserted replaced
17858:e889414c2fae 17859:cc167a69671c
  1643 
  1643 
  1644     "Created: / 16.4.1996 / 17:52:16 / cg"
  1644     "Created: / 16.4.1996 / 17:52:16 / cg"
  1645     "Modified: / 13.11.1998 / 23:18:01 / cg"
  1645     "Modified: / 13.11.1998 / 23:18:01 / cg"
  1646 !
  1646 !
  1647 
  1647 
       
  1648 isExtension
       
  1649     "return true, if this method is an extension (i.e. package ~= classes' package)"
       
  1650 
       
  1651     ^ false
       
  1652 
       
  1653     "Created: / 07-09-2011 / 09:28:57 / cg"
       
  1654 !
       
  1655 
  1648 isMarked
  1656 isMarked
  1649     "return true, if this method has been marked (for whatever reason)"
  1657     "return true, if this method has been marked (for whatever reason)"
  1650 
  1658 
  1651 %{  /* NOCONTEXT */
  1659 %{  /* NOCONTEXT */
  1652 
  1660 
  1814 ! !
  1822 ! !
  1815 
  1823 
  1816 !CompiledCode class methodsFor:'documentation'!
  1824 !CompiledCode class methodsFor:'documentation'!
  1817 
  1825 
  1818 version_CVS
  1826 version_CVS
  1819     ^ '§Header: /cvs/stx/stx/libbasic/CompiledCode.st,v 1.109 2011/06/28 18:28:58 vrany Exp §'
  1827     ^ 'Header: /cvs/stx/stx/libbasic/CompiledCode.st,v 1.110 2011/09/07 07:30:16 cg Exp '
  1820 !
  1828 !
  1821 
  1829 
  1822 version_SVN
  1830 version_SVN
  1823     ^ '$Id: CompiledCode.st 10660 2011-07-18 15:22:09Z vranyj1 $'
  1831     ^ '$ Id: CompiledCode.st 10643 2011-06-08 21:53:07Z vranyj1  $'
  1824 ! !
  1832 ! !
       
  1833