Scanner.st
changeset 1580 c4b1c5e36c67
parent 1577 31648db46af5
child 1582 701f40070c8a
equal deleted inserted replaced
1579:22f4d629eeee 1580:c4b1c5e36c67
  2760     ^ commentString
  2760     ^ commentString
  2761 
  2761 
  2762     "Created: / 17.2.1998 / 14:49:52 / cg"
  2762     "Created: / 17.2.1998 / 14:49:52 / cg"
  2763 ! !
  2763 ! !
  2764 
  2764 
       
  2765 !Scanner::Comment methodsFor:'converting'!
       
  2766 
       
  2767 asString
       
  2768     ^ commentString.
       
  2769 ! !
       
  2770 
  2765 !Scanner::DoNotShowCompilerWarningAgainActionQuery class methodsFor:'queries'!
  2771 !Scanner::DoNotShowCompilerWarningAgainActionQuery class methodsFor:'queries'!
  2766 
  2772 
  2767 actionQuery
  2773 actionQuery
  2768     ^ self query
  2774     ^ self query
  2769 ! !
  2775 ! !
  2770 
  2776 
  2771 !Scanner class methodsFor:'documentation'!
  2777 !Scanner class methodsFor:'documentation'!
  2772 
  2778 
  2773 version
  2779 version
  2774     ^ '$Header: /cvs/stx/stx/libcomp/Scanner.st,v 1.194 2005-04-09 13:20:09 cg Exp $'
  2780     ^ '$Header: /cvs/stx/stx/libcomp/Scanner.st,v 1.195 2005-04-19 09:06:22 cg Exp $'
  2775 ! !
  2781 ! !
  2776 
  2782 
  2777 Scanner initialize!
  2783 Scanner initialize!