~brian-thomason/+junk/jasperreports3.7

« back to all changes in this revision

Viewing changes to src/net/sf/jasperreports/olap/mapping/MappingParserTokenTypes.txt

  • Committer: Brian Thomason
  • Date: 2011-12-20 17:51:16 UTC
  • Revision ID: brian.thomason@canonical.com-20111220175116-apwo6unuaedvgzo3
Initial import

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
// $ANTLR 2.7.5 (20050128): mapping.g -> MappingParserTokenTypes.txt$
 
2
MappingParser    // output token vocab name
 
3
LITERAL_Axis="Axis"=4
 
4
LPAREN=5
 
5
RPAREN=6
 
6
LITERAL_Columns="Columns"=7
 
7
LITERAL_Rows="Rows"=8
 
8
LITERAL_Pages="Pages"=9
 
9
LITERAL_Chapters="Chapters"=10
 
10
LITERAL_Sections="Sections"=11
 
11
LITERAL_Data="Data"=12
 
12
LITERAL_FormattedData="FormattedData"=13
 
13
COMMA=14
 
14
QMARK=15
 
15
POINT=16
 
16
INT=17
 
17
MONDRNAME=18
 
18
NAME=19
 
19
PLUS=20
 
20
MINUS=21
 
21
STAR=22
 
22
WS=23
 
23
DIGIT=24
 
24
LETTER=25