comparison dwtx/jface/text/ILineTrackerExtension.d @ 139:93a6ec48fd28

Regexp throws removal in interfaces
author Frank Benoit <benoit@tionex.de>
date Sun, 24 Aug 2008 02:31:41 +0200
parents c4fb132a086c
children
comparison
equal deleted inserted replaced
138:b6bad70d540a 139:93a6ec48fd28
172 * 172 *
173 * @param session the rewrite session 173 * @param session the rewrite session
174 * @throws IllegalStateException in case there is already an active rewrite 174 * @throws IllegalStateException in case there is already an active rewrite
175 * session 175 * session
176 */ 176 */
177 void startRewriteSession(DocumentRewriteSession session) throws IllegalStateException; 177 void startRewriteSession(DocumentRewriteSession session) ;
178 178
179 /** 179 /**
180 * Tells the line tracker that the rewrite session has finished. This method 180 * Tells the line tracker that the rewrite session has finished. This method
181 * is only called when <code>startRewriteSession</code> has been called 181 * is only called when <code>startRewriteSession</code> has been called
182 * before. The text resulting from the rewrite session is passed to the line 182 * before. The text resulting from the rewrite session is passed to the line