CompilationErrorHandler.st
changeset 2445 df14391bb616
parent 2443 b5c69e2f0411
child 2449 c3edabdba704
equal deleted inserted replaced
2444:e6b39d346228 2445:df14391bb616
    42     eventually, we will open a box showing the position of the error.
    42     eventually, we will open a box showing the position of the error.
    43 "
    43 "
    44 ! !
    44 ! !
    45 
    45 
    46 !CompilationErrorHandler class methodsFor:'instance creation'!
    46 !CompilationErrorHandler class methodsFor:'instance creation'!
       
    47 
       
    48 new
       
    49     ^ self basicNew initialize
       
    50 
       
    51     "Created: / 02-11-2010 / 13:00:35 / cg"
       
    52 !
    47 
    53 
    48 on:aStream
    54 on:aStream
    49     ^ self new reader:aStream
    55     ^ self new reader:aStream
    50 ! !
    56 ! !
    51 
    57 
   127 ! !
   133 ! !
   128 
   134 
   129 !CompilationErrorHandler class methodsFor:'documentation'!
   135 !CompilationErrorHandler class methodsFor:'documentation'!
   130 
   136 
   131 version
   137 version
   132     ^ '$Header: /cvs/stx/stx/libcomp/CompilationErrorHandler.st,v 1.10 2010-11-02 11:59:27 cg Exp $'
   138     ^ '$Header: /cvs/stx/stx/libcomp/CompilationErrorHandler.st,v 1.11 2010-11-02 12:01:13 cg Exp $'
   133 !
   139 !
   134 
   140 
   135 version_CVS
   141 version_CVS
   136     ^ '$Header: /cvs/stx/stx/libcomp/CompilationErrorHandler.st,v 1.10 2010-11-02 11:59:27 cg Exp $'
   142     ^ '$Header: /cvs/stx/stx/libcomp/CompilationErrorHandler.st,v 1.11 2010-11-02 12:01:13 cg Exp $'
   137 ! !
   143 ! !