AbstractSourceFileWriter.st
branchjv
changeset 17744 3851ab3b3971
parent 17743 7f5137d3db85
child 17761 b0e5971141bc
equal deleted inserted replaced
17743:7f5137d3db85 17744:3851ab3b3971
    55 
    55 
    56 fileOutMethods: methods on:stream
    56 fileOutMethods: methods on:stream
    57 
    57 
    58     "Files out a bunch of methods. This is used to file-out extension methods"    
    58     "Files out a bunch of methods. This is used to file-out extension methods"    
    59 
    59 
       
    60     self subclassResponsibility
       
    61 
       
    62     "Modified: / 16-08-2009 / 09:59:49 / Jan Vrany <vranyj1@fel.cvut.cz>"
       
    63     "Created: / 30-12-2009 / 18:34:33 / Jan Vrany <jan.vrany@fit.cvut.cz>"
       
    64 !
       
    65 
       
    66 fileOutPackageDefinition:packageId on:stream 
       
    67     "Files out a package definition on the stream, so all subsequent
       
    68      code entities will be placed in that package"
       
    69     
    60     self subclassResponsibility
    70     self subclassResponsibility
    61 
    71 
    62     "Modified: / 16-08-2009 / 09:59:49 / Jan Vrany <vranyj1@fel.cvut.cz>"
    72     "Modified: / 16-08-2009 / 09:59:49 / Jan Vrany <vranyj1@fel.cvut.cz>"
    63     "Created: / 30-12-2009 / 18:34:33 / Jan Vrany <jan.vrany@fit.cvut.cz>"
    73     "Created: / 30-12-2009 / 18:34:33 / Jan Vrany <jan.vrany@fit.cvut.cz>"
    64 ! !
    74 ! !
   150 ! !
   160 ! !
   151 
   161 
   152 !AbstractSourceFileWriter class methodsFor:'documentation'!
   162 !AbstractSourceFileWriter class methodsFor:'documentation'!
   153 
   163 
   154 version
   164 version
   155     ^ '$Id: AbstractSourceFileWriter.st 10490 2010-01-02 12:28:07Z vranyj1 $'
   165     ^ '$Id: AbstractSourceFileWriter.st 10491 2010-01-02 13:40:38Z vranyj1 $'
   156 !
   166 !
   157 
   167 
   158 version_CVS
   168 version_CVS
   159     ^ '§Header: /cvs/stx/stx/libbasic/AbstractSourceFileWriter.st,v 1.6 2009/10/08 12:03:57 fm Exp §'
   169     ^ '§Header: /cvs/stx/stx/libbasic/AbstractSourceFileWriter.st,v 1.6 2009/10/08 12:03:57 fm Exp §'
   160 !
   170 !
   161 
   171 
   162 version_SVN
   172 version_SVN
   163     ^ '$Id: AbstractSourceFileWriter.st 10490 2010-01-02 12:28:07Z vranyj1 $'
   173     ^ '$Id: AbstractSourceFileWriter.st 10491 2010-01-02 13:40:38Z vranyj1 $'
   164 ! !
   174 ! !