|
Class: TextCollectingCompilationErrorHandler
Object
|
+--CompilationErrorHandler
|
+--TextCollectingCompilationErrorHandler
- Package:
- stx:libcomp
- Category:
- System-Compiler
- Version:
- rev:
1.9
date: 2019/03/13 20:52:19
- user: cg
- file: TextCollectingCompilationErrorHandler.st directory: libcomp
- module: stx stc-classLibrary: libcomp
collects messages - used eg. for check before checking in
copyrightCOPYRIGHT (c) 2010 by Claus Gittinger
All Rights Reserved
This software is furnished under a license and may be used
only in accordance with the terms of that license and with the
inclusion of the above copyright notice. This software may not
be provided or otherwise made available to, or used by, any
other person. No title to or ownership of the software is
hereby transferred.
accessing
-
errorsOnly: aBoolean
-
error handling
-
error: aMessage position: position to: endPos from: aCompiler
-
(comment from inherited method)
error notification during fileIn.
This is sent by the compiler/evaluator if it detects errors.
-
warning: aMessage position: position to: endPos from: aCompiler
-
(comment from inherited method)
warning notification during fileIn - ignore it.
This is sent by the compiler/evaluator if it detects errors.
initialization
-
initialize
-
(comment from inherited method)
just to ignore initialize to objects which do not need it
|