Skip to content

Commit

Permalink
Add toString() method
Browse files Browse the repository at this point in the history
git-svn-id: https://piraha-peg.googlecode.com/svn/trunk@92 1a70d7c6-ffe7-ef14-4583-3269c1a2e543
  • Loading branch information
[email protected] committed Dec 21, 2012
1 parent db31c86 commit 9c8cd29
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/edu/lsu/cct/piraha/Bracket.java
Original file line number Diff line number Diff line change
Expand Up @@ -242,4 +242,8 @@ public List<String> expected(int n) {
ex.add(decompile());
return ex;
}

public String toString() {
return decompile();
}
}

0 comments on commit 9c8cd29

Please sign in to comment.