|
Class: ParseWarning
Object
|
+--GenericException
|
+--Notification
|
+--ParseWarning
- Package:
- stx:libcomp
- Category:
- System-Compiler
- Version:
- rev:
1.9
date: 2024/02/05 17:41:35
- user: cg
- file: ParseWarning.st directory: libcomp
- module: stx stc-classLibrary: libcomp
Warnings generated by parsers (eg. the Smalltalk code parser).
In unhandled, a message is sent to the Transcript and the compilation proceeds.
[instance variables:]
[class variables:]
copyrightCOPYRIGHT (c) 1989 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
-
endPosition
-
-
endPosition: something
-
-
errorMessage
-
-
errorMessage: something
-
-
errorMessage: msgArg startPosition: startPositionArg endPosition: endPositionArg
-
-
filename
-
-
filename: aFilename
-
-
lineNumber
-
-
lineNumber: something
-
-
startPosition
-
-
startPosition: something
-
-
startPosition: startPositionArg endPosition: endPositionArg
-
default action
-
defaultResumeValue
-
(comment from inherited method)
the default answer, if no one handles the query and the exception is resumed
|