Ruby  1.9.3p429(2013-05-15revision40747)
Data Structures | Macros | Typedefs | Enumerations
parse.h File Reference

Go to the source code of this file.

Data Structures

union  YYSTYPE
 

Macros

#define keyword_class   258
 
#define keyword_module   259
 
#define keyword_def   260
 
#define keyword_undef   261
 
#define keyword_begin   262
 
#define keyword_rescue   263
 
#define keyword_ensure   264
 
#define keyword_end   265
 
#define keyword_if   266
 
#define keyword_unless   267
 
#define keyword_then   268
 
#define keyword_elsif   269
 
#define keyword_else   270
 
#define keyword_case   271
 
#define keyword_when   272
 
#define keyword_while   273
 
#define keyword_until   274
 
#define keyword_for   275
 
#define keyword_break   276
 
#define keyword_next   277
 
#define keyword_redo   278
 
#define keyword_retry   279
 
#define keyword_in   280
 
#define keyword_do   281
 
#define keyword_do_cond   282
 
#define keyword_do_block   283
 
#define keyword_do_LAMBDA   284
 
#define keyword_return   285
 
#define keyword_yield   286
 
#define keyword_super   287
 
#define keyword_self   288
 
#define keyword_nil   289
 
#define keyword_true   290
 
#define keyword_false   291
 
#define keyword_and   292
 
#define keyword_or   293
 
#define keyword_not   294
 
#define modifier_if   295
 
#define modifier_unless   296
 
#define modifier_while   297
 
#define modifier_until   298
 
#define modifier_rescue   299
 
#define keyword_alias   300
 
#define keyword_defined   301
 
#define keyword_BEGIN   302
 
#define keyword_END   303
 
#define keyword__LINE__   304
 
#define keyword__FILE__   305
 
#define keyword__ENCODING__   306
 
#define tIDENTIFIER   307
 
#define tFID   308
 
#define tGVAR   309
 
#define tIVAR   310
 
#define tCONSTANT   311
 
#define tCVAR   312
 
#define tLABEL   313
 
#define tINTEGER   314
 
#define tFLOAT   315
 
#define tSTRING_CONTENT   316
 
#define tCHAR   317
 
#define tNTH_REF   318
 
#define tBACK_REF   319
 
#define tREGEXP_END   320
 
#define tUPLUS   321
 
#define tUMINUS   322
 
#define tPOW   323
 
#define tCMP   324
 
#define tEQ   325
 
#define tEQQ   326
 
#define tNEQ   327
 
#define tGEQ   328
 
#define tLEQ   329
 
#define tANDOP   330
 
#define tOROP   331
 
#define tMATCH   332
 
#define tNMATCH   333
 
#define tDOT2   334
 
#define tDOT3   335
 
#define tAREF   336
 
#define tASET   337
 
#define tLSHFT   338
 
#define tRSHFT   339
 
#define tCOLON2   340
 
#define tCOLON3   341
 
#define tOP_ASGN   342
 
#define tASSOC   343
 
#define tLPAREN   344
 
#define tLPAREN_ARG   345
 
#define tRPAREN   346
 
#define tLBRACK   347
 
#define tLBRACE   348
 
#define tLBRACE_ARG   349
 
#define tSTAR   350
 
#define tAMPER   351
 
#define tLAMBDA   352
 
#define tSYMBEG   353
 
#define tSTRING_BEG   354
 
#define tXSTRING_BEG   355
 
#define tREGEXP_BEG   356
 
#define tWORDS_BEG   357
 
#define tQWORDS_BEG   358
 
#define tSTRING_DBEG   359
 
#define tSTRING_DVAR   360
 
#define tSTRING_END   361
 
#define tLAMBEG   362
 
#define tLOWEST   363
 
#define tUMINUS_NUM   364
 
#define idNULL   365
 
#define idRespond_to   366
 
#define idIFUNC   367
 
#define idCFUNC   368
 
#define id_core_set_method_alias   369
 
#define id_core_set_variable_alias   370
 
#define id_core_undef_method   371
 
#define id_core_define_method   372
 
#define id_core_define_singleton_method   373
 
#define id_core_set_postexe   374
 
#define tLAST_TOKEN   375
 
#define yystype   YYSTYPE /* obsolescent; will be withdrawn */
 
#define YYSTYPE_IS_DECLARED   1
 
#define YYSTYPE_IS_TRIVIAL   1
 
#define keyword_class   258
 
#define keyword_module   259
 
#define keyword_def   260
 
#define keyword_undef   261
 
#define keyword_begin   262
 
#define keyword_rescue   263
 
#define keyword_ensure   264
 
#define keyword_end   265
 
#define keyword_if   266
 
#define keyword_unless   267
 
#define keyword_then   268
 
#define keyword_elsif   269
 
#define keyword_else   270
 
#define keyword_case   271
 
#define keyword_when   272
 
#define keyword_while   273
 
#define keyword_until   274
 
#define keyword_for   275
 
#define keyword_break   276
 
#define keyword_next   277
 
#define keyword_redo   278
 
#define keyword_retry   279
 
#define keyword_in   280
 
#define keyword_do   281
 
#define keyword_do_cond   282
 
#define keyword_do_block   283
 
#define keyword_do_LAMBDA   284
 
#define keyword_return   285
 
#define keyword_yield   286
 
#define keyword_super   287
 
#define keyword_self   288
 
#define keyword_nil   289
 
#define keyword_true   290
 
#define keyword_false   291
 
#define keyword_and   292
 
#define keyword_or   293
 
#define keyword_not   294
 
#define modifier_if   295
 
#define modifier_unless   296
 
#define modifier_while   297
 
#define modifier_until   298
 
#define modifier_rescue   299
 
#define keyword_alias   300
 
#define keyword_defined   301
 
#define keyword_BEGIN   302
 
#define keyword_END   303
 
#define keyword__LINE__   304
 
#define keyword__FILE__   305
 
#define keyword__ENCODING__   306
 
#define tIDENTIFIER   307
 
#define tFID   308
 
#define tGVAR   309
 
#define tIVAR   310
 
#define tCONSTANT   311
 
#define tCVAR   312
 
#define tLABEL   313
 
#define tINTEGER   314
 
#define tFLOAT   315
 
#define tSTRING_CONTENT   316
 
#define tCHAR   317
 
#define tNTH_REF   318
 
#define tBACK_REF   319
 
#define tREGEXP_END   320
 
#define tUPLUS   321
 
#define tUMINUS   322
 
#define tPOW   323
 
#define tCMP   324
 
#define tEQ   325
 
#define tEQQ   326
 
#define tNEQ   327
 
#define tGEQ   328
 
#define tLEQ   329
 
#define tANDOP   330
 
#define tOROP   331
 
#define tMATCH   332
 
#define tNMATCH   333
 
#define tDOT2   334
 
#define tDOT3   335
 
#define tAREF   336
 
#define tASET   337
 
#define tLSHFT   338
 
#define tRSHFT   339
 
#define tCOLON2   340
 
#define tCOLON3   341
 
#define tOP_ASGN   342
 
#define tASSOC   343
 
#define tLPAREN   344
 
#define tLPAREN_ARG   345
 
#define tRPAREN   346
 
#define tLBRACK   347
 
#define tLBRACE   348
 
#define tLBRACE_ARG   349
 
#define tSTAR   350
 
#define tAMPER   351
 
#define tLAMBDA   352
 
#define tSYMBEG   353
 
#define tSTRING_BEG   354
 
#define tXSTRING_BEG   355
 
#define tREGEXP_BEG   356
 
#define tWORDS_BEG   357
 
#define tQWORDS_BEG   358
 
#define tSTRING_DBEG   359
 
#define tSTRING_DVAR   360
 
#define tSTRING_END   361
 
#define tLAMBEG   362
 
#define tLOWEST   363
 
#define tUMINUS_NUM   364
 
#define idNULL   365
 
#define idRespond_to   366
 
#define idIFUNC   367
 
#define idCFUNC   368
 
#define id_core_set_method_alias   369
 
#define id_core_set_variable_alias   370
 
#define id_core_undef_method   371
 
#define id_core_define_method   372
 
#define id_core_define_singleton_method   373
 
#define id_core_set_postexe   374
 
#define tLAST_TOKEN   375
 
#define yystype   YYSTYPE /* obsolescent; will be withdrawn */
 
#define YYSTYPE_IS_DECLARED   1
 
#define YYSTYPE_IS_TRIVIAL   1
 
#define keyword_class   258
 
#define keyword_module   259
 
#define keyword_def   260
 
#define keyword_undef   261
 
#define keyword_begin   262
 
#define keyword_rescue   263
 
#define keyword_ensure   264
 
#define keyword_end   265
 
#define keyword_if   266
 
#define keyword_unless   267
 
#define keyword_then   268
 
#define keyword_elsif   269
 
#define keyword_else   270
 
#define keyword_case   271
 
#define keyword_when   272
 
#define keyword_while   273
 
#define keyword_until   274
 
#define keyword_for   275
 
#define keyword_break   276
 
#define keyword_next   277
 
#define keyword_redo   278
 
#define keyword_retry   279
 
#define keyword_in   280
 
#define keyword_do   281
 
#define keyword_do_cond   282
 
#define keyword_do_block   283
 
#define keyword_do_LAMBDA   284
 
#define keyword_return   285
 
#define keyword_yield   286
 
#define keyword_super   287
 
#define keyword_self   288
 
#define keyword_nil   289
 
#define keyword_true   290
 
#define keyword_false   291
 
#define keyword_and   292
 
#define keyword_or   293
 
#define keyword_not   294
 
#define modifier_if   295
 
#define modifier_unless   296
 
#define modifier_while   297
 
#define modifier_until   298
 
#define modifier_rescue   299
 
#define keyword_alias   300
 
#define keyword_defined   301
 
#define keyword_BEGIN   302
 
#define keyword_END   303
 
#define keyword__LINE__   304
 
#define keyword__FILE__   305
 
#define keyword__ENCODING__   306
 
#define tIDENTIFIER   307
 
#define tFID   308
 
#define tGVAR   309
 
#define tIVAR   310
 
#define tCONSTANT   311
 
#define tCVAR   312
 
#define tLABEL   313
 
#define tINTEGER   314
 
#define tFLOAT   315
 
#define tSTRING_CONTENT   316
 
#define tCHAR   317
 
#define tNTH_REF   318
 
#define tBACK_REF   319
 
#define tREGEXP_END   320
 
#define tUPLUS   321
 
#define tUMINUS   322
 
#define tPOW   323
 
#define tCMP   324
 
#define tEQ   325
 
#define tEQQ   326
 
#define tNEQ   327
 
#define tGEQ   328
 
#define tLEQ   329
 
#define tANDOP   330
 
#define tOROP   331
 
#define tMATCH   332
 
#define tNMATCH   333
 
#define tDOT2   334
 
#define tDOT3   335
 
#define tAREF   336
 
#define tASET   337
 
#define tLSHFT   338
 
#define tRSHFT   339
 
#define tCOLON2   340
 
#define tCOLON3   341
 
#define tOP_ASGN   342
 
#define tASSOC   343
 
#define tLPAREN   344
 
#define tLPAREN_ARG   345
 
#define tRPAREN   346
 
#define tLBRACK   347
 
#define tLBRACE   348
 
#define tLBRACE_ARG   349
 
#define tSTAR   350
 
#define tAMPER   351
 
#define tLAMBDA   352
 
#define tSYMBEG   353
 
#define tSTRING_BEG   354
 
#define tXSTRING_BEG   355
 
#define tREGEXP_BEG   356
 
#define tWORDS_BEG   357
 
#define tQWORDS_BEG   358
 
#define tSTRING_DBEG   359
 
#define tSTRING_DVAR   360
 
#define tSTRING_END   361
 
#define tLAMBEG   362
 
#define tLOWEST   363
 
#define tUMINUS_NUM   364
 
#define idNULL   365
 
#define idRespond_to   366
 
#define idIFUNC   367
 
#define idCFUNC   368
 
#define id_core_set_method_alias   369
 
#define id_core_set_variable_alias   370
 
#define id_core_undef_method   371
 
#define id_core_define_method   372
 
#define id_core_define_singleton_method   373
 
#define id_core_set_postexe   374
 
#define tLAST_TOKEN   375
 

Typedefs

typedef union YYSTYPE YYSTYPE
 

Enumerations

enum  yytokentype {
  keyword_class = 258, keyword_module = 259, keyword_def = 260, keyword_undef = 261,
  keyword_begin = 262, keyword_rescue = 263, keyword_ensure = 264, keyword_end = 265,
  keyword_if = 266, keyword_unless = 267, keyword_then = 268, keyword_elsif = 269,
  keyword_else = 270, keyword_case = 271, keyword_when = 272, keyword_while = 273,
  keyword_until = 274, keyword_for = 275, keyword_break = 276, keyword_next = 277,
  keyword_redo = 278, keyword_retry = 279, keyword_in = 280, keyword_do = 281,
  keyword_do_cond = 282, keyword_do_block = 283, keyword_do_LAMBDA = 284, keyword_return = 285,
  keyword_yield = 286, keyword_super = 287, keyword_self = 288, keyword_nil = 289,
  keyword_true = 290, keyword_false = 291, keyword_and = 292, keyword_or = 293,
  keyword_not = 294, modifier_if = 295, modifier_unless = 296, modifier_while = 297,
  modifier_until = 298, modifier_rescue = 299, keyword_alias = 300, keyword_defined = 301,
  keyword_BEGIN = 302, keyword_END = 303, keyword__LINE__ = 304, keyword__FILE__ = 305,
  keyword__ENCODING__ = 306, tIDENTIFIER = 307, tFID = 308, tGVAR = 309,
  tIVAR = 310, tCONSTANT = 311, tCVAR = 312, tLABEL = 313,
  tINTEGER = 314, tFLOAT = 315, tSTRING_CONTENT = 316, tCHAR = 317,
  tNTH_REF = 318, tBACK_REF = 319, tREGEXP_END = 320, tUPLUS = 321,
  tUMINUS = 322, tPOW = 323, tCMP = 324, tEQ = 325,
  tEQQ = 326, tNEQ = 327, tGEQ = 328, tLEQ = 329,
  tANDOP = 330, tOROP = 331, tMATCH = 332, tNMATCH = 333,
  tDOT2 = 334, tDOT3 = 335, tAREF = 336, tASET = 337,
  tLSHFT = 338, tRSHFT = 339, tCOLON2 = 340, tCOLON3 = 341,
  tOP_ASGN = 342, tASSOC = 343, tLPAREN = 344, tLPAREN_ARG = 345,
  tRPAREN = 346, tLBRACK = 347, tLBRACE = 348, tLBRACE_ARG = 349,
  tSTAR = 350, tAMPER = 351, tLAMBDA = 352, tSYMBEG = 353,
  tSTRING_BEG = 354, tXSTRING_BEG = 355, tREGEXP_BEG = 356, tWORDS_BEG = 357,
  tQWORDS_BEG = 358, tSTRING_DBEG = 359, tSTRING_DVAR = 360, tSTRING_END = 361,
  tLAMBEG = 362, tLOWEST = 363, tUMINUS_NUM = 364, idNULL = 365,
  idRespond_to = 366, idIFUNC = 367, idCFUNC = 368, id_core_set_method_alias = 369,
  id_core_set_variable_alias = 370, id_core_undef_method = 371, id_core_define_method = 372, id_core_define_singleton_method = 373,
  id_core_set_postexe = 374, tLAST_TOKEN = 375, keyword_class = 258, keyword_module = 259,
  keyword_def = 260, keyword_undef = 261, keyword_begin = 262, keyword_rescue = 263,
  keyword_ensure = 264, keyword_end = 265, keyword_if = 266, keyword_unless = 267,
  keyword_then = 268, keyword_elsif = 269, keyword_else = 270, keyword_case = 271,
  keyword_when = 272, keyword_while = 273, keyword_until = 274, keyword_for = 275,
  keyword_break = 276, keyword_next = 277, keyword_redo = 278, keyword_retry = 279,
  keyword_in = 280, keyword_do = 281, keyword_do_cond = 282, keyword_do_block = 283,
  keyword_do_LAMBDA = 284, keyword_return = 285, keyword_yield = 286, keyword_super = 287,
  keyword_self = 288, keyword_nil = 289, keyword_true = 290, keyword_false = 291,
  keyword_and = 292, keyword_or = 293, keyword_not = 294, modifier_if = 295,
  modifier_unless = 296, modifier_while = 297, modifier_until = 298, modifier_rescue = 299,
  keyword_alias = 300, keyword_defined = 301, keyword_BEGIN = 302, keyword_END = 303,
  keyword__LINE__ = 304, keyword__FILE__ = 305, keyword__ENCODING__ = 306, tIDENTIFIER = 307,
  tFID = 308, tGVAR = 309, tIVAR = 310, tCONSTANT = 311,
  tCVAR = 312, tLABEL = 313, tINTEGER = 314, tFLOAT = 315,
  tSTRING_CONTENT = 316, tCHAR = 317, tNTH_REF = 318, tBACK_REF = 319,
  tREGEXP_END = 320, tUPLUS = 321, tUMINUS = 322, tPOW = 323,
  tCMP = 324, tEQ = 325, tEQQ = 326, tNEQ = 327,
  tGEQ = 328, tLEQ = 329, tANDOP = 330, tOROP = 331,
  tMATCH = 332, tNMATCH = 333, tDOT2 = 334, tDOT3 = 335,
  tAREF = 336, tASET = 337, tLSHFT = 338, tRSHFT = 339,
  tCOLON2 = 340, tCOLON3 = 341, tOP_ASGN = 342, tASSOC = 343,
  tLPAREN = 344, tLPAREN_ARG = 345, tRPAREN = 346, tLBRACK = 347,
  tLBRACE = 348, tLBRACE_ARG = 349, tSTAR = 350, tAMPER = 351,
  tLAMBDA = 352, tSYMBEG = 353, tSTRING_BEG = 354, tXSTRING_BEG = 355,
  tREGEXP_BEG = 356, tWORDS_BEG = 357, tQWORDS_BEG = 358, tSTRING_DBEG = 359,
  tSTRING_DVAR = 360, tSTRING_END = 361, tLAMBEG = 362, tLOWEST = 363,
  tUMINUS_NUM = 364, idNULL = 365, idRespond_to = 366, idIFUNC = 367,
  idCFUNC = 368, id_core_set_method_alias = 369, id_core_set_variable_alias = 370, id_core_undef_method = 371,
  id_core_define_method = 372, id_core_define_singleton_method = 373, id_core_set_postexe = 374, tLAST_TOKEN = 375,
  YAML_ANCHOR = 258, YAML_ALIAS = 259, YAML_TRANSFER = 260, YAML_TAGURI = 261,
  YAML_ITRANSFER = 262, YAML_WORD = 263, YAML_PLAIN = 264, YAML_BLOCK = 265,
  YAML_DOCSEP = 266, YAML_IOPEN = 267, YAML_INDENT = 268, YAML_IEND = 269,
  YAML_ANCHOR = 258, YAML_ALIAS = 259, YAML_TRANSFER = 260, YAML_TAGURI = 261,
  YAML_ITRANSFER = 262, YAML_WORD = 263, YAML_PLAIN = 264, YAML_BLOCK = 265,
  YAML_DOCSEP = 266, YAML_IOPEN = 267, YAML_INDENT = 268, YAML_IEND = 269,
  keyword_class = 258, keyword_module = 259, keyword_def = 260, keyword_undef = 261,
  keyword_begin = 262, keyword_rescue = 263, keyword_ensure = 264, keyword_end = 265,
  keyword_if = 266, keyword_unless = 267, keyword_then = 268, keyword_elsif = 269,
  keyword_else = 270, keyword_case = 271, keyword_when = 272, keyword_while = 273,
  keyword_until = 274, keyword_for = 275, keyword_break = 276, keyword_next = 277,
  keyword_redo = 278, keyword_retry = 279, keyword_in = 280, keyword_do = 281,
  keyword_do_cond = 282, keyword_do_block = 283, keyword_do_LAMBDA = 284, keyword_return = 285,
  keyword_yield = 286, keyword_super = 287, keyword_self = 288, keyword_nil = 289,
  keyword_true = 290, keyword_false = 291, keyword_and = 292, keyword_or = 293,
  keyword_not = 294, modifier_if = 295, modifier_unless = 296, modifier_while = 297,
  modifier_until = 298, modifier_rescue = 299, keyword_alias = 300, keyword_defined = 301,
  keyword_BEGIN = 302, keyword_END = 303, keyword__LINE__ = 304, keyword__FILE__ = 305,
  keyword__ENCODING__ = 306, tIDENTIFIER = 307, tFID = 308, tGVAR = 309,
  tIVAR = 310, tCONSTANT = 311, tCVAR = 312, tLABEL = 313,
  tINTEGER = 314, tFLOAT = 315, tSTRING_CONTENT = 316, tCHAR = 317,
  tNTH_REF = 318, tBACK_REF = 319, tREGEXP_END = 320, tUPLUS = 321,
  tUMINUS = 322, tPOW = 323, tCMP = 324, tEQ = 325,
  tEQQ = 326, tNEQ = 327, tGEQ = 328, tLEQ = 329,
  tANDOP = 330, tOROP = 331, tMATCH = 332, tNMATCH = 333,
  tDOT2 = 334, tDOT3 = 335, tAREF = 336, tASET = 337,
  tLSHFT = 338, tRSHFT = 339, tCOLON2 = 340, tCOLON3 = 341,
  tOP_ASGN = 342, tASSOC = 343, tLPAREN = 344, tLPAREN_ARG = 345,
  tRPAREN = 346, tLBRACK = 347, tLBRACE = 348, tLBRACE_ARG = 349,
  tSTAR = 350, tAMPER = 351, tLAMBDA = 352, tSYMBEG = 353,
  tSTRING_BEG = 354, tXSTRING_BEG = 355, tREGEXP_BEG = 356, tWORDS_BEG = 357,
  tQWORDS_BEG = 358, tSTRING_DBEG = 359, tSTRING_DVAR = 360, tSTRING_END = 361,
  tLAMBEG = 362, tLOWEST = 363, tUMINUS_NUM = 364, idNULL = 365,
  idRespond_to = 366, idIFUNC = 367, idCFUNC = 368, id_core_set_method_alias = 369,
  id_core_set_variable_alias = 370, id_core_undef_method = 371, id_core_define_method = 372, id_core_define_singleton_method = 373,
  id_core_set_postexe = 374, tLAST_TOKEN = 375, keyword_class = 258, keyword_module = 259,
  keyword_def = 260, keyword_undef = 261, keyword_begin = 262, keyword_rescue = 263,
  keyword_ensure = 264, keyword_end = 265, keyword_if = 266, keyword_unless = 267,
  keyword_then = 268, keyword_elsif = 269, keyword_else = 270, keyword_case = 271,
  keyword_when = 272, keyword_while = 273, keyword_until = 274, keyword_for = 275,
  keyword_break = 276, keyword_next = 277, keyword_redo = 278, keyword_retry = 279,
  keyword_in = 280, keyword_do = 281, keyword_do_cond = 282, keyword_do_block = 283,
  keyword_do_LAMBDA = 284, keyword_return = 285, keyword_yield = 286, keyword_super = 287,
  keyword_self = 288, keyword_nil = 289, keyword_true = 290, keyword_false = 291,
  keyword_and = 292, keyword_or = 293, keyword_not = 294, modifier_if = 295,
  modifier_unless = 296, modifier_while = 297, modifier_until = 298, modifier_rescue = 299,
  keyword_alias = 300, keyword_defined = 301, keyword_BEGIN = 302, keyword_END = 303,
  keyword__LINE__ = 304, keyword__FILE__ = 305, keyword__ENCODING__ = 306, tIDENTIFIER = 307,
  tFID = 308, tGVAR = 309, tIVAR = 310, tCONSTANT = 311,
  tCVAR = 312, tLABEL = 313, tINTEGER = 314, tFLOAT = 315,
  tSTRING_CONTENT = 316, tCHAR = 317, tNTH_REF = 318, tBACK_REF = 319,
  tREGEXP_END = 320, tUPLUS = 321, tUMINUS = 322, tPOW = 323,
  tCMP = 324, tEQ = 325, tEQQ = 326, tNEQ = 327,
  tGEQ = 328, tLEQ = 329, tANDOP = 330, tOROP = 331,
  tMATCH = 332, tNMATCH = 333, tDOT2 = 334, tDOT3 = 335,
  tAREF = 336, tASET = 337, tLSHFT = 338, tRSHFT = 339,
  tCOLON2 = 340, tCOLON3 = 341, tOP_ASGN = 342, tASSOC = 343,
  tLPAREN = 344, tLPAREN_ARG = 345, tRPAREN = 346, tLBRACK = 347,
  tLBRACE = 348, tLBRACE_ARG = 349, tSTAR = 350, tAMPER = 351,
  tLAMBDA = 352, tSYMBEG = 353, tSTRING_BEG = 354, tXSTRING_BEG = 355,
  tREGEXP_BEG = 356, tWORDS_BEG = 357, tQWORDS_BEG = 358, tSTRING_DBEG = 359,
  tSTRING_DVAR = 360, tSTRING_END = 361, tLAMBEG = 362, tLOWEST = 363,
  tUMINUS_NUM = 364, idNULL = 365, idRespond_to = 366, idIFUNC = 367,
  idCFUNC = 368, id_core_set_method_alias = 369, id_core_set_variable_alias = 370, id_core_undef_method = 371,
  id_core_define_method = 372, id_core_define_singleton_method = 373, id_core_set_postexe = 374, tLAST_TOKEN = 375
}
 

Macro Definition Documentation

#define id_core_define_method   372
#define id_core_define_method   372
#define id_core_define_method   372

Definition at line 278 of file parse.y.

#define id_core_define_singleton_method   373
#define id_core_define_singleton_method   373
#define id_core_define_singleton_method   373

Definition at line 279 of file parse.y.

#define id_core_set_method_alias   369
#define id_core_set_method_alias   369
#define id_core_set_method_alias   369

Definition at line 275 of file parse.y.

#define id_core_set_postexe   374
#define id_core_set_postexe   374
#define id_core_set_postexe   374

Definition at line 280 of file parse.y.

#define id_core_set_variable_alias   370
#define id_core_set_variable_alias   370
#define id_core_set_variable_alias   370

Definition at line 276 of file parse.y.

#define id_core_undef_method   371
#define id_core_undef_method   371
#define id_core_undef_method   371

Definition at line 277 of file parse.y.

#define idCFUNC   368
#define idCFUNC   368
#define idCFUNC   368

Definition at line 274 of file parse.y.

#define idIFUNC   367
#define idIFUNC   367
#define idIFUNC   367

Definition at line 273 of file parse.y.

#define idNULL   365
#define idNULL   365
#define idNULL   365

Definition at line 271 of file parse.y.

#define idRespond_to   366
#define idRespond_to   366
#define idRespond_to   366

Definition at line 272 of file parse.y.

#define keyword__ENCODING__   306
#define keyword__ENCODING__   306

Definition at line 212 of file parse.y.

#define keyword__ENCODING__   306
#define keyword__FILE__   305
#define keyword__FILE__   305

Definition at line 211 of file parse.y.

#define keyword__FILE__   305
#define keyword__LINE__   304
#define keyword__LINE__   304

Definition at line 210 of file parse.y.

#define keyword__LINE__   304
#define keyword_alias   300
#define keyword_alias   300

Definition at line 206 of file parse.y.

#define keyword_alias   300
#define keyword_and   292

Definition at line 198 of file parse.y.

#define keyword_and   292
#define keyword_and   292
#define keyword_begin   262
#define keyword_begin   262

Definition at line 168 of file parse.y.

#define keyword_begin   262
#define keyword_BEGIN   302
#define keyword_BEGIN   302

Definition at line 208 of file parse.y.

#define keyword_BEGIN   302
#define keyword_break   276
#define keyword_break   276

Definition at line 182 of file parse.y.

#define keyword_break   276
#define keyword_case   271
#define keyword_case   271

Definition at line 177 of file parse.y.

#define keyword_case   271
#define keyword_class   258
#define keyword_class   258
#define keyword_class   258

Definition at line 164 of file parse.y.

#define keyword_def   260
#define keyword_def   260
#define keyword_def   260

Definition at line 166 of file parse.y.

#define keyword_defined   301
#define keyword_defined   301

Definition at line 207 of file parse.y.

#define keyword_defined   301
#define keyword_do   281
#define keyword_do   281

Definition at line 187 of file parse.y.

#define keyword_do   281
#define keyword_do_block   283
#define keyword_do_block   283

Definition at line 189 of file parse.y.

#define keyword_do_block   283
#define keyword_do_cond   282
#define keyword_do_cond   282

Definition at line 188 of file parse.y.

#define keyword_do_cond   282
#define keyword_do_LAMBDA   284
#define keyword_do_LAMBDA   284

Definition at line 190 of file parse.y.

#define keyword_do_LAMBDA   284
#define keyword_else   270

Definition at line 176 of file parse.y.

#define keyword_else   270
#define keyword_else   270
#define keyword_elsif   269

Definition at line 175 of file parse.y.

#define keyword_elsif   269
#define keyword_elsif   269
#define keyword_end   265

Definition at line 171 of file parse.y.

#define keyword_end   265
#define keyword_end   265
#define keyword_END   303
#define keyword_END   303

Definition at line 209 of file parse.y.

#define keyword_END   303
#define keyword_ensure   264

Definition at line 170 of file parse.y.

#define keyword_ensure   264
#define keyword_ensure   264
#define keyword_false   291
#define keyword_false   291
#define keyword_false   291

Definition at line 197 of file parse.y.

#define keyword_for   275
#define keyword_for   275

Definition at line 181 of file parse.y.

#define keyword_for   275
#define keyword_if   266

Definition at line 172 of file parse.y.

#define keyword_if   266
#define keyword_if   266
#define keyword_in   280
#define keyword_in   280

Definition at line 186 of file parse.y.

#define keyword_in   280
#define keyword_module   259
#define keyword_module   259

Definition at line 165 of file parse.y.

#define keyword_module   259
#define keyword_next   277
#define keyword_next   277

Definition at line 183 of file parse.y.

#define keyword_next   277
#define keyword_nil   289
#define keyword_nil   289
#define keyword_nil   289

Definition at line 195 of file parse.y.

#define keyword_not   294
#define keyword_not   294
#define keyword_not   294

Definition at line 200 of file parse.y.

#define keyword_or   293
#define keyword_or   293
#define keyword_or   293

Definition at line 199 of file parse.y.

#define keyword_redo   278
#define keyword_redo   278

Definition at line 184 of file parse.y.

#define keyword_redo   278
#define keyword_rescue   263
#define keyword_rescue   263
#define keyword_rescue   263

Definition at line 169 of file parse.y.

#define keyword_retry   279
#define keyword_retry   279

Definition at line 185 of file parse.y.

#define keyword_retry   279
#define keyword_return   285
#define keyword_return   285

Definition at line 191 of file parse.y.

#define keyword_return   285
#define keyword_self   288
#define keyword_self   288

Definition at line 194 of file parse.y.

#define keyword_self   288
#define keyword_super   287
#define keyword_super   287

Definition at line 193 of file parse.y.

#define keyword_super   287
#define keyword_then   268

Definition at line 174 of file parse.y.

#define keyword_then   268
#define keyword_then   268
#define keyword_true   290
#define keyword_true   290

Definition at line 196 of file parse.y.

#define keyword_true   290
#define keyword_undef   261
#define keyword_undef   261
#define keyword_undef   261

Definition at line 167 of file parse.y.

#define keyword_unless   267

Definition at line 173 of file parse.y.

#define keyword_unless   267
#define keyword_unless   267
#define keyword_until   274
#define keyword_until   274
#define keyword_until   274

Definition at line 180 of file parse.y.

#define keyword_when   272
#define keyword_when   272

Definition at line 178 of file parse.y.

#define keyword_when   272
#define keyword_while   273
#define keyword_while   273
#define keyword_while   273

Definition at line 179 of file parse.y.

#define keyword_yield   286
#define keyword_yield   286

Definition at line 192 of file parse.y.

#define keyword_yield   286
#define modifier_if   295
#define modifier_if   295
#define modifier_if   295

Definition at line 201 of file parse.y.

#define modifier_rescue   299
#define modifier_rescue   299

Definition at line 205 of file parse.y.

#define modifier_rescue   299
#define modifier_unless   296
#define modifier_unless   296

Definition at line 202 of file parse.y.

#define modifier_unless   296
#define modifier_until   298
#define modifier_until   298

Definition at line 204 of file parse.y.

#define modifier_until   298
#define modifier_while   297
#define modifier_while   297
#define modifier_while   297

Definition at line 203 of file parse.y.

#define tAMPER   351
#define tAMPER   351
#define tAMPER   351

Definition at line 257 of file parse.y.

#define tANDOP   330
#define tANDOP   330

Definition at line 236 of file parse.y.

#define tANDOP   330
#define tAREF   336
#define tAREF   336
#define tAREF   336

Definition at line 242 of file parse.y.

#define tASET   337
#define tASET   337
#define tASET   337

Definition at line 243 of file parse.y.

#define tASSOC   343
#define tASSOC   343
#define tASSOC   343

Definition at line 249 of file parse.y.

#define tBACK_REF   319
#define tBACK_REF   319

Definition at line 225 of file parse.y.

#define tBACK_REF   319
#define tCHAR   317

Definition at line 223 of file parse.y.

#define tCHAR   317
#define tCHAR   317
#define tCMP   324
#define tCMP   324
#define tCMP   324

Definition at line 230 of file parse.y.

#define tCOLON2   340
#define tCOLON2   340
#define tCOLON2   340

Definition at line 246 of file parse.y.

#define tCOLON3   341
#define tCOLON3   341

Definition at line 247 of file parse.y.

#define tCOLON3   341
#define tCONSTANT   311
#define tCONSTANT   311
#define tCONSTANT   311

Definition at line 217 of file parse.y.

#define tCVAR   312
#define tCVAR   312
#define tCVAR   312

Definition at line 218 of file parse.y.

#define tDOT2   334
#define tDOT2   334
#define tDOT2   334

Definition at line 240 of file parse.y.

#define tDOT3   335
#define tDOT3   335

Definition at line 241 of file parse.y.

#define tDOT3   335
#define tEQ   325
#define tEQ   325
#define tEQ   325

Definition at line 231 of file parse.y.

#define tEQQ   326
#define tEQQ   326
#define tEQQ   326

Definition at line 232 of file parse.y.

#define tFID   308
#define tFID   308

Definition at line 214 of file parse.y.

#define tFID   308
#define tFLOAT   315
#define tFLOAT   315
#define tFLOAT   315

Definition at line 221 of file parse.y.

#define tGEQ   328
#define tGEQ   328

Definition at line 234 of file parse.y.

#define tGEQ   328
#define tGVAR   309
#define tGVAR   309

Definition at line 215 of file parse.y.

#define tGVAR   309
#define tIDENTIFIER   307
#define tIDENTIFIER   307

Definition at line 213 of file parse.y.

#define tIDENTIFIER   307
#define tINTEGER   314

Definition at line 220 of file parse.y.

#define tINTEGER   314
#define tINTEGER   314
#define tIVAR   310
#define tIVAR   310

Definition at line 216 of file parse.y.

#define tIVAR   310
#define tLABEL   313
#define tLABEL   313
#define tLABEL   313

Definition at line 219 of file parse.y.

#define tLAMBDA   352
#define tLAMBDA   352
#define tLAMBDA   352

Definition at line 258 of file parse.y.

#define tLAMBEG   362
#define tLAMBEG   362

Definition at line 268 of file parse.y.

#define tLAMBEG   362
#define tLAST_TOKEN   375
#define tLAST_TOKEN   375
#define tLAST_TOKEN   375

Definition at line 281 of file parse.y.

#define tLBRACE   348
#define tLBRACE   348
#define tLBRACE   348

Definition at line 254 of file parse.y.

#define tLBRACE_ARG   349

Definition at line 255 of file parse.y.

#define tLBRACE_ARG   349
#define tLBRACE_ARG   349
#define tLBRACK   347

Definition at line 253 of file parse.y.

#define tLBRACK   347
#define tLBRACK   347
#define tLEQ   329
#define tLEQ   329

Definition at line 235 of file parse.y.

#define tLEQ   329
#define tLOWEST   363
#define tLOWEST   363
#define tLOWEST   363

Definition at line 269 of file parse.y.

#define tLPAREN   344

Definition at line 250 of file parse.y.

#define tLPAREN   344
#define tLPAREN   344
#define tLPAREN_ARG   345
#define tLPAREN_ARG   345
#define tLPAREN_ARG   345

Definition at line 251 of file parse.y.

#define tLSHFT   338
#define tLSHFT   338
#define tLSHFT   338

Definition at line 244 of file parse.y.

#define tMATCH   332
#define tMATCH   332
#define tMATCH   332

Definition at line 238 of file parse.y.

#define tNEQ   327
#define tNEQ   327

Definition at line 233 of file parse.y.

#define tNEQ   327
#define tNMATCH   333
#define tNMATCH   333
#define tNMATCH   333

Definition at line 239 of file parse.y.

#define tNTH_REF   318
#define tNTH_REF   318
#define tNTH_REF   318

Definition at line 224 of file parse.y.

#define tOP_ASGN   342

Definition at line 248 of file parse.y.

#define tOP_ASGN   342
#define tOP_ASGN   342
#define tOROP   331
#define tOROP   331
#define tOROP   331

Definition at line 237 of file parse.y.

#define tPOW   323
#define tPOW   323
#define tPOW   323

Definition at line 229 of file parse.y.

#define tQWORDS_BEG   358
#define tQWORDS_BEG   358
#define tQWORDS_BEG   358

Definition at line 264 of file parse.y.

#define tREGEXP_BEG   356
#define tREGEXP_BEG   356
#define tREGEXP_BEG   356

Definition at line 262 of file parse.y.

#define tREGEXP_END   320
#define tREGEXP_END   320

Definition at line 226 of file parse.y.

#define tREGEXP_END   320
#define tRPAREN   346

Definition at line 252 of file parse.y.

#define tRPAREN   346
#define tRPAREN   346
#define tRSHFT   339
#define tRSHFT   339
#define tRSHFT   339

Definition at line 245 of file parse.y.

#define tSTAR   350
#define tSTAR   350

Definition at line 256 of file parse.y.

#define tSTAR   350
#define tSTRING_BEG   354
#define tSTRING_BEG   354
#define tSTRING_BEG   354

Definition at line 260 of file parse.y.

#define tSTRING_CONTENT   316
#define tSTRING_CONTENT   316
#define tSTRING_CONTENT   316

Definition at line 222 of file parse.y.

#define tSTRING_DBEG   359
#define tSTRING_DBEG   359

Definition at line 265 of file parse.y.

#define tSTRING_DBEG   359
#define tSTRING_DVAR   360
#define tSTRING_DVAR   360
#define tSTRING_DVAR   360

Definition at line 266 of file parse.y.

#define tSTRING_END   361
#define tSTRING_END   361

Definition at line 267 of file parse.y.

#define tSTRING_END   361
#define tSYMBEG   353
#define tSYMBEG   353
#define tSYMBEG   353

Definition at line 259 of file parse.y.

#define tUMINUS   322
#define tUMINUS   322
#define tUMINUS   322

Definition at line 228 of file parse.y.

#define tUMINUS_NUM   364

Definition at line 270 of file parse.y.

#define tUMINUS_NUM   364
#define tUMINUS_NUM   364
#define tUPLUS   321
#define tUPLUS   321
#define tUPLUS   321

Definition at line 227 of file parse.y.

#define tWORDS_BEG   357
#define tWORDS_BEG   357

Definition at line 263 of file parse.y.

#define tWORDS_BEG   357
#define tXSTRING_BEG   355

Definition at line 261 of file parse.y.

#define tXSTRING_BEG   355
#define tXSTRING_BEG   355
#define yystype   YYSTYPE /* obsolescent; will be withdrawn */
#define yystype   YYSTYPE /* obsolescent; will be withdrawn */

Definition at line 296 of file parse.h.

#define YYSTYPE_IS_DECLARED   1
#define YYSTYPE_IS_DECLARED   1

Definition at line 297 of file parse.h.

#define YYSTYPE_IS_TRIVIAL   1
#define YYSTYPE_IS_TRIVIAL   1

Definition at line 298 of file parse.h.

Typedef Documentation

typedef union YYSTYPE YYSTYPE

Enumeration Type Documentation

Enumerator
keyword_class 
keyword_module 
keyword_def 
keyword_undef 
keyword_begin 
keyword_rescue 
keyword_ensure 
keyword_end 
keyword_if 
keyword_unless 
keyword_then 
keyword_elsif 
keyword_else 
keyword_case 
keyword_when 
keyword_while 
keyword_until 
keyword_for 
keyword_break 
keyword_next 
keyword_redo 
keyword_retry 
keyword_in 
keyword_do 
keyword_do_cond 
keyword_do_block 
keyword_do_LAMBDA 
keyword_return 
keyword_yield 
keyword_super 
keyword_self 
keyword_nil 
keyword_true 
keyword_false 
keyword_and 
keyword_or 
keyword_not 
modifier_if 
modifier_unless 
modifier_while 
modifier_until 
modifier_rescue 
keyword_alias 
keyword_defined 
keyword_BEGIN 
keyword_END 
keyword__LINE__ 
keyword__FILE__ 
keyword__ENCODING__ 
tIDENTIFIER 
tFID 
tGVAR 
tIVAR 
tCONSTANT 
tCVAR 
tLABEL 
tINTEGER 
tFLOAT 
tSTRING_CONTENT 
tCHAR 
tNTH_REF 
tBACK_REF 
tREGEXP_END 
tUPLUS 
tUMINUS 
tPOW 
tCMP 
tEQ 
tEQQ 
tNEQ 
tGEQ 
tLEQ 
tANDOP 
tOROP 
tMATCH 
tNMATCH 
tDOT2 
tDOT3 
tAREF 
tASET 
tLSHFT 
tRSHFT 
tCOLON2 
tCOLON3 
tOP_ASGN 
tASSOC 
tLPAREN 
tLPAREN_ARG 
tRPAREN 
tLBRACK 
tLBRACE 
tLBRACE_ARG 
tSTAR 
tAMPER 
tLAMBDA 
tSYMBEG 
tSTRING_BEG 
tXSTRING_BEG 
tREGEXP_BEG 
tWORDS_BEG 
tQWORDS_BEG 
tSTRING_DBEG 
tSTRING_DVAR 
tSTRING_END 
tLAMBEG 
tLOWEST 
tUMINUS_NUM 
idNULL 
idRespond_to 
idIFUNC 
idCFUNC 
id_core_set_method_alias 
id_core_set_variable_alias 
id_core_undef_method 
id_core_define_method 
id_core_define_singleton_method 
id_core_set_postexe 
tLAST_TOKEN 
keyword_class 
keyword_module 
keyword_def 
keyword_undef 
keyword_begin 
keyword_rescue 
keyword_ensure 
keyword_end 
keyword_if 
keyword_unless 
keyword_then 
keyword_elsif 
keyword_else 
keyword_case 
keyword_when 
keyword_while 
keyword_until 
keyword_for 
keyword_break 
keyword_next 
keyword_redo 
keyword_retry 
keyword_in 
keyword_do 
keyword_do_cond 
keyword_do_block 
keyword_do_LAMBDA 
keyword_return 
keyword_yield 
keyword_super 
keyword_self 
keyword_nil 
keyword_true 
keyword_false 
keyword_and 
keyword_or 
keyword_not 
modifier_if 
modifier_unless 
modifier_while 
modifier_until 
modifier_rescue 
keyword_alias 
keyword_defined 
keyword_BEGIN 
keyword_END 
keyword__LINE__ 
keyword__FILE__ 
keyword__ENCODING__ 
tIDENTIFIER 
tFID 
tGVAR 
tIVAR 
tCONSTANT 
tCVAR 
tLABEL 
tINTEGER 
tFLOAT 
tSTRING_CONTENT 
tCHAR 
tNTH_REF 
tBACK_REF 
tREGEXP_END 
tUPLUS 
tUMINUS 
tPOW 
tCMP 
tEQ 
tEQQ 
tNEQ 
tGEQ 
tLEQ 
tANDOP 
tOROP 
tMATCH 
tNMATCH 
tDOT2 
tDOT3 
tAREF 
tASET 
tLSHFT 
tRSHFT 
tCOLON2 
tCOLON3 
tOP_ASGN 
tASSOC 
tLPAREN 
tLPAREN_ARG 
tRPAREN 
tLBRACK 
tLBRACE 
tLBRACE_ARG 
tSTAR 
tAMPER 
tLAMBDA 
tSYMBEG 
tSTRING_BEG 
tXSTRING_BEG 
tREGEXP_BEG 
tWORDS_BEG 
tQWORDS_BEG 
tSTRING_DBEG 
tSTRING_DVAR 
tSTRING_END 
tLAMBEG 
tLOWEST 
tUMINUS_NUM 
idNULL 
idRespond_to 
idIFUNC 
idCFUNC 
id_core_set_method_alias 
id_core_set_variable_alias 
id_core_undef_method 
id_core_define_method 
id_core_define_singleton_method 
id_core_set_postexe 
tLAST_TOKEN 
YAML_ANCHOR 
YAML_ALIAS 
YAML_TRANSFER 
YAML_TAGURI 
YAML_ITRANSFER 
YAML_WORD 
YAML_PLAIN 
YAML_BLOCK 
YAML_DOCSEP 
YAML_IOPEN 
YAML_INDENT 
YAML_IEND 
YAML_ANCHOR 
YAML_ALIAS 
YAML_TRANSFER 
YAML_TAGURI 
YAML_ITRANSFER 
YAML_WORD 
YAML_PLAIN 
YAML_BLOCK 
YAML_DOCSEP 
YAML_IOPEN 
YAML_INDENT 
YAML_IEND 
keyword_class 
keyword_module 
keyword_def 
keyword_undef 
keyword_begin 
keyword_rescue 
keyword_ensure 
keyword_end 
keyword_if 
keyword_unless 
keyword_then 
keyword_elsif 
keyword_else 
keyword_case 
keyword_when 
keyword_while 
keyword_until 
keyword_for 
keyword_break 
keyword_next 
keyword_redo 
keyword_retry 
keyword_in 
keyword_do 
keyword_do_cond 
keyword_do_block 
keyword_do_LAMBDA 
keyword_return 
keyword_yield 
keyword_super 
keyword_self 
keyword_nil 
keyword_true 
keyword_false 
keyword_and 
keyword_or 
keyword_not 
modifier_if 
modifier_unless 
modifier_while 
modifier_until 
modifier_rescue 
keyword_alias 
keyword_defined 
keyword_BEGIN 
keyword_END 
keyword__LINE__ 
keyword__FILE__ 
keyword__ENCODING__ 
tIDENTIFIER 
tFID 
tGVAR 
tIVAR 
tCONSTANT 
tCVAR 
tLABEL 
tINTEGER 
tFLOAT 
tSTRING_CONTENT 
tCHAR 
tNTH_REF 
tBACK_REF 
tREGEXP_END 
tUPLUS 
tUMINUS 
tPOW 
tCMP 
tEQ 
tEQQ 
tNEQ 
tGEQ 
tLEQ 
tANDOP 
tOROP 
tMATCH 
tNMATCH 
tDOT2 
tDOT3 
tAREF 
tASET 
tLSHFT 
tRSHFT 
tCOLON2 
tCOLON3 
tOP_ASGN 
tASSOC 
tLPAREN 
tLPAREN_ARG 
tRPAREN 
tLBRACK 
tLBRACE 
tLBRACE_ARG 
tSTAR 
tAMPER 
tLAMBDA 
tSYMBEG 
tSTRING_BEG 
tXSTRING_BEG 
tREGEXP_BEG 
tWORDS_BEG 
tQWORDS_BEG 
tSTRING_DBEG 
tSTRING_DVAR 
tSTRING_END 
tLAMBEG 
tLOWEST 
tUMINUS_NUM 
idNULL 
idRespond_to 
idIFUNC 
idCFUNC 
id_core_set_method_alias 
id_core_set_variable_alias 
id_core_undef_method 
id_core_define_method 
id_core_define_singleton_method 
id_core_set_postexe 
tLAST_TOKEN 
keyword_class 
keyword_module 
keyword_def 
keyword_undef 
keyword_begin 
keyword_rescue 
keyword_ensure 
keyword_end 
keyword_if 
keyword_unless 
keyword_then 
keyword_elsif 
keyword_else 
keyword_case 
keyword_when 
keyword_while 
keyword_until 
keyword_for 
keyword_break 
keyword_next 
keyword_redo 
keyword_retry 
keyword_in 
keyword_do 
keyword_do_cond 
keyword_do_block 
keyword_do_LAMBDA 
keyword_return 
keyword_yield 
keyword_super 
keyword_self 
keyword_nil 
keyword_true 
keyword_false 
keyword_and 
keyword_or 
keyword_not 
modifier_if 
modifier_unless 
modifier_while 
modifier_until 
modifier_rescue 
keyword_alias 
keyword_defined 
keyword_BEGIN 
keyword_END 
keyword__LINE__ 
keyword__FILE__ 
keyword__ENCODING__ 
tIDENTIFIER 
tFID 
tGVAR 
tIVAR 
tCONSTANT 
tCVAR 
tLABEL 
tINTEGER 
tFLOAT 
tSTRING_CONTENT 
tCHAR 
tNTH_REF 
tBACK_REF 
tREGEXP_END 
tUPLUS 
tUMINUS 
tPOW 
tCMP 
tEQ 
tEQQ 
tNEQ 
tGEQ 
tLEQ 
tANDOP 
tOROP 
tMATCH 
tNMATCH 
tDOT2 
tDOT3 
tAREF 
tASET 
tLSHFT 
tRSHFT 
tCOLON2 
tCOLON3 
tOP_ASGN 
tASSOC 
tLPAREN 
tLPAREN_ARG 
tRPAREN 
tLBRACK 
tLBRACE 
tLBRACE_ARG 
tSTAR 
tAMPER 
tLAMBDA 
tSYMBEG 
tSTRING_BEG 
tXSTRING_BEG 
tREGEXP_BEG 
tWORDS_BEG 
tQWORDS_BEG 
tSTRING_DBEG 
tSTRING_DVAR 
tSTRING_END 
tLAMBEG 
tLOWEST 
tUMINUS_NUM 
idNULL 
idRespond_to 
idIFUNC 
idCFUNC 
id_core_set_method_alias 
id_core_set_variable_alias 
id_core_undef_method 
id_core_define_method 
id_core_define_singleton_method 
id_core_set_postexe 
tLAST_TOKEN 

Definition at line 41 of file parse.h.