OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [classpath/] [tools/] [generated/] [gnu/] [classpath/] [tools/] [gjdoc/] [expr/] [JavaTokenTypes.java] - Blame information for rev 779

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 779 jeremybenn
// $ANTLR 2.7.7 (20080530): "java-expression.g" -> "JavaLexer.java"$
2
 
3
   package gnu.classpath.tools.gjdoc.expr;
4
 
5
public interface JavaTokenTypes {
6
        int EOF = 1;
7
        int NULL_TREE_LOOKAHEAD = 3;
8
        int BLOCK = 4;
9
        int MODIFIERS = 5;
10
        int OBJBLOCK = 6;
11
        int SLIST = 7;
12
        int CTOR_DEF = 8;
13
        int METHOD_DEF = 9;
14
        int VARIABLE_DEF = 10;
15
        int INSTANCE_INIT = 11;
16
        int STATIC_INIT = 12;
17
        int TYPE = 13;
18
        int CLASS_DEF = 14;
19
        int INTERFACE_DEF = 15;
20
        int PACKAGE_DEF = 16;
21
        int ARRAY_DECLARATOR = 17;
22
        int EXTENDS_CLAUSE = 18;
23
        int IMPLEMENTS_CLAUSE = 19;
24
        int PARAMETERS = 20;
25
        int PARAMETER_DEF = 21;
26
        int LABELED_STAT = 22;
27
        int TYPECAST = 23;
28
        int INDEX_OP = 24;
29
        int POST_INC = 25;
30
        int POST_DEC = 26;
31
        int METHOD_CALL = 27;
32
        int EXPR = 28;
33
        int ARRAY_INIT = 29;
34
        int IMPORT = 30;
35
        int UNARY_MINUS = 31;
36
        int UNARY_PLUS = 32;
37
        int CASE_GROUP = 33;
38
        int ELIST = 34;
39
        int FOR_INIT = 35;
40
        int FOR_CONDITION = 36;
41
        int FOR_ITERATOR = 37;
42
        int EMPTY_STAT = 38;
43
        int FINAL = 39;
44
        int ABSTRACT = 40;
45
        int STRICTFP = 41;
46
        int SUPER_CTOR_CALL = 42;
47
        int CTOR_CALL = 43;
48
        int LBRACK = 44;
49
        int RBRACK = 45;
50
        int LITERAL_void = 46;
51
        int LITERAL_boolean = 47;
52
        int LITERAL_byte = 48;
53
        int LITERAL_char = 49;
54
        int LITERAL_short = 50;
55
        int LITERAL_int = 51;
56
        int LITERAL_float = 52;
57
        int LITERAL_long = 53;
58
        int LITERAL_double = 54;
59
        int LITERAL_String = 55;
60
        int IDENT = 56;
61
        int DOT = 57;
62
        int QUESTION = 58;
63
        int COLON = 59;
64
        int LOR = 60;
65
        int LAND = 61;
66
        int BOR = 62;
67
        int BXOR = 63;
68
        int BAND = 64;
69
        int NOT_EQUAL = 65;
70
        int EQUAL = 66;
71
        int LT = 67;
72
        int GT = 68;
73
        int LE = 69;
74
        int GE = 70;
75
        int SL = 71;
76
        int SR = 72;
77
        int BSR = 73;
78
        int PLUS = 74;
79
        int MINUS = 75;
80
        int STAR = 76;
81
        int DIV = 77;
82
        int MOD = 78;
83
        int BNOT = 79;
84
        int LNOT = 80;
85
        int LPAREN = 81;
86
        int RPAREN = 82;
87
        int LITERAL_true = 83;
88
        int LITERAL_false = 84;
89
        int LITERAL_null = 85;
90
        int NUM_INT = 86;
91
        int CHAR_LITERAL = 87;
92
        int STRING_LITERAL = 88;
93
        int NUM_FLOAT = 89;
94
        int NUM_LONG = 90;
95
        int NUM_DOUBLE = 91;
96
        int LCURLY = 92;
97
        int RCURLY = 93;
98
        int COMMA = 94;
99
        int ASSIGN = 95;
100
        int DIV_ASSIGN = 96;
101
        int PLUS_ASSIGN = 97;
102
        int INC = 98;
103
        int MINUS_ASSIGN = 99;
104
        int DEC = 100;
105
        int STAR_ASSIGN = 101;
106
        int MOD_ASSIGN = 102;
107
        int SR_ASSIGN = 103;
108
        int BSR_ASSIGN = 104;
109
        int SL_ASSIGN = 105;
110
        int BXOR_ASSIGN = 106;
111
        int BOR_ASSIGN = 107;
112
        int BAND_ASSIGN = 108;
113
        int SEMI = 109;
114
        int WS = 110;
115
        int SL_COMMIT = 111;
116
        int ML_COMMENT = 112;
117
        int ESC = 113;
118
        int HEX_DIGIT = 114;
119
        int VOCAB = 115;
120
        int EXPONENT = 116;
121
        int FLOAT_SUFFIX = 117;
122
}

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.