summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/ETCL/ETCL_y.h
blob: 992da22bf0220c4851ddddf79f976e156e3c634b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
// $Id$
#ifndef YYSTYPE
#define YYSTYPE int
#endif
#define	TAO_ETCL_GT	257
#define	TAO_ETCL_GE	258
#define	TAO_ETCL_LT	259
#define	TAO_ETCL_LE	260
#define	TAO_ETCL_EQ	261
#define	TAO_ETCL_NE	262
#define	TAO_ETCL_EXIST	263
#define	TAO_ETCL_DEFAULT	264
#define	TAO_ETCL_AND	265
#define	TAO_ETCL_OR	266
#define	TAO_ETCL_NOT	267
#define	TAO_ETCL_IN	268
#define	TAO_ETCL_TWIDDLE	269
#define	TAO_ETCL_BOOLEAN	270
#define	TAO_ETCL_PLUS	271
#define	TAO_ETCL_MINUS	272
#define	TAO_ETCL_MULT	273
#define	TAO_ETCL_DIV	274
#define	TAO_ETCL_UMINUS	275
#define	TAO_ETCL_INTEGER	276
#define	TAO_ETCL_FLOAT	277
#define	TAO_ETCL_STRING	278
#define	TAO_ETCL_RPAREN	279
#define	TAO_ETCL_LPAREN	280
#define	TAO_ETCL_RBRA	281
#define	TAO_ETCL_LBRA	282
#define	TAO_ETCL_IDENT	283
#define	TAO_ETCL_UNSIGNED	284
#define	TAO_ETCL_SIGNED	285
#define	TAO_ETCL_DOUBLE	286
#define	TAO_ETCL_CONSTRAINT	287
#define	TAO_ETCL_SEQUENCE	288
#define	TAO_ETCL_WITH	289
#define	TAO_ETCL_MAX	290
#define	TAO_ETCL_MIN	291
#define	TAO_ETCL_FIRST	292
#define	TAO_ETCL_RANDOM	293
#define	TAO_ETCL_DOLLAR	294
#define	TAO_ETCL_DOT	295
#define	TAO_ETCL_DISCRIMINANT	296
#define	TAO_ETCL_LENGTH	297
#define	TAO_ETCL_TYPE_ID	298
#define	TAO_ETCL_REPOS_ID	299