cmDependsJavaLexer.h 8.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318
  1. #ifndef cmDependsJava_yyHEADER_H
  2. #define cmDependsJava_yyHEADER_H 1
  3. #define cmDependsJava_yyIN_HEADER 1
  4. #line 6 "cmDependsJavaLexer.h"
  5. #line 8 "cmDependsJavaLexer.h"
  6. #define YY_INT_ALIGNED short int
  7. /* A lexical scanner generated by flex */
  8. #define FLEX_SCANNER
  9. #define YY_FLEX_MAJOR_VERSION 2
  10. #define YY_FLEX_MINOR_VERSION 5
  11. #define YY_FLEX_SUBMINOR_VERSION 31
  12. #if YY_FLEX_SUBMINOR_VERSION > 0
  13. #define FLEX_BETA
  14. #endif
  15. /* First, we deal with platform-specific or compiler-specific issues. */
  16. /* begin standard C headers. */
  17. #include <stdio.h>
  18. #include <string.h>
  19. #include <errno.h>
  20. #include <stdlib.h>
  21. /* end standard C headers. */
  22. /* flex integer type definitions */
  23. #ifndef FLEXINT_H
  24. #define FLEXINT_H
  25. /* C99 systems have <inttypes.h>. Non-C99 systems may or may not. */
  26. #if defined __STDC_VERSION__ && __STDC_VERSION__ >= 199901L
  27. #include <inttypes.h>
  28. typedef int8_t flex_int8_t;
  29. typedef uint8_t flex_uint8_t;
  30. typedef int16_t flex_int16_t;
  31. typedef uint16_t flex_uint16_t;
  32. typedef int32_t flex_int32_t;
  33. typedef uint32_t flex_uint32_t;
  34. #else
  35. typedef signed char flex_int8_t;
  36. typedef short int flex_int16_t;
  37. typedef int flex_int32_t;
  38. typedef unsigned char flex_uint8_t;
  39. typedef unsigned short int flex_uint16_t;
  40. typedef unsigned int flex_uint32_t;
  41. #endif /* ! C99 */
  42. /* Limits of integral types. */
  43. #ifndef INT8_MIN
  44. #define INT8_MIN (-128)
  45. #endif
  46. #ifndef INT16_MIN
  47. #define INT16_MIN (-32767-1)
  48. #endif
  49. #ifndef INT32_MIN
  50. #define INT32_MIN (-2147483647-1)
  51. #endif
  52. #ifndef INT8_MAX
  53. #define INT8_MAX (127)
  54. #endif
  55. #ifndef INT16_MAX
  56. #define INT16_MAX (32767)
  57. #endif
  58. #ifndef INT32_MAX
  59. #define INT32_MAX (2147483647)
  60. #endif
  61. #ifndef UINT8_MAX
  62. #define UINT8_MAX (255U)
  63. #endif
  64. #ifndef UINT16_MAX
  65. #define UINT16_MAX (65535U)
  66. #endif
  67. #ifndef UINT32_MAX
  68. #define UINT32_MAX (4294967295U)
  69. #endif
  70. #endif /* ! FLEXINT_H */
  71. #ifdef __cplusplus
  72. /* The "const" storage-class-modifier is valid. */
  73. #define YY_USE_CONST
  74. #else /* ! __cplusplus */
  75. #if __STDC__
  76. #define YY_USE_CONST
  77. #endif /* __STDC__ */
  78. #endif /* ! __cplusplus */
  79. #ifdef YY_USE_CONST
  80. #define yyconst const
  81. #else
  82. #define yyconst
  83. #endif
  84. /* An opaque pointer. */
  85. #ifndef YY_TYPEDEF_YY_SCANNER_T
  86. #define YY_TYPEDEF_YY_SCANNER_T
  87. typedef void* yyscan_t;
  88. #endif
  89. /* For convenience, these vars (plus the bison vars far below)
  90. are macros in the reentrant scanner. */
  91. #define yyin yyg->yyin_r
  92. #define yyout yyg->yyout_r
  93. #define yyextra yyg->yyextra_r
  94. #define yyleng yyg->yyleng_r
  95. #define yytext yyg->yytext_r
  96. #define yylineno (YY_CURRENT_BUFFER_LVALUE->yy_bs_lineno)
  97. #define yycolumn (YY_CURRENT_BUFFER_LVALUE->yy_bs_column)
  98. #define yy_flex_debug yyg->yy_flex_debug_r
  99. int cmDependsJava_yylex_init (yyscan_t* scanner);
  100. #ifndef YY_TYPEDEF_YY_BUFFER_STATE
  101. #define YY_TYPEDEF_YY_BUFFER_STATE
  102. typedef struct yy_buffer_state *YY_BUFFER_STATE;
  103. #endif
  104. /* The following is because we cannot portably get our hands on size_t
  105. * (without autoconf's help, which isn't available because we want
  106. * flex-generated scanners to compile on their own).
  107. */
  108. #ifndef YY_TYPEDEF_YY_SIZE_T
  109. #define YY_TYPEDEF_YY_SIZE_T
  110. typedef unsigned int yy_size_t;
  111. #endif
  112. #ifndef YY_STRUCT_YY_BUFFER_STATE
  113. #define YY_STRUCT_YY_BUFFER_STATE
  114. struct yy_buffer_state
  115. {
  116. FILE *yy_input_file;
  117. char *yy_ch_buf; /* input buffer */
  118. char *yy_buf_pos; /* current position in input buffer */
  119. /* Size of input buffer in bytes, not including room for EOB
  120. * characters.
  121. */
  122. yy_size_t yy_buf_size;
  123. /* Number of characters read into yy_ch_buf, not including EOB
  124. * characters.
  125. */
  126. int yy_n_chars;
  127. /* Whether we "own" the buffer - i.e., we know we created it,
  128. * and can realloc() it to grow it, and should free() it to
  129. * delete it.
  130. */
  131. int yy_is_our_buffer;
  132. /* Whether this is an "interactive" input source; if so, and
  133. * if we're using stdio for input, then we want to use getc()
  134. * instead of fread(), to make sure we stop fetching input after
  135. * each newline.
  136. */
  137. int yy_is_interactive;
  138. /* Whether we're considered to be at the beginning of a line.
  139. * If so, '^' rules will be active on the next match, otherwise
  140. * not.
  141. */
  142. int yy_at_bol;
  143. int yy_bs_lineno; /**< The line count. */
  144. int yy_bs_column; /**< The column count. */
  145. /* Whether to try to fill the input buffer when we reach the
  146. * end of it.
  147. */
  148. int yy_fill_buffer;
  149. int yy_buffer_status;
  150. };
  151. #endif /* !YY_STRUCT_YY_BUFFER_STATE */
  152. void cmDependsJava_yyrestart (FILE *input_file ,yyscan_t yyscanner );
  153. void cmDependsJava_yy_switch_to_buffer (YY_BUFFER_STATE new_buffer ,yyscan_t yyscanner );
  154. YY_BUFFER_STATE cmDependsJava_yy_create_buffer (FILE *file,int size ,yyscan_t yyscanner );
  155. void cmDependsJava_yy_delete_buffer (YY_BUFFER_STATE b ,yyscan_t yyscanner );
  156. void cmDependsJava_yy_flush_buffer (YY_BUFFER_STATE b ,yyscan_t yyscanner );
  157. void cmDependsJava_yypush_buffer_state (YY_BUFFER_STATE new_buffer ,yyscan_t yyscanner );
  158. void cmDependsJava_yypop_buffer_state (yyscan_t yyscanner );
  159. YY_BUFFER_STATE cmDependsJava_yy_scan_buffer (char *base,yy_size_t size ,yyscan_t yyscanner );
  160. YY_BUFFER_STATE cmDependsJava_yy_scan_string (yyconst char *yy_str ,yyscan_t yyscanner );
  161. YY_BUFFER_STATE cmDependsJava_yy_scan_bytes (yyconst char *bytes,int len ,yyscan_t yyscanner );
  162. void *cmDependsJava_yyalloc (yy_size_t ,yyscan_t yyscanner );
  163. void *cmDependsJava_yyrealloc (void *,yy_size_t ,yyscan_t yyscanner );
  164. void cmDependsJava_yyfree (void * ,yyscan_t yyscanner );
  165. /* Begin user sect3 */
  166. #define cmDependsJava_yywrap(n) 1
  167. #define YY_SKIP_YYWRAP
  168. #define yytext_ptr yytext_r
  169. #ifdef YY_HEADER_EXPORT_START_CONDITIONS
  170. #define INITIAL 0
  171. #define comment 1
  172. #define string 2
  173. #endif
  174. #ifndef YY_EXTRA_TYPE
  175. #define YY_EXTRA_TYPE void *
  176. #endif
  177. /* Accessor methods to globals.
  178. These are made visible to non-reentrant scanners for convenience. */
  179. int cmDependsJava_yylex_destroy (yyscan_t yyscanner );
  180. int cmDependsJava_yyget_debug (yyscan_t yyscanner );
  181. void cmDependsJava_yyset_debug (int debug_flag ,yyscan_t yyscanner );
  182. YY_EXTRA_TYPE cmDependsJava_yyget_extra (yyscan_t yyscanner );
  183. void cmDependsJava_yyset_extra (YY_EXTRA_TYPE user_defined ,yyscan_t yyscanner );
  184. FILE *cmDependsJava_yyget_in (yyscan_t yyscanner );
  185. void cmDependsJava_yyset_in (FILE * in_str ,yyscan_t yyscanner );
  186. FILE *cmDependsJava_yyget_out (yyscan_t yyscanner );
  187. void cmDependsJava_yyset_out (FILE * out_str ,yyscan_t yyscanner );
  188. int cmDependsJava_yyget_leng (yyscan_t yyscanner );
  189. char *cmDependsJava_yyget_text (yyscan_t yyscanner );
  190. int cmDependsJava_yyget_lineno (yyscan_t yyscanner );
  191. void cmDependsJava_yyset_lineno (int line_number ,yyscan_t yyscanner );
  192. /* Macros after this point can all be overridden by user definitions in
  193. * section 1.
  194. */
  195. #ifndef YY_SKIP_YYWRAP
  196. #ifdef __cplusplus
  197. extern "C" int cmDependsJava_yywrap (yyscan_t yyscanner );
  198. #else
  199. extern int cmDependsJava_yywrap (yyscan_t yyscanner );
  200. #endif
  201. #endif
  202. #ifndef yytext_ptr
  203. static void yy_flex_strncpy (char *,yyconst char *,int ,yyscan_t yyscanner);
  204. #endif
  205. #ifdef YY_NEED_STRLEN
  206. static int yy_flex_strlen (yyconst char * ,yyscan_t yyscanner);
  207. #endif
  208. #ifndef YY_NO_INPUT
  209. #endif
  210. /* Amount of stuff to slurp up with each read. */
  211. #ifndef YY_READ_BUF_SIZE
  212. #define YY_READ_BUF_SIZE 8192
  213. #endif
  214. /* Number of entries by which start-condition stack grows. */
  215. #ifndef YY_START_STACK_INCR
  216. #define YY_START_STACK_INCR 25
  217. #endif
  218. /* Default declaration of generated scanner - a define so the user can
  219. * easily add parameters.
  220. */
  221. #ifndef YY_DECL
  222. #define YY_DECL_IS_OURS 1
  223. extern int cmDependsJava_yylex (yyscan_t yyscanner);
  224. #define YY_DECL int cmDependsJava_yylex (yyscan_t yyscanner)
  225. #endif /* !YY_DECL */
  226. /* yy_get_previous_state - get the state just before the EOB char was reached */
  227. #undef YY_NEW_FILE
  228. #undef YY_FLUSH_BUFFER
  229. #undef yy_set_bol
  230. #undef yy_new_buffer
  231. #undef yy_set_interactive
  232. #undef yytext_ptr
  233. #undef YY_DO_BEFORE_ACTION
  234. #ifdef YY_DECL_IS_OURS
  235. #undef YY_DECL_IS_OURS
  236. #undef YY_DECL
  237. #endif
  238. #line 214 "cmDependsJavaLexer.in.l"
  239. #line 327 "cmDependsJavaLexer.h"
  240. #undef cmDependsJava_yyIN_HEADER
  241. #endif /* cmDependsJava_yyHEADER_H */