X-Git-Url: http://secure.phpeclipse.com diff --git a/net.sourceforge.phpeclipse/src/test/Token.java b/net.sourceforge.phpeclipse/src/test/Token.java index c579554..2170377 100644 --- a/net.sourceforge.phpeclipse/src/test/Token.java +++ b/net.sourceforge.phpeclipse/src/test/Token.java @@ -1,4 +1,4 @@ -/* Generated By:JavaCC: Do not edit this line. Token.java Version 2.1 */ +/* Generated By:JavaCC: Do not edit this line. Token.java Version 3.0 */ package test; /** @@ -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. */ @@ -53,7 +55,7 @@ public class Token { /** * Returns the image. */ - public final String toString() + public String toString() { return image; }