X-Git-Url: http://git.phpeclipse.com diff --git a/net.sourceforge.phpeclipse/src/test/Token.java b/net.sourceforge.phpeclipse/src/test/Token.java index 5f90280..2170377 100644 --- a/net.sourceforge.phpeclipse/src/test/Token.java +++ b/net.sourceforge.phpeclipse/src/test/Token.java @@ -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. */