comparison dwtx/jface/text/Line.d @ 146:75302ef3f92f

final
author Frank Benoit <benoit@tionex.de>
date Sun, 24 Aug 2008 22:34:04 +0200
parents 7d818bd32d63
children
comparison
equal deleted inserted replaced
145:02cd5f1224d3 146:75302ef3f92f
167 /** The offset of the line */ 167 /** The offset of the line */
168 public int offset; 168 public int offset;
169 /** The length of the line */ 169 /** The length of the line */
170 public int length; 170 public int length;
171 /** The delimiter of this line */ 171 /** The delimiter of this line */
172 public final String delimiter; 172 public const String delimiter;
173 173
174 /** 174 /**
175 * Creates a new Line. 175 * Creates a new Line.
176 * 176 *
177 * @param offset the offset of the line 177 * @param offset the offset of the line