lot of fixes about offsets
[phpeclipse.git] / net.sourceforge.phpeclipse / src / test / Token.java
index 5f90280..2170377 100644 (file)
@@ -21,6 +21,8 @@ public class Token {
    */
   public int beginLine, beginColumn, endLine, endColumn;
 
+  //Matthieu Casanova addition
+  public int sourceStart, sourceEnd;
   /**
    * The string image of the token.
    */