comparison dwtx/jface/text/rules/ICharacterScanner.d @ 147:000f9136b8f7

final
author Frank Benoit <benoit@tionex.de>
date Sun, 24 Aug 2008 22:35:05 +0200
parents c4fb132a086c
children eb98a5cbfd78
comparison
equal deleted inserted replaced
146:75302ef3f92f 147:000f9136b8f7
49 public interface ICharacterScanner { 49 public interface ICharacterScanner {
50 50
51 /** 51 /**
52 * The value returned when this scanner has read EOF. 52 * The value returned when this scanner has read EOF.
53 */ 53 */
54 public static final int EOF= -1; 54 public static const int EOF= -1;
55 55
56 /** 56 /**
57 * Provides rules access to the legal line delimiters. The returned 57 * Provides rules access to the legal line delimiters. The returned
58 * object may not be modified by clients. 58 * object may not be modified by clients.
59 * 59 *