Skip to content
Snippets Groups Projects
Commit 8e800176 authored by Jens Bendisposto's avatar Jens Bendisposto
Browse files

add toString

parent 7d41b329
Branches
Tags
No related merge requests found
......@@ -31,4 +31,10 @@ public class SourcePosition implements Comparable<SourcePosition> {
return pos-that.pos;
}
@Override
public String toString() {
return "(" + line + "," + pos + ")";
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment