Data Structures | Macros | Typedefs | Enumerations
gfsmRegex.tab.h File Reference

bison-generated parser headers for gfsmRegexCompiler More...

Go to the source code of this file.

Data Structures

union  YYSTYPE
 bison-generated parser rule-value union More...

Macros

#define TOK_UNKNOWN   258
#define TOK_CHAR   259
#define TOK_UINT   260
#define TOK_STRING   261
#define TOK_WEIGHT   262
#define CONCAT   263
#define LABCONCAT   264
#define WEIGHT   265
#define YYSTYPE_IS_TRIVIAL   1
#define yystype   YYSTYPE /* obsolescent; will be withdrawn */
#define YYSTYPE_IS_DECLARED   1

Typedefs

typedef union YYSTYPE YYSTYPE

Enumerations

enum  yytokentype {
  TOK_UNKNOWN = 258, TOK_CHAR = 259, TOK_UINT = 260, TOK_STRING = 261,
  TOK_WEIGHT = 262, CONCAT = 263, LABCONCAT = 264, WEIGHT = 265
}

Detailed Description

Macro Definition Documentation

#define TOK_UNKNOWN   258
#define TOK_CHAR   259
#define TOK_UINT   260
#define TOK_STRING   261
#define TOK_WEIGHT   262
#define CONCAT   263
#define LABCONCAT   264
#define WEIGHT   265
#define YYSTYPE_IS_TRIVIAL   1
#define yystype   YYSTYPE /* obsolescent; will be withdrawn */
#define YYSTYPE_IS_DECLARED   1

Typedef Documentation

typedef union YYSTYPE YYSTYPE

Enumeration Type Documentation

Enumerator:
TOK_UNKNOWN 
TOK_CHAR 
TOK_UINT 
TOK_STRING 
TOK_WEIGHT 
CONCAT 
LABCONCAT 
WEIGHT