~ludovicc/uj/stringtemplate

« back to all changes in this revision

Viewing changes to src/org/antlr/stringtemplate/language/GroupParserTokenTypes.java

  • Committer: Bazaar Package Importer
  • Author(s): Michael Koch
  • Date: 2008-02-26 15:20:55 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20080226152055-dyloofp410km3kei
Tags: 3.1-3
Added junit to Build-Depends-Indep. Closes #467605.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
// $ANTLR 2.7.7 (20060906): "group.g" -> "GroupParser.java"$
 
1
// $ANTLR 2.7.7 (2006-01-29): "group.g" -> "GroupParser.java"$
2
2
 
3
3
/*
4
4
 [The "BSD licence"]
50
50
        int ASSIGN = 17;
51
51
        int ANONYMOUS_TEMPLATE = 18;
52
52
        int LBRACK = 19;
53
 
        int LITERAL_default = 20;
54
 
        int RBRACK = 21;
 
53
        int RBRACK = 20;
 
54
        int LITERAL_default = 21;
55
55
        int STAR = 22;
56
56
        int PLUS = 23;
57
57
        int OPTIONAL = 24;