added PrintableTree
[sbp.git] / src / edu / berkeley / sbp / Token.java
index 41ef3d1..2be8f3e 100644 (file)
@@ -19,7 +19,7 @@ public interface Token {
         public abstract Location getLocation();
     }
 
-    /** a location within the input stream */
+    /** a location *between tokens* in the input stream */
     public static interface Location {
         public String toString();
     }