Skip to content

Commit

Permalink
Added a comment.
Browse files Browse the repository at this point in the history
git-svn-id: https://piraha-peg.googlecode.com/svn/trunk@105 1a70d7c6-ffe7-ef14-4583-3269c1a2e543
  • Loading branch information
[email protected] committed Jan 26, 2015
1 parent 7cf5f8b commit a981996
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/edu/lsu/cct/piraha/Pattern.java
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
import java.util.ArrayList;
import java.util.List;

/**
* Base class for all kinds of
* pattern elements.
*/
public abstract class Pattern {
public abstract boolean match(Matcher m);

Expand Down

0 comments on commit a981996

Please sign in to comment.