# HG changeset patch # User Claus Gittinger # Date 1540364231 -7200 # Node ID ca85799f3fa738df5f8d29bc9ece7d57f1dea0cb # Parent 243003f8ac2763898aa1b96fa6fc8a6ef8ef96bd #DOCUMENTATION by cg class: ParseWarning class definition class: ParseWarning class added: #documentation diff -r 243003f8ac27 -r ca85799f3fa7 ParseWarning.st --- a/ParseWarning.st Thu Oct 04 19:14:13 2018 +0200 +++ b/ParseWarning.st Wed Oct 24 08:57:11 2018 +0200 @@ -1,3 +1,5 @@ +"{ Encoding: utf8 }" + " COPYRIGHT (c) 1989 by Claus Gittinger All Rights Reserved @@ -34,6 +36,23 @@ other person. No title to or ownership of the software is hereby transferred. " +! + +documentation +" + Warnings generated by parsers (eg. the Smalltalk code parser). + In unhandled, a message is sent to the Transcript and the compilation proceeds. + + [author:] + Claus Gittinger + + [instance variables:] + + [class variables:] + + [see also:] + +" ! ! !ParseWarning methodsFor:'accessing'!