Autoload.st
changeset 15784 1c396394b930
parent 15563 932f9fc3597c
child 16026 08d949e6f7af
child 18105 3a3a3e0ac47f
equal deleted inserted replaced
15783:647ea33569b6 15784:1c396394b930
   582     "catch  - load the class and send it to the real one"
   582     "catch  - load the class and send it to the real one"
   583 
   583 
   584     ^ self doesNotUnderstand:(Message selector:#fromString: argument:aString)
   584     ^ self doesNotUnderstand:(Message selector:#fromString: argument:aString)
   585 !
   585 !
   586 
   586 
   587 inspectorExtraAttributes
       
   588     "extra (pseudo instvar) entries to be shown in an inspector."
       
   589 
       
   590     ^ #()
       
   591 !
       
   592 
       
   593 inspectorExtraNamedFields
       
   594     ^ #()
       
   595 !
       
   596 
       
   597 isAbstract
   587 isAbstract
   598     ^ false "/ actually: dont know, but do not want to load my class for this query
   588     ^ false "/ actually: dont know, but do not want to load my class for this query
   599 !
   589 !
   600 
   590 
   601 new
   591 new
   826 ! !
   816 ! !
   827 
   817 
   828 !Autoload class methodsFor:'documentation'!
   818 !Autoload class methodsFor:'documentation'!
   829 
   819 
   830 version
   820 version
   831     ^ '$Header: /cvs/stx/stx/libbasic/Autoload.st,v 1.166 2013-07-27 13:52:45 cg Exp $'
   821     ^ '$Header: /cvs/stx/stx/libbasic/Autoload.st,v 1.167 2013-10-15 14:04:12 stefan Exp $'
   832 !
   822 !
   833 
   823 
   834 version_CVS
   824 version_CVS
   835     ^ '$Header: /cvs/stx/stx/libbasic/Autoload.st,v 1.166 2013-07-27 13:52:45 cg Exp $'
   825     ^ '$Header: /cvs/stx/stx/libbasic/Autoload.st,v 1.167 2013-10-15 14:04:12 stefan Exp $'
   836 ! !
   826 ! !
   837 
   827 
   838 
   828 
   839 Autoload initialize!
   829 Autoload initialize!