GlueGen
v2.6.0-rc-20250712
GlueGen, Native Binding Generator for Java (public API).
GNUCTokenTypes.java
Go to the documentation of this file.
1
// $ANTLR 2.7.7 (2006-11-01): "expandedGnuCParser.g" -> "GnuCParser.java"$
2
3
package
com.jogamp.gluegen.cgram;
4
5
import
java.io.*;
6
7
import
antlr.CommonAST;
8
import
antlr.DumpASTVisitor;
9
import
com.jogamp.gluegen.ASTLocusTag;
10
11
public
interface
GNUCTokenTypes
{
12
int
EOF
= 1;
13
int
NULL_TREE_LOOKAHEAD
= 3;
14
int
LITERAL_typedef
= 4;
15
int
LITERAL_asm
= 5;
16
int
LITERAL_volatile
= 6;
17
int
LCURLY
= 7;
18
int
RCURLY
= 8;
19
int
SEMI
= 9;
20
int
LITERAL_struct
= 10;
21
int
LITERAL_union
= 11;
22
int
LITERAL_enum
= 12;
23
int
LITERAL_auto
= 13;
24
int
LITERAL_register
= 14;
25
int
LITERAL_extern
= 15;
26
int
LITERAL_static
= 16;
27
int
LITERAL_const
= 17;
28
int
LITERAL_void
= 18;
29
int
LITERAL_char
= 19;
30
int
LITERAL_short
= 20;
31
int
LITERAL_int
= 21;
32
int
LITERAL_long
= 22;
33
int
LITERAL_float
= 23;
34
int
LITERAL_double
= 24;
35
int
LITERAL_signed
= 25;
36
int
LITERAL_unsigned
= 26;
37
// "int8_t" = 27
38
// "uint8_t" = 28
39
// "int16_t" = 29
40
// "uint16_t" = 30
41
// "__int32" = 31
42
// "int32_t" = 32
43
int
LITERAL_wchar_t
= 33;
44
// "uint32_t" = 34
45
// "__int64" = 35
46
// "int64_t" = 36
47
// "uint64_t" = 37
48
int
LITERAL_ptrdiff_t
= 38;
49
int
LITERAL_intptr_t
= 39;
50
int
LITERAL_size_t
= 40;
51
int
LITERAL_uintptr_t
= 41;
52
int
ID
= 42;
53
int
COMMA
= 43;
54
int
COLON
= 44;
55
int
ASSIGN
= 45;
56
int
STAR
= 46;
57
int
LPAREN
= 47;
58
int
RPAREN
= 48;
59
int
LBRACKET
= 49;
60
int
RBRACKET
= 50;
61
int
VARARGS
= 51;
62
int
LITERAL_while
= 52;
63
int
LITERAL_do
= 53;
64
int
LITERAL_for
= 54;
65
int
LITERAL_goto
= 55;
66
int
LITERAL_continue
= 56;
67
int
LITERAL_break
= 57;
68
int
LITERAL_return
= 58;
69
int
LITERAL_case
= 59;
70
int
LITERAL_default
= 60;
71
int
LITERAL_if
= 61;
72
int
LITERAL_else
= 62;
73
int
LITERAL_switch
= 63;
74
int
DIV_ASSIGN
= 64;
75
int
PLUS_ASSIGN
= 65;
76
int
MINUS_ASSIGN
= 66;
77
int
STAR_ASSIGN
= 67;
78
int
MOD_ASSIGN
= 68;
79
int
RSHIFT_ASSIGN
= 69;
80
int
LSHIFT_ASSIGN
= 70;
81
int
BAND_ASSIGN
= 71;
82
int
BOR_ASSIGN
= 72;
83
int
BXOR_ASSIGN
= 73;
84
int
QUESTION
= 74;
85
int
LOR
= 75;
86
int
LAND
= 76;
87
int
BOR
= 77;
88
int
BXOR
= 78;
89
int
BAND
= 79;
90
int
EQUAL
= 80;
91
int
NOT_EQUAL
= 81;
92
int
LT
= 82;
93
int
LTE
= 83;
94
int
GT
= 84;
95
int
GTE
= 85;
96
int
LSHIFT
= 86;
97
int
RSHIFT
= 87;
98
int
PLUS
= 88;
99
int
MINUS
= 89;
100
int
DIV
= 90;
101
int
MOD
= 91;
102
int
INC
= 92;
103
int
DEC
= 93;
104
int
LITERAL_sizeof
= 94;
105
int
BNOT
= 95;
106
int
LNOT
= 96;
107
int
PTR
= 97;
108
int
DOT
= 98;
109
int
CharLiteral
= 99;
110
int
StringLiteral
= 100;
111
int
IntOctalConst
= 101;
112
int
LongOctalConst
= 102;
113
int
UnsignedOctalConst
= 103;
114
int
IntIntConst
= 104;
115
int
LongIntConst
= 105;
116
int
UnsignedIntConst
= 106;
117
int
IntHexConst
= 107;
118
int
LongHexConst
= 108;
119
int
UnsignedHexConst
= 109;
120
int
FloatDoubleConst
= 110;
121
int
DoubleDoubleConst
= 111;
122
int
LongDoubleConst
= 112;
123
int
NTypedefName
= 113;
124
int
NInitDecl
= 114;
125
int
NDeclarator
= 115;
126
int
NStructDeclarator
= 116;
127
int
NDeclaration
= 117;
128
int
NCast
= 118;
129
int
NPointerGroup
= 119;
130
int
NExpressionGroup
= 120;
131
int
NFunctionCallArgs
= 121;
132
int
NNonemptyAbstractDeclarator
= 122;
133
int
NInitializer
= 123;
134
int
NStatementExpr
= 124;
135
int
NEmptyExpression
= 125;
136
int
NParameterTypeList
= 126;
137
int
NFunctionDef
= 127;
138
int
NCompoundStatement
= 128;
139
int
NParameterDeclaration
= 129;
140
int
NCommaExpr
= 130;
141
int
NUnaryExpr
= 131;
142
int
NLabel
= 132;
143
int
NPostfixExpr
= 133;
144
int
NRangeExpr
= 134;
145
int
NStringSeq
= 135;
146
int
NInitializerElementLabel
= 136;
147
int
NLcurlyInitializer
= 137;
148
int
NAsmAttribute
= 138;
149
int
NGnuAsmExpr
= 139;
150
int
NTypeMissing
= 140;
151
int
Vocabulary
= 141;
152
int
Whitespace
= 142;
153
int
Comment
= 143;
154
int
CPPComment
= 144;
155
int
NonWhitespace
= 145;
156
int
PREPROC_DIRECTIVE
= 146;
157
int
DefineExpr
= 147;
158
int
DefineExpr2
= 148;
159
int
Space
= 149;
160
int
LineDirective
= 150;
161
int
BadStringLiteral
= 151;
162
int
Escape
= 152;
163
int
Digit
= 153;
164
int
LongSuffix
= 154;
165
int
UnsignedSuffix
= 155;
166
int
FloatSuffix
= 156;
167
int
Exponent
= 157;
168
int
Number
= 158;
169
int
LITERAL___label__
= 159;
170
int
LITERAL_inline
= 160;
171
int
LITERAL_typeof
= 161;
172
int
LITERAL___complex
= 162;
173
int
LITERAL___attribute
= 163;
174
int
LITERAL___alignof
= 164;
175
int
LITERAL___real
= 165;
176
int
LITERAL___imag
= 166;
177
}
com.jogamp.gluegen.cgram.GNUCTokenTypes
Definition:
GNUCTokenTypes.java:11
com.jogamp.gluegen.cgram.GNUCTokenTypes.RCURLY
int RCURLY
Definition:
GNUCTokenTypes.java:18
com.jogamp.gluegen.cgram.GNUCTokenTypes.NTypedefName
int NTypedefName
Definition:
GNUCTokenTypes.java:123
com.jogamp.gluegen.cgram.GNUCTokenTypes.LITERAL_if
int LITERAL_if
Definition:
GNUCTokenTypes.java:71
com.jogamp.gluegen.cgram.GNUCTokenTypes.NCommaExpr
int NCommaExpr
Definition:
GNUCTokenTypes.java:140
com.jogamp.gluegen.cgram.GNUCTokenTypes.BAND_ASSIGN
int BAND_ASSIGN
Definition:
GNUCTokenTypes.java:81
com.jogamp.gluegen.cgram.GNUCTokenTypes.LITERAL_break
int LITERAL_break
Definition:
GNUCTokenTypes.java:67
com.jogamp.gluegen.cgram.GNUCTokenTypes.MOD_ASSIGN
int MOD_ASSIGN
Definition:
GNUCTokenTypes.java:78
com.jogamp.gluegen.cgram.GNUCTokenTypes.LongDoubleConst
int LongDoubleConst
Definition:
GNUCTokenTypes.java:122
com.jogamp.gluegen.cgram.GNUCTokenTypes.LITERAL_asm
int LITERAL_asm
Definition:
GNUCTokenTypes.java:15
com.jogamp.gluegen.cgram.GNUCTokenTypes.LITERAL_typeof
int LITERAL_typeof
Definition:
GNUCTokenTypes.java:171
com.jogamp.gluegen.cgram.GNUCTokenTypes.PLUS_ASSIGN
int PLUS_ASSIGN
Definition:
GNUCTokenTypes.java:75
com.jogamp.gluegen.cgram.GNUCTokenTypes.DOT
int DOT
Definition:
GNUCTokenTypes.java:108
com.jogamp.gluegen.cgram.GNUCTokenTypes.NStatementExpr
int NStatementExpr
Definition:
GNUCTokenTypes.java:134
com.jogamp.gluegen.cgram.GNUCTokenTypes.UnsignedHexConst
int UnsignedHexConst
Definition:
GNUCTokenTypes.java:119
com.jogamp.gluegen.cgram.GNUCTokenTypes.VARARGS
int VARARGS
Definition:
GNUCTokenTypes.java:61
com.jogamp.gluegen.cgram.GNUCTokenTypes.RSHIFT_ASSIGN
int RSHIFT_ASSIGN
Definition:
GNUCTokenTypes.java:79
com.jogamp.gluegen.cgram.GNUCTokenTypes.INC
int INC
Definition:
GNUCTokenTypes.java:102
com.jogamp.gluegen.cgram.GNUCTokenTypes.LITERAL___alignof
int LITERAL___alignof
Definition:
GNUCTokenTypes.java:174
com.jogamp.gluegen.cgram.GNUCTokenTypes.NParameterDeclaration
int NParameterDeclaration
Definition:
GNUCTokenTypes.java:139
com.jogamp.gluegen.cgram.GNUCTokenTypes.EOF
int EOF
Definition:
GNUCTokenTypes.java:12
com.jogamp.gluegen.cgram.GNUCTokenTypes.STAR_ASSIGN
int STAR_ASSIGN
Definition:
GNUCTokenTypes.java:77
com.jogamp.gluegen.cgram.GNUCTokenTypes.LITERAL_auto
int LITERAL_auto
Definition:
GNUCTokenTypes.java:23
com.jogamp.gluegen.cgram.GNUCTokenTypes.BadStringLiteral
int BadStringLiteral
Definition:
GNUCTokenTypes.java:161
com.jogamp.gluegen.cgram.GNUCTokenTypes.NPointerGroup
int NPointerGroup
Definition:
GNUCTokenTypes.java:129
com.jogamp.gluegen.cgram.GNUCTokenTypes.LITERAL_ptrdiff_t
int LITERAL_ptrdiff_t
Definition:
GNUCTokenTypes.java:48
com.jogamp.gluegen.cgram.GNUCTokenTypes.LineDirective
int LineDirective
Definition:
GNUCTokenTypes.java:160
com.jogamp.gluegen.cgram.GNUCTokenTypes.LITERAL_switch
int LITERAL_switch
Definition:
GNUCTokenTypes.java:73
com.jogamp.gluegen.cgram.GNUCTokenTypes.COLON
int COLON
Definition:
GNUCTokenTypes.java:54
com.jogamp.gluegen.cgram.GNUCTokenTypes.NRangeExpr
int NRangeExpr
Definition:
GNUCTokenTypes.java:144
com.jogamp.gluegen.cgram.GNUCTokenTypes.Exponent
int Exponent
Definition:
GNUCTokenTypes.java:167
com.jogamp.gluegen.cgram.GNUCTokenTypes.FloatSuffix
int FloatSuffix
Definition:
GNUCTokenTypes.java:166
com.jogamp.gluegen.cgram.GNUCTokenTypes.LITERAL_uintptr_t
int LITERAL_uintptr_t
Definition:
GNUCTokenTypes.java:51
com.jogamp.gluegen.cgram.GNUCTokenTypes.NGnuAsmExpr
int NGnuAsmExpr
Definition:
GNUCTokenTypes.java:149
com.jogamp.gluegen.cgram.GNUCTokenTypes.NAsmAttribute
int NAsmAttribute
Definition:
GNUCTokenTypes.java:148
com.jogamp.gluegen.cgram.GNUCTokenTypes.LITERAL_continue
int LITERAL_continue
Definition:
GNUCTokenTypes.java:66
com.jogamp.gluegen.cgram.GNUCTokenTypes.BOR
int BOR
Definition:
GNUCTokenTypes.java:87
com.jogamp.gluegen.cgram.GNUCTokenTypes.CPPComment
int CPPComment
Definition:
GNUCTokenTypes.java:154
com.jogamp.gluegen.cgram.GNUCTokenTypes.DefineExpr
int DefineExpr
Definition:
GNUCTokenTypes.java:157
com.jogamp.gluegen.cgram.GNUCTokenTypes.LSHIFT
int LSHIFT
Definition:
GNUCTokenTypes.java:96
com.jogamp.gluegen.cgram.GNUCTokenTypes.LT
int LT
Definition:
GNUCTokenTypes.java:92
com.jogamp.gluegen.cgram.GNUCTokenTypes.NOT_EQUAL
int NOT_EQUAL
Definition:
GNUCTokenTypes.java:91
com.jogamp.gluegen.cgram.GNUCTokenTypes.NCast
int NCast
Definition:
GNUCTokenTypes.java:128
com.jogamp.gluegen.cgram.GNUCTokenTypes.GT
int GT
Definition:
GNUCTokenTypes.java:94
com.jogamp.gluegen.cgram.GNUCTokenTypes.RBRACKET
int RBRACKET
Definition:
GNUCTokenTypes.java:60
com.jogamp.gluegen.cgram.GNUCTokenTypes.NExpressionGroup
int NExpressionGroup
Definition:
GNUCTokenTypes.java:130
com.jogamp.gluegen.cgram.GNUCTokenTypes.NParameterTypeList
int NParameterTypeList
Definition:
GNUCTokenTypes.java:136
com.jogamp.gluegen.cgram.GNUCTokenTypes.MOD
int MOD
Definition:
GNUCTokenTypes.java:101
com.jogamp.gluegen.cgram.GNUCTokenTypes.DEC
int DEC
Definition:
GNUCTokenTypes.java:103
com.jogamp.gluegen.cgram.GNUCTokenTypes.RPAREN
int RPAREN
Definition:
GNUCTokenTypes.java:58
com.jogamp.gluegen.cgram.GNUCTokenTypes.NonWhitespace
int NonWhitespace
Definition:
GNUCTokenTypes.java:155
com.jogamp.gluegen.cgram.GNUCTokenTypes.Escape
int Escape
Definition:
GNUCTokenTypes.java:162
com.jogamp.gluegen.cgram.GNUCTokenTypes.LCURLY
int LCURLY
Definition:
GNUCTokenTypes.java:17
com.jogamp.gluegen.cgram.GNUCTokenTypes.LITERAL_short
int LITERAL_short
Definition:
GNUCTokenTypes.java:30
com.jogamp.gluegen.cgram.GNUCTokenTypes.LITERAL_typedef
int LITERAL_typedef
Definition:
GNUCTokenTypes.java:14
com.jogamp.gluegen.cgram.GNUCTokenTypes.Number
int Number
Definition:
GNUCTokenTypes.java:168
com.jogamp.gluegen.cgram.GNUCTokenTypes.LITERAL_unsigned
int LITERAL_unsigned
Definition:
GNUCTokenTypes.java:36
com.jogamp.gluegen.cgram.GNUCTokenTypes.Comment
int Comment
Definition:
GNUCTokenTypes.java:153
com.jogamp.gluegen.cgram.GNUCTokenTypes.SEMI
int SEMI
Definition:
GNUCTokenTypes.java:19
com.jogamp.gluegen.cgram.GNUCTokenTypes.LBRACKET
int LBRACKET
Definition:
GNUCTokenTypes.java:59
com.jogamp.gluegen.cgram.GNUCTokenTypes.LITERAL___real
int LITERAL___real
Definition:
GNUCTokenTypes.java:175
com.jogamp.gluegen.cgram.GNUCTokenTypes.BAND
int BAND
Definition:
GNUCTokenTypes.java:89
com.jogamp.gluegen.cgram.GNUCTokenTypes.Digit
int Digit
Definition:
GNUCTokenTypes.java:163
com.jogamp.gluegen.cgram.GNUCTokenTypes.UnsignedIntConst
int UnsignedIntConst
Definition:
GNUCTokenTypes.java:116
com.jogamp.gluegen.cgram.GNUCTokenTypes.LITERAL_do
int LITERAL_do
Definition:
GNUCTokenTypes.java:63
com.jogamp.gluegen.cgram.GNUCTokenTypes.LITERAL_int
int LITERAL_int
Definition:
GNUCTokenTypes.java:31
com.jogamp.gluegen.cgram.GNUCTokenTypes.IntHexConst
int IntHexConst
Definition:
GNUCTokenTypes.java:117
com.jogamp.gluegen.cgram.GNUCTokenTypes.FloatDoubleConst
int FloatDoubleConst
Definition:
GNUCTokenTypes.java:120
com.jogamp.gluegen.cgram.GNUCTokenTypes.LITERAL_float
int LITERAL_float
Definition:
GNUCTokenTypes.java:33
com.jogamp.gluegen.cgram.GNUCTokenTypes.LITERAL_signed
int LITERAL_signed
Definition:
GNUCTokenTypes.java:35
com.jogamp.gluegen.cgram.GNUCTokenTypes.LNOT
int LNOT
Definition:
GNUCTokenTypes.java:106
com.jogamp.gluegen.cgram.GNUCTokenTypes.NInitializer
int NInitializer
Definition:
GNUCTokenTypes.java:133
com.jogamp.gluegen.cgram.GNUCTokenTypes.COMMA
int COMMA
Definition:
GNUCTokenTypes.java:53
com.jogamp.gluegen.cgram.GNUCTokenTypes.Whitespace
int Whitespace
Definition:
GNUCTokenTypes.java:152
com.jogamp.gluegen.cgram.GNUCTokenTypes.PREPROC_DIRECTIVE
int PREPROC_DIRECTIVE
Definition:
GNUCTokenTypes.java:156
com.jogamp.gluegen.cgram.GNUCTokenTypes.LITERAL___label__
int LITERAL___label__
Definition:
GNUCTokenTypes.java:169
com.jogamp.gluegen.cgram.GNUCTokenTypes.NInitDecl
int NInitDecl
Definition:
GNUCTokenTypes.java:124
com.jogamp.gluegen.cgram.GNUCTokenTypes.LITERAL_extern
int LITERAL_extern
Definition:
GNUCTokenTypes.java:25
com.jogamp.gluegen.cgram.GNUCTokenTypes.IntIntConst
int IntIntConst
Definition:
GNUCTokenTypes.java:114
com.jogamp.gluegen.cgram.GNUCTokenTypes.LPAREN
int LPAREN
Definition:
GNUCTokenTypes.java:57
com.jogamp.gluegen.cgram.GNUCTokenTypes.LITERAL_case
int LITERAL_case
Definition:
GNUCTokenTypes.java:69
com.jogamp.gluegen.cgram.GNUCTokenTypes.NUnaryExpr
int NUnaryExpr
Definition:
GNUCTokenTypes.java:141
com.jogamp.gluegen.cgram.GNUCTokenTypes.NDeclarator
int NDeclarator
Definition:
GNUCTokenTypes.java:125
com.jogamp.gluegen.cgram.GNUCTokenTypes.UnsignedOctalConst
int UnsignedOctalConst
Definition:
GNUCTokenTypes.java:113
com.jogamp.gluegen.cgram.GNUCTokenTypes.LITERAL_struct
int LITERAL_struct
Definition:
GNUCTokenTypes.java:20
com.jogamp.gluegen.cgram.GNUCTokenTypes.NInitializerElementLabel
int NInitializerElementLabel
Definition:
GNUCTokenTypes.java:146
com.jogamp.gluegen.cgram.GNUCTokenTypes.ASSIGN
int ASSIGN
Definition:
GNUCTokenTypes.java:55
com.jogamp.gluegen.cgram.GNUCTokenTypes.StringLiteral
int StringLiteral
Definition:
GNUCTokenTypes.java:110
com.jogamp.gluegen.cgram.GNUCTokenTypes.LITERAL_return
int LITERAL_return
Definition:
GNUCTokenTypes.java:68
com.jogamp.gluegen.cgram.GNUCTokenTypes.Vocabulary
int Vocabulary
Definition:
GNUCTokenTypes.java:151
com.jogamp.gluegen.cgram.GNUCTokenTypes.LTE
int LTE
Definition:
GNUCTokenTypes.java:93
com.jogamp.gluegen.cgram.GNUCTokenTypes.NStringSeq
int NStringSeq
Definition:
GNUCTokenTypes.java:145
com.jogamp.gluegen.cgram.GNUCTokenTypes.LITERAL_volatile
int LITERAL_volatile
Definition:
GNUCTokenTypes.java:16
com.jogamp.gluegen.cgram.GNUCTokenTypes.LITERAL_while
int LITERAL_while
Definition:
GNUCTokenTypes.java:62
com.jogamp.gluegen.cgram.GNUCTokenTypes.EQUAL
int EQUAL
Definition:
GNUCTokenTypes.java:90
com.jogamp.gluegen.cgram.GNUCTokenTypes.LITERAL_char
int LITERAL_char
Definition:
GNUCTokenTypes.java:29
com.jogamp.gluegen.cgram.GNUCTokenTypes.LSHIFT_ASSIGN
int LSHIFT_ASSIGN
Definition:
GNUCTokenTypes.java:80
com.jogamp.gluegen.cgram.GNUCTokenTypes.NTypeMissing
int NTypeMissing
Definition:
GNUCTokenTypes.java:150
com.jogamp.gluegen.cgram.GNUCTokenTypes.LongHexConst
int LongHexConst
Definition:
GNUCTokenTypes.java:118
com.jogamp.gluegen.cgram.GNUCTokenTypes.LongOctalConst
int LongOctalConst
Definition:
GNUCTokenTypes.java:112
com.jogamp.gluegen.cgram.GNUCTokenTypes.MINUS_ASSIGN
int MINUS_ASSIGN
Definition:
GNUCTokenTypes.java:76
com.jogamp.gluegen.cgram.GNUCTokenTypes.BNOT
int BNOT
Definition:
GNUCTokenTypes.java:105
com.jogamp.gluegen.cgram.GNUCTokenTypes.LITERAL_for
int LITERAL_for
Definition:
GNUCTokenTypes.java:64
com.jogamp.gluegen.cgram.GNUCTokenTypes.LongSuffix
int LongSuffix
Definition:
GNUCTokenTypes.java:164
com.jogamp.gluegen.cgram.GNUCTokenTypes.DIV_ASSIGN
int DIV_ASSIGN
Definition:
GNUCTokenTypes.java:74
com.jogamp.gluegen.cgram.GNUCTokenTypes.LITERAL_long
int LITERAL_long
Definition:
GNUCTokenTypes.java:32
com.jogamp.gluegen.cgram.GNUCTokenTypes.LITERAL_enum
int LITERAL_enum
Definition:
GNUCTokenTypes.java:22
com.jogamp.gluegen.cgram.GNUCTokenTypes.LITERAL_intptr_t
int LITERAL_intptr_t
Definition:
GNUCTokenTypes.java:49
com.jogamp.gluegen.cgram.GNUCTokenTypes.NDeclaration
int NDeclaration
Definition:
GNUCTokenTypes.java:127
com.jogamp.gluegen.cgram.GNUCTokenTypes.LITERAL_double
int LITERAL_double
Definition:
GNUCTokenTypes.java:34
com.jogamp.gluegen.cgram.GNUCTokenTypes.NPostfixExpr
int NPostfixExpr
Definition:
GNUCTokenTypes.java:143
com.jogamp.gluegen.cgram.GNUCTokenTypes.NStructDeclarator
int NStructDeclarator
Definition:
GNUCTokenTypes.java:126
com.jogamp.gluegen.cgram.GNUCTokenTypes.LITERAL_register
int LITERAL_register
Definition:
GNUCTokenTypes.java:24
com.jogamp.gluegen.cgram.GNUCTokenTypes.LITERAL_else
int LITERAL_else
Definition:
GNUCTokenTypes.java:72
com.jogamp.gluegen.cgram.GNUCTokenTypes.PLUS
int PLUS
Definition:
GNUCTokenTypes.java:98
com.jogamp.gluegen.cgram.GNUCTokenTypes.PTR
int PTR
Definition:
GNUCTokenTypes.java:107
com.jogamp.gluegen.cgram.GNUCTokenTypes.CharLiteral
int CharLiteral
Definition:
GNUCTokenTypes.java:109
com.jogamp.gluegen.cgram.GNUCTokenTypes.NLabel
int NLabel
Definition:
GNUCTokenTypes.java:142
com.jogamp.gluegen.cgram.GNUCTokenTypes.STAR
int STAR
Definition:
GNUCTokenTypes.java:56
com.jogamp.gluegen.cgram.GNUCTokenTypes.ID
int ID
Definition:
GNUCTokenTypes.java:52
com.jogamp.gluegen.cgram.GNUCTokenTypes.LITERAL_default
int LITERAL_default
Definition:
GNUCTokenTypes.java:70
com.jogamp.gluegen.cgram.GNUCTokenTypes.BOR_ASSIGN
int BOR_ASSIGN
Definition:
GNUCTokenTypes.java:82
com.jogamp.gluegen.cgram.GNUCTokenTypes.Space
int Space
Definition:
GNUCTokenTypes.java:159
com.jogamp.gluegen.cgram.GNUCTokenTypes.LITERAL_union
int LITERAL_union
Definition:
GNUCTokenTypes.java:21
com.jogamp.gluegen.cgram.GNUCTokenTypes.UnsignedSuffix
int UnsignedSuffix
Definition:
GNUCTokenTypes.java:165
com.jogamp.gluegen.cgram.GNUCTokenTypes.IntOctalConst
int IntOctalConst
Definition:
GNUCTokenTypes.java:111
com.jogamp.gluegen.cgram.GNUCTokenTypes.QUESTION
int QUESTION
Definition:
GNUCTokenTypes.java:84
com.jogamp.gluegen.cgram.GNUCTokenTypes.LITERAL_wchar_t
int LITERAL_wchar_t
Definition:
GNUCTokenTypes.java:43
com.jogamp.gluegen.cgram.GNUCTokenTypes.LITERAL_inline
int LITERAL_inline
Definition:
GNUCTokenTypes.java:170
com.jogamp.gluegen.cgram.GNUCTokenTypes.LITERAL_goto
int LITERAL_goto
Definition:
GNUCTokenTypes.java:65
com.jogamp.gluegen.cgram.GNUCTokenTypes.LITERAL___attribute
int LITERAL___attribute
Definition:
GNUCTokenTypes.java:173
com.jogamp.gluegen.cgram.GNUCTokenTypes.LITERAL___complex
int LITERAL___complex
Definition:
GNUCTokenTypes.java:172
com.jogamp.gluegen.cgram.GNUCTokenTypes.NULL_TREE_LOOKAHEAD
int NULL_TREE_LOOKAHEAD
Definition:
GNUCTokenTypes.java:13
com.jogamp.gluegen.cgram.GNUCTokenTypes.NCompoundStatement
int NCompoundStatement
Definition:
GNUCTokenTypes.java:138
com.jogamp.gluegen.cgram.GNUCTokenTypes.NEmptyExpression
int NEmptyExpression
Definition:
GNUCTokenTypes.java:135
com.jogamp.gluegen.cgram.GNUCTokenTypes.LOR
int LOR
Definition:
GNUCTokenTypes.java:85
com.jogamp.gluegen.cgram.GNUCTokenTypes.LITERAL_size_t
int LITERAL_size_t
Definition:
GNUCTokenTypes.java:50
com.jogamp.gluegen.cgram.GNUCTokenTypes.NNonemptyAbstractDeclarator
int NNonemptyAbstractDeclarator
Definition:
GNUCTokenTypes.java:132
com.jogamp.gluegen.cgram.GNUCTokenTypes.LITERAL___imag
int LITERAL___imag
Definition:
GNUCTokenTypes.java:176
com.jogamp.gluegen.cgram.GNUCTokenTypes.BXOR
int BXOR
Definition:
GNUCTokenTypes.java:88
com.jogamp.gluegen.cgram.GNUCTokenTypes.LITERAL_void
int LITERAL_void
Definition:
GNUCTokenTypes.java:28
com.jogamp.gluegen.cgram.GNUCTokenTypes.NLcurlyInitializer
int NLcurlyInitializer
Definition:
GNUCTokenTypes.java:147
com.jogamp.gluegen.cgram.GNUCTokenTypes.GTE
int GTE
Definition:
GNUCTokenTypes.java:95
com.jogamp.gluegen.cgram.GNUCTokenTypes.DefineExpr2
int DefineExpr2
Definition:
GNUCTokenTypes.java:158
com.jogamp.gluegen.cgram.GNUCTokenTypes.RSHIFT
int RSHIFT
Definition:
GNUCTokenTypes.java:97
com.jogamp.gluegen.cgram.GNUCTokenTypes.DIV
int DIV
Definition:
GNUCTokenTypes.java:100
com.jogamp.gluegen.cgram.GNUCTokenTypes.LAND
int LAND
Definition:
GNUCTokenTypes.java:86
com.jogamp.gluegen.cgram.GNUCTokenTypes.LITERAL_const
int LITERAL_const
Definition:
GNUCTokenTypes.java:27
com.jogamp.gluegen.cgram.GNUCTokenTypes.DoubleDoubleConst
int DoubleDoubleConst
Definition:
GNUCTokenTypes.java:121
com.jogamp.gluegen.cgram.GNUCTokenTypes.LongIntConst
int LongIntConst
Definition:
GNUCTokenTypes.java:115
com.jogamp.gluegen.cgram.GNUCTokenTypes.BXOR_ASSIGN
int BXOR_ASSIGN
Definition:
GNUCTokenTypes.java:83
com.jogamp.gluegen.cgram.GNUCTokenTypes.MINUS
int MINUS
Definition:
GNUCTokenTypes.java:99
com.jogamp.gluegen.cgram.GNUCTokenTypes.LITERAL_sizeof
int LITERAL_sizeof
Definition:
GNUCTokenTypes.java:104
com.jogamp.gluegen.cgram.GNUCTokenTypes.NFunctionCallArgs
int NFunctionCallArgs
Definition:
GNUCTokenTypes.java:131
com.jogamp.gluegen.cgram.GNUCTokenTypes.NFunctionDef
int NFunctionDef
Definition:
GNUCTokenTypes.java:137
com.jogamp.gluegen.cgram.GNUCTokenTypes.LITERAL_static
int LITERAL_static
Definition:
GNUCTokenTypes.java:26
build
gensrc
java
com
jogamp
gluegen
cgram
GNUCTokenTypes.java
Generated by
1.9.4