diff --git a/src/grammar.json b/src/grammar.json index a0b2da9..22d2e73 100644 --- a/src/grammar.json +++ b/src/grammar.json @@ -2334,37 +2334,55 @@ ] }, { - "type": "FIELD", - "name": "right", - "content": { - "type": "SYMBOL", - "name": "_type" - } - }, - { - "type": "FIELD", - "name": "name", - "content": { - "type": "CHOICE", - "members": [ - { - "type": "CHOICE", - "members": [ - { - "type": "SYMBOL", - "name": "identifier" - }, - { + "type": "CHOICE", + "members": [ + { + "type": "SEQ", + "members": [ + { + "type": "FIELD", + "name": "right", + "content": { "type": "SYMBOL", - "name": "_reserved_identifier" + "name": "_type" } - ] - }, - { - "type": "BLANK" + }, + { + "type": "CHOICE", + "members": [ + { + "type": "FIELD", + "name": "name", + "content": { + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "identifier" + }, + { + "type": "SYMBOL", + "name": "_reserved_identifier" + } + ] + } + }, + { + "type": "BLANK" + } + ] + } + ] + }, + { + "type": "FIELD", + "name": "pattern", + "content": { + "type": "SYMBOL", + "name": "record_pattern" } - ] - } + } + ] } ] } @@ -2937,6 +2955,13 @@ "type": "STRING", "value": "new" }, + { + "type": "REPEAT", + "content": { + "type": "SYMBOL", + "name": "_annotation" + } + }, { "type": "FIELD", "name": "type_arguments", @@ -3573,11 +3598,133 @@ "value": "case" }, { - "type": "SEQ", + "type": "CHOICE", "members": [ { "type": "SYMBOL", - "name": "expression" + "name": "pattern" + }, + { + "type": "SEQ", + "members": [ + { + "type": "SYMBOL", + "name": "expression" + }, + { + "type": "REPEAT", + "content": { + "type": "SEQ", + "members": [ + { + "type": "STRING", + "value": "," + }, + { + "type": "SYMBOL", + "name": "expression" + } + ] + } + } + ] + } + ] + } + ] + }, + { + "type": "STRING", + "value": "default" + } + ] + }, + "pattern": { + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "type_pattern" + }, + { + "type": "SYMBOL", + "name": "record_pattern" + } + ] + }, + "type_pattern": { + "type": "SEQ", + "members": [ + { + "type": "SYMBOL", + "name": "_unannotated_type" + }, + { + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "identifier" + }, + { + "type": "SYMBOL", + "name": "_reserved_identifier" + } + ] + } + ] + }, + "record_pattern": { + "type": "SEQ", + "members": [ + { + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "identifier" + }, + { + "type": "SYMBOL", + "name": "_reserved_identifier" + }, + { + "type": "SYMBOL", + "name": "generic_type" + } + ] + }, + { + "type": "SYMBOL", + "name": "record_pattern_body" + } + ] + }, + "record_pattern_body": { + "type": "SEQ", + "members": [ + { + "type": "STRING", + "value": "(" + }, + { + "type": "CHOICE", + "members": [ + { + "type": "SEQ", + "members": [ + { + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "record_pattern_component" + }, + { + "type": "SYMBOL", + "name": "record_pattern" + } + ] }, { "type": "REPEAT", @@ -3589,19 +3736,53 @@ "value": "," }, { - "type": "SYMBOL", - "name": "expression" + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "record_pattern_component" + }, + { + "type": "SYMBOL", + "name": "record_pattern" + } + ] } ] } } ] + }, + { + "type": "BLANK" } ] }, { "type": "STRING", - "value": "default" + "value": ")" + } + ] + }, + "record_pattern_component": { + "type": "SEQ", + "members": [ + { + "type": "SYMBOL", + "name": "_unannotated_type" + }, + { + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "identifier" + }, + { + "type": "SYMBOL", + "name": "_reserved_identifier" + } + ] } ] }, @@ -6289,8 +6470,17 @@ "type": "FIELD", "name": "name", "content": { - "type": "SYMBOL", - "name": "identifier" + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "identifier" + }, + { + "type": "SYMBOL", + "name": "_reserved_identifier" + } + ] } }, { @@ -7156,25 +7346,20 @@ "name": "_unannotated_type" }, { - "type": "CHOICE", - "members": [ - { - "type": "SEQ", - "members": [ - { - "type": "SYMBOL", - "name": "identifier" - }, - { - "type": "STRING", - "value": "." - } - ] - }, - { - "type": "BLANK" - } - ] + "type": "REPEAT", + "content": { + "type": "SEQ", + "members": [ + { + "type": "SYMBOL", + "name": "identifier" + }, + { + "type": "STRING", + "value": "." + } + ] + } }, { "type": "SYMBOL", @@ -7350,26 +7535,42 @@ ] }, "_reserved_identifier": { - "type": "ALIAS", + "type": "PREC", + "value": -3, "content": { - "type": "CHOICE", - "members": [ - { - "type": "STRING", - "value": "open" - }, - { - "type": "STRING", - "value": "module" - }, - { - "type": "STRING", - "value": "record" - } - ] - }, - "named": true, - "value": "identifier" + "type": "ALIAS", + "content": { + "type": "CHOICE", + "members": [ + { + "type": "STRING", + "value": "open" + }, + { + "type": "STRING", + "value": "module" + }, + { + "type": "STRING", + "value": "record" + }, + { + "type": "STRING", + "value": "with" + }, + { + "type": "STRING", + "value": "yield" + }, + { + "type": "STRING", + "value": "sealed" + } + ] + }, + "named": true, + "value": "identifier" + } }, "this": { "type": "STRING", @@ -7381,7 +7582,7 @@ }, "identifier": { "type": "PATTERN", - "value": "[\\p{L}_$][\\p{L}\\p{Nd}_$]*" + "value": "[\\p{L}_$][\\p{L}\\p{Nd}\\u00A2_$]*" }, "comment": { "type": "CHOICE", @@ -7506,8 +7707,8 @@ "primary_expression" ], [ - "class_literal", - "field_access" + "argument_list", + "record_pattern_body" ] ], "precedences": [], @@ -7515,7 +7716,6 @@ "inline": [ "_name", "_simple_type", - "_reserved_identifier", "_class_body_declaration", "_variable_initializer" ], diff --git a/src/node-types.json b/src/node-types.json index 23baf97..dff885c 100644 --- a/src/node-types.json +++ b/src/node-types.json @@ -2237,9 +2237,19 @@ } ] }, + "pattern": { + "multiple": false, + "required": false, + "types": [ + { + "type": "record_pattern", + "named": true + } + ] + }, "right": { "multiple": false, - "required": true, + "required": false, "types": [ { "type": "_type", @@ -2763,10 +2773,18 @@ "multiple": true, "required": false, "types": [ + { + "type": "annotation", + "named": true + }, { "type": "class_body", "named": true }, + { + "type": "marker_annotation", + "named": true + }, { "type": "primary_expression", "named": true @@ -2850,6 +2868,25 @@ ] } }, + { + "type": "pattern", + "named": true, + "fields": {}, + "children": { + "multiple": false, + "required": true, + "types": [ + { + "type": "record_pattern", + "named": true + }, + { + "type": "type_pattern", + "named": true + } + ] + } + }, { "type": "permits", "named": true, @@ -3025,6 +3062,67 @@ ] } }, + { + "type": "record_pattern", + "named": true, + "fields": {}, + "children": { + "multiple": true, + "required": true, + "types": [ + { + "type": "generic_type", + "named": true + }, + { + "type": "identifier", + "named": true + }, + { + "type": "record_pattern_body", + "named": true + } + ] + } + }, + { + "type": "record_pattern_body", + "named": true, + "fields": {}, + "children": { + "multiple": true, + "required": false, + "types": [ + { + "type": "record_pattern", + "named": true + }, + { + "type": "record_pattern_component", + "named": true + } + ] + } + }, + { + "type": "record_pattern_component", + "named": true, + "fields": {}, + "children": { + "multiple": true, + "required": true, + "types": [ + { + "type": "_unannotated_type", + "named": true + }, + { + "type": "identifier", + "named": true + } + ] + } + }, { "type": "requires_modifier", "named": true, @@ -3381,6 +3479,10 @@ { "type": "expression", "named": true + }, + { + "type": "pattern", + "named": true } ] } @@ -3665,6 +3767,25 @@ ] } }, + { + "type": "type_pattern", + "named": true, + "fields": {}, + "children": { + "multiple": true, + "required": true, + "types": [ + { + "type": "_unannotated_type", + "named": true + }, + { + "type": "identifier", + "named": true + } + ] + } + }, { "type": "unary_expression", "named": true, diff --git a/src/parser.c b/src/parser.c index 91b3e36..21fc5a8 100644 --- a/src/parser.c +++ b/src/parser.c @@ -6,15 +6,15 @@ #endif #define LANGUAGE_VERSION 14 -#define STATE_COUNT 1323 -#define LARGE_STATE_COUNT 355 -#define SYMBOL_COUNT 306 +#define STATE_COUNT 1264 +#define LARGE_STATE_COUNT 349 +#define SYMBOL_COUNT 314 #define ALIAS_COUNT 1 #define TOKEN_COUNT 135 #define EXTERNAL_TOKEN_COUNT 0 -#define FIELD_COUNT 37 +#define FIELD_COUNT 38 #define MAX_ALIAS_SEQUENCE_LENGTH 11 -#define PRODUCTION_ID_COUNT 238 +#define PRODUCTION_ID_COUNT 203 enum { sym_identifier = 1, @@ -190,139 +190,147 @@ enum { sym_switch_block_statement_group = 171, sym_switch_rule = 172, sym_switch_label = 173, - sym_statement = 174, - sym_block = 175, - sym_expression_statement = 176, - sym_labeled_statement = 177, - sym_assert_statement = 178, - sym_do_statement = 179, - sym_break_statement = 180, - sym_continue_statement = 181, - sym_return_statement = 182, - sym_yield_statement = 183, - sym_synchronized_statement = 184, - sym_throw_statement = 185, - sym_try_statement = 186, - sym_catch_clause = 187, - sym_catch_formal_parameter = 188, - sym_catch_type = 189, - sym_finally_clause = 190, - sym_try_with_resources_statement = 191, - sym_resource_specification = 192, - sym_resource = 193, - sym_if_statement = 194, - sym_while_statement = 195, - sym_for_statement = 196, - sym_enhanced_for_statement = 197, - sym__annotation = 198, - sym_marker_annotation = 199, - sym_annotation = 200, - sym_annotation_argument_list = 201, - sym_element_value_pair = 202, - sym__element_value = 203, - sym_element_value_array_initializer = 204, - sym_declaration = 205, - sym_module_declaration = 206, - sym_module_body = 207, - sym_module_directive = 208, - sym_requires_module_directive = 209, - sym_requires_modifier = 210, - sym_exports_module_directive = 211, - sym_opens_module_directive = 212, - sym_uses_module_directive = 213, - sym_provides_module_directive = 214, - sym_package_declaration = 215, - sym_import_declaration = 216, - sym_asterisk = 217, - sym_enum_declaration = 218, - sym_enum_body = 219, - sym_enum_body_declarations = 220, - sym_enum_constant = 221, - sym_class_declaration = 222, - sym_modifiers = 223, - sym_type_parameters = 224, - sym_type_parameter = 225, - sym_type_bound = 226, - sym_superclass = 227, - sym_super_interfaces = 228, - sym_type_list = 229, - sym_permits = 230, - sym_class_body = 231, - sym_static_initializer = 232, - sym_constructor_declaration = 233, - sym__constructor_declarator = 234, - sym_constructor_body = 235, - sym_explicit_constructor_invocation = 236, - sym_scoped_identifier = 237, - sym_field_declaration = 238, - sym_record_declaration = 239, - sym_annotation_type_declaration = 240, - sym_annotation_type_body = 241, - sym_annotation_type_element_declaration = 242, - sym__default_value = 243, - sym_interface_declaration = 244, - sym_extends_interfaces = 245, - sym_interface_body = 246, - sym_constant_declaration = 247, - sym__variable_declarator_list = 248, - sym_variable_declarator = 249, - sym__variable_declarator_id = 250, - sym_array_initializer = 251, - sym__type = 252, - sym__unannotated_type = 253, - sym_annotated_type = 254, - sym_scoped_type_identifier = 255, - sym_generic_type = 256, - sym_array_type = 257, - sym_integral_type = 258, - sym_floating_point_type = 259, - sym__method_header = 260, - sym__method_declarator = 261, - sym_formal_parameters = 262, - sym_formal_parameter = 263, - sym_receiver_parameter = 264, - sym_spread_parameter = 265, - sym_throws = 266, - sym_local_variable_declaration = 267, - sym_method_declaration = 268, - sym_compact_constructor_declaration = 269, - aux_sym_program_repeat1 = 270, - aux_sym__string_literal_repeat1 = 271, - aux_sym__multiline_string_literal_repeat1 = 272, - aux_sym__multiline_string_fragment_repeat1 = 273, - aux_sym_cast_expression_repeat1 = 274, - aux_sym_inferred_parameters_repeat1 = 275, - aux_sym_array_creation_expression_repeat1 = 276, - aux_sym_array_creation_expression_repeat2 = 277, - aux_sym_argument_list_repeat1 = 278, - aux_sym_type_arguments_repeat1 = 279, - aux_sym_dimensions_repeat1 = 280, - aux_sym_switch_block_repeat1 = 281, - aux_sym_switch_block_repeat2 = 282, - aux_sym_switch_block_statement_group_repeat1 = 283, - aux_sym_try_statement_repeat1 = 284, - aux_sym_catch_type_repeat1 = 285, - aux_sym_resource_specification_repeat1 = 286, - aux_sym_for_statement_repeat1 = 287, - aux_sym_for_statement_repeat2 = 288, - aux_sym_annotation_argument_list_repeat1 = 289, - aux_sym_element_value_array_initializer_repeat1 = 290, - aux_sym_module_body_repeat1 = 291, - aux_sym_requires_module_directive_repeat1 = 292, - aux_sym_exports_module_directive_repeat1 = 293, - aux_sym_provides_module_directive_repeat1 = 294, - aux_sym_enum_body_repeat1 = 295, - aux_sym_enum_body_declarations_repeat1 = 296, - aux_sym_modifiers_repeat1 = 297, - aux_sym_type_parameters_repeat1 = 298, - aux_sym_type_bound_repeat1 = 299, - aux_sym_type_list_repeat1 = 300, - aux_sym_annotation_type_body_repeat1 = 301, - aux_sym_interface_body_repeat1 = 302, - aux_sym__variable_declarator_list_repeat1 = 303, - aux_sym_array_initializer_repeat1 = 304, - aux_sym_formal_parameters_repeat1 = 305, - alias_sym_type_identifier = 306, + sym_pattern = 174, + sym_type_pattern = 175, + sym_record_pattern = 176, + sym_record_pattern_body = 177, + sym_record_pattern_component = 178, + sym_statement = 179, + sym_block = 180, + sym_expression_statement = 181, + sym_labeled_statement = 182, + sym_assert_statement = 183, + sym_do_statement = 184, + sym_break_statement = 185, + sym_continue_statement = 186, + sym_return_statement = 187, + sym_yield_statement = 188, + sym_synchronized_statement = 189, + sym_throw_statement = 190, + sym_try_statement = 191, + sym_catch_clause = 192, + sym_catch_formal_parameter = 193, + sym_catch_type = 194, + sym_finally_clause = 195, + sym_try_with_resources_statement = 196, + sym_resource_specification = 197, + sym_resource = 198, + sym_if_statement = 199, + sym_while_statement = 200, + sym_for_statement = 201, + sym_enhanced_for_statement = 202, + sym__annotation = 203, + sym_marker_annotation = 204, + sym_annotation = 205, + sym_annotation_argument_list = 206, + sym_element_value_pair = 207, + sym__element_value = 208, + sym_element_value_array_initializer = 209, + sym_declaration = 210, + sym_module_declaration = 211, + sym_module_body = 212, + sym_module_directive = 213, + sym_requires_module_directive = 214, + sym_requires_modifier = 215, + sym_exports_module_directive = 216, + sym_opens_module_directive = 217, + sym_uses_module_directive = 218, + sym_provides_module_directive = 219, + sym_package_declaration = 220, + sym_import_declaration = 221, + sym_asterisk = 222, + sym_enum_declaration = 223, + sym_enum_body = 224, + sym_enum_body_declarations = 225, + sym_enum_constant = 226, + sym_class_declaration = 227, + sym_modifiers = 228, + sym_type_parameters = 229, + sym_type_parameter = 230, + sym_type_bound = 231, + sym_superclass = 232, + sym_super_interfaces = 233, + sym_type_list = 234, + sym_permits = 235, + sym_class_body = 236, + sym_static_initializer = 237, + sym_constructor_declaration = 238, + sym__constructor_declarator = 239, + sym_constructor_body = 240, + sym_explicit_constructor_invocation = 241, + sym_scoped_identifier = 242, + sym_field_declaration = 243, + sym_record_declaration = 244, + sym_annotation_type_declaration = 245, + sym_annotation_type_body = 246, + sym_annotation_type_element_declaration = 247, + sym__default_value = 248, + sym_interface_declaration = 249, + sym_extends_interfaces = 250, + sym_interface_body = 251, + sym_constant_declaration = 252, + sym__variable_declarator_list = 253, + sym_variable_declarator = 254, + sym__variable_declarator_id = 255, + sym_array_initializer = 256, + sym__type = 257, + sym__unannotated_type = 258, + sym_annotated_type = 259, + sym_scoped_type_identifier = 260, + sym_generic_type = 261, + sym_array_type = 262, + sym_integral_type = 263, + sym_floating_point_type = 264, + sym__method_header = 265, + sym__method_declarator = 266, + sym_formal_parameters = 267, + sym_formal_parameter = 268, + sym_receiver_parameter = 269, + sym_spread_parameter = 270, + sym_throws = 271, + sym_local_variable_declaration = 272, + sym_method_declaration = 273, + sym_compact_constructor_declaration = 274, + sym__reserved_identifier = 275, + aux_sym_program_repeat1 = 276, + aux_sym__string_literal_repeat1 = 277, + aux_sym__multiline_string_literal_repeat1 = 278, + aux_sym__multiline_string_fragment_repeat1 = 279, + aux_sym_cast_expression_repeat1 = 280, + aux_sym_inferred_parameters_repeat1 = 281, + aux_sym_array_creation_expression_repeat1 = 282, + aux_sym_array_creation_expression_repeat2 = 283, + aux_sym_argument_list_repeat1 = 284, + aux_sym_type_arguments_repeat1 = 285, + aux_sym_dimensions_repeat1 = 286, + aux_sym_switch_block_repeat1 = 287, + aux_sym_switch_block_repeat2 = 288, + aux_sym_switch_block_statement_group_repeat1 = 289, + aux_sym_record_pattern_body_repeat1 = 290, + aux_sym_try_statement_repeat1 = 291, + aux_sym_catch_type_repeat1 = 292, + aux_sym_resource_specification_repeat1 = 293, + aux_sym_for_statement_repeat1 = 294, + aux_sym_for_statement_repeat2 = 295, + aux_sym_annotation_argument_list_repeat1 = 296, + aux_sym_element_value_array_initializer_repeat1 = 297, + aux_sym_module_body_repeat1 = 298, + aux_sym_requires_module_directive_repeat1 = 299, + aux_sym_exports_module_directive_repeat1 = 300, + aux_sym_provides_module_directive_repeat1 = 301, + aux_sym_enum_body_repeat1 = 302, + aux_sym_enum_body_declarations_repeat1 = 303, + aux_sym_modifiers_repeat1 = 304, + aux_sym_type_parameters_repeat1 = 305, + aux_sym_type_bound_repeat1 = 306, + aux_sym_type_list_repeat1 = 307, + aux_sym_annotation_type_body_repeat1 = 308, + aux_sym_interface_body_repeat1 = 309, + aux_sym__variable_declarator_list_repeat1 = 310, + aux_sym_array_initializer_repeat1 = 311, + aux_sym_formal_parameters_repeat1 = 312, + aux_sym_receiver_parameter_repeat1 = 313, + alias_sym_type_identifier = 314, }; static const char * const ts_symbol_names[] = { @@ -500,6 +508,11 @@ static const char * const ts_symbol_names[] = { [sym_switch_block_statement_group] = "switch_block_statement_group", [sym_switch_rule] = "switch_rule", [sym_switch_label] = "switch_label", + [sym_pattern] = "pattern", + [sym_type_pattern] = "type_pattern", + [sym_record_pattern] = "record_pattern", + [sym_record_pattern_body] = "record_pattern_body", + [sym_record_pattern_component] = "record_pattern_component", [sym_statement] = "statement", [sym_block] = "block", [sym_expression_statement] = "expression_statement", @@ -596,6 +609,7 @@ static const char * const ts_symbol_names[] = { [sym_local_variable_declaration] = "local_variable_declaration", [sym_method_declaration] = "method_declaration", [sym_compact_constructor_declaration] = "compact_constructor_declaration", + [sym__reserved_identifier] = "_reserved_identifier", [aux_sym_program_repeat1] = "program_repeat1", [aux_sym__string_literal_repeat1] = "_string_literal_repeat1", [aux_sym__multiline_string_literal_repeat1] = "_multiline_string_literal_repeat1", @@ -610,6 +624,7 @@ static const char * const ts_symbol_names[] = { [aux_sym_switch_block_repeat1] = "switch_block_repeat1", [aux_sym_switch_block_repeat2] = "switch_block_repeat2", [aux_sym_switch_block_statement_group_repeat1] = "switch_block_statement_group_repeat1", + [aux_sym_record_pattern_body_repeat1] = "record_pattern_body_repeat1", [aux_sym_try_statement_repeat1] = "try_statement_repeat1", [aux_sym_catch_type_repeat1] = "catch_type_repeat1", [aux_sym_resource_specification_repeat1] = "resource_specification_repeat1", @@ -632,6 +647,7 @@ static const char * const ts_symbol_names[] = { [aux_sym__variable_declarator_list_repeat1] = "_variable_declarator_list_repeat1", [aux_sym_array_initializer_repeat1] = "array_initializer_repeat1", [aux_sym_formal_parameters_repeat1] = "formal_parameters_repeat1", + [aux_sym_receiver_parameter_repeat1] = "receiver_parameter_repeat1", [alias_sym_type_identifier] = "type_identifier", }; @@ -810,6 +826,11 @@ static const TSSymbol ts_symbol_map[] = { [sym_switch_block_statement_group] = sym_switch_block_statement_group, [sym_switch_rule] = sym_switch_rule, [sym_switch_label] = sym_switch_label, + [sym_pattern] = sym_pattern, + [sym_type_pattern] = sym_type_pattern, + [sym_record_pattern] = sym_record_pattern, + [sym_record_pattern_body] = sym_record_pattern_body, + [sym_record_pattern_component] = sym_record_pattern_component, [sym_statement] = sym_statement, [sym_block] = sym_block, [sym_expression_statement] = sym_expression_statement, @@ -906,6 +927,7 @@ static const TSSymbol ts_symbol_map[] = { [sym_local_variable_declaration] = sym_local_variable_declaration, [sym_method_declaration] = sym_method_declaration, [sym_compact_constructor_declaration] = sym_compact_constructor_declaration, + [sym__reserved_identifier] = sym__reserved_identifier, [aux_sym_program_repeat1] = aux_sym_program_repeat1, [aux_sym__string_literal_repeat1] = aux_sym__string_literal_repeat1, [aux_sym__multiline_string_literal_repeat1] = aux_sym__multiline_string_literal_repeat1, @@ -920,6 +942,7 @@ static const TSSymbol ts_symbol_map[] = { [aux_sym_switch_block_repeat1] = aux_sym_switch_block_repeat1, [aux_sym_switch_block_repeat2] = aux_sym_switch_block_repeat2, [aux_sym_switch_block_statement_group_repeat1] = aux_sym_switch_block_statement_group_repeat1, + [aux_sym_record_pattern_body_repeat1] = aux_sym_record_pattern_body_repeat1, [aux_sym_try_statement_repeat1] = aux_sym_try_statement_repeat1, [aux_sym_catch_type_repeat1] = aux_sym_catch_type_repeat1, [aux_sym_resource_specification_repeat1] = aux_sym_resource_specification_repeat1, @@ -942,6 +965,7 @@ static const TSSymbol ts_symbol_map[] = { [aux_sym__variable_declarator_list_repeat1] = aux_sym__variable_declarator_list_repeat1, [aux_sym_array_initializer_repeat1] = aux_sym_array_initializer_repeat1, [aux_sym_formal_parameters_repeat1] = aux_sym_formal_parameters_repeat1, + [aux_sym_receiver_parameter_repeat1] = aux_sym_receiver_parameter_repeat1, [alias_sym_type_identifier] = alias_sym_type_identifier, }; @@ -1645,6 +1669,26 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = true, .named = true, }, + [sym_pattern] = { + .visible = true, + .named = true, + }, + [sym_type_pattern] = { + .visible = true, + .named = true, + }, + [sym_record_pattern] = { + .visible = true, + .named = true, + }, + [sym_record_pattern_body] = { + .visible = true, + .named = true, + }, + [sym_record_pattern_component] = { + .visible = true, + .named = true, + }, [sym_statement] = { .visible = false, .named = true, @@ -2034,6 +2078,10 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = true, .named = true, }, + [sym__reserved_identifier] = { + .visible = false, + .named = true, + }, [aux_sym_program_repeat1] = { .visible = false, .named = false, @@ -2090,6 +2138,10 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = false, .named = false, }, + [aux_sym_record_pattern_body_repeat1] = { + .visible = false, + .named = false, + }, [aux_sym_try_statement_repeat1] = { .visible = false, .named = false, @@ -2178,6 +2230,10 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = false, .named = false, }, + [aux_sym_receiver_parameter_repeat1] = { + .visible = false, + .named = false, + }, [alias_sym_type_identifier] = { .visible = true, .named = true, @@ -2210,18 +2266,19 @@ enum { field_operator = 23, field_package = 24, field_parameters = 25, - field_permits = 26, - field_provided = 27, - field_provider = 28, - field_resources = 29, - field_right = 30, - field_scope = 31, - field_superclass = 32, - field_type = 33, - field_type_arguments = 34, - field_type_parameters = 35, - field_update = 36, - field_value = 37, + field_pattern = 26, + field_permits = 27, + field_provided = 28, + field_provider = 29, + field_resources = 30, + field_right = 31, + field_scope = 32, + field_superclass = 33, + field_type = 34, + field_type_arguments = 35, + field_type_parameters = 36, + field_update = 37, + field_value = 38, }; static const char * const ts_field_names[] = { @@ -2251,6 +2308,7 @@ static const char * const ts_field_names[] = { [field_operator] = "operator", [field_package] = "package", [field_parameters] = "parameters", + [field_pattern] = "pattern", [field_permits] = "permits", [field_provided] = "provided", [field_provider] = "provider", @@ -2269,231 +2327,198 @@ static const TSFieldMapSlice ts_field_map_slices[PRODUCTION_ID_COUNT] = { [3] = {.index = 0, .length = 3}, [4] = {.index = 3, .length = 2}, [5] = {.index = 5, .length = 1}, - [6] = {.index = 5, .length = 1}, - [7] = {.index = 6, .length = 2}, - [8] = {.index = 6, .length = 2}, - [9] = {.index = 8, .length = 1}, - [10] = {.index = 8, .length = 1}, - [11] = {.index = 9, .length = 2}, - [12] = {.index = 11, .length = 1}, - [13] = {.index = 12, .length = 2}, - [15] = {.index = 14, .length = 3}, - [16] = {.index = 17, .length = 2}, - [17] = {.index = 19, .length = 2}, - [18] = {.index = 17, .length = 2}, - [19] = {.index = 19, .length = 2}, - [20] = {.index = 21, .length = 2}, - [21] = {.index = 23, .length = 2}, - [22] = {.index = 25, .length = 1}, - [23] = {.index = 26, .length = 1}, - [24] = {.index = 27, .length = 2}, - [25] = {.index = 29, .length = 2}, - [26] = {.index = 31, .length = 2}, - [27] = {.index = 31, .length = 2}, - [28] = {.index = 33, .length = 3}, - [29] = {.index = 36, .length = 2}, - [30] = {.index = 21, .length = 2}, - [31] = {.index = 38, .length = 2}, - [32] = {.index = 38, .length = 2}, - [33] = {.index = 33, .length = 3}, - [34] = {.index = 36, .length = 2}, - [36] = {.index = 40, .length = 2}, - [37] = {.index = 42, .length = 3}, - [38] = {.index = 45, .length = 2}, - [39] = {.index = 45, .length = 2}, - [40] = {.index = 47, .length = 2}, - [41] = {.index = 49, .length = 2}, - [43] = {.index = 51, .length = 3}, - [44] = {.index = 54, .length = 2}, - [45] = {.index = 56, .length = 1}, - [46] = {.index = 57, .length = 2}, - [47] = {.index = 59, .length = 3}, - [48] = {.index = 62, .length = 3}, - [49] = {.index = 59, .length = 3}, - [50] = {.index = 62, .length = 3}, - [51] = {.index = 65, .length = 3}, - [52] = {.index = 65, .length = 3}, - [53] = {.index = 68, .length = 2}, - [54] = {.index = 68, .length = 2}, - [55] = {.index = 70, .length = 3}, - [56] = {.index = 73, .length = 3}, - [57] = {.index = 76, .length = 3}, - [58] = {.index = 79, .length = 3}, - [59] = {.index = 82, .length = 2}, - [60] = {.index = 82, .length = 2}, - [61] = {.index = 84, .length = 2}, - [62] = {.index = 84, .length = 2}, - [64] = {.index = 86, .length = 3}, - [65] = {.index = 89, .length = 2}, - [66] = {.index = 91, .length = 3}, - [67] = {.index = 91, .length = 3}, - [69] = {.index = 94, .length = 2}, - [70] = {.index = 96, .length = 3}, - [71] = {.index = 96, .length = 3}, - [72] = {.index = 99, .length = 2}, - [73] = {.index = 101, .length = 2}, - [74] = {.index = 103, .length = 1}, - [75] = {.index = 104, .length = 2}, - [76] = {.index = 106, .length = 3}, - [78] = {.index = 109, .length = 3}, - [79] = {.index = 112, .length = 3}, - [80] = {.index = 115, .length = 3}, - [81] = {.index = 112, .length = 3}, - [82] = {.index = 115, .length = 3}, - [84] = {.index = 118, .length = 2}, - [85] = {.index = 120, .length = 2}, - [86] = {.index = 122, .length = 4}, - [87] = {.index = 126, .length = 4}, - [88] = {.index = 130, .length = 5}, - [89] = {.index = 135, .length = 6}, - [90] = {.index = 141, .length = 4}, - [91] = {.index = 145, .length = 4}, - [92] = {.index = 149, .length = 4}, - [93] = {.index = 153, .length = 4}, - [94] = {.index = 157, .length = 4}, - [95] = {.index = 161, .length = 4}, - [96] = {.index = 165, .length = 2}, - [97] = {.index = 167, .length = 3}, - [98] = {.index = 170, .length = 1}, - [99] = {.index = 171, .length = 2}, - [100] = {.index = 173, .length = 1}, - [101] = {.index = 174, .length = 4}, - [102] = {.index = 178, .length = 4}, - [103] = {.index = 182, .length = 3}, - [104] = {.index = 185, .length = 3}, - [105] = {.index = 188, .length = 2}, - [106] = {.index = 188, .length = 2}, - [107] = {.index = 190, .length = 4}, - [108] = {.index = 190, .length = 4}, - [109] = {.index = 194, .length = 3}, - [110] = {.index = 194, .length = 3}, - [111] = {.index = 197, .length = 3}, - [112] = {.index = 200, .length = 3}, - [113] = {.index = 203, .length = 3}, - [114] = {.index = 206, .length = 3}, - [115] = {.index = 209, .length = 3}, - [116] = {.index = 212, .length = 3}, - [117] = {.index = 215, .length = 2}, - [118] = {.index = 217, .length = 2}, - [119] = {.index = 217, .length = 2}, - [120] = {.index = 219, .length = 4}, - [121] = {.index = 223, .length = 5}, - [122] = {.index = 228, .length = 6}, - [123] = {.index = 234, .length = 3}, - [124] = {.index = 237, .length = 5}, - [125] = {.index = 242, .length = 4}, - [126] = {.index = 120, .length = 2}, - [127] = {.index = 246, .length = 5}, - [128] = {.index = 251, .length = 5}, - [129] = {.index = 256, .length = 5}, - [130] = {.index = 261, .length = 5}, - [131] = {.index = 266, .length = 4}, - [132] = {.index = 270, .length = 2}, - [133] = {.index = 272, .length = 1}, - [134] = {.index = 273, .length = 2}, - [135] = {.index = 275, .length = 2}, - [136] = {.index = 277, .length = 1}, - [137] = {.index = 277, .length = 1}, - [138] = {.index = 278, .length = 2}, - [139] = {.index = 280, .length = 1}, - [140] = {.index = 280, .length = 1}, - [141] = {.index = 56, .length = 1}, - [142] = {.index = 281, .length = 3}, - [143] = {.index = 284, .length = 5}, - [144] = {.index = 289, .length = 4}, - [145] = {.index = 293, .length = 3}, - [146] = {.index = 293, .length = 3}, - [147] = {.index = 296, .length = 4}, - [148] = {.index = 300, .length = 4}, - [149] = {.index = 304, .length = 4}, - [150] = {.index = 308, .length = 4}, - [151] = {.index = 312, .length = 4}, - [152] = {.index = 316, .length = 4}, - [153] = {.index = 320, .length = 4}, - [154] = {.index = 324, .length = 4}, - [155] = {.index = 328, .length = 3}, - [156] = {.index = 331, .length = 3}, - [157] = {.index = 334, .length = 4}, - [158] = {.index = 338, .length = 5}, - [159] = {.index = 343, .length = 3}, - [160] = {.index = 343, .length = 3}, - [161] = {.index = 346, .length = 6}, - [162] = {.index = 352, .length = 4}, - [163] = {.index = 356, .length = 1}, - [164] = {.index = 357, .length = 2}, - [165] = {.index = 359, .length = 2}, - [166] = {.index = 361, .length = 1}, - [167] = {.index = 362, .length = 2}, - [168] = {.index = 364, .length = 2}, - [169] = {.index = 366, .length = 2}, - [170] = {.index = 368, .length = 3}, - [171] = {.index = 371, .length = 3}, - [172] = {.index = 374, .length = 2}, - [173] = {.index = 374, .length = 2}, - [174] = {.index = 376, .length = 3}, - [175] = {.index = 379, .length = 4}, - [176] = {.index = 379, .length = 4}, - [177] = {.index = 383, .length = 5}, - [178] = {.index = 388, .length = 5}, - [179] = {.index = 393, .length = 5}, - [180] = {.index = 398, .length = 5}, - [181] = {.index = 403, .length = 5}, - [182] = {.index = 408, .length = 4}, - [183] = {.index = 412, .length = 2}, - [184] = {.index = 414, .length = 3}, - [185] = {.index = 417, .length = 3}, - [186] = {.index = 420, .length = 3}, - [187] = {.index = 423, .length = 3}, - [188] = {.index = 426, .length = 3}, - [189] = {.index = 429, .length = 5}, - [190] = {.index = 434, .length = 4}, - [191] = {.index = 438, .length = 4}, - [192] = {.index = 442, .length = 2}, - [193] = {.index = 442, .length = 2}, - [194] = {.index = 442, .length = 2}, - [195] = {.index = 442, .length = 2}, - [196] = {.index = 444, .length = 1}, - [197] = {.index = 444, .length = 1}, - [198] = {.index = 444, .length = 1}, - [199] = {.index = 444, .length = 1}, - [200] = {.index = 445, .length = 2}, - [201] = {.index = 447, .length = 6}, - [202] = {.index = 453, .length = 3}, - [203] = {.index = 456, .length = 4}, - [204] = {.index = 460, .length = 4}, - [205] = {.index = 464, .length = 4}, - [206] = {.index = 468, .length = 4}, - [207] = {.index = 472, .length = 4}, - [208] = {.index = 476, .length = 5}, - [209] = {.index = 481, .length = 5}, - [210] = {.index = 486, .length = 1}, - [211] = {.index = 486, .length = 1}, - [212] = {.index = 487, .length = 3}, - [213] = {.index = 490, .length = 2}, - [214] = {.index = 487, .length = 3}, - [215] = {.index = 487, .length = 3}, - [216] = {.index = 487, .length = 3}, - [217] = {.index = 492, .length = 1}, - [218] = {.index = 492, .length = 1}, - [219] = {.index = 493, .length = 2}, - [220] = {.index = 495, .length = 2}, - [221] = {.index = 493, .length = 2}, - [222] = {.index = 493, .length = 2}, - [223] = {.index = 493, .length = 2}, - [224] = {.index = 497, .length = 2}, - [225] = {.index = 499, .length = 1}, - [226] = {.index = 500, .length = 3}, - [227] = {.index = 503, .length = 3}, - [228] = {.index = 506, .length = 3}, - [229] = {.index = 509, .length = 5}, - [230] = {.index = 514, .length = 5}, - [231] = {.index = 519, .length = 5}, - [232] = {.index = 524, .length = 3}, - [233] = {.index = 527, .length = 3}, - [234] = {.index = 530, .length = 4}, - [235] = {.index = 534, .length = 4}, - [236] = {.index = 538, .length = 6}, - [237] = {.index = 544, .length = 4}, + [6] = {.index = 6, .length = 2}, + [7] = {.index = 8, .length = 1}, + [8] = {.index = 9, .length = 2}, + [9] = {.index = 11, .length = 1}, + [10] = {.index = 12, .length = 2}, + [11] = {.index = 14, .length = 3}, + [12] = {.index = 17, .length = 2}, + [13] = {.index = 19, .length = 2}, + [14] = {.index = 17, .length = 2}, + [15] = {.index = 19, .length = 2}, + [16] = {.index = 21, .length = 2}, + [17] = {.index = 23, .length = 2}, + [18] = {.index = 25, .length = 1}, + [19] = {.index = 26, .length = 1}, + [20] = {.index = 27, .length = 2}, + [21] = {.index = 29, .length = 2}, + [22] = {.index = 31, .length = 2}, + [23] = {.index = 33, .length = 2}, + [24] = {.index = 35, .length = 3}, + [25] = {.index = 38, .length = 2}, + [27] = {.index = 40, .length = 2}, + [28] = {.index = 42, .length = 2}, + [29] = {.index = 44, .length = 3}, + [30] = {.index = 47, .length = 2}, + [31] = {.index = 49, .length = 2}, + [32] = {.index = 51, .length = 2}, + [34] = {.index = 53, .length = 3}, + [35] = {.index = 56, .length = 2}, + [36] = {.index = 58, .length = 1}, + [37] = {.index = 59, .length = 2}, + [38] = {.index = 61, .length = 3}, + [39] = {.index = 64, .length = 3}, + [40] = {.index = 61, .length = 3}, + [41] = {.index = 64, .length = 3}, + [42] = {.index = 67, .length = 3}, + [43] = {.index = 67, .length = 3}, + [44] = {.index = 70, .length = 2}, + [45] = {.index = 72, .length = 2}, + [46] = {.index = 70, .length = 2}, + [47] = {.index = 72, .length = 2}, + [48] = {.index = 74, .length = 3}, + [49] = {.index = 77, .length = 3}, + [50] = {.index = 80, .length = 3}, + [51] = {.index = 83, .length = 3}, + [52] = {.index = 86, .length = 2}, + [53] = {.index = 88, .length = 2}, + [54] = {.index = 90, .length = 3}, + [55] = {.index = 93, .length = 2}, + [56] = {.index = 95, .length = 3}, + [58] = {.index = 98, .length = 2}, + [59] = {.index = 100, .length = 2}, + [60] = {.index = 102, .length = 3}, + [61] = {.index = 105, .length = 2}, + [62] = {.index = 107, .length = 2}, + [63] = {.index = 109, .length = 1}, + [64] = {.index = 110, .length = 2}, + [65] = {.index = 112, .length = 3}, + [67] = {.index = 115, .length = 3}, + [68] = {.index = 118, .length = 3}, + [69] = {.index = 121, .length = 3}, + [70] = {.index = 118, .length = 3}, + [71] = {.index = 121, .length = 3}, + [72] = {.index = 124, .length = 3}, + [73] = {.index = 124, .length = 3}, + [75] = {.index = 127, .length = 2}, + [76] = {.index = 129, .length = 2}, + [77] = {.index = 131, .length = 4}, + [78] = {.index = 135, .length = 4}, + [79] = {.index = 139, .length = 5}, + [80] = {.index = 144, .length = 6}, + [81] = {.index = 150, .length = 4}, + [82] = {.index = 154, .length = 4}, + [83] = {.index = 158, .length = 4}, + [84] = {.index = 162, .length = 4}, + [85] = {.index = 166, .length = 4}, + [86] = {.index = 170, .length = 4}, + [87] = {.index = 174, .length = 2}, + [88] = {.index = 176, .length = 3}, + [89] = {.index = 179, .length = 1}, + [90] = {.index = 180, .length = 2}, + [91] = {.index = 182, .length = 1}, + [92] = {.index = 183, .length = 4}, + [93] = {.index = 187, .length = 4}, + [94] = {.index = 191, .length = 3}, + [95] = {.index = 194, .length = 3}, + [96] = {.index = 197, .length = 2}, + [97] = {.index = 199, .length = 4}, + [98] = {.index = 203, .length = 3}, + [99] = {.index = 206, .length = 3}, + [100] = {.index = 209, .length = 3}, + [101] = {.index = 212, .length = 3}, + [102] = {.index = 215, .length = 3}, + [103] = {.index = 218, .length = 3}, + [104] = {.index = 221, .length = 3}, + [105] = {.index = 224, .length = 2}, + [106] = {.index = 226, .length = 2}, + [107] = {.index = 228, .length = 4}, + [108] = {.index = 232, .length = 5}, + [109] = {.index = 237, .length = 6}, + [110] = {.index = 243, .length = 3}, + [111] = {.index = 246, .length = 5}, + [112] = {.index = 251, .length = 4}, + [113] = {.index = 255, .length = 5}, + [114] = {.index = 260, .length = 5}, + [115] = {.index = 265, .length = 5}, + [116] = {.index = 270, .length = 5}, + [117] = {.index = 275, .length = 4}, + [118] = {.index = 279, .length = 2}, + [119] = {.index = 281, .length = 1}, + [120] = {.index = 282, .length = 2}, + [121] = {.index = 284, .length = 2}, + [122] = {.index = 286, .length = 1}, + [123] = {.index = 287, .length = 2}, + [124] = {.index = 289, .length = 1}, + [125] = {.index = 290, .length = 3}, + [126] = {.index = 293, .length = 5}, + [127] = {.index = 298, .length = 4}, + [128] = {.index = 302, .length = 3}, + [129] = {.index = 305, .length = 4}, + [130] = {.index = 309, .length = 4}, + [131] = {.index = 313, .length = 4}, + [132] = {.index = 317, .length = 4}, + [133] = {.index = 321, .length = 4}, + [134] = {.index = 325, .length = 4}, + [135] = {.index = 329, .length = 4}, + [136] = {.index = 333, .length = 4}, + [137] = {.index = 337, .length = 3}, + [138] = {.index = 340, .length = 3}, + [139] = {.index = 343, .length = 4}, + [140] = {.index = 347, .length = 5}, + [141] = {.index = 352, .length = 3}, + [142] = {.index = 355, .length = 6}, + [143] = {.index = 361, .length = 4}, + [144] = {.index = 365, .length = 1}, + [145] = {.index = 366, .length = 2}, + [146] = {.index = 368, .length = 2}, + [147] = {.index = 370, .length = 1}, + [148] = {.index = 371, .length = 2}, + [149] = {.index = 373, .length = 2}, + [150] = {.index = 375, .length = 2}, + [151] = {.index = 377, .length = 3}, + [152] = {.index = 380, .length = 3}, + [153] = {.index = 383, .length = 2}, + [154] = {.index = 385, .length = 3}, + [155] = {.index = 388, .length = 4}, + [156] = {.index = 392, .length = 5}, + [157] = {.index = 397, .length = 5}, + [158] = {.index = 402, .length = 5}, + [159] = {.index = 407, .length = 5}, + [160] = {.index = 412, .length = 5}, + [161] = {.index = 417, .length = 4}, + [162] = {.index = 421, .length = 2}, + [163] = {.index = 423, .length = 3}, + [164] = {.index = 426, .length = 3}, + [165] = {.index = 429, .length = 3}, + [166] = {.index = 432, .length = 3}, + [167] = {.index = 435, .length = 3}, + [168] = {.index = 438, .length = 5}, + [169] = {.index = 443, .length = 4}, + [170] = {.index = 447, .length = 4}, + [171] = {.index = 451, .length = 2}, + [172] = {.index = 453, .length = 1}, + [173] = {.index = 454, .length = 2}, + [174] = {.index = 456, .length = 6}, + [175] = {.index = 462, .length = 3}, + [176] = {.index = 465, .length = 4}, + [177] = {.index = 469, .length = 4}, + [178] = {.index = 473, .length = 4}, + [179] = {.index = 477, .length = 4}, + [180] = {.index = 481, .length = 4}, + [181] = {.index = 485, .length = 5}, + [182] = {.index = 490, .length = 5}, + [183] = {.index = 495, .length = 1}, + [184] = {.index = 496, .length = 3}, + [185] = {.index = 499, .length = 2}, + [186] = {.index = 501, .length = 1}, + [187] = {.index = 502, .length = 2}, + [188] = {.index = 504, .length = 2}, + [189] = {.index = 506, .length = 2}, + [190] = {.index = 508, .length = 1}, + [191] = {.index = 509, .length = 3}, + [192] = {.index = 512, .length = 3}, + [193] = {.index = 515, .length = 3}, + [194] = {.index = 518, .length = 5}, + [195] = {.index = 523, .length = 5}, + [196] = {.index = 528, .length = 5}, + [197] = {.index = 533, .length = 3}, + [198] = {.index = 536, .length = 3}, + [199] = {.index = 539, .length = 4}, + [200] = {.index = 543, .length = 4}, + [201] = {.index = 547, .length = 6}, + [202] = {.index = 553, .length = 4}, }; static const TSFieldMapEntry ts_field_map_entries[] = { @@ -2549,679 +2574,692 @@ static const TSFieldMapEntry ts_field_map_entries[] = { {field_arguments, 2}, {field_name, 1}, [33] = + {field_field, 2}, + {field_object, 0}, + [35] = {field_left, 0}, {field_operator, 1}, {field_right, 2}, - [36] = + [38] = {field_body, 2}, {field_parameters, 0}, - [38] = - {field_field, 2}, - {field_object, 0}, [40] = {field_left, 0}, - {field_right, 2}, + {field_pattern, 2}, [42] = + {field_left, 0}, + {field_right, 2}, + [44] = {field_arguments, 2, .inherited = true}, {field_type, 2, .inherited = true}, {field_type_arguments, 2, .inherited = true}, - [45] = + [47] = {field_dimensions, 1}, {field_name, 0}, - [47] = + [49] = {field_declarator, 1, .inherited = true}, {field_type, 0}, - [49] = + [51] = {field_declarator, 0}, {field_declarator, 1, .inherited = true}, - [51] = + [53] = {field_dimensions, 2, .inherited = true}, {field_name, 2, .inherited = true}, {field_type, 1}, - [54] = + [56] = {field_type, 1}, {field_value, 3}, - [56] = + [58] = {field_type, 1}, - [57] = + [59] = {field_type, 0, .inherited = true}, {field_type, 1, .inherited = true}, - [59] = + [61] = {field_dimensions, 2}, {field_type, 1}, {field_value, 3}, - [62] = + [64] = {field_dimensions, 2}, {field_dimensions, 3}, {field_type, 1}, - [65] = + [67] = {field_arguments, 3}, {field_type, 2}, {field_type_arguments, 1}, - [68] = + [70] = + {field_arguments, 3}, + {field_type, 2}, + [72] = {field_dimensions, 3}, {field_type, 2}, - [70] = + [74] = {field_body, 3}, {field_name, 1}, {field_type_parameters, 2}, - [73] = + [77] = {field_body, 3}, {field_name, 1}, {field_superclass, 2}, - [76] = + [80] = {field_body, 3}, {field_interfaces, 2}, {field_name, 1}, - [79] = + [83] = {field_body, 3}, {field_name, 1}, {field_permits, 2}, - [82] = + [86] = {field_name, 2}, {field_scope, 0}, - [84] = + [88] = {field_body, 3}, {field_name, 2}, - [86] = + [90] = {field_body, 3}, {field_name, 1}, {field_parameters, 2}, - [89] = + [93] = {field_body, 3}, {field_name, 1}, - [91] = + [95] = {field_arguments, 3}, {field_name, 2}, {field_object, 0}, - [94] = + [98] = + {field_left, 0}, + {field_pattern, 3}, + [100] = {field_left, 0}, {field_right, 3}, - [96] = + [102] = {field_left, 0}, {field_name, 3}, {field_right, 2}, - [99] = + [105] = {field_array, 0}, {field_index, 2}, - [101] = + [107] = {field_declarator, 2, .inherited = true}, {field_type, 1}, - [103] = + [109] = {field_declarator, 1}, - [104] = + [110] = {field_declarator, 0, .inherited = true}, {field_declarator, 1, .inherited = true}, - [106] = + [112] = {field_dimensions, 0, .inherited = true}, {field_name, 0, .inherited = true}, {field_value, 2}, - [109] = + [115] = {field_type, 1}, {field_type, 2, .inherited = true}, {field_value, 4}, - [112] = + [118] = {field_dimensions, 3}, {field_type, 2}, {field_value, 4}, - [115] = + [121] = {field_dimensions, 3}, {field_dimensions, 4}, {field_type, 2}, - [118] = + [124] = + {field_arguments, 4}, + {field_type, 3}, + {field_type_arguments, 2}, + [127] = {field_body, 1}, {field_name, 0}, - [120] = + [129] = {field_name, 0}, {field_parameters, 1}, - [122] = + [131] = {field_body, 1}, {field_name, 0, .inherited = true}, {field_parameters, 0, .inherited = true}, {field_type_parameters, 0, .inherited = true}, - [126] = + [135] = {field_dimensions, 1, .inherited = true}, {field_name, 1, .inherited = true}, {field_parameters, 1, .inherited = true}, {field_type, 0}, - [130] = + [139] = {field_dimensions, 0, .inherited = true}, {field_name, 0, .inherited = true}, {field_parameters, 0, .inherited = true}, {field_type, 0, .inherited = true}, {field_type_parameters, 0, .inherited = true}, - [135] = + [144] = {field_body, 1}, {field_dimensions, 0, .inherited = true}, {field_name, 0, .inherited = true}, {field_parameters, 0, .inherited = true}, {field_type, 0, .inherited = true}, {field_type_parameters, 0, .inherited = true}, - [141] = + [150] = {field_body, 4}, {field_name, 1}, {field_superclass, 3}, {field_type_parameters, 2}, - [145] = + [154] = {field_body, 4}, {field_interfaces, 3}, {field_name, 1}, {field_type_parameters, 2}, - [149] = + [158] = {field_body, 4}, {field_name, 1}, {field_permits, 3}, {field_type_parameters, 2}, - [153] = + [162] = {field_body, 4}, {field_interfaces, 3}, {field_name, 1}, {field_superclass, 2}, - [157] = + [166] = {field_body, 4}, {field_name, 1}, {field_permits, 3}, {field_superclass, 2}, - [161] = + [170] = {field_body, 4}, {field_interfaces, 2}, {field_name, 1}, {field_permits, 3}, - [165] = + [174] = {field_body, 1}, {field_condition, 3}, - [167] = + [176] = {field_alternative, 4}, {field_condition, 1}, {field_consequence, 2}, - [170] = + [179] = {field_init, 1}, - [171] = + [180] = {field_init, 0, .inherited = true}, {field_init, 1, .inherited = true}, - [173] = + [182] = {field_modifiers, 0}, - [174] = + [183] = {field_body, 4}, {field_name, 1}, {field_parameters, 3}, {field_type_parameters, 2}, - [178] = + [187] = {field_body, 4}, {field_interfaces, 3}, {field_name, 1}, {field_parameters, 2}, - [182] = + [191] = {field_body, 4}, {field_name, 1}, {field_type_parameters, 2}, - [185] = + [194] = {field_body, 4}, {field_name, 1}, {field_permits, 3}, - [188] = + [197] = {field_field, 4}, {field_object, 0}, - [190] = + [199] = {field_arguments, 4}, {field_name, 3}, {field_object, 0}, {field_type_arguments, 2}, - [194] = + [203] = {field_left, 0}, {field_name, 4}, {field_right, 3}, - [197] = + [206] = {field_alternative, 4}, {field_condition, 0}, {field_consequence, 2}, - [200] = + [209] = {field_body, 4}, {field_name, 2}, {field_type_parameters, 3}, - [203] = + [212] = {field_body, 4}, {field_name, 2}, {field_superclass, 3}, - [206] = + [215] = {field_body, 4}, {field_interfaces, 3}, {field_name, 2}, - [209] = + [218] = {field_body, 4}, {field_name, 2}, {field_permits, 3}, - [212] = + [221] = {field_body, 4}, {field_name, 2}, {field_parameters, 3}, - [215] = + [224] = {field_body, 4}, {field_name, 2}, - [217] = + [226] = {field_body, 4}, {field_name, 3}, - [219] = + [228] = {field_body, 2}, {field_name, 1, .inherited = true}, {field_parameters, 1, .inherited = true}, {field_type_parameters, 1, .inherited = true}, - [223] = + [232] = {field_dimensions, 1, .inherited = true}, {field_name, 1, .inherited = true}, {field_parameters, 1, .inherited = true}, {field_type, 1, .inherited = true}, {field_type_parameters, 1, .inherited = true}, - [228] = + [237] = {field_body, 2}, {field_dimensions, 1, .inherited = true}, {field_name, 1, .inherited = true}, {field_parameters, 1, .inherited = true}, {field_type, 1, .inherited = true}, {field_type_parameters, 1, .inherited = true}, - [234] = + [243] = {field_name, 1}, {field_parameters, 2}, {field_type_parameters, 0}, - [237] = + [246] = {field_dimensions, 2, .inherited = true}, {field_name, 2, .inherited = true}, {field_parameters, 2, .inherited = true}, {field_type, 1}, {field_type_parameters, 0}, - [242] = + [251] = {field_body, 2}, {field_name, 0, .inherited = true}, {field_parameters, 0, .inherited = true}, {field_type_parameters, 0, .inherited = true}, - [246] = + [255] = {field_body, 5}, {field_interfaces, 4}, {field_name, 1}, {field_superclass, 3}, {field_type_parameters, 2}, - [251] = + [260] = {field_body, 5}, {field_name, 1}, {field_permits, 4}, {field_superclass, 3}, {field_type_parameters, 2}, - [256] = + [265] = {field_body, 5}, {field_interfaces, 3}, {field_name, 1}, {field_permits, 4}, {field_type_parameters, 2}, - [261] = + [270] = {field_body, 5}, {field_interfaces, 3}, {field_name, 1}, {field_permits, 4}, {field_superclass, 2}, - [266] = + [275] = {field_dimensions, 1, .inherited = true}, {field_name, 1, .inherited = true}, {field_type, 0}, {field_value, 3}, - [270] = + [279] = {field_dimensions, 1, .inherited = true}, {field_name, 1, .inherited = true}, - [272] = + [281] = {field_body, 5}, - [273] = + [282] = {field_body, 5}, {field_init, 2}, - [275] = + [284] = {field_key, 0}, {field_value, 2}, - [277] = + [286] = {field_module, 1}, - [278] = + [287] = {field_modifiers, 0, .inherited = true}, {field_modifiers, 1, .inherited = true}, - [280] = + [289] = {field_package, 1}, - [281] = + [290] = {field_arguments, 1}, {field_body, 2}, {field_name, 0}, - [284] = + [293] = {field_body, 5}, {field_interfaces, 4}, {field_name, 1}, {field_parameters, 3}, {field_type_parameters, 2}, - [289] = + [298] = {field_body, 5}, {field_name, 1}, {field_permits, 4}, {field_type_parameters, 2}, - [293] = + [302] = {field_arguments, 5}, {field_name, 4}, {field_object, 0}, - [296] = + [305] = {field_body, 5}, {field_name, 2}, {field_superclass, 4}, {field_type_parameters, 3}, - [300] = + [309] = {field_body, 5}, {field_interfaces, 4}, {field_name, 2}, {field_type_parameters, 3}, - [304] = + [313] = {field_body, 5}, {field_name, 2}, {field_permits, 4}, {field_type_parameters, 3}, - [308] = + [317] = {field_body, 5}, {field_interfaces, 4}, {field_name, 2}, {field_superclass, 3}, - [312] = + [321] = {field_body, 5}, {field_name, 2}, {field_permits, 4}, {field_superclass, 3}, - [316] = + [325] = {field_body, 5}, {field_interfaces, 3}, {field_name, 2}, {field_permits, 4}, - [320] = + [329] = {field_body, 5}, {field_name, 2}, {field_parameters, 4}, {field_type_parameters, 3}, - [324] = + [333] = {field_body, 5}, {field_interfaces, 4}, {field_name, 2}, {field_parameters, 3}, - [328] = + [337] = {field_body, 5}, {field_name, 2}, {field_type_parameters, 3}, - [331] = + [340] = {field_body, 5}, {field_name, 2}, {field_permits, 4}, - [334] = + [343] = {field_body, 3}, {field_name, 1, .inherited = true}, {field_parameters, 1, .inherited = true}, {field_type_parameters, 1, .inherited = true}, - [338] = + [347] = {field_dimensions, 3, .inherited = true}, {field_name, 3, .inherited = true}, {field_parameters, 3, .inherited = true}, {field_type, 2}, {field_type_parameters, 0}, - [343] = + [352] = {field_dimensions, 2}, {field_name, 0}, {field_parameters, 1}, - [346] = + [355] = {field_body, 6}, {field_interfaces, 4}, {field_name, 1}, {field_permits, 5}, {field_superclass, 3}, {field_type_parameters, 2}, - [352] = + [361] = {field_dimensions, 2, .inherited = true}, {field_name, 2, .inherited = true}, {field_type, 1}, {field_value, 4}, - [356] = + [365] = {field_body, 4}, - [357] = + [366] = {field_dimensions, 2, .inherited = true}, {field_name, 2, .inherited = true}, - [359] = + [368] = {field_body, 6}, {field_update, 4}, - [361] = + [370] = {field_update, 1}, - [362] = + [371] = {field_update, 0, .inherited = true}, {field_update, 1, .inherited = true}, - [364] = + [373] = {field_body, 6}, {field_condition, 3}, - [366] = + [375] = {field_body, 6}, {field_init, 2}, - [368] = + [377] = {field_body, 6}, {field_init, 2}, {field_update, 4}, - [371] = + [380] = {field_body, 6}, {field_condition, 3}, {field_init, 2}, - [374] = + [383] = {field_modifiers, 1, .inherited = true}, {field_module, 2}, - [376] = + [385] = {field_arguments, 2}, {field_body, 3}, {field_name, 1}, - [379] = + [388] = {field_arguments, 6}, {field_name, 5}, {field_object, 0}, {field_type_arguments, 4}, - [383] = + [392] = {field_body, 6}, {field_interfaces, 5}, {field_name, 2}, {field_superclass, 4}, {field_type_parameters, 3}, - [388] = + [397] = {field_body, 6}, {field_name, 2}, {field_permits, 5}, {field_superclass, 4}, {field_type_parameters, 3}, - [393] = + [402] = {field_body, 6}, {field_interfaces, 4}, {field_name, 2}, {field_permits, 5}, {field_type_parameters, 3}, - [398] = + [407] = {field_body, 6}, {field_interfaces, 4}, {field_name, 2}, {field_permits, 5}, {field_superclass, 3}, - [403] = + [412] = {field_body, 6}, {field_interfaces, 5}, {field_name, 2}, {field_parameters, 4}, {field_type_parameters, 3}, - [408] = + [417] = {field_body, 6}, {field_name, 2}, {field_permits, 5}, {field_type_parameters, 3}, - [412] = + [421] = {field_arguments, 1}, {field_constructor, 0}, - [414] = + [423] = {field_body, 7}, {field_update, 4}, {field_update, 5, .inherited = true}, - [417] = + [426] = {field_body, 7}, {field_condition, 3}, {field_update, 5}, - [420] = + [429] = {field_body, 7}, {field_init, 2}, {field_update, 5}, - [423] = + [432] = {field_body, 7}, {field_condition, 4}, {field_init, 2}, - [426] = + [435] = {field_body, 7}, {field_init, 2}, {field_init, 3, .inherited = true}, - [429] = + [438] = {field_body, 7}, {field_dimensions, 3, .inherited = true}, {field_name, 3, .inherited = true}, {field_type, 2}, {field_value, 5}, - [434] = + [443] = {field_body, 7}, {field_init, 2}, {field_update, 4}, {field_update, 5, .inherited = true}, - [438] = + [447] = {field_body, 7}, {field_condition, 3}, {field_init, 2}, {field_update, 5}, - [442] = + [451] = {field_modules, 3}, {field_package, 1}, - [444] = + [453] = {field_provided, 1}, - [445] = + [454] = {field_name, 1}, {field_type, 0}, - [447] = + [456] = {field_body, 7}, {field_interfaces, 5}, {field_name, 2}, {field_permits, 6}, {field_superclass, 4}, {field_type_parameters, 3}, - [453] = + [462] = {field_arguments, 2}, {field_constructor, 1}, {field_type_arguments, 0}, - [456] = + [465] = {field_body, 8}, {field_condition, 3}, {field_update, 5}, {field_update, 6, .inherited = true}, - [460] = + [469] = {field_body, 8}, {field_init, 2}, {field_update, 5}, {field_update, 6, .inherited = true}, - [464] = + [473] = {field_body, 8}, {field_condition, 4}, {field_init, 2}, {field_update, 6}, - [468] = + [477] = {field_body, 8}, {field_init, 2}, {field_init, 3, .inherited = true}, {field_update, 6}, - [472] = + [481] = {field_body, 8}, {field_condition, 5}, {field_init, 2}, {field_init, 3, .inherited = true}, - [476] = + [485] = {field_body, 8}, {field_dimensions, 4, .inherited = true}, {field_name, 4, .inherited = true}, {field_type, 3}, {field_value, 6}, - [481] = + [490] = {field_body, 8}, {field_condition, 3}, {field_init, 2}, {field_update, 5}, {field_update, 6, .inherited = true}, - [486] = + [495] = {field_modules, 1}, - [487] = + [496] = {field_modules, 3}, {field_modules, 4, .inherited = true}, {field_package, 1}, - [490] = + [499] = {field_modules, 0, .inherited = true}, {field_modules, 1, .inherited = true}, - [492] = + [501] = {field_provider, 1}, - [493] = + [502] = {field_provided, 1}, {field_provider, 4, .inherited = true}, - [495] = + [504] = {field_provider, 0, .inherited = true}, {field_provider, 1, .inherited = true}, - [497] = + [506] = {field_name, 2}, {field_type, 1}, - [499] = + [508] = {field_value, 1}, - [500] = + [509] = {field_dimensions, 4}, {field_name, 1}, {field_type, 0}, - [503] = + [512] = {field_name, 1}, {field_type, 0}, {field_value, 4, .inherited = true}, - [506] = + [515] = {field_arguments, 3}, {field_constructor, 2}, {field_object, 0}, - [509] = + [518] = {field_body, 9}, {field_condition, 4}, {field_init, 2}, {field_update, 6}, {field_update, 7, .inherited = true}, - [514] = + [523] = {field_body, 9}, {field_init, 2}, {field_init, 3, .inherited = true}, {field_update, 6}, {field_update, 7, .inherited = true}, - [519] = + [528] = {field_body, 9}, {field_condition, 5}, {field_init, 2}, {field_init, 3, .inherited = true}, {field_update, 7}, - [524] = + [533] = {field_dimensions, 5}, {field_name, 2}, {field_type, 1}, - [527] = + [536] = {field_name, 2}, {field_type, 1}, {field_value, 5, .inherited = true}, - [530] = + [539] = {field_dimensions, 4}, {field_name, 1}, {field_type, 0}, {field_value, 5, .inherited = true}, - [534] = + [543] = {field_arguments, 4}, {field_constructor, 3}, {field_object, 0}, {field_type_arguments, 2}, - [538] = + [547] = {field_body, 10}, {field_condition, 5}, {field_init, 2}, {field_init, 3, .inherited = true}, {field_update, 7}, {field_update, 8, .inherited = true}, - [544] = + [553] = {field_dimensions, 5}, {field_name, 2}, {field_type, 1}, @@ -3236,173 +3274,52 @@ static const TSSymbol ts_alias_sequences[PRODUCTION_ID_COUNT][MAX_ALIAS_SEQUENCE [2] = { [0] = alias_sym_type_identifier, }, - [5] = { - [1] = sym_identifier, - }, - [7] = { - [0] = sym_identifier, - }, - [9] = { - [0] = sym_identifier, - }, [14] = { - [1] = sym_identifier, - }, - [18] = { [1] = alias_sym_type_identifier, }, - [19] = { + [15] = { [1] = alias_sym_type_identifier, }, [26] = { - [1] = sym_identifier, - }, - [28] = { - [0] = sym_identifier, - }, - [29] = { - [0] = sym_identifier, - }, - [30] = { - [1] = sym_identifier, - }, - [31] = { - [2] = sym_identifier, - }, - [35] = { [0] = alias_sym_type_identifier, [2] = alias_sym_type_identifier, }, - [38] = { - [0] = sym_identifier, - }, - [42] = { + [33] = { [2] = alias_sym_type_identifier, }, - [49] = { + [40] = { [1] = alias_sym_type_identifier, }, - [50] = { + [41] = { [1] = alias_sym_type_identifier, }, - [52] = { + [43] = { [2] = alias_sym_type_identifier, }, - [54] = { + [46] = { [2] = alias_sym_type_identifier, }, - [59] = { - [0] = sym_identifier, - }, - [61] = { - [2] = sym_identifier, - }, - [63] = { - [2] = sym_identifier, - }, - [66] = { - [2] = sym_identifier, + [47] = { + [2] = alias_sym_type_identifier, }, - [68] = { + [57] = { [0] = alias_sym_type_identifier, [3] = alias_sym_type_identifier, }, - [70] = { - [3] = sym_identifier, - }, - [77] = { + [66] = { [3] = alias_sym_type_identifier, }, - [81] = { + [70] = { [2] = alias_sym_type_identifier, }, - [82] = { + [71] = { [2] = alias_sym_type_identifier, }, - [83] = { - [1] = alias_sym_type_identifier, - }, - [105] = { - [4] = sym_identifier, - }, - [107] = { - [3] = sym_identifier, - }, - [109] = { - [4] = sym_identifier, - }, - [118] = { - [3] = sym_identifier, - }, - [126] = { - [0] = sym_identifier, - }, - [136] = { - [1] = sym_identifier, - }, - [139] = { - [1] = sym_identifier, - }, - [141] = { - [1] = sym_identifier, - }, - [145] = { - [4] = sym_identifier, - }, - [159] = { - [0] = sym_identifier, - }, - [172] = { - [2] = sym_identifier, - }, - [175] = { - [5] = sym_identifier, - }, - [192] = { - [1] = sym_identifier, - [3] = sym_identifier, - }, - [193] = { - [1] = sym_identifier, - }, - [194] = { - [3] = sym_identifier, - }, - [196] = { - [1] = sym_identifier, - [3] = sym_identifier, - }, - [197] = { - [1] = sym_identifier, - }, - [198] = { - [3] = sym_identifier, - }, - [210] = { - [1] = sym_identifier, - }, - [212] = { - [1] = sym_identifier, - [3] = sym_identifier, - }, - [214] = { - [1] = sym_identifier, - }, - [215] = { - [3] = sym_identifier, - }, - [217] = { - [1] = sym_identifier, - }, - [219] = { - [1] = sym_identifier, - [3] = sym_identifier, - }, - [221] = { - [1] = sym_identifier, + [73] = { + [3] = alias_sym_type_identifier, }, - [222] = { - [3] = sym_identifier, + [74] = { + [1] = alias_sym_type_identifier, }, }; @@ -3420,11 +3337,11 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [6] = 6, [7] = 7, [8] = 8, - [9] = 9, + [9] = 7, [10] = 10, - [11] = 11, - [12] = 8, - [13] = 10, + [11] = 6, + [12] = 12, + [13] = 13, [14] = 14, [15] = 15, [16] = 16, @@ -3434,7 +3351,7 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [20] = 20, [21] = 21, [22] = 22, - [23] = 14, + [23] = 23, [24] = 24, [25] = 25, [26] = 26, @@ -3447,45 +3364,45 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [33] = 33, [34] = 34, [35] = 35, - [36] = 36, - [37] = 35, + [36] = 31, + [37] = 37, [38] = 38, - [39] = 18, - [40] = 40, - [41] = 41, - [42] = 15, - [43] = 22, - [44] = 24, - [45] = 32, - [46] = 28, - [47] = 47, + [39] = 39, + [40] = 37, + [41] = 17, + [42] = 39, + [43] = 34, + [44] = 44, + [45] = 45, + [46] = 46, + [47] = 38, [48] = 48, - [49] = 41, + [49] = 49, [50] = 50, - [51] = 51, - [52] = 36, - [53] = 34, - [54] = 21, - [55] = 20, - [56] = 38, - [57] = 31, - [58] = 27, - [59] = 59, - [60] = 19, - [61] = 26, - [62] = 40, - [63] = 25, - [64] = 29, - [65] = 30, - [66] = 33, - [67] = 67, - [68] = 59, - [69] = 47, - [70] = 48, - [71] = 50, - [72] = 51, - [73] = 67, - [74] = 17, + [51] = 35, + [52] = 46, + [53] = 33, + [54] = 32, + [55] = 30, + [56] = 44, + [57] = 14, + [58] = 29, + [59] = 15, + [60] = 45, + [61] = 48, + [62] = 28, + [63] = 50, + [64] = 16, + [65] = 27, + [66] = 18, + [67] = 20, + [68] = 21, + [69] = 22, + [70] = 49, + [71] = 23, + [72] = 24, + [73] = 25, + [74] = 26, [75] = 75, [76] = 76, [77] = 77, @@ -3497,13 +3414,13 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [83] = 83, [84] = 83, [85] = 85, - [86] = 85, - [87] = 87, + [86] = 86, + [87] = 86, [88] = 88, [89] = 89, [90] = 90, - [91] = 88, - [92] = 88, + [91] = 89, + [92] = 89, [93] = 93, [94] = 94, [95] = 95, @@ -3514,48 +3431,48 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [100] = 100, [101] = 101, [102] = 102, - [103] = 103, + [103] = 97, [104] = 104, [105] = 105, [106] = 106, - [107] = 107, + [107] = 100, [108] = 108, [109] = 108, [110] = 110, - [111] = 107, - [112] = 77, + [111] = 111, + [112] = 112, [113] = 113, [114] = 114, [115] = 115, [116] = 116, [117] = 117, - [118] = 79, - [119] = 116, - [120] = 115, + [118] = 118, + [119] = 119, + [120] = 120, [121] = 121, - [122] = 122, + [122] = 117, [123] = 123, [124] = 124, [125] = 125, [126] = 126, - [127] = 124, - [128] = 128, - [129] = 125, - [130] = 130, - [131] = 128, + [127] = 125, + [128] = 113, + [129] = 129, + [130] = 114, + [131] = 124, [132] = 132, - [133] = 126, - [134] = 132, - [135] = 135, - [136] = 117, + [133] = 123, + [134] = 134, + [135] = 119, + [136] = 118, [137] = 137, - [138] = 113, - [139] = 121, - [140] = 137, - [141] = 123, - [142] = 122, - [143] = 143, - [144] = 135, + [138] = 137, + [139] = 126, + [140] = 112, + [141] = 134, + [142] = 142, + [143] = 116, + [144] = 142, [145] = 145, [146] = 146, [147] = 147, @@ -3565,58 +3482,58 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [151] = 151, [152] = 152, [153] = 153, - [154] = 154, + [154] = 149, [155] = 155, [156] = 156, [157] = 157, [158] = 158, [159] = 159, - [160] = 160, + [160] = 146, [161] = 161, [162] = 162, - [163] = 163, + [163] = 156, [164] = 164, [165] = 165, [166] = 166, [167] = 167, - [168] = 168, - [169] = 169, - [170] = 163, + [168] = 159, + [169] = 147, + [170] = 167, [171] = 171, [172] = 172, [173] = 173, [174] = 174, - [175] = 175, + [175] = 171, [176] = 176, - [177] = 177, - [178] = 178, - [179] = 179, + [177] = 165, + [178] = 145, + [179] = 155, [180] = 180, - [181] = 181, - [182] = 182, + [181] = 157, + [182] = 152, [183] = 183, - [184] = 184, - [185] = 185, - [186] = 186, + [184] = 161, + [185] = 180, + [186] = 183, [187] = 187, [188] = 188, - [189] = 189, + [189] = 153, [190] = 190, [191] = 191, [192] = 192, - [193] = 193, - [194] = 194, - [195] = 167, - [196] = 196, + [193] = 166, + [194] = 173, + [195] = 150, + [196] = 151, [197] = 197, [198] = 198, - [199] = 199, + [199] = 81, [200] = 200, - [201] = 161, + [201] = 79, [202] = 202, [203] = 203, [204] = 204, - [205] = 191, + [205] = 205, [206] = 206, [207] = 207, [208] = 208, @@ -3628,22 +3545,22 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [214] = 214, [215] = 215, [216] = 216, - [217] = 147, - [218] = 146, - [219] = 157, - [220] = 155, - [221] = 153, - [222] = 160, - [223] = 164, - [224] = 165, - [225] = 166, - [226] = 172, + [217] = 217, + [218] = 218, + [219] = 219, + [220] = 220, + [221] = 221, + [222] = 222, + [223] = 223, + [224] = 224, + [225] = 225, + [226] = 226, [227] = 227, [228] = 228, [229] = 229, - [230] = 178, + [230] = 230, [231] = 231, - [232] = 204, + [232] = 232, [233] = 233, [234] = 234, [235] = 235, @@ -3658,8 +3575,8 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [244] = 244, [245] = 245, [246] = 246, - [247] = 149, - [248] = 152, + [247] = 247, + [248] = 248, [249] = 249, [250] = 250, [251] = 251, @@ -3677,11 +3594,11 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [263] = 263, [264] = 264, [265] = 265, - [266] = 253, + [266] = 266, [267] = 267, - [268] = 162, - [269] = 196, - [270] = 194, + [268] = 268, + [269] = 269, + [270] = 270, [271] = 271, [272] = 272, [273] = 273, @@ -3757,30 +3674,30 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [343] = 343, [344] = 344, [345] = 345, - [346] = 346, + [346] = 345, [347] = 347, - [348] = 348, + [348] = 347, [349] = 349, - [350] = 350, + [350] = 98, [351] = 351, [352] = 352, [353] = 353, [354] = 354, [355] = 355, [356] = 356, - [357] = 357, + [357] = 356, [358] = 358, [359] = 359, [360] = 360, - [361] = 360, - [362] = 362, - [363] = 363, + [361] = 361, + [362] = 361, + [363] = 361, [364] = 364, - [365] = 365, + [365] = 364, [366] = 366, - [367] = 366, + [367] = 367, [368] = 368, - [369] = 368, + [369] = 369, [370] = 370, [371] = 371, [372] = 372, @@ -3789,18 +3706,18 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [375] = 375, [376] = 376, [377] = 377, - [378] = 378, + [378] = 355, [379] = 379, - [380] = 365, + [380] = 380, [381] = 381, [382] = 382, - [383] = 383, + [383] = 381, [384] = 384, [385] = 385, - [386] = 386, + [386] = 381, [387] = 387, - [388] = 388, - [389] = 377, + [388] = 372, + [389] = 389, [390] = 390, [391] = 391, [392] = 392, @@ -3809,18 +3726,18 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [395] = 395, [396] = 396, [397] = 397, - [398] = 398, + [398] = 325, [399] = 399, - [400] = 384, + [400] = 400, [401] = 401, - [402] = 402, + [402] = 327, [403] = 403, [404] = 404, [405] = 405, - [406] = 406, - [407] = 343, + [406] = 385, + [407] = 407, [408] = 408, - [409] = 344, + [409] = 409, [410] = 410, [411] = 411, [412] = 412, @@ -3841,15 +3758,15 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [427] = 427, [428] = 428, [429] = 429, - [430] = 378, - [431] = 431, - [432] = 375, + [430] = 430, + [431] = 371, + [432] = 432, [433] = 433, [434] = 434, [435] = 435, [436] = 436, - [437] = 374, - [438] = 373, + [437] = 370, + [438] = 438, [439] = 439, [440] = 440, [441] = 441, @@ -3865,7 +3782,7 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [451] = 451, [452] = 452, [453] = 453, - [454] = 454, + [454] = 407, [455] = 455, [456] = 456, [457] = 457, @@ -3876,27 +3793,27 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [462] = 462, [463] = 463, [464] = 464, - [465] = 465, + [465] = 409, [466] = 466, [467] = 467, [468] = 468, - [469] = 469, + [469] = 399, [470] = 470, [471] = 471, [472] = 472, [473] = 473, [474] = 474, [475] = 475, - [476] = 476, + [476] = 425, [477] = 477, [478] = 478, [479] = 479, [480] = 480, [481] = 481, [482] = 482, - [483] = 483, + [483] = 377, [484] = 484, - [485] = 381, + [485] = 485, [486] = 486, [487] = 487, [488] = 488, @@ -3905,7 +3822,7 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [491] = 491, [492] = 492, [493] = 493, - [494] = 417, + [494] = 494, [495] = 495, [496] = 496, [497] = 497, @@ -3914,27 +3831,27 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [500] = 500, [501] = 501, [502] = 502, - [503] = 379, + [503] = 503, [504] = 504, [505] = 505, [506] = 506, [507] = 507, - [508] = 382, + [508] = 508, [509] = 509, [510] = 510, [511] = 511, - [512] = 512, + [512] = 376, [513] = 513, [514] = 514, [515] = 515, [516] = 516, - [517] = 517, + [517] = 380, [518] = 518, - [519] = 416, - [520] = 423, - [521] = 435, - [522] = 412, - [523] = 523, + [519] = 519, + [520] = 520, + [521] = 374, + [522] = 373, + [523] = 428, [524] = 524, [525] = 525, [526] = 526, @@ -3960,86 +3877,86 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [546] = 546, [547] = 547, [548] = 548, - [549] = 433, + [549] = 549, [550] = 550, - [551] = 419, + [551] = 551, [552] = 552, [553] = 553, - [554] = 554, + [554] = 433, [555] = 555, - [556] = 556, + [556] = 426, [557] = 557, [558] = 558, [559] = 559, - [560] = 411, + [560] = 560, [561] = 561, [562] = 562, - [563] = 428, - [564] = 387, - [565] = 399, - [566] = 398, - [567] = 388, + [563] = 563, + [564] = 564, + [565] = 429, + [566] = 560, + [567] = 404, [568] = 568, [569] = 569, [570] = 570, - [571] = 571, - [572] = 545, - [573] = 557, + [571] = 397, + [572] = 562, + [573] = 573, [574] = 574, - [575] = 440, - [576] = 459, - [577] = 460, - [578] = 578, - [579] = 555, + [575] = 575, + [576] = 576, + [577] = 455, + [578] = 446, + [579] = 579, [580] = 580, - [581] = 581, - [582] = 582, - [583] = 439, - [584] = 584, + [581] = 579, + [582] = 563, + [583] = 583, + [584] = 449, [585] = 585, - [586] = 562, - [587] = 587, - [588] = 559, - [589] = 554, - [590] = 578, - [591] = 591, - [592] = 87, - [593] = 593, - [594] = 550, + [586] = 586, + [587] = 558, + [588] = 557, + [589] = 589, + [590] = 550, + [591] = 573, + [592] = 592, + [593] = 580, + [594] = 589, [595] = 595, - [596] = 558, - [597] = 547, - [598] = 584, + [596] = 596, + [597] = 597, + [598] = 583, [599] = 552, - [600] = 553, - [601] = 556, - [602] = 548, - [603] = 546, - [604] = 604, - [605] = 582, - [606] = 606, - [607] = 607, - [608] = 568, - [609] = 593, + [600] = 403, + [601] = 551, + [602] = 602, + [603] = 603, + [604] = 553, + [605] = 569, + [606] = 576, + [607] = 88, + [608] = 585, + [609] = 609, [610] = 610, [611] = 611, - [612] = 604, - [613] = 580, - [614] = 610, - [615] = 615, - [616] = 606, - [617] = 456, - [618] = 611, - [619] = 615, - [620] = 620, - [621] = 571, - [622] = 622, + [612] = 611, + [613] = 610, + [614] = 555, + [615] = 443, + [616] = 564, + [617] = 559, + [618] = 595, + [619] = 609, + [620] = 549, + [621] = 621, + [622] = 474, [623] = 623, [624] = 624, [625] = 625, [626] = 626, [627] = 627, - [628] = 471, + [628] = 628, [629] = 629, [630] = 630, [631] = 631, @@ -4048,167 +3965,167 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [634] = 634, [635] = 635, [636] = 636, - [637] = 637, + [637] = 411, [638] = 638, [639] = 639, [640] = 640, - [641] = 637, + [641] = 641, [642] = 642, - [643] = 634, - [644] = 644, + [643] = 639, + [644] = 638, [645] = 645, [646] = 646, - [647] = 647, - [648] = 648, - [649] = 649, + [647] = 646, + [648] = 640, + [649] = 641, [650] = 650, - [651] = 636, - [652] = 642, + [651] = 651, + [652] = 645, [653] = 653, [654] = 654, [655] = 655, - [656] = 656, - [657] = 657, + [656] = 415, + [657] = 413, [658] = 658, - [659] = 640, - [660] = 647, - [661] = 646, - [662] = 662, - [663] = 663, - [664] = 650, + [659] = 659, + [660] = 660, + [661] = 661, + [662] = 634, + [663] = 658, + [664] = 410, [665] = 665, - [666] = 666, + [666] = 401, [667] = 667, [668] = 668, [669] = 669, - [670] = 670, - [671] = 404, + [670] = 405, + [671] = 671, [672] = 408, [673] = 673, [674] = 674, - [675] = 411, - [676] = 419, - [677] = 677, - [678] = 678, + [675] = 675, + [676] = 426, + [677] = 417, + [678] = 416, [679] = 679, - [680] = 680, + [680] = 396, [681] = 681, - [682] = 422, - [683] = 683, - [684] = 398, - [685] = 410, - [686] = 399, - [687] = 683, - [688] = 688, + [682] = 682, + [683] = 419, + [684] = 684, + [685] = 98, + [686] = 414, + [687] = 404, + [688] = 420, [689] = 689, - [690] = 421, - [691] = 415, + [690] = 690, + [691] = 691, [692] = 692, [693] = 693, - [694] = 414, - [695] = 403, - [696] = 680, - [697] = 427, - [698] = 418, - [699] = 420, + [694] = 690, + [695] = 695, + [696] = 696, + [697] = 697, + [698] = 697, + [699] = 699, [700] = 700, - [701] = 425, - [702] = 424, - [703] = 426, + [701] = 691, + [702] = 702, + [703] = 703, [704] = 704, - [705] = 705, - [706] = 704, - [707] = 707, - [708] = 460, - [709] = 439, - [710] = 459, - [711] = 413, - [712] = 456, - [713] = 440, + [705] = 703, + [706] = 706, + [707] = 449, + [708] = 708, + [709] = 446, + [710] = 710, + [711] = 711, + [712] = 455, + [713] = 713, [714] = 714, - [715] = 715, - [716] = 394, - [717] = 715, + [715] = 443, + [716] = 716, + [717] = 717, [718] = 718, [719] = 719, [720] = 720, [721] = 721, [722] = 722, - [723] = 723, + [723] = 720, [724] = 724, - [725] = 392, - [726] = 724, + [725] = 725, + [726] = 726, [727] = 727, [728] = 728, - [729] = 729, + [729] = 375, [730] = 730, [731] = 731, [732] = 732, [733] = 733, [734] = 734, - [735] = 735, + [735] = 401, [736] = 736, [737] = 737, - [738] = 733, + [738] = 738, [739] = 739, [740] = 740, - [741] = 735, + [741] = 741, [742] = 742, - [743] = 734, + [743] = 379, [744] = 744, - [745] = 410, + [745] = 745, [746] = 746, - [747] = 747, + [747] = 738, [748] = 748, [749] = 749, [750] = 750, - [751] = 751, - [752] = 752, + [751] = 414, + [752] = 749, [753] = 753, - [754] = 754, - [755] = 751, - [756] = 756, + [754] = 748, + [755] = 753, + [756] = 750, [757] = 757, [758] = 758, [759] = 759, - [760] = 758, + [760] = 760, [761] = 761, [762] = 762, - [763] = 754, - [764] = 764, - [765] = 765, + [763] = 763, + [764] = 387, + [765] = 759, [766] = 766, [767] = 767, [768] = 768, - [769] = 769, + [769] = 390, [770] = 770, - [771] = 413, - [772] = 396, + [771] = 771, + [772] = 767, [773] = 773, - [774] = 393, - [775] = 391, - [776] = 773, + [774] = 774, + [775] = 775, + [776] = 771, [777] = 777, - [778] = 395, - [779] = 779, - [780] = 780, - [781] = 781, - [782] = 780, - [783] = 783, - [784] = 784, + [778] = 778, + [779] = 394, + [780] = 395, + [781] = 392, + [782] = 782, + [783] = 390, + [784] = 393, [785] = 785, - [786] = 786, + [786] = 782, [787] = 787, [788] = 788, - [789] = 789, - [790] = 790, + [789] = 787, + [790] = 785, [791] = 791, [792] = 792, - [793] = 787, - [794] = 789, + [793] = 793, + [794] = 794, [795] = 795, - [796] = 796, - [797] = 466, + [796] = 791, + [797] = 797, [798] = 798, [799] = 799, [800] = 800, @@ -4217,40 +4134,40 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [803] = 803, [804] = 804, [805] = 805, - [806] = 801, + [806] = 806, [807] = 807, [808] = 808, [809] = 809, [810] = 810, [811] = 811, [812] = 812, - [813] = 813, + [813] = 809, [814] = 814, [815] = 815, [816] = 816, [817] = 817, [818] = 818, [819] = 819, - [820] = 818, + [820] = 820, [821] = 821, [822] = 822, [823] = 823, - [824] = 824, + [824] = 809, [825] = 825, [826] = 826, [827] = 827, [828] = 828, [829] = 829, [830] = 830, - [831] = 831, + [831] = 427, [832] = 832, [833] = 833, [834] = 834, [835] = 835, [836] = 836, [837] = 837, - [838] = 833, - [839] = 705, + [838] = 838, + [839] = 839, [840] = 840, [841] = 841, [842] = 842, @@ -4275,34 +4192,34 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [861] = 861, [862] = 862, [863] = 863, - [864] = 857, + [864] = 864, [865] = 865, - [866] = 840, + [866] = 866, [867] = 867, [868] = 868, - [869] = 869, - [870] = 870, - [871] = 865, + [869] = 860, + [870] = 711, + [871] = 871, [872] = 872, - [873] = 870, + [873] = 873, [874] = 874, - [875] = 837, + [875] = 866, [876] = 876, [877] = 877, [878] = 878, [879] = 879, - [880] = 880, + [880] = 858, [881] = 881, [882] = 882, [883] = 883, - [884] = 884, + [884] = 878, [885] = 885, - [886] = 886, + [886] = 859, [887] = 887, [888] = 888, [889] = 889, [890] = 890, - [891] = 891, + [891] = 885, [892] = 892, [893] = 893, [894] = 894, @@ -4340,9 +4257,9 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [926] = 926, [927] = 927, [928] = 928, - [929] = 907, + [929] = 914, [930] = 930, - [931] = 907, + [931] = 931, [932] = 932, [933] = 933, [934] = 934, @@ -4369,27 +4286,27 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [955] = 955, [956] = 956, [957] = 957, - [958] = 958, + [958] = 924, [959] = 959, [960] = 960, [961] = 961, [962] = 962, [963] = 963, [964] = 964, - [965] = 965, + [965] = 959, [966] = 966, - [967] = 967, + [967] = 960, [968] = 968, [969] = 969, [970] = 970, - [971] = 951, + [971] = 971, [972] = 972, [973] = 973, [974] = 974, [975] = 975, [976] = 976, [977] = 977, - [978] = 950, + [978] = 978, [979] = 979, [980] = 980, [981] = 981, @@ -4401,14 +4318,14 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [987] = 987, [988] = 988, [989] = 989, - [990] = 990, + [990] = 985, [991] = 991, [992] = 992, - [993] = 958, - [994] = 994, + [993] = 987, + [994] = 984, [995] = 995, [996] = 996, - [997] = 937, + [997] = 997, [998] = 998, [999] = 999, [1000] = 1000, @@ -4422,37 +4339,37 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [1008] = 1008, [1009] = 1009, [1010] = 1010, - [1011] = 1011, + [1011] = 971, [1012] = 1012, [1013] = 1013, [1014] = 1014, [1015] = 1015, [1016] = 1016, [1017] = 1017, - [1018] = 1018, + [1018] = 1010, [1019] = 1019, [1020] = 1020, - [1021] = 1021, + [1021] = 1000, [1022] = 1022, [1023] = 1023, [1024] = 1024, [1025] = 1025, - [1026] = 1026, - [1027] = 1027, + [1026] = 998, + [1027] = 1010, [1028] = 1028, - [1029] = 1029, + [1029] = 971, [1030] = 1030, [1031] = 1031, [1032] = 1032, [1033] = 1033, - [1034] = 1034, + [1034] = 1032, [1035] = 1035, [1036] = 1036, - [1037] = 1027, - [1038] = 1027, + [1037] = 1037, + [1038] = 1038, [1039] = 1039, [1040] = 1040, - [1041] = 1005, + [1041] = 1041, [1042] = 1042, [1043] = 1043, [1044] = 1044, @@ -4461,25 +4378,25 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [1047] = 1047, [1048] = 1048, [1049] = 1049, - [1050] = 1050, + [1050] = 923, [1051] = 1051, - [1052] = 1052, + [1052] = 988, [1053] = 1053, [1054] = 1054, [1055] = 1055, [1056] = 1056, [1057] = 1057, - [1058] = 1058, + [1058] = 979, [1059] = 1059, - [1060] = 1060, - [1061] = 1061, + [1060] = 991, + [1061] = 995, [1062] = 1062, [1063] = 1063, - [1064] = 1064, + [1064] = 1008, [1065] = 1065, [1066] = 1066, [1067] = 1067, - [1068] = 1068, + [1068] = 1038, [1069] = 1069, [1070] = 1070, [1071] = 1071, @@ -4490,44 +4407,44 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [1076] = 1076, [1077] = 1077, [1078] = 1078, - [1079] = 1014, + [1079] = 1079, [1080] = 1080, [1081] = 1081, [1082] = 1082, [1083] = 1083, - [1084] = 1056, - [1085] = 1018, + [1084] = 1084, + [1085] = 1085, [1086] = 1086, [1087] = 1087, - [1088] = 1029, + [1088] = 1088, [1089] = 1089, - [1090] = 1050, + [1090] = 1090, [1091] = 1091, [1092] = 1092, [1093] = 1093, [1094] = 1094, [1095] = 1095, - [1096] = 1065, + [1096] = 1096, [1097] = 1097, - [1098] = 1005, - [1099] = 1052, + [1098] = 1098, + [1099] = 1099, [1100] = 1100, - [1101] = 1040, + [1101] = 1101, [1102] = 1102, [1103] = 1103, - [1104] = 1093, + [1104] = 1104, [1105] = 1105, [1106] = 1106, - [1107] = 967, + [1107] = 1107, [1108] = 1108, - [1109] = 1071, + [1109] = 1109, [1110] = 1110, [1111] = 1111, - [1112] = 1082, + [1112] = 1112, [1113] = 1113, [1114] = 1114, [1115] = 1115, - [1116] = 1049, + [1116] = 1116, [1117] = 1117, [1118] = 1118, [1119] = 1119, @@ -4539,9 +4456,9 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [1125] = 1125, [1126] = 1126, [1127] = 1127, - [1128] = 1128, + [1128] = 1126, [1129] = 1129, - [1130] = 1130, + [1130] = 303, [1131] = 1131, [1132] = 1132, [1133] = 1133, @@ -4568,11 +4485,11 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [1154] = 1154, [1155] = 1155, [1156] = 1156, - [1157] = 1157, + [1157] = 1105, [1158] = 1158, [1159] = 1159, [1160] = 1160, - [1161] = 1161, + [1161] = 1092, [1162] = 1162, [1163] = 1163, [1164] = 1164, @@ -4591,7 +4508,7 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [1177] = 1177, [1178] = 1178, [1179] = 1179, - [1180] = 301, + [1180] = 1180, [1181] = 1181, [1182] = 1182, [1183] = 1183, @@ -4606,22 +4523,22 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [1192] = 1192, [1193] = 1193, [1194] = 1194, - [1195] = 1195, + [1195] = 1188, [1196] = 1196, [1197] = 1197, [1198] = 1198, - [1199] = 1199, + [1199] = 1197, [1200] = 1200, [1201] = 1201, [1202] = 1202, [1203] = 1203, [1204] = 1204, - [1205] = 1177, - [1206] = 1153, - [1207] = 1207, + [1205] = 1205, + [1206] = 1192, + [1207] = 1188, [1208] = 1208, [1209] = 1209, - [1210] = 1139, + [1210] = 1210, [1211] = 1211, [1212] = 1212, [1213] = 1213, @@ -4629,14 +4546,14 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [1215] = 1215, [1216] = 1216, [1217] = 1217, - [1218] = 1218, + [1218] = 1213, [1219] = 1219, [1220] = 1220, [1221] = 1221, [1222] = 1222, [1223] = 1223, [1224] = 1224, - [1225] = 1225, + [1225] = 1211, [1226] = 1226, [1227] = 1227, [1228] = 1228, @@ -4651,13 +4568,13 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [1237] = 1237, [1238] = 1238, [1239] = 1239, - [1240] = 1240, + [1240] = 1205, [1241] = 1241, [1242] = 1242, - [1243] = 1243, + [1243] = 1186, [1244] = 1244, [1245] = 1245, - [1246] = 1246, + [1246] = 1197, [1247] = 1247, [1248] = 1248, [1249] = 1249, @@ -4665,75 +4582,16 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [1251] = 1251, [1252] = 1252, [1253] = 1253, - [1254] = 1247, + [1254] = 1254, [1255] = 1255, [1256] = 1256, [1257] = 1257, - [1258] = 1252, + [1258] = 1204, [1259] = 1259, - [1260] = 1260, + [1260] = 1236, [1261] = 1261, [1262] = 1262, [1263] = 1263, - [1264] = 1264, - [1265] = 1257, - [1266] = 1266, - [1267] = 1267, - [1268] = 1268, - [1269] = 1269, - [1270] = 1270, - [1271] = 1271, - [1272] = 1256, - [1273] = 1259, - [1274] = 1274, - [1275] = 1239, - [1276] = 1276, - [1277] = 1251, - [1278] = 1278, - [1279] = 1279, - [1280] = 1280, - [1281] = 1281, - [1282] = 1282, - [1283] = 1283, - [1284] = 1251, - [1285] = 1285, - [1286] = 1286, - [1287] = 1287, - [1288] = 1288, - [1289] = 1289, - [1290] = 1290, - [1291] = 1291, - [1292] = 1292, - [1293] = 1293, - [1294] = 1294, - [1295] = 1295, - [1296] = 1296, - [1297] = 1297, - [1298] = 1298, - [1299] = 1252, - [1300] = 1263, - [1301] = 1301, - [1302] = 1302, - [1303] = 1303, - [1304] = 1261, - [1305] = 1305, - [1306] = 1247, - [1307] = 1307, - [1308] = 1308, - [1309] = 1309, - [1310] = 1310, - [1311] = 1311, - [1312] = 1312, - [1313] = 1313, - [1314] = 1314, - [1315] = 1315, - [1316] = 1316, - [1317] = 1317, - [1318] = 1318, - [1319] = 1295, - [1320] = 1320, - [1321] = 1321, - [1322] = 1322, }; static inline bool sym_escape_sequence_character_set_1(int32_t c) { @@ -5261,7 +5119,7 @@ static inline bool sym_identifier_character_set_1(int32_t c) { : c <= 67826) : (c <= 67829 || (c < 67872 ? (c >= 67840 && c <= 67861) - : c <= 67880))))))))))))))); + : c <= 67883))))))))))))))); } static inline bool sym_identifier_character_set_2(int32_t c) { @@ -5775,7 +5633,7 @@ static inline bool sym_identifier_character_set_2(int32_t c) { : c <= 67826) : (c <= 67829 || (c < 67872 ? (c >= 67840 && c <= 67861) - : c <= 67880))))))))))))))); + : c <= 67883))))))))))))))); } static inline bool sym_identifier_character_set_3(int32_t c) { @@ -6289,468 +6147,468 @@ static inline bool sym_identifier_character_set_3(int32_t c) { : c <= 67826) : (c <= 67829 || (c < 67872 ? (c >= 67840 && c <= 67861) - : c <= 67880))))))))))))))); + : c <= 67883))))))))))))))); } static inline bool sym_identifier_character_set_4(int32_t c) { - return (c < 6400 - ? (c < 2979 - ? (c < 2365 - ? (c < 1376 - ? (c < 750 - ? (c < 186 + return (c < 6320 + ? (c < 2974 + ? (c < 2308 + ? (c < 1369 + ? (c < 748 + ? (c < 181 ? (c < '_' ? (c < '0' ? c == '$' : (c <= '9' || (c >= 'A' && c <= 'Z'))) - : (c <= '_' || (c < 170 + : (c <= '_' || (c < 162 ? (c >= 'a' && c <= 'z') - : (c <= 170 || c == 181)))) - : (c <= 186 || (c < 710 - ? (c < 216 - ? (c >= 192 && c <= 214) - : (c <= 246 || (c >= 248 && c <= 705))) - : (c <= 721 || (c < 748 - ? (c >= 736 && c <= 740) - : c <= 748))))) - : (c <= 750 || (c < 908 - ? (c < 895 - ? (c < 886 - ? (c >= 880 && c <= 884) - : (c <= 887 || (c >= 890 && c <= 893))) - : (c <= 895 || (c < 904 - ? c == 902 - : c <= 906))) - : (c <= 908 || (c < 1162 - ? (c < 931 - ? (c >= 910 && c <= 929) - : (c <= 1013 || (c >= 1015 && c <= 1153))) - : (c <= 1327 || (c < 1369 - ? (c >= 1329 && c <= 1366) - : c <= 1369))))))) - : (c <= 1416 || (c < 1969 - ? (c < 1749 - ? (c < 1632 - ? (c < 1519 - ? (c >= 1488 && c <= 1514) - : (c <= 1522 || (c >= 1568 && c <= 1610))) - : (c <= 1641 || (c < 1649 - ? (c >= 1646 && c <= 1647) - : c <= 1747))) - : (c <= 1749 || (c < 1808 - ? (c < 1774 - ? (c >= 1765 && c <= 1766) - : (c <= 1788 || c == 1791)) - : (c <= 1808 || (c < 1869 - ? (c >= 1810 && c <= 1839) - : c <= 1957))))) - : (c <= 1969 || (c < 2088 - ? (c < 2048 - ? (c < 2036 - ? (c >= 1984 && c <= 2026) - : (c <= 2037 || c == 2042)) - : (c <= 2069 || (c < 2084 - ? c == 2074 - : c <= 2084))) - : (c <= 2088 || (c < 2185 - ? (c < 2144 - ? (c >= 2112 && c <= 2136) - : (c <= 2154 || (c >= 2160 && c <= 2183))) - : (c <= 2190 || (c < 2308 - ? (c >= 2208 && c <= 2249) - : c <= 2361))))))))) - : (c <= 2365 || (c < 2703 - ? (c < 2534 - ? (c < 2474 - ? (c < 2417 - ? (c < 2392 - ? c == 2384 - : (c <= 2401 || (c >= 2406 && c <= 2415))) - : (c <= 2432 || (c < 2447 - ? (c >= 2437 && c <= 2444) - : (c <= 2448 || (c >= 2451 && c <= 2472))))) - : (c <= 2480 || (c < 2510 - ? (c < 2486 - ? c == 2482 - : (c <= 2489 || c == 2493)) - : (c <= 2510 || (c < 2527 - ? (c >= 2524 && c <= 2525) - : c <= 2529))))) - : (c <= 2545 || (c < 2613 - ? (c < 2579 - ? (c < 2565 - ? c == 2556 - : (c <= 2570 || (c >= 2575 && c <= 2576))) - : (c <= 2600 || (c < 2610 - ? (c >= 2602 && c <= 2608) - : c <= 2611))) - : (c <= 2614 || (c < 2662 - ? (c < 2649 - ? (c >= 2616 && c <= 2617) - : (c <= 2652 || c == 2654)) - : (c <= 2671 || (c < 2693 - ? (c >= 2674 && c <= 2676) - : c <= 2701))))))) - : (c <= 2705 || (c < 2866 - ? (c < 2784 - ? (c < 2741 - ? (c < 2730 - ? (c >= 2707 && c <= 2728) - : (c <= 2736 || (c >= 2738 && c <= 2739))) - : (c <= 2745 || (c < 2768 - ? c == 2749 - : c <= 2768))) - : (c <= 2785 || (c < 2831 - ? (c < 2809 - ? (c >= 2790 && c <= 2799) - : (c <= 2809 || (c >= 2821 && c <= 2828))) - : (c <= 2832 || (c < 2858 - ? (c >= 2835 && c <= 2856) - : c <= 2864))))) - : (c <= 2867 || (c < 2947 - ? (c < 2911 - ? (c < 2877 - ? (c >= 2869 && c <= 2873) - : (c <= 2877 || (c >= 2908 && c <= 2909))) - : (c <= 2913 || (c < 2929 - ? (c >= 2918 && c <= 2927) - : c <= 2929))) - : (c <= 2947 || (c < 2969 - ? (c < 2958 - ? (c >= 2949 && c <= 2954) - : (c <= 2960 || (c >= 2962 && c <= 2965))) - : (c <= 2970 || (c < 2974 - ? c == 2972 - : c <= 2975))))))))))) - : (c <= 2980 || (c < 3872 - ? (c < 3406 - ? (c < 3205 - ? (c < 3114 - ? (c < 3046 - ? (c < 2990 - ? (c >= 2984 && c <= 2986) - : (c <= 3001 || c == 3024)) - : (c <= 3055 || (c < 3086 - ? (c >= 3077 && c <= 3084) - : (c <= 3088 || (c >= 3090 && c <= 3112))))) - : (c <= 3129 || (c < 3168 - ? (c < 3160 - ? c == 3133 - : (c <= 3162 || c == 3165)) - : (c <= 3169 || (c < 3200 - ? (c >= 3174 && c <= 3183) - : c <= 3200))))) - : (c <= 3212 || (c < 3296 - ? (c < 3253 - ? (c < 3218 - ? (c >= 3214 && c <= 3216) - : (c <= 3240 || (c >= 3242 && c <= 3251))) - : (c <= 3257 || (c < 3293 - ? c == 3261 - : c <= 3294))) - : (c <= 3297 || (c < 3342 - ? (c < 3313 - ? (c >= 3302 && c <= 3311) - : (c <= 3314 || (c >= 3332 && c <= 3340))) - : (c <= 3344 || (c < 3389 - ? (c >= 3346 && c <= 3386) - : c <= 3389))))))) - : (c <= 3406 || (c < 3664 - ? (c < 3507 - ? (c < 3450 - ? (c < 3423 - ? (c >= 3412 && c <= 3414) - : (c <= 3425 || (c >= 3430 && c <= 3439))) - : (c <= 3455 || (c < 3482 - ? (c >= 3461 && c <= 3478) - : c <= 3505))) - : (c <= 3515 || (c < 3585 - ? (c < 3520 - ? c == 3517 - : (c <= 3526 || (c >= 3558 && c <= 3567))) - : (c <= 3632 || (c < 3648 - ? (c >= 3634 && c <= 3635) - : c <= 3654))))) - : (c <= 3673 || (c < 3762 - ? (c < 3724 - ? (c < 3716 - ? (c >= 3713 && c <= 3714) - : (c <= 3716 || (c >= 3718 && c <= 3722))) - : (c <= 3747 || (c < 3751 - ? c == 3749 - : c <= 3760))) - : (c <= 3763 || (c < 3792 - ? (c < 3776 - ? c == 3773 - : (c <= 3780 || c == 3782)) - : (c <= 3801 || (c < 3840 - ? (c >= 3804 && c <= 3807) - : c <= 3840))))))))) - : (c <= 3881 || (c < 4802 - ? (c < 4295 - ? (c < 4193 - ? (c < 4096 - ? (c < 3913 - ? (c >= 3904 && c <= 3911) - : (c <= 3948 || (c >= 3976 && c <= 3980))) - : (c <= 4138 || (c < 4176 - ? (c >= 4159 && c <= 4169) - : (c <= 4181 || (c >= 4186 && c <= 4189))))) - : (c <= 4193 || (c < 4238 - ? (c < 4206 - ? (c >= 4197 && c <= 4198) - : (c <= 4208 || (c >= 4213 && c <= 4225))) - : (c <= 4238 || (c < 4256 - ? (c >= 4240 && c <= 4249) - : c <= 4293))))) - : (c <= 4295 || (c < 4698 - ? (c < 4682 - ? (c < 4304 - ? c == 4301 - : (c <= 4346 || (c >= 4348 && c <= 4680))) - : (c <= 4685 || (c < 4696 - ? (c >= 4688 && c <= 4694) - : c <= 4696))) - : (c <= 4701 || (c < 4786 - ? (c < 4746 - ? (c >= 4704 && c <= 4744) - : (c <= 4749 || (c >= 4752 && c <= 4784))) - : (c <= 4789 || (c < 4800 - ? (c >= 4792 && c <= 4798) - : c <= 4800))))))) - : (c <= 4805 || (c < 5919 - ? (c < 5112 - ? (c < 4888 - ? (c < 4824 - ? (c >= 4808 && c <= 4822) - : (c <= 4880 || (c >= 4882 && c <= 4885))) - : (c <= 4954 || (c < 5024 - ? (c >= 4992 && c <= 5007) - : c <= 5109))) - : (c <= 5117 || (c < 5792 - ? (c < 5743 - ? (c >= 5121 && c <= 5740) - : (c <= 5759 || (c >= 5761 && c <= 5786))) - : (c <= 5866 || (c < 5888 - ? (c >= 5873 && c <= 5880) - : c <= 5905))))) - : (c <= 5937 || (c < 6112 - ? (c < 6016 - ? (c < 5984 - ? (c >= 5952 && c <= 5969) - : (c <= 5996 || (c >= 5998 && c <= 6000))) - : (c <= 6067 || (c < 6108 - ? c == 6103 - : c <= 6108))) - : (c <= 6121 || (c < 6279 - ? (c < 6176 - ? (c >= 6160 && c <= 6169) - : (c <= 6264 || (c >= 6272 && c <= 6276))) - : (c <= 6312 || (c < 6320 - ? c == 6314 - : c <= 6389))))))))))))) - : (c <= 6430 || (c < 43216 - ? (c < 8490 - ? (c < 7968 - ? (c < 7086 - ? (c < 6784 - ? (c < 6576 - ? (c < 6512 - ? (c >= 6470 && c <= 6509) - : (c <= 6516 || (c >= 6528 && c <= 6571))) - : (c <= 6601 || (c < 6656 - ? (c >= 6608 && c <= 6617) - : (c <= 6678 || (c >= 6688 && c <= 6740))))) - : (c <= 6793 || (c < 6981 - ? (c < 6823 - ? (c >= 6800 && c <= 6809) - : (c <= 6823 || (c >= 6917 && c <= 6963))) - : (c <= 6988 || (c < 7043 - ? (c >= 6992 && c <= 7001) - : c <= 7072))))) - : (c <= 7141 || (c < 7401 - ? (c < 7296 - ? (c < 7232 - ? (c >= 7168 && c <= 7203) - : (c <= 7241 || (c >= 7245 && c <= 7293))) - : (c <= 7304 || (c < 7357 - ? (c >= 7312 && c <= 7354) - : c <= 7359))) - : (c <= 7404 || (c < 7424 - ? (c < 7413 - ? (c >= 7406 && c <= 7411) - : (c <= 7414 || c == 7418)) - : (c <= 7615 || (c < 7960 - ? (c >= 7680 && c <= 7957) - : c <= 7965))))))) - : (c <= 8005 || (c < 8160 - ? (c < 8064 - ? (c < 8027 - ? (c < 8016 - ? (c >= 8008 && c <= 8013) - : (c <= 8023 || c == 8025)) - : (c <= 8027 || (c < 8031 - ? c == 8029 - : c <= 8061))) - : (c <= 8116 || (c < 8134 - ? (c < 8126 - ? (c >= 8118 && c <= 8124) - : (c <= 8126 || (c >= 8130 && c <= 8132))) - : (c <= 8140 || (c < 8150 - ? (c >= 8144 && c <= 8147) - : c <= 8155))))) - : (c <= 8172 || (c < 8455 - ? (c < 8319 - ? (c < 8182 - ? (c >= 8178 && c <= 8180) - : (c <= 8188 || c == 8305)) - : (c <= 8319 || (c < 8450 - ? (c >= 8336 && c <= 8348) - : c <= 8450))) - : (c <= 8455 || (c < 8484 - ? (c < 8469 - ? (c >= 8458 && c <= 8467) - : (c <= 8469 || (c >= 8473 && c <= 8477))) - : (c <= 8484 || (c < 8488 - ? c == 8486 - : c <= 8488))))))))) - : (c <= 8493 || (c < 12449 - ? (c < 11680 - ? (c < 11506 - ? (c < 8526 - ? (c < 8508 - ? (c >= 8495 && c <= 8505) - : (c <= 8511 || (c >= 8517 && c <= 8521))) - : (c <= 8526 || (c < 11264 - ? (c >= 8579 && c <= 8580) - : (c <= 11492 || (c >= 11499 && c <= 11502))))) - : (c <= 11507 || (c < 11568 - ? (c < 11559 - ? (c >= 11520 && c <= 11557) - : (c <= 11559 || c == 11565)) - : (c <= 11623 || (c < 11648 - ? c == 11631 - : c <= 11670))))) - : (c <= 11686 || (c < 11736 - ? (c < 11712 - ? (c < 11696 - ? (c >= 11688 && c <= 11694) - : (c <= 11702 || (c >= 11704 && c <= 11710))) - : (c <= 11718 || (c < 11728 - ? (c >= 11720 && c <= 11726) - : c <= 11734))) - : (c <= 11742 || (c < 12347 - ? (c < 12293 - ? c == 11823 - : (c <= 12294 || (c >= 12337 && c <= 12341))) - : (c <= 12348 || (c < 12445 - ? (c >= 12353 && c <= 12438) - : c <= 12447))))))) - : (c <= 12538 || (c < 42623 - ? (c < 19903 - ? (c < 12704 - ? (c < 12549 - ? (c >= 12540 && c <= 12543) - : (c <= 12591 || (c >= 12593 && c <= 12686))) - : (c <= 12735 || (c < 13312 - ? (c >= 12784 && c <= 12799) - : c <= 13312))) - : (c <= 19903 || (c < 42240 - ? (c < 40959 - ? c == 19968 - : (c <= 42124 || (c >= 42192 && c <= 42237))) - : (c <= 42508 || (c < 42560 - ? (c >= 42512 && c <= 42539) - : c <= 42606))))) - : (c <= 42653 || (c < 42965 - ? (c < 42891 - ? (c < 42775 - ? (c >= 42656 && c <= 42725) - : (c <= 42783 || (c >= 42786 && c <= 42888))) - : (c <= 42954 || (c < 42963 - ? (c >= 42960 && c <= 42961) - : c <= 42963))) - : (c <= 42969 || (c < 43020 - ? (c < 43011 - ? (c >= 42994 && c <= 43009) - : (c <= 43013 || (c >= 43015 && c <= 43018))) - : (c <= 43042 || (c < 43138 - ? (c >= 43072 && c <= 43123) - : c <= 43187))))))))))) - : (c <= 43225 || (c < 65296 - ? (c < 43808 - ? (c < 43616 - ? (c < 43471 - ? (c < 43264 - ? (c < 43259 - ? (c >= 43250 && c <= 43255) - : (c <= 43259 || (c >= 43261 && c <= 43262))) - : (c <= 43301 || (c < 43360 - ? (c >= 43312 && c <= 43334) - : (c <= 43388 || (c >= 43396 && c <= 43442))))) - : (c <= 43481 || (c < 43584 - ? (c < 43494 - ? (c >= 43488 && c <= 43492) - : (c <= 43518 || (c >= 43520 && c <= 43560))) - : (c <= 43586 || (c < 43600 - ? (c >= 43588 && c <= 43595) - : c <= 43609))))) - : (c <= 43638 || (c < 43714 - ? (c < 43701 - ? (c < 43646 - ? c == 43642 - : (c <= 43695 || c == 43697)) - : (c <= 43702 || (c < 43712 - ? (c >= 43705 && c <= 43709) - : c <= 43712))) - : (c <= 43714 || (c < 43777 - ? (c < 43744 - ? (c >= 43739 && c <= 43741) - : (c <= 43754 || (c >= 43762 && c <= 43764))) - : (c <= 43782 || (c < 43793 - ? (c >= 43785 && c <= 43790) - : c <= 43798))))))) - : (c <= 43814 || (c < 64285 - ? (c < 55203 - ? (c < 43888 - ? (c < 43824 - ? (c >= 43816 && c <= 43822) - : (c <= 43866 || (c >= 43868 && c <= 43881))) - : (c <= 44002 || (c < 44032 - ? (c >= 44016 && c <= 44025) - : c <= 44032))) - : (c <= 55203 || (c < 64112 - ? (c < 55243 - ? (c >= 55216 && c <= 55238) - : (c <= 55291 || (c >= 63744 && c <= 64109))) - : (c <= 64217 || (c < 64275 - ? (c >= 64256 && c <= 64262) - : c <= 64279))))) - : (c <= 64285 || (c < 64326 - ? (c < 64318 - ? (c < 64298 - ? (c >= 64287 && c <= 64296) - : (c <= 64310 || (c >= 64312 && c <= 64316))) - : (c <= 64318 || (c < 64323 - ? (c >= 64320 && c <= 64321) - : c <= 64324))) - : (c <= 64433 || (c < 65008 - ? (c < 64848 - ? (c >= 64467 && c <= 64829) - : (c <= 64911 || (c >= 64914 && c <= 64967))) - : (c <= 65019 || (c < 65142 - ? (c >= 65136 && c <= 65140) - : c <= 65276))))))))) - : (c <= 65305 || (c < 66816 + : (c <= 162 || c == 170)))) + : (c <= 181 || (c < 248 + ? (c < 192 + ? c == 186 + : (c <= 214 || (c >= 216 && c <= 246))) + : (c <= 705 || (c < 736 + ? (c >= 710 && c <= 721) + : c <= 740))))) + : (c <= 748 || (c < 904 + ? (c < 890 + ? (c < 880 + ? c == 750 + : (c <= 884 || (c >= 886 && c <= 887))) + : (c <= 893 || (c < 902 + ? c == 895 + : c <= 902))) + : (c <= 906 || (c < 1015 + ? (c < 910 + ? c == 908 + : (c <= 929 || (c >= 931 && c <= 1013))) + : (c <= 1153 || (c < 1329 + ? (c >= 1162 && c <= 1327) + : c <= 1366))))))) + : (c <= 1369 || (c < 1869 + ? (c < 1649 + ? (c < 1568 + ? (c < 1488 + ? (c >= 1376 && c <= 1416) + : (c <= 1514 || (c >= 1519 && c <= 1522))) + : (c <= 1610 || (c < 1646 + ? (c >= 1632 && c <= 1641) + : c <= 1647))) + : (c <= 1747 || (c < 1791 + ? (c < 1765 + ? c == 1749 + : (c <= 1766 || (c >= 1774 && c <= 1788))) + : (c <= 1791 || (c < 1810 + ? c == 1808 + : c <= 1839))))) + : (c <= 1957 || (c < 2084 + ? (c < 2042 + ? (c < 1984 + ? c == 1969 + : (c <= 2026 || (c >= 2036 && c <= 2037))) + : (c <= 2042 || (c < 2074 + ? (c >= 2048 && c <= 2069) + : c <= 2074))) + : (c <= 2084 || (c < 2160 + ? (c < 2112 + ? c == 2088 + : (c <= 2136 || (c >= 2144 && c <= 2154))) + : (c <= 2183 || (c < 2208 + ? (c >= 2185 && c <= 2190) + : c <= 2249))))))))) + : (c <= 2361 || (c < 2693 + ? (c < 2527 + ? (c < 2451 + ? (c < 2406 + ? (c < 2384 + ? c == 2365 + : (c <= 2384 || (c >= 2392 && c <= 2401))) + : (c <= 2415 || (c < 2437 + ? (c >= 2417 && c <= 2432) + : (c <= 2444 || (c >= 2447 && c <= 2448))))) + : (c <= 2472 || (c < 2493 + ? (c < 2482 + ? (c >= 2474 && c <= 2480) + : (c <= 2482 || (c >= 2486 && c <= 2489))) + : (c <= 2493 || (c < 2524 + ? c == 2510 + : c <= 2525))))) + : (c <= 2529 || (c < 2610 + ? (c < 2575 + ? (c < 2556 + ? (c >= 2534 && c <= 2545) + : (c <= 2556 || (c >= 2565 && c <= 2570))) + : (c <= 2576 || (c < 2602 + ? (c >= 2579 && c <= 2600) + : c <= 2608))) + : (c <= 2611 || (c < 2654 + ? (c < 2616 + ? (c >= 2613 && c <= 2614) + : (c <= 2617 || (c >= 2649 && c <= 2652))) + : (c <= 2654 || (c < 2674 + ? (c >= 2662 && c <= 2671) + : c <= 2676))))))) + : (c <= 2701 || (c < 2858 + ? (c < 2768 + ? (c < 2738 + ? (c < 2707 + ? (c >= 2703 && c <= 2705) + : (c <= 2728 || (c >= 2730 && c <= 2736))) + : (c <= 2739 || (c < 2749 + ? (c >= 2741 && c <= 2745) + : c <= 2749))) + : (c <= 2768 || (c < 2821 + ? (c < 2790 + ? (c >= 2784 && c <= 2785) + : (c <= 2799 || c == 2809)) + : (c <= 2828 || (c < 2835 + ? (c >= 2831 && c <= 2832) + : c <= 2856))))) + : (c <= 2864 || (c < 2929 + ? (c < 2908 + ? (c < 2869 + ? (c >= 2866 && c <= 2867) + : (c <= 2873 || c == 2877)) + : (c <= 2909 || (c < 2918 + ? (c >= 2911 && c <= 2913) + : c <= 2927))) + : (c <= 2929 || (c < 2962 + ? (c < 2949 + ? c == 2947 + : (c <= 2954 || (c >= 2958 && c <= 2960))) + : (c <= 2965 || (c < 2972 + ? (c >= 2969 && c <= 2970) + : c <= 2972))))))))))) + : (c <= 2975 || (c < 3840 + ? (c < 3389 + ? (c < 3200 + ? (c < 3090 + ? (c < 3024 + ? (c < 2984 + ? (c >= 2979 && c <= 2980) + : (c <= 2986 || (c >= 2990 && c <= 3001))) + : (c <= 3024 || (c < 3077 + ? (c >= 3046 && c <= 3055) + : (c <= 3084 || (c >= 3086 && c <= 3088))))) + : (c <= 3112 || (c < 3165 + ? (c < 3133 + ? (c >= 3114 && c <= 3129) + : (c <= 3133 || (c >= 3160 && c <= 3162))) + : (c <= 3165 || (c < 3174 + ? (c >= 3168 && c <= 3169) + : c <= 3183))))) + : (c <= 3200 || (c < 3293 + ? (c < 3242 + ? (c < 3214 + ? (c >= 3205 && c <= 3212) + : (c <= 3216 || (c >= 3218 && c <= 3240))) + : (c <= 3251 || (c < 3261 + ? (c >= 3253 && c <= 3257) + : c <= 3261))) + : (c <= 3294 || (c < 3332 + ? (c < 3302 + ? (c >= 3296 && c <= 3297) + : (c <= 3311 || (c >= 3313 && c <= 3314))) + : (c <= 3340 || (c < 3346 + ? (c >= 3342 && c <= 3344) + : c <= 3386))))))) + : (c <= 3389 || (c < 3648 + ? (c < 3482 + ? (c < 3430 + ? (c < 3412 + ? c == 3406 + : (c <= 3414 || (c >= 3423 && c <= 3425))) + : (c <= 3439 || (c < 3461 + ? (c >= 3450 && c <= 3455) + : c <= 3478))) + : (c <= 3505 || (c < 3558 + ? (c < 3517 + ? (c >= 3507 && c <= 3515) + : (c <= 3517 || (c >= 3520 && c <= 3526))) + : (c <= 3567 || (c < 3634 + ? (c >= 3585 && c <= 3632) + : c <= 3635))))) + : (c <= 3654 || (c < 3751 + ? (c < 3718 + ? (c < 3713 + ? (c >= 3664 && c <= 3673) + : (c <= 3714 || c == 3716)) + : (c <= 3722 || (c < 3749 + ? (c >= 3724 && c <= 3747) + : c <= 3749))) + : (c <= 3760 || (c < 3782 + ? (c < 3773 + ? (c >= 3762 && c <= 3763) + : (c <= 3773 || (c >= 3776 && c <= 3780))) + : (c <= 3782 || (c < 3804 + ? (c >= 3792 && c <= 3801) + : c <= 3807))))))))) + : (c <= 3840 || (c < 4800 + ? (c < 4256 + ? (c < 4186 + ? (c < 3976 + ? (c < 3904 + ? (c >= 3872 && c <= 3881) + : (c <= 3911 || (c >= 3913 && c <= 3948))) + : (c <= 3980 || (c < 4159 + ? (c >= 4096 && c <= 4138) + : (c <= 4169 || (c >= 4176 && c <= 4181))))) + : (c <= 4189 || (c < 4213 + ? (c < 4197 + ? c == 4193 + : (c <= 4198 || (c >= 4206 && c <= 4208))) + : (c <= 4225 || (c < 4240 + ? c == 4238 + : c <= 4249))))) + : (c <= 4293 || (c < 4696 + ? (c < 4348 + ? (c < 4301 + ? c == 4295 + : (c <= 4301 || (c >= 4304 && c <= 4346))) + : (c <= 4680 || (c < 4688 + ? (c >= 4682 && c <= 4685) + : c <= 4694))) + : (c <= 4696 || (c < 4752 + ? (c < 4704 + ? (c >= 4698 && c <= 4701) + : (c <= 4744 || (c >= 4746 && c <= 4749))) + : (c <= 4784 || (c < 4792 + ? (c >= 4786 && c <= 4789) + : c <= 4798))))))) + : (c <= 4800 || (c < 5888 + ? (c < 5024 + ? (c < 4882 + ? (c < 4808 + ? (c >= 4802 && c <= 4805) + : (c <= 4822 || (c >= 4824 && c <= 4880))) + : (c <= 4885 || (c < 4992 + ? (c >= 4888 && c <= 4954) + : c <= 5007))) + : (c <= 5109 || (c < 5761 + ? (c < 5121 + ? (c >= 5112 && c <= 5117) + : (c <= 5740 || (c >= 5743 && c <= 5759))) + : (c <= 5786 || (c < 5873 + ? (c >= 5792 && c <= 5866) + : c <= 5880))))) + : (c <= 5905 || (c < 6108 + ? (c < 5998 + ? (c < 5952 + ? (c >= 5919 && c <= 5937) + : (c <= 5969 || (c >= 5984 && c <= 5996))) + : (c <= 6000 || (c < 6103 + ? (c >= 6016 && c <= 6067) + : c <= 6103))) + : (c <= 6108 || (c < 6272 + ? (c < 6160 + ? (c >= 6112 && c <= 6121) + : (c <= 6169 || (c >= 6176 && c <= 6264))) + : (c <= 6276 || (c < 6314 + ? (c >= 6279 && c <= 6312) + : c <= 6314))))))))))))) + : (c <= 6389 || (c < 43138 + ? (c < 8488 + ? (c < 7960 + ? (c < 7043 + ? (c < 6688 + ? (c < 6528 + ? (c < 6470 + ? (c >= 6400 && c <= 6430) + : (c <= 6509 || (c >= 6512 && c <= 6516))) + : (c <= 6571 || (c < 6608 + ? (c >= 6576 && c <= 6601) + : (c <= 6617 || (c >= 6656 && c <= 6678))))) + : (c <= 6740 || (c < 6917 + ? (c < 6800 + ? (c >= 6784 && c <= 6793) + : (c <= 6809 || c == 6823)) + : (c <= 6963 || (c < 6992 + ? (c >= 6981 && c <= 6988) + : c <= 7001))))) + : (c <= 7072 || (c < 7357 + ? (c < 7245 + ? (c < 7168 + ? (c >= 7086 && c <= 7141) + : (c <= 7203 || (c >= 7232 && c <= 7241))) + : (c <= 7293 || (c < 7312 + ? (c >= 7296 && c <= 7304) + : c <= 7354))) + : (c <= 7359 || (c < 7418 + ? (c < 7406 + ? (c >= 7401 && c <= 7404) + : (c <= 7411 || (c >= 7413 && c <= 7414))) + : (c <= 7418 || (c < 7680 + ? (c >= 7424 && c <= 7615) + : c <= 7957))))))) + : (c <= 7965 || (c < 8150 + ? (c < 8031 + ? (c < 8025 + ? (c < 8008 + ? (c >= 7968 && c <= 8005) + : (c <= 8013 || (c >= 8016 && c <= 8023))) + : (c <= 8025 || (c < 8029 + ? c == 8027 + : c <= 8029))) + : (c <= 8061 || (c < 8130 + ? (c < 8118 + ? (c >= 8064 && c <= 8116) + : (c <= 8124 || c == 8126)) + : (c <= 8132 || (c < 8144 + ? (c >= 8134 && c <= 8140) + : c <= 8147))))) + : (c <= 8155 || (c < 8450 + ? (c < 8305 + ? (c < 8178 + ? (c >= 8160 && c <= 8172) + : (c <= 8180 || (c >= 8182 && c <= 8188))) + : (c <= 8305 || (c < 8336 + ? c == 8319 + : c <= 8348))) + : (c <= 8450 || (c < 8473 + ? (c < 8458 + ? c == 8455 + : (c <= 8467 || c == 8469)) + : (c <= 8477 || (c < 8486 + ? c == 8484 + : c <= 8486))))))))) + : (c <= 8488 || (c < 12445 + ? (c < 11648 + ? (c < 11499 + ? (c < 8517 + ? (c < 8495 + ? (c >= 8490 && c <= 8493) + : (c <= 8505 || (c >= 8508 && c <= 8511))) + : (c <= 8521 || (c < 8579 + ? c == 8526 + : (c <= 8580 || (c >= 11264 && c <= 11492))))) + : (c <= 11502 || (c < 11565 + ? (c < 11520 + ? (c >= 11506 && c <= 11507) + : (c <= 11557 || c == 11559)) + : (c <= 11565 || (c < 11631 + ? (c >= 11568 && c <= 11623) + : c <= 11631))))) + : (c <= 11670 || (c < 11728 + ? (c < 11704 + ? (c < 11688 + ? (c >= 11680 && c <= 11686) + : (c <= 11694 || (c >= 11696 && c <= 11702))) + : (c <= 11710 || (c < 11720 + ? (c >= 11712 && c <= 11718) + : c <= 11726))) + : (c <= 11734 || (c < 12337 + ? (c < 11823 + ? (c >= 11736 && c <= 11742) + : (c <= 11823 || (c >= 12293 && c <= 12294))) + : (c <= 12341 || (c < 12353 + ? (c >= 12347 && c <= 12348) + : c <= 12438))))))) + : (c <= 12447 || (c < 42560 + ? (c < 13312 + ? (c < 12593 + ? (c < 12540 + ? (c >= 12449 && c <= 12538) + : (c <= 12543 || (c >= 12549 && c <= 12591))) + : (c <= 12686 || (c < 12784 + ? (c >= 12704 && c <= 12735) + : c <= 12799))) + : (c <= 13312 || (c < 42192 + ? (c < 19968 + ? c == 19903 + : (c <= 19968 || (c >= 40959 && c <= 42124))) + : (c <= 42237 || (c < 42512 + ? (c >= 42240 && c <= 42508) + : c <= 42539))))) + : (c <= 42606 || (c < 42963 + ? (c < 42786 + ? (c < 42656 + ? (c >= 42623 && c <= 42653) + : (c <= 42725 || (c >= 42775 && c <= 42783))) + : (c <= 42888 || (c < 42960 + ? (c >= 42891 && c <= 42954) + : c <= 42961))) + : (c <= 42963 || (c < 43015 + ? (c < 42994 + ? (c >= 42965 && c <= 42969) + : (c <= 43009 || (c >= 43011 && c <= 43013))) + : (c <= 43018 || (c < 43072 + ? (c >= 43020 && c <= 43042) + : c <= 43123))))))))))) + : (c <= 43187 || (c < 65142 + ? (c < 43793 + ? (c < 43600 + ? (c < 43396 + ? (c < 43261 + ? (c < 43250 + ? (c >= 43216 && c <= 43225) + : (c <= 43255 || c == 43259)) + : (c <= 43262 || (c < 43312 + ? (c >= 43264 && c <= 43301) + : (c <= 43334 || (c >= 43360 && c <= 43388))))) + : (c <= 43442 || (c < 43520 + ? (c < 43488 + ? (c >= 43471 && c <= 43481) + : (c <= 43492 || (c >= 43494 && c <= 43518))) + : (c <= 43560 || (c < 43588 + ? (c >= 43584 && c <= 43586) + : c <= 43595))))) + : (c <= 43609 || (c < 43712 + ? (c < 43697 + ? (c < 43642 + ? (c >= 43616 && c <= 43638) + : (c <= 43642 || (c >= 43646 && c <= 43695))) + : (c <= 43697 || (c < 43705 + ? (c >= 43701 && c <= 43702) + : c <= 43709))) + : (c <= 43712 || (c < 43762 + ? (c < 43739 + ? c == 43714 + : (c <= 43741 || (c >= 43744 && c <= 43754))) + : (c <= 43764 || (c < 43785 + ? (c >= 43777 && c <= 43782) + : c <= 43790))))))) + : (c <= 43798 || (c < 64275 + ? (c < 44032 + ? (c < 43868 + ? (c < 43816 + ? (c >= 43808 && c <= 43814) + : (c <= 43822 || (c >= 43824 && c <= 43866))) + : (c <= 43881 || (c < 44016 + ? (c >= 43888 && c <= 44002) + : c <= 44025))) + : (c <= 44032 || (c < 63744 + ? (c < 55216 + ? c == 55203 + : (c <= 55238 || (c >= 55243 && c <= 55291))) + : (c <= 64109 || (c < 64256 + ? (c >= 64112 && c <= 64217) + : c <= 64262))))) + : (c <= 64279 || (c < 64323 + ? (c < 64312 + ? (c < 64287 + ? c == 64285 + : (c <= 64296 || (c >= 64298 && c <= 64310))) + : (c <= 64316 || (c < 64320 + ? c == 64318 + : c <= 64321))) + : (c <= 64324 || (c < 64914 + ? (c < 64467 + ? (c >= 64326 && c <= 64433) + : (c <= 64829 || (c >= 64848 && c <= 64911))) + : (c <= 64967 || (c < 65136 + ? (c >= 65008 && c <= 65019) + : c <= 65140))))))))) + : (c <= 65276 || (c < 66816 ? (c < 65664 ? (c < 65498 - ? (c < 65474 - ? (c < 65345 - ? (c >= 65313 && c <= 65338) - : (c <= 65370 || (c >= 65382 && c <= 65470))) - : (c <= 65479 || (c < 65490 - ? (c >= 65482 && c <= 65487) - : c <= 65495))) + ? (c < 65382 + ? (c < 65313 + ? (c >= 65296 && c <= 65305) + : (c <= 65338 || (c >= 65345 && c <= 65370))) + : (c <= 65470 || (c < 65482 + ? (c >= 65474 && c <= 65479) + : (c <= 65487 || (c >= 65490 && c <= 65495))))) : (c <= 65500 || (c < 65596 ? (c < 65549 ? (c >= 65536 && c <= 65547) @@ -6803,7 +6661,7 @@ static inline bool sym_identifier_character_set_4(int32_t c) { : (c <= 67742 || (c >= 67808 && c <= 67826))) : (c <= 67829 || (c < 67872 ? (c >= 67840 && c <= 67861) - : c <= 67880))))))))))))))); + : c <= 67883))))))))))))))); } static bool ts_lex(TSLexer *lexer, TSStateId state) { @@ -6811,995 +6669,934 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { eof = lexer->eof(lexer); switch (state) { case 0: - if (eof) ADVANCE(70); - if (lookahead == '!') ADVANCE(193); - if (lookahead == '"') ADVANCE(103); - if (lookahead == '%') ADVANCE(180); - if (lookahead == '&') ADVANCE(139); - if (lookahead == '\'') ADVANCE(23); - if (lookahead == '(') ADVANCE(135); - if (lookahead == ')') ADVANCE(136); - if (lookahead == '*') ADVANCE(171); - if (lookahead == '+') ADVANCE(166); - if (lookahead == ',') ADVANCE(188); - if (lookahead == '-') ADVANCE(168); - if (lookahead == '.') ADVANCE(201); - if (lookahead == '/') ADVANCE(173); - if (lookahead == '0') ADVANCE(72); - if (lookahead == ':') ADVANCE(191); - if (lookahead == ';') ADVANCE(206); - if (lookahead == '<') ADVANCE(157); - if (lookahead == '=') ADVANCE(141); - if (lookahead == '>') ADVANCE(154); - if (lookahead == '?') ADVANCE(189); - if (lookahead == '@') ADVANCE(208); - if (lookahead == '[') ADVANCE(197); - if (lookahead == '\\') ADVANCE(44); - if (lookahead == ']') ADVANCE(198); - if (lookahead == '^') ADVANCE(178); - if (lookahead == 'n') ADVANCE(214); - if (lookahead == '{') ADVANCE(204); - if (lookahead == '|') ADVANCE(175); - if (lookahead == '}') ADVANCE(205); - if (lookahead == '~') ADVANCE(194); + if (eof) ADVANCE(67); + if (lookahead == '!') ADVANCE(187); + if (lookahead == '"') ADVANCE(100); + if (lookahead == '%') ADVANCE(176); + if (lookahead == '&') ADVANCE(136); + if (lookahead == '\'') ADVANCE(21); + if (lookahead == '(') ADVANCE(132); + if (lookahead == ')') ADVANCE(133); + if (lookahead == '*') ADVANCE(167); + if (lookahead == '+') ADVANCE(163); + if (lookahead == ',') ADVANCE(184); + if (lookahead == '-') ADVANCE(164); + if (lookahead == '.') ADVANCE(195); + if (lookahead == '/') ADVANCE(169); + if (lookahead == '0') ADVANCE(69); + if (lookahead == ':') ADVANCE(186); + if (lookahead == ';') ADVANCE(200); + if (lookahead == '<') ADVANCE(154); + if (lookahead == '=') ADVANCE(138); + if (lookahead == '>') ADVANCE(151); + if (lookahead == '?') ADVANCE(185); + if (lookahead == '@') ADVANCE(202); + if (lookahead == '[') ADVANCE(191); + if (lookahead == '\\') ADVANCE(42); + if (lookahead == ']') ADVANCE(192); + if (lookahead == '^') ADVANCE(174); + if (lookahead == 'n') ADVANCE(208); + if (lookahead == '{') ADVANCE(198); + if (lookahead == '|') ADVANCE(171); + if (lookahead == '}') ADVANCE(199); + if (lookahead == '~') ADVANCE(188); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || - lookahead == ' ') SKIP(67) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(74); - if (sym_identifier_character_set_1(lookahead)) ADVANCE(215); + lookahead == ' ') SKIP(65) + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(71); + if (sym_identifier_character_set_1(lookahead)) ADVANCE(209); END_STATE(); case 1: - if (lookahead == '!') ADVANCE(193); - if (lookahead == '"') ADVANCE(103); - if (lookahead == '%') ADVANCE(179); - if (lookahead == '&') ADVANCE(138); - if (lookahead == '\'') ADVANCE(23); - if (lookahead == '(') ADVANCE(135); - if (lookahead == ')') ADVANCE(136); - if (lookahead == '*') ADVANCE(170); - if (lookahead == '+') ADVANCE(165); - if (lookahead == ',') ADVANCE(188); - if (lookahead == '-') ADVANCE(169); - if (lookahead == '.') ADVANCE(15); - if (lookahead == '/') ADVANCE(172); - if (lookahead == '0') ADVANCE(72); - if (lookahead == ':') ADVANCE(191); - if (lookahead == ';') ADVANCE(206); - if (lookahead == '<') ADVANCE(158); - if (lookahead == '=') ADVANCE(22); - if (lookahead == '>') ADVANCE(155); - if (lookahead == '?') ADVANCE(189); - if (lookahead == '@') ADVANCE(207); - if (lookahead == '[') ADVANCE(197); - if (lookahead == ']') ADVANCE(198); - if (lookahead == '^') ADVANCE(177); - if (lookahead == '{') ADVANCE(204); - if (lookahead == '|') ADVANCE(176); - if (lookahead == '}') ADVANCE(205); - if (lookahead == '~') ADVANCE(194); + if (lookahead == '!') ADVANCE(187); + if (lookahead == '"') ADVANCE(100); + if (lookahead == '%') ADVANCE(176); + if (lookahead == '&') ADVANCE(136); + if (lookahead == '\'') ADVANCE(21); + if (lookahead == '(') ADVANCE(132); + if (lookahead == ')') ADVANCE(133); + if (lookahead == '*') ADVANCE(167); + if (lookahead == '+') ADVANCE(163); + if (lookahead == ',') ADVANCE(184); + if (lookahead == '-') ADVANCE(164); + if (lookahead == '.') ADVANCE(195); + if (lookahead == '/') ADVANCE(169); + if (lookahead == '0') ADVANCE(69); + if (lookahead == ':') ADVANCE(186); + if (lookahead == ';') ADVANCE(200); + if (lookahead == '<') ADVANCE(154); + if (lookahead == '=') ADVANCE(138); + if (lookahead == '>') ADVANCE(151); + if (lookahead == '?') ADVANCE(185); + if (lookahead == '@') ADVANCE(201); + if (lookahead == '[') ADVANCE(191); + if (lookahead == ']') ADVANCE(192); + if (lookahead == '^') ADVANCE(174); + if (lookahead == '{') ADVANCE(198); + if (lookahead == '|') ADVANCE(171); + if (lookahead == '}') ADVANCE(199); + if (lookahead == '~') ADVANCE(188); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(1) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(74); - if (sym_identifier_character_set_2(lookahead)) ADVANCE(215); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(71); + if (sym_identifier_character_set_2(lookahead)) ADVANCE(209); END_STATE(); case 2: - if (lookahead == '!') ADVANCE(192); - if (lookahead == '"') ADVANCE(103); - if (lookahead == '&') ADVANCE(137); - if (lookahead == '\'') ADVANCE(23); - if (lookahead == '(') ADVANCE(135); - if (lookahead == ')') ADVANCE(136); - if (lookahead == '+') ADVANCE(165); - if (lookahead == ',') ADVANCE(188); - if (lookahead == '-') ADVANCE(167); - if (lookahead == '.') ADVANCE(53); - if (lookahead == '/') ADVANCE(12); - if (lookahead == '0') ADVANCE(72); - if (lookahead == ':') ADVANCE(190); - if (lookahead == ';') ADVANCE(206); - if (lookahead == '=') ADVANCE(140); - if (lookahead == '>') ADVANCE(153); - if (lookahead == '@') ADVANCE(207); - if (lookahead == '[') ADVANCE(197); - if (lookahead == 'n') ADVANCE(214); - if (lookahead == '}') ADVANCE(205); - if (lookahead == '~') ADVANCE(194); + if (lookahead == '!') ADVANCE(187); + if (lookahead == '"') ADVANCE(100); + if (lookahead == '%') ADVANCE(176); + if (lookahead == '&') ADVANCE(136); + if (lookahead == '\'') ADVANCE(21); + if (lookahead == '(') ADVANCE(132); + if (lookahead == ')') ADVANCE(133); + if (lookahead == '*') ADVANCE(167); + if (lookahead == '+') ADVANCE(163); + if (lookahead == ',') ADVANCE(184); + if (lookahead == '-') ADVANCE(164); + if (lookahead == '.') ADVANCE(196); + if (lookahead == '/') ADVANCE(169); + if (lookahead == '0') ADVANCE(69); + if (lookahead == ':') ADVANCE(18); + if (lookahead == ';') ADVANCE(200); + if (lookahead == '<') ADVANCE(154); + if (lookahead == '=') ADVANCE(138); + if (lookahead == '>') ADVANCE(151); + if (lookahead == '?') ADVANCE(185); + if (lookahead == '@') ADVANCE(201); + if (lookahead == '[') ADVANCE(191); + if (lookahead == '^') ADVANCE(174); + if (lookahead == 'n') ADVANCE(208); + if (lookahead == '|') ADVANCE(171); + if (lookahead == '}') ADVANCE(199); + if (lookahead == '~') ADVANCE(188); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(2) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(74); - if (sym_identifier_character_set_3(lookahead)) ADVANCE(215); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(71); + if (sym_identifier_character_set_2(lookahead)) ADVANCE(209); END_STATE(); case 3: - if (lookahead == '!') ADVANCE(21); - if (lookahead == '%') ADVANCE(180); - if (lookahead == '&') ADVANCE(139); - if (lookahead == '(') ADVANCE(135); - if (lookahead == ')') ADVANCE(136); - if (lookahead == '*') ADVANCE(171); - if (lookahead == '+') ADVANCE(166); - if (lookahead == ',') ADVANCE(188); - if (lookahead == '-') ADVANCE(168); - if (lookahead == '.') ADVANCE(200); - if (lookahead == '/') ADVANCE(173); - if (lookahead == ':') ADVANCE(191); - if (lookahead == ';') ADVANCE(206); - if (lookahead == '<') ADVANCE(157); - if (lookahead == '=') ADVANCE(141); - if (lookahead == '>') ADVANCE(154); - if (lookahead == '?') ADVANCE(189); - if (lookahead == '@') ADVANCE(207); - if (lookahead == '[') ADVANCE(197); - if (lookahead == ']') ADVANCE(198); - if (lookahead == '^') ADVANCE(178); - if (lookahead == '{') ADVANCE(204); - if (lookahead == '|') ADVANCE(175); - if (lookahead == '}') ADVANCE(205); + if (lookahead == '!') ADVANCE(19); + if (lookahead == '%') ADVANCE(175); + if (lookahead == '&') ADVANCE(135); + if (lookahead == '(') ADVANCE(132); + if (lookahead == ')') ADVANCE(133); + if (lookahead == '*') ADVANCE(166); + if (lookahead == '+') ADVANCE(162); + if (lookahead == ',') ADVANCE(184); + if (lookahead == '-') ADVANCE(165); + if (lookahead == '.') ADVANCE(193); + if (lookahead == '/') ADVANCE(168); + if (lookahead == ':') ADVANCE(186); + if (lookahead == ';') ADVANCE(200); + if (lookahead == '<') ADVANCE(155); + if (lookahead == '=') ADVANCE(138); + if (lookahead == '>') ADVANCE(152); + if (lookahead == '?') ADVANCE(185); + if (lookahead == '@') ADVANCE(201); + if (lookahead == '[') ADVANCE(191); + if (lookahead == ']') ADVANCE(192); + if (lookahead == '^') ADVANCE(173); + if (lookahead == 'n') ADVANCE(208); + if (lookahead == '|') ADVANCE(172); + if (lookahead == '}') ADVANCE(199); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(3) - if (sym_identifier_character_set_3(lookahead)) ADVANCE(215); + if (sym_identifier_character_set_3(lookahead)) ADVANCE(209); END_STATE(); case 4: - if (lookahead == '!') ADVANCE(21); - if (lookahead == '%') ADVANCE(179); - if (lookahead == '&') ADVANCE(138); - if (lookahead == '(') ADVANCE(135); - if (lookahead == ')') ADVANCE(136); - if (lookahead == '*') ADVANCE(170); - if (lookahead == '+') ADVANCE(165); - if (lookahead == ',') ADVANCE(188); - if (lookahead == '-') ADVANCE(169); - if (lookahead == '.') ADVANCE(199); - if (lookahead == '/') ADVANCE(172); - if (lookahead == ':') ADVANCE(191); - if (lookahead == ';') ADVANCE(206); - if (lookahead == '<') ADVANCE(158); - if (lookahead == '=') ADVANCE(22); - if (lookahead == '>') ADVANCE(155); - if (lookahead == '?') ADVANCE(189); - if (lookahead == '@') ADVANCE(207); - if (lookahead == '[') ADVANCE(197); - if (lookahead == ']') ADVANCE(198); - if (lookahead == '^') ADVANCE(177); - if (lookahead == '{') ADVANCE(204); - if (lookahead == '|') ADVANCE(176); - if (lookahead == '}') ADVANCE(205); + if (lookahead == '!') ADVANCE(19); + if (lookahead == '%') ADVANCE(175); + if (lookahead == '&') ADVANCE(135); + if (lookahead == '(') ADVANCE(132); + if (lookahead == ')') ADVANCE(133); + if (lookahead == '*') ADVANCE(166); + if (lookahead == '+') ADVANCE(162); + if (lookahead == ',') ADVANCE(184); + if (lookahead == '-') ADVANCE(165); + if (lookahead == '.') ADVANCE(193); + if (lookahead == '/') ADVANCE(168); + if (lookahead == ':') ADVANCE(186); + if (lookahead == ';') ADVANCE(200); + if (lookahead == '<') ADVANCE(155); + if (lookahead == '=') ADVANCE(20); + if (lookahead == '>') ADVANCE(152); + if (lookahead == '?') ADVANCE(185); + if (lookahead == '@') ADVANCE(201); + if (lookahead == '[') ADVANCE(191); + if (lookahead == ']') ADVANCE(192); + if (lookahead == '^') ADVANCE(173); + if (lookahead == '{') ADVANCE(198); + if (lookahead == '|') ADVANCE(172); + if (lookahead == '}') ADVANCE(199); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(4) - if (sym_identifier_character_set_3(lookahead)) ADVANCE(215); + if (sym_identifier_character_set_3(lookahead)) ADVANCE(209); END_STATE(); case 5: - if (lookahead == '"') ADVANCE(104); + if (lookahead == '"') ADVANCE(101); END_STATE(); case 6: - if (lookahead == '"') ADVANCE(124); - if (lookahead == '/') ADVANCE(115); - if (lookahead == '\\') ADVANCE(114); + if (lookahead == '"') ADVANCE(121); + if (lookahead == '/') ADVANCE(112); + if (lookahead == '\\') ADVANCE(111); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || - lookahead == ' ') ADVANCE(116); - if (lookahead != 0) ADVANCE(123); + lookahead == ' ') ADVANCE(113); + if (lookahead != 0) ADVANCE(120); END_STATE(); case 7: - if (lookahead == '"') ADVANCE(102); - if (lookahead == '/') ADVANCE(106); - if (lookahead == '\\') ADVANCE(45); + if (lookahead == '"') ADVANCE(99); + if (lookahead == '/') ADVANCE(103); + if (lookahead == '\\') ADVANCE(43); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || - lookahead == ' ') ADVANCE(109); - if (lookahead != 0) ADVANCE(110); + lookahead == ' ') ADVANCE(106); + if (lookahead != 0) ADVANCE(107); END_STATE(); case 8: - if (lookahead == '&') ADVANCE(137); - if (lookahead == '(') ADVANCE(135); - if (lookahead == ')') ADVANCE(136); - if (lookahead == ',') ADVANCE(188); - if (lookahead == '.') ADVANCE(200); - if (lookahead == '/') ADVANCE(12); - if (lookahead == ':') ADVANCE(191); - if (lookahead == ';') ADVANCE(206); - if (lookahead == '<') ADVANCE(156); - if (lookahead == '=') ADVANCE(140); - if (lookahead == '>') ADVANCE(153); - if (lookahead == '?') ADVANCE(189); - if (lookahead == '@') ADVANCE(207); - if (lookahead == '[') ADVANCE(197); - if (lookahead == '{') ADVANCE(204); - if (lookahead == '|') ADVANCE(174); + if (lookahead == '&') ADVANCE(134); + if (lookahead == '(') ADVANCE(132); + if (lookahead == ')') ADVANCE(133); + if (lookahead == ',') ADVANCE(184); + if (lookahead == '.') ADVANCE(194); + if (lookahead == '/') ADVANCE(10); + if (lookahead == ':') ADVANCE(186); + if (lookahead == ';') ADVANCE(200); + if (lookahead == '<') ADVANCE(153); + if (lookahead == '=') ADVANCE(137); + if (lookahead == '>') ADVANCE(150); + if (lookahead == '?') ADVANCE(185); + if (lookahead == '@') ADVANCE(201); + if (lookahead == '[') ADVANCE(191); + if (lookahead == '{') ADVANCE(198); + if (lookahead == '|') ADVANCE(170); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(8) - if (sym_identifier_character_set_3(lookahead)) ADVANCE(215); + if (sym_identifier_character_set_3(lookahead)) ADVANCE(209); END_STATE(); case 9: - if (lookahead == '\'') ADVANCE(101); - if (lookahead == '\\') ADVANCE(66); + if (lookahead == '\'') ADVANCE(98); + if (lookahead == '\\') ADVANCE(64); if (lookahead != 0 && lookahead != '\n') ADVANCE(9); END_STATE(); case 10: - if (lookahead == '(') ADVANCE(135); - if (lookahead == ',') ADVANCE(188); - if (lookahead == '.') ADVANCE(199); - if (lookahead == '/') ADVANCE(12); - if (lookahead == ';') ADVANCE(206); - if (lookahead == '<') ADVANCE(156); - if (lookahead == '@') ADVANCE(208); - if (lookahead == 'n') ADVANCE(214); - if (lookahead == '{') ADVANCE(204); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(10) - if (sym_identifier_character_set_3(lookahead)) ADVANCE(215); + if (lookahead == '*') ADVANCE(12); + if (lookahead == '/') ADVANCE(210); END_STATE(); case 11: - if (lookahead == '(') ADVANCE(135); - if (lookahead == '.') ADVANCE(199); - if (lookahead == '/') ADVANCE(12); - if (lookahead == '@') ADVANCE(207); - if (lookahead == '[') ADVANCE(197); - if (lookahead == 'n') ADVANCE(214); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(11) - if (sym_identifier_character_set_3(lookahead)) ADVANCE(215); + if (lookahead == '*') ADVANCE(11); + if (lookahead == '/') ADVANCE(211); + if (lookahead != 0) ADVANCE(12); END_STATE(); case 12: - if (lookahead == '*') ADVANCE(14); - if (lookahead == '/') ADVANCE(216); + if (lookahead == '*') ADVANCE(11); + if (lookahead != 0) ADVANCE(12); END_STATE(); case 13: - if (lookahead == '*') ADVANCE(13); - if (lookahead == '/') ADVANCE(217); - if (lookahead != 0) ADVANCE(14); + if (lookahead == '.') ADVANCE(87); + if (lookahead == '_') ADVANCE(52); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(13); END_STATE(); case 14: - if (lookahead == '*') ADVANCE(13); - if (lookahead != 0) ADVANCE(14); + if (lookahead == '.') ADVANCE(205); END_STATE(); case 15: - if (lookahead == '.') ADVANCE(17); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(88); + if (lookahead == '.') ADVANCE(61); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'F') || + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(77); END_STATE(); case 16: - if (lookahead == '.') ADVANCE(90); - if (lookahead == '_') ADVANCE(54); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(16); + if (lookahead == '/') ADVANCE(10); + if (lookahead == '<') ADVANCE(153); + if (lookahead == '@') ADVANCE(36); + if (lookahead == '\t' || + lookahead == '\n' || + lookahead == '\r' || + lookahead == ' ') SKIP(16) + if (sym_identifier_character_set_3(lookahead)) ADVANCE(209); END_STATE(); case 17: - if (lookahead == '.') ADVANCE(211); + if (lookahead == '0') ADVANCE(97); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(94); END_STATE(); case 18: - if (lookahead == '.') ADVANCE(63); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(80); + if (lookahead == ':') ADVANCE(197); END_STATE(); case 19: - if (lookahead == '/') ADVANCE(12); - if (lookahead == '<') ADVANCE(156); - if (lookahead == '@') ADVANCE(38); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(19) - if (sym_identifier_character_set_3(lookahead)) ADVANCE(215); + if (lookahead == '=') ADVANCE(159); END_STATE(); case 20: - if (lookahead == '0') ADVANCE(100); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(97); + if (lookahead == '=') ADVANCE(158); END_STATE(); case 21: - if (lookahead == '=') ADVANCE(162); + if (lookahead == '\\') ADVANCE(64); + if (lookahead != 0 && + lookahead != '\n' && + lookahead != '\'') ADVANCE(9); END_STATE(); case 22: - if (lookahead == '=') ADVANCE(161); + if (lookahead == '_') ADVANCE(22); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(72); END_STATE(); case 23: - if (lookahead == '\\') ADVANCE(66); - if (lookahead != 0 && - lookahead != '\n' && - lookahead != '\'') ADVANCE(9); + if (lookahead == '_') ADVANCE(22); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(70); END_STATE(); case 24: - if (lookahead == '_') ADVANCE(24); + if (lookahead == '_') ADVANCE(25); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(75); + if (('A' <= lookahead && lookahead <= 'F') || + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(77); END_STATE(); case 25: - if (lookahead == '_') ADVANCE(24); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(73); + if (lookahead == '_') ADVANCE(25); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(93); END_STATE(); case 26: - if (lookahead == '_') ADVANCE(27); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(78); + if (lookahead == '_') ADVANCE(25); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(92); if (('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(80); + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(90); END_STATE(); case 27: - if (lookahead == '_') ADVANCE(27); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(96); + if (lookahead == 'a') ADVANCE(37); END_STATE(); case 28: - if (lookahead == '_') ADVANCE(27); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(95); - if (('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(93); + if (lookahead == 'a') ADVANCE(29); END_STATE(); case 29: - if (lookahead == 'a') ADVANCE(39); + if (lookahead == 'c') ADVANCE(34); END_STATE(); case 30: - if (lookahead == 'a') ADVANCE(31); + if (lookahead == 'd') ADVANCE(203); END_STATE(); case 31: - if (lookahead == 'c') ADVANCE(36); + if (lookahead == 'e') ADVANCE(39); END_STATE(); case 32: - if (lookahead == 'd') ADVANCE(209); + if (lookahead == 'e') ADVANCE(27); END_STATE(); case 33: - if (lookahead == 'e') ADVANCE(41); + if (lookahead == 'e') ADVANCE(30); END_STATE(); case 34: - if (lookahead == 'e') ADVANCE(29); + if (lookahead == 'e') ADVANCE(204); END_STATE(); case 35: - if (lookahead == 'e') ADVANCE(32); + if (lookahead == 'f') ADVANCE(28); END_STATE(); case 36: - if (lookahead == 'e') ADVANCE(210); + if (lookahead == 'i') ADVANCE(38); END_STATE(); case 37: - if (lookahead == 'f') ADVANCE(30); + if (lookahead == 'l') ADVANCE(33); END_STATE(); case 38: - if (lookahead == 'i') ADVANCE(40); + if (lookahead == 'n') ADVANCE(41); END_STATE(); case 39: - if (lookahead == 'l') ADVANCE(35); + if (lookahead == 'r') ADVANCE(35); END_STATE(); case 40: - if (lookahead == 'n') ADVANCE(43); + if (lookahead == 's') ADVANCE(32); END_STATE(); case 41: - if (lookahead == 'r') ADVANCE(37); + if (lookahead == 't') ADVANCE(31); END_STATE(); case 42: - if (lookahead == 's') ADVANCE(34); + if (lookahead == 'u') ADVANCE(44); + if (lookahead == 'x') ADVANCE(63); + if (('0' <= lookahead && lookahead <= '7')) ADVANCE(124); + if (sym_escape_sequence_character_set_1(lookahead)) ADVANCE(127); + if (lookahead != 0) ADVANCE(123); END_STATE(); case 43: - if (lookahead == 't') ADVANCE(33); + if (lookahead == 'u') ADVANCE(44); + if (lookahead == 'x') ADVANCE(63); + if (('0' <= lookahead && lookahead <= '7')) ADVANCE(129); + if (lookahead != 0) ADVANCE(127); END_STATE(); case 44: - if (lookahead == 'u') ADVANCE(46); - if (lookahead == 'x') ADVANCE(65); - if (('0' <= lookahead && lookahead <= '7')) ADVANCE(127); - if (sym_escape_sequence_character_set_1(lookahead)) ADVANCE(130); - if (lookahead != 0) ADVANCE(126); + if (lookahead == '{') ADVANCE(62); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'F') || + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(58); END_STATE(); case 45: - if (lookahead == 'u') ADVANCE(46); - if (lookahead == 'x') ADVANCE(65); - if (('0' <= lookahead && lookahead <= '7')) ADVANCE(132); - if (lookahead != 0) ADVANCE(130); - END_STATE(); - case 46: - if (lookahead == '{') ADVANCE(64); + if (lookahead == '}') ADVANCE(127); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(60); + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(45); + END_STATE(); + case 46: + if (lookahead == '+' || + lookahead == '-') ADVANCE(17); + if (lookahead == '0') ADVANCE(97); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(94); END_STATE(); case 47: - if (lookahead == '}') ADVANCE(130); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(47); + if (lookahead == '+' || + lookahead == '-') ADVANCE(53); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(86); END_STATE(); case 48: - if (lookahead == '+' || - lookahead == '-') ADVANCE(20); - if (lookahead == '0') ADVANCE(100); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(97); + if (lookahead == '0' || + lookahead == '1') ADVANCE(83); END_STATE(); case 49: - if (lookahead == '+' || - lookahead == '-') ADVANCE(55); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(89); + if (lookahead == '8' || + lookahead == '9') ADVANCE(13); + if (('0' <= lookahead && lookahead <= '7')) ADVANCE(80); END_STATE(); case 50: - if (lookahead == '0' || - lookahead == '1') ADVANCE(86); + if (('0' <= lookahead && lookahead <= '7')) ADVANCE(81); END_STATE(); case 51: - if (lookahead == '8' || - lookahead == '9') ADVANCE(16); - if (('0' <= lookahead && lookahead <= '7')) ADVANCE(83); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(85); END_STATE(); case 52: - if (('0' <= lookahead && lookahead <= '7')) ADVANCE(84); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(13); END_STATE(); case 53: - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(88); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(86); END_STATE(); case 54: - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(16); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(70); END_STATE(); case 55: - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(89); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(75); + if (('A' <= lookahead && lookahead <= 'F') || + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(77); END_STATE(); case 56: - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(73); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(93); END_STATE(); case 57: - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(78); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(92); if (('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(80); + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(90); END_STATE(); case 58: - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(96); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'F') || + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(63); END_STATE(); case 59: - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(95); - if (('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(93); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'F') || + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(127); END_STATE(); case 60: if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(65); + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(77); END_STATE(); case 61: if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(130); + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(90); END_STATE(); case 62: if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(80); + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(45); END_STATE(); case 63: if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(93); + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(59); END_STATE(); case 64: - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(47); - END_STATE(); - case 65: - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(61); - END_STATE(); - case 66: if (lookahead != 0) ADVANCE(9); END_STATE(); - case 67: - if (eof) ADVANCE(70); - if (lookahead == '!') ADVANCE(193); - if (lookahead == '"') ADVANCE(103); - if (lookahead == '%') ADVANCE(180); - if (lookahead == '&') ADVANCE(139); - if (lookahead == '\'') ADVANCE(23); - if (lookahead == '(') ADVANCE(135); - if (lookahead == ')') ADVANCE(136); - if (lookahead == '*') ADVANCE(171); - if (lookahead == '+') ADVANCE(166); - if (lookahead == ',') ADVANCE(188); - if (lookahead == '-') ADVANCE(168); - if (lookahead == '.') ADVANCE(201); - if (lookahead == '/') ADVANCE(173); - if (lookahead == '0') ADVANCE(72); - if (lookahead == ':') ADVANCE(191); - if (lookahead == ';') ADVANCE(206); - if (lookahead == '<') ADVANCE(157); - if (lookahead == '=') ADVANCE(141); - if (lookahead == '>') ADVANCE(154); - if (lookahead == '?') ADVANCE(189); - if (lookahead == '@') ADVANCE(208); - if (lookahead == '[') ADVANCE(197); - if (lookahead == ']') ADVANCE(198); - if (lookahead == '^') ADVANCE(178); - if (lookahead == 'n') ADVANCE(214); - if (lookahead == '{') ADVANCE(204); - if (lookahead == '|') ADVANCE(175); - if (lookahead == '}') ADVANCE(205); - if (lookahead == '~') ADVANCE(194); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(67) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(74); - if (sym_identifier_character_set_2(lookahead)) ADVANCE(215); - END_STATE(); - case 68: - if (eof) ADVANCE(70); - if (lookahead == '!') ADVANCE(193); - if (lookahead == '"') ADVANCE(103); - if (lookahead == '%') ADVANCE(179); - if (lookahead == '&') ADVANCE(138); - if (lookahead == '\'') ADVANCE(23); - if (lookahead == '(') ADVANCE(135); - if (lookahead == ')') ADVANCE(136); - if (lookahead == '*') ADVANCE(170); - if (lookahead == '+') ADVANCE(165); - if (lookahead == ',') ADVANCE(188); - if (lookahead == '-') ADVANCE(169); - if (lookahead == '.') ADVANCE(202); - if (lookahead == '/') ADVANCE(172); - if (lookahead == '0') ADVANCE(72); - if (lookahead == ':') ADVANCE(191); - if (lookahead == ';') ADVANCE(206); - if (lookahead == '<') ADVANCE(158); - if (lookahead == '=') ADVANCE(22); - if (lookahead == '>') ADVANCE(155); - if (lookahead == '?') ADVANCE(189); - if (lookahead == '@') ADVANCE(208); - if (lookahead == '[') ADVANCE(197); - if (lookahead == ']') ADVANCE(198); - if (lookahead == '^') ADVANCE(177); - if (lookahead == 'n') ADVANCE(214); - if (lookahead == '{') ADVANCE(204); - if (lookahead == '|') ADVANCE(176); - if (lookahead == '}') ADVANCE(205); - if (lookahead == '~') ADVANCE(194); + case 65: + if (eof) ADVANCE(67); + if (lookahead == '!') ADVANCE(187); + if (lookahead == '"') ADVANCE(100); + if (lookahead == '%') ADVANCE(176); + if (lookahead == '&') ADVANCE(136); + if (lookahead == '\'') ADVANCE(21); + if (lookahead == '(') ADVANCE(132); + if (lookahead == ')') ADVANCE(133); + if (lookahead == '*') ADVANCE(167); + if (lookahead == '+') ADVANCE(163); + if (lookahead == ',') ADVANCE(184); + if (lookahead == '-') ADVANCE(164); + if (lookahead == '.') ADVANCE(195); + if (lookahead == '/') ADVANCE(169); + if (lookahead == '0') ADVANCE(69); + if (lookahead == ':') ADVANCE(186); + if (lookahead == ';') ADVANCE(200); + if (lookahead == '<') ADVANCE(154); + if (lookahead == '=') ADVANCE(138); + if (lookahead == '>') ADVANCE(151); + if (lookahead == '?') ADVANCE(185); + if (lookahead == '@') ADVANCE(202); + if (lookahead == '[') ADVANCE(191); + if (lookahead == ']') ADVANCE(192); + if (lookahead == '^') ADVANCE(174); + if (lookahead == 'n') ADVANCE(208); + if (lookahead == '{') ADVANCE(198); + if (lookahead == '|') ADVANCE(171); + if (lookahead == '}') ADVANCE(199); + if (lookahead == '~') ADVANCE(188); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || - lookahead == ' ') SKIP(68) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(74); - if (sym_identifier_character_set_2(lookahead)) ADVANCE(215); + lookahead == ' ') SKIP(65) + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(71); + if (sym_identifier_character_set_2(lookahead)) ADVANCE(209); END_STATE(); - case 69: - if (eof) ADVANCE(70); - if (lookahead == '!') ADVANCE(193); - if (lookahead == '"') ADVANCE(103); - if (lookahead == '%') ADVANCE(179); - if (lookahead == '&') ADVANCE(138); - if (lookahead == '\'') ADVANCE(23); - if (lookahead == '(') ADVANCE(135); - if (lookahead == ')') ADVANCE(136); - if (lookahead == '*') ADVANCE(170); - if (lookahead == '+') ADVANCE(165); - if (lookahead == ',') ADVANCE(188); - if (lookahead == '-') ADVANCE(169); - if (lookahead == '.') ADVANCE(53); - if (lookahead == '/') ADVANCE(172); - if (lookahead == '0') ADVANCE(72); - if (lookahead == ':') ADVANCE(190); - if (lookahead == ';') ADVANCE(206); - if (lookahead == '<') ADVANCE(158); - if (lookahead == '=') ADVANCE(22); - if (lookahead == '>') ADVANCE(155); - if (lookahead == '?') ADVANCE(189); - if (lookahead == '@') ADVANCE(208); - if (lookahead == ']') ADVANCE(198); - if (lookahead == '^') ADVANCE(177); - if (lookahead == 'n') ADVANCE(214); - if (lookahead == '{') ADVANCE(204); - if (lookahead == '|') ADVANCE(176); - if (lookahead == '}') ADVANCE(205); - if (lookahead == '~') ADVANCE(194); + case 66: + if (eof) ADVANCE(67); + if (lookahead == '!') ADVANCE(187); + if (lookahead == '"') ADVANCE(100); + if (lookahead == '%') ADVANCE(175); + if (lookahead == '&') ADVANCE(135); + if (lookahead == '\'') ADVANCE(21); + if (lookahead == '(') ADVANCE(132); + if (lookahead == ')') ADVANCE(133); + if (lookahead == '*') ADVANCE(166); + if (lookahead == '+') ADVANCE(162); + if (lookahead == ',') ADVANCE(184); + if (lookahead == '-') ADVANCE(165); + if (lookahead == '.') ADVANCE(196); + if (lookahead == '/') ADVANCE(168); + if (lookahead == '0') ADVANCE(69); + if (lookahead == ':') ADVANCE(186); + if (lookahead == ';') ADVANCE(200); + if (lookahead == '<') ADVANCE(155); + if (lookahead == '=') ADVANCE(20); + if (lookahead == '>') ADVANCE(152); + if (lookahead == '?') ADVANCE(185); + if (lookahead == '@') ADVANCE(202); + if (lookahead == '[') ADVANCE(191); + if (lookahead == ']') ADVANCE(192); + if (lookahead == '^') ADVANCE(173); + if (lookahead == 'n') ADVANCE(208); + if (lookahead == '{') ADVANCE(198); + if (lookahead == '|') ADVANCE(172); + if (lookahead == '}') ADVANCE(199); + if (lookahead == '~') ADVANCE(188); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || - lookahead == ' ') SKIP(69) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(74); - if (sym_identifier_character_set_2(lookahead)) ADVANCE(215); + lookahead == ' ') SKIP(66) + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(71); + if (sym_identifier_character_set_2(lookahead)) ADVANCE(209); END_STATE(); - case 70: + case 67: ACCEPT_TOKEN(ts_builtin_sym_end); END_STATE(); - case 71: + case 68: ACCEPT_TOKEN(sym_decimal_integer_literal); END_STATE(); - case 72: + case 69: ACCEPT_TOKEN(sym_decimal_integer_literal); - if (lookahead == '.') ADVANCE(90); + if (lookahead == '.') ADVANCE(87); if (lookahead == 'B' || - lookahead == 'b') ADVANCE(50); + lookahead == 'b') ADVANCE(48); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(71); + lookahead == 'l') ADVANCE(68); if (lookahead == 'O' || - lookahead == 'o') ADVANCE(52); + lookahead == 'o') ADVANCE(50); if (lookahead == 'X' || - lookahead == 'x') ADVANCE(18); - if (lookahead == '_') ADVANCE(54); + lookahead == 'x') ADVANCE(15); + if (lookahead == '_') ADVANCE(52); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(49); + lookahead == 'e') ADVANCE(47); if (lookahead == 'P' || - lookahead == 'p') ADVANCE(49); + lookahead == 'p') ADVANCE(47); if (lookahead == '8' || - lookahead == '9') ADVANCE(16); + lookahead == '9') ADVANCE(13); if (('D' <= lookahead && lookahead <= 'F') || - ('d' <= lookahead && lookahead <= 'f')) ADVANCE(87); - if (('0' <= lookahead && lookahead <= '7')) ADVANCE(83); + ('d' <= lookahead && lookahead <= 'f')) ADVANCE(84); + if (('0' <= lookahead && lookahead <= '7')) ADVANCE(80); END_STATE(); - case 73: + case 70: ACCEPT_TOKEN(sym_decimal_integer_literal); - if (lookahead == '.') ADVANCE(90); + if (lookahead == '.') ADVANCE(87); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(71); - if (lookahead == '_') ADVANCE(25); + lookahead == 'l') ADVANCE(68); + if (lookahead == '_') ADVANCE(23); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(49); + lookahead == 'e') ADVANCE(47); if (lookahead == 'P' || - lookahead == 'p') ADVANCE(49); + lookahead == 'p') ADVANCE(47); if (('D' <= lookahead && lookahead <= 'F') || - ('d' <= lookahead && lookahead <= 'f')) ADVANCE(87); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(73); + ('d' <= lookahead && lookahead <= 'f')) ADVANCE(84); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(70); END_STATE(); - case 74: + case 71: ACCEPT_TOKEN(sym_decimal_integer_literal); - if (lookahead == '.') ADVANCE(90); + if (lookahead == '.') ADVANCE(87); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(71); - if (lookahead == '_') ADVANCE(56); + lookahead == 'l') ADVANCE(68); + if (lookahead == '_') ADVANCE(54); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(49); + lookahead == 'e') ADVANCE(47); if (lookahead == 'P' || - lookahead == 'p') ADVANCE(49); + lookahead == 'p') ADVANCE(47); if (('D' <= lookahead && lookahead <= 'F') || - ('d' <= lookahead && lookahead <= 'f')) ADVANCE(87); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(73); + ('d' <= lookahead && lookahead <= 'f')) ADVANCE(84); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(70); END_STATE(); - case 75: + case 72: ACCEPT_TOKEN(sym_decimal_integer_literal); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(71); - if (lookahead == '_') ADVANCE(24); + lookahead == 'l') ADVANCE(68); + if (lookahead == '_') ADVANCE(22); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(49); + lookahead == 'e') ADVANCE(47); if (lookahead == 'P' || - lookahead == 'p') ADVANCE(49); + lookahead == 'p') ADVANCE(47); if (('D' <= lookahead && lookahead <= 'F') || - ('d' <= lookahead && lookahead <= 'f')) ADVANCE(87); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(75); + ('d' <= lookahead && lookahead <= 'f')) ADVANCE(84); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(72); END_STATE(); - case 76: + case 73: ACCEPT_TOKEN(sym_hex_integer_literal); END_STATE(); - case 77: + case 74: ACCEPT_TOKEN(sym_hex_integer_literal); - if (lookahead == '.') ADVANCE(99); + if (lookahead == '.') ADVANCE(96); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(76); - if (lookahead == '_') ADVANCE(57); + lookahead == 'l') ADVANCE(73); + if (lookahead == '_') ADVANCE(55); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(81); + lookahead == 'e') ADVANCE(78); if (lookahead == 'P' || - lookahead == 'p') ADVANCE(48); + lookahead == 'p') ADVANCE(46); if (('D' <= lookahead && lookahead <= 'F') || - ('d' <= lookahead && lookahead <= 'f')) ADVANCE(80); + ('d' <= lookahead && lookahead <= 'f')) ADVANCE(77); if (('A' <= lookahead && lookahead <= 'C') || - ('a' <= lookahead && lookahead <= 'c')) ADVANCE(80); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(78); + ('a' <= lookahead && lookahead <= 'c')) ADVANCE(77); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(75); END_STATE(); - case 78: + case 75: ACCEPT_TOKEN(sym_hex_integer_literal); - if (lookahead == '.') ADVANCE(99); + if (lookahead == '.') ADVANCE(96); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(76); - if (lookahead == '_') ADVANCE(26); + lookahead == 'l') ADVANCE(73); + if (lookahead == '_') ADVANCE(24); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(81); + lookahead == 'e') ADVANCE(78); if (lookahead == 'P' || - lookahead == 'p') ADVANCE(48); + lookahead == 'p') ADVANCE(46); if (('D' <= lookahead && lookahead <= 'F') || - ('d' <= lookahead && lookahead <= 'f')) ADVANCE(80); + ('d' <= lookahead && lookahead <= 'f')) ADVANCE(77); if (('A' <= lookahead && lookahead <= 'C') || - ('a' <= lookahead && lookahead <= 'c')) ADVANCE(80); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(78); + ('a' <= lookahead && lookahead <= 'c')) ADVANCE(77); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(75); END_STATE(); - case 79: + case 76: ACCEPT_TOKEN(sym_hex_integer_literal); - if (lookahead == '.') ADVANCE(99); + if (lookahead == '.') ADVANCE(96); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(76); - if (lookahead == '_') ADVANCE(62); + lookahead == 'l') ADVANCE(73); + if (lookahead == '_') ADVANCE(60); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(81); + lookahead == 'e') ADVANCE(78); if (lookahead == 'P' || - lookahead == 'p') ADVANCE(48); + lookahead == 'p') ADVANCE(46); if (('D' <= lookahead && lookahead <= 'F') || - ('d' <= lookahead && lookahead <= 'f')) ADVANCE(80); + ('d' <= lookahead && lookahead <= 'f')) ADVANCE(77); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'C') || - ('a' <= lookahead && lookahead <= 'c')) ADVANCE(80); + ('a' <= lookahead && lookahead <= 'c')) ADVANCE(77); END_STATE(); - case 80: + case 77: ACCEPT_TOKEN(sym_hex_integer_literal); - if (lookahead == '.') ADVANCE(99); + if (lookahead == '.') ADVANCE(96); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(76); - if (lookahead == '_') ADVANCE(62); + lookahead == 'l') ADVANCE(73); + if (lookahead == '_') ADVANCE(60); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(81); + lookahead == 'e') ADVANCE(78); if (lookahead == 'P' || - lookahead == 'p') ADVANCE(48); + lookahead == 'p') ADVANCE(46); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(80); + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(77); END_STATE(); - case 81: + case 78: ACCEPT_TOKEN(sym_hex_integer_literal); if (lookahead == '+' || - lookahead == '-') ADVANCE(20); - if (lookahead == '.') ADVANCE(99); - if (lookahead == '0') ADVANCE(79); + lookahead == '-') ADVANCE(17); + if (lookahead == '.') ADVANCE(96); + if (lookahead == '0') ADVANCE(76); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(76); - if (lookahead == '_') ADVANCE(62); + lookahead == 'l') ADVANCE(73); + if (lookahead == '_') ADVANCE(60); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(81); + lookahead == 'e') ADVANCE(78); if (lookahead == 'P' || - lookahead == 'p') ADVANCE(48); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(77); + lookahead == 'p') ADVANCE(46); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(74); if (('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(80); + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(77); END_STATE(); - case 82: + case 79: ACCEPT_TOKEN(sym_octal_integer_literal); END_STATE(); - case 83: + case 80: ACCEPT_TOKEN(sym_octal_integer_literal); - if (lookahead == '.') ADVANCE(90); + if (lookahead == '.') ADVANCE(87); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(82); - if (lookahead == '_') ADVANCE(51); + lookahead == 'l') ADVANCE(79); + if (lookahead == '_') ADVANCE(49); if (lookahead == '8' || - lookahead == '9') ADVANCE(16); - if (('0' <= lookahead && lookahead <= '7')) ADVANCE(83); + lookahead == '9') ADVANCE(13); + if (('0' <= lookahead && lookahead <= '7')) ADVANCE(80); END_STATE(); - case 84: + case 81: ACCEPT_TOKEN(sym_octal_integer_literal); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(82); - if (lookahead == '_') ADVANCE(52); - if (('0' <= lookahead && lookahead <= '7')) ADVANCE(84); + lookahead == 'l') ADVANCE(79); + if (lookahead == '_') ADVANCE(50); + if (('0' <= lookahead && lookahead <= '7')) ADVANCE(81); END_STATE(); - case 85: + case 82: ACCEPT_TOKEN(sym_binary_integer_literal); END_STATE(); - case 86: + case 83: ACCEPT_TOKEN(sym_binary_integer_literal); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(85); - if (lookahead == '_') ADVANCE(50); + lookahead == 'l') ADVANCE(82); + if (lookahead == '_') ADVANCE(48); if (lookahead == '0' || - lookahead == '1') ADVANCE(86); + lookahead == '1') ADVANCE(83); END_STATE(); - case 87: + case 84: ACCEPT_TOKEN(sym_decimal_floating_point_literal); END_STATE(); - case 88: + case 85: ACCEPT_TOKEN(sym_decimal_floating_point_literal); - if (lookahead == '_') ADVANCE(53); + if (lookahead == '_') ADVANCE(51); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(49); + lookahead == 'e') ADVANCE(47); if (('D' <= lookahead && lookahead <= 'F') || - ('d' <= lookahead && lookahead <= 'f')) ADVANCE(87); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(88); + ('d' <= lookahead && lookahead <= 'f')) ADVANCE(84); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(85); END_STATE(); - case 89: + case 86: ACCEPT_TOKEN(sym_decimal_floating_point_literal); - if (lookahead == '_') ADVANCE(55); + if (lookahead == '_') ADVANCE(53); if (lookahead == 'D' || lookahead == 'F' || lookahead == 'd' || - lookahead == 'f') ADVANCE(87); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(89); + lookahead == 'f') ADVANCE(84); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(86); END_STATE(); - case 90: + case 87: ACCEPT_TOKEN(sym_decimal_floating_point_literal); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(49); + lookahead == 'e') ADVANCE(47); if (('D' <= lookahead && lookahead <= 'F') || - ('d' <= lookahead && lookahead <= 'f')) ADVANCE(87); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(88); + ('d' <= lookahead && lookahead <= 'f')) ADVANCE(84); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(85); END_STATE(); - case 91: + case 88: ACCEPT_TOKEN(sym_hex_floating_point_literal); END_STATE(); - case 92: + case 89: ACCEPT_TOKEN(sym_hex_floating_point_literal); - if (lookahead == '_') ADVANCE(63); + if (lookahead == '_') ADVANCE(61); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(98); + lookahead == 'e') ADVANCE(95); if (lookahead == 'P' || - lookahead == 'p') ADVANCE(48); + lookahead == 'p') ADVANCE(46); if (('D' <= lookahead && lookahead <= 'F') || - ('d' <= lookahead && lookahead <= 'f')) ADVANCE(93); + ('d' <= lookahead && lookahead <= 'f')) ADVANCE(90); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'C') || - ('a' <= lookahead && lookahead <= 'c')) ADVANCE(93); + ('a' <= lookahead && lookahead <= 'c')) ADVANCE(90); END_STATE(); - case 93: + case 90: ACCEPT_TOKEN(sym_hex_floating_point_literal); - if (lookahead == '_') ADVANCE(63); + if (lookahead == '_') ADVANCE(61); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(98); + lookahead == 'e') ADVANCE(95); if (lookahead == 'P' || - lookahead == 'p') ADVANCE(48); + lookahead == 'p') ADVANCE(46); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(93); + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(90); END_STATE(); - case 94: + case 91: ACCEPT_TOKEN(sym_hex_floating_point_literal); - if (lookahead == '_') ADVANCE(59); + if (lookahead == '_') ADVANCE(57); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(98); + lookahead == 'e') ADVANCE(95); if (lookahead == 'P' || - lookahead == 'p') ADVANCE(48); + lookahead == 'p') ADVANCE(46); if (('D' <= lookahead && lookahead <= 'F') || - ('d' <= lookahead && lookahead <= 'f')) ADVANCE(93); + ('d' <= lookahead && lookahead <= 'f')) ADVANCE(90); if (('A' <= lookahead && lookahead <= 'C') || - ('a' <= lookahead && lookahead <= 'c')) ADVANCE(93); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(95); + ('a' <= lookahead && lookahead <= 'c')) ADVANCE(90); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(92); END_STATE(); - case 95: + case 92: ACCEPT_TOKEN(sym_hex_floating_point_literal); - if (lookahead == '_') ADVANCE(28); + if (lookahead == '_') ADVANCE(26); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(98); + lookahead == 'e') ADVANCE(95); if (lookahead == 'P' || - lookahead == 'p') ADVANCE(48); + lookahead == 'p') ADVANCE(46); if (('D' <= lookahead && lookahead <= 'F') || - ('d' <= lookahead && lookahead <= 'f')) ADVANCE(93); + ('d' <= lookahead && lookahead <= 'f')) ADVANCE(90); if (('A' <= lookahead && lookahead <= 'C') || - ('a' <= lookahead && lookahead <= 'c')) ADVANCE(93); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(95); + ('a' <= lookahead && lookahead <= 'c')) ADVANCE(90); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(92); END_STATE(); - case 96: + case 93: ACCEPT_TOKEN(sym_hex_floating_point_literal); - if (lookahead == '_') ADVANCE(27); + if (lookahead == '_') ADVANCE(25); if (lookahead == 'D' || lookahead == 'F' || lookahead == 'd' || - lookahead == 'f') ADVANCE(91); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(96); + lookahead == 'f') ADVANCE(88); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(93); END_STATE(); - case 97: + case 94: ACCEPT_TOKEN(sym_hex_floating_point_literal); - if (lookahead == '_') ADVANCE(58); + if (lookahead == '_') ADVANCE(56); if (lookahead == 'D' || lookahead == 'F' || lookahead == 'd' || - lookahead == 'f') ADVANCE(91); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(96); + lookahead == 'f') ADVANCE(88); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(93); END_STATE(); - case 98: + case 95: ACCEPT_TOKEN(sym_hex_floating_point_literal); if (lookahead == '+' || - lookahead == '-') ADVANCE(20); - if (lookahead == '0') ADVANCE(92); - if (lookahead == '_') ADVANCE(63); + lookahead == '-') ADVANCE(17); + if (lookahead == '0') ADVANCE(89); + if (lookahead == '_') ADVANCE(61); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(98); + lookahead == 'e') ADVANCE(95); if (lookahead == 'P' || - lookahead == 'p') ADVANCE(48); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(94); + lookahead == 'p') ADVANCE(46); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(91); if (('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(93); + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(90); END_STATE(); - case 99: + case 96: ACCEPT_TOKEN(sym_hex_floating_point_literal); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(98); + lookahead == 'e') ADVANCE(95); if (lookahead == 'P' || - lookahead == 'p') ADVANCE(48); + lookahead == 'p') ADVANCE(46); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(93); + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(90); END_STATE(); - case 100: + case 97: ACCEPT_TOKEN(sym_hex_floating_point_literal); if (lookahead == 'D' || lookahead == 'F' || lookahead == 'd' || - lookahead == 'f') ADVANCE(91); + lookahead == 'f') ADVANCE(88); END_STATE(); - case 101: + case 98: ACCEPT_TOKEN(sym_character_literal); END_STATE(); - case 102: + case 99: ACCEPT_TOKEN(anon_sym_DQUOTE); END_STATE(); - case 103: + case 100: ACCEPT_TOKEN(anon_sym_DQUOTE); if (lookahead == '"') ADVANCE(5); END_STATE(); - case 104: + case 101: ACCEPT_TOKEN(anon_sym_DQUOTE_DQUOTE_DQUOTE); END_STATE(); - case 105: + case 102: ACCEPT_TOKEN(sym_string_fragment); - if (lookahead == '\n') ADVANCE(110); + if (lookahead == '\n') ADVANCE(107); if (lookahead != 0 && lookahead != '"' && - lookahead != '\\') ADVANCE(105); + lookahead != '\\') ADVANCE(102); END_STATE(); - case 106: + case 103: ACCEPT_TOKEN(sym_string_fragment); - if (lookahead == '*') ADVANCE(108); - if (lookahead == '/') ADVANCE(105); + if (lookahead == '*') ADVANCE(105); + if (lookahead == '/') ADVANCE(102); if (lookahead != 0 && lookahead != '"' && - lookahead != '\\') ADVANCE(110); + lookahead != '\\') ADVANCE(107); END_STATE(); - case 107: + case 104: ACCEPT_TOKEN(sym_string_fragment); - if (lookahead == '*') ADVANCE(107); - if (lookahead == '/') ADVANCE(110); + if (lookahead == '*') ADVANCE(104); + if (lookahead == '/') ADVANCE(107); if (lookahead != 0 && lookahead != '"' && - lookahead != '\\') ADVANCE(108); + lookahead != '\\') ADVANCE(105); END_STATE(); - case 108: + case 105: ACCEPT_TOKEN(sym_string_fragment); - if (lookahead == '*') ADVANCE(107); + if (lookahead == '*') ADVANCE(104); if (lookahead != 0 && lookahead != '"' && - lookahead != '\\') ADVANCE(108); + lookahead != '\\') ADVANCE(105); END_STATE(); - case 109: + case 106: ACCEPT_TOKEN(sym_string_fragment); - if (lookahead == '/') ADVANCE(106); + if (lookahead == '/') ADVANCE(103); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || - lookahead == ' ') ADVANCE(109); + lookahead == ' ') ADVANCE(106); if (lookahead != 0 && lookahead != '"' && - lookahead != '\\') ADVANCE(110); + lookahead != '\\') ADVANCE(107); END_STATE(); - case 110: + case 107: ACCEPT_TOKEN(sym_string_fragment); if (lookahead != 0 && lookahead != '"' && - lookahead != '\\') ADVANCE(110); + lookahead != '\\') ADVANCE(107); END_STATE(); - case 111: + case 108: ACCEPT_TOKEN(aux_sym__multiline_string_fragment_token1); - if (lookahead == '\n') ADVANCE(123); - if (lookahead == '"') ADVANCE(216); - if (lookahead != 0) ADVANCE(111); + if (lookahead == '\n') ADVANCE(120); + if (lookahead == '"') ADVANCE(210); + if (lookahead != 0) ADVANCE(108); END_STATE(); - case 112: + case 109: ACCEPT_TOKEN(aux_sym__multiline_string_fragment_token1); - if (lookahead == '"') ADVANCE(14); - if (lookahead == '*') ADVANCE(112); - if (lookahead == '/') ADVANCE(123); - if (lookahead != 0) ADVANCE(113); + if (lookahead == '"') ADVANCE(12); + if (lookahead == '*') ADVANCE(109); + if (lookahead == '/') ADVANCE(120); + if (lookahead != 0) ADVANCE(110); END_STATE(); - case 113: + case 110: ACCEPT_TOKEN(aux_sym__multiline_string_fragment_token1); - if (lookahead == '"') ADVANCE(14); - if (lookahead == '*') ADVANCE(112); - if (lookahead != 0) ADVANCE(113); + if (lookahead == '"') ADVANCE(12); + if (lookahead == '*') ADVANCE(109); + if (lookahead != 0) ADVANCE(110); END_STATE(); - case 114: + case 111: ACCEPT_TOKEN(aux_sym__multiline_string_fragment_token1); - if (lookahead == '"') ADVANCE(130); - if (lookahead == 'u') ADVANCE(117); - if (lookahead == 'x') ADVANCE(122); - if (('0' <= lookahead && lookahead <= '7')) ADVANCE(128); + if (lookahead == '"') ADVANCE(127); + if (lookahead == 'u') ADVANCE(114); + if (lookahead == 'x') ADVANCE(119); + if (('0' <= lookahead && lookahead <= '7')) ADVANCE(125); if (lookahead == '\'' || lookahead == '?' || lookahead == '\\' || @@ -7808,431 +7605,421 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == 'f' || lookahead == 'n' || lookahead == 'r' || - ('t' <= lookahead && lookahead <= 'v')) ADVANCE(134); - if (lookahead != 0) ADVANCE(129); + ('t' <= lookahead && lookahead <= 'v')) ADVANCE(131); + if (lookahead != 0) ADVANCE(126); END_STATE(); - case 115: + case 112: ACCEPT_TOKEN(aux_sym__multiline_string_fragment_token1); - if (lookahead == '*') ADVANCE(113); - if (lookahead == '/') ADVANCE(111); + if (lookahead == '*') ADVANCE(110); + if (lookahead == '/') ADVANCE(108); if (lookahead != 0 && - lookahead != '"') ADVANCE(123); + lookahead != '"') ADVANCE(120); END_STATE(); - case 116: + case 113: ACCEPT_TOKEN(aux_sym__multiline_string_fragment_token1); - if (lookahead == '/') ADVANCE(115); + if (lookahead == '/') ADVANCE(112); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || - lookahead == ' ') ADVANCE(116); + lookahead == ' ') ADVANCE(113); if (lookahead != 0 && - lookahead != '"') ADVANCE(123); + lookahead != '"') ADVANCE(120); END_STATE(); - case 117: + case 114: ACCEPT_TOKEN(aux_sym__multiline_string_fragment_token1); - if (lookahead == '{') ADVANCE(121); + if (lookahead == '{') ADVANCE(118); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(119); + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(116); if (lookahead != 0 && - lookahead != '"') ADVANCE(123); + lookahead != '"') ADVANCE(120); END_STATE(); - case 118: + case 115: ACCEPT_TOKEN(aux_sym__multiline_string_fragment_token1); - if (lookahead == '}') ADVANCE(134); + if (lookahead == '}') ADVANCE(131); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(118); + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(115); if (lookahead != 0 && - lookahead != '"') ADVANCE(123); + lookahead != '"') ADVANCE(120); END_STATE(); - case 119: + case 116: ACCEPT_TOKEN(aux_sym__multiline_string_fragment_token1); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(122); + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(119); if (lookahead != 0 && - lookahead != '"') ADVANCE(123); + lookahead != '"') ADVANCE(120); END_STATE(); - case 120: + case 117: ACCEPT_TOKEN(aux_sym__multiline_string_fragment_token1); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(134); + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(131); if (lookahead != 0 && - lookahead != '"') ADVANCE(123); + lookahead != '"') ADVANCE(120); END_STATE(); - case 121: + case 118: ACCEPT_TOKEN(aux_sym__multiline_string_fragment_token1); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(118); + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(115); if (lookahead != 0 && - lookahead != '"') ADVANCE(123); + lookahead != '"') ADVANCE(120); END_STATE(); - case 122: + case 119: ACCEPT_TOKEN(aux_sym__multiline_string_fragment_token1); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(120); + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(117); if (lookahead != 0 && - lookahead != '"') ADVANCE(123); + lookahead != '"') ADVANCE(120); END_STATE(); - case 123: + case 120: ACCEPT_TOKEN(aux_sym__multiline_string_fragment_token1); if (lookahead != 0 && - lookahead != '"') ADVANCE(123); + lookahead != '"') ADVANCE(120); END_STATE(); - case 124: + case 121: ACCEPT_TOKEN(aux_sym__multiline_string_fragment_token2); if (lookahead == '"') ADVANCE(5); - if (lookahead != 0) ADVANCE(125); + if (lookahead != 0) ADVANCE(122); END_STATE(); - case 125: + case 122: ACCEPT_TOKEN(aux_sym__multiline_string_fragment_token2); if (lookahead != 0 && - lookahead != '"') ADVANCE(125); + lookahead != '"') ADVANCE(122); END_STATE(); - case 126: + case 123: ACCEPT_TOKEN(aux_sym__escape_sequence_token1); END_STATE(); - case 127: + case 124: ACCEPT_TOKEN(aux_sym__escape_sequence_token1); - if (('0' <= lookahead && lookahead <= '7')) ADVANCE(131); + if (('0' <= lookahead && lookahead <= '7')) ADVANCE(128); END_STATE(); - case 128: + case 125: ACCEPT_TOKEN(aux_sym__escape_sequence_token1); - if (('0' <= lookahead && lookahead <= '7')) ADVANCE(133); + if (('0' <= lookahead && lookahead <= '7')) ADVANCE(130); if (lookahead != 0 && - lookahead != '"') ADVANCE(123); + lookahead != '"') ADVANCE(120); END_STATE(); - case 129: + case 126: ACCEPT_TOKEN(aux_sym__escape_sequence_token1); if (lookahead != 0 && - lookahead != '"') ADVANCE(123); + lookahead != '"') ADVANCE(120); END_STATE(); - case 130: + case 127: ACCEPT_TOKEN(sym_escape_sequence); END_STATE(); - case 131: + case 128: ACCEPT_TOKEN(sym_escape_sequence); - if (('0' <= lookahead && lookahead <= '7')) ADVANCE(130); + if (('0' <= lookahead && lookahead <= '7')) ADVANCE(127); END_STATE(); - case 132: + case 129: ACCEPT_TOKEN(sym_escape_sequence); - if (('0' <= lookahead && lookahead <= '7')) ADVANCE(131); + if (('0' <= lookahead && lookahead <= '7')) ADVANCE(128); END_STATE(); - case 133: + case 130: ACCEPT_TOKEN(sym_escape_sequence); - if (('0' <= lookahead && lookahead <= '7')) ADVANCE(134); + if (('0' <= lookahead && lookahead <= '7')) ADVANCE(131); if (lookahead != 0 && - lookahead != '"') ADVANCE(123); + lookahead != '"') ADVANCE(120); END_STATE(); - case 134: + case 131: ACCEPT_TOKEN(sym_escape_sequence); if (lookahead != 0 && - lookahead != '"') ADVANCE(123); + lookahead != '"') ADVANCE(120); END_STATE(); - case 135: + case 132: ACCEPT_TOKEN(anon_sym_LPAREN); END_STATE(); - case 136: + case 133: ACCEPT_TOKEN(anon_sym_RPAREN); END_STATE(); - case 137: + case 134: ACCEPT_TOKEN(anon_sym_AMP); END_STATE(); - case 138: + case 135: ACCEPT_TOKEN(anon_sym_AMP); - if (lookahead == '&') ADVANCE(163); + if (lookahead == '&') ADVANCE(160); END_STATE(); - case 139: + case 136: ACCEPT_TOKEN(anon_sym_AMP); - if (lookahead == '&') ADVANCE(163); - if (lookahead == '=') ADVANCE(146); + if (lookahead == '&') ADVANCE(160); + if (lookahead == '=') ADVANCE(143); END_STATE(); - case 140: + case 137: ACCEPT_TOKEN(anon_sym_EQ); END_STATE(); - case 141: + case 138: ACCEPT_TOKEN(anon_sym_EQ); - if (lookahead == '=') ADVANCE(161); + if (lookahead == '=') ADVANCE(158); END_STATE(); - case 142: + case 139: ACCEPT_TOKEN(anon_sym_PLUS_EQ); END_STATE(); - case 143: + case 140: ACCEPT_TOKEN(anon_sym_DASH_EQ); END_STATE(); - case 144: + case 141: ACCEPT_TOKEN(anon_sym_STAR_EQ); END_STATE(); - case 145: + case 142: ACCEPT_TOKEN(anon_sym_SLASH_EQ); END_STATE(); - case 146: + case 143: ACCEPT_TOKEN(anon_sym_AMP_EQ); END_STATE(); - case 147: + case 144: ACCEPT_TOKEN(anon_sym_PIPE_EQ); END_STATE(); - case 148: + case 145: ACCEPT_TOKEN(anon_sym_CARET_EQ); END_STATE(); - case 149: + case 146: ACCEPT_TOKEN(anon_sym_PERCENT_EQ); END_STATE(); - case 150: + case 147: ACCEPT_TOKEN(anon_sym_LT_LT_EQ); END_STATE(); - case 151: + case 148: ACCEPT_TOKEN(anon_sym_GT_GT_EQ); END_STATE(); - case 152: + case 149: ACCEPT_TOKEN(anon_sym_GT_GT_GT_EQ); END_STATE(); - case 153: + case 150: ACCEPT_TOKEN(anon_sym_GT); END_STATE(); - case 154: + case 151: ACCEPT_TOKEN(anon_sym_GT); - if (lookahead == '=') ADVANCE(159); - if (lookahead == '>') ADVANCE(183); + if (lookahead == '=') ADVANCE(156); + if (lookahead == '>') ADVANCE(179); END_STATE(); - case 155: + case 152: ACCEPT_TOKEN(anon_sym_GT); - if (lookahead == '=') ADVANCE(159); - if (lookahead == '>') ADVANCE(184); + if (lookahead == '=') ADVANCE(156); + if (lookahead == '>') ADVANCE(180); END_STATE(); - case 156: + case 153: ACCEPT_TOKEN(anon_sym_LT); END_STATE(); - case 157: + case 154: ACCEPT_TOKEN(anon_sym_LT); - if (lookahead == '<') ADVANCE(182); - if (lookahead == '=') ADVANCE(160); + if (lookahead == '<') ADVANCE(178); + if (lookahead == '=') ADVANCE(157); END_STATE(); - case 158: + case 155: ACCEPT_TOKEN(anon_sym_LT); - if (lookahead == '<') ADVANCE(181); - if (lookahead == '=') ADVANCE(160); + if (lookahead == '<') ADVANCE(177); + if (lookahead == '=') ADVANCE(157); END_STATE(); - case 159: + case 156: ACCEPT_TOKEN(anon_sym_GT_EQ); END_STATE(); - case 160: + case 157: ACCEPT_TOKEN(anon_sym_LT_EQ); END_STATE(); - case 161: + case 158: ACCEPT_TOKEN(anon_sym_EQ_EQ); END_STATE(); - case 162: + case 159: ACCEPT_TOKEN(anon_sym_BANG_EQ); END_STATE(); - case 163: + case 160: ACCEPT_TOKEN(anon_sym_AMP_AMP); END_STATE(); - case 164: + case 161: ACCEPT_TOKEN(anon_sym_PIPE_PIPE); END_STATE(); - case 165: + case 162: ACCEPT_TOKEN(anon_sym_PLUS); - if (lookahead == '+') ADVANCE(195); + if (lookahead == '+') ADVANCE(189); END_STATE(); - case 166: + case 163: ACCEPT_TOKEN(anon_sym_PLUS); - if (lookahead == '+') ADVANCE(195); - if (lookahead == '=') ADVANCE(142); - END_STATE(); - case 167: - ACCEPT_TOKEN(anon_sym_DASH); - if (lookahead == '-') ADVANCE(196); + if (lookahead == '+') ADVANCE(189); + if (lookahead == '=') ADVANCE(139); END_STATE(); - case 168: + case 164: ACCEPT_TOKEN(anon_sym_DASH); - if (lookahead == '-') ADVANCE(196); - if (lookahead == '=') ADVANCE(143); - if (lookahead == '>') ADVANCE(187); + if (lookahead == '-') ADVANCE(190); + if (lookahead == '=') ADVANCE(140); + if (lookahead == '>') ADVANCE(183); END_STATE(); - case 169: + case 165: ACCEPT_TOKEN(anon_sym_DASH); - if (lookahead == '-') ADVANCE(196); - if (lookahead == '>') ADVANCE(187); + if (lookahead == '-') ADVANCE(190); + if (lookahead == '>') ADVANCE(183); END_STATE(); - case 170: + case 166: ACCEPT_TOKEN(anon_sym_STAR); END_STATE(); - case 171: + case 167: ACCEPT_TOKEN(anon_sym_STAR); - if (lookahead == '=') ADVANCE(144); + if (lookahead == '=') ADVANCE(141); END_STATE(); - case 172: + case 168: ACCEPT_TOKEN(anon_sym_SLASH); - if (lookahead == '*') ADVANCE(14); - if (lookahead == '/') ADVANCE(216); + if (lookahead == '*') ADVANCE(12); + if (lookahead == '/') ADVANCE(210); END_STATE(); - case 173: + case 169: ACCEPT_TOKEN(anon_sym_SLASH); - if (lookahead == '*') ADVANCE(14); - if (lookahead == '/') ADVANCE(216); - if (lookahead == '=') ADVANCE(145); + if (lookahead == '*') ADVANCE(12); + if (lookahead == '/') ADVANCE(210); + if (lookahead == '=') ADVANCE(142); END_STATE(); - case 174: + case 170: ACCEPT_TOKEN(anon_sym_PIPE); END_STATE(); - case 175: + case 171: ACCEPT_TOKEN(anon_sym_PIPE); - if (lookahead == '=') ADVANCE(147); - if (lookahead == '|') ADVANCE(164); + if (lookahead == '=') ADVANCE(144); + if (lookahead == '|') ADVANCE(161); END_STATE(); - case 176: + case 172: ACCEPT_TOKEN(anon_sym_PIPE); - if (lookahead == '|') ADVANCE(164); + if (lookahead == '|') ADVANCE(161); END_STATE(); - case 177: + case 173: ACCEPT_TOKEN(anon_sym_CARET); END_STATE(); - case 178: + case 174: ACCEPT_TOKEN(anon_sym_CARET); - if (lookahead == '=') ADVANCE(148); + if (lookahead == '=') ADVANCE(145); END_STATE(); - case 179: + case 175: ACCEPT_TOKEN(anon_sym_PERCENT); END_STATE(); - case 180: + case 176: ACCEPT_TOKEN(anon_sym_PERCENT); - if (lookahead == '=') ADVANCE(149); + if (lookahead == '=') ADVANCE(146); END_STATE(); - case 181: + case 177: ACCEPT_TOKEN(anon_sym_LT_LT); END_STATE(); - case 182: + case 178: ACCEPT_TOKEN(anon_sym_LT_LT); - if (lookahead == '=') ADVANCE(150); + if (lookahead == '=') ADVANCE(147); END_STATE(); - case 183: + case 179: ACCEPT_TOKEN(anon_sym_GT_GT); - if (lookahead == '=') ADVANCE(151); - if (lookahead == '>') ADVANCE(186); + if (lookahead == '=') ADVANCE(148); + if (lookahead == '>') ADVANCE(182); END_STATE(); - case 184: + case 180: ACCEPT_TOKEN(anon_sym_GT_GT); - if (lookahead == '>') ADVANCE(185); + if (lookahead == '>') ADVANCE(181); END_STATE(); - case 185: + case 181: ACCEPT_TOKEN(anon_sym_GT_GT_GT); END_STATE(); - case 186: + case 182: ACCEPT_TOKEN(anon_sym_GT_GT_GT); - if (lookahead == '=') ADVANCE(152); + if (lookahead == '=') ADVANCE(149); END_STATE(); - case 187: + case 183: ACCEPT_TOKEN(anon_sym_DASH_GT); END_STATE(); - case 188: + case 184: ACCEPT_TOKEN(anon_sym_COMMA); END_STATE(); - case 189: + case 185: ACCEPT_TOKEN(anon_sym_QMARK); END_STATE(); - case 190: - ACCEPT_TOKEN(anon_sym_COLON); - END_STATE(); - case 191: + case 186: ACCEPT_TOKEN(anon_sym_COLON); - if (lookahead == ':') ADVANCE(203); + if (lookahead == ':') ADVANCE(197); END_STATE(); - case 192: - ACCEPT_TOKEN(anon_sym_BANG); - END_STATE(); - case 193: + case 187: ACCEPT_TOKEN(anon_sym_BANG); - if (lookahead == '=') ADVANCE(162); + if (lookahead == '=') ADVANCE(159); END_STATE(); - case 194: + case 188: ACCEPT_TOKEN(anon_sym_TILDE); END_STATE(); - case 195: + case 189: ACCEPT_TOKEN(anon_sym_PLUS_PLUS); END_STATE(); - case 196: + case 190: ACCEPT_TOKEN(anon_sym_DASH_DASH); END_STATE(); - case 197: + case 191: ACCEPT_TOKEN(anon_sym_LBRACK); END_STATE(); - case 198: + case 192: ACCEPT_TOKEN(anon_sym_RBRACK); END_STATE(); - case 199: + case 193: ACCEPT_TOKEN(anon_sym_DOT); END_STATE(); - case 200: + case 194: ACCEPT_TOKEN(anon_sym_DOT); - if (lookahead == '.') ADVANCE(17); + if (lookahead == '.') ADVANCE(14); END_STATE(); - case 201: + case 195: ACCEPT_TOKEN(anon_sym_DOT); - if (lookahead == '.') ADVANCE(17); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(88); + if (lookahead == '.') ADVANCE(14); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(85); END_STATE(); - case 202: + case 196: ACCEPT_TOKEN(anon_sym_DOT); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(88); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(85); END_STATE(); - case 203: + case 197: ACCEPT_TOKEN(anon_sym_COLON_COLON); END_STATE(); - case 204: + case 198: ACCEPT_TOKEN(anon_sym_LBRACE); END_STATE(); - case 205: + case 199: ACCEPT_TOKEN(anon_sym_RBRACE); END_STATE(); - case 206: + case 200: ACCEPT_TOKEN(anon_sym_SEMI); END_STATE(); - case 207: + case 201: ACCEPT_TOKEN(anon_sym_AT); END_STATE(); - case 208: + case 202: ACCEPT_TOKEN(anon_sym_AT); - if (lookahead == 'i') ADVANCE(40); + if (lookahead == 'i') ADVANCE(38); END_STATE(); - case 209: + case 203: ACCEPT_TOKEN(anon_sym_non_DASHsealed); END_STATE(); - case 210: + case 204: ACCEPT_TOKEN(anon_sym_ATinterface); END_STATE(); - case 211: + case 205: ACCEPT_TOKEN(anon_sym_DOT_DOT_DOT); END_STATE(); - case 212: + case 206: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '-') ADVANCE(42); - if (sym_identifier_character_set_4(lookahead)) ADVANCE(215); + if (lookahead == '-') ADVANCE(40); + if (sym_identifier_character_set_4(lookahead)) ADVANCE(209); END_STATE(); - case 213: + case 207: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'n') ADVANCE(212); - if (sym_identifier_character_set_4(lookahead)) ADVANCE(215); + if (lookahead == 'n') ADVANCE(206); + if (sym_identifier_character_set_4(lookahead)) ADVANCE(209); END_STATE(); - case 214: + case 208: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'o') ADVANCE(213); - if (sym_identifier_character_set_4(lookahead)) ADVANCE(215); + if (lookahead == 'o') ADVANCE(207); + if (sym_identifier_character_set_4(lookahead)) ADVANCE(209); END_STATE(); - case 215: + case 209: ACCEPT_TOKEN(sym_identifier); - if (sym_identifier_character_set_4(lookahead)) ADVANCE(215); + if (sym_identifier_character_set_4(lookahead)) ADVANCE(209); END_STATE(); - case 216: + case 210: ACCEPT_TOKEN(sym_line_comment); if (lookahead != 0 && - lookahead != '\n') ADVANCE(216); + lookahead != '\n') ADVANCE(210); END_STATE(); - case 217: + case 211: ACCEPT_TOKEN(sym_block_comment); END_STATE(); default: @@ -9207,107 +8994,107 @@ static bool ts_lex_keywords(TSLexer *lexer, TSStateId state) { static const TSLexMode ts_lex_modes[STATE_COUNT] = { [0] = {.lex_state = 0}, - [1] = {.lex_state = 69}, - [2] = {.lex_state = 69}, - [3] = {.lex_state = 69}, - [4] = {.lex_state = 69}, - [5] = {.lex_state = 69}, - [6] = {.lex_state = 69}, - [7] = {.lex_state = 69}, - [8] = {.lex_state = 69}, - [9] = {.lex_state = 69}, - [10] = {.lex_state = 69}, - [11] = {.lex_state = 69}, - [12] = {.lex_state = 69}, - [13] = {.lex_state = 69}, - [14] = {.lex_state = 69}, - [15] = {.lex_state = 69}, - [16] = {.lex_state = 69}, - [17] = {.lex_state = 69}, - [18] = {.lex_state = 69}, - [19] = {.lex_state = 69}, - [20] = {.lex_state = 69}, - [21] = {.lex_state = 69}, - [22] = {.lex_state = 69}, - [23] = {.lex_state = 69}, - [24] = {.lex_state = 69}, - [25] = {.lex_state = 69}, - [26] = {.lex_state = 69}, - [27] = {.lex_state = 69}, - [28] = {.lex_state = 69}, - [29] = {.lex_state = 69}, - [30] = {.lex_state = 69}, - [31] = {.lex_state = 69}, - [32] = {.lex_state = 69}, - [33] = {.lex_state = 69}, - [34] = {.lex_state = 69}, - [35] = {.lex_state = 69}, - [36] = {.lex_state = 69}, - [37] = {.lex_state = 69}, - [38] = {.lex_state = 69}, - [39] = {.lex_state = 69}, - [40] = {.lex_state = 69}, - [41] = {.lex_state = 69}, - [42] = {.lex_state = 69}, - [43] = {.lex_state = 69}, - [44] = {.lex_state = 69}, - [45] = {.lex_state = 69}, - [46] = {.lex_state = 69}, - [47] = {.lex_state = 69}, - [48] = {.lex_state = 69}, - [49] = {.lex_state = 69}, - [50] = {.lex_state = 69}, - [51] = {.lex_state = 69}, - [52] = {.lex_state = 69}, - [53] = {.lex_state = 69}, - [54] = {.lex_state = 69}, - [55] = {.lex_state = 69}, - [56] = {.lex_state = 69}, - [57] = {.lex_state = 69}, - [58] = {.lex_state = 69}, - [59] = {.lex_state = 69}, - [60] = {.lex_state = 69}, - [61] = {.lex_state = 69}, - [62] = {.lex_state = 69}, - [63] = {.lex_state = 69}, - [64] = {.lex_state = 69}, - [65] = {.lex_state = 69}, - [66] = {.lex_state = 69}, - [67] = {.lex_state = 69}, - [68] = {.lex_state = 69}, - [69] = {.lex_state = 69}, - [70] = {.lex_state = 69}, - [71] = {.lex_state = 69}, - [72] = {.lex_state = 69}, - [73] = {.lex_state = 69}, - [74] = {.lex_state = 69}, - [75] = {.lex_state = 68}, - [76] = {.lex_state = 68}, - [77] = {.lex_state = 69}, - [78] = {.lex_state = 69}, - [79] = {.lex_state = 69}, - [80] = {.lex_state = 69}, - [81] = {.lex_state = 69}, - [82] = {.lex_state = 2}, + [1] = {.lex_state = 0}, + [2] = {.lex_state = 0}, + [3] = {.lex_state = 0}, + [4] = {.lex_state = 0}, + [5] = {.lex_state = 0}, + [6] = {.lex_state = 0}, + [7] = {.lex_state = 0}, + [8] = {.lex_state = 0}, + [9] = {.lex_state = 0}, + [10] = {.lex_state = 0}, + [11] = {.lex_state = 0}, + [12] = {.lex_state = 0}, + [13] = {.lex_state = 0}, + [14] = {.lex_state = 0}, + [15] = {.lex_state = 0}, + [16] = {.lex_state = 0}, + [17] = {.lex_state = 0}, + [18] = {.lex_state = 0}, + [19] = {.lex_state = 0}, + [20] = {.lex_state = 0}, + [21] = {.lex_state = 0}, + [22] = {.lex_state = 0}, + [23] = {.lex_state = 0}, + [24] = {.lex_state = 0}, + [25] = {.lex_state = 0}, + [26] = {.lex_state = 0}, + [27] = {.lex_state = 0}, + [28] = {.lex_state = 0}, + [29] = {.lex_state = 0}, + [30] = {.lex_state = 0}, + [31] = {.lex_state = 0}, + [32] = {.lex_state = 0}, + [33] = {.lex_state = 0}, + [34] = {.lex_state = 0}, + [35] = {.lex_state = 0}, + [36] = {.lex_state = 0}, + [37] = {.lex_state = 0}, + [38] = {.lex_state = 0}, + [39] = {.lex_state = 0}, + [40] = {.lex_state = 0}, + [41] = {.lex_state = 0}, + [42] = {.lex_state = 0}, + [43] = {.lex_state = 0}, + [44] = {.lex_state = 0}, + [45] = {.lex_state = 0}, + [46] = {.lex_state = 0}, + [47] = {.lex_state = 0}, + [48] = {.lex_state = 0}, + [49] = {.lex_state = 0}, + [50] = {.lex_state = 0}, + [51] = {.lex_state = 0}, + [52] = {.lex_state = 0}, + [53] = {.lex_state = 0}, + [54] = {.lex_state = 0}, + [55] = {.lex_state = 0}, + [56] = {.lex_state = 0}, + [57] = {.lex_state = 0}, + [58] = {.lex_state = 0}, + [59] = {.lex_state = 0}, + [60] = {.lex_state = 0}, + [61] = {.lex_state = 0}, + [62] = {.lex_state = 0}, + [63] = {.lex_state = 0}, + [64] = {.lex_state = 0}, + [65] = {.lex_state = 0}, + [66] = {.lex_state = 0}, + [67] = {.lex_state = 0}, + [68] = {.lex_state = 0}, + [69] = {.lex_state = 0}, + [70] = {.lex_state = 0}, + [71] = {.lex_state = 0}, + [72] = {.lex_state = 0}, + [73] = {.lex_state = 0}, + [74] = {.lex_state = 0}, + [75] = {.lex_state = 1}, + [76] = {.lex_state = 66}, + [77] = {.lex_state = 66}, + [78] = {.lex_state = 66}, + [79] = {.lex_state = 66}, + [80] = {.lex_state = 66}, + [81] = {.lex_state = 66}, + [82] = {.lex_state = 66}, [83] = {.lex_state = 2}, [84] = {.lex_state = 2}, [85] = {.lex_state = 2}, [86] = {.lex_state = 2}, - [87] = {.lex_state = 69}, - [88] = {.lex_state = 1}, + [87] = {.lex_state = 2}, + [88] = {.lex_state = 66}, [89] = {.lex_state = 1}, [90] = {.lex_state = 1}, [91] = {.lex_state = 1}, [92] = {.lex_state = 1}, [93] = {.lex_state = 1}, [94] = {.lex_state = 1}, - [95] = {.lex_state = 69}, - [96] = {.lex_state = 69}, + [95] = {.lex_state = 1}, + [96] = {.lex_state = 1}, [97] = {.lex_state = 1}, - [98] = {.lex_state = 69}, + [98] = {.lex_state = 0}, [99] = {.lex_state = 1}, [100] = {.lex_state = 1}, - [101] = {.lex_state = 69}, + [101] = {.lex_state = 1}, [102] = {.lex_state = 1}, [103] = {.lex_state = 1}, [104] = {.lex_state = 1}, @@ -9318,16 +9105,16 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [109] = {.lex_state = 1}, [110] = {.lex_state = 1}, [111] = {.lex_state = 1}, - [112] = {.lex_state = 69}, + [112] = {.lex_state = 1}, [113] = {.lex_state = 1}, [114] = {.lex_state = 1}, - [115] = {.lex_state = 1}, + [115] = {.lex_state = 0}, [116] = {.lex_state = 1}, [117] = {.lex_state = 1}, - [118] = {.lex_state = 69}, + [118] = {.lex_state = 1}, [119] = {.lex_state = 1}, - [120] = {.lex_state = 1}, - [121] = {.lex_state = 1}, + [120] = {.lex_state = 0}, + [121] = {.lex_state = 0}, [122] = {.lex_state = 1}, [123] = {.lex_state = 1}, [124] = {.lex_state = 1}, @@ -9336,7 +9123,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [127] = {.lex_state = 1}, [128] = {.lex_state = 1}, [129] = {.lex_state = 1}, - [130] = {.lex_state = 69}, + [130] = {.lex_state = 1}, [131] = {.lex_state = 1}, [132] = {.lex_state = 1}, [133] = {.lex_state = 1}, @@ -9351,21 +9138,21 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [142] = {.lex_state = 1}, [143] = {.lex_state = 1}, [144] = {.lex_state = 1}, - [145] = {.lex_state = 69}, + [145] = {.lex_state = 1}, [146] = {.lex_state = 1}, [147] = {.lex_state = 1}, [148] = {.lex_state = 1}, [149] = {.lex_state = 1}, - [150] = {.lex_state = 69}, - [151] = {.lex_state = 69}, + [150] = {.lex_state = 1}, + [151] = {.lex_state = 1}, [152] = {.lex_state = 1}, [153] = {.lex_state = 1}, [154] = {.lex_state = 1}, [155] = {.lex_state = 1}, - [156] = {.lex_state = 69}, + [156] = {.lex_state = 1}, [157] = {.lex_state = 1}, - [158] = {.lex_state = 69}, - [159] = {.lex_state = 69}, + [158] = {.lex_state = 1}, + [159] = {.lex_state = 1}, [160] = {.lex_state = 1}, [161] = {.lex_state = 1}, [162] = {.lex_state = 1}, @@ -9374,268 +9161,268 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [165] = {.lex_state = 1}, [166] = {.lex_state = 1}, [167] = {.lex_state = 1}, - [168] = {.lex_state = 69}, - [169] = {.lex_state = 69}, + [168] = {.lex_state = 1}, + [169] = {.lex_state = 1}, [170] = {.lex_state = 1}, - [171] = {.lex_state = 69}, + [171] = {.lex_state = 1}, [172] = {.lex_state = 1}, - [173] = {.lex_state = 69}, - [174] = {.lex_state = 69}, - [175] = {.lex_state = 69}, - [176] = {.lex_state = 69}, - [177] = {.lex_state = 69}, + [173] = {.lex_state = 1}, + [174] = {.lex_state = 1}, + [175] = {.lex_state = 1}, + [176] = {.lex_state = 1}, + [177] = {.lex_state = 1}, [178] = {.lex_state = 1}, [179] = {.lex_state = 1}, - [180] = {.lex_state = 69}, + [180] = {.lex_state = 1}, [181] = {.lex_state = 1}, - [182] = {.lex_state = 69}, - [183] = {.lex_state = 69}, - [184] = {.lex_state = 69}, - [185] = {.lex_state = 69}, - [186] = {.lex_state = 69}, - [187] = {.lex_state = 69}, - [188] = {.lex_state = 69}, - [189] = {.lex_state = 69}, - [190] = {.lex_state = 69}, + [182] = {.lex_state = 1}, + [183] = {.lex_state = 1}, + [184] = {.lex_state = 1}, + [185] = {.lex_state = 1}, + [186] = {.lex_state = 1}, + [187] = {.lex_state = 1}, + [188] = {.lex_state = 1}, + [189] = {.lex_state = 1}, + [190] = {.lex_state = 0}, [191] = {.lex_state = 1}, - [192] = {.lex_state = 69}, - [193] = {.lex_state = 69}, + [192] = {.lex_state = 1}, + [193] = {.lex_state = 1}, [194] = {.lex_state = 1}, [195] = {.lex_state = 1}, [196] = {.lex_state = 1}, - [197] = {.lex_state = 69}, - [198] = {.lex_state = 69}, - [199] = {.lex_state = 69}, - [200] = {.lex_state = 69}, - [201] = {.lex_state = 1}, - [202] = {.lex_state = 1}, - [203] = {.lex_state = 69}, - [204] = {.lex_state = 1}, - [205] = {.lex_state = 1}, - [206] = {.lex_state = 69}, - [207] = {.lex_state = 69}, - [208] = {.lex_state = 69}, - [209] = {.lex_state = 69}, - [210] = {.lex_state = 69}, - [211] = {.lex_state = 69}, - [212] = {.lex_state = 1}, - [213] = {.lex_state = 69}, - [214] = {.lex_state = 1}, - [215] = {.lex_state = 69}, - [216] = {.lex_state = 69}, - [217] = {.lex_state = 1}, - [218] = {.lex_state = 1}, - [219] = {.lex_state = 1}, - [220] = {.lex_state = 1}, - [221] = {.lex_state = 1}, - [222] = {.lex_state = 1}, - [223] = {.lex_state = 1}, - [224] = {.lex_state = 1}, - [225] = {.lex_state = 1}, - [226] = {.lex_state = 1}, - [227] = {.lex_state = 69}, - [228] = {.lex_state = 69}, - [229] = {.lex_state = 69}, - [230] = {.lex_state = 1}, - [231] = {.lex_state = 69}, - [232] = {.lex_state = 1}, - [233] = {.lex_state = 69}, - [234] = {.lex_state = 69}, - [235] = {.lex_state = 69}, - [236] = {.lex_state = 1}, - [237] = {.lex_state = 69}, - [238] = {.lex_state = 1}, - [239] = {.lex_state = 69}, - [240] = {.lex_state = 69}, - [241] = {.lex_state = 69}, - [242] = {.lex_state = 69}, - [243] = {.lex_state = 69}, - [244] = {.lex_state = 69}, - [245] = {.lex_state = 69}, - [246] = {.lex_state = 69}, - [247] = {.lex_state = 1}, - [248] = {.lex_state = 1}, - [249] = {.lex_state = 69}, - [250] = {.lex_state = 69}, - [251] = {.lex_state = 69}, - [252] = {.lex_state = 69}, - [253] = {.lex_state = 1}, - [254] = {.lex_state = 69}, - [255] = {.lex_state = 69}, - [256] = {.lex_state = 69}, - [257] = {.lex_state = 69}, - [258] = {.lex_state = 69}, - [259] = {.lex_state = 69}, - [260] = {.lex_state = 69}, - [261] = {.lex_state = 1}, - [262] = {.lex_state = 1}, - [263] = {.lex_state = 1}, - [264] = {.lex_state = 69}, - [265] = {.lex_state = 69}, - [266] = {.lex_state = 1}, - [267] = {.lex_state = 69}, - [268] = {.lex_state = 1}, - [269] = {.lex_state = 1}, - [270] = {.lex_state = 1}, - [271] = {.lex_state = 69}, - [272] = {.lex_state = 69}, - [273] = {.lex_state = 69}, - [274] = {.lex_state = 69}, - [275] = {.lex_state = 69}, - [276] = {.lex_state = 69}, - [277] = {.lex_state = 2}, - [278] = {.lex_state = 69}, - [279] = {.lex_state = 69}, - [280] = {.lex_state = 69}, - [281] = {.lex_state = 69}, - [282] = {.lex_state = 69}, - [283] = {.lex_state = 69}, - [284] = {.lex_state = 69}, - [285] = {.lex_state = 69}, - [286] = {.lex_state = 69}, - [287] = {.lex_state = 69}, - [288] = {.lex_state = 69}, - [289] = {.lex_state = 69}, - [290] = {.lex_state = 69}, - [291] = {.lex_state = 69}, - [292] = {.lex_state = 69}, - [293] = {.lex_state = 2}, - [294] = {.lex_state = 69}, - [295] = {.lex_state = 69}, - [296] = {.lex_state = 69}, - [297] = {.lex_state = 69}, - [298] = {.lex_state = 69}, - [299] = {.lex_state = 69}, - [300] = {.lex_state = 69}, - [301] = {.lex_state = 69}, - [302] = {.lex_state = 69}, - [303] = {.lex_state = 69}, - [304] = {.lex_state = 69}, - [305] = {.lex_state = 69}, - [306] = {.lex_state = 69}, - [307] = {.lex_state = 69}, - [308] = {.lex_state = 69}, - [309] = {.lex_state = 69}, - [310] = {.lex_state = 69}, - [311] = {.lex_state = 69}, - [312] = {.lex_state = 69}, - [313] = {.lex_state = 69}, - [314] = {.lex_state = 69}, - [315] = {.lex_state = 69}, - [316] = {.lex_state = 69}, - [317] = {.lex_state = 69}, - [318] = {.lex_state = 69}, - [319] = {.lex_state = 69}, - [320] = {.lex_state = 69}, - [321] = {.lex_state = 69}, - [322] = {.lex_state = 69}, - [323] = {.lex_state = 69}, - [324] = {.lex_state = 69}, - [325] = {.lex_state = 69}, - [326] = {.lex_state = 69}, - [327] = {.lex_state = 69}, - [328] = {.lex_state = 69}, - [329] = {.lex_state = 69}, - [330] = {.lex_state = 69}, - [331] = {.lex_state = 69}, - [332] = {.lex_state = 69}, - [333] = {.lex_state = 69}, - [334] = {.lex_state = 69}, - [335] = {.lex_state = 69}, - [336] = {.lex_state = 69}, - [337] = {.lex_state = 69}, - [338] = {.lex_state = 69}, - [339] = {.lex_state = 69}, - [340] = {.lex_state = 69}, - [341] = {.lex_state = 69}, - [342] = {.lex_state = 69}, - [343] = {.lex_state = 69}, - [344] = {.lex_state = 69}, - [345] = {.lex_state = 69}, - [346] = {.lex_state = 69}, - [347] = {.lex_state = 2}, - [348] = {.lex_state = 2}, - [349] = {.lex_state = 69}, - [350] = {.lex_state = 69}, - [351] = {.lex_state = 69}, - [352] = {.lex_state = 69}, - [353] = {.lex_state = 69}, - [354] = {.lex_state = 69}, - [355] = {.lex_state = 0}, - [356] = {.lex_state = 0}, - [357] = {.lex_state = 0}, + [197] = {.lex_state = 0}, + [198] = {.lex_state = 2}, + [199] = {.lex_state = 0}, + [200] = {.lex_state = 2}, + [201] = {.lex_state = 0}, + [202] = {.lex_state = 0}, + [203] = {.lex_state = 0}, + [204] = {.lex_state = 0}, + [205] = {.lex_state = 0}, + [206] = {.lex_state = 0}, + [207] = {.lex_state = 0}, + [208] = {.lex_state = 0}, + [209] = {.lex_state = 0}, + [210] = {.lex_state = 0}, + [211] = {.lex_state = 0}, + [212] = {.lex_state = 0}, + [213] = {.lex_state = 0}, + [214] = {.lex_state = 0}, + [215] = {.lex_state = 0}, + [216] = {.lex_state = 0}, + [217] = {.lex_state = 0}, + [218] = {.lex_state = 0}, + [219] = {.lex_state = 0}, + [220] = {.lex_state = 0}, + [221] = {.lex_state = 0}, + [222] = {.lex_state = 0}, + [223] = {.lex_state = 0}, + [224] = {.lex_state = 0}, + [225] = {.lex_state = 2}, + [226] = {.lex_state = 0}, + [227] = {.lex_state = 0}, + [228] = {.lex_state = 0}, + [229] = {.lex_state = 0}, + [230] = {.lex_state = 0}, + [231] = {.lex_state = 0}, + [232] = {.lex_state = 0}, + [233] = {.lex_state = 0}, + [234] = {.lex_state = 0}, + [235] = {.lex_state = 0}, + [236] = {.lex_state = 0}, + [237] = {.lex_state = 0}, + [238] = {.lex_state = 0}, + [239] = {.lex_state = 0}, + [240] = {.lex_state = 0}, + [241] = {.lex_state = 0}, + [242] = {.lex_state = 0}, + [243] = {.lex_state = 0}, + [244] = {.lex_state = 0}, + [245] = {.lex_state = 0}, + [246] = {.lex_state = 0}, + [247] = {.lex_state = 0}, + [248] = {.lex_state = 0}, + [249] = {.lex_state = 0}, + [250] = {.lex_state = 0}, + [251] = {.lex_state = 0}, + [252] = {.lex_state = 0}, + [253] = {.lex_state = 0}, + [254] = {.lex_state = 0}, + [255] = {.lex_state = 0}, + [256] = {.lex_state = 0}, + [257] = {.lex_state = 0}, + [258] = {.lex_state = 0}, + [259] = {.lex_state = 0}, + [260] = {.lex_state = 0}, + [261] = {.lex_state = 0}, + [262] = {.lex_state = 0}, + [263] = {.lex_state = 2}, + [264] = {.lex_state = 0}, + [265] = {.lex_state = 0}, + [266] = {.lex_state = 0}, + [267] = {.lex_state = 0}, + [268] = {.lex_state = 0}, + [269] = {.lex_state = 0}, + [270] = {.lex_state = 0}, + [271] = {.lex_state = 0}, + [272] = {.lex_state = 0}, + [273] = {.lex_state = 0}, + [274] = {.lex_state = 0}, + [275] = {.lex_state = 0}, + [276] = {.lex_state = 0}, + [277] = {.lex_state = 0}, + [278] = {.lex_state = 0}, + [279] = {.lex_state = 0}, + [280] = {.lex_state = 0}, + [281] = {.lex_state = 0}, + [282] = {.lex_state = 0}, + [283] = {.lex_state = 0}, + [284] = {.lex_state = 0}, + [285] = {.lex_state = 0}, + [286] = {.lex_state = 0}, + [287] = {.lex_state = 0}, + [288] = {.lex_state = 0}, + [289] = {.lex_state = 0}, + [290] = {.lex_state = 0}, + [291] = {.lex_state = 0}, + [292] = {.lex_state = 0}, + [293] = {.lex_state = 0}, + [294] = {.lex_state = 0}, + [295] = {.lex_state = 0}, + [296] = {.lex_state = 0}, + [297] = {.lex_state = 0}, + [298] = {.lex_state = 0}, + [299] = {.lex_state = 0}, + [300] = {.lex_state = 0}, + [301] = {.lex_state = 0}, + [302] = {.lex_state = 0}, + [303] = {.lex_state = 0}, + [304] = {.lex_state = 0}, + [305] = {.lex_state = 0}, + [306] = {.lex_state = 0}, + [307] = {.lex_state = 0}, + [308] = {.lex_state = 0}, + [309] = {.lex_state = 0}, + [310] = {.lex_state = 0}, + [311] = {.lex_state = 0}, + [312] = {.lex_state = 0}, + [313] = {.lex_state = 0}, + [314] = {.lex_state = 0}, + [315] = {.lex_state = 0}, + [316] = {.lex_state = 0}, + [317] = {.lex_state = 0}, + [318] = {.lex_state = 0}, + [319] = {.lex_state = 0}, + [320] = {.lex_state = 0}, + [321] = {.lex_state = 0}, + [322] = {.lex_state = 0}, + [323] = {.lex_state = 0}, + [324] = {.lex_state = 0}, + [325] = {.lex_state = 0}, + [326] = {.lex_state = 0}, + [327] = {.lex_state = 0}, + [328] = {.lex_state = 0}, + [329] = {.lex_state = 0}, + [330] = {.lex_state = 0}, + [331] = {.lex_state = 0}, + [332] = {.lex_state = 0}, + [333] = {.lex_state = 0}, + [334] = {.lex_state = 0}, + [335] = {.lex_state = 0}, + [336] = {.lex_state = 0}, + [337] = {.lex_state = 0}, + [338] = {.lex_state = 0}, + [339] = {.lex_state = 0}, + [340] = {.lex_state = 0}, + [341] = {.lex_state = 0}, + [342] = {.lex_state = 0}, + [343] = {.lex_state = 0}, + [344] = {.lex_state = 0}, + [345] = {.lex_state = 0}, + [346] = {.lex_state = 2}, + [347] = {.lex_state = 1}, + [348] = {.lex_state = 1}, + [349] = {.lex_state = 0}, + [350] = {.lex_state = 3}, + [351] = {.lex_state = 0}, + [352] = {.lex_state = 0}, + [353] = {.lex_state = 0}, + [354] = {.lex_state = 0}, + [355] = {.lex_state = 1}, + [356] = {.lex_state = 1}, + [357] = {.lex_state = 1}, [358] = {.lex_state = 0}, [359] = {.lex_state = 0}, - [360] = {.lex_state = 1}, + [360] = {.lex_state = 0}, [361] = {.lex_state = 1}, - [362] = {.lex_state = 0}, - [363] = {.lex_state = 0}, - [364] = {.lex_state = 0}, - [365] = {.lex_state = 3}, - [366] = {.lex_state = 3}, - [367] = {.lex_state = 3}, - [368] = {.lex_state = 3}, - [369] = {.lex_state = 3}, - [370] = {.lex_state = 0}, - [371] = {.lex_state = 0}, - [372] = {.lex_state = 0}, - [373] = {.lex_state = 3}, - [374] = {.lex_state = 3}, - [375] = {.lex_state = 3}, - [376] = {.lex_state = 3}, - [377] = {.lex_state = 3}, - [378] = {.lex_state = 3}, - [379] = {.lex_state = 3}, - [380] = {.lex_state = 3}, - [381] = {.lex_state = 3}, - [382] = {.lex_state = 3}, - [383] = {.lex_state = 3}, - [384] = {.lex_state = 3}, - [385] = {.lex_state = 3}, - [386] = {.lex_state = 3}, + [362] = {.lex_state = 1}, + [363] = {.lex_state = 1}, + [364] = {.lex_state = 1}, + [365] = {.lex_state = 1}, + [366] = {.lex_state = 1}, + [367] = {.lex_state = 0}, + [368] = {.lex_state = 0}, + [369] = {.lex_state = 0}, + [370] = {.lex_state = 1}, + [371] = {.lex_state = 1}, + [372] = {.lex_state = 1}, + [373] = {.lex_state = 4}, + [374] = {.lex_state = 4}, + [375] = {.lex_state = 4}, + [376] = {.lex_state = 1}, + [377] = {.lex_state = 1}, + [378] = {.lex_state = 1}, + [379] = {.lex_state = 4}, + [380] = {.lex_state = 1}, + [381] = {.lex_state = 1}, + [382] = {.lex_state = 1}, + [383] = {.lex_state = 1}, + [384] = {.lex_state = 1}, + [385] = {.lex_state = 1}, + [386] = {.lex_state = 1}, [387] = {.lex_state = 4}, - [388] = {.lex_state = 4}, - [389] = {.lex_state = 3}, - [390] = {.lex_state = 3}, - [391] = {.lex_state = 4}, - [392] = {.lex_state = 1}, + [388] = {.lex_state = 1}, + [389] = {.lex_state = 1}, + [390] = {.lex_state = 4}, + [391] = {.lex_state = 1}, + [392] = {.lex_state = 4}, [393] = {.lex_state = 4}, - [394] = {.lex_state = 1}, + [394] = {.lex_state = 4}, [395] = {.lex_state = 4}, [396] = {.lex_state = 4}, - [397] = {.lex_state = 2}, - [398] = {.lex_state = 10}, - [399] = {.lex_state = 10}, - [400] = {.lex_state = 3}, + [397] = {.lex_state = 4}, + [398] = {.lex_state = 1}, + [399] = {.lex_state = 4}, + [400] = {.lex_state = 2}, [401] = {.lex_state = 4}, - [402] = {.lex_state = 2}, + [402] = {.lex_state = 1}, [403] = {.lex_state = 4}, - [404] = {.lex_state = 4}, - [405] = {.lex_state = 2}, - [406] = {.lex_state = 2}, - [407] = {.lex_state = 1}, + [404] = {.lex_state = 0}, + [405] = {.lex_state = 4}, + [406] = {.lex_state = 1}, + [407] = {.lex_state = 4}, [408] = {.lex_state = 4}, - [409] = {.lex_state = 1}, + [409] = {.lex_state = 4}, [410] = {.lex_state = 4}, - [411] = {.lex_state = 10}, + [411] = {.lex_state = 4}, [412] = {.lex_state = 4}, [413] = {.lex_state = 4}, [414] = {.lex_state = 4}, [415] = {.lex_state = 4}, [416] = {.lex_state = 4}, [417] = {.lex_state = 4}, - [418] = {.lex_state = 4}, - [419] = {.lex_state = 10}, + [418] = {.lex_state = 2}, + [419] = {.lex_state = 4}, [420] = {.lex_state = 4}, - [421] = {.lex_state = 4}, + [421] = {.lex_state = 2}, [422] = {.lex_state = 4}, - [423] = {.lex_state = 4}, - [424] = {.lex_state = 1}, - [425] = {.lex_state = 1}, - [426] = {.lex_state = 1}, - [427] = {.lex_state = 1}, - [428] = {.lex_state = 0}, - [429] = {.lex_state = 4}, + [423] = {.lex_state = 2}, + [424] = {.lex_state = 4}, + [425] = {.lex_state = 4}, + [426] = {.lex_state = 0}, + [427] = {.lex_state = 4}, + [428] = {.lex_state = 4}, + [429] = {.lex_state = 0}, [430] = {.lex_state = 4}, [431] = {.lex_state = 4}, [432] = {.lex_state = 4}, @@ -9645,50 +9432,50 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [436] = {.lex_state = 4}, [437] = {.lex_state = 4}, [438] = {.lex_state = 4}, - [439] = {.lex_state = 0}, - [440] = {.lex_state = 0}, - [441] = {.lex_state = 0}, + [439] = {.lex_state = 4}, + [440] = {.lex_state = 4}, + [441] = {.lex_state = 4}, [442] = {.lex_state = 0}, [443] = {.lex_state = 0}, [444] = {.lex_state = 0}, - [445] = {.lex_state = 0}, + [445] = {.lex_state = 4}, [446] = {.lex_state = 0}, - [447] = {.lex_state = 0}, - [448] = {.lex_state = 4}, + [447] = {.lex_state = 4}, + [448] = {.lex_state = 0}, [449] = {.lex_state = 0}, - [450] = {.lex_state = 4}, - [451] = {.lex_state = 4}, - [452] = {.lex_state = 1}, - [453] = {.lex_state = 0}, - [454] = {.lex_state = 4}, - [455] = {.lex_state = 4}, + [450] = {.lex_state = 0}, + [451] = {.lex_state = 0}, + [452] = {.lex_state = 0}, + [453] = {.lex_state = 4}, + [454] = {.lex_state = 8}, + [455] = {.lex_state = 0}, [456] = {.lex_state = 0}, [457] = {.lex_state = 0}, - [458] = {.lex_state = 1}, + [458] = {.lex_state = 4}, [459] = {.lex_state = 0}, [460] = {.lex_state = 0}, [461] = {.lex_state = 0}, [462] = {.lex_state = 0}, - [463] = {.lex_state = 0}, - [464] = {.lex_state = 4}, - [465] = {.lex_state = 0}, - [466] = {.lex_state = 1}, + [463] = {.lex_state = 4}, + [464] = {.lex_state = 0}, + [465] = {.lex_state = 8}, + [466] = {.lex_state = 0}, [467] = {.lex_state = 0}, [468] = {.lex_state = 0}, - [469] = {.lex_state = 4}, - [470] = {.lex_state = 4}, - [471] = {.lex_state = 0}, + [469] = {.lex_state = 8}, + [470] = {.lex_state = 0}, + [471] = {.lex_state = 4}, [472] = {.lex_state = 4}, [473] = {.lex_state = 4}, - [474] = {.lex_state = 4}, - [475] = {.lex_state = 0}, + [474] = {.lex_state = 0}, + [475] = {.lex_state = 4}, [476] = {.lex_state = 4}, [477] = {.lex_state = 4}, [478] = {.lex_state = 4}, [479] = {.lex_state = 4}, [480] = {.lex_state = 4}, - [481] = {.lex_state = 0}, - [482] = {.lex_state = 4}, + [481] = {.lex_state = 4}, + [482] = {.lex_state = 0}, [483] = {.lex_state = 4}, [484] = {.lex_state = 4}, [485] = {.lex_state = 4}, @@ -9707,7 +9494,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [498] = {.lex_state = 4}, [499] = {.lex_state = 4}, [500] = {.lex_state = 4}, - [501] = {.lex_state = 0}, + [501] = {.lex_state = 4}, [502] = {.lex_state = 4}, [503] = {.lex_state = 4}, [504] = {.lex_state = 4}, @@ -9720,310 +9507,310 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [511] = {.lex_state = 4}, [512] = {.lex_state = 4}, [513] = {.lex_state = 4}, - [514] = {.lex_state = 4}, + [514] = {.lex_state = 0}, [515] = {.lex_state = 4}, [516] = {.lex_state = 4}, [517] = {.lex_state = 4}, - [518] = {.lex_state = 0}, - [519] = {.lex_state = 8}, - [520] = {.lex_state = 8}, - [521] = {.lex_state = 4}, + [518] = {.lex_state = 1}, + [519] = {.lex_state = 0}, + [520] = {.lex_state = 1}, + [521] = {.lex_state = 8}, [522] = {.lex_state = 8}, - [523] = {.lex_state = 1}, - [524] = {.lex_state = 1}, - [525] = {.lex_state = 1}, - [526] = {.lex_state = 1}, - [527] = {.lex_state = 1}, - [528] = {.lex_state = 1}, - [529] = {.lex_state = 1}, - [530] = {.lex_state = 0}, - [531] = {.lex_state = 0}, + [523] = {.lex_state = 4}, + [524] = {.lex_state = 0}, + [525] = {.lex_state = 0}, + [526] = {.lex_state = 4}, + [527] = {.lex_state = 4}, + [528] = {.lex_state = 4}, + [529] = {.lex_state = 4}, + [530] = {.lex_state = 4}, + [531] = {.lex_state = 4}, [532] = {.lex_state = 0}, - [533] = {.lex_state = 1}, + [533] = {.lex_state = 0}, [534] = {.lex_state = 0}, - [535] = {.lex_state = 1}, - [536] = {.lex_state = 0}, - [537] = {.lex_state = 0}, - [538] = {.lex_state = 0}, - [539] = {.lex_state = 0}, - [540] = {.lex_state = 1}, - [541] = {.lex_state = 1}, - [542] = {.lex_state = 1}, - [543] = {.lex_state = 1}, - [544] = {.lex_state = 1}, - [545] = {.lex_state = 1}, - [546] = {.lex_state = 1}, - [547] = {.lex_state = 1}, - [548] = {.lex_state = 1}, - [549] = {.lex_state = 2}, - [550] = {.lex_state = 1}, - [551] = {.lex_state = 11}, - [552] = {.lex_state = 1}, - [553] = {.lex_state = 1}, - [554] = {.lex_state = 1}, - [555] = {.lex_state = 1}, - [556] = {.lex_state = 1}, - [557] = {.lex_state = 1}, - [558] = {.lex_state = 1}, - [559] = {.lex_state = 1}, - [560] = {.lex_state = 11}, + [535] = {.lex_state = 0}, + [536] = {.lex_state = 4}, + [537] = {.lex_state = 4}, + [538] = {.lex_state = 4}, + [539] = {.lex_state = 4}, + [540] = {.lex_state = 0}, + [541] = {.lex_state = 4}, + [542] = {.lex_state = 4}, + [543] = {.lex_state = 4}, + [544] = {.lex_state = 4}, + [545] = {.lex_state = 4}, + [546] = {.lex_state = 4}, + [547] = {.lex_state = 0}, + [548] = {.lex_state = 4}, + [549] = {.lex_state = 4}, + [550] = {.lex_state = 4}, + [551] = {.lex_state = 4}, + [552] = {.lex_state = 4}, + [553] = {.lex_state = 4}, + [554] = {.lex_state = 2}, + [555] = {.lex_state = 4}, + [556] = {.lex_state = 2}, + [557] = {.lex_state = 4}, + [558] = {.lex_state = 4}, + [559] = {.lex_state = 4}, + [560] = {.lex_state = 4}, [561] = {.lex_state = 4}, - [562] = {.lex_state = 1}, - [563] = {.lex_state = 2}, - [564] = {.lex_state = 8}, - [565] = {.lex_state = 11}, - [566] = {.lex_state = 11}, - [567] = {.lex_state = 8}, - [568] = {.lex_state = 1}, - [569] = {.lex_state = 1}, + [562] = {.lex_state = 4}, + [563] = {.lex_state = 4}, + [564] = {.lex_state = 4}, + [565] = {.lex_state = 2}, + [566] = {.lex_state = 4}, + [567] = {.lex_state = 2}, + [568] = {.lex_state = 4}, + [569] = {.lex_state = 4}, [570] = {.lex_state = 4}, - [571] = {.lex_state = 1}, - [572] = {.lex_state = 1}, - [573] = {.lex_state = 1}, + [571] = {.lex_state = 8}, + [572] = {.lex_state = 4}, + [573] = {.lex_state = 4}, [574] = {.lex_state = 1}, [575] = {.lex_state = 2}, - [576] = {.lex_state = 2}, + [576] = {.lex_state = 4}, [577] = {.lex_state = 2}, - [578] = {.lex_state = 1}, - [579] = {.lex_state = 1}, - [580] = {.lex_state = 1}, - [581] = {.lex_state = 2}, - [582] = {.lex_state = 8}, - [583] = {.lex_state = 2}, - [584] = {.lex_state = 1}, - [585] = {.lex_state = 2}, - [586] = {.lex_state = 1}, - [587] = {.lex_state = 1}, - [588] = {.lex_state = 1}, - [589] = {.lex_state = 1}, - [590] = {.lex_state = 1}, - [591] = {.lex_state = 2}, - [592] = {.lex_state = 1}, - [593] = {.lex_state = 1}, - [594] = {.lex_state = 1}, - [595] = {.lex_state = 2}, - [596] = {.lex_state = 1}, - [597] = {.lex_state = 1}, - [598] = {.lex_state = 1}, - [599] = {.lex_state = 1}, - [600] = {.lex_state = 1}, - [601] = {.lex_state = 1}, - [602] = {.lex_state = 1}, - [603] = {.lex_state = 1}, - [604] = {.lex_state = 1}, - [605] = {.lex_state = 8}, - [606] = {.lex_state = 1}, - [607] = {.lex_state = 1}, - [608] = {.lex_state = 1}, - [609] = {.lex_state = 1}, - [610] = {.lex_state = 1}, - [611] = {.lex_state = 1}, - [612] = {.lex_state = 1}, - [613] = {.lex_state = 1}, - [614] = {.lex_state = 1}, - [615] = {.lex_state = 1}, - [616] = {.lex_state = 1}, - [617] = {.lex_state = 2}, - [618] = {.lex_state = 1}, - [619] = {.lex_state = 1}, - [620] = {.lex_state = 2}, - [621] = {.lex_state = 1}, - [622] = {.lex_state = 1}, - [623] = {.lex_state = 1}, - [624] = {.lex_state = 2}, - [625] = {.lex_state = 1}, - [626] = {.lex_state = 1}, - [627] = {.lex_state = 2}, - [628] = {.lex_state = 2}, - [629] = {.lex_state = 1}, - [630] = {.lex_state = 1}, - [631] = {.lex_state = 1}, - [632] = {.lex_state = 19}, + [578] = {.lex_state = 2}, + [579] = {.lex_state = 4}, + [580] = {.lex_state = 4}, + [581] = {.lex_state = 4}, + [582] = {.lex_state = 4}, + [583] = {.lex_state = 4}, + [584] = {.lex_state = 2}, + [585] = {.lex_state = 4}, + [586] = {.lex_state = 4}, + [587] = {.lex_state = 4}, + [588] = {.lex_state = 4}, + [589] = {.lex_state = 8}, + [590] = {.lex_state = 4}, + [591] = {.lex_state = 4}, + [592] = {.lex_state = 2}, + [593] = {.lex_state = 4}, + [594] = {.lex_state = 8}, + [595] = {.lex_state = 4}, + [596] = {.lex_state = 4}, + [597] = {.lex_state = 2}, + [598] = {.lex_state = 4}, + [599] = {.lex_state = 4}, + [600] = {.lex_state = 8}, + [601] = {.lex_state = 4}, + [602] = {.lex_state = 4}, + [603] = {.lex_state = 2}, + [604] = {.lex_state = 4}, + [605] = {.lex_state = 4}, + [606] = {.lex_state = 4}, + [607] = {.lex_state = 4}, + [608] = {.lex_state = 4}, + [609] = {.lex_state = 4}, + [610] = {.lex_state = 4}, + [611] = {.lex_state = 4}, + [612] = {.lex_state = 4}, + [613] = {.lex_state = 4}, + [614] = {.lex_state = 4}, + [615] = {.lex_state = 2}, + [616] = {.lex_state = 4}, + [617] = {.lex_state = 4}, + [618] = {.lex_state = 4}, + [619] = {.lex_state = 4}, + [620] = {.lex_state = 4}, + [621] = {.lex_state = 4}, + [622] = {.lex_state = 2}, + [623] = {.lex_state = 4}, + [624] = {.lex_state = 4}, + [625] = {.lex_state = 2}, + [626] = {.lex_state = 2}, + [627] = {.lex_state = 1}, + [628] = {.lex_state = 4}, + [629] = {.lex_state = 4}, + [630] = {.lex_state = 4}, + [631] = {.lex_state = 4}, + [632] = {.lex_state = 16}, [633] = {.lex_state = 1}, - [634] = {.lex_state = 1}, - [635] = {.lex_state = 1}, - [636] = {.lex_state = 1}, - [637] = {.lex_state = 1}, - [638] = {.lex_state = 1}, - [639] = {.lex_state = 1}, - [640] = {.lex_state = 1}, - [641] = {.lex_state = 1}, - [642] = {.lex_state = 1}, - [643] = {.lex_state = 1}, - [644] = {.lex_state = 1}, - [645] = {.lex_state = 1}, - [646] = {.lex_state = 1}, - [647] = {.lex_state = 1}, - [648] = {.lex_state = 1}, - [649] = {.lex_state = 1}, - [650] = {.lex_state = 1}, - [651] = {.lex_state = 1}, - [652] = {.lex_state = 1}, + [634] = {.lex_state = 4}, + [635] = {.lex_state = 4}, + [636] = {.lex_state = 4}, + [637] = {.lex_state = 8}, + [638] = {.lex_state = 4}, + [639] = {.lex_state = 4}, + [640] = {.lex_state = 4}, + [641] = {.lex_state = 4}, + [642] = {.lex_state = 16}, + [643] = {.lex_state = 4}, + [644] = {.lex_state = 4}, + [645] = {.lex_state = 4}, + [646] = {.lex_state = 4}, + [647] = {.lex_state = 4}, + [648] = {.lex_state = 4}, + [649] = {.lex_state = 4}, + [650] = {.lex_state = 4}, + [651] = {.lex_state = 4}, + [652] = {.lex_state = 4}, [653] = {.lex_state = 1}, - [654] = {.lex_state = 1}, + [654] = {.lex_state = 4}, [655] = {.lex_state = 1}, - [656] = {.lex_state = 1}, - [657] = {.lex_state = 1}, - [658] = {.lex_state = 1}, - [659] = {.lex_state = 1}, - [660] = {.lex_state = 1}, - [661] = {.lex_state = 1}, - [662] = {.lex_state = 19}, - [663] = {.lex_state = 1}, - [664] = {.lex_state = 1}, + [656] = {.lex_state = 8}, + [657] = {.lex_state = 8}, + [658] = {.lex_state = 4}, + [659] = {.lex_state = 4}, + [660] = {.lex_state = 4}, + [661] = {.lex_state = 4}, + [662] = {.lex_state = 4}, + [663] = {.lex_state = 4}, + [664] = {.lex_state = 8}, [665] = {.lex_state = 1}, - [666] = {.lex_state = 1}, - [667] = {.lex_state = 1}, + [666] = {.lex_state = 8}, + [667] = {.lex_state = 4}, [668] = {.lex_state = 1}, [669] = {.lex_state = 1}, - [670] = {.lex_state = 1}, - [671] = {.lex_state = 8}, + [670] = {.lex_state = 8}, + [671] = {.lex_state = 1}, [672] = {.lex_state = 8}, [673] = {.lex_state = 1}, [674] = {.lex_state = 1}, - [675] = {.lex_state = 3}, - [676] = {.lex_state = 3}, - [677] = {.lex_state = 2}, - [678] = {.lex_state = 1}, - [679] = {.lex_state = 19}, - [680] = {.lex_state = 1}, + [675] = {.lex_state = 1}, + [676] = {.lex_state = 1}, + [677] = {.lex_state = 8}, + [678] = {.lex_state = 8}, + [679] = {.lex_state = 1}, + [680] = {.lex_state = 8}, [681] = {.lex_state = 1}, - [682] = {.lex_state = 8}, - [683] = {.lex_state = 1}, - [684] = {.lex_state = 3}, - [685] = {.lex_state = 8}, - [686] = {.lex_state = 3}, + [682] = {.lex_state = 1}, + [683] = {.lex_state = 8}, + [684] = {.lex_state = 1}, + [685] = {.lex_state = 1}, + [686] = {.lex_state = 8}, [687] = {.lex_state = 1}, - [688] = {.lex_state = 1}, - [689] = {.lex_state = 1}, - [690] = {.lex_state = 8}, - [691] = {.lex_state = 8}, + [688] = {.lex_state = 8}, + [689] = {.lex_state = 2}, + [690] = {.lex_state = 1}, + [691] = {.lex_state = 1}, [692] = {.lex_state = 1}, [693] = {.lex_state = 1}, - [694] = {.lex_state = 8}, - [695] = {.lex_state = 8}, + [694] = {.lex_state = 1}, + [695] = {.lex_state = 1}, [696] = {.lex_state = 1}, - [697] = {.lex_state = 8}, - [698] = {.lex_state = 8}, - [699] = {.lex_state = 8}, - [700] = {.lex_state = 19}, - [701] = {.lex_state = 8}, - [702] = {.lex_state = 8}, - [703] = {.lex_state = 8}, + [697] = {.lex_state = 1}, + [698] = {.lex_state = 1}, + [699] = {.lex_state = 1}, + [700] = {.lex_state = 1}, + [701] = {.lex_state = 1}, + [702] = {.lex_state = 16}, + [703] = {.lex_state = 1}, [704] = {.lex_state = 1}, [705] = {.lex_state = 1}, [706] = {.lex_state = 1}, - [707] = {.lex_state = 3}, - [708] = {.lex_state = 1}, + [707] = {.lex_state = 1}, + [708] = {.lex_state = 16}, [709] = {.lex_state = 1}, [710] = {.lex_state = 1}, - [711] = {.lex_state = 8}, + [711] = {.lex_state = 1}, [712] = {.lex_state = 1}, [713] = {.lex_state = 1}, [714] = {.lex_state = 1}, - [715] = {.lex_state = 3}, - [716] = {.lex_state = 8}, - [717] = {.lex_state = 3}, - [718] = {.lex_state = 3}, + [715] = {.lex_state = 1}, + [716] = {.lex_state = 1}, + [717] = {.lex_state = 1}, + [718] = {.lex_state = 1}, [719] = {.lex_state = 1}, [720] = {.lex_state = 1}, [721] = {.lex_state = 1}, [722] = {.lex_state = 1}, [723] = {.lex_state = 1}, [724] = {.lex_state = 1}, - [725] = {.lex_state = 8}, + [725] = {.lex_state = 1}, [726] = {.lex_state = 1}, [727] = {.lex_state = 1}, [728] = {.lex_state = 1}, - [729] = {.lex_state = 1}, + [729] = {.lex_state = 8}, [730] = {.lex_state = 1}, [731] = {.lex_state = 1}, [732] = {.lex_state = 1}, - [733] = {.lex_state = 3}, + [733] = {.lex_state = 1}, [734] = {.lex_state = 1}, - [735] = {.lex_state = 3}, + [735] = {.lex_state = 1}, [736] = {.lex_state = 1}, [737] = {.lex_state = 1}, - [738] = {.lex_state = 3}, + [738] = {.lex_state = 1}, [739] = {.lex_state = 1}, [740] = {.lex_state = 1}, - [741] = {.lex_state = 3}, - [742] = {.lex_state = 3}, - [743] = {.lex_state = 1}, - [744] = {.lex_state = 3}, - [745] = {.lex_state = 3}, + [741] = {.lex_state = 1}, + [742] = {.lex_state = 1}, + [743] = {.lex_state = 8}, + [744] = {.lex_state = 1}, + [745] = {.lex_state = 1}, [746] = {.lex_state = 1}, [747] = {.lex_state = 1}, [748] = {.lex_state = 1}, [749] = {.lex_state = 1}, [750] = {.lex_state = 1}, - [751] = {.lex_state = 3}, - [752] = {.lex_state = 3}, + [751] = {.lex_state = 1}, + [752] = {.lex_state = 1}, [753] = {.lex_state = 1}, - [754] = {.lex_state = 3}, - [755] = {.lex_state = 3}, - [756] = {.lex_state = 2}, + [754] = {.lex_state = 1}, + [755] = {.lex_state = 1}, + [756] = {.lex_state = 1}, [757] = {.lex_state = 1}, - [758] = {.lex_state = 3}, - [759] = {.lex_state = 3}, - [760] = {.lex_state = 3}, + [758] = {.lex_state = 1}, + [759] = {.lex_state = 1}, + [760] = {.lex_state = 1}, [761] = {.lex_state = 1}, [762] = {.lex_state = 1}, - [763] = {.lex_state = 3}, + [763] = {.lex_state = 1}, [764] = {.lex_state = 1}, [765] = {.lex_state = 1}, - [766] = {.lex_state = 2}, + [766] = {.lex_state = 1}, [767] = {.lex_state = 1}, - [768] = {.lex_state = 2}, - [769] = {.lex_state = 2}, - [770] = {.lex_state = 2}, - [771] = {.lex_state = 3}, - [772] = {.lex_state = 3}, - [773] = {.lex_state = 2}, - [774] = {.lex_state = 3}, - [775] = {.lex_state = 3}, - [776] = {.lex_state = 2}, - [777] = {.lex_state = 2}, - [778] = {.lex_state = 3}, - [779] = {.lex_state = 3}, - [780] = {.lex_state = 3}, + [768] = {.lex_state = 1}, + [769] = {.lex_state = 1}, + [770] = {.lex_state = 1}, + [771] = {.lex_state = 1}, + [772] = {.lex_state = 1}, + [773] = {.lex_state = 1}, + [774] = {.lex_state = 1}, + [775] = {.lex_state = 1}, + [776] = {.lex_state = 1}, + [777] = {.lex_state = 1}, + [778] = {.lex_state = 1}, + [779] = {.lex_state = 1}, + [780] = {.lex_state = 1}, [781] = {.lex_state = 1}, - [782] = {.lex_state = 3}, + [782] = {.lex_state = 1}, [783] = {.lex_state = 1}, [784] = {.lex_state = 1}, - [785] = {.lex_state = 3}, + [785] = {.lex_state = 1}, [786] = {.lex_state = 1}, [787] = {.lex_state = 1}, [788] = {.lex_state = 1}, - [789] = {.lex_state = 2}, + [789] = {.lex_state = 1}, [790] = {.lex_state = 1}, [791] = {.lex_state = 1}, [792] = {.lex_state = 1}, [793] = {.lex_state = 1}, - [794] = {.lex_state = 2}, - [795] = {.lex_state = 3}, + [794] = {.lex_state = 1}, + [795] = {.lex_state = 1}, [796] = {.lex_state = 1}, - [797] = {.lex_state = 8}, + [797] = {.lex_state = 1}, [798] = {.lex_state = 1}, [799] = {.lex_state = 1}, [800] = {.lex_state = 1}, [801] = {.lex_state = 1}, - [802] = {.lex_state = 6}, + [802] = {.lex_state = 1}, [803] = {.lex_state = 1}, - [804] = {.lex_state = 6}, + [804] = {.lex_state = 1}, [805] = {.lex_state = 1}, [806] = {.lex_state = 1}, - [807] = {.lex_state = 6}, + [807] = {.lex_state = 1}, [808] = {.lex_state = 1}, [809] = {.lex_state = 1}, - [810] = {.lex_state = 0}, + [810] = {.lex_state = 1}, [811] = {.lex_state = 1}, [812] = {.lex_state = 1}, [813] = {.lex_state = 1}, [814] = {.lex_state = 1}, [815] = {.lex_state = 1}, [816] = {.lex_state = 1}, - [817] = {.lex_state = 0}, + [817] = {.lex_state = 1}, [818] = {.lex_state = 1}, [819] = {.lex_state = 1}, [820] = {.lex_state = 1}, @@ -10036,16 +9823,16 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [827] = {.lex_state = 1}, [828] = {.lex_state = 1}, [829] = {.lex_state = 1}, - [830] = {.lex_state = 6}, - [831] = {.lex_state = 1}, + [830] = {.lex_state = 1}, + [831] = {.lex_state = 8}, [832] = {.lex_state = 6}, [833] = {.lex_state = 1}, [834] = {.lex_state = 1}, [835] = {.lex_state = 1}, - [836] = {.lex_state = 1}, - [837] = {.lex_state = 1}, + [836] = {.lex_state = 6}, + [837] = {.lex_state = 6}, [838] = {.lex_state = 1}, - [839] = {.lex_state = 2}, + [839] = {.lex_state = 1}, [840] = {.lex_state = 1}, [841] = {.lex_state = 1}, [842] = {.lex_state = 1}, @@ -10054,16 +9841,16 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [845] = {.lex_state = 1}, [846] = {.lex_state = 1}, [847] = {.lex_state = 1}, - [848] = {.lex_state = 1}, + [848] = {.lex_state = 0}, [849] = {.lex_state = 1}, - [850] = {.lex_state = 1}, + [850] = {.lex_state = 0}, [851] = {.lex_state = 1}, [852] = {.lex_state = 1}, [853] = {.lex_state = 1}, [854] = {.lex_state = 1}, [855] = {.lex_state = 1}, [856] = {.lex_state = 1}, - [857] = {.lex_state = 1}, + [857] = {.lex_state = 6}, [858] = {.lex_state = 1}, [859] = {.lex_state = 1}, [860] = {.lex_state = 1}, @@ -10071,26 +9858,26 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [862] = {.lex_state = 1}, [863] = {.lex_state = 1}, [864] = {.lex_state = 1}, - [865] = {.lex_state = 2}, + [865] = {.lex_state = 1}, [866] = {.lex_state = 1}, [867] = {.lex_state = 1}, [868] = {.lex_state = 6}, [869] = {.lex_state = 1}, - [870] = {.lex_state = 2}, - [871] = {.lex_state = 2}, + [870] = {.lex_state = 1}, + [871] = {.lex_state = 1}, [872] = {.lex_state = 1}, - [873] = {.lex_state = 2}, + [873] = {.lex_state = 1}, [874] = {.lex_state = 1}, [875] = {.lex_state = 1}, [876] = {.lex_state = 1}, [877] = {.lex_state = 1}, [878] = {.lex_state = 1}, - [879] = {.lex_state = 1}, + [879] = {.lex_state = 6}, [880] = {.lex_state = 1}, [881] = {.lex_state = 1}, [882] = {.lex_state = 1}, [883] = {.lex_state = 1}, - [884] = {.lex_state = 2}, + [884] = {.lex_state = 1}, [885] = {.lex_state = 1}, [886] = {.lex_state = 1}, [887] = {.lex_state = 1}, @@ -10098,266 +9885,266 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [889] = {.lex_state = 1}, [890] = {.lex_state = 1}, [891] = {.lex_state = 1}, - [892] = {.lex_state = 1}, - [893] = {.lex_state = 1}, - [894] = {.lex_state = 1}, - [895] = {.lex_state = 1}, - [896] = {.lex_state = 3}, - [897] = {.lex_state = 1}, - [898] = {.lex_state = 3}, + [892] = {.lex_state = 0}, + [893] = {.lex_state = 0}, + [894] = {.lex_state = 0}, + [895] = {.lex_state = 8}, + [896] = {.lex_state = 8}, + [897] = {.lex_state = 0}, + [898] = {.lex_state = 1}, [899] = {.lex_state = 0}, - [900] = {.lex_state = 3}, - [901] = {.lex_state = 8}, - [902] = {.lex_state = 1}, + [900] = {.lex_state = 0}, + [901] = {.lex_state = 1}, + [902] = {.lex_state = 0}, [903] = {.lex_state = 0}, - [904] = {.lex_state = 1}, - [905] = {.lex_state = 1}, - [906] = {.lex_state = 1}, - [907] = {.lex_state = 1}, - [908] = {.lex_state = 3}, - [909] = {.lex_state = 1}, - [910] = {.lex_state = 1}, - [911] = {.lex_state = 1}, - [912] = {.lex_state = 3}, - [913] = {.lex_state = 1}, - [914] = {.lex_state = 1}, + [904] = {.lex_state = 0}, + [905] = {.lex_state = 0}, + [906] = {.lex_state = 0}, + [907] = {.lex_state = 0}, + [908] = {.lex_state = 6}, + [909] = {.lex_state = 0}, + [910] = {.lex_state = 0}, + [911] = {.lex_state = 0}, + [912] = {.lex_state = 1}, + [913] = {.lex_state = 7}, + [914] = {.lex_state = 0}, [915] = {.lex_state = 1}, - [916] = {.lex_state = 0}, + [916] = {.lex_state = 1}, [917] = {.lex_state = 0}, - [918] = {.lex_state = 1}, - [919] = {.lex_state = 1}, - [920] = {.lex_state = 1}, + [918] = {.lex_state = 0}, + [919] = {.lex_state = 0}, + [920] = {.lex_state = 8}, [921] = {.lex_state = 1}, [922] = {.lex_state = 0}, - [923] = {.lex_state = 1}, + [923] = {.lex_state = 0}, [924] = {.lex_state = 0}, - [925] = {.lex_state = 6}, - [926] = {.lex_state = 8}, - [927] = {.lex_state = 1}, - [928] = {.lex_state = 3}, - [929] = {.lex_state = 1}, + [925] = {.lex_state = 1}, + [926] = {.lex_state = 1}, + [927] = {.lex_state = 8}, + [928] = {.lex_state = 1}, + [929] = {.lex_state = 0}, [930] = {.lex_state = 1}, - [931] = {.lex_state = 1}, + [931] = {.lex_state = 0}, [932] = {.lex_state = 1}, [933] = {.lex_state = 1}, - [934] = {.lex_state = 3}, + [934] = {.lex_state = 0}, [935] = {.lex_state = 1}, - [936] = {.lex_state = 7}, - [937] = {.lex_state = 0}, - [938] = {.lex_state = 0}, - [939] = {.lex_state = 3}, - [940] = {.lex_state = 3}, - [941] = {.lex_state = 3}, - [942] = {.lex_state = 3}, - [943] = {.lex_state = 3}, - [944] = {.lex_state = 3}, - [945] = {.lex_state = 3}, - [946] = {.lex_state = 3}, - [947] = {.lex_state = 3}, - [948] = {.lex_state = 3}, - [949] = {.lex_state = 3}, - [950] = {.lex_state = 0}, - [951] = {.lex_state = 0}, - [952] = {.lex_state = 1}, + [936] = {.lex_state = 1}, + [937] = {.lex_state = 1}, + [938] = {.lex_state = 1}, + [939] = {.lex_state = 1}, + [940] = {.lex_state = 1}, + [941] = {.lex_state = 8}, + [942] = {.lex_state = 1}, + [943] = {.lex_state = 1}, + [944] = {.lex_state = 1}, + [945] = {.lex_state = 1}, + [946] = {.lex_state = 0}, + [947] = {.lex_state = 1}, + [948] = {.lex_state = 0}, + [949] = {.lex_state = 0}, + [950] = {.lex_state = 1}, + [951] = {.lex_state = 8}, + [952] = {.lex_state = 7}, [953] = {.lex_state = 1}, - [954] = {.lex_state = 1}, - [955] = {.lex_state = 0}, - [956] = {.lex_state = 0}, - [957] = {.lex_state = 1}, + [954] = {.lex_state = 8}, + [955] = {.lex_state = 1}, + [956] = {.lex_state = 1}, + [957] = {.lex_state = 0}, [958] = {.lex_state = 0}, [959] = {.lex_state = 0}, - [960] = {.lex_state = 1}, - [961] = {.lex_state = 1}, - [962] = {.lex_state = 0}, - [963] = {.lex_state = 1}, - [964] = {.lex_state = 7}, - [965] = {.lex_state = 1}, - [966] = {.lex_state = 1}, + [960] = {.lex_state = 0}, + [961] = {.lex_state = 0}, + [962] = {.lex_state = 1}, + [963] = {.lex_state = 0}, + [964] = {.lex_state = 0}, + [965] = {.lex_state = 0}, + [966] = {.lex_state = 0}, [967] = {.lex_state = 0}, [968] = {.lex_state = 1}, - [969] = {.lex_state = 2}, - [970] = {.lex_state = 1}, + [969] = {.lex_state = 0}, + [970] = {.lex_state = 7}, [971] = {.lex_state = 0}, - [972] = {.lex_state = 1}, - [973] = {.lex_state = 1}, - [974] = {.lex_state = 1}, - [975] = {.lex_state = 2}, - [976] = {.lex_state = 1}, - [977] = {.lex_state = 1}, + [972] = {.lex_state = 0}, + [973] = {.lex_state = 0}, + [974] = {.lex_state = 0}, + [975] = {.lex_state = 0}, + [976] = {.lex_state = 0}, + [977] = {.lex_state = 0}, [978] = {.lex_state = 0}, - [979] = {.lex_state = 1}, - [980] = {.lex_state = 0}, - [981] = {.lex_state = 1}, - [982] = {.lex_state = 8}, - [983] = {.lex_state = 1}, - [984] = {.lex_state = 2}, - [985] = {.lex_state = 1}, - [986] = {.lex_state = 1}, - [987] = {.lex_state = 1}, - [988] = {.lex_state = 8}, - [989] = {.lex_state = 1}, + [979] = {.lex_state = 0}, + [980] = {.lex_state = 1}, + [981] = {.lex_state = 8}, + [982] = {.lex_state = 0}, + [983] = {.lex_state = 0}, + [984] = {.lex_state = 0}, + [985] = {.lex_state = 0}, + [986] = {.lex_state = 0}, + [987] = {.lex_state = 0}, + [988] = {.lex_state = 0}, + [989] = {.lex_state = 0}, [990] = {.lex_state = 0}, - [991] = {.lex_state = 1}, - [992] = {.lex_state = 1}, + [991] = {.lex_state = 0}, + [992] = {.lex_state = 0}, [993] = {.lex_state = 0}, [994] = {.lex_state = 0}, - [995] = {.lex_state = 3}, - [996] = {.lex_state = 1}, + [995] = {.lex_state = 0}, + [996] = {.lex_state = 0}, [997] = {.lex_state = 0}, [998] = {.lex_state = 0}, [999] = {.lex_state = 0}, [1000] = {.lex_state = 0}, - [1001] = {.lex_state = 1}, + [1001] = {.lex_state = 0}, [1002] = {.lex_state = 1}, - [1003] = {.lex_state = 7}, - [1004] = {.lex_state = 1}, - [1005] = {.lex_state = 0}, + [1003] = {.lex_state = 0}, + [1004] = {.lex_state = 8}, + [1005] = {.lex_state = 1}, [1006] = {.lex_state = 0}, [1007] = {.lex_state = 0}, [1008] = {.lex_state = 0}, [1009] = {.lex_state = 0}, [1010] = {.lex_state = 0}, - [1011] = {.lex_state = 3}, + [1011] = {.lex_state = 0}, [1012] = {.lex_state = 0}, - [1013] = {.lex_state = 0}, + [1013] = {.lex_state = 1}, [1014] = {.lex_state = 0}, [1015] = {.lex_state = 0}, - [1016] = {.lex_state = 3}, + [1016] = {.lex_state = 0}, [1017] = {.lex_state = 0}, [1018] = {.lex_state = 0}, [1019] = {.lex_state = 0}, [1020] = {.lex_state = 0}, [1021] = {.lex_state = 0}, [1022] = {.lex_state = 1}, - [1023] = {.lex_state = 3}, - [1024] = {.lex_state = 0}, - [1025] = {.lex_state = 3}, - [1026] = {.lex_state = 1}, + [1023] = {.lex_state = 0}, + [1024] = {.lex_state = 1}, + [1025] = {.lex_state = 0}, + [1026] = {.lex_state = 0}, [1027] = {.lex_state = 0}, - [1028] = {.lex_state = 0}, + [1028] = {.lex_state = 1}, [1029] = {.lex_state = 0}, [1030] = {.lex_state = 0}, - [1031] = {.lex_state = 0}, - [1032] = {.lex_state = 3}, + [1031] = {.lex_state = 8}, + [1032] = {.lex_state = 8}, [1033] = {.lex_state = 0}, - [1034] = {.lex_state = 1}, + [1034] = {.lex_state = 8}, [1035] = {.lex_state = 1}, [1036] = {.lex_state = 0}, [1037] = {.lex_state = 0}, - [1038] = {.lex_state = 0}, + [1038] = {.lex_state = 8}, [1039] = {.lex_state = 0}, [1040] = {.lex_state = 0}, [1041] = {.lex_state = 0}, - [1042] = {.lex_state = 1}, - [1043] = {.lex_state = 3}, - [1044] = {.lex_state = 3}, + [1042] = {.lex_state = 0}, + [1043] = {.lex_state = 0}, + [1044] = {.lex_state = 0}, [1045] = {.lex_state = 1}, [1046] = {.lex_state = 0}, - [1047] = {.lex_state = 2}, - [1048] = {.lex_state = 0}, - [1049] = {.lex_state = 2}, + [1047] = {.lex_state = 0}, + [1048] = {.lex_state = 8}, + [1049] = {.lex_state = 0}, [1050] = {.lex_state = 0}, [1051] = {.lex_state = 0}, [1052] = {.lex_state = 0}, - [1053] = {.lex_state = 2}, - [1054] = {.lex_state = 3}, - [1055] = {.lex_state = 3}, - [1056] = {.lex_state = 2}, - [1057] = {.lex_state = 0}, + [1053] = {.lex_state = 1}, + [1054] = {.lex_state = 0}, + [1055] = {.lex_state = 8}, + [1056] = {.lex_state = 0}, + [1057] = {.lex_state = 1}, [1058] = {.lex_state = 0}, - [1059] = {.lex_state = 1}, + [1059] = {.lex_state = 0}, [1060] = {.lex_state = 0}, [1061] = {.lex_state = 0}, - [1062] = {.lex_state = 1}, - [1063] = {.lex_state = 0}, - [1064] = {.lex_state = 3}, + [1062] = {.lex_state = 0}, + [1063] = {.lex_state = 1}, + [1064] = {.lex_state = 0}, [1065] = {.lex_state = 0}, - [1066] = {.lex_state = 1}, - [1067] = {.lex_state = 1}, - [1068] = {.lex_state = 0}, - [1069] = {.lex_state = 3}, - [1070] = {.lex_state = 3}, + [1066] = {.lex_state = 0}, + [1067] = {.lex_state = 0}, + [1068] = {.lex_state = 8}, + [1069] = {.lex_state = 0}, + [1070] = {.lex_state = 0}, [1071] = {.lex_state = 0}, - [1072] = {.lex_state = 0}, - [1073] = {.lex_state = 3}, - [1074] = {.lex_state = 3}, - [1075] = {.lex_state = 0}, + [1072] = {.lex_state = 8}, + [1073] = {.lex_state = 8}, + [1074] = {.lex_state = 1}, + [1075] = {.lex_state = 1}, [1076] = {.lex_state = 0}, - [1077] = {.lex_state = 2}, + [1077] = {.lex_state = 0}, [1078] = {.lex_state = 0}, [1079] = {.lex_state = 0}, [1080] = {.lex_state = 0}, - [1081] = {.lex_state = 3}, + [1081] = {.lex_state = 0}, [1082] = {.lex_state = 0}, - [1083] = {.lex_state = 3}, - [1084] = {.lex_state = 2}, + [1083] = {.lex_state = 0}, + [1084] = {.lex_state = 0}, [1085] = {.lex_state = 0}, [1086] = {.lex_state = 0}, [1087] = {.lex_state = 0}, [1088] = {.lex_state = 0}, - [1089] = {.lex_state = 2}, + [1089] = {.lex_state = 0}, [1090] = {.lex_state = 0}, [1091] = {.lex_state = 0}, [1092] = {.lex_state = 0}, [1093] = {.lex_state = 0}, [1094] = {.lex_state = 0}, [1095] = {.lex_state = 0}, - [1096] = {.lex_state = 0}, + [1096] = {.lex_state = 8}, [1097] = {.lex_state = 0}, [1098] = {.lex_state = 0}, [1099] = {.lex_state = 0}, - [1100] = {.lex_state = 0}, - [1101] = {.lex_state = 0}, - [1102] = {.lex_state = 3}, - [1103] = {.lex_state = 3}, + [1100] = {.lex_state = 1}, + [1101] = {.lex_state = 1}, + [1102] = {.lex_state = 8}, + [1103] = {.lex_state = 0}, [1104] = {.lex_state = 0}, [1105] = {.lex_state = 0}, [1106] = {.lex_state = 0}, [1107] = {.lex_state = 0}, [1108] = {.lex_state = 0}, [1109] = {.lex_state = 0}, - [1110] = {.lex_state = 2}, - [1111] = {.lex_state = 0}, + [1110] = {.lex_state = 0}, + [1111] = {.lex_state = 8}, [1112] = {.lex_state = 0}, [1113] = {.lex_state = 0}, [1114] = {.lex_state = 0}, [1115] = {.lex_state = 0}, - [1116] = {.lex_state = 2}, + [1116] = {.lex_state = 0}, [1117] = {.lex_state = 0}, [1118] = {.lex_state = 0}, [1119] = {.lex_state = 0}, [1120] = {.lex_state = 0}, - [1121] = {.lex_state = 3}, + [1121] = {.lex_state = 1}, [1122] = {.lex_state = 0}, - [1123] = {.lex_state = 1}, - [1124] = {.lex_state = 0}, - [1125] = {.lex_state = 0}, + [1123] = {.lex_state = 0}, + [1124] = {.lex_state = 1}, + [1125] = {.lex_state = 8}, [1126] = {.lex_state = 0}, [1127] = {.lex_state = 0}, [1128] = {.lex_state = 0}, [1129] = {.lex_state = 0}, - [1130] = {.lex_state = 0}, + [1130] = {.lex_state = 1}, [1131] = {.lex_state = 0}, [1132] = {.lex_state = 0}, [1133] = {.lex_state = 0}, [1134] = {.lex_state = 0}, [1135] = {.lex_state = 0}, [1136] = {.lex_state = 0}, - [1137] = {.lex_state = 0}, + [1137] = {.lex_state = 1}, [1138] = {.lex_state = 0}, [1139] = {.lex_state = 0}, [1140] = {.lex_state = 0}, [1141] = {.lex_state = 0}, [1142] = {.lex_state = 0}, [1143] = {.lex_state = 0}, - [1144] = {.lex_state = 1}, - [1145] = {.lex_state = 0}, - [1146] = {.lex_state = 1}, - [1147] = {.lex_state = 2}, + [1144] = {.lex_state = 0}, + [1145] = {.lex_state = 1}, + [1146] = {.lex_state = 0}, + [1147] = {.lex_state = 0}, [1148] = {.lex_state = 0}, [1149] = {.lex_state = 0}, [1150] = {.lex_state = 0}, - [1151] = {.lex_state = 2}, + [1151] = {.lex_state = 1}, [1152] = {.lex_state = 0}, [1153] = {.lex_state = 0}, [1154] = {.lex_state = 0}, @@ -10366,169 +10153,110 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1157] = {.lex_state = 0}, [1158] = {.lex_state = 0}, [1159] = {.lex_state = 0}, - [1160] = {.lex_state = 2}, + [1160] = {.lex_state = 8}, [1161] = {.lex_state = 0}, [1162] = {.lex_state = 0}, [1163] = {.lex_state = 0}, [1164] = {.lex_state = 0}, [1165] = {.lex_state = 0}, - [1166] = {.lex_state = 3}, + [1166] = {.lex_state = 0}, [1167] = {.lex_state = 0}, [1168] = {.lex_state = 0}, [1169] = {.lex_state = 0}, [1170] = {.lex_state = 0}, - [1171] = {.lex_state = 3}, + [1171] = {.lex_state = 0}, [1172] = {.lex_state = 0}, [1173] = {.lex_state = 0}, - [1174] = {.lex_state = 3}, - [1175] = {.lex_state = 2}, - [1176] = {.lex_state = 2}, - [1177] = {.lex_state = 3}, + [1174] = {.lex_state = 1}, + [1175] = {.lex_state = 0}, + [1176] = {.lex_state = 0}, + [1177] = {.lex_state = 0}, [1178] = {.lex_state = 0}, - [1179] = {.lex_state = 2}, - [1180] = {.lex_state = 1}, + [1179] = {.lex_state = 0}, + [1180] = {.lex_state = 0}, [1181] = {.lex_state = 0}, - [1182] = {.lex_state = 3}, - [1183] = {.lex_state = 0}, + [1182] = {.lex_state = 0}, + [1183] = {.lex_state = 1}, [1184] = {.lex_state = 0}, - [1185] = {.lex_state = 3}, - [1186] = {.lex_state = 3}, + [1185] = {.lex_state = 0}, + [1186] = {.lex_state = 0}, [1187] = {.lex_state = 0}, - [1188] = {.lex_state = 0}, - [1189] = {.lex_state = 3}, - [1190] = {.lex_state = 0}, - [1191] = {.lex_state = 1}, + [1188] = {.lex_state = 1}, + [1189] = {.lex_state = 0}, + [1190] = {.lex_state = 1}, + [1191] = {.lex_state = 0}, [1192] = {.lex_state = 0}, [1193] = {.lex_state = 0}, [1194] = {.lex_state = 0}, - [1195] = {.lex_state = 0}, - [1196] = {.lex_state = 3}, - [1197] = {.lex_state = 3}, - [1198] = {.lex_state = 3}, - [1199] = {.lex_state = 3}, + [1195] = {.lex_state = 1}, + [1196] = {.lex_state = 0}, + [1197] = {.lex_state = 0}, + [1198] = {.lex_state = 0}, + [1199] = {.lex_state = 0}, [1200] = {.lex_state = 0}, [1201] = {.lex_state = 0}, [1202] = {.lex_state = 0}, - [1203] = {.lex_state = 2}, - [1204] = {.lex_state = 3}, - [1205] = {.lex_state = 3}, + [1203] = {.lex_state = 1}, + [1204] = {.lex_state = 0}, + [1205] = {.lex_state = 0}, [1206] = {.lex_state = 0}, - [1207] = {.lex_state = 3}, - [1208] = {.lex_state = 3}, + [1207] = {.lex_state = 1}, + [1208] = {.lex_state = 0}, [1209] = {.lex_state = 0}, [1210] = {.lex_state = 0}, - [1211] = {.lex_state = 1}, + [1211] = {.lex_state = 0}, [1212] = {.lex_state = 0}, [1213] = {.lex_state = 0}, - [1214] = {.lex_state = 1}, + [1214] = {.lex_state = 0}, [1215] = {.lex_state = 0}, [1216] = {.lex_state = 0}, - [1217] = {.lex_state = 1}, + [1217] = {.lex_state = 0}, [1218] = {.lex_state = 0}, [1219] = {.lex_state = 0}, [1220] = {.lex_state = 0}, [1221] = {.lex_state = 0}, [1222] = {.lex_state = 0}, - [1223] = {.lex_state = 3}, + [1223] = {.lex_state = 0}, [1224] = {.lex_state = 0}, - [1225] = {.lex_state = 3}, - [1226] = {.lex_state = 0}, - [1227] = {.lex_state = 0}, - [1228] = {.lex_state = 0}, - [1229] = {.lex_state = 3}, - [1230] = {.lex_state = 1}, - [1231] = {.lex_state = 1}, + [1225] = {.lex_state = 0}, + [1226] = {.lex_state = 1}, + [1227] = {.lex_state = 1}, + [1228] = {.lex_state = 1}, + [1229] = {.lex_state = 0}, + [1230] = {.lex_state = 0}, + [1231] = {.lex_state = 0}, [1232] = {.lex_state = 0}, - [1233] = {.lex_state = 0}, - [1234] = {.lex_state = 3}, - [1235] = {.lex_state = 0}, - [1236] = {.lex_state = 1}, - [1237] = {.lex_state = 0}, - [1238] = {.lex_state = 0}, - [1239] = {.lex_state = 3}, - [1240] = {.lex_state = 1}, + [1233] = {.lex_state = 1}, + [1234] = {.lex_state = 0}, + [1235] = {.lex_state = 1}, + [1236] = {.lex_state = 0}, + [1237] = {.lex_state = 1}, + [1238] = {.lex_state = 1}, + [1239] = {.lex_state = 1}, + [1240] = {.lex_state = 0}, [1241] = {.lex_state = 0}, [1242] = {.lex_state = 0}, [1243] = {.lex_state = 0}, - [1244] = {.lex_state = 0}, + [1244] = {.lex_state = 1}, [1245] = {.lex_state = 0}, [1246] = {.lex_state = 0}, [1247] = {.lex_state = 0}, [1248] = {.lex_state = 0}, - [1249] = {.lex_state = 0}, + [1249] = {.lex_state = 1}, [1250] = {.lex_state = 0}, - [1251] = {.lex_state = 1}, - [1252] = {.lex_state = 1}, + [1251] = {.lex_state = 0}, + [1252] = {.lex_state = 0}, [1253] = {.lex_state = 0}, - [1254] = {.lex_state = 0}, + [1254] = {.lex_state = 1}, [1255] = {.lex_state = 0}, [1256] = {.lex_state = 0}, [1257] = {.lex_state = 0}, - [1258] = {.lex_state = 1}, + [1258] = {.lex_state = 0}, [1259] = {.lex_state = 0}, [1260] = {.lex_state = 0}, [1261] = {.lex_state = 0}, [1262] = {.lex_state = 0}, - [1263] = {.lex_state = 0}, - [1264] = {.lex_state = 0}, - [1265] = {.lex_state = 0}, - [1266] = {.lex_state = 0}, - [1267] = {.lex_state = 0}, - [1268] = {.lex_state = 1}, - [1269] = {.lex_state = 0}, - [1270] = {.lex_state = 0}, - [1271] = {.lex_state = 0}, - [1272] = {.lex_state = 0}, - [1273] = {.lex_state = 0}, - [1274] = {.lex_state = 0}, - [1275] = {.lex_state = 3}, - [1276] = {.lex_state = 0}, - [1277] = {.lex_state = 1}, - [1278] = {.lex_state = 0}, - [1279] = {.lex_state = 0}, - [1280] = {.lex_state = 0}, - [1281] = {.lex_state = 1}, - [1282] = {.lex_state = 0}, - [1283] = {.lex_state = 0}, - [1284] = {.lex_state = 1}, - [1285] = {.lex_state = 1}, - [1286] = {.lex_state = 1}, - [1287] = {.lex_state = 1}, - [1288] = {.lex_state = 0}, - [1289] = {.lex_state = 0}, - [1290] = {.lex_state = 0}, - [1291] = {.lex_state = 1}, - [1292] = {.lex_state = 0}, - [1293] = {.lex_state = 1}, - [1294] = {.lex_state = 1}, - [1295] = {.lex_state = 0}, - [1296] = {.lex_state = 0}, - [1297] = {.lex_state = 1}, - [1298] = {.lex_state = 1}, - [1299] = {.lex_state = 1}, - [1300] = {.lex_state = 0}, - [1301] = {.lex_state = 1}, - [1302] = {.lex_state = 1}, - [1303] = {.lex_state = 0}, - [1304] = {.lex_state = 0}, - [1305] = {.lex_state = 0}, - [1306] = {.lex_state = 0}, - [1307] = {.lex_state = 0}, - [1308] = {.lex_state = 0}, - [1309] = {.lex_state = 1}, - [1310] = {.lex_state = 0}, - [1311] = {.lex_state = 0}, - [1312] = {.lex_state = 3}, - [1313] = {.lex_state = 1}, - [1314] = {.lex_state = 0}, - [1315] = {.lex_state = 0}, - [1316] = {.lex_state = 0}, - [1317] = {.lex_state = 0}, - [1318] = {.lex_state = 0}, - [1319] = {.lex_state = 0}, - [1320] = {.lex_state = 0}, - [1321] = {.lex_state = 0}, - [1322] = {.lex_state = 0}, + [1263] = {.lex_state = 1}, }; static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { @@ -10667,76 +10395,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_block_comment] = ACTIONS(3), }, [1] = { - [sym_program] = STATE(1235), - [sym__literal] = STATE(507), - [sym_string_literal] = STATE(510), - [sym__string_literal] = STATE(498), - [sym__multiline_string_literal] = STATE(498), - [sym_expression] = STATE(657), - [sym_cast_expression] = STATE(524), - [sym_assignment_expression] = STATE(524), - [sym_binary_expression] = STATE(524), - [sym_instanceof_expression] = STATE(524), - [sym_lambda_expression] = STATE(524), - [sym_inferred_parameters] = STATE(1259), - [sym_ternary_expression] = STATE(524), - [sym_unary_expression] = STATE(524), - [sym_update_expression] = STATE(524), - [sym_primary_expression] = STATE(470), - [sym_array_creation_expression] = STATE(507), - [sym_parenthesized_expression] = STATE(507), - [sym_class_literal] = STATE(507), - [sym_object_creation_expression] = STATE(507), - [sym__unqualified_object_creation_expression] = STATE(483), - [sym_field_access] = STATE(384), - [sym_array_access] = STATE(384), - [sym_method_invocation] = STATE(507), - [sym_method_reference] = STATE(507), - [sym_switch_expression] = STATE(87), - [sym_statement] = STATE(6), - [sym_block] = STATE(276), - [sym_expression_statement] = STATE(276), - [sym_labeled_statement] = STATE(276), - [sym_assert_statement] = STATE(276), - [sym_do_statement] = STATE(276), - [sym_break_statement] = STATE(276), - [sym_continue_statement] = STATE(276), - [sym_return_statement] = STATE(276), - [sym_yield_statement] = STATE(276), - [sym_synchronized_statement] = STATE(276), - [sym_throw_statement] = STATE(276), - [sym_try_statement] = STATE(276), - [sym_try_with_resources_statement] = STATE(276), - [sym_if_statement] = STATE(276), - [sym_while_statement] = STATE(276), - [sym_for_statement] = STATE(276), - [sym_enhanced_for_statement] = STATE(276), - [sym__annotation] = STATE(471), - [sym_marker_annotation] = STATE(471), - [sym_annotation] = STATE(471), - [sym_declaration] = STATE(276), - [sym_module_declaration] = STATE(332), - [sym_package_declaration] = STATE(332), - [sym_import_declaration] = STATE(332), - [sym_enum_declaration] = STATE(332), - [sym_class_declaration] = STATE(332), - [sym_modifiers] = STATE(679), - [sym_record_declaration] = STATE(332), - [sym_annotation_type_declaration] = STATE(332), - [sym_interface_declaration] = STATE(332), - [sym__type] = STATE(1266), - [sym__unannotated_type] = STATE(718), - [sym_annotated_type] = STATE(797), - [sym_scoped_type_identifier] = STATE(745), - [sym_generic_type] = STATE(771), - [sym_array_type] = STATE(702), - [sym_integral_type] = STATE(702), - [sym_floating_point_type] = STATE(702), - [sym_formal_parameters] = STATE(1259), - [sym_local_variable_declaration] = STATE(276), - [aux_sym_program_repeat1] = STATE(6), - [aux_sym_array_creation_expression_repeat1] = STATE(658), - [aux_sym_modifiers_repeat1] = STATE(428), + [sym_program] = STATE(1220), + [sym__literal] = STATE(498), + [sym_string_literal] = STATE(505), + [sym__string_literal] = STATE(508), + [sym__multiline_string_literal] = STATE(508), + [sym_expression] = STATE(650), + [sym_cast_expression] = STATE(538), + [sym_assignment_expression] = STATE(538), + [sym_binary_expression] = STATE(538), + [sym_instanceof_expression] = STATE(538), + [sym_lambda_expression] = STATE(538), + [sym_inferred_parameters] = STATE(1218), + [sym_ternary_expression] = STATE(538), + [sym_unary_expression] = STATE(538), + [sym_update_expression] = STATE(538), + [sym_primary_expression] = STATE(509), + [sym_array_creation_expression] = STATE(498), + [sym_parenthesized_expression] = STATE(498), + [sym_class_literal] = STATE(498), + [sym_object_creation_expression] = STATE(498), + [sym__unqualified_object_creation_expression] = STATE(515), + [sym_field_access] = STATE(385), + [sym_array_access] = STATE(385), + [sym_method_invocation] = STATE(498), + [sym_method_reference] = STATE(498), + [sym_switch_expression] = STATE(88), + [sym_statement] = STATE(13), + [sym_block] = STATE(284), + [sym_expression_statement] = STATE(284), + [sym_labeled_statement] = STATE(284), + [sym_assert_statement] = STATE(284), + [sym_do_statement] = STATE(284), + [sym_break_statement] = STATE(284), + [sym_continue_statement] = STATE(284), + [sym_return_statement] = STATE(284), + [sym_yield_statement] = STATE(284), + [sym_synchronized_statement] = STATE(284), + [sym_throw_statement] = STATE(284), + [sym_try_statement] = STATE(284), + [sym_try_with_resources_statement] = STATE(284), + [sym_if_statement] = STATE(284), + [sym_while_statement] = STATE(284), + [sym_for_statement] = STATE(284), + [sym_enhanced_for_statement] = STATE(284), + [sym__annotation] = STATE(474), + [sym_marker_annotation] = STATE(474), + [sym_annotation] = STATE(474), + [sym_declaration] = STATE(284), + [sym_module_declaration] = STATE(292), + [sym_package_declaration] = STATE(292), + [sym_import_declaration] = STATE(292), + [sym_enum_declaration] = STATE(292), + [sym_class_declaration] = STATE(292), + [sym_modifiers] = STATE(702), + [sym_record_declaration] = STATE(292), + [sym_annotation_type_declaration] = STATE(292), + [sym_interface_declaration] = STATE(292), + [sym__type] = STATE(1208), + [sym__unannotated_type] = STATE(700), + [sym_annotated_type] = STATE(831), + [sym_scoped_type_identifier] = STATE(735), + [sym_generic_type] = STATE(751), + [sym_array_type] = STATE(688), + [sym_integral_type] = STATE(688), + [sym_floating_point_type] = STATE(688), + [sym_formal_parameters] = STATE(1218), + [sym_local_variable_declaration] = STATE(284), + [sym__reserved_identifier] = STATE(372), + [aux_sym_program_repeat1] = STATE(13), + [aux_sym_array_creation_expression_repeat1] = STATE(653), + [aux_sym_modifiers_repeat1] = STATE(433), [ts_builtin_sym_end] = ACTIONS(5), [sym_identifier] = ACTIONS(7), [sym_decimal_integer_literal] = ACTIONS(9), @@ -10781,9 +10510,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_open] = ACTIONS(63), [anon_sym_module] = ACTIONS(65), [anon_sym_static] = ACTIONS(21), - [anon_sym_package] = ACTIONS(67), - [anon_sym_import] = ACTIONS(69), - [anon_sym_enum] = ACTIONS(71), + [anon_sym_with] = ACTIONS(67), + [anon_sym_package] = ACTIONS(69), + [anon_sym_import] = ACTIONS(71), + [anon_sym_enum] = ACTIONS(73), [anon_sym_public] = ACTIONS(21), [anon_sym_protected] = ACTIONS(21), [anon_sym_private] = ACTIONS(21), @@ -10792,97 +10522,98 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_native] = ACTIONS(21), [anon_sym_transient] = ACTIONS(21), [anon_sym_volatile] = ACTIONS(21), - [anon_sym_sealed] = ACTIONS(21), - [anon_sym_non_DASHsealed] = ACTIONS(73), - [anon_sym_record] = ACTIONS(75), - [anon_sym_ATinterface] = ACTIONS(77), - [anon_sym_interface] = ACTIONS(79), - [anon_sym_byte] = ACTIONS(81), - [anon_sym_short] = ACTIONS(81), - [anon_sym_int] = ACTIONS(81), - [anon_sym_long] = ACTIONS(81), - [anon_sym_char] = ACTIONS(81), - [anon_sym_float] = ACTIONS(83), - [anon_sym_double] = ACTIONS(83), - [sym_boolean_type] = ACTIONS(85), - [sym_void_type] = ACTIONS(85), - [sym_this] = ACTIONS(87), - [sym_super] = ACTIONS(89), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_non_DASHsealed] = ACTIONS(77), + [anon_sym_record] = ACTIONS(79), + [anon_sym_ATinterface] = ACTIONS(81), + [anon_sym_interface] = ACTIONS(83), + [anon_sym_byte] = ACTIONS(85), + [anon_sym_short] = ACTIONS(85), + [anon_sym_int] = ACTIONS(85), + [anon_sym_long] = ACTIONS(85), + [anon_sym_char] = ACTIONS(85), + [anon_sym_float] = ACTIONS(87), + [anon_sym_double] = ACTIONS(87), + [sym_boolean_type] = ACTIONS(89), + [sym_void_type] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, [2] = { - [sym__literal] = STATE(507), - [sym_string_literal] = STATE(510), - [sym__string_literal] = STATE(498), - [sym__multiline_string_literal] = STATE(498), - [sym_expression] = STATE(657), - [sym_cast_expression] = STATE(524), - [sym_assignment_expression] = STATE(524), - [sym_binary_expression] = STATE(524), - [sym_instanceof_expression] = STATE(524), - [sym_lambda_expression] = STATE(524), - [sym_inferred_parameters] = STATE(1259), - [sym_ternary_expression] = STATE(524), - [sym_unary_expression] = STATE(524), - [sym_update_expression] = STATE(524), - [sym_primary_expression] = STATE(470), - [sym_array_creation_expression] = STATE(507), - [sym_parenthesized_expression] = STATE(507), - [sym_class_literal] = STATE(507), - [sym_object_creation_expression] = STATE(507), - [sym__unqualified_object_creation_expression] = STATE(483), - [sym_field_access] = STATE(384), - [sym_array_access] = STATE(384), - [sym_method_invocation] = STATE(507), - [sym_method_reference] = STATE(507), - [sym_switch_expression] = STATE(87), - [sym_switch_label] = STATE(1308), + [sym__literal] = STATE(498), + [sym_string_literal] = STATE(505), + [sym__string_literal] = STATE(508), + [sym__multiline_string_literal] = STATE(508), + [sym_expression] = STATE(650), + [sym_cast_expression] = STATE(538), + [sym_assignment_expression] = STATE(538), + [sym_binary_expression] = STATE(538), + [sym_instanceof_expression] = STATE(538), + [sym_lambda_expression] = STATE(538), + [sym_inferred_parameters] = STATE(1218), + [sym_ternary_expression] = STATE(538), + [sym_unary_expression] = STATE(538), + [sym_update_expression] = STATE(538), + [sym_primary_expression] = STATE(509), + [sym_array_creation_expression] = STATE(498), + [sym_parenthesized_expression] = STATE(498), + [sym_class_literal] = STATE(498), + [sym_object_creation_expression] = STATE(498), + [sym__unqualified_object_creation_expression] = STATE(515), + [sym_field_access] = STATE(385), + [sym_array_access] = STATE(385), + [sym_method_invocation] = STATE(498), + [sym_method_reference] = STATE(498), + [sym_switch_expression] = STATE(88), + [sym_switch_label] = STATE(1222), [sym_statement] = STATE(5), - [sym_block] = STATE(276), - [sym_expression_statement] = STATE(276), - [sym_labeled_statement] = STATE(276), - [sym_assert_statement] = STATE(276), - [sym_do_statement] = STATE(276), - [sym_break_statement] = STATE(276), - [sym_continue_statement] = STATE(276), - [sym_return_statement] = STATE(276), - [sym_yield_statement] = STATE(276), - [sym_synchronized_statement] = STATE(276), - [sym_throw_statement] = STATE(276), - [sym_try_statement] = STATE(276), - [sym_try_with_resources_statement] = STATE(276), - [sym_if_statement] = STATE(276), - [sym_while_statement] = STATE(276), - [sym_for_statement] = STATE(276), - [sym_enhanced_for_statement] = STATE(276), - [sym__annotation] = STATE(471), - [sym_marker_annotation] = STATE(471), - [sym_annotation] = STATE(471), - [sym_declaration] = STATE(276), - [sym_module_declaration] = STATE(332), - [sym_package_declaration] = STATE(332), - [sym_import_declaration] = STATE(332), - [sym_enum_declaration] = STATE(332), - [sym_class_declaration] = STATE(332), - [sym_modifiers] = STATE(679), - [sym_record_declaration] = STATE(332), - [sym_annotation_type_declaration] = STATE(332), - [sym_interface_declaration] = STATE(332), - [sym__type] = STATE(1266), - [sym__unannotated_type] = STATE(718), - [sym_annotated_type] = STATE(797), - [sym_scoped_type_identifier] = STATE(745), - [sym_generic_type] = STATE(771), - [sym_array_type] = STATE(702), - [sym_integral_type] = STATE(702), - [sym_floating_point_type] = STATE(702), - [sym_formal_parameters] = STATE(1259), - [sym_local_variable_declaration] = STATE(276), + [sym_block] = STATE(284), + [sym_expression_statement] = STATE(284), + [sym_labeled_statement] = STATE(284), + [sym_assert_statement] = STATE(284), + [sym_do_statement] = STATE(284), + [sym_break_statement] = STATE(284), + [sym_continue_statement] = STATE(284), + [sym_return_statement] = STATE(284), + [sym_yield_statement] = STATE(284), + [sym_synchronized_statement] = STATE(284), + [sym_throw_statement] = STATE(284), + [sym_try_statement] = STATE(284), + [sym_try_with_resources_statement] = STATE(284), + [sym_if_statement] = STATE(284), + [sym_while_statement] = STATE(284), + [sym_for_statement] = STATE(284), + [sym_enhanced_for_statement] = STATE(284), + [sym__annotation] = STATE(474), + [sym_marker_annotation] = STATE(474), + [sym_annotation] = STATE(474), + [sym_declaration] = STATE(284), + [sym_module_declaration] = STATE(292), + [sym_package_declaration] = STATE(292), + [sym_import_declaration] = STATE(292), + [sym_enum_declaration] = STATE(292), + [sym_class_declaration] = STATE(292), + [sym_modifiers] = STATE(702), + [sym_record_declaration] = STATE(292), + [sym_annotation_type_declaration] = STATE(292), + [sym_interface_declaration] = STATE(292), + [sym__type] = STATE(1208), + [sym__unannotated_type] = STATE(700), + [sym_annotated_type] = STATE(831), + [sym_scoped_type_identifier] = STATE(735), + [sym_generic_type] = STATE(751), + [sym_array_type] = STATE(688), + [sym_integral_type] = STATE(688), + [sym_floating_point_type] = STATE(688), + [sym_formal_parameters] = STATE(1218), + [sym_local_variable_declaration] = STATE(284), + [sym__reserved_identifier] = STATE(372), [aux_sym_program_repeat1] = STATE(5), - [aux_sym_array_creation_expression_repeat1] = STATE(658), - [aux_sym_switch_block_statement_group_repeat1] = STATE(275), - [aux_sym_modifiers_repeat1] = STATE(428), + [aux_sym_array_creation_expression_repeat1] = STATE(653), + [aux_sym_switch_block_statement_group_repeat1] = STATE(290), + [aux_sym_modifiers_repeat1] = STATE(433), [sym_identifier] = ACTIONS(7), [sym_decimal_integer_literal] = ACTIONS(9), [sym_hex_integer_literal] = ACTIONS(9), @@ -10908,9 +10639,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_class] = ACTIONS(29), [anon_sym_switch] = ACTIONS(31), [anon_sym_LBRACE] = ACTIONS(33), - [anon_sym_RBRACE] = ACTIONS(91), - [anon_sym_case] = ACTIONS(93), - [anon_sym_default] = ACTIONS(93), + [anon_sym_RBRACE] = ACTIONS(95), + [anon_sym_case] = ACTIONS(97), + [anon_sym_default] = ACTIONS(97), [anon_sym_SEMI] = ACTIONS(35), [anon_sym_assert] = ACTIONS(37), [anon_sym_do] = ACTIONS(39), @@ -10928,9 +10659,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_open] = ACTIONS(63), [anon_sym_module] = ACTIONS(65), [anon_sym_static] = ACTIONS(21), - [anon_sym_package] = ACTIONS(67), - [anon_sym_import] = ACTIONS(69), - [anon_sym_enum] = ACTIONS(71), + [anon_sym_with] = ACTIONS(67), + [anon_sym_package] = ACTIONS(69), + [anon_sym_import] = ACTIONS(71), + [anon_sym_enum] = ACTIONS(73), [anon_sym_public] = ACTIONS(21), [anon_sym_protected] = ACTIONS(21), [anon_sym_private] = ACTIONS(21), @@ -10939,97 +10671,98 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_native] = ACTIONS(21), [anon_sym_transient] = ACTIONS(21), [anon_sym_volatile] = ACTIONS(21), - [anon_sym_sealed] = ACTIONS(21), - [anon_sym_non_DASHsealed] = ACTIONS(73), - [anon_sym_record] = ACTIONS(75), - [anon_sym_ATinterface] = ACTIONS(77), - [anon_sym_interface] = ACTIONS(79), - [anon_sym_byte] = ACTIONS(81), - [anon_sym_short] = ACTIONS(81), - [anon_sym_int] = ACTIONS(81), - [anon_sym_long] = ACTIONS(81), - [anon_sym_char] = ACTIONS(81), - [anon_sym_float] = ACTIONS(83), - [anon_sym_double] = ACTIONS(83), - [sym_boolean_type] = ACTIONS(85), - [sym_void_type] = ACTIONS(85), - [sym_this] = ACTIONS(87), - [sym_super] = ACTIONS(89), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_non_DASHsealed] = ACTIONS(77), + [anon_sym_record] = ACTIONS(79), + [anon_sym_ATinterface] = ACTIONS(81), + [anon_sym_interface] = ACTIONS(83), + [anon_sym_byte] = ACTIONS(85), + [anon_sym_short] = ACTIONS(85), + [anon_sym_int] = ACTIONS(85), + [anon_sym_long] = ACTIONS(85), + [anon_sym_char] = ACTIONS(85), + [anon_sym_float] = ACTIONS(87), + [anon_sym_double] = ACTIONS(87), + [sym_boolean_type] = ACTIONS(89), + [sym_void_type] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, [3] = { - [sym__literal] = STATE(507), - [sym_string_literal] = STATE(510), - [sym__string_literal] = STATE(498), - [sym__multiline_string_literal] = STATE(498), - [sym_expression] = STATE(657), - [sym_cast_expression] = STATE(524), - [sym_assignment_expression] = STATE(524), - [sym_binary_expression] = STATE(524), - [sym_instanceof_expression] = STATE(524), - [sym_lambda_expression] = STATE(524), - [sym_inferred_parameters] = STATE(1259), - [sym_ternary_expression] = STATE(524), - [sym_unary_expression] = STATE(524), - [sym_update_expression] = STATE(524), + [sym__literal] = STATE(498), + [sym_string_literal] = STATE(505), + [sym__string_literal] = STATE(508), + [sym__multiline_string_literal] = STATE(508), + [sym_expression] = STATE(650), + [sym_cast_expression] = STATE(538), + [sym_assignment_expression] = STATE(538), + [sym_binary_expression] = STATE(538), + [sym_instanceof_expression] = STATE(538), + [sym_lambda_expression] = STATE(538), + [sym_inferred_parameters] = STATE(1218), + [sym_ternary_expression] = STATE(538), + [sym_unary_expression] = STATE(538), + [sym_update_expression] = STATE(538), [sym_primary_expression] = STATE(570), - [sym_array_creation_expression] = STATE(507), - [sym_parenthesized_expression] = STATE(507), - [sym_class_literal] = STATE(507), - [sym_object_creation_expression] = STATE(507), - [sym__unqualified_object_creation_expression] = STATE(483), - [sym_field_access] = STATE(384), - [sym_array_access] = STATE(384), - [sym_method_invocation] = STATE(507), - [sym_method_reference] = STATE(507), - [sym_type_arguments] = STATE(1231), - [sym_switch_expression] = STATE(87), - [sym_statement] = STATE(7), - [sym_block] = STATE(276), - [sym_expression_statement] = STATE(276), - [sym_labeled_statement] = STATE(276), - [sym_assert_statement] = STATE(276), - [sym_do_statement] = STATE(276), - [sym_break_statement] = STATE(276), - [sym_continue_statement] = STATE(276), - [sym_return_statement] = STATE(276), - [sym_yield_statement] = STATE(276), - [sym_synchronized_statement] = STATE(276), - [sym_throw_statement] = STATE(276), - [sym_try_statement] = STATE(276), - [sym_try_with_resources_statement] = STATE(276), - [sym_if_statement] = STATE(276), - [sym_while_statement] = STATE(276), - [sym_for_statement] = STATE(276), - [sym_enhanced_for_statement] = STATE(276), - [sym__annotation] = STATE(471), - [sym_marker_annotation] = STATE(471), - [sym_annotation] = STATE(471), - [sym_declaration] = STATE(276), - [sym_module_declaration] = STATE(332), - [sym_package_declaration] = STATE(332), - [sym_import_declaration] = STATE(332), - [sym_enum_declaration] = STATE(332), - [sym_class_declaration] = STATE(332), - [sym_modifiers] = STATE(679), - [sym_explicit_constructor_invocation] = STATE(9), - [sym_record_declaration] = STATE(332), - [sym_annotation_type_declaration] = STATE(332), - [sym_interface_declaration] = STATE(332), - [sym__type] = STATE(1266), - [sym__unannotated_type] = STATE(718), - [sym_annotated_type] = STATE(797), - [sym_scoped_type_identifier] = STATE(745), - [sym_generic_type] = STATE(771), - [sym_array_type] = STATE(702), - [sym_integral_type] = STATE(702), - [sym_floating_point_type] = STATE(702), - [sym_formal_parameters] = STATE(1259), - [sym_local_variable_declaration] = STATE(276), - [aux_sym_program_repeat1] = STATE(7), - [aux_sym_array_creation_expression_repeat1] = STATE(658), - [aux_sym_modifiers_repeat1] = STATE(428), + [sym_array_creation_expression] = STATE(498), + [sym_parenthesized_expression] = STATE(498), + [sym_class_literal] = STATE(498), + [sym_object_creation_expression] = STATE(498), + [sym__unqualified_object_creation_expression] = STATE(515), + [sym_field_access] = STATE(385), + [sym_array_access] = STATE(385), + [sym_method_invocation] = STATE(498), + [sym_method_reference] = STATE(498), + [sym_type_arguments] = STATE(1151), + [sym_switch_expression] = STATE(88), + [sym_statement] = STATE(10), + [sym_block] = STATE(284), + [sym_expression_statement] = STATE(284), + [sym_labeled_statement] = STATE(284), + [sym_assert_statement] = STATE(284), + [sym_do_statement] = STATE(284), + [sym_break_statement] = STATE(284), + [sym_continue_statement] = STATE(284), + [sym_return_statement] = STATE(284), + [sym_yield_statement] = STATE(284), + [sym_synchronized_statement] = STATE(284), + [sym_throw_statement] = STATE(284), + [sym_try_statement] = STATE(284), + [sym_try_with_resources_statement] = STATE(284), + [sym_if_statement] = STATE(284), + [sym_while_statement] = STATE(284), + [sym_for_statement] = STATE(284), + [sym_enhanced_for_statement] = STATE(284), + [sym__annotation] = STATE(474), + [sym_marker_annotation] = STATE(474), + [sym_annotation] = STATE(474), + [sym_declaration] = STATE(284), + [sym_module_declaration] = STATE(292), + [sym_package_declaration] = STATE(292), + [sym_import_declaration] = STATE(292), + [sym_enum_declaration] = STATE(292), + [sym_class_declaration] = STATE(292), + [sym_modifiers] = STATE(702), + [sym_explicit_constructor_invocation] = STATE(12), + [sym_record_declaration] = STATE(292), + [sym_annotation_type_declaration] = STATE(292), + [sym_interface_declaration] = STATE(292), + [sym__type] = STATE(1208), + [sym__unannotated_type] = STATE(700), + [sym_annotated_type] = STATE(831), + [sym_scoped_type_identifier] = STATE(735), + [sym_generic_type] = STATE(751), + [sym_array_type] = STATE(688), + [sym_integral_type] = STATE(688), + [sym_floating_point_type] = STATE(688), + [sym_formal_parameters] = STATE(1218), + [sym_local_variable_declaration] = STATE(284), + [sym__reserved_identifier] = STATE(372), + [aux_sym_program_repeat1] = STATE(10), + [aux_sym_array_creation_expression_repeat1] = STATE(653), + [aux_sym_modifiers_repeat1] = STATE(433), [sym_identifier] = ACTIONS(7), [sym_decimal_integer_literal] = ACTIONS(9), [sym_hex_integer_literal] = ACTIONS(9), @@ -11044,7 +10777,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(15), [sym_null_literal] = ACTIONS(9), [anon_sym_LPAREN] = ACTIONS(17), - [anon_sym_LT] = ACTIONS(95), + [anon_sym_LT] = ACTIONS(99), [anon_sym_PLUS] = ACTIONS(19), [anon_sym_DASH] = ACTIONS(19), [anon_sym_final] = ACTIONS(21), @@ -11056,7 +10789,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_class] = ACTIONS(29), [anon_sym_switch] = ACTIONS(31), [anon_sym_LBRACE] = ACTIONS(33), - [anon_sym_RBRACE] = ACTIONS(97), + [anon_sym_RBRACE] = ACTIONS(101), [anon_sym_default] = ACTIONS(21), [anon_sym_SEMI] = ACTIONS(35), [anon_sym_assert] = ACTIONS(37), @@ -11075,9 +10808,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_open] = ACTIONS(63), [anon_sym_module] = ACTIONS(65), [anon_sym_static] = ACTIONS(21), - [anon_sym_package] = ACTIONS(67), - [anon_sym_import] = ACTIONS(69), - [anon_sym_enum] = ACTIONS(71), + [anon_sym_with] = ACTIONS(67), + [anon_sym_package] = ACTIONS(69), + [anon_sym_import] = ACTIONS(71), + [anon_sym_enum] = ACTIONS(73), [anon_sym_public] = ACTIONS(21), [anon_sym_protected] = ACTIONS(21), [anon_sym_private] = ACTIONS(21), @@ -11086,241 +10820,244 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_native] = ACTIONS(21), [anon_sym_transient] = ACTIONS(21), [anon_sym_volatile] = ACTIONS(21), - [anon_sym_sealed] = ACTIONS(21), - [anon_sym_non_DASHsealed] = ACTIONS(73), - [anon_sym_record] = ACTIONS(75), - [anon_sym_ATinterface] = ACTIONS(77), - [anon_sym_interface] = ACTIONS(79), - [anon_sym_byte] = ACTIONS(81), - [anon_sym_short] = ACTIONS(81), - [anon_sym_int] = ACTIONS(81), - [anon_sym_long] = ACTIONS(81), - [anon_sym_char] = ACTIONS(81), - [anon_sym_float] = ACTIONS(83), - [anon_sym_double] = ACTIONS(83), - [sym_boolean_type] = ACTIONS(85), - [sym_void_type] = ACTIONS(85), - [sym_this] = ACTIONS(99), - [sym_super] = ACTIONS(101), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_non_DASHsealed] = ACTIONS(77), + [anon_sym_record] = ACTIONS(79), + [anon_sym_ATinterface] = ACTIONS(81), + [anon_sym_interface] = ACTIONS(83), + [anon_sym_byte] = ACTIONS(85), + [anon_sym_short] = ACTIONS(85), + [anon_sym_int] = ACTIONS(85), + [anon_sym_long] = ACTIONS(85), + [anon_sym_char] = ACTIONS(85), + [anon_sym_float] = ACTIONS(87), + [anon_sym_double] = ACTIONS(87), + [sym_boolean_type] = ACTIONS(89), + [sym_void_type] = ACTIONS(89), + [sym_this] = ACTIONS(103), + [sym_super] = ACTIONS(105), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, [4] = { - [sym__literal] = STATE(507), - [sym_string_literal] = STATE(510), - [sym__string_literal] = STATE(498), - [sym__multiline_string_literal] = STATE(498), - [sym_expression] = STATE(657), - [sym_cast_expression] = STATE(524), - [sym_assignment_expression] = STATE(524), - [sym_binary_expression] = STATE(524), - [sym_instanceof_expression] = STATE(524), - [sym_lambda_expression] = STATE(524), - [sym_inferred_parameters] = STATE(1259), - [sym_ternary_expression] = STATE(524), - [sym_unary_expression] = STATE(524), - [sym_update_expression] = STATE(524), - [sym_primary_expression] = STATE(470), - [sym_array_creation_expression] = STATE(507), - [sym_parenthesized_expression] = STATE(507), - [sym_class_literal] = STATE(507), - [sym_object_creation_expression] = STATE(507), - [sym__unqualified_object_creation_expression] = STATE(483), - [sym_field_access] = STATE(384), - [sym_array_access] = STATE(384), - [sym_method_invocation] = STATE(507), - [sym_method_reference] = STATE(507), - [sym_switch_expression] = STATE(87), + [sym__literal] = STATE(498), + [sym_string_literal] = STATE(505), + [sym__string_literal] = STATE(508), + [sym__multiline_string_literal] = STATE(508), + [sym_expression] = STATE(650), + [sym_cast_expression] = STATE(538), + [sym_assignment_expression] = STATE(538), + [sym_binary_expression] = STATE(538), + [sym_instanceof_expression] = STATE(538), + [sym_lambda_expression] = STATE(538), + [sym_inferred_parameters] = STATE(1218), + [sym_ternary_expression] = STATE(538), + [sym_unary_expression] = STATE(538), + [sym_update_expression] = STATE(538), + [sym_primary_expression] = STATE(509), + [sym_array_creation_expression] = STATE(498), + [sym_parenthesized_expression] = STATE(498), + [sym_class_literal] = STATE(498), + [sym_object_creation_expression] = STATE(498), + [sym__unqualified_object_creation_expression] = STATE(515), + [sym_field_access] = STATE(385), + [sym_array_access] = STATE(385), + [sym_method_invocation] = STATE(498), + [sym_method_reference] = STATE(498), + [sym_switch_expression] = STATE(88), [sym_statement] = STATE(4), - [sym_block] = STATE(276), - [sym_expression_statement] = STATE(276), - [sym_labeled_statement] = STATE(276), - [sym_assert_statement] = STATE(276), - [sym_do_statement] = STATE(276), - [sym_break_statement] = STATE(276), - [sym_continue_statement] = STATE(276), - [sym_return_statement] = STATE(276), - [sym_yield_statement] = STATE(276), - [sym_synchronized_statement] = STATE(276), - [sym_throw_statement] = STATE(276), - [sym_try_statement] = STATE(276), - [sym_try_with_resources_statement] = STATE(276), - [sym_if_statement] = STATE(276), - [sym_while_statement] = STATE(276), - [sym_for_statement] = STATE(276), - [sym_enhanced_for_statement] = STATE(276), - [sym__annotation] = STATE(471), - [sym_marker_annotation] = STATE(471), - [sym_annotation] = STATE(471), - [sym_declaration] = STATE(276), - [sym_module_declaration] = STATE(332), - [sym_package_declaration] = STATE(332), - [sym_import_declaration] = STATE(332), - [sym_enum_declaration] = STATE(332), - [sym_class_declaration] = STATE(332), - [sym_modifiers] = STATE(679), - [sym_record_declaration] = STATE(332), - [sym_annotation_type_declaration] = STATE(332), - [sym_interface_declaration] = STATE(332), - [sym__type] = STATE(1266), - [sym__unannotated_type] = STATE(718), - [sym_annotated_type] = STATE(797), - [sym_scoped_type_identifier] = STATE(745), - [sym_generic_type] = STATE(771), - [sym_array_type] = STATE(702), - [sym_integral_type] = STATE(702), - [sym_floating_point_type] = STATE(702), - [sym_formal_parameters] = STATE(1259), - [sym_local_variable_declaration] = STATE(276), + [sym_block] = STATE(284), + [sym_expression_statement] = STATE(284), + [sym_labeled_statement] = STATE(284), + [sym_assert_statement] = STATE(284), + [sym_do_statement] = STATE(284), + [sym_break_statement] = STATE(284), + [sym_continue_statement] = STATE(284), + [sym_return_statement] = STATE(284), + [sym_yield_statement] = STATE(284), + [sym_synchronized_statement] = STATE(284), + [sym_throw_statement] = STATE(284), + [sym_try_statement] = STATE(284), + [sym_try_with_resources_statement] = STATE(284), + [sym_if_statement] = STATE(284), + [sym_while_statement] = STATE(284), + [sym_for_statement] = STATE(284), + [sym_enhanced_for_statement] = STATE(284), + [sym__annotation] = STATE(474), + [sym_marker_annotation] = STATE(474), + [sym_annotation] = STATE(474), + [sym_declaration] = STATE(284), + [sym_module_declaration] = STATE(292), + [sym_package_declaration] = STATE(292), + [sym_import_declaration] = STATE(292), + [sym_enum_declaration] = STATE(292), + [sym_class_declaration] = STATE(292), + [sym_modifiers] = STATE(702), + [sym_record_declaration] = STATE(292), + [sym_annotation_type_declaration] = STATE(292), + [sym_interface_declaration] = STATE(292), + [sym__type] = STATE(1208), + [sym__unannotated_type] = STATE(700), + [sym_annotated_type] = STATE(831), + [sym_scoped_type_identifier] = STATE(735), + [sym_generic_type] = STATE(751), + [sym_array_type] = STATE(688), + [sym_integral_type] = STATE(688), + [sym_floating_point_type] = STATE(688), + [sym_formal_parameters] = STATE(1218), + [sym_local_variable_declaration] = STATE(284), + [sym__reserved_identifier] = STATE(372), [aux_sym_program_repeat1] = STATE(4), - [aux_sym_array_creation_expression_repeat1] = STATE(658), - [aux_sym_modifiers_repeat1] = STATE(428), - [ts_builtin_sym_end] = ACTIONS(103), - [sym_identifier] = ACTIONS(105), - [sym_decimal_integer_literal] = ACTIONS(108), - [sym_hex_integer_literal] = ACTIONS(108), - [sym_octal_integer_literal] = ACTIONS(108), - [sym_binary_integer_literal] = ACTIONS(111), - [sym_decimal_floating_point_literal] = ACTIONS(111), - [sym_hex_floating_point_literal] = ACTIONS(108), - [sym_true] = ACTIONS(108), - [sym_false] = ACTIONS(108), - [sym_character_literal] = ACTIONS(111), - [anon_sym_DQUOTE] = ACTIONS(114), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(117), - [sym_null_literal] = ACTIONS(108), - [anon_sym_LPAREN] = ACTIONS(120), - [anon_sym_PLUS] = ACTIONS(123), - [anon_sym_DASH] = ACTIONS(123), - [anon_sym_final] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(129), - [anon_sym_TILDE] = ACTIONS(129), - [anon_sym_PLUS_PLUS] = ACTIONS(132), - [anon_sym_DASH_DASH] = ACTIONS(132), - [anon_sym_new] = ACTIONS(135), - [anon_sym_class] = ACTIONS(138), - [anon_sym_switch] = ACTIONS(141), - [anon_sym_LBRACE] = ACTIONS(144), - [anon_sym_RBRACE] = ACTIONS(103), - [anon_sym_case] = ACTIONS(147), - [anon_sym_default] = ACTIONS(126), - [anon_sym_SEMI] = ACTIONS(149), - [anon_sym_assert] = ACTIONS(152), - [anon_sym_do] = ACTIONS(155), - [anon_sym_while] = ACTIONS(158), - [anon_sym_break] = ACTIONS(161), - [anon_sym_continue] = ACTIONS(164), - [anon_sym_return] = ACTIONS(167), - [anon_sym_yield] = ACTIONS(170), - [anon_sym_synchronized] = ACTIONS(173), - [anon_sym_throw] = ACTIONS(176), - [anon_sym_try] = ACTIONS(179), - [anon_sym_if] = ACTIONS(182), - [anon_sym_for] = ACTIONS(185), - [anon_sym_AT] = ACTIONS(188), - [anon_sym_open] = ACTIONS(191), - [anon_sym_module] = ACTIONS(194), - [anon_sym_static] = ACTIONS(126), - [anon_sym_package] = ACTIONS(197), - [anon_sym_import] = ACTIONS(200), - [anon_sym_enum] = ACTIONS(203), - [anon_sym_public] = ACTIONS(126), - [anon_sym_protected] = ACTIONS(126), - [anon_sym_private] = ACTIONS(126), - [anon_sym_abstract] = ACTIONS(126), - [anon_sym_strictfp] = ACTIONS(126), - [anon_sym_native] = ACTIONS(126), - [anon_sym_transient] = ACTIONS(126), - [anon_sym_volatile] = ACTIONS(126), - [anon_sym_sealed] = ACTIONS(126), - [anon_sym_non_DASHsealed] = ACTIONS(206), - [anon_sym_record] = ACTIONS(209), - [anon_sym_ATinterface] = ACTIONS(212), - [anon_sym_interface] = ACTIONS(215), - [anon_sym_byte] = ACTIONS(218), - [anon_sym_short] = ACTIONS(218), - [anon_sym_int] = ACTIONS(218), - [anon_sym_long] = ACTIONS(218), - [anon_sym_char] = ACTIONS(218), - [anon_sym_float] = ACTIONS(221), - [anon_sym_double] = ACTIONS(221), - [sym_boolean_type] = ACTIONS(224), - [sym_void_type] = ACTIONS(224), - [sym_this] = ACTIONS(227), - [sym_super] = ACTIONS(230), + [aux_sym_array_creation_expression_repeat1] = STATE(653), + [aux_sym_modifiers_repeat1] = STATE(433), + [ts_builtin_sym_end] = ACTIONS(107), + [sym_identifier] = ACTIONS(109), + [sym_decimal_integer_literal] = ACTIONS(112), + [sym_hex_integer_literal] = ACTIONS(112), + [sym_octal_integer_literal] = ACTIONS(112), + [sym_binary_integer_literal] = ACTIONS(115), + [sym_decimal_floating_point_literal] = ACTIONS(115), + [sym_hex_floating_point_literal] = ACTIONS(112), + [sym_true] = ACTIONS(112), + [sym_false] = ACTIONS(112), + [sym_character_literal] = ACTIONS(115), + [anon_sym_DQUOTE] = ACTIONS(118), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(121), + [sym_null_literal] = ACTIONS(112), + [anon_sym_LPAREN] = ACTIONS(124), + [anon_sym_PLUS] = ACTIONS(127), + [anon_sym_DASH] = ACTIONS(127), + [anon_sym_final] = ACTIONS(130), + [anon_sym_BANG] = ACTIONS(133), + [anon_sym_TILDE] = ACTIONS(133), + [anon_sym_PLUS_PLUS] = ACTIONS(136), + [anon_sym_DASH_DASH] = ACTIONS(136), + [anon_sym_new] = ACTIONS(139), + [anon_sym_class] = ACTIONS(142), + [anon_sym_switch] = ACTIONS(145), + [anon_sym_LBRACE] = ACTIONS(148), + [anon_sym_RBRACE] = ACTIONS(107), + [anon_sym_case] = ACTIONS(151), + [anon_sym_default] = ACTIONS(130), + [anon_sym_SEMI] = ACTIONS(153), + [anon_sym_assert] = ACTIONS(156), + [anon_sym_do] = ACTIONS(159), + [anon_sym_while] = ACTIONS(162), + [anon_sym_break] = ACTIONS(165), + [anon_sym_continue] = ACTIONS(168), + [anon_sym_return] = ACTIONS(171), + [anon_sym_yield] = ACTIONS(174), + [anon_sym_synchronized] = ACTIONS(177), + [anon_sym_throw] = ACTIONS(180), + [anon_sym_try] = ACTIONS(183), + [anon_sym_if] = ACTIONS(186), + [anon_sym_for] = ACTIONS(189), + [anon_sym_AT] = ACTIONS(192), + [anon_sym_open] = ACTIONS(195), + [anon_sym_module] = ACTIONS(198), + [anon_sym_static] = ACTIONS(130), + [anon_sym_with] = ACTIONS(201), + [anon_sym_package] = ACTIONS(204), + [anon_sym_import] = ACTIONS(207), + [anon_sym_enum] = ACTIONS(210), + [anon_sym_public] = ACTIONS(130), + [anon_sym_protected] = ACTIONS(130), + [anon_sym_private] = ACTIONS(130), + [anon_sym_abstract] = ACTIONS(130), + [anon_sym_strictfp] = ACTIONS(130), + [anon_sym_native] = ACTIONS(130), + [anon_sym_transient] = ACTIONS(130), + [anon_sym_volatile] = ACTIONS(130), + [anon_sym_sealed] = ACTIONS(213), + [anon_sym_non_DASHsealed] = ACTIONS(216), + [anon_sym_record] = ACTIONS(219), + [anon_sym_ATinterface] = ACTIONS(222), + [anon_sym_interface] = ACTIONS(225), + [anon_sym_byte] = ACTIONS(228), + [anon_sym_short] = ACTIONS(228), + [anon_sym_int] = ACTIONS(228), + [anon_sym_long] = ACTIONS(228), + [anon_sym_char] = ACTIONS(228), + [anon_sym_float] = ACTIONS(231), + [anon_sym_double] = ACTIONS(231), + [sym_boolean_type] = ACTIONS(234), + [sym_void_type] = ACTIONS(234), + [sym_this] = ACTIONS(237), + [sym_super] = ACTIONS(240), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, [5] = { - [sym__literal] = STATE(507), - [sym_string_literal] = STATE(510), - [sym__string_literal] = STATE(498), - [sym__multiline_string_literal] = STATE(498), - [sym_expression] = STATE(657), - [sym_cast_expression] = STATE(524), - [sym_assignment_expression] = STATE(524), - [sym_binary_expression] = STATE(524), - [sym_instanceof_expression] = STATE(524), - [sym_lambda_expression] = STATE(524), - [sym_inferred_parameters] = STATE(1259), - [sym_ternary_expression] = STATE(524), - [sym_unary_expression] = STATE(524), - [sym_update_expression] = STATE(524), - [sym_primary_expression] = STATE(470), - [sym_array_creation_expression] = STATE(507), - [sym_parenthesized_expression] = STATE(507), - [sym_class_literal] = STATE(507), - [sym_object_creation_expression] = STATE(507), - [sym__unqualified_object_creation_expression] = STATE(483), - [sym_field_access] = STATE(384), - [sym_array_access] = STATE(384), - [sym_method_invocation] = STATE(507), - [sym_method_reference] = STATE(507), - [sym_switch_expression] = STATE(87), + [sym__literal] = STATE(498), + [sym_string_literal] = STATE(505), + [sym__string_literal] = STATE(508), + [sym__multiline_string_literal] = STATE(508), + [sym_expression] = STATE(650), + [sym_cast_expression] = STATE(538), + [sym_assignment_expression] = STATE(538), + [sym_binary_expression] = STATE(538), + [sym_instanceof_expression] = STATE(538), + [sym_lambda_expression] = STATE(538), + [sym_inferred_parameters] = STATE(1218), + [sym_ternary_expression] = STATE(538), + [sym_unary_expression] = STATE(538), + [sym_update_expression] = STATE(538), + [sym_primary_expression] = STATE(509), + [sym_array_creation_expression] = STATE(498), + [sym_parenthesized_expression] = STATE(498), + [sym_class_literal] = STATE(498), + [sym_object_creation_expression] = STATE(498), + [sym__unqualified_object_creation_expression] = STATE(515), + [sym_field_access] = STATE(385), + [sym_array_access] = STATE(385), + [sym_method_invocation] = STATE(498), + [sym_method_reference] = STATE(498), + [sym_switch_expression] = STATE(88), [sym_statement] = STATE(4), - [sym_block] = STATE(276), - [sym_expression_statement] = STATE(276), - [sym_labeled_statement] = STATE(276), - [sym_assert_statement] = STATE(276), - [sym_do_statement] = STATE(276), - [sym_break_statement] = STATE(276), - [sym_continue_statement] = STATE(276), - [sym_return_statement] = STATE(276), - [sym_yield_statement] = STATE(276), - [sym_synchronized_statement] = STATE(276), - [sym_throw_statement] = STATE(276), - [sym_try_statement] = STATE(276), - [sym_try_with_resources_statement] = STATE(276), - [sym_if_statement] = STATE(276), - [sym_while_statement] = STATE(276), - [sym_for_statement] = STATE(276), - [sym_enhanced_for_statement] = STATE(276), - [sym__annotation] = STATE(471), - [sym_marker_annotation] = STATE(471), - [sym_annotation] = STATE(471), - [sym_declaration] = STATE(276), - [sym_module_declaration] = STATE(332), - [sym_package_declaration] = STATE(332), - [sym_import_declaration] = STATE(332), - [sym_enum_declaration] = STATE(332), - [sym_class_declaration] = STATE(332), - [sym_modifiers] = STATE(679), - [sym_record_declaration] = STATE(332), - [sym_annotation_type_declaration] = STATE(332), - [sym_interface_declaration] = STATE(332), - [sym__type] = STATE(1266), - [sym__unannotated_type] = STATE(718), - [sym_annotated_type] = STATE(797), - [sym_scoped_type_identifier] = STATE(745), - [sym_generic_type] = STATE(771), - [sym_array_type] = STATE(702), - [sym_integral_type] = STATE(702), - [sym_floating_point_type] = STATE(702), - [sym_formal_parameters] = STATE(1259), - [sym_local_variable_declaration] = STATE(276), + [sym_block] = STATE(284), + [sym_expression_statement] = STATE(284), + [sym_labeled_statement] = STATE(284), + [sym_assert_statement] = STATE(284), + [sym_do_statement] = STATE(284), + [sym_break_statement] = STATE(284), + [sym_continue_statement] = STATE(284), + [sym_return_statement] = STATE(284), + [sym_yield_statement] = STATE(284), + [sym_synchronized_statement] = STATE(284), + [sym_throw_statement] = STATE(284), + [sym_try_statement] = STATE(284), + [sym_try_with_resources_statement] = STATE(284), + [sym_if_statement] = STATE(284), + [sym_while_statement] = STATE(284), + [sym_for_statement] = STATE(284), + [sym_enhanced_for_statement] = STATE(284), + [sym__annotation] = STATE(474), + [sym_marker_annotation] = STATE(474), + [sym_annotation] = STATE(474), + [sym_declaration] = STATE(284), + [sym_module_declaration] = STATE(292), + [sym_package_declaration] = STATE(292), + [sym_import_declaration] = STATE(292), + [sym_enum_declaration] = STATE(292), + [sym_class_declaration] = STATE(292), + [sym_modifiers] = STATE(702), + [sym_record_declaration] = STATE(292), + [sym_annotation_type_declaration] = STATE(292), + [sym_interface_declaration] = STATE(292), + [sym__type] = STATE(1208), + [sym__unannotated_type] = STATE(700), + [sym_annotated_type] = STATE(831), + [sym_scoped_type_identifier] = STATE(735), + [sym_generic_type] = STATE(751), + [sym_array_type] = STATE(688), + [sym_integral_type] = STATE(688), + [sym_floating_point_type] = STATE(688), + [sym_formal_parameters] = STATE(1218), + [sym_local_variable_declaration] = STATE(284), + [sym__reserved_identifier] = STATE(372), [aux_sym_program_repeat1] = STATE(4), - [aux_sym_array_creation_expression_repeat1] = STATE(658), - [aux_sym_modifiers_repeat1] = STATE(428), + [aux_sym_array_creation_expression_repeat1] = STATE(653), + [aux_sym_modifiers_repeat1] = STATE(433), [sym_identifier] = ACTIONS(7), [sym_decimal_integer_literal] = ACTIONS(9), [sym_hex_integer_literal] = ACTIONS(9), @@ -11346,9 +11083,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_class] = ACTIONS(29), [anon_sym_switch] = ACTIONS(31), [anon_sym_LBRACE] = ACTIONS(33), - [anon_sym_RBRACE] = ACTIONS(233), - [anon_sym_case] = ACTIONS(235), - [anon_sym_default] = ACTIONS(235), + [anon_sym_RBRACE] = ACTIONS(243), + [anon_sym_case] = ACTIONS(245), + [anon_sym_default] = ACTIONS(245), [anon_sym_SEMI] = ACTIONS(35), [anon_sym_assert] = ACTIONS(37), [anon_sym_do] = ACTIONS(39), @@ -11366,9 +11103,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_open] = ACTIONS(63), [anon_sym_module] = ACTIONS(65), [anon_sym_static] = ACTIONS(21), - [anon_sym_package] = ACTIONS(67), - [anon_sym_import] = ACTIONS(69), - [anon_sym_enum] = ACTIONS(71), + [anon_sym_with] = ACTIONS(67), + [anon_sym_package] = ACTIONS(69), + [anon_sym_import] = ACTIONS(71), + [anon_sym_enum] = ACTIONS(73), [anon_sym_public] = ACTIONS(21), [anon_sym_protected] = ACTIONS(21), [anon_sym_private] = ACTIONS(21), @@ -11377,96 +11115,96 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_native] = ACTIONS(21), [anon_sym_transient] = ACTIONS(21), [anon_sym_volatile] = ACTIONS(21), - [anon_sym_sealed] = ACTIONS(21), - [anon_sym_non_DASHsealed] = ACTIONS(73), - [anon_sym_record] = ACTIONS(75), - [anon_sym_ATinterface] = ACTIONS(77), - [anon_sym_interface] = ACTIONS(79), - [anon_sym_byte] = ACTIONS(81), - [anon_sym_short] = ACTIONS(81), - [anon_sym_int] = ACTIONS(81), - [anon_sym_long] = ACTIONS(81), - [anon_sym_char] = ACTIONS(81), - [anon_sym_float] = ACTIONS(83), - [anon_sym_double] = ACTIONS(83), - [sym_boolean_type] = ACTIONS(85), - [sym_void_type] = ACTIONS(85), - [sym_this] = ACTIONS(87), - [sym_super] = ACTIONS(89), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_non_DASHsealed] = ACTIONS(77), + [anon_sym_record] = ACTIONS(79), + [anon_sym_ATinterface] = ACTIONS(81), + [anon_sym_interface] = ACTIONS(83), + [anon_sym_byte] = ACTIONS(85), + [anon_sym_short] = ACTIONS(85), + [anon_sym_int] = ACTIONS(85), + [anon_sym_long] = ACTIONS(85), + [anon_sym_char] = ACTIONS(85), + [anon_sym_float] = ACTIONS(87), + [anon_sym_double] = ACTIONS(87), + [sym_boolean_type] = ACTIONS(89), + [sym_void_type] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, [6] = { - [sym__literal] = STATE(507), - [sym_string_literal] = STATE(510), - [sym__string_literal] = STATE(498), - [sym__multiline_string_literal] = STATE(498), - [sym_expression] = STATE(657), - [sym_cast_expression] = STATE(524), - [sym_assignment_expression] = STATE(524), - [sym_binary_expression] = STATE(524), - [sym_instanceof_expression] = STATE(524), - [sym_lambda_expression] = STATE(524), - [sym_inferred_parameters] = STATE(1259), - [sym_ternary_expression] = STATE(524), - [sym_unary_expression] = STATE(524), - [sym_update_expression] = STATE(524), - [sym_primary_expression] = STATE(470), - [sym_array_creation_expression] = STATE(507), - [sym_parenthesized_expression] = STATE(507), - [sym_class_literal] = STATE(507), - [sym_object_creation_expression] = STATE(507), - [sym__unqualified_object_creation_expression] = STATE(483), - [sym_field_access] = STATE(384), - [sym_array_access] = STATE(384), - [sym_method_invocation] = STATE(507), - [sym_method_reference] = STATE(507), - [sym_switch_expression] = STATE(87), - [sym_statement] = STATE(4), - [sym_block] = STATE(276), - [sym_expression_statement] = STATE(276), - [sym_labeled_statement] = STATE(276), - [sym_assert_statement] = STATE(276), - [sym_do_statement] = STATE(276), - [sym_break_statement] = STATE(276), - [sym_continue_statement] = STATE(276), - [sym_return_statement] = STATE(276), - [sym_yield_statement] = STATE(276), - [sym_synchronized_statement] = STATE(276), - [sym_throw_statement] = STATE(276), - [sym_try_statement] = STATE(276), - [sym_try_with_resources_statement] = STATE(276), - [sym_if_statement] = STATE(276), - [sym_while_statement] = STATE(276), - [sym_for_statement] = STATE(276), - [sym_enhanced_for_statement] = STATE(276), - [sym__annotation] = STATE(471), - [sym_marker_annotation] = STATE(471), - [sym_annotation] = STATE(471), - [sym_declaration] = STATE(276), - [sym_module_declaration] = STATE(332), - [sym_package_declaration] = STATE(332), - [sym_import_declaration] = STATE(332), - [sym_enum_declaration] = STATE(332), - [sym_class_declaration] = STATE(332), - [sym_modifiers] = STATE(679), - [sym_record_declaration] = STATE(332), - [sym_annotation_type_declaration] = STATE(332), - [sym_interface_declaration] = STATE(332), - [sym__type] = STATE(1266), - [sym__unannotated_type] = STATE(718), - [sym_annotated_type] = STATE(797), - [sym_scoped_type_identifier] = STATE(745), - [sym_generic_type] = STATE(771), - [sym_array_type] = STATE(702), - [sym_integral_type] = STATE(702), - [sym_floating_point_type] = STATE(702), - [sym_formal_parameters] = STATE(1259), - [sym_local_variable_declaration] = STATE(276), - [aux_sym_program_repeat1] = STATE(4), - [aux_sym_array_creation_expression_repeat1] = STATE(658), - [aux_sym_modifiers_repeat1] = STATE(428), - [ts_builtin_sym_end] = ACTIONS(237), + [sym__literal] = STATE(498), + [sym_string_literal] = STATE(505), + [sym__string_literal] = STATE(508), + [sym__multiline_string_literal] = STATE(508), + [sym_expression] = STATE(650), + [sym_cast_expression] = STATE(538), + [sym_assignment_expression] = STATE(538), + [sym_binary_expression] = STATE(538), + [sym_instanceof_expression] = STATE(538), + [sym_lambda_expression] = STATE(538), + [sym_inferred_parameters] = STATE(1218), + [sym_ternary_expression] = STATE(538), + [sym_unary_expression] = STATE(538), + [sym_update_expression] = STATE(538), + [sym_primary_expression] = STATE(509), + [sym_array_creation_expression] = STATE(498), + [sym_parenthesized_expression] = STATE(498), + [sym_class_literal] = STATE(498), + [sym_object_creation_expression] = STATE(498), + [sym__unqualified_object_creation_expression] = STATE(515), + [sym_field_access] = STATE(385), + [sym_array_access] = STATE(385), + [sym_method_invocation] = STATE(498), + [sym_method_reference] = STATE(498), + [sym_switch_expression] = STATE(88), + [sym_statement] = STATE(7), + [sym_block] = STATE(284), + [sym_expression_statement] = STATE(284), + [sym_labeled_statement] = STATE(284), + [sym_assert_statement] = STATE(284), + [sym_do_statement] = STATE(284), + [sym_break_statement] = STATE(284), + [sym_continue_statement] = STATE(284), + [sym_return_statement] = STATE(284), + [sym_yield_statement] = STATE(284), + [sym_synchronized_statement] = STATE(284), + [sym_throw_statement] = STATE(284), + [sym_try_statement] = STATE(284), + [sym_try_with_resources_statement] = STATE(284), + [sym_if_statement] = STATE(284), + [sym_while_statement] = STATE(284), + [sym_for_statement] = STATE(284), + [sym_enhanced_for_statement] = STATE(284), + [sym__annotation] = STATE(474), + [sym_marker_annotation] = STATE(474), + [sym_annotation] = STATE(474), + [sym_declaration] = STATE(284), + [sym_module_declaration] = STATE(292), + [sym_package_declaration] = STATE(292), + [sym_import_declaration] = STATE(292), + [sym_enum_declaration] = STATE(292), + [sym_class_declaration] = STATE(292), + [sym_modifiers] = STATE(702), + [sym_record_declaration] = STATE(292), + [sym_annotation_type_declaration] = STATE(292), + [sym_interface_declaration] = STATE(292), + [sym__type] = STATE(1208), + [sym__unannotated_type] = STATE(700), + [sym_annotated_type] = STATE(831), + [sym_scoped_type_identifier] = STATE(735), + [sym_generic_type] = STATE(751), + [sym_array_type] = STATE(688), + [sym_integral_type] = STATE(688), + [sym_floating_point_type] = STATE(688), + [sym_formal_parameters] = STATE(1218), + [sym_local_variable_declaration] = STATE(284), + [sym__reserved_identifier] = STATE(372), + [aux_sym_program_repeat1] = STATE(7), + [aux_sym_array_creation_expression_repeat1] = STATE(653), + [aux_sym_modifiers_repeat1] = STATE(433), [sym_identifier] = ACTIONS(7), [sym_decimal_integer_literal] = ACTIONS(9), [sym_hex_integer_literal] = ACTIONS(9), @@ -11492,6 +11230,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_class] = ACTIONS(29), [anon_sym_switch] = ACTIONS(31), [anon_sym_LBRACE] = ACTIONS(33), + [anon_sym_RBRACE] = ACTIONS(247), [anon_sym_default] = ACTIONS(21), [anon_sym_SEMI] = ACTIONS(35), [anon_sym_assert] = ACTIONS(37), @@ -11510,9 +11249,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_open] = ACTIONS(63), [anon_sym_module] = ACTIONS(65), [anon_sym_static] = ACTIONS(21), - [anon_sym_package] = ACTIONS(67), - [anon_sym_import] = ACTIONS(69), - [anon_sym_enum] = ACTIONS(71), + [anon_sym_with] = ACTIONS(67), + [anon_sym_package] = ACTIONS(69), + [anon_sym_import] = ACTIONS(71), + [anon_sym_enum] = ACTIONS(73), [anon_sym_public] = ACTIONS(21), [anon_sym_protected] = ACTIONS(21), [anon_sym_private] = ACTIONS(21), @@ -11521,95 +11261,96 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_native] = ACTIONS(21), [anon_sym_transient] = ACTIONS(21), [anon_sym_volatile] = ACTIONS(21), - [anon_sym_sealed] = ACTIONS(21), - [anon_sym_non_DASHsealed] = ACTIONS(73), - [anon_sym_record] = ACTIONS(75), - [anon_sym_ATinterface] = ACTIONS(77), - [anon_sym_interface] = ACTIONS(79), - [anon_sym_byte] = ACTIONS(81), - [anon_sym_short] = ACTIONS(81), - [anon_sym_int] = ACTIONS(81), - [anon_sym_long] = ACTIONS(81), - [anon_sym_char] = ACTIONS(81), - [anon_sym_float] = ACTIONS(83), - [anon_sym_double] = ACTIONS(83), - [sym_boolean_type] = ACTIONS(85), - [sym_void_type] = ACTIONS(85), - [sym_this] = ACTIONS(87), - [sym_super] = ACTIONS(89), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_non_DASHsealed] = ACTIONS(77), + [anon_sym_record] = ACTIONS(79), + [anon_sym_ATinterface] = ACTIONS(81), + [anon_sym_interface] = ACTIONS(83), + [anon_sym_byte] = ACTIONS(85), + [anon_sym_short] = ACTIONS(85), + [anon_sym_int] = ACTIONS(85), + [anon_sym_long] = ACTIONS(85), + [anon_sym_char] = ACTIONS(85), + [anon_sym_float] = ACTIONS(87), + [anon_sym_double] = ACTIONS(87), + [sym_boolean_type] = ACTIONS(89), + [sym_void_type] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, [7] = { - [sym__literal] = STATE(507), - [sym_string_literal] = STATE(510), - [sym__string_literal] = STATE(498), - [sym__multiline_string_literal] = STATE(498), - [sym_expression] = STATE(657), - [sym_cast_expression] = STATE(524), - [sym_assignment_expression] = STATE(524), - [sym_binary_expression] = STATE(524), - [sym_instanceof_expression] = STATE(524), - [sym_lambda_expression] = STATE(524), - [sym_inferred_parameters] = STATE(1259), - [sym_ternary_expression] = STATE(524), - [sym_unary_expression] = STATE(524), - [sym_update_expression] = STATE(524), - [sym_primary_expression] = STATE(470), - [sym_array_creation_expression] = STATE(507), - [sym_parenthesized_expression] = STATE(507), - [sym_class_literal] = STATE(507), - [sym_object_creation_expression] = STATE(507), - [sym__unqualified_object_creation_expression] = STATE(483), - [sym_field_access] = STATE(384), - [sym_array_access] = STATE(384), - [sym_method_invocation] = STATE(507), - [sym_method_reference] = STATE(507), - [sym_switch_expression] = STATE(87), + [sym__literal] = STATE(498), + [sym_string_literal] = STATE(505), + [sym__string_literal] = STATE(508), + [sym__multiline_string_literal] = STATE(508), + [sym_expression] = STATE(650), + [sym_cast_expression] = STATE(538), + [sym_assignment_expression] = STATE(538), + [sym_binary_expression] = STATE(538), + [sym_instanceof_expression] = STATE(538), + [sym_lambda_expression] = STATE(538), + [sym_inferred_parameters] = STATE(1218), + [sym_ternary_expression] = STATE(538), + [sym_unary_expression] = STATE(538), + [sym_update_expression] = STATE(538), + [sym_primary_expression] = STATE(509), + [sym_array_creation_expression] = STATE(498), + [sym_parenthesized_expression] = STATE(498), + [sym_class_literal] = STATE(498), + [sym_object_creation_expression] = STATE(498), + [sym__unqualified_object_creation_expression] = STATE(515), + [sym_field_access] = STATE(385), + [sym_array_access] = STATE(385), + [sym_method_invocation] = STATE(498), + [sym_method_reference] = STATE(498), + [sym_switch_expression] = STATE(88), [sym_statement] = STATE(4), - [sym_block] = STATE(276), - [sym_expression_statement] = STATE(276), - [sym_labeled_statement] = STATE(276), - [sym_assert_statement] = STATE(276), - [sym_do_statement] = STATE(276), - [sym_break_statement] = STATE(276), - [sym_continue_statement] = STATE(276), - [sym_return_statement] = STATE(276), - [sym_yield_statement] = STATE(276), - [sym_synchronized_statement] = STATE(276), - [sym_throw_statement] = STATE(276), - [sym_try_statement] = STATE(276), - [sym_try_with_resources_statement] = STATE(276), - [sym_if_statement] = STATE(276), - [sym_while_statement] = STATE(276), - [sym_for_statement] = STATE(276), - [sym_enhanced_for_statement] = STATE(276), - [sym__annotation] = STATE(471), - [sym_marker_annotation] = STATE(471), - [sym_annotation] = STATE(471), - [sym_declaration] = STATE(276), - [sym_module_declaration] = STATE(332), - [sym_package_declaration] = STATE(332), - [sym_import_declaration] = STATE(332), - [sym_enum_declaration] = STATE(332), - [sym_class_declaration] = STATE(332), - [sym_modifiers] = STATE(679), - [sym_record_declaration] = STATE(332), - [sym_annotation_type_declaration] = STATE(332), - [sym_interface_declaration] = STATE(332), - [sym__type] = STATE(1266), - [sym__unannotated_type] = STATE(718), - [sym_annotated_type] = STATE(797), - [sym_scoped_type_identifier] = STATE(745), - [sym_generic_type] = STATE(771), - [sym_array_type] = STATE(702), - [sym_integral_type] = STATE(702), - [sym_floating_point_type] = STATE(702), - [sym_formal_parameters] = STATE(1259), - [sym_local_variable_declaration] = STATE(276), + [sym_block] = STATE(284), + [sym_expression_statement] = STATE(284), + [sym_labeled_statement] = STATE(284), + [sym_assert_statement] = STATE(284), + [sym_do_statement] = STATE(284), + [sym_break_statement] = STATE(284), + [sym_continue_statement] = STATE(284), + [sym_return_statement] = STATE(284), + [sym_yield_statement] = STATE(284), + [sym_synchronized_statement] = STATE(284), + [sym_throw_statement] = STATE(284), + [sym_try_statement] = STATE(284), + [sym_try_with_resources_statement] = STATE(284), + [sym_if_statement] = STATE(284), + [sym_while_statement] = STATE(284), + [sym_for_statement] = STATE(284), + [sym_enhanced_for_statement] = STATE(284), + [sym__annotation] = STATE(474), + [sym_marker_annotation] = STATE(474), + [sym_annotation] = STATE(474), + [sym_declaration] = STATE(284), + [sym_module_declaration] = STATE(292), + [sym_package_declaration] = STATE(292), + [sym_import_declaration] = STATE(292), + [sym_enum_declaration] = STATE(292), + [sym_class_declaration] = STATE(292), + [sym_modifiers] = STATE(702), + [sym_record_declaration] = STATE(292), + [sym_annotation_type_declaration] = STATE(292), + [sym_interface_declaration] = STATE(292), + [sym__type] = STATE(1208), + [sym__unannotated_type] = STATE(700), + [sym_annotated_type] = STATE(831), + [sym_scoped_type_identifier] = STATE(735), + [sym_generic_type] = STATE(751), + [sym_array_type] = STATE(688), + [sym_integral_type] = STATE(688), + [sym_floating_point_type] = STATE(688), + [sym_formal_parameters] = STATE(1218), + [sym_local_variable_declaration] = STATE(284), + [sym__reserved_identifier] = STATE(372), [aux_sym_program_repeat1] = STATE(4), - [aux_sym_array_creation_expression_repeat1] = STATE(658), - [aux_sym_modifiers_repeat1] = STATE(428), + [aux_sym_array_creation_expression_repeat1] = STATE(653), + [aux_sym_modifiers_repeat1] = STATE(433), [sym_identifier] = ACTIONS(7), [sym_decimal_integer_literal] = ACTIONS(9), [sym_hex_integer_literal] = ACTIONS(9), @@ -11635,7 +11376,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_class] = ACTIONS(29), [anon_sym_switch] = ACTIONS(31), [anon_sym_LBRACE] = ACTIONS(33), - [anon_sym_RBRACE] = ACTIONS(239), + [anon_sym_RBRACE] = ACTIONS(249), [anon_sym_default] = ACTIONS(21), [anon_sym_SEMI] = ACTIONS(35), [anon_sym_assert] = ACTIONS(37), @@ -11654,9 +11395,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_open] = ACTIONS(63), [anon_sym_module] = ACTIONS(65), [anon_sym_static] = ACTIONS(21), - [anon_sym_package] = ACTIONS(67), - [anon_sym_import] = ACTIONS(69), - [anon_sym_enum] = ACTIONS(71), + [anon_sym_with] = ACTIONS(67), + [anon_sym_package] = ACTIONS(69), + [anon_sym_import] = ACTIONS(71), + [anon_sym_enum] = ACTIONS(73), [anon_sym_public] = ACTIONS(21), [anon_sym_protected] = ACTIONS(21), [anon_sym_private] = ACTIONS(21), @@ -11665,95 +11407,96 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_native] = ACTIONS(21), [anon_sym_transient] = ACTIONS(21), [anon_sym_volatile] = ACTIONS(21), - [anon_sym_sealed] = ACTIONS(21), - [anon_sym_non_DASHsealed] = ACTIONS(73), - [anon_sym_record] = ACTIONS(75), - [anon_sym_ATinterface] = ACTIONS(77), - [anon_sym_interface] = ACTIONS(79), - [anon_sym_byte] = ACTIONS(81), - [anon_sym_short] = ACTIONS(81), - [anon_sym_int] = ACTIONS(81), - [anon_sym_long] = ACTIONS(81), - [anon_sym_char] = ACTIONS(81), - [anon_sym_float] = ACTIONS(83), - [anon_sym_double] = ACTIONS(83), - [sym_boolean_type] = ACTIONS(85), - [sym_void_type] = ACTIONS(85), - [sym_this] = ACTIONS(87), - [sym_super] = ACTIONS(89), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_non_DASHsealed] = ACTIONS(77), + [anon_sym_record] = ACTIONS(79), + [anon_sym_ATinterface] = ACTIONS(81), + [anon_sym_interface] = ACTIONS(83), + [anon_sym_byte] = ACTIONS(85), + [anon_sym_short] = ACTIONS(85), + [anon_sym_int] = ACTIONS(85), + [anon_sym_long] = ACTIONS(85), + [anon_sym_char] = ACTIONS(85), + [anon_sym_float] = ACTIONS(87), + [anon_sym_double] = ACTIONS(87), + [sym_boolean_type] = ACTIONS(89), + [sym_void_type] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, [8] = { - [sym__literal] = STATE(507), - [sym_string_literal] = STATE(510), - [sym__string_literal] = STATE(498), - [sym__multiline_string_literal] = STATE(498), - [sym_expression] = STATE(657), - [sym_cast_expression] = STATE(524), - [sym_assignment_expression] = STATE(524), - [sym_binary_expression] = STATE(524), - [sym_instanceof_expression] = STATE(524), - [sym_lambda_expression] = STATE(524), - [sym_inferred_parameters] = STATE(1259), - [sym_ternary_expression] = STATE(524), - [sym_unary_expression] = STATE(524), - [sym_update_expression] = STATE(524), - [sym_primary_expression] = STATE(470), - [sym_array_creation_expression] = STATE(507), - [sym_parenthesized_expression] = STATE(507), - [sym_class_literal] = STATE(507), - [sym_object_creation_expression] = STATE(507), - [sym__unqualified_object_creation_expression] = STATE(483), - [sym_field_access] = STATE(384), - [sym_array_access] = STATE(384), - [sym_method_invocation] = STATE(507), - [sym_method_reference] = STATE(507), - [sym_switch_expression] = STATE(87), - [sym_statement] = STATE(10), - [sym_block] = STATE(276), - [sym_expression_statement] = STATE(276), - [sym_labeled_statement] = STATE(276), - [sym_assert_statement] = STATE(276), - [sym_do_statement] = STATE(276), - [sym_break_statement] = STATE(276), - [sym_continue_statement] = STATE(276), - [sym_return_statement] = STATE(276), - [sym_yield_statement] = STATE(276), - [sym_synchronized_statement] = STATE(276), - [sym_throw_statement] = STATE(276), - [sym_try_statement] = STATE(276), - [sym_try_with_resources_statement] = STATE(276), - [sym_if_statement] = STATE(276), - [sym_while_statement] = STATE(276), - [sym_for_statement] = STATE(276), - [sym_enhanced_for_statement] = STATE(276), - [sym__annotation] = STATE(471), - [sym_marker_annotation] = STATE(471), - [sym_annotation] = STATE(471), - [sym_declaration] = STATE(276), - [sym_module_declaration] = STATE(332), - [sym_package_declaration] = STATE(332), - [sym_import_declaration] = STATE(332), - [sym_enum_declaration] = STATE(332), - [sym_class_declaration] = STATE(332), - [sym_modifiers] = STATE(679), - [sym_record_declaration] = STATE(332), - [sym_annotation_type_declaration] = STATE(332), - [sym_interface_declaration] = STATE(332), - [sym__type] = STATE(1266), - [sym__unannotated_type] = STATE(718), - [sym_annotated_type] = STATE(797), - [sym_scoped_type_identifier] = STATE(745), - [sym_generic_type] = STATE(771), - [sym_array_type] = STATE(702), - [sym_integral_type] = STATE(702), - [sym_floating_point_type] = STATE(702), - [sym_formal_parameters] = STATE(1259), - [sym_local_variable_declaration] = STATE(276), - [aux_sym_program_repeat1] = STATE(10), - [aux_sym_array_creation_expression_repeat1] = STATE(658), - [aux_sym_modifiers_repeat1] = STATE(428), + [sym__literal] = STATE(498), + [sym_string_literal] = STATE(505), + [sym__string_literal] = STATE(508), + [sym__multiline_string_literal] = STATE(508), + [sym_expression] = STATE(650), + [sym_cast_expression] = STATE(538), + [sym_assignment_expression] = STATE(538), + [sym_binary_expression] = STATE(538), + [sym_instanceof_expression] = STATE(538), + [sym_lambda_expression] = STATE(538), + [sym_inferred_parameters] = STATE(1218), + [sym_ternary_expression] = STATE(538), + [sym_unary_expression] = STATE(538), + [sym_update_expression] = STATE(538), + [sym_primary_expression] = STATE(509), + [sym_array_creation_expression] = STATE(498), + [sym_parenthesized_expression] = STATE(498), + [sym_class_literal] = STATE(498), + [sym_object_creation_expression] = STATE(498), + [sym__unqualified_object_creation_expression] = STATE(515), + [sym_field_access] = STATE(385), + [sym_array_access] = STATE(385), + [sym_method_invocation] = STATE(498), + [sym_method_reference] = STATE(498), + [sym_switch_expression] = STATE(88), + [sym_statement] = STATE(4), + [sym_block] = STATE(284), + [sym_expression_statement] = STATE(284), + [sym_labeled_statement] = STATE(284), + [sym_assert_statement] = STATE(284), + [sym_do_statement] = STATE(284), + [sym_break_statement] = STATE(284), + [sym_continue_statement] = STATE(284), + [sym_return_statement] = STATE(284), + [sym_yield_statement] = STATE(284), + [sym_synchronized_statement] = STATE(284), + [sym_throw_statement] = STATE(284), + [sym_try_statement] = STATE(284), + [sym_try_with_resources_statement] = STATE(284), + [sym_if_statement] = STATE(284), + [sym_while_statement] = STATE(284), + [sym_for_statement] = STATE(284), + [sym_enhanced_for_statement] = STATE(284), + [sym__annotation] = STATE(474), + [sym_marker_annotation] = STATE(474), + [sym_annotation] = STATE(474), + [sym_declaration] = STATE(284), + [sym_module_declaration] = STATE(292), + [sym_package_declaration] = STATE(292), + [sym_import_declaration] = STATE(292), + [sym_enum_declaration] = STATE(292), + [sym_class_declaration] = STATE(292), + [sym_modifiers] = STATE(702), + [sym_record_declaration] = STATE(292), + [sym_annotation_type_declaration] = STATE(292), + [sym_interface_declaration] = STATE(292), + [sym__type] = STATE(1208), + [sym__unannotated_type] = STATE(700), + [sym_annotated_type] = STATE(831), + [sym_scoped_type_identifier] = STATE(735), + [sym_generic_type] = STATE(751), + [sym_array_type] = STATE(688), + [sym_integral_type] = STATE(688), + [sym_floating_point_type] = STATE(688), + [sym_formal_parameters] = STATE(1218), + [sym_local_variable_declaration] = STATE(284), + [sym__reserved_identifier] = STATE(372), + [aux_sym_program_repeat1] = STATE(4), + [aux_sym_array_creation_expression_repeat1] = STATE(653), + [aux_sym_modifiers_repeat1] = STATE(433), [sym_identifier] = ACTIONS(7), [sym_decimal_integer_literal] = ACTIONS(9), [sym_hex_integer_literal] = ACTIONS(9), @@ -11779,7 +11522,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_class] = ACTIONS(29), [anon_sym_switch] = ACTIONS(31), [anon_sym_LBRACE] = ACTIONS(33), - [anon_sym_RBRACE] = ACTIONS(241), + [anon_sym_RBRACE] = ACTIONS(251), [anon_sym_default] = ACTIONS(21), [anon_sym_SEMI] = ACTIONS(35), [anon_sym_assert] = ACTIONS(37), @@ -11798,9 +11541,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_open] = ACTIONS(63), [anon_sym_module] = ACTIONS(65), [anon_sym_static] = ACTIONS(21), - [anon_sym_package] = ACTIONS(67), - [anon_sym_import] = ACTIONS(69), - [anon_sym_enum] = ACTIONS(71), + [anon_sym_with] = ACTIONS(67), + [anon_sym_package] = ACTIONS(69), + [anon_sym_import] = ACTIONS(71), + [anon_sym_enum] = ACTIONS(73), [anon_sym_public] = ACTIONS(21), [anon_sym_protected] = ACTIONS(21), [anon_sym_private] = ACTIONS(21), @@ -11809,95 +11553,96 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_native] = ACTIONS(21), [anon_sym_transient] = ACTIONS(21), [anon_sym_volatile] = ACTIONS(21), - [anon_sym_sealed] = ACTIONS(21), - [anon_sym_non_DASHsealed] = ACTIONS(73), - [anon_sym_record] = ACTIONS(75), - [anon_sym_ATinterface] = ACTIONS(77), - [anon_sym_interface] = ACTIONS(79), - [anon_sym_byte] = ACTIONS(81), - [anon_sym_short] = ACTIONS(81), - [anon_sym_int] = ACTIONS(81), - [anon_sym_long] = ACTIONS(81), - [anon_sym_char] = ACTIONS(81), - [anon_sym_float] = ACTIONS(83), - [anon_sym_double] = ACTIONS(83), - [sym_boolean_type] = ACTIONS(85), - [sym_void_type] = ACTIONS(85), - [sym_this] = ACTIONS(87), - [sym_super] = ACTIONS(89), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_non_DASHsealed] = ACTIONS(77), + [anon_sym_record] = ACTIONS(79), + [anon_sym_ATinterface] = ACTIONS(81), + [anon_sym_interface] = ACTIONS(83), + [anon_sym_byte] = ACTIONS(85), + [anon_sym_short] = ACTIONS(85), + [anon_sym_int] = ACTIONS(85), + [anon_sym_long] = ACTIONS(85), + [anon_sym_char] = ACTIONS(85), + [anon_sym_float] = ACTIONS(87), + [anon_sym_double] = ACTIONS(87), + [sym_boolean_type] = ACTIONS(89), + [sym_void_type] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, [9] = { - [sym__literal] = STATE(507), - [sym_string_literal] = STATE(510), - [sym__string_literal] = STATE(498), - [sym__multiline_string_literal] = STATE(498), - [sym_expression] = STATE(657), - [sym_cast_expression] = STATE(524), - [sym_assignment_expression] = STATE(524), - [sym_binary_expression] = STATE(524), - [sym_instanceof_expression] = STATE(524), - [sym_lambda_expression] = STATE(524), - [sym_inferred_parameters] = STATE(1259), - [sym_ternary_expression] = STATE(524), - [sym_unary_expression] = STATE(524), - [sym_update_expression] = STATE(524), - [sym_primary_expression] = STATE(470), - [sym_array_creation_expression] = STATE(507), - [sym_parenthesized_expression] = STATE(507), - [sym_class_literal] = STATE(507), - [sym_object_creation_expression] = STATE(507), - [sym__unqualified_object_creation_expression] = STATE(483), - [sym_field_access] = STATE(384), - [sym_array_access] = STATE(384), - [sym_method_invocation] = STATE(507), - [sym_method_reference] = STATE(507), - [sym_switch_expression] = STATE(87), - [sym_statement] = STATE(11), - [sym_block] = STATE(276), - [sym_expression_statement] = STATE(276), - [sym_labeled_statement] = STATE(276), - [sym_assert_statement] = STATE(276), - [sym_do_statement] = STATE(276), - [sym_break_statement] = STATE(276), - [sym_continue_statement] = STATE(276), - [sym_return_statement] = STATE(276), - [sym_yield_statement] = STATE(276), - [sym_synchronized_statement] = STATE(276), - [sym_throw_statement] = STATE(276), - [sym_try_statement] = STATE(276), - [sym_try_with_resources_statement] = STATE(276), - [sym_if_statement] = STATE(276), - [sym_while_statement] = STATE(276), - [sym_for_statement] = STATE(276), - [sym_enhanced_for_statement] = STATE(276), - [sym__annotation] = STATE(471), - [sym_marker_annotation] = STATE(471), - [sym_annotation] = STATE(471), - [sym_declaration] = STATE(276), - [sym_module_declaration] = STATE(332), - [sym_package_declaration] = STATE(332), - [sym_import_declaration] = STATE(332), - [sym_enum_declaration] = STATE(332), - [sym_class_declaration] = STATE(332), - [sym_modifiers] = STATE(679), - [sym_record_declaration] = STATE(332), - [sym_annotation_type_declaration] = STATE(332), - [sym_interface_declaration] = STATE(332), - [sym__type] = STATE(1266), - [sym__unannotated_type] = STATE(718), - [sym_annotated_type] = STATE(797), - [sym_scoped_type_identifier] = STATE(745), - [sym_generic_type] = STATE(771), - [sym_array_type] = STATE(702), - [sym_integral_type] = STATE(702), - [sym_floating_point_type] = STATE(702), - [sym_formal_parameters] = STATE(1259), - [sym_local_variable_declaration] = STATE(276), - [aux_sym_program_repeat1] = STATE(11), - [aux_sym_array_creation_expression_repeat1] = STATE(658), - [aux_sym_modifiers_repeat1] = STATE(428), + [sym__literal] = STATE(498), + [sym_string_literal] = STATE(505), + [sym__string_literal] = STATE(508), + [sym__multiline_string_literal] = STATE(508), + [sym_expression] = STATE(650), + [sym_cast_expression] = STATE(538), + [sym_assignment_expression] = STATE(538), + [sym_binary_expression] = STATE(538), + [sym_instanceof_expression] = STATE(538), + [sym_lambda_expression] = STATE(538), + [sym_inferred_parameters] = STATE(1218), + [sym_ternary_expression] = STATE(538), + [sym_unary_expression] = STATE(538), + [sym_update_expression] = STATE(538), + [sym_primary_expression] = STATE(509), + [sym_array_creation_expression] = STATE(498), + [sym_parenthesized_expression] = STATE(498), + [sym_class_literal] = STATE(498), + [sym_object_creation_expression] = STATE(498), + [sym__unqualified_object_creation_expression] = STATE(515), + [sym_field_access] = STATE(385), + [sym_array_access] = STATE(385), + [sym_method_invocation] = STATE(498), + [sym_method_reference] = STATE(498), + [sym_switch_expression] = STATE(88), + [sym_statement] = STATE(4), + [sym_block] = STATE(284), + [sym_expression_statement] = STATE(284), + [sym_labeled_statement] = STATE(284), + [sym_assert_statement] = STATE(284), + [sym_do_statement] = STATE(284), + [sym_break_statement] = STATE(284), + [sym_continue_statement] = STATE(284), + [sym_return_statement] = STATE(284), + [sym_yield_statement] = STATE(284), + [sym_synchronized_statement] = STATE(284), + [sym_throw_statement] = STATE(284), + [sym_try_statement] = STATE(284), + [sym_try_with_resources_statement] = STATE(284), + [sym_if_statement] = STATE(284), + [sym_while_statement] = STATE(284), + [sym_for_statement] = STATE(284), + [sym_enhanced_for_statement] = STATE(284), + [sym__annotation] = STATE(474), + [sym_marker_annotation] = STATE(474), + [sym_annotation] = STATE(474), + [sym_declaration] = STATE(284), + [sym_module_declaration] = STATE(292), + [sym_package_declaration] = STATE(292), + [sym_import_declaration] = STATE(292), + [sym_enum_declaration] = STATE(292), + [sym_class_declaration] = STATE(292), + [sym_modifiers] = STATE(702), + [sym_record_declaration] = STATE(292), + [sym_annotation_type_declaration] = STATE(292), + [sym_interface_declaration] = STATE(292), + [sym__type] = STATE(1208), + [sym__unannotated_type] = STATE(700), + [sym_annotated_type] = STATE(831), + [sym_scoped_type_identifier] = STATE(735), + [sym_generic_type] = STATE(751), + [sym_array_type] = STATE(688), + [sym_integral_type] = STATE(688), + [sym_floating_point_type] = STATE(688), + [sym_formal_parameters] = STATE(1218), + [sym_local_variable_declaration] = STATE(284), + [sym__reserved_identifier] = STATE(372), + [aux_sym_program_repeat1] = STATE(4), + [aux_sym_array_creation_expression_repeat1] = STATE(653), + [aux_sym_modifiers_repeat1] = STATE(433), [sym_identifier] = ACTIONS(7), [sym_decimal_integer_literal] = ACTIONS(9), [sym_hex_integer_literal] = ACTIONS(9), @@ -11923,7 +11668,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_class] = ACTIONS(29), [anon_sym_switch] = ACTIONS(31), [anon_sym_LBRACE] = ACTIONS(33), - [anon_sym_RBRACE] = ACTIONS(239), + [anon_sym_RBRACE] = ACTIONS(253), [anon_sym_default] = ACTIONS(21), [anon_sym_SEMI] = ACTIONS(35), [anon_sym_assert] = ACTIONS(37), @@ -11942,9 +11687,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_open] = ACTIONS(63), [anon_sym_module] = ACTIONS(65), [anon_sym_static] = ACTIONS(21), - [anon_sym_package] = ACTIONS(67), - [anon_sym_import] = ACTIONS(69), - [anon_sym_enum] = ACTIONS(71), + [anon_sym_with] = ACTIONS(67), + [anon_sym_package] = ACTIONS(69), + [anon_sym_import] = ACTIONS(71), + [anon_sym_enum] = ACTIONS(73), [anon_sym_public] = ACTIONS(21), [anon_sym_protected] = ACTIONS(21), [anon_sym_private] = ACTIONS(21), @@ -11953,95 +11699,96 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_native] = ACTIONS(21), [anon_sym_transient] = ACTIONS(21), [anon_sym_volatile] = ACTIONS(21), - [anon_sym_sealed] = ACTIONS(21), - [anon_sym_non_DASHsealed] = ACTIONS(73), - [anon_sym_record] = ACTIONS(75), - [anon_sym_ATinterface] = ACTIONS(77), - [anon_sym_interface] = ACTIONS(79), - [anon_sym_byte] = ACTIONS(81), - [anon_sym_short] = ACTIONS(81), - [anon_sym_int] = ACTIONS(81), - [anon_sym_long] = ACTIONS(81), - [anon_sym_char] = ACTIONS(81), - [anon_sym_float] = ACTIONS(83), - [anon_sym_double] = ACTIONS(83), - [sym_boolean_type] = ACTIONS(85), - [sym_void_type] = ACTIONS(85), - [sym_this] = ACTIONS(87), - [sym_super] = ACTIONS(89), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_non_DASHsealed] = ACTIONS(77), + [anon_sym_record] = ACTIONS(79), + [anon_sym_ATinterface] = ACTIONS(81), + [anon_sym_interface] = ACTIONS(83), + [anon_sym_byte] = ACTIONS(85), + [anon_sym_short] = ACTIONS(85), + [anon_sym_int] = ACTIONS(85), + [anon_sym_long] = ACTIONS(85), + [anon_sym_char] = ACTIONS(85), + [anon_sym_float] = ACTIONS(87), + [anon_sym_double] = ACTIONS(87), + [sym_boolean_type] = ACTIONS(89), + [sym_void_type] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, [10] = { - [sym__literal] = STATE(507), - [sym_string_literal] = STATE(510), - [sym__string_literal] = STATE(498), - [sym__multiline_string_literal] = STATE(498), - [sym_expression] = STATE(657), - [sym_cast_expression] = STATE(524), - [sym_assignment_expression] = STATE(524), - [sym_binary_expression] = STATE(524), - [sym_instanceof_expression] = STATE(524), - [sym_lambda_expression] = STATE(524), - [sym_inferred_parameters] = STATE(1259), - [sym_ternary_expression] = STATE(524), - [sym_unary_expression] = STATE(524), - [sym_update_expression] = STATE(524), - [sym_primary_expression] = STATE(470), - [sym_array_creation_expression] = STATE(507), - [sym_parenthesized_expression] = STATE(507), - [sym_class_literal] = STATE(507), - [sym_object_creation_expression] = STATE(507), - [sym__unqualified_object_creation_expression] = STATE(483), - [sym_field_access] = STATE(384), - [sym_array_access] = STATE(384), - [sym_method_invocation] = STATE(507), - [sym_method_reference] = STATE(507), - [sym_switch_expression] = STATE(87), + [sym__literal] = STATE(498), + [sym_string_literal] = STATE(505), + [sym__string_literal] = STATE(508), + [sym__multiline_string_literal] = STATE(508), + [sym_expression] = STATE(650), + [sym_cast_expression] = STATE(538), + [sym_assignment_expression] = STATE(538), + [sym_binary_expression] = STATE(538), + [sym_instanceof_expression] = STATE(538), + [sym_lambda_expression] = STATE(538), + [sym_inferred_parameters] = STATE(1218), + [sym_ternary_expression] = STATE(538), + [sym_unary_expression] = STATE(538), + [sym_update_expression] = STATE(538), + [sym_primary_expression] = STATE(509), + [sym_array_creation_expression] = STATE(498), + [sym_parenthesized_expression] = STATE(498), + [sym_class_literal] = STATE(498), + [sym_object_creation_expression] = STATE(498), + [sym__unqualified_object_creation_expression] = STATE(515), + [sym_field_access] = STATE(385), + [sym_array_access] = STATE(385), + [sym_method_invocation] = STATE(498), + [sym_method_reference] = STATE(498), + [sym_switch_expression] = STATE(88), [sym_statement] = STATE(4), - [sym_block] = STATE(276), - [sym_expression_statement] = STATE(276), - [sym_labeled_statement] = STATE(276), - [sym_assert_statement] = STATE(276), - [sym_do_statement] = STATE(276), - [sym_break_statement] = STATE(276), - [sym_continue_statement] = STATE(276), - [sym_return_statement] = STATE(276), - [sym_yield_statement] = STATE(276), - [sym_synchronized_statement] = STATE(276), - [sym_throw_statement] = STATE(276), - [sym_try_statement] = STATE(276), - [sym_try_with_resources_statement] = STATE(276), - [sym_if_statement] = STATE(276), - [sym_while_statement] = STATE(276), - [sym_for_statement] = STATE(276), - [sym_enhanced_for_statement] = STATE(276), - [sym__annotation] = STATE(471), - [sym_marker_annotation] = STATE(471), - [sym_annotation] = STATE(471), - [sym_declaration] = STATE(276), - [sym_module_declaration] = STATE(332), - [sym_package_declaration] = STATE(332), - [sym_import_declaration] = STATE(332), - [sym_enum_declaration] = STATE(332), - [sym_class_declaration] = STATE(332), - [sym_modifiers] = STATE(679), - [sym_record_declaration] = STATE(332), - [sym_annotation_type_declaration] = STATE(332), - [sym_interface_declaration] = STATE(332), - [sym__type] = STATE(1266), - [sym__unannotated_type] = STATE(718), - [sym_annotated_type] = STATE(797), - [sym_scoped_type_identifier] = STATE(745), - [sym_generic_type] = STATE(771), - [sym_array_type] = STATE(702), - [sym_integral_type] = STATE(702), - [sym_floating_point_type] = STATE(702), - [sym_formal_parameters] = STATE(1259), - [sym_local_variable_declaration] = STATE(276), + [sym_block] = STATE(284), + [sym_expression_statement] = STATE(284), + [sym_labeled_statement] = STATE(284), + [sym_assert_statement] = STATE(284), + [sym_do_statement] = STATE(284), + [sym_break_statement] = STATE(284), + [sym_continue_statement] = STATE(284), + [sym_return_statement] = STATE(284), + [sym_yield_statement] = STATE(284), + [sym_synchronized_statement] = STATE(284), + [sym_throw_statement] = STATE(284), + [sym_try_statement] = STATE(284), + [sym_try_with_resources_statement] = STATE(284), + [sym_if_statement] = STATE(284), + [sym_while_statement] = STATE(284), + [sym_for_statement] = STATE(284), + [sym_enhanced_for_statement] = STATE(284), + [sym__annotation] = STATE(474), + [sym_marker_annotation] = STATE(474), + [sym_annotation] = STATE(474), + [sym_declaration] = STATE(284), + [sym_module_declaration] = STATE(292), + [sym_package_declaration] = STATE(292), + [sym_import_declaration] = STATE(292), + [sym_enum_declaration] = STATE(292), + [sym_class_declaration] = STATE(292), + [sym_modifiers] = STATE(702), + [sym_record_declaration] = STATE(292), + [sym_annotation_type_declaration] = STATE(292), + [sym_interface_declaration] = STATE(292), + [sym__type] = STATE(1208), + [sym__unannotated_type] = STATE(700), + [sym_annotated_type] = STATE(831), + [sym_scoped_type_identifier] = STATE(735), + [sym_generic_type] = STATE(751), + [sym_array_type] = STATE(688), + [sym_integral_type] = STATE(688), + [sym_floating_point_type] = STATE(688), + [sym_formal_parameters] = STATE(1218), + [sym_local_variable_declaration] = STATE(284), + [sym__reserved_identifier] = STATE(372), [aux_sym_program_repeat1] = STATE(4), - [aux_sym_array_creation_expression_repeat1] = STATE(658), - [aux_sym_modifiers_repeat1] = STATE(428), + [aux_sym_array_creation_expression_repeat1] = STATE(653), + [aux_sym_modifiers_repeat1] = STATE(433), [sym_identifier] = ACTIONS(7), [sym_decimal_integer_literal] = ACTIONS(9), [sym_hex_integer_literal] = ACTIONS(9), @@ -12067,7 +11814,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_class] = ACTIONS(29), [anon_sym_switch] = ACTIONS(31), [anon_sym_LBRACE] = ACTIONS(33), - [anon_sym_RBRACE] = ACTIONS(243), + [anon_sym_RBRACE] = ACTIONS(255), [anon_sym_default] = ACTIONS(21), [anon_sym_SEMI] = ACTIONS(35), [anon_sym_assert] = ACTIONS(37), @@ -12086,9 +11833,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_open] = ACTIONS(63), [anon_sym_module] = ACTIONS(65), [anon_sym_static] = ACTIONS(21), - [anon_sym_package] = ACTIONS(67), - [anon_sym_import] = ACTIONS(69), - [anon_sym_enum] = ACTIONS(71), + [anon_sym_with] = ACTIONS(67), + [anon_sym_package] = ACTIONS(69), + [anon_sym_import] = ACTIONS(71), + [anon_sym_enum] = ACTIONS(73), [anon_sym_public] = ACTIONS(21), [anon_sym_protected] = ACTIONS(21), [anon_sym_private] = ACTIONS(21), @@ -12097,95 +11845,96 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_native] = ACTIONS(21), [anon_sym_transient] = ACTIONS(21), [anon_sym_volatile] = ACTIONS(21), - [anon_sym_sealed] = ACTIONS(21), - [anon_sym_non_DASHsealed] = ACTIONS(73), - [anon_sym_record] = ACTIONS(75), - [anon_sym_ATinterface] = ACTIONS(77), - [anon_sym_interface] = ACTIONS(79), - [anon_sym_byte] = ACTIONS(81), - [anon_sym_short] = ACTIONS(81), - [anon_sym_int] = ACTIONS(81), - [anon_sym_long] = ACTIONS(81), - [anon_sym_char] = ACTIONS(81), - [anon_sym_float] = ACTIONS(83), - [anon_sym_double] = ACTIONS(83), - [sym_boolean_type] = ACTIONS(85), - [sym_void_type] = ACTIONS(85), - [sym_this] = ACTIONS(87), - [sym_super] = ACTIONS(89), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_non_DASHsealed] = ACTIONS(77), + [anon_sym_record] = ACTIONS(79), + [anon_sym_ATinterface] = ACTIONS(81), + [anon_sym_interface] = ACTIONS(83), + [anon_sym_byte] = ACTIONS(85), + [anon_sym_short] = ACTIONS(85), + [anon_sym_int] = ACTIONS(85), + [anon_sym_long] = ACTIONS(85), + [anon_sym_char] = ACTIONS(85), + [anon_sym_float] = ACTIONS(87), + [anon_sym_double] = ACTIONS(87), + [sym_boolean_type] = ACTIONS(89), + [sym_void_type] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, [11] = { - [sym__literal] = STATE(507), - [sym_string_literal] = STATE(510), - [sym__string_literal] = STATE(498), - [sym__multiline_string_literal] = STATE(498), - [sym_expression] = STATE(657), - [sym_cast_expression] = STATE(524), - [sym_assignment_expression] = STATE(524), - [sym_binary_expression] = STATE(524), - [sym_instanceof_expression] = STATE(524), - [sym_lambda_expression] = STATE(524), - [sym_inferred_parameters] = STATE(1259), - [sym_ternary_expression] = STATE(524), - [sym_unary_expression] = STATE(524), - [sym_update_expression] = STATE(524), - [sym_primary_expression] = STATE(470), - [sym_array_creation_expression] = STATE(507), - [sym_parenthesized_expression] = STATE(507), - [sym_class_literal] = STATE(507), - [sym_object_creation_expression] = STATE(507), - [sym__unqualified_object_creation_expression] = STATE(483), - [sym_field_access] = STATE(384), - [sym_array_access] = STATE(384), - [sym_method_invocation] = STATE(507), - [sym_method_reference] = STATE(507), - [sym_switch_expression] = STATE(87), - [sym_statement] = STATE(4), - [sym_block] = STATE(276), - [sym_expression_statement] = STATE(276), - [sym_labeled_statement] = STATE(276), - [sym_assert_statement] = STATE(276), - [sym_do_statement] = STATE(276), - [sym_break_statement] = STATE(276), - [sym_continue_statement] = STATE(276), - [sym_return_statement] = STATE(276), - [sym_yield_statement] = STATE(276), - [sym_synchronized_statement] = STATE(276), - [sym_throw_statement] = STATE(276), - [sym_try_statement] = STATE(276), - [sym_try_with_resources_statement] = STATE(276), - [sym_if_statement] = STATE(276), - [sym_while_statement] = STATE(276), - [sym_for_statement] = STATE(276), - [sym_enhanced_for_statement] = STATE(276), - [sym__annotation] = STATE(471), - [sym_marker_annotation] = STATE(471), - [sym_annotation] = STATE(471), - [sym_declaration] = STATE(276), - [sym_module_declaration] = STATE(332), - [sym_package_declaration] = STATE(332), - [sym_import_declaration] = STATE(332), - [sym_enum_declaration] = STATE(332), - [sym_class_declaration] = STATE(332), - [sym_modifiers] = STATE(679), - [sym_record_declaration] = STATE(332), - [sym_annotation_type_declaration] = STATE(332), - [sym_interface_declaration] = STATE(332), - [sym__type] = STATE(1266), - [sym__unannotated_type] = STATE(718), - [sym_annotated_type] = STATE(797), - [sym_scoped_type_identifier] = STATE(745), - [sym_generic_type] = STATE(771), - [sym_array_type] = STATE(702), - [sym_integral_type] = STATE(702), - [sym_floating_point_type] = STATE(702), - [sym_formal_parameters] = STATE(1259), - [sym_local_variable_declaration] = STATE(276), - [aux_sym_program_repeat1] = STATE(4), - [aux_sym_array_creation_expression_repeat1] = STATE(658), - [aux_sym_modifiers_repeat1] = STATE(428), + [sym__literal] = STATE(498), + [sym_string_literal] = STATE(505), + [sym__string_literal] = STATE(508), + [sym__multiline_string_literal] = STATE(508), + [sym_expression] = STATE(650), + [sym_cast_expression] = STATE(538), + [sym_assignment_expression] = STATE(538), + [sym_binary_expression] = STATE(538), + [sym_instanceof_expression] = STATE(538), + [sym_lambda_expression] = STATE(538), + [sym_inferred_parameters] = STATE(1218), + [sym_ternary_expression] = STATE(538), + [sym_unary_expression] = STATE(538), + [sym_update_expression] = STATE(538), + [sym_primary_expression] = STATE(509), + [sym_array_creation_expression] = STATE(498), + [sym_parenthesized_expression] = STATE(498), + [sym_class_literal] = STATE(498), + [sym_object_creation_expression] = STATE(498), + [sym__unqualified_object_creation_expression] = STATE(515), + [sym_field_access] = STATE(385), + [sym_array_access] = STATE(385), + [sym_method_invocation] = STATE(498), + [sym_method_reference] = STATE(498), + [sym_switch_expression] = STATE(88), + [sym_statement] = STATE(9), + [sym_block] = STATE(284), + [sym_expression_statement] = STATE(284), + [sym_labeled_statement] = STATE(284), + [sym_assert_statement] = STATE(284), + [sym_do_statement] = STATE(284), + [sym_break_statement] = STATE(284), + [sym_continue_statement] = STATE(284), + [sym_return_statement] = STATE(284), + [sym_yield_statement] = STATE(284), + [sym_synchronized_statement] = STATE(284), + [sym_throw_statement] = STATE(284), + [sym_try_statement] = STATE(284), + [sym_try_with_resources_statement] = STATE(284), + [sym_if_statement] = STATE(284), + [sym_while_statement] = STATE(284), + [sym_for_statement] = STATE(284), + [sym_enhanced_for_statement] = STATE(284), + [sym__annotation] = STATE(474), + [sym_marker_annotation] = STATE(474), + [sym_annotation] = STATE(474), + [sym_declaration] = STATE(284), + [sym_module_declaration] = STATE(292), + [sym_package_declaration] = STATE(292), + [sym_import_declaration] = STATE(292), + [sym_enum_declaration] = STATE(292), + [sym_class_declaration] = STATE(292), + [sym_modifiers] = STATE(702), + [sym_record_declaration] = STATE(292), + [sym_annotation_type_declaration] = STATE(292), + [sym_interface_declaration] = STATE(292), + [sym__type] = STATE(1208), + [sym__unannotated_type] = STATE(700), + [sym_annotated_type] = STATE(831), + [sym_scoped_type_identifier] = STATE(735), + [sym_generic_type] = STATE(751), + [sym_array_type] = STATE(688), + [sym_integral_type] = STATE(688), + [sym_floating_point_type] = STATE(688), + [sym_formal_parameters] = STATE(1218), + [sym_local_variable_declaration] = STATE(284), + [sym__reserved_identifier] = STATE(372), + [aux_sym_program_repeat1] = STATE(9), + [aux_sym_array_creation_expression_repeat1] = STATE(653), + [aux_sym_modifiers_repeat1] = STATE(433), [sym_identifier] = ACTIONS(7), [sym_decimal_integer_literal] = ACTIONS(9), [sym_hex_integer_literal] = ACTIONS(9), @@ -12211,7 +11960,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_class] = ACTIONS(29), [anon_sym_switch] = ACTIONS(31), [anon_sym_LBRACE] = ACTIONS(33), - [anon_sym_RBRACE] = ACTIONS(245), + [anon_sym_RBRACE] = ACTIONS(257), [anon_sym_default] = ACTIONS(21), [anon_sym_SEMI] = ACTIONS(35), [anon_sym_assert] = ACTIONS(37), @@ -12230,9 +11979,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_open] = ACTIONS(63), [anon_sym_module] = ACTIONS(65), [anon_sym_static] = ACTIONS(21), - [anon_sym_package] = ACTIONS(67), - [anon_sym_import] = ACTIONS(69), - [anon_sym_enum] = ACTIONS(71), + [anon_sym_with] = ACTIONS(67), + [anon_sym_package] = ACTIONS(69), + [anon_sym_import] = ACTIONS(71), + [anon_sym_enum] = ACTIONS(73), [anon_sym_public] = ACTIONS(21), [anon_sym_protected] = ACTIONS(21), [anon_sym_private] = ACTIONS(21), @@ -12241,95 +11991,96 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_native] = ACTIONS(21), [anon_sym_transient] = ACTIONS(21), [anon_sym_volatile] = ACTIONS(21), - [anon_sym_sealed] = ACTIONS(21), - [anon_sym_non_DASHsealed] = ACTIONS(73), - [anon_sym_record] = ACTIONS(75), - [anon_sym_ATinterface] = ACTIONS(77), - [anon_sym_interface] = ACTIONS(79), - [anon_sym_byte] = ACTIONS(81), - [anon_sym_short] = ACTIONS(81), - [anon_sym_int] = ACTIONS(81), - [anon_sym_long] = ACTIONS(81), - [anon_sym_char] = ACTIONS(81), - [anon_sym_float] = ACTIONS(83), - [anon_sym_double] = ACTIONS(83), - [sym_boolean_type] = ACTIONS(85), - [sym_void_type] = ACTIONS(85), - [sym_this] = ACTIONS(87), - [sym_super] = ACTIONS(89), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_non_DASHsealed] = ACTIONS(77), + [anon_sym_record] = ACTIONS(79), + [anon_sym_ATinterface] = ACTIONS(81), + [anon_sym_interface] = ACTIONS(83), + [anon_sym_byte] = ACTIONS(85), + [anon_sym_short] = ACTIONS(85), + [anon_sym_int] = ACTIONS(85), + [anon_sym_long] = ACTIONS(85), + [anon_sym_char] = ACTIONS(85), + [anon_sym_float] = ACTIONS(87), + [anon_sym_double] = ACTIONS(87), + [sym_boolean_type] = ACTIONS(89), + [sym_void_type] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, [12] = { - [sym__literal] = STATE(507), - [sym_string_literal] = STATE(510), - [sym__string_literal] = STATE(498), - [sym__multiline_string_literal] = STATE(498), - [sym_expression] = STATE(657), - [sym_cast_expression] = STATE(524), - [sym_assignment_expression] = STATE(524), - [sym_binary_expression] = STATE(524), - [sym_instanceof_expression] = STATE(524), - [sym_lambda_expression] = STATE(524), - [sym_inferred_parameters] = STATE(1259), - [sym_ternary_expression] = STATE(524), - [sym_unary_expression] = STATE(524), - [sym_update_expression] = STATE(524), - [sym_primary_expression] = STATE(470), - [sym_array_creation_expression] = STATE(507), - [sym_parenthesized_expression] = STATE(507), - [sym_class_literal] = STATE(507), - [sym_object_creation_expression] = STATE(507), - [sym__unqualified_object_creation_expression] = STATE(483), - [sym_field_access] = STATE(384), - [sym_array_access] = STATE(384), - [sym_method_invocation] = STATE(507), - [sym_method_reference] = STATE(507), - [sym_switch_expression] = STATE(87), - [sym_statement] = STATE(13), - [sym_block] = STATE(276), - [sym_expression_statement] = STATE(276), - [sym_labeled_statement] = STATE(276), - [sym_assert_statement] = STATE(276), - [sym_do_statement] = STATE(276), - [sym_break_statement] = STATE(276), - [sym_continue_statement] = STATE(276), - [sym_return_statement] = STATE(276), - [sym_yield_statement] = STATE(276), - [sym_synchronized_statement] = STATE(276), - [sym_throw_statement] = STATE(276), - [sym_try_statement] = STATE(276), - [sym_try_with_resources_statement] = STATE(276), - [sym_if_statement] = STATE(276), - [sym_while_statement] = STATE(276), - [sym_for_statement] = STATE(276), - [sym_enhanced_for_statement] = STATE(276), - [sym__annotation] = STATE(471), - [sym_marker_annotation] = STATE(471), - [sym_annotation] = STATE(471), - [sym_declaration] = STATE(276), - [sym_module_declaration] = STATE(332), - [sym_package_declaration] = STATE(332), - [sym_import_declaration] = STATE(332), - [sym_enum_declaration] = STATE(332), - [sym_class_declaration] = STATE(332), - [sym_modifiers] = STATE(679), - [sym_record_declaration] = STATE(332), - [sym_annotation_type_declaration] = STATE(332), - [sym_interface_declaration] = STATE(332), - [sym__type] = STATE(1266), - [sym__unannotated_type] = STATE(718), - [sym_annotated_type] = STATE(797), - [sym_scoped_type_identifier] = STATE(745), - [sym_generic_type] = STATE(771), - [sym_array_type] = STATE(702), - [sym_integral_type] = STATE(702), - [sym_floating_point_type] = STATE(702), - [sym_formal_parameters] = STATE(1259), - [sym_local_variable_declaration] = STATE(276), - [aux_sym_program_repeat1] = STATE(13), - [aux_sym_array_creation_expression_repeat1] = STATE(658), - [aux_sym_modifiers_repeat1] = STATE(428), + [sym__literal] = STATE(498), + [sym_string_literal] = STATE(505), + [sym__string_literal] = STATE(508), + [sym__multiline_string_literal] = STATE(508), + [sym_expression] = STATE(650), + [sym_cast_expression] = STATE(538), + [sym_assignment_expression] = STATE(538), + [sym_binary_expression] = STATE(538), + [sym_instanceof_expression] = STATE(538), + [sym_lambda_expression] = STATE(538), + [sym_inferred_parameters] = STATE(1218), + [sym_ternary_expression] = STATE(538), + [sym_unary_expression] = STATE(538), + [sym_update_expression] = STATE(538), + [sym_primary_expression] = STATE(509), + [sym_array_creation_expression] = STATE(498), + [sym_parenthesized_expression] = STATE(498), + [sym_class_literal] = STATE(498), + [sym_object_creation_expression] = STATE(498), + [sym__unqualified_object_creation_expression] = STATE(515), + [sym_field_access] = STATE(385), + [sym_array_access] = STATE(385), + [sym_method_invocation] = STATE(498), + [sym_method_reference] = STATE(498), + [sym_switch_expression] = STATE(88), + [sym_statement] = STATE(8), + [sym_block] = STATE(284), + [sym_expression_statement] = STATE(284), + [sym_labeled_statement] = STATE(284), + [sym_assert_statement] = STATE(284), + [sym_do_statement] = STATE(284), + [sym_break_statement] = STATE(284), + [sym_continue_statement] = STATE(284), + [sym_return_statement] = STATE(284), + [sym_yield_statement] = STATE(284), + [sym_synchronized_statement] = STATE(284), + [sym_throw_statement] = STATE(284), + [sym_try_statement] = STATE(284), + [sym_try_with_resources_statement] = STATE(284), + [sym_if_statement] = STATE(284), + [sym_while_statement] = STATE(284), + [sym_for_statement] = STATE(284), + [sym_enhanced_for_statement] = STATE(284), + [sym__annotation] = STATE(474), + [sym_marker_annotation] = STATE(474), + [sym_annotation] = STATE(474), + [sym_declaration] = STATE(284), + [sym_module_declaration] = STATE(292), + [sym_package_declaration] = STATE(292), + [sym_import_declaration] = STATE(292), + [sym_enum_declaration] = STATE(292), + [sym_class_declaration] = STATE(292), + [sym_modifiers] = STATE(702), + [sym_record_declaration] = STATE(292), + [sym_annotation_type_declaration] = STATE(292), + [sym_interface_declaration] = STATE(292), + [sym__type] = STATE(1208), + [sym__unannotated_type] = STATE(700), + [sym_annotated_type] = STATE(831), + [sym_scoped_type_identifier] = STATE(735), + [sym_generic_type] = STATE(751), + [sym_array_type] = STATE(688), + [sym_integral_type] = STATE(688), + [sym_floating_point_type] = STATE(688), + [sym_formal_parameters] = STATE(1218), + [sym_local_variable_declaration] = STATE(284), + [sym__reserved_identifier] = STATE(372), + [aux_sym_program_repeat1] = STATE(8), + [aux_sym_array_creation_expression_repeat1] = STATE(653), + [aux_sym_modifiers_repeat1] = STATE(433), [sym_identifier] = ACTIONS(7), [sym_decimal_integer_literal] = ACTIONS(9), [sym_hex_integer_literal] = ACTIONS(9), @@ -12355,7 +12106,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_class] = ACTIONS(29), [anon_sym_switch] = ACTIONS(31), [anon_sym_LBRACE] = ACTIONS(33), - [anon_sym_RBRACE] = ACTIONS(247), + [anon_sym_RBRACE] = ACTIONS(255), [anon_sym_default] = ACTIONS(21), [anon_sym_SEMI] = ACTIONS(35), [anon_sym_assert] = ACTIONS(37), @@ -12374,9 +12125,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_open] = ACTIONS(63), [anon_sym_module] = ACTIONS(65), [anon_sym_static] = ACTIONS(21), - [anon_sym_package] = ACTIONS(67), - [anon_sym_import] = ACTIONS(69), - [anon_sym_enum] = ACTIONS(71), + [anon_sym_with] = ACTIONS(67), + [anon_sym_package] = ACTIONS(69), + [anon_sym_import] = ACTIONS(71), + [anon_sym_enum] = ACTIONS(73), [anon_sym_public] = ACTIONS(21), [anon_sym_protected] = ACTIONS(21), [anon_sym_private] = ACTIONS(21), @@ -12385,95 +12137,97 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_native] = ACTIONS(21), [anon_sym_transient] = ACTIONS(21), [anon_sym_volatile] = ACTIONS(21), - [anon_sym_sealed] = ACTIONS(21), - [anon_sym_non_DASHsealed] = ACTIONS(73), - [anon_sym_record] = ACTIONS(75), - [anon_sym_ATinterface] = ACTIONS(77), - [anon_sym_interface] = ACTIONS(79), - [anon_sym_byte] = ACTIONS(81), - [anon_sym_short] = ACTIONS(81), - [anon_sym_int] = ACTIONS(81), - [anon_sym_long] = ACTIONS(81), - [anon_sym_char] = ACTIONS(81), - [anon_sym_float] = ACTIONS(83), - [anon_sym_double] = ACTIONS(83), - [sym_boolean_type] = ACTIONS(85), - [sym_void_type] = ACTIONS(85), - [sym_this] = ACTIONS(87), - [sym_super] = ACTIONS(89), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_non_DASHsealed] = ACTIONS(77), + [anon_sym_record] = ACTIONS(79), + [anon_sym_ATinterface] = ACTIONS(81), + [anon_sym_interface] = ACTIONS(83), + [anon_sym_byte] = ACTIONS(85), + [anon_sym_short] = ACTIONS(85), + [anon_sym_int] = ACTIONS(85), + [anon_sym_long] = ACTIONS(85), + [anon_sym_char] = ACTIONS(85), + [anon_sym_float] = ACTIONS(87), + [anon_sym_double] = ACTIONS(87), + [sym_boolean_type] = ACTIONS(89), + [sym_void_type] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, [13] = { - [sym__literal] = STATE(507), - [sym_string_literal] = STATE(510), - [sym__string_literal] = STATE(498), - [sym__multiline_string_literal] = STATE(498), - [sym_expression] = STATE(657), - [sym_cast_expression] = STATE(524), - [sym_assignment_expression] = STATE(524), - [sym_binary_expression] = STATE(524), - [sym_instanceof_expression] = STATE(524), - [sym_lambda_expression] = STATE(524), - [sym_inferred_parameters] = STATE(1259), - [sym_ternary_expression] = STATE(524), - [sym_unary_expression] = STATE(524), - [sym_update_expression] = STATE(524), - [sym_primary_expression] = STATE(470), - [sym_array_creation_expression] = STATE(507), - [sym_parenthesized_expression] = STATE(507), - [sym_class_literal] = STATE(507), - [sym_object_creation_expression] = STATE(507), - [sym__unqualified_object_creation_expression] = STATE(483), - [sym_field_access] = STATE(384), - [sym_array_access] = STATE(384), - [sym_method_invocation] = STATE(507), - [sym_method_reference] = STATE(507), - [sym_switch_expression] = STATE(87), + [sym__literal] = STATE(498), + [sym_string_literal] = STATE(505), + [sym__string_literal] = STATE(508), + [sym__multiline_string_literal] = STATE(508), + [sym_expression] = STATE(650), + [sym_cast_expression] = STATE(538), + [sym_assignment_expression] = STATE(538), + [sym_binary_expression] = STATE(538), + [sym_instanceof_expression] = STATE(538), + [sym_lambda_expression] = STATE(538), + [sym_inferred_parameters] = STATE(1218), + [sym_ternary_expression] = STATE(538), + [sym_unary_expression] = STATE(538), + [sym_update_expression] = STATE(538), + [sym_primary_expression] = STATE(509), + [sym_array_creation_expression] = STATE(498), + [sym_parenthesized_expression] = STATE(498), + [sym_class_literal] = STATE(498), + [sym_object_creation_expression] = STATE(498), + [sym__unqualified_object_creation_expression] = STATE(515), + [sym_field_access] = STATE(385), + [sym_array_access] = STATE(385), + [sym_method_invocation] = STATE(498), + [sym_method_reference] = STATE(498), + [sym_switch_expression] = STATE(88), [sym_statement] = STATE(4), - [sym_block] = STATE(276), - [sym_expression_statement] = STATE(276), - [sym_labeled_statement] = STATE(276), - [sym_assert_statement] = STATE(276), - [sym_do_statement] = STATE(276), - [sym_break_statement] = STATE(276), - [sym_continue_statement] = STATE(276), - [sym_return_statement] = STATE(276), - [sym_yield_statement] = STATE(276), - [sym_synchronized_statement] = STATE(276), - [sym_throw_statement] = STATE(276), - [sym_try_statement] = STATE(276), - [sym_try_with_resources_statement] = STATE(276), - [sym_if_statement] = STATE(276), - [sym_while_statement] = STATE(276), - [sym_for_statement] = STATE(276), - [sym_enhanced_for_statement] = STATE(276), - [sym__annotation] = STATE(471), - [sym_marker_annotation] = STATE(471), - [sym_annotation] = STATE(471), - [sym_declaration] = STATE(276), - [sym_module_declaration] = STATE(332), - [sym_package_declaration] = STATE(332), - [sym_import_declaration] = STATE(332), - [sym_enum_declaration] = STATE(332), - [sym_class_declaration] = STATE(332), - [sym_modifiers] = STATE(679), - [sym_record_declaration] = STATE(332), - [sym_annotation_type_declaration] = STATE(332), - [sym_interface_declaration] = STATE(332), - [sym__type] = STATE(1266), - [sym__unannotated_type] = STATE(718), - [sym_annotated_type] = STATE(797), - [sym_scoped_type_identifier] = STATE(745), - [sym_generic_type] = STATE(771), - [sym_array_type] = STATE(702), - [sym_integral_type] = STATE(702), - [sym_floating_point_type] = STATE(702), - [sym_formal_parameters] = STATE(1259), - [sym_local_variable_declaration] = STATE(276), + [sym_block] = STATE(284), + [sym_expression_statement] = STATE(284), + [sym_labeled_statement] = STATE(284), + [sym_assert_statement] = STATE(284), + [sym_do_statement] = STATE(284), + [sym_break_statement] = STATE(284), + [sym_continue_statement] = STATE(284), + [sym_return_statement] = STATE(284), + [sym_yield_statement] = STATE(284), + [sym_synchronized_statement] = STATE(284), + [sym_throw_statement] = STATE(284), + [sym_try_statement] = STATE(284), + [sym_try_with_resources_statement] = STATE(284), + [sym_if_statement] = STATE(284), + [sym_while_statement] = STATE(284), + [sym_for_statement] = STATE(284), + [sym_enhanced_for_statement] = STATE(284), + [sym__annotation] = STATE(474), + [sym_marker_annotation] = STATE(474), + [sym_annotation] = STATE(474), + [sym_declaration] = STATE(284), + [sym_module_declaration] = STATE(292), + [sym_package_declaration] = STATE(292), + [sym_import_declaration] = STATE(292), + [sym_enum_declaration] = STATE(292), + [sym_class_declaration] = STATE(292), + [sym_modifiers] = STATE(702), + [sym_record_declaration] = STATE(292), + [sym_annotation_type_declaration] = STATE(292), + [sym_interface_declaration] = STATE(292), + [sym__type] = STATE(1208), + [sym__unannotated_type] = STATE(700), + [sym_annotated_type] = STATE(831), + [sym_scoped_type_identifier] = STATE(735), + [sym_generic_type] = STATE(751), + [sym_array_type] = STATE(688), + [sym_integral_type] = STATE(688), + [sym_floating_point_type] = STATE(688), + [sym_formal_parameters] = STATE(1218), + [sym_local_variable_declaration] = STATE(284), + [sym__reserved_identifier] = STATE(372), [aux_sym_program_repeat1] = STATE(4), - [aux_sym_array_creation_expression_repeat1] = STATE(658), - [aux_sym_modifiers_repeat1] = STATE(428), + [aux_sym_array_creation_expression_repeat1] = STATE(653), + [aux_sym_modifiers_repeat1] = STATE(433), + [ts_builtin_sym_end] = ACTIONS(259), [sym_identifier] = ACTIONS(7), [sym_decimal_integer_literal] = ACTIONS(9), [sym_hex_integer_literal] = ACTIONS(9), @@ -12499,7 +12253,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_class] = ACTIONS(29), [anon_sym_switch] = ACTIONS(31), [anon_sym_LBRACE] = ACTIONS(33), - [anon_sym_RBRACE] = ACTIONS(249), [anon_sym_default] = ACTIONS(21), [anon_sym_SEMI] = ACTIONS(35), [anon_sym_assert] = ACTIONS(37), @@ -12518,9 +12271,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_open] = ACTIONS(63), [anon_sym_module] = ACTIONS(65), [anon_sym_static] = ACTIONS(21), - [anon_sym_package] = ACTIONS(67), - [anon_sym_import] = ACTIONS(69), - [anon_sym_enum] = ACTIONS(71), + [anon_sym_with] = ACTIONS(67), + [anon_sym_package] = ACTIONS(69), + [anon_sym_import] = ACTIONS(71), + [anon_sym_enum] = ACTIONS(73), [anon_sym_public] = ACTIONS(21), [anon_sym_protected] = ACTIONS(21), [anon_sym_private] = ACTIONS(21), @@ -12529,95 +12283,96 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_native] = ACTIONS(21), [anon_sym_transient] = ACTIONS(21), [anon_sym_volatile] = ACTIONS(21), - [anon_sym_sealed] = ACTIONS(21), - [anon_sym_non_DASHsealed] = ACTIONS(73), - [anon_sym_record] = ACTIONS(75), - [anon_sym_ATinterface] = ACTIONS(77), - [anon_sym_interface] = ACTIONS(79), - [anon_sym_byte] = ACTIONS(81), - [anon_sym_short] = ACTIONS(81), - [anon_sym_int] = ACTIONS(81), - [anon_sym_long] = ACTIONS(81), - [anon_sym_char] = ACTIONS(81), - [anon_sym_float] = ACTIONS(83), - [anon_sym_double] = ACTIONS(83), - [sym_boolean_type] = ACTIONS(85), - [sym_void_type] = ACTIONS(85), - [sym_this] = ACTIONS(87), - [sym_super] = ACTIONS(89), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_non_DASHsealed] = ACTIONS(77), + [anon_sym_record] = ACTIONS(79), + [anon_sym_ATinterface] = ACTIONS(81), + [anon_sym_interface] = ACTIONS(83), + [anon_sym_byte] = ACTIONS(85), + [anon_sym_short] = ACTIONS(85), + [anon_sym_int] = ACTIONS(85), + [anon_sym_long] = ACTIONS(85), + [anon_sym_char] = ACTIONS(85), + [anon_sym_float] = ACTIONS(87), + [anon_sym_double] = ACTIONS(87), + [sym_boolean_type] = ACTIONS(89), + [sym_void_type] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, [14] = { - [sym__literal] = STATE(507), - [sym_string_literal] = STATE(510), - [sym__string_literal] = STATE(498), - [sym__multiline_string_literal] = STATE(498), - [sym_expression] = STATE(657), - [sym_cast_expression] = STATE(524), - [sym_assignment_expression] = STATE(524), - [sym_binary_expression] = STATE(524), - [sym_instanceof_expression] = STATE(524), - [sym_lambda_expression] = STATE(524), - [sym_inferred_parameters] = STATE(1259), - [sym_ternary_expression] = STATE(524), - [sym_unary_expression] = STATE(524), - [sym_update_expression] = STATE(524), - [sym_primary_expression] = STATE(470), - [sym_array_creation_expression] = STATE(507), - [sym_parenthesized_expression] = STATE(507), - [sym_class_literal] = STATE(507), - [sym_object_creation_expression] = STATE(507), - [sym__unqualified_object_creation_expression] = STATE(483), - [sym_field_access] = STATE(384), - [sym_array_access] = STATE(384), - [sym_method_invocation] = STATE(507), - [sym_method_reference] = STATE(507), - [sym_switch_expression] = STATE(592), - [sym_statement] = STATE(314), - [sym_block] = STATE(276), - [sym_expression_statement] = STATE(276), - [sym_labeled_statement] = STATE(276), - [sym_assert_statement] = STATE(276), - [sym_do_statement] = STATE(276), - [sym_break_statement] = STATE(276), - [sym_continue_statement] = STATE(276), - [sym_return_statement] = STATE(276), - [sym_yield_statement] = STATE(276), - [sym_synchronized_statement] = STATE(276), - [sym_throw_statement] = STATE(276), - [sym_try_statement] = STATE(276), - [sym_try_with_resources_statement] = STATE(276), - [sym_if_statement] = STATE(276), - [sym_while_statement] = STATE(276), - [sym_for_statement] = STATE(276), - [sym_enhanced_for_statement] = STATE(276), - [sym__annotation] = STATE(471), - [sym_marker_annotation] = STATE(471), - [sym_annotation] = STATE(471), - [sym_declaration] = STATE(276), - [sym_module_declaration] = STATE(332), - [sym_package_declaration] = STATE(332), - [sym_import_declaration] = STATE(332), - [sym_enum_declaration] = STATE(332), - [sym_class_declaration] = STATE(332), - [sym_modifiers] = STATE(679), - [sym_record_declaration] = STATE(332), - [sym_annotation_type_declaration] = STATE(332), - [sym_interface_declaration] = STATE(332), - [sym__type] = STATE(1266), - [sym__unannotated_type] = STATE(718), - [sym_annotated_type] = STATE(797), - [sym_scoped_type_identifier] = STATE(745), - [sym_generic_type] = STATE(771), - [sym_array_type] = STATE(702), - [sym_integral_type] = STATE(702), - [sym_floating_point_type] = STATE(702), - [sym_formal_parameters] = STATE(1259), - [sym_local_variable_declaration] = STATE(276), - [aux_sym_array_creation_expression_repeat1] = STATE(658), - [aux_sym_modifiers_repeat1] = STATE(428), - [sym_identifier] = ACTIONS(251), + [sym__literal] = STATE(498), + [sym_string_literal] = STATE(505), + [sym__string_literal] = STATE(508), + [sym__multiline_string_literal] = STATE(508), + [sym_expression] = STATE(650), + [sym_cast_expression] = STATE(538), + [sym_assignment_expression] = STATE(538), + [sym_binary_expression] = STATE(538), + [sym_instanceof_expression] = STATE(538), + [sym_lambda_expression] = STATE(538), + [sym_inferred_parameters] = STATE(1218), + [sym_ternary_expression] = STATE(538), + [sym_unary_expression] = STATE(538), + [sym_update_expression] = STATE(538), + [sym_primary_expression] = STATE(509), + [sym_array_creation_expression] = STATE(498), + [sym_parenthesized_expression] = STATE(498), + [sym_class_literal] = STATE(498), + [sym_object_creation_expression] = STATE(498), + [sym__unqualified_object_creation_expression] = STATE(515), + [sym_field_access] = STATE(385), + [sym_array_access] = STATE(385), + [sym_method_invocation] = STATE(498), + [sym_method_reference] = STATE(498), + [sym_switch_expression] = STATE(88), + [sym_statement] = STATE(336), + [sym_block] = STATE(284), + [sym_expression_statement] = STATE(284), + [sym_labeled_statement] = STATE(284), + [sym_assert_statement] = STATE(284), + [sym_do_statement] = STATE(284), + [sym_break_statement] = STATE(284), + [sym_continue_statement] = STATE(284), + [sym_return_statement] = STATE(284), + [sym_yield_statement] = STATE(284), + [sym_synchronized_statement] = STATE(284), + [sym_throw_statement] = STATE(284), + [sym_try_statement] = STATE(284), + [sym_try_with_resources_statement] = STATE(284), + [sym_if_statement] = STATE(284), + [sym_while_statement] = STATE(284), + [sym_for_statement] = STATE(284), + [sym_enhanced_for_statement] = STATE(284), + [sym__annotation] = STATE(474), + [sym_marker_annotation] = STATE(474), + [sym_annotation] = STATE(474), + [sym_declaration] = STATE(284), + [sym_module_declaration] = STATE(292), + [sym_package_declaration] = STATE(292), + [sym_import_declaration] = STATE(292), + [sym_enum_declaration] = STATE(292), + [sym_class_declaration] = STATE(292), + [sym_modifiers] = STATE(702), + [sym_record_declaration] = STATE(292), + [sym_annotation_type_declaration] = STATE(292), + [sym_interface_declaration] = STATE(292), + [sym__type] = STATE(1208), + [sym__unannotated_type] = STATE(700), + [sym_annotated_type] = STATE(831), + [sym_scoped_type_identifier] = STATE(735), + [sym_generic_type] = STATE(751), + [sym_array_type] = STATE(688), + [sym_integral_type] = STATE(688), + [sym_floating_point_type] = STATE(688), + [sym_formal_parameters] = STATE(1218), + [sym_local_variable_declaration] = STATE(284), + [sym__reserved_identifier] = STATE(372), + [aux_sym_array_creation_expression_repeat1] = STATE(653), + [aux_sym_modifiers_repeat1] = STATE(433), + [sym_identifier] = ACTIONS(7), [sym_decimal_integer_literal] = ACTIONS(9), [sym_hex_integer_literal] = ACTIONS(9), [sym_octal_integer_literal] = ACTIONS(9), @@ -12646,7 +12401,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_SEMI] = ACTIONS(35), [anon_sym_assert] = ACTIONS(37), [anon_sym_do] = ACTIONS(39), - [anon_sym_while] = ACTIONS(253), + [anon_sym_while] = ACTIONS(41), [anon_sym_break] = ACTIONS(43), [anon_sym_continue] = ACTIONS(45), [anon_sym_return] = ACTIONS(47), @@ -12654,15 +12409,16 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_synchronized] = ACTIONS(51), [anon_sym_throw] = ACTIONS(53), [anon_sym_try] = ACTIONS(55), - [anon_sym_if] = ACTIONS(255), - [anon_sym_for] = ACTIONS(257), + [anon_sym_if] = ACTIONS(57), + [anon_sym_for] = ACTIONS(59), [anon_sym_AT] = ACTIONS(61), [anon_sym_open] = ACTIONS(63), [anon_sym_module] = ACTIONS(65), [anon_sym_static] = ACTIONS(21), - [anon_sym_package] = ACTIONS(67), - [anon_sym_import] = ACTIONS(69), - [anon_sym_enum] = ACTIONS(71), + [anon_sym_with] = ACTIONS(67), + [anon_sym_package] = ACTIONS(69), + [anon_sym_import] = ACTIONS(71), + [anon_sym_enum] = ACTIONS(73), [anon_sym_public] = ACTIONS(21), [anon_sym_protected] = ACTIONS(21), [anon_sym_private] = ACTIONS(21), @@ -12671,95 +12427,96 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_native] = ACTIONS(21), [anon_sym_transient] = ACTIONS(21), [anon_sym_volatile] = ACTIONS(21), - [anon_sym_sealed] = ACTIONS(21), - [anon_sym_non_DASHsealed] = ACTIONS(73), - [anon_sym_record] = ACTIONS(75), - [anon_sym_ATinterface] = ACTIONS(77), - [anon_sym_interface] = ACTIONS(79), - [anon_sym_byte] = ACTIONS(81), - [anon_sym_short] = ACTIONS(81), - [anon_sym_int] = ACTIONS(81), - [anon_sym_long] = ACTIONS(81), - [anon_sym_char] = ACTIONS(81), - [anon_sym_float] = ACTIONS(83), - [anon_sym_double] = ACTIONS(83), - [sym_boolean_type] = ACTIONS(85), - [sym_void_type] = ACTIONS(85), - [sym_this] = ACTIONS(87), - [sym_super] = ACTIONS(89), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_non_DASHsealed] = ACTIONS(77), + [anon_sym_record] = ACTIONS(79), + [anon_sym_ATinterface] = ACTIONS(81), + [anon_sym_interface] = ACTIONS(83), + [anon_sym_byte] = ACTIONS(85), + [anon_sym_short] = ACTIONS(85), + [anon_sym_int] = ACTIONS(85), + [anon_sym_long] = ACTIONS(85), + [anon_sym_char] = ACTIONS(85), + [anon_sym_float] = ACTIONS(87), + [anon_sym_double] = ACTIONS(87), + [sym_boolean_type] = ACTIONS(89), + [sym_void_type] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, [15] = { - [sym__literal] = STATE(507), - [sym_string_literal] = STATE(510), - [sym__string_literal] = STATE(498), - [sym__multiline_string_literal] = STATE(498), - [sym_expression] = STATE(657), - [sym_cast_expression] = STATE(524), - [sym_assignment_expression] = STATE(524), - [sym_binary_expression] = STATE(524), - [sym_instanceof_expression] = STATE(524), - [sym_lambda_expression] = STATE(524), - [sym_inferred_parameters] = STATE(1259), - [sym_ternary_expression] = STATE(524), - [sym_unary_expression] = STATE(524), - [sym_update_expression] = STATE(524), - [sym_primary_expression] = STATE(470), - [sym_array_creation_expression] = STATE(507), - [sym_parenthesized_expression] = STATE(507), - [sym_class_literal] = STATE(507), - [sym_object_creation_expression] = STATE(507), - [sym__unqualified_object_creation_expression] = STATE(483), - [sym_field_access] = STATE(384), - [sym_array_access] = STATE(384), - [sym_method_invocation] = STATE(507), - [sym_method_reference] = STATE(507), - [sym_switch_expression] = STATE(592), - [sym_statement] = STATE(323), - [sym_block] = STATE(276), - [sym_expression_statement] = STATE(276), - [sym_labeled_statement] = STATE(276), - [sym_assert_statement] = STATE(276), - [sym_do_statement] = STATE(276), - [sym_break_statement] = STATE(276), - [sym_continue_statement] = STATE(276), - [sym_return_statement] = STATE(276), - [sym_yield_statement] = STATE(276), - [sym_synchronized_statement] = STATE(276), - [sym_throw_statement] = STATE(276), - [sym_try_statement] = STATE(276), - [sym_try_with_resources_statement] = STATE(276), - [sym_if_statement] = STATE(276), - [sym_while_statement] = STATE(276), - [sym_for_statement] = STATE(276), - [sym_enhanced_for_statement] = STATE(276), - [sym__annotation] = STATE(471), - [sym_marker_annotation] = STATE(471), - [sym_annotation] = STATE(471), - [sym_declaration] = STATE(276), - [sym_module_declaration] = STATE(332), - [sym_package_declaration] = STATE(332), - [sym_import_declaration] = STATE(332), - [sym_enum_declaration] = STATE(332), - [sym_class_declaration] = STATE(332), - [sym_modifiers] = STATE(679), - [sym_record_declaration] = STATE(332), - [sym_annotation_type_declaration] = STATE(332), - [sym_interface_declaration] = STATE(332), - [sym__type] = STATE(1266), - [sym__unannotated_type] = STATE(718), - [sym_annotated_type] = STATE(797), - [sym_scoped_type_identifier] = STATE(745), - [sym_generic_type] = STATE(771), - [sym_array_type] = STATE(702), - [sym_integral_type] = STATE(702), - [sym_floating_point_type] = STATE(702), - [sym_formal_parameters] = STATE(1259), - [sym_local_variable_declaration] = STATE(276), - [aux_sym_array_creation_expression_repeat1] = STATE(658), - [aux_sym_modifiers_repeat1] = STATE(428), - [sym_identifier] = ACTIONS(251), + [sym__literal] = STATE(498), + [sym_string_literal] = STATE(505), + [sym__string_literal] = STATE(508), + [sym__multiline_string_literal] = STATE(508), + [sym_expression] = STATE(650), + [sym_cast_expression] = STATE(538), + [sym_assignment_expression] = STATE(538), + [sym_binary_expression] = STATE(538), + [sym_instanceof_expression] = STATE(538), + [sym_lambda_expression] = STATE(538), + [sym_inferred_parameters] = STATE(1218), + [sym_ternary_expression] = STATE(538), + [sym_unary_expression] = STATE(538), + [sym_update_expression] = STATE(538), + [sym_primary_expression] = STATE(509), + [sym_array_creation_expression] = STATE(498), + [sym_parenthesized_expression] = STATE(498), + [sym_class_literal] = STATE(498), + [sym_object_creation_expression] = STATE(498), + [sym__unqualified_object_creation_expression] = STATE(515), + [sym_field_access] = STATE(385), + [sym_array_access] = STATE(385), + [sym_method_invocation] = STATE(498), + [sym_method_reference] = STATE(498), + [sym_switch_expression] = STATE(88), + [sym_statement] = STATE(334), + [sym_block] = STATE(284), + [sym_expression_statement] = STATE(284), + [sym_labeled_statement] = STATE(284), + [sym_assert_statement] = STATE(284), + [sym_do_statement] = STATE(284), + [sym_break_statement] = STATE(284), + [sym_continue_statement] = STATE(284), + [sym_return_statement] = STATE(284), + [sym_yield_statement] = STATE(284), + [sym_synchronized_statement] = STATE(284), + [sym_throw_statement] = STATE(284), + [sym_try_statement] = STATE(284), + [sym_try_with_resources_statement] = STATE(284), + [sym_if_statement] = STATE(284), + [sym_while_statement] = STATE(284), + [sym_for_statement] = STATE(284), + [sym_enhanced_for_statement] = STATE(284), + [sym__annotation] = STATE(474), + [sym_marker_annotation] = STATE(474), + [sym_annotation] = STATE(474), + [sym_declaration] = STATE(284), + [sym_module_declaration] = STATE(292), + [sym_package_declaration] = STATE(292), + [sym_import_declaration] = STATE(292), + [sym_enum_declaration] = STATE(292), + [sym_class_declaration] = STATE(292), + [sym_modifiers] = STATE(702), + [sym_record_declaration] = STATE(292), + [sym_annotation_type_declaration] = STATE(292), + [sym_interface_declaration] = STATE(292), + [sym__type] = STATE(1208), + [sym__unannotated_type] = STATE(700), + [sym_annotated_type] = STATE(831), + [sym_scoped_type_identifier] = STATE(735), + [sym_generic_type] = STATE(751), + [sym_array_type] = STATE(688), + [sym_integral_type] = STATE(688), + [sym_floating_point_type] = STATE(688), + [sym_formal_parameters] = STATE(1218), + [sym_local_variable_declaration] = STATE(284), + [sym__reserved_identifier] = STATE(372), + [aux_sym_array_creation_expression_repeat1] = STATE(653), + [aux_sym_modifiers_repeat1] = STATE(433), + [sym_identifier] = ACTIONS(7), [sym_decimal_integer_literal] = ACTIONS(9), [sym_hex_integer_literal] = ACTIONS(9), [sym_octal_integer_literal] = ACTIONS(9), @@ -12788,7 +12545,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_SEMI] = ACTIONS(35), [anon_sym_assert] = ACTIONS(37), [anon_sym_do] = ACTIONS(39), - [anon_sym_while] = ACTIONS(253), + [anon_sym_while] = ACTIONS(41), [anon_sym_break] = ACTIONS(43), [anon_sym_continue] = ACTIONS(45), [anon_sym_return] = ACTIONS(47), @@ -12796,15 +12553,16 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_synchronized] = ACTIONS(51), [anon_sym_throw] = ACTIONS(53), [anon_sym_try] = ACTIONS(55), - [anon_sym_if] = ACTIONS(255), - [anon_sym_for] = ACTIONS(257), + [anon_sym_if] = ACTIONS(57), + [anon_sym_for] = ACTIONS(59), [anon_sym_AT] = ACTIONS(61), [anon_sym_open] = ACTIONS(63), [anon_sym_module] = ACTIONS(65), [anon_sym_static] = ACTIONS(21), - [anon_sym_package] = ACTIONS(67), - [anon_sym_import] = ACTIONS(69), - [anon_sym_enum] = ACTIONS(71), + [anon_sym_with] = ACTIONS(67), + [anon_sym_package] = ACTIONS(69), + [anon_sym_import] = ACTIONS(71), + [anon_sym_enum] = ACTIONS(73), [anon_sym_public] = ACTIONS(21), [anon_sym_protected] = ACTIONS(21), [anon_sym_private] = ACTIONS(21), @@ -12813,95 +12571,96 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_native] = ACTIONS(21), [anon_sym_transient] = ACTIONS(21), [anon_sym_volatile] = ACTIONS(21), - [anon_sym_sealed] = ACTIONS(21), - [anon_sym_non_DASHsealed] = ACTIONS(73), - [anon_sym_record] = ACTIONS(75), - [anon_sym_ATinterface] = ACTIONS(77), - [anon_sym_interface] = ACTIONS(79), - [anon_sym_byte] = ACTIONS(81), - [anon_sym_short] = ACTIONS(81), - [anon_sym_int] = ACTIONS(81), - [anon_sym_long] = ACTIONS(81), - [anon_sym_char] = ACTIONS(81), - [anon_sym_float] = ACTIONS(83), - [anon_sym_double] = ACTIONS(83), - [sym_boolean_type] = ACTIONS(85), - [sym_void_type] = ACTIONS(85), - [sym_this] = ACTIONS(87), - [sym_super] = ACTIONS(89), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_non_DASHsealed] = ACTIONS(77), + [anon_sym_record] = ACTIONS(79), + [anon_sym_ATinterface] = ACTIONS(81), + [anon_sym_interface] = ACTIONS(83), + [anon_sym_byte] = ACTIONS(85), + [anon_sym_short] = ACTIONS(85), + [anon_sym_int] = ACTIONS(85), + [anon_sym_long] = ACTIONS(85), + [anon_sym_char] = ACTIONS(85), + [anon_sym_float] = ACTIONS(87), + [anon_sym_double] = ACTIONS(87), + [sym_boolean_type] = ACTIONS(89), + [sym_void_type] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, [16] = { - [sym__literal] = STATE(507), - [sym_string_literal] = STATE(510), - [sym__string_literal] = STATE(498), - [sym__multiline_string_literal] = STATE(498), - [sym_expression] = STATE(657), - [sym_cast_expression] = STATE(524), - [sym_assignment_expression] = STATE(524), - [sym_binary_expression] = STATE(524), - [sym_instanceof_expression] = STATE(524), - [sym_lambda_expression] = STATE(524), - [sym_inferred_parameters] = STATE(1259), - [sym_ternary_expression] = STATE(524), - [sym_unary_expression] = STATE(524), - [sym_update_expression] = STATE(524), - [sym_primary_expression] = STATE(470), - [sym_array_creation_expression] = STATE(507), - [sym_parenthesized_expression] = STATE(507), - [sym_class_literal] = STATE(507), - [sym_object_creation_expression] = STATE(507), - [sym__unqualified_object_creation_expression] = STATE(483), - [sym_field_access] = STATE(384), - [sym_array_access] = STATE(384), - [sym_method_invocation] = STATE(507), - [sym_method_reference] = STATE(507), - [sym_switch_expression] = STATE(592), - [sym_statement] = STATE(1240), - [sym_block] = STATE(276), - [sym_expression_statement] = STATE(276), - [sym_labeled_statement] = STATE(276), - [sym_assert_statement] = STATE(276), - [sym_do_statement] = STATE(276), - [sym_break_statement] = STATE(276), - [sym_continue_statement] = STATE(276), - [sym_return_statement] = STATE(276), - [sym_yield_statement] = STATE(276), - [sym_synchronized_statement] = STATE(276), - [sym_throw_statement] = STATE(276), - [sym_try_statement] = STATE(276), - [sym_try_with_resources_statement] = STATE(276), - [sym_if_statement] = STATE(276), - [sym_while_statement] = STATE(276), - [sym_for_statement] = STATE(276), - [sym_enhanced_for_statement] = STATE(276), - [sym__annotation] = STATE(471), - [sym_marker_annotation] = STATE(471), - [sym_annotation] = STATE(471), - [sym_declaration] = STATE(276), - [sym_module_declaration] = STATE(332), - [sym_package_declaration] = STATE(332), - [sym_import_declaration] = STATE(332), - [sym_enum_declaration] = STATE(332), - [sym_class_declaration] = STATE(332), - [sym_modifiers] = STATE(679), - [sym_record_declaration] = STATE(332), - [sym_annotation_type_declaration] = STATE(332), - [sym_interface_declaration] = STATE(332), - [sym__type] = STATE(1266), - [sym__unannotated_type] = STATE(718), - [sym_annotated_type] = STATE(797), - [sym_scoped_type_identifier] = STATE(745), - [sym_generic_type] = STATE(771), - [sym_array_type] = STATE(702), - [sym_integral_type] = STATE(702), - [sym_floating_point_type] = STATE(702), - [sym_formal_parameters] = STATE(1259), - [sym_local_variable_declaration] = STATE(276), - [aux_sym_array_creation_expression_repeat1] = STATE(658), - [aux_sym_modifiers_repeat1] = STATE(428), - [sym_identifier] = ACTIONS(251), + [sym__literal] = STATE(498), + [sym_string_literal] = STATE(505), + [sym__string_literal] = STATE(508), + [sym__multiline_string_literal] = STATE(508), + [sym_expression] = STATE(650), + [sym_cast_expression] = STATE(538), + [sym_assignment_expression] = STATE(538), + [sym_binary_expression] = STATE(538), + [sym_instanceof_expression] = STATE(538), + [sym_lambda_expression] = STATE(538), + [sym_inferred_parameters] = STATE(1218), + [sym_ternary_expression] = STATE(538), + [sym_unary_expression] = STATE(538), + [sym_update_expression] = STATE(538), + [sym_primary_expression] = STATE(509), + [sym_array_creation_expression] = STATE(498), + [sym_parenthesized_expression] = STATE(498), + [sym_class_literal] = STATE(498), + [sym_object_creation_expression] = STATE(498), + [sym__unqualified_object_creation_expression] = STATE(515), + [sym_field_access] = STATE(385), + [sym_array_access] = STATE(385), + [sym_method_invocation] = STATE(498), + [sym_method_reference] = STATE(498), + [sym_switch_expression] = STATE(88), + [sym_statement] = STATE(288), + [sym_block] = STATE(284), + [sym_expression_statement] = STATE(284), + [sym_labeled_statement] = STATE(284), + [sym_assert_statement] = STATE(284), + [sym_do_statement] = STATE(284), + [sym_break_statement] = STATE(284), + [sym_continue_statement] = STATE(284), + [sym_return_statement] = STATE(284), + [sym_yield_statement] = STATE(284), + [sym_synchronized_statement] = STATE(284), + [sym_throw_statement] = STATE(284), + [sym_try_statement] = STATE(284), + [sym_try_with_resources_statement] = STATE(284), + [sym_if_statement] = STATE(284), + [sym_while_statement] = STATE(284), + [sym_for_statement] = STATE(284), + [sym_enhanced_for_statement] = STATE(284), + [sym__annotation] = STATE(474), + [sym_marker_annotation] = STATE(474), + [sym_annotation] = STATE(474), + [sym_declaration] = STATE(284), + [sym_module_declaration] = STATE(292), + [sym_package_declaration] = STATE(292), + [sym_import_declaration] = STATE(292), + [sym_enum_declaration] = STATE(292), + [sym_class_declaration] = STATE(292), + [sym_modifiers] = STATE(702), + [sym_record_declaration] = STATE(292), + [sym_annotation_type_declaration] = STATE(292), + [sym_interface_declaration] = STATE(292), + [sym__type] = STATE(1208), + [sym__unannotated_type] = STATE(700), + [sym_annotated_type] = STATE(831), + [sym_scoped_type_identifier] = STATE(735), + [sym_generic_type] = STATE(751), + [sym_array_type] = STATE(688), + [sym_integral_type] = STATE(688), + [sym_floating_point_type] = STATE(688), + [sym_formal_parameters] = STATE(1218), + [sym_local_variable_declaration] = STATE(284), + [sym__reserved_identifier] = STATE(372), + [aux_sym_array_creation_expression_repeat1] = STATE(653), + [aux_sym_modifiers_repeat1] = STATE(433), + [sym_identifier] = ACTIONS(7), [sym_decimal_integer_literal] = ACTIONS(9), [sym_hex_integer_literal] = ACTIONS(9), [sym_octal_integer_literal] = ACTIONS(9), @@ -12930,7 +12689,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_SEMI] = ACTIONS(35), [anon_sym_assert] = ACTIONS(37), [anon_sym_do] = ACTIONS(39), - [anon_sym_while] = ACTIONS(253), + [anon_sym_while] = ACTIONS(41), [anon_sym_break] = ACTIONS(43), [anon_sym_continue] = ACTIONS(45), [anon_sym_return] = ACTIONS(47), @@ -12938,15 +12697,16 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_synchronized] = ACTIONS(51), [anon_sym_throw] = ACTIONS(53), [anon_sym_try] = ACTIONS(55), - [anon_sym_if] = ACTIONS(255), - [anon_sym_for] = ACTIONS(257), + [anon_sym_if] = ACTIONS(57), + [anon_sym_for] = ACTIONS(59), [anon_sym_AT] = ACTIONS(61), [anon_sym_open] = ACTIONS(63), [anon_sym_module] = ACTIONS(65), [anon_sym_static] = ACTIONS(21), - [anon_sym_package] = ACTIONS(67), - [anon_sym_import] = ACTIONS(69), - [anon_sym_enum] = ACTIONS(71), + [anon_sym_with] = ACTIONS(67), + [anon_sym_package] = ACTIONS(69), + [anon_sym_import] = ACTIONS(71), + [anon_sym_enum] = ACTIONS(73), [anon_sym_public] = ACTIONS(21), [anon_sym_protected] = ACTIONS(21), [anon_sym_private] = ACTIONS(21), @@ -12955,94 +12715,95 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_native] = ACTIONS(21), [anon_sym_transient] = ACTIONS(21), [anon_sym_volatile] = ACTIONS(21), - [anon_sym_sealed] = ACTIONS(21), - [anon_sym_non_DASHsealed] = ACTIONS(73), - [anon_sym_record] = ACTIONS(75), - [anon_sym_ATinterface] = ACTIONS(77), - [anon_sym_interface] = ACTIONS(79), - [anon_sym_byte] = ACTIONS(81), - [anon_sym_short] = ACTIONS(81), - [anon_sym_int] = ACTIONS(81), - [anon_sym_long] = ACTIONS(81), - [anon_sym_char] = ACTIONS(81), - [anon_sym_float] = ACTIONS(83), - [anon_sym_double] = ACTIONS(83), - [sym_boolean_type] = ACTIONS(85), - [sym_void_type] = ACTIONS(85), - [sym_this] = ACTIONS(87), - [sym_super] = ACTIONS(89), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_non_DASHsealed] = ACTIONS(77), + [anon_sym_record] = ACTIONS(79), + [anon_sym_ATinterface] = ACTIONS(81), + [anon_sym_interface] = ACTIONS(83), + [anon_sym_byte] = ACTIONS(85), + [anon_sym_short] = ACTIONS(85), + [anon_sym_int] = ACTIONS(85), + [anon_sym_long] = ACTIONS(85), + [anon_sym_char] = ACTIONS(85), + [anon_sym_float] = ACTIONS(87), + [anon_sym_double] = ACTIONS(87), + [sym_boolean_type] = ACTIONS(89), + [sym_void_type] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, [17] = { - [sym__literal] = STATE(507), - [sym_string_literal] = STATE(510), - [sym__string_literal] = STATE(498), - [sym__multiline_string_literal] = STATE(498), - [sym_expression] = STATE(657), - [sym_cast_expression] = STATE(524), - [sym_assignment_expression] = STATE(524), - [sym_binary_expression] = STATE(524), - [sym_instanceof_expression] = STATE(524), - [sym_lambda_expression] = STATE(524), - [sym_inferred_parameters] = STATE(1259), - [sym_ternary_expression] = STATE(524), - [sym_unary_expression] = STATE(524), - [sym_update_expression] = STATE(524), - [sym_primary_expression] = STATE(470), - [sym_array_creation_expression] = STATE(507), - [sym_parenthesized_expression] = STATE(507), - [sym_class_literal] = STATE(507), - [sym_object_creation_expression] = STATE(507), - [sym__unqualified_object_creation_expression] = STATE(483), - [sym_field_access] = STATE(384), - [sym_array_access] = STATE(384), - [sym_method_invocation] = STATE(507), - [sym_method_reference] = STATE(507), - [sym_switch_expression] = STATE(87), - [sym_statement] = STATE(290), - [sym_block] = STATE(276), - [sym_expression_statement] = STATE(276), - [sym_labeled_statement] = STATE(276), - [sym_assert_statement] = STATE(276), - [sym_do_statement] = STATE(276), - [sym_break_statement] = STATE(276), - [sym_continue_statement] = STATE(276), - [sym_return_statement] = STATE(276), - [sym_yield_statement] = STATE(276), - [sym_synchronized_statement] = STATE(276), - [sym_throw_statement] = STATE(276), - [sym_try_statement] = STATE(276), - [sym_try_with_resources_statement] = STATE(276), - [sym_if_statement] = STATE(276), - [sym_while_statement] = STATE(276), - [sym_for_statement] = STATE(276), - [sym_enhanced_for_statement] = STATE(276), - [sym__annotation] = STATE(471), - [sym_marker_annotation] = STATE(471), - [sym_annotation] = STATE(471), - [sym_declaration] = STATE(276), - [sym_module_declaration] = STATE(332), - [sym_package_declaration] = STATE(332), - [sym_import_declaration] = STATE(332), - [sym_enum_declaration] = STATE(332), - [sym_class_declaration] = STATE(332), - [sym_modifiers] = STATE(679), - [sym_record_declaration] = STATE(332), - [sym_annotation_type_declaration] = STATE(332), - [sym_interface_declaration] = STATE(332), - [sym__type] = STATE(1266), - [sym__unannotated_type] = STATE(718), - [sym_annotated_type] = STATE(797), - [sym_scoped_type_identifier] = STATE(745), - [sym_generic_type] = STATE(771), - [sym_array_type] = STATE(702), - [sym_integral_type] = STATE(702), - [sym_floating_point_type] = STATE(702), - [sym_formal_parameters] = STATE(1259), - [sym_local_variable_declaration] = STATE(276), - [aux_sym_array_creation_expression_repeat1] = STATE(658), - [aux_sym_modifiers_repeat1] = STATE(428), + [sym__literal] = STATE(498), + [sym_string_literal] = STATE(505), + [sym__string_literal] = STATE(508), + [sym__multiline_string_literal] = STATE(508), + [sym_expression] = STATE(650), + [sym_cast_expression] = STATE(538), + [sym_assignment_expression] = STATE(538), + [sym_binary_expression] = STATE(538), + [sym_instanceof_expression] = STATE(538), + [sym_lambda_expression] = STATE(538), + [sym_inferred_parameters] = STATE(1218), + [sym_ternary_expression] = STATE(538), + [sym_unary_expression] = STATE(538), + [sym_update_expression] = STATE(538), + [sym_primary_expression] = STATE(509), + [sym_array_creation_expression] = STATE(498), + [sym_parenthesized_expression] = STATE(498), + [sym_class_literal] = STATE(498), + [sym_object_creation_expression] = STATE(498), + [sym__unqualified_object_creation_expression] = STATE(515), + [sym_field_access] = STATE(385), + [sym_array_access] = STATE(385), + [sym_method_invocation] = STATE(498), + [sym_method_reference] = STATE(498), + [sym_switch_expression] = STATE(88), + [sym_statement] = STATE(300), + [sym_block] = STATE(284), + [sym_expression_statement] = STATE(284), + [sym_labeled_statement] = STATE(284), + [sym_assert_statement] = STATE(284), + [sym_do_statement] = STATE(284), + [sym_break_statement] = STATE(284), + [sym_continue_statement] = STATE(284), + [sym_return_statement] = STATE(284), + [sym_yield_statement] = STATE(284), + [sym_synchronized_statement] = STATE(284), + [sym_throw_statement] = STATE(284), + [sym_try_statement] = STATE(284), + [sym_try_with_resources_statement] = STATE(284), + [sym_if_statement] = STATE(284), + [sym_while_statement] = STATE(284), + [sym_for_statement] = STATE(284), + [sym_enhanced_for_statement] = STATE(284), + [sym__annotation] = STATE(474), + [sym_marker_annotation] = STATE(474), + [sym_annotation] = STATE(474), + [sym_declaration] = STATE(284), + [sym_module_declaration] = STATE(292), + [sym_package_declaration] = STATE(292), + [sym_import_declaration] = STATE(292), + [sym_enum_declaration] = STATE(292), + [sym_class_declaration] = STATE(292), + [sym_modifiers] = STATE(702), + [sym_record_declaration] = STATE(292), + [sym_annotation_type_declaration] = STATE(292), + [sym_interface_declaration] = STATE(292), + [sym__type] = STATE(1208), + [sym__unannotated_type] = STATE(700), + [sym_annotated_type] = STATE(831), + [sym_scoped_type_identifier] = STATE(735), + [sym_generic_type] = STATE(751), + [sym_array_type] = STATE(688), + [sym_integral_type] = STATE(688), + [sym_floating_point_type] = STATE(688), + [sym_formal_parameters] = STATE(1218), + [sym_local_variable_declaration] = STATE(284), + [sym__reserved_identifier] = STATE(372), + [aux_sym_array_creation_expression_repeat1] = STATE(653), + [aux_sym_modifiers_repeat1] = STATE(433), [sym_identifier] = ACTIONS(7), [sym_decimal_integer_literal] = ACTIONS(9), [sym_hex_integer_literal] = ACTIONS(9), @@ -13086,9 +12847,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_open] = ACTIONS(63), [anon_sym_module] = ACTIONS(65), [anon_sym_static] = ACTIONS(21), - [anon_sym_package] = ACTIONS(67), - [anon_sym_import] = ACTIONS(69), - [anon_sym_enum] = ACTIONS(71), + [anon_sym_with] = ACTIONS(67), + [anon_sym_package] = ACTIONS(69), + [anon_sym_import] = ACTIONS(71), + [anon_sym_enum] = ACTIONS(73), [anon_sym_public] = ACTIONS(21), [anon_sym_protected] = ACTIONS(21), [anon_sym_private] = ACTIONS(21), @@ -13097,95 +12859,96 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_native] = ACTIONS(21), [anon_sym_transient] = ACTIONS(21), [anon_sym_volatile] = ACTIONS(21), - [anon_sym_sealed] = ACTIONS(21), - [anon_sym_non_DASHsealed] = ACTIONS(73), - [anon_sym_record] = ACTIONS(75), - [anon_sym_ATinterface] = ACTIONS(77), - [anon_sym_interface] = ACTIONS(79), - [anon_sym_byte] = ACTIONS(81), - [anon_sym_short] = ACTIONS(81), - [anon_sym_int] = ACTIONS(81), - [anon_sym_long] = ACTIONS(81), - [anon_sym_char] = ACTIONS(81), - [anon_sym_float] = ACTIONS(83), - [anon_sym_double] = ACTIONS(83), - [sym_boolean_type] = ACTIONS(85), - [sym_void_type] = ACTIONS(85), - [sym_this] = ACTIONS(87), - [sym_super] = ACTIONS(89), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_non_DASHsealed] = ACTIONS(77), + [anon_sym_record] = ACTIONS(79), + [anon_sym_ATinterface] = ACTIONS(81), + [anon_sym_interface] = ACTIONS(83), + [anon_sym_byte] = ACTIONS(85), + [anon_sym_short] = ACTIONS(85), + [anon_sym_int] = ACTIONS(85), + [anon_sym_long] = ACTIONS(85), + [anon_sym_char] = ACTIONS(85), + [anon_sym_float] = ACTIONS(87), + [anon_sym_double] = ACTIONS(87), + [sym_boolean_type] = ACTIONS(89), + [sym_void_type] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, [18] = { - [sym__literal] = STATE(507), - [sym_string_literal] = STATE(510), - [sym__string_literal] = STATE(498), - [sym__multiline_string_literal] = STATE(498), - [sym_expression] = STATE(657), - [sym_cast_expression] = STATE(524), - [sym_assignment_expression] = STATE(524), - [sym_binary_expression] = STATE(524), - [sym_instanceof_expression] = STATE(524), - [sym_lambda_expression] = STATE(524), - [sym_inferred_parameters] = STATE(1259), - [sym_ternary_expression] = STATE(524), - [sym_unary_expression] = STATE(524), - [sym_update_expression] = STATE(524), - [sym_primary_expression] = STATE(470), - [sym_array_creation_expression] = STATE(507), - [sym_parenthesized_expression] = STATE(507), - [sym_class_literal] = STATE(507), - [sym_object_creation_expression] = STATE(507), - [sym__unqualified_object_creation_expression] = STATE(483), - [sym_field_access] = STATE(384), - [sym_array_access] = STATE(384), - [sym_method_invocation] = STATE(507), - [sym_method_reference] = STATE(507), - [sym_switch_expression] = STATE(592), - [sym_statement] = STATE(341), - [sym_block] = STATE(276), - [sym_expression_statement] = STATE(276), - [sym_labeled_statement] = STATE(276), - [sym_assert_statement] = STATE(276), - [sym_do_statement] = STATE(276), - [sym_break_statement] = STATE(276), - [sym_continue_statement] = STATE(276), - [sym_return_statement] = STATE(276), - [sym_yield_statement] = STATE(276), - [sym_synchronized_statement] = STATE(276), - [sym_throw_statement] = STATE(276), - [sym_try_statement] = STATE(276), - [sym_try_with_resources_statement] = STATE(276), - [sym_if_statement] = STATE(276), - [sym_while_statement] = STATE(276), - [sym_for_statement] = STATE(276), - [sym_enhanced_for_statement] = STATE(276), - [sym__annotation] = STATE(471), - [sym_marker_annotation] = STATE(471), - [sym_annotation] = STATE(471), - [sym_declaration] = STATE(276), - [sym_module_declaration] = STATE(332), - [sym_package_declaration] = STATE(332), - [sym_import_declaration] = STATE(332), - [sym_enum_declaration] = STATE(332), - [sym_class_declaration] = STATE(332), - [sym_modifiers] = STATE(679), - [sym_record_declaration] = STATE(332), - [sym_annotation_type_declaration] = STATE(332), - [sym_interface_declaration] = STATE(332), - [sym__type] = STATE(1266), - [sym__unannotated_type] = STATE(718), - [sym_annotated_type] = STATE(797), - [sym_scoped_type_identifier] = STATE(745), - [sym_generic_type] = STATE(771), - [sym_array_type] = STATE(702), - [sym_integral_type] = STATE(702), - [sym_floating_point_type] = STATE(702), - [sym_formal_parameters] = STATE(1259), - [sym_local_variable_declaration] = STATE(276), - [aux_sym_array_creation_expression_repeat1] = STATE(658), - [aux_sym_modifiers_repeat1] = STATE(428), - [sym_identifier] = ACTIONS(251), + [sym__literal] = STATE(498), + [sym_string_literal] = STATE(505), + [sym__string_literal] = STATE(508), + [sym__multiline_string_literal] = STATE(508), + [sym_expression] = STATE(650), + [sym_cast_expression] = STATE(538), + [sym_assignment_expression] = STATE(538), + [sym_binary_expression] = STATE(538), + [sym_instanceof_expression] = STATE(538), + [sym_lambda_expression] = STATE(538), + [sym_inferred_parameters] = STATE(1218), + [sym_ternary_expression] = STATE(538), + [sym_unary_expression] = STATE(538), + [sym_update_expression] = STATE(538), + [sym_primary_expression] = STATE(509), + [sym_array_creation_expression] = STATE(498), + [sym_parenthesized_expression] = STATE(498), + [sym_class_literal] = STATE(498), + [sym_object_creation_expression] = STATE(498), + [sym__unqualified_object_creation_expression] = STATE(515), + [sym_field_access] = STATE(385), + [sym_array_access] = STATE(385), + [sym_method_invocation] = STATE(498), + [sym_method_reference] = STATE(498), + [sym_switch_expression] = STATE(88), + [sym_statement] = STATE(281), + [sym_block] = STATE(284), + [sym_expression_statement] = STATE(284), + [sym_labeled_statement] = STATE(284), + [sym_assert_statement] = STATE(284), + [sym_do_statement] = STATE(284), + [sym_break_statement] = STATE(284), + [sym_continue_statement] = STATE(284), + [sym_return_statement] = STATE(284), + [sym_yield_statement] = STATE(284), + [sym_synchronized_statement] = STATE(284), + [sym_throw_statement] = STATE(284), + [sym_try_statement] = STATE(284), + [sym_try_with_resources_statement] = STATE(284), + [sym_if_statement] = STATE(284), + [sym_while_statement] = STATE(284), + [sym_for_statement] = STATE(284), + [sym_enhanced_for_statement] = STATE(284), + [sym__annotation] = STATE(474), + [sym_marker_annotation] = STATE(474), + [sym_annotation] = STATE(474), + [sym_declaration] = STATE(284), + [sym_module_declaration] = STATE(292), + [sym_package_declaration] = STATE(292), + [sym_import_declaration] = STATE(292), + [sym_enum_declaration] = STATE(292), + [sym_class_declaration] = STATE(292), + [sym_modifiers] = STATE(702), + [sym_record_declaration] = STATE(292), + [sym_annotation_type_declaration] = STATE(292), + [sym_interface_declaration] = STATE(292), + [sym__type] = STATE(1208), + [sym__unannotated_type] = STATE(700), + [sym_annotated_type] = STATE(831), + [sym_scoped_type_identifier] = STATE(735), + [sym_generic_type] = STATE(751), + [sym_array_type] = STATE(688), + [sym_integral_type] = STATE(688), + [sym_floating_point_type] = STATE(688), + [sym_formal_parameters] = STATE(1218), + [sym_local_variable_declaration] = STATE(284), + [sym__reserved_identifier] = STATE(372), + [aux_sym_array_creation_expression_repeat1] = STATE(653), + [aux_sym_modifiers_repeat1] = STATE(433), + [sym_identifier] = ACTIONS(7), [sym_decimal_integer_literal] = ACTIONS(9), [sym_hex_integer_literal] = ACTIONS(9), [sym_octal_integer_literal] = ACTIONS(9), @@ -13214,7 +12977,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_SEMI] = ACTIONS(35), [anon_sym_assert] = ACTIONS(37), [anon_sym_do] = ACTIONS(39), - [anon_sym_while] = ACTIONS(253), + [anon_sym_while] = ACTIONS(41), [anon_sym_break] = ACTIONS(43), [anon_sym_continue] = ACTIONS(45), [anon_sym_return] = ACTIONS(47), @@ -13222,15 +12985,16 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_synchronized] = ACTIONS(51), [anon_sym_throw] = ACTIONS(53), [anon_sym_try] = ACTIONS(55), - [anon_sym_if] = ACTIONS(255), - [anon_sym_for] = ACTIONS(257), + [anon_sym_if] = ACTIONS(57), + [anon_sym_for] = ACTIONS(59), [anon_sym_AT] = ACTIONS(61), [anon_sym_open] = ACTIONS(63), [anon_sym_module] = ACTIONS(65), [anon_sym_static] = ACTIONS(21), - [anon_sym_package] = ACTIONS(67), - [anon_sym_import] = ACTIONS(69), - [anon_sym_enum] = ACTIONS(71), + [anon_sym_with] = ACTIONS(67), + [anon_sym_package] = ACTIONS(69), + [anon_sym_import] = ACTIONS(71), + [anon_sym_enum] = ACTIONS(73), [anon_sym_public] = ACTIONS(21), [anon_sym_protected] = ACTIONS(21), [anon_sym_private] = ACTIONS(21), @@ -13239,95 +13003,96 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_native] = ACTIONS(21), [anon_sym_transient] = ACTIONS(21), [anon_sym_volatile] = ACTIONS(21), - [anon_sym_sealed] = ACTIONS(21), - [anon_sym_non_DASHsealed] = ACTIONS(73), - [anon_sym_record] = ACTIONS(75), - [anon_sym_ATinterface] = ACTIONS(77), - [anon_sym_interface] = ACTIONS(79), - [anon_sym_byte] = ACTIONS(81), - [anon_sym_short] = ACTIONS(81), - [anon_sym_int] = ACTIONS(81), - [anon_sym_long] = ACTIONS(81), - [anon_sym_char] = ACTIONS(81), - [anon_sym_float] = ACTIONS(83), - [anon_sym_double] = ACTIONS(83), - [sym_boolean_type] = ACTIONS(85), - [sym_void_type] = ACTIONS(85), - [sym_this] = ACTIONS(87), - [sym_super] = ACTIONS(89), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_non_DASHsealed] = ACTIONS(77), + [anon_sym_record] = ACTIONS(79), + [anon_sym_ATinterface] = ACTIONS(81), + [anon_sym_interface] = ACTIONS(83), + [anon_sym_byte] = ACTIONS(85), + [anon_sym_short] = ACTIONS(85), + [anon_sym_int] = ACTIONS(85), + [anon_sym_long] = ACTIONS(85), + [anon_sym_char] = ACTIONS(85), + [anon_sym_float] = ACTIONS(87), + [anon_sym_double] = ACTIONS(87), + [sym_boolean_type] = ACTIONS(89), + [sym_void_type] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, [19] = { - [sym__literal] = STATE(507), - [sym_string_literal] = STATE(510), - [sym__string_literal] = STATE(498), - [sym__multiline_string_literal] = STATE(498), - [sym_expression] = STATE(657), - [sym_cast_expression] = STATE(524), - [sym_assignment_expression] = STATE(524), - [sym_binary_expression] = STATE(524), - [sym_instanceof_expression] = STATE(524), - [sym_lambda_expression] = STATE(524), - [sym_inferred_parameters] = STATE(1259), - [sym_ternary_expression] = STATE(524), - [sym_unary_expression] = STATE(524), - [sym_update_expression] = STATE(524), - [sym_primary_expression] = STATE(470), - [sym_array_creation_expression] = STATE(507), - [sym_parenthesized_expression] = STATE(507), - [sym_class_literal] = STATE(507), - [sym_object_creation_expression] = STATE(507), - [sym__unqualified_object_creation_expression] = STATE(483), - [sym_field_access] = STATE(384), - [sym_array_access] = STATE(384), - [sym_method_invocation] = STATE(507), - [sym_method_reference] = STATE(507), - [sym_switch_expression] = STATE(87), - [sym_statement] = STATE(291), - [sym_block] = STATE(276), - [sym_expression_statement] = STATE(276), - [sym_labeled_statement] = STATE(276), - [sym_assert_statement] = STATE(276), - [sym_do_statement] = STATE(276), - [sym_break_statement] = STATE(276), - [sym_continue_statement] = STATE(276), - [sym_return_statement] = STATE(276), - [sym_yield_statement] = STATE(276), - [sym_synchronized_statement] = STATE(276), - [sym_throw_statement] = STATE(276), - [sym_try_statement] = STATE(276), - [sym_try_with_resources_statement] = STATE(276), - [sym_if_statement] = STATE(276), - [sym_while_statement] = STATE(276), - [sym_for_statement] = STATE(276), - [sym_enhanced_for_statement] = STATE(276), - [sym__annotation] = STATE(471), - [sym_marker_annotation] = STATE(471), - [sym_annotation] = STATE(471), - [sym_declaration] = STATE(276), - [sym_module_declaration] = STATE(332), - [sym_package_declaration] = STATE(332), - [sym_import_declaration] = STATE(332), - [sym_enum_declaration] = STATE(332), - [sym_class_declaration] = STATE(332), - [sym_modifiers] = STATE(679), - [sym_record_declaration] = STATE(332), - [sym_annotation_type_declaration] = STATE(332), - [sym_interface_declaration] = STATE(332), - [sym__type] = STATE(1266), - [sym__unannotated_type] = STATE(718), - [sym_annotated_type] = STATE(797), - [sym_scoped_type_identifier] = STATE(745), - [sym_generic_type] = STATE(771), - [sym_array_type] = STATE(702), - [sym_integral_type] = STATE(702), - [sym_floating_point_type] = STATE(702), - [sym_formal_parameters] = STATE(1259), - [sym_local_variable_declaration] = STATE(276), - [aux_sym_array_creation_expression_repeat1] = STATE(658), - [aux_sym_modifiers_repeat1] = STATE(428), - [sym_identifier] = ACTIONS(7), + [sym__literal] = STATE(498), + [sym_string_literal] = STATE(505), + [sym__string_literal] = STATE(508), + [sym__multiline_string_literal] = STATE(508), + [sym_expression] = STATE(650), + [sym_cast_expression] = STATE(538), + [sym_assignment_expression] = STATE(538), + [sym_binary_expression] = STATE(538), + [sym_instanceof_expression] = STATE(538), + [sym_lambda_expression] = STATE(538), + [sym_inferred_parameters] = STATE(1218), + [sym_ternary_expression] = STATE(538), + [sym_unary_expression] = STATE(538), + [sym_update_expression] = STATE(538), + [sym_primary_expression] = STATE(509), + [sym_array_creation_expression] = STATE(498), + [sym_parenthesized_expression] = STATE(498), + [sym_class_literal] = STATE(498), + [sym_object_creation_expression] = STATE(498), + [sym__unqualified_object_creation_expression] = STATE(515), + [sym_field_access] = STATE(385), + [sym_array_access] = STATE(385), + [sym_method_invocation] = STATE(498), + [sym_method_reference] = STATE(498), + [sym_switch_expression] = STATE(607), + [sym_statement] = STATE(1190), + [sym_block] = STATE(284), + [sym_expression_statement] = STATE(284), + [sym_labeled_statement] = STATE(284), + [sym_assert_statement] = STATE(284), + [sym_do_statement] = STATE(284), + [sym_break_statement] = STATE(284), + [sym_continue_statement] = STATE(284), + [sym_return_statement] = STATE(284), + [sym_yield_statement] = STATE(284), + [sym_synchronized_statement] = STATE(284), + [sym_throw_statement] = STATE(284), + [sym_try_statement] = STATE(284), + [sym_try_with_resources_statement] = STATE(284), + [sym_if_statement] = STATE(284), + [sym_while_statement] = STATE(284), + [sym_for_statement] = STATE(284), + [sym_enhanced_for_statement] = STATE(284), + [sym__annotation] = STATE(474), + [sym_marker_annotation] = STATE(474), + [sym_annotation] = STATE(474), + [sym_declaration] = STATE(284), + [sym_module_declaration] = STATE(292), + [sym_package_declaration] = STATE(292), + [sym_import_declaration] = STATE(292), + [sym_enum_declaration] = STATE(292), + [sym_class_declaration] = STATE(292), + [sym_modifiers] = STATE(702), + [sym_record_declaration] = STATE(292), + [sym_annotation_type_declaration] = STATE(292), + [sym_interface_declaration] = STATE(292), + [sym__type] = STATE(1208), + [sym__unannotated_type] = STATE(700), + [sym_annotated_type] = STATE(831), + [sym_scoped_type_identifier] = STATE(735), + [sym_generic_type] = STATE(751), + [sym_array_type] = STATE(688), + [sym_integral_type] = STATE(688), + [sym_floating_point_type] = STATE(688), + [sym_formal_parameters] = STATE(1218), + [sym_local_variable_declaration] = STATE(284), + [sym__reserved_identifier] = STATE(372), + [aux_sym_array_creation_expression_repeat1] = STATE(653), + [aux_sym_modifiers_repeat1] = STATE(433), + [sym_identifier] = ACTIONS(261), [sym_decimal_integer_literal] = ACTIONS(9), [sym_hex_integer_literal] = ACTIONS(9), [sym_octal_integer_literal] = ACTIONS(9), @@ -13356,7 +13121,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_SEMI] = ACTIONS(35), [anon_sym_assert] = ACTIONS(37), [anon_sym_do] = ACTIONS(39), - [anon_sym_while] = ACTIONS(41), + [anon_sym_while] = ACTIONS(263), [anon_sym_break] = ACTIONS(43), [anon_sym_continue] = ACTIONS(45), [anon_sym_return] = ACTIONS(47), @@ -13364,15 +13129,16 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_synchronized] = ACTIONS(51), [anon_sym_throw] = ACTIONS(53), [anon_sym_try] = ACTIONS(55), - [anon_sym_if] = ACTIONS(57), - [anon_sym_for] = ACTIONS(59), + [anon_sym_if] = ACTIONS(265), + [anon_sym_for] = ACTIONS(267), [anon_sym_AT] = ACTIONS(61), [anon_sym_open] = ACTIONS(63), [anon_sym_module] = ACTIONS(65), [anon_sym_static] = ACTIONS(21), - [anon_sym_package] = ACTIONS(67), - [anon_sym_import] = ACTIONS(69), - [anon_sym_enum] = ACTIONS(71), + [anon_sym_with] = ACTIONS(67), + [anon_sym_package] = ACTIONS(69), + [anon_sym_import] = ACTIONS(71), + [anon_sym_enum] = ACTIONS(73), [anon_sym_public] = ACTIONS(21), [anon_sym_protected] = ACTIONS(21), [anon_sym_private] = ACTIONS(21), @@ -13381,94 +13147,95 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_native] = ACTIONS(21), [anon_sym_transient] = ACTIONS(21), [anon_sym_volatile] = ACTIONS(21), - [anon_sym_sealed] = ACTIONS(21), - [anon_sym_non_DASHsealed] = ACTIONS(73), - [anon_sym_record] = ACTIONS(75), - [anon_sym_ATinterface] = ACTIONS(77), - [anon_sym_interface] = ACTIONS(79), - [anon_sym_byte] = ACTIONS(81), - [anon_sym_short] = ACTIONS(81), - [anon_sym_int] = ACTIONS(81), - [anon_sym_long] = ACTIONS(81), - [anon_sym_char] = ACTIONS(81), - [anon_sym_float] = ACTIONS(83), - [anon_sym_double] = ACTIONS(83), - [sym_boolean_type] = ACTIONS(85), - [sym_void_type] = ACTIONS(85), - [sym_this] = ACTIONS(87), - [sym_super] = ACTIONS(89), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_non_DASHsealed] = ACTIONS(77), + [anon_sym_record] = ACTIONS(79), + [anon_sym_ATinterface] = ACTIONS(81), + [anon_sym_interface] = ACTIONS(83), + [anon_sym_byte] = ACTIONS(85), + [anon_sym_short] = ACTIONS(85), + [anon_sym_int] = ACTIONS(85), + [anon_sym_long] = ACTIONS(85), + [anon_sym_char] = ACTIONS(85), + [anon_sym_float] = ACTIONS(87), + [anon_sym_double] = ACTIONS(87), + [sym_boolean_type] = ACTIONS(89), + [sym_void_type] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, [20] = { - [sym__literal] = STATE(507), - [sym_string_literal] = STATE(510), - [sym__string_literal] = STATE(498), - [sym__multiline_string_literal] = STATE(498), - [sym_expression] = STATE(657), - [sym_cast_expression] = STATE(524), - [sym_assignment_expression] = STATE(524), - [sym_binary_expression] = STATE(524), - [sym_instanceof_expression] = STATE(524), - [sym_lambda_expression] = STATE(524), - [sym_inferred_parameters] = STATE(1259), - [sym_ternary_expression] = STATE(524), - [sym_unary_expression] = STATE(524), - [sym_update_expression] = STATE(524), - [sym_primary_expression] = STATE(470), - [sym_array_creation_expression] = STATE(507), - [sym_parenthesized_expression] = STATE(507), - [sym_class_literal] = STATE(507), - [sym_object_creation_expression] = STATE(507), - [sym__unqualified_object_creation_expression] = STATE(483), - [sym_field_access] = STATE(384), - [sym_array_access] = STATE(384), - [sym_method_invocation] = STATE(507), - [sym_method_reference] = STATE(507), - [sym_switch_expression] = STATE(87), - [sym_statement] = STATE(292), - [sym_block] = STATE(276), - [sym_expression_statement] = STATE(276), - [sym_labeled_statement] = STATE(276), - [sym_assert_statement] = STATE(276), - [sym_do_statement] = STATE(276), - [sym_break_statement] = STATE(276), - [sym_continue_statement] = STATE(276), - [sym_return_statement] = STATE(276), - [sym_yield_statement] = STATE(276), - [sym_synchronized_statement] = STATE(276), - [sym_throw_statement] = STATE(276), - [sym_try_statement] = STATE(276), - [sym_try_with_resources_statement] = STATE(276), - [sym_if_statement] = STATE(276), - [sym_while_statement] = STATE(276), - [sym_for_statement] = STATE(276), - [sym_enhanced_for_statement] = STATE(276), - [sym__annotation] = STATE(471), - [sym_marker_annotation] = STATE(471), - [sym_annotation] = STATE(471), - [sym_declaration] = STATE(276), - [sym_module_declaration] = STATE(332), - [sym_package_declaration] = STATE(332), - [sym_import_declaration] = STATE(332), - [sym_enum_declaration] = STATE(332), - [sym_class_declaration] = STATE(332), - [sym_modifiers] = STATE(679), - [sym_record_declaration] = STATE(332), - [sym_annotation_type_declaration] = STATE(332), - [sym_interface_declaration] = STATE(332), - [sym__type] = STATE(1266), - [sym__unannotated_type] = STATE(718), - [sym_annotated_type] = STATE(797), - [sym_scoped_type_identifier] = STATE(745), - [sym_generic_type] = STATE(771), - [sym_array_type] = STATE(702), - [sym_integral_type] = STATE(702), - [sym_floating_point_type] = STATE(702), - [sym_formal_parameters] = STATE(1259), - [sym_local_variable_declaration] = STATE(276), - [aux_sym_array_creation_expression_repeat1] = STATE(658), - [aux_sym_modifiers_repeat1] = STATE(428), + [sym__literal] = STATE(498), + [sym_string_literal] = STATE(505), + [sym__string_literal] = STATE(508), + [sym__multiline_string_literal] = STATE(508), + [sym_expression] = STATE(650), + [sym_cast_expression] = STATE(538), + [sym_assignment_expression] = STATE(538), + [sym_binary_expression] = STATE(538), + [sym_instanceof_expression] = STATE(538), + [sym_lambda_expression] = STATE(538), + [sym_inferred_parameters] = STATE(1218), + [sym_ternary_expression] = STATE(538), + [sym_unary_expression] = STATE(538), + [sym_update_expression] = STATE(538), + [sym_primary_expression] = STATE(509), + [sym_array_creation_expression] = STATE(498), + [sym_parenthesized_expression] = STATE(498), + [sym_class_literal] = STATE(498), + [sym_object_creation_expression] = STATE(498), + [sym__unqualified_object_creation_expression] = STATE(515), + [sym_field_access] = STATE(385), + [sym_array_access] = STATE(385), + [sym_method_invocation] = STATE(498), + [sym_method_reference] = STATE(498), + [sym_switch_expression] = STATE(88), + [sym_statement] = STATE(275), + [sym_block] = STATE(284), + [sym_expression_statement] = STATE(284), + [sym_labeled_statement] = STATE(284), + [sym_assert_statement] = STATE(284), + [sym_do_statement] = STATE(284), + [sym_break_statement] = STATE(284), + [sym_continue_statement] = STATE(284), + [sym_return_statement] = STATE(284), + [sym_yield_statement] = STATE(284), + [sym_synchronized_statement] = STATE(284), + [sym_throw_statement] = STATE(284), + [sym_try_statement] = STATE(284), + [sym_try_with_resources_statement] = STATE(284), + [sym_if_statement] = STATE(284), + [sym_while_statement] = STATE(284), + [sym_for_statement] = STATE(284), + [sym_enhanced_for_statement] = STATE(284), + [sym__annotation] = STATE(474), + [sym_marker_annotation] = STATE(474), + [sym_annotation] = STATE(474), + [sym_declaration] = STATE(284), + [sym_module_declaration] = STATE(292), + [sym_package_declaration] = STATE(292), + [sym_import_declaration] = STATE(292), + [sym_enum_declaration] = STATE(292), + [sym_class_declaration] = STATE(292), + [sym_modifiers] = STATE(702), + [sym_record_declaration] = STATE(292), + [sym_annotation_type_declaration] = STATE(292), + [sym_interface_declaration] = STATE(292), + [sym__type] = STATE(1208), + [sym__unannotated_type] = STATE(700), + [sym_annotated_type] = STATE(831), + [sym_scoped_type_identifier] = STATE(735), + [sym_generic_type] = STATE(751), + [sym_array_type] = STATE(688), + [sym_integral_type] = STATE(688), + [sym_floating_point_type] = STATE(688), + [sym_formal_parameters] = STATE(1218), + [sym_local_variable_declaration] = STATE(284), + [sym__reserved_identifier] = STATE(372), + [aux_sym_array_creation_expression_repeat1] = STATE(653), + [aux_sym_modifiers_repeat1] = STATE(433), [sym_identifier] = ACTIONS(7), [sym_decimal_integer_literal] = ACTIONS(9), [sym_hex_integer_literal] = ACTIONS(9), @@ -13512,9 +13279,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_open] = ACTIONS(63), [anon_sym_module] = ACTIONS(65), [anon_sym_static] = ACTIONS(21), - [anon_sym_package] = ACTIONS(67), - [anon_sym_import] = ACTIONS(69), - [anon_sym_enum] = ACTIONS(71), + [anon_sym_with] = ACTIONS(67), + [anon_sym_package] = ACTIONS(69), + [anon_sym_import] = ACTIONS(71), + [anon_sym_enum] = ACTIONS(73), [anon_sym_public] = ACTIONS(21), [anon_sym_protected] = ACTIONS(21), [anon_sym_private] = ACTIONS(21), @@ -13523,94 +13291,95 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_native] = ACTIONS(21), [anon_sym_transient] = ACTIONS(21), [anon_sym_volatile] = ACTIONS(21), - [anon_sym_sealed] = ACTIONS(21), - [anon_sym_non_DASHsealed] = ACTIONS(73), - [anon_sym_record] = ACTIONS(75), - [anon_sym_ATinterface] = ACTIONS(77), - [anon_sym_interface] = ACTIONS(79), - [anon_sym_byte] = ACTIONS(81), - [anon_sym_short] = ACTIONS(81), - [anon_sym_int] = ACTIONS(81), - [anon_sym_long] = ACTIONS(81), - [anon_sym_char] = ACTIONS(81), - [anon_sym_float] = ACTIONS(83), - [anon_sym_double] = ACTIONS(83), - [sym_boolean_type] = ACTIONS(85), - [sym_void_type] = ACTIONS(85), - [sym_this] = ACTIONS(87), - [sym_super] = ACTIONS(89), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_non_DASHsealed] = ACTIONS(77), + [anon_sym_record] = ACTIONS(79), + [anon_sym_ATinterface] = ACTIONS(81), + [anon_sym_interface] = ACTIONS(83), + [anon_sym_byte] = ACTIONS(85), + [anon_sym_short] = ACTIONS(85), + [anon_sym_int] = ACTIONS(85), + [anon_sym_long] = ACTIONS(85), + [anon_sym_char] = ACTIONS(85), + [anon_sym_float] = ACTIONS(87), + [anon_sym_double] = ACTIONS(87), + [sym_boolean_type] = ACTIONS(89), + [sym_void_type] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, [21] = { - [sym__literal] = STATE(507), - [sym_string_literal] = STATE(510), - [sym__string_literal] = STATE(498), - [sym__multiline_string_literal] = STATE(498), - [sym_expression] = STATE(657), - [sym_cast_expression] = STATE(524), - [sym_assignment_expression] = STATE(524), - [sym_binary_expression] = STATE(524), - [sym_instanceof_expression] = STATE(524), - [sym_lambda_expression] = STATE(524), - [sym_inferred_parameters] = STATE(1259), - [sym_ternary_expression] = STATE(524), - [sym_unary_expression] = STATE(524), - [sym_update_expression] = STATE(524), - [sym_primary_expression] = STATE(470), - [sym_array_creation_expression] = STATE(507), - [sym_parenthesized_expression] = STATE(507), - [sym_class_literal] = STATE(507), - [sym_object_creation_expression] = STATE(507), - [sym__unqualified_object_creation_expression] = STATE(483), - [sym_field_access] = STATE(384), - [sym_array_access] = STATE(384), - [sym_method_invocation] = STATE(507), - [sym_method_reference] = STATE(507), - [sym_switch_expression] = STATE(87), - [sym_statement] = STATE(295), - [sym_block] = STATE(276), - [sym_expression_statement] = STATE(276), - [sym_labeled_statement] = STATE(276), - [sym_assert_statement] = STATE(276), - [sym_do_statement] = STATE(276), - [sym_break_statement] = STATE(276), - [sym_continue_statement] = STATE(276), - [sym_return_statement] = STATE(276), - [sym_yield_statement] = STATE(276), - [sym_synchronized_statement] = STATE(276), - [sym_throw_statement] = STATE(276), - [sym_try_statement] = STATE(276), - [sym_try_with_resources_statement] = STATE(276), - [sym_if_statement] = STATE(276), - [sym_while_statement] = STATE(276), - [sym_for_statement] = STATE(276), - [sym_enhanced_for_statement] = STATE(276), - [sym__annotation] = STATE(471), - [sym_marker_annotation] = STATE(471), - [sym_annotation] = STATE(471), - [sym_declaration] = STATE(276), - [sym_module_declaration] = STATE(332), - [sym_package_declaration] = STATE(332), - [sym_import_declaration] = STATE(332), - [sym_enum_declaration] = STATE(332), - [sym_class_declaration] = STATE(332), - [sym_modifiers] = STATE(679), - [sym_record_declaration] = STATE(332), - [sym_annotation_type_declaration] = STATE(332), - [sym_interface_declaration] = STATE(332), - [sym__type] = STATE(1266), - [sym__unannotated_type] = STATE(718), - [sym_annotated_type] = STATE(797), - [sym_scoped_type_identifier] = STATE(745), - [sym_generic_type] = STATE(771), - [sym_array_type] = STATE(702), - [sym_integral_type] = STATE(702), - [sym_floating_point_type] = STATE(702), - [sym_formal_parameters] = STATE(1259), - [sym_local_variable_declaration] = STATE(276), - [aux_sym_array_creation_expression_repeat1] = STATE(658), - [aux_sym_modifiers_repeat1] = STATE(428), + [sym__literal] = STATE(498), + [sym_string_literal] = STATE(505), + [sym__string_literal] = STATE(508), + [sym__multiline_string_literal] = STATE(508), + [sym_expression] = STATE(650), + [sym_cast_expression] = STATE(538), + [sym_assignment_expression] = STATE(538), + [sym_binary_expression] = STATE(538), + [sym_instanceof_expression] = STATE(538), + [sym_lambda_expression] = STATE(538), + [sym_inferred_parameters] = STATE(1218), + [sym_ternary_expression] = STATE(538), + [sym_unary_expression] = STATE(538), + [sym_update_expression] = STATE(538), + [sym_primary_expression] = STATE(509), + [sym_array_creation_expression] = STATE(498), + [sym_parenthesized_expression] = STATE(498), + [sym_class_literal] = STATE(498), + [sym_object_creation_expression] = STATE(498), + [sym__unqualified_object_creation_expression] = STATE(515), + [sym_field_access] = STATE(385), + [sym_array_access] = STATE(385), + [sym_method_invocation] = STATE(498), + [sym_method_reference] = STATE(498), + [sym_switch_expression] = STATE(88), + [sym_statement] = STATE(283), + [sym_block] = STATE(284), + [sym_expression_statement] = STATE(284), + [sym_labeled_statement] = STATE(284), + [sym_assert_statement] = STATE(284), + [sym_do_statement] = STATE(284), + [sym_break_statement] = STATE(284), + [sym_continue_statement] = STATE(284), + [sym_return_statement] = STATE(284), + [sym_yield_statement] = STATE(284), + [sym_synchronized_statement] = STATE(284), + [sym_throw_statement] = STATE(284), + [sym_try_statement] = STATE(284), + [sym_try_with_resources_statement] = STATE(284), + [sym_if_statement] = STATE(284), + [sym_while_statement] = STATE(284), + [sym_for_statement] = STATE(284), + [sym_enhanced_for_statement] = STATE(284), + [sym__annotation] = STATE(474), + [sym_marker_annotation] = STATE(474), + [sym_annotation] = STATE(474), + [sym_declaration] = STATE(284), + [sym_module_declaration] = STATE(292), + [sym_package_declaration] = STATE(292), + [sym_import_declaration] = STATE(292), + [sym_enum_declaration] = STATE(292), + [sym_class_declaration] = STATE(292), + [sym_modifiers] = STATE(702), + [sym_record_declaration] = STATE(292), + [sym_annotation_type_declaration] = STATE(292), + [sym_interface_declaration] = STATE(292), + [sym__type] = STATE(1208), + [sym__unannotated_type] = STATE(700), + [sym_annotated_type] = STATE(831), + [sym_scoped_type_identifier] = STATE(735), + [sym_generic_type] = STATE(751), + [sym_array_type] = STATE(688), + [sym_integral_type] = STATE(688), + [sym_floating_point_type] = STATE(688), + [sym_formal_parameters] = STATE(1218), + [sym_local_variable_declaration] = STATE(284), + [sym__reserved_identifier] = STATE(372), + [aux_sym_array_creation_expression_repeat1] = STATE(653), + [aux_sym_modifiers_repeat1] = STATE(433), [sym_identifier] = ACTIONS(7), [sym_decimal_integer_literal] = ACTIONS(9), [sym_hex_integer_literal] = ACTIONS(9), @@ -13654,9 +13423,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_open] = ACTIONS(63), [anon_sym_module] = ACTIONS(65), [anon_sym_static] = ACTIONS(21), - [anon_sym_package] = ACTIONS(67), - [anon_sym_import] = ACTIONS(69), - [anon_sym_enum] = ACTIONS(71), + [anon_sym_with] = ACTIONS(67), + [anon_sym_package] = ACTIONS(69), + [anon_sym_import] = ACTIONS(71), + [anon_sym_enum] = ACTIONS(73), [anon_sym_public] = ACTIONS(21), [anon_sym_protected] = ACTIONS(21), [anon_sym_private] = ACTIONS(21), @@ -13665,95 +13435,96 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_native] = ACTIONS(21), [anon_sym_transient] = ACTIONS(21), [anon_sym_volatile] = ACTIONS(21), - [anon_sym_sealed] = ACTIONS(21), - [anon_sym_non_DASHsealed] = ACTIONS(73), - [anon_sym_record] = ACTIONS(75), - [anon_sym_ATinterface] = ACTIONS(77), - [anon_sym_interface] = ACTIONS(79), - [anon_sym_byte] = ACTIONS(81), - [anon_sym_short] = ACTIONS(81), - [anon_sym_int] = ACTIONS(81), - [anon_sym_long] = ACTIONS(81), - [anon_sym_char] = ACTIONS(81), - [anon_sym_float] = ACTIONS(83), - [anon_sym_double] = ACTIONS(83), - [sym_boolean_type] = ACTIONS(85), - [sym_void_type] = ACTIONS(85), - [sym_this] = ACTIONS(87), - [sym_super] = ACTIONS(89), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_non_DASHsealed] = ACTIONS(77), + [anon_sym_record] = ACTIONS(79), + [anon_sym_ATinterface] = ACTIONS(81), + [anon_sym_interface] = ACTIONS(83), + [anon_sym_byte] = ACTIONS(85), + [anon_sym_short] = ACTIONS(85), + [anon_sym_int] = ACTIONS(85), + [anon_sym_long] = ACTIONS(85), + [anon_sym_char] = ACTIONS(85), + [anon_sym_float] = ACTIONS(87), + [anon_sym_double] = ACTIONS(87), + [sym_boolean_type] = ACTIONS(89), + [sym_void_type] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, [22] = { - [sym__literal] = STATE(507), - [sym_string_literal] = STATE(510), - [sym__string_literal] = STATE(498), - [sym__multiline_string_literal] = STATE(498), - [sym_expression] = STATE(657), - [sym_cast_expression] = STATE(524), - [sym_assignment_expression] = STATE(524), - [sym_binary_expression] = STATE(524), - [sym_instanceof_expression] = STATE(524), - [sym_lambda_expression] = STATE(524), - [sym_inferred_parameters] = STATE(1259), - [sym_ternary_expression] = STATE(524), - [sym_unary_expression] = STATE(524), - [sym_update_expression] = STATE(524), - [sym_primary_expression] = STATE(470), - [sym_array_creation_expression] = STATE(507), - [sym_parenthesized_expression] = STATE(507), - [sym_class_literal] = STATE(507), - [sym_object_creation_expression] = STATE(507), - [sym__unqualified_object_creation_expression] = STATE(483), - [sym_field_access] = STATE(384), - [sym_array_access] = STATE(384), - [sym_method_invocation] = STATE(507), - [sym_method_reference] = STATE(507), - [sym_switch_expression] = STATE(592), - [sym_statement] = STATE(320), - [sym_block] = STATE(276), - [sym_expression_statement] = STATE(276), - [sym_labeled_statement] = STATE(276), - [sym_assert_statement] = STATE(276), - [sym_do_statement] = STATE(276), - [sym_break_statement] = STATE(276), - [sym_continue_statement] = STATE(276), - [sym_return_statement] = STATE(276), - [sym_yield_statement] = STATE(276), - [sym_synchronized_statement] = STATE(276), - [sym_throw_statement] = STATE(276), - [sym_try_statement] = STATE(276), - [sym_try_with_resources_statement] = STATE(276), - [sym_if_statement] = STATE(276), - [sym_while_statement] = STATE(276), - [sym_for_statement] = STATE(276), - [sym_enhanced_for_statement] = STATE(276), - [sym__annotation] = STATE(471), - [sym_marker_annotation] = STATE(471), - [sym_annotation] = STATE(471), - [sym_declaration] = STATE(276), - [sym_module_declaration] = STATE(332), - [sym_package_declaration] = STATE(332), - [sym_import_declaration] = STATE(332), - [sym_enum_declaration] = STATE(332), - [sym_class_declaration] = STATE(332), - [sym_modifiers] = STATE(679), - [sym_record_declaration] = STATE(332), - [sym_annotation_type_declaration] = STATE(332), - [sym_interface_declaration] = STATE(332), - [sym__type] = STATE(1266), - [sym__unannotated_type] = STATE(718), - [sym_annotated_type] = STATE(797), - [sym_scoped_type_identifier] = STATE(745), - [sym_generic_type] = STATE(771), - [sym_array_type] = STATE(702), - [sym_integral_type] = STATE(702), - [sym_floating_point_type] = STATE(702), - [sym_formal_parameters] = STATE(1259), - [sym_local_variable_declaration] = STATE(276), - [aux_sym_array_creation_expression_repeat1] = STATE(658), - [aux_sym_modifiers_repeat1] = STATE(428), - [sym_identifier] = ACTIONS(251), + [sym__literal] = STATE(498), + [sym_string_literal] = STATE(505), + [sym__string_literal] = STATE(508), + [sym__multiline_string_literal] = STATE(508), + [sym_expression] = STATE(650), + [sym_cast_expression] = STATE(538), + [sym_assignment_expression] = STATE(538), + [sym_binary_expression] = STATE(538), + [sym_instanceof_expression] = STATE(538), + [sym_lambda_expression] = STATE(538), + [sym_inferred_parameters] = STATE(1218), + [sym_ternary_expression] = STATE(538), + [sym_unary_expression] = STATE(538), + [sym_update_expression] = STATE(538), + [sym_primary_expression] = STATE(509), + [sym_array_creation_expression] = STATE(498), + [sym_parenthesized_expression] = STATE(498), + [sym_class_literal] = STATE(498), + [sym_object_creation_expression] = STATE(498), + [sym__unqualified_object_creation_expression] = STATE(515), + [sym_field_access] = STATE(385), + [sym_array_access] = STATE(385), + [sym_method_invocation] = STATE(498), + [sym_method_reference] = STATE(498), + [sym_switch_expression] = STATE(88), + [sym_statement] = STATE(298), + [sym_block] = STATE(284), + [sym_expression_statement] = STATE(284), + [sym_labeled_statement] = STATE(284), + [sym_assert_statement] = STATE(284), + [sym_do_statement] = STATE(284), + [sym_break_statement] = STATE(284), + [sym_continue_statement] = STATE(284), + [sym_return_statement] = STATE(284), + [sym_yield_statement] = STATE(284), + [sym_synchronized_statement] = STATE(284), + [sym_throw_statement] = STATE(284), + [sym_try_statement] = STATE(284), + [sym_try_with_resources_statement] = STATE(284), + [sym_if_statement] = STATE(284), + [sym_while_statement] = STATE(284), + [sym_for_statement] = STATE(284), + [sym_enhanced_for_statement] = STATE(284), + [sym__annotation] = STATE(474), + [sym_marker_annotation] = STATE(474), + [sym_annotation] = STATE(474), + [sym_declaration] = STATE(284), + [sym_module_declaration] = STATE(292), + [sym_package_declaration] = STATE(292), + [sym_import_declaration] = STATE(292), + [sym_enum_declaration] = STATE(292), + [sym_class_declaration] = STATE(292), + [sym_modifiers] = STATE(702), + [sym_record_declaration] = STATE(292), + [sym_annotation_type_declaration] = STATE(292), + [sym_interface_declaration] = STATE(292), + [sym__type] = STATE(1208), + [sym__unannotated_type] = STATE(700), + [sym_annotated_type] = STATE(831), + [sym_scoped_type_identifier] = STATE(735), + [sym_generic_type] = STATE(751), + [sym_array_type] = STATE(688), + [sym_integral_type] = STATE(688), + [sym_floating_point_type] = STATE(688), + [sym_formal_parameters] = STATE(1218), + [sym_local_variable_declaration] = STATE(284), + [sym__reserved_identifier] = STATE(372), + [aux_sym_array_creation_expression_repeat1] = STATE(653), + [aux_sym_modifiers_repeat1] = STATE(433), + [sym_identifier] = ACTIONS(7), [sym_decimal_integer_literal] = ACTIONS(9), [sym_hex_integer_literal] = ACTIONS(9), [sym_octal_integer_literal] = ACTIONS(9), @@ -13782,7 +13553,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_SEMI] = ACTIONS(35), [anon_sym_assert] = ACTIONS(37), [anon_sym_do] = ACTIONS(39), - [anon_sym_while] = ACTIONS(253), + [anon_sym_while] = ACTIONS(41), [anon_sym_break] = ACTIONS(43), [anon_sym_continue] = ACTIONS(45), [anon_sym_return] = ACTIONS(47), @@ -13790,15 +13561,16 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_synchronized] = ACTIONS(51), [anon_sym_throw] = ACTIONS(53), [anon_sym_try] = ACTIONS(55), - [anon_sym_if] = ACTIONS(255), - [anon_sym_for] = ACTIONS(257), + [anon_sym_if] = ACTIONS(57), + [anon_sym_for] = ACTIONS(59), [anon_sym_AT] = ACTIONS(61), [anon_sym_open] = ACTIONS(63), [anon_sym_module] = ACTIONS(65), [anon_sym_static] = ACTIONS(21), - [anon_sym_package] = ACTIONS(67), - [anon_sym_import] = ACTIONS(69), - [anon_sym_enum] = ACTIONS(71), + [anon_sym_with] = ACTIONS(67), + [anon_sym_package] = ACTIONS(69), + [anon_sym_import] = ACTIONS(71), + [anon_sym_enum] = ACTIONS(73), [anon_sym_public] = ACTIONS(21), [anon_sym_protected] = ACTIONS(21), [anon_sym_private] = ACTIONS(21), @@ -13807,94 +13579,95 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_native] = ACTIONS(21), [anon_sym_transient] = ACTIONS(21), [anon_sym_volatile] = ACTIONS(21), - [anon_sym_sealed] = ACTIONS(21), - [anon_sym_non_DASHsealed] = ACTIONS(73), - [anon_sym_record] = ACTIONS(75), - [anon_sym_ATinterface] = ACTIONS(77), - [anon_sym_interface] = ACTIONS(79), - [anon_sym_byte] = ACTIONS(81), - [anon_sym_short] = ACTIONS(81), - [anon_sym_int] = ACTIONS(81), - [anon_sym_long] = ACTIONS(81), - [anon_sym_char] = ACTIONS(81), - [anon_sym_float] = ACTIONS(83), - [anon_sym_double] = ACTIONS(83), - [sym_boolean_type] = ACTIONS(85), - [sym_void_type] = ACTIONS(85), - [sym_this] = ACTIONS(87), - [sym_super] = ACTIONS(89), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_non_DASHsealed] = ACTIONS(77), + [anon_sym_record] = ACTIONS(79), + [anon_sym_ATinterface] = ACTIONS(81), + [anon_sym_interface] = ACTIONS(83), + [anon_sym_byte] = ACTIONS(85), + [anon_sym_short] = ACTIONS(85), + [anon_sym_int] = ACTIONS(85), + [anon_sym_long] = ACTIONS(85), + [anon_sym_char] = ACTIONS(85), + [anon_sym_float] = ACTIONS(87), + [anon_sym_double] = ACTIONS(87), + [sym_boolean_type] = ACTIONS(89), + [sym_void_type] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, [23] = { - [sym__literal] = STATE(507), - [sym_string_literal] = STATE(510), - [sym__string_literal] = STATE(498), - [sym__multiline_string_literal] = STATE(498), - [sym_expression] = STATE(657), - [sym_cast_expression] = STATE(524), - [sym_assignment_expression] = STATE(524), - [sym_binary_expression] = STATE(524), - [sym_instanceof_expression] = STATE(524), - [sym_lambda_expression] = STATE(524), - [sym_inferred_parameters] = STATE(1259), - [sym_ternary_expression] = STATE(524), - [sym_unary_expression] = STATE(524), - [sym_update_expression] = STATE(524), - [sym_primary_expression] = STATE(470), - [sym_array_creation_expression] = STATE(507), - [sym_parenthesized_expression] = STATE(507), - [sym_class_literal] = STATE(507), - [sym_object_creation_expression] = STATE(507), - [sym__unqualified_object_creation_expression] = STATE(483), - [sym_field_access] = STATE(384), - [sym_array_access] = STATE(384), - [sym_method_invocation] = STATE(507), - [sym_method_reference] = STATE(507), - [sym_switch_expression] = STATE(87), + [sym__literal] = STATE(498), + [sym_string_literal] = STATE(505), + [sym__string_literal] = STATE(508), + [sym__multiline_string_literal] = STATE(508), + [sym_expression] = STATE(650), + [sym_cast_expression] = STATE(538), + [sym_assignment_expression] = STATE(538), + [sym_binary_expression] = STATE(538), + [sym_instanceof_expression] = STATE(538), + [sym_lambda_expression] = STATE(538), + [sym_inferred_parameters] = STATE(1218), + [sym_ternary_expression] = STATE(538), + [sym_unary_expression] = STATE(538), + [sym_update_expression] = STATE(538), + [sym_primary_expression] = STATE(509), + [sym_array_creation_expression] = STATE(498), + [sym_parenthesized_expression] = STATE(498), + [sym_class_literal] = STATE(498), + [sym_object_creation_expression] = STATE(498), + [sym__unqualified_object_creation_expression] = STATE(515), + [sym_field_access] = STATE(385), + [sym_array_access] = STATE(385), + [sym_method_invocation] = STATE(498), + [sym_method_reference] = STATE(498), + [sym_switch_expression] = STATE(88), [sym_statement] = STATE(314), - [sym_block] = STATE(276), - [sym_expression_statement] = STATE(276), - [sym_labeled_statement] = STATE(276), - [sym_assert_statement] = STATE(276), - [sym_do_statement] = STATE(276), - [sym_break_statement] = STATE(276), - [sym_continue_statement] = STATE(276), - [sym_return_statement] = STATE(276), - [sym_yield_statement] = STATE(276), - [sym_synchronized_statement] = STATE(276), - [sym_throw_statement] = STATE(276), - [sym_try_statement] = STATE(276), - [sym_try_with_resources_statement] = STATE(276), - [sym_if_statement] = STATE(276), - [sym_while_statement] = STATE(276), - [sym_for_statement] = STATE(276), - [sym_enhanced_for_statement] = STATE(276), - [sym__annotation] = STATE(471), - [sym_marker_annotation] = STATE(471), - [sym_annotation] = STATE(471), - [sym_declaration] = STATE(276), - [sym_module_declaration] = STATE(332), - [sym_package_declaration] = STATE(332), - [sym_import_declaration] = STATE(332), - [sym_enum_declaration] = STATE(332), - [sym_class_declaration] = STATE(332), - [sym_modifiers] = STATE(679), - [sym_record_declaration] = STATE(332), - [sym_annotation_type_declaration] = STATE(332), - [sym_interface_declaration] = STATE(332), - [sym__type] = STATE(1266), - [sym__unannotated_type] = STATE(718), - [sym_annotated_type] = STATE(797), - [sym_scoped_type_identifier] = STATE(745), - [sym_generic_type] = STATE(771), - [sym_array_type] = STATE(702), - [sym_integral_type] = STATE(702), - [sym_floating_point_type] = STATE(702), - [sym_formal_parameters] = STATE(1259), - [sym_local_variable_declaration] = STATE(276), - [aux_sym_array_creation_expression_repeat1] = STATE(658), - [aux_sym_modifiers_repeat1] = STATE(428), + [sym_block] = STATE(284), + [sym_expression_statement] = STATE(284), + [sym_labeled_statement] = STATE(284), + [sym_assert_statement] = STATE(284), + [sym_do_statement] = STATE(284), + [sym_break_statement] = STATE(284), + [sym_continue_statement] = STATE(284), + [sym_return_statement] = STATE(284), + [sym_yield_statement] = STATE(284), + [sym_synchronized_statement] = STATE(284), + [sym_throw_statement] = STATE(284), + [sym_try_statement] = STATE(284), + [sym_try_with_resources_statement] = STATE(284), + [sym_if_statement] = STATE(284), + [sym_while_statement] = STATE(284), + [sym_for_statement] = STATE(284), + [sym_enhanced_for_statement] = STATE(284), + [sym__annotation] = STATE(474), + [sym_marker_annotation] = STATE(474), + [sym_annotation] = STATE(474), + [sym_declaration] = STATE(284), + [sym_module_declaration] = STATE(292), + [sym_package_declaration] = STATE(292), + [sym_import_declaration] = STATE(292), + [sym_enum_declaration] = STATE(292), + [sym_class_declaration] = STATE(292), + [sym_modifiers] = STATE(702), + [sym_record_declaration] = STATE(292), + [sym_annotation_type_declaration] = STATE(292), + [sym_interface_declaration] = STATE(292), + [sym__type] = STATE(1208), + [sym__unannotated_type] = STATE(700), + [sym_annotated_type] = STATE(831), + [sym_scoped_type_identifier] = STATE(735), + [sym_generic_type] = STATE(751), + [sym_array_type] = STATE(688), + [sym_integral_type] = STATE(688), + [sym_floating_point_type] = STATE(688), + [sym_formal_parameters] = STATE(1218), + [sym_local_variable_declaration] = STATE(284), + [sym__reserved_identifier] = STATE(372), + [aux_sym_array_creation_expression_repeat1] = STATE(653), + [aux_sym_modifiers_repeat1] = STATE(433), [sym_identifier] = ACTIONS(7), [sym_decimal_integer_literal] = ACTIONS(9), [sym_hex_integer_literal] = ACTIONS(9), @@ -13938,9 +13711,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_open] = ACTIONS(63), [anon_sym_module] = ACTIONS(65), [anon_sym_static] = ACTIONS(21), - [anon_sym_package] = ACTIONS(67), - [anon_sym_import] = ACTIONS(69), - [anon_sym_enum] = ACTIONS(71), + [anon_sym_with] = ACTIONS(67), + [anon_sym_package] = ACTIONS(69), + [anon_sym_import] = ACTIONS(71), + [anon_sym_enum] = ACTIONS(73), [anon_sym_public] = ACTIONS(21), [anon_sym_protected] = ACTIONS(21), [anon_sym_private] = ACTIONS(21), @@ -13949,94 +13723,95 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_native] = ACTIONS(21), [anon_sym_transient] = ACTIONS(21), [anon_sym_volatile] = ACTIONS(21), - [anon_sym_sealed] = ACTIONS(21), - [anon_sym_non_DASHsealed] = ACTIONS(73), - [anon_sym_record] = ACTIONS(75), - [anon_sym_ATinterface] = ACTIONS(77), - [anon_sym_interface] = ACTIONS(79), - [anon_sym_byte] = ACTIONS(81), - [anon_sym_short] = ACTIONS(81), - [anon_sym_int] = ACTIONS(81), - [anon_sym_long] = ACTIONS(81), - [anon_sym_char] = ACTIONS(81), - [anon_sym_float] = ACTIONS(83), - [anon_sym_double] = ACTIONS(83), - [sym_boolean_type] = ACTIONS(85), - [sym_void_type] = ACTIONS(85), - [sym_this] = ACTIONS(87), - [sym_super] = ACTIONS(89), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_non_DASHsealed] = ACTIONS(77), + [anon_sym_record] = ACTIONS(79), + [anon_sym_ATinterface] = ACTIONS(81), + [anon_sym_interface] = ACTIONS(83), + [anon_sym_byte] = ACTIONS(85), + [anon_sym_short] = ACTIONS(85), + [anon_sym_int] = ACTIONS(85), + [anon_sym_long] = ACTIONS(85), + [anon_sym_char] = ACTIONS(85), + [anon_sym_float] = ACTIONS(87), + [anon_sym_double] = ACTIONS(87), + [sym_boolean_type] = ACTIONS(89), + [sym_void_type] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, [24] = { - [sym__literal] = STATE(507), - [sym_string_literal] = STATE(510), - [sym__string_literal] = STATE(498), - [sym__multiline_string_literal] = STATE(498), - [sym_expression] = STATE(657), - [sym_cast_expression] = STATE(524), - [sym_assignment_expression] = STATE(524), - [sym_binary_expression] = STATE(524), - [sym_instanceof_expression] = STATE(524), - [sym_lambda_expression] = STATE(524), - [sym_inferred_parameters] = STATE(1259), - [sym_ternary_expression] = STATE(524), - [sym_unary_expression] = STATE(524), - [sym_update_expression] = STATE(524), - [sym_primary_expression] = STATE(470), - [sym_array_creation_expression] = STATE(507), - [sym_parenthesized_expression] = STATE(507), - [sym_class_literal] = STATE(507), - [sym_object_creation_expression] = STATE(507), - [sym__unqualified_object_creation_expression] = STATE(483), - [sym_field_access] = STATE(384), - [sym_array_access] = STATE(384), - [sym_method_invocation] = STATE(507), - [sym_method_reference] = STATE(507), - [sym_switch_expression] = STATE(87), - [sym_statement] = STATE(279), - [sym_block] = STATE(276), - [sym_expression_statement] = STATE(276), - [sym_labeled_statement] = STATE(276), - [sym_assert_statement] = STATE(276), - [sym_do_statement] = STATE(276), - [sym_break_statement] = STATE(276), - [sym_continue_statement] = STATE(276), - [sym_return_statement] = STATE(276), - [sym_yield_statement] = STATE(276), - [sym_synchronized_statement] = STATE(276), - [sym_throw_statement] = STATE(276), - [sym_try_statement] = STATE(276), - [sym_try_with_resources_statement] = STATE(276), - [sym_if_statement] = STATE(276), - [sym_while_statement] = STATE(276), - [sym_for_statement] = STATE(276), - [sym_enhanced_for_statement] = STATE(276), - [sym__annotation] = STATE(471), - [sym_marker_annotation] = STATE(471), - [sym_annotation] = STATE(471), - [sym_declaration] = STATE(276), - [sym_module_declaration] = STATE(332), - [sym_package_declaration] = STATE(332), - [sym_import_declaration] = STATE(332), - [sym_enum_declaration] = STATE(332), - [sym_class_declaration] = STATE(332), - [sym_modifiers] = STATE(679), - [sym_record_declaration] = STATE(332), - [sym_annotation_type_declaration] = STATE(332), - [sym_interface_declaration] = STATE(332), - [sym__type] = STATE(1266), - [sym__unannotated_type] = STATE(718), - [sym_annotated_type] = STATE(797), - [sym_scoped_type_identifier] = STATE(745), - [sym_generic_type] = STATE(771), - [sym_array_type] = STATE(702), - [sym_integral_type] = STATE(702), - [sym_floating_point_type] = STATE(702), - [sym_formal_parameters] = STATE(1259), - [sym_local_variable_declaration] = STATE(276), - [aux_sym_array_creation_expression_repeat1] = STATE(658), - [aux_sym_modifiers_repeat1] = STATE(428), + [sym__literal] = STATE(498), + [sym_string_literal] = STATE(505), + [sym__string_literal] = STATE(508), + [sym__multiline_string_literal] = STATE(508), + [sym_expression] = STATE(650), + [sym_cast_expression] = STATE(538), + [sym_assignment_expression] = STATE(538), + [sym_binary_expression] = STATE(538), + [sym_instanceof_expression] = STATE(538), + [sym_lambda_expression] = STATE(538), + [sym_inferred_parameters] = STATE(1218), + [sym_ternary_expression] = STATE(538), + [sym_unary_expression] = STATE(538), + [sym_update_expression] = STATE(538), + [sym_primary_expression] = STATE(509), + [sym_array_creation_expression] = STATE(498), + [sym_parenthesized_expression] = STATE(498), + [sym_class_literal] = STATE(498), + [sym_object_creation_expression] = STATE(498), + [sym__unqualified_object_creation_expression] = STATE(515), + [sym_field_access] = STATE(385), + [sym_array_access] = STATE(385), + [sym_method_invocation] = STATE(498), + [sym_method_reference] = STATE(498), + [sym_switch_expression] = STATE(88), + [sym_statement] = STATE(317), + [sym_block] = STATE(284), + [sym_expression_statement] = STATE(284), + [sym_labeled_statement] = STATE(284), + [sym_assert_statement] = STATE(284), + [sym_do_statement] = STATE(284), + [sym_break_statement] = STATE(284), + [sym_continue_statement] = STATE(284), + [sym_return_statement] = STATE(284), + [sym_yield_statement] = STATE(284), + [sym_synchronized_statement] = STATE(284), + [sym_throw_statement] = STATE(284), + [sym_try_statement] = STATE(284), + [sym_try_with_resources_statement] = STATE(284), + [sym_if_statement] = STATE(284), + [sym_while_statement] = STATE(284), + [sym_for_statement] = STATE(284), + [sym_enhanced_for_statement] = STATE(284), + [sym__annotation] = STATE(474), + [sym_marker_annotation] = STATE(474), + [sym_annotation] = STATE(474), + [sym_declaration] = STATE(284), + [sym_module_declaration] = STATE(292), + [sym_package_declaration] = STATE(292), + [sym_import_declaration] = STATE(292), + [sym_enum_declaration] = STATE(292), + [sym_class_declaration] = STATE(292), + [sym_modifiers] = STATE(702), + [sym_record_declaration] = STATE(292), + [sym_annotation_type_declaration] = STATE(292), + [sym_interface_declaration] = STATE(292), + [sym__type] = STATE(1208), + [sym__unannotated_type] = STATE(700), + [sym_annotated_type] = STATE(831), + [sym_scoped_type_identifier] = STATE(735), + [sym_generic_type] = STATE(751), + [sym_array_type] = STATE(688), + [sym_integral_type] = STATE(688), + [sym_floating_point_type] = STATE(688), + [sym_formal_parameters] = STATE(1218), + [sym_local_variable_declaration] = STATE(284), + [sym__reserved_identifier] = STATE(372), + [aux_sym_array_creation_expression_repeat1] = STATE(653), + [aux_sym_modifiers_repeat1] = STATE(433), [sym_identifier] = ACTIONS(7), [sym_decimal_integer_literal] = ACTIONS(9), [sym_hex_integer_literal] = ACTIONS(9), @@ -14080,9 +13855,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_open] = ACTIONS(63), [anon_sym_module] = ACTIONS(65), [anon_sym_static] = ACTIONS(21), - [anon_sym_package] = ACTIONS(67), - [anon_sym_import] = ACTIONS(69), - [anon_sym_enum] = ACTIONS(71), + [anon_sym_with] = ACTIONS(67), + [anon_sym_package] = ACTIONS(69), + [anon_sym_import] = ACTIONS(71), + [anon_sym_enum] = ACTIONS(73), [anon_sym_public] = ACTIONS(21), [anon_sym_protected] = ACTIONS(21), [anon_sym_private] = ACTIONS(21), @@ -14091,94 +13867,95 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_native] = ACTIONS(21), [anon_sym_transient] = ACTIONS(21), [anon_sym_volatile] = ACTIONS(21), - [anon_sym_sealed] = ACTIONS(21), - [anon_sym_non_DASHsealed] = ACTIONS(73), - [anon_sym_record] = ACTIONS(75), - [anon_sym_ATinterface] = ACTIONS(77), - [anon_sym_interface] = ACTIONS(79), - [anon_sym_byte] = ACTIONS(81), - [anon_sym_short] = ACTIONS(81), - [anon_sym_int] = ACTIONS(81), - [anon_sym_long] = ACTIONS(81), - [anon_sym_char] = ACTIONS(81), - [anon_sym_float] = ACTIONS(83), - [anon_sym_double] = ACTIONS(83), - [sym_boolean_type] = ACTIONS(85), - [sym_void_type] = ACTIONS(85), - [sym_this] = ACTIONS(87), - [sym_super] = ACTIONS(89), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_non_DASHsealed] = ACTIONS(77), + [anon_sym_record] = ACTIONS(79), + [anon_sym_ATinterface] = ACTIONS(81), + [anon_sym_interface] = ACTIONS(83), + [anon_sym_byte] = ACTIONS(85), + [anon_sym_short] = ACTIONS(85), + [anon_sym_int] = ACTIONS(85), + [anon_sym_long] = ACTIONS(85), + [anon_sym_char] = ACTIONS(85), + [anon_sym_float] = ACTIONS(87), + [anon_sym_double] = ACTIONS(87), + [sym_boolean_type] = ACTIONS(89), + [sym_void_type] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, [25] = { - [sym__literal] = STATE(507), - [sym_string_literal] = STATE(510), - [sym__string_literal] = STATE(498), - [sym__multiline_string_literal] = STATE(498), - [sym_expression] = STATE(657), - [sym_cast_expression] = STATE(524), - [sym_assignment_expression] = STATE(524), - [sym_binary_expression] = STATE(524), - [sym_instanceof_expression] = STATE(524), - [sym_lambda_expression] = STATE(524), - [sym_inferred_parameters] = STATE(1259), - [sym_ternary_expression] = STATE(524), - [sym_unary_expression] = STATE(524), - [sym_update_expression] = STATE(524), - [sym_primary_expression] = STATE(470), - [sym_array_creation_expression] = STATE(507), - [sym_parenthesized_expression] = STATE(507), - [sym_class_literal] = STATE(507), - [sym_object_creation_expression] = STATE(507), - [sym__unqualified_object_creation_expression] = STATE(483), - [sym_field_access] = STATE(384), - [sym_array_access] = STATE(384), - [sym_method_invocation] = STATE(507), - [sym_method_reference] = STATE(507), - [sym_switch_expression] = STATE(87), - [sym_statement] = STATE(287), - [sym_block] = STATE(276), - [sym_expression_statement] = STATE(276), - [sym_labeled_statement] = STATE(276), - [sym_assert_statement] = STATE(276), - [sym_do_statement] = STATE(276), - [sym_break_statement] = STATE(276), - [sym_continue_statement] = STATE(276), - [sym_return_statement] = STATE(276), - [sym_yield_statement] = STATE(276), - [sym_synchronized_statement] = STATE(276), - [sym_throw_statement] = STATE(276), - [sym_try_statement] = STATE(276), - [sym_try_with_resources_statement] = STATE(276), - [sym_if_statement] = STATE(276), - [sym_while_statement] = STATE(276), - [sym_for_statement] = STATE(276), - [sym_enhanced_for_statement] = STATE(276), - [sym__annotation] = STATE(471), - [sym_marker_annotation] = STATE(471), - [sym_annotation] = STATE(471), - [sym_declaration] = STATE(276), - [sym_module_declaration] = STATE(332), - [sym_package_declaration] = STATE(332), - [sym_import_declaration] = STATE(332), - [sym_enum_declaration] = STATE(332), - [sym_class_declaration] = STATE(332), - [sym_modifiers] = STATE(679), - [sym_record_declaration] = STATE(332), - [sym_annotation_type_declaration] = STATE(332), - [sym_interface_declaration] = STATE(332), - [sym__type] = STATE(1266), - [sym__unannotated_type] = STATE(718), - [sym_annotated_type] = STATE(797), - [sym_scoped_type_identifier] = STATE(745), - [sym_generic_type] = STATE(771), - [sym_array_type] = STATE(702), - [sym_integral_type] = STATE(702), - [sym_floating_point_type] = STATE(702), - [sym_formal_parameters] = STATE(1259), - [sym_local_variable_declaration] = STATE(276), - [aux_sym_array_creation_expression_repeat1] = STATE(658), - [aux_sym_modifiers_repeat1] = STATE(428), + [sym__literal] = STATE(498), + [sym_string_literal] = STATE(505), + [sym__string_literal] = STATE(508), + [sym__multiline_string_literal] = STATE(508), + [sym_expression] = STATE(650), + [sym_cast_expression] = STATE(538), + [sym_assignment_expression] = STATE(538), + [sym_binary_expression] = STATE(538), + [sym_instanceof_expression] = STATE(538), + [sym_lambda_expression] = STATE(538), + [sym_inferred_parameters] = STATE(1218), + [sym_ternary_expression] = STATE(538), + [sym_unary_expression] = STATE(538), + [sym_update_expression] = STATE(538), + [sym_primary_expression] = STATE(509), + [sym_array_creation_expression] = STATE(498), + [sym_parenthesized_expression] = STATE(498), + [sym_class_literal] = STATE(498), + [sym_object_creation_expression] = STATE(498), + [sym__unqualified_object_creation_expression] = STATE(515), + [sym_field_access] = STATE(385), + [sym_array_access] = STATE(385), + [sym_method_invocation] = STATE(498), + [sym_method_reference] = STATE(498), + [sym_switch_expression] = STATE(88), + [sym_statement] = STATE(320), + [sym_block] = STATE(284), + [sym_expression_statement] = STATE(284), + [sym_labeled_statement] = STATE(284), + [sym_assert_statement] = STATE(284), + [sym_do_statement] = STATE(284), + [sym_break_statement] = STATE(284), + [sym_continue_statement] = STATE(284), + [sym_return_statement] = STATE(284), + [sym_yield_statement] = STATE(284), + [sym_synchronized_statement] = STATE(284), + [sym_throw_statement] = STATE(284), + [sym_try_statement] = STATE(284), + [sym_try_with_resources_statement] = STATE(284), + [sym_if_statement] = STATE(284), + [sym_while_statement] = STATE(284), + [sym_for_statement] = STATE(284), + [sym_enhanced_for_statement] = STATE(284), + [sym__annotation] = STATE(474), + [sym_marker_annotation] = STATE(474), + [sym_annotation] = STATE(474), + [sym_declaration] = STATE(284), + [sym_module_declaration] = STATE(292), + [sym_package_declaration] = STATE(292), + [sym_import_declaration] = STATE(292), + [sym_enum_declaration] = STATE(292), + [sym_class_declaration] = STATE(292), + [sym_modifiers] = STATE(702), + [sym_record_declaration] = STATE(292), + [sym_annotation_type_declaration] = STATE(292), + [sym_interface_declaration] = STATE(292), + [sym__type] = STATE(1208), + [sym__unannotated_type] = STATE(700), + [sym_annotated_type] = STATE(831), + [sym_scoped_type_identifier] = STATE(735), + [sym_generic_type] = STATE(751), + [sym_array_type] = STATE(688), + [sym_integral_type] = STATE(688), + [sym_floating_point_type] = STATE(688), + [sym_formal_parameters] = STATE(1218), + [sym_local_variable_declaration] = STATE(284), + [sym__reserved_identifier] = STATE(372), + [aux_sym_array_creation_expression_repeat1] = STATE(653), + [aux_sym_modifiers_repeat1] = STATE(433), [sym_identifier] = ACTIONS(7), [sym_decimal_integer_literal] = ACTIONS(9), [sym_hex_integer_literal] = ACTIONS(9), @@ -14222,9 +13999,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_open] = ACTIONS(63), [anon_sym_module] = ACTIONS(65), [anon_sym_static] = ACTIONS(21), - [anon_sym_package] = ACTIONS(67), - [anon_sym_import] = ACTIONS(69), - [anon_sym_enum] = ACTIONS(71), + [anon_sym_with] = ACTIONS(67), + [anon_sym_package] = ACTIONS(69), + [anon_sym_import] = ACTIONS(71), + [anon_sym_enum] = ACTIONS(73), [anon_sym_public] = ACTIONS(21), [anon_sym_protected] = ACTIONS(21), [anon_sym_private] = ACTIONS(21), @@ -14233,94 +14011,95 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_native] = ACTIONS(21), [anon_sym_transient] = ACTIONS(21), [anon_sym_volatile] = ACTIONS(21), - [anon_sym_sealed] = ACTIONS(21), - [anon_sym_non_DASHsealed] = ACTIONS(73), - [anon_sym_record] = ACTIONS(75), - [anon_sym_ATinterface] = ACTIONS(77), - [anon_sym_interface] = ACTIONS(79), - [anon_sym_byte] = ACTIONS(81), - [anon_sym_short] = ACTIONS(81), - [anon_sym_int] = ACTIONS(81), - [anon_sym_long] = ACTIONS(81), - [anon_sym_char] = ACTIONS(81), - [anon_sym_float] = ACTIONS(83), - [anon_sym_double] = ACTIONS(83), - [sym_boolean_type] = ACTIONS(85), - [sym_void_type] = ACTIONS(85), - [sym_this] = ACTIONS(87), - [sym_super] = ACTIONS(89), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_non_DASHsealed] = ACTIONS(77), + [anon_sym_record] = ACTIONS(79), + [anon_sym_ATinterface] = ACTIONS(81), + [anon_sym_interface] = ACTIONS(83), + [anon_sym_byte] = ACTIONS(85), + [anon_sym_short] = ACTIONS(85), + [anon_sym_int] = ACTIONS(85), + [anon_sym_long] = ACTIONS(85), + [anon_sym_char] = ACTIONS(85), + [anon_sym_float] = ACTIONS(87), + [anon_sym_double] = ACTIONS(87), + [sym_boolean_type] = ACTIONS(89), + [sym_void_type] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, [26] = { - [sym__literal] = STATE(507), - [sym_string_literal] = STATE(510), - [sym__string_literal] = STATE(498), - [sym__multiline_string_literal] = STATE(498), - [sym_expression] = STATE(657), - [sym_cast_expression] = STATE(524), - [sym_assignment_expression] = STATE(524), - [sym_binary_expression] = STATE(524), - [sym_instanceof_expression] = STATE(524), - [sym_lambda_expression] = STATE(524), - [sym_inferred_parameters] = STATE(1259), - [sym_ternary_expression] = STATE(524), - [sym_unary_expression] = STATE(524), - [sym_update_expression] = STATE(524), - [sym_primary_expression] = STATE(470), - [sym_array_creation_expression] = STATE(507), - [sym_parenthesized_expression] = STATE(507), - [sym_class_literal] = STATE(507), - [sym_object_creation_expression] = STATE(507), - [sym__unqualified_object_creation_expression] = STATE(483), - [sym_field_access] = STATE(384), - [sym_array_access] = STATE(384), - [sym_method_invocation] = STATE(507), - [sym_method_reference] = STATE(507), - [sym_switch_expression] = STATE(87), - [sym_statement] = STATE(286), - [sym_block] = STATE(276), - [sym_expression_statement] = STATE(276), - [sym_labeled_statement] = STATE(276), - [sym_assert_statement] = STATE(276), - [sym_do_statement] = STATE(276), - [sym_break_statement] = STATE(276), - [sym_continue_statement] = STATE(276), - [sym_return_statement] = STATE(276), - [sym_yield_statement] = STATE(276), - [sym_synchronized_statement] = STATE(276), - [sym_throw_statement] = STATE(276), - [sym_try_statement] = STATE(276), - [sym_try_with_resources_statement] = STATE(276), - [sym_if_statement] = STATE(276), - [sym_while_statement] = STATE(276), - [sym_for_statement] = STATE(276), - [sym_enhanced_for_statement] = STATE(276), - [sym__annotation] = STATE(471), - [sym_marker_annotation] = STATE(471), - [sym_annotation] = STATE(471), - [sym_declaration] = STATE(276), - [sym_module_declaration] = STATE(332), - [sym_package_declaration] = STATE(332), - [sym_import_declaration] = STATE(332), - [sym_enum_declaration] = STATE(332), - [sym_class_declaration] = STATE(332), - [sym_modifiers] = STATE(679), - [sym_record_declaration] = STATE(332), - [sym_annotation_type_declaration] = STATE(332), - [sym_interface_declaration] = STATE(332), - [sym__type] = STATE(1266), - [sym__unannotated_type] = STATE(718), - [sym_annotated_type] = STATE(797), - [sym_scoped_type_identifier] = STATE(745), - [sym_generic_type] = STATE(771), - [sym_array_type] = STATE(702), - [sym_integral_type] = STATE(702), - [sym_floating_point_type] = STATE(702), - [sym_formal_parameters] = STATE(1259), - [sym_local_variable_declaration] = STATE(276), - [aux_sym_array_creation_expression_repeat1] = STATE(658), - [aux_sym_modifiers_repeat1] = STATE(428), + [sym__literal] = STATE(498), + [sym_string_literal] = STATE(505), + [sym__string_literal] = STATE(508), + [sym__multiline_string_literal] = STATE(508), + [sym_expression] = STATE(650), + [sym_cast_expression] = STATE(538), + [sym_assignment_expression] = STATE(538), + [sym_binary_expression] = STATE(538), + [sym_instanceof_expression] = STATE(538), + [sym_lambda_expression] = STATE(538), + [sym_inferred_parameters] = STATE(1218), + [sym_ternary_expression] = STATE(538), + [sym_unary_expression] = STATE(538), + [sym_update_expression] = STATE(538), + [sym_primary_expression] = STATE(509), + [sym_array_creation_expression] = STATE(498), + [sym_parenthesized_expression] = STATE(498), + [sym_class_literal] = STATE(498), + [sym_object_creation_expression] = STATE(498), + [sym__unqualified_object_creation_expression] = STATE(515), + [sym_field_access] = STATE(385), + [sym_array_access] = STATE(385), + [sym_method_invocation] = STATE(498), + [sym_method_reference] = STATE(498), + [sym_switch_expression] = STATE(88), + [sym_statement] = STATE(321), + [sym_block] = STATE(284), + [sym_expression_statement] = STATE(284), + [sym_labeled_statement] = STATE(284), + [sym_assert_statement] = STATE(284), + [sym_do_statement] = STATE(284), + [sym_break_statement] = STATE(284), + [sym_continue_statement] = STATE(284), + [sym_return_statement] = STATE(284), + [sym_yield_statement] = STATE(284), + [sym_synchronized_statement] = STATE(284), + [sym_throw_statement] = STATE(284), + [sym_try_statement] = STATE(284), + [sym_try_with_resources_statement] = STATE(284), + [sym_if_statement] = STATE(284), + [sym_while_statement] = STATE(284), + [sym_for_statement] = STATE(284), + [sym_enhanced_for_statement] = STATE(284), + [sym__annotation] = STATE(474), + [sym_marker_annotation] = STATE(474), + [sym_annotation] = STATE(474), + [sym_declaration] = STATE(284), + [sym_module_declaration] = STATE(292), + [sym_package_declaration] = STATE(292), + [sym_import_declaration] = STATE(292), + [sym_enum_declaration] = STATE(292), + [sym_class_declaration] = STATE(292), + [sym_modifiers] = STATE(702), + [sym_record_declaration] = STATE(292), + [sym_annotation_type_declaration] = STATE(292), + [sym_interface_declaration] = STATE(292), + [sym__type] = STATE(1208), + [sym__unannotated_type] = STATE(700), + [sym_annotated_type] = STATE(831), + [sym_scoped_type_identifier] = STATE(735), + [sym_generic_type] = STATE(751), + [sym_array_type] = STATE(688), + [sym_integral_type] = STATE(688), + [sym_floating_point_type] = STATE(688), + [sym_formal_parameters] = STATE(1218), + [sym_local_variable_declaration] = STATE(284), + [sym__reserved_identifier] = STATE(372), + [aux_sym_array_creation_expression_repeat1] = STATE(653), + [aux_sym_modifiers_repeat1] = STATE(433), [sym_identifier] = ACTIONS(7), [sym_decimal_integer_literal] = ACTIONS(9), [sym_hex_integer_literal] = ACTIONS(9), @@ -14364,9 +14143,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_open] = ACTIONS(63), [anon_sym_module] = ACTIONS(65), [anon_sym_static] = ACTIONS(21), - [anon_sym_package] = ACTIONS(67), - [anon_sym_import] = ACTIONS(69), - [anon_sym_enum] = ACTIONS(71), + [anon_sym_with] = ACTIONS(67), + [anon_sym_package] = ACTIONS(69), + [anon_sym_import] = ACTIONS(71), + [anon_sym_enum] = ACTIONS(73), [anon_sym_public] = ACTIONS(21), [anon_sym_protected] = ACTIONS(21), [anon_sym_private] = ACTIONS(21), @@ -14375,94 +14155,95 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_native] = ACTIONS(21), [anon_sym_transient] = ACTIONS(21), [anon_sym_volatile] = ACTIONS(21), - [anon_sym_sealed] = ACTIONS(21), - [anon_sym_non_DASHsealed] = ACTIONS(73), - [anon_sym_record] = ACTIONS(75), - [anon_sym_ATinterface] = ACTIONS(77), - [anon_sym_interface] = ACTIONS(79), - [anon_sym_byte] = ACTIONS(81), - [anon_sym_short] = ACTIONS(81), - [anon_sym_int] = ACTIONS(81), - [anon_sym_long] = ACTIONS(81), - [anon_sym_char] = ACTIONS(81), - [anon_sym_float] = ACTIONS(83), - [anon_sym_double] = ACTIONS(83), - [sym_boolean_type] = ACTIONS(85), - [sym_void_type] = ACTIONS(85), - [sym_this] = ACTIONS(87), - [sym_super] = ACTIONS(89), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_non_DASHsealed] = ACTIONS(77), + [anon_sym_record] = ACTIONS(79), + [anon_sym_ATinterface] = ACTIONS(81), + [anon_sym_interface] = ACTIONS(83), + [anon_sym_byte] = ACTIONS(85), + [anon_sym_short] = ACTIONS(85), + [anon_sym_int] = ACTIONS(85), + [anon_sym_long] = ACTIONS(85), + [anon_sym_char] = ACTIONS(85), + [anon_sym_float] = ACTIONS(87), + [anon_sym_double] = ACTIONS(87), + [sym_boolean_type] = ACTIONS(89), + [sym_void_type] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, [27] = { - [sym__literal] = STATE(507), - [sym_string_literal] = STATE(510), - [sym__string_literal] = STATE(498), - [sym__multiline_string_literal] = STATE(498), - [sym_expression] = STATE(657), - [sym_cast_expression] = STATE(524), - [sym_assignment_expression] = STATE(524), - [sym_binary_expression] = STATE(524), - [sym_instanceof_expression] = STATE(524), - [sym_lambda_expression] = STATE(524), - [sym_inferred_parameters] = STATE(1259), - [sym_ternary_expression] = STATE(524), - [sym_unary_expression] = STATE(524), - [sym_update_expression] = STATE(524), - [sym_primary_expression] = STATE(470), - [sym_array_creation_expression] = STATE(507), - [sym_parenthesized_expression] = STATE(507), - [sym_class_literal] = STATE(507), - [sym_object_creation_expression] = STATE(507), - [sym__unqualified_object_creation_expression] = STATE(483), - [sym_field_access] = STATE(384), - [sym_array_access] = STATE(384), - [sym_method_invocation] = STATE(507), - [sym_method_reference] = STATE(507), - [sym_switch_expression] = STATE(87), - [sym_statement] = STATE(284), - [sym_block] = STATE(276), - [sym_expression_statement] = STATE(276), - [sym_labeled_statement] = STATE(276), - [sym_assert_statement] = STATE(276), - [sym_do_statement] = STATE(276), - [sym_break_statement] = STATE(276), - [sym_continue_statement] = STATE(276), - [sym_return_statement] = STATE(276), - [sym_yield_statement] = STATE(276), - [sym_synchronized_statement] = STATE(276), - [sym_throw_statement] = STATE(276), - [sym_try_statement] = STATE(276), - [sym_try_with_resources_statement] = STATE(276), - [sym_if_statement] = STATE(276), - [sym_while_statement] = STATE(276), - [sym_for_statement] = STATE(276), - [sym_enhanced_for_statement] = STATE(276), - [sym__annotation] = STATE(471), - [sym_marker_annotation] = STATE(471), - [sym_annotation] = STATE(471), - [sym_declaration] = STATE(276), - [sym_module_declaration] = STATE(332), - [sym_package_declaration] = STATE(332), - [sym_import_declaration] = STATE(332), - [sym_enum_declaration] = STATE(332), - [sym_class_declaration] = STATE(332), - [sym_modifiers] = STATE(679), - [sym_record_declaration] = STATE(332), - [sym_annotation_type_declaration] = STATE(332), - [sym_interface_declaration] = STATE(332), - [sym__type] = STATE(1266), - [sym__unannotated_type] = STATE(718), - [sym_annotated_type] = STATE(797), - [sym_scoped_type_identifier] = STATE(745), - [sym_generic_type] = STATE(771), - [sym_array_type] = STATE(702), - [sym_integral_type] = STATE(702), - [sym_floating_point_type] = STATE(702), - [sym_formal_parameters] = STATE(1259), - [sym_local_variable_declaration] = STATE(276), - [aux_sym_array_creation_expression_repeat1] = STATE(658), - [aux_sym_modifiers_repeat1] = STATE(428), + [sym__literal] = STATE(498), + [sym_string_literal] = STATE(505), + [sym__string_literal] = STATE(508), + [sym__multiline_string_literal] = STATE(508), + [sym_expression] = STATE(650), + [sym_cast_expression] = STATE(538), + [sym_assignment_expression] = STATE(538), + [sym_binary_expression] = STATE(538), + [sym_instanceof_expression] = STATE(538), + [sym_lambda_expression] = STATE(538), + [sym_inferred_parameters] = STATE(1218), + [sym_ternary_expression] = STATE(538), + [sym_unary_expression] = STATE(538), + [sym_update_expression] = STATE(538), + [sym_primary_expression] = STATE(509), + [sym_array_creation_expression] = STATE(498), + [sym_parenthesized_expression] = STATE(498), + [sym_class_literal] = STATE(498), + [sym_object_creation_expression] = STATE(498), + [sym__unqualified_object_creation_expression] = STATE(515), + [sym_field_access] = STATE(385), + [sym_array_access] = STATE(385), + [sym_method_invocation] = STATE(498), + [sym_method_reference] = STATE(498), + [sym_switch_expression] = STATE(88), + [sym_statement] = STATE(322), + [sym_block] = STATE(284), + [sym_expression_statement] = STATE(284), + [sym_labeled_statement] = STATE(284), + [sym_assert_statement] = STATE(284), + [sym_do_statement] = STATE(284), + [sym_break_statement] = STATE(284), + [sym_continue_statement] = STATE(284), + [sym_return_statement] = STATE(284), + [sym_yield_statement] = STATE(284), + [sym_synchronized_statement] = STATE(284), + [sym_throw_statement] = STATE(284), + [sym_try_statement] = STATE(284), + [sym_try_with_resources_statement] = STATE(284), + [sym_if_statement] = STATE(284), + [sym_while_statement] = STATE(284), + [sym_for_statement] = STATE(284), + [sym_enhanced_for_statement] = STATE(284), + [sym__annotation] = STATE(474), + [sym_marker_annotation] = STATE(474), + [sym_annotation] = STATE(474), + [sym_declaration] = STATE(284), + [sym_module_declaration] = STATE(292), + [sym_package_declaration] = STATE(292), + [sym_import_declaration] = STATE(292), + [sym_enum_declaration] = STATE(292), + [sym_class_declaration] = STATE(292), + [sym_modifiers] = STATE(702), + [sym_record_declaration] = STATE(292), + [sym_annotation_type_declaration] = STATE(292), + [sym_interface_declaration] = STATE(292), + [sym__type] = STATE(1208), + [sym__unannotated_type] = STATE(700), + [sym_annotated_type] = STATE(831), + [sym_scoped_type_identifier] = STATE(735), + [sym_generic_type] = STATE(751), + [sym_array_type] = STATE(688), + [sym_integral_type] = STATE(688), + [sym_floating_point_type] = STATE(688), + [sym_formal_parameters] = STATE(1218), + [sym_local_variable_declaration] = STATE(284), + [sym__reserved_identifier] = STATE(372), + [aux_sym_array_creation_expression_repeat1] = STATE(653), + [aux_sym_modifiers_repeat1] = STATE(433), [sym_identifier] = ACTIONS(7), [sym_decimal_integer_literal] = ACTIONS(9), [sym_hex_integer_literal] = ACTIONS(9), @@ -14506,9 +14287,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_open] = ACTIONS(63), [anon_sym_module] = ACTIONS(65), [anon_sym_static] = ACTIONS(21), - [anon_sym_package] = ACTIONS(67), - [anon_sym_import] = ACTIONS(69), - [anon_sym_enum] = ACTIONS(71), + [anon_sym_with] = ACTIONS(67), + [anon_sym_package] = ACTIONS(69), + [anon_sym_import] = ACTIONS(71), + [anon_sym_enum] = ACTIONS(73), [anon_sym_public] = ACTIONS(21), [anon_sym_protected] = ACTIONS(21), [anon_sym_private] = ACTIONS(21), @@ -14517,94 +14299,95 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_native] = ACTIONS(21), [anon_sym_transient] = ACTIONS(21), [anon_sym_volatile] = ACTIONS(21), - [anon_sym_sealed] = ACTIONS(21), - [anon_sym_non_DASHsealed] = ACTIONS(73), - [anon_sym_record] = ACTIONS(75), - [anon_sym_ATinterface] = ACTIONS(77), - [anon_sym_interface] = ACTIONS(79), - [anon_sym_byte] = ACTIONS(81), - [anon_sym_short] = ACTIONS(81), - [anon_sym_int] = ACTIONS(81), - [anon_sym_long] = ACTIONS(81), - [anon_sym_char] = ACTIONS(81), - [anon_sym_float] = ACTIONS(83), - [anon_sym_double] = ACTIONS(83), - [sym_boolean_type] = ACTIONS(85), - [sym_void_type] = ACTIONS(85), - [sym_this] = ACTIONS(87), - [sym_super] = ACTIONS(89), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_non_DASHsealed] = ACTIONS(77), + [anon_sym_record] = ACTIONS(79), + [anon_sym_ATinterface] = ACTIONS(81), + [anon_sym_interface] = ACTIONS(83), + [anon_sym_byte] = ACTIONS(85), + [anon_sym_short] = ACTIONS(85), + [anon_sym_int] = ACTIONS(85), + [anon_sym_long] = ACTIONS(85), + [anon_sym_char] = ACTIONS(85), + [anon_sym_float] = ACTIONS(87), + [anon_sym_double] = ACTIONS(87), + [sym_boolean_type] = ACTIONS(89), + [sym_void_type] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, [28] = { - [sym__literal] = STATE(507), - [sym_string_literal] = STATE(510), - [sym__string_literal] = STATE(498), - [sym__multiline_string_literal] = STATE(498), - [sym_expression] = STATE(657), - [sym_cast_expression] = STATE(524), - [sym_assignment_expression] = STATE(524), - [sym_binary_expression] = STATE(524), - [sym_instanceof_expression] = STATE(524), - [sym_lambda_expression] = STATE(524), - [sym_inferred_parameters] = STATE(1259), - [sym_ternary_expression] = STATE(524), - [sym_unary_expression] = STATE(524), - [sym_update_expression] = STATE(524), - [sym_primary_expression] = STATE(470), - [sym_array_creation_expression] = STATE(507), - [sym_parenthesized_expression] = STATE(507), - [sym_class_literal] = STATE(507), - [sym_object_creation_expression] = STATE(507), - [sym__unqualified_object_creation_expression] = STATE(483), - [sym_field_access] = STATE(384), - [sym_array_access] = STATE(384), - [sym_method_invocation] = STATE(507), - [sym_method_reference] = STATE(507), - [sym_switch_expression] = STATE(87), - [sym_statement] = STATE(319), - [sym_block] = STATE(276), - [sym_expression_statement] = STATE(276), - [sym_labeled_statement] = STATE(276), - [sym_assert_statement] = STATE(276), - [sym_do_statement] = STATE(276), - [sym_break_statement] = STATE(276), - [sym_continue_statement] = STATE(276), - [sym_return_statement] = STATE(276), - [sym_yield_statement] = STATE(276), - [sym_synchronized_statement] = STATE(276), - [sym_throw_statement] = STATE(276), - [sym_try_statement] = STATE(276), - [sym_try_with_resources_statement] = STATE(276), - [sym_if_statement] = STATE(276), - [sym_while_statement] = STATE(276), - [sym_for_statement] = STATE(276), - [sym_enhanced_for_statement] = STATE(276), - [sym__annotation] = STATE(471), - [sym_marker_annotation] = STATE(471), - [sym_annotation] = STATE(471), - [sym_declaration] = STATE(276), - [sym_module_declaration] = STATE(332), - [sym_package_declaration] = STATE(332), - [sym_import_declaration] = STATE(332), - [sym_enum_declaration] = STATE(332), - [sym_class_declaration] = STATE(332), - [sym_modifiers] = STATE(679), - [sym_record_declaration] = STATE(332), - [sym_annotation_type_declaration] = STATE(332), - [sym_interface_declaration] = STATE(332), - [sym__type] = STATE(1266), - [sym__unannotated_type] = STATE(718), - [sym_annotated_type] = STATE(797), - [sym_scoped_type_identifier] = STATE(745), - [sym_generic_type] = STATE(771), - [sym_array_type] = STATE(702), - [sym_integral_type] = STATE(702), - [sym_floating_point_type] = STATE(702), - [sym_formal_parameters] = STATE(1259), - [sym_local_variable_declaration] = STATE(276), - [aux_sym_array_creation_expression_repeat1] = STATE(658), - [aux_sym_modifiers_repeat1] = STATE(428), + [sym__literal] = STATE(498), + [sym_string_literal] = STATE(505), + [sym__string_literal] = STATE(508), + [sym__multiline_string_literal] = STATE(508), + [sym_expression] = STATE(650), + [sym_cast_expression] = STATE(538), + [sym_assignment_expression] = STATE(538), + [sym_binary_expression] = STATE(538), + [sym_instanceof_expression] = STATE(538), + [sym_lambda_expression] = STATE(538), + [sym_inferred_parameters] = STATE(1218), + [sym_ternary_expression] = STATE(538), + [sym_unary_expression] = STATE(538), + [sym_update_expression] = STATE(538), + [sym_primary_expression] = STATE(509), + [sym_array_creation_expression] = STATE(498), + [sym_parenthesized_expression] = STATE(498), + [sym_class_literal] = STATE(498), + [sym_object_creation_expression] = STATE(498), + [sym__unqualified_object_creation_expression] = STATE(515), + [sym_field_access] = STATE(385), + [sym_array_access] = STATE(385), + [sym_method_invocation] = STATE(498), + [sym_method_reference] = STATE(498), + [sym_switch_expression] = STATE(88), + [sym_statement] = STATE(323), + [sym_block] = STATE(284), + [sym_expression_statement] = STATE(284), + [sym_labeled_statement] = STATE(284), + [sym_assert_statement] = STATE(284), + [sym_do_statement] = STATE(284), + [sym_break_statement] = STATE(284), + [sym_continue_statement] = STATE(284), + [sym_return_statement] = STATE(284), + [sym_yield_statement] = STATE(284), + [sym_synchronized_statement] = STATE(284), + [sym_throw_statement] = STATE(284), + [sym_try_statement] = STATE(284), + [sym_try_with_resources_statement] = STATE(284), + [sym_if_statement] = STATE(284), + [sym_while_statement] = STATE(284), + [sym_for_statement] = STATE(284), + [sym_enhanced_for_statement] = STATE(284), + [sym__annotation] = STATE(474), + [sym_marker_annotation] = STATE(474), + [sym_annotation] = STATE(474), + [sym_declaration] = STATE(284), + [sym_module_declaration] = STATE(292), + [sym_package_declaration] = STATE(292), + [sym_import_declaration] = STATE(292), + [sym_enum_declaration] = STATE(292), + [sym_class_declaration] = STATE(292), + [sym_modifiers] = STATE(702), + [sym_record_declaration] = STATE(292), + [sym_annotation_type_declaration] = STATE(292), + [sym_interface_declaration] = STATE(292), + [sym__type] = STATE(1208), + [sym__unannotated_type] = STATE(700), + [sym_annotated_type] = STATE(831), + [sym_scoped_type_identifier] = STATE(735), + [sym_generic_type] = STATE(751), + [sym_array_type] = STATE(688), + [sym_integral_type] = STATE(688), + [sym_floating_point_type] = STATE(688), + [sym_formal_parameters] = STATE(1218), + [sym_local_variable_declaration] = STATE(284), + [sym__reserved_identifier] = STATE(372), + [aux_sym_array_creation_expression_repeat1] = STATE(653), + [aux_sym_modifiers_repeat1] = STATE(433), [sym_identifier] = ACTIONS(7), [sym_decimal_integer_literal] = ACTIONS(9), [sym_hex_integer_literal] = ACTIONS(9), @@ -14648,9 +14431,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_open] = ACTIONS(63), [anon_sym_module] = ACTIONS(65), [anon_sym_static] = ACTIONS(21), - [anon_sym_package] = ACTIONS(67), - [anon_sym_import] = ACTIONS(69), - [anon_sym_enum] = ACTIONS(71), + [anon_sym_with] = ACTIONS(67), + [anon_sym_package] = ACTIONS(69), + [anon_sym_import] = ACTIONS(71), + [anon_sym_enum] = ACTIONS(73), [anon_sym_public] = ACTIONS(21), [anon_sym_protected] = ACTIONS(21), [anon_sym_private] = ACTIONS(21), @@ -14659,94 +14443,95 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_native] = ACTIONS(21), [anon_sym_transient] = ACTIONS(21), [anon_sym_volatile] = ACTIONS(21), - [anon_sym_sealed] = ACTIONS(21), - [anon_sym_non_DASHsealed] = ACTIONS(73), - [anon_sym_record] = ACTIONS(75), - [anon_sym_ATinterface] = ACTIONS(77), - [anon_sym_interface] = ACTIONS(79), - [anon_sym_byte] = ACTIONS(81), - [anon_sym_short] = ACTIONS(81), - [anon_sym_int] = ACTIONS(81), - [anon_sym_long] = ACTIONS(81), - [anon_sym_char] = ACTIONS(81), - [anon_sym_float] = ACTIONS(83), - [anon_sym_double] = ACTIONS(83), - [sym_boolean_type] = ACTIONS(85), - [sym_void_type] = ACTIONS(85), - [sym_this] = ACTIONS(87), - [sym_super] = ACTIONS(89), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_non_DASHsealed] = ACTIONS(77), + [anon_sym_record] = ACTIONS(79), + [anon_sym_ATinterface] = ACTIONS(81), + [anon_sym_interface] = ACTIONS(83), + [anon_sym_byte] = ACTIONS(85), + [anon_sym_short] = ACTIONS(85), + [anon_sym_int] = ACTIONS(85), + [anon_sym_long] = ACTIONS(85), + [anon_sym_char] = ACTIONS(85), + [anon_sym_float] = ACTIONS(87), + [anon_sym_double] = ACTIONS(87), + [sym_boolean_type] = ACTIONS(89), + [sym_void_type] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, [29] = { - [sym__literal] = STATE(507), - [sym_string_literal] = STATE(510), - [sym__string_literal] = STATE(498), - [sym__multiline_string_literal] = STATE(498), - [sym_expression] = STATE(657), - [sym_cast_expression] = STATE(524), - [sym_assignment_expression] = STATE(524), - [sym_binary_expression] = STATE(524), - [sym_instanceof_expression] = STATE(524), - [sym_lambda_expression] = STATE(524), - [sym_inferred_parameters] = STATE(1259), - [sym_ternary_expression] = STATE(524), - [sym_unary_expression] = STATE(524), - [sym_update_expression] = STATE(524), - [sym_primary_expression] = STATE(470), - [sym_array_creation_expression] = STATE(507), - [sym_parenthesized_expression] = STATE(507), - [sym_class_literal] = STATE(507), - [sym_object_creation_expression] = STATE(507), - [sym__unqualified_object_creation_expression] = STATE(483), - [sym_field_access] = STATE(384), - [sym_array_access] = STATE(384), - [sym_method_invocation] = STATE(507), - [sym_method_reference] = STATE(507), - [sym_switch_expression] = STATE(87), - [sym_statement] = STATE(298), - [sym_block] = STATE(276), - [sym_expression_statement] = STATE(276), - [sym_labeled_statement] = STATE(276), - [sym_assert_statement] = STATE(276), - [sym_do_statement] = STATE(276), - [sym_break_statement] = STATE(276), - [sym_continue_statement] = STATE(276), - [sym_return_statement] = STATE(276), - [sym_yield_statement] = STATE(276), - [sym_synchronized_statement] = STATE(276), - [sym_throw_statement] = STATE(276), - [sym_try_statement] = STATE(276), - [sym_try_with_resources_statement] = STATE(276), - [sym_if_statement] = STATE(276), - [sym_while_statement] = STATE(276), - [sym_for_statement] = STATE(276), - [sym_enhanced_for_statement] = STATE(276), - [sym__annotation] = STATE(471), - [sym_marker_annotation] = STATE(471), - [sym_annotation] = STATE(471), - [sym_declaration] = STATE(276), - [sym_module_declaration] = STATE(332), - [sym_package_declaration] = STATE(332), - [sym_import_declaration] = STATE(332), - [sym_enum_declaration] = STATE(332), - [sym_class_declaration] = STATE(332), - [sym_modifiers] = STATE(679), - [sym_record_declaration] = STATE(332), - [sym_annotation_type_declaration] = STATE(332), - [sym_interface_declaration] = STATE(332), - [sym__type] = STATE(1266), - [sym__unannotated_type] = STATE(718), - [sym_annotated_type] = STATE(797), - [sym_scoped_type_identifier] = STATE(745), - [sym_generic_type] = STATE(771), - [sym_array_type] = STATE(702), - [sym_integral_type] = STATE(702), - [sym_floating_point_type] = STATE(702), - [sym_formal_parameters] = STATE(1259), - [sym_local_variable_declaration] = STATE(276), - [aux_sym_array_creation_expression_repeat1] = STATE(658), - [aux_sym_modifiers_repeat1] = STATE(428), + [sym__literal] = STATE(498), + [sym_string_literal] = STATE(505), + [sym__string_literal] = STATE(508), + [sym__multiline_string_literal] = STATE(508), + [sym_expression] = STATE(650), + [sym_cast_expression] = STATE(538), + [sym_assignment_expression] = STATE(538), + [sym_binary_expression] = STATE(538), + [sym_instanceof_expression] = STATE(538), + [sym_lambda_expression] = STATE(538), + [sym_inferred_parameters] = STATE(1218), + [sym_ternary_expression] = STATE(538), + [sym_unary_expression] = STATE(538), + [sym_update_expression] = STATE(538), + [sym_primary_expression] = STATE(509), + [sym_array_creation_expression] = STATE(498), + [sym_parenthesized_expression] = STATE(498), + [sym_class_literal] = STATE(498), + [sym_object_creation_expression] = STATE(498), + [sym__unqualified_object_creation_expression] = STATE(515), + [sym_field_access] = STATE(385), + [sym_array_access] = STATE(385), + [sym_method_invocation] = STATE(498), + [sym_method_reference] = STATE(498), + [sym_switch_expression] = STATE(88), + [sym_statement] = STATE(335), + [sym_block] = STATE(284), + [sym_expression_statement] = STATE(284), + [sym_labeled_statement] = STATE(284), + [sym_assert_statement] = STATE(284), + [sym_do_statement] = STATE(284), + [sym_break_statement] = STATE(284), + [sym_continue_statement] = STATE(284), + [sym_return_statement] = STATE(284), + [sym_yield_statement] = STATE(284), + [sym_synchronized_statement] = STATE(284), + [sym_throw_statement] = STATE(284), + [sym_try_statement] = STATE(284), + [sym_try_with_resources_statement] = STATE(284), + [sym_if_statement] = STATE(284), + [sym_while_statement] = STATE(284), + [sym_for_statement] = STATE(284), + [sym_enhanced_for_statement] = STATE(284), + [sym__annotation] = STATE(474), + [sym_marker_annotation] = STATE(474), + [sym_annotation] = STATE(474), + [sym_declaration] = STATE(284), + [sym_module_declaration] = STATE(292), + [sym_package_declaration] = STATE(292), + [sym_import_declaration] = STATE(292), + [sym_enum_declaration] = STATE(292), + [sym_class_declaration] = STATE(292), + [sym_modifiers] = STATE(702), + [sym_record_declaration] = STATE(292), + [sym_annotation_type_declaration] = STATE(292), + [sym_interface_declaration] = STATE(292), + [sym__type] = STATE(1208), + [sym__unannotated_type] = STATE(700), + [sym_annotated_type] = STATE(831), + [sym_scoped_type_identifier] = STATE(735), + [sym_generic_type] = STATE(751), + [sym_array_type] = STATE(688), + [sym_integral_type] = STATE(688), + [sym_floating_point_type] = STATE(688), + [sym_formal_parameters] = STATE(1218), + [sym_local_variable_declaration] = STATE(284), + [sym__reserved_identifier] = STATE(372), + [aux_sym_array_creation_expression_repeat1] = STATE(653), + [aux_sym_modifiers_repeat1] = STATE(433), [sym_identifier] = ACTIONS(7), [sym_decimal_integer_literal] = ACTIONS(9), [sym_hex_integer_literal] = ACTIONS(9), @@ -14790,9 +14575,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_open] = ACTIONS(63), [anon_sym_module] = ACTIONS(65), [anon_sym_static] = ACTIONS(21), - [anon_sym_package] = ACTIONS(67), - [anon_sym_import] = ACTIONS(69), - [anon_sym_enum] = ACTIONS(71), + [anon_sym_with] = ACTIONS(67), + [anon_sym_package] = ACTIONS(69), + [anon_sym_import] = ACTIONS(71), + [anon_sym_enum] = ACTIONS(73), [anon_sym_public] = ACTIONS(21), [anon_sym_protected] = ACTIONS(21), [anon_sym_private] = ACTIONS(21), @@ -14801,94 +14587,95 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_native] = ACTIONS(21), [anon_sym_transient] = ACTIONS(21), [anon_sym_volatile] = ACTIONS(21), - [anon_sym_sealed] = ACTIONS(21), - [anon_sym_non_DASHsealed] = ACTIONS(73), - [anon_sym_record] = ACTIONS(75), - [anon_sym_ATinterface] = ACTIONS(77), - [anon_sym_interface] = ACTIONS(79), - [anon_sym_byte] = ACTIONS(81), - [anon_sym_short] = ACTIONS(81), - [anon_sym_int] = ACTIONS(81), - [anon_sym_long] = ACTIONS(81), - [anon_sym_char] = ACTIONS(81), - [anon_sym_float] = ACTIONS(83), - [anon_sym_double] = ACTIONS(83), - [sym_boolean_type] = ACTIONS(85), - [sym_void_type] = ACTIONS(85), - [sym_this] = ACTIONS(87), - [sym_super] = ACTIONS(89), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_non_DASHsealed] = ACTIONS(77), + [anon_sym_record] = ACTIONS(79), + [anon_sym_ATinterface] = ACTIONS(81), + [anon_sym_interface] = ACTIONS(83), + [anon_sym_byte] = ACTIONS(85), + [anon_sym_short] = ACTIONS(85), + [anon_sym_int] = ACTIONS(85), + [anon_sym_long] = ACTIONS(85), + [anon_sym_char] = ACTIONS(85), + [anon_sym_float] = ACTIONS(87), + [anon_sym_double] = ACTIONS(87), + [sym_boolean_type] = ACTIONS(89), + [sym_void_type] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, [30] = { - [sym__literal] = STATE(507), - [sym_string_literal] = STATE(510), - [sym__string_literal] = STATE(498), - [sym__multiline_string_literal] = STATE(498), - [sym_expression] = STATE(657), - [sym_cast_expression] = STATE(524), - [sym_assignment_expression] = STATE(524), - [sym_binary_expression] = STATE(524), - [sym_instanceof_expression] = STATE(524), - [sym_lambda_expression] = STATE(524), - [sym_inferred_parameters] = STATE(1259), - [sym_ternary_expression] = STATE(524), - [sym_unary_expression] = STATE(524), - [sym_update_expression] = STATE(524), - [sym_primary_expression] = STATE(470), - [sym_array_creation_expression] = STATE(507), - [sym_parenthesized_expression] = STATE(507), - [sym_class_literal] = STATE(507), - [sym_object_creation_expression] = STATE(507), - [sym__unqualified_object_creation_expression] = STATE(483), - [sym_field_access] = STATE(384), - [sym_array_access] = STATE(384), - [sym_method_invocation] = STATE(507), - [sym_method_reference] = STATE(507), - [sym_switch_expression] = STATE(87), - [sym_statement] = STATE(300), - [sym_block] = STATE(276), - [sym_expression_statement] = STATE(276), - [sym_labeled_statement] = STATE(276), - [sym_assert_statement] = STATE(276), - [sym_do_statement] = STATE(276), - [sym_break_statement] = STATE(276), - [sym_continue_statement] = STATE(276), - [sym_return_statement] = STATE(276), - [sym_yield_statement] = STATE(276), - [sym_synchronized_statement] = STATE(276), - [sym_throw_statement] = STATE(276), - [sym_try_statement] = STATE(276), - [sym_try_with_resources_statement] = STATE(276), - [sym_if_statement] = STATE(276), - [sym_while_statement] = STATE(276), - [sym_for_statement] = STATE(276), - [sym_enhanced_for_statement] = STATE(276), - [sym__annotation] = STATE(471), - [sym_marker_annotation] = STATE(471), - [sym_annotation] = STATE(471), - [sym_declaration] = STATE(276), - [sym_module_declaration] = STATE(332), - [sym_package_declaration] = STATE(332), - [sym_import_declaration] = STATE(332), - [sym_enum_declaration] = STATE(332), - [sym_class_declaration] = STATE(332), - [sym_modifiers] = STATE(679), - [sym_record_declaration] = STATE(332), - [sym_annotation_type_declaration] = STATE(332), - [sym_interface_declaration] = STATE(332), - [sym__type] = STATE(1266), - [sym__unannotated_type] = STATE(718), - [sym_annotated_type] = STATE(797), - [sym_scoped_type_identifier] = STATE(745), - [sym_generic_type] = STATE(771), - [sym_array_type] = STATE(702), - [sym_integral_type] = STATE(702), - [sym_floating_point_type] = STATE(702), - [sym_formal_parameters] = STATE(1259), - [sym_local_variable_declaration] = STATE(276), - [aux_sym_array_creation_expression_repeat1] = STATE(658), - [aux_sym_modifiers_repeat1] = STATE(428), + [sym__literal] = STATE(498), + [sym_string_literal] = STATE(505), + [sym__string_literal] = STATE(508), + [sym__multiline_string_literal] = STATE(508), + [sym_expression] = STATE(650), + [sym_cast_expression] = STATE(538), + [sym_assignment_expression] = STATE(538), + [sym_binary_expression] = STATE(538), + [sym_instanceof_expression] = STATE(538), + [sym_lambda_expression] = STATE(538), + [sym_inferred_parameters] = STATE(1218), + [sym_ternary_expression] = STATE(538), + [sym_unary_expression] = STATE(538), + [sym_update_expression] = STATE(538), + [sym_primary_expression] = STATE(509), + [sym_array_creation_expression] = STATE(498), + [sym_parenthesized_expression] = STATE(498), + [sym_class_literal] = STATE(498), + [sym_object_creation_expression] = STATE(498), + [sym__unqualified_object_creation_expression] = STATE(515), + [sym_field_access] = STATE(385), + [sym_array_access] = STATE(385), + [sym_method_invocation] = STATE(498), + [sym_method_reference] = STATE(498), + [sym_switch_expression] = STATE(88), + [sym_statement] = STATE(329), + [sym_block] = STATE(284), + [sym_expression_statement] = STATE(284), + [sym_labeled_statement] = STATE(284), + [sym_assert_statement] = STATE(284), + [sym_do_statement] = STATE(284), + [sym_break_statement] = STATE(284), + [sym_continue_statement] = STATE(284), + [sym_return_statement] = STATE(284), + [sym_yield_statement] = STATE(284), + [sym_synchronized_statement] = STATE(284), + [sym_throw_statement] = STATE(284), + [sym_try_statement] = STATE(284), + [sym_try_with_resources_statement] = STATE(284), + [sym_if_statement] = STATE(284), + [sym_while_statement] = STATE(284), + [sym_for_statement] = STATE(284), + [sym_enhanced_for_statement] = STATE(284), + [sym__annotation] = STATE(474), + [sym_marker_annotation] = STATE(474), + [sym_annotation] = STATE(474), + [sym_declaration] = STATE(284), + [sym_module_declaration] = STATE(292), + [sym_package_declaration] = STATE(292), + [sym_import_declaration] = STATE(292), + [sym_enum_declaration] = STATE(292), + [sym_class_declaration] = STATE(292), + [sym_modifiers] = STATE(702), + [sym_record_declaration] = STATE(292), + [sym_annotation_type_declaration] = STATE(292), + [sym_interface_declaration] = STATE(292), + [sym__type] = STATE(1208), + [sym__unannotated_type] = STATE(700), + [sym_annotated_type] = STATE(831), + [sym_scoped_type_identifier] = STATE(735), + [sym_generic_type] = STATE(751), + [sym_array_type] = STATE(688), + [sym_integral_type] = STATE(688), + [sym_floating_point_type] = STATE(688), + [sym_formal_parameters] = STATE(1218), + [sym_local_variable_declaration] = STATE(284), + [sym__reserved_identifier] = STATE(372), + [aux_sym_array_creation_expression_repeat1] = STATE(653), + [aux_sym_modifiers_repeat1] = STATE(433), [sym_identifier] = ACTIONS(7), [sym_decimal_integer_literal] = ACTIONS(9), [sym_hex_integer_literal] = ACTIONS(9), @@ -14932,9 +14719,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_open] = ACTIONS(63), [anon_sym_module] = ACTIONS(65), [anon_sym_static] = ACTIONS(21), - [anon_sym_package] = ACTIONS(67), - [anon_sym_import] = ACTIONS(69), - [anon_sym_enum] = ACTIONS(71), + [anon_sym_with] = ACTIONS(67), + [anon_sym_package] = ACTIONS(69), + [anon_sym_import] = ACTIONS(71), + [anon_sym_enum] = ACTIONS(73), [anon_sym_public] = ACTIONS(21), [anon_sym_protected] = ACTIONS(21), [anon_sym_private] = ACTIONS(21), @@ -14943,94 +14731,95 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_native] = ACTIONS(21), [anon_sym_transient] = ACTIONS(21), [anon_sym_volatile] = ACTIONS(21), - [anon_sym_sealed] = ACTIONS(21), - [anon_sym_non_DASHsealed] = ACTIONS(73), - [anon_sym_record] = ACTIONS(75), - [anon_sym_ATinterface] = ACTIONS(77), - [anon_sym_interface] = ACTIONS(79), - [anon_sym_byte] = ACTIONS(81), - [anon_sym_short] = ACTIONS(81), - [anon_sym_int] = ACTIONS(81), - [anon_sym_long] = ACTIONS(81), - [anon_sym_char] = ACTIONS(81), - [anon_sym_float] = ACTIONS(83), - [anon_sym_double] = ACTIONS(83), - [sym_boolean_type] = ACTIONS(85), - [sym_void_type] = ACTIONS(85), - [sym_this] = ACTIONS(87), - [sym_super] = ACTIONS(89), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_non_DASHsealed] = ACTIONS(77), + [anon_sym_record] = ACTIONS(79), + [anon_sym_ATinterface] = ACTIONS(81), + [anon_sym_interface] = ACTIONS(83), + [anon_sym_byte] = ACTIONS(85), + [anon_sym_short] = ACTIONS(85), + [anon_sym_int] = ACTIONS(85), + [anon_sym_long] = ACTIONS(85), + [anon_sym_char] = ACTIONS(85), + [anon_sym_float] = ACTIONS(87), + [anon_sym_double] = ACTIONS(87), + [sym_boolean_type] = ACTIONS(89), + [sym_void_type] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, [31] = { - [sym__literal] = STATE(507), - [sym_string_literal] = STATE(510), - [sym__string_literal] = STATE(498), - [sym__multiline_string_literal] = STATE(498), - [sym_expression] = STATE(657), - [sym_cast_expression] = STATE(524), - [sym_assignment_expression] = STATE(524), - [sym_binary_expression] = STATE(524), - [sym_instanceof_expression] = STATE(524), - [sym_lambda_expression] = STATE(524), - [sym_inferred_parameters] = STATE(1259), - [sym_ternary_expression] = STATE(524), - [sym_unary_expression] = STATE(524), - [sym_update_expression] = STATE(524), - [sym_primary_expression] = STATE(470), - [sym_array_creation_expression] = STATE(507), - [sym_parenthesized_expression] = STATE(507), - [sym_class_literal] = STATE(507), - [sym_object_creation_expression] = STATE(507), - [sym__unqualified_object_creation_expression] = STATE(483), - [sym_field_access] = STATE(384), - [sym_array_access] = STATE(384), - [sym_method_invocation] = STATE(507), - [sym_method_reference] = STATE(507), - [sym_switch_expression] = STATE(87), - [sym_statement] = STATE(297), - [sym_block] = STATE(276), - [sym_expression_statement] = STATE(276), - [sym_labeled_statement] = STATE(276), - [sym_assert_statement] = STATE(276), - [sym_do_statement] = STATE(276), - [sym_break_statement] = STATE(276), - [sym_continue_statement] = STATE(276), - [sym_return_statement] = STATE(276), - [sym_yield_statement] = STATE(276), - [sym_synchronized_statement] = STATE(276), - [sym_throw_statement] = STATE(276), - [sym_try_statement] = STATE(276), - [sym_try_with_resources_statement] = STATE(276), - [sym_if_statement] = STATE(276), - [sym_while_statement] = STATE(276), - [sym_for_statement] = STATE(276), - [sym_enhanced_for_statement] = STATE(276), - [sym__annotation] = STATE(471), - [sym_marker_annotation] = STATE(471), - [sym_annotation] = STATE(471), - [sym_declaration] = STATE(276), - [sym_module_declaration] = STATE(332), - [sym_package_declaration] = STATE(332), - [sym_import_declaration] = STATE(332), - [sym_enum_declaration] = STATE(332), - [sym_class_declaration] = STATE(332), - [sym_modifiers] = STATE(679), - [sym_record_declaration] = STATE(332), - [sym_annotation_type_declaration] = STATE(332), - [sym_interface_declaration] = STATE(332), - [sym__type] = STATE(1266), - [sym__unannotated_type] = STATE(718), - [sym_annotated_type] = STATE(797), - [sym_scoped_type_identifier] = STATE(745), - [sym_generic_type] = STATE(771), - [sym_array_type] = STATE(702), - [sym_integral_type] = STATE(702), - [sym_floating_point_type] = STATE(702), - [sym_formal_parameters] = STATE(1259), - [sym_local_variable_declaration] = STATE(276), - [aux_sym_array_creation_expression_repeat1] = STATE(658), - [aux_sym_modifiers_repeat1] = STATE(428), + [sym__literal] = STATE(498), + [sym_string_literal] = STATE(505), + [sym__string_literal] = STATE(508), + [sym__multiline_string_literal] = STATE(508), + [sym_expression] = STATE(650), + [sym_cast_expression] = STATE(538), + [sym_assignment_expression] = STATE(538), + [sym_binary_expression] = STATE(538), + [sym_instanceof_expression] = STATE(538), + [sym_lambda_expression] = STATE(538), + [sym_inferred_parameters] = STATE(1218), + [sym_ternary_expression] = STATE(538), + [sym_unary_expression] = STATE(538), + [sym_update_expression] = STATE(538), + [sym_primary_expression] = STATE(509), + [sym_array_creation_expression] = STATE(498), + [sym_parenthesized_expression] = STATE(498), + [sym_class_literal] = STATE(498), + [sym_object_creation_expression] = STATE(498), + [sym__unqualified_object_creation_expression] = STATE(515), + [sym_field_access] = STATE(385), + [sym_array_access] = STATE(385), + [sym_method_invocation] = STATE(498), + [sym_method_reference] = STATE(498), + [sym_switch_expression] = STATE(88), + [sym_statement] = STATE(338), + [sym_block] = STATE(284), + [sym_expression_statement] = STATE(284), + [sym_labeled_statement] = STATE(284), + [sym_assert_statement] = STATE(284), + [sym_do_statement] = STATE(284), + [sym_break_statement] = STATE(284), + [sym_continue_statement] = STATE(284), + [sym_return_statement] = STATE(284), + [sym_yield_statement] = STATE(284), + [sym_synchronized_statement] = STATE(284), + [sym_throw_statement] = STATE(284), + [sym_try_statement] = STATE(284), + [sym_try_with_resources_statement] = STATE(284), + [sym_if_statement] = STATE(284), + [sym_while_statement] = STATE(284), + [sym_for_statement] = STATE(284), + [sym_enhanced_for_statement] = STATE(284), + [sym__annotation] = STATE(474), + [sym_marker_annotation] = STATE(474), + [sym_annotation] = STATE(474), + [sym_declaration] = STATE(284), + [sym_module_declaration] = STATE(292), + [sym_package_declaration] = STATE(292), + [sym_import_declaration] = STATE(292), + [sym_enum_declaration] = STATE(292), + [sym_class_declaration] = STATE(292), + [sym_modifiers] = STATE(702), + [sym_record_declaration] = STATE(292), + [sym_annotation_type_declaration] = STATE(292), + [sym_interface_declaration] = STATE(292), + [sym__type] = STATE(1208), + [sym__unannotated_type] = STATE(700), + [sym_annotated_type] = STATE(831), + [sym_scoped_type_identifier] = STATE(735), + [sym_generic_type] = STATE(751), + [sym_array_type] = STATE(688), + [sym_integral_type] = STATE(688), + [sym_floating_point_type] = STATE(688), + [sym_formal_parameters] = STATE(1218), + [sym_local_variable_declaration] = STATE(284), + [sym__reserved_identifier] = STATE(372), + [aux_sym_array_creation_expression_repeat1] = STATE(653), + [aux_sym_modifiers_repeat1] = STATE(433), [sym_identifier] = ACTIONS(7), [sym_decimal_integer_literal] = ACTIONS(9), [sym_hex_integer_literal] = ACTIONS(9), @@ -15074,9 +14863,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_open] = ACTIONS(63), [anon_sym_module] = ACTIONS(65), [anon_sym_static] = ACTIONS(21), - [anon_sym_package] = ACTIONS(67), - [anon_sym_import] = ACTIONS(69), - [anon_sym_enum] = ACTIONS(71), + [anon_sym_with] = ACTIONS(67), + [anon_sym_package] = ACTIONS(69), + [anon_sym_import] = ACTIONS(71), + [anon_sym_enum] = ACTIONS(73), [anon_sym_public] = ACTIONS(21), [anon_sym_protected] = ACTIONS(21), [anon_sym_private] = ACTIONS(21), @@ -15085,95 +14875,96 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_native] = ACTIONS(21), [anon_sym_transient] = ACTIONS(21), [anon_sym_volatile] = ACTIONS(21), - [anon_sym_sealed] = ACTIONS(21), - [anon_sym_non_DASHsealed] = ACTIONS(73), - [anon_sym_record] = ACTIONS(75), - [anon_sym_ATinterface] = ACTIONS(77), - [anon_sym_interface] = ACTIONS(79), - [anon_sym_byte] = ACTIONS(81), - [anon_sym_short] = ACTIONS(81), - [anon_sym_int] = ACTIONS(81), - [anon_sym_long] = ACTIONS(81), - [anon_sym_char] = ACTIONS(81), - [anon_sym_float] = ACTIONS(83), - [anon_sym_double] = ACTIONS(83), - [sym_boolean_type] = ACTIONS(85), - [sym_void_type] = ACTIONS(85), - [sym_this] = ACTIONS(87), - [sym_super] = ACTIONS(89), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_non_DASHsealed] = ACTIONS(77), + [anon_sym_record] = ACTIONS(79), + [anon_sym_ATinterface] = ACTIONS(81), + [anon_sym_interface] = ACTIONS(83), + [anon_sym_byte] = ACTIONS(85), + [anon_sym_short] = ACTIONS(85), + [anon_sym_int] = ACTIONS(85), + [anon_sym_long] = ACTIONS(85), + [anon_sym_char] = ACTIONS(85), + [anon_sym_float] = ACTIONS(87), + [anon_sym_double] = ACTIONS(87), + [sym_boolean_type] = ACTIONS(89), + [sym_void_type] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, [32] = { - [sym__literal] = STATE(507), - [sym_string_literal] = STATE(510), - [sym__string_literal] = STATE(498), - [sym__multiline_string_literal] = STATE(498), - [sym_expression] = STATE(657), - [sym_cast_expression] = STATE(524), - [sym_assignment_expression] = STATE(524), - [sym_binary_expression] = STATE(524), - [sym_instanceof_expression] = STATE(524), - [sym_lambda_expression] = STATE(524), - [sym_inferred_parameters] = STATE(1259), - [sym_ternary_expression] = STATE(524), - [sym_unary_expression] = STATE(524), - [sym_update_expression] = STATE(524), - [sym_primary_expression] = STATE(470), - [sym_array_creation_expression] = STATE(507), - [sym_parenthesized_expression] = STATE(507), - [sym_class_literal] = STATE(507), - [sym_object_creation_expression] = STATE(507), - [sym__unqualified_object_creation_expression] = STATE(483), - [sym_field_access] = STATE(384), - [sym_array_access] = STATE(384), - [sym_method_invocation] = STATE(507), - [sym_method_reference] = STATE(507), - [sym_switch_expression] = STATE(592), - [sym_statement] = STATE(328), - [sym_block] = STATE(276), - [sym_expression_statement] = STATE(276), - [sym_labeled_statement] = STATE(276), - [sym_assert_statement] = STATE(276), - [sym_do_statement] = STATE(276), - [sym_break_statement] = STATE(276), - [sym_continue_statement] = STATE(276), - [sym_return_statement] = STATE(276), - [sym_yield_statement] = STATE(276), - [sym_synchronized_statement] = STATE(276), - [sym_throw_statement] = STATE(276), - [sym_try_statement] = STATE(276), - [sym_try_with_resources_statement] = STATE(276), - [sym_if_statement] = STATE(276), - [sym_while_statement] = STATE(276), - [sym_for_statement] = STATE(276), - [sym_enhanced_for_statement] = STATE(276), - [sym__annotation] = STATE(471), - [sym_marker_annotation] = STATE(471), - [sym_annotation] = STATE(471), - [sym_declaration] = STATE(276), - [sym_module_declaration] = STATE(332), - [sym_package_declaration] = STATE(332), - [sym_import_declaration] = STATE(332), - [sym_enum_declaration] = STATE(332), - [sym_class_declaration] = STATE(332), - [sym_modifiers] = STATE(679), - [sym_record_declaration] = STATE(332), - [sym_annotation_type_declaration] = STATE(332), - [sym_interface_declaration] = STATE(332), - [sym__type] = STATE(1266), - [sym__unannotated_type] = STATE(718), - [sym_annotated_type] = STATE(797), - [sym_scoped_type_identifier] = STATE(745), - [sym_generic_type] = STATE(771), - [sym_array_type] = STATE(702), - [sym_integral_type] = STATE(702), - [sym_floating_point_type] = STATE(702), - [sym_formal_parameters] = STATE(1259), - [sym_local_variable_declaration] = STATE(276), - [aux_sym_array_creation_expression_repeat1] = STATE(658), - [aux_sym_modifiers_repeat1] = STATE(428), - [sym_identifier] = ACTIONS(251), + [sym__literal] = STATE(498), + [sym_string_literal] = STATE(505), + [sym__string_literal] = STATE(508), + [sym__multiline_string_literal] = STATE(508), + [sym_expression] = STATE(650), + [sym_cast_expression] = STATE(538), + [sym_assignment_expression] = STATE(538), + [sym_binary_expression] = STATE(538), + [sym_instanceof_expression] = STATE(538), + [sym_lambda_expression] = STATE(538), + [sym_inferred_parameters] = STATE(1218), + [sym_ternary_expression] = STATE(538), + [sym_unary_expression] = STATE(538), + [sym_update_expression] = STATE(538), + [sym_primary_expression] = STATE(509), + [sym_array_creation_expression] = STATE(498), + [sym_parenthesized_expression] = STATE(498), + [sym_class_literal] = STATE(498), + [sym_object_creation_expression] = STATE(498), + [sym__unqualified_object_creation_expression] = STATE(515), + [sym_field_access] = STATE(385), + [sym_array_access] = STATE(385), + [sym_method_invocation] = STATE(498), + [sym_method_reference] = STATE(498), + [sym_switch_expression] = STATE(88), + [sym_statement] = STATE(326), + [sym_block] = STATE(284), + [sym_expression_statement] = STATE(284), + [sym_labeled_statement] = STATE(284), + [sym_assert_statement] = STATE(284), + [sym_do_statement] = STATE(284), + [sym_break_statement] = STATE(284), + [sym_continue_statement] = STATE(284), + [sym_return_statement] = STATE(284), + [sym_yield_statement] = STATE(284), + [sym_synchronized_statement] = STATE(284), + [sym_throw_statement] = STATE(284), + [sym_try_statement] = STATE(284), + [sym_try_with_resources_statement] = STATE(284), + [sym_if_statement] = STATE(284), + [sym_while_statement] = STATE(284), + [sym_for_statement] = STATE(284), + [sym_enhanced_for_statement] = STATE(284), + [sym__annotation] = STATE(474), + [sym_marker_annotation] = STATE(474), + [sym_annotation] = STATE(474), + [sym_declaration] = STATE(284), + [sym_module_declaration] = STATE(292), + [sym_package_declaration] = STATE(292), + [sym_import_declaration] = STATE(292), + [sym_enum_declaration] = STATE(292), + [sym_class_declaration] = STATE(292), + [sym_modifiers] = STATE(702), + [sym_record_declaration] = STATE(292), + [sym_annotation_type_declaration] = STATE(292), + [sym_interface_declaration] = STATE(292), + [sym__type] = STATE(1208), + [sym__unannotated_type] = STATE(700), + [sym_annotated_type] = STATE(831), + [sym_scoped_type_identifier] = STATE(735), + [sym_generic_type] = STATE(751), + [sym_array_type] = STATE(688), + [sym_integral_type] = STATE(688), + [sym_floating_point_type] = STATE(688), + [sym_formal_parameters] = STATE(1218), + [sym_local_variable_declaration] = STATE(284), + [sym__reserved_identifier] = STATE(372), + [aux_sym_array_creation_expression_repeat1] = STATE(653), + [aux_sym_modifiers_repeat1] = STATE(433), + [sym_identifier] = ACTIONS(7), [sym_decimal_integer_literal] = ACTIONS(9), [sym_hex_integer_literal] = ACTIONS(9), [sym_octal_integer_literal] = ACTIONS(9), @@ -15202,7 +14993,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_SEMI] = ACTIONS(35), [anon_sym_assert] = ACTIONS(37), [anon_sym_do] = ACTIONS(39), - [anon_sym_while] = ACTIONS(253), + [anon_sym_while] = ACTIONS(41), [anon_sym_break] = ACTIONS(43), [anon_sym_continue] = ACTIONS(45), [anon_sym_return] = ACTIONS(47), @@ -15210,15 +15001,16 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_synchronized] = ACTIONS(51), [anon_sym_throw] = ACTIONS(53), [anon_sym_try] = ACTIONS(55), - [anon_sym_if] = ACTIONS(255), - [anon_sym_for] = ACTIONS(257), + [anon_sym_if] = ACTIONS(57), + [anon_sym_for] = ACTIONS(59), [anon_sym_AT] = ACTIONS(61), [anon_sym_open] = ACTIONS(63), [anon_sym_module] = ACTIONS(65), [anon_sym_static] = ACTIONS(21), - [anon_sym_package] = ACTIONS(67), - [anon_sym_import] = ACTIONS(69), - [anon_sym_enum] = ACTIONS(71), + [anon_sym_with] = ACTIONS(67), + [anon_sym_package] = ACTIONS(69), + [anon_sym_import] = ACTIONS(71), + [anon_sym_enum] = ACTIONS(73), [anon_sym_public] = ACTIONS(21), [anon_sym_protected] = ACTIONS(21), [anon_sym_private] = ACTIONS(21), @@ -15227,94 +15019,95 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_native] = ACTIONS(21), [anon_sym_transient] = ACTIONS(21), [anon_sym_volatile] = ACTIONS(21), - [anon_sym_sealed] = ACTIONS(21), - [anon_sym_non_DASHsealed] = ACTIONS(73), - [anon_sym_record] = ACTIONS(75), - [anon_sym_ATinterface] = ACTIONS(77), - [anon_sym_interface] = ACTIONS(79), - [anon_sym_byte] = ACTIONS(81), - [anon_sym_short] = ACTIONS(81), - [anon_sym_int] = ACTIONS(81), - [anon_sym_long] = ACTIONS(81), - [anon_sym_char] = ACTIONS(81), - [anon_sym_float] = ACTIONS(83), - [anon_sym_double] = ACTIONS(83), - [sym_boolean_type] = ACTIONS(85), - [sym_void_type] = ACTIONS(85), - [sym_this] = ACTIONS(87), - [sym_super] = ACTIONS(89), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_non_DASHsealed] = ACTIONS(77), + [anon_sym_record] = ACTIONS(79), + [anon_sym_ATinterface] = ACTIONS(81), + [anon_sym_interface] = ACTIONS(83), + [anon_sym_byte] = ACTIONS(85), + [anon_sym_short] = ACTIONS(85), + [anon_sym_int] = ACTIONS(85), + [anon_sym_long] = ACTIONS(85), + [anon_sym_char] = ACTIONS(85), + [anon_sym_float] = ACTIONS(87), + [anon_sym_double] = ACTIONS(87), + [sym_boolean_type] = ACTIONS(89), + [sym_void_type] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, [33] = { - [sym__literal] = STATE(507), - [sym_string_literal] = STATE(510), - [sym__string_literal] = STATE(498), - [sym__multiline_string_literal] = STATE(498), - [sym_expression] = STATE(657), - [sym_cast_expression] = STATE(524), - [sym_assignment_expression] = STATE(524), - [sym_binary_expression] = STATE(524), - [sym_instanceof_expression] = STATE(524), - [sym_lambda_expression] = STATE(524), - [sym_inferred_parameters] = STATE(1259), - [sym_ternary_expression] = STATE(524), - [sym_unary_expression] = STATE(524), - [sym_update_expression] = STATE(524), - [sym_primary_expression] = STATE(470), - [sym_array_creation_expression] = STATE(507), - [sym_parenthesized_expression] = STATE(507), - [sym_class_literal] = STATE(507), - [sym_object_creation_expression] = STATE(507), - [sym__unqualified_object_creation_expression] = STATE(483), - [sym_field_access] = STATE(384), - [sym_array_access] = STATE(384), - [sym_method_invocation] = STATE(507), - [sym_method_reference] = STATE(507), - [sym_switch_expression] = STATE(87), - [sym_statement] = STATE(302), - [sym_block] = STATE(276), - [sym_expression_statement] = STATE(276), - [sym_labeled_statement] = STATE(276), - [sym_assert_statement] = STATE(276), - [sym_do_statement] = STATE(276), - [sym_break_statement] = STATE(276), - [sym_continue_statement] = STATE(276), - [sym_return_statement] = STATE(276), - [sym_yield_statement] = STATE(276), - [sym_synchronized_statement] = STATE(276), - [sym_throw_statement] = STATE(276), - [sym_try_statement] = STATE(276), - [sym_try_with_resources_statement] = STATE(276), - [sym_if_statement] = STATE(276), - [sym_while_statement] = STATE(276), - [sym_for_statement] = STATE(276), - [sym_enhanced_for_statement] = STATE(276), - [sym__annotation] = STATE(471), - [sym_marker_annotation] = STATE(471), - [sym_annotation] = STATE(471), - [sym_declaration] = STATE(276), - [sym_module_declaration] = STATE(332), - [sym_package_declaration] = STATE(332), - [sym_import_declaration] = STATE(332), - [sym_enum_declaration] = STATE(332), - [sym_class_declaration] = STATE(332), - [sym_modifiers] = STATE(679), - [sym_record_declaration] = STATE(332), - [sym_annotation_type_declaration] = STATE(332), - [sym_interface_declaration] = STATE(332), - [sym__type] = STATE(1266), - [sym__unannotated_type] = STATE(718), - [sym_annotated_type] = STATE(797), - [sym_scoped_type_identifier] = STATE(745), - [sym_generic_type] = STATE(771), - [sym_array_type] = STATE(702), - [sym_integral_type] = STATE(702), - [sym_floating_point_type] = STATE(702), - [sym_formal_parameters] = STATE(1259), - [sym_local_variable_declaration] = STATE(276), - [aux_sym_array_creation_expression_repeat1] = STATE(658), - [aux_sym_modifiers_repeat1] = STATE(428), + [sym__literal] = STATE(498), + [sym_string_literal] = STATE(505), + [sym__string_literal] = STATE(508), + [sym__multiline_string_literal] = STATE(508), + [sym_expression] = STATE(650), + [sym_cast_expression] = STATE(538), + [sym_assignment_expression] = STATE(538), + [sym_binary_expression] = STATE(538), + [sym_instanceof_expression] = STATE(538), + [sym_lambda_expression] = STATE(538), + [sym_inferred_parameters] = STATE(1218), + [sym_ternary_expression] = STATE(538), + [sym_unary_expression] = STATE(538), + [sym_update_expression] = STATE(538), + [sym_primary_expression] = STATE(509), + [sym_array_creation_expression] = STATE(498), + [sym_parenthesized_expression] = STATE(498), + [sym_class_literal] = STATE(498), + [sym_object_creation_expression] = STATE(498), + [sym__unqualified_object_creation_expression] = STATE(515), + [sym_field_access] = STATE(385), + [sym_array_access] = STATE(385), + [sym_method_invocation] = STATE(498), + [sym_method_reference] = STATE(498), + [sym_switch_expression] = STATE(88), + [sym_statement] = STATE(324), + [sym_block] = STATE(284), + [sym_expression_statement] = STATE(284), + [sym_labeled_statement] = STATE(284), + [sym_assert_statement] = STATE(284), + [sym_do_statement] = STATE(284), + [sym_break_statement] = STATE(284), + [sym_continue_statement] = STATE(284), + [sym_return_statement] = STATE(284), + [sym_yield_statement] = STATE(284), + [sym_synchronized_statement] = STATE(284), + [sym_throw_statement] = STATE(284), + [sym_try_statement] = STATE(284), + [sym_try_with_resources_statement] = STATE(284), + [sym_if_statement] = STATE(284), + [sym_while_statement] = STATE(284), + [sym_for_statement] = STATE(284), + [sym_enhanced_for_statement] = STATE(284), + [sym__annotation] = STATE(474), + [sym_marker_annotation] = STATE(474), + [sym_annotation] = STATE(474), + [sym_declaration] = STATE(284), + [sym_module_declaration] = STATE(292), + [sym_package_declaration] = STATE(292), + [sym_import_declaration] = STATE(292), + [sym_enum_declaration] = STATE(292), + [sym_class_declaration] = STATE(292), + [sym_modifiers] = STATE(702), + [sym_record_declaration] = STATE(292), + [sym_annotation_type_declaration] = STATE(292), + [sym_interface_declaration] = STATE(292), + [sym__type] = STATE(1208), + [sym__unannotated_type] = STATE(700), + [sym_annotated_type] = STATE(831), + [sym_scoped_type_identifier] = STATE(735), + [sym_generic_type] = STATE(751), + [sym_array_type] = STATE(688), + [sym_integral_type] = STATE(688), + [sym_floating_point_type] = STATE(688), + [sym_formal_parameters] = STATE(1218), + [sym_local_variable_declaration] = STATE(284), + [sym__reserved_identifier] = STATE(372), + [aux_sym_array_creation_expression_repeat1] = STATE(653), + [aux_sym_modifiers_repeat1] = STATE(433), [sym_identifier] = ACTIONS(7), [sym_decimal_integer_literal] = ACTIONS(9), [sym_hex_integer_literal] = ACTIONS(9), @@ -15358,9 +15151,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_open] = ACTIONS(63), [anon_sym_module] = ACTIONS(65), [anon_sym_static] = ACTIONS(21), - [anon_sym_package] = ACTIONS(67), - [anon_sym_import] = ACTIONS(69), - [anon_sym_enum] = ACTIONS(71), + [anon_sym_with] = ACTIONS(67), + [anon_sym_package] = ACTIONS(69), + [anon_sym_import] = ACTIONS(71), + [anon_sym_enum] = ACTIONS(73), [anon_sym_public] = ACTIONS(21), [anon_sym_protected] = ACTIONS(21), [anon_sym_private] = ACTIONS(21), @@ -15369,95 +15163,96 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_native] = ACTIONS(21), [anon_sym_transient] = ACTIONS(21), [anon_sym_volatile] = ACTIONS(21), - [anon_sym_sealed] = ACTIONS(21), - [anon_sym_non_DASHsealed] = ACTIONS(73), - [anon_sym_record] = ACTIONS(75), - [anon_sym_ATinterface] = ACTIONS(77), - [anon_sym_interface] = ACTIONS(79), - [anon_sym_byte] = ACTIONS(81), - [anon_sym_short] = ACTIONS(81), - [anon_sym_int] = ACTIONS(81), - [anon_sym_long] = ACTIONS(81), - [anon_sym_char] = ACTIONS(81), - [anon_sym_float] = ACTIONS(83), - [anon_sym_double] = ACTIONS(83), - [sym_boolean_type] = ACTIONS(85), - [sym_void_type] = ACTIONS(85), - [sym_this] = ACTIONS(87), - [sym_super] = ACTIONS(89), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_non_DASHsealed] = ACTIONS(77), + [anon_sym_record] = ACTIONS(79), + [anon_sym_ATinterface] = ACTIONS(81), + [anon_sym_interface] = ACTIONS(83), + [anon_sym_byte] = ACTIONS(85), + [anon_sym_short] = ACTIONS(85), + [anon_sym_int] = ACTIONS(85), + [anon_sym_long] = ACTIONS(85), + [anon_sym_char] = ACTIONS(85), + [anon_sym_float] = ACTIONS(87), + [anon_sym_double] = ACTIONS(87), + [sym_boolean_type] = ACTIONS(89), + [sym_void_type] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, [34] = { - [sym__literal] = STATE(507), - [sym_string_literal] = STATE(510), - [sym__string_literal] = STATE(498), - [sym__multiline_string_literal] = STATE(498), - [sym_expression] = STATE(657), - [sym_cast_expression] = STATE(524), - [sym_assignment_expression] = STATE(524), - [sym_binary_expression] = STATE(524), - [sym_instanceof_expression] = STATE(524), - [sym_lambda_expression] = STATE(524), - [sym_inferred_parameters] = STATE(1259), - [sym_ternary_expression] = STATE(524), - [sym_unary_expression] = STATE(524), - [sym_update_expression] = STATE(524), - [sym_primary_expression] = STATE(470), - [sym_array_creation_expression] = STATE(507), - [sym_parenthesized_expression] = STATE(507), - [sym_class_literal] = STATE(507), - [sym_object_creation_expression] = STATE(507), - [sym__unqualified_object_creation_expression] = STATE(483), - [sym_field_access] = STATE(384), - [sym_array_access] = STATE(384), - [sym_method_invocation] = STATE(507), - [sym_method_reference] = STATE(507), - [sym_switch_expression] = STATE(592), + [sym__literal] = STATE(498), + [sym_string_literal] = STATE(505), + [sym__string_literal] = STATE(508), + [sym__multiline_string_literal] = STATE(508), + [sym_expression] = STATE(650), + [sym_cast_expression] = STATE(538), + [sym_assignment_expression] = STATE(538), + [sym_binary_expression] = STATE(538), + [sym_instanceof_expression] = STATE(538), + [sym_lambda_expression] = STATE(538), + [sym_inferred_parameters] = STATE(1218), + [sym_ternary_expression] = STATE(538), + [sym_unary_expression] = STATE(538), + [sym_update_expression] = STATE(538), + [sym_primary_expression] = STATE(509), + [sym_array_creation_expression] = STATE(498), + [sym_parenthesized_expression] = STATE(498), + [sym_class_literal] = STATE(498), + [sym_object_creation_expression] = STATE(498), + [sym__unqualified_object_creation_expression] = STATE(515), + [sym_field_access] = STATE(385), + [sym_array_access] = STATE(385), + [sym_method_invocation] = STATE(498), + [sym_method_reference] = STATE(498), + [sym_switch_expression] = STATE(88), [sym_statement] = STATE(306), - [sym_block] = STATE(276), - [sym_expression_statement] = STATE(276), - [sym_labeled_statement] = STATE(276), - [sym_assert_statement] = STATE(276), - [sym_do_statement] = STATE(276), - [sym_break_statement] = STATE(276), - [sym_continue_statement] = STATE(276), - [sym_return_statement] = STATE(276), - [sym_yield_statement] = STATE(276), - [sym_synchronized_statement] = STATE(276), - [sym_throw_statement] = STATE(276), - [sym_try_statement] = STATE(276), - [sym_try_with_resources_statement] = STATE(276), - [sym_if_statement] = STATE(276), - [sym_while_statement] = STATE(276), - [sym_for_statement] = STATE(276), - [sym_enhanced_for_statement] = STATE(276), - [sym__annotation] = STATE(471), - [sym_marker_annotation] = STATE(471), - [sym_annotation] = STATE(471), - [sym_declaration] = STATE(276), - [sym_module_declaration] = STATE(332), - [sym_package_declaration] = STATE(332), - [sym_import_declaration] = STATE(332), - [sym_enum_declaration] = STATE(332), - [sym_class_declaration] = STATE(332), - [sym_modifiers] = STATE(679), - [sym_record_declaration] = STATE(332), - [sym_annotation_type_declaration] = STATE(332), - [sym_interface_declaration] = STATE(332), - [sym__type] = STATE(1266), - [sym__unannotated_type] = STATE(718), - [sym_annotated_type] = STATE(797), - [sym_scoped_type_identifier] = STATE(745), - [sym_generic_type] = STATE(771), - [sym_array_type] = STATE(702), - [sym_integral_type] = STATE(702), - [sym_floating_point_type] = STATE(702), - [sym_formal_parameters] = STATE(1259), - [sym_local_variable_declaration] = STATE(276), - [aux_sym_array_creation_expression_repeat1] = STATE(658), - [aux_sym_modifiers_repeat1] = STATE(428), - [sym_identifier] = ACTIONS(251), + [sym_block] = STATE(284), + [sym_expression_statement] = STATE(284), + [sym_labeled_statement] = STATE(284), + [sym_assert_statement] = STATE(284), + [sym_do_statement] = STATE(284), + [sym_break_statement] = STATE(284), + [sym_continue_statement] = STATE(284), + [sym_return_statement] = STATE(284), + [sym_yield_statement] = STATE(284), + [sym_synchronized_statement] = STATE(284), + [sym_throw_statement] = STATE(284), + [sym_try_statement] = STATE(284), + [sym_try_with_resources_statement] = STATE(284), + [sym_if_statement] = STATE(284), + [sym_while_statement] = STATE(284), + [sym_for_statement] = STATE(284), + [sym_enhanced_for_statement] = STATE(284), + [sym__annotation] = STATE(474), + [sym_marker_annotation] = STATE(474), + [sym_annotation] = STATE(474), + [sym_declaration] = STATE(284), + [sym_module_declaration] = STATE(292), + [sym_package_declaration] = STATE(292), + [sym_import_declaration] = STATE(292), + [sym_enum_declaration] = STATE(292), + [sym_class_declaration] = STATE(292), + [sym_modifiers] = STATE(702), + [sym_record_declaration] = STATE(292), + [sym_annotation_type_declaration] = STATE(292), + [sym_interface_declaration] = STATE(292), + [sym__type] = STATE(1208), + [sym__unannotated_type] = STATE(700), + [sym_annotated_type] = STATE(831), + [sym_scoped_type_identifier] = STATE(735), + [sym_generic_type] = STATE(751), + [sym_array_type] = STATE(688), + [sym_integral_type] = STATE(688), + [sym_floating_point_type] = STATE(688), + [sym_formal_parameters] = STATE(1218), + [sym_local_variable_declaration] = STATE(284), + [sym__reserved_identifier] = STATE(372), + [aux_sym_array_creation_expression_repeat1] = STATE(653), + [aux_sym_modifiers_repeat1] = STATE(433), + [sym_identifier] = ACTIONS(7), [sym_decimal_integer_literal] = ACTIONS(9), [sym_hex_integer_literal] = ACTIONS(9), [sym_octal_integer_literal] = ACTIONS(9), @@ -15486,7 +15281,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_SEMI] = ACTIONS(35), [anon_sym_assert] = ACTIONS(37), [anon_sym_do] = ACTIONS(39), - [anon_sym_while] = ACTIONS(253), + [anon_sym_while] = ACTIONS(41), [anon_sym_break] = ACTIONS(43), [anon_sym_continue] = ACTIONS(45), [anon_sym_return] = ACTIONS(47), @@ -15494,15 +15289,16 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_synchronized] = ACTIONS(51), [anon_sym_throw] = ACTIONS(53), [anon_sym_try] = ACTIONS(55), - [anon_sym_if] = ACTIONS(255), - [anon_sym_for] = ACTIONS(257), + [anon_sym_if] = ACTIONS(57), + [anon_sym_for] = ACTIONS(59), [anon_sym_AT] = ACTIONS(61), [anon_sym_open] = ACTIONS(63), [anon_sym_module] = ACTIONS(65), [anon_sym_static] = ACTIONS(21), - [anon_sym_package] = ACTIONS(67), - [anon_sym_import] = ACTIONS(69), - [anon_sym_enum] = ACTIONS(71), + [anon_sym_with] = ACTIONS(67), + [anon_sym_package] = ACTIONS(69), + [anon_sym_import] = ACTIONS(71), + [anon_sym_enum] = ACTIONS(73), [anon_sym_public] = ACTIONS(21), [anon_sym_protected] = ACTIONS(21), [anon_sym_private] = ACTIONS(21), @@ -15511,95 +15307,96 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_native] = ACTIONS(21), [anon_sym_transient] = ACTIONS(21), [anon_sym_volatile] = ACTIONS(21), - [anon_sym_sealed] = ACTIONS(21), - [anon_sym_non_DASHsealed] = ACTIONS(73), - [anon_sym_record] = ACTIONS(75), - [anon_sym_ATinterface] = ACTIONS(77), - [anon_sym_interface] = ACTIONS(79), - [anon_sym_byte] = ACTIONS(81), - [anon_sym_short] = ACTIONS(81), - [anon_sym_int] = ACTIONS(81), - [anon_sym_long] = ACTIONS(81), - [anon_sym_char] = ACTIONS(81), - [anon_sym_float] = ACTIONS(83), - [anon_sym_double] = ACTIONS(83), - [sym_boolean_type] = ACTIONS(85), - [sym_void_type] = ACTIONS(85), - [sym_this] = ACTIONS(87), - [sym_super] = ACTIONS(89), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_non_DASHsealed] = ACTIONS(77), + [anon_sym_record] = ACTIONS(79), + [anon_sym_ATinterface] = ACTIONS(81), + [anon_sym_interface] = ACTIONS(83), + [anon_sym_byte] = ACTIONS(85), + [anon_sym_short] = ACTIONS(85), + [anon_sym_int] = ACTIONS(85), + [anon_sym_long] = ACTIONS(85), + [anon_sym_char] = ACTIONS(85), + [anon_sym_float] = ACTIONS(87), + [anon_sym_double] = ACTIONS(87), + [sym_boolean_type] = ACTIONS(89), + [sym_void_type] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, [35] = { - [sym__literal] = STATE(507), - [sym_string_literal] = STATE(510), - [sym__string_literal] = STATE(498), - [sym__multiline_string_literal] = STATE(498), - [sym_expression] = STATE(657), - [sym_cast_expression] = STATE(524), - [sym_assignment_expression] = STATE(524), - [sym_binary_expression] = STATE(524), - [sym_instanceof_expression] = STATE(524), - [sym_lambda_expression] = STATE(524), - [sym_inferred_parameters] = STATE(1259), - [sym_ternary_expression] = STATE(524), - [sym_unary_expression] = STATE(524), - [sym_update_expression] = STATE(524), - [sym_primary_expression] = STATE(470), - [sym_array_creation_expression] = STATE(507), - [sym_parenthesized_expression] = STATE(507), - [sym_class_literal] = STATE(507), - [sym_object_creation_expression] = STATE(507), - [sym__unqualified_object_creation_expression] = STATE(483), - [sym_field_access] = STATE(384), - [sym_array_access] = STATE(384), - [sym_method_invocation] = STATE(507), - [sym_method_reference] = STATE(507), - [sym_switch_expression] = STATE(592), - [sym_statement] = STATE(1180), - [sym_block] = STATE(276), - [sym_expression_statement] = STATE(276), - [sym_labeled_statement] = STATE(276), - [sym_assert_statement] = STATE(276), - [sym_do_statement] = STATE(276), - [sym_break_statement] = STATE(276), - [sym_continue_statement] = STATE(276), - [sym_return_statement] = STATE(276), - [sym_yield_statement] = STATE(276), - [sym_synchronized_statement] = STATE(276), - [sym_throw_statement] = STATE(276), - [sym_try_statement] = STATE(276), - [sym_try_with_resources_statement] = STATE(276), - [sym_if_statement] = STATE(276), - [sym_while_statement] = STATE(276), - [sym_for_statement] = STATE(276), - [sym_enhanced_for_statement] = STATE(276), - [sym__annotation] = STATE(471), - [sym_marker_annotation] = STATE(471), - [sym_annotation] = STATE(471), - [sym_declaration] = STATE(276), - [sym_module_declaration] = STATE(332), - [sym_package_declaration] = STATE(332), - [sym_import_declaration] = STATE(332), - [sym_enum_declaration] = STATE(332), - [sym_class_declaration] = STATE(332), - [sym_modifiers] = STATE(679), - [sym_record_declaration] = STATE(332), - [sym_annotation_type_declaration] = STATE(332), - [sym_interface_declaration] = STATE(332), - [sym__type] = STATE(1266), - [sym__unannotated_type] = STATE(718), - [sym_annotated_type] = STATE(797), - [sym_scoped_type_identifier] = STATE(745), - [sym_generic_type] = STATE(771), - [sym_array_type] = STATE(702), - [sym_integral_type] = STATE(702), - [sym_floating_point_type] = STATE(702), - [sym_formal_parameters] = STATE(1259), - [sym_local_variable_declaration] = STATE(276), - [aux_sym_array_creation_expression_repeat1] = STATE(658), - [aux_sym_modifiers_repeat1] = STATE(428), - [sym_identifier] = ACTIONS(251), + [sym__literal] = STATE(498), + [sym_string_literal] = STATE(505), + [sym__string_literal] = STATE(508), + [sym__multiline_string_literal] = STATE(508), + [sym_expression] = STATE(650), + [sym_cast_expression] = STATE(538), + [sym_assignment_expression] = STATE(538), + [sym_binary_expression] = STATE(538), + [sym_instanceof_expression] = STATE(538), + [sym_lambda_expression] = STATE(538), + [sym_inferred_parameters] = STATE(1218), + [sym_ternary_expression] = STATE(538), + [sym_unary_expression] = STATE(538), + [sym_update_expression] = STATE(538), + [sym_primary_expression] = STATE(509), + [sym_array_creation_expression] = STATE(498), + [sym_parenthesized_expression] = STATE(498), + [sym_class_literal] = STATE(498), + [sym_object_creation_expression] = STATE(498), + [sym__unqualified_object_creation_expression] = STATE(515), + [sym_field_access] = STATE(385), + [sym_array_access] = STATE(385), + [sym_method_invocation] = STATE(498), + [sym_method_reference] = STATE(498), + [sym_switch_expression] = STATE(88), + [sym_statement] = STATE(301), + [sym_block] = STATE(284), + [sym_expression_statement] = STATE(284), + [sym_labeled_statement] = STATE(284), + [sym_assert_statement] = STATE(284), + [sym_do_statement] = STATE(284), + [sym_break_statement] = STATE(284), + [sym_continue_statement] = STATE(284), + [sym_return_statement] = STATE(284), + [sym_yield_statement] = STATE(284), + [sym_synchronized_statement] = STATE(284), + [sym_throw_statement] = STATE(284), + [sym_try_statement] = STATE(284), + [sym_try_with_resources_statement] = STATE(284), + [sym_if_statement] = STATE(284), + [sym_while_statement] = STATE(284), + [sym_for_statement] = STATE(284), + [sym_enhanced_for_statement] = STATE(284), + [sym__annotation] = STATE(474), + [sym_marker_annotation] = STATE(474), + [sym_annotation] = STATE(474), + [sym_declaration] = STATE(284), + [sym_module_declaration] = STATE(292), + [sym_package_declaration] = STATE(292), + [sym_import_declaration] = STATE(292), + [sym_enum_declaration] = STATE(292), + [sym_class_declaration] = STATE(292), + [sym_modifiers] = STATE(702), + [sym_record_declaration] = STATE(292), + [sym_annotation_type_declaration] = STATE(292), + [sym_interface_declaration] = STATE(292), + [sym__type] = STATE(1208), + [sym__unannotated_type] = STATE(700), + [sym_annotated_type] = STATE(831), + [sym_scoped_type_identifier] = STATE(735), + [sym_generic_type] = STATE(751), + [sym_array_type] = STATE(688), + [sym_integral_type] = STATE(688), + [sym_floating_point_type] = STATE(688), + [sym_formal_parameters] = STATE(1218), + [sym_local_variable_declaration] = STATE(284), + [sym__reserved_identifier] = STATE(372), + [aux_sym_array_creation_expression_repeat1] = STATE(653), + [aux_sym_modifiers_repeat1] = STATE(433), + [sym_identifier] = ACTIONS(7), [sym_decimal_integer_literal] = ACTIONS(9), [sym_hex_integer_literal] = ACTIONS(9), [sym_octal_integer_literal] = ACTIONS(9), @@ -15628,7 +15425,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_SEMI] = ACTIONS(35), [anon_sym_assert] = ACTIONS(37), [anon_sym_do] = ACTIONS(39), - [anon_sym_while] = ACTIONS(253), + [anon_sym_while] = ACTIONS(41), [anon_sym_break] = ACTIONS(43), [anon_sym_continue] = ACTIONS(45), [anon_sym_return] = ACTIONS(47), @@ -15636,15 +15433,16 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_synchronized] = ACTIONS(51), [anon_sym_throw] = ACTIONS(53), [anon_sym_try] = ACTIONS(55), - [anon_sym_if] = ACTIONS(255), - [anon_sym_for] = ACTIONS(257), + [anon_sym_if] = ACTIONS(57), + [anon_sym_for] = ACTIONS(59), [anon_sym_AT] = ACTIONS(61), [anon_sym_open] = ACTIONS(63), [anon_sym_module] = ACTIONS(65), [anon_sym_static] = ACTIONS(21), - [anon_sym_package] = ACTIONS(67), - [anon_sym_import] = ACTIONS(69), - [anon_sym_enum] = ACTIONS(71), + [anon_sym_with] = ACTIONS(67), + [anon_sym_package] = ACTIONS(69), + [anon_sym_import] = ACTIONS(71), + [anon_sym_enum] = ACTIONS(73), [anon_sym_public] = ACTIONS(21), [anon_sym_protected] = ACTIONS(21), [anon_sym_private] = ACTIONS(21), @@ -15653,95 +15451,96 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_native] = ACTIONS(21), [anon_sym_transient] = ACTIONS(21), [anon_sym_volatile] = ACTIONS(21), - [anon_sym_sealed] = ACTIONS(21), - [anon_sym_non_DASHsealed] = ACTIONS(73), - [anon_sym_record] = ACTIONS(75), - [anon_sym_ATinterface] = ACTIONS(77), - [anon_sym_interface] = ACTIONS(79), - [anon_sym_byte] = ACTIONS(81), - [anon_sym_short] = ACTIONS(81), - [anon_sym_int] = ACTIONS(81), - [anon_sym_long] = ACTIONS(81), - [anon_sym_char] = ACTIONS(81), - [anon_sym_float] = ACTIONS(83), - [anon_sym_double] = ACTIONS(83), - [sym_boolean_type] = ACTIONS(85), - [sym_void_type] = ACTIONS(85), - [sym_this] = ACTIONS(87), - [sym_super] = ACTIONS(89), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_non_DASHsealed] = ACTIONS(77), + [anon_sym_record] = ACTIONS(79), + [anon_sym_ATinterface] = ACTIONS(81), + [anon_sym_interface] = ACTIONS(83), + [anon_sym_byte] = ACTIONS(85), + [anon_sym_short] = ACTIONS(85), + [anon_sym_int] = ACTIONS(85), + [anon_sym_long] = ACTIONS(85), + [anon_sym_char] = ACTIONS(85), + [anon_sym_float] = ACTIONS(87), + [anon_sym_double] = ACTIONS(87), + [sym_boolean_type] = ACTIONS(89), + [sym_void_type] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, [36] = { - [sym__literal] = STATE(507), - [sym_string_literal] = STATE(510), - [sym__string_literal] = STATE(498), - [sym__multiline_string_literal] = STATE(498), - [sym_expression] = STATE(657), - [sym_cast_expression] = STATE(524), - [sym_assignment_expression] = STATE(524), - [sym_binary_expression] = STATE(524), - [sym_instanceof_expression] = STATE(524), - [sym_lambda_expression] = STATE(524), - [sym_inferred_parameters] = STATE(1259), - [sym_ternary_expression] = STATE(524), - [sym_unary_expression] = STATE(524), - [sym_update_expression] = STATE(524), - [sym_primary_expression] = STATE(470), - [sym_array_creation_expression] = STATE(507), - [sym_parenthesized_expression] = STATE(507), - [sym_class_literal] = STATE(507), - [sym_object_creation_expression] = STATE(507), - [sym__unqualified_object_creation_expression] = STATE(483), - [sym_field_access] = STATE(384), - [sym_array_access] = STATE(384), - [sym_method_invocation] = STATE(507), - [sym_method_reference] = STATE(507), - [sym_switch_expression] = STATE(592), - [sym_statement] = STATE(329), - [sym_block] = STATE(276), - [sym_expression_statement] = STATE(276), - [sym_labeled_statement] = STATE(276), - [sym_assert_statement] = STATE(276), - [sym_do_statement] = STATE(276), - [sym_break_statement] = STATE(276), - [sym_continue_statement] = STATE(276), - [sym_return_statement] = STATE(276), - [sym_yield_statement] = STATE(276), - [sym_synchronized_statement] = STATE(276), - [sym_throw_statement] = STATE(276), - [sym_try_statement] = STATE(276), - [sym_try_with_resources_statement] = STATE(276), - [sym_if_statement] = STATE(276), - [sym_while_statement] = STATE(276), - [sym_for_statement] = STATE(276), - [sym_enhanced_for_statement] = STATE(276), - [sym__annotation] = STATE(471), - [sym_marker_annotation] = STATE(471), - [sym_annotation] = STATE(471), - [sym_declaration] = STATE(276), - [sym_module_declaration] = STATE(332), - [sym_package_declaration] = STATE(332), - [sym_import_declaration] = STATE(332), - [sym_enum_declaration] = STATE(332), - [sym_class_declaration] = STATE(332), - [sym_modifiers] = STATE(679), - [sym_record_declaration] = STATE(332), - [sym_annotation_type_declaration] = STATE(332), - [sym_interface_declaration] = STATE(332), - [sym__type] = STATE(1266), - [sym__unannotated_type] = STATE(718), - [sym_annotated_type] = STATE(797), - [sym_scoped_type_identifier] = STATE(745), - [sym_generic_type] = STATE(771), - [sym_array_type] = STATE(702), - [sym_integral_type] = STATE(702), - [sym_floating_point_type] = STATE(702), - [sym_formal_parameters] = STATE(1259), - [sym_local_variable_declaration] = STATE(276), - [aux_sym_array_creation_expression_repeat1] = STATE(658), - [aux_sym_modifiers_repeat1] = STATE(428), - [sym_identifier] = ACTIONS(251), + [sym__literal] = STATE(498), + [sym_string_literal] = STATE(505), + [sym__string_literal] = STATE(508), + [sym__multiline_string_literal] = STATE(508), + [sym_expression] = STATE(650), + [sym_cast_expression] = STATE(538), + [sym_assignment_expression] = STATE(538), + [sym_binary_expression] = STATE(538), + [sym_instanceof_expression] = STATE(538), + [sym_lambda_expression] = STATE(538), + [sym_inferred_parameters] = STATE(1218), + [sym_ternary_expression] = STATE(538), + [sym_unary_expression] = STATE(538), + [sym_update_expression] = STATE(538), + [sym_primary_expression] = STATE(509), + [sym_array_creation_expression] = STATE(498), + [sym_parenthesized_expression] = STATE(498), + [sym_class_literal] = STATE(498), + [sym_object_creation_expression] = STATE(498), + [sym__unqualified_object_creation_expression] = STATE(515), + [sym_field_access] = STATE(385), + [sym_array_access] = STATE(385), + [sym_method_invocation] = STATE(498), + [sym_method_reference] = STATE(498), + [sym_switch_expression] = STATE(607), + [sym_statement] = STATE(338), + [sym_block] = STATE(284), + [sym_expression_statement] = STATE(284), + [sym_labeled_statement] = STATE(284), + [sym_assert_statement] = STATE(284), + [sym_do_statement] = STATE(284), + [sym_break_statement] = STATE(284), + [sym_continue_statement] = STATE(284), + [sym_return_statement] = STATE(284), + [sym_yield_statement] = STATE(284), + [sym_synchronized_statement] = STATE(284), + [sym_throw_statement] = STATE(284), + [sym_try_statement] = STATE(284), + [sym_try_with_resources_statement] = STATE(284), + [sym_if_statement] = STATE(284), + [sym_while_statement] = STATE(284), + [sym_for_statement] = STATE(284), + [sym_enhanced_for_statement] = STATE(284), + [sym__annotation] = STATE(474), + [sym_marker_annotation] = STATE(474), + [sym_annotation] = STATE(474), + [sym_declaration] = STATE(284), + [sym_module_declaration] = STATE(292), + [sym_package_declaration] = STATE(292), + [sym_import_declaration] = STATE(292), + [sym_enum_declaration] = STATE(292), + [sym_class_declaration] = STATE(292), + [sym_modifiers] = STATE(702), + [sym_record_declaration] = STATE(292), + [sym_annotation_type_declaration] = STATE(292), + [sym_interface_declaration] = STATE(292), + [sym__type] = STATE(1208), + [sym__unannotated_type] = STATE(700), + [sym_annotated_type] = STATE(831), + [sym_scoped_type_identifier] = STATE(735), + [sym_generic_type] = STATE(751), + [sym_array_type] = STATE(688), + [sym_integral_type] = STATE(688), + [sym_floating_point_type] = STATE(688), + [sym_formal_parameters] = STATE(1218), + [sym_local_variable_declaration] = STATE(284), + [sym__reserved_identifier] = STATE(372), + [aux_sym_array_creation_expression_repeat1] = STATE(653), + [aux_sym_modifiers_repeat1] = STATE(433), + [sym_identifier] = ACTIONS(261), [sym_decimal_integer_literal] = ACTIONS(9), [sym_hex_integer_literal] = ACTIONS(9), [sym_octal_integer_literal] = ACTIONS(9), @@ -15770,7 +15569,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_SEMI] = ACTIONS(35), [anon_sym_assert] = ACTIONS(37), [anon_sym_do] = ACTIONS(39), - [anon_sym_while] = ACTIONS(253), + [anon_sym_while] = ACTIONS(263), [anon_sym_break] = ACTIONS(43), [anon_sym_continue] = ACTIONS(45), [anon_sym_return] = ACTIONS(47), @@ -15778,15 +15577,16 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_synchronized] = ACTIONS(51), [anon_sym_throw] = ACTIONS(53), [anon_sym_try] = ACTIONS(55), - [anon_sym_if] = ACTIONS(255), - [anon_sym_for] = ACTIONS(257), + [anon_sym_if] = ACTIONS(265), + [anon_sym_for] = ACTIONS(267), [anon_sym_AT] = ACTIONS(61), [anon_sym_open] = ACTIONS(63), [anon_sym_module] = ACTIONS(65), [anon_sym_static] = ACTIONS(21), - [anon_sym_package] = ACTIONS(67), - [anon_sym_import] = ACTIONS(69), - [anon_sym_enum] = ACTIONS(71), + [anon_sym_with] = ACTIONS(67), + [anon_sym_package] = ACTIONS(69), + [anon_sym_import] = ACTIONS(71), + [anon_sym_enum] = ACTIONS(73), [anon_sym_public] = ACTIONS(21), [anon_sym_protected] = ACTIONS(21), [anon_sym_private] = ACTIONS(21), @@ -15795,94 +15595,95 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_native] = ACTIONS(21), [anon_sym_transient] = ACTIONS(21), [anon_sym_volatile] = ACTIONS(21), - [anon_sym_sealed] = ACTIONS(21), - [anon_sym_non_DASHsealed] = ACTIONS(73), - [anon_sym_record] = ACTIONS(75), - [anon_sym_ATinterface] = ACTIONS(77), - [anon_sym_interface] = ACTIONS(79), - [anon_sym_byte] = ACTIONS(81), - [anon_sym_short] = ACTIONS(81), - [anon_sym_int] = ACTIONS(81), - [anon_sym_long] = ACTIONS(81), - [anon_sym_char] = ACTIONS(81), - [anon_sym_float] = ACTIONS(83), - [anon_sym_double] = ACTIONS(83), - [sym_boolean_type] = ACTIONS(85), - [sym_void_type] = ACTIONS(85), - [sym_this] = ACTIONS(87), - [sym_super] = ACTIONS(89), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_non_DASHsealed] = ACTIONS(77), + [anon_sym_record] = ACTIONS(79), + [anon_sym_ATinterface] = ACTIONS(81), + [anon_sym_interface] = ACTIONS(83), + [anon_sym_byte] = ACTIONS(85), + [anon_sym_short] = ACTIONS(85), + [anon_sym_int] = ACTIONS(85), + [anon_sym_long] = ACTIONS(85), + [anon_sym_char] = ACTIONS(85), + [anon_sym_float] = ACTIONS(87), + [anon_sym_double] = ACTIONS(87), + [sym_boolean_type] = ACTIONS(89), + [sym_void_type] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, [37] = { - [sym__literal] = STATE(507), - [sym_string_literal] = STATE(510), - [sym__string_literal] = STATE(498), - [sym__multiline_string_literal] = STATE(498), - [sym_expression] = STATE(657), - [sym_cast_expression] = STATE(524), - [sym_assignment_expression] = STATE(524), - [sym_binary_expression] = STATE(524), - [sym_instanceof_expression] = STATE(524), - [sym_lambda_expression] = STATE(524), - [sym_inferred_parameters] = STATE(1259), - [sym_ternary_expression] = STATE(524), - [sym_unary_expression] = STATE(524), - [sym_update_expression] = STATE(524), - [sym_primary_expression] = STATE(470), - [sym_array_creation_expression] = STATE(507), - [sym_parenthesized_expression] = STATE(507), - [sym_class_literal] = STATE(507), - [sym_object_creation_expression] = STATE(507), - [sym__unqualified_object_creation_expression] = STATE(483), - [sym_field_access] = STATE(384), - [sym_array_access] = STATE(384), - [sym_method_invocation] = STATE(507), - [sym_method_reference] = STATE(507), - [sym_switch_expression] = STATE(87), - [sym_statement] = STATE(301), - [sym_block] = STATE(276), - [sym_expression_statement] = STATE(276), - [sym_labeled_statement] = STATE(276), - [sym_assert_statement] = STATE(276), - [sym_do_statement] = STATE(276), - [sym_break_statement] = STATE(276), - [sym_continue_statement] = STATE(276), - [sym_return_statement] = STATE(276), - [sym_yield_statement] = STATE(276), - [sym_synchronized_statement] = STATE(276), - [sym_throw_statement] = STATE(276), - [sym_try_statement] = STATE(276), - [sym_try_with_resources_statement] = STATE(276), - [sym_if_statement] = STATE(276), - [sym_while_statement] = STATE(276), - [sym_for_statement] = STATE(276), - [sym_enhanced_for_statement] = STATE(276), - [sym__annotation] = STATE(471), - [sym_marker_annotation] = STATE(471), - [sym_annotation] = STATE(471), - [sym_declaration] = STATE(276), - [sym_module_declaration] = STATE(332), - [sym_package_declaration] = STATE(332), - [sym_import_declaration] = STATE(332), - [sym_enum_declaration] = STATE(332), - [sym_class_declaration] = STATE(332), - [sym_modifiers] = STATE(679), - [sym_record_declaration] = STATE(332), - [sym_annotation_type_declaration] = STATE(332), - [sym_interface_declaration] = STATE(332), - [sym__type] = STATE(1266), - [sym__unannotated_type] = STATE(718), - [sym_annotated_type] = STATE(797), - [sym_scoped_type_identifier] = STATE(745), - [sym_generic_type] = STATE(771), - [sym_array_type] = STATE(702), - [sym_integral_type] = STATE(702), - [sym_floating_point_type] = STATE(702), - [sym_formal_parameters] = STATE(1259), - [sym_local_variable_declaration] = STATE(276), - [aux_sym_array_creation_expression_repeat1] = STATE(658), - [aux_sym_modifiers_repeat1] = STATE(428), + [sym__literal] = STATE(498), + [sym_string_literal] = STATE(505), + [sym__string_literal] = STATE(508), + [sym__multiline_string_literal] = STATE(508), + [sym_expression] = STATE(650), + [sym_cast_expression] = STATE(538), + [sym_assignment_expression] = STATE(538), + [sym_binary_expression] = STATE(538), + [sym_instanceof_expression] = STATE(538), + [sym_lambda_expression] = STATE(538), + [sym_inferred_parameters] = STATE(1218), + [sym_ternary_expression] = STATE(538), + [sym_unary_expression] = STATE(538), + [sym_update_expression] = STATE(538), + [sym_primary_expression] = STATE(509), + [sym_array_creation_expression] = STATE(498), + [sym_parenthesized_expression] = STATE(498), + [sym_class_literal] = STATE(498), + [sym_object_creation_expression] = STATE(498), + [sym__unqualified_object_creation_expression] = STATE(515), + [sym_field_access] = STATE(385), + [sym_array_access] = STATE(385), + [sym_method_invocation] = STATE(498), + [sym_method_reference] = STATE(498), + [sym_switch_expression] = STATE(88), + [sym_statement] = STATE(296), + [sym_block] = STATE(284), + [sym_expression_statement] = STATE(284), + [sym_labeled_statement] = STATE(284), + [sym_assert_statement] = STATE(284), + [sym_do_statement] = STATE(284), + [sym_break_statement] = STATE(284), + [sym_continue_statement] = STATE(284), + [sym_return_statement] = STATE(284), + [sym_yield_statement] = STATE(284), + [sym_synchronized_statement] = STATE(284), + [sym_throw_statement] = STATE(284), + [sym_try_statement] = STATE(284), + [sym_try_with_resources_statement] = STATE(284), + [sym_if_statement] = STATE(284), + [sym_while_statement] = STATE(284), + [sym_for_statement] = STATE(284), + [sym_enhanced_for_statement] = STATE(284), + [sym__annotation] = STATE(474), + [sym_marker_annotation] = STATE(474), + [sym_annotation] = STATE(474), + [sym_declaration] = STATE(284), + [sym_module_declaration] = STATE(292), + [sym_package_declaration] = STATE(292), + [sym_import_declaration] = STATE(292), + [sym_enum_declaration] = STATE(292), + [sym_class_declaration] = STATE(292), + [sym_modifiers] = STATE(702), + [sym_record_declaration] = STATE(292), + [sym_annotation_type_declaration] = STATE(292), + [sym_interface_declaration] = STATE(292), + [sym__type] = STATE(1208), + [sym__unannotated_type] = STATE(700), + [sym_annotated_type] = STATE(831), + [sym_scoped_type_identifier] = STATE(735), + [sym_generic_type] = STATE(751), + [sym_array_type] = STATE(688), + [sym_integral_type] = STATE(688), + [sym_floating_point_type] = STATE(688), + [sym_formal_parameters] = STATE(1218), + [sym_local_variable_declaration] = STATE(284), + [sym__reserved_identifier] = STATE(372), + [aux_sym_array_creation_expression_repeat1] = STATE(653), + [aux_sym_modifiers_repeat1] = STATE(433), [sym_identifier] = ACTIONS(7), [sym_decimal_integer_literal] = ACTIONS(9), [sym_hex_integer_literal] = ACTIONS(9), @@ -15926,9 +15727,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_open] = ACTIONS(63), [anon_sym_module] = ACTIONS(65), [anon_sym_static] = ACTIONS(21), - [anon_sym_package] = ACTIONS(67), - [anon_sym_import] = ACTIONS(69), - [anon_sym_enum] = ACTIONS(71), + [anon_sym_with] = ACTIONS(67), + [anon_sym_package] = ACTIONS(69), + [anon_sym_import] = ACTIONS(71), + [anon_sym_enum] = ACTIONS(73), [anon_sym_public] = ACTIONS(21), [anon_sym_protected] = ACTIONS(21), [anon_sym_private] = ACTIONS(21), @@ -15937,95 +15739,96 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_native] = ACTIONS(21), [anon_sym_transient] = ACTIONS(21), [anon_sym_volatile] = ACTIONS(21), - [anon_sym_sealed] = ACTIONS(21), - [anon_sym_non_DASHsealed] = ACTIONS(73), - [anon_sym_record] = ACTIONS(75), - [anon_sym_ATinterface] = ACTIONS(77), - [anon_sym_interface] = ACTIONS(79), - [anon_sym_byte] = ACTIONS(81), - [anon_sym_short] = ACTIONS(81), - [anon_sym_int] = ACTIONS(81), - [anon_sym_long] = ACTIONS(81), - [anon_sym_char] = ACTIONS(81), - [anon_sym_float] = ACTIONS(83), - [anon_sym_double] = ACTIONS(83), - [sym_boolean_type] = ACTIONS(85), - [sym_void_type] = ACTIONS(85), - [sym_this] = ACTIONS(87), - [sym_super] = ACTIONS(89), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_non_DASHsealed] = ACTIONS(77), + [anon_sym_record] = ACTIONS(79), + [anon_sym_ATinterface] = ACTIONS(81), + [anon_sym_interface] = ACTIONS(83), + [anon_sym_byte] = ACTIONS(85), + [anon_sym_short] = ACTIONS(85), + [anon_sym_int] = ACTIONS(85), + [anon_sym_long] = ACTIONS(85), + [anon_sym_char] = ACTIONS(85), + [anon_sym_float] = ACTIONS(87), + [anon_sym_double] = ACTIONS(87), + [sym_boolean_type] = ACTIONS(89), + [sym_void_type] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, [38] = { - [sym__literal] = STATE(507), - [sym_string_literal] = STATE(510), - [sym__string_literal] = STATE(498), - [sym__multiline_string_literal] = STATE(498), - [sym_expression] = STATE(657), - [sym_cast_expression] = STATE(524), - [sym_assignment_expression] = STATE(524), - [sym_binary_expression] = STATE(524), - [sym_instanceof_expression] = STATE(524), - [sym_lambda_expression] = STATE(524), - [sym_inferred_parameters] = STATE(1259), - [sym_ternary_expression] = STATE(524), - [sym_unary_expression] = STATE(524), - [sym_update_expression] = STATE(524), - [sym_primary_expression] = STATE(470), - [sym_array_creation_expression] = STATE(507), - [sym_parenthesized_expression] = STATE(507), - [sym_class_literal] = STATE(507), - [sym_object_creation_expression] = STATE(507), - [sym__unqualified_object_creation_expression] = STATE(483), - [sym_field_access] = STATE(384), - [sym_array_access] = STATE(384), - [sym_method_invocation] = STATE(507), - [sym_method_reference] = STATE(507), - [sym_switch_expression] = STATE(87), - [sym_statement] = STATE(288), - [sym_block] = STATE(276), - [sym_expression_statement] = STATE(276), - [sym_labeled_statement] = STATE(276), - [sym_assert_statement] = STATE(276), - [sym_do_statement] = STATE(276), - [sym_break_statement] = STATE(276), - [sym_continue_statement] = STATE(276), - [sym_return_statement] = STATE(276), - [sym_yield_statement] = STATE(276), - [sym_synchronized_statement] = STATE(276), - [sym_throw_statement] = STATE(276), - [sym_try_statement] = STATE(276), - [sym_try_with_resources_statement] = STATE(276), - [sym_if_statement] = STATE(276), - [sym_while_statement] = STATE(276), - [sym_for_statement] = STATE(276), - [sym_enhanced_for_statement] = STATE(276), - [sym__annotation] = STATE(471), - [sym_marker_annotation] = STATE(471), - [sym_annotation] = STATE(471), - [sym_declaration] = STATE(276), - [sym_module_declaration] = STATE(332), - [sym_package_declaration] = STATE(332), - [sym_import_declaration] = STATE(332), - [sym_enum_declaration] = STATE(332), - [sym_class_declaration] = STATE(332), - [sym_modifiers] = STATE(679), - [sym_record_declaration] = STATE(332), - [sym_annotation_type_declaration] = STATE(332), - [sym_interface_declaration] = STATE(332), - [sym__type] = STATE(1266), - [sym__unannotated_type] = STATE(718), - [sym_annotated_type] = STATE(797), - [sym_scoped_type_identifier] = STATE(745), - [sym_generic_type] = STATE(771), - [sym_array_type] = STATE(702), - [sym_integral_type] = STATE(702), - [sym_floating_point_type] = STATE(702), - [sym_formal_parameters] = STATE(1259), - [sym_local_variable_declaration] = STATE(276), - [aux_sym_array_creation_expression_repeat1] = STATE(658), - [aux_sym_modifiers_repeat1] = STATE(428), - [sym_identifier] = ACTIONS(7), + [sym__literal] = STATE(498), + [sym_string_literal] = STATE(505), + [sym__string_literal] = STATE(508), + [sym__multiline_string_literal] = STATE(508), + [sym_expression] = STATE(650), + [sym_cast_expression] = STATE(538), + [sym_assignment_expression] = STATE(538), + [sym_binary_expression] = STATE(538), + [sym_instanceof_expression] = STATE(538), + [sym_lambda_expression] = STATE(538), + [sym_inferred_parameters] = STATE(1218), + [sym_ternary_expression] = STATE(538), + [sym_unary_expression] = STATE(538), + [sym_update_expression] = STATE(538), + [sym_primary_expression] = STATE(509), + [sym_array_creation_expression] = STATE(498), + [sym_parenthesized_expression] = STATE(498), + [sym_class_literal] = STATE(498), + [sym_object_creation_expression] = STATE(498), + [sym__unqualified_object_creation_expression] = STATE(515), + [sym_field_access] = STATE(385), + [sym_array_access] = STATE(385), + [sym_method_invocation] = STATE(498), + [sym_method_reference] = STATE(498), + [sym_switch_expression] = STATE(607), + [sym_statement] = STATE(316), + [sym_block] = STATE(284), + [sym_expression_statement] = STATE(284), + [sym_labeled_statement] = STATE(284), + [sym_assert_statement] = STATE(284), + [sym_do_statement] = STATE(284), + [sym_break_statement] = STATE(284), + [sym_continue_statement] = STATE(284), + [sym_return_statement] = STATE(284), + [sym_yield_statement] = STATE(284), + [sym_synchronized_statement] = STATE(284), + [sym_throw_statement] = STATE(284), + [sym_try_statement] = STATE(284), + [sym_try_with_resources_statement] = STATE(284), + [sym_if_statement] = STATE(284), + [sym_while_statement] = STATE(284), + [sym_for_statement] = STATE(284), + [sym_enhanced_for_statement] = STATE(284), + [sym__annotation] = STATE(474), + [sym_marker_annotation] = STATE(474), + [sym_annotation] = STATE(474), + [sym_declaration] = STATE(284), + [sym_module_declaration] = STATE(292), + [sym_package_declaration] = STATE(292), + [sym_import_declaration] = STATE(292), + [sym_enum_declaration] = STATE(292), + [sym_class_declaration] = STATE(292), + [sym_modifiers] = STATE(702), + [sym_record_declaration] = STATE(292), + [sym_annotation_type_declaration] = STATE(292), + [sym_interface_declaration] = STATE(292), + [sym__type] = STATE(1208), + [sym__unannotated_type] = STATE(700), + [sym_annotated_type] = STATE(831), + [sym_scoped_type_identifier] = STATE(735), + [sym_generic_type] = STATE(751), + [sym_array_type] = STATE(688), + [sym_integral_type] = STATE(688), + [sym_floating_point_type] = STATE(688), + [sym_formal_parameters] = STATE(1218), + [sym_local_variable_declaration] = STATE(284), + [sym__reserved_identifier] = STATE(372), + [aux_sym_array_creation_expression_repeat1] = STATE(653), + [aux_sym_modifiers_repeat1] = STATE(433), + [sym_identifier] = ACTIONS(261), [sym_decimal_integer_literal] = ACTIONS(9), [sym_hex_integer_literal] = ACTIONS(9), [sym_octal_integer_literal] = ACTIONS(9), @@ -16054,7 +15857,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_SEMI] = ACTIONS(35), [anon_sym_assert] = ACTIONS(37), [anon_sym_do] = ACTIONS(39), - [anon_sym_while] = ACTIONS(41), + [anon_sym_while] = ACTIONS(263), [anon_sym_break] = ACTIONS(43), [anon_sym_continue] = ACTIONS(45), [anon_sym_return] = ACTIONS(47), @@ -16062,15 +15865,16 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_synchronized] = ACTIONS(51), [anon_sym_throw] = ACTIONS(53), [anon_sym_try] = ACTIONS(55), - [anon_sym_if] = ACTIONS(57), - [anon_sym_for] = ACTIONS(59), + [anon_sym_if] = ACTIONS(265), + [anon_sym_for] = ACTIONS(267), [anon_sym_AT] = ACTIONS(61), [anon_sym_open] = ACTIONS(63), [anon_sym_module] = ACTIONS(65), [anon_sym_static] = ACTIONS(21), - [anon_sym_package] = ACTIONS(67), - [anon_sym_import] = ACTIONS(69), - [anon_sym_enum] = ACTIONS(71), + [anon_sym_with] = ACTIONS(67), + [anon_sym_package] = ACTIONS(69), + [anon_sym_import] = ACTIONS(71), + [anon_sym_enum] = ACTIONS(73), [anon_sym_public] = ACTIONS(21), [anon_sym_protected] = ACTIONS(21), [anon_sym_private] = ACTIONS(21), @@ -16079,95 +15883,96 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_native] = ACTIONS(21), [anon_sym_transient] = ACTIONS(21), [anon_sym_volatile] = ACTIONS(21), - [anon_sym_sealed] = ACTIONS(21), - [anon_sym_non_DASHsealed] = ACTIONS(73), - [anon_sym_record] = ACTIONS(75), - [anon_sym_ATinterface] = ACTIONS(77), - [anon_sym_interface] = ACTIONS(79), - [anon_sym_byte] = ACTIONS(81), - [anon_sym_short] = ACTIONS(81), - [anon_sym_int] = ACTIONS(81), - [anon_sym_long] = ACTIONS(81), - [anon_sym_char] = ACTIONS(81), - [anon_sym_float] = ACTIONS(83), - [anon_sym_double] = ACTIONS(83), - [sym_boolean_type] = ACTIONS(85), - [sym_void_type] = ACTIONS(85), - [sym_this] = ACTIONS(87), - [sym_super] = ACTIONS(89), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_non_DASHsealed] = ACTIONS(77), + [anon_sym_record] = ACTIONS(79), + [anon_sym_ATinterface] = ACTIONS(81), + [anon_sym_interface] = ACTIONS(83), + [anon_sym_byte] = ACTIONS(85), + [anon_sym_short] = ACTIONS(85), + [anon_sym_int] = ACTIONS(85), + [anon_sym_long] = ACTIONS(85), + [anon_sym_char] = ACTIONS(85), + [anon_sym_float] = ACTIONS(87), + [anon_sym_double] = ACTIONS(87), + [sym_boolean_type] = ACTIONS(89), + [sym_void_type] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, [39] = { - [sym__literal] = STATE(507), - [sym_string_literal] = STATE(510), - [sym__string_literal] = STATE(498), - [sym__multiline_string_literal] = STATE(498), - [sym_expression] = STATE(657), - [sym_cast_expression] = STATE(524), - [sym_assignment_expression] = STATE(524), - [sym_binary_expression] = STATE(524), - [sym_instanceof_expression] = STATE(524), - [sym_lambda_expression] = STATE(524), - [sym_inferred_parameters] = STATE(1259), - [sym_ternary_expression] = STATE(524), - [sym_unary_expression] = STATE(524), - [sym_update_expression] = STATE(524), - [sym_primary_expression] = STATE(470), - [sym_array_creation_expression] = STATE(507), - [sym_parenthesized_expression] = STATE(507), - [sym_class_literal] = STATE(507), - [sym_object_creation_expression] = STATE(507), - [sym__unqualified_object_creation_expression] = STATE(483), - [sym_field_access] = STATE(384), - [sym_array_access] = STATE(384), - [sym_method_invocation] = STATE(507), - [sym_method_reference] = STATE(507), - [sym_switch_expression] = STATE(87), - [sym_statement] = STATE(341), - [sym_block] = STATE(276), - [sym_expression_statement] = STATE(276), - [sym_labeled_statement] = STATE(276), - [sym_assert_statement] = STATE(276), - [sym_do_statement] = STATE(276), - [sym_break_statement] = STATE(276), - [sym_continue_statement] = STATE(276), - [sym_return_statement] = STATE(276), - [sym_yield_statement] = STATE(276), - [sym_synchronized_statement] = STATE(276), - [sym_throw_statement] = STATE(276), - [sym_try_statement] = STATE(276), - [sym_try_with_resources_statement] = STATE(276), - [sym_if_statement] = STATE(276), - [sym_while_statement] = STATE(276), - [sym_for_statement] = STATE(276), - [sym_enhanced_for_statement] = STATE(276), - [sym__annotation] = STATE(471), - [sym_marker_annotation] = STATE(471), - [sym_annotation] = STATE(471), - [sym_declaration] = STATE(276), - [sym_module_declaration] = STATE(332), - [sym_package_declaration] = STATE(332), - [sym_import_declaration] = STATE(332), - [sym_enum_declaration] = STATE(332), - [sym_class_declaration] = STATE(332), - [sym_modifiers] = STATE(679), - [sym_record_declaration] = STATE(332), - [sym_annotation_type_declaration] = STATE(332), - [sym_interface_declaration] = STATE(332), - [sym__type] = STATE(1266), - [sym__unannotated_type] = STATE(718), - [sym_annotated_type] = STATE(797), - [sym_scoped_type_identifier] = STATE(745), - [sym_generic_type] = STATE(771), - [sym_array_type] = STATE(702), - [sym_integral_type] = STATE(702), - [sym_floating_point_type] = STATE(702), - [sym_formal_parameters] = STATE(1259), - [sym_local_variable_declaration] = STATE(276), - [aux_sym_array_creation_expression_repeat1] = STATE(658), - [aux_sym_modifiers_repeat1] = STATE(428), - [sym_identifier] = ACTIONS(7), + [sym__literal] = STATE(498), + [sym_string_literal] = STATE(505), + [sym__string_literal] = STATE(508), + [sym__multiline_string_literal] = STATE(508), + [sym_expression] = STATE(650), + [sym_cast_expression] = STATE(538), + [sym_assignment_expression] = STATE(538), + [sym_binary_expression] = STATE(538), + [sym_instanceof_expression] = STATE(538), + [sym_lambda_expression] = STATE(538), + [sym_inferred_parameters] = STATE(1218), + [sym_ternary_expression] = STATE(538), + [sym_unary_expression] = STATE(538), + [sym_update_expression] = STATE(538), + [sym_primary_expression] = STATE(509), + [sym_array_creation_expression] = STATE(498), + [sym_parenthesized_expression] = STATE(498), + [sym_class_literal] = STATE(498), + [sym_object_creation_expression] = STATE(498), + [sym__unqualified_object_creation_expression] = STATE(515), + [sym_field_access] = STATE(385), + [sym_array_access] = STATE(385), + [sym_method_invocation] = STATE(498), + [sym_method_reference] = STATE(498), + [sym_switch_expression] = STATE(607), + [sym_statement] = STATE(1130), + [sym_block] = STATE(284), + [sym_expression_statement] = STATE(284), + [sym_labeled_statement] = STATE(284), + [sym_assert_statement] = STATE(284), + [sym_do_statement] = STATE(284), + [sym_break_statement] = STATE(284), + [sym_continue_statement] = STATE(284), + [sym_return_statement] = STATE(284), + [sym_yield_statement] = STATE(284), + [sym_synchronized_statement] = STATE(284), + [sym_throw_statement] = STATE(284), + [sym_try_statement] = STATE(284), + [sym_try_with_resources_statement] = STATE(284), + [sym_if_statement] = STATE(284), + [sym_while_statement] = STATE(284), + [sym_for_statement] = STATE(284), + [sym_enhanced_for_statement] = STATE(284), + [sym__annotation] = STATE(474), + [sym_marker_annotation] = STATE(474), + [sym_annotation] = STATE(474), + [sym_declaration] = STATE(284), + [sym_module_declaration] = STATE(292), + [sym_package_declaration] = STATE(292), + [sym_import_declaration] = STATE(292), + [sym_enum_declaration] = STATE(292), + [sym_class_declaration] = STATE(292), + [sym_modifiers] = STATE(702), + [sym_record_declaration] = STATE(292), + [sym_annotation_type_declaration] = STATE(292), + [sym_interface_declaration] = STATE(292), + [sym__type] = STATE(1208), + [sym__unannotated_type] = STATE(700), + [sym_annotated_type] = STATE(831), + [sym_scoped_type_identifier] = STATE(735), + [sym_generic_type] = STATE(751), + [sym_array_type] = STATE(688), + [sym_integral_type] = STATE(688), + [sym_floating_point_type] = STATE(688), + [sym_formal_parameters] = STATE(1218), + [sym_local_variable_declaration] = STATE(284), + [sym__reserved_identifier] = STATE(372), + [aux_sym_array_creation_expression_repeat1] = STATE(653), + [aux_sym_modifiers_repeat1] = STATE(433), + [sym_identifier] = ACTIONS(261), [sym_decimal_integer_literal] = ACTIONS(9), [sym_hex_integer_literal] = ACTIONS(9), [sym_octal_integer_literal] = ACTIONS(9), @@ -16196,7 +16001,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_SEMI] = ACTIONS(35), [anon_sym_assert] = ACTIONS(37), [anon_sym_do] = ACTIONS(39), - [anon_sym_while] = ACTIONS(41), + [anon_sym_while] = ACTIONS(263), [anon_sym_break] = ACTIONS(43), [anon_sym_continue] = ACTIONS(45), [anon_sym_return] = ACTIONS(47), @@ -16204,15 +16009,16 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_synchronized] = ACTIONS(51), [anon_sym_throw] = ACTIONS(53), [anon_sym_try] = ACTIONS(55), - [anon_sym_if] = ACTIONS(57), - [anon_sym_for] = ACTIONS(59), + [anon_sym_if] = ACTIONS(265), + [anon_sym_for] = ACTIONS(267), [anon_sym_AT] = ACTIONS(61), [anon_sym_open] = ACTIONS(63), [anon_sym_module] = ACTIONS(65), [anon_sym_static] = ACTIONS(21), - [anon_sym_package] = ACTIONS(67), - [anon_sym_import] = ACTIONS(69), - [anon_sym_enum] = ACTIONS(71), + [anon_sym_with] = ACTIONS(67), + [anon_sym_package] = ACTIONS(69), + [anon_sym_import] = ACTIONS(71), + [anon_sym_enum] = ACTIONS(73), [anon_sym_public] = ACTIONS(21), [anon_sym_protected] = ACTIONS(21), [anon_sym_private] = ACTIONS(21), @@ -16221,95 +16027,96 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_native] = ACTIONS(21), [anon_sym_transient] = ACTIONS(21), [anon_sym_volatile] = ACTIONS(21), - [anon_sym_sealed] = ACTIONS(21), - [anon_sym_non_DASHsealed] = ACTIONS(73), - [anon_sym_record] = ACTIONS(75), - [anon_sym_ATinterface] = ACTIONS(77), - [anon_sym_interface] = ACTIONS(79), - [anon_sym_byte] = ACTIONS(81), - [anon_sym_short] = ACTIONS(81), - [anon_sym_int] = ACTIONS(81), - [anon_sym_long] = ACTIONS(81), - [anon_sym_char] = ACTIONS(81), - [anon_sym_float] = ACTIONS(83), - [anon_sym_double] = ACTIONS(83), - [sym_boolean_type] = ACTIONS(85), - [sym_void_type] = ACTIONS(85), - [sym_this] = ACTIONS(87), - [sym_super] = ACTIONS(89), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_non_DASHsealed] = ACTIONS(77), + [anon_sym_record] = ACTIONS(79), + [anon_sym_ATinterface] = ACTIONS(81), + [anon_sym_interface] = ACTIONS(83), + [anon_sym_byte] = ACTIONS(85), + [anon_sym_short] = ACTIONS(85), + [anon_sym_int] = ACTIONS(85), + [anon_sym_long] = ACTIONS(85), + [anon_sym_char] = ACTIONS(85), + [anon_sym_float] = ACTIONS(87), + [anon_sym_double] = ACTIONS(87), + [sym_boolean_type] = ACTIONS(89), + [sym_void_type] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, [40] = { - [sym__literal] = STATE(507), - [sym_string_literal] = STATE(510), - [sym__string_literal] = STATE(498), - [sym__multiline_string_literal] = STATE(498), - [sym_expression] = STATE(657), - [sym_cast_expression] = STATE(524), - [sym_assignment_expression] = STATE(524), - [sym_binary_expression] = STATE(524), - [sym_instanceof_expression] = STATE(524), - [sym_lambda_expression] = STATE(524), - [sym_inferred_parameters] = STATE(1259), - [sym_ternary_expression] = STATE(524), - [sym_unary_expression] = STATE(524), - [sym_update_expression] = STATE(524), - [sym_primary_expression] = STATE(470), - [sym_array_creation_expression] = STATE(507), - [sym_parenthesized_expression] = STATE(507), - [sym_class_literal] = STATE(507), - [sym_object_creation_expression] = STATE(507), - [sym__unqualified_object_creation_expression] = STATE(483), - [sym_field_access] = STATE(384), - [sym_array_access] = STATE(384), - [sym_method_invocation] = STATE(507), - [sym_method_reference] = STATE(507), - [sym_switch_expression] = STATE(592), - [sym_statement] = STATE(333), - [sym_block] = STATE(276), - [sym_expression_statement] = STATE(276), - [sym_labeled_statement] = STATE(276), - [sym_assert_statement] = STATE(276), - [sym_do_statement] = STATE(276), - [sym_break_statement] = STATE(276), - [sym_continue_statement] = STATE(276), - [sym_return_statement] = STATE(276), - [sym_yield_statement] = STATE(276), - [sym_synchronized_statement] = STATE(276), - [sym_throw_statement] = STATE(276), - [sym_try_statement] = STATE(276), - [sym_try_with_resources_statement] = STATE(276), - [sym_if_statement] = STATE(276), - [sym_while_statement] = STATE(276), - [sym_for_statement] = STATE(276), - [sym_enhanced_for_statement] = STATE(276), - [sym__annotation] = STATE(471), - [sym_marker_annotation] = STATE(471), - [sym_annotation] = STATE(471), - [sym_declaration] = STATE(276), - [sym_module_declaration] = STATE(332), - [sym_package_declaration] = STATE(332), - [sym_import_declaration] = STATE(332), - [sym_enum_declaration] = STATE(332), - [sym_class_declaration] = STATE(332), - [sym_modifiers] = STATE(679), - [sym_record_declaration] = STATE(332), - [sym_annotation_type_declaration] = STATE(332), - [sym_interface_declaration] = STATE(332), - [sym__type] = STATE(1266), - [sym__unannotated_type] = STATE(718), - [sym_annotated_type] = STATE(797), - [sym_scoped_type_identifier] = STATE(745), - [sym_generic_type] = STATE(771), - [sym_array_type] = STATE(702), - [sym_integral_type] = STATE(702), - [sym_floating_point_type] = STATE(702), - [sym_formal_parameters] = STATE(1259), - [sym_local_variable_declaration] = STATE(276), - [aux_sym_array_creation_expression_repeat1] = STATE(658), - [aux_sym_modifiers_repeat1] = STATE(428), - [sym_identifier] = ACTIONS(251), + [sym__literal] = STATE(498), + [sym_string_literal] = STATE(505), + [sym__string_literal] = STATE(508), + [sym__multiline_string_literal] = STATE(508), + [sym_expression] = STATE(650), + [sym_cast_expression] = STATE(538), + [sym_assignment_expression] = STATE(538), + [sym_binary_expression] = STATE(538), + [sym_instanceof_expression] = STATE(538), + [sym_lambda_expression] = STATE(538), + [sym_inferred_parameters] = STATE(1218), + [sym_ternary_expression] = STATE(538), + [sym_unary_expression] = STATE(538), + [sym_update_expression] = STATE(538), + [sym_primary_expression] = STATE(509), + [sym_array_creation_expression] = STATE(498), + [sym_parenthesized_expression] = STATE(498), + [sym_class_literal] = STATE(498), + [sym_object_creation_expression] = STATE(498), + [sym__unqualified_object_creation_expression] = STATE(515), + [sym_field_access] = STATE(385), + [sym_array_access] = STATE(385), + [sym_method_invocation] = STATE(498), + [sym_method_reference] = STATE(498), + [sym_switch_expression] = STATE(607), + [sym_statement] = STATE(296), + [sym_block] = STATE(284), + [sym_expression_statement] = STATE(284), + [sym_labeled_statement] = STATE(284), + [sym_assert_statement] = STATE(284), + [sym_do_statement] = STATE(284), + [sym_break_statement] = STATE(284), + [sym_continue_statement] = STATE(284), + [sym_return_statement] = STATE(284), + [sym_yield_statement] = STATE(284), + [sym_synchronized_statement] = STATE(284), + [sym_throw_statement] = STATE(284), + [sym_try_statement] = STATE(284), + [sym_try_with_resources_statement] = STATE(284), + [sym_if_statement] = STATE(284), + [sym_while_statement] = STATE(284), + [sym_for_statement] = STATE(284), + [sym_enhanced_for_statement] = STATE(284), + [sym__annotation] = STATE(474), + [sym_marker_annotation] = STATE(474), + [sym_annotation] = STATE(474), + [sym_declaration] = STATE(284), + [sym_module_declaration] = STATE(292), + [sym_package_declaration] = STATE(292), + [sym_import_declaration] = STATE(292), + [sym_enum_declaration] = STATE(292), + [sym_class_declaration] = STATE(292), + [sym_modifiers] = STATE(702), + [sym_record_declaration] = STATE(292), + [sym_annotation_type_declaration] = STATE(292), + [sym_interface_declaration] = STATE(292), + [sym__type] = STATE(1208), + [sym__unannotated_type] = STATE(700), + [sym_annotated_type] = STATE(831), + [sym_scoped_type_identifier] = STATE(735), + [sym_generic_type] = STATE(751), + [sym_array_type] = STATE(688), + [sym_integral_type] = STATE(688), + [sym_floating_point_type] = STATE(688), + [sym_formal_parameters] = STATE(1218), + [sym_local_variable_declaration] = STATE(284), + [sym__reserved_identifier] = STATE(372), + [aux_sym_array_creation_expression_repeat1] = STATE(653), + [aux_sym_modifiers_repeat1] = STATE(433), + [sym_identifier] = ACTIONS(261), [sym_decimal_integer_literal] = ACTIONS(9), [sym_hex_integer_literal] = ACTIONS(9), [sym_octal_integer_literal] = ACTIONS(9), @@ -16338,7 +16145,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_SEMI] = ACTIONS(35), [anon_sym_assert] = ACTIONS(37), [anon_sym_do] = ACTIONS(39), - [anon_sym_while] = ACTIONS(253), + [anon_sym_while] = ACTIONS(263), [anon_sym_break] = ACTIONS(43), [anon_sym_continue] = ACTIONS(45), [anon_sym_return] = ACTIONS(47), @@ -16346,15 +16153,16 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_synchronized] = ACTIONS(51), [anon_sym_throw] = ACTIONS(53), [anon_sym_try] = ACTIONS(55), - [anon_sym_if] = ACTIONS(255), - [anon_sym_for] = ACTIONS(257), + [anon_sym_if] = ACTIONS(265), + [anon_sym_for] = ACTIONS(267), [anon_sym_AT] = ACTIONS(61), [anon_sym_open] = ACTIONS(63), [anon_sym_module] = ACTIONS(65), [anon_sym_static] = ACTIONS(21), - [anon_sym_package] = ACTIONS(67), - [anon_sym_import] = ACTIONS(69), - [anon_sym_enum] = ACTIONS(71), + [anon_sym_with] = ACTIONS(67), + [anon_sym_package] = ACTIONS(69), + [anon_sym_import] = ACTIONS(71), + [anon_sym_enum] = ACTIONS(73), [anon_sym_public] = ACTIONS(21), [anon_sym_protected] = ACTIONS(21), [anon_sym_private] = ACTIONS(21), @@ -16363,95 +16171,96 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_native] = ACTIONS(21), [anon_sym_transient] = ACTIONS(21), [anon_sym_volatile] = ACTIONS(21), - [anon_sym_sealed] = ACTIONS(21), - [anon_sym_non_DASHsealed] = ACTIONS(73), - [anon_sym_record] = ACTIONS(75), - [anon_sym_ATinterface] = ACTIONS(77), - [anon_sym_interface] = ACTIONS(79), - [anon_sym_byte] = ACTIONS(81), - [anon_sym_short] = ACTIONS(81), - [anon_sym_int] = ACTIONS(81), - [anon_sym_long] = ACTIONS(81), - [anon_sym_char] = ACTIONS(81), - [anon_sym_float] = ACTIONS(83), - [anon_sym_double] = ACTIONS(83), - [sym_boolean_type] = ACTIONS(85), - [sym_void_type] = ACTIONS(85), - [sym_this] = ACTIONS(87), - [sym_super] = ACTIONS(89), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_non_DASHsealed] = ACTIONS(77), + [anon_sym_record] = ACTIONS(79), + [anon_sym_ATinterface] = ACTIONS(81), + [anon_sym_interface] = ACTIONS(83), + [anon_sym_byte] = ACTIONS(85), + [anon_sym_short] = ACTIONS(85), + [anon_sym_int] = ACTIONS(85), + [anon_sym_long] = ACTIONS(85), + [anon_sym_char] = ACTIONS(85), + [anon_sym_float] = ACTIONS(87), + [anon_sym_double] = ACTIONS(87), + [sym_boolean_type] = ACTIONS(89), + [sym_void_type] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, [41] = { - [sym__literal] = STATE(507), - [sym_string_literal] = STATE(510), - [sym__string_literal] = STATE(498), - [sym__multiline_string_literal] = STATE(498), - [sym_expression] = STATE(657), - [sym_cast_expression] = STATE(524), - [sym_assignment_expression] = STATE(524), - [sym_binary_expression] = STATE(524), - [sym_instanceof_expression] = STATE(524), - [sym_lambda_expression] = STATE(524), - [sym_inferred_parameters] = STATE(1259), - [sym_ternary_expression] = STATE(524), - [sym_unary_expression] = STATE(524), - [sym_update_expression] = STATE(524), - [sym_primary_expression] = STATE(470), - [sym_array_creation_expression] = STATE(507), - [sym_parenthesized_expression] = STATE(507), - [sym_class_literal] = STATE(507), - [sym_object_creation_expression] = STATE(507), - [sym__unqualified_object_creation_expression] = STATE(483), - [sym_field_access] = STATE(384), - [sym_array_access] = STATE(384), - [sym_method_invocation] = STATE(507), - [sym_method_reference] = STATE(507), - [sym_switch_expression] = STATE(87), - [sym_statement] = STATE(317), - [sym_block] = STATE(276), - [sym_expression_statement] = STATE(276), - [sym_labeled_statement] = STATE(276), - [sym_assert_statement] = STATE(276), - [sym_do_statement] = STATE(276), - [sym_break_statement] = STATE(276), - [sym_continue_statement] = STATE(276), - [sym_return_statement] = STATE(276), - [sym_yield_statement] = STATE(276), - [sym_synchronized_statement] = STATE(276), - [sym_throw_statement] = STATE(276), - [sym_try_statement] = STATE(276), - [sym_try_with_resources_statement] = STATE(276), - [sym_if_statement] = STATE(276), - [sym_while_statement] = STATE(276), - [sym_for_statement] = STATE(276), - [sym_enhanced_for_statement] = STATE(276), - [sym__annotation] = STATE(471), - [sym_marker_annotation] = STATE(471), - [sym_annotation] = STATE(471), - [sym_declaration] = STATE(276), - [sym_module_declaration] = STATE(332), - [sym_package_declaration] = STATE(332), - [sym_import_declaration] = STATE(332), - [sym_enum_declaration] = STATE(332), - [sym_class_declaration] = STATE(332), - [sym_modifiers] = STATE(679), - [sym_record_declaration] = STATE(332), - [sym_annotation_type_declaration] = STATE(332), - [sym_interface_declaration] = STATE(332), - [sym__type] = STATE(1266), - [sym__unannotated_type] = STATE(718), - [sym_annotated_type] = STATE(797), - [sym_scoped_type_identifier] = STATE(745), - [sym_generic_type] = STATE(771), - [sym_array_type] = STATE(702), - [sym_integral_type] = STATE(702), - [sym_floating_point_type] = STATE(702), - [sym_formal_parameters] = STATE(1259), - [sym_local_variable_declaration] = STATE(276), - [aux_sym_array_creation_expression_repeat1] = STATE(658), - [aux_sym_modifiers_repeat1] = STATE(428), - [sym_identifier] = ACTIONS(7), + [sym__literal] = STATE(498), + [sym_string_literal] = STATE(505), + [sym__string_literal] = STATE(508), + [sym__multiline_string_literal] = STATE(508), + [sym_expression] = STATE(650), + [sym_cast_expression] = STATE(538), + [sym_assignment_expression] = STATE(538), + [sym_binary_expression] = STATE(538), + [sym_instanceof_expression] = STATE(538), + [sym_lambda_expression] = STATE(538), + [sym_inferred_parameters] = STATE(1218), + [sym_ternary_expression] = STATE(538), + [sym_unary_expression] = STATE(538), + [sym_update_expression] = STATE(538), + [sym_primary_expression] = STATE(509), + [sym_array_creation_expression] = STATE(498), + [sym_parenthesized_expression] = STATE(498), + [sym_class_literal] = STATE(498), + [sym_object_creation_expression] = STATE(498), + [sym__unqualified_object_creation_expression] = STATE(515), + [sym_field_access] = STATE(385), + [sym_array_access] = STATE(385), + [sym_method_invocation] = STATE(498), + [sym_method_reference] = STATE(498), + [sym_switch_expression] = STATE(607), + [sym_statement] = STATE(300), + [sym_block] = STATE(284), + [sym_expression_statement] = STATE(284), + [sym_labeled_statement] = STATE(284), + [sym_assert_statement] = STATE(284), + [sym_do_statement] = STATE(284), + [sym_break_statement] = STATE(284), + [sym_continue_statement] = STATE(284), + [sym_return_statement] = STATE(284), + [sym_yield_statement] = STATE(284), + [sym_synchronized_statement] = STATE(284), + [sym_throw_statement] = STATE(284), + [sym_try_statement] = STATE(284), + [sym_try_with_resources_statement] = STATE(284), + [sym_if_statement] = STATE(284), + [sym_while_statement] = STATE(284), + [sym_for_statement] = STATE(284), + [sym_enhanced_for_statement] = STATE(284), + [sym__annotation] = STATE(474), + [sym_marker_annotation] = STATE(474), + [sym_annotation] = STATE(474), + [sym_declaration] = STATE(284), + [sym_module_declaration] = STATE(292), + [sym_package_declaration] = STATE(292), + [sym_import_declaration] = STATE(292), + [sym_enum_declaration] = STATE(292), + [sym_class_declaration] = STATE(292), + [sym_modifiers] = STATE(702), + [sym_record_declaration] = STATE(292), + [sym_annotation_type_declaration] = STATE(292), + [sym_interface_declaration] = STATE(292), + [sym__type] = STATE(1208), + [sym__unannotated_type] = STATE(700), + [sym_annotated_type] = STATE(831), + [sym_scoped_type_identifier] = STATE(735), + [sym_generic_type] = STATE(751), + [sym_array_type] = STATE(688), + [sym_integral_type] = STATE(688), + [sym_floating_point_type] = STATE(688), + [sym_formal_parameters] = STATE(1218), + [sym_local_variable_declaration] = STATE(284), + [sym__reserved_identifier] = STATE(372), + [aux_sym_array_creation_expression_repeat1] = STATE(653), + [aux_sym_modifiers_repeat1] = STATE(433), + [sym_identifier] = ACTIONS(261), [sym_decimal_integer_literal] = ACTIONS(9), [sym_hex_integer_literal] = ACTIONS(9), [sym_octal_integer_literal] = ACTIONS(9), @@ -16480,7 +16289,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_SEMI] = ACTIONS(35), [anon_sym_assert] = ACTIONS(37), [anon_sym_do] = ACTIONS(39), - [anon_sym_while] = ACTIONS(41), + [anon_sym_while] = ACTIONS(263), [anon_sym_break] = ACTIONS(43), [anon_sym_continue] = ACTIONS(45), [anon_sym_return] = ACTIONS(47), @@ -16488,15 +16297,16 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_synchronized] = ACTIONS(51), [anon_sym_throw] = ACTIONS(53), [anon_sym_try] = ACTIONS(55), - [anon_sym_if] = ACTIONS(57), - [anon_sym_for] = ACTIONS(59), + [anon_sym_if] = ACTIONS(265), + [anon_sym_for] = ACTIONS(267), [anon_sym_AT] = ACTIONS(61), [anon_sym_open] = ACTIONS(63), [anon_sym_module] = ACTIONS(65), [anon_sym_static] = ACTIONS(21), - [anon_sym_package] = ACTIONS(67), - [anon_sym_import] = ACTIONS(69), - [anon_sym_enum] = ACTIONS(71), + [anon_sym_with] = ACTIONS(67), + [anon_sym_package] = ACTIONS(69), + [anon_sym_import] = ACTIONS(71), + [anon_sym_enum] = ACTIONS(73), [anon_sym_public] = ACTIONS(21), [anon_sym_protected] = ACTIONS(21), [anon_sym_private] = ACTIONS(21), @@ -16505,94 +16315,95 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_native] = ACTIONS(21), [anon_sym_transient] = ACTIONS(21), [anon_sym_volatile] = ACTIONS(21), - [anon_sym_sealed] = ACTIONS(21), - [anon_sym_non_DASHsealed] = ACTIONS(73), - [anon_sym_record] = ACTIONS(75), - [anon_sym_ATinterface] = ACTIONS(77), - [anon_sym_interface] = ACTIONS(79), - [anon_sym_byte] = ACTIONS(81), - [anon_sym_short] = ACTIONS(81), - [anon_sym_int] = ACTIONS(81), - [anon_sym_long] = ACTIONS(81), - [anon_sym_char] = ACTIONS(81), - [anon_sym_float] = ACTIONS(83), - [anon_sym_double] = ACTIONS(83), - [sym_boolean_type] = ACTIONS(85), - [sym_void_type] = ACTIONS(85), - [sym_this] = ACTIONS(87), - [sym_super] = ACTIONS(89), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_non_DASHsealed] = ACTIONS(77), + [anon_sym_record] = ACTIONS(79), + [anon_sym_ATinterface] = ACTIONS(81), + [anon_sym_interface] = ACTIONS(83), + [anon_sym_byte] = ACTIONS(85), + [anon_sym_short] = ACTIONS(85), + [anon_sym_int] = ACTIONS(85), + [anon_sym_long] = ACTIONS(85), + [anon_sym_char] = ACTIONS(85), + [anon_sym_float] = ACTIONS(87), + [anon_sym_double] = ACTIONS(87), + [sym_boolean_type] = ACTIONS(89), + [sym_void_type] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, [42] = { - [sym__literal] = STATE(507), - [sym_string_literal] = STATE(510), - [sym__string_literal] = STATE(498), - [sym__multiline_string_literal] = STATE(498), - [sym_expression] = STATE(657), - [sym_cast_expression] = STATE(524), - [sym_assignment_expression] = STATE(524), - [sym_binary_expression] = STATE(524), - [sym_instanceof_expression] = STATE(524), - [sym_lambda_expression] = STATE(524), - [sym_inferred_parameters] = STATE(1259), - [sym_ternary_expression] = STATE(524), - [sym_unary_expression] = STATE(524), - [sym_update_expression] = STATE(524), - [sym_primary_expression] = STATE(470), - [sym_array_creation_expression] = STATE(507), - [sym_parenthesized_expression] = STATE(507), - [sym_class_literal] = STATE(507), - [sym_object_creation_expression] = STATE(507), - [sym__unqualified_object_creation_expression] = STATE(483), - [sym_field_access] = STATE(384), - [sym_array_access] = STATE(384), - [sym_method_invocation] = STATE(507), - [sym_method_reference] = STATE(507), - [sym_switch_expression] = STATE(87), - [sym_statement] = STATE(323), - [sym_block] = STATE(276), - [sym_expression_statement] = STATE(276), - [sym_labeled_statement] = STATE(276), - [sym_assert_statement] = STATE(276), - [sym_do_statement] = STATE(276), - [sym_break_statement] = STATE(276), - [sym_continue_statement] = STATE(276), - [sym_return_statement] = STATE(276), - [sym_yield_statement] = STATE(276), - [sym_synchronized_statement] = STATE(276), - [sym_throw_statement] = STATE(276), - [sym_try_statement] = STATE(276), - [sym_try_with_resources_statement] = STATE(276), - [sym_if_statement] = STATE(276), - [sym_while_statement] = STATE(276), - [sym_for_statement] = STATE(276), - [sym_enhanced_for_statement] = STATE(276), - [sym__annotation] = STATE(471), - [sym_marker_annotation] = STATE(471), - [sym_annotation] = STATE(471), - [sym_declaration] = STATE(276), - [sym_module_declaration] = STATE(332), - [sym_package_declaration] = STATE(332), - [sym_import_declaration] = STATE(332), - [sym_enum_declaration] = STATE(332), - [sym_class_declaration] = STATE(332), - [sym_modifiers] = STATE(679), - [sym_record_declaration] = STATE(332), - [sym_annotation_type_declaration] = STATE(332), - [sym_interface_declaration] = STATE(332), - [sym__type] = STATE(1266), - [sym__unannotated_type] = STATE(718), - [sym_annotated_type] = STATE(797), - [sym_scoped_type_identifier] = STATE(745), - [sym_generic_type] = STATE(771), - [sym_array_type] = STATE(702), - [sym_integral_type] = STATE(702), - [sym_floating_point_type] = STATE(702), - [sym_formal_parameters] = STATE(1259), - [sym_local_variable_declaration] = STATE(276), - [aux_sym_array_creation_expression_repeat1] = STATE(658), - [aux_sym_modifiers_repeat1] = STATE(428), + [sym__literal] = STATE(498), + [sym_string_literal] = STATE(505), + [sym__string_literal] = STATE(508), + [sym__multiline_string_literal] = STATE(508), + [sym_expression] = STATE(650), + [sym_cast_expression] = STATE(538), + [sym_assignment_expression] = STATE(538), + [sym_binary_expression] = STATE(538), + [sym_instanceof_expression] = STATE(538), + [sym_lambda_expression] = STATE(538), + [sym_inferred_parameters] = STATE(1218), + [sym_ternary_expression] = STATE(538), + [sym_unary_expression] = STATE(538), + [sym_update_expression] = STATE(538), + [sym_primary_expression] = STATE(509), + [sym_array_creation_expression] = STATE(498), + [sym_parenthesized_expression] = STATE(498), + [sym_class_literal] = STATE(498), + [sym_object_creation_expression] = STATE(498), + [sym__unqualified_object_creation_expression] = STATE(515), + [sym_field_access] = STATE(385), + [sym_array_access] = STATE(385), + [sym_method_invocation] = STATE(498), + [sym_method_reference] = STATE(498), + [sym_switch_expression] = STATE(88), + [sym_statement] = STATE(303), + [sym_block] = STATE(284), + [sym_expression_statement] = STATE(284), + [sym_labeled_statement] = STATE(284), + [sym_assert_statement] = STATE(284), + [sym_do_statement] = STATE(284), + [sym_break_statement] = STATE(284), + [sym_continue_statement] = STATE(284), + [sym_return_statement] = STATE(284), + [sym_yield_statement] = STATE(284), + [sym_synchronized_statement] = STATE(284), + [sym_throw_statement] = STATE(284), + [sym_try_statement] = STATE(284), + [sym_try_with_resources_statement] = STATE(284), + [sym_if_statement] = STATE(284), + [sym_while_statement] = STATE(284), + [sym_for_statement] = STATE(284), + [sym_enhanced_for_statement] = STATE(284), + [sym__annotation] = STATE(474), + [sym_marker_annotation] = STATE(474), + [sym_annotation] = STATE(474), + [sym_declaration] = STATE(284), + [sym_module_declaration] = STATE(292), + [sym_package_declaration] = STATE(292), + [sym_import_declaration] = STATE(292), + [sym_enum_declaration] = STATE(292), + [sym_class_declaration] = STATE(292), + [sym_modifiers] = STATE(702), + [sym_record_declaration] = STATE(292), + [sym_annotation_type_declaration] = STATE(292), + [sym_interface_declaration] = STATE(292), + [sym__type] = STATE(1208), + [sym__unannotated_type] = STATE(700), + [sym_annotated_type] = STATE(831), + [sym_scoped_type_identifier] = STATE(735), + [sym_generic_type] = STATE(751), + [sym_array_type] = STATE(688), + [sym_integral_type] = STATE(688), + [sym_floating_point_type] = STATE(688), + [sym_formal_parameters] = STATE(1218), + [sym_local_variable_declaration] = STATE(284), + [sym__reserved_identifier] = STATE(372), + [aux_sym_array_creation_expression_repeat1] = STATE(653), + [aux_sym_modifiers_repeat1] = STATE(433), [sym_identifier] = ACTIONS(7), [sym_decimal_integer_literal] = ACTIONS(9), [sym_hex_integer_literal] = ACTIONS(9), @@ -16636,9 +16447,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_open] = ACTIONS(63), [anon_sym_module] = ACTIONS(65), [anon_sym_static] = ACTIONS(21), - [anon_sym_package] = ACTIONS(67), - [anon_sym_import] = ACTIONS(69), - [anon_sym_enum] = ACTIONS(71), + [anon_sym_with] = ACTIONS(67), + [anon_sym_package] = ACTIONS(69), + [anon_sym_import] = ACTIONS(71), + [anon_sym_enum] = ACTIONS(73), [anon_sym_public] = ACTIONS(21), [anon_sym_protected] = ACTIONS(21), [anon_sym_private] = ACTIONS(21), @@ -16647,95 +16459,96 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_native] = ACTIONS(21), [anon_sym_transient] = ACTIONS(21), [anon_sym_volatile] = ACTIONS(21), - [anon_sym_sealed] = ACTIONS(21), - [anon_sym_non_DASHsealed] = ACTIONS(73), - [anon_sym_record] = ACTIONS(75), - [anon_sym_ATinterface] = ACTIONS(77), - [anon_sym_interface] = ACTIONS(79), - [anon_sym_byte] = ACTIONS(81), - [anon_sym_short] = ACTIONS(81), - [anon_sym_int] = ACTIONS(81), - [anon_sym_long] = ACTIONS(81), - [anon_sym_char] = ACTIONS(81), - [anon_sym_float] = ACTIONS(83), - [anon_sym_double] = ACTIONS(83), - [sym_boolean_type] = ACTIONS(85), - [sym_void_type] = ACTIONS(85), - [sym_this] = ACTIONS(87), - [sym_super] = ACTIONS(89), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_non_DASHsealed] = ACTIONS(77), + [anon_sym_record] = ACTIONS(79), + [anon_sym_ATinterface] = ACTIONS(81), + [anon_sym_interface] = ACTIONS(83), + [anon_sym_byte] = ACTIONS(85), + [anon_sym_short] = ACTIONS(85), + [anon_sym_int] = ACTIONS(85), + [anon_sym_long] = ACTIONS(85), + [anon_sym_char] = ACTIONS(85), + [anon_sym_float] = ACTIONS(87), + [anon_sym_double] = ACTIONS(87), + [sym_boolean_type] = ACTIONS(89), + [sym_void_type] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, [43] = { - [sym__literal] = STATE(507), - [sym_string_literal] = STATE(510), - [sym__string_literal] = STATE(498), - [sym__multiline_string_literal] = STATE(498), - [sym_expression] = STATE(657), - [sym_cast_expression] = STATE(524), - [sym_assignment_expression] = STATE(524), - [sym_binary_expression] = STATE(524), - [sym_instanceof_expression] = STATE(524), - [sym_lambda_expression] = STATE(524), - [sym_inferred_parameters] = STATE(1259), - [sym_ternary_expression] = STATE(524), - [sym_unary_expression] = STATE(524), - [sym_update_expression] = STATE(524), - [sym_primary_expression] = STATE(470), - [sym_array_creation_expression] = STATE(507), - [sym_parenthesized_expression] = STATE(507), - [sym_class_literal] = STATE(507), - [sym_object_creation_expression] = STATE(507), - [sym__unqualified_object_creation_expression] = STATE(483), - [sym_field_access] = STATE(384), - [sym_array_access] = STATE(384), - [sym_method_invocation] = STATE(507), - [sym_method_reference] = STATE(507), - [sym_switch_expression] = STATE(87), - [sym_statement] = STATE(320), - [sym_block] = STATE(276), - [sym_expression_statement] = STATE(276), - [sym_labeled_statement] = STATE(276), - [sym_assert_statement] = STATE(276), - [sym_do_statement] = STATE(276), - [sym_break_statement] = STATE(276), - [sym_continue_statement] = STATE(276), - [sym_return_statement] = STATE(276), - [sym_yield_statement] = STATE(276), - [sym_synchronized_statement] = STATE(276), - [sym_throw_statement] = STATE(276), - [sym_try_statement] = STATE(276), - [sym_try_with_resources_statement] = STATE(276), - [sym_if_statement] = STATE(276), - [sym_while_statement] = STATE(276), - [sym_for_statement] = STATE(276), - [sym_enhanced_for_statement] = STATE(276), - [sym__annotation] = STATE(471), - [sym_marker_annotation] = STATE(471), - [sym_annotation] = STATE(471), - [sym_declaration] = STATE(276), - [sym_module_declaration] = STATE(332), - [sym_package_declaration] = STATE(332), - [sym_import_declaration] = STATE(332), - [sym_enum_declaration] = STATE(332), - [sym_class_declaration] = STATE(332), - [sym_modifiers] = STATE(679), - [sym_record_declaration] = STATE(332), - [sym_annotation_type_declaration] = STATE(332), - [sym_interface_declaration] = STATE(332), - [sym__type] = STATE(1266), - [sym__unannotated_type] = STATE(718), - [sym_annotated_type] = STATE(797), - [sym_scoped_type_identifier] = STATE(745), - [sym_generic_type] = STATE(771), - [sym_array_type] = STATE(702), - [sym_integral_type] = STATE(702), - [sym_floating_point_type] = STATE(702), - [sym_formal_parameters] = STATE(1259), - [sym_local_variable_declaration] = STATE(276), - [aux_sym_array_creation_expression_repeat1] = STATE(658), - [aux_sym_modifiers_repeat1] = STATE(428), - [sym_identifier] = ACTIONS(7), + [sym__literal] = STATE(498), + [sym_string_literal] = STATE(505), + [sym__string_literal] = STATE(508), + [sym__multiline_string_literal] = STATE(508), + [sym_expression] = STATE(650), + [sym_cast_expression] = STATE(538), + [sym_assignment_expression] = STATE(538), + [sym_binary_expression] = STATE(538), + [sym_instanceof_expression] = STATE(538), + [sym_lambda_expression] = STATE(538), + [sym_inferred_parameters] = STATE(1218), + [sym_ternary_expression] = STATE(538), + [sym_unary_expression] = STATE(538), + [sym_update_expression] = STATE(538), + [sym_primary_expression] = STATE(509), + [sym_array_creation_expression] = STATE(498), + [sym_parenthesized_expression] = STATE(498), + [sym_class_literal] = STATE(498), + [sym_object_creation_expression] = STATE(498), + [sym__unqualified_object_creation_expression] = STATE(515), + [sym_field_access] = STATE(385), + [sym_array_access] = STATE(385), + [sym_method_invocation] = STATE(498), + [sym_method_reference] = STATE(498), + [sym_switch_expression] = STATE(607), + [sym_statement] = STATE(306), + [sym_block] = STATE(284), + [sym_expression_statement] = STATE(284), + [sym_labeled_statement] = STATE(284), + [sym_assert_statement] = STATE(284), + [sym_do_statement] = STATE(284), + [sym_break_statement] = STATE(284), + [sym_continue_statement] = STATE(284), + [sym_return_statement] = STATE(284), + [sym_yield_statement] = STATE(284), + [sym_synchronized_statement] = STATE(284), + [sym_throw_statement] = STATE(284), + [sym_try_statement] = STATE(284), + [sym_try_with_resources_statement] = STATE(284), + [sym_if_statement] = STATE(284), + [sym_while_statement] = STATE(284), + [sym_for_statement] = STATE(284), + [sym_enhanced_for_statement] = STATE(284), + [sym__annotation] = STATE(474), + [sym_marker_annotation] = STATE(474), + [sym_annotation] = STATE(474), + [sym_declaration] = STATE(284), + [sym_module_declaration] = STATE(292), + [sym_package_declaration] = STATE(292), + [sym_import_declaration] = STATE(292), + [sym_enum_declaration] = STATE(292), + [sym_class_declaration] = STATE(292), + [sym_modifiers] = STATE(702), + [sym_record_declaration] = STATE(292), + [sym_annotation_type_declaration] = STATE(292), + [sym_interface_declaration] = STATE(292), + [sym__type] = STATE(1208), + [sym__unannotated_type] = STATE(700), + [sym_annotated_type] = STATE(831), + [sym_scoped_type_identifier] = STATE(735), + [sym_generic_type] = STATE(751), + [sym_array_type] = STATE(688), + [sym_integral_type] = STATE(688), + [sym_floating_point_type] = STATE(688), + [sym_formal_parameters] = STATE(1218), + [sym_local_variable_declaration] = STATE(284), + [sym__reserved_identifier] = STATE(372), + [aux_sym_array_creation_expression_repeat1] = STATE(653), + [aux_sym_modifiers_repeat1] = STATE(433), + [sym_identifier] = ACTIONS(261), [sym_decimal_integer_literal] = ACTIONS(9), [sym_hex_integer_literal] = ACTIONS(9), [sym_octal_integer_literal] = ACTIONS(9), @@ -16764,7 +16577,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_SEMI] = ACTIONS(35), [anon_sym_assert] = ACTIONS(37), [anon_sym_do] = ACTIONS(39), - [anon_sym_while] = ACTIONS(41), + [anon_sym_while] = ACTIONS(263), [anon_sym_break] = ACTIONS(43), [anon_sym_continue] = ACTIONS(45), [anon_sym_return] = ACTIONS(47), @@ -16772,15 +16585,16 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_synchronized] = ACTIONS(51), [anon_sym_throw] = ACTIONS(53), [anon_sym_try] = ACTIONS(55), - [anon_sym_if] = ACTIONS(57), - [anon_sym_for] = ACTIONS(59), + [anon_sym_if] = ACTIONS(265), + [anon_sym_for] = ACTIONS(267), [anon_sym_AT] = ACTIONS(61), [anon_sym_open] = ACTIONS(63), [anon_sym_module] = ACTIONS(65), [anon_sym_static] = ACTIONS(21), - [anon_sym_package] = ACTIONS(67), - [anon_sym_import] = ACTIONS(69), - [anon_sym_enum] = ACTIONS(71), + [anon_sym_with] = ACTIONS(67), + [anon_sym_package] = ACTIONS(69), + [anon_sym_import] = ACTIONS(71), + [anon_sym_enum] = ACTIONS(73), [anon_sym_public] = ACTIONS(21), [anon_sym_protected] = ACTIONS(21), [anon_sym_private] = ACTIONS(21), @@ -16789,95 +16603,96 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_native] = ACTIONS(21), [anon_sym_transient] = ACTIONS(21), [anon_sym_volatile] = ACTIONS(21), - [anon_sym_sealed] = ACTIONS(21), - [anon_sym_non_DASHsealed] = ACTIONS(73), - [anon_sym_record] = ACTIONS(75), - [anon_sym_ATinterface] = ACTIONS(77), - [anon_sym_interface] = ACTIONS(79), - [anon_sym_byte] = ACTIONS(81), - [anon_sym_short] = ACTIONS(81), - [anon_sym_int] = ACTIONS(81), - [anon_sym_long] = ACTIONS(81), - [anon_sym_char] = ACTIONS(81), - [anon_sym_float] = ACTIONS(83), - [anon_sym_double] = ACTIONS(83), - [sym_boolean_type] = ACTIONS(85), - [sym_void_type] = ACTIONS(85), - [sym_this] = ACTIONS(87), - [sym_super] = ACTIONS(89), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_non_DASHsealed] = ACTIONS(77), + [anon_sym_record] = ACTIONS(79), + [anon_sym_ATinterface] = ACTIONS(81), + [anon_sym_interface] = ACTIONS(83), + [anon_sym_byte] = ACTIONS(85), + [anon_sym_short] = ACTIONS(85), + [anon_sym_int] = ACTIONS(85), + [anon_sym_long] = ACTIONS(85), + [anon_sym_char] = ACTIONS(85), + [anon_sym_float] = ACTIONS(87), + [anon_sym_double] = ACTIONS(87), + [sym_boolean_type] = ACTIONS(89), + [sym_void_type] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, [44] = { - [sym__literal] = STATE(507), - [sym_string_literal] = STATE(510), - [sym__string_literal] = STATE(498), - [sym__multiline_string_literal] = STATE(498), - [sym_expression] = STATE(657), - [sym_cast_expression] = STATE(524), - [sym_assignment_expression] = STATE(524), - [sym_binary_expression] = STATE(524), - [sym_instanceof_expression] = STATE(524), - [sym_lambda_expression] = STATE(524), - [sym_inferred_parameters] = STATE(1259), - [sym_ternary_expression] = STATE(524), - [sym_unary_expression] = STATE(524), - [sym_update_expression] = STATE(524), - [sym_primary_expression] = STATE(470), - [sym_array_creation_expression] = STATE(507), - [sym_parenthesized_expression] = STATE(507), - [sym_class_literal] = STATE(507), - [sym_object_creation_expression] = STATE(507), - [sym__unqualified_object_creation_expression] = STATE(483), - [sym_field_access] = STATE(384), - [sym_array_access] = STATE(384), - [sym_method_invocation] = STATE(507), - [sym_method_reference] = STATE(507), - [sym_switch_expression] = STATE(592), - [sym_statement] = STATE(279), - [sym_block] = STATE(276), - [sym_expression_statement] = STATE(276), - [sym_labeled_statement] = STATE(276), - [sym_assert_statement] = STATE(276), - [sym_do_statement] = STATE(276), - [sym_break_statement] = STATE(276), - [sym_continue_statement] = STATE(276), - [sym_return_statement] = STATE(276), - [sym_yield_statement] = STATE(276), - [sym_synchronized_statement] = STATE(276), - [sym_throw_statement] = STATE(276), - [sym_try_statement] = STATE(276), - [sym_try_with_resources_statement] = STATE(276), - [sym_if_statement] = STATE(276), - [sym_while_statement] = STATE(276), - [sym_for_statement] = STATE(276), - [sym_enhanced_for_statement] = STATE(276), - [sym__annotation] = STATE(471), - [sym_marker_annotation] = STATE(471), - [sym_annotation] = STATE(471), - [sym_declaration] = STATE(276), - [sym_module_declaration] = STATE(332), - [sym_package_declaration] = STATE(332), - [sym_import_declaration] = STATE(332), - [sym_enum_declaration] = STATE(332), - [sym_class_declaration] = STATE(332), - [sym_modifiers] = STATE(679), - [sym_record_declaration] = STATE(332), - [sym_annotation_type_declaration] = STATE(332), - [sym_interface_declaration] = STATE(332), - [sym__type] = STATE(1266), - [sym__unannotated_type] = STATE(718), - [sym_annotated_type] = STATE(797), - [sym_scoped_type_identifier] = STATE(745), - [sym_generic_type] = STATE(771), - [sym_array_type] = STATE(702), - [sym_integral_type] = STATE(702), - [sym_floating_point_type] = STATE(702), - [sym_formal_parameters] = STATE(1259), - [sym_local_variable_declaration] = STATE(276), - [aux_sym_array_creation_expression_repeat1] = STATE(658), - [aux_sym_modifiers_repeat1] = STATE(428), - [sym_identifier] = ACTIONS(251), + [sym__literal] = STATE(498), + [sym_string_literal] = STATE(505), + [sym__string_literal] = STATE(508), + [sym__multiline_string_literal] = STATE(508), + [sym_expression] = STATE(650), + [sym_cast_expression] = STATE(538), + [sym_assignment_expression] = STATE(538), + [sym_binary_expression] = STATE(538), + [sym_instanceof_expression] = STATE(538), + [sym_lambda_expression] = STATE(538), + [sym_inferred_parameters] = STATE(1218), + [sym_ternary_expression] = STATE(538), + [sym_unary_expression] = STATE(538), + [sym_update_expression] = STATE(538), + [sym_primary_expression] = STATE(509), + [sym_array_creation_expression] = STATE(498), + [sym_parenthesized_expression] = STATE(498), + [sym_class_literal] = STATE(498), + [sym_object_creation_expression] = STATE(498), + [sym__unqualified_object_creation_expression] = STATE(515), + [sym_field_access] = STATE(385), + [sym_array_access] = STATE(385), + [sym_method_invocation] = STATE(498), + [sym_method_reference] = STATE(498), + [sym_switch_expression] = STATE(607), + [sym_statement] = STATE(276), + [sym_block] = STATE(284), + [sym_expression_statement] = STATE(284), + [sym_labeled_statement] = STATE(284), + [sym_assert_statement] = STATE(284), + [sym_do_statement] = STATE(284), + [sym_break_statement] = STATE(284), + [sym_continue_statement] = STATE(284), + [sym_return_statement] = STATE(284), + [sym_yield_statement] = STATE(284), + [sym_synchronized_statement] = STATE(284), + [sym_throw_statement] = STATE(284), + [sym_try_statement] = STATE(284), + [sym_try_with_resources_statement] = STATE(284), + [sym_if_statement] = STATE(284), + [sym_while_statement] = STATE(284), + [sym_for_statement] = STATE(284), + [sym_enhanced_for_statement] = STATE(284), + [sym__annotation] = STATE(474), + [sym_marker_annotation] = STATE(474), + [sym_annotation] = STATE(474), + [sym_declaration] = STATE(284), + [sym_module_declaration] = STATE(292), + [sym_package_declaration] = STATE(292), + [sym_import_declaration] = STATE(292), + [sym_enum_declaration] = STATE(292), + [sym_class_declaration] = STATE(292), + [sym_modifiers] = STATE(702), + [sym_record_declaration] = STATE(292), + [sym_annotation_type_declaration] = STATE(292), + [sym_interface_declaration] = STATE(292), + [sym__type] = STATE(1208), + [sym__unannotated_type] = STATE(700), + [sym_annotated_type] = STATE(831), + [sym_scoped_type_identifier] = STATE(735), + [sym_generic_type] = STATE(751), + [sym_array_type] = STATE(688), + [sym_integral_type] = STATE(688), + [sym_floating_point_type] = STATE(688), + [sym_formal_parameters] = STATE(1218), + [sym_local_variable_declaration] = STATE(284), + [sym__reserved_identifier] = STATE(372), + [aux_sym_array_creation_expression_repeat1] = STATE(653), + [aux_sym_modifiers_repeat1] = STATE(433), + [sym_identifier] = ACTIONS(261), [sym_decimal_integer_literal] = ACTIONS(9), [sym_hex_integer_literal] = ACTIONS(9), [sym_octal_integer_literal] = ACTIONS(9), @@ -16906,7 +16721,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_SEMI] = ACTIONS(35), [anon_sym_assert] = ACTIONS(37), [anon_sym_do] = ACTIONS(39), - [anon_sym_while] = ACTIONS(253), + [anon_sym_while] = ACTIONS(263), [anon_sym_break] = ACTIONS(43), [anon_sym_continue] = ACTIONS(45), [anon_sym_return] = ACTIONS(47), @@ -16914,15 +16729,16 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_synchronized] = ACTIONS(51), [anon_sym_throw] = ACTIONS(53), [anon_sym_try] = ACTIONS(55), - [anon_sym_if] = ACTIONS(255), - [anon_sym_for] = ACTIONS(257), + [anon_sym_if] = ACTIONS(265), + [anon_sym_for] = ACTIONS(267), [anon_sym_AT] = ACTIONS(61), [anon_sym_open] = ACTIONS(63), [anon_sym_module] = ACTIONS(65), [anon_sym_static] = ACTIONS(21), - [anon_sym_package] = ACTIONS(67), - [anon_sym_import] = ACTIONS(69), - [anon_sym_enum] = ACTIONS(71), + [anon_sym_with] = ACTIONS(67), + [anon_sym_package] = ACTIONS(69), + [anon_sym_import] = ACTIONS(71), + [anon_sym_enum] = ACTIONS(73), [anon_sym_public] = ACTIONS(21), [anon_sym_protected] = ACTIONS(21), [anon_sym_private] = ACTIONS(21), @@ -16931,95 +16747,96 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_native] = ACTIONS(21), [anon_sym_transient] = ACTIONS(21), [anon_sym_volatile] = ACTIONS(21), - [anon_sym_sealed] = ACTIONS(21), - [anon_sym_non_DASHsealed] = ACTIONS(73), - [anon_sym_record] = ACTIONS(75), - [anon_sym_ATinterface] = ACTIONS(77), - [anon_sym_interface] = ACTIONS(79), - [anon_sym_byte] = ACTIONS(81), - [anon_sym_short] = ACTIONS(81), - [anon_sym_int] = ACTIONS(81), - [anon_sym_long] = ACTIONS(81), - [anon_sym_char] = ACTIONS(81), - [anon_sym_float] = ACTIONS(83), - [anon_sym_double] = ACTIONS(83), - [sym_boolean_type] = ACTIONS(85), - [sym_void_type] = ACTIONS(85), - [sym_this] = ACTIONS(87), - [sym_super] = ACTIONS(89), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_non_DASHsealed] = ACTIONS(77), + [anon_sym_record] = ACTIONS(79), + [anon_sym_ATinterface] = ACTIONS(81), + [anon_sym_interface] = ACTIONS(83), + [anon_sym_byte] = ACTIONS(85), + [anon_sym_short] = ACTIONS(85), + [anon_sym_int] = ACTIONS(85), + [anon_sym_long] = ACTIONS(85), + [anon_sym_char] = ACTIONS(85), + [anon_sym_float] = ACTIONS(87), + [anon_sym_double] = ACTIONS(87), + [sym_boolean_type] = ACTIONS(89), + [sym_void_type] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, [45] = { - [sym__literal] = STATE(507), - [sym_string_literal] = STATE(510), - [sym__string_literal] = STATE(498), - [sym__multiline_string_literal] = STATE(498), - [sym_expression] = STATE(657), - [sym_cast_expression] = STATE(524), - [sym_assignment_expression] = STATE(524), - [sym_binary_expression] = STATE(524), - [sym_instanceof_expression] = STATE(524), - [sym_lambda_expression] = STATE(524), - [sym_inferred_parameters] = STATE(1259), - [sym_ternary_expression] = STATE(524), - [sym_unary_expression] = STATE(524), - [sym_update_expression] = STATE(524), - [sym_primary_expression] = STATE(470), - [sym_array_creation_expression] = STATE(507), - [sym_parenthesized_expression] = STATE(507), - [sym_class_literal] = STATE(507), - [sym_object_creation_expression] = STATE(507), - [sym__unqualified_object_creation_expression] = STATE(483), - [sym_field_access] = STATE(384), - [sym_array_access] = STATE(384), - [sym_method_invocation] = STATE(507), - [sym_method_reference] = STATE(507), - [sym_switch_expression] = STATE(87), - [sym_statement] = STATE(328), - [sym_block] = STATE(276), - [sym_expression_statement] = STATE(276), - [sym_labeled_statement] = STATE(276), - [sym_assert_statement] = STATE(276), - [sym_do_statement] = STATE(276), - [sym_break_statement] = STATE(276), - [sym_continue_statement] = STATE(276), - [sym_return_statement] = STATE(276), - [sym_yield_statement] = STATE(276), - [sym_synchronized_statement] = STATE(276), - [sym_throw_statement] = STATE(276), - [sym_try_statement] = STATE(276), - [sym_try_with_resources_statement] = STATE(276), - [sym_if_statement] = STATE(276), - [sym_while_statement] = STATE(276), - [sym_for_statement] = STATE(276), - [sym_enhanced_for_statement] = STATE(276), - [sym__annotation] = STATE(471), - [sym_marker_annotation] = STATE(471), - [sym_annotation] = STATE(471), - [sym_declaration] = STATE(276), - [sym_module_declaration] = STATE(332), - [sym_package_declaration] = STATE(332), - [sym_import_declaration] = STATE(332), - [sym_enum_declaration] = STATE(332), - [sym_class_declaration] = STATE(332), - [sym_modifiers] = STATE(679), - [sym_record_declaration] = STATE(332), - [sym_annotation_type_declaration] = STATE(332), - [sym_interface_declaration] = STATE(332), - [sym__type] = STATE(1266), - [sym__unannotated_type] = STATE(718), - [sym_annotated_type] = STATE(797), - [sym_scoped_type_identifier] = STATE(745), - [sym_generic_type] = STATE(771), - [sym_array_type] = STATE(702), - [sym_integral_type] = STATE(702), - [sym_floating_point_type] = STATE(702), - [sym_formal_parameters] = STATE(1259), - [sym_local_variable_declaration] = STATE(276), - [aux_sym_array_creation_expression_repeat1] = STATE(658), - [aux_sym_modifiers_repeat1] = STATE(428), - [sym_identifier] = ACTIONS(7), + [sym__literal] = STATE(498), + [sym_string_literal] = STATE(505), + [sym__string_literal] = STATE(508), + [sym__multiline_string_literal] = STATE(508), + [sym_expression] = STATE(650), + [sym_cast_expression] = STATE(538), + [sym_assignment_expression] = STATE(538), + [sym_binary_expression] = STATE(538), + [sym_instanceof_expression] = STATE(538), + [sym_lambda_expression] = STATE(538), + [sym_inferred_parameters] = STATE(1218), + [sym_ternary_expression] = STATE(538), + [sym_unary_expression] = STATE(538), + [sym_update_expression] = STATE(538), + [sym_primary_expression] = STATE(509), + [sym_array_creation_expression] = STATE(498), + [sym_parenthesized_expression] = STATE(498), + [sym_class_literal] = STATE(498), + [sym_object_creation_expression] = STATE(498), + [sym__unqualified_object_creation_expression] = STATE(515), + [sym_field_access] = STATE(385), + [sym_array_access] = STATE(385), + [sym_method_invocation] = STATE(498), + [sym_method_reference] = STATE(498), + [sym_switch_expression] = STATE(607), + [sym_statement] = STATE(305), + [sym_block] = STATE(284), + [sym_expression_statement] = STATE(284), + [sym_labeled_statement] = STATE(284), + [sym_assert_statement] = STATE(284), + [sym_do_statement] = STATE(284), + [sym_break_statement] = STATE(284), + [sym_continue_statement] = STATE(284), + [sym_return_statement] = STATE(284), + [sym_yield_statement] = STATE(284), + [sym_synchronized_statement] = STATE(284), + [sym_throw_statement] = STATE(284), + [sym_try_statement] = STATE(284), + [sym_try_with_resources_statement] = STATE(284), + [sym_if_statement] = STATE(284), + [sym_while_statement] = STATE(284), + [sym_for_statement] = STATE(284), + [sym_enhanced_for_statement] = STATE(284), + [sym__annotation] = STATE(474), + [sym_marker_annotation] = STATE(474), + [sym_annotation] = STATE(474), + [sym_declaration] = STATE(284), + [sym_module_declaration] = STATE(292), + [sym_package_declaration] = STATE(292), + [sym_import_declaration] = STATE(292), + [sym_enum_declaration] = STATE(292), + [sym_class_declaration] = STATE(292), + [sym_modifiers] = STATE(702), + [sym_record_declaration] = STATE(292), + [sym_annotation_type_declaration] = STATE(292), + [sym_interface_declaration] = STATE(292), + [sym__type] = STATE(1208), + [sym__unannotated_type] = STATE(700), + [sym_annotated_type] = STATE(831), + [sym_scoped_type_identifier] = STATE(735), + [sym_generic_type] = STATE(751), + [sym_array_type] = STATE(688), + [sym_integral_type] = STATE(688), + [sym_floating_point_type] = STATE(688), + [sym_formal_parameters] = STATE(1218), + [sym_local_variable_declaration] = STATE(284), + [sym__reserved_identifier] = STATE(372), + [aux_sym_array_creation_expression_repeat1] = STATE(653), + [aux_sym_modifiers_repeat1] = STATE(433), + [sym_identifier] = ACTIONS(261), [sym_decimal_integer_literal] = ACTIONS(9), [sym_hex_integer_literal] = ACTIONS(9), [sym_octal_integer_literal] = ACTIONS(9), @@ -17048,7 +16865,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_SEMI] = ACTIONS(35), [anon_sym_assert] = ACTIONS(37), [anon_sym_do] = ACTIONS(39), - [anon_sym_while] = ACTIONS(41), + [anon_sym_while] = ACTIONS(263), [anon_sym_break] = ACTIONS(43), [anon_sym_continue] = ACTIONS(45), [anon_sym_return] = ACTIONS(47), @@ -17056,15 +16873,16 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_synchronized] = ACTIONS(51), [anon_sym_throw] = ACTIONS(53), [anon_sym_try] = ACTIONS(55), - [anon_sym_if] = ACTIONS(57), - [anon_sym_for] = ACTIONS(59), + [anon_sym_if] = ACTIONS(265), + [anon_sym_for] = ACTIONS(267), [anon_sym_AT] = ACTIONS(61), [anon_sym_open] = ACTIONS(63), [anon_sym_module] = ACTIONS(65), [anon_sym_static] = ACTIONS(21), - [anon_sym_package] = ACTIONS(67), - [anon_sym_import] = ACTIONS(69), - [anon_sym_enum] = ACTIONS(71), + [anon_sym_with] = ACTIONS(67), + [anon_sym_package] = ACTIONS(69), + [anon_sym_import] = ACTIONS(71), + [anon_sym_enum] = ACTIONS(73), [anon_sym_public] = ACTIONS(21), [anon_sym_protected] = ACTIONS(21), [anon_sym_private] = ACTIONS(21), @@ -17073,95 +16891,96 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_native] = ACTIONS(21), [anon_sym_transient] = ACTIONS(21), [anon_sym_volatile] = ACTIONS(21), - [anon_sym_sealed] = ACTIONS(21), - [anon_sym_non_DASHsealed] = ACTIONS(73), - [anon_sym_record] = ACTIONS(75), - [anon_sym_ATinterface] = ACTIONS(77), - [anon_sym_interface] = ACTIONS(79), - [anon_sym_byte] = ACTIONS(81), - [anon_sym_short] = ACTIONS(81), - [anon_sym_int] = ACTIONS(81), - [anon_sym_long] = ACTIONS(81), - [anon_sym_char] = ACTIONS(81), - [anon_sym_float] = ACTIONS(83), - [anon_sym_double] = ACTIONS(83), - [sym_boolean_type] = ACTIONS(85), - [sym_void_type] = ACTIONS(85), - [sym_this] = ACTIONS(87), - [sym_super] = ACTIONS(89), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_non_DASHsealed] = ACTIONS(77), + [anon_sym_record] = ACTIONS(79), + [anon_sym_ATinterface] = ACTIONS(81), + [anon_sym_interface] = ACTIONS(83), + [anon_sym_byte] = ACTIONS(85), + [anon_sym_short] = ACTIONS(85), + [anon_sym_int] = ACTIONS(85), + [anon_sym_long] = ACTIONS(85), + [anon_sym_char] = ACTIONS(85), + [anon_sym_float] = ACTIONS(87), + [anon_sym_double] = ACTIONS(87), + [sym_boolean_type] = ACTIONS(89), + [sym_void_type] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, [46] = { - [sym__literal] = STATE(507), - [sym_string_literal] = STATE(510), - [sym__string_literal] = STATE(498), - [sym__multiline_string_literal] = STATE(498), - [sym_expression] = STATE(657), - [sym_cast_expression] = STATE(524), - [sym_assignment_expression] = STATE(524), - [sym_binary_expression] = STATE(524), - [sym_instanceof_expression] = STATE(524), - [sym_lambda_expression] = STATE(524), - [sym_inferred_parameters] = STATE(1259), - [sym_ternary_expression] = STATE(524), - [sym_unary_expression] = STATE(524), - [sym_update_expression] = STATE(524), - [sym_primary_expression] = STATE(470), - [sym_array_creation_expression] = STATE(507), - [sym_parenthesized_expression] = STATE(507), - [sym_class_literal] = STATE(507), - [sym_object_creation_expression] = STATE(507), - [sym__unqualified_object_creation_expression] = STATE(483), - [sym_field_access] = STATE(384), - [sym_array_access] = STATE(384), - [sym_method_invocation] = STATE(507), - [sym_method_reference] = STATE(507), - [sym_switch_expression] = STATE(592), - [sym_statement] = STATE(319), - [sym_block] = STATE(276), - [sym_expression_statement] = STATE(276), - [sym_labeled_statement] = STATE(276), - [sym_assert_statement] = STATE(276), - [sym_do_statement] = STATE(276), - [sym_break_statement] = STATE(276), - [sym_continue_statement] = STATE(276), - [sym_return_statement] = STATE(276), - [sym_yield_statement] = STATE(276), - [sym_synchronized_statement] = STATE(276), - [sym_throw_statement] = STATE(276), - [sym_try_statement] = STATE(276), - [sym_try_with_resources_statement] = STATE(276), - [sym_if_statement] = STATE(276), - [sym_while_statement] = STATE(276), - [sym_for_statement] = STATE(276), - [sym_enhanced_for_statement] = STATE(276), - [sym__annotation] = STATE(471), - [sym_marker_annotation] = STATE(471), - [sym_annotation] = STATE(471), - [sym_declaration] = STATE(276), - [sym_module_declaration] = STATE(332), - [sym_package_declaration] = STATE(332), - [sym_import_declaration] = STATE(332), - [sym_enum_declaration] = STATE(332), - [sym_class_declaration] = STATE(332), - [sym_modifiers] = STATE(679), - [sym_record_declaration] = STATE(332), - [sym_annotation_type_declaration] = STATE(332), - [sym_interface_declaration] = STATE(332), - [sym__type] = STATE(1266), - [sym__unannotated_type] = STATE(718), - [sym_annotated_type] = STATE(797), - [sym_scoped_type_identifier] = STATE(745), - [sym_generic_type] = STATE(771), - [sym_array_type] = STATE(702), - [sym_integral_type] = STATE(702), - [sym_floating_point_type] = STATE(702), - [sym_formal_parameters] = STATE(1259), - [sym_local_variable_declaration] = STATE(276), - [aux_sym_array_creation_expression_repeat1] = STATE(658), - [aux_sym_modifiers_repeat1] = STATE(428), - [sym_identifier] = ACTIONS(251), + [sym__literal] = STATE(498), + [sym_string_literal] = STATE(505), + [sym__string_literal] = STATE(508), + [sym__multiline_string_literal] = STATE(508), + [sym_expression] = STATE(650), + [sym_cast_expression] = STATE(538), + [sym_assignment_expression] = STATE(538), + [sym_binary_expression] = STATE(538), + [sym_instanceof_expression] = STATE(538), + [sym_lambda_expression] = STATE(538), + [sym_inferred_parameters] = STATE(1218), + [sym_ternary_expression] = STATE(538), + [sym_unary_expression] = STATE(538), + [sym_update_expression] = STATE(538), + [sym_primary_expression] = STATE(509), + [sym_array_creation_expression] = STATE(498), + [sym_parenthesized_expression] = STATE(498), + [sym_class_literal] = STATE(498), + [sym_object_creation_expression] = STATE(498), + [sym__unqualified_object_creation_expression] = STATE(515), + [sym_field_access] = STATE(385), + [sym_array_access] = STATE(385), + [sym_method_invocation] = STATE(498), + [sym_method_reference] = STATE(498), + [sym_switch_expression] = STATE(88), + [sym_statement] = STATE(278), + [sym_block] = STATE(284), + [sym_expression_statement] = STATE(284), + [sym_labeled_statement] = STATE(284), + [sym_assert_statement] = STATE(284), + [sym_do_statement] = STATE(284), + [sym_break_statement] = STATE(284), + [sym_continue_statement] = STATE(284), + [sym_return_statement] = STATE(284), + [sym_yield_statement] = STATE(284), + [sym_synchronized_statement] = STATE(284), + [sym_throw_statement] = STATE(284), + [sym_try_statement] = STATE(284), + [sym_try_with_resources_statement] = STATE(284), + [sym_if_statement] = STATE(284), + [sym_while_statement] = STATE(284), + [sym_for_statement] = STATE(284), + [sym_enhanced_for_statement] = STATE(284), + [sym__annotation] = STATE(474), + [sym_marker_annotation] = STATE(474), + [sym_annotation] = STATE(474), + [sym_declaration] = STATE(284), + [sym_module_declaration] = STATE(292), + [sym_package_declaration] = STATE(292), + [sym_import_declaration] = STATE(292), + [sym_enum_declaration] = STATE(292), + [sym_class_declaration] = STATE(292), + [sym_modifiers] = STATE(702), + [sym_record_declaration] = STATE(292), + [sym_annotation_type_declaration] = STATE(292), + [sym_interface_declaration] = STATE(292), + [sym__type] = STATE(1208), + [sym__unannotated_type] = STATE(700), + [sym_annotated_type] = STATE(831), + [sym_scoped_type_identifier] = STATE(735), + [sym_generic_type] = STATE(751), + [sym_array_type] = STATE(688), + [sym_integral_type] = STATE(688), + [sym_floating_point_type] = STATE(688), + [sym_formal_parameters] = STATE(1218), + [sym_local_variable_declaration] = STATE(284), + [sym__reserved_identifier] = STATE(372), + [aux_sym_array_creation_expression_repeat1] = STATE(653), + [aux_sym_modifiers_repeat1] = STATE(433), + [sym_identifier] = ACTIONS(7), [sym_decimal_integer_literal] = ACTIONS(9), [sym_hex_integer_literal] = ACTIONS(9), [sym_octal_integer_literal] = ACTIONS(9), @@ -17190,7 +17009,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_SEMI] = ACTIONS(35), [anon_sym_assert] = ACTIONS(37), [anon_sym_do] = ACTIONS(39), - [anon_sym_while] = ACTIONS(253), + [anon_sym_while] = ACTIONS(41), [anon_sym_break] = ACTIONS(43), [anon_sym_continue] = ACTIONS(45), [anon_sym_return] = ACTIONS(47), @@ -17198,15 +17017,16 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_synchronized] = ACTIONS(51), [anon_sym_throw] = ACTIONS(53), [anon_sym_try] = ACTIONS(55), - [anon_sym_if] = ACTIONS(255), - [anon_sym_for] = ACTIONS(257), + [anon_sym_if] = ACTIONS(57), + [anon_sym_for] = ACTIONS(59), [anon_sym_AT] = ACTIONS(61), [anon_sym_open] = ACTIONS(63), [anon_sym_module] = ACTIONS(65), [anon_sym_static] = ACTIONS(21), - [anon_sym_package] = ACTIONS(67), - [anon_sym_import] = ACTIONS(69), - [anon_sym_enum] = ACTIONS(71), + [anon_sym_with] = ACTIONS(67), + [anon_sym_package] = ACTIONS(69), + [anon_sym_import] = ACTIONS(71), + [anon_sym_enum] = ACTIONS(73), [anon_sym_public] = ACTIONS(21), [anon_sym_protected] = ACTIONS(21), [anon_sym_private] = ACTIONS(21), @@ -17215,94 +17035,95 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_native] = ACTIONS(21), [anon_sym_transient] = ACTIONS(21), [anon_sym_volatile] = ACTIONS(21), - [anon_sym_sealed] = ACTIONS(21), - [anon_sym_non_DASHsealed] = ACTIONS(73), - [anon_sym_record] = ACTIONS(75), - [anon_sym_ATinterface] = ACTIONS(77), - [anon_sym_interface] = ACTIONS(79), - [anon_sym_byte] = ACTIONS(81), - [anon_sym_short] = ACTIONS(81), - [anon_sym_int] = ACTIONS(81), - [anon_sym_long] = ACTIONS(81), - [anon_sym_char] = ACTIONS(81), - [anon_sym_float] = ACTIONS(83), - [anon_sym_double] = ACTIONS(83), - [sym_boolean_type] = ACTIONS(85), - [sym_void_type] = ACTIONS(85), - [sym_this] = ACTIONS(87), - [sym_super] = ACTIONS(89), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_non_DASHsealed] = ACTIONS(77), + [anon_sym_record] = ACTIONS(79), + [anon_sym_ATinterface] = ACTIONS(81), + [anon_sym_interface] = ACTIONS(83), + [anon_sym_byte] = ACTIONS(85), + [anon_sym_short] = ACTIONS(85), + [anon_sym_int] = ACTIONS(85), + [anon_sym_long] = ACTIONS(85), + [anon_sym_char] = ACTIONS(85), + [anon_sym_float] = ACTIONS(87), + [anon_sym_double] = ACTIONS(87), + [sym_boolean_type] = ACTIONS(89), + [sym_void_type] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, [47] = { - [sym__literal] = STATE(507), - [sym_string_literal] = STATE(510), - [sym__string_literal] = STATE(498), - [sym__multiline_string_literal] = STATE(498), - [sym_expression] = STATE(657), - [sym_cast_expression] = STATE(524), - [sym_assignment_expression] = STATE(524), - [sym_binary_expression] = STATE(524), - [sym_instanceof_expression] = STATE(524), - [sym_lambda_expression] = STATE(524), - [sym_inferred_parameters] = STATE(1259), - [sym_ternary_expression] = STATE(524), - [sym_unary_expression] = STATE(524), - [sym_update_expression] = STATE(524), - [sym_primary_expression] = STATE(470), - [sym_array_creation_expression] = STATE(507), - [sym_parenthesized_expression] = STATE(507), - [sym_class_literal] = STATE(507), - [sym_object_creation_expression] = STATE(507), - [sym__unqualified_object_creation_expression] = STATE(483), - [sym_field_access] = STATE(384), - [sym_array_access] = STATE(384), - [sym_method_invocation] = STATE(507), - [sym_method_reference] = STATE(507), - [sym_switch_expression] = STATE(87), - [sym_statement] = STATE(308), - [sym_block] = STATE(276), - [sym_expression_statement] = STATE(276), - [sym_labeled_statement] = STATE(276), - [sym_assert_statement] = STATE(276), - [sym_do_statement] = STATE(276), - [sym_break_statement] = STATE(276), - [sym_continue_statement] = STATE(276), - [sym_return_statement] = STATE(276), - [sym_yield_statement] = STATE(276), - [sym_synchronized_statement] = STATE(276), - [sym_throw_statement] = STATE(276), - [sym_try_statement] = STATE(276), - [sym_try_with_resources_statement] = STATE(276), - [sym_if_statement] = STATE(276), - [sym_while_statement] = STATE(276), - [sym_for_statement] = STATE(276), - [sym_enhanced_for_statement] = STATE(276), - [sym__annotation] = STATE(471), - [sym_marker_annotation] = STATE(471), - [sym_annotation] = STATE(471), - [sym_declaration] = STATE(276), - [sym_module_declaration] = STATE(332), - [sym_package_declaration] = STATE(332), - [sym_import_declaration] = STATE(332), - [sym_enum_declaration] = STATE(332), - [sym_class_declaration] = STATE(332), - [sym_modifiers] = STATE(679), - [sym_record_declaration] = STATE(332), - [sym_annotation_type_declaration] = STATE(332), - [sym_interface_declaration] = STATE(332), - [sym__type] = STATE(1266), - [sym__unannotated_type] = STATE(718), - [sym_annotated_type] = STATE(797), - [sym_scoped_type_identifier] = STATE(745), - [sym_generic_type] = STATE(771), - [sym_array_type] = STATE(702), - [sym_integral_type] = STATE(702), - [sym_floating_point_type] = STATE(702), - [sym_formal_parameters] = STATE(1259), - [sym_local_variable_declaration] = STATE(276), - [aux_sym_array_creation_expression_repeat1] = STATE(658), - [aux_sym_modifiers_repeat1] = STATE(428), + [sym__literal] = STATE(498), + [sym_string_literal] = STATE(505), + [sym__string_literal] = STATE(508), + [sym__multiline_string_literal] = STATE(508), + [sym_expression] = STATE(650), + [sym_cast_expression] = STATE(538), + [sym_assignment_expression] = STATE(538), + [sym_binary_expression] = STATE(538), + [sym_instanceof_expression] = STATE(538), + [sym_lambda_expression] = STATE(538), + [sym_inferred_parameters] = STATE(1218), + [sym_ternary_expression] = STATE(538), + [sym_unary_expression] = STATE(538), + [sym_update_expression] = STATE(538), + [sym_primary_expression] = STATE(509), + [sym_array_creation_expression] = STATE(498), + [sym_parenthesized_expression] = STATE(498), + [sym_class_literal] = STATE(498), + [sym_object_creation_expression] = STATE(498), + [sym__unqualified_object_creation_expression] = STATE(515), + [sym_field_access] = STATE(385), + [sym_array_access] = STATE(385), + [sym_method_invocation] = STATE(498), + [sym_method_reference] = STATE(498), + [sym_switch_expression] = STATE(88), + [sym_statement] = STATE(316), + [sym_block] = STATE(284), + [sym_expression_statement] = STATE(284), + [sym_labeled_statement] = STATE(284), + [sym_assert_statement] = STATE(284), + [sym_do_statement] = STATE(284), + [sym_break_statement] = STATE(284), + [sym_continue_statement] = STATE(284), + [sym_return_statement] = STATE(284), + [sym_yield_statement] = STATE(284), + [sym_synchronized_statement] = STATE(284), + [sym_throw_statement] = STATE(284), + [sym_try_statement] = STATE(284), + [sym_try_with_resources_statement] = STATE(284), + [sym_if_statement] = STATE(284), + [sym_while_statement] = STATE(284), + [sym_for_statement] = STATE(284), + [sym_enhanced_for_statement] = STATE(284), + [sym__annotation] = STATE(474), + [sym_marker_annotation] = STATE(474), + [sym_annotation] = STATE(474), + [sym_declaration] = STATE(284), + [sym_module_declaration] = STATE(292), + [sym_package_declaration] = STATE(292), + [sym_import_declaration] = STATE(292), + [sym_enum_declaration] = STATE(292), + [sym_class_declaration] = STATE(292), + [sym_modifiers] = STATE(702), + [sym_record_declaration] = STATE(292), + [sym_annotation_type_declaration] = STATE(292), + [sym_interface_declaration] = STATE(292), + [sym__type] = STATE(1208), + [sym__unannotated_type] = STATE(700), + [sym_annotated_type] = STATE(831), + [sym_scoped_type_identifier] = STATE(735), + [sym_generic_type] = STATE(751), + [sym_array_type] = STATE(688), + [sym_integral_type] = STATE(688), + [sym_floating_point_type] = STATE(688), + [sym_formal_parameters] = STATE(1218), + [sym_local_variable_declaration] = STATE(284), + [sym__reserved_identifier] = STATE(372), + [aux_sym_array_creation_expression_repeat1] = STATE(653), + [aux_sym_modifiers_repeat1] = STATE(433), [sym_identifier] = ACTIONS(7), [sym_decimal_integer_literal] = ACTIONS(9), [sym_hex_integer_literal] = ACTIONS(9), @@ -17346,9 +17167,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_open] = ACTIONS(63), [anon_sym_module] = ACTIONS(65), [anon_sym_static] = ACTIONS(21), - [anon_sym_package] = ACTIONS(67), - [anon_sym_import] = ACTIONS(69), - [anon_sym_enum] = ACTIONS(71), + [anon_sym_with] = ACTIONS(67), + [anon_sym_package] = ACTIONS(69), + [anon_sym_import] = ACTIONS(71), + [anon_sym_enum] = ACTIONS(73), [anon_sym_public] = ACTIONS(21), [anon_sym_protected] = ACTIONS(21), [anon_sym_private] = ACTIONS(21), @@ -17357,95 +17179,96 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_native] = ACTIONS(21), [anon_sym_transient] = ACTIONS(21), [anon_sym_volatile] = ACTIONS(21), - [anon_sym_sealed] = ACTIONS(21), - [anon_sym_non_DASHsealed] = ACTIONS(73), - [anon_sym_record] = ACTIONS(75), - [anon_sym_ATinterface] = ACTIONS(77), - [anon_sym_interface] = ACTIONS(79), - [anon_sym_byte] = ACTIONS(81), - [anon_sym_short] = ACTIONS(81), - [anon_sym_int] = ACTIONS(81), - [anon_sym_long] = ACTIONS(81), - [anon_sym_char] = ACTIONS(81), - [anon_sym_float] = ACTIONS(83), - [anon_sym_double] = ACTIONS(83), - [sym_boolean_type] = ACTIONS(85), - [sym_void_type] = ACTIONS(85), - [sym_this] = ACTIONS(87), - [sym_super] = ACTIONS(89), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_non_DASHsealed] = ACTIONS(77), + [anon_sym_record] = ACTIONS(79), + [anon_sym_ATinterface] = ACTIONS(81), + [anon_sym_interface] = ACTIONS(83), + [anon_sym_byte] = ACTIONS(85), + [anon_sym_short] = ACTIONS(85), + [anon_sym_int] = ACTIONS(85), + [anon_sym_long] = ACTIONS(85), + [anon_sym_char] = ACTIONS(85), + [anon_sym_float] = ACTIONS(87), + [anon_sym_double] = ACTIONS(87), + [sym_boolean_type] = ACTIONS(89), + [sym_void_type] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, [48] = { - [sym__literal] = STATE(507), - [sym_string_literal] = STATE(510), - [sym__string_literal] = STATE(498), - [sym__multiline_string_literal] = STATE(498), - [sym_expression] = STATE(657), - [sym_cast_expression] = STATE(524), - [sym_assignment_expression] = STATE(524), - [sym_binary_expression] = STATE(524), - [sym_instanceof_expression] = STATE(524), - [sym_lambda_expression] = STATE(524), - [sym_inferred_parameters] = STATE(1259), - [sym_ternary_expression] = STATE(524), - [sym_unary_expression] = STATE(524), - [sym_update_expression] = STATE(524), - [sym_primary_expression] = STATE(470), - [sym_array_creation_expression] = STATE(507), - [sym_parenthesized_expression] = STATE(507), - [sym_class_literal] = STATE(507), - [sym_object_creation_expression] = STATE(507), - [sym__unqualified_object_creation_expression] = STATE(483), - [sym_field_access] = STATE(384), - [sym_array_access] = STATE(384), - [sym_method_invocation] = STATE(507), - [sym_method_reference] = STATE(507), - [sym_switch_expression] = STATE(87), - [sym_statement] = STATE(315), - [sym_block] = STATE(276), - [sym_expression_statement] = STATE(276), - [sym_labeled_statement] = STATE(276), - [sym_assert_statement] = STATE(276), - [sym_do_statement] = STATE(276), - [sym_break_statement] = STATE(276), - [sym_continue_statement] = STATE(276), - [sym_return_statement] = STATE(276), - [sym_yield_statement] = STATE(276), - [sym_synchronized_statement] = STATE(276), - [sym_throw_statement] = STATE(276), - [sym_try_statement] = STATE(276), - [sym_try_with_resources_statement] = STATE(276), - [sym_if_statement] = STATE(276), - [sym_while_statement] = STATE(276), - [sym_for_statement] = STATE(276), - [sym_enhanced_for_statement] = STATE(276), - [sym__annotation] = STATE(471), - [sym_marker_annotation] = STATE(471), - [sym_annotation] = STATE(471), - [sym_declaration] = STATE(276), - [sym_module_declaration] = STATE(332), - [sym_package_declaration] = STATE(332), - [sym_import_declaration] = STATE(332), - [sym_enum_declaration] = STATE(332), - [sym_class_declaration] = STATE(332), - [sym_modifiers] = STATE(679), - [sym_record_declaration] = STATE(332), - [sym_annotation_type_declaration] = STATE(332), - [sym_interface_declaration] = STATE(332), - [sym__type] = STATE(1266), - [sym__unannotated_type] = STATE(718), - [sym_annotated_type] = STATE(797), - [sym_scoped_type_identifier] = STATE(745), - [sym_generic_type] = STATE(771), - [sym_array_type] = STATE(702), - [sym_integral_type] = STATE(702), - [sym_floating_point_type] = STATE(702), - [sym_formal_parameters] = STATE(1259), - [sym_local_variable_declaration] = STATE(276), - [aux_sym_array_creation_expression_repeat1] = STATE(658), - [aux_sym_modifiers_repeat1] = STATE(428), - [sym_identifier] = ACTIONS(7), + [sym__literal] = STATE(498), + [sym_string_literal] = STATE(505), + [sym__string_literal] = STATE(508), + [sym__multiline_string_literal] = STATE(508), + [sym_expression] = STATE(650), + [sym_cast_expression] = STATE(538), + [sym_assignment_expression] = STATE(538), + [sym_binary_expression] = STATE(538), + [sym_instanceof_expression] = STATE(538), + [sym_lambda_expression] = STATE(538), + [sym_inferred_parameters] = STATE(1218), + [sym_ternary_expression] = STATE(538), + [sym_unary_expression] = STATE(538), + [sym_update_expression] = STATE(538), + [sym_primary_expression] = STATE(509), + [sym_array_creation_expression] = STATE(498), + [sym_parenthesized_expression] = STATE(498), + [sym_class_literal] = STATE(498), + [sym_object_creation_expression] = STATE(498), + [sym__unqualified_object_creation_expression] = STATE(515), + [sym_field_access] = STATE(385), + [sym_array_access] = STATE(385), + [sym_method_invocation] = STATE(498), + [sym_method_reference] = STATE(498), + [sym_switch_expression] = STATE(607), + [sym_statement] = STATE(297), + [sym_block] = STATE(284), + [sym_expression_statement] = STATE(284), + [sym_labeled_statement] = STATE(284), + [sym_assert_statement] = STATE(284), + [sym_do_statement] = STATE(284), + [sym_break_statement] = STATE(284), + [sym_continue_statement] = STATE(284), + [sym_return_statement] = STATE(284), + [sym_yield_statement] = STATE(284), + [sym_synchronized_statement] = STATE(284), + [sym_throw_statement] = STATE(284), + [sym_try_statement] = STATE(284), + [sym_try_with_resources_statement] = STATE(284), + [sym_if_statement] = STATE(284), + [sym_while_statement] = STATE(284), + [sym_for_statement] = STATE(284), + [sym_enhanced_for_statement] = STATE(284), + [sym__annotation] = STATE(474), + [sym_marker_annotation] = STATE(474), + [sym_annotation] = STATE(474), + [sym_declaration] = STATE(284), + [sym_module_declaration] = STATE(292), + [sym_package_declaration] = STATE(292), + [sym_import_declaration] = STATE(292), + [sym_enum_declaration] = STATE(292), + [sym_class_declaration] = STATE(292), + [sym_modifiers] = STATE(702), + [sym_record_declaration] = STATE(292), + [sym_annotation_type_declaration] = STATE(292), + [sym_interface_declaration] = STATE(292), + [sym__type] = STATE(1208), + [sym__unannotated_type] = STATE(700), + [sym_annotated_type] = STATE(831), + [sym_scoped_type_identifier] = STATE(735), + [sym_generic_type] = STATE(751), + [sym_array_type] = STATE(688), + [sym_integral_type] = STATE(688), + [sym_floating_point_type] = STATE(688), + [sym_formal_parameters] = STATE(1218), + [sym_local_variable_declaration] = STATE(284), + [sym__reserved_identifier] = STATE(372), + [aux_sym_array_creation_expression_repeat1] = STATE(653), + [aux_sym_modifiers_repeat1] = STATE(433), + [sym_identifier] = ACTIONS(261), [sym_decimal_integer_literal] = ACTIONS(9), [sym_hex_integer_literal] = ACTIONS(9), [sym_octal_integer_literal] = ACTIONS(9), @@ -17474,7 +17297,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_SEMI] = ACTIONS(35), [anon_sym_assert] = ACTIONS(37), [anon_sym_do] = ACTIONS(39), - [anon_sym_while] = ACTIONS(41), + [anon_sym_while] = ACTIONS(263), [anon_sym_break] = ACTIONS(43), [anon_sym_continue] = ACTIONS(45), [anon_sym_return] = ACTIONS(47), @@ -17482,15 +17305,16 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_synchronized] = ACTIONS(51), [anon_sym_throw] = ACTIONS(53), [anon_sym_try] = ACTIONS(55), - [anon_sym_if] = ACTIONS(57), - [anon_sym_for] = ACTIONS(59), + [anon_sym_if] = ACTIONS(265), + [anon_sym_for] = ACTIONS(267), [anon_sym_AT] = ACTIONS(61), [anon_sym_open] = ACTIONS(63), [anon_sym_module] = ACTIONS(65), [anon_sym_static] = ACTIONS(21), - [anon_sym_package] = ACTIONS(67), - [anon_sym_import] = ACTIONS(69), - [anon_sym_enum] = ACTIONS(71), + [anon_sym_with] = ACTIONS(67), + [anon_sym_package] = ACTIONS(69), + [anon_sym_import] = ACTIONS(71), + [anon_sym_enum] = ACTIONS(73), [anon_sym_public] = ACTIONS(21), [anon_sym_protected] = ACTIONS(21), [anon_sym_private] = ACTIONS(21), @@ -17499,95 +17323,96 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_native] = ACTIONS(21), [anon_sym_transient] = ACTIONS(21), [anon_sym_volatile] = ACTIONS(21), - [anon_sym_sealed] = ACTIONS(21), - [anon_sym_non_DASHsealed] = ACTIONS(73), - [anon_sym_record] = ACTIONS(75), - [anon_sym_ATinterface] = ACTIONS(77), - [anon_sym_interface] = ACTIONS(79), - [anon_sym_byte] = ACTIONS(81), - [anon_sym_short] = ACTIONS(81), - [anon_sym_int] = ACTIONS(81), - [anon_sym_long] = ACTIONS(81), - [anon_sym_char] = ACTIONS(81), - [anon_sym_float] = ACTIONS(83), - [anon_sym_double] = ACTIONS(83), - [sym_boolean_type] = ACTIONS(85), - [sym_void_type] = ACTIONS(85), - [sym_this] = ACTIONS(87), - [sym_super] = ACTIONS(89), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_non_DASHsealed] = ACTIONS(77), + [anon_sym_record] = ACTIONS(79), + [anon_sym_ATinterface] = ACTIONS(81), + [anon_sym_interface] = ACTIONS(83), + [anon_sym_byte] = ACTIONS(85), + [anon_sym_short] = ACTIONS(85), + [anon_sym_int] = ACTIONS(85), + [anon_sym_long] = ACTIONS(85), + [anon_sym_char] = ACTIONS(85), + [anon_sym_float] = ACTIONS(87), + [anon_sym_double] = ACTIONS(87), + [sym_boolean_type] = ACTIONS(89), + [sym_void_type] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, [49] = { - [sym__literal] = STATE(507), - [sym_string_literal] = STATE(510), - [sym__string_literal] = STATE(498), - [sym__multiline_string_literal] = STATE(498), - [sym_expression] = STATE(657), - [sym_cast_expression] = STATE(524), - [sym_assignment_expression] = STATE(524), - [sym_binary_expression] = STATE(524), - [sym_instanceof_expression] = STATE(524), - [sym_lambda_expression] = STATE(524), - [sym_inferred_parameters] = STATE(1259), - [sym_ternary_expression] = STATE(524), - [sym_unary_expression] = STATE(524), - [sym_update_expression] = STATE(524), - [sym_primary_expression] = STATE(470), - [sym_array_creation_expression] = STATE(507), - [sym_parenthesized_expression] = STATE(507), - [sym_class_literal] = STATE(507), - [sym_object_creation_expression] = STATE(507), - [sym__unqualified_object_creation_expression] = STATE(483), - [sym_field_access] = STATE(384), - [sym_array_access] = STATE(384), - [sym_method_invocation] = STATE(507), - [sym_method_reference] = STATE(507), - [sym_switch_expression] = STATE(592), - [sym_statement] = STATE(317), - [sym_block] = STATE(276), - [sym_expression_statement] = STATE(276), - [sym_labeled_statement] = STATE(276), - [sym_assert_statement] = STATE(276), - [sym_do_statement] = STATE(276), - [sym_break_statement] = STATE(276), - [sym_continue_statement] = STATE(276), - [sym_return_statement] = STATE(276), - [sym_yield_statement] = STATE(276), - [sym_synchronized_statement] = STATE(276), - [sym_throw_statement] = STATE(276), - [sym_try_statement] = STATE(276), - [sym_try_with_resources_statement] = STATE(276), - [sym_if_statement] = STATE(276), - [sym_while_statement] = STATE(276), - [sym_for_statement] = STATE(276), - [sym_enhanced_for_statement] = STATE(276), - [sym__annotation] = STATE(471), - [sym_marker_annotation] = STATE(471), - [sym_annotation] = STATE(471), - [sym_declaration] = STATE(276), - [sym_module_declaration] = STATE(332), - [sym_package_declaration] = STATE(332), - [sym_import_declaration] = STATE(332), - [sym_enum_declaration] = STATE(332), - [sym_class_declaration] = STATE(332), - [sym_modifiers] = STATE(679), - [sym_record_declaration] = STATE(332), - [sym_annotation_type_declaration] = STATE(332), - [sym_interface_declaration] = STATE(332), - [sym__type] = STATE(1266), - [sym__unannotated_type] = STATE(718), - [sym_annotated_type] = STATE(797), - [sym_scoped_type_identifier] = STATE(745), - [sym_generic_type] = STATE(771), - [sym_array_type] = STATE(702), - [sym_integral_type] = STATE(702), - [sym_floating_point_type] = STATE(702), - [sym_formal_parameters] = STATE(1259), - [sym_local_variable_declaration] = STATE(276), - [aux_sym_array_creation_expression_repeat1] = STATE(658), - [aux_sym_modifiers_repeat1] = STATE(428), - [sym_identifier] = ACTIONS(251), + [sym__literal] = STATE(498), + [sym_string_literal] = STATE(505), + [sym__string_literal] = STATE(508), + [sym__multiline_string_literal] = STATE(508), + [sym_expression] = STATE(650), + [sym_cast_expression] = STATE(538), + [sym_assignment_expression] = STATE(538), + [sym_binary_expression] = STATE(538), + [sym_instanceof_expression] = STATE(538), + [sym_lambda_expression] = STATE(538), + [sym_inferred_parameters] = STATE(1218), + [sym_ternary_expression] = STATE(538), + [sym_unary_expression] = STATE(538), + [sym_update_expression] = STATE(538), + [sym_primary_expression] = STATE(509), + [sym_array_creation_expression] = STATE(498), + [sym_parenthesized_expression] = STATE(498), + [sym_class_literal] = STATE(498), + [sym_object_creation_expression] = STATE(498), + [sym__unqualified_object_creation_expression] = STATE(515), + [sym_field_access] = STATE(385), + [sym_array_access] = STATE(385), + [sym_method_invocation] = STATE(498), + [sym_method_reference] = STATE(498), + [sym_switch_expression] = STATE(607), + [sym_statement] = STATE(287), + [sym_block] = STATE(284), + [sym_expression_statement] = STATE(284), + [sym_labeled_statement] = STATE(284), + [sym_assert_statement] = STATE(284), + [sym_do_statement] = STATE(284), + [sym_break_statement] = STATE(284), + [sym_continue_statement] = STATE(284), + [sym_return_statement] = STATE(284), + [sym_yield_statement] = STATE(284), + [sym_synchronized_statement] = STATE(284), + [sym_throw_statement] = STATE(284), + [sym_try_statement] = STATE(284), + [sym_try_with_resources_statement] = STATE(284), + [sym_if_statement] = STATE(284), + [sym_while_statement] = STATE(284), + [sym_for_statement] = STATE(284), + [sym_enhanced_for_statement] = STATE(284), + [sym__annotation] = STATE(474), + [sym_marker_annotation] = STATE(474), + [sym_annotation] = STATE(474), + [sym_declaration] = STATE(284), + [sym_module_declaration] = STATE(292), + [sym_package_declaration] = STATE(292), + [sym_import_declaration] = STATE(292), + [sym_enum_declaration] = STATE(292), + [sym_class_declaration] = STATE(292), + [sym_modifiers] = STATE(702), + [sym_record_declaration] = STATE(292), + [sym_annotation_type_declaration] = STATE(292), + [sym_interface_declaration] = STATE(292), + [sym__type] = STATE(1208), + [sym__unannotated_type] = STATE(700), + [sym_annotated_type] = STATE(831), + [sym_scoped_type_identifier] = STATE(735), + [sym_generic_type] = STATE(751), + [sym_array_type] = STATE(688), + [sym_integral_type] = STATE(688), + [sym_floating_point_type] = STATE(688), + [sym_formal_parameters] = STATE(1218), + [sym_local_variable_declaration] = STATE(284), + [sym__reserved_identifier] = STATE(372), + [aux_sym_array_creation_expression_repeat1] = STATE(653), + [aux_sym_modifiers_repeat1] = STATE(433), + [sym_identifier] = ACTIONS(261), [sym_decimal_integer_literal] = ACTIONS(9), [sym_hex_integer_literal] = ACTIONS(9), [sym_octal_integer_literal] = ACTIONS(9), @@ -17616,7 +17441,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_SEMI] = ACTIONS(35), [anon_sym_assert] = ACTIONS(37), [anon_sym_do] = ACTIONS(39), - [anon_sym_while] = ACTIONS(253), + [anon_sym_while] = ACTIONS(263), [anon_sym_break] = ACTIONS(43), [anon_sym_continue] = ACTIONS(45), [anon_sym_return] = ACTIONS(47), @@ -17624,15 +17449,16 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_synchronized] = ACTIONS(51), [anon_sym_throw] = ACTIONS(53), [anon_sym_try] = ACTIONS(55), - [anon_sym_if] = ACTIONS(255), - [anon_sym_for] = ACTIONS(257), + [anon_sym_if] = ACTIONS(265), + [anon_sym_for] = ACTIONS(267), [anon_sym_AT] = ACTIONS(61), [anon_sym_open] = ACTIONS(63), [anon_sym_module] = ACTIONS(65), [anon_sym_static] = ACTIONS(21), - [anon_sym_package] = ACTIONS(67), - [anon_sym_import] = ACTIONS(69), - [anon_sym_enum] = ACTIONS(71), + [anon_sym_with] = ACTIONS(67), + [anon_sym_package] = ACTIONS(69), + [anon_sym_import] = ACTIONS(71), + [anon_sym_enum] = ACTIONS(73), [anon_sym_public] = ACTIONS(21), [anon_sym_protected] = ACTIONS(21), [anon_sym_private] = ACTIONS(21), @@ -17641,95 +17467,96 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_native] = ACTIONS(21), [anon_sym_transient] = ACTIONS(21), [anon_sym_volatile] = ACTIONS(21), - [anon_sym_sealed] = ACTIONS(21), - [anon_sym_non_DASHsealed] = ACTIONS(73), - [anon_sym_record] = ACTIONS(75), - [anon_sym_ATinterface] = ACTIONS(77), - [anon_sym_interface] = ACTIONS(79), - [anon_sym_byte] = ACTIONS(81), - [anon_sym_short] = ACTIONS(81), - [anon_sym_int] = ACTIONS(81), - [anon_sym_long] = ACTIONS(81), - [anon_sym_char] = ACTIONS(81), - [anon_sym_float] = ACTIONS(83), - [anon_sym_double] = ACTIONS(83), - [sym_boolean_type] = ACTIONS(85), - [sym_void_type] = ACTIONS(85), - [sym_this] = ACTIONS(87), - [sym_super] = ACTIONS(89), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_non_DASHsealed] = ACTIONS(77), + [anon_sym_record] = ACTIONS(79), + [anon_sym_ATinterface] = ACTIONS(81), + [anon_sym_interface] = ACTIONS(83), + [anon_sym_byte] = ACTIONS(85), + [anon_sym_short] = ACTIONS(85), + [anon_sym_int] = ACTIONS(85), + [anon_sym_long] = ACTIONS(85), + [anon_sym_char] = ACTIONS(85), + [anon_sym_float] = ACTIONS(87), + [anon_sym_double] = ACTIONS(87), + [sym_boolean_type] = ACTIONS(89), + [sym_void_type] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, [50] = { - [sym__literal] = STATE(507), - [sym_string_literal] = STATE(510), - [sym__string_literal] = STATE(498), - [sym__multiline_string_literal] = STATE(498), - [sym_expression] = STATE(657), - [sym_cast_expression] = STATE(524), - [sym_assignment_expression] = STATE(524), - [sym_binary_expression] = STATE(524), - [sym_instanceof_expression] = STATE(524), - [sym_lambda_expression] = STATE(524), - [sym_inferred_parameters] = STATE(1259), - [sym_ternary_expression] = STATE(524), - [sym_unary_expression] = STATE(524), - [sym_update_expression] = STATE(524), - [sym_primary_expression] = STATE(470), - [sym_array_creation_expression] = STATE(507), - [sym_parenthesized_expression] = STATE(507), - [sym_class_literal] = STATE(507), - [sym_object_creation_expression] = STATE(507), - [sym__unqualified_object_creation_expression] = STATE(483), - [sym_field_access] = STATE(384), - [sym_array_access] = STATE(384), - [sym_method_invocation] = STATE(507), - [sym_method_reference] = STATE(507), - [sym_switch_expression] = STATE(87), - [sym_statement] = STATE(316), - [sym_block] = STATE(276), - [sym_expression_statement] = STATE(276), - [sym_labeled_statement] = STATE(276), - [sym_assert_statement] = STATE(276), - [sym_do_statement] = STATE(276), - [sym_break_statement] = STATE(276), - [sym_continue_statement] = STATE(276), - [sym_return_statement] = STATE(276), - [sym_yield_statement] = STATE(276), - [sym_synchronized_statement] = STATE(276), - [sym_throw_statement] = STATE(276), - [sym_try_statement] = STATE(276), - [sym_try_with_resources_statement] = STATE(276), - [sym_if_statement] = STATE(276), - [sym_while_statement] = STATE(276), - [sym_for_statement] = STATE(276), - [sym_enhanced_for_statement] = STATE(276), - [sym__annotation] = STATE(471), - [sym_marker_annotation] = STATE(471), - [sym_annotation] = STATE(471), - [sym_declaration] = STATE(276), - [sym_module_declaration] = STATE(332), - [sym_package_declaration] = STATE(332), - [sym_import_declaration] = STATE(332), - [sym_enum_declaration] = STATE(332), - [sym_class_declaration] = STATE(332), - [sym_modifiers] = STATE(679), - [sym_record_declaration] = STATE(332), - [sym_annotation_type_declaration] = STATE(332), - [sym_interface_declaration] = STATE(332), - [sym__type] = STATE(1266), - [sym__unannotated_type] = STATE(718), - [sym_annotated_type] = STATE(797), - [sym_scoped_type_identifier] = STATE(745), - [sym_generic_type] = STATE(771), - [sym_array_type] = STATE(702), - [sym_integral_type] = STATE(702), - [sym_floating_point_type] = STATE(702), - [sym_formal_parameters] = STATE(1259), - [sym_local_variable_declaration] = STATE(276), - [aux_sym_array_creation_expression_repeat1] = STATE(658), - [aux_sym_modifiers_repeat1] = STATE(428), - [sym_identifier] = ACTIONS(7), + [sym__literal] = STATE(498), + [sym_string_literal] = STATE(505), + [sym__string_literal] = STATE(508), + [sym__multiline_string_literal] = STATE(508), + [sym_expression] = STATE(650), + [sym_cast_expression] = STATE(538), + [sym_assignment_expression] = STATE(538), + [sym_binary_expression] = STATE(538), + [sym_instanceof_expression] = STATE(538), + [sym_lambda_expression] = STATE(538), + [sym_inferred_parameters] = STATE(1218), + [sym_ternary_expression] = STATE(538), + [sym_unary_expression] = STATE(538), + [sym_update_expression] = STATE(538), + [sym_primary_expression] = STATE(509), + [sym_array_creation_expression] = STATE(498), + [sym_parenthesized_expression] = STATE(498), + [sym_class_literal] = STATE(498), + [sym_object_creation_expression] = STATE(498), + [sym__unqualified_object_creation_expression] = STATE(515), + [sym_field_access] = STATE(385), + [sym_array_access] = STATE(385), + [sym_method_invocation] = STATE(498), + [sym_method_reference] = STATE(498), + [sym_switch_expression] = STATE(607), + [sym_statement] = STATE(289), + [sym_block] = STATE(284), + [sym_expression_statement] = STATE(284), + [sym_labeled_statement] = STATE(284), + [sym_assert_statement] = STATE(284), + [sym_do_statement] = STATE(284), + [sym_break_statement] = STATE(284), + [sym_continue_statement] = STATE(284), + [sym_return_statement] = STATE(284), + [sym_yield_statement] = STATE(284), + [sym_synchronized_statement] = STATE(284), + [sym_throw_statement] = STATE(284), + [sym_try_statement] = STATE(284), + [sym_try_with_resources_statement] = STATE(284), + [sym_if_statement] = STATE(284), + [sym_while_statement] = STATE(284), + [sym_for_statement] = STATE(284), + [sym_enhanced_for_statement] = STATE(284), + [sym__annotation] = STATE(474), + [sym_marker_annotation] = STATE(474), + [sym_annotation] = STATE(474), + [sym_declaration] = STATE(284), + [sym_module_declaration] = STATE(292), + [sym_package_declaration] = STATE(292), + [sym_import_declaration] = STATE(292), + [sym_enum_declaration] = STATE(292), + [sym_class_declaration] = STATE(292), + [sym_modifiers] = STATE(702), + [sym_record_declaration] = STATE(292), + [sym_annotation_type_declaration] = STATE(292), + [sym_interface_declaration] = STATE(292), + [sym__type] = STATE(1208), + [sym__unannotated_type] = STATE(700), + [sym_annotated_type] = STATE(831), + [sym_scoped_type_identifier] = STATE(735), + [sym_generic_type] = STATE(751), + [sym_array_type] = STATE(688), + [sym_integral_type] = STATE(688), + [sym_floating_point_type] = STATE(688), + [sym_formal_parameters] = STATE(1218), + [sym_local_variable_declaration] = STATE(284), + [sym__reserved_identifier] = STATE(372), + [aux_sym_array_creation_expression_repeat1] = STATE(653), + [aux_sym_modifiers_repeat1] = STATE(433), + [sym_identifier] = ACTIONS(261), [sym_decimal_integer_literal] = ACTIONS(9), [sym_hex_integer_literal] = ACTIONS(9), [sym_octal_integer_literal] = ACTIONS(9), @@ -17758,7 +17585,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_SEMI] = ACTIONS(35), [anon_sym_assert] = ACTIONS(37), [anon_sym_do] = ACTIONS(39), - [anon_sym_while] = ACTIONS(41), + [anon_sym_while] = ACTIONS(263), [anon_sym_break] = ACTIONS(43), [anon_sym_continue] = ACTIONS(45), [anon_sym_return] = ACTIONS(47), @@ -17766,15 +17593,16 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_synchronized] = ACTIONS(51), [anon_sym_throw] = ACTIONS(53), [anon_sym_try] = ACTIONS(55), - [anon_sym_if] = ACTIONS(57), - [anon_sym_for] = ACTIONS(59), + [anon_sym_if] = ACTIONS(265), + [anon_sym_for] = ACTIONS(267), [anon_sym_AT] = ACTIONS(61), [anon_sym_open] = ACTIONS(63), [anon_sym_module] = ACTIONS(65), [anon_sym_static] = ACTIONS(21), - [anon_sym_package] = ACTIONS(67), - [anon_sym_import] = ACTIONS(69), - [anon_sym_enum] = ACTIONS(71), + [anon_sym_with] = ACTIONS(67), + [anon_sym_package] = ACTIONS(69), + [anon_sym_import] = ACTIONS(71), + [anon_sym_enum] = ACTIONS(73), [anon_sym_public] = ACTIONS(21), [anon_sym_protected] = ACTIONS(21), [anon_sym_private] = ACTIONS(21), @@ -17783,95 +17611,96 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_native] = ACTIONS(21), [anon_sym_transient] = ACTIONS(21), [anon_sym_volatile] = ACTIONS(21), - [anon_sym_sealed] = ACTIONS(21), - [anon_sym_non_DASHsealed] = ACTIONS(73), - [anon_sym_record] = ACTIONS(75), - [anon_sym_ATinterface] = ACTIONS(77), - [anon_sym_interface] = ACTIONS(79), - [anon_sym_byte] = ACTIONS(81), - [anon_sym_short] = ACTIONS(81), - [anon_sym_int] = ACTIONS(81), - [anon_sym_long] = ACTIONS(81), - [anon_sym_char] = ACTIONS(81), - [anon_sym_float] = ACTIONS(83), - [anon_sym_double] = ACTIONS(83), - [sym_boolean_type] = ACTIONS(85), - [sym_void_type] = ACTIONS(85), - [sym_this] = ACTIONS(87), - [sym_super] = ACTIONS(89), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_non_DASHsealed] = ACTIONS(77), + [anon_sym_record] = ACTIONS(79), + [anon_sym_ATinterface] = ACTIONS(81), + [anon_sym_interface] = ACTIONS(83), + [anon_sym_byte] = ACTIONS(85), + [anon_sym_short] = ACTIONS(85), + [anon_sym_int] = ACTIONS(85), + [anon_sym_long] = ACTIONS(85), + [anon_sym_char] = ACTIONS(85), + [anon_sym_float] = ACTIONS(87), + [anon_sym_double] = ACTIONS(87), + [sym_boolean_type] = ACTIONS(89), + [sym_void_type] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, [51] = { - [sym__literal] = STATE(507), - [sym_string_literal] = STATE(510), - [sym__string_literal] = STATE(498), - [sym__multiline_string_literal] = STATE(498), - [sym_expression] = STATE(657), - [sym_cast_expression] = STATE(524), - [sym_assignment_expression] = STATE(524), - [sym_binary_expression] = STATE(524), - [sym_instanceof_expression] = STATE(524), - [sym_lambda_expression] = STATE(524), - [sym_inferred_parameters] = STATE(1259), - [sym_ternary_expression] = STATE(524), - [sym_unary_expression] = STATE(524), - [sym_update_expression] = STATE(524), - [sym_primary_expression] = STATE(470), - [sym_array_creation_expression] = STATE(507), - [sym_parenthesized_expression] = STATE(507), - [sym_class_literal] = STATE(507), - [sym_object_creation_expression] = STATE(507), - [sym__unqualified_object_creation_expression] = STATE(483), - [sym_field_access] = STATE(384), - [sym_array_access] = STATE(384), - [sym_method_invocation] = STATE(507), - [sym_method_reference] = STATE(507), - [sym_switch_expression] = STATE(87), - [sym_statement] = STATE(327), - [sym_block] = STATE(276), - [sym_expression_statement] = STATE(276), - [sym_labeled_statement] = STATE(276), - [sym_assert_statement] = STATE(276), - [sym_do_statement] = STATE(276), - [sym_break_statement] = STATE(276), - [sym_continue_statement] = STATE(276), - [sym_return_statement] = STATE(276), - [sym_yield_statement] = STATE(276), - [sym_synchronized_statement] = STATE(276), - [sym_throw_statement] = STATE(276), - [sym_try_statement] = STATE(276), - [sym_try_with_resources_statement] = STATE(276), - [sym_if_statement] = STATE(276), - [sym_while_statement] = STATE(276), - [sym_for_statement] = STATE(276), - [sym_enhanced_for_statement] = STATE(276), - [sym__annotation] = STATE(471), - [sym_marker_annotation] = STATE(471), - [sym_annotation] = STATE(471), - [sym_declaration] = STATE(276), - [sym_module_declaration] = STATE(332), - [sym_package_declaration] = STATE(332), - [sym_import_declaration] = STATE(332), - [sym_enum_declaration] = STATE(332), - [sym_class_declaration] = STATE(332), - [sym_modifiers] = STATE(679), - [sym_record_declaration] = STATE(332), - [sym_annotation_type_declaration] = STATE(332), - [sym_interface_declaration] = STATE(332), - [sym__type] = STATE(1266), - [sym__unannotated_type] = STATE(718), - [sym_annotated_type] = STATE(797), - [sym_scoped_type_identifier] = STATE(745), - [sym_generic_type] = STATE(771), - [sym_array_type] = STATE(702), - [sym_integral_type] = STATE(702), - [sym_floating_point_type] = STATE(702), - [sym_formal_parameters] = STATE(1259), - [sym_local_variable_declaration] = STATE(276), - [aux_sym_array_creation_expression_repeat1] = STATE(658), - [aux_sym_modifiers_repeat1] = STATE(428), - [sym_identifier] = ACTIONS(7), + [sym__literal] = STATE(498), + [sym_string_literal] = STATE(505), + [sym__string_literal] = STATE(508), + [sym__multiline_string_literal] = STATE(508), + [sym_expression] = STATE(650), + [sym_cast_expression] = STATE(538), + [sym_assignment_expression] = STATE(538), + [sym_binary_expression] = STATE(538), + [sym_instanceof_expression] = STATE(538), + [sym_lambda_expression] = STATE(538), + [sym_inferred_parameters] = STATE(1218), + [sym_ternary_expression] = STATE(538), + [sym_unary_expression] = STATE(538), + [sym_update_expression] = STATE(538), + [sym_primary_expression] = STATE(509), + [sym_array_creation_expression] = STATE(498), + [sym_parenthesized_expression] = STATE(498), + [sym_class_literal] = STATE(498), + [sym_object_creation_expression] = STATE(498), + [sym__unqualified_object_creation_expression] = STATE(515), + [sym_field_access] = STATE(385), + [sym_array_access] = STATE(385), + [sym_method_invocation] = STATE(498), + [sym_method_reference] = STATE(498), + [sym_switch_expression] = STATE(607), + [sym_statement] = STATE(301), + [sym_block] = STATE(284), + [sym_expression_statement] = STATE(284), + [sym_labeled_statement] = STATE(284), + [sym_assert_statement] = STATE(284), + [sym_do_statement] = STATE(284), + [sym_break_statement] = STATE(284), + [sym_continue_statement] = STATE(284), + [sym_return_statement] = STATE(284), + [sym_yield_statement] = STATE(284), + [sym_synchronized_statement] = STATE(284), + [sym_throw_statement] = STATE(284), + [sym_try_statement] = STATE(284), + [sym_try_with_resources_statement] = STATE(284), + [sym_if_statement] = STATE(284), + [sym_while_statement] = STATE(284), + [sym_for_statement] = STATE(284), + [sym_enhanced_for_statement] = STATE(284), + [sym__annotation] = STATE(474), + [sym_marker_annotation] = STATE(474), + [sym_annotation] = STATE(474), + [sym_declaration] = STATE(284), + [sym_module_declaration] = STATE(292), + [sym_package_declaration] = STATE(292), + [sym_import_declaration] = STATE(292), + [sym_enum_declaration] = STATE(292), + [sym_class_declaration] = STATE(292), + [sym_modifiers] = STATE(702), + [sym_record_declaration] = STATE(292), + [sym_annotation_type_declaration] = STATE(292), + [sym_interface_declaration] = STATE(292), + [sym__type] = STATE(1208), + [sym__unannotated_type] = STATE(700), + [sym_annotated_type] = STATE(831), + [sym_scoped_type_identifier] = STATE(735), + [sym_generic_type] = STATE(751), + [sym_array_type] = STATE(688), + [sym_integral_type] = STATE(688), + [sym_floating_point_type] = STATE(688), + [sym_formal_parameters] = STATE(1218), + [sym_local_variable_declaration] = STATE(284), + [sym__reserved_identifier] = STATE(372), + [aux_sym_array_creation_expression_repeat1] = STATE(653), + [aux_sym_modifiers_repeat1] = STATE(433), + [sym_identifier] = ACTIONS(261), [sym_decimal_integer_literal] = ACTIONS(9), [sym_hex_integer_literal] = ACTIONS(9), [sym_octal_integer_literal] = ACTIONS(9), @@ -17900,7 +17729,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_SEMI] = ACTIONS(35), [anon_sym_assert] = ACTIONS(37), [anon_sym_do] = ACTIONS(39), - [anon_sym_while] = ACTIONS(41), + [anon_sym_while] = ACTIONS(263), [anon_sym_break] = ACTIONS(43), [anon_sym_continue] = ACTIONS(45), [anon_sym_return] = ACTIONS(47), @@ -17908,15 +17737,16 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_synchronized] = ACTIONS(51), [anon_sym_throw] = ACTIONS(53), [anon_sym_try] = ACTIONS(55), - [anon_sym_if] = ACTIONS(57), - [anon_sym_for] = ACTIONS(59), + [anon_sym_if] = ACTIONS(265), + [anon_sym_for] = ACTIONS(267), [anon_sym_AT] = ACTIONS(61), [anon_sym_open] = ACTIONS(63), [anon_sym_module] = ACTIONS(65), [anon_sym_static] = ACTIONS(21), - [anon_sym_package] = ACTIONS(67), - [anon_sym_import] = ACTIONS(69), - [anon_sym_enum] = ACTIONS(71), + [anon_sym_with] = ACTIONS(67), + [anon_sym_package] = ACTIONS(69), + [anon_sym_import] = ACTIONS(71), + [anon_sym_enum] = ACTIONS(73), [anon_sym_public] = ACTIONS(21), [anon_sym_protected] = ACTIONS(21), [anon_sym_private] = ACTIONS(21), @@ -17925,95 +17755,96 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_native] = ACTIONS(21), [anon_sym_transient] = ACTIONS(21), [anon_sym_volatile] = ACTIONS(21), - [anon_sym_sealed] = ACTIONS(21), - [anon_sym_non_DASHsealed] = ACTIONS(73), - [anon_sym_record] = ACTIONS(75), - [anon_sym_ATinterface] = ACTIONS(77), - [anon_sym_interface] = ACTIONS(79), - [anon_sym_byte] = ACTIONS(81), - [anon_sym_short] = ACTIONS(81), - [anon_sym_int] = ACTIONS(81), - [anon_sym_long] = ACTIONS(81), - [anon_sym_char] = ACTIONS(81), - [anon_sym_float] = ACTIONS(83), - [anon_sym_double] = ACTIONS(83), - [sym_boolean_type] = ACTIONS(85), - [sym_void_type] = ACTIONS(85), - [sym_this] = ACTIONS(87), - [sym_super] = ACTIONS(89), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_non_DASHsealed] = ACTIONS(77), + [anon_sym_record] = ACTIONS(79), + [anon_sym_ATinterface] = ACTIONS(81), + [anon_sym_interface] = ACTIONS(83), + [anon_sym_byte] = ACTIONS(85), + [anon_sym_short] = ACTIONS(85), + [anon_sym_int] = ACTIONS(85), + [anon_sym_long] = ACTIONS(85), + [anon_sym_char] = ACTIONS(85), + [anon_sym_float] = ACTIONS(87), + [anon_sym_double] = ACTIONS(87), + [sym_boolean_type] = ACTIONS(89), + [sym_void_type] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, [52] = { - [sym__literal] = STATE(507), - [sym_string_literal] = STATE(510), - [sym__string_literal] = STATE(498), - [sym__multiline_string_literal] = STATE(498), - [sym_expression] = STATE(657), - [sym_cast_expression] = STATE(524), - [sym_assignment_expression] = STATE(524), - [sym_binary_expression] = STATE(524), - [sym_instanceof_expression] = STATE(524), - [sym_lambda_expression] = STATE(524), - [sym_inferred_parameters] = STATE(1259), - [sym_ternary_expression] = STATE(524), - [sym_unary_expression] = STATE(524), - [sym_update_expression] = STATE(524), - [sym_primary_expression] = STATE(470), - [sym_array_creation_expression] = STATE(507), - [sym_parenthesized_expression] = STATE(507), - [sym_class_literal] = STATE(507), - [sym_object_creation_expression] = STATE(507), - [sym__unqualified_object_creation_expression] = STATE(483), - [sym_field_access] = STATE(384), - [sym_array_access] = STATE(384), - [sym_method_invocation] = STATE(507), - [sym_method_reference] = STATE(507), - [sym_switch_expression] = STATE(87), - [sym_statement] = STATE(329), - [sym_block] = STATE(276), - [sym_expression_statement] = STATE(276), - [sym_labeled_statement] = STATE(276), - [sym_assert_statement] = STATE(276), - [sym_do_statement] = STATE(276), - [sym_break_statement] = STATE(276), - [sym_continue_statement] = STATE(276), - [sym_return_statement] = STATE(276), - [sym_yield_statement] = STATE(276), - [sym_synchronized_statement] = STATE(276), - [sym_throw_statement] = STATE(276), - [sym_try_statement] = STATE(276), - [sym_try_with_resources_statement] = STATE(276), - [sym_if_statement] = STATE(276), - [sym_while_statement] = STATE(276), - [sym_for_statement] = STATE(276), - [sym_enhanced_for_statement] = STATE(276), - [sym__annotation] = STATE(471), - [sym_marker_annotation] = STATE(471), - [sym_annotation] = STATE(471), - [sym_declaration] = STATE(276), - [sym_module_declaration] = STATE(332), - [sym_package_declaration] = STATE(332), - [sym_import_declaration] = STATE(332), - [sym_enum_declaration] = STATE(332), - [sym_class_declaration] = STATE(332), - [sym_modifiers] = STATE(679), - [sym_record_declaration] = STATE(332), - [sym_annotation_type_declaration] = STATE(332), - [sym_interface_declaration] = STATE(332), - [sym__type] = STATE(1266), - [sym__unannotated_type] = STATE(718), - [sym_annotated_type] = STATE(797), - [sym_scoped_type_identifier] = STATE(745), - [sym_generic_type] = STATE(771), - [sym_array_type] = STATE(702), - [sym_integral_type] = STATE(702), - [sym_floating_point_type] = STATE(702), - [sym_formal_parameters] = STATE(1259), - [sym_local_variable_declaration] = STATE(276), - [aux_sym_array_creation_expression_repeat1] = STATE(658), - [aux_sym_modifiers_repeat1] = STATE(428), - [sym_identifier] = ACTIONS(7), + [sym__literal] = STATE(498), + [sym_string_literal] = STATE(505), + [sym__string_literal] = STATE(508), + [sym__multiline_string_literal] = STATE(508), + [sym_expression] = STATE(650), + [sym_cast_expression] = STATE(538), + [sym_assignment_expression] = STATE(538), + [sym_binary_expression] = STATE(538), + [sym_instanceof_expression] = STATE(538), + [sym_lambda_expression] = STATE(538), + [sym_inferred_parameters] = STATE(1218), + [sym_ternary_expression] = STATE(538), + [sym_unary_expression] = STATE(538), + [sym_update_expression] = STATE(538), + [sym_primary_expression] = STATE(509), + [sym_array_creation_expression] = STATE(498), + [sym_parenthesized_expression] = STATE(498), + [sym_class_literal] = STATE(498), + [sym_object_creation_expression] = STATE(498), + [sym__unqualified_object_creation_expression] = STATE(515), + [sym_field_access] = STATE(385), + [sym_array_access] = STATE(385), + [sym_method_invocation] = STATE(498), + [sym_method_reference] = STATE(498), + [sym_switch_expression] = STATE(607), + [sym_statement] = STATE(278), + [sym_block] = STATE(284), + [sym_expression_statement] = STATE(284), + [sym_labeled_statement] = STATE(284), + [sym_assert_statement] = STATE(284), + [sym_do_statement] = STATE(284), + [sym_break_statement] = STATE(284), + [sym_continue_statement] = STATE(284), + [sym_return_statement] = STATE(284), + [sym_yield_statement] = STATE(284), + [sym_synchronized_statement] = STATE(284), + [sym_throw_statement] = STATE(284), + [sym_try_statement] = STATE(284), + [sym_try_with_resources_statement] = STATE(284), + [sym_if_statement] = STATE(284), + [sym_while_statement] = STATE(284), + [sym_for_statement] = STATE(284), + [sym_enhanced_for_statement] = STATE(284), + [sym__annotation] = STATE(474), + [sym_marker_annotation] = STATE(474), + [sym_annotation] = STATE(474), + [sym_declaration] = STATE(284), + [sym_module_declaration] = STATE(292), + [sym_package_declaration] = STATE(292), + [sym_import_declaration] = STATE(292), + [sym_enum_declaration] = STATE(292), + [sym_class_declaration] = STATE(292), + [sym_modifiers] = STATE(702), + [sym_record_declaration] = STATE(292), + [sym_annotation_type_declaration] = STATE(292), + [sym_interface_declaration] = STATE(292), + [sym__type] = STATE(1208), + [sym__unannotated_type] = STATE(700), + [sym_annotated_type] = STATE(831), + [sym_scoped_type_identifier] = STATE(735), + [sym_generic_type] = STATE(751), + [sym_array_type] = STATE(688), + [sym_integral_type] = STATE(688), + [sym_floating_point_type] = STATE(688), + [sym_formal_parameters] = STATE(1218), + [sym_local_variable_declaration] = STATE(284), + [sym__reserved_identifier] = STATE(372), + [aux_sym_array_creation_expression_repeat1] = STATE(653), + [aux_sym_modifiers_repeat1] = STATE(433), + [sym_identifier] = ACTIONS(261), [sym_decimal_integer_literal] = ACTIONS(9), [sym_hex_integer_literal] = ACTIONS(9), [sym_octal_integer_literal] = ACTIONS(9), @@ -18042,7 +17873,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_SEMI] = ACTIONS(35), [anon_sym_assert] = ACTIONS(37), [anon_sym_do] = ACTIONS(39), - [anon_sym_while] = ACTIONS(41), + [anon_sym_while] = ACTIONS(263), [anon_sym_break] = ACTIONS(43), [anon_sym_continue] = ACTIONS(45), [anon_sym_return] = ACTIONS(47), @@ -18050,15 +17881,16 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_synchronized] = ACTIONS(51), [anon_sym_throw] = ACTIONS(53), [anon_sym_try] = ACTIONS(55), - [anon_sym_if] = ACTIONS(57), - [anon_sym_for] = ACTIONS(59), + [anon_sym_if] = ACTIONS(265), + [anon_sym_for] = ACTIONS(267), [anon_sym_AT] = ACTIONS(61), [anon_sym_open] = ACTIONS(63), [anon_sym_module] = ACTIONS(65), [anon_sym_static] = ACTIONS(21), - [anon_sym_package] = ACTIONS(67), - [anon_sym_import] = ACTIONS(69), - [anon_sym_enum] = ACTIONS(71), + [anon_sym_with] = ACTIONS(67), + [anon_sym_package] = ACTIONS(69), + [anon_sym_import] = ACTIONS(71), + [anon_sym_enum] = ACTIONS(73), [anon_sym_public] = ACTIONS(21), [anon_sym_protected] = ACTIONS(21), [anon_sym_private] = ACTIONS(21), @@ -18067,95 +17899,96 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_native] = ACTIONS(21), [anon_sym_transient] = ACTIONS(21), [anon_sym_volatile] = ACTIONS(21), - [anon_sym_sealed] = ACTIONS(21), - [anon_sym_non_DASHsealed] = ACTIONS(73), - [anon_sym_record] = ACTIONS(75), - [anon_sym_ATinterface] = ACTIONS(77), - [anon_sym_interface] = ACTIONS(79), - [anon_sym_byte] = ACTIONS(81), - [anon_sym_short] = ACTIONS(81), - [anon_sym_int] = ACTIONS(81), - [anon_sym_long] = ACTIONS(81), - [anon_sym_char] = ACTIONS(81), - [anon_sym_float] = ACTIONS(83), - [anon_sym_double] = ACTIONS(83), - [sym_boolean_type] = ACTIONS(85), - [sym_void_type] = ACTIONS(85), - [sym_this] = ACTIONS(87), - [sym_super] = ACTIONS(89), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_non_DASHsealed] = ACTIONS(77), + [anon_sym_record] = ACTIONS(79), + [anon_sym_ATinterface] = ACTIONS(81), + [anon_sym_interface] = ACTIONS(83), + [anon_sym_byte] = ACTIONS(85), + [anon_sym_short] = ACTIONS(85), + [anon_sym_int] = ACTIONS(85), + [anon_sym_long] = ACTIONS(85), + [anon_sym_char] = ACTIONS(85), + [anon_sym_float] = ACTIONS(87), + [anon_sym_double] = ACTIONS(87), + [sym_boolean_type] = ACTIONS(89), + [sym_void_type] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, [53] = { - [sym__literal] = STATE(507), - [sym_string_literal] = STATE(510), - [sym__string_literal] = STATE(498), - [sym__multiline_string_literal] = STATE(498), - [sym_expression] = STATE(657), - [sym_cast_expression] = STATE(524), - [sym_assignment_expression] = STATE(524), - [sym_binary_expression] = STATE(524), - [sym_instanceof_expression] = STATE(524), - [sym_lambda_expression] = STATE(524), - [sym_inferred_parameters] = STATE(1259), - [sym_ternary_expression] = STATE(524), - [sym_unary_expression] = STATE(524), - [sym_update_expression] = STATE(524), - [sym_primary_expression] = STATE(470), - [sym_array_creation_expression] = STATE(507), - [sym_parenthesized_expression] = STATE(507), - [sym_class_literal] = STATE(507), - [sym_object_creation_expression] = STATE(507), - [sym__unqualified_object_creation_expression] = STATE(483), - [sym_field_access] = STATE(384), - [sym_array_access] = STATE(384), - [sym_method_invocation] = STATE(507), - [sym_method_reference] = STATE(507), - [sym_switch_expression] = STATE(87), - [sym_statement] = STATE(306), - [sym_block] = STATE(276), - [sym_expression_statement] = STATE(276), - [sym_labeled_statement] = STATE(276), - [sym_assert_statement] = STATE(276), - [sym_do_statement] = STATE(276), - [sym_break_statement] = STATE(276), - [sym_continue_statement] = STATE(276), - [sym_return_statement] = STATE(276), - [sym_yield_statement] = STATE(276), - [sym_synchronized_statement] = STATE(276), - [sym_throw_statement] = STATE(276), - [sym_try_statement] = STATE(276), - [sym_try_with_resources_statement] = STATE(276), - [sym_if_statement] = STATE(276), - [sym_while_statement] = STATE(276), - [sym_for_statement] = STATE(276), - [sym_enhanced_for_statement] = STATE(276), - [sym__annotation] = STATE(471), - [sym_marker_annotation] = STATE(471), - [sym_annotation] = STATE(471), - [sym_declaration] = STATE(276), - [sym_module_declaration] = STATE(332), - [sym_package_declaration] = STATE(332), - [sym_import_declaration] = STATE(332), - [sym_enum_declaration] = STATE(332), - [sym_class_declaration] = STATE(332), - [sym_modifiers] = STATE(679), - [sym_record_declaration] = STATE(332), - [sym_annotation_type_declaration] = STATE(332), - [sym_interface_declaration] = STATE(332), - [sym__type] = STATE(1266), - [sym__unannotated_type] = STATE(718), - [sym_annotated_type] = STATE(797), - [sym_scoped_type_identifier] = STATE(745), - [sym_generic_type] = STATE(771), - [sym_array_type] = STATE(702), - [sym_integral_type] = STATE(702), - [sym_floating_point_type] = STATE(702), - [sym_formal_parameters] = STATE(1259), - [sym_local_variable_declaration] = STATE(276), - [aux_sym_array_creation_expression_repeat1] = STATE(658), - [aux_sym_modifiers_repeat1] = STATE(428), - [sym_identifier] = ACTIONS(7), + [sym__literal] = STATE(498), + [sym_string_literal] = STATE(505), + [sym__string_literal] = STATE(508), + [sym__multiline_string_literal] = STATE(508), + [sym_expression] = STATE(650), + [sym_cast_expression] = STATE(538), + [sym_assignment_expression] = STATE(538), + [sym_binary_expression] = STATE(538), + [sym_instanceof_expression] = STATE(538), + [sym_lambda_expression] = STATE(538), + [sym_inferred_parameters] = STATE(1218), + [sym_ternary_expression] = STATE(538), + [sym_unary_expression] = STATE(538), + [sym_update_expression] = STATE(538), + [sym_primary_expression] = STATE(509), + [sym_array_creation_expression] = STATE(498), + [sym_parenthesized_expression] = STATE(498), + [sym_class_literal] = STATE(498), + [sym_object_creation_expression] = STATE(498), + [sym__unqualified_object_creation_expression] = STATE(515), + [sym_field_access] = STATE(385), + [sym_array_access] = STATE(385), + [sym_method_invocation] = STATE(498), + [sym_method_reference] = STATE(498), + [sym_switch_expression] = STATE(607), + [sym_statement] = STATE(324), + [sym_block] = STATE(284), + [sym_expression_statement] = STATE(284), + [sym_labeled_statement] = STATE(284), + [sym_assert_statement] = STATE(284), + [sym_do_statement] = STATE(284), + [sym_break_statement] = STATE(284), + [sym_continue_statement] = STATE(284), + [sym_return_statement] = STATE(284), + [sym_yield_statement] = STATE(284), + [sym_synchronized_statement] = STATE(284), + [sym_throw_statement] = STATE(284), + [sym_try_statement] = STATE(284), + [sym_try_with_resources_statement] = STATE(284), + [sym_if_statement] = STATE(284), + [sym_while_statement] = STATE(284), + [sym_for_statement] = STATE(284), + [sym_enhanced_for_statement] = STATE(284), + [sym__annotation] = STATE(474), + [sym_marker_annotation] = STATE(474), + [sym_annotation] = STATE(474), + [sym_declaration] = STATE(284), + [sym_module_declaration] = STATE(292), + [sym_package_declaration] = STATE(292), + [sym_import_declaration] = STATE(292), + [sym_enum_declaration] = STATE(292), + [sym_class_declaration] = STATE(292), + [sym_modifiers] = STATE(702), + [sym_record_declaration] = STATE(292), + [sym_annotation_type_declaration] = STATE(292), + [sym_interface_declaration] = STATE(292), + [sym__type] = STATE(1208), + [sym__unannotated_type] = STATE(700), + [sym_annotated_type] = STATE(831), + [sym_scoped_type_identifier] = STATE(735), + [sym_generic_type] = STATE(751), + [sym_array_type] = STATE(688), + [sym_integral_type] = STATE(688), + [sym_floating_point_type] = STATE(688), + [sym_formal_parameters] = STATE(1218), + [sym_local_variable_declaration] = STATE(284), + [sym__reserved_identifier] = STATE(372), + [aux_sym_array_creation_expression_repeat1] = STATE(653), + [aux_sym_modifiers_repeat1] = STATE(433), + [sym_identifier] = ACTIONS(261), [sym_decimal_integer_literal] = ACTIONS(9), [sym_hex_integer_literal] = ACTIONS(9), [sym_octal_integer_literal] = ACTIONS(9), @@ -18184,7 +18017,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_SEMI] = ACTIONS(35), [anon_sym_assert] = ACTIONS(37), [anon_sym_do] = ACTIONS(39), - [anon_sym_while] = ACTIONS(41), + [anon_sym_while] = ACTIONS(263), [anon_sym_break] = ACTIONS(43), [anon_sym_continue] = ACTIONS(45), [anon_sym_return] = ACTIONS(47), @@ -18192,15 +18025,16 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_synchronized] = ACTIONS(51), [anon_sym_throw] = ACTIONS(53), [anon_sym_try] = ACTIONS(55), - [anon_sym_if] = ACTIONS(57), - [anon_sym_for] = ACTIONS(59), + [anon_sym_if] = ACTIONS(265), + [anon_sym_for] = ACTIONS(267), [anon_sym_AT] = ACTIONS(61), [anon_sym_open] = ACTIONS(63), [anon_sym_module] = ACTIONS(65), [anon_sym_static] = ACTIONS(21), - [anon_sym_package] = ACTIONS(67), - [anon_sym_import] = ACTIONS(69), - [anon_sym_enum] = ACTIONS(71), + [anon_sym_with] = ACTIONS(67), + [anon_sym_package] = ACTIONS(69), + [anon_sym_import] = ACTIONS(71), + [anon_sym_enum] = ACTIONS(73), [anon_sym_public] = ACTIONS(21), [anon_sym_protected] = ACTIONS(21), [anon_sym_private] = ACTIONS(21), @@ -18209,95 +18043,96 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_native] = ACTIONS(21), [anon_sym_transient] = ACTIONS(21), [anon_sym_volatile] = ACTIONS(21), - [anon_sym_sealed] = ACTIONS(21), - [anon_sym_non_DASHsealed] = ACTIONS(73), - [anon_sym_record] = ACTIONS(75), - [anon_sym_ATinterface] = ACTIONS(77), - [anon_sym_interface] = ACTIONS(79), - [anon_sym_byte] = ACTIONS(81), - [anon_sym_short] = ACTIONS(81), - [anon_sym_int] = ACTIONS(81), - [anon_sym_long] = ACTIONS(81), - [anon_sym_char] = ACTIONS(81), - [anon_sym_float] = ACTIONS(83), - [anon_sym_double] = ACTIONS(83), - [sym_boolean_type] = ACTIONS(85), - [sym_void_type] = ACTIONS(85), - [sym_this] = ACTIONS(87), - [sym_super] = ACTIONS(89), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_non_DASHsealed] = ACTIONS(77), + [anon_sym_record] = ACTIONS(79), + [anon_sym_ATinterface] = ACTIONS(81), + [anon_sym_interface] = ACTIONS(83), + [anon_sym_byte] = ACTIONS(85), + [anon_sym_short] = ACTIONS(85), + [anon_sym_int] = ACTIONS(85), + [anon_sym_long] = ACTIONS(85), + [anon_sym_char] = ACTIONS(85), + [anon_sym_float] = ACTIONS(87), + [anon_sym_double] = ACTIONS(87), + [sym_boolean_type] = ACTIONS(89), + [sym_void_type] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, [54] = { - [sym__literal] = STATE(507), - [sym_string_literal] = STATE(510), - [sym__string_literal] = STATE(498), - [sym__multiline_string_literal] = STATE(498), - [sym_expression] = STATE(657), - [sym_cast_expression] = STATE(524), - [sym_assignment_expression] = STATE(524), - [sym_binary_expression] = STATE(524), - [sym_instanceof_expression] = STATE(524), - [sym_lambda_expression] = STATE(524), - [sym_inferred_parameters] = STATE(1259), - [sym_ternary_expression] = STATE(524), - [sym_unary_expression] = STATE(524), - [sym_update_expression] = STATE(524), - [sym_primary_expression] = STATE(470), - [sym_array_creation_expression] = STATE(507), - [sym_parenthesized_expression] = STATE(507), - [sym_class_literal] = STATE(507), - [sym_object_creation_expression] = STATE(507), - [sym__unqualified_object_creation_expression] = STATE(483), - [sym_field_access] = STATE(384), - [sym_array_access] = STATE(384), - [sym_method_invocation] = STATE(507), - [sym_method_reference] = STATE(507), - [sym_switch_expression] = STATE(592), - [sym_statement] = STATE(295), - [sym_block] = STATE(276), - [sym_expression_statement] = STATE(276), - [sym_labeled_statement] = STATE(276), - [sym_assert_statement] = STATE(276), - [sym_do_statement] = STATE(276), - [sym_break_statement] = STATE(276), - [sym_continue_statement] = STATE(276), - [sym_return_statement] = STATE(276), - [sym_yield_statement] = STATE(276), - [sym_synchronized_statement] = STATE(276), - [sym_throw_statement] = STATE(276), - [sym_try_statement] = STATE(276), - [sym_try_with_resources_statement] = STATE(276), - [sym_if_statement] = STATE(276), - [sym_while_statement] = STATE(276), - [sym_for_statement] = STATE(276), - [sym_enhanced_for_statement] = STATE(276), - [sym__annotation] = STATE(471), - [sym_marker_annotation] = STATE(471), - [sym_annotation] = STATE(471), - [sym_declaration] = STATE(276), - [sym_module_declaration] = STATE(332), - [sym_package_declaration] = STATE(332), - [sym_import_declaration] = STATE(332), - [sym_enum_declaration] = STATE(332), - [sym_class_declaration] = STATE(332), - [sym_modifiers] = STATE(679), - [sym_record_declaration] = STATE(332), - [sym_annotation_type_declaration] = STATE(332), - [sym_interface_declaration] = STATE(332), - [sym__type] = STATE(1266), - [sym__unannotated_type] = STATE(718), - [sym_annotated_type] = STATE(797), - [sym_scoped_type_identifier] = STATE(745), - [sym_generic_type] = STATE(771), - [sym_array_type] = STATE(702), - [sym_integral_type] = STATE(702), - [sym_floating_point_type] = STATE(702), - [sym_formal_parameters] = STATE(1259), - [sym_local_variable_declaration] = STATE(276), - [aux_sym_array_creation_expression_repeat1] = STATE(658), - [aux_sym_modifiers_repeat1] = STATE(428), - [sym_identifier] = ACTIONS(251), + [sym__literal] = STATE(498), + [sym_string_literal] = STATE(505), + [sym__string_literal] = STATE(508), + [sym__multiline_string_literal] = STATE(508), + [sym_expression] = STATE(650), + [sym_cast_expression] = STATE(538), + [sym_assignment_expression] = STATE(538), + [sym_binary_expression] = STATE(538), + [sym_instanceof_expression] = STATE(538), + [sym_lambda_expression] = STATE(538), + [sym_inferred_parameters] = STATE(1218), + [sym_ternary_expression] = STATE(538), + [sym_unary_expression] = STATE(538), + [sym_update_expression] = STATE(538), + [sym_primary_expression] = STATE(509), + [sym_array_creation_expression] = STATE(498), + [sym_parenthesized_expression] = STATE(498), + [sym_class_literal] = STATE(498), + [sym_object_creation_expression] = STATE(498), + [sym__unqualified_object_creation_expression] = STATE(515), + [sym_field_access] = STATE(385), + [sym_array_access] = STATE(385), + [sym_method_invocation] = STATE(498), + [sym_method_reference] = STATE(498), + [sym_switch_expression] = STATE(607), + [sym_statement] = STATE(326), + [sym_block] = STATE(284), + [sym_expression_statement] = STATE(284), + [sym_labeled_statement] = STATE(284), + [sym_assert_statement] = STATE(284), + [sym_do_statement] = STATE(284), + [sym_break_statement] = STATE(284), + [sym_continue_statement] = STATE(284), + [sym_return_statement] = STATE(284), + [sym_yield_statement] = STATE(284), + [sym_synchronized_statement] = STATE(284), + [sym_throw_statement] = STATE(284), + [sym_try_statement] = STATE(284), + [sym_try_with_resources_statement] = STATE(284), + [sym_if_statement] = STATE(284), + [sym_while_statement] = STATE(284), + [sym_for_statement] = STATE(284), + [sym_enhanced_for_statement] = STATE(284), + [sym__annotation] = STATE(474), + [sym_marker_annotation] = STATE(474), + [sym_annotation] = STATE(474), + [sym_declaration] = STATE(284), + [sym_module_declaration] = STATE(292), + [sym_package_declaration] = STATE(292), + [sym_import_declaration] = STATE(292), + [sym_enum_declaration] = STATE(292), + [sym_class_declaration] = STATE(292), + [sym_modifiers] = STATE(702), + [sym_record_declaration] = STATE(292), + [sym_annotation_type_declaration] = STATE(292), + [sym_interface_declaration] = STATE(292), + [sym__type] = STATE(1208), + [sym__unannotated_type] = STATE(700), + [sym_annotated_type] = STATE(831), + [sym_scoped_type_identifier] = STATE(735), + [sym_generic_type] = STATE(751), + [sym_array_type] = STATE(688), + [sym_integral_type] = STATE(688), + [sym_floating_point_type] = STATE(688), + [sym_formal_parameters] = STATE(1218), + [sym_local_variable_declaration] = STATE(284), + [sym__reserved_identifier] = STATE(372), + [aux_sym_array_creation_expression_repeat1] = STATE(653), + [aux_sym_modifiers_repeat1] = STATE(433), + [sym_identifier] = ACTIONS(261), [sym_decimal_integer_literal] = ACTIONS(9), [sym_hex_integer_literal] = ACTIONS(9), [sym_octal_integer_literal] = ACTIONS(9), @@ -18326,7 +18161,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_SEMI] = ACTIONS(35), [anon_sym_assert] = ACTIONS(37), [anon_sym_do] = ACTIONS(39), - [anon_sym_while] = ACTIONS(253), + [anon_sym_while] = ACTIONS(263), [anon_sym_break] = ACTIONS(43), [anon_sym_continue] = ACTIONS(45), [anon_sym_return] = ACTIONS(47), @@ -18334,15 +18169,16 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_synchronized] = ACTIONS(51), [anon_sym_throw] = ACTIONS(53), [anon_sym_try] = ACTIONS(55), - [anon_sym_if] = ACTIONS(255), - [anon_sym_for] = ACTIONS(257), + [anon_sym_if] = ACTIONS(265), + [anon_sym_for] = ACTIONS(267), [anon_sym_AT] = ACTIONS(61), [anon_sym_open] = ACTIONS(63), [anon_sym_module] = ACTIONS(65), [anon_sym_static] = ACTIONS(21), - [anon_sym_package] = ACTIONS(67), - [anon_sym_import] = ACTIONS(69), - [anon_sym_enum] = ACTIONS(71), + [anon_sym_with] = ACTIONS(67), + [anon_sym_package] = ACTIONS(69), + [anon_sym_import] = ACTIONS(71), + [anon_sym_enum] = ACTIONS(73), [anon_sym_public] = ACTIONS(21), [anon_sym_protected] = ACTIONS(21), [anon_sym_private] = ACTIONS(21), @@ -18351,95 +18187,96 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_native] = ACTIONS(21), [anon_sym_transient] = ACTIONS(21), [anon_sym_volatile] = ACTIONS(21), - [anon_sym_sealed] = ACTIONS(21), - [anon_sym_non_DASHsealed] = ACTIONS(73), - [anon_sym_record] = ACTIONS(75), - [anon_sym_ATinterface] = ACTIONS(77), - [anon_sym_interface] = ACTIONS(79), - [anon_sym_byte] = ACTIONS(81), - [anon_sym_short] = ACTIONS(81), - [anon_sym_int] = ACTIONS(81), - [anon_sym_long] = ACTIONS(81), - [anon_sym_char] = ACTIONS(81), - [anon_sym_float] = ACTIONS(83), - [anon_sym_double] = ACTIONS(83), - [sym_boolean_type] = ACTIONS(85), - [sym_void_type] = ACTIONS(85), - [sym_this] = ACTIONS(87), - [sym_super] = ACTIONS(89), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_non_DASHsealed] = ACTIONS(77), + [anon_sym_record] = ACTIONS(79), + [anon_sym_ATinterface] = ACTIONS(81), + [anon_sym_interface] = ACTIONS(83), + [anon_sym_byte] = ACTIONS(85), + [anon_sym_short] = ACTIONS(85), + [anon_sym_int] = ACTIONS(85), + [anon_sym_long] = ACTIONS(85), + [anon_sym_char] = ACTIONS(85), + [anon_sym_float] = ACTIONS(87), + [anon_sym_double] = ACTIONS(87), + [sym_boolean_type] = ACTIONS(89), + [sym_void_type] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, [55] = { - [sym__literal] = STATE(507), - [sym_string_literal] = STATE(510), - [sym__string_literal] = STATE(498), - [sym__multiline_string_literal] = STATE(498), - [sym_expression] = STATE(657), - [sym_cast_expression] = STATE(524), - [sym_assignment_expression] = STATE(524), - [sym_binary_expression] = STATE(524), - [sym_instanceof_expression] = STATE(524), - [sym_lambda_expression] = STATE(524), - [sym_inferred_parameters] = STATE(1259), - [sym_ternary_expression] = STATE(524), - [sym_unary_expression] = STATE(524), - [sym_update_expression] = STATE(524), - [sym_primary_expression] = STATE(470), - [sym_array_creation_expression] = STATE(507), - [sym_parenthesized_expression] = STATE(507), - [sym_class_literal] = STATE(507), - [sym_object_creation_expression] = STATE(507), - [sym__unqualified_object_creation_expression] = STATE(483), - [sym_field_access] = STATE(384), - [sym_array_access] = STATE(384), - [sym_method_invocation] = STATE(507), - [sym_method_reference] = STATE(507), - [sym_switch_expression] = STATE(592), - [sym_statement] = STATE(292), - [sym_block] = STATE(276), - [sym_expression_statement] = STATE(276), - [sym_labeled_statement] = STATE(276), - [sym_assert_statement] = STATE(276), - [sym_do_statement] = STATE(276), - [sym_break_statement] = STATE(276), - [sym_continue_statement] = STATE(276), - [sym_return_statement] = STATE(276), - [sym_yield_statement] = STATE(276), - [sym_synchronized_statement] = STATE(276), - [sym_throw_statement] = STATE(276), - [sym_try_statement] = STATE(276), - [sym_try_with_resources_statement] = STATE(276), - [sym_if_statement] = STATE(276), - [sym_while_statement] = STATE(276), - [sym_for_statement] = STATE(276), - [sym_enhanced_for_statement] = STATE(276), - [sym__annotation] = STATE(471), - [sym_marker_annotation] = STATE(471), - [sym_annotation] = STATE(471), - [sym_declaration] = STATE(276), - [sym_module_declaration] = STATE(332), - [sym_package_declaration] = STATE(332), - [sym_import_declaration] = STATE(332), - [sym_enum_declaration] = STATE(332), - [sym_class_declaration] = STATE(332), - [sym_modifiers] = STATE(679), - [sym_record_declaration] = STATE(332), - [sym_annotation_type_declaration] = STATE(332), - [sym_interface_declaration] = STATE(332), - [sym__type] = STATE(1266), - [sym__unannotated_type] = STATE(718), - [sym_annotated_type] = STATE(797), - [sym_scoped_type_identifier] = STATE(745), - [sym_generic_type] = STATE(771), - [sym_array_type] = STATE(702), - [sym_integral_type] = STATE(702), - [sym_floating_point_type] = STATE(702), - [sym_formal_parameters] = STATE(1259), - [sym_local_variable_declaration] = STATE(276), - [aux_sym_array_creation_expression_repeat1] = STATE(658), - [aux_sym_modifiers_repeat1] = STATE(428), - [sym_identifier] = ACTIONS(251), + [sym__literal] = STATE(498), + [sym_string_literal] = STATE(505), + [sym__string_literal] = STATE(508), + [sym__multiline_string_literal] = STATE(508), + [sym_expression] = STATE(650), + [sym_cast_expression] = STATE(538), + [sym_assignment_expression] = STATE(538), + [sym_binary_expression] = STATE(538), + [sym_instanceof_expression] = STATE(538), + [sym_lambda_expression] = STATE(538), + [sym_inferred_parameters] = STATE(1218), + [sym_ternary_expression] = STATE(538), + [sym_unary_expression] = STATE(538), + [sym_update_expression] = STATE(538), + [sym_primary_expression] = STATE(509), + [sym_array_creation_expression] = STATE(498), + [sym_parenthesized_expression] = STATE(498), + [sym_class_literal] = STATE(498), + [sym_object_creation_expression] = STATE(498), + [sym__unqualified_object_creation_expression] = STATE(515), + [sym_field_access] = STATE(385), + [sym_array_access] = STATE(385), + [sym_method_invocation] = STATE(498), + [sym_method_reference] = STATE(498), + [sym_switch_expression] = STATE(607), + [sym_statement] = STATE(329), + [sym_block] = STATE(284), + [sym_expression_statement] = STATE(284), + [sym_labeled_statement] = STATE(284), + [sym_assert_statement] = STATE(284), + [sym_do_statement] = STATE(284), + [sym_break_statement] = STATE(284), + [sym_continue_statement] = STATE(284), + [sym_return_statement] = STATE(284), + [sym_yield_statement] = STATE(284), + [sym_synchronized_statement] = STATE(284), + [sym_throw_statement] = STATE(284), + [sym_try_statement] = STATE(284), + [sym_try_with_resources_statement] = STATE(284), + [sym_if_statement] = STATE(284), + [sym_while_statement] = STATE(284), + [sym_for_statement] = STATE(284), + [sym_enhanced_for_statement] = STATE(284), + [sym__annotation] = STATE(474), + [sym_marker_annotation] = STATE(474), + [sym_annotation] = STATE(474), + [sym_declaration] = STATE(284), + [sym_module_declaration] = STATE(292), + [sym_package_declaration] = STATE(292), + [sym_import_declaration] = STATE(292), + [sym_enum_declaration] = STATE(292), + [sym_class_declaration] = STATE(292), + [sym_modifiers] = STATE(702), + [sym_record_declaration] = STATE(292), + [sym_annotation_type_declaration] = STATE(292), + [sym_interface_declaration] = STATE(292), + [sym__type] = STATE(1208), + [sym__unannotated_type] = STATE(700), + [sym_annotated_type] = STATE(831), + [sym_scoped_type_identifier] = STATE(735), + [sym_generic_type] = STATE(751), + [sym_array_type] = STATE(688), + [sym_integral_type] = STATE(688), + [sym_floating_point_type] = STATE(688), + [sym_formal_parameters] = STATE(1218), + [sym_local_variable_declaration] = STATE(284), + [sym__reserved_identifier] = STATE(372), + [aux_sym_array_creation_expression_repeat1] = STATE(653), + [aux_sym_modifiers_repeat1] = STATE(433), + [sym_identifier] = ACTIONS(261), [sym_decimal_integer_literal] = ACTIONS(9), [sym_hex_integer_literal] = ACTIONS(9), [sym_octal_integer_literal] = ACTIONS(9), @@ -18468,7 +18305,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_SEMI] = ACTIONS(35), [anon_sym_assert] = ACTIONS(37), [anon_sym_do] = ACTIONS(39), - [anon_sym_while] = ACTIONS(253), + [anon_sym_while] = ACTIONS(263), [anon_sym_break] = ACTIONS(43), [anon_sym_continue] = ACTIONS(45), [anon_sym_return] = ACTIONS(47), @@ -18476,15 +18313,16 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_synchronized] = ACTIONS(51), [anon_sym_throw] = ACTIONS(53), [anon_sym_try] = ACTIONS(55), - [anon_sym_if] = ACTIONS(255), - [anon_sym_for] = ACTIONS(257), + [anon_sym_if] = ACTIONS(265), + [anon_sym_for] = ACTIONS(267), [anon_sym_AT] = ACTIONS(61), [anon_sym_open] = ACTIONS(63), [anon_sym_module] = ACTIONS(65), [anon_sym_static] = ACTIONS(21), - [anon_sym_package] = ACTIONS(67), - [anon_sym_import] = ACTIONS(69), - [anon_sym_enum] = ACTIONS(71), + [anon_sym_with] = ACTIONS(67), + [anon_sym_package] = ACTIONS(69), + [anon_sym_import] = ACTIONS(71), + [anon_sym_enum] = ACTIONS(73), [anon_sym_public] = ACTIONS(21), [anon_sym_protected] = ACTIONS(21), [anon_sym_private] = ACTIONS(21), @@ -18493,95 +18331,96 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_native] = ACTIONS(21), [anon_sym_transient] = ACTIONS(21), [anon_sym_volatile] = ACTIONS(21), - [anon_sym_sealed] = ACTIONS(21), - [anon_sym_non_DASHsealed] = ACTIONS(73), - [anon_sym_record] = ACTIONS(75), - [anon_sym_ATinterface] = ACTIONS(77), - [anon_sym_interface] = ACTIONS(79), - [anon_sym_byte] = ACTIONS(81), - [anon_sym_short] = ACTIONS(81), - [anon_sym_int] = ACTIONS(81), - [anon_sym_long] = ACTIONS(81), - [anon_sym_char] = ACTIONS(81), - [anon_sym_float] = ACTIONS(83), - [anon_sym_double] = ACTIONS(83), - [sym_boolean_type] = ACTIONS(85), - [sym_void_type] = ACTIONS(85), - [sym_this] = ACTIONS(87), - [sym_super] = ACTIONS(89), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_non_DASHsealed] = ACTIONS(77), + [anon_sym_record] = ACTIONS(79), + [anon_sym_ATinterface] = ACTIONS(81), + [anon_sym_interface] = ACTIONS(83), + [anon_sym_byte] = ACTIONS(85), + [anon_sym_short] = ACTIONS(85), + [anon_sym_int] = ACTIONS(85), + [anon_sym_long] = ACTIONS(85), + [anon_sym_char] = ACTIONS(85), + [anon_sym_float] = ACTIONS(87), + [anon_sym_double] = ACTIONS(87), + [sym_boolean_type] = ACTIONS(89), + [sym_void_type] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, [56] = { - [sym__literal] = STATE(507), - [sym_string_literal] = STATE(510), - [sym__string_literal] = STATE(498), - [sym__multiline_string_literal] = STATE(498), - [sym_expression] = STATE(657), - [sym_cast_expression] = STATE(524), - [sym_assignment_expression] = STATE(524), - [sym_binary_expression] = STATE(524), - [sym_instanceof_expression] = STATE(524), - [sym_lambda_expression] = STATE(524), - [sym_inferred_parameters] = STATE(1259), - [sym_ternary_expression] = STATE(524), - [sym_unary_expression] = STATE(524), - [sym_update_expression] = STATE(524), - [sym_primary_expression] = STATE(470), - [sym_array_creation_expression] = STATE(507), - [sym_parenthesized_expression] = STATE(507), - [sym_class_literal] = STATE(507), - [sym_object_creation_expression] = STATE(507), - [sym__unqualified_object_creation_expression] = STATE(483), - [sym_field_access] = STATE(384), - [sym_array_access] = STATE(384), - [sym_method_invocation] = STATE(507), - [sym_method_reference] = STATE(507), - [sym_switch_expression] = STATE(592), - [sym_statement] = STATE(288), - [sym_block] = STATE(276), - [sym_expression_statement] = STATE(276), - [sym_labeled_statement] = STATE(276), - [sym_assert_statement] = STATE(276), - [sym_do_statement] = STATE(276), - [sym_break_statement] = STATE(276), - [sym_continue_statement] = STATE(276), - [sym_return_statement] = STATE(276), - [sym_yield_statement] = STATE(276), - [sym_synchronized_statement] = STATE(276), - [sym_throw_statement] = STATE(276), - [sym_try_statement] = STATE(276), - [sym_try_with_resources_statement] = STATE(276), - [sym_if_statement] = STATE(276), - [sym_while_statement] = STATE(276), - [sym_for_statement] = STATE(276), - [sym_enhanced_for_statement] = STATE(276), - [sym__annotation] = STATE(471), - [sym_marker_annotation] = STATE(471), - [sym_annotation] = STATE(471), - [sym_declaration] = STATE(276), - [sym_module_declaration] = STATE(332), - [sym_package_declaration] = STATE(332), - [sym_import_declaration] = STATE(332), - [sym_enum_declaration] = STATE(332), - [sym_class_declaration] = STATE(332), - [sym_modifiers] = STATE(679), - [sym_record_declaration] = STATE(332), - [sym_annotation_type_declaration] = STATE(332), - [sym_interface_declaration] = STATE(332), - [sym__type] = STATE(1266), - [sym__unannotated_type] = STATE(718), - [sym_annotated_type] = STATE(797), - [sym_scoped_type_identifier] = STATE(745), - [sym_generic_type] = STATE(771), - [sym_array_type] = STATE(702), - [sym_integral_type] = STATE(702), - [sym_floating_point_type] = STATE(702), - [sym_formal_parameters] = STATE(1259), - [sym_local_variable_declaration] = STATE(276), - [aux_sym_array_creation_expression_repeat1] = STATE(658), - [aux_sym_modifiers_repeat1] = STATE(428), - [sym_identifier] = ACTIONS(251), + [sym__literal] = STATE(498), + [sym_string_literal] = STATE(505), + [sym__string_literal] = STATE(508), + [sym__multiline_string_literal] = STATE(508), + [sym_expression] = STATE(650), + [sym_cast_expression] = STATE(538), + [sym_assignment_expression] = STATE(538), + [sym_binary_expression] = STATE(538), + [sym_instanceof_expression] = STATE(538), + [sym_lambda_expression] = STATE(538), + [sym_inferred_parameters] = STATE(1218), + [sym_ternary_expression] = STATE(538), + [sym_unary_expression] = STATE(538), + [sym_update_expression] = STATE(538), + [sym_primary_expression] = STATE(509), + [sym_array_creation_expression] = STATE(498), + [sym_parenthesized_expression] = STATE(498), + [sym_class_literal] = STATE(498), + [sym_object_creation_expression] = STATE(498), + [sym__unqualified_object_creation_expression] = STATE(515), + [sym_field_access] = STATE(385), + [sym_array_access] = STATE(385), + [sym_method_invocation] = STATE(498), + [sym_method_reference] = STATE(498), + [sym_switch_expression] = STATE(88), + [sym_statement] = STATE(276), + [sym_block] = STATE(284), + [sym_expression_statement] = STATE(284), + [sym_labeled_statement] = STATE(284), + [sym_assert_statement] = STATE(284), + [sym_do_statement] = STATE(284), + [sym_break_statement] = STATE(284), + [sym_continue_statement] = STATE(284), + [sym_return_statement] = STATE(284), + [sym_yield_statement] = STATE(284), + [sym_synchronized_statement] = STATE(284), + [sym_throw_statement] = STATE(284), + [sym_try_statement] = STATE(284), + [sym_try_with_resources_statement] = STATE(284), + [sym_if_statement] = STATE(284), + [sym_while_statement] = STATE(284), + [sym_for_statement] = STATE(284), + [sym_enhanced_for_statement] = STATE(284), + [sym__annotation] = STATE(474), + [sym_marker_annotation] = STATE(474), + [sym_annotation] = STATE(474), + [sym_declaration] = STATE(284), + [sym_module_declaration] = STATE(292), + [sym_package_declaration] = STATE(292), + [sym_import_declaration] = STATE(292), + [sym_enum_declaration] = STATE(292), + [sym_class_declaration] = STATE(292), + [sym_modifiers] = STATE(702), + [sym_record_declaration] = STATE(292), + [sym_annotation_type_declaration] = STATE(292), + [sym_interface_declaration] = STATE(292), + [sym__type] = STATE(1208), + [sym__unannotated_type] = STATE(700), + [sym_annotated_type] = STATE(831), + [sym_scoped_type_identifier] = STATE(735), + [sym_generic_type] = STATE(751), + [sym_array_type] = STATE(688), + [sym_integral_type] = STATE(688), + [sym_floating_point_type] = STATE(688), + [sym_formal_parameters] = STATE(1218), + [sym_local_variable_declaration] = STATE(284), + [sym__reserved_identifier] = STATE(372), + [aux_sym_array_creation_expression_repeat1] = STATE(653), + [aux_sym_modifiers_repeat1] = STATE(433), + [sym_identifier] = ACTIONS(7), [sym_decimal_integer_literal] = ACTIONS(9), [sym_hex_integer_literal] = ACTIONS(9), [sym_octal_integer_literal] = ACTIONS(9), @@ -18610,7 +18449,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_SEMI] = ACTIONS(35), [anon_sym_assert] = ACTIONS(37), [anon_sym_do] = ACTIONS(39), - [anon_sym_while] = ACTIONS(253), + [anon_sym_while] = ACTIONS(41), [anon_sym_break] = ACTIONS(43), [anon_sym_continue] = ACTIONS(45), [anon_sym_return] = ACTIONS(47), @@ -18618,15 +18457,16 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_synchronized] = ACTIONS(51), [anon_sym_throw] = ACTIONS(53), [anon_sym_try] = ACTIONS(55), - [anon_sym_if] = ACTIONS(255), - [anon_sym_for] = ACTIONS(257), + [anon_sym_if] = ACTIONS(57), + [anon_sym_for] = ACTIONS(59), [anon_sym_AT] = ACTIONS(61), [anon_sym_open] = ACTIONS(63), [anon_sym_module] = ACTIONS(65), [anon_sym_static] = ACTIONS(21), - [anon_sym_package] = ACTIONS(67), - [anon_sym_import] = ACTIONS(69), - [anon_sym_enum] = ACTIONS(71), + [anon_sym_with] = ACTIONS(67), + [anon_sym_package] = ACTIONS(69), + [anon_sym_import] = ACTIONS(71), + [anon_sym_enum] = ACTIONS(73), [anon_sym_public] = ACTIONS(21), [anon_sym_protected] = ACTIONS(21), [anon_sym_private] = ACTIONS(21), @@ -18635,95 +18475,96 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_native] = ACTIONS(21), [anon_sym_transient] = ACTIONS(21), [anon_sym_volatile] = ACTIONS(21), - [anon_sym_sealed] = ACTIONS(21), - [anon_sym_non_DASHsealed] = ACTIONS(73), - [anon_sym_record] = ACTIONS(75), - [anon_sym_ATinterface] = ACTIONS(77), - [anon_sym_interface] = ACTIONS(79), - [anon_sym_byte] = ACTIONS(81), - [anon_sym_short] = ACTIONS(81), - [anon_sym_int] = ACTIONS(81), - [anon_sym_long] = ACTIONS(81), - [anon_sym_char] = ACTIONS(81), - [anon_sym_float] = ACTIONS(83), - [anon_sym_double] = ACTIONS(83), - [sym_boolean_type] = ACTIONS(85), - [sym_void_type] = ACTIONS(85), - [sym_this] = ACTIONS(87), - [sym_super] = ACTIONS(89), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_non_DASHsealed] = ACTIONS(77), + [anon_sym_record] = ACTIONS(79), + [anon_sym_ATinterface] = ACTIONS(81), + [anon_sym_interface] = ACTIONS(83), + [anon_sym_byte] = ACTIONS(85), + [anon_sym_short] = ACTIONS(85), + [anon_sym_int] = ACTIONS(85), + [anon_sym_long] = ACTIONS(85), + [anon_sym_char] = ACTIONS(85), + [anon_sym_float] = ACTIONS(87), + [anon_sym_double] = ACTIONS(87), + [sym_boolean_type] = ACTIONS(89), + [sym_void_type] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, [57] = { - [sym__literal] = STATE(507), - [sym_string_literal] = STATE(510), - [sym__string_literal] = STATE(498), - [sym__multiline_string_literal] = STATE(498), - [sym_expression] = STATE(657), - [sym_cast_expression] = STATE(524), - [sym_assignment_expression] = STATE(524), - [sym_binary_expression] = STATE(524), - [sym_instanceof_expression] = STATE(524), - [sym_lambda_expression] = STATE(524), - [sym_inferred_parameters] = STATE(1259), - [sym_ternary_expression] = STATE(524), - [sym_unary_expression] = STATE(524), - [sym_update_expression] = STATE(524), - [sym_primary_expression] = STATE(470), - [sym_array_creation_expression] = STATE(507), - [sym_parenthesized_expression] = STATE(507), - [sym_class_literal] = STATE(507), - [sym_object_creation_expression] = STATE(507), - [sym__unqualified_object_creation_expression] = STATE(483), - [sym_field_access] = STATE(384), - [sym_array_access] = STATE(384), - [sym_method_invocation] = STATE(507), - [sym_method_reference] = STATE(507), - [sym_switch_expression] = STATE(592), - [sym_statement] = STATE(297), - [sym_block] = STATE(276), - [sym_expression_statement] = STATE(276), - [sym_labeled_statement] = STATE(276), - [sym_assert_statement] = STATE(276), - [sym_do_statement] = STATE(276), - [sym_break_statement] = STATE(276), - [sym_continue_statement] = STATE(276), - [sym_return_statement] = STATE(276), - [sym_yield_statement] = STATE(276), - [sym_synchronized_statement] = STATE(276), - [sym_throw_statement] = STATE(276), - [sym_try_statement] = STATE(276), - [sym_try_with_resources_statement] = STATE(276), - [sym_if_statement] = STATE(276), - [sym_while_statement] = STATE(276), - [sym_for_statement] = STATE(276), - [sym_enhanced_for_statement] = STATE(276), - [sym__annotation] = STATE(471), - [sym_marker_annotation] = STATE(471), - [sym_annotation] = STATE(471), - [sym_declaration] = STATE(276), - [sym_module_declaration] = STATE(332), - [sym_package_declaration] = STATE(332), - [sym_import_declaration] = STATE(332), - [sym_enum_declaration] = STATE(332), - [sym_class_declaration] = STATE(332), - [sym_modifiers] = STATE(679), - [sym_record_declaration] = STATE(332), - [sym_annotation_type_declaration] = STATE(332), - [sym_interface_declaration] = STATE(332), - [sym__type] = STATE(1266), - [sym__unannotated_type] = STATE(718), - [sym_annotated_type] = STATE(797), - [sym_scoped_type_identifier] = STATE(745), - [sym_generic_type] = STATE(771), - [sym_array_type] = STATE(702), - [sym_integral_type] = STATE(702), - [sym_floating_point_type] = STATE(702), - [sym_formal_parameters] = STATE(1259), - [sym_local_variable_declaration] = STATE(276), - [aux_sym_array_creation_expression_repeat1] = STATE(658), - [aux_sym_modifiers_repeat1] = STATE(428), - [sym_identifier] = ACTIONS(251), + [sym__literal] = STATE(498), + [sym_string_literal] = STATE(505), + [sym__string_literal] = STATE(508), + [sym__multiline_string_literal] = STATE(508), + [sym_expression] = STATE(650), + [sym_cast_expression] = STATE(538), + [sym_assignment_expression] = STATE(538), + [sym_binary_expression] = STATE(538), + [sym_instanceof_expression] = STATE(538), + [sym_lambda_expression] = STATE(538), + [sym_inferred_parameters] = STATE(1218), + [sym_ternary_expression] = STATE(538), + [sym_unary_expression] = STATE(538), + [sym_update_expression] = STATE(538), + [sym_primary_expression] = STATE(509), + [sym_array_creation_expression] = STATE(498), + [sym_parenthesized_expression] = STATE(498), + [sym_class_literal] = STATE(498), + [sym_object_creation_expression] = STATE(498), + [sym__unqualified_object_creation_expression] = STATE(515), + [sym_field_access] = STATE(385), + [sym_array_access] = STATE(385), + [sym_method_invocation] = STATE(498), + [sym_method_reference] = STATE(498), + [sym_switch_expression] = STATE(607), + [sym_statement] = STATE(336), + [sym_block] = STATE(284), + [sym_expression_statement] = STATE(284), + [sym_labeled_statement] = STATE(284), + [sym_assert_statement] = STATE(284), + [sym_do_statement] = STATE(284), + [sym_break_statement] = STATE(284), + [sym_continue_statement] = STATE(284), + [sym_return_statement] = STATE(284), + [sym_yield_statement] = STATE(284), + [sym_synchronized_statement] = STATE(284), + [sym_throw_statement] = STATE(284), + [sym_try_statement] = STATE(284), + [sym_try_with_resources_statement] = STATE(284), + [sym_if_statement] = STATE(284), + [sym_while_statement] = STATE(284), + [sym_for_statement] = STATE(284), + [sym_enhanced_for_statement] = STATE(284), + [sym__annotation] = STATE(474), + [sym_marker_annotation] = STATE(474), + [sym_annotation] = STATE(474), + [sym_declaration] = STATE(284), + [sym_module_declaration] = STATE(292), + [sym_package_declaration] = STATE(292), + [sym_import_declaration] = STATE(292), + [sym_enum_declaration] = STATE(292), + [sym_class_declaration] = STATE(292), + [sym_modifiers] = STATE(702), + [sym_record_declaration] = STATE(292), + [sym_annotation_type_declaration] = STATE(292), + [sym_interface_declaration] = STATE(292), + [sym__type] = STATE(1208), + [sym__unannotated_type] = STATE(700), + [sym_annotated_type] = STATE(831), + [sym_scoped_type_identifier] = STATE(735), + [sym_generic_type] = STATE(751), + [sym_array_type] = STATE(688), + [sym_integral_type] = STATE(688), + [sym_floating_point_type] = STATE(688), + [sym_formal_parameters] = STATE(1218), + [sym_local_variable_declaration] = STATE(284), + [sym__reserved_identifier] = STATE(372), + [aux_sym_array_creation_expression_repeat1] = STATE(653), + [aux_sym_modifiers_repeat1] = STATE(433), + [sym_identifier] = ACTIONS(261), [sym_decimal_integer_literal] = ACTIONS(9), [sym_hex_integer_literal] = ACTIONS(9), [sym_octal_integer_literal] = ACTIONS(9), @@ -18752,7 +18593,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_SEMI] = ACTIONS(35), [anon_sym_assert] = ACTIONS(37), [anon_sym_do] = ACTIONS(39), - [anon_sym_while] = ACTIONS(253), + [anon_sym_while] = ACTIONS(263), [anon_sym_break] = ACTIONS(43), [anon_sym_continue] = ACTIONS(45), [anon_sym_return] = ACTIONS(47), @@ -18760,15 +18601,16 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_synchronized] = ACTIONS(51), [anon_sym_throw] = ACTIONS(53), [anon_sym_try] = ACTIONS(55), - [anon_sym_if] = ACTIONS(255), - [anon_sym_for] = ACTIONS(257), + [anon_sym_if] = ACTIONS(265), + [anon_sym_for] = ACTIONS(267), [anon_sym_AT] = ACTIONS(61), [anon_sym_open] = ACTIONS(63), [anon_sym_module] = ACTIONS(65), [anon_sym_static] = ACTIONS(21), - [anon_sym_package] = ACTIONS(67), - [anon_sym_import] = ACTIONS(69), - [anon_sym_enum] = ACTIONS(71), + [anon_sym_with] = ACTIONS(67), + [anon_sym_package] = ACTIONS(69), + [anon_sym_import] = ACTIONS(71), + [anon_sym_enum] = ACTIONS(73), [anon_sym_public] = ACTIONS(21), [anon_sym_protected] = ACTIONS(21), [anon_sym_private] = ACTIONS(21), @@ -18777,95 +18619,96 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_native] = ACTIONS(21), [anon_sym_transient] = ACTIONS(21), [anon_sym_volatile] = ACTIONS(21), - [anon_sym_sealed] = ACTIONS(21), - [anon_sym_non_DASHsealed] = ACTIONS(73), - [anon_sym_record] = ACTIONS(75), - [anon_sym_ATinterface] = ACTIONS(77), - [anon_sym_interface] = ACTIONS(79), - [anon_sym_byte] = ACTIONS(81), - [anon_sym_short] = ACTIONS(81), - [anon_sym_int] = ACTIONS(81), - [anon_sym_long] = ACTIONS(81), - [anon_sym_char] = ACTIONS(81), - [anon_sym_float] = ACTIONS(83), - [anon_sym_double] = ACTIONS(83), - [sym_boolean_type] = ACTIONS(85), - [sym_void_type] = ACTIONS(85), - [sym_this] = ACTIONS(87), - [sym_super] = ACTIONS(89), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_non_DASHsealed] = ACTIONS(77), + [anon_sym_record] = ACTIONS(79), + [anon_sym_ATinterface] = ACTIONS(81), + [anon_sym_interface] = ACTIONS(83), + [anon_sym_byte] = ACTIONS(85), + [anon_sym_short] = ACTIONS(85), + [anon_sym_int] = ACTIONS(85), + [anon_sym_long] = ACTIONS(85), + [anon_sym_char] = ACTIONS(85), + [anon_sym_float] = ACTIONS(87), + [anon_sym_double] = ACTIONS(87), + [sym_boolean_type] = ACTIONS(89), + [sym_void_type] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, [58] = { - [sym__literal] = STATE(507), - [sym_string_literal] = STATE(510), - [sym__string_literal] = STATE(498), - [sym__multiline_string_literal] = STATE(498), - [sym_expression] = STATE(657), - [sym_cast_expression] = STATE(524), - [sym_assignment_expression] = STATE(524), - [sym_binary_expression] = STATE(524), - [sym_instanceof_expression] = STATE(524), - [sym_lambda_expression] = STATE(524), - [sym_inferred_parameters] = STATE(1259), - [sym_ternary_expression] = STATE(524), - [sym_unary_expression] = STATE(524), - [sym_update_expression] = STATE(524), - [sym_primary_expression] = STATE(470), - [sym_array_creation_expression] = STATE(507), - [sym_parenthesized_expression] = STATE(507), - [sym_class_literal] = STATE(507), - [sym_object_creation_expression] = STATE(507), - [sym__unqualified_object_creation_expression] = STATE(483), - [sym_field_access] = STATE(384), - [sym_array_access] = STATE(384), - [sym_method_invocation] = STATE(507), - [sym_method_reference] = STATE(507), - [sym_switch_expression] = STATE(592), - [sym_statement] = STATE(284), - [sym_block] = STATE(276), - [sym_expression_statement] = STATE(276), - [sym_labeled_statement] = STATE(276), - [sym_assert_statement] = STATE(276), - [sym_do_statement] = STATE(276), - [sym_break_statement] = STATE(276), - [sym_continue_statement] = STATE(276), - [sym_return_statement] = STATE(276), - [sym_yield_statement] = STATE(276), - [sym_synchronized_statement] = STATE(276), - [sym_throw_statement] = STATE(276), - [sym_try_statement] = STATE(276), - [sym_try_with_resources_statement] = STATE(276), - [sym_if_statement] = STATE(276), - [sym_while_statement] = STATE(276), - [sym_for_statement] = STATE(276), - [sym_enhanced_for_statement] = STATE(276), - [sym__annotation] = STATE(471), - [sym_marker_annotation] = STATE(471), - [sym_annotation] = STATE(471), - [sym_declaration] = STATE(276), - [sym_module_declaration] = STATE(332), - [sym_package_declaration] = STATE(332), - [sym_import_declaration] = STATE(332), - [sym_enum_declaration] = STATE(332), - [sym_class_declaration] = STATE(332), - [sym_modifiers] = STATE(679), - [sym_record_declaration] = STATE(332), - [sym_annotation_type_declaration] = STATE(332), - [sym_interface_declaration] = STATE(332), - [sym__type] = STATE(1266), - [sym__unannotated_type] = STATE(718), - [sym_annotated_type] = STATE(797), - [sym_scoped_type_identifier] = STATE(745), - [sym_generic_type] = STATE(771), - [sym_array_type] = STATE(702), - [sym_integral_type] = STATE(702), - [sym_floating_point_type] = STATE(702), - [sym_formal_parameters] = STATE(1259), - [sym_local_variable_declaration] = STATE(276), - [aux_sym_array_creation_expression_repeat1] = STATE(658), - [aux_sym_modifiers_repeat1] = STATE(428), - [sym_identifier] = ACTIONS(251), + [sym__literal] = STATE(498), + [sym_string_literal] = STATE(505), + [sym__string_literal] = STATE(508), + [sym__multiline_string_literal] = STATE(508), + [sym_expression] = STATE(650), + [sym_cast_expression] = STATE(538), + [sym_assignment_expression] = STATE(538), + [sym_binary_expression] = STATE(538), + [sym_instanceof_expression] = STATE(538), + [sym_lambda_expression] = STATE(538), + [sym_inferred_parameters] = STATE(1218), + [sym_ternary_expression] = STATE(538), + [sym_unary_expression] = STATE(538), + [sym_update_expression] = STATE(538), + [sym_primary_expression] = STATE(509), + [sym_array_creation_expression] = STATE(498), + [sym_parenthesized_expression] = STATE(498), + [sym_class_literal] = STATE(498), + [sym_object_creation_expression] = STATE(498), + [sym__unqualified_object_creation_expression] = STATE(515), + [sym_field_access] = STATE(385), + [sym_array_access] = STATE(385), + [sym_method_invocation] = STATE(498), + [sym_method_reference] = STATE(498), + [sym_switch_expression] = STATE(607), + [sym_statement] = STATE(335), + [sym_block] = STATE(284), + [sym_expression_statement] = STATE(284), + [sym_labeled_statement] = STATE(284), + [sym_assert_statement] = STATE(284), + [sym_do_statement] = STATE(284), + [sym_break_statement] = STATE(284), + [sym_continue_statement] = STATE(284), + [sym_return_statement] = STATE(284), + [sym_yield_statement] = STATE(284), + [sym_synchronized_statement] = STATE(284), + [sym_throw_statement] = STATE(284), + [sym_try_statement] = STATE(284), + [sym_try_with_resources_statement] = STATE(284), + [sym_if_statement] = STATE(284), + [sym_while_statement] = STATE(284), + [sym_for_statement] = STATE(284), + [sym_enhanced_for_statement] = STATE(284), + [sym__annotation] = STATE(474), + [sym_marker_annotation] = STATE(474), + [sym_annotation] = STATE(474), + [sym_declaration] = STATE(284), + [sym_module_declaration] = STATE(292), + [sym_package_declaration] = STATE(292), + [sym_import_declaration] = STATE(292), + [sym_enum_declaration] = STATE(292), + [sym_class_declaration] = STATE(292), + [sym_modifiers] = STATE(702), + [sym_record_declaration] = STATE(292), + [sym_annotation_type_declaration] = STATE(292), + [sym_interface_declaration] = STATE(292), + [sym__type] = STATE(1208), + [sym__unannotated_type] = STATE(700), + [sym_annotated_type] = STATE(831), + [sym_scoped_type_identifier] = STATE(735), + [sym_generic_type] = STATE(751), + [sym_array_type] = STATE(688), + [sym_integral_type] = STATE(688), + [sym_floating_point_type] = STATE(688), + [sym_formal_parameters] = STATE(1218), + [sym_local_variable_declaration] = STATE(284), + [sym__reserved_identifier] = STATE(372), + [aux_sym_array_creation_expression_repeat1] = STATE(653), + [aux_sym_modifiers_repeat1] = STATE(433), + [sym_identifier] = ACTIONS(261), [sym_decimal_integer_literal] = ACTIONS(9), [sym_hex_integer_literal] = ACTIONS(9), [sym_octal_integer_literal] = ACTIONS(9), @@ -18894,7 +18737,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_SEMI] = ACTIONS(35), [anon_sym_assert] = ACTIONS(37), [anon_sym_do] = ACTIONS(39), - [anon_sym_while] = ACTIONS(253), + [anon_sym_while] = ACTIONS(263), [anon_sym_break] = ACTIONS(43), [anon_sym_continue] = ACTIONS(45), [anon_sym_return] = ACTIONS(47), @@ -18902,15 +18745,16 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_synchronized] = ACTIONS(51), [anon_sym_throw] = ACTIONS(53), [anon_sym_try] = ACTIONS(55), - [anon_sym_if] = ACTIONS(255), - [anon_sym_for] = ACTIONS(257), + [anon_sym_if] = ACTIONS(265), + [anon_sym_for] = ACTIONS(267), [anon_sym_AT] = ACTIONS(61), [anon_sym_open] = ACTIONS(63), [anon_sym_module] = ACTIONS(65), [anon_sym_static] = ACTIONS(21), - [anon_sym_package] = ACTIONS(67), - [anon_sym_import] = ACTIONS(69), - [anon_sym_enum] = ACTIONS(71), + [anon_sym_with] = ACTIONS(67), + [anon_sym_package] = ACTIONS(69), + [anon_sym_import] = ACTIONS(71), + [anon_sym_enum] = ACTIONS(73), [anon_sym_public] = ACTIONS(21), [anon_sym_protected] = ACTIONS(21), [anon_sym_private] = ACTIONS(21), @@ -18919,237 +18763,96 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_native] = ACTIONS(21), [anon_sym_transient] = ACTIONS(21), [anon_sym_volatile] = ACTIONS(21), - [anon_sym_sealed] = ACTIONS(21), - [anon_sym_non_DASHsealed] = ACTIONS(73), - [anon_sym_record] = ACTIONS(75), - [anon_sym_ATinterface] = ACTIONS(77), - [anon_sym_interface] = ACTIONS(79), - [anon_sym_byte] = ACTIONS(81), - [anon_sym_short] = ACTIONS(81), - [anon_sym_int] = ACTIONS(81), - [anon_sym_long] = ACTIONS(81), - [anon_sym_char] = ACTIONS(81), - [anon_sym_float] = ACTIONS(83), - [anon_sym_double] = ACTIONS(83), - [sym_boolean_type] = ACTIONS(85), - [sym_void_type] = ACTIONS(85), - [sym_this] = ACTIONS(87), - [sym_super] = ACTIONS(89), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_non_DASHsealed] = ACTIONS(77), + [anon_sym_record] = ACTIONS(79), + [anon_sym_ATinterface] = ACTIONS(81), + [anon_sym_interface] = ACTIONS(83), + [anon_sym_byte] = ACTIONS(85), + [anon_sym_short] = ACTIONS(85), + [anon_sym_int] = ACTIONS(85), + [anon_sym_long] = ACTIONS(85), + [anon_sym_char] = ACTIONS(85), + [anon_sym_float] = ACTIONS(87), + [anon_sym_double] = ACTIONS(87), + [sym_boolean_type] = ACTIONS(89), + [sym_void_type] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, [59] = { - [sym__literal] = STATE(507), - [sym_string_literal] = STATE(510), - [sym__string_literal] = STATE(498), - [sym__multiline_string_literal] = STATE(498), - [sym_expression] = STATE(657), - [sym_cast_expression] = STATE(524), - [sym_assignment_expression] = STATE(524), - [sym_binary_expression] = STATE(524), - [sym_instanceof_expression] = STATE(524), - [sym_lambda_expression] = STATE(524), - [sym_inferred_parameters] = STATE(1259), - [sym_ternary_expression] = STATE(524), - [sym_unary_expression] = STATE(524), - [sym_update_expression] = STATE(524), - [sym_primary_expression] = STATE(470), - [sym_array_creation_expression] = STATE(507), - [sym_parenthesized_expression] = STATE(507), - [sym_class_literal] = STATE(507), - [sym_object_creation_expression] = STATE(507), - [sym__unqualified_object_creation_expression] = STATE(483), - [sym_field_access] = STATE(384), - [sym_array_access] = STATE(384), - [sym_method_invocation] = STATE(507), - [sym_method_reference] = STATE(507), - [sym_switch_expression] = STATE(87), - [sym_statement] = STATE(339), - [sym_block] = STATE(276), - [sym_expression_statement] = STATE(276), - [sym_labeled_statement] = STATE(276), - [sym_assert_statement] = STATE(276), - [sym_do_statement] = STATE(276), - [sym_break_statement] = STATE(276), - [sym_continue_statement] = STATE(276), - [sym_return_statement] = STATE(276), - [sym_yield_statement] = STATE(276), - [sym_synchronized_statement] = STATE(276), - [sym_throw_statement] = STATE(276), - [sym_try_statement] = STATE(276), - [sym_try_with_resources_statement] = STATE(276), - [sym_if_statement] = STATE(276), - [sym_while_statement] = STATE(276), - [sym_for_statement] = STATE(276), - [sym_enhanced_for_statement] = STATE(276), - [sym__annotation] = STATE(471), - [sym_marker_annotation] = STATE(471), - [sym_annotation] = STATE(471), - [sym_declaration] = STATE(276), - [sym_module_declaration] = STATE(332), - [sym_package_declaration] = STATE(332), - [sym_import_declaration] = STATE(332), - [sym_enum_declaration] = STATE(332), - [sym_class_declaration] = STATE(332), - [sym_modifiers] = STATE(679), - [sym_record_declaration] = STATE(332), - [sym_annotation_type_declaration] = STATE(332), - [sym_interface_declaration] = STATE(332), - [sym__type] = STATE(1266), - [sym__unannotated_type] = STATE(718), - [sym_annotated_type] = STATE(797), - [sym_scoped_type_identifier] = STATE(745), - [sym_generic_type] = STATE(771), - [sym_array_type] = STATE(702), - [sym_integral_type] = STATE(702), - [sym_floating_point_type] = STATE(702), - [sym_formal_parameters] = STATE(1259), - [sym_local_variable_declaration] = STATE(276), - [aux_sym_array_creation_expression_repeat1] = STATE(658), - [aux_sym_modifiers_repeat1] = STATE(428), - [sym_identifier] = ACTIONS(7), - [sym_decimal_integer_literal] = ACTIONS(9), - [sym_hex_integer_literal] = ACTIONS(9), - [sym_octal_integer_literal] = ACTIONS(9), - [sym_binary_integer_literal] = ACTIONS(11), - [sym_decimal_floating_point_literal] = ACTIONS(11), - [sym_hex_floating_point_literal] = ACTIONS(9), - [sym_true] = ACTIONS(9), - [sym_false] = ACTIONS(9), - [sym_character_literal] = ACTIONS(11), - [anon_sym_DQUOTE] = ACTIONS(13), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(15), - [sym_null_literal] = ACTIONS(9), - [anon_sym_LPAREN] = ACTIONS(17), - [anon_sym_PLUS] = ACTIONS(19), - [anon_sym_DASH] = ACTIONS(19), - [anon_sym_final] = ACTIONS(21), - [anon_sym_BANG] = ACTIONS(23), - [anon_sym_TILDE] = ACTIONS(23), - [anon_sym_PLUS_PLUS] = ACTIONS(25), - [anon_sym_DASH_DASH] = ACTIONS(25), - [anon_sym_new] = ACTIONS(27), - [anon_sym_class] = ACTIONS(29), - [anon_sym_switch] = ACTIONS(31), - [anon_sym_LBRACE] = ACTIONS(33), - [anon_sym_default] = ACTIONS(21), - [anon_sym_SEMI] = ACTIONS(35), - [anon_sym_assert] = ACTIONS(37), - [anon_sym_do] = ACTIONS(39), - [anon_sym_while] = ACTIONS(41), - [anon_sym_break] = ACTIONS(43), - [anon_sym_continue] = ACTIONS(45), - [anon_sym_return] = ACTIONS(47), - [anon_sym_yield] = ACTIONS(49), - [anon_sym_synchronized] = ACTIONS(51), - [anon_sym_throw] = ACTIONS(53), - [anon_sym_try] = ACTIONS(55), - [anon_sym_if] = ACTIONS(57), - [anon_sym_for] = ACTIONS(59), - [anon_sym_AT] = ACTIONS(61), - [anon_sym_open] = ACTIONS(63), - [anon_sym_module] = ACTIONS(65), - [anon_sym_static] = ACTIONS(21), - [anon_sym_package] = ACTIONS(67), - [anon_sym_import] = ACTIONS(69), - [anon_sym_enum] = ACTIONS(71), - [anon_sym_public] = ACTIONS(21), - [anon_sym_protected] = ACTIONS(21), - [anon_sym_private] = ACTIONS(21), - [anon_sym_abstract] = ACTIONS(21), - [anon_sym_strictfp] = ACTIONS(21), - [anon_sym_native] = ACTIONS(21), - [anon_sym_transient] = ACTIONS(21), - [anon_sym_volatile] = ACTIONS(21), - [anon_sym_sealed] = ACTIONS(21), - [anon_sym_non_DASHsealed] = ACTIONS(73), - [anon_sym_record] = ACTIONS(75), - [anon_sym_ATinterface] = ACTIONS(77), - [anon_sym_interface] = ACTIONS(79), - [anon_sym_byte] = ACTIONS(81), - [anon_sym_short] = ACTIONS(81), - [anon_sym_int] = ACTIONS(81), - [anon_sym_long] = ACTIONS(81), - [anon_sym_char] = ACTIONS(81), - [anon_sym_float] = ACTIONS(83), - [anon_sym_double] = ACTIONS(83), - [sym_boolean_type] = ACTIONS(85), - [sym_void_type] = ACTIONS(85), - [sym_this] = ACTIONS(87), - [sym_super] = ACTIONS(89), - [sym_line_comment] = ACTIONS(3), - [sym_block_comment] = ACTIONS(3), - }, - [60] = { - [sym__literal] = STATE(507), - [sym_string_literal] = STATE(510), - [sym__string_literal] = STATE(498), - [sym__multiline_string_literal] = STATE(498), - [sym_expression] = STATE(657), - [sym_cast_expression] = STATE(524), - [sym_assignment_expression] = STATE(524), - [sym_binary_expression] = STATE(524), - [sym_instanceof_expression] = STATE(524), - [sym_lambda_expression] = STATE(524), - [sym_inferred_parameters] = STATE(1259), - [sym_ternary_expression] = STATE(524), - [sym_unary_expression] = STATE(524), - [sym_update_expression] = STATE(524), - [sym_primary_expression] = STATE(470), - [sym_array_creation_expression] = STATE(507), - [sym_parenthesized_expression] = STATE(507), - [sym_class_literal] = STATE(507), - [sym_object_creation_expression] = STATE(507), - [sym__unqualified_object_creation_expression] = STATE(483), - [sym_field_access] = STATE(384), - [sym_array_access] = STATE(384), - [sym_method_invocation] = STATE(507), - [sym_method_reference] = STATE(507), - [sym_switch_expression] = STATE(592), - [sym_statement] = STATE(291), - [sym_block] = STATE(276), - [sym_expression_statement] = STATE(276), - [sym_labeled_statement] = STATE(276), - [sym_assert_statement] = STATE(276), - [sym_do_statement] = STATE(276), - [sym_break_statement] = STATE(276), - [sym_continue_statement] = STATE(276), - [sym_return_statement] = STATE(276), - [sym_yield_statement] = STATE(276), - [sym_synchronized_statement] = STATE(276), - [sym_throw_statement] = STATE(276), - [sym_try_statement] = STATE(276), - [sym_try_with_resources_statement] = STATE(276), - [sym_if_statement] = STATE(276), - [sym_while_statement] = STATE(276), - [sym_for_statement] = STATE(276), - [sym_enhanced_for_statement] = STATE(276), - [sym__annotation] = STATE(471), - [sym_marker_annotation] = STATE(471), - [sym_annotation] = STATE(471), - [sym_declaration] = STATE(276), - [sym_module_declaration] = STATE(332), - [sym_package_declaration] = STATE(332), - [sym_import_declaration] = STATE(332), - [sym_enum_declaration] = STATE(332), - [sym_class_declaration] = STATE(332), - [sym_modifiers] = STATE(679), - [sym_record_declaration] = STATE(332), - [sym_annotation_type_declaration] = STATE(332), - [sym_interface_declaration] = STATE(332), - [sym__type] = STATE(1266), - [sym__unannotated_type] = STATE(718), - [sym_annotated_type] = STATE(797), - [sym_scoped_type_identifier] = STATE(745), - [sym_generic_type] = STATE(771), - [sym_array_type] = STATE(702), - [sym_integral_type] = STATE(702), - [sym_floating_point_type] = STATE(702), - [sym_formal_parameters] = STATE(1259), - [sym_local_variable_declaration] = STATE(276), - [aux_sym_array_creation_expression_repeat1] = STATE(658), - [aux_sym_modifiers_repeat1] = STATE(428), - [sym_identifier] = ACTIONS(251), + [sym__literal] = STATE(498), + [sym_string_literal] = STATE(505), + [sym__string_literal] = STATE(508), + [sym__multiline_string_literal] = STATE(508), + [sym_expression] = STATE(650), + [sym_cast_expression] = STATE(538), + [sym_assignment_expression] = STATE(538), + [sym_binary_expression] = STATE(538), + [sym_instanceof_expression] = STATE(538), + [sym_lambda_expression] = STATE(538), + [sym_inferred_parameters] = STATE(1218), + [sym_ternary_expression] = STATE(538), + [sym_unary_expression] = STATE(538), + [sym_update_expression] = STATE(538), + [sym_primary_expression] = STATE(509), + [sym_array_creation_expression] = STATE(498), + [sym_parenthesized_expression] = STATE(498), + [sym_class_literal] = STATE(498), + [sym_object_creation_expression] = STATE(498), + [sym__unqualified_object_creation_expression] = STATE(515), + [sym_field_access] = STATE(385), + [sym_array_access] = STATE(385), + [sym_method_invocation] = STATE(498), + [sym_method_reference] = STATE(498), + [sym_switch_expression] = STATE(607), + [sym_statement] = STATE(334), + [sym_block] = STATE(284), + [sym_expression_statement] = STATE(284), + [sym_labeled_statement] = STATE(284), + [sym_assert_statement] = STATE(284), + [sym_do_statement] = STATE(284), + [sym_break_statement] = STATE(284), + [sym_continue_statement] = STATE(284), + [sym_return_statement] = STATE(284), + [sym_yield_statement] = STATE(284), + [sym_synchronized_statement] = STATE(284), + [sym_throw_statement] = STATE(284), + [sym_try_statement] = STATE(284), + [sym_try_with_resources_statement] = STATE(284), + [sym_if_statement] = STATE(284), + [sym_while_statement] = STATE(284), + [sym_for_statement] = STATE(284), + [sym_enhanced_for_statement] = STATE(284), + [sym__annotation] = STATE(474), + [sym_marker_annotation] = STATE(474), + [sym_annotation] = STATE(474), + [sym_declaration] = STATE(284), + [sym_module_declaration] = STATE(292), + [sym_package_declaration] = STATE(292), + [sym_import_declaration] = STATE(292), + [sym_enum_declaration] = STATE(292), + [sym_class_declaration] = STATE(292), + [sym_modifiers] = STATE(702), + [sym_record_declaration] = STATE(292), + [sym_annotation_type_declaration] = STATE(292), + [sym_interface_declaration] = STATE(292), + [sym__type] = STATE(1208), + [sym__unannotated_type] = STATE(700), + [sym_annotated_type] = STATE(831), + [sym_scoped_type_identifier] = STATE(735), + [sym_generic_type] = STATE(751), + [sym_array_type] = STATE(688), + [sym_integral_type] = STATE(688), + [sym_floating_point_type] = STATE(688), + [sym_formal_parameters] = STATE(1218), + [sym_local_variable_declaration] = STATE(284), + [sym__reserved_identifier] = STATE(372), + [aux_sym_array_creation_expression_repeat1] = STATE(653), + [aux_sym_modifiers_repeat1] = STATE(433), + [sym_identifier] = ACTIONS(261), [sym_decimal_integer_literal] = ACTIONS(9), [sym_hex_integer_literal] = ACTIONS(9), [sym_octal_integer_literal] = ACTIONS(9), @@ -19178,7 +18881,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_SEMI] = ACTIONS(35), [anon_sym_assert] = ACTIONS(37), [anon_sym_do] = ACTIONS(39), - [anon_sym_while] = ACTIONS(253), + [anon_sym_while] = ACTIONS(263), [anon_sym_break] = ACTIONS(43), [anon_sym_continue] = ACTIONS(45), [anon_sym_return] = ACTIONS(47), @@ -19186,157 +18889,16 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_synchronized] = ACTIONS(51), [anon_sym_throw] = ACTIONS(53), [anon_sym_try] = ACTIONS(55), - [anon_sym_if] = ACTIONS(255), - [anon_sym_for] = ACTIONS(257), - [anon_sym_AT] = ACTIONS(61), - [anon_sym_open] = ACTIONS(63), - [anon_sym_module] = ACTIONS(65), - [anon_sym_static] = ACTIONS(21), - [anon_sym_package] = ACTIONS(67), - [anon_sym_import] = ACTIONS(69), - [anon_sym_enum] = ACTIONS(71), - [anon_sym_public] = ACTIONS(21), - [anon_sym_protected] = ACTIONS(21), - [anon_sym_private] = ACTIONS(21), - [anon_sym_abstract] = ACTIONS(21), - [anon_sym_strictfp] = ACTIONS(21), - [anon_sym_native] = ACTIONS(21), - [anon_sym_transient] = ACTIONS(21), - [anon_sym_volatile] = ACTIONS(21), - [anon_sym_sealed] = ACTIONS(21), - [anon_sym_non_DASHsealed] = ACTIONS(73), - [anon_sym_record] = ACTIONS(75), - [anon_sym_ATinterface] = ACTIONS(77), - [anon_sym_interface] = ACTIONS(79), - [anon_sym_byte] = ACTIONS(81), - [anon_sym_short] = ACTIONS(81), - [anon_sym_int] = ACTIONS(81), - [anon_sym_long] = ACTIONS(81), - [anon_sym_char] = ACTIONS(81), - [anon_sym_float] = ACTIONS(83), - [anon_sym_double] = ACTIONS(83), - [sym_boolean_type] = ACTIONS(85), - [sym_void_type] = ACTIONS(85), - [sym_this] = ACTIONS(87), - [sym_super] = ACTIONS(89), - [sym_line_comment] = ACTIONS(3), - [sym_block_comment] = ACTIONS(3), - }, - [61] = { - [sym__literal] = STATE(507), - [sym_string_literal] = STATE(510), - [sym__string_literal] = STATE(498), - [sym__multiline_string_literal] = STATE(498), - [sym_expression] = STATE(657), - [sym_cast_expression] = STATE(524), - [sym_assignment_expression] = STATE(524), - [sym_binary_expression] = STATE(524), - [sym_instanceof_expression] = STATE(524), - [sym_lambda_expression] = STATE(524), - [sym_inferred_parameters] = STATE(1259), - [sym_ternary_expression] = STATE(524), - [sym_unary_expression] = STATE(524), - [sym_update_expression] = STATE(524), - [sym_primary_expression] = STATE(470), - [sym_array_creation_expression] = STATE(507), - [sym_parenthesized_expression] = STATE(507), - [sym_class_literal] = STATE(507), - [sym_object_creation_expression] = STATE(507), - [sym__unqualified_object_creation_expression] = STATE(483), - [sym_field_access] = STATE(384), - [sym_array_access] = STATE(384), - [sym_method_invocation] = STATE(507), - [sym_method_reference] = STATE(507), - [sym_switch_expression] = STATE(592), - [sym_statement] = STATE(286), - [sym_block] = STATE(276), - [sym_expression_statement] = STATE(276), - [sym_labeled_statement] = STATE(276), - [sym_assert_statement] = STATE(276), - [sym_do_statement] = STATE(276), - [sym_break_statement] = STATE(276), - [sym_continue_statement] = STATE(276), - [sym_return_statement] = STATE(276), - [sym_yield_statement] = STATE(276), - [sym_synchronized_statement] = STATE(276), - [sym_throw_statement] = STATE(276), - [sym_try_statement] = STATE(276), - [sym_try_with_resources_statement] = STATE(276), - [sym_if_statement] = STATE(276), - [sym_while_statement] = STATE(276), - [sym_for_statement] = STATE(276), - [sym_enhanced_for_statement] = STATE(276), - [sym__annotation] = STATE(471), - [sym_marker_annotation] = STATE(471), - [sym_annotation] = STATE(471), - [sym_declaration] = STATE(276), - [sym_module_declaration] = STATE(332), - [sym_package_declaration] = STATE(332), - [sym_import_declaration] = STATE(332), - [sym_enum_declaration] = STATE(332), - [sym_class_declaration] = STATE(332), - [sym_modifiers] = STATE(679), - [sym_record_declaration] = STATE(332), - [sym_annotation_type_declaration] = STATE(332), - [sym_interface_declaration] = STATE(332), - [sym__type] = STATE(1266), - [sym__unannotated_type] = STATE(718), - [sym_annotated_type] = STATE(797), - [sym_scoped_type_identifier] = STATE(745), - [sym_generic_type] = STATE(771), - [sym_array_type] = STATE(702), - [sym_integral_type] = STATE(702), - [sym_floating_point_type] = STATE(702), - [sym_formal_parameters] = STATE(1259), - [sym_local_variable_declaration] = STATE(276), - [aux_sym_array_creation_expression_repeat1] = STATE(658), - [aux_sym_modifiers_repeat1] = STATE(428), - [sym_identifier] = ACTIONS(251), - [sym_decimal_integer_literal] = ACTIONS(9), - [sym_hex_integer_literal] = ACTIONS(9), - [sym_octal_integer_literal] = ACTIONS(9), - [sym_binary_integer_literal] = ACTIONS(11), - [sym_decimal_floating_point_literal] = ACTIONS(11), - [sym_hex_floating_point_literal] = ACTIONS(9), - [sym_true] = ACTIONS(9), - [sym_false] = ACTIONS(9), - [sym_character_literal] = ACTIONS(11), - [anon_sym_DQUOTE] = ACTIONS(13), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(15), - [sym_null_literal] = ACTIONS(9), - [anon_sym_LPAREN] = ACTIONS(17), - [anon_sym_PLUS] = ACTIONS(19), - [anon_sym_DASH] = ACTIONS(19), - [anon_sym_final] = ACTIONS(21), - [anon_sym_BANG] = ACTIONS(23), - [anon_sym_TILDE] = ACTIONS(23), - [anon_sym_PLUS_PLUS] = ACTIONS(25), - [anon_sym_DASH_DASH] = ACTIONS(25), - [anon_sym_new] = ACTIONS(27), - [anon_sym_class] = ACTIONS(29), - [anon_sym_switch] = ACTIONS(31), - [anon_sym_LBRACE] = ACTIONS(33), - [anon_sym_default] = ACTIONS(21), - [anon_sym_SEMI] = ACTIONS(35), - [anon_sym_assert] = ACTIONS(37), - [anon_sym_do] = ACTIONS(39), - [anon_sym_while] = ACTIONS(253), - [anon_sym_break] = ACTIONS(43), - [anon_sym_continue] = ACTIONS(45), - [anon_sym_return] = ACTIONS(47), - [anon_sym_yield] = ACTIONS(49), - [anon_sym_synchronized] = ACTIONS(51), - [anon_sym_throw] = ACTIONS(53), - [anon_sym_try] = ACTIONS(55), - [anon_sym_if] = ACTIONS(255), - [anon_sym_for] = ACTIONS(257), + [anon_sym_if] = ACTIONS(265), + [anon_sym_for] = ACTIONS(267), [anon_sym_AT] = ACTIONS(61), [anon_sym_open] = ACTIONS(63), [anon_sym_module] = ACTIONS(65), [anon_sym_static] = ACTIONS(21), - [anon_sym_package] = ACTIONS(67), - [anon_sym_import] = ACTIONS(69), - [anon_sym_enum] = ACTIONS(71), + [anon_sym_with] = ACTIONS(67), + [anon_sym_package] = ACTIONS(69), + [anon_sym_import] = ACTIONS(71), + [anon_sym_enum] = ACTIONS(73), [anon_sym_public] = ACTIONS(21), [anon_sym_protected] = ACTIONS(21), [anon_sym_private] = ACTIONS(21), @@ -19345,94 +18907,95 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_native] = ACTIONS(21), [anon_sym_transient] = ACTIONS(21), [anon_sym_volatile] = ACTIONS(21), - [anon_sym_sealed] = ACTIONS(21), - [anon_sym_non_DASHsealed] = ACTIONS(73), - [anon_sym_record] = ACTIONS(75), - [anon_sym_ATinterface] = ACTIONS(77), - [anon_sym_interface] = ACTIONS(79), - [anon_sym_byte] = ACTIONS(81), - [anon_sym_short] = ACTIONS(81), - [anon_sym_int] = ACTIONS(81), - [anon_sym_long] = ACTIONS(81), - [anon_sym_char] = ACTIONS(81), - [anon_sym_float] = ACTIONS(83), - [anon_sym_double] = ACTIONS(83), - [sym_boolean_type] = ACTIONS(85), - [sym_void_type] = ACTIONS(85), - [sym_this] = ACTIONS(87), - [sym_super] = ACTIONS(89), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_non_DASHsealed] = ACTIONS(77), + [anon_sym_record] = ACTIONS(79), + [anon_sym_ATinterface] = ACTIONS(81), + [anon_sym_interface] = ACTIONS(83), + [anon_sym_byte] = ACTIONS(85), + [anon_sym_short] = ACTIONS(85), + [anon_sym_int] = ACTIONS(85), + [anon_sym_long] = ACTIONS(85), + [anon_sym_char] = ACTIONS(85), + [anon_sym_float] = ACTIONS(87), + [anon_sym_double] = ACTIONS(87), + [sym_boolean_type] = ACTIONS(89), + [sym_void_type] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, - [62] = { - [sym__literal] = STATE(507), - [sym_string_literal] = STATE(510), - [sym__string_literal] = STATE(498), - [sym__multiline_string_literal] = STATE(498), - [sym_expression] = STATE(657), - [sym_cast_expression] = STATE(524), - [sym_assignment_expression] = STATE(524), - [sym_binary_expression] = STATE(524), - [sym_instanceof_expression] = STATE(524), - [sym_lambda_expression] = STATE(524), - [sym_inferred_parameters] = STATE(1259), - [sym_ternary_expression] = STATE(524), - [sym_unary_expression] = STATE(524), - [sym_update_expression] = STATE(524), - [sym_primary_expression] = STATE(470), - [sym_array_creation_expression] = STATE(507), - [sym_parenthesized_expression] = STATE(507), - [sym_class_literal] = STATE(507), - [sym_object_creation_expression] = STATE(507), - [sym__unqualified_object_creation_expression] = STATE(483), - [sym_field_access] = STATE(384), - [sym_array_access] = STATE(384), - [sym_method_invocation] = STATE(507), - [sym_method_reference] = STATE(507), - [sym_switch_expression] = STATE(87), - [sym_statement] = STATE(333), - [sym_block] = STATE(276), - [sym_expression_statement] = STATE(276), - [sym_labeled_statement] = STATE(276), - [sym_assert_statement] = STATE(276), - [sym_do_statement] = STATE(276), - [sym_break_statement] = STATE(276), - [sym_continue_statement] = STATE(276), - [sym_return_statement] = STATE(276), - [sym_yield_statement] = STATE(276), - [sym_synchronized_statement] = STATE(276), - [sym_throw_statement] = STATE(276), - [sym_try_statement] = STATE(276), - [sym_try_with_resources_statement] = STATE(276), - [sym_if_statement] = STATE(276), - [sym_while_statement] = STATE(276), - [sym_for_statement] = STATE(276), - [sym_enhanced_for_statement] = STATE(276), - [sym__annotation] = STATE(471), - [sym_marker_annotation] = STATE(471), - [sym_annotation] = STATE(471), - [sym_declaration] = STATE(276), - [sym_module_declaration] = STATE(332), - [sym_package_declaration] = STATE(332), - [sym_import_declaration] = STATE(332), - [sym_enum_declaration] = STATE(332), - [sym_class_declaration] = STATE(332), - [sym_modifiers] = STATE(679), - [sym_record_declaration] = STATE(332), - [sym_annotation_type_declaration] = STATE(332), - [sym_interface_declaration] = STATE(332), - [sym__type] = STATE(1266), - [sym__unannotated_type] = STATE(718), - [sym_annotated_type] = STATE(797), - [sym_scoped_type_identifier] = STATE(745), - [sym_generic_type] = STATE(771), - [sym_array_type] = STATE(702), - [sym_integral_type] = STATE(702), - [sym_floating_point_type] = STATE(702), - [sym_formal_parameters] = STATE(1259), - [sym_local_variable_declaration] = STATE(276), - [aux_sym_array_creation_expression_repeat1] = STATE(658), - [aux_sym_modifiers_repeat1] = STATE(428), + [60] = { + [sym__literal] = STATE(498), + [sym_string_literal] = STATE(505), + [sym__string_literal] = STATE(508), + [sym__multiline_string_literal] = STATE(508), + [sym_expression] = STATE(650), + [sym_cast_expression] = STATE(538), + [sym_assignment_expression] = STATE(538), + [sym_binary_expression] = STATE(538), + [sym_instanceof_expression] = STATE(538), + [sym_lambda_expression] = STATE(538), + [sym_inferred_parameters] = STATE(1218), + [sym_ternary_expression] = STATE(538), + [sym_unary_expression] = STATE(538), + [sym_update_expression] = STATE(538), + [sym_primary_expression] = STATE(509), + [sym_array_creation_expression] = STATE(498), + [sym_parenthesized_expression] = STATE(498), + [sym_class_literal] = STATE(498), + [sym_object_creation_expression] = STATE(498), + [sym__unqualified_object_creation_expression] = STATE(515), + [sym_field_access] = STATE(385), + [sym_array_access] = STATE(385), + [sym_method_invocation] = STATE(498), + [sym_method_reference] = STATE(498), + [sym_switch_expression] = STATE(88), + [sym_statement] = STATE(305), + [sym_block] = STATE(284), + [sym_expression_statement] = STATE(284), + [sym_labeled_statement] = STATE(284), + [sym_assert_statement] = STATE(284), + [sym_do_statement] = STATE(284), + [sym_break_statement] = STATE(284), + [sym_continue_statement] = STATE(284), + [sym_return_statement] = STATE(284), + [sym_yield_statement] = STATE(284), + [sym_synchronized_statement] = STATE(284), + [sym_throw_statement] = STATE(284), + [sym_try_statement] = STATE(284), + [sym_try_with_resources_statement] = STATE(284), + [sym_if_statement] = STATE(284), + [sym_while_statement] = STATE(284), + [sym_for_statement] = STATE(284), + [sym_enhanced_for_statement] = STATE(284), + [sym__annotation] = STATE(474), + [sym_marker_annotation] = STATE(474), + [sym_annotation] = STATE(474), + [sym_declaration] = STATE(284), + [sym_module_declaration] = STATE(292), + [sym_package_declaration] = STATE(292), + [sym_import_declaration] = STATE(292), + [sym_enum_declaration] = STATE(292), + [sym_class_declaration] = STATE(292), + [sym_modifiers] = STATE(702), + [sym_record_declaration] = STATE(292), + [sym_annotation_type_declaration] = STATE(292), + [sym_interface_declaration] = STATE(292), + [sym__type] = STATE(1208), + [sym__unannotated_type] = STATE(700), + [sym_annotated_type] = STATE(831), + [sym_scoped_type_identifier] = STATE(735), + [sym_generic_type] = STATE(751), + [sym_array_type] = STATE(688), + [sym_integral_type] = STATE(688), + [sym_floating_point_type] = STATE(688), + [sym_formal_parameters] = STATE(1218), + [sym_local_variable_declaration] = STATE(284), + [sym__reserved_identifier] = STATE(372), + [aux_sym_array_creation_expression_repeat1] = STATE(653), + [aux_sym_modifiers_repeat1] = STATE(433), [sym_identifier] = ACTIONS(7), [sym_decimal_integer_literal] = ACTIONS(9), [sym_hex_integer_literal] = ACTIONS(9), @@ -19476,293 +19039,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_open] = ACTIONS(63), [anon_sym_module] = ACTIONS(65), [anon_sym_static] = ACTIONS(21), - [anon_sym_package] = ACTIONS(67), - [anon_sym_import] = ACTIONS(69), - [anon_sym_enum] = ACTIONS(71), - [anon_sym_public] = ACTIONS(21), - [anon_sym_protected] = ACTIONS(21), - [anon_sym_private] = ACTIONS(21), - [anon_sym_abstract] = ACTIONS(21), - [anon_sym_strictfp] = ACTIONS(21), - [anon_sym_native] = ACTIONS(21), - [anon_sym_transient] = ACTIONS(21), - [anon_sym_volatile] = ACTIONS(21), - [anon_sym_sealed] = ACTIONS(21), - [anon_sym_non_DASHsealed] = ACTIONS(73), - [anon_sym_record] = ACTIONS(75), - [anon_sym_ATinterface] = ACTIONS(77), - [anon_sym_interface] = ACTIONS(79), - [anon_sym_byte] = ACTIONS(81), - [anon_sym_short] = ACTIONS(81), - [anon_sym_int] = ACTIONS(81), - [anon_sym_long] = ACTIONS(81), - [anon_sym_char] = ACTIONS(81), - [anon_sym_float] = ACTIONS(83), - [anon_sym_double] = ACTIONS(83), - [sym_boolean_type] = ACTIONS(85), - [sym_void_type] = ACTIONS(85), - [sym_this] = ACTIONS(87), - [sym_super] = ACTIONS(89), - [sym_line_comment] = ACTIONS(3), - [sym_block_comment] = ACTIONS(3), - }, - [63] = { - [sym__literal] = STATE(507), - [sym_string_literal] = STATE(510), - [sym__string_literal] = STATE(498), - [sym__multiline_string_literal] = STATE(498), - [sym_expression] = STATE(657), - [sym_cast_expression] = STATE(524), - [sym_assignment_expression] = STATE(524), - [sym_binary_expression] = STATE(524), - [sym_instanceof_expression] = STATE(524), - [sym_lambda_expression] = STATE(524), - [sym_inferred_parameters] = STATE(1259), - [sym_ternary_expression] = STATE(524), - [sym_unary_expression] = STATE(524), - [sym_update_expression] = STATE(524), - [sym_primary_expression] = STATE(470), - [sym_array_creation_expression] = STATE(507), - [sym_parenthesized_expression] = STATE(507), - [sym_class_literal] = STATE(507), - [sym_object_creation_expression] = STATE(507), - [sym__unqualified_object_creation_expression] = STATE(483), - [sym_field_access] = STATE(384), - [sym_array_access] = STATE(384), - [sym_method_invocation] = STATE(507), - [sym_method_reference] = STATE(507), - [sym_switch_expression] = STATE(592), - [sym_statement] = STATE(287), - [sym_block] = STATE(276), - [sym_expression_statement] = STATE(276), - [sym_labeled_statement] = STATE(276), - [sym_assert_statement] = STATE(276), - [sym_do_statement] = STATE(276), - [sym_break_statement] = STATE(276), - [sym_continue_statement] = STATE(276), - [sym_return_statement] = STATE(276), - [sym_yield_statement] = STATE(276), - [sym_synchronized_statement] = STATE(276), - [sym_throw_statement] = STATE(276), - [sym_try_statement] = STATE(276), - [sym_try_with_resources_statement] = STATE(276), - [sym_if_statement] = STATE(276), - [sym_while_statement] = STATE(276), - [sym_for_statement] = STATE(276), - [sym_enhanced_for_statement] = STATE(276), - [sym__annotation] = STATE(471), - [sym_marker_annotation] = STATE(471), - [sym_annotation] = STATE(471), - [sym_declaration] = STATE(276), - [sym_module_declaration] = STATE(332), - [sym_package_declaration] = STATE(332), - [sym_import_declaration] = STATE(332), - [sym_enum_declaration] = STATE(332), - [sym_class_declaration] = STATE(332), - [sym_modifiers] = STATE(679), - [sym_record_declaration] = STATE(332), - [sym_annotation_type_declaration] = STATE(332), - [sym_interface_declaration] = STATE(332), - [sym__type] = STATE(1266), - [sym__unannotated_type] = STATE(718), - [sym_annotated_type] = STATE(797), - [sym_scoped_type_identifier] = STATE(745), - [sym_generic_type] = STATE(771), - [sym_array_type] = STATE(702), - [sym_integral_type] = STATE(702), - [sym_floating_point_type] = STATE(702), - [sym_formal_parameters] = STATE(1259), - [sym_local_variable_declaration] = STATE(276), - [aux_sym_array_creation_expression_repeat1] = STATE(658), - [aux_sym_modifiers_repeat1] = STATE(428), - [sym_identifier] = ACTIONS(251), - [sym_decimal_integer_literal] = ACTIONS(9), - [sym_hex_integer_literal] = ACTIONS(9), - [sym_octal_integer_literal] = ACTIONS(9), - [sym_binary_integer_literal] = ACTIONS(11), - [sym_decimal_floating_point_literal] = ACTIONS(11), - [sym_hex_floating_point_literal] = ACTIONS(9), - [sym_true] = ACTIONS(9), - [sym_false] = ACTIONS(9), - [sym_character_literal] = ACTIONS(11), - [anon_sym_DQUOTE] = ACTIONS(13), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(15), - [sym_null_literal] = ACTIONS(9), - [anon_sym_LPAREN] = ACTIONS(17), - [anon_sym_PLUS] = ACTIONS(19), - [anon_sym_DASH] = ACTIONS(19), - [anon_sym_final] = ACTIONS(21), - [anon_sym_BANG] = ACTIONS(23), - [anon_sym_TILDE] = ACTIONS(23), - [anon_sym_PLUS_PLUS] = ACTIONS(25), - [anon_sym_DASH_DASH] = ACTIONS(25), - [anon_sym_new] = ACTIONS(27), - [anon_sym_class] = ACTIONS(29), - [anon_sym_switch] = ACTIONS(31), - [anon_sym_LBRACE] = ACTIONS(33), - [anon_sym_default] = ACTIONS(21), - [anon_sym_SEMI] = ACTIONS(35), - [anon_sym_assert] = ACTIONS(37), - [anon_sym_do] = ACTIONS(39), - [anon_sym_while] = ACTIONS(253), - [anon_sym_break] = ACTIONS(43), - [anon_sym_continue] = ACTIONS(45), - [anon_sym_return] = ACTIONS(47), - [anon_sym_yield] = ACTIONS(49), - [anon_sym_synchronized] = ACTIONS(51), - [anon_sym_throw] = ACTIONS(53), - [anon_sym_try] = ACTIONS(55), - [anon_sym_if] = ACTIONS(255), - [anon_sym_for] = ACTIONS(257), - [anon_sym_AT] = ACTIONS(61), - [anon_sym_open] = ACTIONS(63), - [anon_sym_module] = ACTIONS(65), - [anon_sym_static] = ACTIONS(21), - [anon_sym_package] = ACTIONS(67), - [anon_sym_import] = ACTIONS(69), - [anon_sym_enum] = ACTIONS(71), - [anon_sym_public] = ACTIONS(21), - [anon_sym_protected] = ACTIONS(21), - [anon_sym_private] = ACTIONS(21), - [anon_sym_abstract] = ACTIONS(21), - [anon_sym_strictfp] = ACTIONS(21), - [anon_sym_native] = ACTIONS(21), - [anon_sym_transient] = ACTIONS(21), - [anon_sym_volatile] = ACTIONS(21), - [anon_sym_sealed] = ACTIONS(21), - [anon_sym_non_DASHsealed] = ACTIONS(73), - [anon_sym_record] = ACTIONS(75), - [anon_sym_ATinterface] = ACTIONS(77), - [anon_sym_interface] = ACTIONS(79), - [anon_sym_byte] = ACTIONS(81), - [anon_sym_short] = ACTIONS(81), - [anon_sym_int] = ACTIONS(81), - [anon_sym_long] = ACTIONS(81), - [anon_sym_char] = ACTIONS(81), - [anon_sym_float] = ACTIONS(83), - [anon_sym_double] = ACTIONS(83), - [sym_boolean_type] = ACTIONS(85), - [sym_void_type] = ACTIONS(85), - [sym_this] = ACTIONS(87), - [sym_super] = ACTIONS(89), - [sym_line_comment] = ACTIONS(3), - [sym_block_comment] = ACTIONS(3), - }, - [64] = { - [sym__literal] = STATE(507), - [sym_string_literal] = STATE(510), - [sym__string_literal] = STATE(498), - [sym__multiline_string_literal] = STATE(498), - [sym_expression] = STATE(657), - [sym_cast_expression] = STATE(524), - [sym_assignment_expression] = STATE(524), - [sym_binary_expression] = STATE(524), - [sym_instanceof_expression] = STATE(524), - [sym_lambda_expression] = STATE(524), - [sym_inferred_parameters] = STATE(1259), - [sym_ternary_expression] = STATE(524), - [sym_unary_expression] = STATE(524), - [sym_update_expression] = STATE(524), - [sym_primary_expression] = STATE(470), - [sym_array_creation_expression] = STATE(507), - [sym_parenthesized_expression] = STATE(507), - [sym_class_literal] = STATE(507), - [sym_object_creation_expression] = STATE(507), - [sym__unqualified_object_creation_expression] = STATE(483), - [sym_field_access] = STATE(384), - [sym_array_access] = STATE(384), - [sym_method_invocation] = STATE(507), - [sym_method_reference] = STATE(507), - [sym_switch_expression] = STATE(592), - [sym_statement] = STATE(298), - [sym_block] = STATE(276), - [sym_expression_statement] = STATE(276), - [sym_labeled_statement] = STATE(276), - [sym_assert_statement] = STATE(276), - [sym_do_statement] = STATE(276), - [sym_break_statement] = STATE(276), - [sym_continue_statement] = STATE(276), - [sym_return_statement] = STATE(276), - [sym_yield_statement] = STATE(276), - [sym_synchronized_statement] = STATE(276), - [sym_throw_statement] = STATE(276), - [sym_try_statement] = STATE(276), - [sym_try_with_resources_statement] = STATE(276), - [sym_if_statement] = STATE(276), - [sym_while_statement] = STATE(276), - [sym_for_statement] = STATE(276), - [sym_enhanced_for_statement] = STATE(276), - [sym__annotation] = STATE(471), - [sym_marker_annotation] = STATE(471), - [sym_annotation] = STATE(471), - [sym_declaration] = STATE(276), - [sym_module_declaration] = STATE(332), - [sym_package_declaration] = STATE(332), - [sym_import_declaration] = STATE(332), - [sym_enum_declaration] = STATE(332), - [sym_class_declaration] = STATE(332), - [sym_modifiers] = STATE(679), - [sym_record_declaration] = STATE(332), - [sym_annotation_type_declaration] = STATE(332), - [sym_interface_declaration] = STATE(332), - [sym__type] = STATE(1266), - [sym__unannotated_type] = STATE(718), - [sym_annotated_type] = STATE(797), - [sym_scoped_type_identifier] = STATE(745), - [sym_generic_type] = STATE(771), - [sym_array_type] = STATE(702), - [sym_integral_type] = STATE(702), - [sym_floating_point_type] = STATE(702), - [sym_formal_parameters] = STATE(1259), - [sym_local_variable_declaration] = STATE(276), - [aux_sym_array_creation_expression_repeat1] = STATE(658), - [aux_sym_modifiers_repeat1] = STATE(428), - [sym_identifier] = ACTIONS(251), - [sym_decimal_integer_literal] = ACTIONS(9), - [sym_hex_integer_literal] = ACTIONS(9), - [sym_octal_integer_literal] = ACTIONS(9), - [sym_binary_integer_literal] = ACTIONS(11), - [sym_decimal_floating_point_literal] = ACTIONS(11), - [sym_hex_floating_point_literal] = ACTIONS(9), - [sym_true] = ACTIONS(9), - [sym_false] = ACTIONS(9), - [sym_character_literal] = ACTIONS(11), - [anon_sym_DQUOTE] = ACTIONS(13), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(15), - [sym_null_literal] = ACTIONS(9), - [anon_sym_LPAREN] = ACTIONS(17), - [anon_sym_PLUS] = ACTIONS(19), - [anon_sym_DASH] = ACTIONS(19), - [anon_sym_final] = ACTIONS(21), - [anon_sym_BANG] = ACTIONS(23), - [anon_sym_TILDE] = ACTIONS(23), - [anon_sym_PLUS_PLUS] = ACTIONS(25), - [anon_sym_DASH_DASH] = ACTIONS(25), - [anon_sym_new] = ACTIONS(27), - [anon_sym_class] = ACTIONS(29), - [anon_sym_switch] = ACTIONS(31), - [anon_sym_LBRACE] = ACTIONS(33), - [anon_sym_default] = ACTIONS(21), - [anon_sym_SEMI] = ACTIONS(35), - [anon_sym_assert] = ACTIONS(37), - [anon_sym_do] = ACTIONS(39), - [anon_sym_while] = ACTIONS(253), - [anon_sym_break] = ACTIONS(43), - [anon_sym_continue] = ACTIONS(45), - [anon_sym_return] = ACTIONS(47), - [anon_sym_yield] = ACTIONS(49), - [anon_sym_synchronized] = ACTIONS(51), - [anon_sym_throw] = ACTIONS(53), - [anon_sym_try] = ACTIONS(55), - [anon_sym_if] = ACTIONS(255), - [anon_sym_for] = ACTIONS(257), - [anon_sym_AT] = ACTIONS(61), - [anon_sym_open] = ACTIONS(63), - [anon_sym_module] = ACTIONS(65), - [anon_sym_static] = ACTIONS(21), - [anon_sym_package] = ACTIONS(67), - [anon_sym_import] = ACTIONS(69), - [anon_sym_enum] = ACTIONS(71), + [anon_sym_with] = ACTIONS(67), + [anon_sym_package] = ACTIONS(69), + [anon_sym_import] = ACTIONS(71), + [anon_sym_enum] = ACTIONS(73), [anon_sym_public] = ACTIONS(21), [anon_sym_protected] = ACTIONS(21), [anon_sym_private] = ACTIONS(21), @@ -19771,95 +19051,96 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_native] = ACTIONS(21), [anon_sym_transient] = ACTIONS(21), [anon_sym_volatile] = ACTIONS(21), - [anon_sym_sealed] = ACTIONS(21), - [anon_sym_non_DASHsealed] = ACTIONS(73), - [anon_sym_record] = ACTIONS(75), - [anon_sym_ATinterface] = ACTIONS(77), - [anon_sym_interface] = ACTIONS(79), - [anon_sym_byte] = ACTIONS(81), - [anon_sym_short] = ACTIONS(81), - [anon_sym_int] = ACTIONS(81), - [anon_sym_long] = ACTIONS(81), - [anon_sym_char] = ACTIONS(81), - [anon_sym_float] = ACTIONS(83), - [anon_sym_double] = ACTIONS(83), - [sym_boolean_type] = ACTIONS(85), - [sym_void_type] = ACTIONS(85), - [sym_this] = ACTIONS(87), - [sym_super] = ACTIONS(89), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_non_DASHsealed] = ACTIONS(77), + [anon_sym_record] = ACTIONS(79), + [anon_sym_ATinterface] = ACTIONS(81), + [anon_sym_interface] = ACTIONS(83), + [anon_sym_byte] = ACTIONS(85), + [anon_sym_short] = ACTIONS(85), + [anon_sym_int] = ACTIONS(85), + [anon_sym_long] = ACTIONS(85), + [anon_sym_char] = ACTIONS(85), + [anon_sym_float] = ACTIONS(87), + [anon_sym_double] = ACTIONS(87), + [sym_boolean_type] = ACTIONS(89), + [sym_void_type] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, - [65] = { - [sym__literal] = STATE(507), - [sym_string_literal] = STATE(510), - [sym__string_literal] = STATE(498), - [sym__multiline_string_literal] = STATE(498), - [sym_expression] = STATE(657), - [sym_cast_expression] = STATE(524), - [sym_assignment_expression] = STATE(524), - [sym_binary_expression] = STATE(524), - [sym_instanceof_expression] = STATE(524), - [sym_lambda_expression] = STATE(524), - [sym_inferred_parameters] = STATE(1259), - [sym_ternary_expression] = STATE(524), - [sym_unary_expression] = STATE(524), - [sym_update_expression] = STATE(524), - [sym_primary_expression] = STATE(470), - [sym_array_creation_expression] = STATE(507), - [sym_parenthesized_expression] = STATE(507), - [sym_class_literal] = STATE(507), - [sym_object_creation_expression] = STATE(507), - [sym__unqualified_object_creation_expression] = STATE(483), - [sym_field_access] = STATE(384), - [sym_array_access] = STATE(384), - [sym_method_invocation] = STATE(507), - [sym_method_reference] = STATE(507), - [sym_switch_expression] = STATE(592), - [sym_statement] = STATE(300), - [sym_block] = STATE(276), - [sym_expression_statement] = STATE(276), - [sym_labeled_statement] = STATE(276), - [sym_assert_statement] = STATE(276), - [sym_do_statement] = STATE(276), - [sym_break_statement] = STATE(276), - [sym_continue_statement] = STATE(276), - [sym_return_statement] = STATE(276), - [sym_yield_statement] = STATE(276), - [sym_synchronized_statement] = STATE(276), - [sym_throw_statement] = STATE(276), - [sym_try_statement] = STATE(276), - [sym_try_with_resources_statement] = STATE(276), - [sym_if_statement] = STATE(276), - [sym_while_statement] = STATE(276), - [sym_for_statement] = STATE(276), - [sym_enhanced_for_statement] = STATE(276), - [sym__annotation] = STATE(471), - [sym_marker_annotation] = STATE(471), - [sym_annotation] = STATE(471), - [sym_declaration] = STATE(276), - [sym_module_declaration] = STATE(332), - [sym_package_declaration] = STATE(332), - [sym_import_declaration] = STATE(332), - [sym_enum_declaration] = STATE(332), - [sym_class_declaration] = STATE(332), - [sym_modifiers] = STATE(679), - [sym_record_declaration] = STATE(332), - [sym_annotation_type_declaration] = STATE(332), - [sym_interface_declaration] = STATE(332), - [sym__type] = STATE(1266), - [sym__unannotated_type] = STATE(718), - [sym_annotated_type] = STATE(797), - [sym_scoped_type_identifier] = STATE(745), - [sym_generic_type] = STATE(771), - [sym_array_type] = STATE(702), - [sym_integral_type] = STATE(702), - [sym_floating_point_type] = STATE(702), - [sym_formal_parameters] = STATE(1259), - [sym_local_variable_declaration] = STATE(276), - [aux_sym_array_creation_expression_repeat1] = STATE(658), - [aux_sym_modifiers_repeat1] = STATE(428), - [sym_identifier] = ACTIONS(251), + [61] = { + [sym__literal] = STATE(498), + [sym_string_literal] = STATE(505), + [sym__string_literal] = STATE(508), + [sym__multiline_string_literal] = STATE(508), + [sym_expression] = STATE(650), + [sym_cast_expression] = STATE(538), + [sym_assignment_expression] = STATE(538), + [sym_binary_expression] = STATE(538), + [sym_instanceof_expression] = STATE(538), + [sym_lambda_expression] = STATE(538), + [sym_inferred_parameters] = STATE(1218), + [sym_ternary_expression] = STATE(538), + [sym_unary_expression] = STATE(538), + [sym_update_expression] = STATE(538), + [sym_primary_expression] = STATE(509), + [sym_array_creation_expression] = STATE(498), + [sym_parenthesized_expression] = STATE(498), + [sym_class_literal] = STATE(498), + [sym_object_creation_expression] = STATE(498), + [sym__unqualified_object_creation_expression] = STATE(515), + [sym_field_access] = STATE(385), + [sym_array_access] = STATE(385), + [sym_method_invocation] = STATE(498), + [sym_method_reference] = STATE(498), + [sym_switch_expression] = STATE(88), + [sym_statement] = STATE(297), + [sym_block] = STATE(284), + [sym_expression_statement] = STATE(284), + [sym_labeled_statement] = STATE(284), + [sym_assert_statement] = STATE(284), + [sym_do_statement] = STATE(284), + [sym_break_statement] = STATE(284), + [sym_continue_statement] = STATE(284), + [sym_return_statement] = STATE(284), + [sym_yield_statement] = STATE(284), + [sym_synchronized_statement] = STATE(284), + [sym_throw_statement] = STATE(284), + [sym_try_statement] = STATE(284), + [sym_try_with_resources_statement] = STATE(284), + [sym_if_statement] = STATE(284), + [sym_while_statement] = STATE(284), + [sym_for_statement] = STATE(284), + [sym_enhanced_for_statement] = STATE(284), + [sym__annotation] = STATE(474), + [sym_marker_annotation] = STATE(474), + [sym_annotation] = STATE(474), + [sym_declaration] = STATE(284), + [sym_module_declaration] = STATE(292), + [sym_package_declaration] = STATE(292), + [sym_import_declaration] = STATE(292), + [sym_enum_declaration] = STATE(292), + [sym_class_declaration] = STATE(292), + [sym_modifiers] = STATE(702), + [sym_record_declaration] = STATE(292), + [sym_annotation_type_declaration] = STATE(292), + [sym_interface_declaration] = STATE(292), + [sym__type] = STATE(1208), + [sym__unannotated_type] = STATE(700), + [sym_annotated_type] = STATE(831), + [sym_scoped_type_identifier] = STATE(735), + [sym_generic_type] = STATE(751), + [sym_array_type] = STATE(688), + [sym_integral_type] = STATE(688), + [sym_floating_point_type] = STATE(688), + [sym_formal_parameters] = STATE(1218), + [sym_local_variable_declaration] = STATE(284), + [sym__reserved_identifier] = STATE(372), + [aux_sym_array_creation_expression_repeat1] = STATE(653), + [aux_sym_modifiers_repeat1] = STATE(433), + [sym_identifier] = ACTIONS(7), [sym_decimal_integer_literal] = ACTIONS(9), [sym_hex_integer_literal] = ACTIONS(9), [sym_octal_integer_literal] = ACTIONS(9), @@ -19888,7 +19169,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_SEMI] = ACTIONS(35), [anon_sym_assert] = ACTIONS(37), [anon_sym_do] = ACTIONS(39), - [anon_sym_while] = ACTIONS(253), + [anon_sym_while] = ACTIONS(41), [anon_sym_break] = ACTIONS(43), [anon_sym_continue] = ACTIONS(45), [anon_sym_return] = ACTIONS(47), @@ -19896,15 +19177,16 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_synchronized] = ACTIONS(51), [anon_sym_throw] = ACTIONS(53), [anon_sym_try] = ACTIONS(55), - [anon_sym_if] = ACTIONS(255), - [anon_sym_for] = ACTIONS(257), + [anon_sym_if] = ACTIONS(57), + [anon_sym_for] = ACTIONS(59), [anon_sym_AT] = ACTIONS(61), [anon_sym_open] = ACTIONS(63), [anon_sym_module] = ACTIONS(65), [anon_sym_static] = ACTIONS(21), - [anon_sym_package] = ACTIONS(67), - [anon_sym_import] = ACTIONS(69), - [anon_sym_enum] = ACTIONS(71), + [anon_sym_with] = ACTIONS(67), + [anon_sym_package] = ACTIONS(69), + [anon_sym_import] = ACTIONS(71), + [anon_sym_enum] = ACTIONS(73), [anon_sym_public] = ACTIONS(21), [anon_sym_protected] = ACTIONS(21), [anon_sym_private] = ACTIONS(21), @@ -19913,95 +19195,96 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_native] = ACTIONS(21), [anon_sym_transient] = ACTIONS(21), [anon_sym_volatile] = ACTIONS(21), - [anon_sym_sealed] = ACTIONS(21), - [anon_sym_non_DASHsealed] = ACTIONS(73), - [anon_sym_record] = ACTIONS(75), - [anon_sym_ATinterface] = ACTIONS(77), - [anon_sym_interface] = ACTIONS(79), - [anon_sym_byte] = ACTIONS(81), - [anon_sym_short] = ACTIONS(81), - [anon_sym_int] = ACTIONS(81), - [anon_sym_long] = ACTIONS(81), - [anon_sym_char] = ACTIONS(81), - [anon_sym_float] = ACTIONS(83), - [anon_sym_double] = ACTIONS(83), - [sym_boolean_type] = ACTIONS(85), - [sym_void_type] = ACTIONS(85), - [sym_this] = ACTIONS(87), - [sym_super] = ACTIONS(89), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_non_DASHsealed] = ACTIONS(77), + [anon_sym_record] = ACTIONS(79), + [anon_sym_ATinterface] = ACTIONS(81), + [anon_sym_interface] = ACTIONS(83), + [anon_sym_byte] = ACTIONS(85), + [anon_sym_short] = ACTIONS(85), + [anon_sym_int] = ACTIONS(85), + [anon_sym_long] = ACTIONS(85), + [anon_sym_char] = ACTIONS(85), + [anon_sym_float] = ACTIONS(87), + [anon_sym_double] = ACTIONS(87), + [sym_boolean_type] = ACTIONS(89), + [sym_void_type] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, - [66] = { - [sym__literal] = STATE(507), - [sym_string_literal] = STATE(510), - [sym__string_literal] = STATE(498), - [sym__multiline_string_literal] = STATE(498), - [sym_expression] = STATE(657), - [sym_cast_expression] = STATE(524), - [sym_assignment_expression] = STATE(524), - [sym_binary_expression] = STATE(524), - [sym_instanceof_expression] = STATE(524), - [sym_lambda_expression] = STATE(524), - [sym_inferred_parameters] = STATE(1259), - [sym_ternary_expression] = STATE(524), - [sym_unary_expression] = STATE(524), - [sym_update_expression] = STATE(524), - [sym_primary_expression] = STATE(470), - [sym_array_creation_expression] = STATE(507), - [sym_parenthesized_expression] = STATE(507), - [sym_class_literal] = STATE(507), - [sym_object_creation_expression] = STATE(507), - [sym__unqualified_object_creation_expression] = STATE(483), - [sym_field_access] = STATE(384), - [sym_array_access] = STATE(384), - [sym_method_invocation] = STATE(507), - [sym_method_reference] = STATE(507), - [sym_switch_expression] = STATE(592), - [sym_statement] = STATE(302), - [sym_block] = STATE(276), - [sym_expression_statement] = STATE(276), - [sym_labeled_statement] = STATE(276), - [sym_assert_statement] = STATE(276), - [sym_do_statement] = STATE(276), - [sym_break_statement] = STATE(276), - [sym_continue_statement] = STATE(276), - [sym_return_statement] = STATE(276), - [sym_yield_statement] = STATE(276), - [sym_synchronized_statement] = STATE(276), - [sym_throw_statement] = STATE(276), - [sym_try_statement] = STATE(276), - [sym_try_with_resources_statement] = STATE(276), - [sym_if_statement] = STATE(276), - [sym_while_statement] = STATE(276), - [sym_for_statement] = STATE(276), - [sym_enhanced_for_statement] = STATE(276), - [sym__annotation] = STATE(471), - [sym_marker_annotation] = STATE(471), - [sym_annotation] = STATE(471), - [sym_declaration] = STATE(276), - [sym_module_declaration] = STATE(332), - [sym_package_declaration] = STATE(332), - [sym_import_declaration] = STATE(332), - [sym_enum_declaration] = STATE(332), - [sym_class_declaration] = STATE(332), - [sym_modifiers] = STATE(679), - [sym_record_declaration] = STATE(332), - [sym_annotation_type_declaration] = STATE(332), - [sym_interface_declaration] = STATE(332), - [sym__type] = STATE(1266), - [sym__unannotated_type] = STATE(718), - [sym_annotated_type] = STATE(797), - [sym_scoped_type_identifier] = STATE(745), - [sym_generic_type] = STATE(771), - [sym_array_type] = STATE(702), - [sym_integral_type] = STATE(702), - [sym_floating_point_type] = STATE(702), - [sym_formal_parameters] = STATE(1259), - [sym_local_variable_declaration] = STATE(276), - [aux_sym_array_creation_expression_repeat1] = STATE(658), - [aux_sym_modifiers_repeat1] = STATE(428), - [sym_identifier] = ACTIONS(251), + [62] = { + [sym__literal] = STATE(498), + [sym_string_literal] = STATE(505), + [sym__string_literal] = STATE(508), + [sym__multiline_string_literal] = STATE(508), + [sym_expression] = STATE(650), + [sym_cast_expression] = STATE(538), + [sym_assignment_expression] = STATE(538), + [sym_binary_expression] = STATE(538), + [sym_instanceof_expression] = STATE(538), + [sym_lambda_expression] = STATE(538), + [sym_inferred_parameters] = STATE(1218), + [sym_ternary_expression] = STATE(538), + [sym_unary_expression] = STATE(538), + [sym_update_expression] = STATE(538), + [sym_primary_expression] = STATE(509), + [sym_array_creation_expression] = STATE(498), + [sym_parenthesized_expression] = STATE(498), + [sym_class_literal] = STATE(498), + [sym_object_creation_expression] = STATE(498), + [sym__unqualified_object_creation_expression] = STATE(515), + [sym_field_access] = STATE(385), + [sym_array_access] = STATE(385), + [sym_method_invocation] = STATE(498), + [sym_method_reference] = STATE(498), + [sym_switch_expression] = STATE(607), + [sym_statement] = STATE(323), + [sym_block] = STATE(284), + [sym_expression_statement] = STATE(284), + [sym_labeled_statement] = STATE(284), + [sym_assert_statement] = STATE(284), + [sym_do_statement] = STATE(284), + [sym_break_statement] = STATE(284), + [sym_continue_statement] = STATE(284), + [sym_return_statement] = STATE(284), + [sym_yield_statement] = STATE(284), + [sym_synchronized_statement] = STATE(284), + [sym_throw_statement] = STATE(284), + [sym_try_statement] = STATE(284), + [sym_try_with_resources_statement] = STATE(284), + [sym_if_statement] = STATE(284), + [sym_while_statement] = STATE(284), + [sym_for_statement] = STATE(284), + [sym_enhanced_for_statement] = STATE(284), + [sym__annotation] = STATE(474), + [sym_marker_annotation] = STATE(474), + [sym_annotation] = STATE(474), + [sym_declaration] = STATE(284), + [sym_module_declaration] = STATE(292), + [sym_package_declaration] = STATE(292), + [sym_import_declaration] = STATE(292), + [sym_enum_declaration] = STATE(292), + [sym_class_declaration] = STATE(292), + [sym_modifiers] = STATE(702), + [sym_record_declaration] = STATE(292), + [sym_annotation_type_declaration] = STATE(292), + [sym_interface_declaration] = STATE(292), + [sym__type] = STATE(1208), + [sym__unannotated_type] = STATE(700), + [sym_annotated_type] = STATE(831), + [sym_scoped_type_identifier] = STATE(735), + [sym_generic_type] = STATE(751), + [sym_array_type] = STATE(688), + [sym_integral_type] = STATE(688), + [sym_floating_point_type] = STATE(688), + [sym_formal_parameters] = STATE(1218), + [sym_local_variable_declaration] = STATE(284), + [sym__reserved_identifier] = STATE(372), + [aux_sym_array_creation_expression_repeat1] = STATE(653), + [aux_sym_modifiers_repeat1] = STATE(433), + [sym_identifier] = ACTIONS(261), [sym_decimal_integer_literal] = ACTIONS(9), [sym_hex_integer_literal] = ACTIONS(9), [sym_octal_integer_literal] = ACTIONS(9), @@ -20030,7 +19313,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_SEMI] = ACTIONS(35), [anon_sym_assert] = ACTIONS(37), [anon_sym_do] = ACTIONS(39), - [anon_sym_while] = ACTIONS(253), + [anon_sym_while] = ACTIONS(263), [anon_sym_break] = ACTIONS(43), [anon_sym_continue] = ACTIONS(45), [anon_sym_return] = ACTIONS(47), @@ -20038,15 +19321,16 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_synchronized] = ACTIONS(51), [anon_sym_throw] = ACTIONS(53), [anon_sym_try] = ACTIONS(55), - [anon_sym_if] = ACTIONS(255), - [anon_sym_for] = ACTIONS(257), + [anon_sym_if] = ACTIONS(265), + [anon_sym_for] = ACTIONS(267), [anon_sym_AT] = ACTIONS(61), [anon_sym_open] = ACTIONS(63), [anon_sym_module] = ACTIONS(65), [anon_sym_static] = ACTIONS(21), - [anon_sym_package] = ACTIONS(67), - [anon_sym_import] = ACTIONS(69), - [anon_sym_enum] = ACTIONS(71), + [anon_sym_with] = ACTIONS(67), + [anon_sym_package] = ACTIONS(69), + [anon_sym_import] = ACTIONS(71), + [anon_sym_enum] = ACTIONS(73), [anon_sym_public] = ACTIONS(21), [anon_sym_protected] = ACTIONS(21), [anon_sym_private] = ACTIONS(21), @@ -20055,94 +19339,95 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_native] = ACTIONS(21), [anon_sym_transient] = ACTIONS(21), [anon_sym_volatile] = ACTIONS(21), - [anon_sym_sealed] = ACTIONS(21), - [anon_sym_non_DASHsealed] = ACTIONS(73), - [anon_sym_record] = ACTIONS(75), - [anon_sym_ATinterface] = ACTIONS(77), - [anon_sym_interface] = ACTIONS(79), - [anon_sym_byte] = ACTIONS(81), - [anon_sym_short] = ACTIONS(81), - [anon_sym_int] = ACTIONS(81), - [anon_sym_long] = ACTIONS(81), - [anon_sym_char] = ACTIONS(81), - [anon_sym_float] = ACTIONS(83), - [anon_sym_double] = ACTIONS(83), - [sym_boolean_type] = ACTIONS(85), - [sym_void_type] = ACTIONS(85), - [sym_this] = ACTIONS(87), - [sym_super] = ACTIONS(89), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_non_DASHsealed] = ACTIONS(77), + [anon_sym_record] = ACTIONS(79), + [anon_sym_ATinterface] = ACTIONS(81), + [anon_sym_interface] = ACTIONS(83), + [anon_sym_byte] = ACTIONS(85), + [anon_sym_short] = ACTIONS(85), + [anon_sym_int] = ACTIONS(85), + [anon_sym_long] = ACTIONS(85), + [anon_sym_char] = ACTIONS(85), + [anon_sym_float] = ACTIONS(87), + [anon_sym_double] = ACTIONS(87), + [sym_boolean_type] = ACTIONS(89), + [sym_void_type] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, - [67] = { - [sym__literal] = STATE(507), - [sym_string_literal] = STATE(510), - [sym__string_literal] = STATE(498), - [sym__multiline_string_literal] = STATE(498), - [sym_expression] = STATE(657), - [sym_cast_expression] = STATE(524), - [sym_assignment_expression] = STATE(524), - [sym_binary_expression] = STATE(524), - [sym_instanceof_expression] = STATE(524), - [sym_lambda_expression] = STATE(524), - [sym_inferred_parameters] = STATE(1259), - [sym_ternary_expression] = STATE(524), - [sym_unary_expression] = STATE(524), - [sym_update_expression] = STATE(524), - [sym_primary_expression] = STATE(470), - [sym_array_creation_expression] = STATE(507), - [sym_parenthesized_expression] = STATE(507), - [sym_class_literal] = STATE(507), - [sym_object_creation_expression] = STATE(507), - [sym__unqualified_object_creation_expression] = STATE(483), - [sym_field_access] = STATE(384), - [sym_array_access] = STATE(384), - [sym_method_invocation] = STATE(507), - [sym_method_reference] = STATE(507), - [sym_switch_expression] = STATE(87), - [sym_statement] = STATE(338), - [sym_block] = STATE(276), - [sym_expression_statement] = STATE(276), - [sym_labeled_statement] = STATE(276), - [sym_assert_statement] = STATE(276), - [sym_do_statement] = STATE(276), - [sym_break_statement] = STATE(276), - [sym_continue_statement] = STATE(276), - [sym_return_statement] = STATE(276), - [sym_yield_statement] = STATE(276), - [sym_synchronized_statement] = STATE(276), - [sym_throw_statement] = STATE(276), - [sym_try_statement] = STATE(276), - [sym_try_with_resources_statement] = STATE(276), - [sym_if_statement] = STATE(276), - [sym_while_statement] = STATE(276), - [sym_for_statement] = STATE(276), - [sym_enhanced_for_statement] = STATE(276), - [sym__annotation] = STATE(471), - [sym_marker_annotation] = STATE(471), - [sym_annotation] = STATE(471), - [sym_declaration] = STATE(276), - [sym_module_declaration] = STATE(332), - [sym_package_declaration] = STATE(332), - [sym_import_declaration] = STATE(332), - [sym_enum_declaration] = STATE(332), - [sym_class_declaration] = STATE(332), - [sym_modifiers] = STATE(679), - [sym_record_declaration] = STATE(332), - [sym_annotation_type_declaration] = STATE(332), - [sym_interface_declaration] = STATE(332), - [sym__type] = STATE(1266), - [sym__unannotated_type] = STATE(718), - [sym_annotated_type] = STATE(797), - [sym_scoped_type_identifier] = STATE(745), - [sym_generic_type] = STATE(771), - [sym_array_type] = STATE(702), - [sym_integral_type] = STATE(702), - [sym_floating_point_type] = STATE(702), - [sym_formal_parameters] = STATE(1259), - [sym_local_variable_declaration] = STATE(276), - [aux_sym_array_creation_expression_repeat1] = STATE(658), - [aux_sym_modifiers_repeat1] = STATE(428), + [63] = { + [sym__literal] = STATE(498), + [sym_string_literal] = STATE(505), + [sym__string_literal] = STATE(508), + [sym__multiline_string_literal] = STATE(508), + [sym_expression] = STATE(650), + [sym_cast_expression] = STATE(538), + [sym_assignment_expression] = STATE(538), + [sym_binary_expression] = STATE(538), + [sym_instanceof_expression] = STATE(538), + [sym_lambda_expression] = STATE(538), + [sym_inferred_parameters] = STATE(1218), + [sym_ternary_expression] = STATE(538), + [sym_unary_expression] = STATE(538), + [sym_update_expression] = STATE(538), + [sym_primary_expression] = STATE(509), + [sym_array_creation_expression] = STATE(498), + [sym_parenthesized_expression] = STATE(498), + [sym_class_literal] = STATE(498), + [sym_object_creation_expression] = STATE(498), + [sym__unqualified_object_creation_expression] = STATE(515), + [sym_field_access] = STATE(385), + [sym_array_access] = STATE(385), + [sym_method_invocation] = STATE(498), + [sym_method_reference] = STATE(498), + [sym_switch_expression] = STATE(88), + [sym_statement] = STATE(289), + [sym_block] = STATE(284), + [sym_expression_statement] = STATE(284), + [sym_labeled_statement] = STATE(284), + [sym_assert_statement] = STATE(284), + [sym_do_statement] = STATE(284), + [sym_break_statement] = STATE(284), + [sym_continue_statement] = STATE(284), + [sym_return_statement] = STATE(284), + [sym_yield_statement] = STATE(284), + [sym_synchronized_statement] = STATE(284), + [sym_throw_statement] = STATE(284), + [sym_try_statement] = STATE(284), + [sym_try_with_resources_statement] = STATE(284), + [sym_if_statement] = STATE(284), + [sym_while_statement] = STATE(284), + [sym_for_statement] = STATE(284), + [sym_enhanced_for_statement] = STATE(284), + [sym__annotation] = STATE(474), + [sym_marker_annotation] = STATE(474), + [sym_annotation] = STATE(474), + [sym_declaration] = STATE(284), + [sym_module_declaration] = STATE(292), + [sym_package_declaration] = STATE(292), + [sym_import_declaration] = STATE(292), + [sym_enum_declaration] = STATE(292), + [sym_class_declaration] = STATE(292), + [sym_modifiers] = STATE(702), + [sym_record_declaration] = STATE(292), + [sym_annotation_type_declaration] = STATE(292), + [sym_interface_declaration] = STATE(292), + [sym__type] = STATE(1208), + [sym__unannotated_type] = STATE(700), + [sym_annotated_type] = STATE(831), + [sym_scoped_type_identifier] = STATE(735), + [sym_generic_type] = STATE(751), + [sym_array_type] = STATE(688), + [sym_integral_type] = STATE(688), + [sym_floating_point_type] = STATE(688), + [sym_formal_parameters] = STATE(1218), + [sym_local_variable_declaration] = STATE(284), + [sym__reserved_identifier] = STATE(372), + [aux_sym_array_creation_expression_repeat1] = STATE(653), + [aux_sym_modifiers_repeat1] = STATE(433), [sym_identifier] = ACTIONS(7), [sym_decimal_integer_literal] = ACTIONS(9), [sym_hex_integer_literal] = ACTIONS(9), @@ -20186,9 +19471,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_open] = ACTIONS(63), [anon_sym_module] = ACTIONS(65), [anon_sym_static] = ACTIONS(21), - [anon_sym_package] = ACTIONS(67), - [anon_sym_import] = ACTIONS(69), - [anon_sym_enum] = ACTIONS(71), + [anon_sym_with] = ACTIONS(67), + [anon_sym_package] = ACTIONS(69), + [anon_sym_import] = ACTIONS(71), + [anon_sym_enum] = ACTIONS(73), [anon_sym_public] = ACTIONS(21), [anon_sym_protected] = ACTIONS(21), [anon_sym_private] = ACTIONS(21), @@ -20197,237 +19483,96 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_native] = ACTIONS(21), [anon_sym_transient] = ACTIONS(21), [anon_sym_volatile] = ACTIONS(21), - [anon_sym_sealed] = ACTIONS(21), - [anon_sym_non_DASHsealed] = ACTIONS(73), - [anon_sym_record] = ACTIONS(75), - [anon_sym_ATinterface] = ACTIONS(77), - [anon_sym_interface] = ACTIONS(79), - [anon_sym_byte] = ACTIONS(81), - [anon_sym_short] = ACTIONS(81), - [anon_sym_int] = ACTIONS(81), - [anon_sym_long] = ACTIONS(81), - [anon_sym_char] = ACTIONS(81), - [anon_sym_float] = ACTIONS(83), - [anon_sym_double] = ACTIONS(83), - [sym_boolean_type] = ACTIONS(85), - [sym_void_type] = ACTIONS(85), - [sym_this] = ACTIONS(87), - [sym_super] = ACTIONS(89), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_non_DASHsealed] = ACTIONS(77), + [anon_sym_record] = ACTIONS(79), + [anon_sym_ATinterface] = ACTIONS(81), + [anon_sym_interface] = ACTIONS(83), + [anon_sym_byte] = ACTIONS(85), + [anon_sym_short] = ACTIONS(85), + [anon_sym_int] = ACTIONS(85), + [anon_sym_long] = ACTIONS(85), + [anon_sym_char] = ACTIONS(85), + [anon_sym_float] = ACTIONS(87), + [anon_sym_double] = ACTIONS(87), + [sym_boolean_type] = ACTIONS(89), + [sym_void_type] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, - [68] = { - [sym__literal] = STATE(507), - [sym_string_literal] = STATE(510), - [sym__string_literal] = STATE(498), - [sym__multiline_string_literal] = STATE(498), - [sym_expression] = STATE(657), - [sym_cast_expression] = STATE(524), - [sym_assignment_expression] = STATE(524), - [sym_binary_expression] = STATE(524), - [sym_instanceof_expression] = STATE(524), - [sym_lambda_expression] = STATE(524), - [sym_inferred_parameters] = STATE(1259), - [sym_ternary_expression] = STATE(524), - [sym_unary_expression] = STATE(524), - [sym_update_expression] = STATE(524), - [sym_primary_expression] = STATE(470), - [sym_array_creation_expression] = STATE(507), - [sym_parenthesized_expression] = STATE(507), - [sym_class_literal] = STATE(507), - [sym_object_creation_expression] = STATE(507), - [sym__unqualified_object_creation_expression] = STATE(483), - [sym_field_access] = STATE(384), - [sym_array_access] = STATE(384), - [sym_method_invocation] = STATE(507), - [sym_method_reference] = STATE(507), - [sym_switch_expression] = STATE(592), - [sym_statement] = STATE(339), - [sym_block] = STATE(276), - [sym_expression_statement] = STATE(276), - [sym_labeled_statement] = STATE(276), - [sym_assert_statement] = STATE(276), - [sym_do_statement] = STATE(276), - [sym_break_statement] = STATE(276), - [sym_continue_statement] = STATE(276), - [sym_return_statement] = STATE(276), - [sym_yield_statement] = STATE(276), - [sym_synchronized_statement] = STATE(276), - [sym_throw_statement] = STATE(276), - [sym_try_statement] = STATE(276), - [sym_try_with_resources_statement] = STATE(276), - [sym_if_statement] = STATE(276), - [sym_while_statement] = STATE(276), - [sym_for_statement] = STATE(276), - [sym_enhanced_for_statement] = STATE(276), - [sym__annotation] = STATE(471), - [sym_marker_annotation] = STATE(471), - [sym_annotation] = STATE(471), - [sym_declaration] = STATE(276), - [sym_module_declaration] = STATE(332), - [sym_package_declaration] = STATE(332), - [sym_import_declaration] = STATE(332), - [sym_enum_declaration] = STATE(332), - [sym_class_declaration] = STATE(332), - [sym_modifiers] = STATE(679), - [sym_record_declaration] = STATE(332), - [sym_annotation_type_declaration] = STATE(332), - [sym_interface_declaration] = STATE(332), - [sym__type] = STATE(1266), - [sym__unannotated_type] = STATE(718), - [sym_annotated_type] = STATE(797), - [sym_scoped_type_identifier] = STATE(745), - [sym_generic_type] = STATE(771), - [sym_array_type] = STATE(702), - [sym_integral_type] = STATE(702), - [sym_floating_point_type] = STATE(702), - [sym_formal_parameters] = STATE(1259), - [sym_local_variable_declaration] = STATE(276), - [aux_sym_array_creation_expression_repeat1] = STATE(658), - [aux_sym_modifiers_repeat1] = STATE(428), - [sym_identifier] = ACTIONS(251), - [sym_decimal_integer_literal] = ACTIONS(9), - [sym_hex_integer_literal] = ACTIONS(9), - [sym_octal_integer_literal] = ACTIONS(9), - [sym_binary_integer_literal] = ACTIONS(11), - [sym_decimal_floating_point_literal] = ACTIONS(11), - [sym_hex_floating_point_literal] = ACTIONS(9), - [sym_true] = ACTIONS(9), - [sym_false] = ACTIONS(9), - [sym_character_literal] = ACTIONS(11), - [anon_sym_DQUOTE] = ACTIONS(13), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(15), - [sym_null_literal] = ACTIONS(9), - [anon_sym_LPAREN] = ACTIONS(17), - [anon_sym_PLUS] = ACTIONS(19), - [anon_sym_DASH] = ACTIONS(19), - [anon_sym_final] = ACTIONS(21), - [anon_sym_BANG] = ACTIONS(23), - [anon_sym_TILDE] = ACTIONS(23), - [anon_sym_PLUS_PLUS] = ACTIONS(25), - [anon_sym_DASH_DASH] = ACTIONS(25), - [anon_sym_new] = ACTIONS(27), - [anon_sym_class] = ACTIONS(29), - [anon_sym_switch] = ACTIONS(31), - [anon_sym_LBRACE] = ACTIONS(33), - [anon_sym_default] = ACTIONS(21), - [anon_sym_SEMI] = ACTIONS(35), - [anon_sym_assert] = ACTIONS(37), - [anon_sym_do] = ACTIONS(39), - [anon_sym_while] = ACTIONS(253), - [anon_sym_break] = ACTIONS(43), - [anon_sym_continue] = ACTIONS(45), - [anon_sym_return] = ACTIONS(47), - [anon_sym_yield] = ACTIONS(49), - [anon_sym_synchronized] = ACTIONS(51), - [anon_sym_throw] = ACTIONS(53), - [anon_sym_try] = ACTIONS(55), - [anon_sym_if] = ACTIONS(255), - [anon_sym_for] = ACTIONS(257), - [anon_sym_AT] = ACTIONS(61), - [anon_sym_open] = ACTIONS(63), - [anon_sym_module] = ACTIONS(65), - [anon_sym_static] = ACTIONS(21), - [anon_sym_package] = ACTIONS(67), - [anon_sym_import] = ACTIONS(69), - [anon_sym_enum] = ACTIONS(71), - [anon_sym_public] = ACTIONS(21), - [anon_sym_protected] = ACTIONS(21), - [anon_sym_private] = ACTIONS(21), - [anon_sym_abstract] = ACTIONS(21), - [anon_sym_strictfp] = ACTIONS(21), - [anon_sym_native] = ACTIONS(21), - [anon_sym_transient] = ACTIONS(21), - [anon_sym_volatile] = ACTIONS(21), - [anon_sym_sealed] = ACTIONS(21), - [anon_sym_non_DASHsealed] = ACTIONS(73), - [anon_sym_record] = ACTIONS(75), - [anon_sym_ATinterface] = ACTIONS(77), - [anon_sym_interface] = ACTIONS(79), - [anon_sym_byte] = ACTIONS(81), - [anon_sym_short] = ACTIONS(81), - [anon_sym_int] = ACTIONS(81), - [anon_sym_long] = ACTIONS(81), - [anon_sym_char] = ACTIONS(81), - [anon_sym_float] = ACTIONS(83), - [anon_sym_double] = ACTIONS(83), - [sym_boolean_type] = ACTIONS(85), - [sym_void_type] = ACTIONS(85), - [sym_this] = ACTIONS(87), - [sym_super] = ACTIONS(89), - [sym_line_comment] = ACTIONS(3), - [sym_block_comment] = ACTIONS(3), - }, - [69] = { - [sym__literal] = STATE(507), - [sym_string_literal] = STATE(510), - [sym__string_literal] = STATE(498), - [sym__multiline_string_literal] = STATE(498), - [sym_expression] = STATE(657), - [sym_cast_expression] = STATE(524), - [sym_assignment_expression] = STATE(524), - [sym_binary_expression] = STATE(524), - [sym_instanceof_expression] = STATE(524), - [sym_lambda_expression] = STATE(524), - [sym_inferred_parameters] = STATE(1259), - [sym_ternary_expression] = STATE(524), - [sym_unary_expression] = STATE(524), - [sym_update_expression] = STATE(524), - [sym_primary_expression] = STATE(470), - [sym_array_creation_expression] = STATE(507), - [sym_parenthesized_expression] = STATE(507), - [sym_class_literal] = STATE(507), - [sym_object_creation_expression] = STATE(507), - [sym__unqualified_object_creation_expression] = STATE(483), - [sym_field_access] = STATE(384), - [sym_array_access] = STATE(384), - [sym_method_invocation] = STATE(507), - [sym_method_reference] = STATE(507), - [sym_switch_expression] = STATE(592), - [sym_statement] = STATE(308), - [sym_block] = STATE(276), - [sym_expression_statement] = STATE(276), - [sym_labeled_statement] = STATE(276), - [sym_assert_statement] = STATE(276), - [sym_do_statement] = STATE(276), - [sym_break_statement] = STATE(276), - [sym_continue_statement] = STATE(276), - [sym_return_statement] = STATE(276), - [sym_yield_statement] = STATE(276), - [sym_synchronized_statement] = STATE(276), - [sym_throw_statement] = STATE(276), - [sym_try_statement] = STATE(276), - [sym_try_with_resources_statement] = STATE(276), - [sym_if_statement] = STATE(276), - [sym_while_statement] = STATE(276), - [sym_for_statement] = STATE(276), - [sym_enhanced_for_statement] = STATE(276), - [sym__annotation] = STATE(471), - [sym_marker_annotation] = STATE(471), - [sym_annotation] = STATE(471), - [sym_declaration] = STATE(276), - [sym_module_declaration] = STATE(332), - [sym_package_declaration] = STATE(332), - [sym_import_declaration] = STATE(332), - [sym_enum_declaration] = STATE(332), - [sym_class_declaration] = STATE(332), - [sym_modifiers] = STATE(679), - [sym_record_declaration] = STATE(332), - [sym_annotation_type_declaration] = STATE(332), - [sym_interface_declaration] = STATE(332), - [sym__type] = STATE(1266), - [sym__unannotated_type] = STATE(718), - [sym_annotated_type] = STATE(797), - [sym_scoped_type_identifier] = STATE(745), - [sym_generic_type] = STATE(771), - [sym_array_type] = STATE(702), - [sym_integral_type] = STATE(702), - [sym_floating_point_type] = STATE(702), - [sym_formal_parameters] = STATE(1259), - [sym_local_variable_declaration] = STATE(276), - [aux_sym_array_creation_expression_repeat1] = STATE(658), - [aux_sym_modifiers_repeat1] = STATE(428), - [sym_identifier] = ACTIONS(251), + [64] = { + [sym__literal] = STATE(498), + [sym_string_literal] = STATE(505), + [sym__string_literal] = STATE(508), + [sym__multiline_string_literal] = STATE(508), + [sym_expression] = STATE(650), + [sym_cast_expression] = STATE(538), + [sym_assignment_expression] = STATE(538), + [sym_binary_expression] = STATE(538), + [sym_instanceof_expression] = STATE(538), + [sym_lambda_expression] = STATE(538), + [sym_inferred_parameters] = STATE(1218), + [sym_ternary_expression] = STATE(538), + [sym_unary_expression] = STATE(538), + [sym_update_expression] = STATE(538), + [sym_primary_expression] = STATE(509), + [sym_array_creation_expression] = STATE(498), + [sym_parenthesized_expression] = STATE(498), + [sym_class_literal] = STATE(498), + [sym_object_creation_expression] = STATE(498), + [sym__unqualified_object_creation_expression] = STATE(515), + [sym_field_access] = STATE(385), + [sym_array_access] = STATE(385), + [sym_method_invocation] = STATE(498), + [sym_method_reference] = STATE(498), + [sym_switch_expression] = STATE(607), + [sym_statement] = STATE(288), + [sym_block] = STATE(284), + [sym_expression_statement] = STATE(284), + [sym_labeled_statement] = STATE(284), + [sym_assert_statement] = STATE(284), + [sym_do_statement] = STATE(284), + [sym_break_statement] = STATE(284), + [sym_continue_statement] = STATE(284), + [sym_return_statement] = STATE(284), + [sym_yield_statement] = STATE(284), + [sym_synchronized_statement] = STATE(284), + [sym_throw_statement] = STATE(284), + [sym_try_statement] = STATE(284), + [sym_try_with_resources_statement] = STATE(284), + [sym_if_statement] = STATE(284), + [sym_while_statement] = STATE(284), + [sym_for_statement] = STATE(284), + [sym_enhanced_for_statement] = STATE(284), + [sym__annotation] = STATE(474), + [sym_marker_annotation] = STATE(474), + [sym_annotation] = STATE(474), + [sym_declaration] = STATE(284), + [sym_module_declaration] = STATE(292), + [sym_package_declaration] = STATE(292), + [sym_import_declaration] = STATE(292), + [sym_enum_declaration] = STATE(292), + [sym_class_declaration] = STATE(292), + [sym_modifiers] = STATE(702), + [sym_record_declaration] = STATE(292), + [sym_annotation_type_declaration] = STATE(292), + [sym_interface_declaration] = STATE(292), + [sym__type] = STATE(1208), + [sym__unannotated_type] = STATE(700), + [sym_annotated_type] = STATE(831), + [sym_scoped_type_identifier] = STATE(735), + [sym_generic_type] = STATE(751), + [sym_array_type] = STATE(688), + [sym_integral_type] = STATE(688), + [sym_floating_point_type] = STATE(688), + [sym_formal_parameters] = STATE(1218), + [sym_local_variable_declaration] = STATE(284), + [sym__reserved_identifier] = STATE(372), + [aux_sym_array_creation_expression_repeat1] = STATE(653), + [aux_sym_modifiers_repeat1] = STATE(433), + [sym_identifier] = ACTIONS(261), [sym_decimal_integer_literal] = ACTIONS(9), [sym_hex_integer_literal] = ACTIONS(9), [sym_octal_integer_literal] = ACTIONS(9), @@ -20456,7 +19601,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_SEMI] = ACTIONS(35), [anon_sym_assert] = ACTIONS(37), [anon_sym_do] = ACTIONS(39), - [anon_sym_while] = ACTIONS(253), + [anon_sym_while] = ACTIONS(263), [anon_sym_break] = ACTIONS(43), [anon_sym_continue] = ACTIONS(45), [anon_sym_return] = ACTIONS(47), @@ -20464,15 +19609,16 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_synchronized] = ACTIONS(51), [anon_sym_throw] = ACTIONS(53), [anon_sym_try] = ACTIONS(55), - [anon_sym_if] = ACTIONS(255), - [anon_sym_for] = ACTIONS(257), + [anon_sym_if] = ACTIONS(265), + [anon_sym_for] = ACTIONS(267), [anon_sym_AT] = ACTIONS(61), [anon_sym_open] = ACTIONS(63), [anon_sym_module] = ACTIONS(65), [anon_sym_static] = ACTIONS(21), - [anon_sym_package] = ACTIONS(67), - [anon_sym_import] = ACTIONS(69), - [anon_sym_enum] = ACTIONS(71), + [anon_sym_with] = ACTIONS(67), + [anon_sym_package] = ACTIONS(69), + [anon_sym_import] = ACTIONS(71), + [anon_sym_enum] = ACTIONS(73), [anon_sym_public] = ACTIONS(21), [anon_sym_protected] = ACTIONS(21), [anon_sym_private] = ACTIONS(21), @@ -20481,95 +19627,96 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_native] = ACTIONS(21), [anon_sym_transient] = ACTIONS(21), [anon_sym_volatile] = ACTIONS(21), - [anon_sym_sealed] = ACTIONS(21), - [anon_sym_non_DASHsealed] = ACTIONS(73), - [anon_sym_record] = ACTIONS(75), - [anon_sym_ATinterface] = ACTIONS(77), - [anon_sym_interface] = ACTIONS(79), - [anon_sym_byte] = ACTIONS(81), - [anon_sym_short] = ACTIONS(81), - [anon_sym_int] = ACTIONS(81), - [anon_sym_long] = ACTIONS(81), - [anon_sym_char] = ACTIONS(81), - [anon_sym_float] = ACTIONS(83), - [anon_sym_double] = ACTIONS(83), - [sym_boolean_type] = ACTIONS(85), - [sym_void_type] = ACTIONS(85), - [sym_this] = ACTIONS(87), - [sym_super] = ACTIONS(89), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_non_DASHsealed] = ACTIONS(77), + [anon_sym_record] = ACTIONS(79), + [anon_sym_ATinterface] = ACTIONS(81), + [anon_sym_interface] = ACTIONS(83), + [anon_sym_byte] = ACTIONS(85), + [anon_sym_short] = ACTIONS(85), + [anon_sym_int] = ACTIONS(85), + [anon_sym_long] = ACTIONS(85), + [anon_sym_char] = ACTIONS(85), + [anon_sym_float] = ACTIONS(87), + [anon_sym_double] = ACTIONS(87), + [sym_boolean_type] = ACTIONS(89), + [sym_void_type] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, - [70] = { - [sym__literal] = STATE(507), - [sym_string_literal] = STATE(510), - [sym__string_literal] = STATE(498), - [sym__multiline_string_literal] = STATE(498), - [sym_expression] = STATE(657), - [sym_cast_expression] = STATE(524), - [sym_assignment_expression] = STATE(524), - [sym_binary_expression] = STATE(524), - [sym_instanceof_expression] = STATE(524), - [sym_lambda_expression] = STATE(524), - [sym_inferred_parameters] = STATE(1259), - [sym_ternary_expression] = STATE(524), - [sym_unary_expression] = STATE(524), - [sym_update_expression] = STATE(524), - [sym_primary_expression] = STATE(470), - [sym_array_creation_expression] = STATE(507), - [sym_parenthesized_expression] = STATE(507), - [sym_class_literal] = STATE(507), - [sym_object_creation_expression] = STATE(507), - [sym__unqualified_object_creation_expression] = STATE(483), - [sym_field_access] = STATE(384), - [sym_array_access] = STATE(384), - [sym_method_invocation] = STATE(507), - [sym_method_reference] = STATE(507), - [sym_switch_expression] = STATE(592), - [sym_statement] = STATE(315), - [sym_block] = STATE(276), - [sym_expression_statement] = STATE(276), - [sym_labeled_statement] = STATE(276), - [sym_assert_statement] = STATE(276), - [sym_do_statement] = STATE(276), - [sym_break_statement] = STATE(276), - [sym_continue_statement] = STATE(276), - [sym_return_statement] = STATE(276), - [sym_yield_statement] = STATE(276), - [sym_synchronized_statement] = STATE(276), - [sym_throw_statement] = STATE(276), - [sym_try_statement] = STATE(276), - [sym_try_with_resources_statement] = STATE(276), - [sym_if_statement] = STATE(276), - [sym_while_statement] = STATE(276), - [sym_for_statement] = STATE(276), - [sym_enhanced_for_statement] = STATE(276), - [sym__annotation] = STATE(471), - [sym_marker_annotation] = STATE(471), - [sym_annotation] = STATE(471), - [sym_declaration] = STATE(276), - [sym_module_declaration] = STATE(332), - [sym_package_declaration] = STATE(332), - [sym_import_declaration] = STATE(332), - [sym_enum_declaration] = STATE(332), - [sym_class_declaration] = STATE(332), - [sym_modifiers] = STATE(679), - [sym_record_declaration] = STATE(332), - [sym_annotation_type_declaration] = STATE(332), - [sym_interface_declaration] = STATE(332), - [sym__type] = STATE(1266), - [sym__unannotated_type] = STATE(718), - [sym_annotated_type] = STATE(797), - [sym_scoped_type_identifier] = STATE(745), - [sym_generic_type] = STATE(771), - [sym_array_type] = STATE(702), - [sym_integral_type] = STATE(702), - [sym_floating_point_type] = STATE(702), - [sym_formal_parameters] = STATE(1259), - [sym_local_variable_declaration] = STATE(276), - [aux_sym_array_creation_expression_repeat1] = STATE(658), - [aux_sym_modifiers_repeat1] = STATE(428), - [sym_identifier] = ACTIONS(251), + [65] = { + [sym__literal] = STATE(498), + [sym_string_literal] = STATE(505), + [sym__string_literal] = STATE(508), + [sym__multiline_string_literal] = STATE(508), + [sym_expression] = STATE(650), + [sym_cast_expression] = STATE(538), + [sym_assignment_expression] = STATE(538), + [sym_binary_expression] = STATE(538), + [sym_instanceof_expression] = STATE(538), + [sym_lambda_expression] = STATE(538), + [sym_inferred_parameters] = STATE(1218), + [sym_ternary_expression] = STATE(538), + [sym_unary_expression] = STATE(538), + [sym_update_expression] = STATE(538), + [sym_primary_expression] = STATE(509), + [sym_array_creation_expression] = STATE(498), + [sym_parenthesized_expression] = STATE(498), + [sym_class_literal] = STATE(498), + [sym_object_creation_expression] = STATE(498), + [sym__unqualified_object_creation_expression] = STATE(515), + [sym_field_access] = STATE(385), + [sym_array_access] = STATE(385), + [sym_method_invocation] = STATE(498), + [sym_method_reference] = STATE(498), + [sym_switch_expression] = STATE(607), + [sym_statement] = STATE(322), + [sym_block] = STATE(284), + [sym_expression_statement] = STATE(284), + [sym_labeled_statement] = STATE(284), + [sym_assert_statement] = STATE(284), + [sym_do_statement] = STATE(284), + [sym_break_statement] = STATE(284), + [sym_continue_statement] = STATE(284), + [sym_return_statement] = STATE(284), + [sym_yield_statement] = STATE(284), + [sym_synchronized_statement] = STATE(284), + [sym_throw_statement] = STATE(284), + [sym_try_statement] = STATE(284), + [sym_try_with_resources_statement] = STATE(284), + [sym_if_statement] = STATE(284), + [sym_while_statement] = STATE(284), + [sym_for_statement] = STATE(284), + [sym_enhanced_for_statement] = STATE(284), + [sym__annotation] = STATE(474), + [sym_marker_annotation] = STATE(474), + [sym_annotation] = STATE(474), + [sym_declaration] = STATE(284), + [sym_module_declaration] = STATE(292), + [sym_package_declaration] = STATE(292), + [sym_import_declaration] = STATE(292), + [sym_enum_declaration] = STATE(292), + [sym_class_declaration] = STATE(292), + [sym_modifiers] = STATE(702), + [sym_record_declaration] = STATE(292), + [sym_annotation_type_declaration] = STATE(292), + [sym_interface_declaration] = STATE(292), + [sym__type] = STATE(1208), + [sym__unannotated_type] = STATE(700), + [sym_annotated_type] = STATE(831), + [sym_scoped_type_identifier] = STATE(735), + [sym_generic_type] = STATE(751), + [sym_array_type] = STATE(688), + [sym_integral_type] = STATE(688), + [sym_floating_point_type] = STATE(688), + [sym_formal_parameters] = STATE(1218), + [sym_local_variable_declaration] = STATE(284), + [sym__reserved_identifier] = STATE(372), + [aux_sym_array_creation_expression_repeat1] = STATE(653), + [aux_sym_modifiers_repeat1] = STATE(433), + [sym_identifier] = ACTIONS(261), [sym_decimal_integer_literal] = ACTIONS(9), [sym_hex_integer_literal] = ACTIONS(9), [sym_octal_integer_literal] = ACTIONS(9), @@ -20598,7 +19745,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_SEMI] = ACTIONS(35), [anon_sym_assert] = ACTIONS(37), [anon_sym_do] = ACTIONS(39), - [anon_sym_while] = ACTIONS(253), + [anon_sym_while] = ACTIONS(263), [anon_sym_break] = ACTIONS(43), [anon_sym_continue] = ACTIONS(45), [anon_sym_return] = ACTIONS(47), @@ -20606,15 +19753,16 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_synchronized] = ACTIONS(51), [anon_sym_throw] = ACTIONS(53), [anon_sym_try] = ACTIONS(55), - [anon_sym_if] = ACTIONS(255), - [anon_sym_for] = ACTIONS(257), + [anon_sym_if] = ACTIONS(265), + [anon_sym_for] = ACTIONS(267), [anon_sym_AT] = ACTIONS(61), [anon_sym_open] = ACTIONS(63), [anon_sym_module] = ACTIONS(65), [anon_sym_static] = ACTIONS(21), - [anon_sym_package] = ACTIONS(67), - [anon_sym_import] = ACTIONS(69), - [anon_sym_enum] = ACTIONS(71), + [anon_sym_with] = ACTIONS(67), + [anon_sym_package] = ACTIONS(69), + [anon_sym_import] = ACTIONS(71), + [anon_sym_enum] = ACTIONS(73), [anon_sym_public] = ACTIONS(21), [anon_sym_protected] = ACTIONS(21), [anon_sym_private] = ACTIONS(21), @@ -20623,95 +19771,96 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_native] = ACTIONS(21), [anon_sym_transient] = ACTIONS(21), [anon_sym_volatile] = ACTIONS(21), - [anon_sym_sealed] = ACTIONS(21), - [anon_sym_non_DASHsealed] = ACTIONS(73), - [anon_sym_record] = ACTIONS(75), - [anon_sym_ATinterface] = ACTIONS(77), - [anon_sym_interface] = ACTIONS(79), - [anon_sym_byte] = ACTIONS(81), - [anon_sym_short] = ACTIONS(81), - [anon_sym_int] = ACTIONS(81), - [anon_sym_long] = ACTIONS(81), - [anon_sym_char] = ACTIONS(81), - [anon_sym_float] = ACTIONS(83), - [anon_sym_double] = ACTIONS(83), - [sym_boolean_type] = ACTIONS(85), - [sym_void_type] = ACTIONS(85), - [sym_this] = ACTIONS(87), - [sym_super] = ACTIONS(89), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_non_DASHsealed] = ACTIONS(77), + [anon_sym_record] = ACTIONS(79), + [anon_sym_ATinterface] = ACTIONS(81), + [anon_sym_interface] = ACTIONS(83), + [anon_sym_byte] = ACTIONS(85), + [anon_sym_short] = ACTIONS(85), + [anon_sym_int] = ACTIONS(85), + [anon_sym_long] = ACTIONS(85), + [anon_sym_char] = ACTIONS(85), + [anon_sym_float] = ACTIONS(87), + [anon_sym_double] = ACTIONS(87), + [sym_boolean_type] = ACTIONS(89), + [sym_void_type] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, - [71] = { - [sym__literal] = STATE(507), - [sym_string_literal] = STATE(510), - [sym__string_literal] = STATE(498), - [sym__multiline_string_literal] = STATE(498), - [sym_expression] = STATE(657), - [sym_cast_expression] = STATE(524), - [sym_assignment_expression] = STATE(524), - [sym_binary_expression] = STATE(524), - [sym_instanceof_expression] = STATE(524), - [sym_lambda_expression] = STATE(524), - [sym_inferred_parameters] = STATE(1259), - [sym_ternary_expression] = STATE(524), - [sym_unary_expression] = STATE(524), - [sym_update_expression] = STATE(524), - [sym_primary_expression] = STATE(470), - [sym_array_creation_expression] = STATE(507), - [sym_parenthesized_expression] = STATE(507), - [sym_class_literal] = STATE(507), - [sym_object_creation_expression] = STATE(507), - [sym__unqualified_object_creation_expression] = STATE(483), - [sym_field_access] = STATE(384), - [sym_array_access] = STATE(384), - [sym_method_invocation] = STATE(507), - [sym_method_reference] = STATE(507), - [sym_switch_expression] = STATE(592), - [sym_statement] = STATE(316), - [sym_block] = STATE(276), - [sym_expression_statement] = STATE(276), - [sym_labeled_statement] = STATE(276), - [sym_assert_statement] = STATE(276), - [sym_do_statement] = STATE(276), - [sym_break_statement] = STATE(276), - [sym_continue_statement] = STATE(276), - [sym_return_statement] = STATE(276), - [sym_yield_statement] = STATE(276), - [sym_synchronized_statement] = STATE(276), - [sym_throw_statement] = STATE(276), - [sym_try_statement] = STATE(276), - [sym_try_with_resources_statement] = STATE(276), - [sym_if_statement] = STATE(276), - [sym_while_statement] = STATE(276), - [sym_for_statement] = STATE(276), - [sym_enhanced_for_statement] = STATE(276), - [sym__annotation] = STATE(471), - [sym_marker_annotation] = STATE(471), - [sym_annotation] = STATE(471), - [sym_declaration] = STATE(276), - [sym_module_declaration] = STATE(332), - [sym_package_declaration] = STATE(332), - [sym_import_declaration] = STATE(332), - [sym_enum_declaration] = STATE(332), - [sym_class_declaration] = STATE(332), - [sym_modifiers] = STATE(679), - [sym_record_declaration] = STATE(332), - [sym_annotation_type_declaration] = STATE(332), - [sym_interface_declaration] = STATE(332), - [sym__type] = STATE(1266), - [sym__unannotated_type] = STATE(718), - [sym_annotated_type] = STATE(797), - [sym_scoped_type_identifier] = STATE(745), - [sym_generic_type] = STATE(771), - [sym_array_type] = STATE(702), - [sym_integral_type] = STATE(702), - [sym_floating_point_type] = STATE(702), - [sym_formal_parameters] = STATE(1259), - [sym_local_variable_declaration] = STATE(276), - [aux_sym_array_creation_expression_repeat1] = STATE(658), - [aux_sym_modifiers_repeat1] = STATE(428), - [sym_identifier] = ACTIONS(251), + [66] = { + [sym__literal] = STATE(498), + [sym_string_literal] = STATE(505), + [sym__string_literal] = STATE(508), + [sym__multiline_string_literal] = STATE(508), + [sym_expression] = STATE(650), + [sym_cast_expression] = STATE(538), + [sym_assignment_expression] = STATE(538), + [sym_binary_expression] = STATE(538), + [sym_instanceof_expression] = STATE(538), + [sym_lambda_expression] = STATE(538), + [sym_inferred_parameters] = STATE(1218), + [sym_ternary_expression] = STATE(538), + [sym_unary_expression] = STATE(538), + [sym_update_expression] = STATE(538), + [sym_primary_expression] = STATE(509), + [sym_array_creation_expression] = STATE(498), + [sym_parenthesized_expression] = STATE(498), + [sym_class_literal] = STATE(498), + [sym_object_creation_expression] = STATE(498), + [sym__unqualified_object_creation_expression] = STATE(515), + [sym_field_access] = STATE(385), + [sym_array_access] = STATE(385), + [sym_method_invocation] = STATE(498), + [sym_method_reference] = STATE(498), + [sym_switch_expression] = STATE(607), + [sym_statement] = STATE(281), + [sym_block] = STATE(284), + [sym_expression_statement] = STATE(284), + [sym_labeled_statement] = STATE(284), + [sym_assert_statement] = STATE(284), + [sym_do_statement] = STATE(284), + [sym_break_statement] = STATE(284), + [sym_continue_statement] = STATE(284), + [sym_return_statement] = STATE(284), + [sym_yield_statement] = STATE(284), + [sym_synchronized_statement] = STATE(284), + [sym_throw_statement] = STATE(284), + [sym_try_statement] = STATE(284), + [sym_try_with_resources_statement] = STATE(284), + [sym_if_statement] = STATE(284), + [sym_while_statement] = STATE(284), + [sym_for_statement] = STATE(284), + [sym_enhanced_for_statement] = STATE(284), + [sym__annotation] = STATE(474), + [sym_marker_annotation] = STATE(474), + [sym_annotation] = STATE(474), + [sym_declaration] = STATE(284), + [sym_module_declaration] = STATE(292), + [sym_package_declaration] = STATE(292), + [sym_import_declaration] = STATE(292), + [sym_enum_declaration] = STATE(292), + [sym_class_declaration] = STATE(292), + [sym_modifiers] = STATE(702), + [sym_record_declaration] = STATE(292), + [sym_annotation_type_declaration] = STATE(292), + [sym_interface_declaration] = STATE(292), + [sym__type] = STATE(1208), + [sym__unannotated_type] = STATE(700), + [sym_annotated_type] = STATE(831), + [sym_scoped_type_identifier] = STATE(735), + [sym_generic_type] = STATE(751), + [sym_array_type] = STATE(688), + [sym_integral_type] = STATE(688), + [sym_floating_point_type] = STATE(688), + [sym_formal_parameters] = STATE(1218), + [sym_local_variable_declaration] = STATE(284), + [sym__reserved_identifier] = STATE(372), + [aux_sym_array_creation_expression_repeat1] = STATE(653), + [aux_sym_modifiers_repeat1] = STATE(433), + [sym_identifier] = ACTIONS(261), [sym_decimal_integer_literal] = ACTIONS(9), [sym_hex_integer_literal] = ACTIONS(9), [sym_octal_integer_literal] = ACTIONS(9), @@ -20740,7 +19889,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_SEMI] = ACTIONS(35), [anon_sym_assert] = ACTIONS(37), [anon_sym_do] = ACTIONS(39), - [anon_sym_while] = ACTIONS(253), + [anon_sym_while] = ACTIONS(263), [anon_sym_break] = ACTIONS(43), [anon_sym_continue] = ACTIONS(45), [anon_sym_return] = ACTIONS(47), @@ -20748,15 +19897,16 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_synchronized] = ACTIONS(51), [anon_sym_throw] = ACTIONS(53), [anon_sym_try] = ACTIONS(55), - [anon_sym_if] = ACTIONS(255), - [anon_sym_for] = ACTIONS(257), + [anon_sym_if] = ACTIONS(265), + [anon_sym_for] = ACTIONS(267), [anon_sym_AT] = ACTIONS(61), [anon_sym_open] = ACTIONS(63), [anon_sym_module] = ACTIONS(65), [anon_sym_static] = ACTIONS(21), - [anon_sym_package] = ACTIONS(67), - [anon_sym_import] = ACTIONS(69), - [anon_sym_enum] = ACTIONS(71), + [anon_sym_with] = ACTIONS(67), + [anon_sym_package] = ACTIONS(69), + [anon_sym_import] = ACTIONS(71), + [anon_sym_enum] = ACTIONS(73), [anon_sym_public] = ACTIONS(21), [anon_sym_protected] = ACTIONS(21), [anon_sym_private] = ACTIONS(21), @@ -20765,95 +19915,96 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_native] = ACTIONS(21), [anon_sym_transient] = ACTIONS(21), [anon_sym_volatile] = ACTIONS(21), - [anon_sym_sealed] = ACTIONS(21), - [anon_sym_non_DASHsealed] = ACTIONS(73), - [anon_sym_record] = ACTIONS(75), - [anon_sym_ATinterface] = ACTIONS(77), - [anon_sym_interface] = ACTIONS(79), - [anon_sym_byte] = ACTIONS(81), - [anon_sym_short] = ACTIONS(81), - [anon_sym_int] = ACTIONS(81), - [anon_sym_long] = ACTIONS(81), - [anon_sym_char] = ACTIONS(81), - [anon_sym_float] = ACTIONS(83), - [anon_sym_double] = ACTIONS(83), - [sym_boolean_type] = ACTIONS(85), - [sym_void_type] = ACTIONS(85), - [sym_this] = ACTIONS(87), - [sym_super] = ACTIONS(89), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_non_DASHsealed] = ACTIONS(77), + [anon_sym_record] = ACTIONS(79), + [anon_sym_ATinterface] = ACTIONS(81), + [anon_sym_interface] = ACTIONS(83), + [anon_sym_byte] = ACTIONS(85), + [anon_sym_short] = ACTIONS(85), + [anon_sym_int] = ACTIONS(85), + [anon_sym_long] = ACTIONS(85), + [anon_sym_char] = ACTIONS(85), + [anon_sym_float] = ACTIONS(87), + [anon_sym_double] = ACTIONS(87), + [sym_boolean_type] = ACTIONS(89), + [sym_void_type] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, - [72] = { - [sym__literal] = STATE(507), - [sym_string_literal] = STATE(510), - [sym__string_literal] = STATE(498), - [sym__multiline_string_literal] = STATE(498), - [sym_expression] = STATE(657), - [sym_cast_expression] = STATE(524), - [sym_assignment_expression] = STATE(524), - [sym_binary_expression] = STATE(524), - [sym_instanceof_expression] = STATE(524), - [sym_lambda_expression] = STATE(524), - [sym_inferred_parameters] = STATE(1259), - [sym_ternary_expression] = STATE(524), - [sym_unary_expression] = STATE(524), - [sym_update_expression] = STATE(524), - [sym_primary_expression] = STATE(470), - [sym_array_creation_expression] = STATE(507), - [sym_parenthesized_expression] = STATE(507), - [sym_class_literal] = STATE(507), - [sym_object_creation_expression] = STATE(507), - [sym__unqualified_object_creation_expression] = STATE(483), - [sym_field_access] = STATE(384), - [sym_array_access] = STATE(384), - [sym_method_invocation] = STATE(507), - [sym_method_reference] = STATE(507), - [sym_switch_expression] = STATE(592), - [sym_statement] = STATE(327), - [sym_block] = STATE(276), - [sym_expression_statement] = STATE(276), - [sym_labeled_statement] = STATE(276), - [sym_assert_statement] = STATE(276), - [sym_do_statement] = STATE(276), - [sym_break_statement] = STATE(276), - [sym_continue_statement] = STATE(276), - [sym_return_statement] = STATE(276), - [sym_yield_statement] = STATE(276), - [sym_synchronized_statement] = STATE(276), - [sym_throw_statement] = STATE(276), - [sym_try_statement] = STATE(276), - [sym_try_with_resources_statement] = STATE(276), - [sym_if_statement] = STATE(276), - [sym_while_statement] = STATE(276), - [sym_for_statement] = STATE(276), - [sym_enhanced_for_statement] = STATE(276), - [sym__annotation] = STATE(471), - [sym_marker_annotation] = STATE(471), - [sym_annotation] = STATE(471), - [sym_declaration] = STATE(276), - [sym_module_declaration] = STATE(332), - [sym_package_declaration] = STATE(332), - [sym_import_declaration] = STATE(332), - [sym_enum_declaration] = STATE(332), - [sym_class_declaration] = STATE(332), - [sym_modifiers] = STATE(679), - [sym_record_declaration] = STATE(332), - [sym_annotation_type_declaration] = STATE(332), - [sym_interface_declaration] = STATE(332), - [sym__type] = STATE(1266), - [sym__unannotated_type] = STATE(718), - [sym_annotated_type] = STATE(797), - [sym_scoped_type_identifier] = STATE(745), - [sym_generic_type] = STATE(771), - [sym_array_type] = STATE(702), - [sym_integral_type] = STATE(702), - [sym_floating_point_type] = STATE(702), - [sym_formal_parameters] = STATE(1259), - [sym_local_variable_declaration] = STATE(276), - [aux_sym_array_creation_expression_repeat1] = STATE(658), - [aux_sym_modifiers_repeat1] = STATE(428), - [sym_identifier] = ACTIONS(251), + [67] = { + [sym__literal] = STATE(498), + [sym_string_literal] = STATE(505), + [sym__string_literal] = STATE(508), + [sym__multiline_string_literal] = STATE(508), + [sym_expression] = STATE(650), + [sym_cast_expression] = STATE(538), + [sym_assignment_expression] = STATE(538), + [sym_binary_expression] = STATE(538), + [sym_instanceof_expression] = STATE(538), + [sym_lambda_expression] = STATE(538), + [sym_inferred_parameters] = STATE(1218), + [sym_ternary_expression] = STATE(538), + [sym_unary_expression] = STATE(538), + [sym_update_expression] = STATE(538), + [sym_primary_expression] = STATE(509), + [sym_array_creation_expression] = STATE(498), + [sym_parenthesized_expression] = STATE(498), + [sym_class_literal] = STATE(498), + [sym_object_creation_expression] = STATE(498), + [sym__unqualified_object_creation_expression] = STATE(515), + [sym_field_access] = STATE(385), + [sym_array_access] = STATE(385), + [sym_method_invocation] = STATE(498), + [sym_method_reference] = STATE(498), + [sym_switch_expression] = STATE(607), + [sym_statement] = STATE(275), + [sym_block] = STATE(284), + [sym_expression_statement] = STATE(284), + [sym_labeled_statement] = STATE(284), + [sym_assert_statement] = STATE(284), + [sym_do_statement] = STATE(284), + [sym_break_statement] = STATE(284), + [sym_continue_statement] = STATE(284), + [sym_return_statement] = STATE(284), + [sym_yield_statement] = STATE(284), + [sym_synchronized_statement] = STATE(284), + [sym_throw_statement] = STATE(284), + [sym_try_statement] = STATE(284), + [sym_try_with_resources_statement] = STATE(284), + [sym_if_statement] = STATE(284), + [sym_while_statement] = STATE(284), + [sym_for_statement] = STATE(284), + [sym_enhanced_for_statement] = STATE(284), + [sym__annotation] = STATE(474), + [sym_marker_annotation] = STATE(474), + [sym_annotation] = STATE(474), + [sym_declaration] = STATE(284), + [sym_module_declaration] = STATE(292), + [sym_package_declaration] = STATE(292), + [sym_import_declaration] = STATE(292), + [sym_enum_declaration] = STATE(292), + [sym_class_declaration] = STATE(292), + [sym_modifiers] = STATE(702), + [sym_record_declaration] = STATE(292), + [sym_annotation_type_declaration] = STATE(292), + [sym_interface_declaration] = STATE(292), + [sym__type] = STATE(1208), + [sym__unannotated_type] = STATE(700), + [sym_annotated_type] = STATE(831), + [sym_scoped_type_identifier] = STATE(735), + [sym_generic_type] = STATE(751), + [sym_array_type] = STATE(688), + [sym_integral_type] = STATE(688), + [sym_floating_point_type] = STATE(688), + [sym_formal_parameters] = STATE(1218), + [sym_local_variable_declaration] = STATE(284), + [sym__reserved_identifier] = STATE(372), + [aux_sym_array_creation_expression_repeat1] = STATE(653), + [aux_sym_modifiers_repeat1] = STATE(433), + [sym_identifier] = ACTIONS(261), [sym_decimal_integer_literal] = ACTIONS(9), [sym_hex_integer_literal] = ACTIONS(9), [sym_octal_integer_literal] = ACTIONS(9), @@ -20882,7 +20033,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_SEMI] = ACTIONS(35), [anon_sym_assert] = ACTIONS(37), [anon_sym_do] = ACTIONS(39), - [anon_sym_while] = ACTIONS(253), + [anon_sym_while] = ACTIONS(263), [anon_sym_break] = ACTIONS(43), [anon_sym_continue] = ACTIONS(45), [anon_sym_return] = ACTIONS(47), @@ -20890,15 +20041,16 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_synchronized] = ACTIONS(51), [anon_sym_throw] = ACTIONS(53), [anon_sym_try] = ACTIONS(55), - [anon_sym_if] = ACTIONS(255), - [anon_sym_for] = ACTIONS(257), + [anon_sym_if] = ACTIONS(265), + [anon_sym_for] = ACTIONS(267), [anon_sym_AT] = ACTIONS(61), [anon_sym_open] = ACTIONS(63), [anon_sym_module] = ACTIONS(65), [anon_sym_static] = ACTIONS(21), - [anon_sym_package] = ACTIONS(67), - [anon_sym_import] = ACTIONS(69), - [anon_sym_enum] = ACTIONS(71), + [anon_sym_with] = ACTIONS(67), + [anon_sym_package] = ACTIONS(69), + [anon_sym_import] = ACTIONS(71), + [anon_sym_enum] = ACTIONS(73), [anon_sym_public] = ACTIONS(21), [anon_sym_protected] = ACTIONS(21), [anon_sym_private] = ACTIONS(21), @@ -20907,95 +20059,96 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_native] = ACTIONS(21), [anon_sym_transient] = ACTIONS(21), [anon_sym_volatile] = ACTIONS(21), - [anon_sym_sealed] = ACTIONS(21), - [anon_sym_non_DASHsealed] = ACTIONS(73), - [anon_sym_record] = ACTIONS(75), - [anon_sym_ATinterface] = ACTIONS(77), - [anon_sym_interface] = ACTIONS(79), - [anon_sym_byte] = ACTIONS(81), - [anon_sym_short] = ACTIONS(81), - [anon_sym_int] = ACTIONS(81), - [anon_sym_long] = ACTIONS(81), - [anon_sym_char] = ACTIONS(81), - [anon_sym_float] = ACTIONS(83), - [anon_sym_double] = ACTIONS(83), - [sym_boolean_type] = ACTIONS(85), - [sym_void_type] = ACTIONS(85), - [sym_this] = ACTIONS(87), - [sym_super] = ACTIONS(89), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_non_DASHsealed] = ACTIONS(77), + [anon_sym_record] = ACTIONS(79), + [anon_sym_ATinterface] = ACTIONS(81), + [anon_sym_interface] = ACTIONS(83), + [anon_sym_byte] = ACTIONS(85), + [anon_sym_short] = ACTIONS(85), + [anon_sym_int] = ACTIONS(85), + [anon_sym_long] = ACTIONS(85), + [anon_sym_char] = ACTIONS(85), + [anon_sym_float] = ACTIONS(87), + [anon_sym_double] = ACTIONS(87), + [sym_boolean_type] = ACTIONS(89), + [sym_void_type] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, - [73] = { - [sym__literal] = STATE(507), - [sym_string_literal] = STATE(510), - [sym__string_literal] = STATE(498), - [sym__multiline_string_literal] = STATE(498), - [sym_expression] = STATE(657), - [sym_cast_expression] = STATE(524), - [sym_assignment_expression] = STATE(524), - [sym_binary_expression] = STATE(524), - [sym_instanceof_expression] = STATE(524), - [sym_lambda_expression] = STATE(524), - [sym_inferred_parameters] = STATE(1259), - [sym_ternary_expression] = STATE(524), - [sym_unary_expression] = STATE(524), - [sym_update_expression] = STATE(524), - [sym_primary_expression] = STATE(470), - [sym_array_creation_expression] = STATE(507), - [sym_parenthesized_expression] = STATE(507), - [sym_class_literal] = STATE(507), - [sym_object_creation_expression] = STATE(507), - [sym__unqualified_object_creation_expression] = STATE(483), - [sym_field_access] = STATE(384), - [sym_array_access] = STATE(384), - [sym_method_invocation] = STATE(507), - [sym_method_reference] = STATE(507), - [sym_switch_expression] = STATE(592), - [sym_statement] = STATE(338), - [sym_block] = STATE(276), - [sym_expression_statement] = STATE(276), - [sym_labeled_statement] = STATE(276), - [sym_assert_statement] = STATE(276), - [sym_do_statement] = STATE(276), - [sym_break_statement] = STATE(276), - [sym_continue_statement] = STATE(276), - [sym_return_statement] = STATE(276), - [sym_yield_statement] = STATE(276), - [sym_synchronized_statement] = STATE(276), - [sym_throw_statement] = STATE(276), - [sym_try_statement] = STATE(276), - [sym_try_with_resources_statement] = STATE(276), - [sym_if_statement] = STATE(276), - [sym_while_statement] = STATE(276), - [sym_for_statement] = STATE(276), - [sym_enhanced_for_statement] = STATE(276), - [sym__annotation] = STATE(471), - [sym_marker_annotation] = STATE(471), - [sym_annotation] = STATE(471), - [sym_declaration] = STATE(276), - [sym_module_declaration] = STATE(332), - [sym_package_declaration] = STATE(332), - [sym_import_declaration] = STATE(332), - [sym_enum_declaration] = STATE(332), - [sym_class_declaration] = STATE(332), - [sym_modifiers] = STATE(679), - [sym_record_declaration] = STATE(332), - [sym_annotation_type_declaration] = STATE(332), - [sym_interface_declaration] = STATE(332), - [sym__type] = STATE(1266), - [sym__unannotated_type] = STATE(718), - [sym_annotated_type] = STATE(797), - [sym_scoped_type_identifier] = STATE(745), - [sym_generic_type] = STATE(771), - [sym_array_type] = STATE(702), - [sym_integral_type] = STATE(702), - [sym_floating_point_type] = STATE(702), - [sym_formal_parameters] = STATE(1259), - [sym_local_variable_declaration] = STATE(276), - [aux_sym_array_creation_expression_repeat1] = STATE(658), - [aux_sym_modifiers_repeat1] = STATE(428), - [sym_identifier] = ACTIONS(251), + [68] = { + [sym__literal] = STATE(498), + [sym_string_literal] = STATE(505), + [sym__string_literal] = STATE(508), + [sym__multiline_string_literal] = STATE(508), + [sym_expression] = STATE(650), + [sym_cast_expression] = STATE(538), + [sym_assignment_expression] = STATE(538), + [sym_binary_expression] = STATE(538), + [sym_instanceof_expression] = STATE(538), + [sym_lambda_expression] = STATE(538), + [sym_inferred_parameters] = STATE(1218), + [sym_ternary_expression] = STATE(538), + [sym_unary_expression] = STATE(538), + [sym_update_expression] = STATE(538), + [sym_primary_expression] = STATE(509), + [sym_array_creation_expression] = STATE(498), + [sym_parenthesized_expression] = STATE(498), + [sym_class_literal] = STATE(498), + [sym_object_creation_expression] = STATE(498), + [sym__unqualified_object_creation_expression] = STATE(515), + [sym_field_access] = STATE(385), + [sym_array_access] = STATE(385), + [sym_method_invocation] = STATE(498), + [sym_method_reference] = STATE(498), + [sym_switch_expression] = STATE(607), + [sym_statement] = STATE(283), + [sym_block] = STATE(284), + [sym_expression_statement] = STATE(284), + [sym_labeled_statement] = STATE(284), + [sym_assert_statement] = STATE(284), + [sym_do_statement] = STATE(284), + [sym_break_statement] = STATE(284), + [sym_continue_statement] = STATE(284), + [sym_return_statement] = STATE(284), + [sym_yield_statement] = STATE(284), + [sym_synchronized_statement] = STATE(284), + [sym_throw_statement] = STATE(284), + [sym_try_statement] = STATE(284), + [sym_try_with_resources_statement] = STATE(284), + [sym_if_statement] = STATE(284), + [sym_while_statement] = STATE(284), + [sym_for_statement] = STATE(284), + [sym_enhanced_for_statement] = STATE(284), + [sym__annotation] = STATE(474), + [sym_marker_annotation] = STATE(474), + [sym_annotation] = STATE(474), + [sym_declaration] = STATE(284), + [sym_module_declaration] = STATE(292), + [sym_package_declaration] = STATE(292), + [sym_import_declaration] = STATE(292), + [sym_enum_declaration] = STATE(292), + [sym_class_declaration] = STATE(292), + [sym_modifiers] = STATE(702), + [sym_record_declaration] = STATE(292), + [sym_annotation_type_declaration] = STATE(292), + [sym_interface_declaration] = STATE(292), + [sym__type] = STATE(1208), + [sym__unannotated_type] = STATE(700), + [sym_annotated_type] = STATE(831), + [sym_scoped_type_identifier] = STATE(735), + [sym_generic_type] = STATE(751), + [sym_array_type] = STATE(688), + [sym_integral_type] = STATE(688), + [sym_floating_point_type] = STATE(688), + [sym_formal_parameters] = STATE(1218), + [sym_local_variable_declaration] = STATE(284), + [sym__reserved_identifier] = STATE(372), + [aux_sym_array_creation_expression_repeat1] = STATE(653), + [aux_sym_modifiers_repeat1] = STATE(433), + [sym_identifier] = ACTIONS(261), [sym_decimal_integer_literal] = ACTIONS(9), [sym_hex_integer_literal] = ACTIONS(9), [sym_octal_integer_literal] = ACTIONS(9), @@ -21024,7 +20177,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_SEMI] = ACTIONS(35), [anon_sym_assert] = ACTIONS(37), [anon_sym_do] = ACTIONS(39), - [anon_sym_while] = ACTIONS(253), + [anon_sym_while] = ACTIONS(263), [anon_sym_break] = ACTIONS(43), [anon_sym_continue] = ACTIONS(45), [anon_sym_return] = ACTIONS(47), @@ -21032,15 +20185,16 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_synchronized] = ACTIONS(51), [anon_sym_throw] = ACTIONS(53), [anon_sym_try] = ACTIONS(55), - [anon_sym_if] = ACTIONS(255), - [anon_sym_for] = ACTIONS(257), + [anon_sym_if] = ACTIONS(265), + [anon_sym_for] = ACTIONS(267), [anon_sym_AT] = ACTIONS(61), [anon_sym_open] = ACTIONS(63), [anon_sym_module] = ACTIONS(65), [anon_sym_static] = ACTIONS(21), - [anon_sym_package] = ACTIONS(67), - [anon_sym_import] = ACTIONS(69), - [anon_sym_enum] = ACTIONS(71), + [anon_sym_with] = ACTIONS(67), + [anon_sym_package] = ACTIONS(69), + [anon_sym_import] = ACTIONS(71), + [anon_sym_enum] = ACTIONS(73), [anon_sym_public] = ACTIONS(21), [anon_sym_protected] = ACTIONS(21), [anon_sym_private] = ACTIONS(21), @@ -21049,95 +20203,96 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_native] = ACTIONS(21), [anon_sym_transient] = ACTIONS(21), [anon_sym_volatile] = ACTIONS(21), - [anon_sym_sealed] = ACTIONS(21), - [anon_sym_non_DASHsealed] = ACTIONS(73), - [anon_sym_record] = ACTIONS(75), - [anon_sym_ATinterface] = ACTIONS(77), - [anon_sym_interface] = ACTIONS(79), - [anon_sym_byte] = ACTIONS(81), - [anon_sym_short] = ACTIONS(81), - [anon_sym_int] = ACTIONS(81), - [anon_sym_long] = ACTIONS(81), - [anon_sym_char] = ACTIONS(81), - [anon_sym_float] = ACTIONS(83), - [anon_sym_double] = ACTIONS(83), - [sym_boolean_type] = ACTIONS(85), - [sym_void_type] = ACTIONS(85), - [sym_this] = ACTIONS(87), - [sym_super] = ACTIONS(89), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_non_DASHsealed] = ACTIONS(77), + [anon_sym_record] = ACTIONS(79), + [anon_sym_ATinterface] = ACTIONS(81), + [anon_sym_interface] = ACTIONS(83), + [anon_sym_byte] = ACTIONS(85), + [anon_sym_short] = ACTIONS(85), + [anon_sym_int] = ACTIONS(85), + [anon_sym_long] = ACTIONS(85), + [anon_sym_char] = ACTIONS(85), + [anon_sym_float] = ACTIONS(87), + [anon_sym_double] = ACTIONS(87), + [sym_boolean_type] = ACTIONS(89), + [sym_void_type] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, - [74] = { - [sym__literal] = STATE(507), - [sym_string_literal] = STATE(510), - [sym__string_literal] = STATE(498), - [sym__multiline_string_literal] = STATE(498), - [sym_expression] = STATE(657), - [sym_cast_expression] = STATE(524), - [sym_assignment_expression] = STATE(524), - [sym_binary_expression] = STATE(524), - [sym_instanceof_expression] = STATE(524), - [sym_lambda_expression] = STATE(524), - [sym_inferred_parameters] = STATE(1259), - [sym_ternary_expression] = STATE(524), - [sym_unary_expression] = STATE(524), - [sym_update_expression] = STATE(524), - [sym_primary_expression] = STATE(470), - [sym_array_creation_expression] = STATE(507), - [sym_parenthesized_expression] = STATE(507), - [sym_class_literal] = STATE(507), - [sym_object_creation_expression] = STATE(507), - [sym__unqualified_object_creation_expression] = STATE(483), - [sym_field_access] = STATE(384), - [sym_array_access] = STATE(384), - [sym_method_invocation] = STATE(507), - [sym_method_reference] = STATE(507), - [sym_switch_expression] = STATE(592), - [sym_statement] = STATE(290), - [sym_block] = STATE(276), - [sym_expression_statement] = STATE(276), - [sym_labeled_statement] = STATE(276), - [sym_assert_statement] = STATE(276), - [sym_do_statement] = STATE(276), - [sym_break_statement] = STATE(276), - [sym_continue_statement] = STATE(276), - [sym_return_statement] = STATE(276), - [sym_yield_statement] = STATE(276), - [sym_synchronized_statement] = STATE(276), - [sym_throw_statement] = STATE(276), - [sym_try_statement] = STATE(276), - [sym_try_with_resources_statement] = STATE(276), - [sym_if_statement] = STATE(276), - [sym_while_statement] = STATE(276), - [sym_for_statement] = STATE(276), - [sym_enhanced_for_statement] = STATE(276), - [sym__annotation] = STATE(471), - [sym_marker_annotation] = STATE(471), - [sym_annotation] = STATE(471), - [sym_declaration] = STATE(276), - [sym_module_declaration] = STATE(332), - [sym_package_declaration] = STATE(332), - [sym_import_declaration] = STATE(332), - [sym_enum_declaration] = STATE(332), - [sym_class_declaration] = STATE(332), - [sym_modifiers] = STATE(679), - [sym_record_declaration] = STATE(332), - [sym_annotation_type_declaration] = STATE(332), - [sym_interface_declaration] = STATE(332), - [sym__type] = STATE(1266), - [sym__unannotated_type] = STATE(718), - [sym_annotated_type] = STATE(797), - [sym_scoped_type_identifier] = STATE(745), - [sym_generic_type] = STATE(771), - [sym_array_type] = STATE(702), - [sym_integral_type] = STATE(702), - [sym_floating_point_type] = STATE(702), - [sym_formal_parameters] = STATE(1259), - [sym_local_variable_declaration] = STATE(276), - [aux_sym_array_creation_expression_repeat1] = STATE(658), - [aux_sym_modifiers_repeat1] = STATE(428), - [sym_identifier] = ACTIONS(251), + [69] = { + [sym__literal] = STATE(498), + [sym_string_literal] = STATE(505), + [sym__string_literal] = STATE(508), + [sym__multiline_string_literal] = STATE(508), + [sym_expression] = STATE(650), + [sym_cast_expression] = STATE(538), + [sym_assignment_expression] = STATE(538), + [sym_binary_expression] = STATE(538), + [sym_instanceof_expression] = STATE(538), + [sym_lambda_expression] = STATE(538), + [sym_inferred_parameters] = STATE(1218), + [sym_ternary_expression] = STATE(538), + [sym_unary_expression] = STATE(538), + [sym_update_expression] = STATE(538), + [sym_primary_expression] = STATE(509), + [sym_array_creation_expression] = STATE(498), + [sym_parenthesized_expression] = STATE(498), + [sym_class_literal] = STATE(498), + [sym_object_creation_expression] = STATE(498), + [sym__unqualified_object_creation_expression] = STATE(515), + [sym_field_access] = STATE(385), + [sym_array_access] = STATE(385), + [sym_method_invocation] = STATE(498), + [sym_method_reference] = STATE(498), + [sym_switch_expression] = STATE(607), + [sym_statement] = STATE(298), + [sym_block] = STATE(284), + [sym_expression_statement] = STATE(284), + [sym_labeled_statement] = STATE(284), + [sym_assert_statement] = STATE(284), + [sym_do_statement] = STATE(284), + [sym_break_statement] = STATE(284), + [sym_continue_statement] = STATE(284), + [sym_return_statement] = STATE(284), + [sym_yield_statement] = STATE(284), + [sym_synchronized_statement] = STATE(284), + [sym_throw_statement] = STATE(284), + [sym_try_statement] = STATE(284), + [sym_try_with_resources_statement] = STATE(284), + [sym_if_statement] = STATE(284), + [sym_while_statement] = STATE(284), + [sym_for_statement] = STATE(284), + [sym_enhanced_for_statement] = STATE(284), + [sym__annotation] = STATE(474), + [sym_marker_annotation] = STATE(474), + [sym_annotation] = STATE(474), + [sym_declaration] = STATE(284), + [sym_module_declaration] = STATE(292), + [sym_package_declaration] = STATE(292), + [sym_import_declaration] = STATE(292), + [sym_enum_declaration] = STATE(292), + [sym_class_declaration] = STATE(292), + [sym_modifiers] = STATE(702), + [sym_record_declaration] = STATE(292), + [sym_annotation_type_declaration] = STATE(292), + [sym_interface_declaration] = STATE(292), + [sym__type] = STATE(1208), + [sym__unannotated_type] = STATE(700), + [sym_annotated_type] = STATE(831), + [sym_scoped_type_identifier] = STATE(735), + [sym_generic_type] = STATE(751), + [sym_array_type] = STATE(688), + [sym_integral_type] = STATE(688), + [sym_floating_point_type] = STATE(688), + [sym_formal_parameters] = STATE(1218), + [sym_local_variable_declaration] = STATE(284), + [sym__reserved_identifier] = STATE(372), + [aux_sym_array_creation_expression_repeat1] = STATE(653), + [aux_sym_modifiers_repeat1] = STATE(433), + [sym_identifier] = ACTIONS(261), [sym_decimal_integer_literal] = ACTIONS(9), [sym_hex_integer_literal] = ACTIONS(9), [sym_octal_integer_literal] = ACTIONS(9), @@ -21166,7 +20321,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_SEMI] = ACTIONS(35), [anon_sym_assert] = ACTIONS(37), [anon_sym_do] = ACTIONS(39), - [anon_sym_while] = ACTIONS(253), + [anon_sym_while] = ACTIONS(263), [anon_sym_break] = ACTIONS(43), [anon_sym_continue] = ACTIONS(45), [anon_sym_return] = ACTIONS(47), @@ -21174,15 +20329,16 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_synchronized] = ACTIONS(51), [anon_sym_throw] = ACTIONS(53), [anon_sym_try] = ACTIONS(55), - [anon_sym_if] = ACTIONS(255), - [anon_sym_for] = ACTIONS(257), + [anon_sym_if] = ACTIONS(265), + [anon_sym_for] = ACTIONS(267), [anon_sym_AT] = ACTIONS(61), [anon_sym_open] = ACTIONS(63), [anon_sym_module] = ACTIONS(65), [anon_sym_static] = ACTIONS(21), - [anon_sym_package] = ACTIONS(67), - [anon_sym_import] = ACTIONS(69), - [anon_sym_enum] = ACTIONS(71), + [anon_sym_with] = ACTIONS(67), + [anon_sym_package] = ACTIONS(69), + [anon_sym_import] = ACTIONS(71), + [anon_sym_enum] = ACTIONS(73), [anon_sym_public] = ACTIONS(21), [anon_sym_protected] = ACTIONS(21), [anon_sym_private] = ACTIONS(21), @@ -21191,790 +20347,240 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_native] = ACTIONS(21), [anon_sym_transient] = ACTIONS(21), [anon_sym_volatile] = ACTIONS(21), - [anon_sym_sealed] = ACTIONS(21), - [anon_sym_non_DASHsealed] = ACTIONS(73), - [anon_sym_record] = ACTIONS(75), - [anon_sym_ATinterface] = ACTIONS(77), - [anon_sym_interface] = ACTIONS(79), - [anon_sym_byte] = ACTIONS(81), - [anon_sym_short] = ACTIONS(81), - [anon_sym_int] = ACTIONS(81), - [anon_sym_long] = ACTIONS(81), - [anon_sym_char] = ACTIONS(81), - [anon_sym_float] = ACTIONS(83), - [anon_sym_double] = ACTIONS(83), - [sym_boolean_type] = ACTIONS(85), - [sym_void_type] = ACTIONS(85), - [sym_this] = ACTIONS(87), - [sym_super] = ACTIONS(89), - [sym_line_comment] = ACTIONS(3), - [sym_block_comment] = ACTIONS(3), - }, - [75] = { - [ts_builtin_sym_end] = ACTIONS(259), - [sym_identifier] = ACTIONS(261), - [sym_decimal_integer_literal] = ACTIONS(261), - [sym_hex_integer_literal] = ACTIONS(261), - [sym_octal_integer_literal] = ACTIONS(261), - [sym_binary_integer_literal] = ACTIONS(259), - [sym_decimal_floating_point_literal] = ACTIONS(259), - [sym_hex_floating_point_literal] = ACTIONS(261), - [sym_true] = ACTIONS(261), - [sym_false] = ACTIONS(261), - [sym_character_literal] = ACTIONS(259), - [anon_sym_DQUOTE] = ACTIONS(261), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(259), - [sym_null_literal] = ACTIONS(261), - [anon_sym_LPAREN] = ACTIONS(259), - [anon_sym_RPAREN] = ACTIONS(259), - [anon_sym_AMP] = ACTIONS(261), - [anon_sym_GT] = ACTIONS(261), - [anon_sym_LT] = ACTIONS(261), - [anon_sym_GT_EQ] = ACTIONS(259), - [anon_sym_LT_EQ] = ACTIONS(259), - [anon_sym_EQ_EQ] = ACTIONS(259), - [anon_sym_BANG_EQ] = ACTIONS(259), - [anon_sym_AMP_AMP] = ACTIONS(259), - [anon_sym_PIPE_PIPE] = ACTIONS(259), - [anon_sym_PLUS] = ACTIONS(261), - [anon_sym_DASH] = ACTIONS(261), - [anon_sym_STAR] = ACTIONS(259), - [anon_sym_SLASH] = ACTIONS(261), - [anon_sym_PIPE] = ACTIONS(261), - [anon_sym_CARET] = ACTIONS(259), - [anon_sym_PERCENT] = ACTIONS(259), - [anon_sym_LT_LT] = ACTIONS(259), - [anon_sym_GT_GT] = ACTIONS(261), - [anon_sym_GT_GT_GT] = ACTIONS(259), - [anon_sym_instanceof] = ACTIONS(261), - [anon_sym_final] = ACTIONS(261), - [anon_sym_DASH_GT] = ACTIONS(259), - [anon_sym_COMMA] = ACTIONS(259), - [anon_sym_QMARK] = ACTIONS(259), - [anon_sym_COLON] = ACTIONS(261), - [anon_sym_BANG] = ACTIONS(261), - [anon_sym_TILDE] = ACTIONS(259), - [anon_sym_PLUS_PLUS] = ACTIONS(259), - [anon_sym_DASH_DASH] = ACTIONS(259), - [anon_sym_new] = ACTIONS(261), - [anon_sym_LBRACK] = ACTIONS(259), - [anon_sym_RBRACK] = ACTIONS(259), - [anon_sym_DOT] = ACTIONS(261), - [anon_sym_class] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(259), - [anon_sym_switch] = ACTIONS(261), - [anon_sym_LBRACE] = ACTIONS(259), - [anon_sym_RBRACE] = ACTIONS(259), - [anon_sym_case] = ACTIONS(261), - [anon_sym_default] = ACTIONS(261), - [anon_sym_SEMI] = ACTIONS(259), - [anon_sym_assert] = ACTIONS(261), - [anon_sym_do] = ACTIONS(261), - [anon_sym_while] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_return] = ACTIONS(261), - [anon_sym_yield] = ACTIONS(261), - [anon_sym_synchronized] = ACTIONS(261), - [anon_sym_throw] = ACTIONS(261), - [anon_sym_try] = ACTIONS(261), - [anon_sym_if] = ACTIONS(261), - [anon_sym_else] = ACTIONS(261), - [anon_sym_for] = ACTIONS(261), - [anon_sym_AT] = ACTIONS(261), - [anon_sym_open] = ACTIONS(261), - [anon_sym_module] = ACTIONS(261), - [anon_sym_static] = ACTIONS(261), - [anon_sym_package] = ACTIONS(261), - [anon_sym_import] = ACTIONS(261), - [anon_sym_enum] = ACTIONS(261), - [anon_sym_public] = ACTIONS(261), - [anon_sym_protected] = ACTIONS(261), - [anon_sym_private] = ACTIONS(261), - [anon_sym_abstract] = ACTIONS(261), - [anon_sym_strictfp] = ACTIONS(261), - [anon_sym_native] = ACTIONS(261), - [anon_sym_transient] = ACTIONS(261), - [anon_sym_volatile] = ACTIONS(261), - [anon_sym_sealed] = ACTIONS(261), - [anon_sym_non_DASHsealed] = ACTIONS(259), - [anon_sym_record] = ACTIONS(261), - [anon_sym_ATinterface] = ACTIONS(259), - [anon_sym_interface] = ACTIONS(261), - [anon_sym_byte] = ACTIONS(261), - [anon_sym_short] = ACTIONS(261), - [anon_sym_int] = ACTIONS(261), - [anon_sym_long] = ACTIONS(261), - [anon_sym_char] = ACTIONS(261), - [anon_sym_float] = ACTIONS(261), - [anon_sym_double] = ACTIONS(261), - [sym_boolean_type] = ACTIONS(261), - [sym_void_type] = ACTIONS(261), - [sym_this] = ACTIONS(261), - [sym_super] = ACTIONS(261), - [sym_line_comment] = ACTIONS(3), - [sym_block_comment] = ACTIONS(3), - }, - [76] = { - [ts_builtin_sym_end] = ACTIONS(263), - [sym_identifier] = ACTIONS(265), - [sym_decimal_integer_literal] = ACTIONS(265), - [sym_hex_integer_literal] = ACTIONS(265), - [sym_octal_integer_literal] = ACTIONS(265), - [sym_binary_integer_literal] = ACTIONS(263), - [sym_decimal_floating_point_literal] = ACTIONS(263), - [sym_hex_floating_point_literal] = ACTIONS(265), - [sym_true] = ACTIONS(265), - [sym_false] = ACTIONS(265), - [sym_character_literal] = ACTIONS(263), - [anon_sym_DQUOTE] = ACTIONS(265), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(263), - [sym_null_literal] = ACTIONS(265), - [anon_sym_LPAREN] = ACTIONS(263), - [anon_sym_RPAREN] = ACTIONS(263), - [anon_sym_AMP] = ACTIONS(265), - [anon_sym_GT] = ACTIONS(265), - [anon_sym_LT] = ACTIONS(265), - [anon_sym_GT_EQ] = ACTIONS(263), - [anon_sym_LT_EQ] = ACTIONS(263), - [anon_sym_EQ_EQ] = ACTIONS(263), - [anon_sym_BANG_EQ] = ACTIONS(263), - [anon_sym_AMP_AMP] = ACTIONS(263), - [anon_sym_PIPE_PIPE] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(265), - [anon_sym_DASH] = ACTIONS(265), - [anon_sym_STAR] = ACTIONS(263), - [anon_sym_SLASH] = ACTIONS(265), - [anon_sym_PIPE] = ACTIONS(265), - [anon_sym_CARET] = ACTIONS(263), - [anon_sym_PERCENT] = ACTIONS(263), - [anon_sym_LT_LT] = ACTIONS(263), - [anon_sym_GT_GT] = ACTIONS(265), - [anon_sym_GT_GT_GT] = ACTIONS(263), - [anon_sym_instanceof] = ACTIONS(265), - [anon_sym_final] = ACTIONS(265), - [anon_sym_DASH_GT] = ACTIONS(263), - [anon_sym_COMMA] = ACTIONS(263), - [anon_sym_QMARK] = ACTIONS(263), - [anon_sym_COLON] = ACTIONS(265), - [anon_sym_BANG] = ACTIONS(265), - [anon_sym_TILDE] = ACTIONS(263), - [anon_sym_PLUS_PLUS] = ACTIONS(263), - [anon_sym_DASH_DASH] = ACTIONS(263), - [anon_sym_new] = ACTIONS(265), - [anon_sym_LBRACK] = ACTIONS(263), - [anon_sym_RBRACK] = ACTIONS(263), - [anon_sym_DOT] = ACTIONS(265), - [anon_sym_class] = ACTIONS(265), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_switch] = ACTIONS(265), - [anon_sym_LBRACE] = ACTIONS(263), - [anon_sym_RBRACE] = ACTIONS(263), - [anon_sym_case] = ACTIONS(265), - [anon_sym_default] = ACTIONS(265), - [anon_sym_SEMI] = ACTIONS(263), - [anon_sym_assert] = ACTIONS(265), - [anon_sym_do] = ACTIONS(265), - [anon_sym_while] = ACTIONS(265), - [anon_sym_break] = ACTIONS(265), - [anon_sym_continue] = ACTIONS(265), - [anon_sym_return] = ACTIONS(265), - [anon_sym_yield] = ACTIONS(265), - [anon_sym_synchronized] = ACTIONS(265), - [anon_sym_throw] = ACTIONS(265), - [anon_sym_try] = ACTIONS(265), - [anon_sym_if] = ACTIONS(265), - [anon_sym_else] = ACTIONS(265), - [anon_sym_for] = ACTIONS(265), - [anon_sym_AT] = ACTIONS(265), - [anon_sym_open] = ACTIONS(265), - [anon_sym_module] = ACTIONS(265), - [anon_sym_static] = ACTIONS(265), - [anon_sym_package] = ACTIONS(265), - [anon_sym_import] = ACTIONS(265), - [anon_sym_enum] = ACTIONS(265), - [anon_sym_public] = ACTIONS(265), - [anon_sym_protected] = ACTIONS(265), - [anon_sym_private] = ACTIONS(265), - [anon_sym_abstract] = ACTIONS(265), - [anon_sym_strictfp] = ACTIONS(265), - [anon_sym_native] = ACTIONS(265), - [anon_sym_transient] = ACTIONS(265), - [anon_sym_volatile] = ACTIONS(265), - [anon_sym_sealed] = ACTIONS(265), - [anon_sym_non_DASHsealed] = ACTIONS(263), - [anon_sym_record] = ACTIONS(265), - [anon_sym_ATinterface] = ACTIONS(263), - [anon_sym_interface] = ACTIONS(265), - [anon_sym_byte] = ACTIONS(265), - [anon_sym_short] = ACTIONS(265), - [anon_sym_int] = ACTIONS(265), - [anon_sym_long] = ACTIONS(265), - [anon_sym_char] = ACTIONS(265), - [anon_sym_float] = ACTIONS(265), - [anon_sym_double] = ACTIONS(265), - [sym_boolean_type] = ACTIONS(265), - [sym_void_type] = ACTIONS(265), - [sym_this] = ACTIONS(265), - [sym_super] = ACTIONS(265), - [sym_line_comment] = ACTIONS(3), - [sym_block_comment] = ACTIONS(3), - }, - [77] = { - [ts_builtin_sym_end] = ACTIONS(267), - [sym_identifier] = ACTIONS(269), - [sym_decimal_integer_literal] = ACTIONS(269), - [sym_hex_integer_literal] = ACTIONS(269), - [sym_octal_integer_literal] = ACTIONS(269), - [sym_binary_integer_literal] = ACTIONS(267), - [sym_decimal_floating_point_literal] = ACTIONS(267), - [sym_hex_floating_point_literal] = ACTIONS(269), - [sym_true] = ACTIONS(269), - [sym_false] = ACTIONS(269), - [sym_character_literal] = ACTIONS(267), - [anon_sym_DQUOTE] = ACTIONS(269), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(267), - [sym_null_literal] = ACTIONS(269), - [anon_sym_LPAREN] = ACTIONS(267), - [anon_sym_RPAREN] = ACTIONS(267), - [anon_sym_AMP] = ACTIONS(269), - [anon_sym_GT] = ACTIONS(269), - [anon_sym_LT] = ACTIONS(269), - [anon_sym_GT_EQ] = ACTIONS(267), - [anon_sym_LT_EQ] = ACTIONS(267), - [anon_sym_EQ_EQ] = ACTIONS(267), - [anon_sym_BANG_EQ] = ACTIONS(267), - [anon_sym_AMP_AMP] = ACTIONS(267), - [anon_sym_PIPE_PIPE] = ACTIONS(267), - [anon_sym_PLUS] = ACTIONS(269), - [anon_sym_DASH] = ACTIONS(269), - [anon_sym_STAR] = ACTIONS(267), - [anon_sym_SLASH] = ACTIONS(269), - [anon_sym_PIPE] = ACTIONS(269), - [anon_sym_CARET] = ACTIONS(267), - [anon_sym_PERCENT] = ACTIONS(267), - [anon_sym_LT_LT] = ACTIONS(267), - [anon_sym_GT_GT] = ACTIONS(269), - [anon_sym_GT_GT_GT] = ACTIONS(267), - [anon_sym_instanceof] = ACTIONS(269), - [anon_sym_final] = ACTIONS(269), - [anon_sym_DASH_GT] = ACTIONS(267), - [anon_sym_COMMA] = ACTIONS(267), - [anon_sym_QMARK] = ACTIONS(267), - [anon_sym_COLON] = ACTIONS(267), - [anon_sym_BANG] = ACTIONS(269), - [anon_sym_TILDE] = ACTIONS(267), - [anon_sym_PLUS_PLUS] = ACTIONS(267), - [anon_sym_DASH_DASH] = ACTIONS(267), - [anon_sym_new] = ACTIONS(269), - [anon_sym_RBRACK] = ACTIONS(267), - [anon_sym_class] = ACTIONS(269), - [anon_sym_switch] = ACTIONS(269), - [anon_sym_LBRACE] = ACTIONS(267), - [anon_sym_RBRACE] = ACTIONS(267), - [anon_sym_case] = ACTIONS(269), - [anon_sym_default] = ACTIONS(269), - [anon_sym_SEMI] = ACTIONS(267), - [anon_sym_assert] = ACTIONS(269), - [anon_sym_do] = ACTIONS(269), - [anon_sym_while] = ACTIONS(269), - [anon_sym_break] = ACTIONS(269), - [anon_sym_continue] = ACTIONS(269), - [anon_sym_return] = ACTIONS(269), - [anon_sym_yield] = ACTIONS(269), - [anon_sym_synchronized] = ACTIONS(269), - [anon_sym_throw] = ACTIONS(269), - [anon_sym_try] = ACTIONS(269), - [anon_sym_if] = ACTIONS(269), - [anon_sym_else] = ACTIONS(269), - [anon_sym_for] = ACTIONS(269), - [anon_sym_AT] = ACTIONS(269), - [anon_sym_open] = ACTIONS(269), - [anon_sym_module] = ACTIONS(269), - [anon_sym_static] = ACTIONS(269), - [anon_sym_package] = ACTIONS(269), - [anon_sym_import] = ACTIONS(269), - [anon_sym_enum] = ACTIONS(269), - [anon_sym_public] = ACTIONS(269), - [anon_sym_protected] = ACTIONS(269), - [anon_sym_private] = ACTIONS(269), - [anon_sym_abstract] = ACTIONS(269), - [anon_sym_strictfp] = ACTIONS(269), - [anon_sym_native] = ACTIONS(269), - [anon_sym_transient] = ACTIONS(269), - [anon_sym_volatile] = ACTIONS(269), - [anon_sym_sealed] = ACTIONS(269), - [anon_sym_non_DASHsealed] = ACTIONS(267), - [anon_sym_record] = ACTIONS(269), - [anon_sym_ATinterface] = ACTIONS(267), - [anon_sym_interface] = ACTIONS(269), - [anon_sym_byte] = ACTIONS(269), - [anon_sym_short] = ACTIONS(269), - [anon_sym_int] = ACTIONS(269), - [anon_sym_long] = ACTIONS(269), - [anon_sym_char] = ACTIONS(269), - [anon_sym_float] = ACTIONS(269), - [anon_sym_double] = ACTIONS(269), - [sym_boolean_type] = ACTIONS(269), - [sym_void_type] = ACTIONS(269), - [sym_this] = ACTIONS(269), - [sym_super] = ACTIONS(269), - [sym_line_comment] = ACTIONS(3), - [sym_block_comment] = ACTIONS(3), - }, - [78] = { - [ts_builtin_sym_end] = ACTIONS(271), - [sym_identifier] = ACTIONS(273), - [sym_decimal_integer_literal] = ACTIONS(273), - [sym_hex_integer_literal] = ACTIONS(273), - [sym_octal_integer_literal] = ACTIONS(273), - [sym_binary_integer_literal] = ACTIONS(271), - [sym_decimal_floating_point_literal] = ACTIONS(271), - [sym_hex_floating_point_literal] = ACTIONS(273), - [sym_true] = ACTIONS(273), - [sym_false] = ACTIONS(273), - [sym_character_literal] = ACTIONS(271), - [anon_sym_DQUOTE] = ACTIONS(273), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(271), - [sym_null_literal] = ACTIONS(273), - [anon_sym_LPAREN] = ACTIONS(271), - [anon_sym_RPAREN] = ACTIONS(271), - [anon_sym_AMP] = ACTIONS(273), - [anon_sym_GT] = ACTIONS(273), - [anon_sym_LT] = ACTIONS(273), - [anon_sym_GT_EQ] = ACTIONS(271), - [anon_sym_LT_EQ] = ACTIONS(271), - [anon_sym_EQ_EQ] = ACTIONS(271), - [anon_sym_BANG_EQ] = ACTIONS(271), - [anon_sym_AMP_AMP] = ACTIONS(271), - [anon_sym_PIPE_PIPE] = ACTIONS(271), - [anon_sym_PLUS] = ACTIONS(273), - [anon_sym_DASH] = ACTIONS(273), - [anon_sym_STAR] = ACTIONS(271), - [anon_sym_SLASH] = ACTIONS(273), - [anon_sym_PIPE] = ACTIONS(273), - [anon_sym_CARET] = ACTIONS(271), - [anon_sym_PERCENT] = ACTIONS(271), - [anon_sym_LT_LT] = ACTIONS(271), - [anon_sym_GT_GT] = ACTIONS(273), - [anon_sym_GT_GT_GT] = ACTIONS(271), - [anon_sym_instanceof] = ACTIONS(273), - [anon_sym_final] = ACTIONS(273), - [anon_sym_DASH_GT] = ACTIONS(271), - [anon_sym_COMMA] = ACTIONS(271), - [anon_sym_QMARK] = ACTIONS(271), - [anon_sym_COLON] = ACTIONS(271), - [anon_sym_BANG] = ACTIONS(273), - [anon_sym_TILDE] = ACTIONS(271), - [anon_sym_PLUS_PLUS] = ACTIONS(271), - [anon_sym_DASH_DASH] = ACTIONS(271), - [anon_sym_new] = ACTIONS(273), - [anon_sym_RBRACK] = ACTIONS(271), - [anon_sym_class] = ACTIONS(273), - [anon_sym_switch] = ACTIONS(273), - [anon_sym_LBRACE] = ACTIONS(271), - [anon_sym_RBRACE] = ACTIONS(271), - [anon_sym_case] = ACTIONS(273), - [anon_sym_default] = ACTIONS(273), - [anon_sym_SEMI] = ACTIONS(271), - [anon_sym_assert] = ACTIONS(273), - [anon_sym_do] = ACTIONS(273), - [anon_sym_while] = ACTIONS(273), - [anon_sym_break] = ACTIONS(273), - [anon_sym_continue] = ACTIONS(273), - [anon_sym_return] = ACTIONS(273), - [anon_sym_yield] = ACTIONS(273), - [anon_sym_synchronized] = ACTIONS(273), - [anon_sym_throw] = ACTIONS(273), - [anon_sym_try] = ACTIONS(273), - [anon_sym_if] = ACTIONS(273), - [anon_sym_else] = ACTIONS(273), - [anon_sym_for] = ACTIONS(273), - [anon_sym_AT] = ACTIONS(273), - [anon_sym_open] = ACTIONS(273), - [anon_sym_module] = ACTIONS(273), - [anon_sym_static] = ACTIONS(273), - [anon_sym_package] = ACTIONS(273), - [anon_sym_import] = ACTIONS(273), - [anon_sym_enum] = ACTIONS(273), - [anon_sym_public] = ACTIONS(273), - [anon_sym_protected] = ACTIONS(273), - [anon_sym_private] = ACTIONS(273), - [anon_sym_abstract] = ACTIONS(273), - [anon_sym_strictfp] = ACTIONS(273), - [anon_sym_native] = ACTIONS(273), - [anon_sym_transient] = ACTIONS(273), - [anon_sym_volatile] = ACTIONS(273), - [anon_sym_sealed] = ACTIONS(273), - [anon_sym_non_DASHsealed] = ACTIONS(271), - [anon_sym_record] = ACTIONS(273), - [anon_sym_ATinterface] = ACTIONS(271), - [anon_sym_interface] = ACTIONS(273), - [anon_sym_byte] = ACTIONS(273), - [anon_sym_short] = ACTIONS(273), - [anon_sym_int] = ACTIONS(273), - [anon_sym_long] = ACTIONS(273), - [anon_sym_char] = ACTIONS(273), - [anon_sym_float] = ACTIONS(273), - [anon_sym_double] = ACTIONS(273), - [sym_boolean_type] = ACTIONS(273), - [sym_void_type] = ACTIONS(273), - [sym_this] = ACTIONS(273), - [sym_super] = ACTIONS(273), - [sym_line_comment] = ACTIONS(3), - [sym_block_comment] = ACTIONS(3), - }, - [79] = { - [ts_builtin_sym_end] = ACTIONS(275), - [sym_identifier] = ACTIONS(277), - [sym_decimal_integer_literal] = ACTIONS(277), - [sym_hex_integer_literal] = ACTIONS(277), - [sym_octal_integer_literal] = ACTIONS(277), - [sym_binary_integer_literal] = ACTIONS(275), - [sym_decimal_floating_point_literal] = ACTIONS(275), - [sym_hex_floating_point_literal] = ACTIONS(277), - [sym_true] = ACTIONS(277), - [sym_false] = ACTIONS(277), - [sym_character_literal] = ACTIONS(275), - [anon_sym_DQUOTE] = ACTIONS(277), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(275), - [sym_null_literal] = ACTIONS(277), - [anon_sym_LPAREN] = ACTIONS(275), - [anon_sym_RPAREN] = ACTIONS(275), - [anon_sym_AMP] = ACTIONS(277), - [anon_sym_GT] = ACTIONS(277), - [anon_sym_LT] = ACTIONS(277), - [anon_sym_GT_EQ] = ACTIONS(275), - [anon_sym_LT_EQ] = ACTIONS(275), - [anon_sym_EQ_EQ] = ACTIONS(275), - [anon_sym_BANG_EQ] = ACTIONS(275), - [anon_sym_AMP_AMP] = ACTIONS(275), - [anon_sym_PIPE_PIPE] = ACTIONS(275), - [anon_sym_PLUS] = ACTIONS(277), - [anon_sym_DASH] = ACTIONS(277), - [anon_sym_STAR] = ACTIONS(275), - [anon_sym_SLASH] = ACTIONS(277), - [anon_sym_PIPE] = ACTIONS(277), - [anon_sym_CARET] = ACTIONS(275), - [anon_sym_PERCENT] = ACTIONS(275), - [anon_sym_LT_LT] = ACTIONS(275), - [anon_sym_GT_GT] = ACTIONS(277), - [anon_sym_GT_GT_GT] = ACTIONS(275), - [anon_sym_instanceof] = ACTIONS(277), - [anon_sym_final] = ACTIONS(277), - [anon_sym_DASH_GT] = ACTIONS(275), - [anon_sym_COMMA] = ACTIONS(275), - [anon_sym_QMARK] = ACTIONS(275), - [anon_sym_COLON] = ACTIONS(275), - [anon_sym_BANG] = ACTIONS(277), - [anon_sym_TILDE] = ACTIONS(275), - [anon_sym_PLUS_PLUS] = ACTIONS(275), - [anon_sym_DASH_DASH] = ACTIONS(275), - [anon_sym_new] = ACTIONS(277), - [anon_sym_RBRACK] = ACTIONS(275), - [anon_sym_class] = ACTIONS(277), - [anon_sym_switch] = ACTIONS(277), - [anon_sym_LBRACE] = ACTIONS(275), - [anon_sym_RBRACE] = ACTIONS(275), - [anon_sym_case] = ACTIONS(277), - [anon_sym_default] = ACTIONS(277), - [anon_sym_SEMI] = ACTIONS(275), - [anon_sym_assert] = ACTIONS(277), - [anon_sym_do] = ACTIONS(277), - [anon_sym_while] = ACTIONS(277), - [anon_sym_break] = ACTIONS(277), - [anon_sym_continue] = ACTIONS(277), - [anon_sym_return] = ACTIONS(277), - [anon_sym_yield] = ACTIONS(277), - [anon_sym_synchronized] = ACTIONS(277), - [anon_sym_throw] = ACTIONS(277), - [anon_sym_try] = ACTIONS(277), - [anon_sym_if] = ACTIONS(277), - [anon_sym_else] = ACTIONS(277), - [anon_sym_for] = ACTIONS(277), - [anon_sym_AT] = ACTIONS(277), - [anon_sym_open] = ACTIONS(277), - [anon_sym_module] = ACTIONS(277), - [anon_sym_static] = ACTIONS(277), - [anon_sym_package] = ACTIONS(277), - [anon_sym_import] = ACTIONS(277), - [anon_sym_enum] = ACTIONS(277), - [anon_sym_public] = ACTIONS(277), - [anon_sym_protected] = ACTIONS(277), - [anon_sym_private] = ACTIONS(277), - [anon_sym_abstract] = ACTIONS(277), - [anon_sym_strictfp] = ACTIONS(277), - [anon_sym_native] = ACTIONS(277), - [anon_sym_transient] = ACTIONS(277), - [anon_sym_volatile] = ACTIONS(277), - [anon_sym_sealed] = ACTIONS(277), - [anon_sym_non_DASHsealed] = ACTIONS(275), - [anon_sym_record] = ACTIONS(277), - [anon_sym_ATinterface] = ACTIONS(275), - [anon_sym_interface] = ACTIONS(277), - [anon_sym_byte] = ACTIONS(277), - [anon_sym_short] = ACTIONS(277), - [anon_sym_int] = ACTIONS(277), - [anon_sym_long] = ACTIONS(277), - [anon_sym_char] = ACTIONS(277), - [anon_sym_float] = ACTIONS(277), - [anon_sym_double] = ACTIONS(277), - [sym_boolean_type] = ACTIONS(277), - [sym_void_type] = ACTIONS(277), - [sym_this] = ACTIONS(277), - [sym_super] = ACTIONS(277), - [sym_line_comment] = ACTIONS(3), - [sym_block_comment] = ACTIONS(3), - }, - [80] = { - [ts_builtin_sym_end] = ACTIONS(279), - [sym_identifier] = ACTIONS(281), - [sym_decimal_integer_literal] = ACTIONS(281), - [sym_hex_integer_literal] = ACTIONS(281), - [sym_octal_integer_literal] = ACTIONS(281), - [sym_binary_integer_literal] = ACTIONS(279), - [sym_decimal_floating_point_literal] = ACTIONS(279), - [sym_hex_floating_point_literal] = ACTIONS(281), - [sym_true] = ACTIONS(281), - [sym_false] = ACTIONS(281), - [sym_character_literal] = ACTIONS(279), - [anon_sym_DQUOTE] = ACTIONS(281), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(279), - [sym_null_literal] = ACTIONS(281), - [anon_sym_LPAREN] = ACTIONS(279), - [anon_sym_RPAREN] = ACTIONS(279), - [anon_sym_AMP] = ACTIONS(281), - [anon_sym_GT] = ACTIONS(281), - [anon_sym_LT] = ACTIONS(281), - [anon_sym_GT_EQ] = ACTIONS(279), - [anon_sym_LT_EQ] = ACTIONS(279), - [anon_sym_EQ_EQ] = ACTIONS(279), - [anon_sym_BANG_EQ] = ACTIONS(279), - [anon_sym_AMP_AMP] = ACTIONS(279), - [anon_sym_PIPE_PIPE] = ACTIONS(279), - [anon_sym_PLUS] = ACTIONS(281), - [anon_sym_DASH] = ACTIONS(281), - [anon_sym_STAR] = ACTIONS(279), - [anon_sym_SLASH] = ACTIONS(281), - [anon_sym_PIPE] = ACTIONS(281), - [anon_sym_CARET] = ACTIONS(279), - [anon_sym_PERCENT] = ACTIONS(279), - [anon_sym_LT_LT] = ACTIONS(279), - [anon_sym_GT_GT] = ACTIONS(281), - [anon_sym_GT_GT_GT] = ACTIONS(279), - [anon_sym_instanceof] = ACTIONS(281), - [anon_sym_final] = ACTIONS(281), - [anon_sym_DASH_GT] = ACTIONS(279), - [anon_sym_COMMA] = ACTIONS(279), - [anon_sym_QMARK] = ACTIONS(279), - [anon_sym_COLON] = ACTIONS(279), - [anon_sym_BANG] = ACTIONS(281), - [anon_sym_TILDE] = ACTIONS(279), - [anon_sym_PLUS_PLUS] = ACTIONS(279), - [anon_sym_DASH_DASH] = ACTIONS(279), - [anon_sym_new] = ACTIONS(281), - [anon_sym_RBRACK] = ACTIONS(279), - [anon_sym_class] = ACTIONS(281), - [anon_sym_switch] = ACTIONS(281), - [anon_sym_LBRACE] = ACTIONS(279), - [anon_sym_RBRACE] = ACTIONS(279), - [anon_sym_case] = ACTIONS(281), - [anon_sym_default] = ACTIONS(281), - [anon_sym_SEMI] = ACTIONS(279), - [anon_sym_assert] = ACTIONS(281), - [anon_sym_do] = ACTIONS(281), - [anon_sym_while] = ACTIONS(281), - [anon_sym_break] = ACTIONS(281), - [anon_sym_continue] = ACTIONS(281), - [anon_sym_return] = ACTIONS(281), - [anon_sym_yield] = ACTIONS(281), - [anon_sym_synchronized] = ACTIONS(281), - [anon_sym_throw] = ACTIONS(281), - [anon_sym_try] = ACTIONS(281), - [anon_sym_if] = ACTIONS(281), - [anon_sym_else] = ACTIONS(281), - [anon_sym_for] = ACTIONS(281), - [anon_sym_AT] = ACTIONS(281), - [anon_sym_open] = ACTIONS(281), - [anon_sym_module] = ACTIONS(281), - [anon_sym_static] = ACTIONS(281), - [anon_sym_package] = ACTIONS(281), - [anon_sym_import] = ACTIONS(281), - [anon_sym_enum] = ACTIONS(281), - [anon_sym_public] = ACTIONS(281), - [anon_sym_protected] = ACTIONS(281), - [anon_sym_private] = ACTIONS(281), - [anon_sym_abstract] = ACTIONS(281), - [anon_sym_strictfp] = ACTIONS(281), - [anon_sym_native] = ACTIONS(281), - [anon_sym_transient] = ACTIONS(281), - [anon_sym_volatile] = ACTIONS(281), - [anon_sym_sealed] = ACTIONS(281), - [anon_sym_non_DASHsealed] = ACTIONS(279), - [anon_sym_record] = ACTIONS(281), - [anon_sym_ATinterface] = ACTIONS(279), - [anon_sym_interface] = ACTIONS(281), - [anon_sym_byte] = ACTIONS(281), - [anon_sym_short] = ACTIONS(281), - [anon_sym_int] = ACTIONS(281), - [anon_sym_long] = ACTIONS(281), - [anon_sym_char] = ACTIONS(281), - [anon_sym_float] = ACTIONS(281), - [anon_sym_double] = ACTIONS(281), - [sym_boolean_type] = ACTIONS(281), - [sym_void_type] = ACTIONS(281), - [sym_this] = ACTIONS(281), - [sym_super] = ACTIONS(281), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_non_DASHsealed] = ACTIONS(77), + [anon_sym_record] = ACTIONS(79), + [anon_sym_ATinterface] = ACTIONS(81), + [anon_sym_interface] = ACTIONS(83), + [anon_sym_byte] = ACTIONS(85), + [anon_sym_short] = ACTIONS(85), + [anon_sym_int] = ACTIONS(85), + [anon_sym_long] = ACTIONS(85), + [anon_sym_char] = ACTIONS(85), + [anon_sym_float] = ACTIONS(87), + [anon_sym_double] = ACTIONS(87), + [sym_boolean_type] = ACTIONS(89), + [sym_void_type] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, - [81] = { - [ts_builtin_sym_end] = ACTIONS(283), - [sym_identifier] = ACTIONS(285), - [sym_decimal_integer_literal] = ACTIONS(285), - [sym_hex_integer_literal] = ACTIONS(285), - [sym_octal_integer_literal] = ACTIONS(285), - [sym_binary_integer_literal] = ACTIONS(283), - [sym_decimal_floating_point_literal] = ACTIONS(283), - [sym_hex_floating_point_literal] = ACTIONS(285), - [sym_true] = ACTIONS(285), - [sym_false] = ACTIONS(285), - [sym_character_literal] = ACTIONS(283), - [anon_sym_DQUOTE] = ACTIONS(285), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(283), - [sym_null_literal] = ACTIONS(285), - [anon_sym_LPAREN] = ACTIONS(283), - [anon_sym_RPAREN] = ACTIONS(283), - [anon_sym_AMP] = ACTIONS(285), - [anon_sym_GT] = ACTIONS(285), - [anon_sym_LT] = ACTIONS(285), - [anon_sym_GT_EQ] = ACTIONS(283), - [anon_sym_LT_EQ] = ACTIONS(283), - [anon_sym_EQ_EQ] = ACTIONS(283), - [anon_sym_BANG_EQ] = ACTIONS(283), - [anon_sym_AMP_AMP] = ACTIONS(283), - [anon_sym_PIPE_PIPE] = ACTIONS(283), - [anon_sym_PLUS] = ACTIONS(285), - [anon_sym_DASH] = ACTIONS(285), - [anon_sym_STAR] = ACTIONS(283), - [anon_sym_SLASH] = ACTIONS(285), - [anon_sym_PIPE] = ACTIONS(285), - [anon_sym_CARET] = ACTIONS(283), - [anon_sym_PERCENT] = ACTIONS(283), - [anon_sym_LT_LT] = ACTIONS(283), - [anon_sym_GT_GT] = ACTIONS(285), - [anon_sym_GT_GT_GT] = ACTIONS(283), - [anon_sym_instanceof] = ACTIONS(285), - [anon_sym_final] = ACTIONS(285), - [anon_sym_DASH_GT] = ACTIONS(283), - [anon_sym_COMMA] = ACTIONS(283), - [anon_sym_QMARK] = ACTIONS(283), - [anon_sym_COLON] = ACTIONS(283), - [anon_sym_BANG] = ACTIONS(285), - [anon_sym_TILDE] = ACTIONS(283), - [anon_sym_PLUS_PLUS] = ACTIONS(283), - [anon_sym_DASH_DASH] = ACTIONS(283), - [anon_sym_new] = ACTIONS(285), - [anon_sym_RBRACK] = ACTIONS(283), - [anon_sym_class] = ACTIONS(285), - [anon_sym_switch] = ACTIONS(285), - [anon_sym_LBRACE] = ACTIONS(283), - [anon_sym_RBRACE] = ACTIONS(283), - [anon_sym_case] = ACTIONS(285), - [anon_sym_default] = ACTIONS(285), - [anon_sym_SEMI] = ACTIONS(283), - [anon_sym_assert] = ACTIONS(285), - [anon_sym_do] = ACTIONS(285), - [anon_sym_while] = ACTIONS(285), - [anon_sym_break] = ACTIONS(285), - [anon_sym_continue] = ACTIONS(285), - [anon_sym_return] = ACTIONS(285), - [anon_sym_yield] = ACTIONS(285), - [anon_sym_synchronized] = ACTIONS(285), - [anon_sym_throw] = ACTIONS(285), - [anon_sym_try] = ACTIONS(285), - [anon_sym_if] = ACTIONS(285), - [anon_sym_else] = ACTIONS(285), - [anon_sym_for] = ACTIONS(285), - [anon_sym_AT] = ACTIONS(285), - [anon_sym_open] = ACTIONS(285), - [anon_sym_module] = ACTIONS(285), - [anon_sym_static] = ACTIONS(285), - [anon_sym_package] = ACTIONS(285), - [anon_sym_import] = ACTIONS(285), - [anon_sym_enum] = ACTIONS(285), - [anon_sym_public] = ACTIONS(285), - [anon_sym_protected] = ACTIONS(285), - [anon_sym_private] = ACTIONS(285), - [anon_sym_abstract] = ACTIONS(285), - [anon_sym_strictfp] = ACTIONS(285), - [anon_sym_native] = ACTIONS(285), - [anon_sym_transient] = ACTIONS(285), - [anon_sym_volatile] = ACTIONS(285), - [anon_sym_sealed] = ACTIONS(285), - [anon_sym_non_DASHsealed] = ACTIONS(283), - [anon_sym_record] = ACTIONS(285), - [anon_sym_ATinterface] = ACTIONS(283), - [anon_sym_interface] = ACTIONS(285), - [anon_sym_byte] = ACTIONS(285), - [anon_sym_short] = ACTIONS(285), - [anon_sym_int] = ACTIONS(285), - [anon_sym_long] = ACTIONS(285), - [anon_sym_char] = ACTIONS(285), - [anon_sym_float] = ACTIONS(285), - [anon_sym_double] = ACTIONS(285), - [sym_boolean_type] = ACTIONS(285), - [sym_void_type] = ACTIONS(285), - [sym_this] = ACTIONS(285), - [sym_super] = ACTIONS(285), + [70] = { + [sym__literal] = STATE(498), + [sym_string_literal] = STATE(505), + [sym__string_literal] = STATE(508), + [sym__multiline_string_literal] = STATE(508), + [sym_expression] = STATE(650), + [sym_cast_expression] = STATE(538), + [sym_assignment_expression] = STATE(538), + [sym_binary_expression] = STATE(538), + [sym_instanceof_expression] = STATE(538), + [sym_lambda_expression] = STATE(538), + [sym_inferred_parameters] = STATE(1218), + [sym_ternary_expression] = STATE(538), + [sym_unary_expression] = STATE(538), + [sym_update_expression] = STATE(538), + [sym_primary_expression] = STATE(509), + [sym_array_creation_expression] = STATE(498), + [sym_parenthesized_expression] = STATE(498), + [sym_class_literal] = STATE(498), + [sym_object_creation_expression] = STATE(498), + [sym__unqualified_object_creation_expression] = STATE(515), + [sym_field_access] = STATE(385), + [sym_array_access] = STATE(385), + [sym_method_invocation] = STATE(498), + [sym_method_reference] = STATE(498), + [sym_switch_expression] = STATE(88), + [sym_statement] = STATE(287), + [sym_block] = STATE(284), + [sym_expression_statement] = STATE(284), + [sym_labeled_statement] = STATE(284), + [sym_assert_statement] = STATE(284), + [sym_do_statement] = STATE(284), + [sym_break_statement] = STATE(284), + [sym_continue_statement] = STATE(284), + [sym_return_statement] = STATE(284), + [sym_yield_statement] = STATE(284), + [sym_synchronized_statement] = STATE(284), + [sym_throw_statement] = STATE(284), + [sym_try_statement] = STATE(284), + [sym_try_with_resources_statement] = STATE(284), + [sym_if_statement] = STATE(284), + [sym_while_statement] = STATE(284), + [sym_for_statement] = STATE(284), + [sym_enhanced_for_statement] = STATE(284), + [sym__annotation] = STATE(474), + [sym_marker_annotation] = STATE(474), + [sym_annotation] = STATE(474), + [sym_declaration] = STATE(284), + [sym_module_declaration] = STATE(292), + [sym_package_declaration] = STATE(292), + [sym_import_declaration] = STATE(292), + [sym_enum_declaration] = STATE(292), + [sym_class_declaration] = STATE(292), + [sym_modifiers] = STATE(702), + [sym_record_declaration] = STATE(292), + [sym_annotation_type_declaration] = STATE(292), + [sym_interface_declaration] = STATE(292), + [sym__type] = STATE(1208), + [sym__unannotated_type] = STATE(700), + [sym_annotated_type] = STATE(831), + [sym_scoped_type_identifier] = STATE(735), + [sym_generic_type] = STATE(751), + [sym_array_type] = STATE(688), + [sym_integral_type] = STATE(688), + [sym_floating_point_type] = STATE(688), + [sym_formal_parameters] = STATE(1218), + [sym_local_variable_declaration] = STATE(284), + [sym__reserved_identifier] = STATE(372), + [aux_sym_array_creation_expression_repeat1] = STATE(653), + [aux_sym_modifiers_repeat1] = STATE(433), + [sym_identifier] = ACTIONS(7), + [sym_decimal_integer_literal] = ACTIONS(9), + [sym_hex_integer_literal] = ACTIONS(9), + [sym_octal_integer_literal] = ACTIONS(9), + [sym_binary_integer_literal] = ACTIONS(11), + [sym_decimal_floating_point_literal] = ACTIONS(11), + [sym_hex_floating_point_literal] = ACTIONS(9), + [sym_true] = ACTIONS(9), + [sym_false] = ACTIONS(9), + [sym_character_literal] = ACTIONS(11), + [anon_sym_DQUOTE] = ACTIONS(13), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(15), + [sym_null_literal] = ACTIONS(9), + [anon_sym_LPAREN] = ACTIONS(17), + [anon_sym_PLUS] = ACTIONS(19), + [anon_sym_DASH] = ACTIONS(19), + [anon_sym_final] = ACTIONS(21), + [anon_sym_BANG] = ACTIONS(23), + [anon_sym_TILDE] = ACTIONS(23), + [anon_sym_PLUS_PLUS] = ACTIONS(25), + [anon_sym_DASH_DASH] = ACTIONS(25), + [anon_sym_new] = ACTIONS(27), + [anon_sym_class] = ACTIONS(29), + [anon_sym_switch] = ACTIONS(31), + [anon_sym_LBRACE] = ACTIONS(33), + [anon_sym_default] = ACTIONS(21), + [anon_sym_SEMI] = ACTIONS(35), + [anon_sym_assert] = ACTIONS(37), + [anon_sym_do] = ACTIONS(39), + [anon_sym_while] = ACTIONS(41), + [anon_sym_break] = ACTIONS(43), + [anon_sym_continue] = ACTIONS(45), + [anon_sym_return] = ACTIONS(47), + [anon_sym_yield] = ACTIONS(49), + [anon_sym_synchronized] = ACTIONS(51), + [anon_sym_throw] = ACTIONS(53), + [anon_sym_try] = ACTIONS(55), + [anon_sym_if] = ACTIONS(57), + [anon_sym_for] = ACTIONS(59), + [anon_sym_AT] = ACTIONS(61), + [anon_sym_open] = ACTIONS(63), + [anon_sym_module] = ACTIONS(65), + [anon_sym_static] = ACTIONS(21), + [anon_sym_with] = ACTIONS(67), + [anon_sym_package] = ACTIONS(69), + [anon_sym_import] = ACTIONS(71), + [anon_sym_enum] = ACTIONS(73), + [anon_sym_public] = ACTIONS(21), + [anon_sym_protected] = ACTIONS(21), + [anon_sym_private] = ACTIONS(21), + [anon_sym_abstract] = ACTIONS(21), + [anon_sym_strictfp] = ACTIONS(21), + [anon_sym_native] = ACTIONS(21), + [anon_sym_transient] = ACTIONS(21), + [anon_sym_volatile] = ACTIONS(21), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_non_DASHsealed] = ACTIONS(77), + [anon_sym_record] = ACTIONS(79), + [anon_sym_ATinterface] = ACTIONS(81), + [anon_sym_interface] = ACTIONS(83), + [anon_sym_byte] = ACTIONS(85), + [anon_sym_short] = ACTIONS(85), + [anon_sym_int] = ACTIONS(85), + [anon_sym_long] = ACTIONS(85), + [anon_sym_char] = ACTIONS(85), + [anon_sym_float] = ACTIONS(87), + [anon_sym_double] = ACTIONS(87), + [sym_boolean_type] = ACTIONS(89), + [sym_void_type] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, - [82] = { - [sym__literal] = STATE(507), - [sym_string_literal] = STATE(510), - [sym__string_literal] = STATE(498), - [sym__multiline_string_literal] = STATE(498), - [sym_expression] = STATE(656), - [sym_cast_expression] = STATE(524), - [sym_assignment_expression] = STATE(524), - [sym_binary_expression] = STATE(524), - [sym_instanceof_expression] = STATE(524), - [sym_lambda_expression] = STATE(524), - [sym_inferred_parameters] = STATE(1259), - [sym_ternary_expression] = STATE(524), - [sym_unary_expression] = STATE(524), - [sym_update_expression] = STATE(524), - [sym_primary_expression] = STATE(470), - [sym_array_creation_expression] = STATE(507), - [sym_parenthesized_expression] = STATE(507), - [sym_class_literal] = STATE(507), - [sym_object_creation_expression] = STATE(507), - [sym__unqualified_object_creation_expression] = STATE(483), - [sym_field_access] = STATE(384), - [sym_array_access] = STATE(384), - [sym_method_invocation] = STATE(507), - [sym_method_reference] = STATE(507), - [sym_switch_expression] = STATE(524), - [sym__annotation] = STATE(628), - [sym_marker_annotation] = STATE(628), - [sym_annotation] = STATE(628), - [sym_modifiers] = STATE(719), - [sym__type] = STATE(1266), - [sym__unannotated_type] = STATE(707), - [sym_annotated_type] = STATE(797), - [sym_scoped_type_identifier] = STATE(745), - [sym_generic_type] = STATE(771), - [sym_array_type] = STATE(702), - [sym_integral_type] = STATE(702), - [sym_floating_point_type] = STATE(702), - [sym_formal_parameters] = STATE(1259), - [sym_formal_parameter] = STATE(1030), - [sym_receiver_parameter] = STATE(402), - [sym_spread_parameter] = STATE(1030), - [aux_sym_array_creation_expression_repeat1] = STATE(681), - [aux_sym_modifiers_repeat1] = STATE(563), - [sym_identifier] = ACTIONS(287), + [71] = { + [sym__literal] = STATE(498), + [sym_string_literal] = STATE(505), + [sym__string_literal] = STATE(508), + [sym__multiline_string_literal] = STATE(508), + [sym_expression] = STATE(650), + [sym_cast_expression] = STATE(538), + [sym_assignment_expression] = STATE(538), + [sym_binary_expression] = STATE(538), + [sym_instanceof_expression] = STATE(538), + [sym_lambda_expression] = STATE(538), + [sym_inferred_parameters] = STATE(1218), + [sym_ternary_expression] = STATE(538), + [sym_unary_expression] = STATE(538), + [sym_update_expression] = STATE(538), + [sym_primary_expression] = STATE(509), + [sym_array_creation_expression] = STATE(498), + [sym_parenthesized_expression] = STATE(498), + [sym_class_literal] = STATE(498), + [sym_object_creation_expression] = STATE(498), + [sym__unqualified_object_creation_expression] = STATE(515), + [sym_field_access] = STATE(385), + [sym_array_access] = STATE(385), + [sym_method_invocation] = STATE(498), + [sym_method_reference] = STATE(498), + [sym_switch_expression] = STATE(607), + [sym_statement] = STATE(314), + [sym_block] = STATE(284), + [sym_expression_statement] = STATE(284), + [sym_labeled_statement] = STATE(284), + [sym_assert_statement] = STATE(284), + [sym_do_statement] = STATE(284), + [sym_break_statement] = STATE(284), + [sym_continue_statement] = STATE(284), + [sym_return_statement] = STATE(284), + [sym_yield_statement] = STATE(284), + [sym_synchronized_statement] = STATE(284), + [sym_throw_statement] = STATE(284), + [sym_try_statement] = STATE(284), + [sym_try_with_resources_statement] = STATE(284), + [sym_if_statement] = STATE(284), + [sym_while_statement] = STATE(284), + [sym_for_statement] = STATE(284), + [sym_enhanced_for_statement] = STATE(284), + [sym__annotation] = STATE(474), + [sym_marker_annotation] = STATE(474), + [sym_annotation] = STATE(474), + [sym_declaration] = STATE(284), + [sym_module_declaration] = STATE(292), + [sym_package_declaration] = STATE(292), + [sym_import_declaration] = STATE(292), + [sym_enum_declaration] = STATE(292), + [sym_class_declaration] = STATE(292), + [sym_modifiers] = STATE(702), + [sym_record_declaration] = STATE(292), + [sym_annotation_type_declaration] = STATE(292), + [sym_interface_declaration] = STATE(292), + [sym__type] = STATE(1208), + [sym__unannotated_type] = STATE(700), + [sym_annotated_type] = STATE(831), + [sym_scoped_type_identifier] = STATE(735), + [sym_generic_type] = STATE(751), + [sym_array_type] = STATE(688), + [sym_integral_type] = STATE(688), + [sym_floating_point_type] = STATE(688), + [sym_formal_parameters] = STATE(1218), + [sym_local_variable_declaration] = STATE(284), + [sym__reserved_identifier] = STATE(372), + [aux_sym_array_creation_expression_repeat1] = STATE(653), + [aux_sym_modifiers_repeat1] = STATE(433), + [sym_identifier] = ACTIONS(261), [sym_decimal_integer_literal] = ACTIONS(9), [sym_hex_integer_literal] = ACTIONS(9), [sym_octal_integer_literal] = ACTIONS(9), @@ -21988,92 +20594,137 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(15), [sym_null_literal] = ACTIONS(9), [anon_sym_LPAREN] = ACTIONS(17), - [anon_sym_RPAREN] = ACTIONS(289), [anon_sym_PLUS] = ACTIONS(19), [anon_sym_DASH] = ACTIONS(19), - [anon_sym_final] = ACTIONS(291), + [anon_sym_final] = ACTIONS(21), [anon_sym_BANG] = ACTIONS(23), [anon_sym_TILDE] = ACTIONS(23), [anon_sym_PLUS_PLUS] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(25), [anon_sym_new] = ACTIONS(27), + [anon_sym_class] = ACTIONS(29), [anon_sym_switch] = ACTIONS(31), - [anon_sym_default] = ACTIONS(291), - [anon_sym_synchronized] = ACTIONS(291), - [anon_sym_AT] = ACTIONS(293), - [anon_sym_open] = ACTIONS(295), - [anon_sym_module] = ACTIONS(295), - [anon_sym_static] = ACTIONS(291), - [anon_sym_public] = ACTIONS(291), - [anon_sym_protected] = ACTIONS(291), - [anon_sym_private] = ACTIONS(291), - [anon_sym_abstract] = ACTIONS(291), - [anon_sym_strictfp] = ACTIONS(291), - [anon_sym_native] = ACTIONS(291), - [anon_sym_transient] = ACTIONS(291), - [anon_sym_volatile] = ACTIONS(291), - [anon_sym_sealed] = ACTIONS(291), - [anon_sym_non_DASHsealed] = ACTIONS(297), - [anon_sym_record] = ACTIONS(295), - [anon_sym_byte] = ACTIONS(81), - [anon_sym_short] = ACTIONS(81), - [anon_sym_int] = ACTIONS(81), - [anon_sym_long] = ACTIONS(81), - [anon_sym_char] = ACTIONS(81), - [anon_sym_float] = ACTIONS(83), - [anon_sym_double] = ACTIONS(83), - [sym_boolean_type] = ACTIONS(85), - [sym_void_type] = ACTIONS(85), - [sym_this] = ACTIONS(87), - [sym_super] = ACTIONS(89), + [anon_sym_LBRACE] = ACTIONS(33), + [anon_sym_default] = ACTIONS(21), + [anon_sym_SEMI] = ACTIONS(35), + [anon_sym_assert] = ACTIONS(37), + [anon_sym_do] = ACTIONS(39), + [anon_sym_while] = ACTIONS(263), + [anon_sym_break] = ACTIONS(43), + [anon_sym_continue] = ACTIONS(45), + [anon_sym_return] = ACTIONS(47), + [anon_sym_yield] = ACTIONS(49), + [anon_sym_synchronized] = ACTIONS(51), + [anon_sym_throw] = ACTIONS(53), + [anon_sym_try] = ACTIONS(55), + [anon_sym_if] = ACTIONS(265), + [anon_sym_for] = ACTIONS(267), + [anon_sym_AT] = ACTIONS(61), + [anon_sym_open] = ACTIONS(63), + [anon_sym_module] = ACTIONS(65), + [anon_sym_static] = ACTIONS(21), + [anon_sym_with] = ACTIONS(67), + [anon_sym_package] = ACTIONS(69), + [anon_sym_import] = ACTIONS(71), + [anon_sym_enum] = ACTIONS(73), + [anon_sym_public] = ACTIONS(21), + [anon_sym_protected] = ACTIONS(21), + [anon_sym_private] = ACTIONS(21), + [anon_sym_abstract] = ACTIONS(21), + [anon_sym_strictfp] = ACTIONS(21), + [anon_sym_native] = ACTIONS(21), + [anon_sym_transient] = ACTIONS(21), + [anon_sym_volatile] = ACTIONS(21), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_non_DASHsealed] = ACTIONS(77), + [anon_sym_record] = ACTIONS(79), + [anon_sym_ATinterface] = ACTIONS(81), + [anon_sym_interface] = ACTIONS(83), + [anon_sym_byte] = ACTIONS(85), + [anon_sym_short] = ACTIONS(85), + [anon_sym_int] = ACTIONS(85), + [anon_sym_long] = ACTIONS(85), + [anon_sym_char] = ACTIONS(85), + [anon_sym_float] = ACTIONS(87), + [anon_sym_double] = ACTIONS(87), + [sym_boolean_type] = ACTIONS(89), + [sym_void_type] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, - [83] = { - [sym__literal] = STATE(507), - [sym_string_literal] = STATE(510), - [sym__string_literal] = STATE(498), - [sym__multiline_string_literal] = STATE(498), - [sym_expression] = STATE(656), - [sym_cast_expression] = STATE(524), - [sym_assignment_expression] = STATE(524), - [sym_binary_expression] = STATE(524), - [sym_instanceof_expression] = STATE(524), - [sym_lambda_expression] = STATE(524), - [sym_inferred_parameters] = STATE(1259), - [sym_ternary_expression] = STATE(524), - [sym_unary_expression] = STATE(524), - [sym_update_expression] = STATE(524), - [sym_primary_expression] = STATE(470), - [sym_array_creation_expression] = STATE(507), - [sym_parenthesized_expression] = STATE(507), - [sym_class_literal] = STATE(507), - [sym_object_creation_expression] = STATE(507), - [sym__unqualified_object_creation_expression] = STATE(483), - [sym_field_access] = STATE(384), - [sym_array_access] = STATE(384), - [sym_method_invocation] = STATE(507), - [sym_method_reference] = STATE(507), - [sym_switch_expression] = STATE(524), - [sym__annotation] = STATE(628), - [sym_marker_annotation] = STATE(628), - [sym_annotation] = STATE(628), - [sym_modifiers] = STATE(719), - [sym__type] = STATE(937), - [sym__unannotated_type] = STATE(707), - [sym_annotated_type] = STATE(797), - [sym_scoped_type_identifier] = STATE(745), - [sym_generic_type] = STATE(771), - [sym_array_type] = STATE(702), - [sym_integral_type] = STATE(702), - [sym_floating_point_type] = STATE(702), - [sym_formal_parameters] = STATE(1259), - [sym_formal_parameter] = STATE(1030), - [sym_receiver_parameter] = STATE(402), - [sym_spread_parameter] = STATE(1030), - [aux_sym_array_creation_expression_repeat1] = STATE(681), - [aux_sym_modifiers_repeat1] = STATE(563), - [sym_identifier] = ACTIONS(299), + [72] = { + [sym__literal] = STATE(498), + [sym_string_literal] = STATE(505), + [sym__string_literal] = STATE(508), + [sym__multiline_string_literal] = STATE(508), + [sym_expression] = STATE(650), + [sym_cast_expression] = STATE(538), + [sym_assignment_expression] = STATE(538), + [sym_binary_expression] = STATE(538), + [sym_instanceof_expression] = STATE(538), + [sym_lambda_expression] = STATE(538), + [sym_inferred_parameters] = STATE(1218), + [sym_ternary_expression] = STATE(538), + [sym_unary_expression] = STATE(538), + [sym_update_expression] = STATE(538), + [sym_primary_expression] = STATE(509), + [sym_array_creation_expression] = STATE(498), + [sym_parenthesized_expression] = STATE(498), + [sym_class_literal] = STATE(498), + [sym_object_creation_expression] = STATE(498), + [sym__unqualified_object_creation_expression] = STATE(515), + [sym_field_access] = STATE(385), + [sym_array_access] = STATE(385), + [sym_method_invocation] = STATE(498), + [sym_method_reference] = STATE(498), + [sym_switch_expression] = STATE(607), + [sym_statement] = STATE(317), + [sym_block] = STATE(284), + [sym_expression_statement] = STATE(284), + [sym_labeled_statement] = STATE(284), + [sym_assert_statement] = STATE(284), + [sym_do_statement] = STATE(284), + [sym_break_statement] = STATE(284), + [sym_continue_statement] = STATE(284), + [sym_return_statement] = STATE(284), + [sym_yield_statement] = STATE(284), + [sym_synchronized_statement] = STATE(284), + [sym_throw_statement] = STATE(284), + [sym_try_statement] = STATE(284), + [sym_try_with_resources_statement] = STATE(284), + [sym_if_statement] = STATE(284), + [sym_while_statement] = STATE(284), + [sym_for_statement] = STATE(284), + [sym_enhanced_for_statement] = STATE(284), + [sym__annotation] = STATE(474), + [sym_marker_annotation] = STATE(474), + [sym_annotation] = STATE(474), + [sym_declaration] = STATE(284), + [sym_module_declaration] = STATE(292), + [sym_package_declaration] = STATE(292), + [sym_import_declaration] = STATE(292), + [sym_enum_declaration] = STATE(292), + [sym_class_declaration] = STATE(292), + [sym_modifiers] = STATE(702), + [sym_record_declaration] = STATE(292), + [sym_annotation_type_declaration] = STATE(292), + [sym_interface_declaration] = STATE(292), + [sym__type] = STATE(1208), + [sym__unannotated_type] = STATE(700), + [sym_annotated_type] = STATE(831), + [sym_scoped_type_identifier] = STATE(735), + [sym_generic_type] = STATE(751), + [sym_array_type] = STATE(688), + [sym_integral_type] = STATE(688), + [sym_floating_point_type] = STATE(688), + [sym_formal_parameters] = STATE(1218), + [sym_local_variable_declaration] = STATE(284), + [sym__reserved_identifier] = STATE(372), + [aux_sym_array_creation_expression_repeat1] = STATE(653), + [aux_sym_modifiers_repeat1] = STATE(433), + [sym_identifier] = ACTIONS(261), [sym_decimal_integer_literal] = ACTIONS(9), [sym_hex_integer_literal] = ACTIONS(9), [sym_octal_integer_literal] = ACTIONS(9), @@ -22087,92 +20738,137 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(15), [sym_null_literal] = ACTIONS(9), [anon_sym_LPAREN] = ACTIONS(17), - [anon_sym_RPAREN] = ACTIONS(289), [anon_sym_PLUS] = ACTIONS(19), [anon_sym_DASH] = ACTIONS(19), - [anon_sym_final] = ACTIONS(291), + [anon_sym_final] = ACTIONS(21), [anon_sym_BANG] = ACTIONS(23), [anon_sym_TILDE] = ACTIONS(23), [anon_sym_PLUS_PLUS] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(25), [anon_sym_new] = ACTIONS(27), + [anon_sym_class] = ACTIONS(29), [anon_sym_switch] = ACTIONS(31), - [anon_sym_default] = ACTIONS(291), - [anon_sym_synchronized] = ACTIONS(291), - [anon_sym_AT] = ACTIONS(293), - [anon_sym_open] = ACTIONS(295), - [anon_sym_module] = ACTIONS(295), - [anon_sym_static] = ACTIONS(291), - [anon_sym_public] = ACTIONS(291), - [anon_sym_protected] = ACTIONS(291), - [anon_sym_private] = ACTIONS(291), - [anon_sym_abstract] = ACTIONS(291), - [anon_sym_strictfp] = ACTIONS(291), - [anon_sym_native] = ACTIONS(291), - [anon_sym_transient] = ACTIONS(291), - [anon_sym_volatile] = ACTIONS(291), - [anon_sym_sealed] = ACTIONS(291), - [anon_sym_non_DASHsealed] = ACTIONS(297), - [anon_sym_record] = ACTIONS(295), - [anon_sym_byte] = ACTIONS(81), - [anon_sym_short] = ACTIONS(81), - [anon_sym_int] = ACTIONS(81), - [anon_sym_long] = ACTIONS(81), - [anon_sym_char] = ACTIONS(81), - [anon_sym_float] = ACTIONS(83), - [anon_sym_double] = ACTIONS(83), - [sym_boolean_type] = ACTIONS(85), - [sym_void_type] = ACTIONS(85), - [sym_this] = ACTIONS(87), - [sym_super] = ACTIONS(89), + [anon_sym_LBRACE] = ACTIONS(33), + [anon_sym_default] = ACTIONS(21), + [anon_sym_SEMI] = ACTIONS(35), + [anon_sym_assert] = ACTIONS(37), + [anon_sym_do] = ACTIONS(39), + [anon_sym_while] = ACTIONS(263), + [anon_sym_break] = ACTIONS(43), + [anon_sym_continue] = ACTIONS(45), + [anon_sym_return] = ACTIONS(47), + [anon_sym_yield] = ACTIONS(49), + [anon_sym_synchronized] = ACTIONS(51), + [anon_sym_throw] = ACTIONS(53), + [anon_sym_try] = ACTIONS(55), + [anon_sym_if] = ACTIONS(265), + [anon_sym_for] = ACTIONS(267), + [anon_sym_AT] = ACTIONS(61), + [anon_sym_open] = ACTIONS(63), + [anon_sym_module] = ACTIONS(65), + [anon_sym_static] = ACTIONS(21), + [anon_sym_with] = ACTIONS(67), + [anon_sym_package] = ACTIONS(69), + [anon_sym_import] = ACTIONS(71), + [anon_sym_enum] = ACTIONS(73), + [anon_sym_public] = ACTIONS(21), + [anon_sym_protected] = ACTIONS(21), + [anon_sym_private] = ACTIONS(21), + [anon_sym_abstract] = ACTIONS(21), + [anon_sym_strictfp] = ACTIONS(21), + [anon_sym_native] = ACTIONS(21), + [anon_sym_transient] = ACTIONS(21), + [anon_sym_volatile] = ACTIONS(21), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_non_DASHsealed] = ACTIONS(77), + [anon_sym_record] = ACTIONS(79), + [anon_sym_ATinterface] = ACTIONS(81), + [anon_sym_interface] = ACTIONS(83), + [anon_sym_byte] = ACTIONS(85), + [anon_sym_short] = ACTIONS(85), + [anon_sym_int] = ACTIONS(85), + [anon_sym_long] = ACTIONS(85), + [anon_sym_char] = ACTIONS(85), + [anon_sym_float] = ACTIONS(87), + [anon_sym_double] = ACTIONS(87), + [sym_boolean_type] = ACTIONS(89), + [sym_void_type] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, - [84] = { - [sym__literal] = STATE(507), - [sym_string_literal] = STATE(510), - [sym__string_literal] = STATE(498), - [sym__multiline_string_literal] = STATE(498), - [sym_expression] = STATE(656), - [sym_cast_expression] = STATE(524), - [sym_assignment_expression] = STATE(524), - [sym_binary_expression] = STATE(524), - [sym_instanceof_expression] = STATE(524), - [sym_lambda_expression] = STATE(524), - [sym_inferred_parameters] = STATE(1259), - [sym_ternary_expression] = STATE(524), - [sym_unary_expression] = STATE(524), - [sym_update_expression] = STATE(524), - [sym_primary_expression] = STATE(470), - [sym_array_creation_expression] = STATE(507), - [sym_parenthesized_expression] = STATE(507), - [sym_class_literal] = STATE(507), - [sym_object_creation_expression] = STATE(507), - [sym__unqualified_object_creation_expression] = STATE(483), - [sym_field_access] = STATE(384), - [sym_array_access] = STATE(384), - [sym_method_invocation] = STATE(507), - [sym_method_reference] = STATE(507), - [sym_switch_expression] = STATE(524), - [sym__annotation] = STATE(628), - [sym_marker_annotation] = STATE(628), - [sym_annotation] = STATE(628), - [sym_modifiers] = STATE(719), - [sym__type] = STATE(997), - [sym__unannotated_type] = STATE(707), - [sym_annotated_type] = STATE(797), - [sym_scoped_type_identifier] = STATE(745), - [sym_generic_type] = STATE(771), - [sym_array_type] = STATE(702), - [sym_integral_type] = STATE(702), - [sym_floating_point_type] = STATE(702), - [sym_formal_parameters] = STATE(1259), - [sym_formal_parameter] = STATE(1030), - [sym_receiver_parameter] = STATE(402), - [sym_spread_parameter] = STATE(1030), - [aux_sym_array_creation_expression_repeat1] = STATE(681), - [aux_sym_modifiers_repeat1] = STATE(563), - [sym_identifier] = ACTIONS(299), + [73] = { + [sym__literal] = STATE(498), + [sym_string_literal] = STATE(505), + [sym__string_literal] = STATE(508), + [sym__multiline_string_literal] = STATE(508), + [sym_expression] = STATE(650), + [sym_cast_expression] = STATE(538), + [sym_assignment_expression] = STATE(538), + [sym_binary_expression] = STATE(538), + [sym_instanceof_expression] = STATE(538), + [sym_lambda_expression] = STATE(538), + [sym_inferred_parameters] = STATE(1218), + [sym_ternary_expression] = STATE(538), + [sym_unary_expression] = STATE(538), + [sym_update_expression] = STATE(538), + [sym_primary_expression] = STATE(509), + [sym_array_creation_expression] = STATE(498), + [sym_parenthesized_expression] = STATE(498), + [sym_class_literal] = STATE(498), + [sym_object_creation_expression] = STATE(498), + [sym__unqualified_object_creation_expression] = STATE(515), + [sym_field_access] = STATE(385), + [sym_array_access] = STATE(385), + [sym_method_invocation] = STATE(498), + [sym_method_reference] = STATE(498), + [sym_switch_expression] = STATE(607), + [sym_statement] = STATE(320), + [sym_block] = STATE(284), + [sym_expression_statement] = STATE(284), + [sym_labeled_statement] = STATE(284), + [sym_assert_statement] = STATE(284), + [sym_do_statement] = STATE(284), + [sym_break_statement] = STATE(284), + [sym_continue_statement] = STATE(284), + [sym_return_statement] = STATE(284), + [sym_yield_statement] = STATE(284), + [sym_synchronized_statement] = STATE(284), + [sym_throw_statement] = STATE(284), + [sym_try_statement] = STATE(284), + [sym_try_with_resources_statement] = STATE(284), + [sym_if_statement] = STATE(284), + [sym_while_statement] = STATE(284), + [sym_for_statement] = STATE(284), + [sym_enhanced_for_statement] = STATE(284), + [sym__annotation] = STATE(474), + [sym_marker_annotation] = STATE(474), + [sym_annotation] = STATE(474), + [sym_declaration] = STATE(284), + [sym_module_declaration] = STATE(292), + [sym_package_declaration] = STATE(292), + [sym_import_declaration] = STATE(292), + [sym_enum_declaration] = STATE(292), + [sym_class_declaration] = STATE(292), + [sym_modifiers] = STATE(702), + [sym_record_declaration] = STATE(292), + [sym_annotation_type_declaration] = STATE(292), + [sym_interface_declaration] = STATE(292), + [sym__type] = STATE(1208), + [sym__unannotated_type] = STATE(700), + [sym_annotated_type] = STATE(831), + [sym_scoped_type_identifier] = STATE(735), + [sym_generic_type] = STATE(751), + [sym_array_type] = STATE(688), + [sym_integral_type] = STATE(688), + [sym_floating_point_type] = STATE(688), + [sym_formal_parameters] = STATE(1218), + [sym_local_variable_declaration] = STATE(284), + [sym__reserved_identifier] = STATE(372), + [aux_sym_array_creation_expression_repeat1] = STATE(653), + [aux_sym_modifiers_repeat1] = STATE(433), + [sym_identifier] = ACTIONS(261), [sym_decimal_integer_literal] = ACTIONS(9), [sym_hex_integer_literal] = ACTIONS(9), [sym_octal_integer_literal] = ACTIONS(9), @@ -22186,90 +20882,137 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(15), [sym_null_literal] = ACTIONS(9), [anon_sym_LPAREN] = ACTIONS(17), - [anon_sym_RPAREN] = ACTIONS(289), [anon_sym_PLUS] = ACTIONS(19), [anon_sym_DASH] = ACTIONS(19), - [anon_sym_final] = ACTIONS(291), + [anon_sym_final] = ACTIONS(21), [anon_sym_BANG] = ACTIONS(23), [anon_sym_TILDE] = ACTIONS(23), [anon_sym_PLUS_PLUS] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(25), [anon_sym_new] = ACTIONS(27), + [anon_sym_class] = ACTIONS(29), [anon_sym_switch] = ACTIONS(31), - [anon_sym_default] = ACTIONS(291), - [anon_sym_synchronized] = ACTIONS(291), - [anon_sym_AT] = ACTIONS(293), - [anon_sym_open] = ACTIONS(295), - [anon_sym_module] = ACTIONS(295), - [anon_sym_static] = ACTIONS(291), - [anon_sym_public] = ACTIONS(291), - [anon_sym_protected] = ACTIONS(291), - [anon_sym_private] = ACTIONS(291), - [anon_sym_abstract] = ACTIONS(291), - [anon_sym_strictfp] = ACTIONS(291), - [anon_sym_native] = ACTIONS(291), - [anon_sym_transient] = ACTIONS(291), - [anon_sym_volatile] = ACTIONS(291), - [anon_sym_sealed] = ACTIONS(291), - [anon_sym_non_DASHsealed] = ACTIONS(297), - [anon_sym_record] = ACTIONS(295), - [anon_sym_byte] = ACTIONS(81), - [anon_sym_short] = ACTIONS(81), - [anon_sym_int] = ACTIONS(81), - [anon_sym_long] = ACTIONS(81), - [anon_sym_char] = ACTIONS(81), - [anon_sym_float] = ACTIONS(83), - [anon_sym_double] = ACTIONS(83), - [sym_boolean_type] = ACTIONS(85), - [sym_void_type] = ACTIONS(85), - [sym_this] = ACTIONS(87), - [sym_super] = ACTIONS(89), + [anon_sym_LBRACE] = ACTIONS(33), + [anon_sym_default] = ACTIONS(21), + [anon_sym_SEMI] = ACTIONS(35), + [anon_sym_assert] = ACTIONS(37), + [anon_sym_do] = ACTIONS(39), + [anon_sym_while] = ACTIONS(263), + [anon_sym_break] = ACTIONS(43), + [anon_sym_continue] = ACTIONS(45), + [anon_sym_return] = ACTIONS(47), + [anon_sym_yield] = ACTIONS(49), + [anon_sym_synchronized] = ACTIONS(51), + [anon_sym_throw] = ACTIONS(53), + [anon_sym_try] = ACTIONS(55), + [anon_sym_if] = ACTIONS(265), + [anon_sym_for] = ACTIONS(267), + [anon_sym_AT] = ACTIONS(61), + [anon_sym_open] = ACTIONS(63), + [anon_sym_module] = ACTIONS(65), + [anon_sym_static] = ACTIONS(21), + [anon_sym_with] = ACTIONS(67), + [anon_sym_package] = ACTIONS(69), + [anon_sym_import] = ACTIONS(71), + [anon_sym_enum] = ACTIONS(73), + [anon_sym_public] = ACTIONS(21), + [anon_sym_protected] = ACTIONS(21), + [anon_sym_private] = ACTIONS(21), + [anon_sym_abstract] = ACTIONS(21), + [anon_sym_strictfp] = ACTIONS(21), + [anon_sym_native] = ACTIONS(21), + [anon_sym_transient] = ACTIONS(21), + [anon_sym_volatile] = ACTIONS(21), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_non_DASHsealed] = ACTIONS(77), + [anon_sym_record] = ACTIONS(79), + [anon_sym_ATinterface] = ACTIONS(81), + [anon_sym_interface] = ACTIONS(83), + [anon_sym_byte] = ACTIONS(85), + [anon_sym_short] = ACTIONS(85), + [anon_sym_int] = ACTIONS(85), + [anon_sym_long] = ACTIONS(85), + [anon_sym_char] = ACTIONS(85), + [anon_sym_float] = ACTIONS(87), + [anon_sym_double] = ACTIONS(87), + [sym_boolean_type] = ACTIONS(89), + [sym_void_type] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, - [85] = { - [sym__literal] = STATE(507), - [sym_string_literal] = STATE(510), - [sym__string_literal] = STATE(498), - [sym__multiline_string_literal] = STATE(498), - [sym_expression] = STATE(590), - [sym_cast_expression] = STATE(524), - [sym_assignment_expression] = STATE(524), - [sym_binary_expression] = STATE(524), - [sym_instanceof_expression] = STATE(524), - [sym_lambda_expression] = STATE(524), - [sym_inferred_parameters] = STATE(1259), - [sym_ternary_expression] = STATE(524), - [sym_unary_expression] = STATE(524), - [sym_update_expression] = STATE(524), - [sym_primary_expression] = STATE(470), - [sym_array_creation_expression] = STATE(507), - [sym_parenthesized_expression] = STATE(507), - [sym_class_literal] = STATE(507), - [sym_object_creation_expression] = STATE(507), - [sym__unqualified_object_creation_expression] = STATE(483), - [sym_field_access] = STATE(384), - [sym_array_access] = STATE(384), - [sym_method_invocation] = STATE(507), - [sym_method_reference] = STATE(507), - [sym_switch_expression] = STATE(524), - [sym__annotation] = STATE(628), - [sym_marker_annotation] = STATE(628), - [sym_annotation] = STATE(628), - [sym_modifiers] = STATE(726), - [sym__type] = STATE(1266), - [sym__unannotated_type] = STATE(715), - [sym_annotated_type] = STATE(797), - [sym_scoped_type_identifier] = STATE(745), - [sym_generic_type] = STATE(771), - [sym_array_type] = STATE(702), - [sym_integral_type] = STATE(702), - [sym_floating_point_type] = STATE(702), - [sym_formal_parameters] = STATE(1259), - [sym_local_variable_declaration] = STATE(140), - [aux_sym_array_creation_expression_repeat1] = STATE(683), - [aux_sym_modifiers_repeat1] = STATE(563), - [sym_identifier] = ACTIONS(301), + [74] = { + [sym__literal] = STATE(498), + [sym_string_literal] = STATE(505), + [sym__string_literal] = STATE(508), + [sym__multiline_string_literal] = STATE(508), + [sym_expression] = STATE(650), + [sym_cast_expression] = STATE(538), + [sym_assignment_expression] = STATE(538), + [sym_binary_expression] = STATE(538), + [sym_instanceof_expression] = STATE(538), + [sym_lambda_expression] = STATE(538), + [sym_inferred_parameters] = STATE(1218), + [sym_ternary_expression] = STATE(538), + [sym_unary_expression] = STATE(538), + [sym_update_expression] = STATE(538), + [sym_primary_expression] = STATE(509), + [sym_array_creation_expression] = STATE(498), + [sym_parenthesized_expression] = STATE(498), + [sym_class_literal] = STATE(498), + [sym_object_creation_expression] = STATE(498), + [sym__unqualified_object_creation_expression] = STATE(515), + [sym_field_access] = STATE(385), + [sym_array_access] = STATE(385), + [sym_method_invocation] = STATE(498), + [sym_method_reference] = STATE(498), + [sym_switch_expression] = STATE(607), + [sym_statement] = STATE(321), + [sym_block] = STATE(284), + [sym_expression_statement] = STATE(284), + [sym_labeled_statement] = STATE(284), + [sym_assert_statement] = STATE(284), + [sym_do_statement] = STATE(284), + [sym_break_statement] = STATE(284), + [sym_continue_statement] = STATE(284), + [sym_return_statement] = STATE(284), + [sym_yield_statement] = STATE(284), + [sym_synchronized_statement] = STATE(284), + [sym_throw_statement] = STATE(284), + [sym_try_statement] = STATE(284), + [sym_try_with_resources_statement] = STATE(284), + [sym_if_statement] = STATE(284), + [sym_while_statement] = STATE(284), + [sym_for_statement] = STATE(284), + [sym_enhanced_for_statement] = STATE(284), + [sym__annotation] = STATE(474), + [sym_marker_annotation] = STATE(474), + [sym_annotation] = STATE(474), + [sym_declaration] = STATE(284), + [sym_module_declaration] = STATE(292), + [sym_package_declaration] = STATE(292), + [sym_import_declaration] = STATE(292), + [sym_enum_declaration] = STATE(292), + [sym_class_declaration] = STATE(292), + [sym_modifiers] = STATE(702), + [sym_record_declaration] = STATE(292), + [sym_annotation_type_declaration] = STATE(292), + [sym_interface_declaration] = STATE(292), + [sym__type] = STATE(1208), + [sym__unannotated_type] = STATE(700), + [sym_annotated_type] = STATE(831), + [sym_scoped_type_identifier] = STATE(735), + [sym_generic_type] = STATE(751), + [sym_array_type] = STATE(688), + [sym_integral_type] = STATE(688), + [sym_floating_point_type] = STATE(688), + [sym_formal_parameters] = STATE(1218), + [sym_local_variable_declaration] = STATE(284), + [sym__reserved_identifier] = STATE(372), + [aux_sym_array_creation_expression_repeat1] = STATE(653), + [aux_sym_modifiers_repeat1] = STATE(433), + [sym_identifier] = ACTIONS(261), [sym_decimal_integer_literal] = ACTIONS(9), [sym_hex_integer_literal] = ACTIONS(9), [sym_octal_integer_literal] = ACTIONS(9), @@ -22285,88 +21028,105 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LPAREN] = ACTIONS(17), [anon_sym_PLUS] = ACTIONS(19), [anon_sym_DASH] = ACTIONS(19), - [anon_sym_final] = ACTIONS(291), + [anon_sym_final] = ACTIONS(21), [anon_sym_BANG] = ACTIONS(23), [anon_sym_TILDE] = ACTIONS(23), [anon_sym_PLUS_PLUS] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(25), [anon_sym_new] = ACTIONS(27), + [anon_sym_class] = ACTIONS(29), [anon_sym_switch] = ACTIONS(31), - [anon_sym_default] = ACTIONS(291), - [anon_sym_SEMI] = ACTIONS(303), - [anon_sym_synchronized] = ACTIONS(291), - [anon_sym_AT] = ACTIONS(293), - [anon_sym_open] = ACTIONS(305), - [anon_sym_module] = ACTIONS(305), - [anon_sym_static] = ACTIONS(291), - [anon_sym_public] = ACTIONS(291), - [anon_sym_protected] = ACTIONS(291), - [anon_sym_private] = ACTIONS(291), - [anon_sym_abstract] = ACTIONS(291), - [anon_sym_strictfp] = ACTIONS(291), - [anon_sym_native] = ACTIONS(291), - [anon_sym_transient] = ACTIONS(291), - [anon_sym_volatile] = ACTIONS(291), - [anon_sym_sealed] = ACTIONS(291), - [anon_sym_non_DASHsealed] = ACTIONS(297), - [anon_sym_record] = ACTIONS(305), - [anon_sym_byte] = ACTIONS(81), - [anon_sym_short] = ACTIONS(81), - [anon_sym_int] = ACTIONS(81), - [anon_sym_long] = ACTIONS(81), - [anon_sym_char] = ACTIONS(81), - [anon_sym_float] = ACTIONS(83), - [anon_sym_double] = ACTIONS(83), - [sym_boolean_type] = ACTIONS(85), - [sym_void_type] = ACTIONS(85), - [sym_this] = ACTIONS(87), - [sym_super] = ACTIONS(89), + [anon_sym_LBRACE] = ACTIONS(33), + [anon_sym_default] = ACTIONS(21), + [anon_sym_SEMI] = ACTIONS(35), + [anon_sym_assert] = ACTIONS(37), + [anon_sym_do] = ACTIONS(39), + [anon_sym_while] = ACTIONS(263), + [anon_sym_break] = ACTIONS(43), + [anon_sym_continue] = ACTIONS(45), + [anon_sym_return] = ACTIONS(47), + [anon_sym_yield] = ACTIONS(49), + [anon_sym_synchronized] = ACTIONS(51), + [anon_sym_throw] = ACTIONS(53), + [anon_sym_try] = ACTIONS(55), + [anon_sym_if] = ACTIONS(265), + [anon_sym_for] = ACTIONS(267), + [anon_sym_AT] = ACTIONS(61), + [anon_sym_open] = ACTIONS(63), + [anon_sym_module] = ACTIONS(65), + [anon_sym_static] = ACTIONS(21), + [anon_sym_with] = ACTIONS(67), + [anon_sym_package] = ACTIONS(69), + [anon_sym_import] = ACTIONS(71), + [anon_sym_enum] = ACTIONS(73), + [anon_sym_public] = ACTIONS(21), + [anon_sym_protected] = ACTIONS(21), + [anon_sym_private] = ACTIONS(21), + [anon_sym_abstract] = ACTIONS(21), + [anon_sym_strictfp] = ACTIONS(21), + [anon_sym_native] = ACTIONS(21), + [anon_sym_transient] = ACTIONS(21), + [anon_sym_volatile] = ACTIONS(21), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_non_DASHsealed] = ACTIONS(77), + [anon_sym_record] = ACTIONS(79), + [anon_sym_ATinterface] = ACTIONS(81), + [anon_sym_interface] = ACTIONS(83), + [anon_sym_byte] = ACTIONS(85), + [anon_sym_short] = ACTIONS(85), + [anon_sym_int] = ACTIONS(85), + [anon_sym_long] = ACTIONS(85), + [anon_sym_char] = ACTIONS(85), + [anon_sym_float] = ACTIONS(87), + [anon_sym_double] = ACTIONS(87), + [sym_boolean_type] = ACTIONS(89), + [sym_void_type] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, - [86] = { - [sym__literal] = STATE(507), - [sym_string_literal] = STATE(510), - [sym__string_literal] = STATE(498), - [sym__multiline_string_literal] = STATE(498), - [sym_expression] = STATE(578), - [sym_cast_expression] = STATE(524), - [sym_assignment_expression] = STATE(524), - [sym_binary_expression] = STATE(524), - [sym_instanceof_expression] = STATE(524), - [sym_lambda_expression] = STATE(524), - [sym_inferred_parameters] = STATE(1259), - [sym_ternary_expression] = STATE(524), - [sym_unary_expression] = STATE(524), - [sym_update_expression] = STATE(524), - [sym_primary_expression] = STATE(470), - [sym_array_creation_expression] = STATE(507), - [sym_parenthesized_expression] = STATE(507), - [sym_class_literal] = STATE(507), - [sym_object_creation_expression] = STATE(507), - [sym__unqualified_object_creation_expression] = STATE(483), - [sym_field_access] = STATE(384), - [sym_array_access] = STATE(384), - [sym_method_invocation] = STATE(507), - [sym_method_reference] = STATE(507), - [sym_switch_expression] = STATE(524), - [sym__annotation] = STATE(628), - [sym_marker_annotation] = STATE(628), - [sym_annotation] = STATE(628), - [sym_modifiers] = STATE(724), - [sym__type] = STATE(1266), - [sym__unannotated_type] = STATE(717), - [sym_annotated_type] = STATE(797), - [sym_scoped_type_identifier] = STATE(745), - [sym_generic_type] = STATE(771), - [sym_array_type] = STATE(702), - [sym_integral_type] = STATE(702), - [sym_floating_point_type] = STATE(702), - [sym_formal_parameters] = STATE(1259), - [sym_local_variable_declaration] = STATE(137), - [aux_sym_array_creation_expression_repeat1] = STATE(683), - [aux_sym_modifiers_repeat1] = STATE(563), - [sym_identifier] = ACTIONS(301), + [75] = { + [sym__literal] = STATE(498), + [sym_string_literal] = STATE(505), + [sym__string_literal] = STATE(508), + [sym__multiline_string_literal] = STATE(508), + [sym_expression] = STATE(660), + [sym_cast_expression] = STATE(538), + [sym_assignment_expression] = STATE(538), + [sym_binary_expression] = STATE(538), + [sym_instanceof_expression] = STATE(538), + [sym_lambda_expression] = STATE(538), + [sym_inferred_parameters] = STATE(1218), + [sym_ternary_expression] = STATE(538), + [sym_unary_expression] = STATE(538), + [sym_update_expression] = STATE(538), + [sym_primary_expression] = STATE(509), + [sym_array_creation_expression] = STATE(498), + [sym_parenthesized_expression] = STATE(498), + [sym_class_literal] = STATE(498), + [sym_object_creation_expression] = STATE(498), + [sym__unqualified_object_creation_expression] = STATE(515), + [sym_field_access] = STATE(385), + [sym_array_access] = STATE(385), + [sym_method_invocation] = STATE(498), + [sym_method_reference] = STATE(498), + [sym_switch_expression] = STATE(538), + [sym__annotation] = STATE(694), + [sym_marker_annotation] = STATE(694), + [sym_annotation] = STATE(694), + [sym__type] = STATE(1208), + [sym__unannotated_type] = STATE(805), + [sym_annotated_type] = STATE(831), + [sym_scoped_type_identifier] = STATE(735), + [sym_generic_type] = STATE(751), + [sym_array_type] = STATE(688), + [sym_integral_type] = STATE(688), + [sym_floating_point_type] = STATE(688), + [sym_formal_parameters] = STATE(1218), + [sym__reserved_identifier] = STATE(372), + [aux_sym_array_creation_expression_repeat1] = STATE(694), + [sym_identifier] = ACTIONS(269), [sym_decimal_integer_literal] = ACTIONS(9), [sym_hex_integer_literal] = ACTIONS(9), [sym_octal_integer_literal] = ACTIONS(9), @@ -22380,22 +21140,462 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(15), [sym_null_literal] = ACTIONS(9), [anon_sym_LPAREN] = ACTIONS(17), + [anon_sym_AMP] = ACTIONS(271), + [anon_sym_EQ] = ACTIONS(271), + [anon_sym_PLUS_EQ] = ACTIONS(273), + [anon_sym_DASH_EQ] = ACTIONS(273), + [anon_sym_STAR_EQ] = ACTIONS(273), + [anon_sym_SLASH_EQ] = ACTIONS(273), + [anon_sym_AMP_EQ] = ACTIONS(273), + [anon_sym_PIPE_EQ] = ACTIONS(273), + [anon_sym_CARET_EQ] = ACTIONS(273), + [anon_sym_PERCENT_EQ] = ACTIONS(273), + [anon_sym_LT_LT_EQ] = ACTIONS(273), + [anon_sym_GT_GT_EQ] = ACTIONS(273), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(273), + [anon_sym_GT] = ACTIONS(271), + [anon_sym_LT] = ACTIONS(271), + [anon_sym_GT_EQ] = ACTIONS(273), + [anon_sym_LT_EQ] = ACTIONS(273), + [anon_sym_EQ_EQ] = ACTIONS(273), + [anon_sym_BANG_EQ] = ACTIONS(273), + [anon_sym_AMP_AMP] = ACTIONS(273), + [anon_sym_PIPE_PIPE] = ACTIONS(273), [anon_sym_PLUS] = ACTIONS(19), [anon_sym_DASH] = ACTIONS(19), - [anon_sym_final] = ACTIONS(291), - [anon_sym_BANG] = ACTIONS(23), + [anon_sym_STAR] = ACTIONS(271), + [anon_sym_SLASH] = ACTIONS(271), + [anon_sym_PIPE] = ACTIONS(271), + [anon_sym_CARET] = ACTIONS(271), + [anon_sym_PERCENT] = ACTIONS(271), + [anon_sym_LT_LT] = ACTIONS(271), + [anon_sym_GT_GT] = ACTIONS(271), + [anon_sym_GT_GT_GT] = ACTIONS(271), + [anon_sym_instanceof] = ACTIONS(271), + [anon_sym_DASH_GT] = ACTIONS(273), + [anon_sym_QMARK] = ACTIONS(273), + [anon_sym_BANG] = ACTIONS(19), [anon_sym_TILDE] = ACTIONS(23), [anon_sym_PLUS_PLUS] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(25), [anon_sym_new] = ACTIONS(27), + [anon_sym_LBRACK] = ACTIONS(273), + [anon_sym_DOT] = ACTIONS(271), + [anon_sym_COLON_COLON] = ACTIONS(273), [anon_sym_switch] = ACTIONS(31), + [anon_sym_SEMI] = ACTIONS(273), + [anon_sym_yield] = ACTIONS(67), + [anon_sym_AT] = ACTIONS(275), + [anon_sym_open] = ACTIONS(67), + [anon_sym_module] = ACTIONS(67), + [anon_sym_with] = ACTIONS(67), + [anon_sym_sealed] = ACTIONS(67), + [anon_sym_record] = ACTIONS(67), + [anon_sym_byte] = ACTIONS(85), + [anon_sym_short] = ACTIONS(85), + [anon_sym_int] = ACTIONS(85), + [anon_sym_long] = ACTIONS(85), + [anon_sym_char] = ACTIONS(85), + [anon_sym_float] = ACTIONS(87), + [anon_sym_double] = ACTIONS(87), + [sym_boolean_type] = ACTIONS(89), + [sym_void_type] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(93), + [sym_line_comment] = ACTIONS(3), + [sym_block_comment] = ACTIONS(3), + }, + [76] = { + [ts_builtin_sym_end] = ACTIONS(277), + [sym_identifier] = ACTIONS(279), + [sym_decimal_integer_literal] = ACTIONS(279), + [sym_hex_integer_literal] = ACTIONS(279), + [sym_octal_integer_literal] = ACTIONS(279), + [sym_binary_integer_literal] = ACTIONS(277), + [sym_decimal_floating_point_literal] = ACTIONS(277), + [sym_hex_floating_point_literal] = ACTIONS(279), + [sym_true] = ACTIONS(279), + [sym_false] = ACTIONS(279), + [sym_character_literal] = ACTIONS(277), + [anon_sym_DQUOTE] = ACTIONS(279), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(277), + [sym_null_literal] = ACTIONS(279), + [anon_sym_LPAREN] = ACTIONS(277), + [anon_sym_RPAREN] = ACTIONS(277), + [anon_sym_AMP] = ACTIONS(279), + [anon_sym_GT] = ACTIONS(279), + [anon_sym_LT] = ACTIONS(279), + [anon_sym_GT_EQ] = ACTIONS(277), + [anon_sym_LT_EQ] = ACTIONS(277), + [anon_sym_EQ_EQ] = ACTIONS(277), + [anon_sym_BANG_EQ] = ACTIONS(277), + [anon_sym_AMP_AMP] = ACTIONS(277), + [anon_sym_PIPE_PIPE] = ACTIONS(277), + [anon_sym_PLUS] = ACTIONS(279), + [anon_sym_DASH] = ACTIONS(279), + [anon_sym_STAR] = ACTIONS(277), + [anon_sym_SLASH] = ACTIONS(279), + [anon_sym_PIPE] = ACTIONS(279), + [anon_sym_CARET] = ACTIONS(277), + [anon_sym_PERCENT] = ACTIONS(277), + [anon_sym_LT_LT] = ACTIONS(277), + [anon_sym_GT_GT] = ACTIONS(279), + [anon_sym_GT_GT_GT] = ACTIONS(277), + [anon_sym_instanceof] = ACTIONS(279), + [anon_sym_final] = ACTIONS(279), + [anon_sym_DASH_GT] = ACTIONS(277), + [anon_sym_COMMA] = ACTIONS(277), + [anon_sym_QMARK] = ACTIONS(277), + [anon_sym_COLON] = ACTIONS(279), + [anon_sym_BANG] = ACTIONS(279), + [anon_sym_TILDE] = ACTIONS(277), + [anon_sym_PLUS_PLUS] = ACTIONS(277), + [anon_sym_DASH_DASH] = ACTIONS(277), + [anon_sym_new] = ACTIONS(279), + [anon_sym_LBRACK] = ACTIONS(277), + [anon_sym_RBRACK] = ACTIONS(277), + [anon_sym_DOT] = ACTIONS(279), + [anon_sym_class] = ACTIONS(279), + [anon_sym_COLON_COLON] = ACTIONS(277), + [anon_sym_switch] = ACTIONS(279), + [anon_sym_LBRACE] = ACTIONS(277), + [anon_sym_RBRACE] = ACTIONS(277), + [anon_sym_case] = ACTIONS(279), + [anon_sym_default] = ACTIONS(279), + [anon_sym_SEMI] = ACTIONS(277), + [anon_sym_assert] = ACTIONS(279), + [anon_sym_do] = ACTIONS(279), + [anon_sym_while] = ACTIONS(279), + [anon_sym_break] = ACTIONS(279), + [anon_sym_continue] = ACTIONS(279), + [anon_sym_return] = ACTIONS(279), + [anon_sym_yield] = ACTIONS(279), + [anon_sym_synchronized] = ACTIONS(279), + [anon_sym_throw] = ACTIONS(279), + [anon_sym_try] = ACTIONS(279), + [anon_sym_if] = ACTIONS(279), + [anon_sym_else] = ACTIONS(279), + [anon_sym_for] = ACTIONS(279), + [anon_sym_AT] = ACTIONS(279), + [anon_sym_open] = ACTIONS(279), + [anon_sym_module] = ACTIONS(279), + [anon_sym_static] = ACTIONS(279), + [anon_sym_with] = ACTIONS(279), + [anon_sym_package] = ACTIONS(279), + [anon_sym_import] = ACTIONS(279), + [anon_sym_enum] = ACTIONS(279), + [anon_sym_public] = ACTIONS(279), + [anon_sym_protected] = ACTIONS(279), + [anon_sym_private] = ACTIONS(279), + [anon_sym_abstract] = ACTIONS(279), + [anon_sym_strictfp] = ACTIONS(279), + [anon_sym_native] = ACTIONS(279), + [anon_sym_transient] = ACTIONS(279), + [anon_sym_volatile] = ACTIONS(279), + [anon_sym_sealed] = ACTIONS(279), + [anon_sym_non_DASHsealed] = ACTIONS(277), + [anon_sym_record] = ACTIONS(279), + [anon_sym_ATinterface] = ACTIONS(277), + [anon_sym_interface] = ACTIONS(279), + [anon_sym_byte] = ACTIONS(279), + [anon_sym_short] = ACTIONS(279), + [anon_sym_int] = ACTIONS(279), + [anon_sym_long] = ACTIONS(279), + [anon_sym_char] = ACTIONS(279), + [anon_sym_float] = ACTIONS(279), + [anon_sym_double] = ACTIONS(279), + [sym_boolean_type] = ACTIONS(279), + [sym_void_type] = ACTIONS(279), + [sym_this] = ACTIONS(279), + [sym_super] = ACTIONS(279), + [sym_line_comment] = ACTIONS(3), + [sym_block_comment] = ACTIONS(3), + }, + [77] = { + [ts_builtin_sym_end] = ACTIONS(281), + [sym_identifier] = ACTIONS(283), + [sym_decimal_integer_literal] = ACTIONS(283), + [sym_hex_integer_literal] = ACTIONS(283), + [sym_octal_integer_literal] = ACTIONS(283), + [sym_binary_integer_literal] = ACTIONS(281), + [sym_decimal_floating_point_literal] = ACTIONS(281), + [sym_hex_floating_point_literal] = ACTIONS(283), + [sym_true] = ACTIONS(283), + [sym_false] = ACTIONS(283), + [sym_character_literal] = ACTIONS(281), + [anon_sym_DQUOTE] = ACTIONS(283), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(281), + [sym_null_literal] = ACTIONS(283), + [anon_sym_LPAREN] = ACTIONS(281), + [anon_sym_RPAREN] = ACTIONS(281), + [anon_sym_AMP] = ACTIONS(283), + [anon_sym_GT] = ACTIONS(283), + [anon_sym_LT] = ACTIONS(283), + [anon_sym_GT_EQ] = ACTIONS(281), + [anon_sym_LT_EQ] = ACTIONS(281), + [anon_sym_EQ_EQ] = ACTIONS(281), + [anon_sym_BANG_EQ] = ACTIONS(281), + [anon_sym_AMP_AMP] = ACTIONS(281), + [anon_sym_PIPE_PIPE] = ACTIONS(281), + [anon_sym_PLUS] = ACTIONS(283), + [anon_sym_DASH] = ACTIONS(283), + [anon_sym_STAR] = ACTIONS(281), + [anon_sym_SLASH] = ACTIONS(283), + [anon_sym_PIPE] = ACTIONS(283), + [anon_sym_CARET] = ACTIONS(281), + [anon_sym_PERCENT] = ACTIONS(281), + [anon_sym_LT_LT] = ACTIONS(281), + [anon_sym_GT_GT] = ACTIONS(283), + [anon_sym_GT_GT_GT] = ACTIONS(281), + [anon_sym_instanceof] = ACTIONS(283), + [anon_sym_final] = ACTIONS(283), + [anon_sym_DASH_GT] = ACTIONS(281), + [anon_sym_COMMA] = ACTIONS(281), + [anon_sym_QMARK] = ACTIONS(281), + [anon_sym_COLON] = ACTIONS(283), + [anon_sym_BANG] = ACTIONS(283), + [anon_sym_TILDE] = ACTIONS(281), + [anon_sym_PLUS_PLUS] = ACTIONS(281), + [anon_sym_DASH_DASH] = ACTIONS(281), + [anon_sym_new] = ACTIONS(283), + [anon_sym_LBRACK] = ACTIONS(281), + [anon_sym_RBRACK] = ACTIONS(281), + [anon_sym_DOT] = ACTIONS(283), + [anon_sym_class] = ACTIONS(283), + [anon_sym_COLON_COLON] = ACTIONS(281), + [anon_sym_switch] = ACTIONS(283), + [anon_sym_LBRACE] = ACTIONS(281), + [anon_sym_RBRACE] = ACTIONS(281), + [anon_sym_case] = ACTIONS(283), + [anon_sym_default] = ACTIONS(283), + [anon_sym_SEMI] = ACTIONS(281), + [anon_sym_assert] = ACTIONS(283), + [anon_sym_do] = ACTIONS(283), + [anon_sym_while] = ACTIONS(283), + [anon_sym_break] = ACTIONS(283), + [anon_sym_continue] = ACTIONS(283), + [anon_sym_return] = ACTIONS(283), + [anon_sym_yield] = ACTIONS(283), + [anon_sym_synchronized] = ACTIONS(283), + [anon_sym_throw] = ACTIONS(283), + [anon_sym_try] = ACTIONS(283), + [anon_sym_if] = ACTIONS(283), + [anon_sym_else] = ACTIONS(283), + [anon_sym_for] = ACTIONS(283), + [anon_sym_AT] = ACTIONS(283), + [anon_sym_open] = ACTIONS(283), + [anon_sym_module] = ACTIONS(283), + [anon_sym_static] = ACTIONS(283), + [anon_sym_with] = ACTIONS(283), + [anon_sym_package] = ACTIONS(283), + [anon_sym_import] = ACTIONS(283), + [anon_sym_enum] = ACTIONS(283), + [anon_sym_public] = ACTIONS(283), + [anon_sym_protected] = ACTIONS(283), + [anon_sym_private] = ACTIONS(283), + [anon_sym_abstract] = ACTIONS(283), + [anon_sym_strictfp] = ACTIONS(283), + [anon_sym_native] = ACTIONS(283), + [anon_sym_transient] = ACTIONS(283), + [anon_sym_volatile] = ACTIONS(283), + [anon_sym_sealed] = ACTIONS(283), + [anon_sym_non_DASHsealed] = ACTIONS(281), + [anon_sym_record] = ACTIONS(283), + [anon_sym_ATinterface] = ACTIONS(281), + [anon_sym_interface] = ACTIONS(283), + [anon_sym_byte] = ACTIONS(283), + [anon_sym_short] = ACTIONS(283), + [anon_sym_int] = ACTIONS(283), + [anon_sym_long] = ACTIONS(283), + [anon_sym_char] = ACTIONS(283), + [anon_sym_float] = ACTIONS(283), + [anon_sym_double] = ACTIONS(283), + [sym_boolean_type] = ACTIONS(283), + [sym_void_type] = ACTIONS(283), + [sym_this] = ACTIONS(283), + [sym_super] = ACTIONS(283), + [sym_line_comment] = ACTIONS(3), + [sym_block_comment] = ACTIONS(3), + }, + [78] = { + [ts_builtin_sym_end] = ACTIONS(285), + [sym_identifier] = ACTIONS(287), + [sym_decimal_integer_literal] = ACTIONS(287), + [sym_hex_integer_literal] = ACTIONS(287), + [sym_octal_integer_literal] = ACTIONS(287), + [sym_binary_integer_literal] = ACTIONS(285), + [sym_decimal_floating_point_literal] = ACTIONS(285), + [sym_hex_floating_point_literal] = ACTIONS(287), + [sym_true] = ACTIONS(287), + [sym_false] = ACTIONS(287), + [sym_character_literal] = ACTIONS(285), + [anon_sym_DQUOTE] = ACTIONS(287), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(285), + [sym_null_literal] = ACTIONS(287), + [anon_sym_LPAREN] = ACTIONS(285), + [anon_sym_RPAREN] = ACTIONS(285), + [anon_sym_AMP] = ACTIONS(287), + [anon_sym_GT] = ACTIONS(287), + [anon_sym_LT] = ACTIONS(287), + [anon_sym_GT_EQ] = ACTIONS(285), + [anon_sym_LT_EQ] = ACTIONS(285), + [anon_sym_EQ_EQ] = ACTIONS(285), + [anon_sym_BANG_EQ] = ACTIONS(285), + [anon_sym_AMP_AMP] = ACTIONS(285), + [anon_sym_PIPE_PIPE] = ACTIONS(285), + [anon_sym_PLUS] = ACTIONS(287), + [anon_sym_DASH] = ACTIONS(287), + [anon_sym_STAR] = ACTIONS(285), + [anon_sym_SLASH] = ACTIONS(287), + [anon_sym_PIPE] = ACTIONS(287), + [anon_sym_CARET] = ACTIONS(285), + [anon_sym_PERCENT] = ACTIONS(285), + [anon_sym_LT_LT] = ACTIONS(285), + [anon_sym_GT_GT] = ACTIONS(287), + [anon_sym_GT_GT_GT] = ACTIONS(285), + [anon_sym_instanceof] = ACTIONS(287), + [anon_sym_final] = ACTIONS(287), + [anon_sym_DASH_GT] = ACTIONS(285), + [anon_sym_COMMA] = ACTIONS(285), + [anon_sym_QMARK] = ACTIONS(285), + [anon_sym_COLON] = ACTIONS(285), + [anon_sym_BANG] = ACTIONS(287), + [anon_sym_TILDE] = ACTIONS(285), + [anon_sym_PLUS_PLUS] = ACTIONS(285), + [anon_sym_DASH_DASH] = ACTIONS(285), + [anon_sym_new] = ACTIONS(287), + [anon_sym_RBRACK] = ACTIONS(285), + [anon_sym_class] = ACTIONS(287), + [anon_sym_switch] = ACTIONS(287), + [anon_sym_LBRACE] = ACTIONS(285), + [anon_sym_RBRACE] = ACTIONS(285), + [anon_sym_case] = ACTIONS(287), + [anon_sym_default] = ACTIONS(287), + [anon_sym_SEMI] = ACTIONS(285), + [anon_sym_assert] = ACTIONS(287), + [anon_sym_do] = ACTIONS(287), + [anon_sym_while] = ACTIONS(287), + [anon_sym_break] = ACTIONS(287), + [anon_sym_continue] = ACTIONS(287), + [anon_sym_return] = ACTIONS(287), + [anon_sym_yield] = ACTIONS(287), + [anon_sym_synchronized] = ACTIONS(287), + [anon_sym_throw] = ACTIONS(287), + [anon_sym_try] = ACTIONS(287), + [anon_sym_if] = ACTIONS(287), + [anon_sym_else] = ACTIONS(287), + [anon_sym_for] = ACTIONS(287), + [anon_sym_AT] = ACTIONS(287), + [anon_sym_open] = ACTIONS(287), + [anon_sym_module] = ACTIONS(287), + [anon_sym_static] = ACTIONS(287), + [anon_sym_with] = ACTIONS(287), + [anon_sym_package] = ACTIONS(287), + [anon_sym_import] = ACTIONS(287), + [anon_sym_enum] = ACTIONS(287), + [anon_sym_public] = ACTIONS(287), + [anon_sym_protected] = ACTIONS(287), + [anon_sym_private] = ACTIONS(287), + [anon_sym_abstract] = ACTIONS(287), + [anon_sym_strictfp] = ACTIONS(287), + [anon_sym_native] = ACTIONS(287), + [anon_sym_transient] = ACTIONS(287), + [anon_sym_volatile] = ACTIONS(287), + [anon_sym_sealed] = ACTIONS(287), + [anon_sym_non_DASHsealed] = ACTIONS(285), + [anon_sym_record] = ACTIONS(287), + [anon_sym_ATinterface] = ACTIONS(285), + [anon_sym_interface] = ACTIONS(287), + [anon_sym_byte] = ACTIONS(287), + [anon_sym_short] = ACTIONS(287), + [anon_sym_int] = ACTIONS(287), + [anon_sym_long] = ACTIONS(287), + [anon_sym_char] = ACTIONS(287), + [anon_sym_float] = ACTIONS(287), + [anon_sym_double] = ACTIONS(287), + [sym_boolean_type] = ACTIONS(287), + [sym_void_type] = ACTIONS(287), + [sym_this] = ACTIONS(287), + [sym_super] = ACTIONS(287), + [sym_line_comment] = ACTIONS(3), + [sym_block_comment] = ACTIONS(3), + }, + [79] = { + [ts_builtin_sym_end] = ACTIONS(289), + [sym_identifier] = ACTIONS(291), + [sym_decimal_integer_literal] = ACTIONS(291), + [sym_hex_integer_literal] = ACTIONS(291), + [sym_octal_integer_literal] = ACTIONS(291), + [sym_binary_integer_literal] = ACTIONS(289), + [sym_decimal_floating_point_literal] = ACTIONS(289), + [sym_hex_floating_point_literal] = ACTIONS(291), + [sym_true] = ACTIONS(291), + [sym_false] = ACTIONS(291), + [sym_character_literal] = ACTIONS(289), + [anon_sym_DQUOTE] = ACTIONS(291), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(289), + [sym_null_literal] = ACTIONS(291), + [anon_sym_LPAREN] = ACTIONS(289), + [anon_sym_RPAREN] = ACTIONS(289), + [anon_sym_AMP] = ACTIONS(291), + [anon_sym_GT] = ACTIONS(291), + [anon_sym_LT] = ACTIONS(291), + [anon_sym_GT_EQ] = ACTIONS(289), + [anon_sym_LT_EQ] = ACTIONS(289), + [anon_sym_EQ_EQ] = ACTIONS(289), + [anon_sym_BANG_EQ] = ACTIONS(289), + [anon_sym_AMP_AMP] = ACTIONS(289), + [anon_sym_PIPE_PIPE] = ACTIONS(289), + [anon_sym_PLUS] = ACTIONS(291), + [anon_sym_DASH] = ACTIONS(291), + [anon_sym_STAR] = ACTIONS(289), + [anon_sym_SLASH] = ACTIONS(291), + [anon_sym_PIPE] = ACTIONS(291), + [anon_sym_CARET] = ACTIONS(289), + [anon_sym_PERCENT] = ACTIONS(289), + [anon_sym_LT_LT] = ACTIONS(289), + [anon_sym_GT_GT] = ACTIONS(291), + [anon_sym_GT_GT_GT] = ACTIONS(289), + [anon_sym_instanceof] = ACTIONS(291), + [anon_sym_final] = ACTIONS(291), + [anon_sym_DASH_GT] = ACTIONS(289), + [anon_sym_COMMA] = ACTIONS(289), + [anon_sym_QMARK] = ACTIONS(289), + [anon_sym_COLON] = ACTIONS(289), + [anon_sym_BANG] = ACTIONS(291), + [anon_sym_TILDE] = ACTIONS(289), + [anon_sym_PLUS_PLUS] = ACTIONS(289), + [anon_sym_DASH_DASH] = ACTIONS(289), + [anon_sym_new] = ACTIONS(291), + [anon_sym_RBRACK] = ACTIONS(289), + [anon_sym_class] = ACTIONS(291), + [anon_sym_switch] = ACTIONS(291), + [anon_sym_LBRACE] = ACTIONS(289), + [anon_sym_RBRACE] = ACTIONS(289), + [anon_sym_case] = ACTIONS(291), [anon_sym_default] = ACTIONS(291), - [anon_sym_SEMI] = ACTIONS(307), + [anon_sym_SEMI] = ACTIONS(289), + [anon_sym_assert] = ACTIONS(291), + [anon_sym_do] = ACTIONS(291), + [anon_sym_while] = ACTIONS(291), + [anon_sym_break] = ACTIONS(291), + [anon_sym_continue] = ACTIONS(291), + [anon_sym_return] = ACTIONS(291), + [anon_sym_yield] = ACTIONS(291), [anon_sym_synchronized] = ACTIONS(291), - [anon_sym_AT] = ACTIONS(293), - [anon_sym_open] = ACTIONS(305), - [anon_sym_module] = ACTIONS(305), + [anon_sym_throw] = ACTIONS(291), + [anon_sym_try] = ACTIONS(291), + [anon_sym_if] = ACTIONS(291), + [anon_sym_else] = ACTIONS(291), + [anon_sym_for] = ACTIONS(291), + [anon_sym_AT] = ACTIONS(291), + [anon_sym_open] = ACTIONS(291), + [anon_sym_module] = ACTIONS(291), [anon_sym_static] = ACTIONS(291), + [anon_sym_with] = ACTIONS(291), + [anon_sym_package] = ACTIONS(291), + [anon_sym_import] = ACTIONS(291), + [anon_sym_enum] = ACTIONS(291), [anon_sym_public] = ACTIONS(291), [anon_sym_protected] = ACTIONS(291), [anon_sym_private] = ACTIONS(291), @@ -22405,162 +21605,379 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_transient] = ACTIONS(291), [anon_sym_volatile] = ACTIONS(291), [anon_sym_sealed] = ACTIONS(291), + [anon_sym_non_DASHsealed] = ACTIONS(289), + [anon_sym_record] = ACTIONS(291), + [anon_sym_ATinterface] = ACTIONS(289), + [anon_sym_interface] = ACTIONS(291), + [anon_sym_byte] = ACTIONS(291), + [anon_sym_short] = ACTIONS(291), + [anon_sym_int] = ACTIONS(291), + [anon_sym_long] = ACTIONS(291), + [anon_sym_char] = ACTIONS(291), + [anon_sym_float] = ACTIONS(291), + [anon_sym_double] = ACTIONS(291), + [sym_boolean_type] = ACTIONS(291), + [sym_void_type] = ACTIONS(291), + [sym_this] = ACTIONS(291), + [sym_super] = ACTIONS(291), + [sym_line_comment] = ACTIONS(3), + [sym_block_comment] = ACTIONS(3), + }, + [80] = { + [ts_builtin_sym_end] = ACTIONS(293), + [sym_identifier] = ACTIONS(295), + [sym_decimal_integer_literal] = ACTIONS(295), + [sym_hex_integer_literal] = ACTIONS(295), + [sym_octal_integer_literal] = ACTIONS(295), + [sym_binary_integer_literal] = ACTIONS(293), + [sym_decimal_floating_point_literal] = ACTIONS(293), + [sym_hex_floating_point_literal] = ACTIONS(295), + [sym_true] = ACTIONS(295), + [sym_false] = ACTIONS(295), + [sym_character_literal] = ACTIONS(293), + [anon_sym_DQUOTE] = ACTIONS(295), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(293), + [sym_null_literal] = ACTIONS(295), + [anon_sym_LPAREN] = ACTIONS(293), + [anon_sym_RPAREN] = ACTIONS(293), + [anon_sym_AMP] = ACTIONS(295), + [anon_sym_GT] = ACTIONS(295), + [anon_sym_LT] = ACTIONS(295), + [anon_sym_GT_EQ] = ACTIONS(293), + [anon_sym_LT_EQ] = ACTIONS(293), + [anon_sym_EQ_EQ] = ACTIONS(293), + [anon_sym_BANG_EQ] = ACTIONS(293), + [anon_sym_AMP_AMP] = ACTIONS(293), + [anon_sym_PIPE_PIPE] = ACTIONS(293), + [anon_sym_PLUS] = ACTIONS(295), + [anon_sym_DASH] = ACTIONS(295), + [anon_sym_STAR] = ACTIONS(293), + [anon_sym_SLASH] = ACTIONS(295), + [anon_sym_PIPE] = ACTIONS(295), + [anon_sym_CARET] = ACTIONS(293), + [anon_sym_PERCENT] = ACTIONS(293), + [anon_sym_LT_LT] = ACTIONS(293), + [anon_sym_GT_GT] = ACTIONS(295), + [anon_sym_GT_GT_GT] = ACTIONS(293), + [anon_sym_instanceof] = ACTIONS(295), + [anon_sym_final] = ACTIONS(295), + [anon_sym_DASH_GT] = ACTIONS(293), + [anon_sym_COMMA] = ACTIONS(293), + [anon_sym_QMARK] = ACTIONS(293), + [anon_sym_COLON] = ACTIONS(293), + [anon_sym_BANG] = ACTIONS(295), + [anon_sym_TILDE] = ACTIONS(293), + [anon_sym_PLUS_PLUS] = ACTIONS(293), + [anon_sym_DASH_DASH] = ACTIONS(293), + [anon_sym_new] = ACTIONS(295), + [anon_sym_RBRACK] = ACTIONS(293), + [anon_sym_class] = ACTIONS(295), + [anon_sym_switch] = ACTIONS(295), + [anon_sym_LBRACE] = ACTIONS(293), + [anon_sym_RBRACE] = ACTIONS(293), + [anon_sym_case] = ACTIONS(295), + [anon_sym_default] = ACTIONS(295), + [anon_sym_SEMI] = ACTIONS(293), + [anon_sym_assert] = ACTIONS(295), + [anon_sym_do] = ACTIONS(295), + [anon_sym_while] = ACTIONS(295), + [anon_sym_break] = ACTIONS(295), + [anon_sym_continue] = ACTIONS(295), + [anon_sym_return] = ACTIONS(295), + [anon_sym_yield] = ACTIONS(295), + [anon_sym_synchronized] = ACTIONS(295), + [anon_sym_throw] = ACTIONS(295), + [anon_sym_try] = ACTIONS(295), + [anon_sym_if] = ACTIONS(295), + [anon_sym_else] = ACTIONS(295), + [anon_sym_for] = ACTIONS(295), + [anon_sym_AT] = ACTIONS(295), + [anon_sym_open] = ACTIONS(295), + [anon_sym_module] = ACTIONS(295), + [anon_sym_static] = ACTIONS(295), + [anon_sym_with] = ACTIONS(295), + [anon_sym_package] = ACTIONS(295), + [anon_sym_import] = ACTIONS(295), + [anon_sym_enum] = ACTIONS(295), + [anon_sym_public] = ACTIONS(295), + [anon_sym_protected] = ACTIONS(295), + [anon_sym_private] = ACTIONS(295), + [anon_sym_abstract] = ACTIONS(295), + [anon_sym_strictfp] = ACTIONS(295), + [anon_sym_native] = ACTIONS(295), + [anon_sym_transient] = ACTIONS(295), + [anon_sym_volatile] = ACTIONS(295), + [anon_sym_sealed] = ACTIONS(295), + [anon_sym_non_DASHsealed] = ACTIONS(293), + [anon_sym_record] = ACTIONS(295), + [anon_sym_ATinterface] = ACTIONS(293), + [anon_sym_interface] = ACTIONS(295), + [anon_sym_byte] = ACTIONS(295), + [anon_sym_short] = ACTIONS(295), + [anon_sym_int] = ACTIONS(295), + [anon_sym_long] = ACTIONS(295), + [anon_sym_char] = ACTIONS(295), + [anon_sym_float] = ACTIONS(295), + [anon_sym_double] = ACTIONS(295), + [sym_boolean_type] = ACTIONS(295), + [sym_void_type] = ACTIONS(295), + [sym_this] = ACTIONS(295), + [sym_super] = ACTIONS(295), + [sym_line_comment] = ACTIONS(3), + [sym_block_comment] = ACTIONS(3), + }, + [81] = { + [ts_builtin_sym_end] = ACTIONS(297), + [sym_identifier] = ACTIONS(299), + [sym_decimal_integer_literal] = ACTIONS(299), + [sym_hex_integer_literal] = ACTIONS(299), + [sym_octal_integer_literal] = ACTIONS(299), + [sym_binary_integer_literal] = ACTIONS(297), + [sym_decimal_floating_point_literal] = ACTIONS(297), + [sym_hex_floating_point_literal] = ACTIONS(299), + [sym_true] = ACTIONS(299), + [sym_false] = ACTIONS(299), + [sym_character_literal] = ACTIONS(297), + [anon_sym_DQUOTE] = ACTIONS(299), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(297), + [sym_null_literal] = ACTIONS(299), + [anon_sym_LPAREN] = ACTIONS(297), + [anon_sym_RPAREN] = ACTIONS(297), + [anon_sym_AMP] = ACTIONS(299), + [anon_sym_GT] = ACTIONS(299), + [anon_sym_LT] = ACTIONS(299), + [anon_sym_GT_EQ] = ACTIONS(297), + [anon_sym_LT_EQ] = ACTIONS(297), + [anon_sym_EQ_EQ] = ACTIONS(297), + [anon_sym_BANG_EQ] = ACTIONS(297), + [anon_sym_AMP_AMP] = ACTIONS(297), + [anon_sym_PIPE_PIPE] = ACTIONS(297), + [anon_sym_PLUS] = ACTIONS(299), + [anon_sym_DASH] = ACTIONS(299), + [anon_sym_STAR] = ACTIONS(297), + [anon_sym_SLASH] = ACTIONS(299), + [anon_sym_PIPE] = ACTIONS(299), + [anon_sym_CARET] = ACTIONS(297), + [anon_sym_PERCENT] = ACTIONS(297), + [anon_sym_LT_LT] = ACTIONS(297), + [anon_sym_GT_GT] = ACTIONS(299), + [anon_sym_GT_GT_GT] = ACTIONS(297), + [anon_sym_instanceof] = ACTIONS(299), + [anon_sym_final] = ACTIONS(299), + [anon_sym_DASH_GT] = ACTIONS(297), + [anon_sym_COMMA] = ACTIONS(297), + [anon_sym_QMARK] = ACTIONS(297), + [anon_sym_COLON] = ACTIONS(297), + [anon_sym_BANG] = ACTIONS(299), + [anon_sym_TILDE] = ACTIONS(297), + [anon_sym_PLUS_PLUS] = ACTIONS(297), + [anon_sym_DASH_DASH] = ACTIONS(297), + [anon_sym_new] = ACTIONS(299), + [anon_sym_RBRACK] = ACTIONS(297), + [anon_sym_class] = ACTIONS(299), + [anon_sym_switch] = ACTIONS(299), + [anon_sym_LBRACE] = ACTIONS(297), + [anon_sym_RBRACE] = ACTIONS(297), + [anon_sym_case] = ACTIONS(299), + [anon_sym_default] = ACTIONS(299), + [anon_sym_SEMI] = ACTIONS(297), + [anon_sym_assert] = ACTIONS(299), + [anon_sym_do] = ACTIONS(299), + [anon_sym_while] = ACTIONS(299), + [anon_sym_break] = ACTIONS(299), + [anon_sym_continue] = ACTIONS(299), + [anon_sym_return] = ACTIONS(299), + [anon_sym_yield] = ACTIONS(299), + [anon_sym_synchronized] = ACTIONS(299), + [anon_sym_throw] = ACTIONS(299), + [anon_sym_try] = ACTIONS(299), + [anon_sym_if] = ACTIONS(299), + [anon_sym_else] = ACTIONS(299), + [anon_sym_for] = ACTIONS(299), + [anon_sym_AT] = ACTIONS(299), + [anon_sym_open] = ACTIONS(299), + [anon_sym_module] = ACTIONS(299), + [anon_sym_static] = ACTIONS(299), + [anon_sym_with] = ACTIONS(299), + [anon_sym_package] = ACTIONS(299), + [anon_sym_import] = ACTIONS(299), + [anon_sym_enum] = ACTIONS(299), + [anon_sym_public] = ACTIONS(299), + [anon_sym_protected] = ACTIONS(299), + [anon_sym_private] = ACTIONS(299), + [anon_sym_abstract] = ACTIONS(299), + [anon_sym_strictfp] = ACTIONS(299), + [anon_sym_native] = ACTIONS(299), + [anon_sym_transient] = ACTIONS(299), + [anon_sym_volatile] = ACTIONS(299), + [anon_sym_sealed] = ACTIONS(299), [anon_sym_non_DASHsealed] = ACTIONS(297), - [anon_sym_record] = ACTIONS(305), - [anon_sym_byte] = ACTIONS(81), - [anon_sym_short] = ACTIONS(81), - [anon_sym_int] = ACTIONS(81), - [anon_sym_long] = ACTIONS(81), - [anon_sym_char] = ACTIONS(81), - [anon_sym_float] = ACTIONS(83), - [anon_sym_double] = ACTIONS(83), - [sym_boolean_type] = ACTIONS(85), - [sym_void_type] = ACTIONS(85), - [sym_this] = ACTIONS(87), - [sym_super] = ACTIONS(89), + [anon_sym_record] = ACTIONS(299), + [anon_sym_ATinterface] = ACTIONS(297), + [anon_sym_interface] = ACTIONS(299), + [anon_sym_byte] = ACTIONS(299), + [anon_sym_short] = ACTIONS(299), + [anon_sym_int] = ACTIONS(299), + [anon_sym_long] = ACTIONS(299), + [anon_sym_char] = ACTIONS(299), + [anon_sym_float] = ACTIONS(299), + [anon_sym_double] = ACTIONS(299), + [sym_boolean_type] = ACTIONS(299), + [sym_void_type] = ACTIONS(299), + [sym_this] = ACTIONS(299), + [sym_super] = ACTIONS(299), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, - [87] = { - [ts_builtin_sym_end] = ACTIONS(309), - [sym_identifier] = ACTIONS(311), - [sym_decimal_integer_literal] = ACTIONS(311), - [sym_hex_integer_literal] = ACTIONS(311), - [sym_octal_integer_literal] = ACTIONS(311), - [sym_binary_integer_literal] = ACTIONS(309), - [sym_decimal_floating_point_literal] = ACTIONS(309), - [sym_hex_floating_point_literal] = ACTIONS(311), - [sym_true] = ACTIONS(311), - [sym_false] = ACTIONS(311), - [sym_character_literal] = ACTIONS(309), - [anon_sym_DQUOTE] = ACTIONS(311), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(309), - [sym_null_literal] = ACTIONS(311), - [anon_sym_LPAREN] = ACTIONS(309), - [anon_sym_AMP] = ACTIONS(313), - [anon_sym_GT] = ACTIONS(313), - [anon_sym_LT] = ACTIONS(313), - [anon_sym_GT_EQ] = ACTIONS(315), - [anon_sym_LT_EQ] = ACTIONS(315), - [anon_sym_EQ_EQ] = ACTIONS(315), - [anon_sym_BANG_EQ] = ACTIONS(315), - [anon_sym_AMP_AMP] = ACTIONS(315), - [anon_sym_PIPE_PIPE] = ACTIONS(315), - [anon_sym_PLUS] = ACTIONS(317), - [anon_sym_DASH] = ACTIONS(317), - [anon_sym_STAR] = ACTIONS(315), - [anon_sym_SLASH] = ACTIONS(313), - [anon_sym_PIPE] = ACTIONS(313), - [anon_sym_CARET] = ACTIONS(315), - [anon_sym_PERCENT] = ACTIONS(315), - [anon_sym_LT_LT] = ACTIONS(315), - [anon_sym_GT_GT] = ACTIONS(313), - [anon_sym_GT_GT_GT] = ACTIONS(315), - [anon_sym_instanceof] = ACTIONS(313), - [anon_sym_final] = ACTIONS(311), - [anon_sym_QMARK] = ACTIONS(315), - [anon_sym_BANG] = ACTIONS(311), - [anon_sym_TILDE] = ACTIONS(309), - [anon_sym_PLUS_PLUS] = ACTIONS(320), - [anon_sym_DASH_DASH] = ACTIONS(320), - [anon_sym_new] = ACTIONS(311), - [anon_sym_class] = ACTIONS(311), - [anon_sym_switch] = ACTIONS(311), - [anon_sym_LBRACE] = ACTIONS(309), - [anon_sym_RBRACE] = ACTIONS(309), - [anon_sym_case] = ACTIONS(311), - [anon_sym_default] = ACTIONS(311), - [anon_sym_SEMI] = ACTIONS(320), - [anon_sym_assert] = ACTIONS(311), - [anon_sym_do] = ACTIONS(311), - [anon_sym_while] = ACTIONS(311), - [anon_sym_break] = ACTIONS(311), - [anon_sym_continue] = ACTIONS(311), - [anon_sym_return] = ACTIONS(311), - [anon_sym_yield] = ACTIONS(311), - [anon_sym_synchronized] = ACTIONS(311), - [anon_sym_throw] = ACTIONS(311), - [anon_sym_try] = ACTIONS(311), - [anon_sym_if] = ACTIONS(311), - [anon_sym_else] = ACTIONS(311), - [anon_sym_for] = ACTIONS(311), - [anon_sym_AT] = ACTIONS(311), - [anon_sym_open] = ACTIONS(311), - [anon_sym_module] = ACTIONS(311), - [anon_sym_static] = ACTIONS(311), - [anon_sym_package] = ACTIONS(311), - [anon_sym_import] = ACTIONS(311), - [anon_sym_enum] = ACTIONS(311), - [anon_sym_public] = ACTIONS(311), - [anon_sym_protected] = ACTIONS(311), - [anon_sym_private] = ACTIONS(311), - [anon_sym_abstract] = ACTIONS(311), - [anon_sym_strictfp] = ACTIONS(311), - [anon_sym_native] = ACTIONS(311), - [anon_sym_transient] = ACTIONS(311), - [anon_sym_volatile] = ACTIONS(311), - [anon_sym_sealed] = ACTIONS(311), - [anon_sym_non_DASHsealed] = ACTIONS(309), - [anon_sym_record] = ACTIONS(311), - [anon_sym_ATinterface] = ACTIONS(309), - [anon_sym_interface] = ACTIONS(311), - [anon_sym_byte] = ACTIONS(311), - [anon_sym_short] = ACTIONS(311), - [anon_sym_int] = ACTIONS(311), - [anon_sym_long] = ACTIONS(311), - [anon_sym_char] = ACTIONS(311), - [anon_sym_float] = ACTIONS(311), - [anon_sym_double] = ACTIONS(311), - [sym_boolean_type] = ACTIONS(311), - [sym_void_type] = ACTIONS(311), - [sym_this] = ACTIONS(311), - [sym_super] = ACTIONS(311), + [82] = { + [ts_builtin_sym_end] = ACTIONS(301), + [sym_identifier] = ACTIONS(303), + [sym_decimal_integer_literal] = ACTIONS(303), + [sym_hex_integer_literal] = ACTIONS(303), + [sym_octal_integer_literal] = ACTIONS(303), + [sym_binary_integer_literal] = ACTIONS(301), + [sym_decimal_floating_point_literal] = ACTIONS(301), + [sym_hex_floating_point_literal] = ACTIONS(303), + [sym_true] = ACTIONS(303), + [sym_false] = ACTIONS(303), + [sym_character_literal] = ACTIONS(301), + [anon_sym_DQUOTE] = ACTIONS(303), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(301), + [sym_null_literal] = ACTIONS(303), + [anon_sym_LPAREN] = ACTIONS(301), + [anon_sym_RPAREN] = ACTIONS(301), + [anon_sym_AMP] = ACTIONS(303), + [anon_sym_GT] = ACTIONS(303), + [anon_sym_LT] = ACTIONS(303), + [anon_sym_GT_EQ] = ACTIONS(301), + [anon_sym_LT_EQ] = ACTIONS(301), + [anon_sym_EQ_EQ] = ACTIONS(301), + [anon_sym_BANG_EQ] = ACTIONS(301), + [anon_sym_AMP_AMP] = ACTIONS(301), + [anon_sym_PIPE_PIPE] = ACTIONS(301), + [anon_sym_PLUS] = ACTIONS(303), + [anon_sym_DASH] = ACTIONS(303), + [anon_sym_STAR] = ACTIONS(301), + [anon_sym_SLASH] = ACTIONS(303), + [anon_sym_PIPE] = ACTIONS(303), + [anon_sym_CARET] = ACTIONS(301), + [anon_sym_PERCENT] = ACTIONS(301), + [anon_sym_LT_LT] = ACTIONS(301), + [anon_sym_GT_GT] = ACTIONS(303), + [anon_sym_GT_GT_GT] = ACTIONS(301), + [anon_sym_instanceof] = ACTIONS(303), + [anon_sym_final] = ACTIONS(303), + [anon_sym_DASH_GT] = ACTIONS(301), + [anon_sym_COMMA] = ACTIONS(301), + [anon_sym_QMARK] = ACTIONS(301), + [anon_sym_COLON] = ACTIONS(301), + [anon_sym_BANG] = ACTIONS(303), + [anon_sym_TILDE] = ACTIONS(301), + [anon_sym_PLUS_PLUS] = ACTIONS(301), + [anon_sym_DASH_DASH] = ACTIONS(301), + [anon_sym_new] = ACTIONS(303), + [anon_sym_RBRACK] = ACTIONS(301), + [anon_sym_class] = ACTIONS(303), + [anon_sym_switch] = ACTIONS(303), + [anon_sym_LBRACE] = ACTIONS(301), + [anon_sym_RBRACE] = ACTIONS(301), + [anon_sym_case] = ACTIONS(303), + [anon_sym_default] = ACTIONS(303), + [anon_sym_SEMI] = ACTIONS(301), + [anon_sym_assert] = ACTIONS(303), + [anon_sym_do] = ACTIONS(303), + [anon_sym_while] = ACTIONS(303), + [anon_sym_break] = ACTIONS(303), + [anon_sym_continue] = ACTIONS(303), + [anon_sym_return] = ACTIONS(303), + [anon_sym_yield] = ACTIONS(303), + [anon_sym_synchronized] = ACTIONS(303), + [anon_sym_throw] = ACTIONS(303), + [anon_sym_try] = ACTIONS(303), + [anon_sym_if] = ACTIONS(303), + [anon_sym_else] = ACTIONS(303), + [anon_sym_for] = ACTIONS(303), + [anon_sym_AT] = ACTIONS(303), + [anon_sym_open] = ACTIONS(303), + [anon_sym_module] = ACTIONS(303), + [anon_sym_static] = ACTIONS(303), + [anon_sym_with] = ACTIONS(303), + [anon_sym_package] = ACTIONS(303), + [anon_sym_import] = ACTIONS(303), + [anon_sym_enum] = ACTIONS(303), + [anon_sym_public] = ACTIONS(303), + [anon_sym_protected] = ACTIONS(303), + [anon_sym_private] = ACTIONS(303), + [anon_sym_abstract] = ACTIONS(303), + [anon_sym_strictfp] = ACTIONS(303), + [anon_sym_native] = ACTIONS(303), + [anon_sym_transient] = ACTIONS(303), + [anon_sym_volatile] = ACTIONS(303), + [anon_sym_sealed] = ACTIONS(303), + [anon_sym_non_DASHsealed] = ACTIONS(301), + [anon_sym_record] = ACTIONS(303), + [anon_sym_ATinterface] = ACTIONS(301), + [anon_sym_interface] = ACTIONS(303), + [anon_sym_byte] = ACTIONS(303), + [anon_sym_short] = ACTIONS(303), + [anon_sym_int] = ACTIONS(303), + [anon_sym_long] = ACTIONS(303), + [anon_sym_char] = ACTIONS(303), + [anon_sym_float] = ACTIONS(303), + [anon_sym_double] = ACTIONS(303), + [sym_boolean_type] = ACTIONS(303), + [sym_void_type] = ACTIONS(303), + [sym_this] = ACTIONS(303), + [sym_super] = ACTIONS(303), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, - [88] = { - [sym__literal] = STATE(507), - [sym_string_literal] = STATE(510), - [sym__string_literal] = STATE(498), - [sym__multiline_string_literal] = STATE(498), - [sym_expression] = STATE(569), - [sym_cast_expression] = STATE(524), - [sym_assignment_expression] = STATE(524), - [sym_binary_expression] = STATE(524), - [sym_instanceof_expression] = STATE(524), - [sym_lambda_expression] = STATE(524), - [sym_inferred_parameters] = STATE(1259), - [sym_ternary_expression] = STATE(524), - [sym_unary_expression] = STATE(524), - [sym_update_expression] = STATE(524), - [sym_primary_expression] = STATE(470), - [sym_array_creation_expression] = STATE(507), - [sym_parenthesized_expression] = STATE(507), - [sym_class_literal] = STATE(507), - [sym_object_creation_expression] = STATE(507), - [sym__unqualified_object_creation_expression] = STATE(483), - [sym_field_access] = STATE(384), - [sym_array_access] = STATE(384), - [sym_method_invocation] = STATE(507), - [sym_method_reference] = STATE(507), - [sym_switch_expression] = STATE(524), - [sym__annotation] = STATE(739), - [sym_marker_annotation] = STATE(739), - [sym_annotation] = STATE(739), - [sym_element_value_pair] = STATE(1041), - [sym__element_value] = STATE(1247), - [sym_element_value_array_initializer] = STATE(1247), - [sym__type] = STATE(1266), - [sym__unannotated_type] = STATE(795), - [sym_annotated_type] = STATE(797), - [sym_scoped_type_identifier] = STATE(745), - [sym_generic_type] = STATE(771), - [sym_array_type] = STATE(702), - [sym_integral_type] = STATE(702), - [sym_floating_point_type] = STATE(702), - [sym_formal_parameters] = STATE(1259), - [aux_sym_array_creation_expression_repeat1] = STATE(683), - [sym_identifier] = ACTIONS(323), + [83] = { + [sym__literal] = STATE(498), + [sym_string_literal] = STATE(505), + [sym__string_literal] = STATE(508), + [sym__multiline_string_literal] = STATE(508), + [sym_expression] = STATE(654), + [sym_cast_expression] = STATE(538), + [sym_assignment_expression] = STATE(538), + [sym_binary_expression] = STATE(538), + [sym_instanceof_expression] = STATE(538), + [sym_lambda_expression] = STATE(538), + [sym_inferred_parameters] = STATE(1218), + [sym_ternary_expression] = STATE(538), + [sym_unary_expression] = STATE(538), + [sym_update_expression] = STATE(538), + [sym_primary_expression] = STATE(509), + [sym_array_creation_expression] = STATE(498), + [sym_parenthesized_expression] = STATE(498), + [sym_class_literal] = STATE(498), + [sym_object_creation_expression] = STATE(498), + [sym__unqualified_object_creation_expression] = STATE(515), + [sym_field_access] = STATE(385), + [sym_array_access] = STATE(385), + [sym_method_invocation] = STATE(498), + [sym_method_reference] = STATE(498), + [sym_switch_expression] = STATE(538), + [sym__annotation] = STATE(622), + [sym_marker_annotation] = STATE(622), + [sym_annotation] = STATE(622), + [sym_modifiers] = STATE(746), + [sym__type] = STATE(914), + [sym__unannotated_type] = STATE(655), + [sym_annotated_type] = STATE(831), + [sym_scoped_type_identifier] = STATE(735), + [sym_generic_type] = STATE(751), + [sym_array_type] = STATE(688), + [sym_integral_type] = STATE(688), + [sym_floating_point_type] = STATE(688), + [sym_formal_parameters] = STATE(1218), + [sym_formal_parameter] = STATE(1017), + [sym_receiver_parameter] = STATE(418), + [sym_spread_parameter] = STATE(1017), + [sym__reserved_identifier] = STATE(384), + [aux_sym_array_creation_expression_repeat1] = STATE(696), + [aux_sym_modifiers_repeat1] = STATE(554), + [sym_identifier] = ACTIONS(305), [sym_decimal_integer_literal] = ACTIONS(9), [sym_hex_integer_literal] = ACTIONS(9), [sym_octal_integer_literal] = ACTIONS(9), @@ -22574,77 +21991,95 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(15), [sym_null_literal] = ACTIONS(9), [anon_sym_LPAREN] = ACTIONS(17), - [anon_sym_RPAREN] = ACTIONS(325), + [anon_sym_RPAREN] = ACTIONS(307), [anon_sym_PLUS] = ACTIONS(19), [anon_sym_DASH] = ACTIONS(19), + [anon_sym_final] = ACTIONS(309), [anon_sym_BANG] = ACTIONS(23), [anon_sym_TILDE] = ACTIONS(23), [anon_sym_PLUS_PLUS] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(25), [anon_sym_new] = ACTIONS(27), [anon_sym_switch] = ACTIONS(31), - [anon_sym_LBRACE] = ACTIONS(327), - [anon_sym_AT] = ACTIONS(329), - [anon_sym_open] = ACTIONS(305), - [anon_sym_module] = ACTIONS(305), - [anon_sym_record] = ACTIONS(305), - [anon_sym_byte] = ACTIONS(81), - [anon_sym_short] = ACTIONS(81), - [anon_sym_int] = ACTIONS(81), - [anon_sym_long] = ACTIONS(81), - [anon_sym_char] = ACTIONS(81), - [anon_sym_float] = ACTIONS(83), - [anon_sym_double] = ACTIONS(83), - [sym_boolean_type] = ACTIONS(85), - [sym_void_type] = ACTIONS(85), - [sym_this] = ACTIONS(87), - [sym_super] = ACTIONS(89), + [anon_sym_default] = ACTIONS(309), + [anon_sym_yield] = ACTIONS(67), + [anon_sym_synchronized] = ACTIONS(309), + [anon_sym_AT] = ACTIONS(311), + [anon_sym_open] = ACTIONS(67), + [anon_sym_module] = ACTIONS(67), + [anon_sym_static] = ACTIONS(309), + [anon_sym_with] = ACTIONS(67), + [anon_sym_public] = ACTIONS(309), + [anon_sym_protected] = ACTIONS(309), + [anon_sym_private] = ACTIONS(309), + [anon_sym_abstract] = ACTIONS(309), + [anon_sym_strictfp] = ACTIONS(309), + [anon_sym_native] = ACTIONS(309), + [anon_sym_transient] = ACTIONS(309), + [anon_sym_volatile] = ACTIONS(309), + [anon_sym_sealed] = ACTIONS(313), + [anon_sym_non_DASHsealed] = ACTIONS(315), + [anon_sym_record] = ACTIONS(67), + [anon_sym_byte] = ACTIONS(85), + [anon_sym_short] = ACTIONS(85), + [anon_sym_int] = ACTIONS(85), + [anon_sym_long] = ACTIONS(85), + [anon_sym_char] = ACTIONS(85), + [anon_sym_float] = ACTIONS(87), + [anon_sym_double] = ACTIONS(87), + [sym_boolean_type] = ACTIONS(89), + [sym_void_type] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, - [89] = { - [sym__literal] = STATE(507), - [sym_string_literal] = STATE(510), - [sym__string_literal] = STATE(498), - [sym__multiline_string_literal] = STATE(498), - [sym_expression] = STATE(657), - [sym_cast_expression] = STATE(524), - [sym_assignment_expression] = STATE(524), - [sym_binary_expression] = STATE(524), - [sym_instanceof_expression] = STATE(524), - [sym_lambda_expression] = STATE(524), - [sym_inferred_parameters] = STATE(1259), - [sym_ternary_expression] = STATE(524), - [sym_unary_expression] = STATE(524), - [sym_update_expression] = STATE(524), - [sym_primary_expression] = STATE(470), - [sym_array_creation_expression] = STATE(507), - [sym_parenthesized_expression] = STATE(507), - [sym_class_literal] = STATE(507), - [sym_object_creation_expression] = STATE(507), - [sym__unqualified_object_creation_expression] = STATE(483), - [sym_field_access] = STATE(384), - [sym_array_access] = STATE(384), - [sym_method_invocation] = STATE(507), - [sym_method_reference] = STATE(507), - [sym_switch_expression] = STATE(524), - [sym_block] = STATE(1059), - [sym_expression_statement] = STATE(1059), - [sym_throw_statement] = STATE(1059), - [sym__annotation] = STATE(683), - [sym_marker_annotation] = STATE(683), - [sym_annotation] = STATE(683), - [sym__type] = STATE(1266), - [sym__unannotated_type] = STATE(795), - [sym_annotated_type] = STATE(797), - [sym_scoped_type_identifier] = STATE(745), - [sym_generic_type] = STATE(771), - [sym_array_type] = STATE(702), - [sym_integral_type] = STATE(702), - [sym_floating_point_type] = STATE(702), - [sym_formal_parameters] = STATE(1259), - [aux_sym_array_creation_expression_repeat1] = STATE(683), - [sym_identifier] = ACTIONS(301), + [84] = { + [sym__literal] = STATE(498), + [sym_string_literal] = STATE(505), + [sym__string_literal] = STATE(508), + [sym__multiline_string_literal] = STATE(508), + [sym_expression] = STATE(654), + [sym_cast_expression] = STATE(538), + [sym_assignment_expression] = STATE(538), + [sym_binary_expression] = STATE(538), + [sym_instanceof_expression] = STATE(538), + [sym_lambda_expression] = STATE(538), + [sym_inferred_parameters] = STATE(1218), + [sym_ternary_expression] = STATE(538), + [sym_unary_expression] = STATE(538), + [sym_update_expression] = STATE(538), + [sym_primary_expression] = STATE(509), + [sym_array_creation_expression] = STATE(498), + [sym_parenthesized_expression] = STATE(498), + [sym_class_literal] = STATE(498), + [sym_object_creation_expression] = STATE(498), + [sym__unqualified_object_creation_expression] = STATE(515), + [sym_field_access] = STATE(385), + [sym_array_access] = STATE(385), + [sym_method_invocation] = STATE(498), + [sym_method_reference] = STATE(498), + [sym_switch_expression] = STATE(538), + [sym__annotation] = STATE(622), + [sym_marker_annotation] = STATE(622), + [sym_annotation] = STATE(622), + [sym_modifiers] = STATE(746), + [sym__type] = STATE(929), + [sym__unannotated_type] = STATE(655), + [sym_annotated_type] = STATE(831), + [sym_scoped_type_identifier] = STATE(735), + [sym_generic_type] = STATE(751), + [sym_array_type] = STATE(688), + [sym_integral_type] = STATE(688), + [sym_floating_point_type] = STATE(688), + [sym_formal_parameters] = STATE(1218), + [sym_formal_parameter] = STATE(1017), + [sym_receiver_parameter] = STATE(418), + [sym_spread_parameter] = STATE(1017), + [sym__reserved_identifier] = STATE(384), + [aux_sym_array_creation_expression_repeat1] = STATE(696), + [aux_sym_modifiers_repeat1] = STATE(554), + [sym_identifier] = ACTIONS(305), [sym_decimal_integer_literal] = ACTIONS(9), [sym_hex_integer_literal] = ACTIONS(9), [sym_octal_integer_literal] = ACTIONS(9), @@ -22658,76 +22093,95 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(15), [sym_null_literal] = ACTIONS(9), [anon_sym_LPAREN] = ACTIONS(17), + [anon_sym_RPAREN] = ACTIONS(307), [anon_sym_PLUS] = ACTIONS(19), [anon_sym_DASH] = ACTIONS(19), + [anon_sym_final] = ACTIONS(309), [anon_sym_BANG] = ACTIONS(23), [anon_sym_TILDE] = ACTIONS(23), [anon_sym_PLUS_PLUS] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(25), [anon_sym_new] = ACTIONS(27), [anon_sym_switch] = ACTIONS(31), - [anon_sym_LBRACE] = ACTIONS(33), - [anon_sym_throw] = ACTIONS(53), - [anon_sym_AT] = ACTIONS(329), - [anon_sym_open] = ACTIONS(305), - [anon_sym_module] = ACTIONS(305), - [anon_sym_record] = ACTIONS(305), - [anon_sym_byte] = ACTIONS(81), - [anon_sym_short] = ACTIONS(81), - [anon_sym_int] = ACTIONS(81), - [anon_sym_long] = ACTIONS(81), - [anon_sym_char] = ACTIONS(81), - [anon_sym_float] = ACTIONS(83), - [anon_sym_double] = ACTIONS(83), - [sym_boolean_type] = ACTIONS(85), - [sym_void_type] = ACTIONS(85), - [sym_this] = ACTIONS(87), - [sym_super] = ACTIONS(89), + [anon_sym_default] = ACTIONS(309), + [anon_sym_yield] = ACTIONS(67), + [anon_sym_synchronized] = ACTIONS(309), + [anon_sym_AT] = ACTIONS(311), + [anon_sym_open] = ACTIONS(67), + [anon_sym_module] = ACTIONS(67), + [anon_sym_static] = ACTIONS(309), + [anon_sym_with] = ACTIONS(67), + [anon_sym_public] = ACTIONS(309), + [anon_sym_protected] = ACTIONS(309), + [anon_sym_private] = ACTIONS(309), + [anon_sym_abstract] = ACTIONS(309), + [anon_sym_strictfp] = ACTIONS(309), + [anon_sym_native] = ACTIONS(309), + [anon_sym_transient] = ACTIONS(309), + [anon_sym_volatile] = ACTIONS(309), + [anon_sym_sealed] = ACTIONS(313), + [anon_sym_non_DASHsealed] = ACTIONS(315), + [anon_sym_record] = ACTIONS(67), + [anon_sym_byte] = ACTIONS(85), + [anon_sym_short] = ACTIONS(85), + [anon_sym_int] = ACTIONS(85), + [anon_sym_long] = ACTIONS(85), + [anon_sym_char] = ACTIONS(85), + [anon_sym_float] = ACTIONS(87), + [anon_sym_double] = ACTIONS(87), + [sym_boolean_type] = ACTIONS(89), + [sym_void_type] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, - [90] = { - [sym__literal] = STATE(507), - [sym_string_literal] = STATE(510), - [sym__string_literal] = STATE(498), - [sym__multiline_string_literal] = STATE(498), - [sym_expression] = STATE(569), - [sym_cast_expression] = STATE(524), - [sym_assignment_expression] = STATE(524), - [sym_binary_expression] = STATE(524), - [sym_instanceof_expression] = STATE(524), - [sym_lambda_expression] = STATE(524), - [sym_inferred_parameters] = STATE(1259), - [sym_ternary_expression] = STATE(524), - [sym_unary_expression] = STATE(524), - [sym_update_expression] = STATE(524), - [sym_primary_expression] = STATE(470), - [sym_array_creation_expression] = STATE(507), - [sym_parenthesized_expression] = STATE(507), - [sym_class_literal] = STATE(507), - [sym_object_creation_expression] = STATE(507), - [sym__unqualified_object_creation_expression] = STATE(483), - [sym_field_access] = STATE(384), - [sym_array_access] = STATE(384), - [sym_method_invocation] = STATE(507), - [sym_method_reference] = STATE(507), - [sym_switch_expression] = STATE(524), - [sym__annotation] = STATE(739), - [sym_marker_annotation] = STATE(739), - [sym_annotation] = STATE(739), - [sym__element_value] = STATE(1068), - [sym_element_value_array_initializer] = STATE(1068), - [sym__type] = STATE(1266), - [sym__unannotated_type] = STATE(795), - [sym_annotated_type] = STATE(797), - [sym_scoped_type_identifier] = STATE(745), - [sym_generic_type] = STATE(771), - [sym_array_type] = STATE(702), - [sym_integral_type] = STATE(702), - [sym_floating_point_type] = STATE(702), - [sym_formal_parameters] = STATE(1259), - [aux_sym_array_creation_expression_repeat1] = STATE(683), - [sym_identifier] = ACTIONS(301), + [85] = { + [sym__literal] = STATE(498), + [sym_string_literal] = STATE(505), + [sym__string_literal] = STATE(508), + [sym__multiline_string_literal] = STATE(508), + [sym_expression] = STATE(654), + [sym_cast_expression] = STATE(538), + [sym_assignment_expression] = STATE(538), + [sym_binary_expression] = STATE(538), + [sym_instanceof_expression] = STATE(538), + [sym_lambda_expression] = STATE(538), + [sym_inferred_parameters] = STATE(1218), + [sym_ternary_expression] = STATE(538), + [sym_unary_expression] = STATE(538), + [sym_update_expression] = STATE(538), + [sym_primary_expression] = STATE(509), + [sym_array_creation_expression] = STATE(498), + [sym_parenthesized_expression] = STATE(498), + [sym_class_literal] = STATE(498), + [sym_object_creation_expression] = STATE(498), + [sym__unqualified_object_creation_expression] = STATE(515), + [sym_field_access] = STATE(385), + [sym_array_access] = STATE(385), + [sym_method_invocation] = STATE(498), + [sym_method_reference] = STATE(498), + [sym_switch_expression] = STATE(538), + [sym__annotation] = STATE(622), + [sym_marker_annotation] = STATE(622), + [sym_annotation] = STATE(622), + [sym_modifiers] = STATE(746), + [sym__type] = STATE(1208), + [sym__unannotated_type] = STATE(655), + [sym_annotated_type] = STATE(831), + [sym_scoped_type_identifier] = STATE(735), + [sym_generic_type] = STATE(751), + [sym_array_type] = STATE(688), + [sym_integral_type] = STATE(688), + [sym_floating_point_type] = STATE(688), + [sym_formal_parameters] = STATE(1218), + [sym_formal_parameter] = STATE(1017), + [sym_receiver_parameter] = STATE(418), + [sym_spread_parameter] = STATE(1017), + [sym__reserved_identifier] = STATE(384), + [aux_sym_array_creation_expression_repeat1] = STATE(696), + [aux_sym_modifiers_repeat1] = STATE(554), + [sym_identifier] = ACTIONS(317), [sym_decimal_integer_literal] = ACTIONS(9), [sym_hex_integer_literal] = ACTIONS(9), [sym_octal_integer_literal] = ACTIONS(9), @@ -22741,78 +22195,93 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(15), [sym_null_literal] = ACTIONS(9), [anon_sym_LPAREN] = ACTIONS(17), + [anon_sym_RPAREN] = ACTIONS(307), [anon_sym_PLUS] = ACTIONS(19), [anon_sym_DASH] = ACTIONS(19), - [anon_sym_COMMA] = ACTIONS(331), + [anon_sym_final] = ACTIONS(309), [anon_sym_BANG] = ACTIONS(23), [anon_sym_TILDE] = ACTIONS(23), [anon_sym_PLUS_PLUS] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(25), [anon_sym_new] = ACTIONS(27), [anon_sym_switch] = ACTIONS(31), - [anon_sym_LBRACE] = ACTIONS(327), - [anon_sym_RBRACE] = ACTIONS(333), - [anon_sym_AT] = ACTIONS(329), - [anon_sym_open] = ACTIONS(305), - [anon_sym_module] = ACTIONS(305), - [anon_sym_record] = ACTIONS(305), - [anon_sym_byte] = ACTIONS(81), - [anon_sym_short] = ACTIONS(81), - [anon_sym_int] = ACTIONS(81), - [anon_sym_long] = ACTIONS(81), - [anon_sym_char] = ACTIONS(81), - [anon_sym_float] = ACTIONS(83), - [anon_sym_double] = ACTIONS(83), - [sym_boolean_type] = ACTIONS(85), - [sym_void_type] = ACTIONS(85), - [sym_this] = ACTIONS(87), - [sym_super] = ACTIONS(89), + [anon_sym_default] = ACTIONS(309), + [anon_sym_yield] = ACTIONS(67), + [anon_sym_synchronized] = ACTIONS(309), + [anon_sym_AT] = ACTIONS(311), + [anon_sym_open] = ACTIONS(67), + [anon_sym_module] = ACTIONS(67), + [anon_sym_static] = ACTIONS(309), + [anon_sym_with] = ACTIONS(67), + [anon_sym_public] = ACTIONS(309), + [anon_sym_protected] = ACTIONS(309), + [anon_sym_private] = ACTIONS(309), + [anon_sym_abstract] = ACTIONS(309), + [anon_sym_strictfp] = ACTIONS(309), + [anon_sym_native] = ACTIONS(309), + [anon_sym_transient] = ACTIONS(309), + [anon_sym_volatile] = ACTIONS(309), + [anon_sym_sealed] = ACTIONS(313), + [anon_sym_non_DASHsealed] = ACTIONS(315), + [anon_sym_record] = ACTIONS(67), + [anon_sym_byte] = ACTIONS(85), + [anon_sym_short] = ACTIONS(85), + [anon_sym_int] = ACTIONS(85), + [anon_sym_long] = ACTIONS(85), + [anon_sym_char] = ACTIONS(85), + [anon_sym_float] = ACTIONS(87), + [anon_sym_double] = ACTIONS(87), + [sym_boolean_type] = ACTIONS(89), + [sym_void_type] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, - [91] = { - [sym__literal] = STATE(507), - [sym_string_literal] = STATE(510), - [sym__string_literal] = STATE(498), - [sym__multiline_string_literal] = STATE(498), - [sym_expression] = STATE(569), - [sym_cast_expression] = STATE(524), - [sym_assignment_expression] = STATE(524), - [sym_binary_expression] = STATE(524), - [sym_instanceof_expression] = STATE(524), - [sym_lambda_expression] = STATE(524), - [sym_inferred_parameters] = STATE(1259), - [sym_ternary_expression] = STATE(524), - [sym_unary_expression] = STATE(524), - [sym_update_expression] = STATE(524), - [sym_primary_expression] = STATE(470), - [sym_array_creation_expression] = STATE(507), - [sym_parenthesized_expression] = STATE(507), - [sym_class_literal] = STATE(507), - [sym_object_creation_expression] = STATE(507), - [sym__unqualified_object_creation_expression] = STATE(483), - [sym_field_access] = STATE(384), - [sym_array_access] = STATE(384), - [sym_method_invocation] = STATE(507), - [sym_method_reference] = STATE(507), - [sym_switch_expression] = STATE(524), - [sym__annotation] = STATE(739), - [sym_marker_annotation] = STATE(739), - [sym_annotation] = STATE(739), - [sym_element_value_pair] = STATE(1005), - [sym__element_value] = STATE(1254), - [sym_element_value_array_initializer] = STATE(1254), - [sym__type] = STATE(1266), - [sym__unannotated_type] = STATE(795), - [sym_annotated_type] = STATE(797), - [sym_scoped_type_identifier] = STATE(745), - [sym_generic_type] = STATE(771), - [sym_array_type] = STATE(702), - [sym_integral_type] = STATE(702), - [sym_floating_point_type] = STATE(702), - [sym_formal_parameters] = STATE(1259), - [aux_sym_array_creation_expression_repeat1] = STATE(683), - [sym_identifier] = ACTIONS(323), + [86] = { + [sym__literal] = STATE(498), + [sym_string_literal] = STATE(505), + [sym__string_literal] = STATE(508), + [sym__multiline_string_literal] = STATE(508), + [sym_expression] = STATE(576), + [sym_cast_expression] = STATE(538), + [sym_assignment_expression] = STATE(538), + [sym_binary_expression] = STATE(538), + [sym_instanceof_expression] = STATE(538), + [sym_lambda_expression] = STATE(538), + [sym_inferred_parameters] = STATE(1218), + [sym_ternary_expression] = STATE(538), + [sym_unary_expression] = STATE(538), + [sym_update_expression] = STATE(538), + [sym_primary_expression] = STATE(509), + [sym_array_creation_expression] = STATE(498), + [sym_parenthesized_expression] = STATE(498), + [sym_class_literal] = STATE(498), + [sym_object_creation_expression] = STATE(498), + [sym__unqualified_object_creation_expression] = STATE(515), + [sym_field_access] = STATE(385), + [sym_array_access] = STATE(385), + [sym_method_invocation] = STATE(498), + [sym_method_reference] = STATE(498), + [sym_switch_expression] = STATE(538), + [sym__annotation] = STATE(622), + [sym_marker_annotation] = STATE(622), + [sym_annotation] = STATE(622), + [sym_modifiers] = STATE(738), + [sym__type] = STATE(1208), + [sym__unannotated_type] = STATE(697), + [sym_annotated_type] = STATE(831), + [sym_scoped_type_identifier] = STATE(735), + [sym_generic_type] = STATE(751), + [sym_array_type] = STATE(688), + [sym_integral_type] = STATE(688), + [sym_floating_point_type] = STATE(688), + [sym_formal_parameters] = STATE(1218), + [sym_local_variable_declaration] = STATE(128), + [sym__reserved_identifier] = STATE(372), + [aux_sym_array_creation_expression_repeat1] = STATE(694), + [aux_sym_modifiers_repeat1] = STATE(554), + [sym_identifier] = ACTIONS(269), [sym_decimal_integer_literal] = ACTIONS(9), [sym_hex_integer_literal] = ACTIONS(9), [sym_octal_integer_literal] = ACTIONS(9), @@ -22826,77 +22295,93 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(15), [sym_null_literal] = ACTIONS(9), [anon_sym_LPAREN] = ACTIONS(17), - [anon_sym_RPAREN] = ACTIONS(335), [anon_sym_PLUS] = ACTIONS(19), [anon_sym_DASH] = ACTIONS(19), + [anon_sym_final] = ACTIONS(309), [anon_sym_BANG] = ACTIONS(23), [anon_sym_TILDE] = ACTIONS(23), [anon_sym_PLUS_PLUS] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(25), [anon_sym_new] = ACTIONS(27), [anon_sym_switch] = ACTIONS(31), - [anon_sym_LBRACE] = ACTIONS(327), - [anon_sym_AT] = ACTIONS(329), - [anon_sym_open] = ACTIONS(305), - [anon_sym_module] = ACTIONS(305), - [anon_sym_record] = ACTIONS(305), - [anon_sym_byte] = ACTIONS(81), - [anon_sym_short] = ACTIONS(81), - [anon_sym_int] = ACTIONS(81), - [anon_sym_long] = ACTIONS(81), - [anon_sym_char] = ACTIONS(81), - [anon_sym_float] = ACTIONS(83), - [anon_sym_double] = ACTIONS(83), - [sym_boolean_type] = ACTIONS(85), - [sym_void_type] = ACTIONS(85), - [sym_this] = ACTIONS(87), - [sym_super] = ACTIONS(89), + [anon_sym_default] = ACTIONS(309), + [anon_sym_SEMI] = ACTIONS(319), + [anon_sym_yield] = ACTIONS(67), + [anon_sym_synchronized] = ACTIONS(309), + [anon_sym_AT] = ACTIONS(311), + [anon_sym_open] = ACTIONS(67), + [anon_sym_module] = ACTIONS(67), + [anon_sym_static] = ACTIONS(309), + [anon_sym_with] = ACTIONS(67), + [anon_sym_public] = ACTIONS(309), + [anon_sym_protected] = ACTIONS(309), + [anon_sym_private] = ACTIONS(309), + [anon_sym_abstract] = ACTIONS(309), + [anon_sym_strictfp] = ACTIONS(309), + [anon_sym_native] = ACTIONS(309), + [anon_sym_transient] = ACTIONS(309), + [anon_sym_volatile] = ACTIONS(309), + [anon_sym_sealed] = ACTIONS(313), + [anon_sym_non_DASHsealed] = ACTIONS(315), + [anon_sym_record] = ACTIONS(67), + [anon_sym_byte] = ACTIONS(85), + [anon_sym_short] = ACTIONS(85), + [anon_sym_int] = ACTIONS(85), + [anon_sym_long] = ACTIONS(85), + [anon_sym_char] = ACTIONS(85), + [anon_sym_float] = ACTIONS(87), + [anon_sym_double] = ACTIONS(87), + [sym_boolean_type] = ACTIONS(89), + [sym_void_type] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, - [92] = { - [sym__literal] = STATE(507), - [sym_string_literal] = STATE(510), - [sym__string_literal] = STATE(498), - [sym__multiline_string_literal] = STATE(498), - [sym_expression] = STATE(569), - [sym_cast_expression] = STATE(524), - [sym_assignment_expression] = STATE(524), - [sym_binary_expression] = STATE(524), - [sym_instanceof_expression] = STATE(524), - [sym_lambda_expression] = STATE(524), - [sym_inferred_parameters] = STATE(1259), - [sym_ternary_expression] = STATE(524), - [sym_unary_expression] = STATE(524), - [sym_update_expression] = STATE(524), - [sym_primary_expression] = STATE(470), - [sym_array_creation_expression] = STATE(507), - [sym_parenthesized_expression] = STATE(507), - [sym_class_literal] = STATE(507), - [sym_object_creation_expression] = STATE(507), - [sym__unqualified_object_creation_expression] = STATE(483), - [sym_field_access] = STATE(384), - [sym_array_access] = STATE(384), - [sym_method_invocation] = STATE(507), - [sym_method_reference] = STATE(507), - [sym_switch_expression] = STATE(524), - [sym__annotation] = STATE(739), - [sym_marker_annotation] = STATE(739), - [sym_annotation] = STATE(739), - [sym_element_value_pair] = STATE(1098), - [sym__element_value] = STATE(1306), - [sym_element_value_array_initializer] = STATE(1306), - [sym__type] = STATE(1266), - [sym__unannotated_type] = STATE(795), - [sym_annotated_type] = STATE(797), - [sym_scoped_type_identifier] = STATE(745), - [sym_generic_type] = STATE(771), - [sym_array_type] = STATE(702), - [sym_integral_type] = STATE(702), - [sym_floating_point_type] = STATE(702), - [sym_formal_parameters] = STATE(1259), - [aux_sym_array_creation_expression_repeat1] = STATE(683), - [sym_identifier] = ACTIONS(323), + [87] = { + [sym__literal] = STATE(498), + [sym_string_literal] = STATE(505), + [sym__string_literal] = STATE(508), + [sym__multiline_string_literal] = STATE(508), + [sym_expression] = STATE(606), + [sym_cast_expression] = STATE(538), + [sym_assignment_expression] = STATE(538), + [sym_binary_expression] = STATE(538), + [sym_instanceof_expression] = STATE(538), + [sym_lambda_expression] = STATE(538), + [sym_inferred_parameters] = STATE(1218), + [sym_ternary_expression] = STATE(538), + [sym_unary_expression] = STATE(538), + [sym_update_expression] = STATE(538), + [sym_primary_expression] = STATE(509), + [sym_array_creation_expression] = STATE(498), + [sym_parenthesized_expression] = STATE(498), + [sym_class_literal] = STATE(498), + [sym_object_creation_expression] = STATE(498), + [sym__unqualified_object_creation_expression] = STATE(515), + [sym_field_access] = STATE(385), + [sym_array_access] = STATE(385), + [sym_method_invocation] = STATE(498), + [sym_method_reference] = STATE(498), + [sym_switch_expression] = STATE(538), + [sym__annotation] = STATE(622), + [sym_marker_annotation] = STATE(622), + [sym_annotation] = STATE(622), + [sym_modifiers] = STATE(747), + [sym__type] = STATE(1208), + [sym__unannotated_type] = STATE(698), + [sym_annotated_type] = STATE(831), + [sym_scoped_type_identifier] = STATE(735), + [sym_generic_type] = STATE(751), + [sym_array_type] = STATE(688), + [sym_integral_type] = STATE(688), + [sym_floating_point_type] = STATE(688), + [sym_formal_parameters] = STATE(1218), + [sym_local_variable_declaration] = STATE(113), + [sym__reserved_identifier] = STATE(372), + [aux_sym_array_creation_expression_repeat1] = STATE(694), + [aux_sym_modifiers_repeat1] = STATE(554), + [sym_identifier] = ACTIONS(269), [sym_decimal_integer_literal] = ACTIONS(9), [sym_hex_integer_literal] = ACTIONS(9), [sym_octal_integer_literal] = ACTIONS(9), @@ -22910,76 +22395,191 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(15), [sym_null_literal] = ACTIONS(9), [anon_sym_LPAREN] = ACTIONS(17), - [anon_sym_RPAREN] = ACTIONS(337), [anon_sym_PLUS] = ACTIONS(19), [anon_sym_DASH] = ACTIONS(19), + [anon_sym_final] = ACTIONS(309), [anon_sym_BANG] = ACTIONS(23), [anon_sym_TILDE] = ACTIONS(23), [anon_sym_PLUS_PLUS] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(25), [anon_sym_new] = ACTIONS(27), [anon_sym_switch] = ACTIONS(31), - [anon_sym_LBRACE] = ACTIONS(327), - [anon_sym_AT] = ACTIONS(329), - [anon_sym_open] = ACTIONS(305), - [anon_sym_module] = ACTIONS(305), - [anon_sym_record] = ACTIONS(305), - [anon_sym_byte] = ACTIONS(81), - [anon_sym_short] = ACTIONS(81), - [anon_sym_int] = ACTIONS(81), - [anon_sym_long] = ACTIONS(81), - [anon_sym_char] = ACTIONS(81), - [anon_sym_float] = ACTIONS(83), - [anon_sym_double] = ACTIONS(83), - [sym_boolean_type] = ACTIONS(85), - [sym_void_type] = ACTIONS(85), - [sym_this] = ACTIONS(87), - [sym_super] = ACTIONS(89), + [anon_sym_default] = ACTIONS(309), + [anon_sym_SEMI] = ACTIONS(321), + [anon_sym_yield] = ACTIONS(67), + [anon_sym_synchronized] = ACTIONS(309), + [anon_sym_AT] = ACTIONS(311), + [anon_sym_open] = ACTIONS(67), + [anon_sym_module] = ACTIONS(67), + [anon_sym_static] = ACTIONS(309), + [anon_sym_with] = ACTIONS(67), + [anon_sym_public] = ACTIONS(309), + [anon_sym_protected] = ACTIONS(309), + [anon_sym_private] = ACTIONS(309), + [anon_sym_abstract] = ACTIONS(309), + [anon_sym_strictfp] = ACTIONS(309), + [anon_sym_native] = ACTIONS(309), + [anon_sym_transient] = ACTIONS(309), + [anon_sym_volatile] = ACTIONS(309), + [anon_sym_sealed] = ACTIONS(313), + [anon_sym_non_DASHsealed] = ACTIONS(315), + [anon_sym_record] = ACTIONS(67), + [anon_sym_byte] = ACTIONS(85), + [anon_sym_short] = ACTIONS(85), + [anon_sym_int] = ACTIONS(85), + [anon_sym_long] = ACTIONS(85), + [anon_sym_char] = ACTIONS(85), + [anon_sym_float] = ACTIONS(87), + [anon_sym_double] = ACTIONS(87), + [sym_boolean_type] = ACTIONS(89), + [sym_void_type] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, - [93] = { - [sym__literal] = STATE(507), - [sym_string_literal] = STATE(510), - [sym__string_literal] = STATE(498), - [sym__multiline_string_literal] = STATE(498), - [sym_expression] = STATE(569), - [sym_cast_expression] = STATE(524), - [sym_assignment_expression] = STATE(524), - [sym_binary_expression] = STATE(524), - [sym_instanceof_expression] = STATE(524), - [sym_lambda_expression] = STATE(524), - [sym_inferred_parameters] = STATE(1259), - [sym_ternary_expression] = STATE(524), - [sym_unary_expression] = STATE(524), - [sym_update_expression] = STATE(524), - [sym_primary_expression] = STATE(470), - [sym_array_creation_expression] = STATE(507), - [sym_parenthesized_expression] = STATE(507), - [sym_class_literal] = STATE(507), - [sym_object_creation_expression] = STATE(507), - [sym__unqualified_object_creation_expression] = STATE(483), - [sym_field_access] = STATE(384), - [sym_array_access] = STATE(384), - [sym_method_invocation] = STATE(507), - [sym_method_reference] = STATE(507), - [sym_switch_expression] = STATE(524), - [sym__annotation] = STATE(739), - [sym_marker_annotation] = STATE(739), - [sym_annotation] = STATE(739), - [sym__element_value] = STATE(1129), - [sym_element_value_array_initializer] = STATE(1129), - [sym__type] = STATE(1266), - [sym__unannotated_type] = STATE(795), - [sym_annotated_type] = STATE(797), - [sym_scoped_type_identifier] = STATE(745), - [sym_generic_type] = STATE(771), - [sym_array_type] = STATE(702), - [sym_integral_type] = STATE(702), - [sym_floating_point_type] = STATE(702), - [sym_formal_parameters] = STATE(1259), - [aux_sym_array_creation_expression_repeat1] = STATE(683), - [sym_identifier] = ACTIONS(301), + [88] = { + [ts_builtin_sym_end] = ACTIONS(323), + [sym_identifier] = ACTIONS(325), + [sym_decimal_integer_literal] = ACTIONS(325), + [sym_hex_integer_literal] = ACTIONS(325), + [sym_octal_integer_literal] = ACTIONS(325), + [sym_binary_integer_literal] = ACTIONS(323), + [sym_decimal_floating_point_literal] = ACTIONS(323), + [sym_hex_floating_point_literal] = ACTIONS(325), + [sym_true] = ACTIONS(325), + [sym_false] = ACTIONS(325), + [sym_character_literal] = ACTIONS(323), + [anon_sym_DQUOTE] = ACTIONS(325), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(323), + [sym_null_literal] = ACTIONS(325), + [anon_sym_LPAREN] = ACTIONS(323), + [anon_sym_AMP] = ACTIONS(327), + [anon_sym_GT] = ACTIONS(327), + [anon_sym_LT] = ACTIONS(327), + [anon_sym_GT_EQ] = ACTIONS(329), + [anon_sym_LT_EQ] = ACTIONS(329), + [anon_sym_EQ_EQ] = ACTIONS(329), + [anon_sym_BANG_EQ] = ACTIONS(329), + [anon_sym_AMP_AMP] = ACTIONS(329), + [anon_sym_PIPE_PIPE] = ACTIONS(329), + [anon_sym_PLUS] = ACTIONS(331), + [anon_sym_DASH] = ACTIONS(331), + [anon_sym_STAR] = ACTIONS(329), + [anon_sym_SLASH] = ACTIONS(327), + [anon_sym_PIPE] = ACTIONS(327), + [anon_sym_CARET] = ACTIONS(329), + [anon_sym_PERCENT] = ACTIONS(329), + [anon_sym_LT_LT] = ACTIONS(329), + [anon_sym_GT_GT] = ACTIONS(327), + [anon_sym_GT_GT_GT] = ACTIONS(329), + [anon_sym_instanceof] = ACTIONS(327), + [anon_sym_final] = ACTIONS(325), + [anon_sym_QMARK] = ACTIONS(329), + [anon_sym_BANG] = ACTIONS(325), + [anon_sym_TILDE] = ACTIONS(323), + [anon_sym_PLUS_PLUS] = ACTIONS(334), + [anon_sym_DASH_DASH] = ACTIONS(334), + [anon_sym_new] = ACTIONS(325), + [anon_sym_class] = ACTIONS(325), + [anon_sym_switch] = ACTIONS(325), + [anon_sym_LBRACE] = ACTIONS(323), + [anon_sym_RBRACE] = ACTIONS(323), + [anon_sym_case] = ACTIONS(325), + [anon_sym_default] = ACTIONS(325), + [anon_sym_SEMI] = ACTIONS(334), + [anon_sym_assert] = ACTIONS(325), + [anon_sym_do] = ACTIONS(325), + [anon_sym_while] = ACTIONS(325), + [anon_sym_break] = ACTIONS(325), + [anon_sym_continue] = ACTIONS(325), + [anon_sym_return] = ACTIONS(325), + [anon_sym_yield] = ACTIONS(325), + [anon_sym_synchronized] = ACTIONS(325), + [anon_sym_throw] = ACTIONS(325), + [anon_sym_try] = ACTIONS(325), + [anon_sym_if] = ACTIONS(325), + [anon_sym_else] = ACTIONS(325), + [anon_sym_for] = ACTIONS(325), + [anon_sym_AT] = ACTIONS(325), + [anon_sym_open] = ACTIONS(325), + [anon_sym_module] = ACTIONS(325), + [anon_sym_static] = ACTIONS(325), + [anon_sym_with] = ACTIONS(325), + [anon_sym_package] = ACTIONS(325), + [anon_sym_import] = ACTIONS(325), + [anon_sym_enum] = ACTIONS(325), + [anon_sym_public] = ACTIONS(325), + [anon_sym_protected] = ACTIONS(325), + [anon_sym_private] = ACTIONS(325), + [anon_sym_abstract] = ACTIONS(325), + [anon_sym_strictfp] = ACTIONS(325), + [anon_sym_native] = ACTIONS(325), + [anon_sym_transient] = ACTIONS(325), + [anon_sym_volatile] = ACTIONS(325), + [anon_sym_sealed] = ACTIONS(325), + [anon_sym_non_DASHsealed] = ACTIONS(323), + [anon_sym_record] = ACTIONS(325), + [anon_sym_ATinterface] = ACTIONS(323), + [anon_sym_interface] = ACTIONS(325), + [anon_sym_byte] = ACTIONS(325), + [anon_sym_short] = ACTIONS(325), + [anon_sym_int] = ACTIONS(325), + [anon_sym_long] = ACTIONS(325), + [anon_sym_char] = ACTIONS(325), + [anon_sym_float] = ACTIONS(325), + [anon_sym_double] = ACTIONS(325), + [sym_boolean_type] = ACTIONS(325), + [sym_void_type] = ACTIONS(325), + [sym_this] = ACTIONS(325), + [sym_super] = ACTIONS(325), + [sym_line_comment] = ACTIONS(3), + [sym_block_comment] = ACTIONS(3), + }, + [89] = { + [sym__literal] = STATE(498), + [sym_string_literal] = STATE(505), + [sym__string_literal] = STATE(508), + [sym__multiline_string_literal] = STATE(508), + [sym_expression] = STATE(568), + [sym_cast_expression] = STATE(538), + [sym_assignment_expression] = STATE(538), + [sym_binary_expression] = STATE(538), + [sym_instanceof_expression] = STATE(538), + [sym_lambda_expression] = STATE(538), + [sym_inferred_parameters] = STATE(1218), + [sym_ternary_expression] = STATE(538), + [sym_unary_expression] = STATE(538), + [sym_update_expression] = STATE(538), + [sym_primary_expression] = STATE(509), + [sym_array_creation_expression] = STATE(498), + [sym_parenthesized_expression] = STATE(498), + [sym_class_literal] = STATE(498), + [sym_object_creation_expression] = STATE(498), + [sym__unqualified_object_creation_expression] = STATE(515), + [sym_field_access] = STATE(385), + [sym_array_access] = STATE(385), + [sym_method_invocation] = STATE(498), + [sym_method_reference] = STATE(498), + [sym_switch_expression] = STATE(538), + [sym__annotation] = STATE(757), + [sym_marker_annotation] = STATE(757), + [sym_annotation] = STATE(757), + [sym_element_value_pair] = STATE(1011), + [sym__element_value] = STATE(1197), + [sym_element_value_array_initializer] = STATE(1197), + [sym__type] = STATE(1208), + [sym__unannotated_type] = STATE(805), + [sym_annotated_type] = STATE(831), + [sym_scoped_type_identifier] = STATE(735), + [sym_generic_type] = STATE(751), + [sym_array_type] = STATE(688), + [sym_integral_type] = STATE(688), + [sym_floating_point_type] = STATE(688), + [sym_formal_parameters] = STATE(1218), + [sym__reserved_identifier] = STATE(372), + [aux_sym_array_creation_expression_repeat1] = STATE(694), + [sym_identifier] = ACTIONS(337), [sym_decimal_integer_literal] = ACTIONS(9), [sym_hex_integer_literal] = ACTIONS(9), [sym_octal_integer_literal] = ACTIONS(9), @@ -22993,6 +22593,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(15), [sym_null_literal] = ACTIONS(9), [anon_sym_LPAREN] = ACTIONS(17), + [anon_sym_RPAREN] = ACTIONS(339), [anon_sym_PLUS] = ACTIONS(19), [anon_sym_DASH] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(23), @@ -23001,67 +22602,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DASH_DASH] = ACTIONS(25), [anon_sym_new] = ACTIONS(27), [anon_sym_switch] = ACTIONS(31), - [anon_sym_LBRACE] = ACTIONS(327), - [anon_sym_RBRACE] = ACTIONS(339), - [anon_sym_AT] = ACTIONS(329), - [anon_sym_open] = ACTIONS(305), - [anon_sym_module] = ACTIONS(305), - [anon_sym_record] = ACTIONS(305), - [anon_sym_byte] = ACTIONS(81), - [anon_sym_short] = ACTIONS(81), - [anon_sym_int] = ACTIONS(81), - [anon_sym_long] = ACTIONS(81), - [anon_sym_char] = ACTIONS(81), - [anon_sym_float] = ACTIONS(83), - [anon_sym_double] = ACTIONS(83), - [sym_boolean_type] = ACTIONS(85), - [sym_void_type] = ACTIONS(85), - [sym_this] = ACTIONS(87), - [sym_super] = ACTIONS(89), + [anon_sym_LBRACE] = ACTIONS(341), + [anon_sym_yield] = ACTIONS(67), + [anon_sym_AT] = ACTIONS(275), + [anon_sym_open] = ACTIONS(67), + [anon_sym_module] = ACTIONS(67), + [anon_sym_with] = ACTIONS(67), + [anon_sym_sealed] = ACTIONS(67), + [anon_sym_record] = ACTIONS(67), + [anon_sym_byte] = ACTIONS(85), + [anon_sym_short] = ACTIONS(85), + [anon_sym_int] = ACTIONS(85), + [anon_sym_long] = ACTIONS(85), + [anon_sym_char] = ACTIONS(85), + [anon_sym_float] = ACTIONS(87), + [anon_sym_double] = ACTIONS(87), + [sym_boolean_type] = ACTIONS(89), + [sym_void_type] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, - [94] = { - [sym__literal] = STATE(507), - [sym_string_literal] = STATE(510), - [sym__string_literal] = STATE(498), - [sym__multiline_string_literal] = STATE(498), - [sym_expression] = STATE(574), - [sym_cast_expression] = STATE(524), - [sym_assignment_expression] = STATE(524), - [sym_binary_expression] = STATE(524), - [sym_instanceof_expression] = STATE(524), - [sym_lambda_expression] = STATE(524), - [sym_inferred_parameters] = STATE(1259), - [sym_ternary_expression] = STATE(524), - [sym_unary_expression] = STATE(524), - [sym_update_expression] = STATE(524), - [sym_primary_expression] = STATE(470), - [sym_array_creation_expression] = STATE(507), - [sym_parenthesized_expression] = STATE(507), - [sym_class_literal] = STATE(507), - [sym_object_creation_expression] = STATE(507), - [sym__unqualified_object_creation_expression] = STATE(483), - [sym_field_access] = STATE(384), - [sym_array_access] = STATE(384), - [sym_method_invocation] = STATE(507), - [sym_method_reference] = STATE(507), - [sym_switch_expression] = STATE(524), - [sym__annotation] = STATE(683), - [sym_marker_annotation] = STATE(683), - [sym_annotation] = STATE(683), - [sym_array_initializer] = STATE(1063), - [sym__type] = STATE(1266), - [sym__unannotated_type] = STATE(795), - [sym_annotated_type] = STATE(797), - [sym_scoped_type_identifier] = STATE(745), - [sym_generic_type] = STATE(771), - [sym_array_type] = STATE(702), - [sym_integral_type] = STATE(702), - [sym_floating_point_type] = STATE(702), - [sym_formal_parameters] = STATE(1259), - [aux_sym_array_creation_expression_repeat1] = STATE(683), - [sym_identifier] = ACTIONS(301), + [90] = { + [sym__literal] = STATE(498), + [sym_string_literal] = STATE(505), + [sym__string_literal] = STATE(508), + [sym__multiline_string_literal] = STATE(508), + [sym_expression] = STATE(650), + [sym_cast_expression] = STATE(538), + [sym_assignment_expression] = STATE(538), + [sym_binary_expression] = STATE(538), + [sym_instanceof_expression] = STATE(538), + [sym_lambda_expression] = STATE(538), + [sym_inferred_parameters] = STATE(1218), + [sym_ternary_expression] = STATE(538), + [sym_unary_expression] = STATE(538), + [sym_update_expression] = STATE(538), + [sym_primary_expression] = STATE(509), + [sym_array_creation_expression] = STATE(498), + [sym_parenthesized_expression] = STATE(498), + [sym_class_literal] = STATE(498), + [sym_object_creation_expression] = STATE(498), + [sym__unqualified_object_creation_expression] = STATE(515), + [sym_field_access] = STATE(385), + [sym_array_access] = STATE(385), + [sym_method_invocation] = STATE(498), + [sym_method_reference] = STATE(498), + [sym_switch_expression] = STATE(538), + [sym_block] = STATE(1013), + [sym_expression_statement] = STATE(1013), + [sym_throw_statement] = STATE(1013), + [sym__annotation] = STATE(694), + [sym_marker_annotation] = STATE(694), + [sym_annotation] = STATE(694), + [sym__type] = STATE(1208), + [sym__unannotated_type] = STATE(805), + [sym_annotated_type] = STATE(831), + [sym_scoped_type_identifier] = STATE(735), + [sym_generic_type] = STATE(751), + [sym_array_type] = STATE(688), + [sym_integral_type] = STATE(688), + [sym_floating_point_type] = STATE(688), + [sym_formal_parameters] = STATE(1218), + [sym__reserved_identifier] = STATE(372), + [aux_sym_array_creation_expression_repeat1] = STATE(694), + [sym_identifier] = ACTIONS(269), [sym_decimal_integer_literal] = ACTIONS(9), [sym_hex_integer_literal] = ACTIONS(9), [sym_octal_integer_literal] = ACTIONS(9), @@ -23077,241 +22683,79 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LPAREN] = ACTIONS(17), [anon_sym_PLUS] = ACTIONS(19), [anon_sym_DASH] = ACTIONS(19), - [anon_sym_COMMA] = ACTIONS(341), [anon_sym_BANG] = ACTIONS(23), [anon_sym_TILDE] = ACTIONS(23), [anon_sym_PLUS_PLUS] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(25), [anon_sym_new] = ACTIONS(27), [anon_sym_switch] = ACTIONS(31), - [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_RBRACE] = ACTIONS(345), - [anon_sym_AT] = ACTIONS(329), - [anon_sym_open] = ACTIONS(305), - [anon_sym_module] = ACTIONS(305), - [anon_sym_record] = ACTIONS(305), - [anon_sym_byte] = ACTIONS(81), - [anon_sym_short] = ACTIONS(81), - [anon_sym_int] = ACTIONS(81), - [anon_sym_long] = ACTIONS(81), - [anon_sym_char] = ACTIONS(81), - [anon_sym_float] = ACTIONS(83), - [anon_sym_double] = ACTIONS(83), - [sym_boolean_type] = ACTIONS(85), - [sym_void_type] = ACTIONS(85), - [sym_this] = ACTIONS(87), - [sym_super] = ACTIONS(89), - [sym_line_comment] = ACTIONS(3), - [sym_block_comment] = ACTIONS(3), - }, - [95] = { - [sym_catch_clause] = STATE(96), - [sym_finally_clause] = STATE(299), - [aux_sym_try_statement_repeat1] = STATE(96), - [ts_builtin_sym_end] = ACTIONS(347), - [sym_identifier] = ACTIONS(349), - [sym_decimal_integer_literal] = ACTIONS(349), - [sym_hex_integer_literal] = ACTIONS(349), - [sym_octal_integer_literal] = ACTIONS(349), - [sym_binary_integer_literal] = ACTIONS(347), - [sym_decimal_floating_point_literal] = ACTIONS(347), - [sym_hex_floating_point_literal] = ACTIONS(349), - [sym_true] = ACTIONS(349), - [sym_false] = ACTIONS(349), - [sym_character_literal] = ACTIONS(347), - [anon_sym_DQUOTE] = ACTIONS(349), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(347), - [sym_null_literal] = ACTIONS(349), - [anon_sym_LPAREN] = ACTIONS(347), - [anon_sym_PLUS] = ACTIONS(349), - [anon_sym_DASH] = ACTIONS(349), - [anon_sym_final] = ACTIONS(349), - [anon_sym_BANG] = ACTIONS(347), - [anon_sym_TILDE] = ACTIONS(347), - [anon_sym_PLUS_PLUS] = ACTIONS(347), - [anon_sym_DASH_DASH] = ACTIONS(347), - [anon_sym_new] = ACTIONS(349), - [anon_sym_class] = ACTIONS(349), - [anon_sym_switch] = ACTIONS(349), - [anon_sym_LBRACE] = ACTIONS(347), - [anon_sym_RBRACE] = ACTIONS(347), - [anon_sym_case] = ACTIONS(349), - [anon_sym_default] = ACTIONS(349), - [anon_sym_SEMI] = ACTIONS(347), - [anon_sym_assert] = ACTIONS(349), - [anon_sym_do] = ACTIONS(349), - [anon_sym_while] = ACTIONS(349), - [anon_sym_break] = ACTIONS(349), - [anon_sym_continue] = ACTIONS(349), - [anon_sym_return] = ACTIONS(349), - [anon_sym_yield] = ACTIONS(349), - [anon_sym_synchronized] = ACTIONS(349), - [anon_sym_throw] = ACTIONS(349), - [anon_sym_try] = ACTIONS(349), - [anon_sym_catch] = ACTIONS(351), - [anon_sym_finally] = ACTIONS(353), - [anon_sym_if] = ACTIONS(349), - [anon_sym_else] = ACTIONS(349), - [anon_sym_for] = ACTIONS(349), - [anon_sym_AT] = ACTIONS(349), - [anon_sym_open] = ACTIONS(349), - [anon_sym_module] = ACTIONS(349), - [anon_sym_static] = ACTIONS(349), - [anon_sym_package] = ACTIONS(349), - [anon_sym_import] = ACTIONS(349), - [anon_sym_enum] = ACTIONS(349), - [anon_sym_public] = ACTIONS(349), - [anon_sym_protected] = ACTIONS(349), - [anon_sym_private] = ACTIONS(349), - [anon_sym_abstract] = ACTIONS(349), - [anon_sym_strictfp] = ACTIONS(349), - [anon_sym_native] = ACTIONS(349), - [anon_sym_transient] = ACTIONS(349), - [anon_sym_volatile] = ACTIONS(349), - [anon_sym_sealed] = ACTIONS(349), - [anon_sym_non_DASHsealed] = ACTIONS(347), - [anon_sym_record] = ACTIONS(349), - [anon_sym_ATinterface] = ACTIONS(347), - [anon_sym_interface] = ACTIONS(349), - [anon_sym_byte] = ACTIONS(349), - [anon_sym_short] = ACTIONS(349), - [anon_sym_int] = ACTIONS(349), - [anon_sym_long] = ACTIONS(349), - [anon_sym_char] = ACTIONS(349), - [anon_sym_float] = ACTIONS(349), - [anon_sym_double] = ACTIONS(349), - [sym_boolean_type] = ACTIONS(349), - [sym_void_type] = ACTIONS(349), - [sym_this] = ACTIONS(349), - [sym_super] = ACTIONS(349), - [sym_line_comment] = ACTIONS(3), - [sym_block_comment] = ACTIONS(3), - }, - [96] = { - [sym_catch_clause] = STATE(101), - [sym_finally_clause] = STATE(278), - [aux_sym_try_statement_repeat1] = STATE(101), - [ts_builtin_sym_end] = ACTIONS(355), - [sym_identifier] = ACTIONS(357), - [sym_decimal_integer_literal] = ACTIONS(357), - [sym_hex_integer_literal] = ACTIONS(357), - [sym_octal_integer_literal] = ACTIONS(357), - [sym_binary_integer_literal] = ACTIONS(355), - [sym_decimal_floating_point_literal] = ACTIONS(355), - [sym_hex_floating_point_literal] = ACTIONS(357), - [sym_true] = ACTIONS(357), - [sym_false] = ACTIONS(357), - [sym_character_literal] = ACTIONS(355), - [anon_sym_DQUOTE] = ACTIONS(357), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(355), - [sym_null_literal] = ACTIONS(357), - [anon_sym_LPAREN] = ACTIONS(355), - [anon_sym_PLUS] = ACTIONS(357), - [anon_sym_DASH] = ACTIONS(357), - [anon_sym_final] = ACTIONS(357), - [anon_sym_BANG] = ACTIONS(355), - [anon_sym_TILDE] = ACTIONS(355), - [anon_sym_PLUS_PLUS] = ACTIONS(355), - [anon_sym_DASH_DASH] = ACTIONS(355), - [anon_sym_new] = ACTIONS(357), - [anon_sym_class] = ACTIONS(357), - [anon_sym_switch] = ACTIONS(357), - [anon_sym_LBRACE] = ACTIONS(355), - [anon_sym_RBRACE] = ACTIONS(355), - [anon_sym_case] = ACTIONS(357), - [anon_sym_default] = ACTIONS(357), - [anon_sym_SEMI] = ACTIONS(355), - [anon_sym_assert] = ACTIONS(357), - [anon_sym_do] = ACTIONS(357), - [anon_sym_while] = ACTIONS(357), - [anon_sym_break] = ACTIONS(357), - [anon_sym_continue] = ACTIONS(357), - [anon_sym_return] = ACTIONS(357), - [anon_sym_yield] = ACTIONS(357), - [anon_sym_synchronized] = ACTIONS(357), - [anon_sym_throw] = ACTIONS(357), - [anon_sym_try] = ACTIONS(357), - [anon_sym_catch] = ACTIONS(351), - [anon_sym_finally] = ACTIONS(353), - [anon_sym_if] = ACTIONS(357), - [anon_sym_else] = ACTIONS(357), - [anon_sym_for] = ACTIONS(357), - [anon_sym_AT] = ACTIONS(357), - [anon_sym_open] = ACTIONS(357), - [anon_sym_module] = ACTIONS(357), - [anon_sym_static] = ACTIONS(357), - [anon_sym_package] = ACTIONS(357), - [anon_sym_import] = ACTIONS(357), - [anon_sym_enum] = ACTIONS(357), - [anon_sym_public] = ACTIONS(357), - [anon_sym_protected] = ACTIONS(357), - [anon_sym_private] = ACTIONS(357), - [anon_sym_abstract] = ACTIONS(357), - [anon_sym_strictfp] = ACTIONS(357), - [anon_sym_native] = ACTIONS(357), - [anon_sym_transient] = ACTIONS(357), - [anon_sym_volatile] = ACTIONS(357), - [anon_sym_sealed] = ACTIONS(357), - [anon_sym_non_DASHsealed] = ACTIONS(355), - [anon_sym_record] = ACTIONS(357), - [anon_sym_ATinterface] = ACTIONS(355), - [anon_sym_interface] = ACTIONS(357), - [anon_sym_byte] = ACTIONS(357), - [anon_sym_short] = ACTIONS(357), - [anon_sym_int] = ACTIONS(357), - [anon_sym_long] = ACTIONS(357), - [anon_sym_char] = ACTIONS(357), - [anon_sym_float] = ACTIONS(357), - [anon_sym_double] = ACTIONS(357), - [sym_boolean_type] = ACTIONS(357), - [sym_void_type] = ACTIONS(357), - [sym_this] = ACTIONS(357), - [sym_super] = ACTIONS(357), + [anon_sym_LBRACE] = ACTIONS(33), + [anon_sym_yield] = ACTIONS(67), + [anon_sym_throw] = ACTIONS(53), + [anon_sym_AT] = ACTIONS(275), + [anon_sym_open] = ACTIONS(67), + [anon_sym_module] = ACTIONS(67), + [anon_sym_with] = ACTIONS(67), + [anon_sym_sealed] = ACTIONS(67), + [anon_sym_record] = ACTIONS(67), + [anon_sym_byte] = ACTIONS(85), + [anon_sym_short] = ACTIONS(85), + [anon_sym_int] = ACTIONS(85), + [anon_sym_long] = ACTIONS(85), + [anon_sym_char] = ACTIONS(85), + [anon_sym_float] = ACTIONS(87), + [anon_sym_double] = ACTIONS(87), + [sym_boolean_type] = ACTIONS(89), + [sym_void_type] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, - [97] = { - [sym__literal] = STATE(507), - [sym_string_literal] = STATE(510), - [sym__string_literal] = STATE(498), - [sym__multiline_string_literal] = STATE(498), - [sym_expression] = STATE(569), - [sym_cast_expression] = STATE(524), - [sym_assignment_expression] = STATE(524), - [sym_binary_expression] = STATE(524), - [sym_instanceof_expression] = STATE(524), - [sym_lambda_expression] = STATE(524), - [sym_inferred_parameters] = STATE(1259), - [sym_ternary_expression] = STATE(524), - [sym_unary_expression] = STATE(524), - [sym_update_expression] = STATE(524), - [sym_primary_expression] = STATE(470), - [sym_array_creation_expression] = STATE(507), - [sym_parenthesized_expression] = STATE(507), - [sym_class_literal] = STATE(507), - [sym_object_creation_expression] = STATE(507), - [sym__unqualified_object_creation_expression] = STATE(483), - [sym_field_access] = STATE(384), - [sym_array_access] = STATE(384), - [sym_method_invocation] = STATE(507), - [sym_method_reference] = STATE(507), - [sym_switch_expression] = STATE(524), - [sym__annotation] = STATE(739), - [sym_marker_annotation] = STATE(739), - [sym_annotation] = STATE(739), - [sym__element_value] = STATE(1129), - [sym_element_value_array_initializer] = STATE(1129), - [sym__type] = STATE(1266), - [sym__unannotated_type] = STATE(795), - [sym_annotated_type] = STATE(797), - [sym_scoped_type_identifier] = STATE(745), - [sym_generic_type] = STATE(771), - [sym_array_type] = STATE(702), - [sym_integral_type] = STATE(702), - [sym_floating_point_type] = STATE(702), - [sym_formal_parameters] = STATE(1259), - [aux_sym_array_creation_expression_repeat1] = STATE(683), - [sym_identifier] = ACTIONS(301), + [91] = { + [sym__literal] = STATE(498), + [sym_string_literal] = STATE(505), + [sym__string_literal] = STATE(508), + [sym__multiline_string_literal] = STATE(508), + [sym_expression] = STATE(568), + [sym_cast_expression] = STATE(538), + [sym_assignment_expression] = STATE(538), + [sym_binary_expression] = STATE(538), + [sym_instanceof_expression] = STATE(538), + [sym_lambda_expression] = STATE(538), + [sym_inferred_parameters] = STATE(1218), + [sym_ternary_expression] = STATE(538), + [sym_unary_expression] = STATE(538), + [sym_update_expression] = STATE(538), + [sym_primary_expression] = STATE(509), + [sym_array_creation_expression] = STATE(498), + [sym_parenthesized_expression] = STATE(498), + [sym_class_literal] = STATE(498), + [sym_object_creation_expression] = STATE(498), + [sym__unqualified_object_creation_expression] = STATE(515), + [sym_field_access] = STATE(385), + [sym_array_access] = STATE(385), + [sym_method_invocation] = STATE(498), + [sym_method_reference] = STATE(498), + [sym_switch_expression] = STATE(538), + [sym__annotation] = STATE(757), + [sym_marker_annotation] = STATE(757), + [sym_annotation] = STATE(757), + [sym_element_value_pair] = STATE(1029), + [sym__element_value] = STATE(1199), + [sym_element_value_array_initializer] = STATE(1199), + [sym__type] = STATE(1208), + [sym__unannotated_type] = STATE(805), + [sym_annotated_type] = STATE(831), + [sym_scoped_type_identifier] = STATE(735), + [sym_generic_type] = STATE(751), + [sym_array_type] = STATE(688), + [sym_integral_type] = STATE(688), + [sym_floating_point_type] = STATE(688), + [sym_formal_parameters] = STATE(1218), + [sym__reserved_identifier] = STATE(372), + [aux_sym_array_creation_expression_repeat1] = STATE(694), + [sym_identifier] = ACTIONS(337), [sym_decimal_integer_literal] = ACTIONS(9), [sym_hex_integer_literal] = ACTIONS(9), [sym_octal_integer_literal] = ACTIONS(9), @@ -23325,6 +22769,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(15), [sym_null_literal] = ACTIONS(9), [anon_sym_LPAREN] = ACTIONS(17), + [anon_sym_RPAREN] = ACTIONS(343), [anon_sym_PLUS] = ACTIONS(19), [anon_sym_DASH] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(23), @@ -23333,151 +22778,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DASH_DASH] = ACTIONS(25), [anon_sym_new] = ACTIONS(27), [anon_sym_switch] = ACTIONS(31), - [anon_sym_LBRACE] = ACTIONS(327), - [anon_sym_RBRACE] = ACTIONS(359), - [anon_sym_AT] = ACTIONS(329), - [anon_sym_open] = ACTIONS(305), - [anon_sym_module] = ACTIONS(305), - [anon_sym_record] = ACTIONS(305), - [anon_sym_byte] = ACTIONS(81), - [anon_sym_short] = ACTIONS(81), - [anon_sym_int] = ACTIONS(81), - [anon_sym_long] = ACTIONS(81), - [anon_sym_char] = ACTIONS(81), - [anon_sym_float] = ACTIONS(83), - [anon_sym_double] = ACTIONS(83), - [sym_boolean_type] = ACTIONS(85), - [sym_void_type] = ACTIONS(85), - [sym_this] = ACTIONS(87), - [sym_super] = ACTIONS(89), - [sym_line_comment] = ACTIONS(3), - [sym_block_comment] = ACTIONS(3), - }, - [98] = { - [sym_catch_clause] = STATE(101), - [sym_finally_clause] = STATE(296), - [aux_sym_try_statement_repeat1] = STATE(101), - [ts_builtin_sym_end] = ACTIONS(361), - [sym_identifier] = ACTIONS(363), - [sym_decimal_integer_literal] = ACTIONS(363), - [sym_hex_integer_literal] = ACTIONS(363), - [sym_octal_integer_literal] = ACTIONS(363), - [sym_binary_integer_literal] = ACTIONS(361), - [sym_decimal_floating_point_literal] = ACTIONS(361), - [sym_hex_floating_point_literal] = ACTIONS(363), - [sym_true] = ACTIONS(363), - [sym_false] = ACTIONS(363), - [sym_character_literal] = ACTIONS(361), - [anon_sym_DQUOTE] = ACTIONS(363), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(361), - [sym_null_literal] = ACTIONS(363), - [anon_sym_LPAREN] = ACTIONS(361), - [anon_sym_PLUS] = ACTIONS(363), - [anon_sym_DASH] = ACTIONS(363), - [anon_sym_final] = ACTIONS(363), - [anon_sym_BANG] = ACTIONS(361), - [anon_sym_TILDE] = ACTIONS(361), - [anon_sym_PLUS_PLUS] = ACTIONS(361), - [anon_sym_DASH_DASH] = ACTIONS(361), - [anon_sym_new] = ACTIONS(363), - [anon_sym_class] = ACTIONS(363), - [anon_sym_switch] = ACTIONS(363), - [anon_sym_LBRACE] = ACTIONS(361), - [anon_sym_RBRACE] = ACTIONS(361), - [anon_sym_case] = ACTIONS(363), - [anon_sym_default] = ACTIONS(363), - [anon_sym_SEMI] = ACTIONS(361), - [anon_sym_assert] = ACTIONS(363), - [anon_sym_do] = ACTIONS(363), - [anon_sym_while] = ACTIONS(363), - [anon_sym_break] = ACTIONS(363), - [anon_sym_continue] = ACTIONS(363), - [anon_sym_return] = ACTIONS(363), - [anon_sym_yield] = ACTIONS(363), - [anon_sym_synchronized] = ACTIONS(363), - [anon_sym_throw] = ACTIONS(363), - [anon_sym_try] = ACTIONS(363), - [anon_sym_catch] = ACTIONS(351), - [anon_sym_finally] = ACTIONS(353), - [anon_sym_if] = ACTIONS(363), - [anon_sym_else] = ACTIONS(363), - [anon_sym_for] = ACTIONS(363), - [anon_sym_AT] = ACTIONS(363), - [anon_sym_open] = ACTIONS(363), - [anon_sym_module] = ACTIONS(363), - [anon_sym_static] = ACTIONS(363), - [anon_sym_package] = ACTIONS(363), - [anon_sym_import] = ACTIONS(363), - [anon_sym_enum] = ACTIONS(363), - [anon_sym_public] = ACTIONS(363), - [anon_sym_protected] = ACTIONS(363), - [anon_sym_private] = ACTIONS(363), - [anon_sym_abstract] = ACTIONS(363), - [anon_sym_strictfp] = ACTIONS(363), - [anon_sym_native] = ACTIONS(363), - [anon_sym_transient] = ACTIONS(363), - [anon_sym_volatile] = ACTIONS(363), - [anon_sym_sealed] = ACTIONS(363), - [anon_sym_non_DASHsealed] = ACTIONS(361), - [anon_sym_record] = ACTIONS(363), - [anon_sym_ATinterface] = ACTIONS(361), - [anon_sym_interface] = ACTIONS(363), - [anon_sym_byte] = ACTIONS(363), - [anon_sym_short] = ACTIONS(363), - [anon_sym_int] = ACTIONS(363), - [anon_sym_long] = ACTIONS(363), - [anon_sym_char] = ACTIONS(363), - [anon_sym_float] = ACTIONS(363), - [anon_sym_double] = ACTIONS(363), - [sym_boolean_type] = ACTIONS(363), - [sym_void_type] = ACTIONS(363), - [sym_this] = ACTIONS(363), - [sym_super] = ACTIONS(363), + [anon_sym_LBRACE] = ACTIONS(341), + [anon_sym_yield] = ACTIONS(67), + [anon_sym_AT] = ACTIONS(275), + [anon_sym_open] = ACTIONS(67), + [anon_sym_module] = ACTIONS(67), + [anon_sym_with] = ACTIONS(67), + [anon_sym_sealed] = ACTIONS(67), + [anon_sym_record] = ACTIONS(67), + [anon_sym_byte] = ACTIONS(85), + [anon_sym_short] = ACTIONS(85), + [anon_sym_int] = ACTIONS(85), + [anon_sym_long] = ACTIONS(85), + [anon_sym_char] = ACTIONS(85), + [anon_sym_float] = ACTIONS(87), + [anon_sym_double] = ACTIONS(87), + [sym_boolean_type] = ACTIONS(89), + [sym_void_type] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, - [99] = { - [sym__literal] = STATE(507), - [sym_string_literal] = STATE(510), - [sym__string_literal] = STATE(498), - [sym__multiline_string_literal] = STATE(498), - [sym_expression] = STATE(569), - [sym_cast_expression] = STATE(524), - [sym_assignment_expression] = STATE(524), - [sym_binary_expression] = STATE(524), - [sym_instanceof_expression] = STATE(524), - [sym_lambda_expression] = STATE(524), - [sym_inferred_parameters] = STATE(1259), - [sym_ternary_expression] = STATE(524), - [sym_unary_expression] = STATE(524), - [sym_update_expression] = STATE(524), - [sym_primary_expression] = STATE(470), - [sym_array_creation_expression] = STATE(507), - [sym_parenthesized_expression] = STATE(507), - [sym_class_literal] = STATE(507), - [sym_object_creation_expression] = STATE(507), - [sym__unqualified_object_creation_expression] = STATE(483), - [sym_field_access] = STATE(384), - [sym_array_access] = STATE(384), - [sym_method_invocation] = STATE(507), - [sym_method_reference] = STATE(507), - [sym_switch_expression] = STATE(524), - [sym__annotation] = STATE(739), - [sym_marker_annotation] = STATE(739), - [sym_annotation] = STATE(739), - [sym__element_value] = STATE(1267), - [sym_element_value_array_initializer] = STATE(1267), - [sym__type] = STATE(1266), - [sym__unannotated_type] = STATE(795), - [sym_annotated_type] = STATE(797), - [sym_scoped_type_identifier] = STATE(745), - [sym_generic_type] = STATE(771), - [sym_array_type] = STATE(702), - [sym_integral_type] = STATE(702), - [sym_floating_point_type] = STATE(702), - [sym_formal_parameters] = STATE(1259), - [aux_sym_array_creation_expression_repeat1] = STATE(683), - [sym_identifier] = ACTIONS(301), + [92] = { + [sym__literal] = STATE(498), + [sym_string_literal] = STATE(505), + [sym__string_literal] = STATE(508), + [sym__multiline_string_literal] = STATE(508), + [sym_expression] = STATE(568), + [sym_cast_expression] = STATE(538), + [sym_assignment_expression] = STATE(538), + [sym_binary_expression] = STATE(538), + [sym_instanceof_expression] = STATE(538), + [sym_lambda_expression] = STATE(538), + [sym_inferred_parameters] = STATE(1218), + [sym_ternary_expression] = STATE(538), + [sym_unary_expression] = STATE(538), + [sym_update_expression] = STATE(538), + [sym_primary_expression] = STATE(509), + [sym_array_creation_expression] = STATE(498), + [sym_parenthesized_expression] = STATE(498), + [sym_class_literal] = STATE(498), + [sym_object_creation_expression] = STATE(498), + [sym__unqualified_object_creation_expression] = STATE(515), + [sym_field_access] = STATE(385), + [sym_array_access] = STATE(385), + [sym_method_invocation] = STATE(498), + [sym_method_reference] = STATE(498), + [sym_switch_expression] = STATE(538), + [sym__annotation] = STATE(757), + [sym_marker_annotation] = STATE(757), + [sym_annotation] = STATE(757), + [sym_element_value_pair] = STATE(971), + [sym__element_value] = STATE(1246), + [sym_element_value_array_initializer] = STATE(1246), + [sym__type] = STATE(1208), + [sym__unannotated_type] = STATE(805), + [sym_annotated_type] = STATE(831), + [sym_scoped_type_identifier] = STATE(735), + [sym_generic_type] = STATE(751), + [sym_array_type] = STATE(688), + [sym_integral_type] = STATE(688), + [sym_floating_point_type] = STATE(688), + [sym_formal_parameters] = STATE(1218), + [sym__reserved_identifier] = STATE(372), + [aux_sym_array_creation_expression_repeat1] = STATE(694), + [sym_identifier] = ACTIONS(337), [sym_decimal_integer_literal] = ACTIONS(9), [sym_hex_integer_literal] = ACTIONS(9), [sym_octal_integer_literal] = ACTIONS(9), @@ -23491,6 +22857,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(15), [sym_null_literal] = ACTIONS(9), [anon_sym_LPAREN] = ACTIONS(17), + [anon_sym_RPAREN] = ACTIONS(345), [anon_sym_PLUS] = ACTIONS(19), [anon_sym_DASH] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(23), @@ -23499,67 +22866,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DASH_DASH] = ACTIONS(25), [anon_sym_new] = ACTIONS(27), [anon_sym_switch] = ACTIONS(31), - [anon_sym_LBRACE] = ACTIONS(327), - [anon_sym_AT] = ACTIONS(329), - [anon_sym_open] = ACTIONS(305), - [anon_sym_module] = ACTIONS(305), - [anon_sym_record] = ACTIONS(305), - [anon_sym_byte] = ACTIONS(81), - [anon_sym_short] = ACTIONS(81), - [anon_sym_int] = ACTIONS(81), - [anon_sym_long] = ACTIONS(81), - [anon_sym_char] = ACTIONS(81), - [anon_sym_float] = ACTIONS(83), - [anon_sym_double] = ACTIONS(83), - [sym_boolean_type] = ACTIONS(85), - [sym_void_type] = ACTIONS(85), - [sym_this] = ACTIONS(87), - [sym_super] = ACTIONS(89), + [anon_sym_LBRACE] = ACTIONS(341), + [anon_sym_yield] = ACTIONS(67), + [anon_sym_AT] = ACTIONS(275), + [anon_sym_open] = ACTIONS(67), + [anon_sym_module] = ACTIONS(67), + [anon_sym_with] = ACTIONS(67), + [anon_sym_sealed] = ACTIONS(67), + [anon_sym_record] = ACTIONS(67), + [anon_sym_byte] = ACTIONS(85), + [anon_sym_short] = ACTIONS(85), + [anon_sym_int] = ACTIONS(85), + [anon_sym_long] = ACTIONS(85), + [anon_sym_char] = ACTIONS(85), + [anon_sym_float] = ACTIONS(87), + [anon_sym_double] = ACTIONS(87), + [sym_boolean_type] = ACTIONS(89), + [sym_void_type] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, - [100] = { - [sym__literal] = STATE(507), - [sym_string_literal] = STATE(510), - [sym__string_literal] = STATE(498), - [sym__multiline_string_literal] = STATE(498), - [sym_expression] = STATE(569), - [sym_cast_expression] = STATE(524), - [sym_assignment_expression] = STATE(524), - [sym_binary_expression] = STATE(524), - [sym_instanceof_expression] = STATE(524), - [sym_lambda_expression] = STATE(524), - [sym_inferred_parameters] = STATE(1259), - [sym_ternary_expression] = STATE(524), - [sym_unary_expression] = STATE(524), - [sym_update_expression] = STATE(524), - [sym_primary_expression] = STATE(470), - [sym_array_creation_expression] = STATE(507), - [sym_parenthesized_expression] = STATE(507), - [sym_class_literal] = STATE(507), - [sym_object_creation_expression] = STATE(507), - [sym__unqualified_object_creation_expression] = STATE(483), - [sym_field_access] = STATE(384), - [sym_array_access] = STATE(384), - [sym_method_invocation] = STATE(507), - [sym_method_reference] = STATE(507), - [sym_switch_expression] = STATE(524), - [sym__annotation] = STATE(739), - [sym_marker_annotation] = STATE(739), - [sym_annotation] = STATE(739), - [sym__element_value] = STATE(1228), - [sym_element_value_array_initializer] = STATE(1228), - [sym__type] = STATE(1266), - [sym__unannotated_type] = STATE(795), - [sym_annotated_type] = STATE(797), - [sym_scoped_type_identifier] = STATE(745), - [sym_generic_type] = STATE(771), - [sym_array_type] = STATE(702), - [sym_integral_type] = STATE(702), - [sym_floating_point_type] = STATE(702), - [sym_formal_parameters] = STATE(1259), - [aux_sym_array_creation_expression_repeat1] = STATE(683), - [sym_identifier] = ACTIONS(301), + [93] = { + [sym__literal] = STATE(498), + [sym_string_literal] = STATE(505), + [sym__string_literal] = STATE(508), + [sym__multiline_string_literal] = STATE(508), + [sym_expression] = STATE(568), + [sym_cast_expression] = STATE(538), + [sym_assignment_expression] = STATE(538), + [sym_binary_expression] = STATE(538), + [sym_instanceof_expression] = STATE(538), + [sym_lambda_expression] = STATE(538), + [sym_inferred_parameters] = STATE(1218), + [sym_ternary_expression] = STATE(538), + [sym_unary_expression] = STATE(538), + [sym_update_expression] = STATE(538), + [sym_primary_expression] = STATE(509), + [sym_array_creation_expression] = STATE(498), + [sym_parenthesized_expression] = STATE(498), + [sym_class_literal] = STATE(498), + [sym_object_creation_expression] = STATE(498), + [sym__unqualified_object_creation_expression] = STATE(515), + [sym_field_access] = STATE(385), + [sym_array_access] = STATE(385), + [sym_method_invocation] = STATE(498), + [sym_method_reference] = STATE(498), + [sym_switch_expression] = STATE(538), + [sym__annotation] = STATE(757), + [sym_marker_annotation] = STATE(757), + [sym_annotation] = STATE(757), + [sym__element_value] = STATE(1009), + [sym_element_value_array_initializer] = STATE(1009), + [sym__type] = STATE(1208), + [sym__unannotated_type] = STATE(805), + [sym_annotated_type] = STATE(831), + [sym_scoped_type_identifier] = STATE(735), + [sym_generic_type] = STATE(751), + [sym_array_type] = STATE(688), + [sym_integral_type] = STATE(688), + [sym_floating_point_type] = STATE(688), + [sym_formal_parameters] = STATE(1218), + [sym__reserved_identifier] = STATE(372), + [aux_sym_array_creation_expression_repeat1] = STATE(694), + [sym_identifier] = ACTIONS(269), [sym_decimal_integer_literal] = ACTIONS(9), [sym_hex_integer_literal] = ACTIONS(9), [sym_octal_integer_literal] = ACTIONS(9), @@ -23575,155 +22946,79 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LPAREN] = ACTIONS(17), [anon_sym_PLUS] = ACTIONS(19), [anon_sym_DASH] = ACTIONS(19), + [anon_sym_COMMA] = ACTIONS(347), [anon_sym_BANG] = ACTIONS(23), [anon_sym_TILDE] = ACTIONS(23), [anon_sym_PLUS_PLUS] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(25), [anon_sym_new] = ACTIONS(27), [anon_sym_switch] = ACTIONS(31), - [anon_sym_LBRACE] = ACTIONS(327), - [anon_sym_AT] = ACTIONS(329), - [anon_sym_open] = ACTIONS(305), - [anon_sym_module] = ACTIONS(305), - [anon_sym_record] = ACTIONS(305), - [anon_sym_byte] = ACTIONS(81), - [anon_sym_short] = ACTIONS(81), - [anon_sym_int] = ACTIONS(81), - [anon_sym_long] = ACTIONS(81), - [anon_sym_char] = ACTIONS(81), - [anon_sym_float] = ACTIONS(83), - [anon_sym_double] = ACTIONS(83), - [sym_boolean_type] = ACTIONS(85), - [sym_void_type] = ACTIONS(85), - [sym_this] = ACTIONS(87), - [sym_super] = ACTIONS(89), - [sym_line_comment] = ACTIONS(3), - [sym_block_comment] = ACTIONS(3), - }, - [101] = { - [sym_catch_clause] = STATE(101), - [aux_sym_try_statement_repeat1] = STATE(101), - [ts_builtin_sym_end] = ACTIONS(365), - [sym_identifier] = ACTIONS(367), - [sym_decimal_integer_literal] = ACTIONS(367), - [sym_hex_integer_literal] = ACTIONS(367), - [sym_octal_integer_literal] = ACTIONS(367), - [sym_binary_integer_literal] = ACTIONS(365), - [sym_decimal_floating_point_literal] = ACTIONS(365), - [sym_hex_floating_point_literal] = ACTIONS(367), - [sym_true] = ACTIONS(367), - [sym_false] = ACTIONS(367), - [sym_character_literal] = ACTIONS(365), - [anon_sym_DQUOTE] = ACTIONS(367), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(365), - [sym_null_literal] = ACTIONS(367), - [anon_sym_LPAREN] = ACTIONS(365), - [anon_sym_PLUS] = ACTIONS(367), - [anon_sym_DASH] = ACTIONS(367), - [anon_sym_final] = ACTIONS(367), - [anon_sym_BANG] = ACTIONS(365), - [anon_sym_TILDE] = ACTIONS(365), - [anon_sym_PLUS_PLUS] = ACTIONS(365), - [anon_sym_DASH_DASH] = ACTIONS(365), - [anon_sym_new] = ACTIONS(367), - [anon_sym_class] = ACTIONS(367), - [anon_sym_switch] = ACTIONS(367), - [anon_sym_LBRACE] = ACTIONS(365), - [anon_sym_RBRACE] = ACTIONS(365), - [anon_sym_case] = ACTIONS(367), - [anon_sym_default] = ACTIONS(367), - [anon_sym_SEMI] = ACTIONS(365), - [anon_sym_assert] = ACTIONS(367), - [anon_sym_do] = ACTIONS(367), - [anon_sym_while] = ACTIONS(367), - [anon_sym_break] = ACTIONS(367), - [anon_sym_continue] = ACTIONS(367), - [anon_sym_return] = ACTIONS(367), - [anon_sym_yield] = ACTIONS(367), - [anon_sym_synchronized] = ACTIONS(367), - [anon_sym_throw] = ACTIONS(367), - [anon_sym_try] = ACTIONS(367), - [anon_sym_catch] = ACTIONS(369), - [anon_sym_finally] = ACTIONS(367), - [anon_sym_if] = ACTIONS(367), - [anon_sym_else] = ACTIONS(367), - [anon_sym_for] = ACTIONS(367), - [anon_sym_AT] = ACTIONS(367), - [anon_sym_open] = ACTIONS(367), - [anon_sym_module] = ACTIONS(367), - [anon_sym_static] = ACTIONS(367), - [anon_sym_package] = ACTIONS(367), - [anon_sym_import] = ACTIONS(367), - [anon_sym_enum] = ACTIONS(367), - [anon_sym_public] = ACTIONS(367), - [anon_sym_protected] = ACTIONS(367), - [anon_sym_private] = ACTIONS(367), - [anon_sym_abstract] = ACTIONS(367), - [anon_sym_strictfp] = ACTIONS(367), - [anon_sym_native] = ACTIONS(367), - [anon_sym_transient] = ACTIONS(367), - [anon_sym_volatile] = ACTIONS(367), - [anon_sym_sealed] = ACTIONS(367), - [anon_sym_non_DASHsealed] = ACTIONS(365), - [anon_sym_record] = ACTIONS(367), - [anon_sym_ATinterface] = ACTIONS(365), - [anon_sym_interface] = ACTIONS(367), - [anon_sym_byte] = ACTIONS(367), - [anon_sym_short] = ACTIONS(367), - [anon_sym_int] = ACTIONS(367), - [anon_sym_long] = ACTIONS(367), - [anon_sym_char] = ACTIONS(367), - [anon_sym_float] = ACTIONS(367), - [anon_sym_double] = ACTIONS(367), - [sym_boolean_type] = ACTIONS(367), - [sym_void_type] = ACTIONS(367), - [sym_this] = ACTIONS(367), - [sym_super] = ACTIONS(367), + [anon_sym_LBRACE] = ACTIONS(341), + [anon_sym_RBRACE] = ACTIONS(349), + [anon_sym_yield] = ACTIONS(67), + [anon_sym_AT] = ACTIONS(275), + [anon_sym_open] = ACTIONS(67), + [anon_sym_module] = ACTIONS(67), + [anon_sym_with] = ACTIONS(67), + [anon_sym_sealed] = ACTIONS(67), + [anon_sym_record] = ACTIONS(67), + [anon_sym_byte] = ACTIONS(85), + [anon_sym_short] = ACTIONS(85), + [anon_sym_int] = ACTIONS(85), + [anon_sym_long] = ACTIONS(85), + [anon_sym_char] = ACTIONS(85), + [anon_sym_float] = ACTIONS(87), + [anon_sym_double] = ACTIONS(87), + [sym_boolean_type] = ACTIONS(89), + [sym_void_type] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, - [102] = { - [sym__literal] = STATE(507), - [sym_string_literal] = STATE(510), - [sym__string_literal] = STATE(498), - [sym__multiline_string_literal] = STATE(498), - [sym_expression] = STATE(569), - [sym_cast_expression] = STATE(524), - [sym_assignment_expression] = STATE(524), - [sym_binary_expression] = STATE(524), - [sym_instanceof_expression] = STATE(524), - [sym_lambda_expression] = STATE(524), - [sym_inferred_parameters] = STATE(1259), - [sym_ternary_expression] = STATE(524), - [sym_unary_expression] = STATE(524), - [sym_update_expression] = STATE(524), - [sym_primary_expression] = STATE(470), - [sym_array_creation_expression] = STATE(507), - [sym_parenthesized_expression] = STATE(507), - [sym_class_literal] = STATE(507), - [sym_object_creation_expression] = STATE(507), - [sym__unqualified_object_creation_expression] = STATE(483), - [sym_field_access] = STATE(384), - [sym_array_access] = STATE(384), - [sym_method_invocation] = STATE(507), - [sym_method_reference] = STATE(507), - [sym_switch_expression] = STATE(524), - [sym__annotation] = STATE(739), - [sym_marker_annotation] = STATE(739), - [sym_annotation] = STATE(739), + [94] = { + [sym__literal] = STATE(498), + [sym_string_literal] = STATE(505), + [sym__string_literal] = STATE(508), + [sym__multiline_string_literal] = STATE(508), + [sym_expression] = STATE(568), + [sym_cast_expression] = STATE(538), + [sym_assignment_expression] = STATE(538), + [sym_binary_expression] = STATE(538), + [sym_instanceof_expression] = STATE(538), + [sym_lambda_expression] = STATE(538), + [sym_inferred_parameters] = STATE(1218), + [sym_ternary_expression] = STATE(538), + [sym_unary_expression] = STATE(538), + [sym_update_expression] = STATE(538), + [sym_primary_expression] = STATE(509), + [sym_array_creation_expression] = STATE(498), + [sym_parenthesized_expression] = STATE(498), + [sym_class_literal] = STATE(498), + [sym_object_creation_expression] = STATE(498), + [sym__unqualified_object_creation_expression] = STATE(515), + [sym_field_access] = STATE(385), + [sym_array_access] = STATE(385), + [sym_method_invocation] = STATE(498), + [sym_method_reference] = STATE(498), + [sym_switch_expression] = STATE(538), + [sym__annotation] = STATE(757), + [sym_marker_annotation] = STATE(757), + [sym_annotation] = STATE(757), [sym__element_value] = STATE(1129), [sym_element_value_array_initializer] = STATE(1129), - [sym__type] = STATE(1266), - [sym__unannotated_type] = STATE(795), - [sym_annotated_type] = STATE(797), - [sym_scoped_type_identifier] = STATE(745), - [sym_generic_type] = STATE(771), - [sym_array_type] = STATE(702), - [sym_integral_type] = STATE(702), - [sym_floating_point_type] = STATE(702), - [sym_formal_parameters] = STATE(1259), - [aux_sym_array_creation_expression_repeat1] = STATE(683), - [sym_identifier] = ACTIONS(301), + [sym__type] = STATE(1208), + [sym__unannotated_type] = STATE(805), + [sym_annotated_type] = STATE(831), + [sym_scoped_type_identifier] = STATE(735), + [sym_generic_type] = STATE(751), + [sym_array_type] = STATE(688), + [sym_integral_type] = STATE(688), + [sym_floating_point_type] = STATE(688), + [sym_formal_parameters] = STATE(1218), + [sym__reserved_identifier] = STATE(372), + [aux_sym_array_creation_expression_repeat1] = STATE(694), + [sym_identifier] = ACTIONS(269), [sym_decimal_integer_literal] = ACTIONS(9), [sym_hex_integer_literal] = ACTIONS(9), [sym_octal_integer_literal] = ACTIONS(9), @@ -23745,66 +23040,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DASH_DASH] = ACTIONS(25), [anon_sym_new] = ACTIONS(27), [anon_sym_switch] = ACTIONS(31), - [anon_sym_LBRACE] = ACTIONS(327), - [anon_sym_AT] = ACTIONS(329), - [anon_sym_open] = ACTIONS(305), - [anon_sym_module] = ACTIONS(305), - [anon_sym_record] = ACTIONS(305), - [anon_sym_byte] = ACTIONS(81), - [anon_sym_short] = ACTIONS(81), - [anon_sym_int] = ACTIONS(81), - [anon_sym_long] = ACTIONS(81), - [anon_sym_char] = ACTIONS(81), - [anon_sym_float] = ACTIONS(83), - [anon_sym_double] = ACTIONS(83), - [sym_boolean_type] = ACTIONS(85), - [sym_void_type] = ACTIONS(85), - [sym_this] = ACTIONS(87), - [sym_super] = ACTIONS(89), + [anon_sym_LBRACE] = ACTIONS(341), + [anon_sym_RBRACE] = ACTIONS(351), + [anon_sym_yield] = ACTIONS(67), + [anon_sym_AT] = ACTIONS(275), + [anon_sym_open] = ACTIONS(67), + [anon_sym_module] = ACTIONS(67), + [anon_sym_with] = ACTIONS(67), + [anon_sym_sealed] = ACTIONS(67), + [anon_sym_record] = ACTIONS(67), + [anon_sym_byte] = ACTIONS(85), + [anon_sym_short] = ACTIONS(85), + [anon_sym_int] = ACTIONS(85), + [anon_sym_long] = ACTIONS(85), + [anon_sym_char] = ACTIONS(85), + [anon_sym_float] = ACTIONS(87), + [anon_sym_double] = ACTIONS(87), + [sym_boolean_type] = ACTIONS(89), + [sym_void_type] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, - [103] = { - [sym__literal] = STATE(507), - [sym_string_literal] = STATE(510), - [sym__string_literal] = STATE(498), - [sym__multiline_string_literal] = STATE(498), - [sym_expression] = STATE(629), - [sym_cast_expression] = STATE(524), - [sym_assignment_expression] = STATE(524), - [sym_binary_expression] = STATE(524), - [sym_instanceof_expression] = STATE(524), - [sym_lambda_expression] = STATE(524), - [sym_inferred_parameters] = STATE(1259), - [sym_ternary_expression] = STATE(524), - [sym_unary_expression] = STATE(524), - [sym_update_expression] = STATE(524), - [sym_primary_expression] = STATE(470), - [sym_array_creation_expression] = STATE(507), - [sym_parenthesized_expression] = STATE(507), - [sym_class_literal] = STATE(507), - [sym_object_creation_expression] = STATE(507), - [sym__unqualified_object_creation_expression] = STATE(483), - [sym_field_access] = STATE(384), - [sym_array_access] = STATE(384), - [sym_method_invocation] = STATE(507), - [sym_method_reference] = STATE(507), - [sym_switch_expression] = STATE(524), - [sym__annotation] = STATE(683), - [sym_marker_annotation] = STATE(683), - [sym_annotation] = STATE(683), - [sym_array_initializer] = STATE(1126), - [sym__type] = STATE(1266), - [sym__unannotated_type] = STATE(795), - [sym_annotated_type] = STATE(797), - [sym_scoped_type_identifier] = STATE(745), - [sym_generic_type] = STATE(771), - [sym_array_type] = STATE(702), - [sym_integral_type] = STATE(702), - [sym_floating_point_type] = STATE(702), - [sym_formal_parameters] = STATE(1259), - [aux_sym_array_creation_expression_repeat1] = STATE(683), - [sym_identifier] = ACTIONS(301), + [95] = { + [sym__literal] = STATE(498), + [sym_string_literal] = STATE(505), + [sym__string_literal] = STATE(508), + [sym__multiline_string_literal] = STATE(508), + [sym_expression] = STATE(586), + [sym_cast_expression] = STATE(538), + [sym_assignment_expression] = STATE(538), + [sym_binary_expression] = STATE(538), + [sym_instanceof_expression] = STATE(538), + [sym_lambda_expression] = STATE(538), + [sym_inferred_parameters] = STATE(1218), + [sym_ternary_expression] = STATE(538), + [sym_unary_expression] = STATE(538), + [sym_update_expression] = STATE(538), + [sym_primary_expression] = STATE(509), + [sym_array_creation_expression] = STATE(498), + [sym_parenthesized_expression] = STATE(498), + [sym_class_literal] = STATE(498), + [sym_object_creation_expression] = STATE(498), + [sym__unqualified_object_creation_expression] = STATE(515), + [sym_field_access] = STATE(385), + [sym_array_access] = STATE(385), + [sym_method_invocation] = STATE(498), + [sym_method_reference] = STATE(498), + [sym_switch_expression] = STATE(538), + [sym__annotation] = STATE(694), + [sym_marker_annotation] = STATE(694), + [sym_annotation] = STATE(694), + [sym_array_initializer] = STATE(977), + [sym__type] = STATE(1208), + [sym__unannotated_type] = STATE(805), + [sym_annotated_type] = STATE(831), + [sym_scoped_type_identifier] = STATE(735), + [sym_generic_type] = STATE(751), + [sym_array_type] = STATE(688), + [sym_integral_type] = STATE(688), + [sym_floating_point_type] = STATE(688), + [sym_formal_parameters] = STATE(1218), + [sym__reserved_identifier] = STATE(372), + [aux_sym_array_creation_expression_repeat1] = STATE(694), + [sym_identifier] = ACTIONS(269), [sym_decimal_integer_literal] = ACTIONS(9), [sym_hex_integer_literal] = ACTIONS(9), [sym_octal_integer_literal] = ACTIONS(9), @@ -23820,74 +23120,79 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LPAREN] = ACTIONS(17), [anon_sym_PLUS] = ACTIONS(19), [anon_sym_DASH] = ACTIONS(19), + [anon_sym_COMMA] = ACTIONS(353), [anon_sym_BANG] = ACTIONS(23), [anon_sym_TILDE] = ACTIONS(23), [anon_sym_PLUS_PLUS] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(25), [anon_sym_new] = ACTIONS(27), [anon_sym_switch] = ACTIONS(31), - [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_RBRACE] = ACTIONS(372), - [anon_sym_AT] = ACTIONS(329), - [anon_sym_open] = ACTIONS(305), - [anon_sym_module] = ACTIONS(305), - [anon_sym_record] = ACTIONS(305), - [anon_sym_byte] = ACTIONS(81), - [anon_sym_short] = ACTIONS(81), - [anon_sym_int] = ACTIONS(81), - [anon_sym_long] = ACTIONS(81), - [anon_sym_char] = ACTIONS(81), - [anon_sym_float] = ACTIONS(83), - [anon_sym_double] = ACTIONS(83), - [sym_boolean_type] = ACTIONS(85), - [sym_void_type] = ACTIONS(85), - [sym_this] = ACTIONS(87), - [sym_super] = ACTIONS(89), + [anon_sym_LBRACE] = ACTIONS(355), + [anon_sym_RBRACE] = ACTIONS(357), + [anon_sym_yield] = ACTIONS(67), + [anon_sym_AT] = ACTIONS(275), + [anon_sym_open] = ACTIONS(67), + [anon_sym_module] = ACTIONS(67), + [anon_sym_with] = ACTIONS(67), + [anon_sym_sealed] = ACTIONS(67), + [anon_sym_record] = ACTIONS(67), + [anon_sym_byte] = ACTIONS(85), + [anon_sym_short] = ACTIONS(85), + [anon_sym_int] = ACTIONS(85), + [anon_sym_long] = ACTIONS(85), + [anon_sym_char] = ACTIONS(85), + [anon_sym_float] = ACTIONS(87), + [anon_sym_double] = ACTIONS(87), + [sym_boolean_type] = ACTIONS(89), + [sym_void_type] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, - [104] = { - [sym__literal] = STATE(507), - [sym_string_literal] = STATE(510), - [sym__string_literal] = STATE(498), - [sym__multiline_string_literal] = STATE(498), - [sym_expression] = STATE(623), - [sym_cast_expression] = STATE(524), - [sym_assignment_expression] = STATE(524), - [sym_binary_expression] = STATE(524), - [sym_instanceof_expression] = STATE(524), - [sym_lambda_expression] = STATE(524), - [sym_inferred_parameters] = STATE(1259), - [sym_ternary_expression] = STATE(524), - [sym_unary_expression] = STATE(524), - [sym_update_expression] = STATE(524), - [sym_primary_expression] = STATE(470), - [sym_array_creation_expression] = STATE(507), - [sym_parenthesized_expression] = STATE(507), - [sym_class_literal] = STATE(507), - [sym_object_creation_expression] = STATE(507), - [sym__unqualified_object_creation_expression] = STATE(483), - [sym_field_access] = STATE(384), - [sym_array_access] = STATE(384), - [sym_method_invocation] = STATE(507), - [sym_method_reference] = STATE(507), - [sym_switch_expression] = STATE(524), - [sym__annotation] = STATE(739), - [sym_marker_annotation] = STATE(739), - [sym_annotation] = STATE(739), - [sym__element_value] = STATE(1228), - [sym_element_value_array_initializer] = STATE(1228), - [sym__type] = STATE(1266), - [sym__unannotated_type] = STATE(795), - [sym_annotated_type] = STATE(797), - [sym_scoped_type_identifier] = STATE(745), - [sym_generic_type] = STATE(771), - [sym_array_type] = STATE(702), - [sym_integral_type] = STATE(702), - [sym_floating_point_type] = STATE(702), - [sym_formal_parameters] = STATE(1259), - [aux_sym_array_creation_expression_repeat1] = STATE(683), - [sym_identifier] = ACTIONS(301), + [96] = { + [sym__literal] = STATE(498), + [sym_string_literal] = STATE(505), + [sym__string_literal] = STATE(508), + [sym__multiline_string_literal] = STATE(508), + [sym_expression] = STATE(568), + [sym_cast_expression] = STATE(538), + [sym_assignment_expression] = STATE(538), + [sym_binary_expression] = STATE(538), + [sym_instanceof_expression] = STATE(538), + [sym_lambda_expression] = STATE(538), + [sym_inferred_parameters] = STATE(1218), + [sym_ternary_expression] = STATE(538), + [sym_unary_expression] = STATE(538), + [sym_update_expression] = STATE(538), + [sym_primary_expression] = STATE(509), + [sym_array_creation_expression] = STATE(498), + [sym_parenthesized_expression] = STATE(498), + [sym_class_literal] = STATE(498), + [sym_object_creation_expression] = STATE(498), + [sym__unqualified_object_creation_expression] = STATE(515), + [sym_field_access] = STATE(385), + [sym_array_access] = STATE(385), + [sym_method_invocation] = STATE(498), + [sym_method_reference] = STATE(498), + [sym_switch_expression] = STATE(538), + [sym__annotation] = STATE(757), + [sym_marker_annotation] = STATE(757), + [sym_annotation] = STATE(757), + [sym__element_value] = STATE(1129), + [sym_element_value_array_initializer] = STATE(1129), + [sym__type] = STATE(1208), + [sym__unannotated_type] = STATE(805), + [sym_annotated_type] = STATE(831), + [sym_scoped_type_identifier] = STATE(735), + [sym_generic_type] = STATE(751), + [sym_array_type] = STATE(688), + [sym_integral_type] = STATE(688), + [sym_floating_point_type] = STATE(688), + [sym_formal_parameters] = STATE(1218), + [sym__reserved_identifier] = STATE(372), + [aux_sym_array_creation_expression_repeat1] = STATE(694), + [sym_identifier] = ACTIONS(269), [sym_decimal_integer_literal] = ACTIONS(9), [sym_hex_integer_literal] = ACTIONS(9), [sym_octal_integer_literal] = ACTIONS(9), @@ -23909,66 +23214,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DASH_DASH] = ACTIONS(25), [anon_sym_new] = ACTIONS(27), [anon_sym_switch] = ACTIONS(31), - [anon_sym_LBRACE] = ACTIONS(327), - [anon_sym_AT] = ACTIONS(329), - [anon_sym_open] = ACTIONS(305), - [anon_sym_module] = ACTIONS(305), - [anon_sym_record] = ACTIONS(305), - [anon_sym_byte] = ACTIONS(81), - [anon_sym_short] = ACTIONS(81), - [anon_sym_int] = ACTIONS(81), - [anon_sym_long] = ACTIONS(81), - [anon_sym_char] = ACTIONS(81), - [anon_sym_float] = ACTIONS(83), - [anon_sym_double] = ACTIONS(83), - [sym_boolean_type] = ACTIONS(85), - [sym_void_type] = ACTIONS(85), - [sym_this] = ACTIONS(87), - [sym_super] = ACTIONS(89), + [anon_sym_LBRACE] = ACTIONS(341), + [anon_sym_RBRACE] = ACTIONS(359), + [anon_sym_yield] = ACTIONS(67), + [anon_sym_AT] = ACTIONS(275), + [anon_sym_open] = ACTIONS(67), + [anon_sym_module] = ACTIONS(67), + [anon_sym_with] = ACTIONS(67), + [anon_sym_sealed] = ACTIONS(67), + [anon_sym_record] = ACTIONS(67), + [anon_sym_byte] = ACTIONS(85), + [anon_sym_short] = ACTIONS(85), + [anon_sym_int] = ACTIONS(85), + [anon_sym_long] = ACTIONS(85), + [anon_sym_char] = ACTIONS(85), + [anon_sym_float] = ACTIONS(87), + [anon_sym_double] = ACTIONS(87), + [sym_boolean_type] = ACTIONS(89), + [sym_void_type] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, - [105] = { - [sym__literal] = STATE(507), - [sym_string_literal] = STATE(510), - [sym__string_literal] = STATE(498), - [sym__multiline_string_literal] = STATE(498), - [sym_expression] = STATE(629), - [sym_cast_expression] = STATE(524), - [sym_assignment_expression] = STATE(524), - [sym_binary_expression] = STATE(524), - [sym_instanceof_expression] = STATE(524), - [sym_lambda_expression] = STATE(524), - [sym_inferred_parameters] = STATE(1259), - [sym_ternary_expression] = STATE(524), - [sym_unary_expression] = STATE(524), - [sym_update_expression] = STATE(524), - [sym_primary_expression] = STATE(470), - [sym_array_creation_expression] = STATE(507), - [sym_parenthesized_expression] = STATE(507), - [sym_class_literal] = STATE(507), - [sym_object_creation_expression] = STATE(507), - [sym__unqualified_object_creation_expression] = STATE(483), - [sym_field_access] = STATE(384), - [sym_array_access] = STATE(384), - [sym_method_invocation] = STATE(507), - [sym_method_reference] = STATE(507), - [sym_switch_expression] = STATE(524), - [sym__annotation] = STATE(683), - [sym_marker_annotation] = STATE(683), - [sym_annotation] = STATE(683), - [sym_array_initializer] = STATE(1126), - [sym__type] = STATE(1266), - [sym__unannotated_type] = STATE(795), - [sym_annotated_type] = STATE(797), - [sym_scoped_type_identifier] = STATE(745), - [sym_generic_type] = STATE(771), - [sym_array_type] = STATE(702), - [sym_integral_type] = STATE(702), - [sym_floating_point_type] = STATE(702), - [sym_formal_parameters] = STATE(1259), - [aux_sym_array_creation_expression_repeat1] = STATE(683), - [sym_identifier] = ACTIONS(301), + [97] = { + [sym__literal] = STATE(498), + [sym_string_literal] = STATE(505), + [sym__string_literal] = STATE(508), + [sym__multiline_string_literal] = STATE(508), + [sym_expression] = STATE(596), + [sym_cast_expression] = STATE(538), + [sym_assignment_expression] = STATE(538), + [sym_binary_expression] = STATE(538), + [sym_instanceof_expression] = STATE(538), + [sym_lambda_expression] = STATE(538), + [sym_inferred_parameters] = STATE(1218), + [sym_ternary_expression] = STATE(538), + [sym_unary_expression] = STATE(538), + [sym_update_expression] = STATE(538), + [sym_primary_expression] = STATE(509), + [sym_array_creation_expression] = STATE(498), + [sym_parenthesized_expression] = STATE(498), + [sym_class_literal] = STATE(498), + [sym_object_creation_expression] = STATE(498), + [sym__unqualified_object_creation_expression] = STATE(515), + [sym_field_access] = STATE(385), + [sym_array_access] = STATE(385), + [sym_method_invocation] = STATE(498), + [sym_method_reference] = STATE(498), + [sym_switch_expression] = STATE(538), + [sym_record_pattern] = STATE(1015), + [sym_record_pattern_component] = STATE(1015), + [sym__annotation] = STATE(694), + [sym_marker_annotation] = STATE(694), + [sym_annotation] = STATE(694), + [sym__type] = STATE(1208), + [sym__unannotated_type] = STATE(727), + [sym_annotated_type] = STATE(831), + [sym_scoped_type_identifier] = STATE(735), + [sym_generic_type] = STATE(769), + [sym_array_type] = STATE(688), + [sym_integral_type] = STATE(688), + [sym_floating_point_type] = STATE(688), + [sym_formal_parameters] = STATE(1218), + [sym__reserved_identifier] = STATE(386), + [aux_sym_array_creation_expression_repeat1] = STATE(694), + [sym_identifier] = ACTIONS(361), [sym_decimal_integer_literal] = ACTIONS(9), [sym_hex_integer_literal] = ACTIONS(9), [sym_octal_integer_literal] = ACTIONS(9), @@ -23982,6 +23293,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(15), [sym_null_literal] = ACTIONS(9), [anon_sym_LPAREN] = ACTIONS(17), + [anon_sym_RPAREN] = ACTIONS(363), [anon_sym_PLUS] = ACTIONS(19), [anon_sym_DASH] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(23), @@ -23990,67 +23302,156 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DASH_DASH] = ACTIONS(25), [anon_sym_new] = ACTIONS(27), [anon_sym_switch] = ACTIONS(31), - [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_RBRACE] = ACTIONS(374), - [anon_sym_AT] = ACTIONS(329), - [anon_sym_open] = ACTIONS(305), - [anon_sym_module] = ACTIONS(305), - [anon_sym_record] = ACTIONS(305), - [anon_sym_byte] = ACTIONS(81), - [anon_sym_short] = ACTIONS(81), - [anon_sym_int] = ACTIONS(81), - [anon_sym_long] = ACTIONS(81), - [anon_sym_char] = ACTIONS(81), - [anon_sym_float] = ACTIONS(83), - [anon_sym_double] = ACTIONS(83), - [sym_boolean_type] = ACTIONS(85), - [sym_void_type] = ACTIONS(85), - [sym_this] = ACTIONS(87), - [sym_super] = ACTIONS(89), + [anon_sym_yield] = ACTIONS(67), + [anon_sym_AT] = ACTIONS(275), + [anon_sym_open] = ACTIONS(67), + [anon_sym_module] = ACTIONS(67), + [anon_sym_with] = ACTIONS(67), + [anon_sym_sealed] = ACTIONS(67), + [anon_sym_record] = ACTIONS(67), + [anon_sym_byte] = ACTIONS(85), + [anon_sym_short] = ACTIONS(85), + [anon_sym_int] = ACTIONS(85), + [anon_sym_long] = ACTIONS(85), + [anon_sym_char] = ACTIONS(85), + [anon_sym_float] = ACTIONS(87), + [anon_sym_double] = ACTIONS(87), + [sym_boolean_type] = ACTIONS(89), + [sym_void_type] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, - [106] = { - [sym__literal] = STATE(507), - [sym_string_literal] = STATE(510), - [sym__string_literal] = STATE(498), - [sym__multiline_string_literal] = STATE(498), - [sym_expression] = STATE(629), - [sym_cast_expression] = STATE(524), - [sym_assignment_expression] = STATE(524), - [sym_binary_expression] = STATE(524), - [sym_instanceof_expression] = STATE(524), - [sym_lambda_expression] = STATE(524), - [sym_inferred_parameters] = STATE(1259), - [sym_ternary_expression] = STATE(524), - [sym_unary_expression] = STATE(524), - [sym_update_expression] = STATE(524), - [sym_primary_expression] = STATE(470), - [sym_array_creation_expression] = STATE(507), - [sym_parenthesized_expression] = STATE(507), - [sym_class_literal] = STATE(507), - [sym_object_creation_expression] = STATE(507), - [sym__unqualified_object_creation_expression] = STATE(483), - [sym_field_access] = STATE(384), - [sym_array_access] = STATE(384), - [sym_method_invocation] = STATE(507), - [sym_method_reference] = STATE(507), - [sym_switch_expression] = STATE(524), - [sym__annotation] = STATE(683), - [sym_marker_annotation] = STATE(683), - [sym_annotation] = STATE(683), - [sym_array_initializer] = STATE(1126), - [sym__type] = STATE(1266), - [sym__unannotated_type] = STATE(795), - [sym_annotated_type] = STATE(797), - [sym_scoped_type_identifier] = STATE(745), - [sym_generic_type] = STATE(771), - [sym_array_type] = STATE(702), - [sym_integral_type] = STATE(702), - [sym_floating_point_type] = STATE(702), - [sym_formal_parameters] = STATE(1259), - [aux_sym_array_creation_expression_repeat1] = STATE(683), - [sym_identifier] = ACTIONS(301), + [98] = { + [sym_identifier] = ACTIONS(271), + [anon_sym_LPAREN] = ACTIONS(273), + [anon_sym_RPAREN] = ACTIONS(273), + [anon_sym_AMP] = ACTIONS(271), + [anon_sym_EQ] = ACTIONS(271), + [anon_sym_PLUS_EQ] = ACTIONS(273), + [anon_sym_DASH_EQ] = ACTIONS(273), + [anon_sym_STAR_EQ] = ACTIONS(273), + [anon_sym_SLASH_EQ] = ACTIONS(273), + [anon_sym_AMP_EQ] = ACTIONS(273), + [anon_sym_PIPE_EQ] = ACTIONS(273), + [anon_sym_CARET_EQ] = ACTIONS(273), + [anon_sym_PERCENT_EQ] = ACTIONS(273), + [anon_sym_LT_LT_EQ] = ACTIONS(273), + [anon_sym_GT_GT_EQ] = ACTIONS(273), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(273), + [anon_sym_GT] = ACTIONS(271), + [anon_sym_LT] = ACTIONS(271), + [anon_sym_GT_EQ] = ACTIONS(273), + [anon_sym_LT_EQ] = ACTIONS(273), + [anon_sym_EQ_EQ] = ACTIONS(273), + [anon_sym_BANG_EQ] = ACTIONS(273), + [anon_sym_AMP_AMP] = ACTIONS(273), + [anon_sym_PIPE_PIPE] = ACTIONS(273), + [anon_sym_PLUS] = ACTIONS(271), + [anon_sym_DASH] = ACTIONS(271), + [anon_sym_STAR] = ACTIONS(271), + [anon_sym_SLASH] = ACTIONS(271), + [anon_sym_PIPE] = ACTIONS(271), + [anon_sym_CARET] = ACTIONS(271), + [anon_sym_PERCENT] = ACTIONS(271), + [anon_sym_LT_LT] = ACTIONS(271), + [anon_sym_GT_GT] = ACTIONS(271), + [anon_sym_GT_GT_GT] = ACTIONS(271), + [anon_sym_instanceof] = ACTIONS(271), + [anon_sym_final] = ACTIONS(271), + [anon_sym_DASH_GT] = ACTIONS(273), + [anon_sym_COMMA] = ACTIONS(273), + [anon_sym_QMARK] = ACTIONS(273), + [anon_sym_COLON] = ACTIONS(271), + [anon_sym_PLUS_PLUS] = ACTIONS(273), + [anon_sym_DASH_DASH] = ACTIONS(273), + [anon_sym_LBRACK] = ACTIONS(273), + [anon_sym_RBRACK] = ACTIONS(273), + [anon_sym_DOT] = ACTIONS(273), + [anon_sym_class] = ACTIONS(271), + [anon_sym_COLON_COLON] = ACTIONS(273), + [anon_sym_LBRACE] = ACTIONS(273), + [anon_sym_RBRACE] = ACTIONS(273), + [anon_sym_default] = ACTIONS(271), + [anon_sym_SEMI] = ACTIONS(273), + [anon_sym_synchronized] = ACTIONS(271), + [anon_sym_AT] = ACTIONS(271), + [anon_sym_open] = ACTIONS(271), + [anon_sym_module] = ACTIONS(271), + [anon_sym_static] = ACTIONS(271), + [anon_sym_to] = ACTIONS(271), + [anon_sym_with] = ACTIONS(271), + [anon_sym_package] = ACTIONS(271), + [anon_sym_enum] = ACTIONS(271), + [anon_sym_public] = ACTIONS(271), + [anon_sym_protected] = ACTIONS(271), + [anon_sym_private] = ACTIONS(271), + [anon_sym_abstract] = ACTIONS(271), + [anon_sym_strictfp] = ACTIONS(271), + [anon_sym_native] = ACTIONS(271), + [anon_sym_transient] = ACTIONS(271), + [anon_sym_volatile] = ACTIONS(271), + [anon_sym_sealed] = ACTIONS(271), + [anon_sym_non_DASHsealed] = ACTIONS(273), + [anon_sym_record] = ACTIONS(271), + [anon_sym_ATinterface] = ACTIONS(273), + [anon_sym_interface] = ACTIONS(271), + [anon_sym_byte] = ACTIONS(271), + [anon_sym_short] = ACTIONS(271), + [anon_sym_int] = ACTIONS(271), + [anon_sym_long] = ACTIONS(271), + [anon_sym_char] = ACTIONS(271), + [anon_sym_float] = ACTIONS(271), + [anon_sym_double] = ACTIONS(271), + [sym_boolean_type] = ACTIONS(271), + [sym_void_type] = ACTIONS(271), + [sym_line_comment] = ACTIONS(3), + [sym_block_comment] = ACTIONS(3), + }, + [99] = { + [sym__literal] = STATE(498), + [sym_string_literal] = STATE(505), + [sym__string_literal] = STATE(508), + [sym__multiline_string_literal] = STATE(508), + [sym_expression] = STATE(624), + [sym_cast_expression] = STATE(538), + [sym_assignment_expression] = STATE(538), + [sym_binary_expression] = STATE(538), + [sym_instanceof_expression] = STATE(538), + [sym_lambda_expression] = STATE(538), + [sym_inferred_parameters] = STATE(1218), + [sym_ternary_expression] = STATE(538), + [sym_unary_expression] = STATE(538), + [sym_update_expression] = STATE(538), + [sym_primary_expression] = STATE(509), + [sym_array_creation_expression] = STATE(498), + [sym_parenthesized_expression] = STATE(498), + [sym_class_literal] = STATE(498), + [sym_object_creation_expression] = STATE(498), + [sym__unqualified_object_creation_expression] = STATE(515), + [sym_field_access] = STATE(385), + [sym_array_access] = STATE(385), + [sym_method_invocation] = STATE(498), + [sym_method_reference] = STATE(498), + [sym_switch_expression] = STATE(538), + [sym__annotation] = STATE(757), + [sym_marker_annotation] = STATE(757), + [sym_annotation] = STATE(757), + [sym__element_value] = STATE(1158), + [sym_element_value_array_initializer] = STATE(1158), + [sym__type] = STATE(1208), + [sym__unannotated_type] = STATE(805), + [sym_annotated_type] = STATE(831), + [sym_scoped_type_identifier] = STATE(735), + [sym_generic_type] = STATE(751), + [sym_array_type] = STATE(688), + [sym_integral_type] = STATE(688), + [sym_floating_point_type] = STATE(688), + [sym_formal_parameters] = STATE(1218), + [sym__reserved_identifier] = STATE(372), + [aux_sym_array_creation_expression_repeat1] = STATE(694), + [sym_identifier] = ACTIONS(269), [sym_decimal_integer_literal] = ACTIONS(9), [sym_hex_integer_literal] = ACTIONS(9), [sym_octal_integer_literal] = ACTIONS(9), @@ -24072,66 +23473,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DASH_DASH] = ACTIONS(25), [anon_sym_new] = ACTIONS(27), [anon_sym_switch] = ACTIONS(31), - [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_AT] = ACTIONS(329), - [anon_sym_open] = ACTIONS(305), - [anon_sym_module] = ACTIONS(305), - [anon_sym_record] = ACTIONS(305), - [anon_sym_byte] = ACTIONS(81), - [anon_sym_short] = ACTIONS(81), - [anon_sym_int] = ACTIONS(81), - [anon_sym_long] = ACTIONS(81), - [anon_sym_char] = ACTIONS(81), - [anon_sym_float] = ACTIONS(83), - [anon_sym_double] = ACTIONS(83), - [sym_boolean_type] = ACTIONS(85), - [sym_void_type] = ACTIONS(85), - [sym_this] = ACTIONS(87), - [sym_super] = ACTIONS(89), + [anon_sym_LBRACE] = ACTIONS(341), + [anon_sym_yield] = ACTIONS(67), + [anon_sym_AT] = ACTIONS(275), + [anon_sym_open] = ACTIONS(67), + [anon_sym_module] = ACTIONS(67), + [anon_sym_with] = ACTIONS(67), + [anon_sym_sealed] = ACTIONS(67), + [anon_sym_record] = ACTIONS(67), + [anon_sym_byte] = ACTIONS(85), + [anon_sym_short] = ACTIONS(85), + [anon_sym_int] = ACTIONS(85), + [anon_sym_long] = ACTIONS(85), + [anon_sym_char] = ACTIONS(85), + [anon_sym_float] = ACTIONS(87), + [anon_sym_double] = ACTIONS(87), + [sym_boolean_type] = ACTIONS(89), + [sym_void_type] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, - [107] = { - [sym__literal] = STATE(507), - [sym_string_literal] = STATE(510), - [sym__string_literal] = STATE(498), - [sym__multiline_string_literal] = STATE(498), - [sym_expression] = STATE(602), - [sym_cast_expression] = STATE(524), - [sym_assignment_expression] = STATE(524), - [sym_binary_expression] = STATE(524), - [sym_instanceof_expression] = STATE(524), - [sym_lambda_expression] = STATE(524), - [sym_inferred_parameters] = STATE(1273), - [sym_ternary_expression] = STATE(524), - [sym_unary_expression] = STATE(524), - [sym_update_expression] = STATE(524), - [sym_primary_expression] = STATE(470), - [sym_array_creation_expression] = STATE(507), - [sym_parenthesized_expression] = STATE(507), - [sym_class_literal] = STATE(507), - [sym_object_creation_expression] = STATE(507), - [sym__unqualified_object_creation_expression] = STATE(483), - [sym_field_access] = STATE(400), - [sym_array_access] = STATE(400), - [sym_method_invocation] = STATE(507), - [sym_method_reference] = STATE(507), - [sym_switch_expression] = STATE(524), - [sym_block] = STATE(527), - [sym__annotation] = STATE(683), - [sym_marker_annotation] = STATE(683), - [sym_annotation] = STATE(683), - [sym__type] = STATE(1266), - [sym__unannotated_type] = STATE(795), - [sym_annotated_type] = STATE(797), - [sym_scoped_type_identifier] = STATE(745), - [sym_generic_type] = STATE(771), - [sym_array_type] = STATE(702), - [sym_integral_type] = STATE(702), - [sym_floating_point_type] = STATE(702), - [sym_formal_parameters] = STATE(1273), - [aux_sym_array_creation_expression_repeat1] = STATE(683), - [sym_identifier] = ACTIONS(376), + [100] = { + [sym__literal] = STATE(498), + [sym_string_literal] = STATE(505), + [sym__string_literal] = STATE(508), + [sym__multiline_string_literal] = STATE(508), + [sym_expression] = STATE(569), + [sym_cast_expression] = STATE(538), + [sym_assignment_expression] = STATE(538), + [sym_binary_expression] = STATE(538), + [sym_instanceof_expression] = STATE(538), + [sym_lambda_expression] = STATE(538), + [sym_inferred_parameters] = STATE(1213), + [sym_ternary_expression] = STATE(538), + [sym_unary_expression] = STATE(538), + [sym_update_expression] = STATE(538), + [sym_primary_expression] = STATE(509), + [sym_array_creation_expression] = STATE(498), + [sym_parenthesized_expression] = STATE(498), + [sym_class_literal] = STATE(498), + [sym_object_creation_expression] = STATE(498), + [sym__unqualified_object_creation_expression] = STATE(515), + [sym_field_access] = STATE(406), + [sym_array_access] = STATE(406), + [sym_method_invocation] = STATE(498), + [sym_method_reference] = STATE(498), + [sym_switch_expression] = STATE(538), + [sym_pattern] = STATE(1120), + [sym_type_pattern] = STATE(1182), + [sym_record_pattern] = STATE(1182), + [sym__annotation] = STATE(694), + [sym_marker_annotation] = STATE(694), + [sym_annotation] = STATE(694), + [sym__type] = STATE(1208), + [sym__unannotated_type] = STATE(725), + [sym_annotated_type] = STATE(831), + [sym_scoped_type_identifier] = STATE(735), + [sym_generic_type] = STATE(769), + [sym_array_type] = STATE(688), + [sym_integral_type] = STATE(688), + [sym_floating_point_type] = STATE(688), + [sym_formal_parameters] = STATE(1213), + [sym__reserved_identifier] = STATE(383), + [aux_sym_array_creation_expression_repeat1] = STATE(694), + [sym_identifier] = ACTIONS(365), [sym_decimal_integer_literal] = ACTIONS(9), [sym_hex_integer_literal] = ACTIONS(9), [sym_octal_integer_literal] = ACTIONS(9), @@ -24144,75 +23551,78 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DQUOTE] = ACTIONS(13), [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(15), [sym_null_literal] = ACTIONS(9), - [anon_sym_LPAREN] = ACTIONS(378), - [anon_sym_PLUS] = ACTIONS(380), - [anon_sym_DASH] = ACTIONS(380), - [anon_sym_BANG] = ACTIONS(382), - [anon_sym_TILDE] = ACTIONS(382), - [anon_sym_PLUS_PLUS] = ACTIONS(384), - [anon_sym_DASH_DASH] = ACTIONS(384), + [anon_sym_LPAREN] = ACTIONS(367), + [anon_sym_PLUS] = ACTIONS(369), + [anon_sym_DASH] = ACTIONS(369), + [anon_sym_BANG] = ACTIONS(371), + [anon_sym_TILDE] = ACTIONS(371), + [anon_sym_PLUS_PLUS] = ACTIONS(373), + [anon_sym_DASH_DASH] = ACTIONS(373), [anon_sym_new] = ACTIONS(27), [anon_sym_switch] = ACTIONS(31), - [anon_sym_LBRACE] = ACTIONS(33), - [anon_sym_AT] = ACTIONS(329), - [anon_sym_open] = ACTIONS(386), - [anon_sym_module] = ACTIONS(386), - [anon_sym_record] = ACTIONS(386), - [anon_sym_byte] = ACTIONS(81), - [anon_sym_short] = ACTIONS(81), - [anon_sym_int] = ACTIONS(81), - [anon_sym_long] = ACTIONS(81), - [anon_sym_char] = ACTIONS(81), - [anon_sym_float] = ACTIONS(83), - [anon_sym_double] = ACTIONS(83), - [sym_boolean_type] = ACTIONS(85), - [sym_void_type] = ACTIONS(85), - [sym_this] = ACTIONS(87), - [sym_super] = ACTIONS(89), + [anon_sym_yield] = ACTIONS(67), + [anon_sym_AT] = ACTIONS(275), + [anon_sym_open] = ACTIONS(67), + [anon_sym_module] = ACTIONS(67), + [anon_sym_with] = ACTIONS(67), + [anon_sym_sealed] = ACTIONS(67), + [anon_sym_record] = ACTIONS(67), + [anon_sym_byte] = ACTIONS(85), + [anon_sym_short] = ACTIONS(85), + [anon_sym_int] = ACTIONS(85), + [anon_sym_long] = ACTIONS(85), + [anon_sym_char] = ACTIONS(85), + [anon_sym_float] = ACTIONS(87), + [anon_sym_double] = ACTIONS(87), + [sym_boolean_type] = ACTIONS(89), + [sym_void_type] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, - [108] = { - [sym__literal] = STATE(507), - [sym_string_literal] = STATE(510), - [sym__string_literal] = STATE(498), - [sym__multiline_string_literal] = STATE(498), - [sym_expression] = STATE(588), - [sym_cast_expression] = STATE(524), - [sym_assignment_expression] = STATE(524), - [sym_binary_expression] = STATE(524), - [sym_instanceof_expression] = STATE(524), - [sym_lambda_expression] = STATE(524), - [sym_inferred_parameters] = STATE(1273), - [sym_ternary_expression] = STATE(524), - [sym_unary_expression] = STATE(524), - [sym_update_expression] = STATE(524), - [sym_primary_expression] = STATE(470), - [sym_array_creation_expression] = STATE(507), - [sym_parenthesized_expression] = STATE(507), - [sym_class_literal] = STATE(507), - [sym_object_creation_expression] = STATE(507), - [sym__unqualified_object_creation_expression] = STATE(483), - [sym_field_access] = STATE(400), - [sym_array_access] = STATE(400), - [sym_method_invocation] = STATE(507), - [sym_method_reference] = STATE(507), - [sym_switch_expression] = STATE(524), - [sym_block] = STATE(542), - [sym__annotation] = STATE(683), - [sym_marker_annotation] = STATE(683), - [sym_annotation] = STATE(683), - [sym__type] = STATE(1266), - [sym__unannotated_type] = STATE(795), - [sym_annotated_type] = STATE(797), - [sym_scoped_type_identifier] = STATE(745), - [sym_generic_type] = STATE(771), - [sym_array_type] = STATE(702), - [sym_integral_type] = STATE(702), - [sym_floating_point_type] = STATE(702), - [sym_formal_parameters] = STATE(1273), - [aux_sym_array_creation_expression_repeat1] = STATE(683), - [sym_identifier] = ACTIONS(376), + [101] = { + [sym__literal] = STATE(498), + [sym_string_literal] = STATE(505), + [sym__string_literal] = STATE(508), + [sym__multiline_string_literal] = STATE(508), + [sym_expression] = STATE(629), + [sym_cast_expression] = STATE(538), + [sym_assignment_expression] = STATE(538), + [sym_binary_expression] = STATE(538), + [sym_instanceof_expression] = STATE(538), + [sym_lambda_expression] = STATE(538), + [sym_inferred_parameters] = STATE(1218), + [sym_ternary_expression] = STATE(538), + [sym_unary_expression] = STATE(538), + [sym_update_expression] = STATE(538), + [sym_primary_expression] = STATE(509), + [sym_array_creation_expression] = STATE(498), + [sym_parenthesized_expression] = STATE(498), + [sym_class_literal] = STATE(498), + [sym_object_creation_expression] = STATE(498), + [sym__unqualified_object_creation_expression] = STATE(515), + [sym_field_access] = STATE(385), + [sym_array_access] = STATE(385), + [sym_method_invocation] = STATE(498), + [sym_method_reference] = STATE(498), + [sym_switch_expression] = STATE(538), + [sym__annotation] = STATE(694), + [sym_marker_annotation] = STATE(694), + [sym_annotation] = STATE(694), + [sym_array_initializer] = STATE(1094), + [sym__type] = STATE(1208), + [sym__unannotated_type] = STATE(805), + [sym_annotated_type] = STATE(831), + [sym_scoped_type_identifier] = STATE(735), + [sym_generic_type] = STATE(751), + [sym_array_type] = STATE(688), + [sym_integral_type] = STATE(688), + [sym_floating_point_type] = STATE(688), + [sym_formal_parameters] = STATE(1218), + [sym__reserved_identifier] = STATE(372), + [aux_sym_array_creation_expression_repeat1] = STATE(694), + [sym_identifier] = ACTIONS(269), [sym_decimal_integer_literal] = ACTIONS(9), [sym_hex_integer_literal] = ACTIONS(9), [sym_octal_integer_literal] = ACTIONS(9), @@ -24225,75 +23635,81 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DQUOTE] = ACTIONS(13), [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(15), [sym_null_literal] = ACTIONS(9), - [anon_sym_LPAREN] = ACTIONS(378), - [anon_sym_PLUS] = ACTIONS(380), - [anon_sym_DASH] = ACTIONS(380), - [anon_sym_BANG] = ACTIONS(382), - [anon_sym_TILDE] = ACTIONS(382), - [anon_sym_PLUS_PLUS] = ACTIONS(384), - [anon_sym_DASH_DASH] = ACTIONS(384), + [anon_sym_LPAREN] = ACTIONS(17), + [anon_sym_PLUS] = ACTIONS(19), + [anon_sym_DASH] = ACTIONS(19), + [anon_sym_BANG] = ACTIONS(23), + [anon_sym_TILDE] = ACTIONS(23), + [anon_sym_PLUS_PLUS] = ACTIONS(25), + [anon_sym_DASH_DASH] = ACTIONS(25), [anon_sym_new] = ACTIONS(27), [anon_sym_switch] = ACTIONS(31), - [anon_sym_LBRACE] = ACTIONS(33), - [anon_sym_AT] = ACTIONS(329), - [anon_sym_open] = ACTIONS(386), - [anon_sym_module] = ACTIONS(386), - [anon_sym_record] = ACTIONS(386), - [anon_sym_byte] = ACTIONS(81), - [anon_sym_short] = ACTIONS(81), - [anon_sym_int] = ACTIONS(81), - [anon_sym_long] = ACTIONS(81), - [anon_sym_char] = ACTIONS(81), - [anon_sym_float] = ACTIONS(83), - [anon_sym_double] = ACTIONS(83), - [sym_boolean_type] = ACTIONS(85), - [sym_void_type] = ACTIONS(85), - [sym_this] = ACTIONS(87), - [sym_super] = ACTIONS(89), + [anon_sym_LBRACE] = ACTIONS(355), + [anon_sym_RBRACE] = ACTIONS(375), + [anon_sym_yield] = ACTIONS(67), + [anon_sym_AT] = ACTIONS(275), + [anon_sym_open] = ACTIONS(67), + [anon_sym_module] = ACTIONS(67), + [anon_sym_with] = ACTIONS(67), + [anon_sym_sealed] = ACTIONS(67), + [anon_sym_record] = ACTIONS(67), + [anon_sym_byte] = ACTIONS(85), + [anon_sym_short] = ACTIONS(85), + [anon_sym_int] = ACTIONS(85), + [anon_sym_long] = ACTIONS(85), + [anon_sym_char] = ACTIONS(85), + [anon_sym_float] = ACTIONS(87), + [anon_sym_double] = ACTIONS(87), + [sym_boolean_type] = ACTIONS(89), + [sym_void_type] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, - [109] = { - [sym__literal] = STATE(507), - [sym_string_literal] = STATE(510), - [sym__string_literal] = STATE(498), - [sym__multiline_string_literal] = STATE(498), - [sym_expression] = STATE(559), - [sym_cast_expression] = STATE(524), - [sym_assignment_expression] = STATE(524), - [sym_binary_expression] = STATE(524), - [sym_instanceof_expression] = STATE(524), - [sym_lambda_expression] = STATE(524), - [sym_inferred_parameters] = STATE(1259), - [sym_ternary_expression] = STATE(524), - [sym_unary_expression] = STATE(524), - [sym_update_expression] = STATE(524), - [sym_primary_expression] = STATE(470), - [sym_array_creation_expression] = STATE(507), - [sym_parenthesized_expression] = STATE(507), - [sym_class_literal] = STATE(507), - [sym_object_creation_expression] = STATE(507), - [sym__unqualified_object_creation_expression] = STATE(483), - [sym_field_access] = STATE(384), - [sym_array_access] = STATE(384), - [sym_method_invocation] = STATE(507), - [sym_method_reference] = STATE(507), - [sym_switch_expression] = STATE(524), - [sym_block] = STATE(542), - [sym__annotation] = STATE(683), - [sym_marker_annotation] = STATE(683), - [sym_annotation] = STATE(683), - [sym__type] = STATE(1266), - [sym__unannotated_type] = STATE(795), - [sym_annotated_type] = STATE(797), - [sym_scoped_type_identifier] = STATE(745), - [sym_generic_type] = STATE(771), - [sym_array_type] = STATE(702), - [sym_integral_type] = STATE(702), - [sym_floating_point_type] = STATE(702), - [sym_formal_parameters] = STATE(1259), - [aux_sym_array_creation_expression_repeat1] = STATE(683), - [sym_identifier] = ACTIONS(301), + [102] = { + [sym__literal] = STATE(498), + [sym_string_literal] = STATE(505), + [sym__string_literal] = STATE(508), + [sym__multiline_string_literal] = STATE(508), + [sym_expression] = STATE(568), + [sym_cast_expression] = STATE(538), + [sym_assignment_expression] = STATE(538), + [sym_binary_expression] = STATE(538), + [sym_instanceof_expression] = STATE(538), + [sym_lambda_expression] = STATE(538), + [sym_inferred_parameters] = STATE(1218), + [sym_ternary_expression] = STATE(538), + [sym_unary_expression] = STATE(538), + [sym_update_expression] = STATE(538), + [sym_primary_expression] = STATE(509), + [sym_array_creation_expression] = STATE(498), + [sym_parenthesized_expression] = STATE(498), + [sym_class_literal] = STATE(498), + [sym_object_creation_expression] = STATE(498), + [sym__unqualified_object_creation_expression] = STATE(515), + [sym_field_access] = STATE(385), + [sym_array_access] = STATE(385), + [sym_method_invocation] = STATE(498), + [sym_method_reference] = STATE(498), + [sym_switch_expression] = STATE(538), + [sym__annotation] = STATE(757), + [sym_marker_annotation] = STATE(757), + [sym_annotation] = STATE(757), + [sym__element_value] = STATE(1158), + [sym_element_value_array_initializer] = STATE(1158), + [sym__type] = STATE(1208), + [sym__unannotated_type] = STATE(805), + [sym_annotated_type] = STATE(831), + [sym_scoped_type_identifier] = STATE(735), + [sym_generic_type] = STATE(751), + [sym_array_type] = STATE(688), + [sym_integral_type] = STATE(688), + [sym_floating_point_type] = STATE(688), + [sym_formal_parameters] = STATE(1218), + [sym__reserved_identifier] = STATE(372), + [aux_sym_array_creation_expression_repeat1] = STATE(694), + [sym_identifier] = ACTIONS(269), [sym_decimal_integer_literal] = ACTIONS(9), [sym_hex_integer_literal] = ACTIONS(9), [sym_octal_integer_literal] = ACTIONS(9), @@ -24315,66 +23731,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DASH_DASH] = ACTIONS(25), [anon_sym_new] = ACTIONS(27), [anon_sym_switch] = ACTIONS(31), - [anon_sym_LBRACE] = ACTIONS(33), - [anon_sym_AT] = ACTIONS(329), - [anon_sym_open] = ACTIONS(305), - [anon_sym_module] = ACTIONS(305), - [anon_sym_record] = ACTIONS(305), - [anon_sym_byte] = ACTIONS(81), - [anon_sym_short] = ACTIONS(81), - [anon_sym_int] = ACTIONS(81), - [anon_sym_long] = ACTIONS(81), - [anon_sym_char] = ACTIONS(81), - [anon_sym_float] = ACTIONS(83), - [anon_sym_double] = ACTIONS(83), - [sym_boolean_type] = ACTIONS(85), - [sym_void_type] = ACTIONS(85), - [sym_this] = ACTIONS(87), - [sym_super] = ACTIONS(89), + [anon_sym_LBRACE] = ACTIONS(341), + [anon_sym_yield] = ACTIONS(67), + [anon_sym_AT] = ACTIONS(275), + [anon_sym_open] = ACTIONS(67), + [anon_sym_module] = ACTIONS(67), + [anon_sym_with] = ACTIONS(67), + [anon_sym_sealed] = ACTIONS(67), + [anon_sym_record] = ACTIONS(67), + [anon_sym_byte] = ACTIONS(85), + [anon_sym_short] = ACTIONS(85), + [anon_sym_int] = ACTIONS(85), + [anon_sym_long] = ACTIONS(85), + [anon_sym_char] = ACTIONS(85), + [anon_sym_float] = ACTIONS(87), + [anon_sym_double] = ACTIONS(87), + [sym_boolean_type] = ACTIONS(89), + [sym_void_type] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, - [110] = { - [sym__literal] = STATE(507), - [sym_string_literal] = STATE(510), - [sym__string_literal] = STATE(498), - [sym__multiline_string_literal] = STATE(498), - [sym_expression] = STATE(607), - [sym_cast_expression] = STATE(524), - [sym_assignment_expression] = STATE(524), - [sym_binary_expression] = STATE(524), - [sym_instanceof_expression] = STATE(524), - [sym_lambda_expression] = STATE(524), - [sym_inferred_parameters] = STATE(1259), - [sym_ternary_expression] = STATE(524), - [sym_unary_expression] = STATE(524), - [sym_update_expression] = STATE(524), - [sym_primary_expression] = STATE(470), - [sym_array_creation_expression] = STATE(507), - [sym_parenthesized_expression] = STATE(507), - [sym_class_literal] = STATE(507), - [sym_object_creation_expression] = STATE(507), - [sym__unqualified_object_creation_expression] = STATE(483), - [sym_field_access] = STATE(384), - [sym_array_access] = STATE(384), - [sym_method_invocation] = STATE(507), - [sym_method_reference] = STATE(507), - [sym_switch_expression] = STATE(524), - [sym__annotation] = STATE(683), - [sym_marker_annotation] = STATE(683), - [sym_annotation] = STATE(683), - [sym_array_initializer] = STATE(1097), - [sym__type] = STATE(1266), - [sym__unannotated_type] = STATE(795), - [sym_annotated_type] = STATE(797), - [sym_scoped_type_identifier] = STATE(745), - [sym_generic_type] = STATE(771), - [sym_array_type] = STATE(702), - [sym_integral_type] = STATE(702), - [sym_floating_point_type] = STATE(702), - [sym_formal_parameters] = STATE(1259), - [aux_sym_array_creation_expression_repeat1] = STATE(683), - [sym_identifier] = ACTIONS(301), + [103] = { + [sym__literal] = STATE(498), + [sym_string_literal] = STATE(505), + [sym__string_literal] = STATE(508), + [sym__multiline_string_literal] = STATE(508), + [sym_expression] = STATE(596), + [sym_cast_expression] = STATE(538), + [sym_assignment_expression] = STATE(538), + [sym_binary_expression] = STATE(538), + [sym_instanceof_expression] = STATE(538), + [sym_lambda_expression] = STATE(538), + [sym_inferred_parameters] = STATE(1218), + [sym_ternary_expression] = STATE(538), + [sym_unary_expression] = STATE(538), + [sym_update_expression] = STATE(538), + [sym_primary_expression] = STATE(509), + [sym_array_creation_expression] = STATE(498), + [sym_parenthesized_expression] = STATE(498), + [sym_class_literal] = STATE(498), + [sym_object_creation_expression] = STATE(498), + [sym__unqualified_object_creation_expression] = STATE(515), + [sym_field_access] = STATE(385), + [sym_array_access] = STATE(385), + [sym_method_invocation] = STATE(498), + [sym_method_reference] = STATE(498), + [sym_switch_expression] = STATE(538), + [sym_record_pattern] = STATE(1015), + [sym_record_pattern_component] = STATE(1015), + [sym__annotation] = STATE(694), + [sym_marker_annotation] = STATE(694), + [sym_annotation] = STATE(694), + [sym__type] = STATE(1208), + [sym__unannotated_type] = STATE(727), + [sym_annotated_type] = STATE(831), + [sym_scoped_type_identifier] = STATE(735), + [sym_generic_type] = STATE(769), + [sym_array_type] = STATE(688), + [sym_integral_type] = STATE(688), + [sym_floating_point_type] = STATE(688), + [sym_formal_parameters] = STATE(1218), + [sym__reserved_identifier] = STATE(386), + [aux_sym_array_creation_expression_repeat1] = STATE(694), + [sym_identifier] = ACTIONS(361), [sym_decimal_integer_literal] = ACTIONS(9), [sym_hex_integer_literal] = ACTIONS(9), [sym_octal_integer_literal] = ACTIONS(9), @@ -24388,6 +23809,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(15), [sym_null_literal] = ACTIONS(9), [anon_sym_LPAREN] = ACTIONS(17), + [anon_sym_RPAREN] = ACTIONS(377), [anon_sym_PLUS] = ACTIONS(19), [anon_sym_DASH] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(23), @@ -24396,66 +23818,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DASH_DASH] = ACTIONS(25), [anon_sym_new] = ACTIONS(27), [anon_sym_switch] = ACTIONS(31), - [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_AT] = ACTIONS(329), - [anon_sym_open] = ACTIONS(305), - [anon_sym_module] = ACTIONS(305), - [anon_sym_record] = ACTIONS(305), - [anon_sym_byte] = ACTIONS(81), - [anon_sym_short] = ACTIONS(81), - [anon_sym_int] = ACTIONS(81), - [anon_sym_long] = ACTIONS(81), - [anon_sym_char] = ACTIONS(81), - [anon_sym_float] = ACTIONS(83), - [anon_sym_double] = ACTIONS(83), - [sym_boolean_type] = ACTIONS(85), - [sym_void_type] = ACTIONS(85), - [sym_this] = ACTIONS(87), - [sym_super] = ACTIONS(89), + [anon_sym_yield] = ACTIONS(67), + [anon_sym_AT] = ACTIONS(275), + [anon_sym_open] = ACTIONS(67), + [anon_sym_module] = ACTIONS(67), + [anon_sym_with] = ACTIONS(67), + [anon_sym_sealed] = ACTIONS(67), + [anon_sym_record] = ACTIONS(67), + [anon_sym_byte] = ACTIONS(85), + [anon_sym_short] = ACTIONS(85), + [anon_sym_int] = ACTIONS(85), + [anon_sym_long] = ACTIONS(85), + [anon_sym_char] = ACTIONS(85), + [anon_sym_float] = ACTIONS(87), + [anon_sym_double] = ACTIONS(87), + [sym_boolean_type] = ACTIONS(89), + [sym_void_type] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, - [111] = { - [sym__literal] = STATE(507), - [sym_string_literal] = STATE(510), - [sym__string_literal] = STATE(498), - [sym__multiline_string_literal] = STATE(498), - [sym_expression] = STATE(548), - [sym_cast_expression] = STATE(524), - [sym_assignment_expression] = STATE(524), - [sym_binary_expression] = STATE(524), - [sym_instanceof_expression] = STATE(524), - [sym_lambda_expression] = STATE(524), - [sym_inferred_parameters] = STATE(1259), - [sym_ternary_expression] = STATE(524), - [sym_unary_expression] = STATE(524), - [sym_update_expression] = STATE(524), - [sym_primary_expression] = STATE(470), - [sym_array_creation_expression] = STATE(507), - [sym_parenthesized_expression] = STATE(507), - [sym_class_literal] = STATE(507), - [sym_object_creation_expression] = STATE(507), - [sym__unqualified_object_creation_expression] = STATE(483), - [sym_field_access] = STATE(384), - [sym_array_access] = STATE(384), - [sym_method_invocation] = STATE(507), - [sym_method_reference] = STATE(507), - [sym_switch_expression] = STATE(524), - [sym_block] = STATE(527), - [sym__annotation] = STATE(683), - [sym_marker_annotation] = STATE(683), - [sym_annotation] = STATE(683), - [sym__type] = STATE(1266), - [sym__unannotated_type] = STATE(795), - [sym_annotated_type] = STATE(797), - [sym_scoped_type_identifier] = STATE(745), - [sym_generic_type] = STATE(771), - [sym_array_type] = STATE(702), - [sym_integral_type] = STATE(702), - [sym_floating_point_type] = STATE(702), - [sym_formal_parameters] = STATE(1259), - [aux_sym_array_creation_expression_repeat1] = STATE(683), - [sym_identifier] = ACTIONS(301), + [104] = { + [sym__literal] = STATE(498), + [sym_string_literal] = STATE(505), + [sym__string_literal] = STATE(508), + [sym__multiline_string_literal] = STATE(508), + [sym_expression] = STATE(568), + [sym_cast_expression] = STATE(538), + [sym_assignment_expression] = STATE(538), + [sym_binary_expression] = STATE(538), + [sym_instanceof_expression] = STATE(538), + [sym_lambda_expression] = STATE(538), + [sym_inferred_parameters] = STATE(1218), + [sym_ternary_expression] = STATE(538), + [sym_unary_expression] = STATE(538), + [sym_update_expression] = STATE(538), + [sym_primary_expression] = STATE(509), + [sym_array_creation_expression] = STATE(498), + [sym_parenthesized_expression] = STATE(498), + [sym_class_literal] = STATE(498), + [sym_object_creation_expression] = STATE(498), + [sym__unqualified_object_creation_expression] = STATE(515), + [sym_field_access] = STATE(385), + [sym_array_access] = STATE(385), + [sym_method_invocation] = STATE(498), + [sym_method_reference] = STATE(498), + [sym_switch_expression] = STATE(538), + [sym__annotation] = STATE(757), + [sym_marker_annotation] = STATE(757), + [sym_annotation] = STATE(757), + [sym__element_value] = STATE(1129), + [sym_element_value_array_initializer] = STATE(1129), + [sym__type] = STATE(1208), + [sym__unannotated_type] = STATE(805), + [sym_annotated_type] = STATE(831), + [sym_scoped_type_identifier] = STATE(735), + [sym_generic_type] = STATE(751), + [sym_array_type] = STATE(688), + [sym_integral_type] = STATE(688), + [sym_floating_point_type] = STATE(688), + [sym_formal_parameters] = STATE(1218), + [sym__reserved_identifier] = STATE(372), + [aux_sym_array_creation_expression_repeat1] = STATE(694), + [sym_identifier] = ACTIONS(269), [sym_decimal_integer_literal] = ACTIONS(9), [sym_hex_integer_literal] = ACTIONS(9), [sym_octal_integer_literal] = ACTIONS(9), @@ -24477,145 +23903,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DASH_DASH] = ACTIONS(25), [anon_sym_new] = ACTIONS(27), [anon_sym_switch] = ACTIONS(31), - [anon_sym_LBRACE] = ACTIONS(33), - [anon_sym_AT] = ACTIONS(329), - [anon_sym_open] = ACTIONS(305), - [anon_sym_module] = ACTIONS(305), - [anon_sym_record] = ACTIONS(305), - [anon_sym_byte] = ACTIONS(81), - [anon_sym_short] = ACTIONS(81), - [anon_sym_int] = ACTIONS(81), - [anon_sym_long] = ACTIONS(81), - [anon_sym_char] = ACTIONS(81), - [anon_sym_float] = ACTIONS(83), - [anon_sym_double] = ACTIONS(83), - [sym_boolean_type] = ACTIONS(85), - [sym_void_type] = ACTIONS(85), - [sym_this] = ACTIONS(87), - [sym_super] = ACTIONS(89), + [anon_sym_LBRACE] = ACTIONS(341), + [anon_sym_yield] = ACTIONS(67), + [anon_sym_AT] = ACTIONS(275), + [anon_sym_open] = ACTIONS(67), + [anon_sym_module] = ACTIONS(67), + [anon_sym_with] = ACTIONS(67), + [anon_sym_sealed] = ACTIONS(67), + [anon_sym_record] = ACTIONS(67), + [anon_sym_byte] = ACTIONS(85), + [anon_sym_short] = ACTIONS(85), + [anon_sym_int] = ACTIONS(85), + [anon_sym_long] = ACTIONS(85), + [anon_sym_char] = ACTIONS(85), + [anon_sym_float] = ACTIONS(87), + [anon_sym_double] = ACTIONS(87), + [sym_boolean_type] = ACTIONS(89), + [sym_void_type] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, - [112] = { - [ts_builtin_sym_end] = ACTIONS(267), + [105] = { + [sym__literal] = STATE(498), + [sym_string_literal] = STATE(505), + [sym__string_literal] = STATE(508), + [sym__multiline_string_literal] = STATE(508), + [sym_expression] = STATE(568), + [sym_cast_expression] = STATE(538), + [sym_assignment_expression] = STATE(538), + [sym_binary_expression] = STATE(538), + [sym_instanceof_expression] = STATE(538), + [sym_lambda_expression] = STATE(538), + [sym_inferred_parameters] = STATE(1218), + [sym_ternary_expression] = STATE(538), + [sym_unary_expression] = STATE(538), + [sym_update_expression] = STATE(538), + [sym_primary_expression] = STATE(509), + [sym_array_creation_expression] = STATE(498), + [sym_parenthesized_expression] = STATE(498), + [sym_class_literal] = STATE(498), + [sym_object_creation_expression] = STATE(498), + [sym__unqualified_object_creation_expression] = STATE(515), + [sym_field_access] = STATE(385), + [sym_array_access] = STATE(385), + [sym_method_invocation] = STATE(498), + [sym_method_reference] = STATE(498), + [sym_switch_expression] = STATE(538), + [sym__annotation] = STATE(757), + [sym_marker_annotation] = STATE(757), + [sym_annotation] = STATE(757), + [sym__element_value] = STATE(1215), + [sym_element_value_array_initializer] = STATE(1215), + [sym__type] = STATE(1208), + [sym__unannotated_type] = STATE(805), + [sym_annotated_type] = STATE(831), + [sym_scoped_type_identifier] = STATE(735), + [sym_generic_type] = STATE(751), + [sym_array_type] = STATE(688), + [sym_integral_type] = STATE(688), + [sym_floating_point_type] = STATE(688), + [sym_formal_parameters] = STATE(1218), + [sym__reserved_identifier] = STATE(372), + [aux_sym_array_creation_expression_repeat1] = STATE(694), [sym_identifier] = ACTIONS(269), - [sym_decimal_integer_literal] = ACTIONS(269), - [sym_hex_integer_literal] = ACTIONS(269), - [sym_octal_integer_literal] = ACTIONS(269), - [sym_binary_integer_literal] = ACTIONS(267), - [sym_decimal_floating_point_literal] = ACTIONS(267), - [sym_hex_floating_point_literal] = ACTIONS(269), - [sym_true] = ACTIONS(269), - [sym_false] = ACTIONS(269), - [sym_character_literal] = ACTIONS(267), - [anon_sym_DQUOTE] = ACTIONS(269), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(267), - [sym_null_literal] = ACTIONS(269), - [anon_sym_LPAREN] = ACTIONS(267), - [anon_sym_PLUS] = ACTIONS(269), - [anon_sym_DASH] = ACTIONS(269), - [anon_sym_final] = ACTIONS(269), - [anon_sym_BANG] = ACTIONS(267), - [anon_sym_TILDE] = ACTIONS(267), - [anon_sym_PLUS_PLUS] = ACTIONS(267), - [anon_sym_DASH_DASH] = ACTIONS(267), - [anon_sym_new] = ACTIONS(269), - [anon_sym_class] = ACTIONS(269), - [anon_sym_switch] = ACTIONS(269), - [anon_sym_LBRACE] = ACTIONS(267), - [anon_sym_RBRACE] = ACTIONS(267), - [anon_sym_case] = ACTIONS(269), - [anon_sym_default] = ACTIONS(269), - [anon_sym_SEMI] = ACTIONS(267), - [anon_sym_assert] = ACTIONS(269), - [anon_sym_do] = ACTIONS(269), - [anon_sym_while] = ACTIONS(269), - [anon_sym_break] = ACTIONS(269), - [anon_sym_continue] = ACTIONS(269), - [anon_sym_return] = ACTIONS(269), - [anon_sym_yield] = ACTIONS(269), - [anon_sym_synchronized] = ACTIONS(269), - [anon_sym_throw] = ACTIONS(269), - [anon_sym_try] = ACTIONS(269), - [anon_sym_catch] = ACTIONS(269), - [anon_sym_finally] = ACTIONS(269), - [anon_sym_if] = ACTIONS(269), - [anon_sym_else] = ACTIONS(269), - [anon_sym_for] = ACTIONS(269), - [anon_sym_AT] = ACTIONS(269), - [anon_sym_open] = ACTIONS(269), - [anon_sym_module] = ACTIONS(269), - [anon_sym_static] = ACTIONS(269), - [anon_sym_package] = ACTIONS(269), - [anon_sym_import] = ACTIONS(269), - [anon_sym_enum] = ACTIONS(269), - [anon_sym_public] = ACTIONS(269), - [anon_sym_protected] = ACTIONS(269), - [anon_sym_private] = ACTIONS(269), - [anon_sym_abstract] = ACTIONS(269), - [anon_sym_strictfp] = ACTIONS(269), - [anon_sym_native] = ACTIONS(269), - [anon_sym_transient] = ACTIONS(269), - [anon_sym_volatile] = ACTIONS(269), - [anon_sym_sealed] = ACTIONS(269), - [anon_sym_non_DASHsealed] = ACTIONS(267), - [anon_sym_record] = ACTIONS(269), - [anon_sym_ATinterface] = ACTIONS(267), - [anon_sym_interface] = ACTIONS(269), - [anon_sym_byte] = ACTIONS(269), - [anon_sym_short] = ACTIONS(269), - [anon_sym_int] = ACTIONS(269), - [anon_sym_long] = ACTIONS(269), - [anon_sym_char] = ACTIONS(269), - [anon_sym_float] = ACTIONS(269), - [anon_sym_double] = ACTIONS(269), - [sym_boolean_type] = ACTIONS(269), - [sym_void_type] = ACTIONS(269), - [sym_this] = ACTIONS(269), - [sym_super] = ACTIONS(269), - [sym_line_comment] = ACTIONS(3), - [sym_block_comment] = ACTIONS(3), - }, - [113] = { - [sym__literal] = STATE(507), - [sym_string_literal] = STATE(510), - [sym__string_literal] = STATE(498), - [sym__multiline_string_literal] = STATE(498), - [sym_expression] = STATE(609), - [sym_cast_expression] = STATE(524), - [sym_assignment_expression] = STATE(524), - [sym_binary_expression] = STATE(524), - [sym_instanceof_expression] = STATE(524), - [sym_lambda_expression] = STATE(524), - [sym_inferred_parameters] = STATE(1259), - [sym_ternary_expression] = STATE(524), - [sym_unary_expression] = STATE(524), - [sym_update_expression] = STATE(524), - [sym_primary_expression] = STATE(470), - [sym_array_creation_expression] = STATE(507), - [sym_parenthesized_expression] = STATE(507), - [sym_class_literal] = STATE(507), - [sym_object_creation_expression] = STATE(507), - [sym__unqualified_object_creation_expression] = STATE(483), - [sym_field_access] = STATE(384), - [sym_array_access] = STATE(384), - [sym_method_invocation] = STATE(507), - [sym_method_reference] = STATE(507), - [sym_switch_expression] = STATE(524), - [sym__annotation] = STATE(683), - [sym_marker_annotation] = STATE(683), - [sym_annotation] = STATE(683), - [sym__type] = STATE(1266), - [sym__unannotated_type] = STATE(795), - [sym_annotated_type] = STATE(797), - [sym_scoped_type_identifier] = STATE(745), - [sym_generic_type] = STATE(771), - [sym_array_type] = STATE(702), - [sym_integral_type] = STATE(702), - [sym_floating_point_type] = STATE(702), - [sym_formal_parameters] = STATE(1259), - [aux_sym_array_creation_expression_repeat1] = STATE(683), - [sym_identifier] = ACTIONS(301), [sym_decimal_integer_literal] = ACTIONS(9), [sym_hex_integer_literal] = ACTIONS(9), [sym_octal_integer_literal] = ACTIONS(9), @@ -24629,7 +23981,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(15), [sym_null_literal] = ACTIONS(9), [anon_sym_LPAREN] = ACTIONS(17), - [anon_sym_RPAREN] = ACTIONS(388), [anon_sym_PLUS] = ACTIONS(19), [anon_sym_DASH] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(23), @@ -24638,64 +23989,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DASH_DASH] = ACTIONS(25), [anon_sym_new] = ACTIONS(27), [anon_sym_switch] = ACTIONS(31), - [anon_sym_AT] = ACTIONS(329), - [anon_sym_open] = ACTIONS(305), - [anon_sym_module] = ACTIONS(305), - [anon_sym_record] = ACTIONS(305), - [anon_sym_byte] = ACTIONS(81), - [anon_sym_short] = ACTIONS(81), - [anon_sym_int] = ACTIONS(81), - [anon_sym_long] = ACTIONS(81), - [anon_sym_char] = ACTIONS(81), - [anon_sym_float] = ACTIONS(83), - [anon_sym_double] = ACTIONS(83), - [sym_boolean_type] = ACTIONS(85), - [sym_void_type] = ACTIONS(85), - [sym_this] = ACTIONS(87), - [sym_super] = ACTIONS(89), + [anon_sym_LBRACE] = ACTIONS(341), + [anon_sym_yield] = ACTIONS(67), + [anon_sym_AT] = ACTIONS(275), + [anon_sym_open] = ACTIONS(67), + [anon_sym_module] = ACTIONS(67), + [anon_sym_with] = ACTIONS(67), + [anon_sym_sealed] = ACTIONS(67), + [anon_sym_record] = ACTIONS(67), + [anon_sym_byte] = ACTIONS(85), + [anon_sym_short] = ACTIONS(85), + [anon_sym_int] = ACTIONS(85), + [anon_sym_long] = ACTIONS(85), + [anon_sym_char] = ACTIONS(85), + [anon_sym_float] = ACTIONS(87), + [anon_sym_double] = ACTIONS(87), + [sym_boolean_type] = ACTIONS(89), + [sym_void_type] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, - [114] = { - [sym__literal] = STATE(507), - [sym_string_literal] = STATE(510), - [sym__string_literal] = STATE(498), - [sym__multiline_string_literal] = STATE(498), - [sym_expression] = STATE(587), - [sym_cast_expression] = STATE(524), - [sym_assignment_expression] = STATE(524), - [sym_binary_expression] = STATE(524), - [sym_instanceof_expression] = STATE(524), - [sym_lambda_expression] = STATE(524), - [sym_inferred_parameters] = STATE(1259), - [sym_ternary_expression] = STATE(524), - [sym_unary_expression] = STATE(524), - [sym_update_expression] = STATE(524), - [sym_primary_expression] = STATE(470), - [sym_array_creation_expression] = STATE(507), - [sym_parenthesized_expression] = STATE(507), - [sym_class_literal] = STATE(507), - [sym_object_creation_expression] = STATE(507), - [sym__unqualified_object_creation_expression] = STATE(483), - [sym_field_access] = STATE(384), - [sym_array_access] = STATE(384), - [sym_method_invocation] = STATE(507), - [sym_method_reference] = STATE(507), - [sym_switch_expression] = STATE(524), - [sym__annotation] = STATE(683), - [sym_marker_annotation] = STATE(683), - [sym_annotation] = STATE(683), - [sym__type] = STATE(1266), - [sym__unannotated_type] = STATE(795), - [sym_annotated_type] = STATE(797), - [sym_scoped_type_identifier] = STATE(745), - [sym_generic_type] = STATE(771), - [sym_array_type] = STATE(702), - [sym_integral_type] = STATE(702), - [sym_floating_point_type] = STATE(702), - [sym_formal_parameters] = STATE(1259), - [aux_sym_array_creation_expression_repeat1] = STATE(683), - [sym_identifier] = ACTIONS(301), + [106] = { + [sym__literal] = STATE(498), + [sym_string_literal] = STATE(505), + [sym__string_literal] = STATE(508), + [sym__multiline_string_literal] = STATE(508), + [sym_expression] = STATE(629), + [sym_cast_expression] = STATE(538), + [sym_assignment_expression] = STATE(538), + [sym_binary_expression] = STATE(538), + [sym_instanceof_expression] = STATE(538), + [sym_lambda_expression] = STATE(538), + [sym_inferred_parameters] = STATE(1218), + [sym_ternary_expression] = STATE(538), + [sym_unary_expression] = STATE(538), + [sym_update_expression] = STATE(538), + [sym_primary_expression] = STATE(509), + [sym_array_creation_expression] = STATE(498), + [sym_parenthesized_expression] = STATE(498), + [sym_class_literal] = STATE(498), + [sym_object_creation_expression] = STATE(498), + [sym__unqualified_object_creation_expression] = STATE(515), + [sym_field_access] = STATE(385), + [sym_array_access] = STATE(385), + [sym_method_invocation] = STATE(498), + [sym_method_reference] = STATE(498), + [sym_switch_expression] = STATE(538), + [sym__annotation] = STATE(694), + [sym_marker_annotation] = STATE(694), + [sym_annotation] = STATE(694), + [sym_array_initializer] = STATE(1094), + [sym__type] = STATE(1208), + [sym__unannotated_type] = STATE(805), + [sym_annotated_type] = STATE(831), + [sym_scoped_type_identifier] = STATE(735), + [sym_generic_type] = STATE(751), + [sym_array_type] = STATE(688), + [sym_integral_type] = STATE(688), + [sym_floating_point_type] = STATE(688), + [sym_formal_parameters] = STATE(1218), + [sym__reserved_identifier] = STATE(372), + [aux_sym_array_creation_expression_repeat1] = STATE(694), + [sym_identifier] = ACTIONS(269), [sym_decimal_integer_literal] = ACTIONS(9), [sym_hex_integer_literal] = ACTIONS(9), [sym_octal_integer_literal] = ACTIONS(9), @@ -24709,7 +24066,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(15), [sym_null_literal] = ACTIONS(9), [anon_sym_LPAREN] = ACTIONS(17), - [anon_sym_RPAREN] = ACTIONS(390), [anon_sym_PLUS] = ACTIONS(19), [anon_sym_DASH] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(23), @@ -24718,64 +24074,73 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DASH_DASH] = ACTIONS(25), [anon_sym_new] = ACTIONS(27), [anon_sym_switch] = ACTIONS(31), - [anon_sym_AT] = ACTIONS(329), - [anon_sym_open] = ACTIONS(305), - [anon_sym_module] = ACTIONS(305), - [anon_sym_record] = ACTIONS(305), - [anon_sym_byte] = ACTIONS(81), - [anon_sym_short] = ACTIONS(81), - [anon_sym_int] = ACTIONS(81), - [anon_sym_long] = ACTIONS(81), - [anon_sym_char] = ACTIONS(81), - [anon_sym_float] = ACTIONS(83), - [anon_sym_double] = ACTIONS(83), - [sym_boolean_type] = ACTIONS(85), - [sym_void_type] = ACTIONS(85), - [sym_this] = ACTIONS(87), - [sym_super] = ACTIONS(89), + [anon_sym_LBRACE] = ACTIONS(355), + [anon_sym_RBRACE] = ACTIONS(379), + [anon_sym_yield] = ACTIONS(67), + [anon_sym_AT] = ACTIONS(275), + [anon_sym_open] = ACTIONS(67), + [anon_sym_module] = ACTIONS(67), + [anon_sym_with] = ACTIONS(67), + [anon_sym_sealed] = ACTIONS(67), + [anon_sym_record] = ACTIONS(67), + [anon_sym_byte] = ACTIONS(85), + [anon_sym_short] = ACTIONS(85), + [anon_sym_int] = ACTIONS(85), + [anon_sym_long] = ACTIONS(85), + [anon_sym_char] = ACTIONS(85), + [anon_sym_float] = ACTIONS(87), + [anon_sym_double] = ACTIONS(87), + [sym_boolean_type] = ACTIONS(89), + [sym_void_type] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, - [115] = { - [sym__literal] = STATE(507), - [sym_string_literal] = STATE(510), - [sym__string_literal] = STATE(498), - [sym__multiline_string_literal] = STATE(498), - [sym_expression] = STATE(637), - [sym_cast_expression] = STATE(524), - [sym_assignment_expression] = STATE(524), - [sym_binary_expression] = STATE(524), - [sym_instanceof_expression] = STATE(524), - [sym_lambda_expression] = STATE(524), - [sym_inferred_parameters] = STATE(1259), - [sym_ternary_expression] = STATE(524), - [sym_unary_expression] = STATE(524), - [sym_update_expression] = STATE(524), - [sym_primary_expression] = STATE(470), - [sym_array_creation_expression] = STATE(507), - [sym_parenthesized_expression] = STATE(507), - [sym_class_literal] = STATE(507), - [sym_object_creation_expression] = STATE(507), - [sym__unqualified_object_creation_expression] = STATE(483), - [sym_field_access] = STATE(384), - [sym_array_access] = STATE(384), - [sym_method_invocation] = STATE(507), - [sym_method_reference] = STATE(507), - [sym_switch_expression] = STATE(524), - [sym__annotation] = STATE(683), - [sym_marker_annotation] = STATE(683), - [sym_annotation] = STATE(683), - [sym__type] = STATE(1266), - [sym__unannotated_type] = STATE(795), - [sym_annotated_type] = STATE(797), - [sym_scoped_type_identifier] = STATE(745), - [sym_generic_type] = STATE(771), - [sym_array_type] = STATE(702), - [sym_integral_type] = STATE(702), - [sym_floating_point_type] = STATE(702), - [sym_formal_parameters] = STATE(1259), - [aux_sym_array_creation_expression_repeat1] = STATE(683), - [sym_identifier] = ACTIONS(301), + [107] = { + [sym__literal] = STATE(498), + [sym_string_literal] = STATE(505), + [sym__string_literal] = STATE(508), + [sym__multiline_string_literal] = STATE(508), + [sym_expression] = STATE(605), + [sym_cast_expression] = STATE(538), + [sym_assignment_expression] = STATE(538), + [sym_binary_expression] = STATE(538), + [sym_instanceof_expression] = STATE(538), + [sym_lambda_expression] = STATE(538), + [sym_inferred_parameters] = STATE(1218), + [sym_ternary_expression] = STATE(538), + [sym_unary_expression] = STATE(538), + [sym_update_expression] = STATE(538), + [sym_primary_expression] = STATE(509), + [sym_array_creation_expression] = STATE(498), + [sym_parenthesized_expression] = STATE(498), + [sym_class_literal] = STATE(498), + [sym_object_creation_expression] = STATE(498), + [sym__unqualified_object_creation_expression] = STATE(515), + [sym_field_access] = STATE(385), + [sym_array_access] = STATE(385), + [sym_method_invocation] = STATE(498), + [sym_method_reference] = STATE(498), + [sym_switch_expression] = STATE(538), + [sym_pattern] = STATE(1120), + [sym_type_pattern] = STATE(1182), + [sym_record_pattern] = STATE(1182), + [sym__annotation] = STATE(694), + [sym_marker_annotation] = STATE(694), + [sym_annotation] = STATE(694), + [sym__type] = STATE(1208), + [sym__unannotated_type] = STATE(725), + [sym_annotated_type] = STATE(831), + [sym_scoped_type_identifier] = STATE(735), + [sym_generic_type] = STATE(769), + [sym_array_type] = STATE(688), + [sym_integral_type] = STATE(688), + [sym_floating_point_type] = STATE(688), + [sym_formal_parameters] = STATE(1218), + [sym__reserved_identifier] = STATE(381), + [aux_sym_array_creation_expression_repeat1] = STATE(694), + [sym_identifier] = ACTIONS(381), [sym_decimal_integer_literal] = ACTIONS(9), [sym_hex_integer_literal] = ACTIONS(9), [sym_octal_integer_literal] = ACTIONS(9), @@ -24797,65 +24162,69 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DASH_DASH] = ACTIONS(25), [anon_sym_new] = ACTIONS(27), [anon_sym_switch] = ACTIONS(31), - [anon_sym_SEMI] = ACTIONS(392), - [anon_sym_AT] = ACTIONS(329), - [anon_sym_open] = ACTIONS(305), - [anon_sym_module] = ACTIONS(305), - [anon_sym_record] = ACTIONS(305), - [anon_sym_byte] = ACTIONS(81), - [anon_sym_short] = ACTIONS(81), - [anon_sym_int] = ACTIONS(81), - [anon_sym_long] = ACTIONS(81), - [anon_sym_char] = ACTIONS(81), - [anon_sym_float] = ACTIONS(83), - [anon_sym_double] = ACTIONS(83), - [sym_boolean_type] = ACTIONS(85), - [sym_void_type] = ACTIONS(85), - [sym_this] = ACTIONS(87), - [sym_super] = ACTIONS(89), + [anon_sym_yield] = ACTIONS(67), + [anon_sym_AT] = ACTIONS(275), + [anon_sym_open] = ACTIONS(67), + [anon_sym_module] = ACTIONS(67), + [anon_sym_with] = ACTIONS(67), + [anon_sym_sealed] = ACTIONS(67), + [anon_sym_record] = ACTIONS(67), + [anon_sym_byte] = ACTIONS(85), + [anon_sym_short] = ACTIONS(85), + [anon_sym_int] = ACTIONS(85), + [anon_sym_long] = ACTIONS(85), + [anon_sym_char] = ACTIONS(85), + [anon_sym_float] = ACTIONS(87), + [anon_sym_double] = ACTIONS(87), + [sym_boolean_type] = ACTIONS(89), + [sym_void_type] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, - [116] = { - [sym__literal] = STATE(507), - [sym_string_literal] = STATE(510), - [sym__string_literal] = STATE(498), - [sym__multiline_string_literal] = STATE(498), - [sym_expression] = STATE(615), - [sym_cast_expression] = STATE(524), - [sym_assignment_expression] = STATE(524), - [sym_binary_expression] = STATE(524), - [sym_instanceof_expression] = STATE(524), - [sym_lambda_expression] = STATE(524), - [sym_inferred_parameters] = STATE(1259), - [sym_ternary_expression] = STATE(524), - [sym_unary_expression] = STATE(524), - [sym_update_expression] = STATE(524), - [sym_primary_expression] = STATE(470), - [sym_array_creation_expression] = STATE(507), - [sym_parenthesized_expression] = STATE(507), - [sym_class_literal] = STATE(507), - [sym_object_creation_expression] = STATE(507), - [sym__unqualified_object_creation_expression] = STATE(483), - [sym_field_access] = STATE(384), - [sym_array_access] = STATE(384), - [sym_method_invocation] = STATE(507), - [sym_method_reference] = STATE(507), - [sym_switch_expression] = STATE(524), - [sym__annotation] = STATE(683), - [sym_marker_annotation] = STATE(683), - [sym_annotation] = STATE(683), - [sym__type] = STATE(1266), - [sym__unannotated_type] = STATE(795), - [sym_annotated_type] = STATE(797), - [sym_scoped_type_identifier] = STATE(745), - [sym_generic_type] = STATE(771), - [sym_array_type] = STATE(702), - [sym_integral_type] = STATE(702), - [sym_floating_point_type] = STATE(702), - [sym_formal_parameters] = STATE(1259), - [aux_sym_array_creation_expression_repeat1] = STATE(683), - [sym_identifier] = ACTIONS(301), + [108] = { + [sym__literal] = STATE(498), + [sym_string_literal] = STATE(505), + [sym__string_literal] = STATE(508), + [sym__multiline_string_literal] = STATE(508), + [sym_expression] = STATE(572), + [sym_cast_expression] = STATE(538), + [sym_assignment_expression] = STATE(538), + [sym_binary_expression] = STATE(538), + [sym_instanceof_expression] = STATE(538), + [sym_lambda_expression] = STATE(538), + [sym_inferred_parameters] = STATE(1213), + [sym_ternary_expression] = STATE(538), + [sym_unary_expression] = STATE(538), + [sym_update_expression] = STATE(538), + [sym_primary_expression] = STATE(509), + [sym_array_creation_expression] = STATE(498), + [sym_parenthesized_expression] = STATE(498), + [sym_class_literal] = STATE(498), + [sym_object_creation_expression] = STATE(498), + [sym__unqualified_object_creation_expression] = STATE(515), + [sym_field_access] = STATE(406), + [sym_array_access] = STATE(406), + [sym_method_invocation] = STATE(498), + [sym_method_reference] = STATE(498), + [sym_switch_expression] = STATE(538), + [sym_block] = STATE(545), + [sym__annotation] = STATE(694), + [sym_marker_annotation] = STATE(694), + [sym_annotation] = STATE(694), + [sym__type] = STATE(1208), + [sym__unannotated_type] = STATE(805), + [sym_annotated_type] = STATE(831), + [sym_scoped_type_identifier] = STATE(735), + [sym_generic_type] = STATE(751), + [sym_array_type] = STATE(688), + [sym_integral_type] = STATE(688), + [sym_floating_point_type] = STATE(688), + [sym_formal_parameters] = STATE(1213), + [sym__reserved_identifier] = STATE(388), + [aux_sym_array_creation_expression_repeat1] = STATE(694), + [sym_identifier] = ACTIONS(383), [sym_decimal_integer_literal] = ACTIONS(9), [sym_hex_integer_literal] = ACTIONS(9), [sym_octal_integer_literal] = ACTIONS(9), @@ -24868,74 +24237,79 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DQUOTE] = ACTIONS(13), [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(15), [sym_null_literal] = ACTIONS(9), - [anon_sym_LPAREN] = ACTIONS(17), - [anon_sym_RPAREN] = ACTIONS(394), - [anon_sym_PLUS] = ACTIONS(19), - [anon_sym_DASH] = ACTIONS(19), - [anon_sym_BANG] = ACTIONS(23), - [anon_sym_TILDE] = ACTIONS(23), - [anon_sym_PLUS_PLUS] = ACTIONS(25), - [anon_sym_DASH_DASH] = ACTIONS(25), + [anon_sym_LPAREN] = ACTIONS(367), + [anon_sym_PLUS] = ACTIONS(369), + [anon_sym_DASH] = ACTIONS(369), + [anon_sym_BANG] = ACTIONS(371), + [anon_sym_TILDE] = ACTIONS(371), + [anon_sym_PLUS_PLUS] = ACTIONS(373), + [anon_sym_DASH_DASH] = ACTIONS(373), [anon_sym_new] = ACTIONS(27), [anon_sym_switch] = ACTIONS(31), - [anon_sym_AT] = ACTIONS(329), - [anon_sym_open] = ACTIONS(305), - [anon_sym_module] = ACTIONS(305), - [anon_sym_record] = ACTIONS(305), - [anon_sym_byte] = ACTIONS(81), - [anon_sym_short] = ACTIONS(81), - [anon_sym_int] = ACTIONS(81), - [anon_sym_long] = ACTIONS(81), - [anon_sym_char] = ACTIONS(81), - [anon_sym_float] = ACTIONS(83), - [anon_sym_double] = ACTIONS(83), - [sym_boolean_type] = ACTIONS(85), - [sym_void_type] = ACTIONS(85), - [sym_this] = ACTIONS(87), - [sym_super] = ACTIONS(89), + [anon_sym_LBRACE] = ACTIONS(33), + [anon_sym_yield] = ACTIONS(67), + [anon_sym_AT] = ACTIONS(275), + [anon_sym_open] = ACTIONS(67), + [anon_sym_module] = ACTIONS(67), + [anon_sym_with] = ACTIONS(67), + [anon_sym_sealed] = ACTIONS(67), + [anon_sym_record] = ACTIONS(67), + [anon_sym_byte] = ACTIONS(85), + [anon_sym_short] = ACTIONS(85), + [anon_sym_int] = ACTIONS(85), + [anon_sym_long] = ACTIONS(85), + [anon_sym_char] = ACTIONS(85), + [anon_sym_float] = ACTIONS(87), + [anon_sym_double] = ACTIONS(87), + [sym_boolean_type] = ACTIONS(89), + [sym_void_type] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, - [117] = { - [sym__literal] = STATE(507), - [sym_string_literal] = STATE(510), - [sym__string_literal] = STATE(498), - [sym__multiline_string_literal] = STATE(498), - [sym_expression] = STATE(618), - [sym_cast_expression] = STATE(524), - [sym_assignment_expression] = STATE(524), - [sym_binary_expression] = STATE(524), - [sym_instanceof_expression] = STATE(524), - [sym_lambda_expression] = STATE(524), - [sym_inferred_parameters] = STATE(1259), - [sym_ternary_expression] = STATE(524), - [sym_unary_expression] = STATE(524), - [sym_update_expression] = STATE(524), - [sym_primary_expression] = STATE(470), - [sym_array_creation_expression] = STATE(507), - [sym_parenthesized_expression] = STATE(507), - [sym_class_literal] = STATE(507), - [sym_object_creation_expression] = STATE(507), - [sym__unqualified_object_creation_expression] = STATE(483), - [sym_field_access] = STATE(384), - [sym_array_access] = STATE(384), - [sym_method_invocation] = STATE(507), - [sym_method_reference] = STATE(507), - [sym_switch_expression] = STATE(524), - [sym__annotation] = STATE(683), - [sym_marker_annotation] = STATE(683), - [sym_annotation] = STATE(683), - [sym__type] = STATE(1266), - [sym__unannotated_type] = STATE(795), - [sym_annotated_type] = STATE(797), - [sym_scoped_type_identifier] = STATE(745), - [sym_generic_type] = STATE(771), - [sym_array_type] = STATE(702), - [sym_integral_type] = STATE(702), - [sym_floating_point_type] = STATE(702), - [sym_formal_parameters] = STATE(1259), - [aux_sym_array_creation_expression_repeat1] = STATE(683), - [sym_identifier] = ACTIONS(301), + [109] = { + [sym__literal] = STATE(498), + [sym_string_literal] = STATE(505), + [sym__string_literal] = STATE(508), + [sym__multiline_string_literal] = STATE(508), + [sym_expression] = STATE(562), + [sym_cast_expression] = STATE(538), + [sym_assignment_expression] = STATE(538), + [sym_binary_expression] = STATE(538), + [sym_instanceof_expression] = STATE(538), + [sym_lambda_expression] = STATE(538), + [sym_inferred_parameters] = STATE(1218), + [sym_ternary_expression] = STATE(538), + [sym_unary_expression] = STATE(538), + [sym_update_expression] = STATE(538), + [sym_primary_expression] = STATE(509), + [sym_array_creation_expression] = STATE(498), + [sym_parenthesized_expression] = STATE(498), + [sym_class_literal] = STATE(498), + [sym_object_creation_expression] = STATE(498), + [sym__unqualified_object_creation_expression] = STATE(515), + [sym_field_access] = STATE(385), + [sym_array_access] = STATE(385), + [sym_method_invocation] = STATE(498), + [sym_method_reference] = STATE(498), + [sym_switch_expression] = STATE(538), + [sym_block] = STATE(545), + [sym__annotation] = STATE(694), + [sym_marker_annotation] = STATE(694), + [sym_annotation] = STATE(694), + [sym__type] = STATE(1208), + [sym__unannotated_type] = STATE(805), + [sym_annotated_type] = STATE(831), + [sym_scoped_type_identifier] = STATE(735), + [sym_generic_type] = STATE(751), + [sym_array_type] = STATE(688), + [sym_integral_type] = STATE(688), + [sym_floating_point_type] = STATE(688), + [sym_formal_parameters] = STATE(1218), + [sym__reserved_identifier] = STATE(372), + [aux_sym_array_creation_expression_repeat1] = STATE(694), + [sym_identifier] = ACTIONS(269), [sym_decimal_integer_literal] = ACTIONS(9), [sym_hex_integer_literal] = ACTIONS(9), [sym_octal_integer_literal] = ACTIONS(9), @@ -24949,7 +24323,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(15), [sym_null_literal] = ACTIONS(9), [anon_sym_LPAREN] = ACTIONS(17), - [anon_sym_RPAREN] = ACTIONS(396), [anon_sym_PLUS] = ACTIONS(19), [anon_sym_DASH] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(23), @@ -24958,144 +24331,155 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DASH_DASH] = ACTIONS(25), [anon_sym_new] = ACTIONS(27), [anon_sym_switch] = ACTIONS(31), - [anon_sym_AT] = ACTIONS(329), - [anon_sym_open] = ACTIONS(305), - [anon_sym_module] = ACTIONS(305), - [anon_sym_record] = ACTIONS(305), - [anon_sym_byte] = ACTIONS(81), - [anon_sym_short] = ACTIONS(81), - [anon_sym_int] = ACTIONS(81), - [anon_sym_long] = ACTIONS(81), - [anon_sym_char] = ACTIONS(81), - [anon_sym_float] = ACTIONS(83), - [anon_sym_double] = ACTIONS(83), - [sym_boolean_type] = ACTIONS(85), - [sym_void_type] = ACTIONS(85), - [sym_this] = ACTIONS(87), - [sym_super] = ACTIONS(89), + [anon_sym_LBRACE] = ACTIONS(33), + [anon_sym_yield] = ACTIONS(67), + [anon_sym_AT] = ACTIONS(275), + [anon_sym_open] = ACTIONS(67), + [anon_sym_module] = ACTIONS(67), + [anon_sym_with] = ACTIONS(67), + [anon_sym_sealed] = ACTIONS(67), + [anon_sym_record] = ACTIONS(67), + [anon_sym_byte] = ACTIONS(85), + [anon_sym_short] = ACTIONS(85), + [anon_sym_int] = ACTIONS(85), + [anon_sym_long] = ACTIONS(85), + [anon_sym_char] = ACTIONS(85), + [anon_sym_float] = ACTIONS(87), + [anon_sym_double] = ACTIONS(87), + [sym_boolean_type] = ACTIONS(89), + [sym_void_type] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, - [118] = { - [ts_builtin_sym_end] = ACTIONS(275), - [sym_identifier] = ACTIONS(277), - [sym_decimal_integer_literal] = ACTIONS(277), - [sym_hex_integer_literal] = ACTIONS(277), - [sym_octal_integer_literal] = ACTIONS(277), - [sym_binary_integer_literal] = ACTIONS(275), - [sym_decimal_floating_point_literal] = ACTIONS(275), - [sym_hex_floating_point_literal] = ACTIONS(277), - [sym_true] = ACTIONS(277), - [sym_false] = ACTIONS(277), - [sym_character_literal] = ACTIONS(275), - [anon_sym_DQUOTE] = ACTIONS(277), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(275), - [sym_null_literal] = ACTIONS(277), - [anon_sym_LPAREN] = ACTIONS(275), - [anon_sym_PLUS] = ACTIONS(277), - [anon_sym_DASH] = ACTIONS(277), - [anon_sym_final] = ACTIONS(277), - [anon_sym_BANG] = ACTIONS(275), - [anon_sym_TILDE] = ACTIONS(275), - [anon_sym_PLUS_PLUS] = ACTIONS(275), - [anon_sym_DASH_DASH] = ACTIONS(275), - [anon_sym_new] = ACTIONS(277), - [anon_sym_class] = ACTIONS(277), - [anon_sym_switch] = ACTIONS(277), - [anon_sym_LBRACE] = ACTIONS(275), - [anon_sym_RBRACE] = ACTIONS(275), - [anon_sym_case] = ACTIONS(277), - [anon_sym_default] = ACTIONS(277), - [anon_sym_SEMI] = ACTIONS(275), - [anon_sym_assert] = ACTIONS(277), - [anon_sym_do] = ACTIONS(277), - [anon_sym_while] = ACTIONS(277), - [anon_sym_break] = ACTIONS(277), - [anon_sym_continue] = ACTIONS(277), - [anon_sym_return] = ACTIONS(277), - [anon_sym_yield] = ACTIONS(277), - [anon_sym_synchronized] = ACTIONS(277), - [anon_sym_throw] = ACTIONS(277), - [anon_sym_try] = ACTIONS(277), - [anon_sym_catch] = ACTIONS(277), - [anon_sym_finally] = ACTIONS(277), - [anon_sym_if] = ACTIONS(277), - [anon_sym_else] = ACTIONS(277), - [anon_sym_for] = ACTIONS(277), - [anon_sym_AT] = ACTIONS(277), - [anon_sym_open] = ACTIONS(277), - [anon_sym_module] = ACTIONS(277), - [anon_sym_static] = ACTIONS(277), - [anon_sym_package] = ACTIONS(277), - [anon_sym_import] = ACTIONS(277), - [anon_sym_enum] = ACTIONS(277), - [anon_sym_public] = ACTIONS(277), - [anon_sym_protected] = ACTIONS(277), - [anon_sym_private] = ACTIONS(277), - [anon_sym_abstract] = ACTIONS(277), - [anon_sym_strictfp] = ACTIONS(277), - [anon_sym_native] = ACTIONS(277), - [anon_sym_transient] = ACTIONS(277), - [anon_sym_volatile] = ACTIONS(277), - [anon_sym_sealed] = ACTIONS(277), - [anon_sym_non_DASHsealed] = ACTIONS(275), - [anon_sym_record] = ACTIONS(277), - [anon_sym_ATinterface] = ACTIONS(275), - [anon_sym_interface] = ACTIONS(277), - [anon_sym_byte] = ACTIONS(277), - [anon_sym_short] = ACTIONS(277), - [anon_sym_int] = ACTIONS(277), - [anon_sym_long] = ACTIONS(277), - [anon_sym_char] = ACTIONS(277), - [anon_sym_float] = ACTIONS(277), - [anon_sym_double] = ACTIONS(277), - [sym_boolean_type] = ACTIONS(277), - [sym_void_type] = ACTIONS(277), - [sym_this] = ACTIONS(277), - [sym_super] = ACTIONS(277), + [110] = { + [sym__literal] = STATE(498), + [sym_string_literal] = STATE(505), + [sym__string_literal] = STATE(508), + [sym__multiline_string_literal] = STATE(508), + [sym_expression] = STATE(629), + [sym_cast_expression] = STATE(538), + [sym_assignment_expression] = STATE(538), + [sym_binary_expression] = STATE(538), + [sym_instanceof_expression] = STATE(538), + [sym_lambda_expression] = STATE(538), + [sym_inferred_parameters] = STATE(1218), + [sym_ternary_expression] = STATE(538), + [sym_unary_expression] = STATE(538), + [sym_update_expression] = STATE(538), + [sym_primary_expression] = STATE(509), + [sym_array_creation_expression] = STATE(498), + [sym_parenthesized_expression] = STATE(498), + [sym_class_literal] = STATE(498), + [sym_object_creation_expression] = STATE(498), + [sym__unqualified_object_creation_expression] = STATE(515), + [sym_field_access] = STATE(385), + [sym_array_access] = STATE(385), + [sym_method_invocation] = STATE(498), + [sym_method_reference] = STATE(498), + [sym_switch_expression] = STATE(538), + [sym__annotation] = STATE(694), + [sym_marker_annotation] = STATE(694), + [sym_annotation] = STATE(694), + [sym_array_initializer] = STATE(1094), + [sym__type] = STATE(1208), + [sym__unannotated_type] = STATE(805), + [sym_annotated_type] = STATE(831), + [sym_scoped_type_identifier] = STATE(735), + [sym_generic_type] = STATE(751), + [sym_array_type] = STATE(688), + [sym_integral_type] = STATE(688), + [sym_floating_point_type] = STATE(688), + [sym_formal_parameters] = STATE(1218), + [sym__reserved_identifier] = STATE(372), + [aux_sym_array_creation_expression_repeat1] = STATE(694), + [sym_identifier] = ACTIONS(269), + [sym_decimal_integer_literal] = ACTIONS(9), + [sym_hex_integer_literal] = ACTIONS(9), + [sym_octal_integer_literal] = ACTIONS(9), + [sym_binary_integer_literal] = ACTIONS(11), + [sym_decimal_floating_point_literal] = ACTIONS(11), + [sym_hex_floating_point_literal] = ACTIONS(9), + [sym_true] = ACTIONS(9), + [sym_false] = ACTIONS(9), + [sym_character_literal] = ACTIONS(11), + [anon_sym_DQUOTE] = ACTIONS(13), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(15), + [sym_null_literal] = ACTIONS(9), + [anon_sym_LPAREN] = ACTIONS(17), + [anon_sym_PLUS] = ACTIONS(19), + [anon_sym_DASH] = ACTIONS(19), + [anon_sym_BANG] = ACTIONS(23), + [anon_sym_TILDE] = ACTIONS(23), + [anon_sym_PLUS_PLUS] = ACTIONS(25), + [anon_sym_DASH_DASH] = ACTIONS(25), + [anon_sym_new] = ACTIONS(27), + [anon_sym_switch] = ACTIONS(31), + [anon_sym_LBRACE] = ACTIONS(355), + [anon_sym_yield] = ACTIONS(67), + [anon_sym_AT] = ACTIONS(275), + [anon_sym_open] = ACTIONS(67), + [anon_sym_module] = ACTIONS(67), + [anon_sym_with] = ACTIONS(67), + [anon_sym_sealed] = ACTIONS(67), + [anon_sym_record] = ACTIONS(67), + [anon_sym_byte] = ACTIONS(85), + [anon_sym_short] = ACTIONS(85), + [anon_sym_int] = ACTIONS(85), + [anon_sym_long] = ACTIONS(85), + [anon_sym_char] = ACTIONS(85), + [anon_sym_float] = ACTIONS(87), + [anon_sym_double] = ACTIONS(87), + [sym_boolean_type] = ACTIONS(89), + [sym_void_type] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, - [119] = { - [sym__literal] = STATE(507), - [sym_string_literal] = STATE(510), - [sym__string_literal] = STATE(498), - [sym__multiline_string_literal] = STATE(498), - [sym_expression] = STATE(619), - [sym_cast_expression] = STATE(524), - [sym_assignment_expression] = STATE(524), - [sym_binary_expression] = STATE(524), - [sym_instanceof_expression] = STATE(524), - [sym_lambda_expression] = STATE(524), - [sym_inferred_parameters] = STATE(1259), - [sym_ternary_expression] = STATE(524), - [sym_unary_expression] = STATE(524), - [sym_update_expression] = STATE(524), - [sym_primary_expression] = STATE(470), - [sym_array_creation_expression] = STATE(507), - [sym_parenthesized_expression] = STATE(507), - [sym_class_literal] = STATE(507), - [sym_object_creation_expression] = STATE(507), - [sym__unqualified_object_creation_expression] = STATE(483), - [sym_field_access] = STATE(384), - [sym_array_access] = STATE(384), - [sym_method_invocation] = STATE(507), - [sym_method_reference] = STATE(507), - [sym_switch_expression] = STATE(524), - [sym__annotation] = STATE(683), - [sym_marker_annotation] = STATE(683), - [sym_annotation] = STATE(683), - [sym__type] = STATE(1266), - [sym__unannotated_type] = STATE(795), - [sym_annotated_type] = STATE(797), - [sym_scoped_type_identifier] = STATE(745), - [sym_generic_type] = STATE(771), - [sym_array_type] = STATE(702), - [sym_integral_type] = STATE(702), - [sym_floating_point_type] = STATE(702), - [sym_formal_parameters] = STATE(1259), - [aux_sym_array_creation_expression_repeat1] = STATE(683), - [sym_identifier] = ACTIONS(301), + [111] = { + [sym__literal] = STATE(498), + [sym_string_literal] = STATE(505), + [sym__string_literal] = STATE(508), + [sym__multiline_string_literal] = STATE(508), + [sym_expression] = STATE(602), + [sym_cast_expression] = STATE(538), + [sym_assignment_expression] = STATE(538), + [sym_binary_expression] = STATE(538), + [sym_instanceof_expression] = STATE(538), + [sym_lambda_expression] = STATE(538), + [sym_inferred_parameters] = STATE(1218), + [sym_ternary_expression] = STATE(538), + [sym_unary_expression] = STATE(538), + [sym_update_expression] = STATE(538), + [sym_primary_expression] = STATE(509), + [sym_array_creation_expression] = STATE(498), + [sym_parenthesized_expression] = STATE(498), + [sym_class_literal] = STATE(498), + [sym_object_creation_expression] = STATE(498), + [sym__unqualified_object_creation_expression] = STATE(515), + [sym_field_access] = STATE(385), + [sym_array_access] = STATE(385), + [sym_method_invocation] = STATE(498), + [sym_method_reference] = STATE(498), + [sym_switch_expression] = STATE(538), + [sym__annotation] = STATE(694), + [sym_marker_annotation] = STATE(694), + [sym_annotation] = STATE(694), + [sym_array_initializer] = STATE(1006), + [sym__type] = STATE(1208), + [sym__unannotated_type] = STATE(805), + [sym_annotated_type] = STATE(831), + [sym_scoped_type_identifier] = STATE(735), + [sym_generic_type] = STATE(751), + [sym_array_type] = STATE(688), + [sym_integral_type] = STATE(688), + [sym_floating_point_type] = STATE(688), + [sym_formal_parameters] = STATE(1218), + [sym__reserved_identifier] = STATE(372), + [aux_sym_array_creation_expression_repeat1] = STATE(694), + [sym_identifier] = ACTIONS(269), [sym_decimal_integer_literal] = ACTIONS(9), [sym_hex_integer_literal] = ACTIONS(9), [sym_octal_integer_literal] = ACTIONS(9), @@ -25109,7 +24493,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(15), [sym_null_literal] = ACTIONS(9), [anon_sym_LPAREN] = ACTIONS(17), - [anon_sym_RPAREN] = ACTIONS(398), [anon_sym_PLUS] = ACTIONS(19), [anon_sym_DASH] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(23), @@ -25118,64 +24501,69 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DASH_DASH] = ACTIONS(25), [anon_sym_new] = ACTIONS(27), [anon_sym_switch] = ACTIONS(31), - [anon_sym_AT] = ACTIONS(329), - [anon_sym_open] = ACTIONS(305), - [anon_sym_module] = ACTIONS(305), - [anon_sym_record] = ACTIONS(305), - [anon_sym_byte] = ACTIONS(81), - [anon_sym_short] = ACTIONS(81), - [anon_sym_int] = ACTIONS(81), - [anon_sym_long] = ACTIONS(81), - [anon_sym_char] = ACTIONS(81), - [anon_sym_float] = ACTIONS(83), - [anon_sym_double] = ACTIONS(83), - [sym_boolean_type] = ACTIONS(85), - [sym_void_type] = ACTIONS(85), - [sym_this] = ACTIONS(87), - [sym_super] = ACTIONS(89), + [anon_sym_LBRACE] = ACTIONS(355), + [anon_sym_yield] = ACTIONS(67), + [anon_sym_AT] = ACTIONS(275), + [anon_sym_open] = ACTIONS(67), + [anon_sym_module] = ACTIONS(67), + [anon_sym_with] = ACTIONS(67), + [anon_sym_sealed] = ACTIONS(67), + [anon_sym_record] = ACTIONS(67), + [anon_sym_byte] = ACTIONS(85), + [anon_sym_short] = ACTIONS(85), + [anon_sym_int] = ACTIONS(85), + [anon_sym_long] = ACTIONS(85), + [anon_sym_char] = ACTIONS(85), + [anon_sym_float] = ACTIONS(87), + [anon_sym_double] = ACTIONS(87), + [sym_boolean_type] = ACTIONS(89), + [sym_void_type] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, - [120] = { - [sym__literal] = STATE(507), - [sym_string_literal] = STATE(510), - [sym__string_literal] = STATE(498), - [sym__multiline_string_literal] = STATE(498), - [sym_expression] = STATE(641), - [sym_cast_expression] = STATE(524), - [sym_assignment_expression] = STATE(524), - [sym_binary_expression] = STATE(524), - [sym_instanceof_expression] = STATE(524), - [sym_lambda_expression] = STATE(524), - [sym_inferred_parameters] = STATE(1259), - [sym_ternary_expression] = STATE(524), - [sym_unary_expression] = STATE(524), - [sym_update_expression] = STATE(524), - [sym_primary_expression] = STATE(470), - [sym_array_creation_expression] = STATE(507), - [sym_parenthesized_expression] = STATE(507), - [sym_class_literal] = STATE(507), - [sym_object_creation_expression] = STATE(507), - [sym__unqualified_object_creation_expression] = STATE(483), - [sym_field_access] = STATE(384), - [sym_array_access] = STATE(384), - [sym_method_invocation] = STATE(507), - [sym_method_reference] = STATE(507), - [sym_switch_expression] = STATE(524), - [sym__annotation] = STATE(683), - [sym_marker_annotation] = STATE(683), - [sym_annotation] = STATE(683), - [sym__type] = STATE(1266), - [sym__unannotated_type] = STATE(795), - [sym_annotated_type] = STATE(797), - [sym_scoped_type_identifier] = STATE(745), - [sym_generic_type] = STATE(771), - [sym_array_type] = STATE(702), - [sym_integral_type] = STATE(702), - [sym_floating_point_type] = STATE(702), - [sym_formal_parameters] = STATE(1259), - [aux_sym_array_creation_expression_repeat1] = STATE(683), - [sym_identifier] = ACTIONS(301), + [112] = { + [sym__literal] = STATE(498), + [sym_string_literal] = STATE(505), + [sym__string_literal] = STATE(508), + [sym__multiline_string_literal] = STATE(508), + [sym_expression] = STATE(635), + [sym_cast_expression] = STATE(538), + [sym_assignment_expression] = STATE(538), + [sym_binary_expression] = STATE(538), + [sym_instanceof_expression] = STATE(538), + [sym_lambda_expression] = STATE(538), + [sym_inferred_parameters] = STATE(1218), + [sym_ternary_expression] = STATE(538), + [sym_unary_expression] = STATE(538), + [sym_update_expression] = STATE(538), + [sym_primary_expression] = STATE(509), + [sym_array_creation_expression] = STATE(498), + [sym_parenthesized_expression] = STATE(498), + [sym_class_literal] = STATE(498), + [sym_object_creation_expression] = STATE(498), + [sym__unqualified_object_creation_expression] = STATE(515), + [sym_field_access] = STATE(385), + [sym_array_access] = STATE(385), + [sym_method_invocation] = STATE(498), + [sym_method_reference] = STATE(498), + [sym_switch_expression] = STATE(538), + [sym__annotation] = STATE(694), + [sym_marker_annotation] = STATE(694), + [sym_annotation] = STATE(694), + [sym__type] = STATE(1208), + [sym__unannotated_type] = STATE(805), + [sym_annotated_type] = STATE(831), + [sym_scoped_type_identifier] = STATE(735), + [sym_generic_type] = STATE(751), + [sym_array_type] = STATE(688), + [sym_integral_type] = STATE(688), + [sym_floating_point_type] = STATE(688), + [sym_formal_parameters] = STATE(1218), + [sym__reserved_identifier] = STATE(372), + [aux_sym_array_creation_expression_repeat1] = STATE(694), + [sym_identifier] = ACTIONS(269), [sym_decimal_integer_literal] = ACTIONS(9), [sym_hex_integer_literal] = ACTIONS(9), [sym_octal_integer_literal] = ACTIONS(9), @@ -25196,66 +24584,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS_PLUS] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(25), [anon_sym_new] = ACTIONS(27), + [anon_sym_RBRACK] = ACTIONS(385), [anon_sym_switch] = ACTIONS(31), - [anon_sym_SEMI] = ACTIONS(400), - [anon_sym_AT] = ACTIONS(329), - [anon_sym_open] = ACTIONS(305), - [anon_sym_module] = ACTIONS(305), - [anon_sym_record] = ACTIONS(305), - [anon_sym_byte] = ACTIONS(81), - [anon_sym_short] = ACTIONS(81), - [anon_sym_int] = ACTIONS(81), - [anon_sym_long] = ACTIONS(81), - [anon_sym_char] = ACTIONS(81), - [anon_sym_float] = ACTIONS(83), - [anon_sym_double] = ACTIONS(83), - [sym_boolean_type] = ACTIONS(85), - [sym_void_type] = ACTIONS(85), - [sym_this] = ACTIONS(87), - [sym_super] = ACTIONS(89), + [anon_sym_yield] = ACTIONS(67), + [anon_sym_AT] = ACTIONS(275), + [anon_sym_open] = ACTIONS(67), + [anon_sym_module] = ACTIONS(67), + [anon_sym_with] = ACTIONS(67), + [anon_sym_sealed] = ACTIONS(67), + [anon_sym_record] = ACTIONS(67), + [anon_sym_byte] = ACTIONS(85), + [anon_sym_short] = ACTIONS(85), + [anon_sym_int] = ACTIONS(85), + [anon_sym_long] = ACTIONS(85), + [anon_sym_char] = ACTIONS(85), + [anon_sym_float] = ACTIONS(87), + [anon_sym_double] = ACTIONS(87), + [sym_boolean_type] = ACTIONS(89), + [sym_void_type] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, - [121] = { - [sym__literal] = STATE(507), - [sym_string_literal] = STATE(510), - [sym__string_literal] = STATE(498), - [sym__multiline_string_literal] = STATE(498), - [sym_expression] = STATE(610), - [sym_cast_expression] = STATE(524), - [sym_assignment_expression] = STATE(524), - [sym_binary_expression] = STATE(524), - [sym_instanceof_expression] = STATE(524), - [sym_lambda_expression] = STATE(524), - [sym_inferred_parameters] = STATE(1259), - [sym_ternary_expression] = STATE(524), - [sym_unary_expression] = STATE(524), - [sym_update_expression] = STATE(524), - [sym_primary_expression] = STATE(470), - [sym_array_creation_expression] = STATE(507), - [sym_parenthesized_expression] = STATE(507), - [sym_class_literal] = STATE(507), - [sym_object_creation_expression] = STATE(507), - [sym__unqualified_object_creation_expression] = STATE(483), - [sym_field_access] = STATE(384), - [sym_array_access] = STATE(384), - [sym_method_invocation] = STATE(507), - [sym_method_reference] = STATE(507), - [sym_switch_expression] = STATE(524), - [sym__annotation] = STATE(683), - [sym_marker_annotation] = STATE(683), - [sym_annotation] = STATE(683), - [sym__type] = STATE(1266), - [sym__unannotated_type] = STATE(795), - [sym_annotated_type] = STATE(797), - [sym_scoped_type_identifier] = STATE(745), - [sym_generic_type] = STATE(771), - [sym_array_type] = STATE(702), - [sym_integral_type] = STATE(702), - [sym_floating_point_type] = STATE(702), - [sym_formal_parameters] = STATE(1259), - [aux_sym_array_creation_expression_repeat1] = STATE(683), - [sym_identifier] = ACTIONS(301), + [113] = { + [sym__literal] = STATE(498), + [sym_string_literal] = STATE(505), + [sym__string_literal] = STATE(508), + [sym__multiline_string_literal] = STATE(508), + [sym_expression] = STATE(648), + [sym_cast_expression] = STATE(538), + [sym_assignment_expression] = STATE(538), + [sym_binary_expression] = STATE(538), + [sym_instanceof_expression] = STATE(538), + [sym_lambda_expression] = STATE(538), + [sym_inferred_parameters] = STATE(1218), + [sym_ternary_expression] = STATE(538), + [sym_unary_expression] = STATE(538), + [sym_update_expression] = STATE(538), + [sym_primary_expression] = STATE(509), + [sym_array_creation_expression] = STATE(498), + [sym_parenthesized_expression] = STATE(498), + [sym_class_literal] = STATE(498), + [sym_object_creation_expression] = STATE(498), + [sym__unqualified_object_creation_expression] = STATE(515), + [sym_field_access] = STATE(385), + [sym_array_access] = STATE(385), + [sym_method_invocation] = STATE(498), + [sym_method_reference] = STATE(498), + [sym_switch_expression] = STATE(538), + [sym__annotation] = STATE(694), + [sym_marker_annotation] = STATE(694), + [sym_annotation] = STATE(694), + [sym__type] = STATE(1208), + [sym__unannotated_type] = STATE(805), + [sym_annotated_type] = STATE(831), + [sym_scoped_type_identifier] = STATE(735), + [sym_generic_type] = STATE(751), + [sym_array_type] = STATE(688), + [sym_integral_type] = STATE(688), + [sym_floating_point_type] = STATE(688), + [sym_formal_parameters] = STATE(1218), + [sym__reserved_identifier] = STATE(372), + [aux_sym_array_creation_expression_repeat1] = STATE(694), + [sym_identifier] = ACTIONS(269), [sym_decimal_integer_literal] = ACTIONS(9), [sym_hex_integer_literal] = ACTIONS(9), [sym_octal_integer_literal] = ACTIONS(9), @@ -25269,7 +24661,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(15), [sym_null_literal] = ACTIONS(9), [anon_sym_LPAREN] = ACTIONS(17), - [anon_sym_RPAREN] = ACTIONS(402), [anon_sym_PLUS] = ACTIONS(19), [anon_sym_DASH] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(23), @@ -25278,64 +24669,69 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DASH_DASH] = ACTIONS(25), [anon_sym_new] = ACTIONS(27), [anon_sym_switch] = ACTIONS(31), - [anon_sym_AT] = ACTIONS(329), - [anon_sym_open] = ACTIONS(305), - [anon_sym_module] = ACTIONS(305), - [anon_sym_record] = ACTIONS(305), - [anon_sym_byte] = ACTIONS(81), - [anon_sym_short] = ACTIONS(81), - [anon_sym_int] = ACTIONS(81), - [anon_sym_long] = ACTIONS(81), - [anon_sym_char] = ACTIONS(81), - [anon_sym_float] = ACTIONS(83), - [anon_sym_double] = ACTIONS(83), - [sym_boolean_type] = ACTIONS(85), - [sym_void_type] = ACTIONS(85), - [sym_this] = ACTIONS(87), - [sym_super] = ACTIONS(89), + [anon_sym_SEMI] = ACTIONS(387), + [anon_sym_yield] = ACTIONS(67), + [anon_sym_AT] = ACTIONS(275), + [anon_sym_open] = ACTIONS(67), + [anon_sym_module] = ACTIONS(67), + [anon_sym_with] = ACTIONS(67), + [anon_sym_sealed] = ACTIONS(67), + [anon_sym_record] = ACTIONS(67), + [anon_sym_byte] = ACTIONS(85), + [anon_sym_short] = ACTIONS(85), + [anon_sym_int] = ACTIONS(85), + [anon_sym_long] = ACTIONS(85), + [anon_sym_char] = ACTIONS(85), + [anon_sym_float] = ACTIONS(87), + [anon_sym_double] = ACTIONS(87), + [sym_boolean_type] = ACTIONS(89), + [sym_void_type] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, - [122] = { - [sym__literal] = STATE(507), - [sym_string_literal] = STATE(510), - [sym__string_literal] = STATE(498), - [sym__multiline_string_literal] = STATE(498), - [sym_expression] = STATE(621), - [sym_cast_expression] = STATE(524), - [sym_assignment_expression] = STATE(524), - [sym_binary_expression] = STATE(524), - [sym_instanceof_expression] = STATE(524), - [sym_lambda_expression] = STATE(524), - [sym_inferred_parameters] = STATE(1259), - [sym_ternary_expression] = STATE(524), - [sym_unary_expression] = STATE(524), - [sym_update_expression] = STATE(524), - [sym_primary_expression] = STATE(470), - [sym_array_creation_expression] = STATE(507), - [sym_parenthesized_expression] = STATE(507), - [sym_class_literal] = STATE(507), - [sym_object_creation_expression] = STATE(507), - [sym__unqualified_object_creation_expression] = STATE(483), - [sym_field_access] = STATE(384), - [sym_array_access] = STATE(384), - [sym_method_invocation] = STATE(507), - [sym_method_reference] = STATE(507), - [sym_switch_expression] = STATE(524), - [sym__annotation] = STATE(683), - [sym_marker_annotation] = STATE(683), - [sym_annotation] = STATE(683), - [sym__type] = STATE(1266), - [sym__unannotated_type] = STATE(795), - [sym_annotated_type] = STATE(797), - [sym_scoped_type_identifier] = STATE(745), - [sym_generic_type] = STATE(771), - [sym_array_type] = STATE(702), - [sym_integral_type] = STATE(702), - [sym_floating_point_type] = STATE(702), - [sym_formal_parameters] = STATE(1259), - [aux_sym_array_creation_expression_repeat1] = STATE(683), - [sym_identifier] = ACTIONS(301), + [114] = { + [sym__literal] = STATE(498), + [sym_string_literal] = STATE(505), + [sym__string_literal] = STATE(508), + [sym__multiline_string_literal] = STATE(508), + [sym_expression] = STATE(649), + [sym_cast_expression] = STATE(538), + [sym_assignment_expression] = STATE(538), + [sym_binary_expression] = STATE(538), + [sym_instanceof_expression] = STATE(538), + [sym_lambda_expression] = STATE(538), + [sym_inferred_parameters] = STATE(1218), + [sym_ternary_expression] = STATE(538), + [sym_unary_expression] = STATE(538), + [sym_update_expression] = STATE(538), + [sym_primary_expression] = STATE(509), + [sym_array_creation_expression] = STATE(498), + [sym_parenthesized_expression] = STATE(498), + [sym_class_literal] = STATE(498), + [sym_object_creation_expression] = STATE(498), + [sym__unqualified_object_creation_expression] = STATE(515), + [sym_field_access] = STATE(385), + [sym_array_access] = STATE(385), + [sym_method_invocation] = STATE(498), + [sym_method_reference] = STATE(498), + [sym_switch_expression] = STATE(538), + [sym__annotation] = STATE(694), + [sym_marker_annotation] = STATE(694), + [sym_annotation] = STATE(694), + [sym__type] = STATE(1208), + [sym__unannotated_type] = STATE(805), + [sym_annotated_type] = STATE(831), + [sym_scoped_type_identifier] = STATE(735), + [sym_generic_type] = STATE(751), + [sym_array_type] = STATE(688), + [sym_integral_type] = STATE(688), + [sym_floating_point_type] = STATE(688), + [sym_formal_parameters] = STATE(1218), + [sym__reserved_identifier] = STATE(372), + [aux_sym_array_creation_expression_repeat1] = STATE(694), + [sym_identifier] = ACTIONS(269), [sym_decimal_integer_literal] = ACTIONS(9), [sym_hex_integer_literal] = ACTIONS(9), [sym_octal_integer_literal] = ACTIONS(9), @@ -25349,7 +24745,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(15), [sym_null_literal] = ACTIONS(9), [anon_sym_LPAREN] = ACTIONS(17), - [anon_sym_RPAREN] = ACTIONS(404), [anon_sym_PLUS] = ACTIONS(19), [anon_sym_DASH] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(23), @@ -25358,64 +24753,153 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DASH_DASH] = ACTIONS(25), [anon_sym_new] = ACTIONS(27), [anon_sym_switch] = ACTIONS(31), - [anon_sym_AT] = ACTIONS(329), - [anon_sym_open] = ACTIONS(305), - [anon_sym_module] = ACTIONS(305), - [anon_sym_record] = ACTIONS(305), - [anon_sym_byte] = ACTIONS(81), - [anon_sym_short] = ACTIONS(81), - [anon_sym_int] = ACTIONS(81), - [anon_sym_long] = ACTIONS(81), - [anon_sym_char] = ACTIONS(81), - [anon_sym_float] = ACTIONS(83), - [anon_sym_double] = ACTIONS(83), - [sym_boolean_type] = ACTIONS(85), - [sym_void_type] = ACTIONS(85), - [sym_this] = ACTIONS(87), - [sym_super] = ACTIONS(89), + [anon_sym_SEMI] = ACTIONS(389), + [anon_sym_yield] = ACTIONS(67), + [anon_sym_AT] = ACTIONS(275), + [anon_sym_open] = ACTIONS(67), + [anon_sym_module] = ACTIONS(67), + [anon_sym_with] = ACTIONS(67), + [anon_sym_sealed] = ACTIONS(67), + [anon_sym_record] = ACTIONS(67), + [anon_sym_byte] = ACTIONS(85), + [anon_sym_short] = ACTIONS(85), + [anon_sym_int] = ACTIONS(85), + [anon_sym_long] = ACTIONS(85), + [anon_sym_char] = ACTIONS(85), + [anon_sym_float] = ACTIONS(87), + [anon_sym_double] = ACTIONS(87), + [sym_boolean_type] = ACTIONS(89), + [sym_void_type] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, - [123] = { - [sym__literal] = STATE(507), - [sym_string_literal] = STATE(510), - [sym__string_literal] = STATE(498), - [sym__multiline_string_literal] = STATE(498), - [sym_expression] = STATE(613), - [sym_cast_expression] = STATE(524), - [sym_assignment_expression] = STATE(524), - [sym_binary_expression] = STATE(524), - [sym_instanceof_expression] = STATE(524), - [sym_lambda_expression] = STATE(524), - [sym_inferred_parameters] = STATE(1259), - [sym_ternary_expression] = STATE(524), - [sym_unary_expression] = STATE(524), - [sym_update_expression] = STATE(524), - [sym_primary_expression] = STATE(470), - [sym_array_creation_expression] = STATE(507), - [sym_parenthesized_expression] = STATE(507), - [sym_class_literal] = STATE(507), - [sym_object_creation_expression] = STATE(507), - [sym__unqualified_object_creation_expression] = STATE(483), - [sym_field_access] = STATE(384), - [sym_array_access] = STATE(384), - [sym_method_invocation] = STATE(507), - [sym_method_reference] = STATE(507), - [sym_switch_expression] = STATE(524), - [sym__annotation] = STATE(683), - [sym_marker_annotation] = STATE(683), - [sym_annotation] = STATE(683), - [sym__type] = STATE(1266), - [sym__unannotated_type] = STATE(795), - [sym_annotated_type] = STATE(797), - [sym_scoped_type_identifier] = STATE(745), - [sym_generic_type] = STATE(771), - [sym_array_type] = STATE(702), - [sym_integral_type] = STATE(702), - [sym_floating_point_type] = STATE(702), - [sym_formal_parameters] = STATE(1259), - [aux_sym_array_creation_expression_repeat1] = STATE(683), - [sym_identifier] = ACTIONS(301), + [115] = { + [sym_catch_clause] = STATE(190), + [sym_finally_clause] = STATE(280), + [aux_sym_try_statement_repeat1] = STATE(190), + [ts_builtin_sym_end] = ACTIONS(391), + [sym_identifier] = ACTIONS(393), + [sym_decimal_integer_literal] = ACTIONS(393), + [sym_hex_integer_literal] = ACTIONS(393), + [sym_octal_integer_literal] = ACTIONS(393), + [sym_binary_integer_literal] = ACTIONS(391), + [sym_decimal_floating_point_literal] = ACTIONS(391), + [sym_hex_floating_point_literal] = ACTIONS(393), + [sym_true] = ACTIONS(393), + [sym_false] = ACTIONS(393), + [sym_character_literal] = ACTIONS(391), + [anon_sym_DQUOTE] = ACTIONS(393), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(391), + [sym_null_literal] = ACTIONS(393), + [anon_sym_LPAREN] = ACTIONS(391), + [anon_sym_PLUS] = ACTIONS(393), + [anon_sym_DASH] = ACTIONS(393), + [anon_sym_final] = ACTIONS(393), + [anon_sym_BANG] = ACTIONS(391), + [anon_sym_TILDE] = ACTIONS(391), + [anon_sym_PLUS_PLUS] = ACTIONS(391), + [anon_sym_DASH_DASH] = ACTIONS(391), + [anon_sym_new] = ACTIONS(393), + [anon_sym_class] = ACTIONS(393), + [anon_sym_switch] = ACTIONS(393), + [anon_sym_LBRACE] = ACTIONS(391), + [anon_sym_RBRACE] = ACTIONS(391), + [anon_sym_case] = ACTIONS(393), + [anon_sym_default] = ACTIONS(393), + [anon_sym_SEMI] = ACTIONS(391), + [anon_sym_assert] = ACTIONS(393), + [anon_sym_do] = ACTIONS(393), + [anon_sym_while] = ACTIONS(393), + [anon_sym_break] = ACTIONS(393), + [anon_sym_continue] = ACTIONS(393), + [anon_sym_return] = ACTIONS(393), + [anon_sym_yield] = ACTIONS(393), + [anon_sym_synchronized] = ACTIONS(393), + [anon_sym_throw] = ACTIONS(393), + [anon_sym_try] = ACTIONS(393), + [anon_sym_catch] = ACTIONS(395), + [anon_sym_finally] = ACTIONS(397), + [anon_sym_if] = ACTIONS(393), + [anon_sym_else] = ACTIONS(393), + [anon_sym_for] = ACTIONS(393), + [anon_sym_AT] = ACTIONS(393), + [anon_sym_open] = ACTIONS(393), + [anon_sym_module] = ACTIONS(393), + [anon_sym_static] = ACTIONS(393), + [anon_sym_with] = ACTIONS(393), + [anon_sym_package] = ACTIONS(393), + [anon_sym_import] = ACTIONS(393), + [anon_sym_enum] = ACTIONS(393), + [anon_sym_public] = ACTIONS(393), + [anon_sym_protected] = ACTIONS(393), + [anon_sym_private] = ACTIONS(393), + [anon_sym_abstract] = ACTIONS(393), + [anon_sym_strictfp] = ACTIONS(393), + [anon_sym_native] = ACTIONS(393), + [anon_sym_transient] = ACTIONS(393), + [anon_sym_volatile] = ACTIONS(393), + [anon_sym_sealed] = ACTIONS(393), + [anon_sym_non_DASHsealed] = ACTIONS(391), + [anon_sym_record] = ACTIONS(393), + [anon_sym_ATinterface] = ACTIONS(391), + [anon_sym_interface] = ACTIONS(393), + [anon_sym_byte] = ACTIONS(393), + [anon_sym_short] = ACTIONS(393), + [anon_sym_int] = ACTIONS(393), + [anon_sym_long] = ACTIONS(393), + [anon_sym_char] = ACTIONS(393), + [anon_sym_float] = ACTIONS(393), + [anon_sym_double] = ACTIONS(393), + [sym_boolean_type] = ACTIONS(393), + [sym_void_type] = ACTIONS(393), + [sym_this] = ACTIONS(393), + [sym_super] = ACTIONS(393), + [sym_line_comment] = ACTIONS(3), + [sym_block_comment] = ACTIONS(3), + }, + [116] = { + [sym__literal] = STATE(498), + [sym_string_literal] = STATE(505), + [sym__string_literal] = STATE(508), + [sym__multiline_string_literal] = STATE(508), + [sym_expression] = STATE(585), + [sym_cast_expression] = STATE(538), + [sym_assignment_expression] = STATE(538), + [sym_binary_expression] = STATE(538), + [sym_instanceof_expression] = STATE(538), + [sym_lambda_expression] = STATE(538), + [sym_inferred_parameters] = STATE(1218), + [sym_ternary_expression] = STATE(538), + [sym_unary_expression] = STATE(538), + [sym_update_expression] = STATE(538), + [sym_primary_expression] = STATE(509), + [sym_array_creation_expression] = STATE(498), + [sym_parenthesized_expression] = STATE(498), + [sym_class_literal] = STATE(498), + [sym_object_creation_expression] = STATE(498), + [sym__unqualified_object_creation_expression] = STATE(515), + [sym_field_access] = STATE(385), + [sym_array_access] = STATE(385), + [sym_method_invocation] = STATE(498), + [sym_method_reference] = STATE(498), + [sym_switch_expression] = STATE(538), + [sym__annotation] = STATE(694), + [sym_marker_annotation] = STATE(694), + [sym_annotation] = STATE(694), + [sym__type] = STATE(1208), + [sym__unannotated_type] = STATE(805), + [sym_annotated_type] = STATE(831), + [sym_scoped_type_identifier] = STATE(735), + [sym_generic_type] = STATE(751), + [sym_array_type] = STATE(688), + [sym_integral_type] = STATE(688), + [sym_floating_point_type] = STATE(688), + [sym_formal_parameters] = STATE(1218), + [sym__reserved_identifier] = STATE(372), + [aux_sym_array_creation_expression_repeat1] = STATE(694), + [sym_identifier] = ACTIONS(269), [sym_decimal_integer_literal] = ACTIONS(9), [sym_hex_integer_literal] = ACTIONS(9), [sym_octal_integer_literal] = ACTIONS(9), @@ -25429,7 +24913,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(15), [sym_null_literal] = ACTIONS(9), [anon_sym_LPAREN] = ACTIONS(17), - [anon_sym_RPAREN] = ACTIONS(406), + [anon_sym_RPAREN] = ACTIONS(399), [anon_sym_PLUS] = ACTIONS(19), [anon_sym_DASH] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(23), @@ -25438,64 +24922,68 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DASH_DASH] = ACTIONS(25), [anon_sym_new] = ACTIONS(27), [anon_sym_switch] = ACTIONS(31), - [anon_sym_AT] = ACTIONS(329), - [anon_sym_open] = ACTIONS(305), - [anon_sym_module] = ACTIONS(305), - [anon_sym_record] = ACTIONS(305), - [anon_sym_byte] = ACTIONS(81), - [anon_sym_short] = ACTIONS(81), - [anon_sym_int] = ACTIONS(81), - [anon_sym_long] = ACTIONS(81), - [anon_sym_char] = ACTIONS(81), - [anon_sym_float] = ACTIONS(83), - [anon_sym_double] = ACTIONS(83), - [sym_boolean_type] = ACTIONS(85), - [sym_void_type] = ACTIONS(85), - [sym_this] = ACTIONS(87), - [sym_super] = ACTIONS(89), + [anon_sym_yield] = ACTIONS(67), + [anon_sym_AT] = ACTIONS(275), + [anon_sym_open] = ACTIONS(67), + [anon_sym_module] = ACTIONS(67), + [anon_sym_with] = ACTIONS(67), + [anon_sym_sealed] = ACTIONS(67), + [anon_sym_record] = ACTIONS(67), + [anon_sym_byte] = ACTIONS(85), + [anon_sym_short] = ACTIONS(85), + [anon_sym_int] = ACTIONS(85), + [anon_sym_long] = ACTIONS(85), + [anon_sym_char] = ACTIONS(85), + [anon_sym_float] = ACTIONS(87), + [anon_sym_double] = ACTIONS(87), + [sym_boolean_type] = ACTIONS(89), + [sym_void_type] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, - [124] = { - [sym__literal] = STATE(507), - [sym_string_literal] = STATE(510), - [sym__string_literal] = STATE(498), - [sym__multiline_string_literal] = STATE(498), - [sym_expression] = STATE(638), - [sym_cast_expression] = STATE(524), - [sym_assignment_expression] = STATE(524), - [sym_binary_expression] = STATE(524), - [sym_instanceof_expression] = STATE(524), - [sym_lambda_expression] = STATE(524), - [sym_inferred_parameters] = STATE(1259), - [sym_ternary_expression] = STATE(524), - [sym_unary_expression] = STATE(524), - [sym_update_expression] = STATE(524), - [sym_primary_expression] = STATE(470), - [sym_array_creation_expression] = STATE(507), - [sym_parenthesized_expression] = STATE(507), - [sym_class_literal] = STATE(507), - [sym_object_creation_expression] = STATE(507), - [sym__unqualified_object_creation_expression] = STATE(483), - [sym_field_access] = STATE(384), - [sym_array_access] = STATE(384), - [sym_method_invocation] = STATE(507), - [sym_method_reference] = STATE(507), - [sym_switch_expression] = STATE(524), - [sym__annotation] = STATE(683), - [sym_marker_annotation] = STATE(683), - [sym_annotation] = STATE(683), - [sym__type] = STATE(1266), - [sym__unannotated_type] = STATE(795), - [sym_annotated_type] = STATE(797), - [sym_scoped_type_identifier] = STATE(745), - [sym_generic_type] = STATE(771), - [sym_array_type] = STATE(702), - [sym_integral_type] = STATE(702), - [sym_floating_point_type] = STATE(702), - [sym_formal_parameters] = STATE(1259), - [aux_sym_array_creation_expression_repeat1] = STATE(683), - [sym_identifier] = ACTIONS(301), + [117] = { + [sym__literal] = STATE(498), + [sym_string_literal] = STATE(505), + [sym__string_literal] = STATE(508), + [sym__multiline_string_literal] = STATE(508), + [sym_expression] = STATE(618), + [sym_cast_expression] = STATE(538), + [sym_assignment_expression] = STATE(538), + [sym_binary_expression] = STATE(538), + [sym_instanceof_expression] = STATE(538), + [sym_lambda_expression] = STATE(538), + [sym_inferred_parameters] = STATE(1218), + [sym_ternary_expression] = STATE(538), + [sym_unary_expression] = STATE(538), + [sym_update_expression] = STATE(538), + [sym_primary_expression] = STATE(509), + [sym_array_creation_expression] = STATE(498), + [sym_parenthesized_expression] = STATE(498), + [sym_class_literal] = STATE(498), + [sym_object_creation_expression] = STATE(498), + [sym__unqualified_object_creation_expression] = STATE(515), + [sym_field_access] = STATE(385), + [sym_array_access] = STATE(385), + [sym_method_invocation] = STATE(498), + [sym_method_reference] = STATE(498), + [sym_switch_expression] = STATE(538), + [sym__annotation] = STATE(694), + [sym_marker_annotation] = STATE(694), + [sym_annotation] = STATE(694), + [sym__type] = STATE(1208), + [sym__unannotated_type] = STATE(805), + [sym_annotated_type] = STATE(831), + [sym_scoped_type_identifier] = STATE(735), + [sym_generic_type] = STATE(751), + [sym_array_type] = STATE(688), + [sym_integral_type] = STATE(688), + [sym_floating_point_type] = STATE(688), + [sym_formal_parameters] = STATE(1218), + [sym__reserved_identifier] = STATE(372), + [aux_sym_array_creation_expression_repeat1] = STATE(694), + [sym_identifier] = ACTIONS(269), [sym_decimal_integer_literal] = ACTIONS(9), [sym_hex_integer_literal] = ACTIONS(9), [sym_octal_integer_literal] = ACTIONS(9), @@ -25509,6 +24997,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(15), [sym_null_literal] = ACTIONS(9), [anon_sym_LPAREN] = ACTIONS(17), + [anon_sym_RPAREN] = ACTIONS(401), [anon_sym_PLUS] = ACTIONS(19), [anon_sym_DASH] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(23), @@ -25516,66 +25005,69 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS_PLUS] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(25), [anon_sym_new] = ACTIONS(27), - [anon_sym_RBRACK] = ACTIONS(408), [anon_sym_switch] = ACTIONS(31), - [anon_sym_AT] = ACTIONS(329), - [anon_sym_open] = ACTIONS(305), - [anon_sym_module] = ACTIONS(305), - [anon_sym_record] = ACTIONS(305), - [anon_sym_byte] = ACTIONS(81), - [anon_sym_short] = ACTIONS(81), - [anon_sym_int] = ACTIONS(81), - [anon_sym_long] = ACTIONS(81), - [anon_sym_char] = ACTIONS(81), - [anon_sym_float] = ACTIONS(83), - [anon_sym_double] = ACTIONS(83), - [sym_boolean_type] = ACTIONS(85), - [sym_void_type] = ACTIONS(85), - [sym_this] = ACTIONS(87), - [sym_super] = ACTIONS(89), + [anon_sym_yield] = ACTIONS(67), + [anon_sym_AT] = ACTIONS(275), + [anon_sym_open] = ACTIONS(67), + [anon_sym_module] = ACTIONS(67), + [anon_sym_with] = ACTIONS(67), + [anon_sym_sealed] = ACTIONS(67), + [anon_sym_record] = ACTIONS(67), + [anon_sym_byte] = ACTIONS(85), + [anon_sym_short] = ACTIONS(85), + [anon_sym_int] = ACTIONS(85), + [anon_sym_long] = ACTIONS(85), + [anon_sym_char] = ACTIONS(85), + [anon_sym_float] = ACTIONS(87), + [anon_sym_double] = ACTIONS(87), + [sym_boolean_type] = ACTIONS(89), + [sym_void_type] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, - [125] = { - [sym__literal] = STATE(507), - [sym_string_literal] = STATE(510), - [sym__string_literal] = STATE(498), - [sym__multiline_string_literal] = STATE(498), - [sym_expression] = STATE(606), - [sym_cast_expression] = STATE(524), - [sym_assignment_expression] = STATE(524), - [sym_binary_expression] = STATE(524), - [sym_instanceof_expression] = STATE(524), - [sym_lambda_expression] = STATE(524), - [sym_inferred_parameters] = STATE(1259), - [sym_ternary_expression] = STATE(524), - [sym_unary_expression] = STATE(524), - [sym_update_expression] = STATE(524), - [sym_primary_expression] = STATE(470), - [sym_array_creation_expression] = STATE(507), - [sym_parenthesized_expression] = STATE(507), - [sym_class_literal] = STATE(507), - [sym_object_creation_expression] = STATE(507), - [sym__unqualified_object_creation_expression] = STATE(483), - [sym_field_access] = STATE(384), - [sym_array_access] = STATE(384), - [sym_method_invocation] = STATE(507), - [sym_method_reference] = STATE(507), - [sym_switch_expression] = STATE(524), - [sym__annotation] = STATE(683), - [sym_marker_annotation] = STATE(683), - [sym_annotation] = STATE(683), - [sym__type] = STATE(1266), - [sym__unannotated_type] = STATE(795), - [sym_annotated_type] = STATE(797), - [sym_scoped_type_identifier] = STATE(745), - [sym_generic_type] = STATE(771), - [sym_array_type] = STATE(702), - [sym_integral_type] = STATE(702), - [sym_floating_point_type] = STATE(702), - [sym_formal_parameters] = STATE(1259), - [aux_sym_array_creation_expression_repeat1] = STATE(683), - [sym_identifier] = ACTIONS(301), + [118] = { + [sym__literal] = STATE(498), + [sym_string_literal] = STATE(505), + [sym__string_literal] = STATE(508), + [sym__multiline_string_literal] = STATE(508), + [sym_expression] = STATE(612), + [sym_cast_expression] = STATE(538), + [sym_assignment_expression] = STATE(538), + [sym_binary_expression] = STATE(538), + [sym_instanceof_expression] = STATE(538), + [sym_lambda_expression] = STATE(538), + [sym_inferred_parameters] = STATE(1218), + [sym_ternary_expression] = STATE(538), + [sym_unary_expression] = STATE(538), + [sym_update_expression] = STATE(538), + [sym_primary_expression] = STATE(509), + [sym_array_creation_expression] = STATE(498), + [sym_parenthesized_expression] = STATE(498), + [sym_class_literal] = STATE(498), + [sym_object_creation_expression] = STATE(498), + [sym__unqualified_object_creation_expression] = STATE(515), + [sym_field_access] = STATE(385), + [sym_array_access] = STATE(385), + [sym_method_invocation] = STATE(498), + [sym_method_reference] = STATE(498), + [sym_switch_expression] = STATE(538), + [sym__annotation] = STATE(694), + [sym_marker_annotation] = STATE(694), + [sym_annotation] = STATE(694), + [sym__type] = STATE(1208), + [sym__unannotated_type] = STATE(805), + [sym_annotated_type] = STATE(831), + [sym_scoped_type_identifier] = STATE(735), + [sym_generic_type] = STATE(751), + [sym_array_type] = STATE(688), + [sym_integral_type] = STATE(688), + [sym_floating_point_type] = STATE(688), + [sym_formal_parameters] = STATE(1218), + [sym__reserved_identifier] = STATE(372), + [aux_sym_array_creation_expression_repeat1] = STATE(694), + [sym_identifier] = ACTIONS(269), [sym_decimal_integer_literal] = ACTIONS(9), [sym_hex_integer_literal] = ACTIONS(9), [sym_octal_integer_literal] = ACTIONS(9), @@ -25589,7 +25081,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(15), [sym_null_literal] = ACTIONS(9), [anon_sym_LPAREN] = ACTIONS(17), - [anon_sym_RPAREN] = ACTIONS(410), + [anon_sym_RPAREN] = ACTIONS(403), [anon_sym_PLUS] = ACTIONS(19), [anon_sym_DASH] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(23), @@ -25598,64 +25090,68 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DASH_DASH] = ACTIONS(25), [anon_sym_new] = ACTIONS(27), [anon_sym_switch] = ACTIONS(31), - [anon_sym_AT] = ACTIONS(329), - [anon_sym_open] = ACTIONS(305), - [anon_sym_module] = ACTIONS(305), - [anon_sym_record] = ACTIONS(305), - [anon_sym_byte] = ACTIONS(81), - [anon_sym_short] = ACTIONS(81), - [anon_sym_int] = ACTIONS(81), - [anon_sym_long] = ACTIONS(81), - [anon_sym_char] = ACTIONS(81), - [anon_sym_float] = ACTIONS(83), - [anon_sym_double] = ACTIONS(83), - [sym_boolean_type] = ACTIONS(85), - [sym_void_type] = ACTIONS(85), - [sym_this] = ACTIONS(87), - [sym_super] = ACTIONS(89), + [anon_sym_yield] = ACTIONS(67), + [anon_sym_AT] = ACTIONS(275), + [anon_sym_open] = ACTIONS(67), + [anon_sym_module] = ACTIONS(67), + [anon_sym_with] = ACTIONS(67), + [anon_sym_sealed] = ACTIONS(67), + [anon_sym_record] = ACTIONS(67), + [anon_sym_byte] = ACTIONS(85), + [anon_sym_short] = ACTIONS(85), + [anon_sym_int] = ACTIONS(85), + [anon_sym_long] = ACTIONS(85), + [anon_sym_char] = ACTIONS(85), + [anon_sym_float] = ACTIONS(87), + [anon_sym_double] = ACTIONS(87), + [sym_boolean_type] = ACTIONS(89), + [sym_void_type] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, - [126] = { - [sym__literal] = STATE(507), - [sym_string_literal] = STATE(510), - [sym__string_literal] = STATE(498), - [sym__multiline_string_literal] = STATE(498), - [sym_expression] = STATE(635), - [sym_cast_expression] = STATE(524), - [sym_assignment_expression] = STATE(524), - [sym_binary_expression] = STATE(524), - [sym_instanceof_expression] = STATE(524), - [sym_lambda_expression] = STATE(524), - [sym_inferred_parameters] = STATE(1259), - [sym_ternary_expression] = STATE(524), - [sym_unary_expression] = STATE(524), - [sym_update_expression] = STATE(524), - [sym_primary_expression] = STATE(470), - [sym_array_creation_expression] = STATE(507), - [sym_parenthesized_expression] = STATE(507), - [sym_class_literal] = STATE(507), - [sym_object_creation_expression] = STATE(507), - [sym__unqualified_object_creation_expression] = STATE(483), - [sym_field_access] = STATE(384), - [sym_array_access] = STATE(384), - [sym_method_invocation] = STATE(507), - [sym_method_reference] = STATE(507), - [sym_switch_expression] = STATE(524), - [sym__annotation] = STATE(683), - [sym_marker_annotation] = STATE(683), - [sym_annotation] = STATE(683), - [sym__type] = STATE(1266), - [sym__unannotated_type] = STATE(795), - [sym_annotated_type] = STATE(797), - [sym_scoped_type_identifier] = STATE(745), - [sym_generic_type] = STATE(771), - [sym_array_type] = STATE(702), - [sym_integral_type] = STATE(702), - [sym_floating_point_type] = STATE(702), - [sym_formal_parameters] = STATE(1259), - [aux_sym_array_creation_expression_repeat1] = STATE(683), - [sym_identifier] = ACTIONS(301), + [119] = { + [sym__literal] = STATE(498), + [sym_string_literal] = STATE(505), + [sym__string_literal] = STATE(508), + [sym__multiline_string_literal] = STATE(508), + [sym_expression] = STATE(636), + [sym_cast_expression] = STATE(538), + [sym_assignment_expression] = STATE(538), + [sym_binary_expression] = STATE(538), + [sym_instanceof_expression] = STATE(538), + [sym_lambda_expression] = STATE(538), + [sym_inferred_parameters] = STATE(1218), + [sym_ternary_expression] = STATE(538), + [sym_unary_expression] = STATE(538), + [sym_update_expression] = STATE(538), + [sym_primary_expression] = STATE(509), + [sym_array_creation_expression] = STATE(498), + [sym_parenthesized_expression] = STATE(498), + [sym_class_literal] = STATE(498), + [sym_object_creation_expression] = STATE(498), + [sym__unqualified_object_creation_expression] = STATE(515), + [sym_field_access] = STATE(385), + [sym_array_access] = STATE(385), + [sym_method_invocation] = STATE(498), + [sym_method_reference] = STATE(498), + [sym_switch_expression] = STATE(538), + [sym__annotation] = STATE(694), + [sym_marker_annotation] = STATE(694), + [sym_annotation] = STATE(694), + [sym__type] = STATE(1208), + [sym__unannotated_type] = STATE(805), + [sym_annotated_type] = STATE(831), + [sym_scoped_type_identifier] = STATE(735), + [sym_generic_type] = STATE(751), + [sym_array_type] = STATE(688), + [sym_integral_type] = STATE(688), + [sym_floating_point_type] = STATE(688), + [sym_formal_parameters] = STATE(1218), + [sym__reserved_identifier] = STATE(372), + [aux_sym_array_creation_expression_repeat1] = STATE(694), + [sym_identifier] = ACTIONS(269), [sym_decimal_integer_literal] = ACTIONS(9), [sym_hex_integer_literal] = ACTIONS(9), [sym_octal_integer_literal] = ACTIONS(9), @@ -25676,66 +25172,238 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS_PLUS] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(25), [anon_sym_new] = ACTIONS(27), - [anon_sym_RBRACK] = ACTIONS(412), + [anon_sym_RBRACK] = ACTIONS(405), [anon_sym_switch] = ACTIONS(31), - [anon_sym_AT] = ACTIONS(329), - [anon_sym_open] = ACTIONS(305), - [anon_sym_module] = ACTIONS(305), - [anon_sym_record] = ACTIONS(305), - [anon_sym_byte] = ACTIONS(81), - [anon_sym_short] = ACTIONS(81), - [anon_sym_int] = ACTIONS(81), - [anon_sym_long] = ACTIONS(81), - [anon_sym_char] = ACTIONS(81), - [anon_sym_float] = ACTIONS(83), - [anon_sym_double] = ACTIONS(83), - [sym_boolean_type] = ACTIONS(85), - [sym_void_type] = ACTIONS(85), - [sym_this] = ACTIONS(87), - [sym_super] = ACTIONS(89), + [anon_sym_yield] = ACTIONS(67), + [anon_sym_AT] = ACTIONS(275), + [anon_sym_open] = ACTIONS(67), + [anon_sym_module] = ACTIONS(67), + [anon_sym_with] = ACTIONS(67), + [anon_sym_sealed] = ACTIONS(67), + [anon_sym_record] = ACTIONS(67), + [anon_sym_byte] = ACTIONS(85), + [anon_sym_short] = ACTIONS(85), + [anon_sym_int] = ACTIONS(85), + [anon_sym_long] = ACTIONS(85), + [anon_sym_char] = ACTIONS(85), + [anon_sym_float] = ACTIONS(87), + [anon_sym_double] = ACTIONS(87), + [sym_boolean_type] = ACTIONS(89), + [sym_void_type] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, - [127] = { - [sym__literal] = STATE(507), - [sym_string_literal] = STATE(510), - [sym__string_literal] = STATE(498), - [sym__multiline_string_literal] = STATE(498), - [sym_expression] = STATE(638), - [sym_cast_expression] = STATE(524), - [sym_assignment_expression] = STATE(524), - [sym_binary_expression] = STATE(524), - [sym_instanceof_expression] = STATE(524), - [sym_lambda_expression] = STATE(524), - [sym_inferred_parameters] = STATE(1259), - [sym_ternary_expression] = STATE(524), - [sym_unary_expression] = STATE(524), - [sym_update_expression] = STATE(524), - [sym_primary_expression] = STATE(470), - [sym_array_creation_expression] = STATE(507), - [sym_parenthesized_expression] = STATE(507), - [sym_class_literal] = STATE(507), - [sym_object_creation_expression] = STATE(507), - [sym__unqualified_object_creation_expression] = STATE(483), - [sym_field_access] = STATE(384), - [sym_array_access] = STATE(384), - [sym_method_invocation] = STATE(507), - [sym_method_reference] = STATE(507), - [sym_switch_expression] = STATE(524), - [sym__annotation] = STATE(683), - [sym_marker_annotation] = STATE(683), - [sym_annotation] = STATE(683), - [sym__type] = STATE(1266), - [sym__unannotated_type] = STATE(795), - [sym_annotated_type] = STATE(797), - [sym_scoped_type_identifier] = STATE(745), - [sym_generic_type] = STATE(771), - [sym_array_type] = STATE(702), - [sym_integral_type] = STATE(702), - [sym_floating_point_type] = STATE(702), - [sym_formal_parameters] = STATE(1259), - [aux_sym_array_creation_expression_repeat1] = STATE(683), - [sym_identifier] = ACTIONS(301), + [120] = { + [sym_catch_clause] = STATE(115), + [sym_finally_clause] = STATE(333), + [aux_sym_try_statement_repeat1] = STATE(115), + [ts_builtin_sym_end] = ACTIONS(407), + [sym_identifier] = ACTIONS(409), + [sym_decimal_integer_literal] = ACTIONS(409), + [sym_hex_integer_literal] = ACTIONS(409), + [sym_octal_integer_literal] = ACTIONS(409), + [sym_binary_integer_literal] = ACTIONS(407), + [sym_decimal_floating_point_literal] = ACTIONS(407), + [sym_hex_floating_point_literal] = ACTIONS(409), + [sym_true] = ACTIONS(409), + [sym_false] = ACTIONS(409), + [sym_character_literal] = ACTIONS(407), + [anon_sym_DQUOTE] = ACTIONS(409), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(407), + [sym_null_literal] = ACTIONS(409), + [anon_sym_LPAREN] = ACTIONS(407), + [anon_sym_PLUS] = ACTIONS(409), + [anon_sym_DASH] = ACTIONS(409), + [anon_sym_final] = ACTIONS(409), + [anon_sym_BANG] = ACTIONS(407), + [anon_sym_TILDE] = ACTIONS(407), + [anon_sym_PLUS_PLUS] = ACTIONS(407), + [anon_sym_DASH_DASH] = ACTIONS(407), + [anon_sym_new] = ACTIONS(409), + [anon_sym_class] = ACTIONS(409), + [anon_sym_switch] = ACTIONS(409), + [anon_sym_LBRACE] = ACTIONS(407), + [anon_sym_RBRACE] = ACTIONS(407), + [anon_sym_case] = ACTIONS(409), + [anon_sym_default] = ACTIONS(409), + [anon_sym_SEMI] = ACTIONS(407), + [anon_sym_assert] = ACTIONS(409), + [anon_sym_do] = ACTIONS(409), + [anon_sym_while] = ACTIONS(409), + [anon_sym_break] = ACTIONS(409), + [anon_sym_continue] = ACTIONS(409), + [anon_sym_return] = ACTIONS(409), + [anon_sym_yield] = ACTIONS(409), + [anon_sym_synchronized] = ACTIONS(409), + [anon_sym_throw] = ACTIONS(409), + [anon_sym_try] = ACTIONS(409), + [anon_sym_catch] = ACTIONS(395), + [anon_sym_finally] = ACTIONS(397), + [anon_sym_if] = ACTIONS(409), + [anon_sym_else] = ACTIONS(409), + [anon_sym_for] = ACTIONS(409), + [anon_sym_AT] = ACTIONS(409), + [anon_sym_open] = ACTIONS(409), + [anon_sym_module] = ACTIONS(409), + [anon_sym_static] = ACTIONS(409), + [anon_sym_with] = ACTIONS(409), + [anon_sym_package] = ACTIONS(409), + [anon_sym_import] = ACTIONS(409), + [anon_sym_enum] = ACTIONS(409), + [anon_sym_public] = ACTIONS(409), + [anon_sym_protected] = ACTIONS(409), + [anon_sym_private] = ACTIONS(409), + [anon_sym_abstract] = ACTIONS(409), + [anon_sym_strictfp] = ACTIONS(409), + [anon_sym_native] = ACTIONS(409), + [anon_sym_transient] = ACTIONS(409), + [anon_sym_volatile] = ACTIONS(409), + [anon_sym_sealed] = ACTIONS(409), + [anon_sym_non_DASHsealed] = ACTIONS(407), + [anon_sym_record] = ACTIONS(409), + [anon_sym_ATinterface] = ACTIONS(407), + [anon_sym_interface] = ACTIONS(409), + [anon_sym_byte] = ACTIONS(409), + [anon_sym_short] = ACTIONS(409), + [anon_sym_int] = ACTIONS(409), + [anon_sym_long] = ACTIONS(409), + [anon_sym_char] = ACTIONS(409), + [anon_sym_float] = ACTIONS(409), + [anon_sym_double] = ACTIONS(409), + [sym_boolean_type] = ACTIONS(409), + [sym_void_type] = ACTIONS(409), + [sym_this] = ACTIONS(409), + [sym_super] = ACTIONS(409), + [sym_line_comment] = ACTIONS(3), + [sym_block_comment] = ACTIONS(3), + }, + [121] = { + [sym_catch_clause] = STATE(190), + [sym_finally_clause] = STATE(332), + [aux_sym_try_statement_repeat1] = STATE(190), + [ts_builtin_sym_end] = ACTIONS(411), + [sym_identifier] = ACTIONS(413), + [sym_decimal_integer_literal] = ACTIONS(413), + [sym_hex_integer_literal] = ACTIONS(413), + [sym_octal_integer_literal] = ACTIONS(413), + [sym_binary_integer_literal] = ACTIONS(411), + [sym_decimal_floating_point_literal] = ACTIONS(411), + [sym_hex_floating_point_literal] = ACTIONS(413), + [sym_true] = ACTIONS(413), + [sym_false] = ACTIONS(413), + [sym_character_literal] = ACTIONS(411), + [anon_sym_DQUOTE] = ACTIONS(413), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(411), + [sym_null_literal] = ACTIONS(413), + [anon_sym_LPAREN] = ACTIONS(411), + [anon_sym_PLUS] = ACTIONS(413), + [anon_sym_DASH] = ACTIONS(413), + [anon_sym_final] = ACTIONS(413), + [anon_sym_BANG] = ACTIONS(411), + [anon_sym_TILDE] = ACTIONS(411), + [anon_sym_PLUS_PLUS] = ACTIONS(411), + [anon_sym_DASH_DASH] = ACTIONS(411), + [anon_sym_new] = ACTIONS(413), + [anon_sym_class] = ACTIONS(413), + [anon_sym_switch] = ACTIONS(413), + [anon_sym_LBRACE] = ACTIONS(411), + [anon_sym_RBRACE] = ACTIONS(411), + [anon_sym_case] = ACTIONS(413), + [anon_sym_default] = ACTIONS(413), + [anon_sym_SEMI] = ACTIONS(411), + [anon_sym_assert] = ACTIONS(413), + [anon_sym_do] = ACTIONS(413), + [anon_sym_while] = ACTIONS(413), + [anon_sym_break] = ACTIONS(413), + [anon_sym_continue] = ACTIONS(413), + [anon_sym_return] = ACTIONS(413), + [anon_sym_yield] = ACTIONS(413), + [anon_sym_synchronized] = ACTIONS(413), + [anon_sym_throw] = ACTIONS(413), + [anon_sym_try] = ACTIONS(413), + [anon_sym_catch] = ACTIONS(395), + [anon_sym_finally] = ACTIONS(397), + [anon_sym_if] = ACTIONS(413), + [anon_sym_else] = ACTIONS(413), + [anon_sym_for] = ACTIONS(413), + [anon_sym_AT] = ACTIONS(413), + [anon_sym_open] = ACTIONS(413), + [anon_sym_module] = ACTIONS(413), + [anon_sym_static] = ACTIONS(413), + [anon_sym_with] = ACTIONS(413), + [anon_sym_package] = ACTIONS(413), + [anon_sym_import] = ACTIONS(413), + [anon_sym_enum] = ACTIONS(413), + [anon_sym_public] = ACTIONS(413), + [anon_sym_protected] = ACTIONS(413), + [anon_sym_private] = ACTIONS(413), + [anon_sym_abstract] = ACTIONS(413), + [anon_sym_strictfp] = ACTIONS(413), + [anon_sym_native] = ACTIONS(413), + [anon_sym_transient] = ACTIONS(413), + [anon_sym_volatile] = ACTIONS(413), + [anon_sym_sealed] = ACTIONS(413), + [anon_sym_non_DASHsealed] = ACTIONS(411), + [anon_sym_record] = ACTIONS(413), + [anon_sym_ATinterface] = ACTIONS(411), + [anon_sym_interface] = ACTIONS(413), + [anon_sym_byte] = ACTIONS(413), + [anon_sym_short] = ACTIONS(413), + [anon_sym_int] = ACTIONS(413), + [anon_sym_long] = ACTIONS(413), + [anon_sym_char] = ACTIONS(413), + [anon_sym_float] = ACTIONS(413), + [anon_sym_double] = ACTIONS(413), + [sym_boolean_type] = ACTIONS(413), + [sym_void_type] = ACTIONS(413), + [sym_this] = ACTIONS(413), + [sym_super] = ACTIONS(413), + [sym_line_comment] = ACTIONS(3), + [sym_block_comment] = ACTIONS(3), + }, + [122] = { + [sym__literal] = STATE(498), + [sym_string_literal] = STATE(505), + [sym__string_literal] = STATE(508), + [sym__multiline_string_literal] = STATE(508), + [sym_expression] = STATE(595), + [sym_cast_expression] = STATE(538), + [sym_assignment_expression] = STATE(538), + [sym_binary_expression] = STATE(538), + [sym_instanceof_expression] = STATE(538), + [sym_lambda_expression] = STATE(538), + [sym_inferred_parameters] = STATE(1218), + [sym_ternary_expression] = STATE(538), + [sym_unary_expression] = STATE(538), + [sym_update_expression] = STATE(538), + [sym_primary_expression] = STATE(509), + [sym_array_creation_expression] = STATE(498), + [sym_parenthesized_expression] = STATE(498), + [sym_class_literal] = STATE(498), + [sym_object_creation_expression] = STATE(498), + [sym__unqualified_object_creation_expression] = STATE(515), + [sym_field_access] = STATE(385), + [sym_array_access] = STATE(385), + [sym_method_invocation] = STATE(498), + [sym_method_reference] = STATE(498), + [sym_switch_expression] = STATE(538), + [sym__annotation] = STATE(694), + [sym_marker_annotation] = STATE(694), + [sym_annotation] = STATE(694), + [sym__type] = STATE(1208), + [sym__unannotated_type] = STATE(805), + [sym_annotated_type] = STATE(831), + [sym_scoped_type_identifier] = STATE(735), + [sym_generic_type] = STATE(751), + [sym_array_type] = STATE(688), + [sym_integral_type] = STATE(688), + [sym_floating_point_type] = STATE(688), + [sym_formal_parameters] = STATE(1218), + [sym__reserved_identifier] = STATE(372), + [aux_sym_array_creation_expression_repeat1] = STATE(694), + [sym_identifier] = ACTIONS(269), [sym_decimal_integer_literal] = ACTIONS(9), [sym_hex_integer_literal] = ACTIONS(9), [sym_octal_integer_literal] = ACTIONS(9), @@ -25749,6 +25417,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(15), [sym_null_literal] = ACTIONS(9), [anon_sym_LPAREN] = ACTIONS(17), + [anon_sym_RPAREN] = ACTIONS(415), [anon_sym_PLUS] = ACTIONS(19), [anon_sym_DASH] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(23), @@ -25756,66 +25425,69 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS_PLUS] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(25), [anon_sym_new] = ACTIONS(27), - [anon_sym_RBRACK] = ACTIONS(414), [anon_sym_switch] = ACTIONS(31), - [anon_sym_AT] = ACTIONS(329), - [anon_sym_open] = ACTIONS(305), - [anon_sym_module] = ACTIONS(305), - [anon_sym_record] = ACTIONS(305), - [anon_sym_byte] = ACTIONS(81), - [anon_sym_short] = ACTIONS(81), - [anon_sym_int] = ACTIONS(81), - [anon_sym_long] = ACTIONS(81), - [anon_sym_char] = ACTIONS(81), - [anon_sym_float] = ACTIONS(83), - [anon_sym_double] = ACTIONS(83), - [sym_boolean_type] = ACTIONS(85), - [sym_void_type] = ACTIONS(85), - [sym_this] = ACTIONS(87), - [sym_super] = ACTIONS(89), + [anon_sym_yield] = ACTIONS(67), + [anon_sym_AT] = ACTIONS(275), + [anon_sym_open] = ACTIONS(67), + [anon_sym_module] = ACTIONS(67), + [anon_sym_with] = ACTIONS(67), + [anon_sym_sealed] = ACTIONS(67), + [anon_sym_record] = ACTIONS(67), + [anon_sym_byte] = ACTIONS(85), + [anon_sym_short] = ACTIONS(85), + [anon_sym_int] = ACTIONS(85), + [anon_sym_long] = ACTIONS(85), + [anon_sym_char] = ACTIONS(85), + [anon_sym_float] = ACTIONS(87), + [anon_sym_double] = ACTIONS(87), + [sym_boolean_type] = ACTIONS(89), + [sym_void_type] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, - [128] = { - [sym__literal] = STATE(507), - [sym_string_literal] = STATE(510), - [sym__string_literal] = STATE(498), - [sym__multiline_string_literal] = STATE(498), - [sym_expression] = STATE(642), - [sym_cast_expression] = STATE(524), - [sym_assignment_expression] = STATE(524), - [sym_binary_expression] = STATE(524), - [sym_instanceof_expression] = STATE(524), - [sym_lambda_expression] = STATE(524), - [sym_inferred_parameters] = STATE(1259), - [sym_ternary_expression] = STATE(524), - [sym_unary_expression] = STATE(524), - [sym_update_expression] = STATE(524), - [sym_primary_expression] = STATE(470), - [sym_array_creation_expression] = STATE(507), - [sym_parenthesized_expression] = STATE(507), - [sym_class_literal] = STATE(507), - [sym_object_creation_expression] = STATE(507), - [sym__unqualified_object_creation_expression] = STATE(483), - [sym_field_access] = STATE(384), - [sym_array_access] = STATE(384), - [sym_method_invocation] = STATE(507), - [sym_method_reference] = STATE(507), - [sym_switch_expression] = STATE(524), - [sym__annotation] = STATE(683), - [sym_marker_annotation] = STATE(683), - [sym_annotation] = STATE(683), - [sym__type] = STATE(1266), - [sym__unannotated_type] = STATE(795), - [sym_annotated_type] = STATE(797), - [sym_scoped_type_identifier] = STATE(745), - [sym_generic_type] = STATE(771), - [sym_array_type] = STATE(702), - [sym_integral_type] = STATE(702), - [sym_floating_point_type] = STATE(702), - [sym_formal_parameters] = STATE(1259), - [aux_sym_array_creation_expression_repeat1] = STATE(683), - [sym_identifier] = ACTIONS(301), + [123] = { + [sym__literal] = STATE(498), + [sym_string_literal] = STATE(505), + [sym__string_literal] = STATE(508), + [sym__multiline_string_literal] = STATE(508), + [sym_expression] = STATE(613), + [sym_cast_expression] = STATE(538), + [sym_assignment_expression] = STATE(538), + [sym_binary_expression] = STATE(538), + [sym_instanceof_expression] = STATE(538), + [sym_lambda_expression] = STATE(538), + [sym_inferred_parameters] = STATE(1218), + [sym_ternary_expression] = STATE(538), + [sym_unary_expression] = STATE(538), + [sym_update_expression] = STATE(538), + [sym_primary_expression] = STATE(509), + [sym_array_creation_expression] = STATE(498), + [sym_parenthesized_expression] = STATE(498), + [sym_class_literal] = STATE(498), + [sym_object_creation_expression] = STATE(498), + [sym__unqualified_object_creation_expression] = STATE(515), + [sym_field_access] = STATE(385), + [sym_array_access] = STATE(385), + [sym_method_invocation] = STATE(498), + [sym_method_reference] = STATE(498), + [sym_switch_expression] = STATE(538), + [sym__annotation] = STATE(694), + [sym_marker_annotation] = STATE(694), + [sym_annotation] = STATE(694), + [sym__type] = STATE(1208), + [sym__unannotated_type] = STATE(805), + [sym_annotated_type] = STATE(831), + [sym_scoped_type_identifier] = STATE(735), + [sym_generic_type] = STATE(751), + [sym_array_type] = STATE(688), + [sym_integral_type] = STATE(688), + [sym_floating_point_type] = STATE(688), + [sym_formal_parameters] = STATE(1218), + [sym__reserved_identifier] = STATE(372), + [aux_sym_array_creation_expression_repeat1] = STATE(694), + [sym_identifier] = ACTIONS(269), [sym_decimal_integer_literal] = ACTIONS(9), [sym_hex_integer_literal] = ACTIONS(9), [sym_octal_integer_literal] = ACTIONS(9), @@ -25829,6 +25501,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(15), [sym_null_literal] = ACTIONS(9), [anon_sym_LPAREN] = ACTIONS(17), + [anon_sym_RPAREN] = ACTIONS(417), [anon_sym_PLUS] = ACTIONS(19), [anon_sym_DASH] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(23), @@ -25837,65 +25510,68 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DASH_DASH] = ACTIONS(25), [anon_sym_new] = ACTIONS(27), [anon_sym_switch] = ACTIONS(31), - [anon_sym_SEMI] = ACTIONS(416), - [anon_sym_AT] = ACTIONS(329), - [anon_sym_open] = ACTIONS(305), - [anon_sym_module] = ACTIONS(305), - [anon_sym_record] = ACTIONS(305), - [anon_sym_byte] = ACTIONS(81), - [anon_sym_short] = ACTIONS(81), - [anon_sym_int] = ACTIONS(81), - [anon_sym_long] = ACTIONS(81), - [anon_sym_char] = ACTIONS(81), - [anon_sym_float] = ACTIONS(83), - [anon_sym_double] = ACTIONS(83), - [sym_boolean_type] = ACTIONS(85), - [sym_void_type] = ACTIONS(85), - [sym_this] = ACTIONS(87), - [sym_super] = ACTIONS(89), + [anon_sym_yield] = ACTIONS(67), + [anon_sym_AT] = ACTIONS(275), + [anon_sym_open] = ACTIONS(67), + [anon_sym_module] = ACTIONS(67), + [anon_sym_with] = ACTIONS(67), + [anon_sym_sealed] = ACTIONS(67), + [anon_sym_record] = ACTIONS(67), + [anon_sym_byte] = ACTIONS(85), + [anon_sym_short] = ACTIONS(85), + [anon_sym_int] = ACTIONS(85), + [anon_sym_long] = ACTIONS(85), + [anon_sym_char] = ACTIONS(85), + [anon_sym_float] = ACTIONS(87), + [anon_sym_double] = ACTIONS(87), + [sym_boolean_type] = ACTIONS(89), + [sym_void_type] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, - [129] = { - [sym__literal] = STATE(507), - [sym_string_literal] = STATE(510), - [sym__string_literal] = STATE(498), - [sym__multiline_string_literal] = STATE(498), - [sym_expression] = STATE(616), - [sym_cast_expression] = STATE(524), - [sym_assignment_expression] = STATE(524), - [sym_binary_expression] = STATE(524), - [sym_instanceof_expression] = STATE(524), - [sym_lambda_expression] = STATE(524), - [sym_inferred_parameters] = STATE(1259), - [sym_ternary_expression] = STATE(524), - [sym_unary_expression] = STATE(524), - [sym_update_expression] = STATE(524), - [sym_primary_expression] = STATE(470), - [sym_array_creation_expression] = STATE(507), - [sym_parenthesized_expression] = STATE(507), - [sym_class_literal] = STATE(507), - [sym_object_creation_expression] = STATE(507), - [sym__unqualified_object_creation_expression] = STATE(483), - [sym_field_access] = STATE(384), - [sym_array_access] = STATE(384), - [sym_method_invocation] = STATE(507), - [sym_method_reference] = STATE(507), - [sym_switch_expression] = STATE(524), - [sym__annotation] = STATE(683), - [sym_marker_annotation] = STATE(683), - [sym_annotation] = STATE(683), - [sym__type] = STATE(1266), - [sym__unannotated_type] = STATE(795), - [sym_annotated_type] = STATE(797), - [sym_scoped_type_identifier] = STATE(745), - [sym_generic_type] = STATE(771), - [sym_array_type] = STATE(702), - [sym_integral_type] = STATE(702), - [sym_floating_point_type] = STATE(702), - [sym_formal_parameters] = STATE(1259), - [aux_sym_array_creation_expression_repeat1] = STATE(683), - [sym_identifier] = ACTIONS(301), + [124] = { + [sym__literal] = STATE(498), + [sym_string_literal] = STATE(505), + [sym__string_literal] = STATE(508), + [sym__multiline_string_literal] = STATE(508), + [sym_expression] = STATE(619), + [sym_cast_expression] = STATE(538), + [sym_assignment_expression] = STATE(538), + [sym_binary_expression] = STATE(538), + [sym_instanceof_expression] = STATE(538), + [sym_lambda_expression] = STATE(538), + [sym_inferred_parameters] = STATE(1218), + [sym_ternary_expression] = STATE(538), + [sym_unary_expression] = STATE(538), + [sym_update_expression] = STATE(538), + [sym_primary_expression] = STATE(509), + [sym_array_creation_expression] = STATE(498), + [sym_parenthesized_expression] = STATE(498), + [sym_class_literal] = STATE(498), + [sym_object_creation_expression] = STATE(498), + [sym__unqualified_object_creation_expression] = STATE(515), + [sym_field_access] = STATE(385), + [sym_array_access] = STATE(385), + [sym_method_invocation] = STATE(498), + [sym_method_reference] = STATE(498), + [sym_switch_expression] = STATE(538), + [sym__annotation] = STATE(694), + [sym_marker_annotation] = STATE(694), + [sym_annotation] = STATE(694), + [sym__type] = STATE(1208), + [sym__unannotated_type] = STATE(805), + [sym_annotated_type] = STATE(831), + [sym_scoped_type_identifier] = STATE(735), + [sym_generic_type] = STATE(751), + [sym_array_type] = STATE(688), + [sym_integral_type] = STATE(688), + [sym_floating_point_type] = STATE(688), + [sym_formal_parameters] = STATE(1218), + [sym__reserved_identifier] = STATE(372), + [aux_sym_array_creation_expression_repeat1] = STATE(694), + [sym_identifier] = ACTIONS(269), [sym_decimal_integer_literal] = ACTIONS(9), [sym_hex_integer_literal] = ACTIONS(9), [sym_octal_integer_literal] = ACTIONS(9), @@ -25909,7 +25585,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(15), [sym_null_literal] = ACTIONS(9), [anon_sym_LPAREN] = ACTIONS(17), - [anon_sym_RPAREN] = ACTIONS(418), + [anon_sym_RPAREN] = ACTIONS(419), [anon_sym_PLUS] = ACTIONS(19), [anon_sym_DASH] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(23), @@ -25918,144 +25594,152 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DASH_DASH] = ACTIONS(25), [anon_sym_new] = ACTIONS(27), [anon_sym_switch] = ACTIONS(31), - [anon_sym_AT] = ACTIONS(329), - [anon_sym_open] = ACTIONS(305), - [anon_sym_module] = ACTIONS(305), - [anon_sym_record] = ACTIONS(305), - [anon_sym_byte] = ACTIONS(81), - [anon_sym_short] = ACTIONS(81), - [anon_sym_int] = ACTIONS(81), - [anon_sym_long] = ACTIONS(81), - [anon_sym_char] = ACTIONS(81), - [anon_sym_float] = ACTIONS(83), - [anon_sym_double] = ACTIONS(83), - [sym_boolean_type] = ACTIONS(85), - [sym_void_type] = ACTIONS(85), - [sym_this] = ACTIONS(87), - [sym_super] = ACTIONS(89), + [anon_sym_yield] = ACTIONS(67), + [anon_sym_AT] = ACTIONS(275), + [anon_sym_open] = ACTIONS(67), + [anon_sym_module] = ACTIONS(67), + [anon_sym_with] = ACTIONS(67), + [anon_sym_sealed] = ACTIONS(67), + [anon_sym_record] = ACTIONS(67), + [anon_sym_byte] = ACTIONS(85), + [anon_sym_short] = ACTIONS(85), + [anon_sym_int] = ACTIONS(85), + [anon_sym_long] = ACTIONS(85), + [anon_sym_char] = ACTIONS(85), + [anon_sym_float] = ACTIONS(87), + [anon_sym_double] = ACTIONS(87), + [sym_boolean_type] = ACTIONS(89), + [sym_void_type] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, - [130] = { - [ts_builtin_sym_end] = ACTIONS(420), - [sym_identifier] = ACTIONS(422), - [sym_decimal_integer_literal] = ACTIONS(422), - [sym_hex_integer_literal] = ACTIONS(422), - [sym_octal_integer_literal] = ACTIONS(422), - [sym_binary_integer_literal] = ACTIONS(420), - [sym_decimal_floating_point_literal] = ACTIONS(420), - [sym_hex_floating_point_literal] = ACTIONS(422), - [sym_true] = ACTIONS(422), - [sym_false] = ACTIONS(422), - [sym_character_literal] = ACTIONS(420), - [anon_sym_DQUOTE] = ACTIONS(422), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(420), - [sym_null_literal] = ACTIONS(422), - [anon_sym_LPAREN] = ACTIONS(420), - [anon_sym_PLUS] = ACTIONS(422), - [anon_sym_DASH] = ACTIONS(422), - [anon_sym_final] = ACTIONS(422), - [anon_sym_BANG] = ACTIONS(420), - [anon_sym_TILDE] = ACTIONS(420), - [anon_sym_PLUS_PLUS] = ACTIONS(420), - [anon_sym_DASH_DASH] = ACTIONS(420), - [anon_sym_new] = ACTIONS(422), - [anon_sym_class] = ACTIONS(422), - [anon_sym_switch] = ACTIONS(422), - [anon_sym_LBRACE] = ACTIONS(420), - [anon_sym_RBRACE] = ACTIONS(420), - [anon_sym_case] = ACTIONS(422), - [anon_sym_default] = ACTIONS(422), - [anon_sym_SEMI] = ACTIONS(420), - [anon_sym_assert] = ACTIONS(422), - [anon_sym_do] = ACTIONS(422), - [anon_sym_while] = ACTIONS(422), - [anon_sym_break] = ACTIONS(422), - [anon_sym_continue] = ACTIONS(422), - [anon_sym_return] = ACTIONS(422), - [anon_sym_yield] = ACTIONS(422), - [anon_sym_synchronized] = ACTIONS(422), - [anon_sym_throw] = ACTIONS(422), - [anon_sym_try] = ACTIONS(422), - [anon_sym_catch] = ACTIONS(422), - [anon_sym_finally] = ACTIONS(422), - [anon_sym_if] = ACTIONS(422), - [anon_sym_else] = ACTIONS(422), - [anon_sym_for] = ACTIONS(422), - [anon_sym_AT] = ACTIONS(422), - [anon_sym_open] = ACTIONS(422), - [anon_sym_module] = ACTIONS(422), - [anon_sym_static] = ACTIONS(422), - [anon_sym_package] = ACTIONS(422), - [anon_sym_import] = ACTIONS(422), - [anon_sym_enum] = ACTIONS(422), - [anon_sym_public] = ACTIONS(422), - [anon_sym_protected] = ACTIONS(422), - [anon_sym_private] = ACTIONS(422), - [anon_sym_abstract] = ACTIONS(422), - [anon_sym_strictfp] = ACTIONS(422), - [anon_sym_native] = ACTIONS(422), - [anon_sym_transient] = ACTIONS(422), - [anon_sym_volatile] = ACTIONS(422), - [anon_sym_sealed] = ACTIONS(422), - [anon_sym_non_DASHsealed] = ACTIONS(420), - [anon_sym_record] = ACTIONS(422), - [anon_sym_ATinterface] = ACTIONS(420), - [anon_sym_interface] = ACTIONS(422), - [anon_sym_byte] = ACTIONS(422), - [anon_sym_short] = ACTIONS(422), - [anon_sym_int] = ACTIONS(422), - [anon_sym_long] = ACTIONS(422), - [anon_sym_char] = ACTIONS(422), - [anon_sym_float] = ACTIONS(422), - [anon_sym_double] = ACTIONS(422), - [sym_boolean_type] = ACTIONS(422), - [sym_void_type] = ACTIONS(422), - [sym_this] = ACTIONS(422), - [sym_super] = ACTIONS(422), + [125] = { + [sym__literal] = STATE(498), + [sym_string_literal] = STATE(505), + [sym__string_literal] = STATE(508), + [sym__multiline_string_literal] = STATE(508), + [sym_expression] = STATE(643), + [sym_cast_expression] = STATE(538), + [sym_assignment_expression] = STATE(538), + [sym_binary_expression] = STATE(538), + [sym_instanceof_expression] = STATE(538), + [sym_lambda_expression] = STATE(538), + [sym_inferred_parameters] = STATE(1218), + [sym_ternary_expression] = STATE(538), + [sym_unary_expression] = STATE(538), + [sym_update_expression] = STATE(538), + [sym_primary_expression] = STATE(509), + [sym_array_creation_expression] = STATE(498), + [sym_parenthesized_expression] = STATE(498), + [sym_class_literal] = STATE(498), + [sym_object_creation_expression] = STATE(498), + [sym__unqualified_object_creation_expression] = STATE(515), + [sym_field_access] = STATE(385), + [sym_array_access] = STATE(385), + [sym_method_invocation] = STATE(498), + [sym_method_reference] = STATE(498), + [sym_switch_expression] = STATE(538), + [sym__annotation] = STATE(694), + [sym_marker_annotation] = STATE(694), + [sym_annotation] = STATE(694), + [sym__type] = STATE(1208), + [sym__unannotated_type] = STATE(805), + [sym_annotated_type] = STATE(831), + [sym_scoped_type_identifier] = STATE(735), + [sym_generic_type] = STATE(751), + [sym_array_type] = STATE(688), + [sym_integral_type] = STATE(688), + [sym_floating_point_type] = STATE(688), + [sym_formal_parameters] = STATE(1218), + [sym__reserved_identifier] = STATE(372), + [aux_sym_array_creation_expression_repeat1] = STATE(694), + [sym_identifier] = ACTIONS(269), + [sym_decimal_integer_literal] = ACTIONS(9), + [sym_hex_integer_literal] = ACTIONS(9), + [sym_octal_integer_literal] = ACTIONS(9), + [sym_binary_integer_literal] = ACTIONS(11), + [sym_decimal_floating_point_literal] = ACTIONS(11), + [sym_hex_floating_point_literal] = ACTIONS(9), + [sym_true] = ACTIONS(9), + [sym_false] = ACTIONS(9), + [sym_character_literal] = ACTIONS(11), + [anon_sym_DQUOTE] = ACTIONS(13), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(15), + [sym_null_literal] = ACTIONS(9), + [anon_sym_LPAREN] = ACTIONS(17), + [anon_sym_PLUS] = ACTIONS(19), + [anon_sym_DASH] = ACTIONS(19), + [anon_sym_BANG] = ACTIONS(23), + [anon_sym_TILDE] = ACTIONS(23), + [anon_sym_PLUS_PLUS] = ACTIONS(25), + [anon_sym_DASH_DASH] = ACTIONS(25), + [anon_sym_new] = ACTIONS(27), + [anon_sym_switch] = ACTIONS(31), + [anon_sym_SEMI] = ACTIONS(421), + [anon_sym_yield] = ACTIONS(67), + [anon_sym_AT] = ACTIONS(275), + [anon_sym_open] = ACTIONS(67), + [anon_sym_module] = ACTIONS(67), + [anon_sym_with] = ACTIONS(67), + [anon_sym_sealed] = ACTIONS(67), + [anon_sym_record] = ACTIONS(67), + [anon_sym_byte] = ACTIONS(85), + [anon_sym_short] = ACTIONS(85), + [anon_sym_int] = ACTIONS(85), + [anon_sym_long] = ACTIONS(85), + [anon_sym_char] = ACTIONS(85), + [anon_sym_float] = ACTIONS(87), + [anon_sym_double] = ACTIONS(87), + [sym_boolean_type] = ACTIONS(89), + [sym_void_type] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, - [131] = { - [sym__literal] = STATE(507), - [sym_string_literal] = STATE(510), - [sym__string_literal] = STATE(498), - [sym__multiline_string_literal] = STATE(498), - [sym_expression] = STATE(652), - [sym_cast_expression] = STATE(524), - [sym_assignment_expression] = STATE(524), - [sym_binary_expression] = STATE(524), - [sym_instanceof_expression] = STATE(524), - [sym_lambda_expression] = STATE(524), - [sym_inferred_parameters] = STATE(1259), - [sym_ternary_expression] = STATE(524), - [sym_unary_expression] = STATE(524), - [sym_update_expression] = STATE(524), - [sym_primary_expression] = STATE(470), - [sym_array_creation_expression] = STATE(507), - [sym_parenthesized_expression] = STATE(507), - [sym_class_literal] = STATE(507), - [sym_object_creation_expression] = STATE(507), - [sym__unqualified_object_creation_expression] = STATE(483), - [sym_field_access] = STATE(384), - [sym_array_access] = STATE(384), - [sym_method_invocation] = STATE(507), - [sym_method_reference] = STATE(507), - [sym_switch_expression] = STATE(524), - [sym__annotation] = STATE(683), - [sym_marker_annotation] = STATE(683), - [sym_annotation] = STATE(683), - [sym__type] = STATE(1266), - [sym__unannotated_type] = STATE(795), - [sym_annotated_type] = STATE(797), - [sym_scoped_type_identifier] = STATE(745), - [sym_generic_type] = STATE(771), - [sym_array_type] = STATE(702), - [sym_integral_type] = STATE(702), - [sym_floating_point_type] = STATE(702), - [sym_formal_parameters] = STATE(1259), - [aux_sym_array_creation_expression_repeat1] = STATE(683), - [sym_identifier] = ACTIONS(301), + [126] = { + [sym__literal] = STATE(498), + [sym_string_literal] = STATE(505), + [sym__string_literal] = STATE(508), + [sym__multiline_string_literal] = STATE(508), + [sym_expression] = STATE(638), + [sym_cast_expression] = STATE(538), + [sym_assignment_expression] = STATE(538), + [sym_binary_expression] = STATE(538), + [sym_instanceof_expression] = STATE(538), + [sym_lambda_expression] = STATE(538), + [sym_inferred_parameters] = STATE(1218), + [sym_ternary_expression] = STATE(538), + [sym_unary_expression] = STATE(538), + [sym_update_expression] = STATE(538), + [sym_primary_expression] = STATE(509), + [sym_array_creation_expression] = STATE(498), + [sym_parenthesized_expression] = STATE(498), + [sym_class_literal] = STATE(498), + [sym_object_creation_expression] = STATE(498), + [sym__unqualified_object_creation_expression] = STATE(515), + [sym_field_access] = STATE(385), + [sym_array_access] = STATE(385), + [sym_method_invocation] = STATE(498), + [sym_method_reference] = STATE(498), + [sym_switch_expression] = STATE(538), + [sym__annotation] = STATE(694), + [sym_marker_annotation] = STATE(694), + [sym_annotation] = STATE(694), + [sym__type] = STATE(1208), + [sym__unannotated_type] = STATE(805), + [sym_annotated_type] = STATE(831), + [sym_scoped_type_identifier] = STATE(735), + [sym_generic_type] = STATE(751), + [sym_array_type] = STATE(688), + [sym_integral_type] = STATE(688), + [sym_floating_point_type] = STATE(688), + [sym_formal_parameters] = STATE(1218), + [sym__reserved_identifier] = STATE(372), + [aux_sym_array_creation_expression_repeat1] = STATE(694), + [sym_identifier] = ACTIONS(269), [sym_decimal_integer_literal] = ACTIONS(9), [sym_hex_integer_literal] = ACTIONS(9), [sym_octal_integer_literal] = ACTIONS(9), @@ -26077,65 +25761,69 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DASH_DASH] = ACTIONS(25), [anon_sym_new] = ACTIONS(27), [anon_sym_switch] = ACTIONS(31), - [anon_sym_SEMI] = ACTIONS(424), - [anon_sym_AT] = ACTIONS(329), - [anon_sym_open] = ACTIONS(305), - [anon_sym_module] = ACTIONS(305), - [anon_sym_record] = ACTIONS(305), - [anon_sym_byte] = ACTIONS(81), - [anon_sym_short] = ACTIONS(81), - [anon_sym_int] = ACTIONS(81), - [anon_sym_long] = ACTIONS(81), - [anon_sym_char] = ACTIONS(81), - [anon_sym_float] = ACTIONS(83), - [anon_sym_double] = ACTIONS(83), - [sym_boolean_type] = ACTIONS(85), - [sym_void_type] = ACTIONS(85), - [sym_this] = ACTIONS(87), - [sym_super] = ACTIONS(89), + [anon_sym_SEMI] = ACTIONS(423), + [anon_sym_yield] = ACTIONS(67), + [anon_sym_AT] = ACTIONS(275), + [anon_sym_open] = ACTIONS(67), + [anon_sym_module] = ACTIONS(67), + [anon_sym_with] = ACTIONS(67), + [anon_sym_sealed] = ACTIONS(67), + [anon_sym_record] = ACTIONS(67), + [anon_sym_byte] = ACTIONS(85), + [anon_sym_short] = ACTIONS(85), + [anon_sym_int] = ACTIONS(85), + [anon_sym_long] = ACTIONS(85), + [anon_sym_char] = ACTIONS(85), + [anon_sym_float] = ACTIONS(87), + [anon_sym_double] = ACTIONS(87), + [sym_boolean_type] = ACTIONS(89), + [sym_void_type] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, - [132] = { - [sym__literal] = STATE(507), - [sym_string_literal] = STATE(510), - [sym__string_literal] = STATE(498), - [sym__multiline_string_literal] = STATE(498), - [sym_expression] = STATE(604), - [sym_cast_expression] = STATE(524), - [sym_assignment_expression] = STATE(524), - [sym_binary_expression] = STATE(524), - [sym_instanceof_expression] = STATE(524), - [sym_lambda_expression] = STATE(524), - [sym_inferred_parameters] = STATE(1259), - [sym_ternary_expression] = STATE(524), - [sym_unary_expression] = STATE(524), - [sym_update_expression] = STATE(524), - [sym_primary_expression] = STATE(470), - [sym_array_creation_expression] = STATE(507), - [sym_parenthesized_expression] = STATE(507), - [sym_class_literal] = STATE(507), - [sym_object_creation_expression] = STATE(507), - [sym__unqualified_object_creation_expression] = STATE(483), - [sym_field_access] = STATE(384), - [sym_array_access] = STATE(384), - [sym_method_invocation] = STATE(507), - [sym_method_reference] = STATE(507), - [sym_switch_expression] = STATE(524), - [sym__annotation] = STATE(683), - [sym_marker_annotation] = STATE(683), - [sym_annotation] = STATE(683), - [sym__type] = STATE(1266), - [sym__unannotated_type] = STATE(795), - [sym_annotated_type] = STATE(797), - [sym_scoped_type_identifier] = STATE(745), - [sym_generic_type] = STATE(771), - [sym_array_type] = STATE(702), - [sym_integral_type] = STATE(702), - [sym_floating_point_type] = STATE(702), - [sym_formal_parameters] = STATE(1259), - [aux_sym_array_creation_expression_repeat1] = STATE(683), - [sym_identifier] = ACTIONS(301), + [127] = { + [sym__literal] = STATE(498), + [sym_string_literal] = STATE(505), + [sym__string_literal] = STATE(508), + [sym__multiline_string_literal] = STATE(508), + [sym_expression] = STATE(639), + [sym_cast_expression] = STATE(538), + [sym_assignment_expression] = STATE(538), + [sym_binary_expression] = STATE(538), + [sym_instanceof_expression] = STATE(538), + [sym_lambda_expression] = STATE(538), + [sym_inferred_parameters] = STATE(1218), + [sym_ternary_expression] = STATE(538), + [sym_unary_expression] = STATE(538), + [sym_update_expression] = STATE(538), + [sym_primary_expression] = STATE(509), + [sym_array_creation_expression] = STATE(498), + [sym_parenthesized_expression] = STATE(498), + [sym_class_literal] = STATE(498), + [sym_object_creation_expression] = STATE(498), + [sym__unqualified_object_creation_expression] = STATE(515), + [sym_field_access] = STATE(385), + [sym_array_access] = STATE(385), + [sym_method_invocation] = STATE(498), + [sym_method_reference] = STATE(498), + [sym_switch_expression] = STATE(538), + [sym__annotation] = STATE(694), + [sym_marker_annotation] = STATE(694), + [sym_annotation] = STATE(694), + [sym__type] = STATE(1208), + [sym__unannotated_type] = STATE(805), + [sym_annotated_type] = STATE(831), + [sym_scoped_type_identifier] = STATE(735), + [sym_generic_type] = STATE(751), + [sym_array_type] = STATE(688), + [sym_integral_type] = STATE(688), + [sym_floating_point_type] = STATE(688), + [sym_formal_parameters] = STATE(1218), + [sym__reserved_identifier] = STATE(372), + [aux_sym_array_creation_expression_repeat1] = STATE(694), + [sym_identifier] = ACTIONS(269), [sym_decimal_integer_literal] = ACTIONS(9), [sym_hex_integer_literal] = ACTIONS(9), [sym_octal_integer_literal] = ACTIONS(9), @@ -26149,7 +25837,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(15), [sym_null_literal] = ACTIONS(9), [anon_sym_LPAREN] = ACTIONS(17), - [anon_sym_RPAREN] = ACTIONS(426), [anon_sym_PLUS] = ACTIONS(19), [anon_sym_DASH] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(23), @@ -26158,64 +25845,69 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DASH_DASH] = ACTIONS(25), [anon_sym_new] = ACTIONS(27), [anon_sym_switch] = ACTIONS(31), - [anon_sym_AT] = ACTIONS(329), - [anon_sym_open] = ACTIONS(305), - [anon_sym_module] = ACTIONS(305), - [anon_sym_record] = ACTIONS(305), - [anon_sym_byte] = ACTIONS(81), - [anon_sym_short] = ACTIONS(81), - [anon_sym_int] = ACTIONS(81), - [anon_sym_long] = ACTIONS(81), - [anon_sym_char] = ACTIONS(81), - [anon_sym_float] = ACTIONS(83), - [anon_sym_double] = ACTIONS(83), - [sym_boolean_type] = ACTIONS(85), - [sym_void_type] = ACTIONS(85), - [sym_this] = ACTIONS(87), - [sym_super] = ACTIONS(89), + [anon_sym_SEMI] = ACTIONS(425), + [anon_sym_yield] = ACTIONS(67), + [anon_sym_AT] = ACTIONS(275), + [anon_sym_open] = ACTIONS(67), + [anon_sym_module] = ACTIONS(67), + [anon_sym_with] = ACTIONS(67), + [anon_sym_sealed] = ACTIONS(67), + [anon_sym_record] = ACTIONS(67), + [anon_sym_byte] = ACTIONS(85), + [anon_sym_short] = ACTIONS(85), + [anon_sym_int] = ACTIONS(85), + [anon_sym_long] = ACTIONS(85), + [anon_sym_char] = ACTIONS(85), + [anon_sym_float] = ACTIONS(87), + [anon_sym_double] = ACTIONS(87), + [sym_boolean_type] = ACTIONS(89), + [sym_void_type] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, - [133] = { - [sym__literal] = STATE(507), - [sym_string_literal] = STATE(510), - [sym__string_literal] = STATE(498), - [sym__multiline_string_literal] = STATE(498), - [sym_expression] = STATE(635), - [sym_cast_expression] = STATE(524), - [sym_assignment_expression] = STATE(524), - [sym_binary_expression] = STATE(524), - [sym_instanceof_expression] = STATE(524), - [sym_lambda_expression] = STATE(524), - [sym_inferred_parameters] = STATE(1259), - [sym_ternary_expression] = STATE(524), - [sym_unary_expression] = STATE(524), - [sym_update_expression] = STATE(524), - [sym_primary_expression] = STATE(470), - [sym_array_creation_expression] = STATE(507), - [sym_parenthesized_expression] = STATE(507), - [sym_class_literal] = STATE(507), - [sym_object_creation_expression] = STATE(507), - [sym__unqualified_object_creation_expression] = STATE(483), - [sym_field_access] = STATE(384), - [sym_array_access] = STATE(384), - [sym_method_invocation] = STATE(507), - [sym_method_reference] = STATE(507), - [sym_switch_expression] = STATE(524), - [sym__annotation] = STATE(683), - [sym_marker_annotation] = STATE(683), - [sym_annotation] = STATE(683), - [sym__type] = STATE(1266), - [sym__unannotated_type] = STATE(795), - [sym_annotated_type] = STATE(797), - [sym_scoped_type_identifier] = STATE(745), - [sym_generic_type] = STATE(771), - [sym_array_type] = STATE(702), - [sym_integral_type] = STATE(702), - [sym_floating_point_type] = STATE(702), - [sym_formal_parameters] = STATE(1259), - [aux_sym_array_creation_expression_repeat1] = STATE(683), - [sym_identifier] = ACTIONS(301), + [128] = { + [sym__literal] = STATE(498), + [sym_string_literal] = STATE(505), + [sym__string_literal] = STATE(508), + [sym__multiline_string_literal] = STATE(508), + [sym_expression] = STATE(640), + [sym_cast_expression] = STATE(538), + [sym_assignment_expression] = STATE(538), + [sym_binary_expression] = STATE(538), + [sym_instanceof_expression] = STATE(538), + [sym_lambda_expression] = STATE(538), + [sym_inferred_parameters] = STATE(1218), + [sym_ternary_expression] = STATE(538), + [sym_unary_expression] = STATE(538), + [sym_update_expression] = STATE(538), + [sym_primary_expression] = STATE(509), + [sym_array_creation_expression] = STATE(498), + [sym_parenthesized_expression] = STATE(498), + [sym_class_literal] = STATE(498), + [sym_object_creation_expression] = STATE(498), + [sym__unqualified_object_creation_expression] = STATE(515), + [sym_field_access] = STATE(385), + [sym_array_access] = STATE(385), + [sym_method_invocation] = STATE(498), + [sym_method_reference] = STATE(498), + [sym_switch_expression] = STATE(538), + [sym__annotation] = STATE(694), + [sym_marker_annotation] = STATE(694), + [sym_annotation] = STATE(694), + [sym__type] = STATE(1208), + [sym__unannotated_type] = STATE(805), + [sym_annotated_type] = STATE(831), + [sym_scoped_type_identifier] = STATE(735), + [sym_generic_type] = STATE(751), + [sym_array_type] = STATE(688), + [sym_integral_type] = STATE(688), + [sym_floating_point_type] = STATE(688), + [sym_formal_parameters] = STATE(1218), + [sym__reserved_identifier] = STATE(372), + [aux_sym_array_creation_expression_repeat1] = STATE(694), + [sym_identifier] = ACTIONS(269), [sym_decimal_integer_literal] = ACTIONS(9), [sym_hex_integer_literal] = ACTIONS(9), [sym_octal_integer_literal] = ACTIONS(9), @@ -26236,66 +25928,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS_PLUS] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(25), [anon_sym_new] = ACTIONS(27), - [anon_sym_RBRACK] = ACTIONS(428), [anon_sym_switch] = ACTIONS(31), - [anon_sym_AT] = ACTIONS(329), - [anon_sym_open] = ACTIONS(305), - [anon_sym_module] = ACTIONS(305), - [anon_sym_record] = ACTIONS(305), - [anon_sym_byte] = ACTIONS(81), - [anon_sym_short] = ACTIONS(81), - [anon_sym_int] = ACTIONS(81), - [anon_sym_long] = ACTIONS(81), - [anon_sym_char] = ACTIONS(81), - [anon_sym_float] = ACTIONS(83), - [anon_sym_double] = ACTIONS(83), - [sym_boolean_type] = ACTIONS(85), - [sym_void_type] = ACTIONS(85), - [sym_this] = ACTIONS(87), - [sym_super] = ACTIONS(89), + [anon_sym_SEMI] = ACTIONS(427), + [anon_sym_yield] = ACTIONS(67), + [anon_sym_AT] = ACTIONS(275), + [anon_sym_open] = ACTIONS(67), + [anon_sym_module] = ACTIONS(67), + [anon_sym_with] = ACTIONS(67), + [anon_sym_sealed] = ACTIONS(67), + [anon_sym_record] = ACTIONS(67), + [anon_sym_byte] = ACTIONS(85), + [anon_sym_short] = ACTIONS(85), + [anon_sym_int] = ACTIONS(85), + [anon_sym_long] = ACTIONS(85), + [anon_sym_char] = ACTIONS(85), + [anon_sym_float] = ACTIONS(87), + [anon_sym_double] = ACTIONS(87), + [sym_boolean_type] = ACTIONS(89), + [sym_void_type] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, - [134] = { - [sym__literal] = STATE(507), - [sym_string_literal] = STATE(510), - [sym__string_literal] = STATE(498), - [sym__multiline_string_literal] = STATE(498), - [sym_expression] = STATE(612), - [sym_cast_expression] = STATE(524), - [sym_assignment_expression] = STATE(524), - [sym_binary_expression] = STATE(524), - [sym_instanceof_expression] = STATE(524), - [sym_lambda_expression] = STATE(524), - [sym_inferred_parameters] = STATE(1259), - [sym_ternary_expression] = STATE(524), - [sym_unary_expression] = STATE(524), - [sym_update_expression] = STATE(524), - [sym_primary_expression] = STATE(470), - [sym_array_creation_expression] = STATE(507), - [sym_parenthesized_expression] = STATE(507), - [sym_class_literal] = STATE(507), - [sym_object_creation_expression] = STATE(507), - [sym__unqualified_object_creation_expression] = STATE(483), - [sym_field_access] = STATE(384), - [sym_array_access] = STATE(384), - [sym_method_invocation] = STATE(507), - [sym_method_reference] = STATE(507), - [sym_switch_expression] = STATE(524), - [sym__annotation] = STATE(683), - [sym_marker_annotation] = STATE(683), - [sym_annotation] = STATE(683), - [sym__type] = STATE(1266), - [sym__unannotated_type] = STATE(795), - [sym_annotated_type] = STATE(797), - [sym_scoped_type_identifier] = STATE(745), - [sym_generic_type] = STATE(771), - [sym_array_type] = STATE(702), - [sym_integral_type] = STATE(702), - [sym_floating_point_type] = STATE(702), - [sym_formal_parameters] = STATE(1259), - [aux_sym_array_creation_expression_repeat1] = STATE(683), - [sym_identifier] = ACTIONS(301), + [129] = { + [sym__literal] = STATE(498), + [sym_string_literal] = STATE(505), + [sym__string_literal] = STATE(508), + [sym__multiline_string_literal] = STATE(508), + [sym_expression] = STATE(596), + [sym_cast_expression] = STATE(538), + [sym_assignment_expression] = STATE(538), + [sym_binary_expression] = STATE(538), + [sym_instanceof_expression] = STATE(538), + [sym_lambda_expression] = STATE(538), + [sym_inferred_parameters] = STATE(1218), + [sym_ternary_expression] = STATE(538), + [sym_unary_expression] = STATE(538), + [sym_update_expression] = STATE(538), + [sym_primary_expression] = STATE(509), + [sym_array_creation_expression] = STATE(498), + [sym_parenthesized_expression] = STATE(498), + [sym_class_literal] = STATE(498), + [sym_object_creation_expression] = STATE(498), + [sym__unqualified_object_creation_expression] = STATE(515), + [sym_field_access] = STATE(385), + [sym_array_access] = STATE(385), + [sym_method_invocation] = STATE(498), + [sym_method_reference] = STATE(498), + [sym_switch_expression] = STATE(538), + [sym__annotation] = STATE(694), + [sym_marker_annotation] = STATE(694), + [sym_annotation] = STATE(694), + [sym__type] = STATE(1208), + [sym__unannotated_type] = STATE(805), + [sym_annotated_type] = STATE(831), + [sym_scoped_type_identifier] = STATE(735), + [sym_generic_type] = STATE(751), + [sym_array_type] = STATE(688), + [sym_integral_type] = STATE(688), + [sym_floating_point_type] = STATE(688), + [sym_formal_parameters] = STATE(1218), + [sym__reserved_identifier] = STATE(372), + [aux_sym_array_creation_expression_repeat1] = STATE(694), + [sym_identifier] = ACTIONS(269), [sym_decimal_integer_literal] = ACTIONS(9), [sym_hex_integer_literal] = ACTIONS(9), [sym_octal_integer_literal] = ACTIONS(9), @@ -26309,7 +26005,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(15), [sym_null_literal] = ACTIONS(9), [anon_sym_LPAREN] = ACTIONS(17), - [anon_sym_RPAREN] = ACTIONS(430), + [anon_sym_RPAREN] = ACTIONS(429), [anon_sym_PLUS] = ACTIONS(19), [anon_sym_DASH] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(23), @@ -26318,64 +26014,68 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DASH_DASH] = ACTIONS(25), [anon_sym_new] = ACTIONS(27), [anon_sym_switch] = ACTIONS(31), - [anon_sym_AT] = ACTIONS(329), - [anon_sym_open] = ACTIONS(305), - [anon_sym_module] = ACTIONS(305), - [anon_sym_record] = ACTIONS(305), - [anon_sym_byte] = ACTIONS(81), - [anon_sym_short] = ACTIONS(81), - [anon_sym_int] = ACTIONS(81), - [anon_sym_long] = ACTIONS(81), - [anon_sym_char] = ACTIONS(81), - [anon_sym_float] = ACTIONS(83), - [anon_sym_double] = ACTIONS(83), - [sym_boolean_type] = ACTIONS(85), - [sym_void_type] = ACTIONS(85), - [sym_this] = ACTIONS(87), - [sym_super] = ACTIONS(89), + [anon_sym_yield] = ACTIONS(67), + [anon_sym_AT] = ACTIONS(275), + [anon_sym_open] = ACTIONS(67), + [anon_sym_module] = ACTIONS(67), + [anon_sym_with] = ACTIONS(67), + [anon_sym_sealed] = ACTIONS(67), + [anon_sym_record] = ACTIONS(67), + [anon_sym_byte] = ACTIONS(85), + [anon_sym_short] = ACTIONS(85), + [anon_sym_int] = ACTIONS(85), + [anon_sym_long] = ACTIONS(85), + [anon_sym_char] = ACTIONS(85), + [anon_sym_float] = ACTIONS(87), + [anon_sym_double] = ACTIONS(87), + [sym_boolean_type] = ACTIONS(89), + [sym_void_type] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, - [135] = { - [sym__literal] = STATE(507), - [sym_string_literal] = STATE(510), - [sym__string_literal] = STATE(498), - [sym__multiline_string_literal] = STATE(498), - [sym_expression] = STATE(660), - [sym_cast_expression] = STATE(524), - [sym_assignment_expression] = STATE(524), - [sym_binary_expression] = STATE(524), - [sym_instanceof_expression] = STATE(524), - [sym_lambda_expression] = STATE(524), - [sym_inferred_parameters] = STATE(1259), - [sym_ternary_expression] = STATE(524), - [sym_unary_expression] = STATE(524), - [sym_update_expression] = STATE(524), - [sym_primary_expression] = STATE(470), - [sym_array_creation_expression] = STATE(507), - [sym_parenthesized_expression] = STATE(507), - [sym_class_literal] = STATE(507), - [sym_object_creation_expression] = STATE(507), - [sym__unqualified_object_creation_expression] = STATE(483), - [sym_field_access] = STATE(384), - [sym_array_access] = STATE(384), - [sym_method_invocation] = STATE(507), - [sym_method_reference] = STATE(507), - [sym_switch_expression] = STATE(524), - [sym__annotation] = STATE(683), - [sym_marker_annotation] = STATE(683), - [sym_annotation] = STATE(683), - [sym__type] = STATE(1266), - [sym__unannotated_type] = STATE(795), - [sym_annotated_type] = STATE(797), - [sym_scoped_type_identifier] = STATE(745), - [sym_generic_type] = STATE(771), - [sym_array_type] = STATE(702), - [sym_integral_type] = STATE(702), - [sym_floating_point_type] = STATE(702), - [sym_formal_parameters] = STATE(1259), - [aux_sym_array_creation_expression_repeat1] = STATE(683), - [sym_identifier] = ACTIONS(301), + [130] = { + [sym__literal] = STATE(498), + [sym_string_literal] = STATE(505), + [sym__string_literal] = STATE(508), + [sym__multiline_string_literal] = STATE(508), + [sym_expression] = STATE(641), + [sym_cast_expression] = STATE(538), + [sym_assignment_expression] = STATE(538), + [sym_binary_expression] = STATE(538), + [sym_instanceof_expression] = STATE(538), + [sym_lambda_expression] = STATE(538), + [sym_inferred_parameters] = STATE(1218), + [sym_ternary_expression] = STATE(538), + [sym_unary_expression] = STATE(538), + [sym_update_expression] = STATE(538), + [sym_primary_expression] = STATE(509), + [sym_array_creation_expression] = STATE(498), + [sym_parenthesized_expression] = STATE(498), + [sym_class_literal] = STATE(498), + [sym_object_creation_expression] = STATE(498), + [sym__unqualified_object_creation_expression] = STATE(515), + [sym_field_access] = STATE(385), + [sym_array_access] = STATE(385), + [sym_method_invocation] = STATE(498), + [sym_method_reference] = STATE(498), + [sym_switch_expression] = STATE(538), + [sym__annotation] = STATE(694), + [sym_marker_annotation] = STATE(694), + [sym_annotation] = STATE(694), + [sym__type] = STATE(1208), + [sym__unannotated_type] = STATE(805), + [sym_annotated_type] = STATE(831), + [sym_scoped_type_identifier] = STATE(735), + [sym_generic_type] = STATE(751), + [sym_array_type] = STATE(688), + [sym_integral_type] = STATE(688), + [sym_floating_point_type] = STATE(688), + [sym_formal_parameters] = STATE(1218), + [sym__reserved_identifier] = STATE(372), + [aux_sym_array_creation_expression_repeat1] = STATE(694), + [sym_identifier] = ACTIONS(269), [sym_decimal_integer_literal] = ACTIONS(9), [sym_hex_integer_literal] = ACTIONS(9), [sym_octal_integer_literal] = ACTIONS(9), @@ -26397,65 +26097,69 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DASH_DASH] = ACTIONS(25), [anon_sym_new] = ACTIONS(27), [anon_sym_switch] = ACTIONS(31), - [anon_sym_SEMI] = ACTIONS(432), - [anon_sym_AT] = ACTIONS(329), - [anon_sym_open] = ACTIONS(305), - [anon_sym_module] = ACTIONS(305), - [anon_sym_record] = ACTIONS(305), - [anon_sym_byte] = ACTIONS(81), - [anon_sym_short] = ACTIONS(81), - [anon_sym_int] = ACTIONS(81), - [anon_sym_long] = ACTIONS(81), - [anon_sym_char] = ACTIONS(81), - [anon_sym_float] = ACTIONS(83), - [anon_sym_double] = ACTIONS(83), - [sym_boolean_type] = ACTIONS(85), - [sym_void_type] = ACTIONS(85), - [sym_this] = ACTIONS(87), - [sym_super] = ACTIONS(89), + [anon_sym_SEMI] = ACTIONS(431), + [anon_sym_yield] = ACTIONS(67), + [anon_sym_AT] = ACTIONS(275), + [anon_sym_open] = ACTIONS(67), + [anon_sym_module] = ACTIONS(67), + [anon_sym_with] = ACTIONS(67), + [anon_sym_sealed] = ACTIONS(67), + [anon_sym_record] = ACTIONS(67), + [anon_sym_byte] = ACTIONS(85), + [anon_sym_short] = ACTIONS(85), + [anon_sym_int] = ACTIONS(85), + [anon_sym_long] = ACTIONS(85), + [anon_sym_char] = ACTIONS(85), + [anon_sym_float] = ACTIONS(87), + [anon_sym_double] = ACTIONS(87), + [sym_boolean_type] = ACTIONS(89), + [sym_void_type] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, - [136] = { - [sym__literal] = STATE(507), - [sym_string_literal] = STATE(510), - [sym__string_literal] = STATE(498), - [sym__multiline_string_literal] = STATE(498), - [sym_expression] = STATE(611), - [sym_cast_expression] = STATE(524), - [sym_assignment_expression] = STATE(524), - [sym_binary_expression] = STATE(524), - [sym_instanceof_expression] = STATE(524), - [sym_lambda_expression] = STATE(524), - [sym_inferred_parameters] = STATE(1259), - [sym_ternary_expression] = STATE(524), - [sym_unary_expression] = STATE(524), - [sym_update_expression] = STATE(524), - [sym_primary_expression] = STATE(470), - [sym_array_creation_expression] = STATE(507), - [sym_parenthesized_expression] = STATE(507), - [sym_class_literal] = STATE(507), - [sym_object_creation_expression] = STATE(507), - [sym__unqualified_object_creation_expression] = STATE(483), - [sym_field_access] = STATE(384), - [sym_array_access] = STATE(384), - [sym_method_invocation] = STATE(507), - [sym_method_reference] = STATE(507), - [sym_switch_expression] = STATE(524), - [sym__annotation] = STATE(683), - [sym_marker_annotation] = STATE(683), - [sym_annotation] = STATE(683), - [sym__type] = STATE(1266), - [sym__unannotated_type] = STATE(795), - [sym_annotated_type] = STATE(797), - [sym_scoped_type_identifier] = STATE(745), - [sym_generic_type] = STATE(771), - [sym_array_type] = STATE(702), - [sym_integral_type] = STATE(702), - [sym_floating_point_type] = STATE(702), - [sym_formal_parameters] = STATE(1259), - [aux_sym_array_creation_expression_repeat1] = STATE(683), - [sym_identifier] = ACTIONS(301), + [131] = { + [sym__literal] = STATE(498), + [sym_string_literal] = STATE(505), + [sym__string_literal] = STATE(508), + [sym__multiline_string_literal] = STATE(508), + [sym_expression] = STATE(609), + [sym_cast_expression] = STATE(538), + [sym_assignment_expression] = STATE(538), + [sym_binary_expression] = STATE(538), + [sym_instanceof_expression] = STATE(538), + [sym_lambda_expression] = STATE(538), + [sym_inferred_parameters] = STATE(1218), + [sym_ternary_expression] = STATE(538), + [sym_unary_expression] = STATE(538), + [sym_update_expression] = STATE(538), + [sym_primary_expression] = STATE(509), + [sym_array_creation_expression] = STATE(498), + [sym_parenthesized_expression] = STATE(498), + [sym_class_literal] = STATE(498), + [sym_object_creation_expression] = STATE(498), + [sym__unqualified_object_creation_expression] = STATE(515), + [sym_field_access] = STATE(385), + [sym_array_access] = STATE(385), + [sym_method_invocation] = STATE(498), + [sym_method_reference] = STATE(498), + [sym_switch_expression] = STATE(538), + [sym__annotation] = STATE(694), + [sym_marker_annotation] = STATE(694), + [sym_annotation] = STATE(694), + [sym__type] = STATE(1208), + [sym__unannotated_type] = STATE(805), + [sym_annotated_type] = STATE(831), + [sym_scoped_type_identifier] = STATE(735), + [sym_generic_type] = STATE(751), + [sym_array_type] = STATE(688), + [sym_integral_type] = STATE(688), + [sym_floating_point_type] = STATE(688), + [sym_formal_parameters] = STATE(1218), + [sym__reserved_identifier] = STATE(372), + [aux_sym_array_creation_expression_repeat1] = STATE(694), + [sym_identifier] = ACTIONS(269), [sym_decimal_integer_literal] = ACTIONS(9), [sym_hex_integer_literal] = ACTIONS(9), [sym_octal_integer_literal] = ACTIONS(9), @@ -26469,7 +26173,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(15), [sym_null_literal] = ACTIONS(9), [anon_sym_LPAREN] = ACTIONS(17), - [anon_sym_RPAREN] = ACTIONS(434), + [anon_sym_RPAREN] = ACTIONS(433), [anon_sym_PLUS] = ACTIONS(19), [anon_sym_DASH] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(23), @@ -26478,64 +26182,68 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DASH_DASH] = ACTIONS(25), [anon_sym_new] = ACTIONS(27), [anon_sym_switch] = ACTIONS(31), - [anon_sym_AT] = ACTIONS(329), - [anon_sym_open] = ACTIONS(305), - [anon_sym_module] = ACTIONS(305), - [anon_sym_record] = ACTIONS(305), - [anon_sym_byte] = ACTIONS(81), - [anon_sym_short] = ACTIONS(81), - [anon_sym_int] = ACTIONS(81), - [anon_sym_long] = ACTIONS(81), - [anon_sym_char] = ACTIONS(81), - [anon_sym_float] = ACTIONS(83), - [anon_sym_double] = ACTIONS(83), - [sym_boolean_type] = ACTIONS(85), - [sym_void_type] = ACTIONS(85), - [sym_this] = ACTIONS(87), - [sym_super] = ACTIONS(89), + [anon_sym_yield] = ACTIONS(67), + [anon_sym_AT] = ACTIONS(275), + [anon_sym_open] = ACTIONS(67), + [anon_sym_module] = ACTIONS(67), + [anon_sym_with] = ACTIONS(67), + [anon_sym_sealed] = ACTIONS(67), + [anon_sym_record] = ACTIONS(67), + [anon_sym_byte] = ACTIONS(85), + [anon_sym_short] = ACTIONS(85), + [anon_sym_int] = ACTIONS(85), + [anon_sym_long] = ACTIONS(85), + [anon_sym_char] = ACTIONS(85), + [anon_sym_float] = ACTIONS(87), + [anon_sym_double] = ACTIONS(87), + [sym_boolean_type] = ACTIONS(89), + [sym_void_type] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, - [137] = { - [sym__literal] = STATE(507), - [sym_string_literal] = STATE(510), - [sym__string_literal] = STATE(498), - [sym__multiline_string_literal] = STATE(498), - [sym_expression] = STATE(646), - [sym_cast_expression] = STATE(524), - [sym_assignment_expression] = STATE(524), - [sym_binary_expression] = STATE(524), - [sym_instanceof_expression] = STATE(524), - [sym_lambda_expression] = STATE(524), - [sym_inferred_parameters] = STATE(1259), - [sym_ternary_expression] = STATE(524), - [sym_unary_expression] = STATE(524), - [sym_update_expression] = STATE(524), - [sym_primary_expression] = STATE(470), - [sym_array_creation_expression] = STATE(507), - [sym_parenthesized_expression] = STATE(507), - [sym_class_literal] = STATE(507), - [sym_object_creation_expression] = STATE(507), - [sym__unqualified_object_creation_expression] = STATE(483), - [sym_field_access] = STATE(384), - [sym_array_access] = STATE(384), - [sym_method_invocation] = STATE(507), - [sym_method_reference] = STATE(507), - [sym_switch_expression] = STATE(524), - [sym__annotation] = STATE(683), - [sym_marker_annotation] = STATE(683), - [sym_annotation] = STATE(683), - [sym__type] = STATE(1266), - [sym__unannotated_type] = STATE(795), - [sym_annotated_type] = STATE(797), - [sym_scoped_type_identifier] = STATE(745), - [sym_generic_type] = STATE(771), - [sym_array_type] = STATE(702), - [sym_integral_type] = STATE(702), - [sym_floating_point_type] = STATE(702), - [sym_formal_parameters] = STATE(1259), - [aux_sym_array_creation_expression_repeat1] = STATE(683), - [sym_identifier] = ACTIONS(301), + [132] = { + [sym__literal] = STATE(498), + [sym_string_literal] = STATE(505), + [sym__string_literal] = STATE(508), + [sym__multiline_string_literal] = STATE(508), + [sym_expression] = STATE(659), + [sym_cast_expression] = STATE(538), + [sym_assignment_expression] = STATE(538), + [sym_binary_expression] = STATE(538), + [sym_instanceof_expression] = STATE(538), + [sym_lambda_expression] = STATE(538), + [sym_inferred_parameters] = STATE(1218), + [sym_ternary_expression] = STATE(538), + [sym_unary_expression] = STATE(538), + [sym_update_expression] = STATE(538), + [sym_primary_expression] = STATE(509), + [sym_array_creation_expression] = STATE(498), + [sym_parenthesized_expression] = STATE(498), + [sym_class_literal] = STATE(498), + [sym_object_creation_expression] = STATE(498), + [sym__unqualified_object_creation_expression] = STATE(515), + [sym_field_access] = STATE(385), + [sym_array_access] = STATE(385), + [sym_method_invocation] = STATE(498), + [sym_method_reference] = STATE(498), + [sym_switch_expression] = STATE(538), + [sym__annotation] = STATE(694), + [sym_marker_annotation] = STATE(694), + [sym_annotation] = STATE(694), + [sym__type] = STATE(1208), + [sym__unannotated_type] = STATE(805), + [sym_annotated_type] = STATE(831), + [sym_scoped_type_identifier] = STATE(735), + [sym_generic_type] = STATE(751), + [sym_array_type] = STATE(688), + [sym_integral_type] = STATE(688), + [sym_floating_point_type] = STATE(688), + [sym_formal_parameters] = STATE(1218), + [sym__reserved_identifier] = STATE(372), + [aux_sym_array_creation_expression_repeat1] = STATE(694), + [sym_identifier] = ACTIONS(269), [sym_decimal_integer_literal] = ACTIONS(9), [sym_hex_integer_literal] = ACTIONS(9), [sym_octal_integer_literal] = ACTIONS(9), @@ -26557,65 +26265,69 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DASH_DASH] = ACTIONS(25), [anon_sym_new] = ACTIONS(27), [anon_sym_switch] = ACTIONS(31), - [anon_sym_SEMI] = ACTIONS(436), - [anon_sym_AT] = ACTIONS(329), - [anon_sym_open] = ACTIONS(305), - [anon_sym_module] = ACTIONS(305), - [anon_sym_record] = ACTIONS(305), - [anon_sym_byte] = ACTIONS(81), - [anon_sym_short] = ACTIONS(81), - [anon_sym_int] = ACTIONS(81), - [anon_sym_long] = ACTIONS(81), - [anon_sym_char] = ACTIONS(81), - [anon_sym_float] = ACTIONS(83), - [anon_sym_double] = ACTIONS(83), - [sym_boolean_type] = ACTIONS(85), - [sym_void_type] = ACTIONS(85), - [sym_this] = ACTIONS(87), - [sym_super] = ACTIONS(89), + [anon_sym_SEMI] = ACTIONS(435), + [anon_sym_yield] = ACTIONS(67), + [anon_sym_AT] = ACTIONS(275), + [anon_sym_open] = ACTIONS(67), + [anon_sym_module] = ACTIONS(67), + [anon_sym_with] = ACTIONS(67), + [anon_sym_sealed] = ACTIONS(67), + [anon_sym_record] = ACTIONS(67), + [anon_sym_byte] = ACTIONS(85), + [anon_sym_short] = ACTIONS(85), + [anon_sym_int] = ACTIONS(85), + [anon_sym_long] = ACTIONS(85), + [anon_sym_char] = ACTIONS(85), + [anon_sym_float] = ACTIONS(87), + [anon_sym_double] = ACTIONS(87), + [sym_boolean_type] = ACTIONS(89), + [sym_void_type] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, - [138] = { - [sym__literal] = STATE(507), - [sym_string_literal] = STATE(510), - [sym__string_literal] = STATE(498), - [sym__multiline_string_literal] = STATE(498), - [sym_expression] = STATE(593), - [sym_cast_expression] = STATE(524), - [sym_assignment_expression] = STATE(524), - [sym_binary_expression] = STATE(524), - [sym_instanceof_expression] = STATE(524), - [sym_lambda_expression] = STATE(524), - [sym_inferred_parameters] = STATE(1259), - [sym_ternary_expression] = STATE(524), - [sym_unary_expression] = STATE(524), - [sym_update_expression] = STATE(524), - [sym_primary_expression] = STATE(470), - [sym_array_creation_expression] = STATE(507), - [sym_parenthesized_expression] = STATE(507), - [sym_class_literal] = STATE(507), - [sym_object_creation_expression] = STATE(507), - [sym__unqualified_object_creation_expression] = STATE(483), - [sym_field_access] = STATE(384), - [sym_array_access] = STATE(384), - [sym_method_invocation] = STATE(507), - [sym_method_reference] = STATE(507), - [sym_switch_expression] = STATE(524), - [sym__annotation] = STATE(683), - [sym_marker_annotation] = STATE(683), - [sym_annotation] = STATE(683), - [sym__type] = STATE(1266), - [sym__unannotated_type] = STATE(795), - [sym_annotated_type] = STATE(797), - [sym_scoped_type_identifier] = STATE(745), - [sym_generic_type] = STATE(771), - [sym_array_type] = STATE(702), - [sym_integral_type] = STATE(702), - [sym_floating_point_type] = STATE(702), - [sym_formal_parameters] = STATE(1259), - [aux_sym_array_creation_expression_repeat1] = STATE(683), - [sym_identifier] = ACTIONS(301), + [133] = { + [sym__literal] = STATE(498), + [sym_string_literal] = STATE(505), + [sym__string_literal] = STATE(508), + [sym__multiline_string_literal] = STATE(508), + [sym_expression] = STATE(610), + [sym_cast_expression] = STATE(538), + [sym_assignment_expression] = STATE(538), + [sym_binary_expression] = STATE(538), + [sym_instanceof_expression] = STATE(538), + [sym_lambda_expression] = STATE(538), + [sym_inferred_parameters] = STATE(1218), + [sym_ternary_expression] = STATE(538), + [sym_unary_expression] = STATE(538), + [sym_update_expression] = STATE(538), + [sym_primary_expression] = STATE(509), + [sym_array_creation_expression] = STATE(498), + [sym_parenthesized_expression] = STATE(498), + [sym_class_literal] = STATE(498), + [sym_object_creation_expression] = STATE(498), + [sym__unqualified_object_creation_expression] = STATE(515), + [sym_field_access] = STATE(385), + [sym_array_access] = STATE(385), + [sym_method_invocation] = STATE(498), + [sym_method_reference] = STATE(498), + [sym_switch_expression] = STATE(538), + [sym__annotation] = STATE(694), + [sym_marker_annotation] = STATE(694), + [sym_annotation] = STATE(694), + [sym__type] = STATE(1208), + [sym__unannotated_type] = STATE(805), + [sym_annotated_type] = STATE(831), + [sym_scoped_type_identifier] = STATE(735), + [sym_generic_type] = STATE(751), + [sym_array_type] = STATE(688), + [sym_integral_type] = STATE(688), + [sym_floating_point_type] = STATE(688), + [sym_formal_parameters] = STATE(1218), + [sym__reserved_identifier] = STATE(372), + [aux_sym_array_creation_expression_repeat1] = STATE(694), + [sym_identifier] = ACTIONS(269), [sym_decimal_integer_literal] = ACTIONS(9), [sym_hex_integer_literal] = ACTIONS(9), [sym_octal_integer_literal] = ACTIONS(9), @@ -26629,7 +26341,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(15), [sym_null_literal] = ACTIONS(9), [anon_sym_LPAREN] = ACTIONS(17), - [anon_sym_RPAREN] = ACTIONS(438), + [anon_sym_RPAREN] = ACTIONS(437), [anon_sym_PLUS] = ACTIONS(19), [anon_sym_DASH] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(23), @@ -26638,64 +26350,68 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DASH_DASH] = ACTIONS(25), [anon_sym_new] = ACTIONS(27), [anon_sym_switch] = ACTIONS(31), - [anon_sym_AT] = ACTIONS(329), - [anon_sym_open] = ACTIONS(305), - [anon_sym_module] = ACTIONS(305), - [anon_sym_record] = ACTIONS(305), - [anon_sym_byte] = ACTIONS(81), - [anon_sym_short] = ACTIONS(81), - [anon_sym_int] = ACTIONS(81), - [anon_sym_long] = ACTIONS(81), - [anon_sym_char] = ACTIONS(81), - [anon_sym_float] = ACTIONS(83), - [anon_sym_double] = ACTIONS(83), - [sym_boolean_type] = ACTIONS(85), - [sym_void_type] = ACTIONS(85), - [sym_this] = ACTIONS(87), - [sym_super] = ACTIONS(89), + [anon_sym_yield] = ACTIONS(67), + [anon_sym_AT] = ACTIONS(275), + [anon_sym_open] = ACTIONS(67), + [anon_sym_module] = ACTIONS(67), + [anon_sym_with] = ACTIONS(67), + [anon_sym_sealed] = ACTIONS(67), + [anon_sym_record] = ACTIONS(67), + [anon_sym_byte] = ACTIONS(85), + [anon_sym_short] = ACTIONS(85), + [anon_sym_int] = ACTIONS(85), + [anon_sym_long] = ACTIONS(85), + [anon_sym_char] = ACTIONS(85), + [anon_sym_float] = ACTIONS(87), + [anon_sym_double] = ACTIONS(87), + [sym_boolean_type] = ACTIONS(89), + [sym_void_type] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, - [139] = { - [sym__literal] = STATE(507), - [sym_string_literal] = STATE(510), - [sym__string_literal] = STATE(498), - [sym__multiline_string_literal] = STATE(498), - [sym_expression] = STATE(614), - [sym_cast_expression] = STATE(524), - [sym_assignment_expression] = STATE(524), - [sym_binary_expression] = STATE(524), - [sym_instanceof_expression] = STATE(524), - [sym_lambda_expression] = STATE(524), - [sym_inferred_parameters] = STATE(1259), - [sym_ternary_expression] = STATE(524), - [sym_unary_expression] = STATE(524), - [sym_update_expression] = STATE(524), - [sym_primary_expression] = STATE(470), - [sym_array_creation_expression] = STATE(507), - [sym_parenthesized_expression] = STATE(507), - [sym_class_literal] = STATE(507), - [sym_object_creation_expression] = STATE(507), - [sym__unqualified_object_creation_expression] = STATE(483), - [sym_field_access] = STATE(384), - [sym_array_access] = STATE(384), - [sym_method_invocation] = STATE(507), - [sym_method_reference] = STATE(507), - [sym_switch_expression] = STATE(524), - [sym__annotation] = STATE(683), - [sym_marker_annotation] = STATE(683), - [sym_annotation] = STATE(683), - [sym__type] = STATE(1266), - [sym__unannotated_type] = STATE(795), - [sym_annotated_type] = STATE(797), - [sym_scoped_type_identifier] = STATE(745), - [sym_generic_type] = STATE(771), - [sym_array_type] = STATE(702), - [sym_integral_type] = STATE(702), - [sym_floating_point_type] = STATE(702), - [sym_formal_parameters] = STATE(1259), - [aux_sym_array_creation_expression_repeat1] = STATE(683), - [sym_identifier] = ACTIONS(301), + [134] = { + [sym__literal] = STATE(498), + [sym_string_literal] = STATE(505), + [sym__string_literal] = STATE(508), + [sym__multiline_string_literal] = STATE(508), + [sym_expression] = STATE(591), + [sym_cast_expression] = STATE(538), + [sym_assignment_expression] = STATE(538), + [sym_binary_expression] = STATE(538), + [sym_instanceof_expression] = STATE(538), + [sym_lambda_expression] = STATE(538), + [sym_inferred_parameters] = STATE(1218), + [sym_ternary_expression] = STATE(538), + [sym_unary_expression] = STATE(538), + [sym_update_expression] = STATE(538), + [sym_primary_expression] = STATE(509), + [sym_array_creation_expression] = STATE(498), + [sym_parenthesized_expression] = STATE(498), + [sym_class_literal] = STATE(498), + [sym_object_creation_expression] = STATE(498), + [sym__unqualified_object_creation_expression] = STATE(515), + [sym_field_access] = STATE(385), + [sym_array_access] = STATE(385), + [sym_method_invocation] = STATE(498), + [sym_method_reference] = STATE(498), + [sym_switch_expression] = STATE(538), + [sym__annotation] = STATE(694), + [sym_marker_annotation] = STATE(694), + [sym_annotation] = STATE(694), + [sym__type] = STATE(1208), + [sym__unannotated_type] = STATE(805), + [sym_annotated_type] = STATE(831), + [sym_scoped_type_identifier] = STATE(735), + [sym_generic_type] = STATE(751), + [sym_array_type] = STATE(688), + [sym_integral_type] = STATE(688), + [sym_floating_point_type] = STATE(688), + [sym_formal_parameters] = STATE(1218), + [sym__reserved_identifier] = STATE(372), + [aux_sym_array_creation_expression_repeat1] = STATE(694), + [sym_identifier] = ACTIONS(269), [sym_decimal_integer_literal] = ACTIONS(9), [sym_hex_integer_literal] = ACTIONS(9), [sym_octal_integer_literal] = ACTIONS(9), @@ -26709,7 +26425,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(15), [sym_null_literal] = ACTIONS(9), [anon_sym_LPAREN] = ACTIONS(17), - [anon_sym_RPAREN] = ACTIONS(440), + [anon_sym_RPAREN] = ACTIONS(439), [anon_sym_PLUS] = ACTIONS(19), [anon_sym_DASH] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(23), @@ -26718,64 +26434,68 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DASH_DASH] = ACTIONS(25), [anon_sym_new] = ACTIONS(27), [anon_sym_switch] = ACTIONS(31), - [anon_sym_AT] = ACTIONS(329), - [anon_sym_open] = ACTIONS(305), - [anon_sym_module] = ACTIONS(305), - [anon_sym_record] = ACTIONS(305), - [anon_sym_byte] = ACTIONS(81), - [anon_sym_short] = ACTIONS(81), - [anon_sym_int] = ACTIONS(81), - [anon_sym_long] = ACTIONS(81), - [anon_sym_char] = ACTIONS(81), - [anon_sym_float] = ACTIONS(83), - [anon_sym_double] = ACTIONS(83), - [sym_boolean_type] = ACTIONS(85), - [sym_void_type] = ACTIONS(85), - [sym_this] = ACTIONS(87), - [sym_super] = ACTIONS(89), + [anon_sym_yield] = ACTIONS(67), + [anon_sym_AT] = ACTIONS(275), + [anon_sym_open] = ACTIONS(67), + [anon_sym_module] = ACTIONS(67), + [anon_sym_with] = ACTIONS(67), + [anon_sym_sealed] = ACTIONS(67), + [anon_sym_record] = ACTIONS(67), + [anon_sym_byte] = ACTIONS(85), + [anon_sym_short] = ACTIONS(85), + [anon_sym_int] = ACTIONS(85), + [anon_sym_long] = ACTIONS(85), + [anon_sym_char] = ACTIONS(85), + [anon_sym_float] = ACTIONS(87), + [anon_sym_double] = ACTIONS(87), + [sym_boolean_type] = ACTIONS(89), + [sym_void_type] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, - [140] = { - [sym__literal] = STATE(507), - [sym_string_literal] = STATE(510), - [sym__string_literal] = STATE(498), - [sym__multiline_string_literal] = STATE(498), - [sym_expression] = STATE(661), - [sym_cast_expression] = STATE(524), - [sym_assignment_expression] = STATE(524), - [sym_binary_expression] = STATE(524), - [sym_instanceof_expression] = STATE(524), - [sym_lambda_expression] = STATE(524), - [sym_inferred_parameters] = STATE(1259), - [sym_ternary_expression] = STATE(524), - [sym_unary_expression] = STATE(524), - [sym_update_expression] = STATE(524), - [sym_primary_expression] = STATE(470), - [sym_array_creation_expression] = STATE(507), - [sym_parenthesized_expression] = STATE(507), - [sym_class_literal] = STATE(507), - [sym_object_creation_expression] = STATE(507), - [sym__unqualified_object_creation_expression] = STATE(483), - [sym_field_access] = STATE(384), - [sym_array_access] = STATE(384), - [sym_method_invocation] = STATE(507), - [sym_method_reference] = STATE(507), - [sym_switch_expression] = STATE(524), - [sym__annotation] = STATE(683), - [sym_marker_annotation] = STATE(683), - [sym_annotation] = STATE(683), - [sym__type] = STATE(1266), - [sym__unannotated_type] = STATE(795), - [sym_annotated_type] = STATE(797), - [sym_scoped_type_identifier] = STATE(745), - [sym_generic_type] = STATE(771), - [sym_array_type] = STATE(702), - [sym_integral_type] = STATE(702), - [sym_floating_point_type] = STATE(702), - [sym_formal_parameters] = STATE(1259), - [aux_sym_array_creation_expression_repeat1] = STATE(683), - [sym_identifier] = ACTIONS(301), + [135] = { + [sym__literal] = STATE(498), + [sym_string_literal] = STATE(505), + [sym__string_literal] = STATE(508), + [sym__multiline_string_literal] = STATE(508), + [sym_expression] = STATE(636), + [sym_cast_expression] = STATE(538), + [sym_assignment_expression] = STATE(538), + [sym_binary_expression] = STATE(538), + [sym_instanceof_expression] = STATE(538), + [sym_lambda_expression] = STATE(538), + [sym_inferred_parameters] = STATE(1218), + [sym_ternary_expression] = STATE(538), + [sym_unary_expression] = STATE(538), + [sym_update_expression] = STATE(538), + [sym_primary_expression] = STATE(509), + [sym_array_creation_expression] = STATE(498), + [sym_parenthesized_expression] = STATE(498), + [sym_class_literal] = STATE(498), + [sym_object_creation_expression] = STATE(498), + [sym__unqualified_object_creation_expression] = STATE(515), + [sym_field_access] = STATE(385), + [sym_array_access] = STATE(385), + [sym_method_invocation] = STATE(498), + [sym_method_reference] = STATE(498), + [sym_switch_expression] = STATE(538), + [sym__annotation] = STATE(694), + [sym_marker_annotation] = STATE(694), + [sym_annotation] = STATE(694), + [sym__type] = STATE(1208), + [sym__unannotated_type] = STATE(805), + [sym_annotated_type] = STATE(831), + [sym_scoped_type_identifier] = STATE(735), + [sym_generic_type] = STATE(751), + [sym_array_type] = STATE(688), + [sym_integral_type] = STATE(688), + [sym_floating_point_type] = STATE(688), + [sym_formal_parameters] = STATE(1218), + [sym__reserved_identifier] = STATE(372), + [aux_sym_array_creation_expression_repeat1] = STATE(694), + [sym_identifier] = ACTIONS(269), [sym_decimal_integer_literal] = ACTIONS(9), [sym_hex_integer_literal] = ACTIONS(9), [sym_octal_integer_literal] = ACTIONS(9), @@ -26796,66 +26516,154 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS_PLUS] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(25), [anon_sym_new] = ACTIONS(27), + [anon_sym_RBRACK] = ACTIONS(441), [anon_sym_switch] = ACTIONS(31), - [anon_sym_SEMI] = ACTIONS(442), - [anon_sym_AT] = ACTIONS(329), - [anon_sym_open] = ACTIONS(305), - [anon_sym_module] = ACTIONS(305), - [anon_sym_record] = ACTIONS(305), - [anon_sym_byte] = ACTIONS(81), - [anon_sym_short] = ACTIONS(81), - [anon_sym_int] = ACTIONS(81), - [anon_sym_long] = ACTIONS(81), - [anon_sym_char] = ACTIONS(81), - [anon_sym_float] = ACTIONS(83), - [anon_sym_double] = ACTIONS(83), - [sym_boolean_type] = ACTIONS(85), - [sym_void_type] = ACTIONS(85), - [sym_this] = ACTIONS(87), - [sym_super] = ACTIONS(89), + [anon_sym_yield] = ACTIONS(67), + [anon_sym_AT] = ACTIONS(275), + [anon_sym_open] = ACTIONS(67), + [anon_sym_module] = ACTIONS(67), + [anon_sym_with] = ACTIONS(67), + [anon_sym_sealed] = ACTIONS(67), + [anon_sym_record] = ACTIONS(67), + [anon_sym_byte] = ACTIONS(85), + [anon_sym_short] = ACTIONS(85), + [anon_sym_int] = ACTIONS(85), + [anon_sym_long] = ACTIONS(85), + [anon_sym_char] = ACTIONS(85), + [anon_sym_float] = ACTIONS(87), + [anon_sym_double] = ACTIONS(87), + [sym_boolean_type] = ACTIONS(89), + [sym_void_type] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, - [141] = { - [sym__literal] = STATE(507), - [sym_string_literal] = STATE(510), - [sym__string_literal] = STATE(498), - [sym__multiline_string_literal] = STATE(498), + [136] = { + [sym__literal] = STATE(498), + [sym_string_literal] = STATE(505), + [sym__string_literal] = STATE(508), + [sym__multiline_string_literal] = STATE(508), + [sym_expression] = STATE(611), + [sym_cast_expression] = STATE(538), + [sym_assignment_expression] = STATE(538), + [sym_binary_expression] = STATE(538), + [sym_instanceof_expression] = STATE(538), + [sym_lambda_expression] = STATE(538), + [sym_inferred_parameters] = STATE(1218), + [sym_ternary_expression] = STATE(538), + [sym_unary_expression] = STATE(538), + [sym_update_expression] = STATE(538), + [sym_primary_expression] = STATE(509), + [sym_array_creation_expression] = STATE(498), + [sym_parenthesized_expression] = STATE(498), + [sym_class_literal] = STATE(498), + [sym_object_creation_expression] = STATE(498), + [sym__unqualified_object_creation_expression] = STATE(515), + [sym_field_access] = STATE(385), + [sym_array_access] = STATE(385), + [sym_method_invocation] = STATE(498), + [sym_method_reference] = STATE(498), + [sym_switch_expression] = STATE(538), + [sym__annotation] = STATE(694), + [sym_marker_annotation] = STATE(694), + [sym_annotation] = STATE(694), + [sym__type] = STATE(1208), + [sym__unannotated_type] = STATE(805), + [sym_annotated_type] = STATE(831), + [sym_scoped_type_identifier] = STATE(735), + [sym_generic_type] = STATE(751), + [sym_array_type] = STATE(688), + [sym_integral_type] = STATE(688), + [sym_floating_point_type] = STATE(688), + [sym_formal_parameters] = STATE(1218), + [sym__reserved_identifier] = STATE(372), + [aux_sym_array_creation_expression_repeat1] = STATE(694), + [sym_identifier] = ACTIONS(269), + [sym_decimal_integer_literal] = ACTIONS(9), + [sym_hex_integer_literal] = ACTIONS(9), + [sym_octal_integer_literal] = ACTIONS(9), + [sym_binary_integer_literal] = ACTIONS(11), + [sym_decimal_floating_point_literal] = ACTIONS(11), + [sym_hex_floating_point_literal] = ACTIONS(9), + [sym_true] = ACTIONS(9), + [sym_false] = ACTIONS(9), + [sym_character_literal] = ACTIONS(11), + [anon_sym_DQUOTE] = ACTIONS(13), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(15), + [sym_null_literal] = ACTIONS(9), + [anon_sym_LPAREN] = ACTIONS(17), + [anon_sym_RPAREN] = ACTIONS(443), + [anon_sym_PLUS] = ACTIONS(19), + [anon_sym_DASH] = ACTIONS(19), + [anon_sym_BANG] = ACTIONS(23), + [anon_sym_TILDE] = ACTIONS(23), + [anon_sym_PLUS_PLUS] = ACTIONS(25), + [anon_sym_DASH_DASH] = ACTIONS(25), + [anon_sym_new] = ACTIONS(27), + [anon_sym_switch] = ACTIONS(31), + [anon_sym_yield] = ACTIONS(67), + [anon_sym_AT] = ACTIONS(275), + [anon_sym_open] = ACTIONS(67), + [anon_sym_module] = ACTIONS(67), + [anon_sym_with] = ACTIONS(67), + [anon_sym_sealed] = ACTIONS(67), + [anon_sym_record] = ACTIONS(67), + [anon_sym_byte] = ACTIONS(85), + [anon_sym_short] = ACTIONS(85), + [anon_sym_int] = ACTIONS(85), + [anon_sym_long] = ACTIONS(85), + [anon_sym_char] = ACTIONS(85), + [anon_sym_float] = ACTIONS(87), + [anon_sym_double] = ACTIONS(87), + [sym_boolean_type] = ACTIONS(89), + [sym_void_type] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(93), + [sym_line_comment] = ACTIONS(3), + [sym_block_comment] = ACTIONS(3), + }, + [137] = { + [sym__literal] = STATE(498), + [sym_string_literal] = STATE(505), + [sym__string_literal] = STATE(508), + [sym__multiline_string_literal] = STATE(508), [sym_expression] = STATE(580), - [sym_cast_expression] = STATE(524), - [sym_assignment_expression] = STATE(524), - [sym_binary_expression] = STATE(524), - [sym_instanceof_expression] = STATE(524), - [sym_lambda_expression] = STATE(524), - [sym_inferred_parameters] = STATE(1259), - [sym_ternary_expression] = STATE(524), - [sym_unary_expression] = STATE(524), - [sym_update_expression] = STATE(524), - [sym_primary_expression] = STATE(470), - [sym_array_creation_expression] = STATE(507), - [sym_parenthesized_expression] = STATE(507), - [sym_class_literal] = STATE(507), - [sym_object_creation_expression] = STATE(507), - [sym__unqualified_object_creation_expression] = STATE(483), - [sym_field_access] = STATE(384), - [sym_array_access] = STATE(384), - [sym_method_invocation] = STATE(507), - [sym_method_reference] = STATE(507), - [sym_switch_expression] = STATE(524), - [sym__annotation] = STATE(683), - [sym_marker_annotation] = STATE(683), - [sym_annotation] = STATE(683), - [sym__type] = STATE(1266), - [sym__unannotated_type] = STATE(795), - [sym_annotated_type] = STATE(797), - [sym_scoped_type_identifier] = STATE(745), - [sym_generic_type] = STATE(771), - [sym_array_type] = STATE(702), - [sym_integral_type] = STATE(702), - [sym_floating_point_type] = STATE(702), - [sym_formal_parameters] = STATE(1259), - [aux_sym_array_creation_expression_repeat1] = STATE(683), - [sym_identifier] = ACTIONS(301), + [sym_cast_expression] = STATE(538), + [sym_assignment_expression] = STATE(538), + [sym_binary_expression] = STATE(538), + [sym_instanceof_expression] = STATE(538), + [sym_lambda_expression] = STATE(538), + [sym_inferred_parameters] = STATE(1218), + [sym_ternary_expression] = STATE(538), + [sym_unary_expression] = STATE(538), + [sym_update_expression] = STATE(538), + [sym_primary_expression] = STATE(509), + [sym_array_creation_expression] = STATE(498), + [sym_parenthesized_expression] = STATE(498), + [sym_class_literal] = STATE(498), + [sym_object_creation_expression] = STATE(498), + [sym__unqualified_object_creation_expression] = STATE(515), + [sym_field_access] = STATE(385), + [sym_array_access] = STATE(385), + [sym_method_invocation] = STATE(498), + [sym_method_reference] = STATE(498), + [sym_switch_expression] = STATE(538), + [sym__annotation] = STATE(694), + [sym_marker_annotation] = STATE(694), + [sym_annotation] = STATE(694), + [sym__type] = STATE(1208), + [sym__unannotated_type] = STATE(805), + [sym_annotated_type] = STATE(831), + [sym_scoped_type_identifier] = STATE(735), + [sym_generic_type] = STATE(751), + [sym_array_type] = STATE(688), + [sym_integral_type] = STATE(688), + [sym_floating_point_type] = STATE(688), + [sym_formal_parameters] = STATE(1218), + [sym__reserved_identifier] = STATE(372), + [aux_sym_array_creation_expression_repeat1] = STATE(694), + [sym_identifier] = ACTIONS(269), [sym_decimal_integer_literal] = ACTIONS(9), [sym_hex_integer_literal] = ACTIONS(9), [sym_octal_integer_literal] = ACTIONS(9), @@ -26869,7 +26677,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(15), [sym_null_literal] = ACTIONS(9), [anon_sym_LPAREN] = ACTIONS(17), - [anon_sym_RPAREN] = ACTIONS(444), + [anon_sym_RPAREN] = ACTIONS(445), [anon_sym_PLUS] = ACTIONS(19), [anon_sym_DASH] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(23), @@ -26878,64 +26686,236 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DASH_DASH] = ACTIONS(25), [anon_sym_new] = ACTIONS(27), [anon_sym_switch] = ACTIONS(31), - [anon_sym_AT] = ACTIONS(329), - [anon_sym_open] = ACTIONS(305), - [anon_sym_module] = ACTIONS(305), - [anon_sym_record] = ACTIONS(305), - [anon_sym_byte] = ACTIONS(81), - [anon_sym_short] = ACTIONS(81), - [anon_sym_int] = ACTIONS(81), - [anon_sym_long] = ACTIONS(81), - [anon_sym_char] = ACTIONS(81), - [anon_sym_float] = ACTIONS(83), - [anon_sym_double] = ACTIONS(83), - [sym_boolean_type] = ACTIONS(85), - [sym_void_type] = ACTIONS(85), - [sym_this] = ACTIONS(87), - [sym_super] = ACTIONS(89), + [anon_sym_yield] = ACTIONS(67), + [anon_sym_AT] = ACTIONS(275), + [anon_sym_open] = ACTIONS(67), + [anon_sym_module] = ACTIONS(67), + [anon_sym_with] = ACTIONS(67), + [anon_sym_sealed] = ACTIONS(67), + [anon_sym_record] = ACTIONS(67), + [anon_sym_byte] = ACTIONS(85), + [anon_sym_short] = ACTIONS(85), + [anon_sym_int] = ACTIONS(85), + [anon_sym_long] = ACTIONS(85), + [anon_sym_char] = ACTIONS(85), + [anon_sym_float] = ACTIONS(87), + [anon_sym_double] = ACTIONS(87), + [sym_boolean_type] = ACTIONS(89), + [sym_void_type] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, - [142] = { - [sym__literal] = STATE(507), - [sym_string_literal] = STATE(510), - [sym__string_literal] = STATE(498), - [sym__multiline_string_literal] = STATE(498), - [sym_expression] = STATE(571), - [sym_cast_expression] = STATE(524), - [sym_assignment_expression] = STATE(524), - [sym_binary_expression] = STATE(524), - [sym_instanceof_expression] = STATE(524), - [sym_lambda_expression] = STATE(524), - [sym_inferred_parameters] = STATE(1259), - [sym_ternary_expression] = STATE(524), - [sym_unary_expression] = STATE(524), - [sym_update_expression] = STATE(524), - [sym_primary_expression] = STATE(470), - [sym_array_creation_expression] = STATE(507), - [sym_parenthesized_expression] = STATE(507), - [sym_class_literal] = STATE(507), - [sym_object_creation_expression] = STATE(507), - [sym__unqualified_object_creation_expression] = STATE(483), - [sym_field_access] = STATE(384), - [sym_array_access] = STATE(384), - [sym_method_invocation] = STATE(507), - [sym_method_reference] = STATE(507), - [sym_switch_expression] = STATE(524), - [sym__annotation] = STATE(683), - [sym_marker_annotation] = STATE(683), - [sym_annotation] = STATE(683), - [sym__type] = STATE(1266), - [sym__unannotated_type] = STATE(795), - [sym_annotated_type] = STATE(797), - [sym_scoped_type_identifier] = STATE(745), - [sym_generic_type] = STATE(771), - [sym_array_type] = STATE(702), - [sym_integral_type] = STATE(702), - [sym_floating_point_type] = STATE(702), - [sym_formal_parameters] = STATE(1259), - [aux_sym_array_creation_expression_repeat1] = STATE(683), - [sym_identifier] = ACTIONS(301), + [138] = { + [sym__literal] = STATE(498), + [sym_string_literal] = STATE(505), + [sym__string_literal] = STATE(508), + [sym__multiline_string_literal] = STATE(508), + [sym_expression] = STATE(593), + [sym_cast_expression] = STATE(538), + [sym_assignment_expression] = STATE(538), + [sym_binary_expression] = STATE(538), + [sym_instanceof_expression] = STATE(538), + [sym_lambda_expression] = STATE(538), + [sym_inferred_parameters] = STATE(1218), + [sym_ternary_expression] = STATE(538), + [sym_unary_expression] = STATE(538), + [sym_update_expression] = STATE(538), + [sym_primary_expression] = STATE(509), + [sym_array_creation_expression] = STATE(498), + [sym_parenthesized_expression] = STATE(498), + [sym_class_literal] = STATE(498), + [sym_object_creation_expression] = STATE(498), + [sym__unqualified_object_creation_expression] = STATE(515), + [sym_field_access] = STATE(385), + [sym_array_access] = STATE(385), + [sym_method_invocation] = STATE(498), + [sym_method_reference] = STATE(498), + [sym_switch_expression] = STATE(538), + [sym__annotation] = STATE(694), + [sym_marker_annotation] = STATE(694), + [sym_annotation] = STATE(694), + [sym__type] = STATE(1208), + [sym__unannotated_type] = STATE(805), + [sym_annotated_type] = STATE(831), + [sym_scoped_type_identifier] = STATE(735), + [sym_generic_type] = STATE(751), + [sym_array_type] = STATE(688), + [sym_integral_type] = STATE(688), + [sym_floating_point_type] = STATE(688), + [sym_formal_parameters] = STATE(1218), + [sym__reserved_identifier] = STATE(372), + [aux_sym_array_creation_expression_repeat1] = STATE(694), + [sym_identifier] = ACTIONS(269), + [sym_decimal_integer_literal] = ACTIONS(9), + [sym_hex_integer_literal] = ACTIONS(9), + [sym_octal_integer_literal] = ACTIONS(9), + [sym_binary_integer_literal] = ACTIONS(11), + [sym_decimal_floating_point_literal] = ACTIONS(11), + [sym_hex_floating_point_literal] = ACTIONS(9), + [sym_true] = ACTIONS(9), + [sym_false] = ACTIONS(9), + [sym_character_literal] = ACTIONS(11), + [anon_sym_DQUOTE] = ACTIONS(13), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(15), + [sym_null_literal] = ACTIONS(9), + [anon_sym_LPAREN] = ACTIONS(17), + [anon_sym_RPAREN] = ACTIONS(447), + [anon_sym_PLUS] = ACTIONS(19), + [anon_sym_DASH] = ACTIONS(19), + [anon_sym_BANG] = ACTIONS(23), + [anon_sym_TILDE] = ACTIONS(23), + [anon_sym_PLUS_PLUS] = ACTIONS(25), + [anon_sym_DASH_DASH] = ACTIONS(25), + [anon_sym_new] = ACTIONS(27), + [anon_sym_switch] = ACTIONS(31), + [anon_sym_yield] = ACTIONS(67), + [anon_sym_AT] = ACTIONS(275), + [anon_sym_open] = ACTIONS(67), + [anon_sym_module] = ACTIONS(67), + [anon_sym_with] = ACTIONS(67), + [anon_sym_sealed] = ACTIONS(67), + [anon_sym_record] = ACTIONS(67), + [anon_sym_byte] = ACTIONS(85), + [anon_sym_short] = ACTIONS(85), + [anon_sym_int] = ACTIONS(85), + [anon_sym_long] = ACTIONS(85), + [anon_sym_char] = ACTIONS(85), + [anon_sym_float] = ACTIONS(87), + [anon_sym_double] = ACTIONS(87), + [sym_boolean_type] = ACTIONS(89), + [sym_void_type] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(93), + [sym_line_comment] = ACTIONS(3), + [sym_block_comment] = ACTIONS(3), + }, + [139] = { + [sym__literal] = STATE(498), + [sym_string_literal] = STATE(505), + [sym__string_literal] = STATE(508), + [sym__multiline_string_literal] = STATE(508), + [sym_expression] = STATE(644), + [sym_cast_expression] = STATE(538), + [sym_assignment_expression] = STATE(538), + [sym_binary_expression] = STATE(538), + [sym_instanceof_expression] = STATE(538), + [sym_lambda_expression] = STATE(538), + [sym_inferred_parameters] = STATE(1218), + [sym_ternary_expression] = STATE(538), + [sym_unary_expression] = STATE(538), + [sym_update_expression] = STATE(538), + [sym_primary_expression] = STATE(509), + [sym_array_creation_expression] = STATE(498), + [sym_parenthesized_expression] = STATE(498), + [sym_class_literal] = STATE(498), + [sym_object_creation_expression] = STATE(498), + [sym__unqualified_object_creation_expression] = STATE(515), + [sym_field_access] = STATE(385), + [sym_array_access] = STATE(385), + [sym_method_invocation] = STATE(498), + [sym_method_reference] = STATE(498), + [sym_switch_expression] = STATE(538), + [sym__annotation] = STATE(694), + [sym_marker_annotation] = STATE(694), + [sym_annotation] = STATE(694), + [sym__type] = STATE(1208), + [sym__unannotated_type] = STATE(805), + [sym_annotated_type] = STATE(831), + [sym_scoped_type_identifier] = STATE(735), + [sym_generic_type] = STATE(751), + [sym_array_type] = STATE(688), + [sym_integral_type] = STATE(688), + [sym_floating_point_type] = STATE(688), + [sym_formal_parameters] = STATE(1218), + [sym__reserved_identifier] = STATE(372), + [aux_sym_array_creation_expression_repeat1] = STATE(694), + [sym_identifier] = ACTIONS(269), + [sym_decimal_integer_literal] = ACTIONS(9), + [sym_hex_integer_literal] = ACTIONS(9), + [sym_octal_integer_literal] = ACTIONS(9), + [sym_binary_integer_literal] = ACTIONS(11), + [sym_decimal_floating_point_literal] = ACTIONS(11), + [sym_hex_floating_point_literal] = ACTIONS(9), + [sym_true] = ACTIONS(9), + [sym_false] = ACTIONS(9), + [sym_character_literal] = ACTIONS(11), + [anon_sym_DQUOTE] = ACTIONS(13), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(15), + [sym_null_literal] = ACTIONS(9), + [anon_sym_LPAREN] = ACTIONS(17), + [anon_sym_PLUS] = ACTIONS(19), + [anon_sym_DASH] = ACTIONS(19), + [anon_sym_BANG] = ACTIONS(23), + [anon_sym_TILDE] = ACTIONS(23), + [anon_sym_PLUS_PLUS] = ACTIONS(25), + [anon_sym_DASH_DASH] = ACTIONS(25), + [anon_sym_new] = ACTIONS(27), + [anon_sym_switch] = ACTIONS(31), + [anon_sym_SEMI] = ACTIONS(449), + [anon_sym_yield] = ACTIONS(67), + [anon_sym_AT] = ACTIONS(275), + [anon_sym_open] = ACTIONS(67), + [anon_sym_module] = ACTIONS(67), + [anon_sym_with] = ACTIONS(67), + [anon_sym_sealed] = ACTIONS(67), + [anon_sym_record] = ACTIONS(67), + [anon_sym_byte] = ACTIONS(85), + [anon_sym_short] = ACTIONS(85), + [anon_sym_int] = ACTIONS(85), + [anon_sym_long] = ACTIONS(85), + [anon_sym_char] = ACTIONS(85), + [anon_sym_float] = ACTIONS(87), + [anon_sym_double] = ACTIONS(87), + [sym_boolean_type] = ACTIONS(89), + [sym_void_type] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(93), + [sym_line_comment] = ACTIONS(3), + [sym_block_comment] = ACTIONS(3), + }, + [140] = { + [sym__literal] = STATE(498), + [sym_string_literal] = STATE(505), + [sym__string_literal] = STATE(508), + [sym__multiline_string_literal] = STATE(508), + [sym_expression] = STATE(635), + [sym_cast_expression] = STATE(538), + [sym_assignment_expression] = STATE(538), + [sym_binary_expression] = STATE(538), + [sym_instanceof_expression] = STATE(538), + [sym_lambda_expression] = STATE(538), + [sym_inferred_parameters] = STATE(1218), + [sym_ternary_expression] = STATE(538), + [sym_unary_expression] = STATE(538), + [sym_update_expression] = STATE(538), + [sym_primary_expression] = STATE(509), + [sym_array_creation_expression] = STATE(498), + [sym_parenthesized_expression] = STATE(498), + [sym_class_literal] = STATE(498), + [sym_object_creation_expression] = STATE(498), + [sym__unqualified_object_creation_expression] = STATE(515), + [sym_field_access] = STATE(385), + [sym_array_access] = STATE(385), + [sym_method_invocation] = STATE(498), + [sym_method_reference] = STATE(498), + [sym_switch_expression] = STATE(538), + [sym__annotation] = STATE(694), + [sym_marker_annotation] = STATE(694), + [sym_annotation] = STATE(694), + [sym__type] = STATE(1208), + [sym__unannotated_type] = STATE(805), + [sym_annotated_type] = STATE(831), + [sym_scoped_type_identifier] = STATE(735), + [sym_generic_type] = STATE(751), + [sym_array_type] = STATE(688), + [sym_integral_type] = STATE(688), + [sym_floating_point_type] = STATE(688), + [sym_formal_parameters] = STATE(1218), + [sym__reserved_identifier] = STATE(372), + [aux_sym_array_creation_expression_repeat1] = STATE(694), + [sym_identifier] = ACTIONS(269), [sym_decimal_integer_literal] = ACTIONS(9), [sym_hex_integer_literal] = ACTIONS(9), [sym_octal_integer_literal] = ACTIONS(9), @@ -26949,7 +26929,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(15), [sym_null_literal] = ACTIONS(9), [anon_sym_LPAREN] = ACTIONS(17), - [anon_sym_RPAREN] = ACTIONS(446), [anon_sym_PLUS] = ACTIONS(19), [anon_sym_DASH] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(23), @@ -26957,65 +26936,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS_PLUS] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(25), [anon_sym_new] = ACTIONS(27), + [anon_sym_RBRACK] = ACTIONS(451), [anon_sym_switch] = ACTIONS(31), - [anon_sym_AT] = ACTIONS(329), - [anon_sym_open] = ACTIONS(305), - [anon_sym_module] = ACTIONS(305), - [anon_sym_record] = ACTIONS(305), - [anon_sym_byte] = ACTIONS(81), - [anon_sym_short] = ACTIONS(81), - [anon_sym_int] = ACTIONS(81), - [anon_sym_long] = ACTIONS(81), - [anon_sym_char] = ACTIONS(81), - [anon_sym_float] = ACTIONS(83), - [anon_sym_double] = ACTIONS(83), - [sym_boolean_type] = ACTIONS(85), - [sym_void_type] = ACTIONS(85), - [sym_this] = ACTIONS(87), - [sym_super] = ACTIONS(89), + [anon_sym_yield] = ACTIONS(67), + [anon_sym_AT] = ACTIONS(275), + [anon_sym_open] = ACTIONS(67), + [anon_sym_module] = ACTIONS(67), + [anon_sym_with] = ACTIONS(67), + [anon_sym_sealed] = ACTIONS(67), + [anon_sym_record] = ACTIONS(67), + [anon_sym_byte] = ACTIONS(85), + [anon_sym_short] = ACTIONS(85), + [anon_sym_int] = ACTIONS(85), + [anon_sym_long] = ACTIONS(85), + [anon_sym_char] = ACTIONS(85), + [anon_sym_float] = ACTIONS(87), + [anon_sym_double] = ACTIONS(87), + [sym_boolean_type] = ACTIONS(89), + [sym_void_type] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, - [143] = { - [sym__literal] = STATE(507), - [sym_string_literal] = STATE(510), - [sym__string_literal] = STATE(498), - [sym__multiline_string_literal] = STATE(498), - [sym_expression] = STATE(649), - [sym_cast_expression] = STATE(524), - [sym_assignment_expression] = STATE(524), - [sym_binary_expression] = STATE(524), - [sym_instanceof_expression] = STATE(524), - [sym_lambda_expression] = STATE(524), - [sym_inferred_parameters] = STATE(1259), - [sym_ternary_expression] = STATE(524), - [sym_unary_expression] = STATE(524), - [sym_update_expression] = STATE(524), - [sym_primary_expression] = STATE(470), - [sym_array_creation_expression] = STATE(507), - [sym_parenthesized_expression] = STATE(507), - [sym_class_literal] = STATE(507), - [sym_object_creation_expression] = STATE(507), - [sym__unqualified_object_creation_expression] = STATE(483), - [sym_field_access] = STATE(384), - [sym_array_access] = STATE(384), - [sym_method_invocation] = STATE(507), - [sym_method_reference] = STATE(507), - [sym_switch_expression] = STATE(524), - [sym__annotation] = STATE(683), - [sym_marker_annotation] = STATE(683), - [sym_annotation] = STATE(683), - [sym__type] = STATE(1266), - [sym__unannotated_type] = STATE(795), - [sym_annotated_type] = STATE(797), - [sym_scoped_type_identifier] = STATE(745), - [sym_generic_type] = STATE(771), - [sym_array_type] = STATE(702), - [sym_integral_type] = STATE(702), - [sym_floating_point_type] = STATE(702), - [sym_formal_parameters] = STATE(1259), - [aux_sym_array_creation_expression_repeat1] = STATE(683), - [sym_identifier] = ACTIONS(301), + [141] = { + [sym__literal] = STATE(498), + [sym_string_literal] = STATE(505), + [sym__string_literal] = STATE(508), + [sym__multiline_string_literal] = STATE(508), + [sym_expression] = STATE(573), + [sym_cast_expression] = STATE(538), + [sym_assignment_expression] = STATE(538), + [sym_binary_expression] = STATE(538), + [sym_instanceof_expression] = STATE(538), + [sym_lambda_expression] = STATE(538), + [sym_inferred_parameters] = STATE(1218), + [sym_ternary_expression] = STATE(538), + [sym_unary_expression] = STATE(538), + [sym_update_expression] = STATE(538), + [sym_primary_expression] = STATE(509), + [sym_array_creation_expression] = STATE(498), + [sym_parenthesized_expression] = STATE(498), + [sym_class_literal] = STATE(498), + [sym_object_creation_expression] = STATE(498), + [sym__unqualified_object_creation_expression] = STATE(515), + [sym_field_access] = STATE(385), + [sym_array_access] = STATE(385), + [sym_method_invocation] = STATE(498), + [sym_method_reference] = STATE(498), + [sym_switch_expression] = STATE(538), + [sym__annotation] = STATE(694), + [sym_marker_annotation] = STATE(694), + [sym_annotation] = STATE(694), + [sym__type] = STATE(1208), + [sym__unannotated_type] = STATE(805), + [sym_annotated_type] = STATE(831), + [sym_scoped_type_identifier] = STATE(735), + [sym_generic_type] = STATE(751), + [sym_array_type] = STATE(688), + [sym_integral_type] = STATE(688), + [sym_floating_point_type] = STATE(688), + [sym_formal_parameters] = STATE(1218), + [sym__reserved_identifier] = STATE(372), + [aux_sym_array_creation_expression_repeat1] = STATE(694), + [sym_identifier] = ACTIONS(269), [sym_decimal_integer_literal] = ACTIONS(9), [sym_hex_integer_literal] = ACTIONS(9), [sym_octal_integer_literal] = ACTIONS(9), @@ -27029,6 +27013,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(15), [sym_null_literal] = ACTIONS(9), [anon_sym_LPAREN] = ACTIONS(17), + [anon_sym_RPAREN] = ACTIONS(453), [anon_sym_PLUS] = ACTIONS(19), [anon_sym_DASH] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(23), @@ -27037,65 +27022,68 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DASH_DASH] = ACTIONS(25), [anon_sym_new] = ACTIONS(27), [anon_sym_switch] = ACTIONS(31), - [anon_sym_SEMI] = ACTIONS(448), - [anon_sym_AT] = ACTIONS(329), - [anon_sym_open] = ACTIONS(305), - [anon_sym_module] = ACTIONS(305), - [anon_sym_record] = ACTIONS(305), - [anon_sym_byte] = ACTIONS(81), - [anon_sym_short] = ACTIONS(81), - [anon_sym_int] = ACTIONS(81), - [anon_sym_long] = ACTIONS(81), - [anon_sym_char] = ACTIONS(81), - [anon_sym_float] = ACTIONS(83), - [anon_sym_double] = ACTIONS(83), - [sym_boolean_type] = ACTIONS(85), - [sym_void_type] = ACTIONS(85), - [sym_this] = ACTIONS(87), - [sym_super] = ACTIONS(89), + [anon_sym_yield] = ACTIONS(67), + [anon_sym_AT] = ACTIONS(275), + [anon_sym_open] = ACTIONS(67), + [anon_sym_module] = ACTIONS(67), + [anon_sym_with] = ACTIONS(67), + [anon_sym_sealed] = ACTIONS(67), + [anon_sym_record] = ACTIONS(67), + [anon_sym_byte] = ACTIONS(85), + [anon_sym_short] = ACTIONS(85), + [anon_sym_int] = ACTIONS(85), + [anon_sym_long] = ACTIONS(85), + [anon_sym_char] = ACTIONS(85), + [anon_sym_float] = ACTIONS(87), + [anon_sym_double] = ACTIONS(87), + [sym_boolean_type] = ACTIONS(89), + [sym_void_type] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, - [144] = { - [sym__literal] = STATE(507), - [sym_string_literal] = STATE(510), - [sym__string_literal] = STATE(498), - [sym__multiline_string_literal] = STATE(498), - [sym_expression] = STATE(647), - [sym_cast_expression] = STATE(524), - [sym_assignment_expression] = STATE(524), - [sym_binary_expression] = STATE(524), - [sym_instanceof_expression] = STATE(524), - [sym_lambda_expression] = STATE(524), - [sym_inferred_parameters] = STATE(1259), - [sym_ternary_expression] = STATE(524), - [sym_unary_expression] = STATE(524), - [sym_update_expression] = STATE(524), - [sym_primary_expression] = STATE(470), - [sym_array_creation_expression] = STATE(507), - [sym_parenthesized_expression] = STATE(507), - [sym_class_literal] = STATE(507), - [sym_object_creation_expression] = STATE(507), - [sym__unqualified_object_creation_expression] = STATE(483), - [sym_field_access] = STATE(384), - [sym_array_access] = STATE(384), - [sym_method_invocation] = STATE(507), - [sym_method_reference] = STATE(507), - [sym_switch_expression] = STATE(524), - [sym__annotation] = STATE(683), - [sym_marker_annotation] = STATE(683), - [sym_annotation] = STATE(683), - [sym__type] = STATE(1266), - [sym__unannotated_type] = STATE(795), - [sym_annotated_type] = STATE(797), - [sym_scoped_type_identifier] = STATE(745), - [sym_generic_type] = STATE(771), - [sym_array_type] = STATE(702), - [sym_integral_type] = STATE(702), - [sym_floating_point_type] = STATE(702), - [sym_formal_parameters] = STATE(1259), - [aux_sym_array_creation_expression_repeat1] = STATE(683), - [sym_identifier] = ACTIONS(301), + [142] = { + [sym__literal] = STATE(498), + [sym_string_literal] = STATE(505), + [sym__string_literal] = STATE(508), + [sym__multiline_string_literal] = STATE(508), + [sym_expression] = STATE(583), + [sym_cast_expression] = STATE(538), + [sym_assignment_expression] = STATE(538), + [sym_binary_expression] = STATE(538), + [sym_instanceof_expression] = STATE(538), + [sym_lambda_expression] = STATE(538), + [sym_inferred_parameters] = STATE(1218), + [sym_ternary_expression] = STATE(538), + [sym_unary_expression] = STATE(538), + [sym_update_expression] = STATE(538), + [sym_primary_expression] = STATE(509), + [sym_array_creation_expression] = STATE(498), + [sym_parenthesized_expression] = STATE(498), + [sym_class_literal] = STATE(498), + [sym_object_creation_expression] = STATE(498), + [sym__unqualified_object_creation_expression] = STATE(515), + [sym_field_access] = STATE(385), + [sym_array_access] = STATE(385), + [sym_method_invocation] = STATE(498), + [sym_method_reference] = STATE(498), + [sym_switch_expression] = STATE(538), + [sym__annotation] = STATE(694), + [sym_marker_annotation] = STATE(694), + [sym_annotation] = STATE(694), + [sym__type] = STATE(1208), + [sym__unannotated_type] = STATE(805), + [sym_annotated_type] = STATE(831), + [sym_scoped_type_identifier] = STATE(735), + [sym_generic_type] = STATE(751), + [sym_array_type] = STATE(688), + [sym_integral_type] = STATE(688), + [sym_floating_point_type] = STATE(688), + [sym_formal_parameters] = STATE(1218), + [sym__reserved_identifier] = STATE(372), + [aux_sym_array_creation_expression_repeat1] = STATE(694), + [sym_identifier] = ACTIONS(269), [sym_decimal_integer_literal] = ACTIONS(9), [sym_hex_integer_literal] = ACTIONS(9), [sym_octal_integer_literal] = ACTIONS(9), @@ -27109,6 +27097,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(15), [sym_null_literal] = ACTIONS(9), [anon_sym_LPAREN] = ACTIONS(17), + [anon_sym_RPAREN] = ACTIONS(455), [anon_sym_PLUS] = ACTIONS(19), [anon_sym_DASH] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(23), @@ -27117,144 +27106,152 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DASH_DASH] = ACTIONS(25), [anon_sym_new] = ACTIONS(27), [anon_sym_switch] = ACTIONS(31), - [anon_sym_SEMI] = ACTIONS(450), - [anon_sym_AT] = ACTIONS(329), - [anon_sym_open] = ACTIONS(305), - [anon_sym_module] = ACTIONS(305), - [anon_sym_record] = ACTIONS(305), - [anon_sym_byte] = ACTIONS(81), - [anon_sym_short] = ACTIONS(81), - [anon_sym_int] = ACTIONS(81), - [anon_sym_long] = ACTIONS(81), - [anon_sym_char] = ACTIONS(81), - [anon_sym_float] = ACTIONS(83), - [anon_sym_double] = ACTIONS(83), - [sym_boolean_type] = ACTIONS(85), - [sym_void_type] = ACTIONS(85), - [sym_this] = ACTIONS(87), - [sym_super] = ACTIONS(89), + [anon_sym_yield] = ACTIONS(67), + [anon_sym_AT] = ACTIONS(275), + [anon_sym_open] = ACTIONS(67), + [anon_sym_module] = ACTIONS(67), + [anon_sym_with] = ACTIONS(67), + [anon_sym_sealed] = ACTIONS(67), + [anon_sym_record] = ACTIONS(67), + [anon_sym_byte] = ACTIONS(85), + [anon_sym_short] = ACTIONS(85), + [anon_sym_int] = ACTIONS(85), + [anon_sym_long] = ACTIONS(85), + [anon_sym_char] = ACTIONS(85), + [anon_sym_float] = ACTIONS(87), + [anon_sym_double] = ACTIONS(87), + [sym_boolean_type] = ACTIONS(89), + [sym_void_type] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, - [145] = { - [ts_builtin_sym_end] = ACTIONS(452), - [sym_identifier] = ACTIONS(454), - [sym_decimal_integer_literal] = ACTIONS(454), - [sym_hex_integer_literal] = ACTIONS(454), - [sym_octal_integer_literal] = ACTIONS(454), - [sym_binary_integer_literal] = ACTIONS(452), - [sym_decimal_floating_point_literal] = ACTIONS(452), - [sym_hex_floating_point_literal] = ACTIONS(454), - [sym_true] = ACTIONS(454), - [sym_false] = ACTIONS(454), - [sym_character_literal] = ACTIONS(452), - [anon_sym_DQUOTE] = ACTIONS(454), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(452), - [sym_null_literal] = ACTIONS(454), - [anon_sym_LPAREN] = ACTIONS(452), - [anon_sym_LT] = ACTIONS(452), - [anon_sym_PLUS] = ACTIONS(454), - [anon_sym_DASH] = ACTIONS(454), - [anon_sym_final] = ACTIONS(454), - [anon_sym_BANG] = ACTIONS(452), - [anon_sym_TILDE] = ACTIONS(452), - [anon_sym_PLUS_PLUS] = ACTIONS(452), - [anon_sym_DASH_DASH] = ACTIONS(452), - [anon_sym_new] = ACTIONS(454), - [anon_sym_class] = ACTIONS(454), - [anon_sym_switch] = ACTIONS(454), - [anon_sym_LBRACE] = ACTIONS(452), - [anon_sym_RBRACE] = ACTIONS(452), - [anon_sym_case] = ACTIONS(454), - [anon_sym_default] = ACTIONS(454), - [anon_sym_SEMI] = ACTIONS(452), - [anon_sym_assert] = ACTIONS(454), - [anon_sym_do] = ACTIONS(454), - [anon_sym_while] = ACTIONS(454), - [anon_sym_break] = ACTIONS(454), - [anon_sym_continue] = ACTIONS(454), - [anon_sym_return] = ACTIONS(454), - [anon_sym_yield] = ACTIONS(454), - [anon_sym_synchronized] = ACTIONS(454), - [anon_sym_throw] = ACTIONS(454), - [anon_sym_try] = ACTIONS(454), - [anon_sym_if] = ACTIONS(454), - [anon_sym_else] = ACTIONS(454), - [anon_sym_for] = ACTIONS(454), - [anon_sym_AT] = ACTIONS(454), - [anon_sym_open] = ACTIONS(454), - [anon_sym_module] = ACTIONS(454), - [anon_sym_static] = ACTIONS(454), - [anon_sym_package] = ACTIONS(454), - [anon_sym_import] = ACTIONS(454), - [anon_sym_enum] = ACTIONS(454), - [anon_sym_public] = ACTIONS(454), - [anon_sym_protected] = ACTIONS(454), - [anon_sym_private] = ACTIONS(454), - [anon_sym_abstract] = ACTIONS(454), - [anon_sym_strictfp] = ACTIONS(454), - [anon_sym_native] = ACTIONS(454), - [anon_sym_transient] = ACTIONS(454), - [anon_sym_volatile] = ACTIONS(454), - [anon_sym_sealed] = ACTIONS(454), - [anon_sym_non_DASHsealed] = ACTIONS(452), - [anon_sym_record] = ACTIONS(454), - [anon_sym_ATinterface] = ACTIONS(452), - [anon_sym_interface] = ACTIONS(454), - [anon_sym_byte] = ACTIONS(454), - [anon_sym_short] = ACTIONS(454), - [anon_sym_int] = ACTIONS(454), - [anon_sym_long] = ACTIONS(454), - [anon_sym_char] = ACTIONS(454), - [anon_sym_float] = ACTIONS(454), - [anon_sym_double] = ACTIONS(454), - [sym_boolean_type] = ACTIONS(454), - [sym_void_type] = ACTIONS(454), - [sym_this] = ACTIONS(454), - [sym_super] = ACTIONS(454), + [143] = { + [sym__literal] = STATE(498), + [sym_string_literal] = STATE(505), + [sym__string_literal] = STATE(508), + [sym__multiline_string_literal] = STATE(508), + [sym_expression] = STATE(608), + [sym_cast_expression] = STATE(538), + [sym_assignment_expression] = STATE(538), + [sym_binary_expression] = STATE(538), + [sym_instanceof_expression] = STATE(538), + [sym_lambda_expression] = STATE(538), + [sym_inferred_parameters] = STATE(1218), + [sym_ternary_expression] = STATE(538), + [sym_unary_expression] = STATE(538), + [sym_update_expression] = STATE(538), + [sym_primary_expression] = STATE(509), + [sym_array_creation_expression] = STATE(498), + [sym_parenthesized_expression] = STATE(498), + [sym_class_literal] = STATE(498), + [sym_object_creation_expression] = STATE(498), + [sym__unqualified_object_creation_expression] = STATE(515), + [sym_field_access] = STATE(385), + [sym_array_access] = STATE(385), + [sym_method_invocation] = STATE(498), + [sym_method_reference] = STATE(498), + [sym_switch_expression] = STATE(538), + [sym__annotation] = STATE(694), + [sym_marker_annotation] = STATE(694), + [sym_annotation] = STATE(694), + [sym__type] = STATE(1208), + [sym__unannotated_type] = STATE(805), + [sym_annotated_type] = STATE(831), + [sym_scoped_type_identifier] = STATE(735), + [sym_generic_type] = STATE(751), + [sym_array_type] = STATE(688), + [sym_integral_type] = STATE(688), + [sym_floating_point_type] = STATE(688), + [sym_formal_parameters] = STATE(1218), + [sym__reserved_identifier] = STATE(372), + [aux_sym_array_creation_expression_repeat1] = STATE(694), + [sym_identifier] = ACTIONS(269), + [sym_decimal_integer_literal] = ACTIONS(9), + [sym_hex_integer_literal] = ACTIONS(9), + [sym_octal_integer_literal] = ACTIONS(9), + [sym_binary_integer_literal] = ACTIONS(11), + [sym_decimal_floating_point_literal] = ACTIONS(11), + [sym_hex_floating_point_literal] = ACTIONS(9), + [sym_true] = ACTIONS(9), + [sym_false] = ACTIONS(9), + [sym_character_literal] = ACTIONS(11), + [anon_sym_DQUOTE] = ACTIONS(13), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(15), + [sym_null_literal] = ACTIONS(9), + [anon_sym_LPAREN] = ACTIONS(17), + [anon_sym_RPAREN] = ACTIONS(457), + [anon_sym_PLUS] = ACTIONS(19), + [anon_sym_DASH] = ACTIONS(19), + [anon_sym_BANG] = ACTIONS(23), + [anon_sym_TILDE] = ACTIONS(23), + [anon_sym_PLUS_PLUS] = ACTIONS(25), + [anon_sym_DASH_DASH] = ACTIONS(25), + [anon_sym_new] = ACTIONS(27), + [anon_sym_switch] = ACTIONS(31), + [anon_sym_yield] = ACTIONS(67), + [anon_sym_AT] = ACTIONS(275), + [anon_sym_open] = ACTIONS(67), + [anon_sym_module] = ACTIONS(67), + [anon_sym_with] = ACTIONS(67), + [anon_sym_sealed] = ACTIONS(67), + [anon_sym_record] = ACTIONS(67), + [anon_sym_byte] = ACTIONS(85), + [anon_sym_short] = ACTIONS(85), + [anon_sym_int] = ACTIONS(85), + [anon_sym_long] = ACTIONS(85), + [anon_sym_char] = ACTIONS(85), + [anon_sym_float] = ACTIONS(87), + [anon_sym_double] = ACTIONS(87), + [sym_boolean_type] = ACTIONS(89), + [sym_void_type] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, - [146] = { - [sym__literal] = STATE(507), - [sym_string_literal] = STATE(510), - [sym__string_literal] = STATE(498), - [sym__multiline_string_literal] = STATE(498), - [sym_expression] = STATE(545), - [sym_cast_expression] = STATE(524), - [sym_assignment_expression] = STATE(524), - [sym_binary_expression] = STATE(524), - [sym_instanceof_expression] = STATE(524), - [sym_lambda_expression] = STATE(524), - [sym_inferred_parameters] = STATE(1259), - [sym_ternary_expression] = STATE(524), - [sym_unary_expression] = STATE(524), - [sym_update_expression] = STATE(524), - [sym_primary_expression] = STATE(470), - [sym_array_creation_expression] = STATE(507), - [sym_parenthesized_expression] = STATE(507), - [sym_class_literal] = STATE(507), - [sym_object_creation_expression] = STATE(507), - [sym__unqualified_object_creation_expression] = STATE(483), - [sym_field_access] = STATE(384), - [sym_array_access] = STATE(384), - [sym_method_invocation] = STATE(507), - [sym_method_reference] = STATE(507), - [sym_switch_expression] = STATE(524), - [sym__annotation] = STATE(683), - [sym_marker_annotation] = STATE(683), - [sym_annotation] = STATE(683), - [sym__type] = STATE(1266), - [sym__unannotated_type] = STATE(795), - [sym_annotated_type] = STATE(797), - [sym_scoped_type_identifier] = STATE(745), - [sym_generic_type] = STATE(771), - [sym_array_type] = STATE(702), - [sym_integral_type] = STATE(702), - [sym_floating_point_type] = STATE(702), - [sym_formal_parameters] = STATE(1259), - [aux_sym_array_creation_expression_repeat1] = STATE(683), - [sym_identifier] = ACTIONS(301), + [144] = { + [sym__literal] = STATE(498), + [sym_string_literal] = STATE(505), + [sym__string_literal] = STATE(508), + [sym__multiline_string_literal] = STATE(508), + [sym_expression] = STATE(598), + [sym_cast_expression] = STATE(538), + [sym_assignment_expression] = STATE(538), + [sym_binary_expression] = STATE(538), + [sym_instanceof_expression] = STATE(538), + [sym_lambda_expression] = STATE(538), + [sym_inferred_parameters] = STATE(1218), + [sym_ternary_expression] = STATE(538), + [sym_unary_expression] = STATE(538), + [sym_update_expression] = STATE(538), + [sym_primary_expression] = STATE(509), + [sym_array_creation_expression] = STATE(498), + [sym_parenthesized_expression] = STATE(498), + [sym_class_literal] = STATE(498), + [sym_object_creation_expression] = STATE(498), + [sym__unqualified_object_creation_expression] = STATE(515), + [sym_field_access] = STATE(385), + [sym_array_access] = STATE(385), + [sym_method_invocation] = STATE(498), + [sym_method_reference] = STATE(498), + [sym_switch_expression] = STATE(538), + [sym__annotation] = STATE(694), + [sym_marker_annotation] = STATE(694), + [sym_annotation] = STATE(694), + [sym__type] = STATE(1208), + [sym__unannotated_type] = STATE(805), + [sym_annotated_type] = STATE(831), + [sym_scoped_type_identifier] = STATE(735), + [sym_generic_type] = STATE(751), + [sym_array_type] = STATE(688), + [sym_integral_type] = STATE(688), + [sym_floating_point_type] = STATE(688), + [sym_formal_parameters] = STATE(1218), + [sym__reserved_identifier] = STATE(372), + [aux_sym_array_creation_expression_repeat1] = STATE(694), + [sym_identifier] = ACTIONS(269), [sym_decimal_integer_literal] = ACTIONS(9), [sym_hex_integer_literal] = ACTIONS(9), [sym_octal_integer_literal] = ACTIONS(9), @@ -27268,6 +27265,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(15), [sym_null_literal] = ACTIONS(9), [anon_sym_LPAREN] = ACTIONS(17), + [anon_sym_RPAREN] = ACTIONS(459), [anon_sym_PLUS] = ACTIONS(19), [anon_sym_DASH] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(23), @@ -27276,64 +27274,234 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DASH_DASH] = ACTIONS(25), [anon_sym_new] = ACTIONS(27), [anon_sym_switch] = ACTIONS(31), - [anon_sym_AT] = ACTIONS(329), - [anon_sym_open] = ACTIONS(305), - [anon_sym_module] = ACTIONS(305), - [anon_sym_record] = ACTIONS(305), - [anon_sym_byte] = ACTIONS(81), - [anon_sym_short] = ACTIONS(81), - [anon_sym_int] = ACTIONS(81), - [anon_sym_long] = ACTIONS(81), - [anon_sym_char] = ACTIONS(81), - [anon_sym_float] = ACTIONS(83), - [anon_sym_double] = ACTIONS(83), - [sym_boolean_type] = ACTIONS(85), - [sym_void_type] = ACTIONS(85), - [sym_this] = ACTIONS(87), - [sym_super] = ACTIONS(89), + [anon_sym_yield] = ACTIONS(67), + [anon_sym_AT] = ACTIONS(275), + [anon_sym_open] = ACTIONS(67), + [anon_sym_module] = ACTIONS(67), + [anon_sym_with] = ACTIONS(67), + [anon_sym_sealed] = ACTIONS(67), + [anon_sym_record] = ACTIONS(67), + [anon_sym_byte] = ACTIONS(85), + [anon_sym_short] = ACTIONS(85), + [anon_sym_int] = ACTIONS(85), + [anon_sym_long] = ACTIONS(85), + [anon_sym_char] = ACTIONS(85), + [anon_sym_float] = ACTIONS(87), + [anon_sym_double] = ACTIONS(87), + [sym_boolean_type] = ACTIONS(89), + [sym_void_type] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(93), + [sym_line_comment] = ACTIONS(3), + [sym_block_comment] = ACTIONS(3), + }, + [145] = { + [sym__literal] = STATE(498), + [sym_string_literal] = STATE(505), + [sym__string_literal] = STATE(508), + [sym__multiline_string_literal] = STATE(508), + [sym_expression] = STATE(543), + [sym_cast_expression] = STATE(538), + [sym_assignment_expression] = STATE(538), + [sym_binary_expression] = STATE(538), + [sym_instanceof_expression] = STATE(538), + [sym_lambda_expression] = STATE(538), + [sym_inferred_parameters] = STATE(1213), + [sym_ternary_expression] = STATE(538), + [sym_unary_expression] = STATE(538), + [sym_update_expression] = STATE(538), + [sym_primary_expression] = STATE(509), + [sym_array_creation_expression] = STATE(498), + [sym_parenthesized_expression] = STATE(498), + [sym_class_literal] = STATE(498), + [sym_object_creation_expression] = STATE(498), + [sym__unqualified_object_creation_expression] = STATE(515), + [sym_field_access] = STATE(406), + [sym_array_access] = STATE(406), + [sym_method_invocation] = STATE(498), + [sym_method_reference] = STATE(498), + [sym_switch_expression] = STATE(538), + [sym__annotation] = STATE(694), + [sym_marker_annotation] = STATE(694), + [sym_annotation] = STATE(694), + [sym__type] = STATE(1208), + [sym__unannotated_type] = STATE(805), + [sym_annotated_type] = STATE(831), + [sym_scoped_type_identifier] = STATE(735), + [sym_generic_type] = STATE(751), + [sym_array_type] = STATE(688), + [sym_integral_type] = STATE(688), + [sym_floating_point_type] = STATE(688), + [sym_formal_parameters] = STATE(1213), + [sym__reserved_identifier] = STATE(388), + [aux_sym_array_creation_expression_repeat1] = STATE(694), + [sym_identifier] = ACTIONS(383), + [sym_decimal_integer_literal] = ACTIONS(9), + [sym_hex_integer_literal] = ACTIONS(9), + [sym_octal_integer_literal] = ACTIONS(9), + [sym_binary_integer_literal] = ACTIONS(11), + [sym_decimal_floating_point_literal] = ACTIONS(11), + [sym_hex_floating_point_literal] = ACTIONS(9), + [sym_true] = ACTIONS(9), + [sym_false] = ACTIONS(9), + [sym_character_literal] = ACTIONS(11), + [anon_sym_DQUOTE] = ACTIONS(13), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(15), + [sym_null_literal] = ACTIONS(9), + [anon_sym_LPAREN] = ACTIONS(367), + [anon_sym_PLUS] = ACTIONS(369), + [anon_sym_DASH] = ACTIONS(369), + [anon_sym_BANG] = ACTIONS(371), + [anon_sym_TILDE] = ACTIONS(371), + [anon_sym_PLUS_PLUS] = ACTIONS(373), + [anon_sym_DASH_DASH] = ACTIONS(373), + [anon_sym_new] = ACTIONS(27), + [anon_sym_switch] = ACTIONS(31), + [anon_sym_yield] = ACTIONS(67), + [anon_sym_AT] = ACTIONS(275), + [anon_sym_open] = ACTIONS(67), + [anon_sym_module] = ACTIONS(67), + [anon_sym_with] = ACTIONS(67), + [anon_sym_sealed] = ACTIONS(67), + [anon_sym_record] = ACTIONS(67), + [anon_sym_byte] = ACTIONS(85), + [anon_sym_short] = ACTIONS(85), + [anon_sym_int] = ACTIONS(85), + [anon_sym_long] = ACTIONS(85), + [anon_sym_char] = ACTIONS(85), + [anon_sym_float] = ACTIONS(87), + [anon_sym_double] = ACTIONS(87), + [sym_boolean_type] = ACTIONS(89), + [sym_void_type] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(93), + [sym_line_comment] = ACTIONS(3), + [sym_block_comment] = ACTIONS(3), + }, + [146] = { + [sym__literal] = STATE(498), + [sym_string_literal] = STATE(505), + [sym__string_literal] = STATE(508), + [sym__multiline_string_literal] = STATE(508), + [sym_expression] = STATE(614), + [sym_cast_expression] = STATE(538), + [sym_assignment_expression] = STATE(538), + [sym_binary_expression] = STATE(538), + [sym_instanceof_expression] = STATE(538), + [sym_lambda_expression] = STATE(538), + [sym_inferred_parameters] = STATE(1213), + [sym_ternary_expression] = STATE(538), + [sym_unary_expression] = STATE(538), + [sym_update_expression] = STATE(538), + [sym_primary_expression] = STATE(509), + [sym_array_creation_expression] = STATE(498), + [sym_parenthesized_expression] = STATE(498), + [sym_class_literal] = STATE(498), + [sym_object_creation_expression] = STATE(498), + [sym__unqualified_object_creation_expression] = STATE(515), + [sym_field_access] = STATE(406), + [sym_array_access] = STATE(406), + [sym_method_invocation] = STATE(498), + [sym_method_reference] = STATE(498), + [sym_switch_expression] = STATE(538), + [sym__annotation] = STATE(694), + [sym_marker_annotation] = STATE(694), + [sym_annotation] = STATE(694), + [sym__type] = STATE(1208), + [sym__unannotated_type] = STATE(805), + [sym_annotated_type] = STATE(831), + [sym_scoped_type_identifier] = STATE(735), + [sym_generic_type] = STATE(751), + [sym_array_type] = STATE(688), + [sym_integral_type] = STATE(688), + [sym_floating_point_type] = STATE(688), + [sym_formal_parameters] = STATE(1213), + [sym__reserved_identifier] = STATE(388), + [aux_sym_array_creation_expression_repeat1] = STATE(694), + [sym_identifier] = ACTIONS(383), + [sym_decimal_integer_literal] = ACTIONS(9), + [sym_hex_integer_literal] = ACTIONS(9), + [sym_octal_integer_literal] = ACTIONS(9), + [sym_binary_integer_literal] = ACTIONS(11), + [sym_decimal_floating_point_literal] = ACTIONS(11), + [sym_hex_floating_point_literal] = ACTIONS(9), + [sym_true] = ACTIONS(9), + [sym_false] = ACTIONS(9), + [sym_character_literal] = ACTIONS(11), + [anon_sym_DQUOTE] = ACTIONS(13), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(15), + [sym_null_literal] = ACTIONS(9), + [anon_sym_LPAREN] = ACTIONS(367), + [anon_sym_PLUS] = ACTIONS(369), + [anon_sym_DASH] = ACTIONS(369), + [anon_sym_BANG] = ACTIONS(371), + [anon_sym_TILDE] = ACTIONS(371), + [anon_sym_PLUS_PLUS] = ACTIONS(373), + [anon_sym_DASH_DASH] = ACTIONS(373), + [anon_sym_new] = ACTIONS(27), + [anon_sym_switch] = ACTIONS(31), + [anon_sym_yield] = ACTIONS(67), + [anon_sym_AT] = ACTIONS(275), + [anon_sym_open] = ACTIONS(67), + [anon_sym_module] = ACTIONS(67), + [anon_sym_with] = ACTIONS(67), + [anon_sym_sealed] = ACTIONS(67), + [anon_sym_record] = ACTIONS(67), + [anon_sym_byte] = ACTIONS(85), + [anon_sym_short] = ACTIONS(85), + [anon_sym_int] = ACTIONS(85), + [anon_sym_long] = ACTIONS(85), + [anon_sym_char] = ACTIONS(85), + [anon_sym_float] = ACTIONS(87), + [anon_sym_double] = ACTIONS(87), + [sym_boolean_type] = ACTIONS(89), + [sym_void_type] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, [147] = { - [sym__literal] = STATE(507), - [sym_string_literal] = STATE(510), - [sym__string_literal] = STATE(498), - [sym__multiline_string_literal] = STATE(498), - [sym_expression] = STATE(546), - [sym_cast_expression] = STATE(524), - [sym_assignment_expression] = STATE(524), - [sym_binary_expression] = STATE(524), - [sym_instanceof_expression] = STATE(524), - [sym_lambda_expression] = STATE(524), - [sym_inferred_parameters] = STATE(1259), - [sym_ternary_expression] = STATE(524), - [sym_unary_expression] = STATE(524), - [sym_update_expression] = STATE(524), - [sym_primary_expression] = STATE(470), - [sym_array_creation_expression] = STATE(507), - [sym_parenthesized_expression] = STATE(507), - [sym_class_literal] = STATE(507), - [sym_object_creation_expression] = STATE(507), - [sym__unqualified_object_creation_expression] = STATE(483), - [sym_field_access] = STATE(384), - [sym_array_access] = STATE(384), - [sym_method_invocation] = STATE(507), - [sym_method_reference] = STATE(507), - [sym_switch_expression] = STATE(524), - [sym__annotation] = STATE(683), - [sym_marker_annotation] = STATE(683), - [sym_annotation] = STATE(683), - [sym__type] = STATE(1266), - [sym__unannotated_type] = STATE(795), - [sym_annotated_type] = STATE(797), - [sym_scoped_type_identifier] = STATE(745), - [sym_generic_type] = STATE(771), - [sym_array_type] = STATE(702), - [sym_integral_type] = STATE(702), - [sym_floating_point_type] = STATE(702), - [sym_formal_parameters] = STATE(1259), - [aux_sym_array_creation_expression_repeat1] = STATE(683), - [sym_identifier] = ACTIONS(301), + [sym__literal] = STATE(498), + [sym_string_literal] = STATE(505), + [sym__string_literal] = STATE(508), + [sym__multiline_string_literal] = STATE(508), + [sym_expression] = STATE(634), + [sym_cast_expression] = STATE(538), + [sym_assignment_expression] = STATE(538), + [sym_binary_expression] = STATE(538), + [sym_instanceof_expression] = STATE(538), + [sym_lambda_expression] = STATE(538), + [sym_inferred_parameters] = STATE(1218), + [sym_ternary_expression] = STATE(538), + [sym_unary_expression] = STATE(538), + [sym_update_expression] = STATE(538), + [sym_primary_expression] = STATE(509), + [sym_array_creation_expression] = STATE(498), + [sym_parenthesized_expression] = STATE(498), + [sym_class_literal] = STATE(498), + [sym_object_creation_expression] = STATE(498), + [sym__unqualified_object_creation_expression] = STATE(515), + [sym_field_access] = STATE(385), + [sym_array_access] = STATE(385), + [sym_method_invocation] = STATE(498), + [sym_method_reference] = STATE(498), + [sym_switch_expression] = STATE(538), + [sym__annotation] = STATE(694), + [sym_marker_annotation] = STATE(694), + [sym_annotation] = STATE(694), + [sym__type] = STATE(1208), + [sym__unannotated_type] = STATE(805), + [sym_annotated_type] = STATE(831), + [sym_scoped_type_identifier] = STATE(735), + [sym_generic_type] = STATE(751), + [sym_array_type] = STATE(688), + [sym_integral_type] = STATE(688), + [sym_floating_point_type] = STATE(688), + [sym_formal_parameters] = STATE(1218), + [sym__reserved_identifier] = STATE(372), + [aux_sym_array_creation_expression_repeat1] = STATE(694), + [sym_identifier] = ACTIONS(269), [sym_decimal_integer_literal] = ACTIONS(9), [sym_hex_integer_literal] = ACTIONS(9), [sym_octal_integer_literal] = ACTIONS(9), @@ -27355,64 +27523,68 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DASH_DASH] = ACTIONS(25), [anon_sym_new] = ACTIONS(27), [anon_sym_switch] = ACTIONS(31), - [anon_sym_AT] = ACTIONS(329), - [anon_sym_open] = ACTIONS(305), - [anon_sym_module] = ACTIONS(305), - [anon_sym_record] = ACTIONS(305), - [anon_sym_byte] = ACTIONS(81), - [anon_sym_short] = ACTIONS(81), - [anon_sym_int] = ACTIONS(81), - [anon_sym_long] = ACTIONS(81), - [anon_sym_char] = ACTIONS(81), - [anon_sym_float] = ACTIONS(83), - [anon_sym_double] = ACTIONS(83), - [sym_boolean_type] = ACTIONS(85), - [sym_void_type] = ACTIONS(85), - [sym_this] = ACTIONS(87), - [sym_super] = ACTIONS(89), + [anon_sym_yield] = ACTIONS(67), + [anon_sym_AT] = ACTIONS(275), + [anon_sym_open] = ACTIONS(67), + [anon_sym_module] = ACTIONS(67), + [anon_sym_with] = ACTIONS(67), + [anon_sym_sealed] = ACTIONS(67), + [anon_sym_record] = ACTIONS(67), + [anon_sym_byte] = ACTIONS(85), + [anon_sym_short] = ACTIONS(85), + [anon_sym_int] = ACTIONS(85), + [anon_sym_long] = ACTIONS(85), + [anon_sym_char] = ACTIONS(85), + [anon_sym_float] = ACTIONS(87), + [anon_sym_double] = ACTIONS(87), + [sym_boolean_type] = ACTIONS(89), + [sym_void_type] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, [148] = { - [sym__literal] = STATE(507), - [sym_string_literal] = STATE(510), - [sym__string_literal] = STATE(498), - [sym__multiline_string_literal] = STATE(498), - [sym_expression] = STATE(633), - [sym_cast_expression] = STATE(524), - [sym_assignment_expression] = STATE(524), - [sym_binary_expression] = STATE(524), - [sym_instanceof_expression] = STATE(524), - [sym_lambda_expression] = STATE(524), - [sym_inferred_parameters] = STATE(1259), - [sym_ternary_expression] = STATE(524), - [sym_unary_expression] = STATE(524), - [sym_update_expression] = STATE(524), - [sym_primary_expression] = STATE(470), - [sym_array_creation_expression] = STATE(507), - [sym_parenthesized_expression] = STATE(507), - [sym_class_literal] = STATE(507), - [sym_object_creation_expression] = STATE(507), - [sym__unqualified_object_creation_expression] = STATE(483), - [sym_field_access] = STATE(384), - [sym_array_access] = STATE(384), - [sym_method_invocation] = STATE(507), - [sym_method_reference] = STATE(507), - [sym_switch_expression] = STATE(524), - [sym__annotation] = STATE(683), - [sym_marker_annotation] = STATE(683), - [sym_annotation] = STATE(683), - [sym__type] = STATE(1266), - [sym__unannotated_type] = STATE(795), - [sym_annotated_type] = STATE(797), - [sym_scoped_type_identifier] = STATE(745), - [sym_generic_type] = STATE(771), - [sym_array_type] = STATE(702), - [sym_integral_type] = STATE(702), - [sym_floating_point_type] = STATE(702), - [sym_formal_parameters] = STATE(1259), - [aux_sym_array_creation_expression_repeat1] = STATE(683), - [sym_identifier] = ACTIONS(301), + [sym__literal] = STATE(498), + [sym_string_literal] = STATE(505), + [sym__string_literal] = STATE(508), + [sym__multiline_string_literal] = STATE(508), + [sym_expression] = STATE(667), + [sym_cast_expression] = STATE(538), + [sym_assignment_expression] = STATE(538), + [sym_binary_expression] = STATE(538), + [sym_instanceof_expression] = STATE(538), + [sym_lambda_expression] = STATE(538), + [sym_inferred_parameters] = STATE(1218), + [sym_ternary_expression] = STATE(538), + [sym_unary_expression] = STATE(538), + [sym_update_expression] = STATE(538), + [sym_primary_expression] = STATE(509), + [sym_array_creation_expression] = STATE(498), + [sym_parenthesized_expression] = STATE(498), + [sym_class_literal] = STATE(498), + [sym_object_creation_expression] = STATE(498), + [sym__unqualified_object_creation_expression] = STATE(515), + [sym_field_access] = STATE(385), + [sym_array_access] = STATE(385), + [sym_method_invocation] = STATE(498), + [sym_method_reference] = STATE(498), + [sym_switch_expression] = STATE(538), + [sym__annotation] = STATE(694), + [sym_marker_annotation] = STATE(694), + [sym_annotation] = STATE(694), + [sym__type] = STATE(1208), + [sym__unannotated_type] = STATE(805), + [sym_annotated_type] = STATE(831), + [sym_scoped_type_identifier] = STATE(735), + [sym_generic_type] = STATE(751), + [sym_array_type] = STATE(688), + [sym_integral_type] = STATE(688), + [sym_floating_point_type] = STATE(688), + [sym_formal_parameters] = STATE(1218), + [sym__reserved_identifier] = STATE(372), + [aux_sym_array_creation_expression_repeat1] = STATE(694), + [sym_identifier] = ACTIONS(269), [sym_decimal_integer_literal] = ACTIONS(9), [sym_hex_integer_literal] = ACTIONS(9), [sym_octal_integer_literal] = ACTIONS(9), @@ -27434,64 +27606,68 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DASH_DASH] = ACTIONS(25), [anon_sym_new] = ACTIONS(27), [anon_sym_switch] = ACTIONS(31), - [anon_sym_AT] = ACTIONS(329), - [anon_sym_open] = ACTIONS(305), - [anon_sym_module] = ACTIONS(305), - [anon_sym_record] = ACTIONS(305), - [anon_sym_byte] = ACTIONS(81), - [anon_sym_short] = ACTIONS(81), - [anon_sym_int] = ACTIONS(81), - [anon_sym_long] = ACTIONS(81), - [anon_sym_char] = ACTIONS(81), - [anon_sym_float] = ACTIONS(83), - [anon_sym_double] = ACTIONS(83), - [sym_boolean_type] = ACTIONS(85), - [sym_void_type] = ACTIONS(85), - [sym_this] = ACTIONS(87), - [sym_super] = ACTIONS(89), + [anon_sym_yield] = ACTIONS(67), + [anon_sym_AT] = ACTIONS(275), + [anon_sym_open] = ACTIONS(67), + [anon_sym_module] = ACTIONS(67), + [anon_sym_with] = ACTIONS(67), + [anon_sym_sealed] = ACTIONS(67), + [anon_sym_record] = ACTIONS(67), + [anon_sym_byte] = ACTIONS(85), + [anon_sym_short] = ACTIONS(85), + [anon_sym_int] = ACTIONS(85), + [anon_sym_long] = ACTIONS(85), + [anon_sym_char] = ACTIONS(85), + [anon_sym_float] = ACTIONS(87), + [anon_sym_double] = ACTIONS(87), + [sym_boolean_type] = ACTIONS(89), + [sym_void_type] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, [149] = { - [sym__literal] = STATE(507), - [sym_string_literal] = STATE(510), - [sym__string_literal] = STATE(498), - [sym__multiline_string_literal] = STATE(498), - [sym_expression] = STATE(659), - [sym_cast_expression] = STATE(524), - [sym_assignment_expression] = STATE(524), - [sym_binary_expression] = STATE(524), - [sym_instanceof_expression] = STATE(524), - [sym_lambda_expression] = STATE(524), - [sym_inferred_parameters] = STATE(1259), - [sym_ternary_expression] = STATE(524), - [sym_unary_expression] = STATE(524), - [sym_update_expression] = STATE(524), - [sym_primary_expression] = STATE(470), - [sym_array_creation_expression] = STATE(507), - [sym_parenthesized_expression] = STATE(507), - [sym_class_literal] = STATE(507), - [sym_object_creation_expression] = STATE(507), - [sym__unqualified_object_creation_expression] = STATE(483), - [sym_field_access] = STATE(384), - [sym_array_access] = STATE(384), - [sym_method_invocation] = STATE(507), - [sym_method_reference] = STATE(507), - [sym_switch_expression] = STATE(524), - [sym__annotation] = STATE(683), - [sym_marker_annotation] = STATE(683), - [sym_annotation] = STATE(683), - [sym__type] = STATE(1266), - [sym__unannotated_type] = STATE(795), - [sym_annotated_type] = STATE(797), - [sym_scoped_type_identifier] = STATE(745), - [sym_generic_type] = STATE(771), - [sym_array_type] = STATE(702), - [sym_integral_type] = STATE(702), - [sym_floating_point_type] = STATE(702), - [sym_formal_parameters] = STATE(1259), - [aux_sym_array_creation_expression_repeat1] = STATE(683), - [sym_identifier] = ACTIONS(301), + [sym__literal] = STATE(498), + [sym_string_literal] = STATE(505), + [sym__string_literal] = STATE(508), + [sym__multiline_string_literal] = STATE(508), + [sym_expression] = STATE(647), + [sym_cast_expression] = STATE(538), + [sym_assignment_expression] = STATE(538), + [sym_binary_expression] = STATE(538), + [sym_instanceof_expression] = STATE(538), + [sym_lambda_expression] = STATE(538), + [sym_inferred_parameters] = STATE(1218), + [sym_ternary_expression] = STATE(538), + [sym_unary_expression] = STATE(538), + [sym_update_expression] = STATE(538), + [sym_primary_expression] = STATE(509), + [sym_array_creation_expression] = STATE(498), + [sym_parenthesized_expression] = STATE(498), + [sym_class_literal] = STATE(498), + [sym_object_creation_expression] = STATE(498), + [sym__unqualified_object_creation_expression] = STATE(515), + [sym_field_access] = STATE(385), + [sym_array_access] = STATE(385), + [sym_method_invocation] = STATE(498), + [sym_method_reference] = STATE(498), + [sym_switch_expression] = STATE(538), + [sym__annotation] = STATE(694), + [sym_marker_annotation] = STATE(694), + [sym_annotation] = STATE(694), + [sym__type] = STATE(1208), + [sym__unannotated_type] = STATE(805), + [sym_annotated_type] = STATE(831), + [sym_scoped_type_identifier] = STATE(735), + [sym_generic_type] = STATE(751), + [sym_array_type] = STATE(688), + [sym_integral_type] = STATE(688), + [sym_floating_point_type] = STATE(688), + [sym_formal_parameters] = STATE(1218), + [sym__reserved_identifier] = STATE(372), + [aux_sym_array_creation_expression_repeat1] = STATE(694), + [sym_identifier] = ACTIONS(269), [sym_decimal_integer_literal] = ACTIONS(9), [sym_hex_integer_literal] = ACTIONS(9), [sym_octal_integer_literal] = ACTIONS(9), @@ -27513,222 +27689,68 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DASH_DASH] = ACTIONS(25), [anon_sym_new] = ACTIONS(27), [anon_sym_switch] = ACTIONS(31), - [anon_sym_AT] = ACTIONS(329), - [anon_sym_open] = ACTIONS(305), - [anon_sym_module] = ACTIONS(305), - [anon_sym_record] = ACTIONS(305), - [anon_sym_byte] = ACTIONS(81), - [anon_sym_short] = ACTIONS(81), - [anon_sym_int] = ACTIONS(81), - [anon_sym_long] = ACTIONS(81), - [anon_sym_char] = ACTIONS(81), - [anon_sym_float] = ACTIONS(83), - [anon_sym_double] = ACTIONS(83), - [sym_boolean_type] = ACTIONS(85), - [sym_void_type] = ACTIONS(85), - [sym_this] = ACTIONS(87), - [sym_super] = ACTIONS(89), + [anon_sym_yield] = ACTIONS(67), + [anon_sym_AT] = ACTIONS(275), + [anon_sym_open] = ACTIONS(67), + [anon_sym_module] = ACTIONS(67), + [anon_sym_with] = ACTIONS(67), + [anon_sym_sealed] = ACTIONS(67), + [anon_sym_record] = ACTIONS(67), + [anon_sym_byte] = ACTIONS(85), + [anon_sym_short] = ACTIONS(85), + [anon_sym_int] = ACTIONS(85), + [anon_sym_long] = ACTIONS(85), + [anon_sym_char] = ACTIONS(85), + [anon_sym_float] = ACTIONS(87), + [anon_sym_double] = ACTIONS(87), + [sym_boolean_type] = ACTIONS(89), + [sym_void_type] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, [150] = { - [ts_builtin_sym_end] = ACTIONS(456), - [sym_identifier] = ACTIONS(458), - [sym_decimal_integer_literal] = ACTIONS(458), - [sym_hex_integer_literal] = ACTIONS(458), - [sym_octal_integer_literal] = ACTIONS(458), - [sym_binary_integer_literal] = ACTIONS(456), - [sym_decimal_floating_point_literal] = ACTIONS(456), - [sym_hex_floating_point_literal] = ACTIONS(458), - [sym_true] = ACTIONS(458), - [sym_false] = ACTIONS(458), - [sym_character_literal] = ACTIONS(456), - [anon_sym_DQUOTE] = ACTIONS(458), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(456), - [sym_null_literal] = ACTIONS(458), - [anon_sym_LPAREN] = ACTIONS(456), - [anon_sym_LT] = ACTIONS(456), - [anon_sym_PLUS] = ACTIONS(458), - [anon_sym_DASH] = ACTIONS(458), - [anon_sym_final] = ACTIONS(458), - [anon_sym_BANG] = ACTIONS(456), - [anon_sym_TILDE] = ACTIONS(456), - [anon_sym_PLUS_PLUS] = ACTIONS(456), - [anon_sym_DASH_DASH] = ACTIONS(456), - [anon_sym_new] = ACTIONS(458), - [anon_sym_class] = ACTIONS(458), - [anon_sym_switch] = ACTIONS(458), - [anon_sym_LBRACE] = ACTIONS(456), - [anon_sym_RBRACE] = ACTIONS(456), - [anon_sym_case] = ACTIONS(458), - [anon_sym_default] = ACTIONS(458), - [anon_sym_SEMI] = ACTIONS(456), - [anon_sym_assert] = ACTIONS(458), - [anon_sym_do] = ACTIONS(458), - [anon_sym_while] = ACTIONS(458), - [anon_sym_break] = ACTIONS(458), - [anon_sym_continue] = ACTIONS(458), - [anon_sym_return] = ACTIONS(458), - [anon_sym_yield] = ACTIONS(458), - [anon_sym_synchronized] = ACTIONS(458), - [anon_sym_throw] = ACTIONS(458), - [anon_sym_try] = ACTIONS(458), - [anon_sym_if] = ACTIONS(458), - [anon_sym_else] = ACTIONS(458), - [anon_sym_for] = ACTIONS(458), - [anon_sym_AT] = ACTIONS(458), - [anon_sym_open] = ACTIONS(458), - [anon_sym_module] = ACTIONS(458), - [anon_sym_static] = ACTIONS(458), - [anon_sym_package] = ACTIONS(458), - [anon_sym_import] = ACTIONS(458), - [anon_sym_enum] = ACTIONS(458), - [anon_sym_public] = ACTIONS(458), - [anon_sym_protected] = ACTIONS(458), - [anon_sym_private] = ACTIONS(458), - [anon_sym_abstract] = ACTIONS(458), - [anon_sym_strictfp] = ACTIONS(458), - [anon_sym_native] = ACTIONS(458), - [anon_sym_transient] = ACTIONS(458), - [anon_sym_volatile] = ACTIONS(458), - [anon_sym_sealed] = ACTIONS(458), - [anon_sym_non_DASHsealed] = ACTIONS(456), - [anon_sym_record] = ACTIONS(458), - [anon_sym_ATinterface] = ACTIONS(456), - [anon_sym_interface] = ACTIONS(458), - [anon_sym_byte] = ACTIONS(458), - [anon_sym_short] = ACTIONS(458), - [anon_sym_int] = ACTIONS(458), - [anon_sym_long] = ACTIONS(458), - [anon_sym_char] = ACTIONS(458), - [anon_sym_float] = ACTIONS(458), - [anon_sym_double] = ACTIONS(458), - [sym_boolean_type] = ACTIONS(458), - [sym_void_type] = ACTIONS(458), - [sym_this] = ACTIONS(458), - [sym_super] = ACTIONS(458), - [sym_line_comment] = ACTIONS(3), - [sym_block_comment] = ACTIONS(3), - }, - [151] = { - [ts_builtin_sym_end] = ACTIONS(460), - [sym_identifier] = ACTIONS(462), - [sym_decimal_integer_literal] = ACTIONS(462), - [sym_hex_integer_literal] = ACTIONS(462), - [sym_octal_integer_literal] = ACTIONS(462), - [sym_binary_integer_literal] = ACTIONS(460), - [sym_decimal_floating_point_literal] = ACTIONS(460), - [sym_hex_floating_point_literal] = ACTIONS(462), - [sym_true] = ACTIONS(462), - [sym_false] = ACTIONS(462), - [sym_character_literal] = ACTIONS(460), - [anon_sym_DQUOTE] = ACTIONS(462), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(460), - [sym_null_literal] = ACTIONS(462), - [anon_sym_LPAREN] = ACTIONS(460), - [anon_sym_LT] = ACTIONS(460), - [anon_sym_PLUS] = ACTIONS(462), - [anon_sym_DASH] = ACTIONS(462), - [anon_sym_final] = ACTIONS(462), - [anon_sym_BANG] = ACTIONS(460), - [anon_sym_TILDE] = ACTIONS(460), - [anon_sym_PLUS_PLUS] = ACTIONS(460), - [anon_sym_DASH_DASH] = ACTIONS(460), - [anon_sym_new] = ACTIONS(462), - [anon_sym_class] = ACTIONS(462), - [anon_sym_switch] = ACTIONS(462), - [anon_sym_LBRACE] = ACTIONS(460), - [anon_sym_RBRACE] = ACTIONS(460), - [anon_sym_case] = ACTIONS(462), - [anon_sym_default] = ACTIONS(462), - [anon_sym_SEMI] = ACTIONS(460), - [anon_sym_assert] = ACTIONS(462), - [anon_sym_do] = ACTIONS(462), - [anon_sym_while] = ACTIONS(462), - [anon_sym_break] = ACTIONS(462), - [anon_sym_continue] = ACTIONS(462), - [anon_sym_return] = ACTIONS(462), - [anon_sym_yield] = ACTIONS(462), - [anon_sym_synchronized] = ACTIONS(462), - [anon_sym_throw] = ACTIONS(462), - [anon_sym_try] = ACTIONS(462), - [anon_sym_if] = ACTIONS(462), - [anon_sym_else] = ACTIONS(462), - [anon_sym_for] = ACTIONS(462), - [anon_sym_AT] = ACTIONS(462), - [anon_sym_open] = ACTIONS(462), - [anon_sym_module] = ACTIONS(462), - [anon_sym_static] = ACTIONS(462), - [anon_sym_package] = ACTIONS(462), - [anon_sym_import] = ACTIONS(462), - [anon_sym_enum] = ACTIONS(462), - [anon_sym_public] = ACTIONS(462), - [anon_sym_protected] = ACTIONS(462), - [anon_sym_private] = ACTIONS(462), - [anon_sym_abstract] = ACTIONS(462), - [anon_sym_strictfp] = ACTIONS(462), - [anon_sym_native] = ACTIONS(462), - [anon_sym_transient] = ACTIONS(462), - [anon_sym_volatile] = ACTIONS(462), - [anon_sym_sealed] = ACTIONS(462), - [anon_sym_non_DASHsealed] = ACTIONS(460), - [anon_sym_record] = ACTIONS(462), - [anon_sym_ATinterface] = ACTIONS(460), - [anon_sym_interface] = ACTIONS(462), - [anon_sym_byte] = ACTIONS(462), - [anon_sym_short] = ACTIONS(462), - [anon_sym_int] = ACTIONS(462), - [anon_sym_long] = ACTIONS(462), - [anon_sym_char] = ACTIONS(462), - [anon_sym_float] = ACTIONS(462), - [anon_sym_double] = ACTIONS(462), - [sym_boolean_type] = ACTIONS(462), - [sym_void_type] = ACTIONS(462), - [sym_this] = ACTIONS(462), - [sym_super] = ACTIONS(462), - [sym_line_comment] = ACTIONS(3), - [sym_block_comment] = ACTIONS(3), - }, - [152] = { - [sym__literal] = STATE(507), - [sym_string_literal] = STATE(510), - [sym__string_literal] = STATE(498), - [sym__multiline_string_literal] = STATE(498), - [sym_expression] = STATE(634), - [sym_cast_expression] = STATE(524), - [sym_assignment_expression] = STATE(524), - [sym_binary_expression] = STATE(524), - [sym_instanceof_expression] = STATE(524), - [sym_lambda_expression] = STATE(524), - [sym_inferred_parameters] = STATE(1259), - [sym_ternary_expression] = STATE(524), - [sym_unary_expression] = STATE(524), - [sym_update_expression] = STATE(524), - [sym_primary_expression] = STATE(470), - [sym_array_creation_expression] = STATE(507), - [sym_parenthesized_expression] = STATE(507), - [sym_class_literal] = STATE(507), - [sym_object_creation_expression] = STATE(507), - [sym__unqualified_object_creation_expression] = STATE(483), - [sym_field_access] = STATE(384), - [sym_array_access] = STATE(384), - [sym_method_invocation] = STATE(507), - [sym_method_reference] = STATE(507), - [sym_switch_expression] = STATE(524), - [sym__annotation] = STATE(683), - [sym_marker_annotation] = STATE(683), - [sym_annotation] = STATE(683), - [sym__type] = STATE(1266), - [sym__unannotated_type] = STATE(795), - [sym_annotated_type] = STATE(797), - [sym_scoped_type_identifier] = STATE(745), - [sym_generic_type] = STATE(771), - [sym_array_type] = STATE(702), - [sym_integral_type] = STATE(702), - [sym_floating_point_type] = STATE(702), - [sym_formal_parameters] = STATE(1259), - [aux_sym_array_creation_expression_repeat1] = STATE(683), - [sym_identifier] = ACTIONS(301), + [sym__literal] = STATE(498), + [sym_string_literal] = STATE(505), + [sym__string_literal] = STATE(508), + [sym__multiline_string_literal] = STATE(508), + [sym_expression] = STATE(558), + [sym_cast_expression] = STATE(538), + [sym_assignment_expression] = STATE(538), + [sym_binary_expression] = STATE(538), + [sym_instanceof_expression] = STATE(538), + [sym_lambda_expression] = STATE(538), + [sym_inferred_parameters] = STATE(1218), + [sym_ternary_expression] = STATE(538), + [sym_unary_expression] = STATE(538), + [sym_update_expression] = STATE(538), + [sym_primary_expression] = STATE(509), + [sym_array_creation_expression] = STATE(498), + [sym_parenthesized_expression] = STATE(498), + [sym_class_literal] = STATE(498), + [sym_object_creation_expression] = STATE(498), + [sym__unqualified_object_creation_expression] = STATE(515), + [sym_field_access] = STATE(385), + [sym_array_access] = STATE(385), + [sym_method_invocation] = STATE(498), + [sym_method_reference] = STATE(498), + [sym_switch_expression] = STATE(538), + [sym__annotation] = STATE(694), + [sym_marker_annotation] = STATE(694), + [sym_annotation] = STATE(694), + [sym__type] = STATE(1208), + [sym__unannotated_type] = STATE(805), + [sym_annotated_type] = STATE(831), + [sym_scoped_type_identifier] = STATE(735), + [sym_generic_type] = STATE(751), + [sym_array_type] = STATE(688), + [sym_integral_type] = STATE(688), + [sym_floating_point_type] = STATE(688), + [sym_formal_parameters] = STATE(1218), + [sym__reserved_identifier] = STATE(372), + [aux_sym_array_creation_expression_repeat1] = STATE(694), + [sym_identifier] = ACTIONS(269), [sym_decimal_integer_literal] = ACTIONS(9), [sym_hex_integer_literal] = ACTIONS(9), [sym_octal_integer_literal] = ACTIONS(9), @@ -27750,64 +27772,68 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DASH_DASH] = ACTIONS(25), [anon_sym_new] = ACTIONS(27), [anon_sym_switch] = ACTIONS(31), - [anon_sym_AT] = ACTIONS(329), - [anon_sym_open] = ACTIONS(305), - [anon_sym_module] = ACTIONS(305), - [anon_sym_record] = ACTIONS(305), - [anon_sym_byte] = ACTIONS(81), - [anon_sym_short] = ACTIONS(81), - [anon_sym_int] = ACTIONS(81), - [anon_sym_long] = ACTIONS(81), - [anon_sym_char] = ACTIONS(81), - [anon_sym_float] = ACTIONS(83), - [anon_sym_double] = ACTIONS(83), - [sym_boolean_type] = ACTIONS(85), - [sym_void_type] = ACTIONS(85), - [sym_this] = ACTIONS(87), - [sym_super] = ACTIONS(89), + [anon_sym_yield] = ACTIONS(67), + [anon_sym_AT] = ACTIONS(275), + [anon_sym_open] = ACTIONS(67), + [anon_sym_module] = ACTIONS(67), + [anon_sym_with] = ACTIONS(67), + [anon_sym_sealed] = ACTIONS(67), + [anon_sym_record] = ACTIONS(67), + [anon_sym_byte] = ACTIONS(85), + [anon_sym_short] = ACTIONS(85), + [anon_sym_int] = ACTIONS(85), + [anon_sym_long] = ACTIONS(85), + [anon_sym_char] = ACTIONS(85), + [anon_sym_float] = ACTIONS(87), + [anon_sym_double] = ACTIONS(87), + [sym_boolean_type] = ACTIONS(89), + [sym_void_type] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, - [153] = { - [sym__literal] = STATE(507), - [sym_string_literal] = STATE(510), - [sym__string_literal] = STATE(498), - [sym__multiline_string_literal] = STATE(498), - [sym_expression] = STATE(553), - [sym_cast_expression] = STATE(524), - [sym_assignment_expression] = STATE(524), - [sym_binary_expression] = STATE(524), - [sym_instanceof_expression] = STATE(524), - [sym_lambda_expression] = STATE(524), - [sym_inferred_parameters] = STATE(1259), - [sym_ternary_expression] = STATE(524), - [sym_unary_expression] = STATE(524), - [sym_update_expression] = STATE(524), - [sym_primary_expression] = STATE(470), - [sym_array_creation_expression] = STATE(507), - [sym_parenthesized_expression] = STATE(507), - [sym_class_literal] = STATE(507), - [sym_object_creation_expression] = STATE(507), - [sym__unqualified_object_creation_expression] = STATE(483), - [sym_field_access] = STATE(384), - [sym_array_access] = STATE(384), - [sym_method_invocation] = STATE(507), - [sym_method_reference] = STATE(507), - [sym_switch_expression] = STATE(524), - [sym__annotation] = STATE(683), - [sym_marker_annotation] = STATE(683), - [sym_annotation] = STATE(683), - [sym__type] = STATE(1266), - [sym__unannotated_type] = STATE(795), - [sym_annotated_type] = STATE(797), - [sym_scoped_type_identifier] = STATE(745), - [sym_generic_type] = STATE(771), - [sym_array_type] = STATE(702), - [sym_integral_type] = STATE(702), - [sym_floating_point_type] = STATE(702), - [sym_formal_parameters] = STATE(1259), - [aux_sym_array_creation_expression_repeat1] = STATE(683), - [sym_identifier] = ACTIONS(301), + [151] = { + [sym__literal] = STATE(498), + [sym_string_literal] = STATE(505), + [sym__string_literal] = STATE(508), + [sym__multiline_string_literal] = STATE(508), + [sym_expression] = STATE(557), + [sym_cast_expression] = STATE(538), + [sym_assignment_expression] = STATE(538), + [sym_binary_expression] = STATE(538), + [sym_instanceof_expression] = STATE(538), + [sym_lambda_expression] = STATE(538), + [sym_inferred_parameters] = STATE(1218), + [sym_ternary_expression] = STATE(538), + [sym_unary_expression] = STATE(538), + [sym_update_expression] = STATE(538), + [sym_primary_expression] = STATE(509), + [sym_array_creation_expression] = STATE(498), + [sym_parenthesized_expression] = STATE(498), + [sym_class_literal] = STATE(498), + [sym_object_creation_expression] = STATE(498), + [sym__unqualified_object_creation_expression] = STATE(515), + [sym_field_access] = STATE(385), + [sym_array_access] = STATE(385), + [sym_method_invocation] = STATE(498), + [sym_method_reference] = STATE(498), + [sym_switch_expression] = STATE(538), + [sym__annotation] = STATE(694), + [sym_marker_annotation] = STATE(694), + [sym_annotation] = STATE(694), + [sym__type] = STATE(1208), + [sym__unannotated_type] = STATE(805), + [sym_annotated_type] = STATE(831), + [sym_scoped_type_identifier] = STATE(735), + [sym_generic_type] = STATE(751), + [sym_array_type] = STATE(688), + [sym_integral_type] = STATE(688), + [sym_floating_point_type] = STATE(688), + [sym_formal_parameters] = STATE(1218), + [sym__reserved_identifier] = STATE(372), + [aux_sym_array_creation_expression_repeat1] = STATE(694), + [sym_identifier] = ACTIONS(269), [sym_decimal_integer_literal] = ACTIONS(9), [sym_hex_integer_literal] = ACTIONS(9), [sym_octal_integer_literal] = ACTIONS(9), @@ -27829,64 +27855,68 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DASH_DASH] = ACTIONS(25), [anon_sym_new] = ACTIONS(27), [anon_sym_switch] = ACTIONS(31), - [anon_sym_AT] = ACTIONS(329), - [anon_sym_open] = ACTIONS(305), - [anon_sym_module] = ACTIONS(305), - [anon_sym_record] = ACTIONS(305), - [anon_sym_byte] = ACTIONS(81), - [anon_sym_short] = ACTIONS(81), - [anon_sym_int] = ACTIONS(81), - [anon_sym_long] = ACTIONS(81), - [anon_sym_char] = ACTIONS(81), - [anon_sym_float] = ACTIONS(83), - [anon_sym_double] = ACTIONS(83), - [sym_boolean_type] = ACTIONS(85), - [sym_void_type] = ACTIONS(85), - [sym_this] = ACTIONS(87), - [sym_super] = ACTIONS(89), + [anon_sym_yield] = ACTIONS(67), + [anon_sym_AT] = ACTIONS(275), + [anon_sym_open] = ACTIONS(67), + [anon_sym_module] = ACTIONS(67), + [anon_sym_with] = ACTIONS(67), + [anon_sym_sealed] = ACTIONS(67), + [anon_sym_record] = ACTIONS(67), + [anon_sym_byte] = ACTIONS(85), + [anon_sym_short] = ACTIONS(85), + [anon_sym_int] = ACTIONS(85), + [anon_sym_long] = ACTIONS(85), + [anon_sym_char] = ACTIONS(85), + [anon_sym_float] = ACTIONS(87), + [anon_sym_double] = ACTIONS(87), + [sym_boolean_type] = ACTIONS(89), + [sym_void_type] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, - [154] = { - [sym__literal] = STATE(507), - [sym_string_literal] = STATE(510), - [sym__string_literal] = STATE(498), - [sym__multiline_string_literal] = STATE(498), - [sym_expression] = STATE(631), - [sym_cast_expression] = STATE(524), - [sym_assignment_expression] = STATE(524), - [sym_binary_expression] = STATE(524), - [sym_instanceof_expression] = STATE(524), - [sym_lambda_expression] = STATE(524), - [sym_inferred_parameters] = STATE(1259), - [sym_ternary_expression] = STATE(524), - [sym_unary_expression] = STATE(524), - [sym_update_expression] = STATE(524), - [sym_primary_expression] = STATE(470), - [sym_array_creation_expression] = STATE(507), - [sym_parenthesized_expression] = STATE(507), - [sym_class_literal] = STATE(507), - [sym_object_creation_expression] = STATE(507), - [sym__unqualified_object_creation_expression] = STATE(483), - [sym_field_access] = STATE(384), - [sym_array_access] = STATE(384), - [sym_method_invocation] = STATE(507), - [sym_method_reference] = STATE(507), - [sym_switch_expression] = STATE(524), - [sym__annotation] = STATE(683), - [sym_marker_annotation] = STATE(683), - [sym_annotation] = STATE(683), - [sym__type] = STATE(1266), - [sym__unannotated_type] = STATE(795), - [sym_annotated_type] = STATE(797), - [sym_scoped_type_identifier] = STATE(745), - [sym_generic_type] = STATE(771), - [sym_array_type] = STATE(702), - [sym_integral_type] = STATE(702), - [sym_floating_point_type] = STATE(702), - [sym_formal_parameters] = STATE(1259), - [aux_sym_array_creation_expression_repeat1] = STATE(683), - [sym_identifier] = ACTIONS(301), + [152] = { + [sym__literal] = STATE(498), + [sym_string_literal] = STATE(505), + [sym__string_literal] = STATE(508), + [sym__multiline_string_literal] = STATE(508), + [sym_expression] = STATE(548), + [sym_cast_expression] = STATE(538), + [sym_assignment_expression] = STATE(538), + [sym_binary_expression] = STATE(538), + [sym_instanceof_expression] = STATE(538), + [sym_lambda_expression] = STATE(538), + [sym_inferred_parameters] = STATE(1218), + [sym_ternary_expression] = STATE(538), + [sym_unary_expression] = STATE(538), + [sym_update_expression] = STATE(538), + [sym_primary_expression] = STATE(509), + [sym_array_creation_expression] = STATE(498), + [sym_parenthesized_expression] = STATE(498), + [sym_class_literal] = STATE(498), + [sym_object_creation_expression] = STATE(498), + [sym__unqualified_object_creation_expression] = STATE(515), + [sym_field_access] = STATE(385), + [sym_array_access] = STATE(385), + [sym_method_invocation] = STATE(498), + [sym_method_reference] = STATE(498), + [sym_switch_expression] = STATE(538), + [sym__annotation] = STATE(694), + [sym_marker_annotation] = STATE(694), + [sym_annotation] = STATE(694), + [sym__type] = STATE(1208), + [sym__unannotated_type] = STATE(805), + [sym_annotated_type] = STATE(831), + [sym_scoped_type_identifier] = STATE(735), + [sym_generic_type] = STATE(751), + [sym_array_type] = STATE(688), + [sym_integral_type] = STATE(688), + [sym_floating_point_type] = STATE(688), + [sym_formal_parameters] = STATE(1218), + [sym__reserved_identifier] = STATE(372), + [aux_sym_array_creation_expression_repeat1] = STATE(694), + [sym_identifier] = ACTIONS(269), [sym_decimal_integer_literal] = ACTIONS(9), [sym_hex_integer_literal] = ACTIONS(9), [sym_octal_integer_literal] = ACTIONS(9), @@ -27908,64 +27938,151 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DASH_DASH] = ACTIONS(25), [anon_sym_new] = ACTIONS(27), [anon_sym_switch] = ACTIONS(31), - [anon_sym_AT] = ACTIONS(329), - [anon_sym_open] = ACTIONS(305), - [anon_sym_module] = ACTIONS(305), - [anon_sym_record] = ACTIONS(305), - [anon_sym_byte] = ACTIONS(81), - [anon_sym_short] = ACTIONS(81), - [anon_sym_int] = ACTIONS(81), - [anon_sym_long] = ACTIONS(81), - [anon_sym_char] = ACTIONS(81), - [anon_sym_float] = ACTIONS(83), - [anon_sym_double] = ACTIONS(83), - [sym_boolean_type] = ACTIONS(85), - [sym_void_type] = ACTIONS(85), - [sym_this] = ACTIONS(87), - [sym_super] = ACTIONS(89), + [anon_sym_yield] = ACTIONS(67), + [anon_sym_AT] = ACTIONS(275), + [anon_sym_open] = ACTIONS(67), + [anon_sym_module] = ACTIONS(67), + [anon_sym_with] = ACTIONS(67), + [anon_sym_sealed] = ACTIONS(67), + [anon_sym_record] = ACTIONS(67), + [anon_sym_byte] = ACTIONS(85), + [anon_sym_short] = ACTIONS(85), + [anon_sym_int] = ACTIONS(85), + [anon_sym_long] = ACTIONS(85), + [anon_sym_char] = ACTIONS(85), + [anon_sym_float] = ACTIONS(87), + [anon_sym_double] = ACTIONS(87), + [sym_boolean_type] = ACTIONS(89), + [sym_void_type] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, - [155] = { - [sym__literal] = STATE(507), - [sym_string_literal] = STATE(510), - [sym__string_literal] = STATE(498), - [sym__multiline_string_literal] = STATE(498), - [sym_expression] = STATE(541), - [sym_cast_expression] = STATE(524), - [sym_assignment_expression] = STATE(524), - [sym_binary_expression] = STATE(524), - [sym_instanceof_expression] = STATE(524), - [sym_lambda_expression] = STATE(524), - [sym_inferred_parameters] = STATE(1259), - [sym_ternary_expression] = STATE(524), - [sym_unary_expression] = STATE(524), - [sym_update_expression] = STATE(524), - [sym_primary_expression] = STATE(470), - [sym_array_creation_expression] = STATE(507), - [sym_parenthesized_expression] = STATE(507), - [sym_class_literal] = STATE(507), - [sym_object_creation_expression] = STATE(507), - [sym__unqualified_object_creation_expression] = STATE(483), - [sym_field_access] = STATE(384), - [sym_array_access] = STATE(384), - [sym_method_invocation] = STATE(507), - [sym_method_reference] = STATE(507), - [sym_switch_expression] = STATE(524), - [sym__annotation] = STATE(683), - [sym_marker_annotation] = STATE(683), - [sym_annotation] = STATE(683), - [sym__type] = STATE(1266), - [sym__unannotated_type] = STATE(795), - [sym_annotated_type] = STATE(797), - [sym_scoped_type_identifier] = STATE(745), - [sym_generic_type] = STATE(771), - [sym_array_type] = STATE(702), - [sym_integral_type] = STATE(702), - [sym_floating_point_type] = STATE(702), - [sym_formal_parameters] = STATE(1259), - [aux_sym_array_creation_expression_repeat1] = STATE(683), - [sym_identifier] = ACTIONS(301), + [153] = { + [sym__literal] = STATE(498), + [sym_string_literal] = STATE(505), + [sym__string_literal] = STATE(508), + [sym__multiline_string_literal] = STATE(508), + [sym_expression] = STATE(599), + [sym_cast_expression] = STATE(538), + [sym_assignment_expression] = STATE(538), + [sym_binary_expression] = STATE(538), + [sym_instanceof_expression] = STATE(538), + [sym_lambda_expression] = STATE(538), + [sym_inferred_parameters] = STATE(1213), + [sym_ternary_expression] = STATE(538), + [sym_unary_expression] = STATE(538), + [sym_update_expression] = STATE(538), + [sym_primary_expression] = STATE(509), + [sym_array_creation_expression] = STATE(498), + [sym_parenthesized_expression] = STATE(498), + [sym_class_literal] = STATE(498), + [sym_object_creation_expression] = STATE(498), + [sym__unqualified_object_creation_expression] = STATE(515), + [sym_field_access] = STATE(406), + [sym_array_access] = STATE(406), + [sym_method_invocation] = STATE(498), + [sym_method_reference] = STATE(498), + [sym_switch_expression] = STATE(538), + [sym__annotation] = STATE(694), + [sym_marker_annotation] = STATE(694), + [sym_annotation] = STATE(694), + [sym__type] = STATE(1208), + [sym__unannotated_type] = STATE(805), + [sym_annotated_type] = STATE(831), + [sym_scoped_type_identifier] = STATE(735), + [sym_generic_type] = STATE(751), + [sym_array_type] = STATE(688), + [sym_integral_type] = STATE(688), + [sym_floating_point_type] = STATE(688), + [sym_formal_parameters] = STATE(1213), + [sym__reserved_identifier] = STATE(388), + [aux_sym_array_creation_expression_repeat1] = STATE(694), + [sym_identifier] = ACTIONS(383), + [sym_decimal_integer_literal] = ACTIONS(9), + [sym_hex_integer_literal] = ACTIONS(9), + [sym_octal_integer_literal] = ACTIONS(9), + [sym_binary_integer_literal] = ACTIONS(11), + [sym_decimal_floating_point_literal] = ACTIONS(11), + [sym_hex_floating_point_literal] = ACTIONS(9), + [sym_true] = ACTIONS(9), + [sym_false] = ACTIONS(9), + [sym_character_literal] = ACTIONS(11), + [anon_sym_DQUOTE] = ACTIONS(13), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(15), + [sym_null_literal] = ACTIONS(9), + [anon_sym_LPAREN] = ACTIONS(367), + [anon_sym_PLUS] = ACTIONS(369), + [anon_sym_DASH] = ACTIONS(369), + [anon_sym_BANG] = ACTIONS(371), + [anon_sym_TILDE] = ACTIONS(371), + [anon_sym_PLUS_PLUS] = ACTIONS(373), + [anon_sym_DASH_DASH] = ACTIONS(373), + [anon_sym_new] = ACTIONS(27), + [anon_sym_switch] = ACTIONS(31), + [anon_sym_yield] = ACTIONS(67), + [anon_sym_AT] = ACTIONS(275), + [anon_sym_open] = ACTIONS(67), + [anon_sym_module] = ACTIONS(67), + [anon_sym_with] = ACTIONS(67), + [anon_sym_sealed] = ACTIONS(67), + [anon_sym_record] = ACTIONS(67), + [anon_sym_byte] = ACTIONS(85), + [anon_sym_short] = ACTIONS(85), + [anon_sym_int] = ACTIONS(85), + [anon_sym_long] = ACTIONS(85), + [anon_sym_char] = ACTIONS(85), + [anon_sym_float] = ACTIONS(87), + [anon_sym_double] = ACTIONS(87), + [sym_boolean_type] = ACTIONS(89), + [sym_void_type] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(93), + [sym_line_comment] = ACTIONS(3), + [sym_block_comment] = ACTIONS(3), + }, + [154] = { + [sym__literal] = STATE(498), + [sym_string_literal] = STATE(505), + [sym__string_literal] = STATE(508), + [sym__multiline_string_literal] = STATE(508), + [sym_expression] = STATE(646), + [sym_cast_expression] = STATE(538), + [sym_assignment_expression] = STATE(538), + [sym_binary_expression] = STATE(538), + [sym_instanceof_expression] = STATE(538), + [sym_lambda_expression] = STATE(538), + [sym_inferred_parameters] = STATE(1218), + [sym_ternary_expression] = STATE(538), + [sym_unary_expression] = STATE(538), + [sym_update_expression] = STATE(538), + [sym_primary_expression] = STATE(509), + [sym_array_creation_expression] = STATE(498), + [sym_parenthesized_expression] = STATE(498), + [sym_class_literal] = STATE(498), + [sym_object_creation_expression] = STATE(498), + [sym__unqualified_object_creation_expression] = STATE(515), + [sym_field_access] = STATE(385), + [sym_array_access] = STATE(385), + [sym_method_invocation] = STATE(498), + [sym_method_reference] = STATE(498), + [sym_switch_expression] = STATE(538), + [sym__annotation] = STATE(694), + [sym_marker_annotation] = STATE(694), + [sym_annotation] = STATE(694), + [sym__type] = STATE(1208), + [sym__unannotated_type] = STATE(805), + [sym_annotated_type] = STATE(831), + [sym_scoped_type_identifier] = STATE(735), + [sym_generic_type] = STATE(751), + [sym_array_type] = STATE(688), + [sym_integral_type] = STATE(688), + [sym_floating_point_type] = STATE(688), + [sym_formal_parameters] = STATE(1218), + [sym__reserved_identifier] = STATE(372), + [aux_sym_array_creation_expression_repeat1] = STATE(694), + [sym_identifier] = ACTIONS(269), [sym_decimal_integer_literal] = ACTIONS(9), [sym_hex_integer_literal] = ACTIONS(9), [sym_octal_integer_literal] = ACTIONS(9), @@ -27987,143 +28104,68 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DASH_DASH] = ACTIONS(25), [anon_sym_new] = ACTIONS(27), [anon_sym_switch] = ACTIONS(31), - [anon_sym_AT] = ACTIONS(329), - [anon_sym_open] = ACTIONS(305), - [anon_sym_module] = ACTIONS(305), - [anon_sym_record] = ACTIONS(305), - [anon_sym_byte] = ACTIONS(81), - [anon_sym_short] = ACTIONS(81), - [anon_sym_int] = ACTIONS(81), - [anon_sym_long] = ACTIONS(81), - [anon_sym_char] = ACTIONS(81), - [anon_sym_float] = ACTIONS(83), - [anon_sym_double] = ACTIONS(83), - [sym_boolean_type] = ACTIONS(85), - [sym_void_type] = ACTIONS(85), - [sym_this] = ACTIONS(87), - [sym_super] = ACTIONS(89), - [sym_line_comment] = ACTIONS(3), - [sym_block_comment] = ACTIONS(3), - }, - [156] = { - [ts_builtin_sym_end] = ACTIONS(464), - [sym_identifier] = ACTIONS(466), - [sym_decimal_integer_literal] = ACTIONS(466), - [sym_hex_integer_literal] = ACTIONS(466), - [sym_octal_integer_literal] = ACTIONS(466), - [sym_binary_integer_literal] = ACTIONS(464), - [sym_decimal_floating_point_literal] = ACTIONS(464), - [sym_hex_floating_point_literal] = ACTIONS(466), - [sym_true] = ACTIONS(466), - [sym_false] = ACTIONS(466), - [sym_character_literal] = ACTIONS(464), - [anon_sym_DQUOTE] = ACTIONS(466), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(464), - [sym_null_literal] = ACTIONS(466), - [anon_sym_LPAREN] = ACTIONS(464), - [anon_sym_LT] = ACTIONS(464), - [anon_sym_PLUS] = ACTIONS(466), - [anon_sym_DASH] = ACTIONS(466), - [anon_sym_final] = ACTIONS(466), - [anon_sym_BANG] = ACTIONS(464), - [anon_sym_TILDE] = ACTIONS(464), - [anon_sym_PLUS_PLUS] = ACTIONS(464), - [anon_sym_DASH_DASH] = ACTIONS(464), - [anon_sym_new] = ACTIONS(466), - [anon_sym_class] = ACTIONS(466), - [anon_sym_switch] = ACTIONS(466), - [anon_sym_LBRACE] = ACTIONS(464), - [anon_sym_RBRACE] = ACTIONS(464), - [anon_sym_case] = ACTIONS(466), - [anon_sym_default] = ACTIONS(466), - [anon_sym_SEMI] = ACTIONS(464), - [anon_sym_assert] = ACTIONS(466), - [anon_sym_do] = ACTIONS(466), - [anon_sym_while] = ACTIONS(466), - [anon_sym_break] = ACTIONS(466), - [anon_sym_continue] = ACTIONS(466), - [anon_sym_return] = ACTIONS(466), - [anon_sym_yield] = ACTIONS(466), - [anon_sym_synchronized] = ACTIONS(466), - [anon_sym_throw] = ACTIONS(466), - [anon_sym_try] = ACTIONS(466), - [anon_sym_if] = ACTIONS(466), - [anon_sym_else] = ACTIONS(466), - [anon_sym_for] = ACTIONS(466), - [anon_sym_AT] = ACTIONS(466), - [anon_sym_open] = ACTIONS(466), - [anon_sym_module] = ACTIONS(466), - [anon_sym_static] = ACTIONS(466), - [anon_sym_package] = ACTIONS(466), - [anon_sym_import] = ACTIONS(466), - [anon_sym_enum] = ACTIONS(466), - [anon_sym_public] = ACTIONS(466), - [anon_sym_protected] = ACTIONS(466), - [anon_sym_private] = ACTIONS(466), - [anon_sym_abstract] = ACTIONS(466), - [anon_sym_strictfp] = ACTIONS(466), - [anon_sym_native] = ACTIONS(466), - [anon_sym_transient] = ACTIONS(466), - [anon_sym_volatile] = ACTIONS(466), - [anon_sym_sealed] = ACTIONS(466), - [anon_sym_non_DASHsealed] = ACTIONS(464), - [anon_sym_record] = ACTIONS(466), - [anon_sym_ATinterface] = ACTIONS(464), - [anon_sym_interface] = ACTIONS(466), - [anon_sym_byte] = ACTIONS(466), - [anon_sym_short] = ACTIONS(466), - [anon_sym_int] = ACTIONS(466), - [anon_sym_long] = ACTIONS(466), - [anon_sym_char] = ACTIONS(466), - [anon_sym_float] = ACTIONS(466), - [anon_sym_double] = ACTIONS(466), - [sym_boolean_type] = ACTIONS(466), - [sym_void_type] = ACTIONS(466), - [sym_this] = ACTIONS(466), - [sym_super] = ACTIONS(466), + [anon_sym_yield] = ACTIONS(67), + [anon_sym_AT] = ACTIONS(275), + [anon_sym_open] = ACTIONS(67), + [anon_sym_module] = ACTIONS(67), + [anon_sym_with] = ACTIONS(67), + [anon_sym_sealed] = ACTIONS(67), + [anon_sym_record] = ACTIONS(67), + [anon_sym_byte] = ACTIONS(85), + [anon_sym_short] = ACTIONS(85), + [anon_sym_int] = ACTIONS(85), + [anon_sym_long] = ACTIONS(85), + [anon_sym_char] = ACTIONS(85), + [anon_sym_float] = ACTIONS(87), + [anon_sym_double] = ACTIONS(87), + [sym_boolean_type] = ACTIONS(89), + [sym_void_type] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, - [157] = { - [sym__literal] = STATE(507), - [sym_string_literal] = STATE(510), - [sym__string_literal] = STATE(498), - [sym__multiline_string_literal] = STATE(498), - [sym_expression] = STATE(556), - [sym_cast_expression] = STATE(524), - [sym_assignment_expression] = STATE(524), - [sym_binary_expression] = STATE(524), - [sym_instanceof_expression] = STATE(524), - [sym_lambda_expression] = STATE(524), - [sym_inferred_parameters] = STATE(1259), - [sym_ternary_expression] = STATE(524), - [sym_unary_expression] = STATE(524), - [sym_update_expression] = STATE(524), - [sym_primary_expression] = STATE(470), - [sym_array_creation_expression] = STATE(507), - [sym_parenthesized_expression] = STATE(507), - [sym_class_literal] = STATE(507), - [sym_object_creation_expression] = STATE(507), - [sym__unqualified_object_creation_expression] = STATE(483), - [sym_field_access] = STATE(384), - [sym_array_access] = STATE(384), - [sym_method_invocation] = STATE(507), - [sym_method_reference] = STATE(507), - [sym_switch_expression] = STATE(524), - [sym__annotation] = STATE(683), - [sym_marker_annotation] = STATE(683), - [sym_annotation] = STATE(683), - [sym__type] = STATE(1266), - [sym__unannotated_type] = STATE(795), - [sym_annotated_type] = STATE(797), - [sym_scoped_type_identifier] = STATE(745), - [sym_generic_type] = STATE(771), - [sym_array_type] = STATE(702), - [sym_integral_type] = STATE(702), - [sym_floating_point_type] = STATE(702), - [sym_formal_parameters] = STATE(1259), - [aux_sym_array_creation_expression_repeat1] = STATE(683), - [sym_identifier] = ACTIONS(301), + [155] = { + [sym__literal] = STATE(498), + [sym_string_literal] = STATE(505), + [sym__string_literal] = STATE(508), + [sym__multiline_string_literal] = STATE(508), + [sym_expression] = STATE(652), + [sym_cast_expression] = STATE(538), + [sym_assignment_expression] = STATE(538), + [sym_binary_expression] = STATE(538), + [sym_instanceof_expression] = STATE(538), + [sym_lambda_expression] = STATE(538), + [sym_inferred_parameters] = STATE(1218), + [sym_ternary_expression] = STATE(538), + [sym_unary_expression] = STATE(538), + [sym_update_expression] = STATE(538), + [sym_primary_expression] = STATE(509), + [sym_array_creation_expression] = STATE(498), + [sym_parenthesized_expression] = STATE(498), + [sym_class_literal] = STATE(498), + [sym_object_creation_expression] = STATE(498), + [sym__unqualified_object_creation_expression] = STATE(515), + [sym_field_access] = STATE(385), + [sym_array_access] = STATE(385), + [sym_method_invocation] = STATE(498), + [sym_method_reference] = STATE(498), + [sym_switch_expression] = STATE(538), + [sym__annotation] = STATE(694), + [sym_marker_annotation] = STATE(694), + [sym_annotation] = STATE(694), + [sym__type] = STATE(1208), + [sym__unannotated_type] = STATE(805), + [sym_annotated_type] = STATE(831), + [sym_scoped_type_identifier] = STATE(735), + [sym_generic_type] = STATE(751), + [sym_array_type] = STATE(688), + [sym_integral_type] = STATE(688), + [sym_floating_point_type] = STATE(688), + [sym_formal_parameters] = STATE(1218), + [sym__reserved_identifier] = STATE(372), + [aux_sym_array_creation_expression_repeat1] = STATE(694), + [sym_identifier] = ACTIONS(269), [sym_decimal_integer_literal] = ACTIONS(9), [sym_hex_integer_literal] = ACTIONS(9), [sym_octal_integer_literal] = ACTIONS(9), @@ -28145,222 +28187,68 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DASH_DASH] = ACTIONS(25), [anon_sym_new] = ACTIONS(27), [anon_sym_switch] = ACTIONS(31), - [anon_sym_AT] = ACTIONS(329), - [anon_sym_open] = ACTIONS(305), - [anon_sym_module] = ACTIONS(305), - [anon_sym_record] = ACTIONS(305), - [anon_sym_byte] = ACTIONS(81), - [anon_sym_short] = ACTIONS(81), - [anon_sym_int] = ACTIONS(81), - [anon_sym_long] = ACTIONS(81), - [anon_sym_char] = ACTIONS(81), - [anon_sym_float] = ACTIONS(83), - [anon_sym_double] = ACTIONS(83), - [sym_boolean_type] = ACTIONS(85), - [sym_void_type] = ACTIONS(85), - [sym_this] = ACTIONS(87), - [sym_super] = ACTIONS(89), - [sym_line_comment] = ACTIONS(3), - [sym_block_comment] = ACTIONS(3), - }, - [158] = { - [ts_builtin_sym_end] = ACTIONS(468), - [sym_identifier] = ACTIONS(470), - [sym_decimal_integer_literal] = ACTIONS(470), - [sym_hex_integer_literal] = ACTIONS(470), - [sym_octal_integer_literal] = ACTIONS(470), - [sym_binary_integer_literal] = ACTIONS(468), - [sym_decimal_floating_point_literal] = ACTIONS(468), - [sym_hex_floating_point_literal] = ACTIONS(470), - [sym_true] = ACTIONS(470), - [sym_false] = ACTIONS(470), - [sym_character_literal] = ACTIONS(468), - [anon_sym_DQUOTE] = ACTIONS(470), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(468), - [sym_null_literal] = ACTIONS(470), - [anon_sym_LPAREN] = ACTIONS(468), - [anon_sym_LT] = ACTIONS(468), - [anon_sym_PLUS] = ACTIONS(470), - [anon_sym_DASH] = ACTIONS(470), - [anon_sym_final] = ACTIONS(470), - [anon_sym_BANG] = ACTIONS(468), - [anon_sym_TILDE] = ACTIONS(468), - [anon_sym_PLUS_PLUS] = ACTIONS(468), - [anon_sym_DASH_DASH] = ACTIONS(468), - [anon_sym_new] = ACTIONS(470), - [anon_sym_class] = ACTIONS(470), - [anon_sym_switch] = ACTIONS(470), - [anon_sym_LBRACE] = ACTIONS(468), - [anon_sym_RBRACE] = ACTIONS(468), - [anon_sym_case] = ACTIONS(470), - [anon_sym_default] = ACTIONS(470), - [anon_sym_SEMI] = ACTIONS(468), - [anon_sym_assert] = ACTIONS(470), - [anon_sym_do] = ACTIONS(470), - [anon_sym_while] = ACTIONS(470), - [anon_sym_break] = ACTIONS(470), - [anon_sym_continue] = ACTIONS(470), - [anon_sym_return] = ACTIONS(470), - [anon_sym_yield] = ACTIONS(470), - [anon_sym_synchronized] = ACTIONS(470), - [anon_sym_throw] = ACTIONS(470), - [anon_sym_try] = ACTIONS(470), - [anon_sym_if] = ACTIONS(470), - [anon_sym_else] = ACTIONS(470), - [anon_sym_for] = ACTIONS(470), - [anon_sym_AT] = ACTIONS(470), - [anon_sym_open] = ACTIONS(470), - [anon_sym_module] = ACTIONS(470), - [anon_sym_static] = ACTIONS(470), - [anon_sym_package] = ACTIONS(470), - [anon_sym_import] = ACTIONS(470), - [anon_sym_enum] = ACTIONS(470), - [anon_sym_public] = ACTIONS(470), - [anon_sym_protected] = ACTIONS(470), - [anon_sym_private] = ACTIONS(470), - [anon_sym_abstract] = ACTIONS(470), - [anon_sym_strictfp] = ACTIONS(470), - [anon_sym_native] = ACTIONS(470), - [anon_sym_transient] = ACTIONS(470), - [anon_sym_volatile] = ACTIONS(470), - [anon_sym_sealed] = ACTIONS(470), - [anon_sym_non_DASHsealed] = ACTIONS(468), - [anon_sym_record] = ACTIONS(470), - [anon_sym_ATinterface] = ACTIONS(468), - [anon_sym_interface] = ACTIONS(470), - [anon_sym_byte] = ACTIONS(470), - [anon_sym_short] = ACTIONS(470), - [anon_sym_int] = ACTIONS(470), - [anon_sym_long] = ACTIONS(470), - [anon_sym_char] = ACTIONS(470), - [anon_sym_float] = ACTIONS(470), - [anon_sym_double] = ACTIONS(470), - [sym_boolean_type] = ACTIONS(470), - [sym_void_type] = ACTIONS(470), - [sym_this] = ACTIONS(470), - [sym_super] = ACTIONS(470), - [sym_line_comment] = ACTIONS(3), - [sym_block_comment] = ACTIONS(3), - }, - [159] = { - [ts_builtin_sym_end] = ACTIONS(472), - [sym_identifier] = ACTIONS(474), - [sym_decimal_integer_literal] = ACTIONS(474), - [sym_hex_integer_literal] = ACTIONS(474), - [sym_octal_integer_literal] = ACTIONS(474), - [sym_binary_integer_literal] = ACTIONS(472), - [sym_decimal_floating_point_literal] = ACTIONS(472), - [sym_hex_floating_point_literal] = ACTIONS(474), - [sym_true] = ACTIONS(474), - [sym_false] = ACTIONS(474), - [sym_character_literal] = ACTIONS(472), - [anon_sym_DQUOTE] = ACTIONS(474), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(472), - [sym_null_literal] = ACTIONS(474), - [anon_sym_LPAREN] = ACTIONS(472), - [anon_sym_LT] = ACTIONS(472), - [anon_sym_PLUS] = ACTIONS(474), - [anon_sym_DASH] = ACTIONS(474), - [anon_sym_final] = ACTIONS(474), - [anon_sym_BANG] = ACTIONS(472), - [anon_sym_TILDE] = ACTIONS(472), - [anon_sym_PLUS_PLUS] = ACTIONS(472), - [anon_sym_DASH_DASH] = ACTIONS(472), - [anon_sym_new] = ACTIONS(474), - [anon_sym_class] = ACTIONS(474), - [anon_sym_switch] = ACTIONS(474), - [anon_sym_LBRACE] = ACTIONS(472), - [anon_sym_RBRACE] = ACTIONS(472), - [anon_sym_case] = ACTIONS(474), - [anon_sym_default] = ACTIONS(474), - [anon_sym_SEMI] = ACTIONS(472), - [anon_sym_assert] = ACTIONS(474), - [anon_sym_do] = ACTIONS(474), - [anon_sym_while] = ACTIONS(474), - [anon_sym_break] = ACTIONS(474), - [anon_sym_continue] = ACTIONS(474), - [anon_sym_return] = ACTIONS(474), - [anon_sym_yield] = ACTIONS(474), - [anon_sym_synchronized] = ACTIONS(474), - [anon_sym_throw] = ACTIONS(474), - [anon_sym_try] = ACTIONS(474), - [anon_sym_if] = ACTIONS(474), - [anon_sym_else] = ACTIONS(474), - [anon_sym_for] = ACTIONS(474), - [anon_sym_AT] = ACTIONS(474), - [anon_sym_open] = ACTIONS(474), - [anon_sym_module] = ACTIONS(474), - [anon_sym_static] = ACTIONS(474), - [anon_sym_package] = ACTIONS(474), - [anon_sym_import] = ACTIONS(474), - [anon_sym_enum] = ACTIONS(474), - [anon_sym_public] = ACTIONS(474), - [anon_sym_protected] = ACTIONS(474), - [anon_sym_private] = ACTIONS(474), - [anon_sym_abstract] = ACTIONS(474), - [anon_sym_strictfp] = ACTIONS(474), - [anon_sym_native] = ACTIONS(474), - [anon_sym_transient] = ACTIONS(474), - [anon_sym_volatile] = ACTIONS(474), - [anon_sym_sealed] = ACTIONS(474), - [anon_sym_non_DASHsealed] = ACTIONS(472), - [anon_sym_record] = ACTIONS(474), - [anon_sym_ATinterface] = ACTIONS(472), - [anon_sym_interface] = ACTIONS(474), - [anon_sym_byte] = ACTIONS(474), - [anon_sym_short] = ACTIONS(474), - [anon_sym_int] = ACTIONS(474), - [anon_sym_long] = ACTIONS(474), - [anon_sym_char] = ACTIONS(474), - [anon_sym_float] = ACTIONS(474), - [anon_sym_double] = ACTIONS(474), - [sym_boolean_type] = ACTIONS(474), - [sym_void_type] = ACTIONS(474), - [sym_this] = ACTIONS(474), - [sym_super] = ACTIONS(474), + [anon_sym_yield] = ACTIONS(67), + [anon_sym_AT] = ACTIONS(275), + [anon_sym_open] = ACTIONS(67), + [anon_sym_module] = ACTIONS(67), + [anon_sym_with] = ACTIONS(67), + [anon_sym_sealed] = ACTIONS(67), + [anon_sym_record] = ACTIONS(67), + [anon_sym_byte] = ACTIONS(85), + [anon_sym_short] = ACTIONS(85), + [anon_sym_int] = ACTIONS(85), + [anon_sym_long] = ACTIONS(85), + [anon_sym_char] = ACTIONS(85), + [anon_sym_float] = ACTIONS(87), + [anon_sym_double] = ACTIONS(87), + [sym_boolean_type] = ACTIONS(89), + [sym_void_type] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, - [160] = { - [sym__literal] = STATE(507), - [sym_string_literal] = STATE(510), - [sym__string_literal] = STATE(498), - [sym__multiline_string_literal] = STATE(498), - [sym_expression] = STATE(552), - [sym_cast_expression] = STATE(524), - [sym_assignment_expression] = STATE(524), - [sym_binary_expression] = STATE(524), - [sym_instanceof_expression] = STATE(524), - [sym_lambda_expression] = STATE(524), - [sym_inferred_parameters] = STATE(1259), - [sym_ternary_expression] = STATE(524), - [sym_unary_expression] = STATE(524), - [sym_update_expression] = STATE(524), - [sym_primary_expression] = STATE(470), - [sym_array_creation_expression] = STATE(507), - [sym_parenthesized_expression] = STATE(507), - [sym_class_literal] = STATE(507), - [sym_object_creation_expression] = STATE(507), - [sym__unqualified_object_creation_expression] = STATE(483), - [sym_field_access] = STATE(384), - [sym_array_access] = STATE(384), - [sym_method_invocation] = STATE(507), - [sym_method_reference] = STATE(507), - [sym_switch_expression] = STATE(524), - [sym__annotation] = STATE(683), - [sym_marker_annotation] = STATE(683), - [sym_annotation] = STATE(683), - [sym__type] = STATE(1266), - [sym__unannotated_type] = STATE(795), - [sym_annotated_type] = STATE(797), - [sym_scoped_type_identifier] = STATE(745), - [sym_generic_type] = STATE(771), - [sym_array_type] = STATE(702), - [sym_integral_type] = STATE(702), - [sym_floating_point_type] = STATE(702), - [sym_formal_parameters] = STATE(1259), - [aux_sym_array_creation_expression_repeat1] = STATE(683), - [sym_identifier] = ACTIONS(301), + [156] = { + [sym__literal] = STATE(498), + [sym_string_literal] = STATE(505), + [sym__string_literal] = STATE(508), + [sym__multiline_string_literal] = STATE(508), + [sym_expression] = STATE(550), + [sym_cast_expression] = STATE(538), + [sym_assignment_expression] = STATE(538), + [sym_binary_expression] = STATE(538), + [sym_instanceof_expression] = STATE(538), + [sym_lambda_expression] = STATE(538), + [sym_inferred_parameters] = STATE(1218), + [sym_ternary_expression] = STATE(538), + [sym_unary_expression] = STATE(538), + [sym_update_expression] = STATE(538), + [sym_primary_expression] = STATE(509), + [sym_array_creation_expression] = STATE(498), + [sym_parenthesized_expression] = STATE(498), + [sym_class_literal] = STATE(498), + [sym_object_creation_expression] = STATE(498), + [sym__unqualified_object_creation_expression] = STATE(515), + [sym_field_access] = STATE(385), + [sym_array_access] = STATE(385), + [sym_method_invocation] = STATE(498), + [sym_method_reference] = STATE(498), + [sym_switch_expression] = STATE(538), + [sym__annotation] = STATE(694), + [sym_marker_annotation] = STATE(694), + [sym_annotation] = STATE(694), + [sym__type] = STATE(1208), + [sym__unannotated_type] = STATE(805), + [sym_annotated_type] = STATE(831), + [sym_scoped_type_identifier] = STATE(735), + [sym_generic_type] = STATE(751), + [sym_array_type] = STATE(688), + [sym_integral_type] = STATE(688), + [sym_floating_point_type] = STATE(688), + [sym_formal_parameters] = STATE(1218), + [sym__reserved_identifier] = STATE(372), + [aux_sym_array_creation_expression_repeat1] = STATE(694), + [sym_identifier] = ACTIONS(269), [sym_decimal_integer_literal] = ACTIONS(9), [sym_hex_integer_literal] = ACTIONS(9), [sym_octal_integer_literal] = ACTIONS(9), @@ -28382,64 +28270,68 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DASH_DASH] = ACTIONS(25), [anon_sym_new] = ACTIONS(27), [anon_sym_switch] = ACTIONS(31), - [anon_sym_AT] = ACTIONS(329), - [anon_sym_open] = ACTIONS(305), - [anon_sym_module] = ACTIONS(305), - [anon_sym_record] = ACTIONS(305), - [anon_sym_byte] = ACTIONS(81), - [anon_sym_short] = ACTIONS(81), - [anon_sym_int] = ACTIONS(81), - [anon_sym_long] = ACTIONS(81), - [anon_sym_char] = ACTIONS(81), - [anon_sym_float] = ACTIONS(83), - [anon_sym_double] = ACTIONS(83), - [sym_boolean_type] = ACTIONS(85), - [sym_void_type] = ACTIONS(85), - [sym_this] = ACTIONS(87), - [sym_super] = ACTIONS(89), + [anon_sym_yield] = ACTIONS(67), + [anon_sym_AT] = ACTIONS(275), + [anon_sym_open] = ACTIONS(67), + [anon_sym_module] = ACTIONS(67), + [anon_sym_with] = ACTIONS(67), + [anon_sym_sealed] = ACTIONS(67), + [anon_sym_record] = ACTIONS(67), + [anon_sym_byte] = ACTIONS(85), + [anon_sym_short] = ACTIONS(85), + [anon_sym_int] = ACTIONS(85), + [anon_sym_long] = ACTIONS(85), + [anon_sym_char] = ACTIONS(85), + [anon_sym_float] = ACTIONS(87), + [anon_sym_double] = ACTIONS(87), + [sym_boolean_type] = ACTIONS(89), + [sym_void_type] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, - [161] = { - [sym__literal] = STATE(507), - [sym_string_literal] = STATE(510), - [sym__string_literal] = STATE(498), - [sym__multiline_string_literal] = STATE(498), - [sym_expression] = STATE(579), - [sym_cast_expression] = STATE(524), - [sym_assignment_expression] = STATE(524), - [sym_binary_expression] = STATE(524), - [sym_instanceof_expression] = STATE(524), - [sym_lambda_expression] = STATE(524), - [sym_inferred_parameters] = STATE(1273), - [sym_ternary_expression] = STATE(524), - [sym_unary_expression] = STATE(524), - [sym_update_expression] = STATE(524), - [sym_primary_expression] = STATE(470), - [sym_array_creation_expression] = STATE(507), - [sym_parenthesized_expression] = STATE(507), - [sym_class_literal] = STATE(507), - [sym_object_creation_expression] = STATE(507), - [sym__unqualified_object_creation_expression] = STATE(483), - [sym_field_access] = STATE(400), - [sym_array_access] = STATE(400), - [sym_method_invocation] = STATE(507), - [sym_method_reference] = STATE(507), - [sym_switch_expression] = STATE(524), - [sym__annotation] = STATE(683), - [sym_marker_annotation] = STATE(683), - [sym_annotation] = STATE(683), - [sym__type] = STATE(1266), - [sym__unannotated_type] = STATE(795), - [sym_annotated_type] = STATE(797), - [sym_scoped_type_identifier] = STATE(745), - [sym_generic_type] = STATE(771), - [sym_array_type] = STATE(702), - [sym_integral_type] = STATE(702), - [sym_floating_point_type] = STATE(702), - [sym_formal_parameters] = STATE(1273), - [aux_sym_array_creation_expression_repeat1] = STATE(683), - [sym_identifier] = ACTIONS(376), + [157] = { + [sym__literal] = STATE(498), + [sym_string_literal] = STATE(505), + [sym__string_literal] = STATE(508), + [sym__multiline_string_literal] = STATE(508), + [sym_expression] = STATE(553), + [sym_cast_expression] = STATE(538), + [sym_assignment_expression] = STATE(538), + [sym_binary_expression] = STATE(538), + [sym_instanceof_expression] = STATE(538), + [sym_lambda_expression] = STATE(538), + [sym_inferred_parameters] = STATE(1218), + [sym_ternary_expression] = STATE(538), + [sym_unary_expression] = STATE(538), + [sym_update_expression] = STATE(538), + [sym_primary_expression] = STATE(509), + [sym_array_creation_expression] = STATE(498), + [sym_parenthesized_expression] = STATE(498), + [sym_class_literal] = STATE(498), + [sym_object_creation_expression] = STATE(498), + [sym__unqualified_object_creation_expression] = STATE(515), + [sym_field_access] = STATE(385), + [sym_array_access] = STATE(385), + [sym_method_invocation] = STATE(498), + [sym_method_reference] = STATE(498), + [sym_switch_expression] = STATE(538), + [sym__annotation] = STATE(694), + [sym_marker_annotation] = STATE(694), + [sym_annotation] = STATE(694), + [sym__type] = STATE(1208), + [sym__unannotated_type] = STATE(805), + [sym_annotated_type] = STATE(831), + [sym_scoped_type_identifier] = STATE(735), + [sym_generic_type] = STATE(751), + [sym_array_type] = STATE(688), + [sym_integral_type] = STATE(688), + [sym_floating_point_type] = STATE(688), + [sym_formal_parameters] = STATE(1218), + [sym__reserved_identifier] = STATE(372), + [aux_sym_array_creation_expression_repeat1] = STATE(694), + [sym_identifier] = ACTIONS(269), [sym_decimal_integer_literal] = ACTIONS(9), [sym_hex_integer_literal] = ACTIONS(9), [sym_octal_integer_literal] = ACTIONS(9), @@ -28452,73 +28344,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DQUOTE] = ACTIONS(13), [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(15), [sym_null_literal] = ACTIONS(9), - [anon_sym_LPAREN] = ACTIONS(378), - [anon_sym_PLUS] = ACTIONS(380), - [anon_sym_DASH] = ACTIONS(380), - [anon_sym_BANG] = ACTIONS(382), - [anon_sym_TILDE] = ACTIONS(382), - [anon_sym_PLUS_PLUS] = ACTIONS(384), - [anon_sym_DASH_DASH] = ACTIONS(384), + [anon_sym_LPAREN] = ACTIONS(17), + [anon_sym_PLUS] = ACTIONS(19), + [anon_sym_DASH] = ACTIONS(19), + [anon_sym_BANG] = ACTIONS(23), + [anon_sym_TILDE] = ACTIONS(23), + [anon_sym_PLUS_PLUS] = ACTIONS(25), + [anon_sym_DASH_DASH] = ACTIONS(25), [anon_sym_new] = ACTIONS(27), [anon_sym_switch] = ACTIONS(31), - [anon_sym_AT] = ACTIONS(329), - [anon_sym_open] = ACTIONS(386), - [anon_sym_module] = ACTIONS(386), - [anon_sym_record] = ACTIONS(386), - [anon_sym_byte] = ACTIONS(81), - [anon_sym_short] = ACTIONS(81), - [anon_sym_int] = ACTIONS(81), - [anon_sym_long] = ACTIONS(81), - [anon_sym_char] = ACTIONS(81), - [anon_sym_float] = ACTIONS(83), - [anon_sym_double] = ACTIONS(83), - [sym_boolean_type] = ACTIONS(85), - [sym_void_type] = ACTIONS(85), - [sym_this] = ACTIONS(87), - [sym_super] = ACTIONS(89), + [anon_sym_yield] = ACTIONS(67), + [anon_sym_AT] = ACTIONS(275), + [anon_sym_open] = ACTIONS(67), + [anon_sym_module] = ACTIONS(67), + [anon_sym_with] = ACTIONS(67), + [anon_sym_sealed] = ACTIONS(67), + [anon_sym_record] = ACTIONS(67), + [anon_sym_byte] = ACTIONS(85), + [anon_sym_short] = ACTIONS(85), + [anon_sym_int] = ACTIONS(85), + [anon_sym_long] = ACTIONS(85), + [anon_sym_char] = ACTIONS(85), + [anon_sym_float] = ACTIONS(87), + [anon_sym_double] = ACTIONS(87), + [sym_boolean_type] = ACTIONS(89), + [sym_void_type] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, - [162] = { - [sym__literal] = STATE(507), - [sym_string_literal] = STATE(510), - [sym__string_literal] = STATE(498), - [sym__multiline_string_literal] = STATE(498), - [sym_expression] = STATE(664), - [sym_cast_expression] = STATE(524), - [sym_assignment_expression] = STATE(524), - [sym_binary_expression] = STATE(524), - [sym_instanceof_expression] = STATE(524), - [sym_lambda_expression] = STATE(524), - [sym_inferred_parameters] = STATE(1259), - [sym_ternary_expression] = STATE(524), - [sym_unary_expression] = STATE(524), - [sym_update_expression] = STATE(524), - [sym_primary_expression] = STATE(470), - [sym_array_creation_expression] = STATE(507), - [sym_parenthesized_expression] = STATE(507), - [sym_class_literal] = STATE(507), - [sym_object_creation_expression] = STATE(507), - [sym__unqualified_object_creation_expression] = STATE(483), - [sym_field_access] = STATE(384), - [sym_array_access] = STATE(384), - [sym_method_invocation] = STATE(507), - [sym_method_reference] = STATE(507), - [sym_switch_expression] = STATE(524), - [sym__annotation] = STATE(683), - [sym_marker_annotation] = STATE(683), - [sym_annotation] = STATE(683), - [sym__type] = STATE(1266), - [sym__unannotated_type] = STATE(795), - [sym_annotated_type] = STATE(797), - [sym_scoped_type_identifier] = STATE(745), - [sym_generic_type] = STATE(771), - [sym_array_type] = STATE(702), - [sym_integral_type] = STATE(702), - [sym_floating_point_type] = STATE(702), - [sym_formal_parameters] = STATE(1259), - [aux_sym_array_creation_expression_repeat1] = STATE(683), - [sym_identifier] = ACTIONS(301), + [158] = { + [sym__literal] = STATE(498), + [sym_string_literal] = STATE(505), + [sym__string_literal] = STATE(508), + [sym__multiline_string_literal] = STATE(508), + [sym_expression] = STATE(654), + [sym_cast_expression] = STATE(538), + [sym_assignment_expression] = STATE(538), + [sym_binary_expression] = STATE(538), + [sym_instanceof_expression] = STATE(538), + [sym_lambda_expression] = STATE(538), + [sym_inferred_parameters] = STATE(1218), + [sym_ternary_expression] = STATE(538), + [sym_unary_expression] = STATE(538), + [sym_update_expression] = STATE(538), + [sym_primary_expression] = STATE(509), + [sym_array_creation_expression] = STATE(498), + [sym_parenthesized_expression] = STATE(498), + [sym_class_literal] = STATE(498), + [sym_object_creation_expression] = STATE(498), + [sym__unqualified_object_creation_expression] = STATE(515), + [sym_field_access] = STATE(385), + [sym_array_access] = STATE(385), + [sym_method_invocation] = STATE(498), + [sym_method_reference] = STATE(498), + [sym_switch_expression] = STATE(538), + [sym__annotation] = STATE(694), + [sym_marker_annotation] = STATE(694), + [sym_annotation] = STATE(694), + [sym__type] = STATE(1208), + [sym__unannotated_type] = STATE(805), + [sym_annotated_type] = STATE(831), + [sym_scoped_type_identifier] = STATE(735), + [sym_generic_type] = STATE(751), + [sym_array_type] = STATE(688), + [sym_integral_type] = STATE(688), + [sym_floating_point_type] = STATE(688), + [sym_formal_parameters] = STATE(1218), + [sym__reserved_identifier] = STATE(372), + [aux_sym_array_creation_expression_repeat1] = STATE(694), + [sym_identifier] = ACTIONS(269), [sym_decimal_integer_literal] = ACTIONS(9), [sym_hex_integer_literal] = ACTIONS(9), [sym_octal_integer_literal] = ACTIONS(9), @@ -28540,64 +28436,68 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DASH_DASH] = ACTIONS(25), [anon_sym_new] = ACTIONS(27), [anon_sym_switch] = ACTIONS(31), - [anon_sym_AT] = ACTIONS(329), - [anon_sym_open] = ACTIONS(305), - [anon_sym_module] = ACTIONS(305), - [anon_sym_record] = ACTIONS(305), - [anon_sym_byte] = ACTIONS(81), - [anon_sym_short] = ACTIONS(81), - [anon_sym_int] = ACTIONS(81), - [anon_sym_long] = ACTIONS(81), - [anon_sym_char] = ACTIONS(81), - [anon_sym_float] = ACTIONS(83), - [anon_sym_double] = ACTIONS(83), - [sym_boolean_type] = ACTIONS(85), - [sym_void_type] = ACTIONS(85), - [sym_this] = ACTIONS(87), - [sym_super] = ACTIONS(89), + [anon_sym_yield] = ACTIONS(67), + [anon_sym_AT] = ACTIONS(275), + [anon_sym_open] = ACTIONS(67), + [anon_sym_module] = ACTIONS(67), + [anon_sym_with] = ACTIONS(67), + [anon_sym_sealed] = ACTIONS(67), + [anon_sym_record] = ACTIONS(67), + [anon_sym_byte] = ACTIONS(85), + [anon_sym_short] = ACTIONS(85), + [anon_sym_int] = ACTIONS(85), + [anon_sym_long] = ACTIONS(85), + [anon_sym_char] = ACTIONS(85), + [anon_sym_float] = ACTIONS(87), + [anon_sym_double] = ACTIONS(87), + [sym_boolean_type] = ACTIONS(89), + [sym_void_type] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, - [163] = { - [sym__literal] = STATE(507), - [sym_string_literal] = STATE(510), - [sym__string_literal] = STATE(498), - [sym__multiline_string_literal] = STATE(498), - [sym_expression] = STATE(584), - [sym_cast_expression] = STATE(524), - [sym_assignment_expression] = STATE(524), - [sym_binary_expression] = STATE(524), - [sym_instanceof_expression] = STATE(524), - [sym_lambda_expression] = STATE(524), - [sym_inferred_parameters] = STATE(1273), - [sym_ternary_expression] = STATE(524), - [sym_unary_expression] = STATE(524), - [sym_update_expression] = STATE(524), - [sym_primary_expression] = STATE(470), - [sym_array_creation_expression] = STATE(507), - [sym_parenthesized_expression] = STATE(507), - [sym_class_literal] = STATE(507), - [sym_object_creation_expression] = STATE(507), - [sym__unqualified_object_creation_expression] = STATE(483), - [sym_field_access] = STATE(400), - [sym_array_access] = STATE(400), - [sym_method_invocation] = STATE(507), - [sym_method_reference] = STATE(507), - [sym_switch_expression] = STATE(524), - [sym__annotation] = STATE(683), - [sym_marker_annotation] = STATE(683), - [sym_annotation] = STATE(683), - [sym__type] = STATE(1266), - [sym__unannotated_type] = STATE(795), - [sym_annotated_type] = STATE(797), - [sym_scoped_type_identifier] = STATE(745), - [sym_generic_type] = STATE(771), - [sym_array_type] = STATE(702), - [sym_integral_type] = STATE(702), - [sym_floating_point_type] = STATE(702), - [sym_formal_parameters] = STATE(1273), - [aux_sym_array_creation_expression_repeat1] = STATE(683), - [sym_identifier] = ACTIONS(376), + [159] = { + [sym__literal] = STATE(498), + [sym_string_literal] = STATE(505), + [sym__string_literal] = STATE(508), + [sym__multiline_string_literal] = STATE(508), + [sym_expression] = STATE(563), + [sym_cast_expression] = STATE(538), + [sym_assignment_expression] = STATE(538), + [sym_binary_expression] = STATE(538), + [sym_instanceof_expression] = STATE(538), + [sym_lambda_expression] = STATE(538), + [sym_inferred_parameters] = STATE(1218), + [sym_ternary_expression] = STATE(538), + [sym_unary_expression] = STATE(538), + [sym_update_expression] = STATE(538), + [sym_primary_expression] = STATE(509), + [sym_array_creation_expression] = STATE(498), + [sym_parenthesized_expression] = STATE(498), + [sym_class_literal] = STATE(498), + [sym_object_creation_expression] = STATE(498), + [sym__unqualified_object_creation_expression] = STATE(515), + [sym_field_access] = STATE(385), + [sym_array_access] = STATE(385), + [sym_method_invocation] = STATE(498), + [sym_method_reference] = STATE(498), + [sym_switch_expression] = STATE(538), + [sym__annotation] = STATE(694), + [sym_marker_annotation] = STATE(694), + [sym_annotation] = STATE(694), + [sym__type] = STATE(1208), + [sym__unannotated_type] = STATE(805), + [sym_annotated_type] = STATE(831), + [sym_scoped_type_identifier] = STATE(735), + [sym_generic_type] = STATE(751), + [sym_array_type] = STATE(688), + [sym_integral_type] = STATE(688), + [sym_floating_point_type] = STATE(688), + [sym_formal_parameters] = STATE(1218), + [sym__reserved_identifier] = STATE(372), + [aux_sym_array_creation_expression_repeat1] = STATE(694), + [sym_identifier] = ACTIONS(269), [sym_decimal_integer_literal] = ACTIONS(9), [sym_hex_integer_literal] = ACTIONS(9), [sym_octal_integer_literal] = ACTIONS(9), @@ -28610,73 +28510,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DQUOTE] = ACTIONS(13), [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(15), [sym_null_literal] = ACTIONS(9), - [anon_sym_LPAREN] = ACTIONS(378), - [anon_sym_PLUS] = ACTIONS(380), - [anon_sym_DASH] = ACTIONS(380), - [anon_sym_BANG] = ACTIONS(382), - [anon_sym_TILDE] = ACTIONS(382), - [anon_sym_PLUS_PLUS] = ACTIONS(384), - [anon_sym_DASH_DASH] = ACTIONS(384), + [anon_sym_LPAREN] = ACTIONS(17), + [anon_sym_PLUS] = ACTIONS(19), + [anon_sym_DASH] = ACTIONS(19), + [anon_sym_BANG] = ACTIONS(23), + [anon_sym_TILDE] = ACTIONS(23), + [anon_sym_PLUS_PLUS] = ACTIONS(25), + [anon_sym_DASH_DASH] = ACTIONS(25), [anon_sym_new] = ACTIONS(27), [anon_sym_switch] = ACTIONS(31), - [anon_sym_AT] = ACTIONS(329), - [anon_sym_open] = ACTIONS(386), - [anon_sym_module] = ACTIONS(386), - [anon_sym_record] = ACTIONS(386), - [anon_sym_byte] = ACTIONS(81), - [anon_sym_short] = ACTIONS(81), - [anon_sym_int] = ACTIONS(81), - [anon_sym_long] = ACTIONS(81), - [anon_sym_char] = ACTIONS(81), - [anon_sym_float] = ACTIONS(83), - [anon_sym_double] = ACTIONS(83), - [sym_boolean_type] = ACTIONS(85), - [sym_void_type] = ACTIONS(85), - [sym_this] = ACTIONS(87), - [sym_super] = ACTIONS(89), + [anon_sym_yield] = ACTIONS(67), + [anon_sym_AT] = ACTIONS(275), + [anon_sym_open] = ACTIONS(67), + [anon_sym_module] = ACTIONS(67), + [anon_sym_with] = ACTIONS(67), + [anon_sym_sealed] = ACTIONS(67), + [anon_sym_record] = ACTIONS(67), + [anon_sym_byte] = ACTIONS(85), + [anon_sym_short] = ACTIONS(85), + [anon_sym_int] = ACTIONS(85), + [anon_sym_long] = ACTIONS(85), + [anon_sym_char] = ACTIONS(85), + [anon_sym_float] = ACTIONS(87), + [anon_sym_double] = ACTIONS(87), + [sym_boolean_type] = ACTIONS(89), + [sym_void_type] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, - [164] = { - [sym__literal] = STATE(507), - [sym_string_literal] = STATE(510), - [sym__string_literal] = STATE(498), - [sym__multiline_string_literal] = STATE(498), - [sym_expression] = STATE(547), - [sym_cast_expression] = STATE(524), - [sym_assignment_expression] = STATE(524), - [sym_binary_expression] = STATE(524), - [sym_instanceof_expression] = STATE(524), - [sym_lambda_expression] = STATE(524), - [sym_inferred_parameters] = STATE(1259), - [sym_ternary_expression] = STATE(524), - [sym_unary_expression] = STATE(524), - [sym_update_expression] = STATE(524), - [sym_primary_expression] = STATE(470), - [sym_array_creation_expression] = STATE(507), - [sym_parenthesized_expression] = STATE(507), - [sym_class_literal] = STATE(507), - [sym_object_creation_expression] = STATE(507), - [sym__unqualified_object_creation_expression] = STATE(483), - [sym_field_access] = STATE(384), - [sym_array_access] = STATE(384), - [sym_method_invocation] = STATE(507), - [sym_method_reference] = STATE(507), - [sym_switch_expression] = STATE(524), - [sym__annotation] = STATE(683), - [sym_marker_annotation] = STATE(683), - [sym_annotation] = STATE(683), - [sym__type] = STATE(1266), - [sym__unannotated_type] = STATE(795), - [sym_annotated_type] = STATE(797), - [sym_scoped_type_identifier] = STATE(745), - [sym_generic_type] = STATE(771), - [sym_array_type] = STATE(702), - [sym_integral_type] = STATE(702), - [sym_floating_point_type] = STATE(702), - [sym_formal_parameters] = STATE(1259), - [aux_sym_array_creation_expression_repeat1] = STATE(683), - [sym_identifier] = ACTIONS(301), + [160] = { + [sym__literal] = STATE(498), + [sym_string_literal] = STATE(505), + [sym__string_literal] = STATE(508), + [sym__multiline_string_literal] = STATE(508), + [sym_expression] = STATE(555), + [sym_cast_expression] = STATE(538), + [sym_assignment_expression] = STATE(538), + [sym_binary_expression] = STATE(538), + [sym_instanceof_expression] = STATE(538), + [sym_lambda_expression] = STATE(538), + [sym_inferred_parameters] = STATE(1218), + [sym_ternary_expression] = STATE(538), + [sym_unary_expression] = STATE(538), + [sym_update_expression] = STATE(538), + [sym_primary_expression] = STATE(509), + [sym_array_creation_expression] = STATE(498), + [sym_parenthesized_expression] = STATE(498), + [sym_class_literal] = STATE(498), + [sym_object_creation_expression] = STATE(498), + [sym__unqualified_object_creation_expression] = STATE(515), + [sym_field_access] = STATE(385), + [sym_array_access] = STATE(385), + [sym_method_invocation] = STATE(498), + [sym_method_reference] = STATE(498), + [sym_switch_expression] = STATE(538), + [sym__annotation] = STATE(694), + [sym_marker_annotation] = STATE(694), + [sym_annotation] = STATE(694), + [sym__type] = STATE(1208), + [sym__unannotated_type] = STATE(805), + [sym_annotated_type] = STATE(831), + [sym_scoped_type_identifier] = STATE(735), + [sym_generic_type] = STATE(751), + [sym_array_type] = STATE(688), + [sym_integral_type] = STATE(688), + [sym_floating_point_type] = STATE(688), + [sym_formal_parameters] = STATE(1218), + [sym__reserved_identifier] = STATE(372), + [aux_sym_array_creation_expression_repeat1] = STATE(694), + [sym_identifier] = ACTIONS(269), [sym_decimal_integer_literal] = ACTIONS(9), [sym_hex_integer_literal] = ACTIONS(9), [sym_octal_integer_literal] = ACTIONS(9), @@ -28698,64 +28602,68 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DASH_DASH] = ACTIONS(25), [anon_sym_new] = ACTIONS(27), [anon_sym_switch] = ACTIONS(31), - [anon_sym_AT] = ACTIONS(329), - [anon_sym_open] = ACTIONS(305), - [anon_sym_module] = ACTIONS(305), - [anon_sym_record] = ACTIONS(305), - [anon_sym_byte] = ACTIONS(81), - [anon_sym_short] = ACTIONS(81), - [anon_sym_int] = ACTIONS(81), - [anon_sym_long] = ACTIONS(81), - [anon_sym_char] = ACTIONS(81), - [anon_sym_float] = ACTIONS(83), - [anon_sym_double] = ACTIONS(83), - [sym_boolean_type] = ACTIONS(85), - [sym_void_type] = ACTIONS(85), - [sym_this] = ACTIONS(87), - [sym_super] = ACTIONS(89), + [anon_sym_yield] = ACTIONS(67), + [anon_sym_AT] = ACTIONS(275), + [anon_sym_open] = ACTIONS(67), + [anon_sym_module] = ACTIONS(67), + [anon_sym_with] = ACTIONS(67), + [anon_sym_sealed] = ACTIONS(67), + [anon_sym_record] = ACTIONS(67), + [anon_sym_byte] = ACTIONS(85), + [anon_sym_short] = ACTIONS(85), + [anon_sym_int] = ACTIONS(85), + [anon_sym_long] = ACTIONS(85), + [anon_sym_char] = ACTIONS(85), + [anon_sym_float] = ACTIONS(87), + [anon_sym_double] = ACTIONS(87), + [sym_boolean_type] = ACTIONS(89), + [sym_void_type] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, - [165] = { - [sym__literal] = STATE(507), - [sym_string_literal] = STATE(510), - [sym__string_literal] = STATE(498), - [sym__multiline_string_literal] = STATE(498), - [sym_expression] = STATE(558), - [sym_cast_expression] = STATE(524), - [sym_assignment_expression] = STATE(524), - [sym_binary_expression] = STATE(524), - [sym_instanceof_expression] = STATE(524), - [sym_lambda_expression] = STATE(524), - [sym_inferred_parameters] = STATE(1259), - [sym_ternary_expression] = STATE(524), - [sym_unary_expression] = STATE(524), - [sym_update_expression] = STATE(524), - [sym_primary_expression] = STATE(470), - [sym_array_creation_expression] = STATE(507), - [sym_parenthesized_expression] = STATE(507), - [sym_class_literal] = STATE(507), - [sym_object_creation_expression] = STATE(507), - [sym__unqualified_object_creation_expression] = STATE(483), - [sym_field_access] = STATE(384), - [sym_array_access] = STATE(384), - [sym_method_invocation] = STATE(507), - [sym_method_reference] = STATE(507), - [sym_switch_expression] = STATE(524), - [sym__annotation] = STATE(683), - [sym_marker_annotation] = STATE(683), - [sym_annotation] = STATE(683), - [sym__type] = STATE(1266), - [sym__unannotated_type] = STATE(795), - [sym_annotated_type] = STATE(797), - [sym_scoped_type_identifier] = STATE(745), - [sym_generic_type] = STATE(771), - [sym_array_type] = STATE(702), - [sym_integral_type] = STATE(702), - [sym_floating_point_type] = STATE(702), - [sym_formal_parameters] = STATE(1259), - [aux_sym_array_creation_expression_repeat1] = STATE(683), - [sym_identifier] = ACTIONS(301), + [161] = { + [sym__literal] = STATE(498), + [sym_string_literal] = STATE(505), + [sym__string_literal] = STATE(508), + [sym__multiline_string_literal] = STATE(508), + [sym_expression] = STATE(549), + [sym_cast_expression] = STATE(538), + [sym_assignment_expression] = STATE(538), + [sym_binary_expression] = STATE(538), + [sym_instanceof_expression] = STATE(538), + [sym_lambda_expression] = STATE(538), + [sym_inferred_parameters] = STATE(1218), + [sym_ternary_expression] = STATE(538), + [sym_unary_expression] = STATE(538), + [sym_update_expression] = STATE(538), + [sym_primary_expression] = STATE(509), + [sym_array_creation_expression] = STATE(498), + [sym_parenthesized_expression] = STATE(498), + [sym_class_literal] = STATE(498), + [sym_object_creation_expression] = STATE(498), + [sym__unqualified_object_creation_expression] = STATE(515), + [sym_field_access] = STATE(385), + [sym_array_access] = STATE(385), + [sym_method_invocation] = STATE(498), + [sym_method_reference] = STATE(498), + [sym_switch_expression] = STATE(538), + [sym__annotation] = STATE(694), + [sym_marker_annotation] = STATE(694), + [sym_annotation] = STATE(694), + [sym__type] = STATE(1208), + [sym__unannotated_type] = STATE(805), + [sym_annotated_type] = STATE(831), + [sym_scoped_type_identifier] = STATE(735), + [sym_generic_type] = STATE(751), + [sym_array_type] = STATE(688), + [sym_integral_type] = STATE(688), + [sym_floating_point_type] = STATE(688), + [sym_formal_parameters] = STATE(1218), + [sym__reserved_identifier] = STATE(372), + [aux_sym_array_creation_expression_repeat1] = STATE(694), + [sym_identifier] = ACTIONS(269), [sym_decimal_integer_literal] = ACTIONS(9), [sym_hex_integer_literal] = ACTIONS(9), [sym_octal_integer_literal] = ACTIONS(9), @@ -28777,64 +28685,68 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DASH_DASH] = ACTIONS(25), [anon_sym_new] = ACTIONS(27), [anon_sym_switch] = ACTIONS(31), - [anon_sym_AT] = ACTIONS(329), - [anon_sym_open] = ACTIONS(305), - [anon_sym_module] = ACTIONS(305), - [anon_sym_record] = ACTIONS(305), - [anon_sym_byte] = ACTIONS(81), - [anon_sym_short] = ACTIONS(81), - [anon_sym_int] = ACTIONS(81), - [anon_sym_long] = ACTIONS(81), - [anon_sym_char] = ACTIONS(81), - [anon_sym_float] = ACTIONS(83), - [anon_sym_double] = ACTIONS(83), - [sym_boolean_type] = ACTIONS(85), - [sym_void_type] = ACTIONS(85), - [sym_this] = ACTIONS(87), - [sym_super] = ACTIONS(89), + [anon_sym_yield] = ACTIONS(67), + [anon_sym_AT] = ACTIONS(275), + [anon_sym_open] = ACTIONS(67), + [anon_sym_module] = ACTIONS(67), + [anon_sym_with] = ACTIONS(67), + [anon_sym_sealed] = ACTIONS(67), + [anon_sym_record] = ACTIONS(67), + [anon_sym_byte] = ACTIONS(85), + [anon_sym_short] = ACTIONS(85), + [anon_sym_int] = ACTIONS(85), + [anon_sym_long] = ACTIONS(85), + [anon_sym_char] = ACTIONS(85), + [anon_sym_float] = ACTIONS(87), + [anon_sym_double] = ACTIONS(87), + [sym_boolean_type] = ACTIONS(89), + [sym_void_type] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, - [166] = { - [sym__literal] = STATE(507), - [sym_string_literal] = STATE(510), - [sym__string_literal] = STATE(498), - [sym__multiline_string_literal] = STATE(498), - [sym_expression] = STATE(550), - [sym_cast_expression] = STATE(524), - [sym_assignment_expression] = STATE(524), - [sym_binary_expression] = STATE(524), - [sym_instanceof_expression] = STATE(524), - [sym_lambda_expression] = STATE(524), - [sym_inferred_parameters] = STATE(1259), - [sym_ternary_expression] = STATE(524), - [sym_unary_expression] = STATE(524), - [sym_update_expression] = STATE(524), - [sym_primary_expression] = STATE(470), - [sym_array_creation_expression] = STATE(507), - [sym_parenthesized_expression] = STATE(507), - [sym_class_literal] = STATE(507), - [sym_object_creation_expression] = STATE(507), - [sym__unqualified_object_creation_expression] = STATE(483), - [sym_field_access] = STATE(384), - [sym_array_access] = STATE(384), - [sym_method_invocation] = STATE(507), - [sym_method_reference] = STATE(507), - [sym_switch_expression] = STATE(524), - [sym__annotation] = STATE(683), - [sym_marker_annotation] = STATE(683), - [sym_annotation] = STATE(683), - [sym__type] = STATE(1266), - [sym__unannotated_type] = STATE(795), - [sym_annotated_type] = STATE(797), - [sym_scoped_type_identifier] = STATE(745), - [sym_generic_type] = STATE(771), - [sym_array_type] = STATE(702), - [sym_integral_type] = STATE(702), - [sym_floating_point_type] = STATE(702), - [sym_formal_parameters] = STATE(1259), - [aux_sym_array_creation_expression_repeat1] = STATE(683), - [sym_identifier] = ACTIONS(301), + [162] = { + [sym__literal] = STATE(498), + [sym_string_literal] = STATE(505), + [sym__string_literal] = STATE(508), + [sym__multiline_string_literal] = STATE(508), + [sym_expression] = STATE(661), + [sym_cast_expression] = STATE(538), + [sym_assignment_expression] = STATE(538), + [sym_binary_expression] = STATE(538), + [sym_instanceof_expression] = STATE(538), + [sym_lambda_expression] = STATE(538), + [sym_inferred_parameters] = STATE(1218), + [sym_ternary_expression] = STATE(538), + [sym_unary_expression] = STATE(538), + [sym_update_expression] = STATE(538), + [sym_primary_expression] = STATE(509), + [sym_array_creation_expression] = STATE(498), + [sym_parenthesized_expression] = STATE(498), + [sym_class_literal] = STATE(498), + [sym_object_creation_expression] = STATE(498), + [sym__unqualified_object_creation_expression] = STATE(515), + [sym_field_access] = STATE(385), + [sym_array_access] = STATE(385), + [sym_method_invocation] = STATE(498), + [sym_method_reference] = STATE(498), + [sym_switch_expression] = STATE(538), + [sym__annotation] = STATE(694), + [sym_marker_annotation] = STATE(694), + [sym_annotation] = STATE(694), + [sym__type] = STATE(1208), + [sym__unannotated_type] = STATE(805), + [sym_annotated_type] = STATE(831), + [sym_scoped_type_identifier] = STATE(735), + [sym_generic_type] = STATE(751), + [sym_array_type] = STATE(688), + [sym_integral_type] = STATE(688), + [sym_floating_point_type] = STATE(688), + [sym_formal_parameters] = STATE(1218), + [sym__reserved_identifier] = STATE(372), + [aux_sym_array_creation_expression_repeat1] = STATE(694), + [sym_identifier] = ACTIONS(269), [sym_decimal_integer_literal] = ACTIONS(9), [sym_hex_integer_literal] = ACTIONS(9), [sym_octal_integer_literal] = ACTIONS(9), @@ -28856,64 +28768,68 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DASH_DASH] = ACTIONS(25), [anon_sym_new] = ACTIONS(27), [anon_sym_switch] = ACTIONS(31), - [anon_sym_AT] = ACTIONS(329), - [anon_sym_open] = ACTIONS(305), - [anon_sym_module] = ACTIONS(305), - [anon_sym_record] = ACTIONS(305), - [anon_sym_byte] = ACTIONS(81), - [anon_sym_short] = ACTIONS(81), - [anon_sym_int] = ACTIONS(81), - [anon_sym_long] = ACTIONS(81), - [anon_sym_char] = ACTIONS(81), - [anon_sym_float] = ACTIONS(83), - [anon_sym_double] = ACTIONS(83), - [sym_boolean_type] = ACTIONS(85), - [sym_void_type] = ACTIONS(85), - [sym_this] = ACTIONS(87), - [sym_super] = ACTIONS(89), + [anon_sym_yield] = ACTIONS(67), + [anon_sym_AT] = ACTIONS(275), + [anon_sym_open] = ACTIONS(67), + [anon_sym_module] = ACTIONS(67), + [anon_sym_with] = ACTIONS(67), + [anon_sym_sealed] = ACTIONS(67), + [anon_sym_record] = ACTIONS(67), + [anon_sym_byte] = ACTIONS(85), + [anon_sym_short] = ACTIONS(85), + [anon_sym_int] = ACTIONS(85), + [anon_sym_long] = ACTIONS(85), + [anon_sym_char] = ACTIONS(85), + [anon_sym_float] = ACTIONS(87), + [anon_sym_double] = ACTIONS(87), + [sym_boolean_type] = ACTIONS(89), + [sym_void_type] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, - [167] = { - [sym__literal] = STATE(507), - [sym_string_literal] = STATE(510), - [sym__string_literal] = STATE(498), - [sym__multiline_string_literal] = STATE(498), - [sym_expression] = STATE(608), - [sym_cast_expression] = STATE(524), - [sym_assignment_expression] = STATE(524), - [sym_binary_expression] = STATE(524), - [sym_instanceof_expression] = STATE(524), - [sym_lambda_expression] = STATE(524), - [sym_inferred_parameters] = STATE(1259), - [sym_ternary_expression] = STATE(524), - [sym_unary_expression] = STATE(524), - [sym_update_expression] = STATE(524), - [sym_primary_expression] = STATE(470), - [sym_array_creation_expression] = STATE(507), - [sym_parenthesized_expression] = STATE(507), - [sym_class_literal] = STATE(507), - [sym_object_creation_expression] = STATE(507), - [sym__unqualified_object_creation_expression] = STATE(483), - [sym_field_access] = STATE(384), - [sym_array_access] = STATE(384), - [sym_method_invocation] = STATE(507), - [sym_method_reference] = STATE(507), - [sym_switch_expression] = STATE(524), - [sym__annotation] = STATE(683), - [sym_marker_annotation] = STATE(683), - [sym_annotation] = STATE(683), - [sym__type] = STATE(1266), - [sym__unannotated_type] = STATE(795), - [sym_annotated_type] = STATE(797), - [sym_scoped_type_identifier] = STATE(745), - [sym_generic_type] = STATE(771), - [sym_array_type] = STATE(702), - [sym_integral_type] = STATE(702), - [sym_floating_point_type] = STATE(702), - [sym_formal_parameters] = STATE(1259), - [aux_sym_array_creation_expression_repeat1] = STATE(683), - [sym_identifier] = ACTIONS(301), + [163] = { + [sym__literal] = STATE(498), + [sym_string_literal] = STATE(505), + [sym__string_literal] = STATE(508), + [sym__multiline_string_literal] = STATE(508), + [sym_expression] = STATE(590), + [sym_cast_expression] = STATE(538), + [sym_assignment_expression] = STATE(538), + [sym_binary_expression] = STATE(538), + [sym_instanceof_expression] = STATE(538), + [sym_lambda_expression] = STATE(538), + [sym_inferred_parameters] = STATE(1213), + [sym_ternary_expression] = STATE(538), + [sym_unary_expression] = STATE(538), + [sym_update_expression] = STATE(538), + [sym_primary_expression] = STATE(509), + [sym_array_creation_expression] = STATE(498), + [sym_parenthesized_expression] = STATE(498), + [sym_class_literal] = STATE(498), + [sym_object_creation_expression] = STATE(498), + [sym__unqualified_object_creation_expression] = STATE(515), + [sym_field_access] = STATE(406), + [sym_array_access] = STATE(406), + [sym_method_invocation] = STATE(498), + [sym_method_reference] = STATE(498), + [sym_switch_expression] = STATE(538), + [sym__annotation] = STATE(694), + [sym_marker_annotation] = STATE(694), + [sym_annotation] = STATE(694), + [sym__type] = STATE(1208), + [sym__unannotated_type] = STATE(805), + [sym_annotated_type] = STATE(831), + [sym_scoped_type_identifier] = STATE(735), + [sym_generic_type] = STATE(751), + [sym_array_type] = STATE(688), + [sym_integral_type] = STATE(688), + [sym_floating_point_type] = STATE(688), + [sym_formal_parameters] = STATE(1213), + [sym__reserved_identifier] = STATE(388), + [aux_sym_array_creation_expression_repeat1] = STATE(694), + [sym_identifier] = ACTIONS(383), [sym_decimal_integer_literal] = ACTIONS(9), [sym_hex_integer_literal] = ACTIONS(9), [sym_octal_integer_literal] = ACTIONS(9), @@ -28926,231 +28842,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DQUOTE] = ACTIONS(13), [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(15), [sym_null_literal] = ACTIONS(9), - [anon_sym_LPAREN] = ACTIONS(17), - [anon_sym_PLUS] = ACTIONS(19), - [anon_sym_DASH] = ACTIONS(19), - [anon_sym_BANG] = ACTIONS(23), - [anon_sym_TILDE] = ACTIONS(23), - [anon_sym_PLUS_PLUS] = ACTIONS(25), - [anon_sym_DASH_DASH] = ACTIONS(25), + [anon_sym_LPAREN] = ACTIONS(367), + [anon_sym_PLUS] = ACTIONS(369), + [anon_sym_DASH] = ACTIONS(369), + [anon_sym_BANG] = ACTIONS(371), + [anon_sym_TILDE] = ACTIONS(371), + [anon_sym_PLUS_PLUS] = ACTIONS(373), + [anon_sym_DASH_DASH] = ACTIONS(373), [anon_sym_new] = ACTIONS(27), [anon_sym_switch] = ACTIONS(31), - [anon_sym_AT] = ACTIONS(329), - [anon_sym_open] = ACTIONS(305), - [anon_sym_module] = ACTIONS(305), - [anon_sym_record] = ACTIONS(305), - [anon_sym_byte] = ACTIONS(81), - [anon_sym_short] = ACTIONS(81), - [anon_sym_int] = ACTIONS(81), - [anon_sym_long] = ACTIONS(81), - [anon_sym_char] = ACTIONS(81), - [anon_sym_float] = ACTIONS(83), - [anon_sym_double] = ACTIONS(83), - [sym_boolean_type] = ACTIONS(85), - [sym_void_type] = ACTIONS(85), - [sym_this] = ACTIONS(87), - [sym_super] = ACTIONS(89), - [sym_line_comment] = ACTIONS(3), - [sym_block_comment] = ACTIONS(3), - }, - [168] = { - [ts_builtin_sym_end] = ACTIONS(476), - [sym_identifier] = ACTIONS(478), - [sym_decimal_integer_literal] = ACTIONS(478), - [sym_hex_integer_literal] = ACTIONS(478), - [sym_octal_integer_literal] = ACTIONS(478), - [sym_binary_integer_literal] = ACTIONS(476), - [sym_decimal_floating_point_literal] = ACTIONS(476), - [sym_hex_floating_point_literal] = ACTIONS(478), - [sym_true] = ACTIONS(478), - [sym_false] = ACTIONS(478), - [sym_character_literal] = ACTIONS(476), - [anon_sym_DQUOTE] = ACTIONS(478), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(476), - [sym_null_literal] = ACTIONS(478), - [anon_sym_LPAREN] = ACTIONS(476), - [anon_sym_LT] = ACTIONS(476), - [anon_sym_PLUS] = ACTIONS(478), - [anon_sym_DASH] = ACTIONS(478), - [anon_sym_final] = ACTIONS(478), - [anon_sym_BANG] = ACTIONS(476), - [anon_sym_TILDE] = ACTIONS(476), - [anon_sym_PLUS_PLUS] = ACTIONS(476), - [anon_sym_DASH_DASH] = ACTIONS(476), - [anon_sym_new] = ACTIONS(478), - [anon_sym_class] = ACTIONS(478), - [anon_sym_switch] = ACTIONS(478), - [anon_sym_LBRACE] = ACTIONS(476), - [anon_sym_RBRACE] = ACTIONS(476), - [anon_sym_case] = ACTIONS(478), - [anon_sym_default] = ACTIONS(478), - [anon_sym_SEMI] = ACTIONS(476), - [anon_sym_assert] = ACTIONS(478), - [anon_sym_do] = ACTIONS(478), - [anon_sym_while] = ACTIONS(478), - [anon_sym_break] = ACTIONS(478), - [anon_sym_continue] = ACTIONS(478), - [anon_sym_return] = ACTIONS(478), - [anon_sym_yield] = ACTIONS(478), - [anon_sym_synchronized] = ACTIONS(478), - [anon_sym_throw] = ACTIONS(478), - [anon_sym_try] = ACTIONS(478), - [anon_sym_if] = ACTIONS(478), - [anon_sym_else] = ACTIONS(478), - [anon_sym_for] = ACTIONS(478), - [anon_sym_AT] = ACTIONS(478), - [anon_sym_open] = ACTIONS(478), - [anon_sym_module] = ACTIONS(478), - [anon_sym_static] = ACTIONS(478), - [anon_sym_package] = ACTIONS(478), - [anon_sym_import] = ACTIONS(478), - [anon_sym_enum] = ACTIONS(478), - [anon_sym_public] = ACTIONS(478), - [anon_sym_protected] = ACTIONS(478), - [anon_sym_private] = ACTIONS(478), - [anon_sym_abstract] = ACTIONS(478), - [anon_sym_strictfp] = ACTIONS(478), - [anon_sym_native] = ACTIONS(478), - [anon_sym_transient] = ACTIONS(478), - [anon_sym_volatile] = ACTIONS(478), - [anon_sym_sealed] = ACTIONS(478), - [anon_sym_non_DASHsealed] = ACTIONS(476), - [anon_sym_record] = ACTIONS(478), - [anon_sym_ATinterface] = ACTIONS(476), - [anon_sym_interface] = ACTIONS(478), - [anon_sym_byte] = ACTIONS(478), - [anon_sym_short] = ACTIONS(478), - [anon_sym_int] = ACTIONS(478), - [anon_sym_long] = ACTIONS(478), - [anon_sym_char] = ACTIONS(478), - [anon_sym_float] = ACTIONS(478), - [anon_sym_double] = ACTIONS(478), - [sym_boolean_type] = ACTIONS(478), - [sym_void_type] = ACTIONS(478), - [sym_this] = ACTIONS(478), - [sym_super] = ACTIONS(478), + [anon_sym_yield] = ACTIONS(67), + [anon_sym_AT] = ACTIONS(275), + [anon_sym_open] = ACTIONS(67), + [anon_sym_module] = ACTIONS(67), + [anon_sym_with] = ACTIONS(67), + [anon_sym_sealed] = ACTIONS(67), + [anon_sym_record] = ACTIONS(67), + [anon_sym_byte] = ACTIONS(85), + [anon_sym_short] = ACTIONS(85), + [anon_sym_int] = ACTIONS(85), + [anon_sym_long] = ACTIONS(85), + [anon_sym_char] = ACTIONS(85), + [anon_sym_float] = ACTIONS(87), + [anon_sym_double] = ACTIONS(87), + [sym_boolean_type] = ACTIONS(89), + [sym_void_type] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, - [169] = { - [ts_builtin_sym_end] = ACTIONS(480), - [sym_identifier] = ACTIONS(482), - [sym_decimal_integer_literal] = ACTIONS(482), - [sym_hex_integer_literal] = ACTIONS(482), - [sym_octal_integer_literal] = ACTIONS(482), - [sym_binary_integer_literal] = ACTIONS(480), - [sym_decimal_floating_point_literal] = ACTIONS(480), - [sym_hex_floating_point_literal] = ACTIONS(482), - [sym_true] = ACTIONS(482), - [sym_false] = ACTIONS(482), - [sym_character_literal] = ACTIONS(480), - [anon_sym_DQUOTE] = ACTIONS(482), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(480), - [sym_null_literal] = ACTIONS(482), - [anon_sym_LPAREN] = ACTIONS(480), - [anon_sym_LT] = ACTIONS(480), - [anon_sym_PLUS] = ACTIONS(482), - [anon_sym_DASH] = ACTIONS(482), - [anon_sym_final] = ACTIONS(482), - [anon_sym_BANG] = ACTIONS(480), - [anon_sym_TILDE] = ACTIONS(480), - [anon_sym_PLUS_PLUS] = ACTIONS(480), - [anon_sym_DASH_DASH] = ACTIONS(480), - [anon_sym_new] = ACTIONS(482), - [anon_sym_class] = ACTIONS(482), - [anon_sym_switch] = ACTIONS(482), - [anon_sym_LBRACE] = ACTIONS(480), - [anon_sym_RBRACE] = ACTIONS(480), - [anon_sym_case] = ACTIONS(482), - [anon_sym_default] = ACTIONS(482), - [anon_sym_SEMI] = ACTIONS(480), - [anon_sym_assert] = ACTIONS(482), - [anon_sym_do] = ACTIONS(482), - [anon_sym_while] = ACTIONS(482), - [anon_sym_break] = ACTIONS(482), - [anon_sym_continue] = ACTIONS(482), - [anon_sym_return] = ACTIONS(482), - [anon_sym_yield] = ACTIONS(482), - [anon_sym_synchronized] = ACTIONS(482), - [anon_sym_throw] = ACTIONS(482), - [anon_sym_try] = ACTIONS(482), - [anon_sym_if] = ACTIONS(482), - [anon_sym_else] = ACTIONS(482), - [anon_sym_for] = ACTIONS(482), - [anon_sym_AT] = ACTIONS(482), - [anon_sym_open] = ACTIONS(482), - [anon_sym_module] = ACTIONS(482), - [anon_sym_static] = ACTIONS(482), - [anon_sym_package] = ACTIONS(482), - [anon_sym_import] = ACTIONS(482), - [anon_sym_enum] = ACTIONS(482), - [anon_sym_public] = ACTIONS(482), - [anon_sym_protected] = ACTIONS(482), - [anon_sym_private] = ACTIONS(482), - [anon_sym_abstract] = ACTIONS(482), - [anon_sym_strictfp] = ACTIONS(482), - [anon_sym_native] = ACTIONS(482), - [anon_sym_transient] = ACTIONS(482), - [anon_sym_volatile] = ACTIONS(482), - [anon_sym_sealed] = ACTIONS(482), - [anon_sym_non_DASHsealed] = ACTIONS(480), - [anon_sym_record] = ACTIONS(482), - [anon_sym_ATinterface] = ACTIONS(480), - [anon_sym_interface] = ACTIONS(482), - [anon_sym_byte] = ACTIONS(482), - [anon_sym_short] = ACTIONS(482), - [anon_sym_int] = ACTIONS(482), - [anon_sym_long] = ACTIONS(482), - [anon_sym_char] = ACTIONS(482), - [anon_sym_float] = ACTIONS(482), - [anon_sym_double] = ACTIONS(482), - [sym_boolean_type] = ACTIONS(482), - [sym_void_type] = ACTIONS(482), - [sym_this] = ACTIONS(482), - [sym_super] = ACTIONS(482), - [sym_line_comment] = ACTIONS(3), - [sym_block_comment] = ACTIONS(3), - }, - [170] = { - [sym__literal] = STATE(507), - [sym_string_literal] = STATE(510), - [sym__string_literal] = STATE(498), - [sym__multiline_string_literal] = STATE(498), - [sym_expression] = STATE(598), - [sym_cast_expression] = STATE(524), - [sym_assignment_expression] = STATE(524), - [sym_binary_expression] = STATE(524), - [sym_instanceof_expression] = STATE(524), - [sym_lambda_expression] = STATE(524), - [sym_inferred_parameters] = STATE(1259), - [sym_ternary_expression] = STATE(524), - [sym_unary_expression] = STATE(524), - [sym_update_expression] = STATE(524), - [sym_primary_expression] = STATE(470), - [sym_array_creation_expression] = STATE(507), - [sym_parenthesized_expression] = STATE(507), - [sym_class_literal] = STATE(507), - [sym_object_creation_expression] = STATE(507), - [sym__unqualified_object_creation_expression] = STATE(483), - [sym_field_access] = STATE(384), - [sym_array_access] = STATE(384), - [sym_method_invocation] = STATE(507), - [sym_method_reference] = STATE(507), - [sym_switch_expression] = STATE(524), - [sym__annotation] = STATE(683), - [sym_marker_annotation] = STATE(683), - [sym_annotation] = STATE(683), - [sym__type] = STATE(1266), - [sym__unannotated_type] = STATE(795), - [sym_annotated_type] = STATE(797), - [sym_scoped_type_identifier] = STATE(745), - [sym_generic_type] = STATE(771), - [sym_array_type] = STATE(702), - [sym_integral_type] = STATE(702), - [sym_floating_point_type] = STATE(702), - [sym_formal_parameters] = STATE(1259), - [aux_sym_array_creation_expression_repeat1] = STATE(683), - [sym_identifier] = ACTIONS(301), + [164] = { + [sym__literal] = STATE(498), + [sym_string_literal] = STATE(505), + [sym__string_literal] = STATE(508), + [sym__multiline_string_literal] = STATE(508), + [sym_expression] = STATE(630), + [sym_cast_expression] = STATE(538), + [sym_assignment_expression] = STATE(538), + [sym_binary_expression] = STATE(538), + [sym_instanceof_expression] = STATE(538), + [sym_lambda_expression] = STATE(538), + [sym_inferred_parameters] = STATE(1218), + [sym_ternary_expression] = STATE(538), + [sym_unary_expression] = STATE(538), + [sym_update_expression] = STATE(538), + [sym_primary_expression] = STATE(509), + [sym_array_creation_expression] = STATE(498), + [sym_parenthesized_expression] = STATE(498), + [sym_class_literal] = STATE(498), + [sym_object_creation_expression] = STATE(498), + [sym__unqualified_object_creation_expression] = STATE(515), + [sym_field_access] = STATE(385), + [sym_array_access] = STATE(385), + [sym_method_invocation] = STATE(498), + [sym_method_reference] = STATE(498), + [sym_switch_expression] = STATE(538), + [sym__annotation] = STATE(694), + [sym_marker_annotation] = STATE(694), + [sym_annotation] = STATE(694), + [sym__type] = STATE(1208), + [sym__unannotated_type] = STATE(805), + [sym_annotated_type] = STATE(831), + [sym_scoped_type_identifier] = STATE(735), + [sym_generic_type] = STATE(751), + [sym_array_type] = STATE(688), + [sym_integral_type] = STATE(688), + [sym_floating_point_type] = STATE(688), + [sym_formal_parameters] = STATE(1218), + [sym__reserved_identifier] = STATE(372), + [aux_sym_array_creation_expression_repeat1] = STATE(694), + [sym_identifier] = ACTIONS(269), [sym_decimal_integer_literal] = ACTIONS(9), [sym_hex_integer_literal] = ACTIONS(9), [sym_octal_integer_literal] = ACTIONS(9), @@ -29172,143 +28934,68 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DASH_DASH] = ACTIONS(25), [anon_sym_new] = ACTIONS(27), [anon_sym_switch] = ACTIONS(31), - [anon_sym_AT] = ACTIONS(329), - [anon_sym_open] = ACTIONS(305), - [anon_sym_module] = ACTIONS(305), - [anon_sym_record] = ACTIONS(305), - [anon_sym_byte] = ACTIONS(81), - [anon_sym_short] = ACTIONS(81), - [anon_sym_int] = ACTIONS(81), - [anon_sym_long] = ACTIONS(81), - [anon_sym_char] = ACTIONS(81), - [anon_sym_float] = ACTIONS(83), - [anon_sym_double] = ACTIONS(83), - [sym_boolean_type] = ACTIONS(85), - [sym_void_type] = ACTIONS(85), - [sym_this] = ACTIONS(87), - [sym_super] = ACTIONS(89), + [anon_sym_yield] = ACTIONS(67), + [anon_sym_AT] = ACTIONS(275), + [anon_sym_open] = ACTIONS(67), + [anon_sym_module] = ACTIONS(67), + [anon_sym_with] = ACTIONS(67), + [anon_sym_sealed] = ACTIONS(67), + [anon_sym_record] = ACTIONS(67), + [anon_sym_byte] = ACTIONS(85), + [anon_sym_short] = ACTIONS(85), + [anon_sym_int] = ACTIONS(85), + [anon_sym_long] = ACTIONS(85), + [anon_sym_char] = ACTIONS(85), + [anon_sym_float] = ACTIONS(87), + [anon_sym_double] = ACTIONS(87), + [sym_boolean_type] = ACTIONS(89), + [sym_void_type] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, - [171] = { - [ts_builtin_sym_end] = ACTIONS(484), - [sym_identifier] = ACTIONS(486), - [sym_decimal_integer_literal] = ACTIONS(486), - [sym_hex_integer_literal] = ACTIONS(486), - [sym_octal_integer_literal] = ACTIONS(486), - [sym_binary_integer_literal] = ACTIONS(484), - [sym_decimal_floating_point_literal] = ACTIONS(484), - [sym_hex_floating_point_literal] = ACTIONS(486), - [sym_true] = ACTIONS(486), - [sym_false] = ACTIONS(486), - [sym_character_literal] = ACTIONS(484), - [anon_sym_DQUOTE] = ACTIONS(486), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(484), - [sym_null_literal] = ACTIONS(486), - [anon_sym_LPAREN] = ACTIONS(484), - [anon_sym_LT] = ACTIONS(484), - [anon_sym_PLUS] = ACTIONS(486), - [anon_sym_DASH] = ACTIONS(486), - [anon_sym_final] = ACTIONS(486), - [anon_sym_BANG] = ACTIONS(484), - [anon_sym_TILDE] = ACTIONS(484), - [anon_sym_PLUS_PLUS] = ACTIONS(484), - [anon_sym_DASH_DASH] = ACTIONS(484), - [anon_sym_new] = ACTIONS(486), - [anon_sym_class] = ACTIONS(486), - [anon_sym_switch] = ACTIONS(486), - [anon_sym_LBRACE] = ACTIONS(484), - [anon_sym_RBRACE] = ACTIONS(484), - [anon_sym_case] = ACTIONS(486), - [anon_sym_default] = ACTIONS(486), - [anon_sym_SEMI] = ACTIONS(484), - [anon_sym_assert] = ACTIONS(486), - [anon_sym_do] = ACTIONS(486), - [anon_sym_while] = ACTIONS(486), - [anon_sym_break] = ACTIONS(486), - [anon_sym_continue] = ACTIONS(486), - [anon_sym_return] = ACTIONS(486), - [anon_sym_yield] = ACTIONS(486), - [anon_sym_synchronized] = ACTIONS(486), - [anon_sym_throw] = ACTIONS(486), - [anon_sym_try] = ACTIONS(486), - [anon_sym_if] = ACTIONS(486), - [anon_sym_else] = ACTIONS(486), - [anon_sym_for] = ACTIONS(486), - [anon_sym_AT] = ACTIONS(486), - [anon_sym_open] = ACTIONS(486), - [anon_sym_module] = ACTIONS(486), - [anon_sym_static] = ACTIONS(486), - [anon_sym_package] = ACTIONS(486), - [anon_sym_import] = ACTIONS(486), - [anon_sym_enum] = ACTIONS(486), - [anon_sym_public] = ACTIONS(486), - [anon_sym_protected] = ACTIONS(486), - [anon_sym_private] = ACTIONS(486), - [anon_sym_abstract] = ACTIONS(486), - [anon_sym_strictfp] = ACTIONS(486), - [anon_sym_native] = ACTIONS(486), - [anon_sym_transient] = ACTIONS(486), - [anon_sym_volatile] = ACTIONS(486), - [anon_sym_sealed] = ACTIONS(486), - [anon_sym_non_DASHsealed] = ACTIONS(484), - [anon_sym_record] = ACTIONS(486), - [anon_sym_ATinterface] = ACTIONS(484), - [anon_sym_interface] = ACTIONS(486), - [anon_sym_byte] = ACTIONS(486), - [anon_sym_short] = ACTIONS(486), - [anon_sym_int] = ACTIONS(486), - [anon_sym_long] = ACTIONS(486), - [anon_sym_char] = ACTIONS(486), - [anon_sym_float] = ACTIONS(486), - [anon_sym_double] = ACTIONS(486), - [sym_boolean_type] = ACTIONS(486), - [sym_void_type] = ACTIONS(486), - [sym_this] = ACTIONS(486), - [sym_super] = ACTIONS(486), - [sym_line_comment] = ACTIONS(3), - [sym_block_comment] = ACTIONS(3), - }, - [172] = { - [sym__literal] = STATE(507), - [sym_string_literal] = STATE(510), - [sym__string_literal] = STATE(498), - [sym__multiline_string_literal] = STATE(498), - [sym_expression] = STATE(554), - [sym_cast_expression] = STATE(524), - [sym_assignment_expression] = STATE(524), - [sym_binary_expression] = STATE(524), - [sym_instanceof_expression] = STATE(524), - [sym_lambda_expression] = STATE(524), - [sym_inferred_parameters] = STATE(1259), - [sym_ternary_expression] = STATE(524), - [sym_unary_expression] = STATE(524), - [sym_update_expression] = STATE(524), - [sym_primary_expression] = STATE(470), - [sym_array_creation_expression] = STATE(507), - [sym_parenthesized_expression] = STATE(507), - [sym_class_literal] = STATE(507), - [sym_object_creation_expression] = STATE(507), - [sym__unqualified_object_creation_expression] = STATE(483), - [sym_field_access] = STATE(384), - [sym_array_access] = STATE(384), - [sym_method_invocation] = STATE(507), - [sym_method_reference] = STATE(507), - [sym_switch_expression] = STATE(524), - [sym__annotation] = STATE(683), - [sym_marker_annotation] = STATE(683), - [sym_annotation] = STATE(683), - [sym__type] = STATE(1266), - [sym__unannotated_type] = STATE(795), - [sym_annotated_type] = STATE(797), - [sym_scoped_type_identifier] = STATE(745), - [sym_generic_type] = STATE(771), - [sym_array_type] = STATE(702), - [sym_integral_type] = STATE(702), - [sym_floating_point_type] = STATE(702), - [sym_formal_parameters] = STATE(1259), - [aux_sym_array_creation_expression_repeat1] = STATE(683), - [sym_identifier] = ACTIONS(301), + [165] = { + [sym__literal] = STATE(498), + [sym_string_literal] = STATE(505), + [sym__string_literal] = STATE(508), + [sym__multiline_string_literal] = STATE(508), + [sym_expression] = STATE(541), + [sym_cast_expression] = STATE(538), + [sym_assignment_expression] = STATE(538), + [sym_binary_expression] = STATE(538), + [sym_instanceof_expression] = STATE(538), + [sym_lambda_expression] = STATE(538), + [sym_inferred_parameters] = STATE(1213), + [sym_ternary_expression] = STATE(538), + [sym_unary_expression] = STATE(538), + [sym_update_expression] = STATE(538), + [sym_primary_expression] = STATE(509), + [sym_array_creation_expression] = STATE(498), + [sym_parenthesized_expression] = STATE(498), + [sym_class_literal] = STATE(498), + [sym_object_creation_expression] = STATE(498), + [sym__unqualified_object_creation_expression] = STATE(515), + [sym_field_access] = STATE(406), + [sym_array_access] = STATE(406), + [sym_method_invocation] = STATE(498), + [sym_method_reference] = STATE(498), + [sym_switch_expression] = STATE(538), + [sym__annotation] = STATE(694), + [sym_marker_annotation] = STATE(694), + [sym_annotation] = STATE(694), + [sym__type] = STATE(1208), + [sym__unannotated_type] = STATE(805), + [sym_annotated_type] = STATE(831), + [sym_scoped_type_identifier] = STATE(735), + [sym_generic_type] = STATE(751), + [sym_array_type] = STATE(688), + [sym_integral_type] = STATE(688), + [sym_floating_point_type] = STATE(688), + [sym_formal_parameters] = STATE(1213), + [sym__reserved_identifier] = STATE(388), + [aux_sym_array_creation_expression_repeat1] = STATE(694), + [sym_identifier] = ACTIONS(383), [sym_decimal_integer_literal] = ACTIONS(9), [sym_hex_integer_literal] = ACTIONS(9), [sym_octal_integer_literal] = ACTIONS(9), @@ -29321,468 +29008,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DQUOTE] = ACTIONS(13), [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(15), [sym_null_literal] = ACTIONS(9), - [anon_sym_LPAREN] = ACTIONS(17), - [anon_sym_PLUS] = ACTIONS(19), - [anon_sym_DASH] = ACTIONS(19), - [anon_sym_BANG] = ACTIONS(23), - [anon_sym_TILDE] = ACTIONS(23), - [anon_sym_PLUS_PLUS] = ACTIONS(25), - [anon_sym_DASH_DASH] = ACTIONS(25), + [anon_sym_LPAREN] = ACTIONS(367), + [anon_sym_PLUS] = ACTIONS(369), + [anon_sym_DASH] = ACTIONS(369), + [anon_sym_BANG] = ACTIONS(371), + [anon_sym_TILDE] = ACTIONS(371), + [anon_sym_PLUS_PLUS] = ACTIONS(373), + [anon_sym_DASH_DASH] = ACTIONS(373), [anon_sym_new] = ACTIONS(27), [anon_sym_switch] = ACTIONS(31), - [anon_sym_AT] = ACTIONS(329), - [anon_sym_open] = ACTIONS(305), - [anon_sym_module] = ACTIONS(305), - [anon_sym_record] = ACTIONS(305), - [anon_sym_byte] = ACTIONS(81), - [anon_sym_short] = ACTIONS(81), - [anon_sym_int] = ACTIONS(81), - [anon_sym_long] = ACTIONS(81), - [anon_sym_char] = ACTIONS(81), - [anon_sym_float] = ACTIONS(83), - [anon_sym_double] = ACTIONS(83), - [sym_boolean_type] = ACTIONS(85), - [sym_void_type] = ACTIONS(85), - [sym_this] = ACTIONS(87), - [sym_super] = ACTIONS(89), - [sym_line_comment] = ACTIONS(3), - [sym_block_comment] = ACTIONS(3), - }, - [173] = { - [ts_builtin_sym_end] = ACTIONS(488), - [sym_identifier] = ACTIONS(490), - [sym_decimal_integer_literal] = ACTIONS(490), - [sym_hex_integer_literal] = ACTIONS(490), - [sym_octal_integer_literal] = ACTIONS(490), - [sym_binary_integer_literal] = ACTIONS(488), - [sym_decimal_floating_point_literal] = ACTIONS(488), - [sym_hex_floating_point_literal] = ACTIONS(490), - [sym_true] = ACTIONS(490), - [sym_false] = ACTIONS(490), - [sym_character_literal] = ACTIONS(488), - [anon_sym_DQUOTE] = ACTIONS(490), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(488), - [sym_null_literal] = ACTIONS(490), - [anon_sym_LPAREN] = ACTIONS(488), - [anon_sym_LT] = ACTIONS(488), - [anon_sym_PLUS] = ACTIONS(490), - [anon_sym_DASH] = ACTIONS(490), - [anon_sym_final] = ACTIONS(490), - [anon_sym_BANG] = ACTIONS(488), - [anon_sym_TILDE] = ACTIONS(488), - [anon_sym_PLUS_PLUS] = ACTIONS(488), - [anon_sym_DASH_DASH] = ACTIONS(488), - [anon_sym_new] = ACTIONS(490), - [anon_sym_class] = ACTIONS(490), - [anon_sym_switch] = ACTIONS(490), - [anon_sym_LBRACE] = ACTIONS(488), - [anon_sym_RBRACE] = ACTIONS(488), - [anon_sym_case] = ACTIONS(490), - [anon_sym_default] = ACTIONS(490), - [anon_sym_SEMI] = ACTIONS(488), - [anon_sym_assert] = ACTIONS(490), - [anon_sym_do] = ACTIONS(490), - [anon_sym_while] = ACTIONS(490), - [anon_sym_break] = ACTIONS(490), - [anon_sym_continue] = ACTIONS(490), - [anon_sym_return] = ACTIONS(490), - [anon_sym_yield] = ACTIONS(490), - [anon_sym_synchronized] = ACTIONS(490), - [anon_sym_throw] = ACTIONS(490), - [anon_sym_try] = ACTIONS(490), - [anon_sym_if] = ACTIONS(490), - [anon_sym_else] = ACTIONS(490), - [anon_sym_for] = ACTIONS(490), - [anon_sym_AT] = ACTIONS(490), - [anon_sym_open] = ACTIONS(490), - [anon_sym_module] = ACTIONS(490), - [anon_sym_static] = ACTIONS(490), - [anon_sym_package] = ACTIONS(490), - [anon_sym_import] = ACTIONS(490), - [anon_sym_enum] = ACTIONS(490), - [anon_sym_public] = ACTIONS(490), - [anon_sym_protected] = ACTIONS(490), - [anon_sym_private] = ACTIONS(490), - [anon_sym_abstract] = ACTIONS(490), - [anon_sym_strictfp] = ACTIONS(490), - [anon_sym_native] = ACTIONS(490), - [anon_sym_transient] = ACTIONS(490), - [anon_sym_volatile] = ACTIONS(490), - [anon_sym_sealed] = ACTIONS(490), - [anon_sym_non_DASHsealed] = ACTIONS(488), - [anon_sym_record] = ACTIONS(490), - [anon_sym_ATinterface] = ACTIONS(488), - [anon_sym_interface] = ACTIONS(490), - [anon_sym_byte] = ACTIONS(490), - [anon_sym_short] = ACTIONS(490), - [anon_sym_int] = ACTIONS(490), - [anon_sym_long] = ACTIONS(490), - [anon_sym_char] = ACTIONS(490), - [anon_sym_float] = ACTIONS(490), - [anon_sym_double] = ACTIONS(490), - [sym_boolean_type] = ACTIONS(490), - [sym_void_type] = ACTIONS(490), - [sym_this] = ACTIONS(490), - [sym_super] = ACTIONS(490), - [sym_line_comment] = ACTIONS(3), - [sym_block_comment] = ACTIONS(3), - }, - [174] = { - [ts_builtin_sym_end] = ACTIONS(492), - [sym_identifier] = ACTIONS(494), - [sym_decimal_integer_literal] = ACTIONS(494), - [sym_hex_integer_literal] = ACTIONS(494), - [sym_octal_integer_literal] = ACTIONS(494), - [sym_binary_integer_literal] = ACTIONS(492), - [sym_decimal_floating_point_literal] = ACTIONS(492), - [sym_hex_floating_point_literal] = ACTIONS(494), - [sym_true] = ACTIONS(494), - [sym_false] = ACTIONS(494), - [sym_character_literal] = ACTIONS(492), - [anon_sym_DQUOTE] = ACTIONS(494), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(492), - [sym_null_literal] = ACTIONS(494), - [anon_sym_LPAREN] = ACTIONS(492), - [anon_sym_LT] = ACTIONS(492), - [anon_sym_PLUS] = ACTIONS(494), - [anon_sym_DASH] = ACTIONS(494), - [anon_sym_final] = ACTIONS(494), - [anon_sym_BANG] = ACTIONS(492), - [anon_sym_TILDE] = ACTIONS(492), - [anon_sym_PLUS_PLUS] = ACTIONS(492), - [anon_sym_DASH_DASH] = ACTIONS(492), - [anon_sym_new] = ACTIONS(494), - [anon_sym_class] = ACTIONS(494), - [anon_sym_switch] = ACTIONS(494), - [anon_sym_LBRACE] = ACTIONS(492), - [anon_sym_RBRACE] = ACTIONS(492), - [anon_sym_case] = ACTIONS(494), - [anon_sym_default] = ACTIONS(494), - [anon_sym_SEMI] = ACTIONS(492), - [anon_sym_assert] = ACTIONS(494), - [anon_sym_do] = ACTIONS(494), - [anon_sym_while] = ACTIONS(494), - [anon_sym_break] = ACTIONS(494), - [anon_sym_continue] = ACTIONS(494), - [anon_sym_return] = ACTIONS(494), - [anon_sym_yield] = ACTIONS(494), - [anon_sym_synchronized] = ACTIONS(494), - [anon_sym_throw] = ACTIONS(494), - [anon_sym_try] = ACTIONS(494), - [anon_sym_if] = ACTIONS(494), - [anon_sym_else] = ACTIONS(494), - [anon_sym_for] = ACTIONS(494), - [anon_sym_AT] = ACTIONS(494), - [anon_sym_open] = ACTIONS(494), - [anon_sym_module] = ACTIONS(494), - [anon_sym_static] = ACTIONS(494), - [anon_sym_package] = ACTIONS(494), - [anon_sym_import] = ACTIONS(494), - [anon_sym_enum] = ACTIONS(494), - [anon_sym_public] = ACTIONS(494), - [anon_sym_protected] = ACTIONS(494), - [anon_sym_private] = ACTIONS(494), - [anon_sym_abstract] = ACTIONS(494), - [anon_sym_strictfp] = ACTIONS(494), - [anon_sym_native] = ACTIONS(494), - [anon_sym_transient] = ACTIONS(494), - [anon_sym_volatile] = ACTIONS(494), - [anon_sym_sealed] = ACTIONS(494), - [anon_sym_non_DASHsealed] = ACTIONS(492), - [anon_sym_record] = ACTIONS(494), - [anon_sym_ATinterface] = ACTIONS(492), - [anon_sym_interface] = ACTIONS(494), - [anon_sym_byte] = ACTIONS(494), - [anon_sym_short] = ACTIONS(494), - [anon_sym_int] = ACTIONS(494), - [anon_sym_long] = ACTIONS(494), - [anon_sym_char] = ACTIONS(494), - [anon_sym_float] = ACTIONS(494), - [anon_sym_double] = ACTIONS(494), - [sym_boolean_type] = ACTIONS(494), - [sym_void_type] = ACTIONS(494), - [sym_this] = ACTIONS(494), - [sym_super] = ACTIONS(494), - [sym_line_comment] = ACTIONS(3), - [sym_block_comment] = ACTIONS(3), - }, - [175] = { - [ts_builtin_sym_end] = ACTIONS(496), - [sym_identifier] = ACTIONS(498), - [sym_decimal_integer_literal] = ACTIONS(498), - [sym_hex_integer_literal] = ACTIONS(498), - [sym_octal_integer_literal] = ACTIONS(498), - [sym_binary_integer_literal] = ACTIONS(496), - [sym_decimal_floating_point_literal] = ACTIONS(496), - [sym_hex_floating_point_literal] = ACTIONS(498), - [sym_true] = ACTIONS(498), - [sym_false] = ACTIONS(498), - [sym_character_literal] = ACTIONS(496), - [anon_sym_DQUOTE] = ACTIONS(498), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(496), - [sym_null_literal] = ACTIONS(498), - [anon_sym_LPAREN] = ACTIONS(496), - [anon_sym_LT] = ACTIONS(496), - [anon_sym_PLUS] = ACTIONS(498), - [anon_sym_DASH] = ACTIONS(498), - [anon_sym_final] = ACTIONS(498), - [anon_sym_BANG] = ACTIONS(496), - [anon_sym_TILDE] = ACTIONS(496), - [anon_sym_PLUS_PLUS] = ACTIONS(496), - [anon_sym_DASH_DASH] = ACTIONS(496), - [anon_sym_new] = ACTIONS(498), - [anon_sym_class] = ACTIONS(498), - [anon_sym_switch] = ACTIONS(498), - [anon_sym_LBRACE] = ACTIONS(496), - [anon_sym_RBRACE] = ACTIONS(496), - [anon_sym_case] = ACTIONS(498), - [anon_sym_default] = ACTIONS(498), - [anon_sym_SEMI] = ACTIONS(496), - [anon_sym_assert] = ACTIONS(498), - [anon_sym_do] = ACTIONS(498), - [anon_sym_while] = ACTIONS(498), - [anon_sym_break] = ACTIONS(498), - [anon_sym_continue] = ACTIONS(498), - [anon_sym_return] = ACTIONS(498), - [anon_sym_yield] = ACTIONS(498), - [anon_sym_synchronized] = ACTIONS(498), - [anon_sym_throw] = ACTIONS(498), - [anon_sym_try] = ACTIONS(498), - [anon_sym_if] = ACTIONS(498), - [anon_sym_else] = ACTIONS(498), - [anon_sym_for] = ACTIONS(498), - [anon_sym_AT] = ACTIONS(498), - [anon_sym_open] = ACTIONS(498), - [anon_sym_module] = ACTIONS(498), - [anon_sym_static] = ACTIONS(498), - [anon_sym_package] = ACTIONS(498), - [anon_sym_import] = ACTIONS(498), - [anon_sym_enum] = ACTIONS(498), - [anon_sym_public] = ACTIONS(498), - [anon_sym_protected] = ACTIONS(498), - [anon_sym_private] = ACTIONS(498), - [anon_sym_abstract] = ACTIONS(498), - [anon_sym_strictfp] = ACTIONS(498), - [anon_sym_native] = ACTIONS(498), - [anon_sym_transient] = ACTIONS(498), - [anon_sym_volatile] = ACTIONS(498), - [anon_sym_sealed] = ACTIONS(498), - [anon_sym_non_DASHsealed] = ACTIONS(496), - [anon_sym_record] = ACTIONS(498), - [anon_sym_ATinterface] = ACTIONS(496), - [anon_sym_interface] = ACTIONS(498), - [anon_sym_byte] = ACTIONS(498), - [anon_sym_short] = ACTIONS(498), - [anon_sym_int] = ACTIONS(498), - [anon_sym_long] = ACTIONS(498), - [anon_sym_char] = ACTIONS(498), - [anon_sym_float] = ACTIONS(498), - [anon_sym_double] = ACTIONS(498), - [sym_boolean_type] = ACTIONS(498), - [sym_void_type] = ACTIONS(498), - [sym_this] = ACTIONS(498), - [sym_super] = ACTIONS(498), - [sym_line_comment] = ACTIONS(3), - [sym_block_comment] = ACTIONS(3), - }, - [176] = { - [ts_builtin_sym_end] = ACTIONS(500), - [sym_identifier] = ACTIONS(502), - [sym_decimal_integer_literal] = ACTIONS(502), - [sym_hex_integer_literal] = ACTIONS(502), - [sym_octal_integer_literal] = ACTIONS(502), - [sym_binary_integer_literal] = ACTIONS(500), - [sym_decimal_floating_point_literal] = ACTIONS(500), - [sym_hex_floating_point_literal] = ACTIONS(502), - [sym_true] = ACTIONS(502), - [sym_false] = ACTIONS(502), - [sym_character_literal] = ACTIONS(500), - [anon_sym_DQUOTE] = ACTIONS(502), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(500), - [sym_null_literal] = ACTIONS(502), - [anon_sym_LPAREN] = ACTIONS(500), - [anon_sym_LT] = ACTIONS(500), - [anon_sym_PLUS] = ACTIONS(502), - [anon_sym_DASH] = ACTIONS(502), - [anon_sym_final] = ACTIONS(502), - [anon_sym_BANG] = ACTIONS(500), - [anon_sym_TILDE] = ACTIONS(500), - [anon_sym_PLUS_PLUS] = ACTIONS(500), - [anon_sym_DASH_DASH] = ACTIONS(500), - [anon_sym_new] = ACTIONS(502), - [anon_sym_class] = ACTIONS(502), - [anon_sym_switch] = ACTIONS(502), - [anon_sym_LBRACE] = ACTIONS(500), - [anon_sym_RBRACE] = ACTIONS(500), - [anon_sym_case] = ACTIONS(502), - [anon_sym_default] = ACTIONS(502), - [anon_sym_SEMI] = ACTIONS(500), - [anon_sym_assert] = ACTIONS(502), - [anon_sym_do] = ACTIONS(502), - [anon_sym_while] = ACTIONS(502), - [anon_sym_break] = ACTIONS(502), - [anon_sym_continue] = ACTIONS(502), - [anon_sym_return] = ACTIONS(502), - [anon_sym_yield] = ACTIONS(502), - [anon_sym_synchronized] = ACTIONS(502), - [anon_sym_throw] = ACTIONS(502), - [anon_sym_try] = ACTIONS(502), - [anon_sym_if] = ACTIONS(502), - [anon_sym_else] = ACTIONS(502), - [anon_sym_for] = ACTIONS(502), - [anon_sym_AT] = ACTIONS(502), - [anon_sym_open] = ACTIONS(502), - [anon_sym_module] = ACTIONS(502), - [anon_sym_static] = ACTIONS(502), - [anon_sym_package] = ACTIONS(502), - [anon_sym_import] = ACTIONS(502), - [anon_sym_enum] = ACTIONS(502), - [anon_sym_public] = ACTIONS(502), - [anon_sym_protected] = ACTIONS(502), - [anon_sym_private] = ACTIONS(502), - [anon_sym_abstract] = ACTIONS(502), - [anon_sym_strictfp] = ACTIONS(502), - [anon_sym_native] = ACTIONS(502), - [anon_sym_transient] = ACTIONS(502), - [anon_sym_volatile] = ACTIONS(502), - [anon_sym_sealed] = ACTIONS(502), - [anon_sym_non_DASHsealed] = ACTIONS(500), - [anon_sym_record] = ACTIONS(502), - [anon_sym_ATinterface] = ACTIONS(500), - [anon_sym_interface] = ACTIONS(502), - [anon_sym_byte] = ACTIONS(502), - [anon_sym_short] = ACTIONS(502), - [anon_sym_int] = ACTIONS(502), - [anon_sym_long] = ACTIONS(502), - [anon_sym_char] = ACTIONS(502), - [anon_sym_float] = ACTIONS(502), - [anon_sym_double] = ACTIONS(502), - [sym_boolean_type] = ACTIONS(502), - [sym_void_type] = ACTIONS(502), - [sym_this] = ACTIONS(502), - [sym_super] = ACTIONS(502), - [sym_line_comment] = ACTIONS(3), - [sym_block_comment] = ACTIONS(3), - }, - [177] = { - [ts_builtin_sym_end] = ACTIONS(504), - [sym_identifier] = ACTIONS(506), - [sym_decimal_integer_literal] = ACTIONS(506), - [sym_hex_integer_literal] = ACTIONS(506), - [sym_octal_integer_literal] = ACTIONS(506), - [sym_binary_integer_literal] = ACTIONS(504), - [sym_decimal_floating_point_literal] = ACTIONS(504), - [sym_hex_floating_point_literal] = ACTIONS(506), - [sym_true] = ACTIONS(506), - [sym_false] = ACTIONS(506), - [sym_character_literal] = ACTIONS(504), - [anon_sym_DQUOTE] = ACTIONS(506), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(504), - [sym_null_literal] = ACTIONS(506), - [anon_sym_LPAREN] = ACTIONS(504), - [anon_sym_LT] = ACTIONS(504), - [anon_sym_PLUS] = ACTIONS(506), - [anon_sym_DASH] = ACTIONS(506), - [anon_sym_final] = ACTIONS(506), - [anon_sym_BANG] = ACTIONS(504), - [anon_sym_TILDE] = ACTIONS(504), - [anon_sym_PLUS_PLUS] = ACTIONS(504), - [anon_sym_DASH_DASH] = ACTIONS(504), - [anon_sym_new] = ACTIONS(506), - [anon_sym_class] = ACTIONS(506), - [anon_sym_switch] = ACTIONS(506), - [anon_sym_LBRACE] = ACTIONS(504), - [anon_sym_RBRACE] = ACTIONS(504), - [anon_sym_case] = ACTIONS(506), - [anon_sym_default] = ACTIONS(506), - [anon_sym_SEMI] = ACTIONS(504), - [anon_sym_assert] = ACTIONS(506), - [anon_sym_do] = ACTIONS(506), - [anon_sym_while] = ACTIONS(506), - [anon_sym_break] = ACTIONS(506), - [anon_sym_continue] = ACTIONS(506), - [anon_sym_return] = ACTIONS(506), - [anon_sym_yield] = ACTIONS(506), - [anon_sym_synchronized] = ACTIONS(506), - [anon_sym_throw] = ACTIONS(506), - [anon_sym_try] = ACTIONS(506), - [anon_sym_if] = ACTIONS(506), - [anon_sym_else] = ACTIONS(506), - [anon_sym_for] = ACTIONS(506), - [anon_sym_AT] = ACTIONS(506), - [anon_sym_open] = ACTIONS(506), - [anon_sym_module] = ACTIONS(506), - [anon_sym_static] = ACTIONS(506), - [anon_sym_package] = ACTIONS(506), - [anon_sym_import] = ACTIONS(506), - [anon_sym_enum] = ACTIONS(506), - [anon_sym_public] = ACTIONS(506), - [anon_sym_protected] = ACTIONS(506), - [anon_sym_private] = ACTIONS(506), - [anon_sym_abstract] = ACTIONS(506), - [anon_sym_strictfp] = ACTIONS(506), - [anon_sym_native] = ACTIONS(506), - [anon_sym_transient] = ACTIONS(506), - [anon_sym_volatile] = ACTIONS(506), - [anon_sym_sealed] = ACTIONS(506), - [anon_sym_non_DASHsealed] = ACTIONS(504), - [anon_sym_record] = ACTIONS(506), - [anon_sym_ATinterface] = ACTIONS(504), - [anon_sym_interface] = ACTIONS(506), - [anon_sym_byte] = ACTIONS(506), - [anon_sym_short] = ACTIONS(506), - [anon_sym_int] = ACTIONS(506), - [anon_sym_long] = ACTIONS(506), - [anon_sym_char] = ACTIONS(506), - [anon_sym_float] = ACTIONS(506), - [anon_sym_double] = ACTIONS(506), - [sym_boolean_type] = ACTIONS(506), - [sym_void_type] = ACTIONS(506), - [sym_this] = ACTIONS(506), - [sym_super] = ACTIONS(506), + [anon_sym_yield] = ACTIONS(67), + [anon_sym_AT] = ACTIONS(275), + [anon_sym_open] = ACTIONS(67), + [anon_sym_module] = ACTIONS(67), + [anon_sym_with] = ACTIONS(67), + [anon_sym_sealed] = ACTIONS(67), + [anon_sym_record] = ACTIONS(67), + [anon_sym_byte] = ACTIONS(85), + [anon_sym_short] = ACTIONS(85), + [anon_sym_int] = ACTIONS(85), + [anon_sym_long] = ACTIONS(85), + [anon_sym_char] = ACTIONS(85), + [anon_sym_float] = ACTIONS(87), + [anon_sym_double] = ACTIONS(87), + [sym_boolean_type] = ACTIONS(89), + [sym_void_type] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, - [178] = { - [sym__literal] = STATE(507), - [sym_string_literal] = STATE(510), - [sym__string_literal] = STATE(498), - [sym__multiline_string_literal] = STATE(498), - [sym_expression] = STATE(562), - [sym_cast_expression] = STATE(524), - [sym_assignment_expression] = STATE(524), - [sym_binary_expression] = STATE(524), - [sym_instanceof_expression] = STATE(524), - [sym_lambda_expression] = STATE(524), - [sym_inferred_parameters] = STATE(1259), - [sym_ternary_expression] = STATE(524), - [sym_unary_expression] = STATE(524), - [sym_update_expression] = STATE(524), - [sym_primary_expression] = STATE(470), - [sym_array_creation_expression] = STATE(507), - [sym_parenthesized_expression] = STATE(507), - [sym_class_literal] = STATE(507), - [sym_object_creation_expression] = STATE(507), - [sym__unqualified_object_creation_expression] = STATE(483), - [sym_field_access] = STATE(384), - [sym_array_access] = STATE(384), - [sym_method_invocation] = STATE(507), - [sym_method_reference] = STATE(507), - [sym_switch_expression] = STATE(524), - [sym__annotation] = STATE(683), - [sym_marker_annotation] = STATE(683), - [sym_annotation] = STATE(683), - [sym__type] = STATE(1266), - [sym__unannotated_type] = STATE(795), - [sym_annotated_type] = STATE(797), - [sym_scoped_type_identifier] = STATE(745), - [sym_generic_type] = STATE(771), - [sym_array_type] = STATE(702), - [sym_integral_type] = STATE(702), - [sym_floating_point_type] = STATE(702), - [sym_formal_parameters] = STATE(1259), - [aux_sym_array_creation_expression_repeat1] = STATE(683), - [sym_identifier] = ACTIONS(301), + [166] = { + [sym__literal] = STATE(498), + [sym_string_literal] = STATE(505), + [sym__string_literal] = STATE(508), + [sym__multiline_string_literal] = STATE(508), + [sym_expression] = STATE(564), + [sym_cast_expression] = STATE(538), + [sym_assignment_expression] = STATE(538), + [sym_binary_expression] = STATE(538), + [sym_instanceof_expression] = STATE(538), + [sym_lambda_expression] = STATE(538), + [sym_inferred_parameters] = STATE(1218), + [sym_ternary_expression] = STATE(538), + [sym_unary_expression] = STATE(538), + [sym_update_expression] = STATE(538), + [sym_primary_expression] = STATE(509), + [sym_array_creation_expression] = STATE(498), + [sym_parenthesized_expression] = STATE(498), + [sym_class_literal] = STATE(498), + [sym_object_creation_expression] = STATE(498), + [sym__unqualified_object_creation_expression] = STATE(515), + [sym_field_access] = STATE(385), + [sym_array_access] = STATE(385), + [sym_method_invocation] = STATE(498), + [sym_method_reference] = STATE(498), + [sym_switch_expression] = STATE(538), + [sym__annotation] = STATE(694), + [sym_marker_annotation] = STATE(694), + [sym_annotation] = STATE(694), + [sym__type] = STATE(1208), + [sym__unannotated_type] = STATE(805), + [sym_annotated_type] = STATE(831), + [sym_scoped_type_identifier] = STATE(735), + [sym_generic_type] = STATE(751), + [sym_array_type] = STATE(688), + [sym_integral_type] = STATE(688), + [sym_floating_point_type] = STATE(688), + [sym_formal_parameters] = STATE(1218), + [sym__reserved_identifier] = STATE(372), + [aux_sym_array_creation_expression_repeat1] = STATE(694), + [sym_identifier] = ACTIONS(269), [sym_decimal_integer_literal] = ACTIONS(9), [sym_hex_integer_literal] = ACTIONS(9), [sym_octal_integer_literal] = ACTIONS(9), @@ -29804,64 +29100,68 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DASH_DASH] = ACTIONS(25), [anon_sym_new] = ACTIONS(27), [anon_sym_switch] = ACTIONS(31), - [anon_sym_AT] = ACTIONS(329), - [anon_sym_open] = ACTIONS(305), - [anon_sym_module] = ACTIONS(305), - [anon_sym_record] = ACTIONS(305), - [anon_sym_byte] = ACTIONS(81), - [anon_sym_short] = ACTIONS(81), - [anon_sym_int] = ACTIONS(81), - [anon_sym_long] = ACTIONS(81), - [anon_sym_char] = ACTIONS(81), - [anon_sym_float] = ACTIONS(83), - [anon_sym_double] = ACTIONS(83), - [sym_boolean_type] = ACTIONS(85), - [sym_void_type] = ACTIONS(85), - [sym_this] = ACTIONS(87), - [sym_super] = ACTIONS(89), + [anon_sym_yield] = ACTIONS(67), + [anon_sym_AT] = ACTIONS(275), + [anon_sym_open] = ACTIONS(67), + [anon_sym_module] = ACTIONS(67), + [anon_sym_with] = ACTIONS(67), + [anon_sym_sealed] = ACTIONS(67), + [anon_sym_record] = ACTIONS(67), + [anon_sym_byte] = ACTIONS(85), + [anon_sym_short] = ACTIONS(85), + [anon_sym_int] = ACTIONS(85), + [anon_sym_long] = ACTIONS(85), + [anon_sym_char] = ACTIONS(85), + [anon_sym_float] = ACTIONS(87), + [anon_sym_double] = ACTIONS(87), + [sym_boolean_type] = ACTIONS(89), + [sym_void_type] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, - [179] = { - [sym__literal] = STATE(507), - [sym_string_literal] = STATE(510), - [sym__string_literal] = STATE(498), - [sym__multiline_string_literal] = STATE(498), - [sym_expression] = STATE(622), - [sym_cast_expression] = STATE(524), - [sym_assignment_expression] = STATE(524), - [sym_binary_expression] = STATE(524), - [sym_instanceof_expression] = STATE(524), - [sym_lambda_expression] = STATE(524), - [sym_inferred_parameters] = STATE(1259), - [sym_ternary_expression] = STATE(524), - [sym_unary_expression] = STATE(524), - [sym_update_expression] = STATE(524), - [sym_primary_expression] = STATE(470), - [sym_array_creation_expression] = STATE(507), - [sym_parenthesized_expression] = STATE(507), - [sym_class_literal] = STATE(507), - [sym_object_creation_expression] = STATE(507), - [sym__unqualified_object_creation_expression] = STATE(483), - [sym_field_access] = STATE(384), - [sym_array_access] = STATE(384), - [sym_method_invocation] = STATE(507), - [sym_method_reference] = STATE(507), - [sym_switch_expression] = STATE(524), - [sym__annotation] = STATE(683), - [sym_marker_annotation] = STATE(683), - [sym_annotation] = STATE(683), - [sym__type] = STATE(1266), - [sym__unannotated_type] = STATE(795), - [sym_annotated_type] = STATE(797), - [sym_scoped_type_identifier] = STATE(745), - [sym_generic_type] = STATE(771), - [sym_array_type] = STATE(702), - [sym_integral_type] = STATE(702), - [sym_floating_point_type] = STATE(702), - [sym_formal_parameters] = STATE(1259), - [aux_sym_array_creation_expression_repeat1] = STATE(683), - [sym_identifier] = ACTIONS(301), + [167] = { + [sym__literal] = STATE(498), + [sym_string_literal] = STATE(505), + [sym__string_literal] = STATE(508), + [sym__multiline_string_literal] = STATE(508), + [sym_expression] = STATE(579), + [sym_cast_expression] = STATE(538), + [sym_assignment_expression] = STATE(538), + [sym_binary_expression] = STATE(538), + [sym_instanceof_expression] = STATE(538), + [sym_lambda_expression] = STATE(538), + [sym_inferred_parameters] = STATE(1218), + [sym_ternary_expression] = STATE(538), + [sym_unary_expression] = STATE(538), + [sym_update_expression] = STATE(538), + [sym_primary_expression] = STATE(509), + [sym_array_creation_expression] = STATE(498), + [sym_parenthesized_expression] = STATE(498), + [sym_class_literal] = STATE(498), + [sym_object_creation_expression] = STATE(498), + [sym__unqualified_object_creation_expression] = STATE(515), + [sym_field_access] = STATE(385), + [sym_array_access] = STATE(385), + [sym_method_invocation] = STATE(498), + [sym_method_reference] = STATE(498), + [sym_switch_expression] = STATE(538), + [sym__annotation] = STATE(694), + [sym_marker_annotation] = STATE(694), + [sym_annotation] = STATE(694), + [sym__type] = STATE(1208), + [sym__unannotated_type] = STATE(805), + [sym_annotated_type] = STATE(831), + [sym_scoped_type_identifier] = STATE(735), + [sym_generic_type] = STATE(751), + [sym_array_type] = STATE(688), + [sym_integral_type] = STATE(688), + [sym_floating_point_type] = STATE(688), + [sym_formal_parameters] = STATE(1218), + [sym__reserved_identifier] = STATE(372), + [aux_sym_array_creation_expression_repeat1] = STATE(694), + [sym_identifier] = ACTIONS(269), [sym_decimal_integer_literal] = ACTIONS(9), [sym_hex_integer_literal] = ACTIONS(9), [sym_octal_integer_literal] = ACTIONS(9), @@ -29883,143 +29183,68 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DASH_DASH] = ACTIONS(25), [anon_sym_new] = ACTIONS(27), [anon_sym_switch] = ACTIONS(31), - [anon_sym_AT] = ACTIONS(329), - [anon_sym_open] = ACTIONS(305), - [anon_sym_module] = ACTIONS(305), - [anon_sym_record] = ACTIONS(305), - [anon_sym_byte] = ACTIONS(81), - [anon_sym_short] = ACTIONS(81), - [anon_sym_int] = ACTIONS(81), - [anon_sym_long] = ACTIONS(81), - [anon_sym_char] = ACTIONS(81), - [anon_sym_float] = ACTIONS(83), - [anon_sym_double] = ACTIONS(83), - [sym_boolean_type] = ACTIONS(85), - [sym_void_type] = ACTIONS(85), - [sym_this] = ACTIONS(87), - [sym_super] = ACTIONS(89), - [sym_line_comment] = ACTIONS(3), - [sym_block_comment] = ACTIONS(3), - }, - [180] = { - [ts_builtin_sym_end] = ACTIONS(508), - [sym_identifier] = ACTIONS(510), - [sym_decimal_integer_literal] = ACTIONS(510), - [sym_hex_integer_literal] = ACTIONS(510), - [sym_octal_integer_literal] = ACTIONS(510), - [sym_binary_integer_literal] = ACTIONS(508), - [sym_decimal_floating_point_literal] = ACTIONS(508), - [sym_hex_floating_point_literal] = ACTIONS(510), - [sym_true] = ACTIONS(510), - [sym_false] = ACTIONS(510), - [sym_character_literal] = ACTIONS(508), - [anon_sym_DQUOTE] = ACTIONS(510), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(508), - [sym_null_literal] = ACTIONS(510), - [anon_sym_LPAREN] = ACTIONS(508), - [anon_sym_LT] = ACTIONS(508), - [anon_sym_PLUS] = ACTIONS(510), - [anon_sym_DASH] = ACTIONS(510), - [anon_sym_final] = ACTIONS(510), - [anon_sym_BANG] = ACTIONS(508), - [anon_sym_TILDE] = ACTIONS(508), - [anon_sym_PLUS_PLUS] = ACTIONS(508), - [anon_sym_DASH_DASH] = ACTIONS(508), - [anon_sym_new] = ACTIONS(510), - [anon_sym_class] = ACTIONS(510), - [anon_sym_switch] = ACTIONS(510), - [anon_sym_LBRACE] = ACTIONS(508), - [anon_sym_RBRACE] = ACTIONS(508), - [anon_sym_case] = ACTIONS(510), - [anon_sym_default] = ACTIONS(510), - [anon_sym_SEMI] = ACTIONS(508), - [anon_sym_assert] = ACTIONS(510), - [anon_sym_do] = ACTIONS(510), - [anon_sym_while] = ACTIONS(510), - [anon_sym_break] = ACTIONS(510), - [anon_sym_continue] = ACTIONS(510), - [anon_sym_return] = ACTIONS(510), - [anon_sym_yield] = ACTIONS(510), - [anon_sym_synchronized] = ACTIONS(510), - [anon_sym_throw] = ACTIONS(510), - [anon_sym_try] = ACTIONS(510), - [anon_sym_if] = ACTIONS(510), - [anon_sym_else] = ACTIONS(510), - [anon_sym_for] = ACTIONS(510), - [anon_sym_AT] = ACTIONS(510), - [anon_sym_open] = ACTIONS(510), - [anon_sym_module] = ACTIONS(510), - [anon_sym_static] = ACTIONS(510), - [anon_sym_package] = ACTIONS(510), - [anon_sym_import] = ACTIONS(510), - [anon_sym_enum] = ACTIONS(510), - [anon_sym_public] = ACTIONS(510), - [anon_sym_protected] = ACTIONS(510), - [anon_sym_private] = ACTIONS(510), - [anon_sym_abstract] = ACTIONS(510), - [anon_sym_strictfp] = ACTIONS(510), - [anon_sym_native] = ACTIONS(510), - [anon_sym_transient] = ACTIONS(510), - [anon_sym_volatile] = ACTIONS(510), - [anon_sym_sealed] = ACTIONS(510), - [anon_sym_non_DASHsealed] = ACTIONS(508), - [anon_sym_record] = ACTIONS(510), - [anon_sym_ATinterface] = ACTIONS(508), - [anon_sym_interface] = ACTIONS(510), - [anon_sym_byte] = ACTIONS(510), - [anon_sym_short] = ACTIONS(510), - [anon_sym_int] = ACTIONS(510), - [anon_sym_long] = ACTIONS(510), - [anon_sym_char] = ACTIONS(510), - [anon_sym_float] = ACTIONS(510), - [anon_sym_double] = ACTIONS(510), - [sym_boolean_type] = ACTIONS(510), - [sym_void_type] = ACTIONS(510), - [sym_this] = ACTIONS(510), - [sym_super] = ACTIONS(510), + [anon_sym_yield] = ACTIONS(67), + [anon_sym_AT] = ACTIONS(275), + [anon_sym_open] = ACTIONS(67), + [anon_sym_module] = ACTIONS(67), + [anon_sym_with] = ACTIONS(67), + [anon_sym_sealed] = ACTIONS(67), + [anon_sym_record] = ACTIONS(67), + [anon_sym_byte] = ACTIONS(85), + [anon_sym_short] = ACTIONS(85), + [anon_sym_int] = ACTIONS(85), + [anon_sym_long] = ACTIONS(85), + [anon_sym_char] = ACTIONS(85), + [anon_sym_float] = ACTIONS(87), + [anon_sym_double] = ACTIONS(87), + [sym_boolean_type] = ACTIONS(89), + [sym_void_type] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, - [181] = { - [sym__literal] = STATE(507), - [sym_string_literal] = STATE(510), - [sym__string_literal] = STATE(498), - [sym__multiline_string_literal] = STATE(498), - [sym_expression] = STATE(626), - [sym_cast_expression] = STATE(524), - [sym_assignment_expression] = STATE(524), - [sym_binary_expression] = STATE(524), - [sym_instanceof_expression] = STATE(524), - [sym_lambda_expression] = STATE(524), - [sym_inferred_parameters] = STATE(1259), - [sym_ternary_expression] = STATE(524), - [sym_unary_expression] = STATE(524), - [sym_update_expression] = STATE(524), - [sym_primary_expression] = STATE(470), - [sym_array_creation_expression] = STATE(507), - [sym_parenthesized_expression] = STATE(507), - [sym_class_literal] = STATE(507), - [sym_object_creation_expression] = STATE(507), - [sym__unqualified_object_creation_expression] = STATE(483), - [sym_field_access] = STATE(384), - [sym_array_access] = STATE(384), - [sym_method_invocation] = STATE(507), - [sym_method_reference] = STATE(507), - [sym_switch_expression] = STATE(524), - [sym__annotation] = STATE(683), - [sym_marker_annotation] = STATE(683), - [sym_annotation] = STATE(683), - [sym__type] = STATE(1266), - [sym__unannotated_type] = STATE(795), - [sym_annotated_type] = STATE(797), - [sym_scoped_type_identifier] = STATE(745), - [sym_generic_type] = STATE(771), - [sym_array_type] = STATE(702), - [sym_integral_type] = STATE(702), - [sym_floating_point_type] = STATE(702), - [sym_formal_parameters] = STATE(1259), - [aux_sym_array_creation_expression_repeat1] = STATE(683), - [sym_identifier] = ACTIONS(301), + [168] = { + [sym__literal] = STATE(498), + [sym_string_literal] = STATE(505), + [sym__string_literal] = STATE(508), + [sym__multiline_string_literal] = STATE(508), + [sym_expression] = STATE(582), + [sym_cast_expression] = STATE(538), + [sym_assignment_expression] = STATE(538), + [sym_binary_expression] = STATE(538), + [sym_instanceof_expression] = STATE(538), + [sym_lambda_expression] = STATE(538), + [sym_inferred_parameters] = STATE(1213), + [sym_ternary_expression] = STATE(538), + [sym_unary_expression] = STATE(538), + [sym_update_expression] = STATE(538), + [sym_primary_expression] = STATE(509), + [sym_array_creation_expression] = STATE(498), + [sym_parenthesized_expression] = STATE(498), + [sym_class_literal] = STATE(498), + [sym_object_creation_expression] = STATE(498), + [sym__unqualified_object_creation_expression] = STATE(515), + [sym_field_access] = STATE(406), + [sym_array_access] = STATE(406), + [sym_method_invocation] = STATE(498), + [sym_method_reference] = STATE(498), + [sym_switch_expression] = STATE(538), + [sym__annotation] = STATE(694), + [sym_marker_annotation] = STATE(694), + [sym_annotation] = STATE(694), + [sym__type] = STATE(1208), + [sym__unannotated_type] = STATE(805), + [sym_annotated_type] = STATE(831), + [sym_scoped_type_identifier] = STATE(735), + [sym_generic_type] = STATE(751), + [sym_array_type] = STATE(688), + [sym_integral_type] = STATE(688), + [sym_floating_point_type] = STATE(688), + [sym_formal_parameters] = STATE(1213), + [sym__reserved_identifier] = STATE(388), + [aux_sym_array_creation_expression_repeat1] = STATE(694), + [sym_identifier] = ACTIONS(383), [sym_decimal_integer_literal] = ACTIONS(9), [sym_hex_integer_literal] = ACTIONS(9), [sym_octal_integer_literal] = ACTIONS(9), @@ -30032,784 +29257,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DQUOTE] = ACTIONS(13), [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(15), [sym_null_literal] = ACTIONS(9), - [anon_sym_LPAREN] = ACTIONS(17), - [anon_sym_PLUS] = ACTIONS(19), - [anon_sym_DASH] = ACTIONS(19), - [anon_sym_BANG] = ACTIONS(23), - [anon_sym_TILDE] = ACTIONS(23), - [anon_sym_PLUS_PLUS] = ACTIONS(25), - [anon_sym_DASH_DASH] = ACTIONS(25), + [anon_sym_LPAREN] = ACTIONS(367), + [anon_sym_PLUS] = ACTIONS(369), + [anon_sym_DASH] = ACTIONS(369), + [anon_sym_BANG] = ACTIONS(371), + [anon_sym_TILDE] = ACTIONS(371), + [anon_sym_PLUS_PLUS] = ACTIONS(373), + [anon_sym_DASH_DASH] = ACTIONS(373), [anon_sym_new] = ACTIONS(27), [anon_sym_switch] = ACTIONS(31), - [anon_sym_AT] = ACTIONS(329), - [anon_sym_open] = ACTIONS(305), - [anon_sym_module] = ACTIONS(305), - [anon_sym_record] = ACTIONS(305), - [anon_sym_byte] = ACTIONS(81), - [anon_sym_short] = ACTIONS(81), - [anon_sym_int] = ACTIONS(81), - [anon_sym_long] = ACTIONS(81), - [anon_sym_char] = ACTIONS(81), - [anon_sym_float] = ACTIONS(83), - [anon_sym_double] = ACTIONS(83), - [sym_boolean_type] = ACTIONS(85), - [sym_void_type] = ACTIONS(85), - [sym_this] = ACTIONS(87), - [sym_super] = ACTIONS(89), - [sym_line_comment] = ACTIONS(3), - [sym_block_comment] = ACTIONS(3), - }, - [182] = { - [ts_builtin_sym_end] = ACTIONS(512), - [sym_identifier] = ACTIONS(514), - [sym_decimal_integer_literal] = ACTIONS(514), - [sym_hex_integer_literal] = ACTIONS(514), - [sym_octal_integer_literal] = ACTIONS(514), - [sym_binary_integer_literal] = ACTIONS(512), - [sym_decimal_floating_point_literal] = ACTIONS(512), - [sym_hex_floating_point_literal] = ACTIONS(514), - [sym_true] = ACTIONS(514), - [sym_false] = ACTIONS(514), - [sym_character_literal] = ACTIONS(512), - [anon_sym_DQUOTE] = ACTIONS(514), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(512), - [sym_null_literal] = ACTIONS(514), - [anon_sym_LPAREN] = ACTIONS(512), - [anon_sym_LT] = ACTIONS(512), - [anon_sym_PLUS] = ACTIONS(514), - [anon_sym_DASH] = ACTIONS(514), - [anon_sym_final] = ACTIONS(514), - [anon_sym_BANG] = ACTIONS(512), - [anon_sym_TILDE] = ACTIONS(512), - [anon_sym_PLUS_PLUS] = ACTIONS(512), - [anon_sym_DASH_DASH] = ACTIONS(512), - [anon_sym_new] = ACTIONS(514), - [anon_sym_class] = ACTIONS(514), - [anon_sym_switch] = ACTIONS(514), - [anon_sym_LBRACE] = ACTIONS(512), - [anon_sym_RBRACE] = ACTIONS(512), - [anon_sym_case] = ACTIONS(514), - [anon_sym_default] = ACTIONS(514), - [anon_sym_SEMI] = ACTIONS(512), - [anon_sym_assert] = ACTIONS(514), - [anon_sym_do] = ACTIONS(514), - [anon_sym_while] = ACTIONS(514), - [anon_sym_break] = ACTIONS(514), - [anon_sym_continue] = ACTIONS(514), - [anon_sym_return] = ACTIONS(514), - [anon_sym_yield] = ACTIONS(514), - [anon_sym_synchronized] = ACTIONS(514), - [anon_sym_throw] = ACTIONS(514), - [anon_sym_try] = ACTIONS(514), - [anon_sym_if] = ACTIONS(514), - [anon_sym_else] = ACTIONS(514), - [anon_sym_for] = ACTIONS(514), - [anon_sym_AT] = ACTIONS(514), - [anon_sym_open] = ACTIONS(514), - [anon_sym_module] = ACTIONS(514), - [anon_sym_static] = ACTIONS(514), - [anon_sym_package] = ACTIONS(514), - [anon_sym_import] = ACTIONS(514), - [anon_sym_enum] = ACTIONS(514), - [anon_sym_public] = ACTIONS(514), - [anon_sym_protected] = ACTIONS(514), - [anon_sym_private] = ACTIONS(514), - [anon_sym_abstract] = ACTIONS(514), - [anon_sym_strictfp] = ACTIONS(514), - [anon_sym_native] = ACTIONS(514), - [anon_sym_transient] = ACTIONS(514), - [anon_sym_volatile] = ACTIONS(514), - [anon_sym_sealed] = ACTIONS(514), - [anon_sym_non_DASHsealed] = ACTIONS(512), - [anon_sym_record] = ACTIONS(514), - [anon_sym_ATinterface] = ACTIONS(512), - [anon_sym_interface] = ACTIONS(514), - [anon_sym_byte] = ACTIONS(514), - [anon_sym_short] = ACTIONS(514), - [anon_sym_int] = ACTIONS(514), - [anon_sym_long] = ACTIONS(514), - [anon_sym_char] = ACTIONS(514), - [anon_sym_float] = ACTIONS(514), - [anon_sym_double] = ACTIONS(514), - [sym_boolean_type] = ACTIONS(514), - [sym_void_type] = ACTIONS(514), - [sym_this] = ACTIONS(514), - [sym_super] = ACTIONS(514), - [sym_line_comment] = ACTIONS(3), - [sym_block_comment] = ACTIONS(3), - }, - [183] = { - [ts_builtin_sym_end] = ACTIONS(516), - [sym_identifier] = ACTIONS(518), - [sym_decimal_integer_literal] = ACTIONS(518), - [sym_hex_integer_literal] = ACTIONS(518), - [sym_octal_integer_literal] = ACTIONS(518), - [sym_binary_integer_literal] = ACTIONS(516), - [sym_decimal_floating_point_literal] = ACTIONS(516), - [sym_hex_floating_point_literal] = ACTIONS(518), - [sym_true] = ACTIONS(518), - [sym_false] = ACTIONS(518), - [sym_character_literal] = ACTIONS(516), - [anon_sym_DQUOTE] = ACTIONS(518), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(516), - [sym_null_literal] = ACTIONS(518), - [anon_sym_LPAREN] = ACTIONS(516), - [anon_sym_LT] = ACTIONS(516), - [anon_sym_PLUS] = ACTIONS(518), - [anon_sym_DASH] = ACTIONS(518), - [anon_sym_final] = ACTIONS(518), - [anon_sym_BANG] = ACTIONS(516), - [anon_sym_TILDE] = ACTIONS(516), - [anon_sym_PLUS_PLUS] = ACTIONS(516), - [anon_sym_DASH_DASH] = ACTIONS(516), - [anon_sym_new] = ACTIONS(518), - [anon_sym_class] = ACTIONS(518), - [anon_sym_switch] = ACTIONS(518), - [anon_sym_LBRACE] = ACTIONS(516), - [anon_sym_RBRACE] = ACTIONS(516), - [anon_sym_case] = ACTIONS(518), - [anon_sym_default] = ACTIONS(518), - [anon_sym_SEMI] = ACTIONS(516), - [anon_sym_assert] = ACTIONS(518), - [anon_sym_do] = ACTIONS(518), - [anon_sym_while] = ACTIONS(518), - [anon_sym_break] = ACTIONS(518), - [anon_sym_continue] = ACTIONS(518), - [anon_sym_return] = ACTIONS(518), - [anon_sym_yield] = ACTIONS(518), - [anon_sym_synchronized] = ACTIONS(518), - [anon_sym_throw] = ACTIONS(518), - [anon_sym_try] = ACTIONS(518), - [anon_sym_if] = ACTIONS(518), - [anon_sym_else] = ACTIONS(518), - [anon_sym_for] = ACTIONS(518), - [anon_sym_AT] = ACTIONS(518), - [anon_sym_open] = ACTIONS(518), - [anon_sym_module] = ACTIONS(518), - [anon_sym_static] = ACTIONS(518), - [anon_sym_package] = ACTIONS(518), - [anon_sym_import] = ACTIONS(518), - [anon_sym_enum] = ACTIONS(518), - [anon_sym_public] = ACTIONS(518), - [anon_sym_protected] = ACTIONS(518), - [anon_sym_private] = ACTIONS(518), - [anon_sym_abstract] = ACTIONS(518), - [anon_sym_strictfp] = ACTIONS(518), - [anon_sym_native] = ACTIONS(518), - [anon_sym_transient] = ACTIONS(518), - [anon_sym_volatile] = ACTIONS(518), - [anon_sym_sealed] = ACTIONS(518), - [anon_sym_non_DASHsealed] = ACTIONS(516), - [anon_sym_record] = ACTIONS(518), - [anon_sym_ATinterface] = ACTIONS(516), - [anon_sym_interface] = ACTIONS(518), - [anon_sym_byte] = ACTIONS(518), - [anon_sym_short] = ACTIONS(518), - [anon_sym_int] = ACTIONS(518), - [anon_sym_long] = ACTIONS(518), - [anon_sym_char] = ACTIONS(518), - [anon_sym_float] = ACTIONS(518), - [anon_sym_double] = ACTIONS(518), - [sym_boolean_type] = ACTIONS(518), - [sym_void_type] = ACTIONS(518), - [sym_this] = ACTIONS(518), - [sym_super] = ACTIONS(518), - [sym_line_comment] = ACTIONS(3), - [sym_block_comment] = ACTIONS(3), - }, - [184] = { - [ts_builtin_sym_end] = ACTIONS(520), - [sym_identifier] = ACTIONS(522), - [sym_decimal_integer_literal] = ACTIONS(522), - [sym_hex_integer_literal] = ACTIONS(522), - [sym_octal_integer_literal] = ACTIONS(522), - [sym_binary_integer_literal] = ACTIONS(520), - [sym_decimal_floating_point_literal] = ACTIONS(520), - [sym_hex_floating_point_literal] = ACTIONS(522), - [sym_true] = ACTIONS(522), - [sym_false] = ACTIONS(522), - [sym_character_literal] = ACTIONS(520), - [anon_sym_DQUOTE] = ACTIONS(522), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(520), - [sym_null_literal] = ACTIONS(522), - [anon_sym_LPAREN] = ACTIONS(520), - [anon_sym_LT] = ACTIONS(520), - [anon_sym_PLUS] = ACTIONS(522), - [anon_sym_DASH] = ACTIONS(522), - [anon_sym_final] = ACTIONS(522), - [anon_sym_BANG] = ACTIONS(520), - [anon_sym_TILDE] = ACTIONS(520), - [anon_sym_PLUS_PLUS] = ACTIONS(520), - [anon_sym_DASH_DASH] = ACTIONS(520), - [anon_sym_new] = ACTIONS(522), - [anon_sym_class] = ACTIONS(522), - [anon_sym_switch] = ACTIONS(522), - [anon_sym_LBRACE] = ACTIONS(520), - [anon_sym_RBRACE] = ACTIONS(520), - [anon_sym_case] = ACTIONS(522), - [anon_sym_default] = ACTIONS(522), - [anon_sym_SEMI] = ACTIONS(520), - [anon_sym_assert] = ACTIONS(522), - [anon_sym_do] = ACTIONS(522), - [anon_sym_while] = ACTIONS(522), - [anon_sym_break] = ACTIONS(522), - [anon_sym_continue] = ACTIONS(522), - [anon_sym_return] = ACTIONS(522), - [anon_sym_yield] = ACTIONS(522), - [anon_sym_synchronized] = ACTIONS(522), - [anon_sym_throw] = ACTIONS(522), - [anon_sym_try] = ACTIONS(522), - [anon_sym_if] = ACTIONS(522), - [anon_sym_else] = ACTIONS(522), - [anon_sym_for] = ACTIONS(522), - [anon_sym_AT] = ACTIONS(522), - [anon_sym_open] = ACTIONS(522), - [anon_sym_module] = ACTIONS(522), - [anon_sym_static] = ACTIONS(522), - [anon_sym_package] = ACTIONS(522), - [anon_sym_import] = ACTIONS(522), - [anon_sym_enum] = ACTIONS(522), - [anon_sym_public] = ACTIONS(522), - [anon_sym_protected] = ACTIONS(522), - [anon_sym_private] = ACTIONS(522), - [anon_sym_abstract] = ACTIONS(522), - [anon_sym_strictfp] = ACTIONS(522), - [anon_sym_native] = ACTIONS(522), - [anon_sym_transient] = ACTIONS(522), - [anon_sym_volatile] = ACTIONS(522), - [anon_sym_sealed] = ACTIONS(522), - [anon_sym_non_DASHsealed] = ACTIONS(520), - [anon_sym_record] = ACTIONS(522), - [anon_sym_ATinterface] = ACTIONS(520), - [anon_sym_interface] = ACTIONS(522), - [anon_sym_byte] = ACTIONS(522), - [anon_sym_short] = ACTIONS(522), - [anon_sym_int] = ACTIONS(522), - [anon_sym_long] = ACTIONS(522), - [anon_sym_char] = ACTIONS(522), - [anon_sym_float] = ACTIONS(522), - [anon_sym_double] = ACTIONS(522), - [sym_boolean_type] = ACTIONS(522), - [sym_void_type] = ACTIONS(522), - [sym_this] = ACTIONS(522), - [sym_super] = ACTIONS(522), - [sym_line_comment] = ACTIONS(3), - [sym_block_comment] = ACTIONS(3), - }, - [185] = { - [ts_builtin_sym_end] = ACTIONS(524), - [sym_identifier] = ACTIONS(526), - [sym_decimal_integer_literal] = ACTIONS(526), - [sym_hex_integer_literal] = ACTIONS(526), - [sym_octal_integer_literal] = ACTIONS(526), - [sym_binary_integer_literal] = ACTIONS(524), - [sym_decimal_floating_point_literal] = ACTIONS(524), - [sym_hex_floating_point_literal] = ACTIONS(526), - [sym_true] = ACTIONS(526), - [sym_false] = ACTIONS(526), - [sym_character_literal] = ACTIONS(524), - [anon_sym_DQUOTE] = ACTIONS(526), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(524), - [sym_null_literal] = ACTIONS(526), - [anon_sym_LPAREN] = ACTIONS(524), - [anon_sym_LT] = ACTIONS(524), - [anon_sym_PLUS] = ACTIONS(526), - [anon_sym_DASH] = ACTIONS(526), - [anon_sym_final] = ACTIONS(526), - [anon_sym_BANG] = ACTIONS(524), - [anon_sym_TILDE] = ACTIONS(524), - [anon_sym_PLUS_PLUS] = ACTIONS(524), - [anon_sym_DASH_DASH] = ACTIONS(524), - [anon_sym_new] = ACTIONS(526), - [anon_sym_class] = ACTIONS(526), - [anon_sym_switch] = ACTIONS(526), - [anon_sym_LBRACE] = ACTIONS(524), - [anon_sym_RBRACE] = ACTIONS(524), - [anon_sym_case] = ACTIONS(526), - [anon_sym_default] = ACTIONS(526), - [anon_sym_SEMI] = ACTIONS(524), - [anon_sym_assert] = ACTIONS(526), - [anon_sym_do] = ACTIONS(526), - [anon_sym_while] = ACTIONS(526), - [anon_sym_break] = ACTIONS(526), - [anon_sym_continue] = ACTIONS(526), - [anon_sym_return] = ACTIONS(526), - [anon_sym_yield] = ACTIONS(526), - [anon_sym_synchronized] = ACTIONS(526), - [anon_sym_throw] = ACTIONS(526), - [anon_sym_try] = ACTIONS(526), - [anon_sym_if] = ACTIONS(526), - [anon_sym_else] = ACTIONS(526), - [anon_sym_for] = ACTIONS(526), - [anon_sym_AT] = ACTIONS(526), - [anon_sym_open] = ACTIONS(526), - [anon_sym_module] = ACTIONS(526), - [anon_sym_static] = ACTIONS(526), - [anon_sym_package] = ACTIONS(526), - [anon_sym_import] = ACTIONS(526), - [anon_sym_enum] = ACTIONS(526), - [anon_sym_public] = ACTIONS(526), - [anon_sym_protected] = ACTIONS(526), - [anon_sym_private] = ACTIONS(526), - [anon_sym_abstract] = ACTIONS(526), - [anon_sym_strictfp] = ACTIONS(526), - [anon_sym_native] = ACTIONS(526), - [anon_sym_transient] = ACTIONS(526), - [anon_sym_volatile] = ACTIONS(526), - [anon_sym_sealed] = ACTIONS(526), - [anon_sym_non_DASHsealed] = ACTIONS(524), - [anon_sym_record] = ACTIONS(526), - [anon_sym_ATinterface] = ACTIONS(524), - [anon_sym_interface] = ACTIONS(526), - [anon_sym_byte] = ACTIONS(526), - [anon_sym_short] = ACTIONS(526), - [anon_sym_int] = ACTIONS(526), - [anon_sym_long] = ACTIONS(526), - [anon_sym_char] = ACTIONS(526), - [anon_sym_float] = ACTIONS(526), - [anon_sym_double] = ACTIONS(526), - [sym_boolean_type] = ACTIONS(526), - [sym_void_type] = ACTIONS(526), - [sym_this] = ACTIONS(526), - [sym_super] = ACTIONS(526), - [sym_line_comment] = ACTIONS(3), - [sym_block_comment] = ACTIONS(3), - }, - [186] = { - [ts_builtin_sym_end] = ACTIONS(528), - [sym_identifier] = ACTIONS(530), - [sym_decimal_integer_literal] = ACTIONS(530), - [sym_hex_integer_literal] = ACTIONS(530), - [sym_octal_integer_literal] = ACTIONS(530), - [sym_binary_integer_literal] = ACTIONS(528), - [sym_decimal_floating_point_literal] = ACTIONS(528), - [sym_hex_floating_point_literal] = ACTIONS(530), - [sym_true] = ACTIONS(530), - [sym_false] = ACTIONS(530), - [sym_character_literal] = ACTIONS(528), - [anon_sym_DQUOTE] = ACTIONS(530), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(528), - [sym_null_literal] = ACTIONS(530), - [anon_sym_LPAREN] = ACTIONS(528), - [anon_sym_LT] = ACTIONS(528), - [anon_sym_PLUS] = ACTIONS(530), - [anon_sym_DASH] = ACTIONS(530), - [anon_sym_final] = ACTIONS(530), - [anon_sym_BANG] = ACTIONS(528), - [anon_sym_TILDE] = ACTIONS(528), - [anon_sym_PLUS_PLUS] = ACTIONS(528), - [anon_sym_DASH_DASH] = ACTIONS(528), - [anon_sym_new] = ACTIONS(530), - [anon_sym_class] = ACTIONS(530), - [anon_sym_switch] = ACTIONS(530), - [anon_sym_LBRACE] = ACTIONS(528), - [anon_sym_RBRACE] = ACTIONS(528), - [anon_sym_case] = ACTIONS(530), - [anon_sym_default] = ACTIONS(530), - [anon_sym_SEMI] = ACTIONS(528), - [anon_sym_assert] = ACTIONS(530), - [anon_sym_do] = ACTIONS(530), - [anon_sym_while] = ACTIONS(530), - [anon_sym_break] = ACTIONS(530), - [anon_sym_continue] = ACTIONS(530), - [anon_sym_return] = ACTIONS(530), - [anon_sym_yield] = ACTIONS(530), - [anon_sym_synchronized] = ACTIONS(530), - [anon_sym_throw] = ACTIONS(530), - [anon_sym_try] = ACTIONS(530), - [anon_sym_if] = ACTIONS(530), - [anon_sym_else] = ACTIONS(530), - [anon_sym_for] = ACTIONS(530), - [anon_sym_AT] = ACTIONS(530), - [anon_sym_open] = ACTIONS(530), - [anon_sym_module] = ACTIONS(530), - [anon_sym_static] = ACTIONS(530), - [anon_sym_package] = ACTIONS(530), - [anon_sym_import] = ACTIONS(530), - [anon_sym_enum] = ACTIONS(530), - [anon_sym_public] = ACTIONS(530), - [anon_sym_protected] = ACTIONS(530), - [anon_sym_private] = ACTIONS(530), - [anon_sym_abstract] = ACTIONS(530), - [anon_sym_strictfp] = ACTIONS(530), - [anon_sym_native] = ACTIONS(530), - [anon_sym_transient] = ACTIONS(530), - [anon_sym_volatile] = ACTIONS(530), - [anon_sym_sealed] = ACTIONS(530), - [anon_sym_non_DASHsealed] = ACTIONS(528), - [anon_sym_record] = ACTIONS(530), - [anon_sym_ATinterface] = ACTIONS(528), - [anon_sym_interface] = ACTIONS(530), - [anon_sym_byte] = ACTIONS(530), - [anon_sym_short] = ACTIONS(530), - [anon_sym_int] = ACTIONS(530), - [anon_sym_long] = ACTIONS(530), - [anon_sym_char] = ACTIONS(530), - [anon_sym_float] = ACTIONS(530), - [anon_sym_double] = ACTIONS(530), - [sym_boolean_type] = ACTIONS(530), - [sym_void_type] = ACTIONS(530), - [sym_this] = ACTIONS(530), - [sym_super] = ACTIONS(530), - [sym_line_comment] = ACTIONS(3), - [sym_block_comment] = ACTIONS(3), - }, - [187] = { - [ts_builtin_sym_end] = ACTIONS(532), - [sym_identifier] = ACTIONS(534), - [sym_decimal_integer_literal] = ACTIONS(534), - [sym_hex_integer_literal] = ACTIONS(534), - [sym_octal_integer_literal] = ACTIONS(534), - [sym_binary_integer_literal] = ACTIONS(532), - [sym_decimal_floating_point_literal] = ACTIONS(532), - [sym_hex_floating_point_literal] = ACTIONS(534), - [sym_true] = ACTIONS(534), - [sym_false] = ACTIONS(534), - [sym_character_literal] = ACTIONS(532), - [anon_sym_DQUOTE] = ACTIONS(534), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(532), - [sym_null_literal] = ACTIONS(534), - [anon_sym_LPAREN] = ACTIONS(532), - [anon_sym_LT] = ACTIONS(532), - [anon_sym_PLUS] = ACTIONS(534), - [anon_sym_DASH] = ACTIONS(534), - [anon_sym_final] = ACTIONS(534), - [anon_sym_BANG] = ACTIONS(532), - [anon_sym_TILDE] = ACTIONS(532), - [anon_sym_PLUS_PLUS] = ACTIONS(532), - [anon_sym_DASH_DASH] = ACTIONS(532), - [anon_sym_new] = ACTIONS(534), - [anon_sym_class] = ACTIONS(534), - [anon_sym_switch] = ACTIONS(534), - [anon_sym_LBRACE] = ACTIONS(532), - [anon_sym_RBRACE] = ACTIONS(532), - [anon_sym_case] = ACTIONS(534), - [anon_sym_default] = ACTIONS(534), - [anon_sym_SEMI] = ACTIONS(532), - [anon_sym_assert] = ACTIONS(534), - [anon_sym_do] = ACTIONS(534), - [anon_sym_while] = ACTIONS(534), - [anon_sym_break] = ACTIONS(534), - [anon_sym_continue] = ACTIONS(534), - [anon_sym_return] = ACTIONS(534), - [anon_sym_yield] = ACTIONS(534), - [anon_sym_synchronized] = ACTIONS(534), - [anon_sym_throw] = ACTIONS(534), - [anon_sym_try] = ACTIONS(534), - [anon_sym_if] = ACTIONS(534), - [anon_sym_else] = ACTIONS(534), - [anon_sym_for] = ACTIONS(534), - [anon_sym_AT] = ACTIONS(534), - [anon_sym_open] = ACTIONS(534), - [anon_sym_module] = ACTIONS(534), - [anon_sym_static] = ACTIONS(534), - [anon_sym_package] = ACTIONS(534), - [anon_sym_import] = ACTIONS(534), - [anon_sym_enum] = ACTIONS(534), - [anon_sym_public] = ACTIONS(534), - [anon_sym_protected] = ACTIONS(534), - [anon_sym_private] = ACTIONS(534), - [anon_sym_abstract] = ACTIONS(534), - [anon_sym_strictfp] = ACTIONS(534), - [anon_sym_native] = ACTIONS(534), - [anon_sym_transient] = ACTIONS(534), - [anon_sym_volatile] = ACTIONS(534), - [anon_sym_sealed] = ACTIONS(534), - [anon_sym_non_DASHsealed] = ACTIONS(532), - [anon_sym_record] = ACTIONS(534), - [anon_sym_ATinterface] = ACTIONS(532), - [anon_sym_interface] = ACTIONS(534), - [anon_sym_byte] = ACTIONS(534), - [anon_sym_short] = ACTIONS(534), - [anon_sym_int] = ACTIONS(534), - [anon_sym_long] = ACTIONS(534), - [anon_sym_char] = ACTIONS(534), - [anon_sym_float] = ACTIONS(534), - [anon_sym_double] = ACTIONS(534), - [sym_boolean_type] = ACTIONS(534), - [sym_void_type] = ACTIONS(534), - [sym_this] = ACTIONS(534), - [sym_super] = ACTIONS(534), - [sym_line_comment] = ACTIONS(3), - [sym_block_comment] = ACTIONS(3), - }, - [188] = { - [ts_builtin_sym_end] = ACTIONS(536), - [sym_identifier] = ACTIONS(538), - [sym_decimal_integer_literal] = ACTIONS(538), - [sym_hex_integer_literal] = ACTIONS(538), - [sym_octal_integer_literal] = ACTIONS(538), - [sym_binary_integer_literal] = ACTIONS(536), - [sym_decimal_floating_point_literal] = ACTIONS(536), - [sym_hex_floating_point_literal] = ACTIONS(538), - [sym_true] = ACTIONS(538), - [sym_false] = ACTIONS(538), - [sym_character_literal] = ACTIONS(536), - [anon_sym_DQUOTE] = ACTIONS(538), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(536), - [sym_null_literal] = ACTIONS(538), - [anon_sym_LPAREN] = ACTIONS(536), - [anon_sym_LT] = ACTIONS(536), - [anon_sym_PLUS] = ACTIONS(538), - [anon_sym_DASH] = ACTIONS(538), - [anon_sym_final] = ACTIONS(538), - [anon_sym_BANG] = ACTIONS(536), - [anon_sym_TILDE] = ACTIONS(536), - [anon_sym_PLUS_PLUS] = ACTIONS(536), - [anon_sym_DASH_DASH] = ACTIONS(536), - [anon_sym_new] = ACTIONS(538), - [anon_sym_class] = ACTIONS(538), - [anon_sym_switch] = ACTIONS(538), - [anon_sym_LBRACE] = ACTIONS(536), - [anon_sym_RBRACE] = ACTIONS(536), - [anon_sym_case] = ACTIONS(538), - [anon_sym_default] = ACTIONS(538), - [anon_sym_SEMI] = ACTIONS(536), - [anon_sym_assert] = ACTIONS(538), - [anon_sym_do] = ACTIONS(538), - [anon_sym_while] = ACTIONS(538), - [anon_sym_break] = ACTIONS(538), - [anon_sym_continue] = ACTIONS(538), - [anon_sym_return] = ACTIONS(538), - [anon_sym_yield] = ACTIONS(538), - [anon_sym_synchronized] = ACTIONS(538), - [anon_sym_throw] = ACTIONS(538), - [anon_sym_try] = ACTIONS(538), - [anon_sym_if] = ACTIONS(538), - [anon_sym_else] = ACTIONS(538), - [anon_sym_for] = ACTIONS(538), - [anon_sym_AT] = ACTIONS(538), - [anon_sym_open] = ACTIONS(538), - [anon_sym_module] = ACTIONS(538), - [anon_sym_static] = ACTIONS(538), - [anon_sym_package] = ACTIONS(538), - [anon_sym_import] = ACTIONS(538), - [anon_sym_enum] = ACTIONS(538), - [anon_sym_public] = ACTIONS(538), - [anon_sym_protected] = ACTIONS(538), - [anon_sym_private] = ACTIONS(538), - [anon_sym_abstract] = ACTIONS(538), - [anon_sym_strictfp] = ACTIONS(538), - [anon_sym_native] = ACTIONS(538), - [anon_sym_transient] = ACTIONS(538), - [anon_sym_volatile] = ACTIONS(538), - [anon_sym_sealed] = ACTIONS(538), - [anon_sym_non_DASHsealed] = ACTIONS(536), - [anon_sym_record] = ACTIONS(538), - [anon_sym_ATinterface] = ACTIONS(536), - [anon_sym_interface] = ACTIONS(538), - [anon_sym_byte] = ACTIONS(538), - [anon_sym_short] = ACTIONS(538), - [anon_sym_int] = ACTIONS(538), - [anon_sym_long] = ACTIONS(538), - [anon_sym_char] = ACTIONS(538), - [anon_sym_float] = ACTIONS(538), - [anon_sym_double] = ACTIONS(538), - [sym_boolean_type] = ACTIONS(538), - [sym_void_type] = ACTIONS(538), - [sym_this] = ACTIONS(538), - [sym_super] = ACTIONS(538), - [sym_line_comment] = ACTIONS(3), - [sym_block_comment] = ACTIONS(3), - }, - [189] = { - [ts_builtin_sym_end] = ACTIONS(540), - [sym_identifier] = ACTIONS(542), - [sym_decimal_integer_literal] = ACTIONS(542), - [sym_hex_integer_literal] = ACTIONS(542), - [sym_octal_integer_literal] = ACTIONS(542), - [sym_binary_integer_literal] = ACTIONS(540), - [sym_decimal_floating_point_literal] = ACTIONS(540), - [sym_hex_floating_point_literal] = ACTIONS(542), - [sym_true] = ACTIONS(542), - [sym_false] = ACTIONS(542), - [sym_character_literal] = ACTIONS(540), - [anon_sym_DQUOTE] = ACTIONS(542), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(540), - [sym_null_literal] = ACTIONS(542), - [anon_sym_LPAREN] = ACTIONS(540), - [anon_sym_LT] = ACTIONS(540), - [anon_sym_PLUS] = ACTIONS(542), - [anon_sym_DASH] = ACTIONS(542), - [anon_sym_final] = ACTIONS(542), - [anon_sym_BANG] = ACTIONS(540), - [anon_sym_TILDE] = ACTIONS(540), - [anon_sym_PLUS_PLUS] = ACTIONS(540), - [anon_sym_DASH_DASH] = ACTIONS(540), - [anon_sym_new] = ACTIONS(542), - [anon_sym_class] = ACTIONS(542), - [anon_sym_switch] = ACTIONS(542), - [anon_sym_LBRACE] = ACTIONS(540), - [anon_sym_RBRACE] = ACTIONS(540), - [anon_sym_case] = ACTIONS(542), - [anon_sym_default] = ACTIONS(542), - [anon_sym_SEMI] = ACTIONS(540), - [anon_sym_assert] = ACTIONS(542), - [anon_sym_do] = ACTIONS(542), - [anon_sym_while] = ACTIONS(542), - [anon_sym_break] = ACTIONS(542), - [anon_sym_continue] = ACTIONS(542), - [anon_sym_return] = ACTIONS(542), - [anon_sym_yield] = ACTIONS(542), - [anon_sym_synchronized] = ACTIONS(542), - [anon_sym_throw] = ACTIONS(542), - [anon_sym_try] = ACTIONS(542), - [anon_sym_if] = ACTIONS(542), - [anon_sym_else] = ACTIONS(542), - [anon_sym_for] = ACTIONS(542), - [anon_sym_AT] = ACTIONS(542), - [anon_sym_open] = ACTIONS(542), - [anon_sym_module] = ACTIONS(542), - [anon_sym_static] = ACTIONS(542), - [anon_sym_package] = ACTIONS(542), - [anon_sym_import] = ACTIONS(542), - [anon_sym_enum] = ACTIONS(542), - [anon_sym_public] = ACTIONS(542), - [anon_sym_protected] = ACTIONS(542), - [anon_sym_private] = ACTIONS(542), - [anon_sym_abstract] = ACTIONS(542), - [anon_sym_strictfp] = ACTIONS(542), - [anon_sym_native] = ACTIONS(542), - [anon_sym_transient] = ACTIONS(542), - [anon_sym_volatile] = ACTIONS(542), - [anon_sym_sealed] = ACTIONS(542), - [anon_sym_non_DASHsealed] = ACTIONS(540), - [anon_sym_record] = ACTIONS(542), - [anon_sym_ATinterface] = ACTIONS(540), - [anon_sym_interface] = ACTIONS(542), - [anon_sym_byte] = ACTIONS(542), - [anon_sym_short] = ACTIONS(542), - [anon_sym_int] = ACTIONS(542), - [anon_sym_long] = ACTIONS(542), - [anon_sym_char] = ACTIONS(542), - [anon_sym_float] = ACTIONS(542), - [anon_sym_double] = ACTIONS(542), - [sym_boolean_type] = ACTIONS(542), - [sym_void_type] = ACTIONS(542), - [sym_this] = ACTIONS(542), - [sym_super] = ACTIONS(542), - [sym_line_comment] = ACTIONS(3), - [sym_block_comment] = ACTIONS(3), - }, - [190] = { - [ts_builtin_sym_end] = ACTIONS(544), - [sym_identifier] = ACTIONS(546), - [sym_decimal_integer_literal] = ACTIONS(546), - [sym_hex_integer_literal] = ACTIONS(546), - [sym_octal_integer_literal] = ACTIONS(546), - [sym_binary_integer_literal] = ACTIONS(544), - [sym_decimal_floating_point_literal] = ACTIONS(544), - [sym_hex_floating_point_literal] = ACTIONS(546), - [sym_true] = ACTIONS(546), - [sym_false] = ACTIONS(546), - [sym_character_literal] = ACTIONS(544), - [anon_sym_DQUOTE] = ACTIONS(546), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(544), - [sym_null_literal] = ACTIONS(546), - [anon_sym_LPAREN] = ACTIONS(544), - [anon_sym_LT] = ACTIONS(544), - [anon_sym_PLUS] = ACTIONS(546), - [anon_sym_DASH] = ACTIONS(546), - [anon_sym_final] = ACTIONS(546), - [anon_sym_BANG] = ACTIONS(544), - [anon_sym_TILDE] = ACTIONS(544), - [anon_sym_PLUS_PLUS] = ACTIONS(544), - [anon_sym_DASH_DASH] = ACTIONS(544), - [anon_sym_new] = ACTIONS(546), - [anon_sym_class] = ACTIONS(546), - [anon_sym_switch] = ACTIONS(546), - [anon_sym_LBRACE] = ACTIONS(544), - [anon_sym_RBRACE] = ACTIONS(544), - [anon_sym_case] = ACTIONS(546), - [anon_sym_default] = ACTIONS(546), - [anon_sym_SEMI] = ACTIONS(544), - [anon_sym_assert] = ACTIONS(546), - [anon_sym_do] = ACTIONS(546), - [anon_sym_while] = ACTIONS(546), - [anon_sym_break] = ACTIONS(546), - [anon_sym_continue] = ACTIONS(546), - [anon_sym_return] = ACTIONS(546), - [anon_sym_yield] = ACTIONS(546), - [anon_sym_synchronized] = ACTIONS(546), - [anon_sym_throw] = ACTIONS(546), - [anon_sym_try] = ACTIONS(546), - [anon_sym_if] = ACTIONS(546), - [anon_sym_else] = ACTIONS(546), - [anon_sym_for] = ACTIONS(546), - [anon_sym_AT] = ACTIONS(546), - [anon_sym_open] = ACTIONS(546), - [anon_sym_module] = ACTIONS(546), - [anon_sym_static] = ACTIONS(546), - [anon_sym_package] = ACTIONS(546), - [anon_sym_import] = ACTIONS(546), - [anon_sym_enum] = ACTIONS(546), - [anon_sym_public] = ACTIONS(546), - [anon_sym_protected] = ACTIONS(546), - [anon_sym_private] = ACTIONS(546), - [anon_sym_abstract] = ACTIONS(546), - [anon_sym_strictfp] = ACTIONS(546), - [anon_sym_native] = ACTIONS(546), - [anon_sym_transient] = ACTIONS(546), - [anon_sym_volatile] = ACTIONS(546), - [anon_sym_sealed] = ACTIONS(546), - [anon_sym_non_DASHsealed] = ACTIONS(544), - [anon_sym_record] = ACTIONS(546), - [anon_sym_ATinterface] = ACTIONS(544), - [anon_sym_interface] = ACTIONS(546), - [anon_sym_byte] = ACTIONS(546), - [anon_sym_short] = ACTIONS(546), - [anon_sym_int] = ACTIONS(546), - [anon_sym_long] = ACTIONS(546), - [anon_sym_char] = ACTIONS(546), - [anon_sym_float] = ACTIONS(546), - [anon_sym_double] = ACTIONS(546), - [sym_boolean_type] = ACTIONS(546), - [sym_void_type] = ACTIONS(546), - [sym_this] = ACTIONS(546), - [sym_super] = ACTIONS(546), + [anon_sym_yield] = ACTIONS(67), + [anon_sym_AT] = ACTIONS(275), + [anon_sym_open] = ACTIONS(67), + [anon_sym_module] = ACTIONS(67), + [anon_sym_with] = ACTIONS(67), + [anon_sym_sealed] = ACTIONS(67), + [anon_sym_record] = ACTIONS(67), + [anon_sym_byte] = ACTIONS(85), + [anon_sym_short] = ACTIONS(85), + [anon_sym_int] = ACTIONS(85), + [anon_sym_long] = ACTIONS(85), + [anon_sym_char] = ACTIONS(85), + [anon_sym_float] = ACTIONS(87), + [anon_sym_double] = ACTIONS(87), + [sym_boolean_type] = ACTIONS(89), + [sym_void_type] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, - [191] = { - [sym__literal] = STATE(507), - [sym_string_literal] = STATE(510), - [sym__string_literal] = STATE(498), - [sym__multiline_string_literal] = STATE(498), - [sym_expression] = STATE(523), - [sym_cast_expression] = STATE(524), - [sym_assignment_expression] = STATE(524), - [sym_binary_expression] = STATE(524), - [sym_instanceof_expression] = STATE(524), - [sym_lambda_expression] = STATE(525), - [sym_inferred_parameters] = STATE(1259), - [sym_ternary_expression] = STATE(524), - [sym_unary_expression] = STATE(524), - [sym_update_expression] = STATE(524), - [sym_primary_expression] = STATE(474), - [sym_array_creation_expression] = STATE(507), - [sym_parenthesized_expression] = STATE(507), - [sym_class_literal] = STATE(507), - [sym_object_creation_expression] = STATE(507), - [sym__unqualified_object_creation_expression] = STATE(483), - [sym_field_access] = STATE(384), - [sym_array_access] = STATE(384), - [sym_method_invocation] = STATE(507), - [sym_method_reference] = STATE(507), - [sym_switch_expression] = STATE(524), - [sym__annotation] = STATE(683), - [sym_marker_annotation] = STATE(683), - [sym_annotation] = STATE(683), - [sym__type] = STATE(1266), - [sym__unannotated_type] = STATE(795), - [sym_annotated_type] = STATE(797), - [sym_scoped_type_identifier] = STATE(745), - [sym_generic_type] = STATE(771), - [sym_array_type] = STATE(702), - [sym_integral_type] = STATE(702), - [sym_floating_point_type] = STATE(702), - [sym_formal_parameters] = STATE(1259), - [aux_sym_array_creation_expression_repeat1] = STATE(683), - [sym_identifier] = ACTIONS(301), + [169] = { + [sym__literal] = STATE(498), + [sym_string_literal] = STATE(505), + [sym__string_literal] = STATE(508), + [sym__multiline_string_literal] = STATE(508), + [sym_expression] = STATE(662), + [sym_cast_expression] = STATE(538), + [sym_assignment_expression] = STATE(538), + [sym_binary_expression] = STATE(538), + [sym_instanceof_expression] = STATE(538), + [sym_lambda_expression] = STATE(538), + [sym_inferred_parameters] = STATE(1218), + [sym_ternary_expression] = STATE(538), + [sym_unary_expression] = STATE(538), + [sym_update_expression] = STATE(538), + [sym_primary_expression] = STATE(509), + [sym_array_creation_expression] = STATE(498), + [sym_parenthesized_expression] = STATE(498), + [sym_class_literal] = STATE(498), + [sym_object_creation_expression] = STATE(498), + [sym__unqualified_object_creation_expression] = STATE(515), + [sym_field_access] = STATE(385), + [sym_array_access] = STATE(385), + [sym_method_invocation] = STATE(498), + [sym_method_reference] = STATE(498), + [sym_switch_expression] = STATE(538), + [sym__annotation] = STATE(694), + [sym_marker_annotation] = STATE(694), + [sym_annotation] = STATE(694), + [sym__type] = STATE(1208), + [sym__unannotated_type] = STATE(805), + [sym_annotated_type] = STATE(831), + [sym_scoped_type_identifier] = STATE(735), + [sym_generic_type] = STATE(751), + [sym_array_type] = STATE(688), + [sym_integral_type] = STATE(688), + [sym_floating_point_type] = STATE(688), + [sym_formal_parameters] = STATE(1218), + [sym__reserved_identifier] = STATE(372), + [aux_sym_array_creation_expression_repeat1] = STATE(694), + [sym_identifier] = ACTIONS(269), [sym_decimal_integer_literal] = ACTIONS(9), [sym_hex_integer_literal] = ACTIONS(9), [sym_octal_integer_literal] = ACTIONS(9), @@ -30831,301 +29349,68 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DASH_DASH] = ACTIONS(25), [anon_sym_new] = ACTIONS(27), [anon_sym_switch] = ACTIONS(31), - [anon_sym_AT] = ACTIONS(329), - [anon_sym_open] = ACTIONS(305), - [anon_sym_module] = ACTIONS(305), - [anon_sym_record] = ACTIONS(305), - [anon_sym_byte] = ACTIONS(81), - [anon_sym_short] = ACTIONS(81), - [anon_sym_int] = ACTIONS(81), - [anon_sym_long] = ACTIONS(81), - [anon_sym_char] = ACTIONS(81), - [anon_sym_float] = ACTIONS(83), - [anon_sym_double] = ACTIONS(83), - [sym_boolean_type] = ACTIONS(85), - [sym_void_type] = ACTIONS(85), - [sym_this] = ACTIONS(87), - [sym_super] = ACTIONS(89), - [sym_line_comment] = ACTIONS(3), - [sym_block_comment] = ACTIONS(3), - }, - [192] = { - [ts_builtin_sym_end] = ACTIONS(548), - [sym_identifier] = ACTIONS(550), - [sym_decimal_integer_literal] = ACTIONS(550), - [sym_hex_integer_literal] = ACTIONS(550), - [sym_octal_integer_literal] = ACTIONS(550), - [sym_binary_integer_literal] = ACTIONS(548), - [sym_decimal_floating_point_literal] = ACTIONS(548), - [sym_hex_floating_point_literal] = ACTIONS(550), - [sym_true] = ACTIONS(550), - [sym_false] = ACTIONS(550), - [sym_character_literal] = ACTIONS(548), - [anon_sym_DQUOTE] = ACTIONS(550), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(548), - [sym_null_literal] = ACTIONS(550), - [anon_sym_LPAREN] = ACTIONS(548), - [anon_sym_LT] = ACTIONS(548), - [anon_sym_PLUS] = ACTIONS(550), - [anon_sym_DASH] = ACTIONS(550), - [anon_sym_final] = ACTIONS(550), - [anon_sym_BANG] = ACTIONS(548), - [anon_sym_TILDE] = ACTIONS(548), - [anon_sym_PLUS_PLUS] = ACTIONS(548), - [anon_sym_DASH_DASH] = ACTIONS(548), - [anon_sym_new] = ACTIONS(550), - [anon_sym_class] = ACTIONS(550), - [anon_sym_switch] = ACTIONS(550), - [anon_sym_LBRACE] = ACTIONS(548), - [anon_sym_RBRACE] = ACTIONS(548), - [anon_sym_case] = ACTIONS(550), - [anon_sym_default] = ACTIONS(550), - [anon_sym_SEMI] = ACTIONS(548), - [anon_sym_assert] = ACTIONS(550), - [anon_sym_do] = ACTIONS(550), - [anon_sym_while] = ACTIONS(550), - [anon_sym_break] = ACTIONS(550), - [anon_sym_continue] = ACTIONS(550), - [anon_sym_return] = ACTIONS(550), - [anon_sym_yield] = ACTIONS(550), - [anon_sym_synchronized] = ACTIONS(550), - [anon_sym_throw] = ACTIONS(550), - [anon_sym_try] = ACTIONS(550), - [anon_sym_if] = ACTIONS(550), - [anon_sym_else] = ACTIONS(550), - [anon_sym_for] = ACTIONS(550), - [anon_sym_AT] = ACTIONS(550), - [anon_sym_open] = ACTIONS(550), - [anon_sym_module] = ACTIONS(550), - [anon_sym_static] = ACTIONS(550), - [anon_sym_package] = ACTIONS(550), - [anon_sym_import] = ACTIONS(550), - [anon_sym_enum] = ACTIONS(550), - [anon_sym_public] = ACTIONS(550), - [anon_sym_protected] = ACTIONS(550), - [anon_sym_private] = ACTIONS(550), - [anon_sym_abstract] = ACTIONS(550), - [anon_sym_strictfp] = ACTIONS(550), - [anon_sym_native] = ACTIONS(550), - [anon_sym_transient] = ACTIONS(550), - [anon_sym_volatile] = ACTIONS(550), - [anon_sym_sealed] = ACTIONS(550), - [anon_sym_non_DASHsealed] = ACTIONS(548), - [anon_sym_record] = ACTIONS(550), - [anon_sym_ATinterface] = ACTIONS(548), - [anon_sym_interface] = ACTIONS(550), - [anon_sym_byte] = ACTIONS(550), - [anon_sym_short] = ACTIONS(550), - [anon_sym_int] = ACTIONS(550), - [anon_sym_long] = ACTIONS(550), - [anon_sym_char] = ACTIONS(550), - [anon_sym_float] = ACTIONS(550), - [anon_sym_double] = ACTIONS(550), - [sym_boolean_type] = ACTIONS(550), - [sym_void_type] = ACTIONS(550), - [sym_this] = ACTIONS(550), - [sym_super] = ACTIONS(550), - [sym_line_comment] = ACTIONS(3), - [sym_block_comment] = ACTIONS(3), - }, - [193] = { - [ts_builtin_sym_end] = ACTIONS(552), - [sym_identifier] = ACTIONS(554), - [sym_decimal_integer_literal] = ACTIONS(554), - [sym_hex_integer_literal] = ACTIONS(554), - [sym_octal_integer_literal] = ACTIONS(554), - [sym_binary_integer_literal] = ACTIONS(552), - [sym_decimal_floating_point_literal] = ACTIONS(552), - [sym_hex_floating_point_literal] = ACTIONS(554), - [sym_true] = ACTIONS(554), - [sym_false] = ACTIONS(554), - [sym_character_literal] = ACTIONS(552), - [anon_sym_DQUOTE] = ACTIONS(554), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(552), - [sym_null_literal] = ACTIONS(554), - [anon_sym_LPAREN] = ACTIONS(552), - [anon_sym_LT] = ACTIONS(552), - [anon_sym_PLUS] = ACTIONS(554), - [anon_sym_DASH] = ACTIONS(554), - [anon_sym_final] = ACTIONS(554), - [anon_sym_BANG] = ACTIONS(552), - [anon_sym_TILDE] = ACTIONS(552), - [anon_sym_PLUS_PLUS] = ACTIONS(552), - [anon_sym_DASH_DASH] = ACTIONS(552), - [anon_sym_new] = ACTIONS(554), - [anon_sym_class] = ACTIONS(554), - [anon_sym_switch] = ACTIONS(554), - [anon_sym_LBRACE] = ACTIONS(552), - [anon_sym_RBRACE] = ACTIONS(552), - [anon_sym_case] = ACTIONS(554), - [anon_sym_default] = ACTIONS(554), - [anon_sym_SEMI] = ACTIONS(552), - [anon_sym_assert] = ACTIONS(554), - [anon_sym_do] = ACTIONS(554), - [anon_sym_while] = ACTIONS(554), - [anon_sym_break] = ACTIONS(554), - [anon_sym_continue] = ACTIONS(554), - [anon_sym_return] = ACTIONS(554), - [anon_sym_yield] = ACTIONS(554), - [anon_sym_synchronized] = ACTIONS(554), - [anon_sym_throw] = ACTIONS(554), - [anon_sym_try] = ACTIONS(554), - [anon_sym_if] = ACTIONS(554), - [anon_sym_else] = ACTIONS(554), - [anon_sym_for] = ACTIONS(554), - [anon_sym_AT] = ACTIONS(554), - [anon_sym_open] = ACTIONS(554), - [anon_sym_module] = ACTIONS(554), - [anon_sym_static] = ACTIONS(554), - [anon_sym_package] = ACTIONS(554), - [anon_sym_import] = ACTIONS(554), - [anon_sym_enum] = ACTIONS(554), - [anon_sym_public] = ACTIONS(554), - [anon_sym_protected] = ACTIONS(554), - [anon_sym_private] = ACTIONS(554), - [anon_sym_abstract] = ACTIONS(554), - [anon_sym_strictfp] = ACTIONS(554), - [anon_sym_native] = ACTIONS(554), - [anon_sym_transient] = ACTIONS(554), - [anon_sym_volatile] = ACTIONS(554), - [anon_sym_sealed] = ACTIONS(554), - [anon_sym_non_DASHsealed] = ACTIONS(552), - [anon_sym_record] = ACTIONS(554), - [anon_sym_ATinterface] = ACTIONS(552), - [anon_sym_interface] = ACTIONS(554), - [anon_sym_byte] = ACTIONS(554), - [anon_sym_short] = ACTIONS(554), - [anon_sym_int] = ACTIONS(554), - [anon_sym_long] = ACTIONS(554), - [anon_sym_char] = ACTIONS(554), - [anon_sym_float] = ACTIONS(554), - [anon_sym_double] = ACTIONS(554), - [sym_boolean_type] = ACTIONS(554), - [sym_void_type] = ACTIONS(554), - [sym_this] = ACTIONS(554), - [sym_super] = ACTIONS(554), - [sym_line_comment] = ACTIONS(3), - [sym_block_comment] = ACTIONS(3), - }, - [194] = { - [sym__literal] = STATE(507), - [sym_string_literal] = STATE(510), - [sym__string_literal] = STATE(498), - [sym__multiline_string_literal] = STATE(498), - [sym_expression] = STATE(543), - [sym_cast_expression] = STATE(524), - [sym_assignment_expression] = STATE(524), - [sym_binary_expression] = STATE(524), - [sym_instanceof_expression] = STATE(524), - [sym_lambda_expression] = STATE(524), - [sym_inferred_parameters] = STATE(1273), - [sym_ternary_expression] = STATE(524), - [sym_unary_expression] = STATE(524), - [sym_update_expression] = STATE(524), - [sym_primary_expression] = STATE(470), - [sym_array_creation_expression] = STATE(507), - [sym_parenthesized_expression] = STATE(507), - [sym_class_literal] = STATE(507), - [sym_object_creation_expression] = STATE(507), - [sym__unqualified_object_creation_expression] = STATE(483), - [sym_field_access] = STATE(400), - [sym_array_access] = STATE(400), - [sym_method_invocation] = STATE(507), - [sym_method_reference] = STATE(507), - [sym_switch_expression] = STATE(524), - [sym__annotation] = STATE(683), - [sym_marker_annotation] = STATE(683), - [sym_annotation] = STATE(683), - [sym__type] = STATE(1266), - [sym__unannotated_type] = STATE(795), - [sym_annotated_type] = STATE(797), - [sym_scoped_type_identifier] = STATE(745), - [sym_generic_type] = STATE(771), - [sym_array_type] = STATE(702), - [sym_integral_type] = STATE(702), - [sym_floating_point_type] = STATE(702), - [sym_formal_parameters] = STATE(1273), - [aux_sym_array_creation_expression_repeat1] = STATE(683), - [sym_identifier] = ACTIONS(376), - [sym_decimal_integer_literal] = ACTIONS(9), - [sym_hex_integer_literal] = ACTIONS(9), - [sym_octal_integer_literal] = ACTIONS(9), - [sym_binary_integer_literal] = ACTIONS(11), - [sym_decimal_floating_point_literal] = ACTIONS(11), - [sym_hex_floating_point_literal] = ACTIONS(9), - [sym_true] = ACTIONS(9), - [sym_false] = ACTIONS(9), - [sym_character_literal] = ACTIONS(11), - [anon_sym_DQUOTE] = ACTIONS(13), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(15), - [sym_null_literal] = ACTIONS(9), - [anon_sym_LPAREN] = ACTIONS(378), - [anon_sym_PLUS] = ACTIONS(380), - [anon_sym_DASH] = ACTIONS(380), - [anon_sym_BANG] = ACTIONS(382), - [anon_sym_TILDE] = ACTIONS(382), - [anon_sym_PLUS_PLUS] = ACTIONS(384), - [anon_sym_DASH_DASH] = ACTIONS(384), - [anon_sym_new] = ACTIONS(27), - [anon_sym_switch] = ACTIONS(31), - [anon_sym_AT] = ACTIONS(329), - [anon_sym_open] = ACTIONS(386), - [anon_sym_module] = ACTIONS(386), - [anon_sym_record] = ACTIONS(386), - [anon_sym_byte] = ACTIONS(81), - [anon_sym_short] = ACTIONS(81), - [anon_sym_int] = ACTIONS(81), - [anon_sym_long] = ACTIONS(81), - [anon_sym_char] = ACTIONS(81), - [anon_sym_float] = ACTIONS(83), - [anon_sym_double] = ACTIONS(83), - [sym_boolean_type] = ACTIONS(85), - [sym_void_type] = ACTIONS(85), - [sym_this] = ACTIONS(87), - [sym_super] = ACTIONS(89), + [anon_sym_yield] = ACTIONS(67), + [anon_sym_AT] = ACTIONS(275), + [anon_sym_open] = ACTIONS(67), + [anon_sym_module] = ACTIONS(67), + [anon_sym_with] = ACTIONS(67), + [anon_sym_sealed] = ACTIONS(67), + [anon_sym_record] = ACTIONS(67), + [anon_sym_byte] = ACTIONS(85), + [anon_sym_short] = ACTIONS(85), + [anon_sym_int] = ACTIONS(85), + [anon_sym_long] = ACTIONS(85), + [anon_sym_char] = ACTIONS(85), + [anon_sym_float] = ACTIONS(87), + [anon_sym_double] = ACTIONS(87), + [sym_boolean_type] = ACTIONS(89), + [sym_void_type] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, - [195] = { - [sym__literal] = STATE(507), - [sym_string_literal] = STATE(510), - [sym__string_literal] = STATE(498), - [sym__multiline_string_literal] = STATE(498), - [sym_expression] = STATE(568), - [sym_cast_expression] = STATE(524), - [sym_assignment_expression] = STATE(524), - [sym_binary_expression] = STATE(524), - [sym_instanceof_expression] = STATE(524), - [sym_lambda_expression] = STATE(524), - [sym_inferred_parameters] = STATE(1273), - [sym_ternary_expression] = STATE(524), - [sym_unary_expression] = STATE(524), - [sym_update_expression] = STATE(524), - [sym_primary_expression] = STATE(470), - [sym_array_creation_expression] = STATE(507), - [sym_parenthesized_expression] = STATE(507), - [sym_class_literal] = STATE(507), - [sym_object_creation_expression] = STATE(507), - [sym__unqualified_object_creation_expression] = STATE(483), - [sym_field_access] = STATE(400), - [sym_array_access] = STATE(400), - [sym_method_invocation] = STATE(507), - [sym_method_reference] = STATE(507), - [sym_switch_expression] = STATE(524), - [sym__annotation] = STATE(683), - [sym_marker_annotation] = STATE(683), - [sym_annotation] = STATE(683), - [sym__type] = STATE(1266), - [sym__unannotated_type] = STATE(795), - [sym_annotated_type] = STATE(797), - [sym_scoped_type_identifier] = STATE(745), - [sym_generic_type] = STATE(771), - [sym_array_type] = STATE(702), - [sym_integral_type] = STATE(702), - [sym_floating_point_type] = STATE(702), - [sym_formal_parameters] = STATE(1273), - [aux_sym_array_creation_expression_repeat1] = STATE(683), - [sym_identifier] = ACTIONS(376), + [170] = { + [sym__literal] = STATE(498), + [sym_string_literal] = STATE(505), + [sym__string_literal] = STATE(508), + [sym__multiline_string_literal] = STATE(508), + [sym_expression] = STATE(581), + [sym_cast_expression] = STATE(538), + [sym_assignment_expression] = STATE(538), + [sym_binary_expression] = STATE(538), + [sym_instanceof_expression] = STATE(538), + [sym_lambda_expression] = STATE(538), + [sym_inferred_parameters] = STATE(1213), + [sym_ternary_expression] = STATE(538), + [sym_unary_expression] = STATE(538), + [sym_update_expression] = STATE(538), + [sym_primary_expression] = STATE(509), + [sym_array_creation_expression] = STATE(498), + [sym_parenthesized_expression] = STATE(498), + [sym_class_literal] = STATE(498), + [sym_object_creation_expression] = STATE(498), + [sym__unqualified_object_creation_expression] = STATE(515), + [sym_field_access] = STATE(406), + [sym_array_access] = STATE(406), + [sym_method_invocation] = STATE(498), + [sym_method_reference] = STATE(498), + [sym_switch_expression] = STATE(538), + [sym__annotation] = STATE(694), + [sym_marker_annotation] = STATE(694), + [sym_annotation] = STATE(694), + [sym__type] = STATE(1208), + [sym__unannotated_type] = STATE(805), + [sym_annotated_type] = STATE(831), + [sym_scoped_type_identifier] = STATE(735), + [sym_generic_type] = STATE(751), + [sym_array_type] = STATE(688), + [sym_integral_type] = STATE(688), + [sym_floating_point_type] = STATE(688), + [sym_formal_parameters] = STATE(1213), + [sym__reserved_identifier] = STATE(388), + [aux_sym_array_creation_expression_repeat1] = STATE(694), + [sym_identifier] = ACTIONS(383), [sym_decimal_integer_literal] = ACTIONS(9), [sym_hex_integer_literal] = ACTIONS(9), [sym_octal_integer_literal] = ACTIONS(9), @@ -31138,73 +29423,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DQUOTE] = ACTIONS(13), [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(15), [sym_null_literal] = ACTIONS(9), - [anon_sym_LPAREN] = ACTIONS(378), - [anon_sym_PLUS] = ACTIONS(380), - [anon_sym_DASH] = ACTIONS(380), - [anon_sym_BANG] = ACTIONS(382), - [anon_sym_TILDE] = ACTIONS(382), - [anon_sym_PLUS_PLUS] = ACTIONS(384), - [anon_sym_DASH_DASH] = ACTIONS(384), + [anon_sym_LPAREN] = ACTIONS(367), + [anon_sym_PLUS] = ACTIONS(369), + [anon_sym_DASH] = ACTIONS(369), + [anon_sym_BANG] = ACTIONS(371), + [anon_sym_TILDE] = ACTIONS(371), + [anon_sym_PLUS_PLUS] = ACTIONS(373), + [anon_sym_DASH_DASH] = ACTIONS(373), [anon_sym_new] = ACTIONS(27), [anon_sym_switch] = ACTIONS(31), - [anon_sym_AT] = ACTIONS(329), - [anon_sym_open] = ACTIONS(386), - [anon_sym_module] = ACTIONS(386), - [anon_sym_record] = ACTIONS(386), - [anon_sym_byte] = ACTIONS(81), - [anon_sym_short] = ACTIONS(81), - [anon_sym_int] = ACTIONS(81), - [anon_sym_long] = ACTIONS(81), - [anon_sym_char] = ACTIONS(81), - [anon_sym_float] = ACTIONS(83), - [anon_sym_double] = ACTIONS(83), - [sym_boolean_type] = ACTIONS(85), - [sym_void_type] = ACTIONS(85), - [sym_this] = ACTIONS(87), - [sym_super] = ACTIONS(89), + [anon_sym_yield] = ACTIONS(67), + [anon_sym_AT] = ACTIONS(275), + [anon_sym_open] = ACTIONS(67), + [anon_sym_module] = ACTIONS(67), + [anon_sym_with] = ACTIONS(67), + [anon_sym_sealed] = ACTIONS(67), + [anon_sym_record] = ACTIONS(67), + [anon_sym_byte] = ACTIONS(85), + [anon_sym_short] = ACTIONS(85), + [anon_sym_int] = ACTIONS(85), + [anon_sym_long] = ACTIONS(85), + [anon_sym_char] = ACTIONS(85), + [anon_sym_float] = ACTIONS(87), + [anon_sym_double] = ACTIONS(87), + [sym_boolean_type] = ACTIONS(89), + [sym_void_type] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, - [196] = { - [sym__literal] = STATE(507), - [sym_string_literal] = STATE(510), - [sym__string_literal] = STATE(498), - [sym__multiline_string_literal] = STATE(498), - [sym_expression] = STATE(544), - [sym_cast_expression] = STATE(524), - [sym_assignment_expression] = STATE(524), - [sym_binary_expression] = STATE(524), - [sym_instanceof_expression] = STATE(524), - [sym_lambda_expression] = STATE(524), - [sym_inferred_parameters] = STATE(1273), - [sym_ternary_expression] = STATE(524), - [sym_unary_expression] = STATE(524), - [sym_update_expression] = STATE(524), - [sym_primary_expression] = STATE(470), - [sym_array_creation_expression] = STATE(507), - [sym_parenthesized_expression] = STATE(507), - [sym_class_literal] = STATE(507), - [sym_object_creation_expression] = STATE(507), - [sym__unqualified_object_creation_expression] = STATE(483), - [sym_field_access] = STATE(400), - [sym_array_access] = STATE(400), - [sym_method_invocation] = STATE(507), - [sym_method_reference] = STATE(507), - [sym_switch_expression] = STATE(524), - [sym__annotation] = STATE(683), - [sym_marker_annotation] = STATE(683), - [sym_annotation] = STATE(683), - [sym__type] = STATE(1266), - [sym__unannotated_type] = STATE(795), - [sym_annotated_type] = STATE(797), - [sym_scoped_type_identifier] = STATE(745), - [sym_generic_type] = STATE(771), - [sym_array_type] = STATE(702), - [sym_integral_type] = STATE(702), - [sym_floating_point_type] = STATE(702), - [sym_formal_parameters] = STATE(1273), - [aux_sym_array_creation_expression_repeat1] = STATE(683), - [sym_identifier] = ACTIONS(376), + [171] = { + [sym__literal] = STATE(498), + [sym_string_literal] = STATE(505), + [sym__string_literal] = STATE(508), + [sym__multiline_string_literal] = STATE(508), + [sym_expression] = STATE(663), + [sym_cast_expression] = STATE(538), + [sym_assignment_expression] = STATE(538), + [sym_binary_expression] = STATE(538), + [sym_instanceof_expression] = STATE(538), + [sym_lambda_expression] = STATE(538), + [sym_inferred_parameters] = STATE(1218), + [sym_ternary_expression] = STATE(538), + [sym_unary_expression] = STATE(538), + [sym_update_expression] = STATE(538), + [sym_primary_expression] = STATE(509), + [sym_array_creation_expression] = STATE(498), + [sym_parenthesized_expression] = STATE(498), + [sym_class_literal] = STATE(498), + [sym_object_creation_expression] = STATE(498), + [sym__unqualified_object_creation_expression] = STATE(515), + [sym_field_access] = STATE(385), + [sym_array_access] = STATE(385), + [sym_method_invocation] = STATE(498), + [sym_method_reference] = STATE(498), + [sym_switch_expression] = STATE(538), + [sym__annotation] = STATE(694), + [sym_marker_annotation] = STATE(694), + [sym_annotation] = STATE(694), + [sym__type] = STATE(1208), + [sym__unannotated_type] = STATE(805), + [sym_annotated_type] = STATE(831), + [sym_scoped_type_identifier] = STATE(735), + [sym_generic_type] = STATE(751), + [sym_array_type] = STATE(688), + [sym_integral_type] = STATE(688), + [sym_floating_point_type] = STATE(688), + [sym_formal_parameters] = STATE(1218), + [sym__reserved_identifier] = STATE(372), + [aux_sym_array_creation_expression_repeat1] = STATE(694), + [sym_identifier] = ACTIONS(269), [sym_decimal_integer_literal] = ACTIONS(9), [sym_hex_integer_literal] = ACTIONS(9), [sym_octal_integer_literal] = ACTIONS(9), @@ -31217,389 +29506,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DQUOTE] = ACTIONS(13), [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(15), [sym_null_literal] = ACTIONS(9), - [anon_sym_LPAREN] = ACTIONS(378), - [anon_sym_PLUS] = ACTIONS(380), - [anon_sym_DASH] = ACTIONS(380), - [anon_sym_BANG] = ACTIONS(382), - [anon_sym_TILDE] = ACTIONS(382), - [anon_sym_PLUS_PLUS] = ACTIONS(384), - [anon_sym_DASH_DASH] = ACTIONS(384), + [anon_sym_LPAREN] = ACTIONS(17), + [anon_sym_PLUS] = ACTIONS(19), + [anon_sym_DASH] = ACTIONS(19), + [anon_sym_BANG] = ACTIONS(23), + [anon_sym_TILDE] = ACTIONS(23), + [anon_sym_PLUS_PLUS] = ACTIONS(25), + [anon_sym_DASH_DASH] = ACTIONS(25), [anon_sym_new] = ACTIONS(27), [anon_sym_switch] = ACTIONS(31), - [anon_sym_AT] = ACTIONS(329), - [anon_sym_open] = ACTIONS(386), - [anon_sym_module] = ACTIONS(386), - [anon_sym_record] = ACTIONS(386), - [anon_sym_byte] = ACTIONS(81), - [anon_sym_short] = ACTIONS(81), - [anon_sym_int] = ACTIONS(81), - [anon_sym_long] = ACTIONS(81), - [anon_sym_char] = ACTIONS(81), - [anon_sym_float] = ACTIONS(83), - [anon_sym_double] = ACTIONS(83), - [sym_boolean_type] = ACTIONS(85), - [sym_void_type] = ACTIONS(85), - [sym_this] = ACTIONS(87), - [sym_super] = ACTIONS(89), - [sym_line_comment] = ACTIONS(3), - [sym_block_comment] = ACTIONS(3), - }, - [197] = { - [ts_builtin_sym_end] = ACTIONS(556), - [sym_identifier] = ACTIONS(558), - [sym_decimal_integer_literal] = ACTIONS(558), - [sym_hex_integer_literal] = ACTIONS(558), - [sym_octal_integer_literal] = ACTIONS(558), - [sym_binary_integer_literal] = ACTIONS(556), - [sym_decimal_floating_point_literal] = ACTIONS(556), - [sym_hex_floating_point_literal] = ACTIONS(558), - [sym_true] = ACTIONS(558), - [sym_false] = ACTIONS(558), - [sym_character_literal] = ACTIONS(556), - [anon_sym_DQUOTE] = ACTIONS(558), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(556), - [sym_null_literal] = ACTIONS(558), - [anon_sym_LPAREN] = ACTIONS(556), - [anon_sym_LT] = ACTIONS(556), - [anon_sym_PLUS] = ACTIONS(558), - [anon_sym_DASH] = ACTIONS(558), - [anon_sym_final] = ACTIONS(558), - [anon_sym_BANG] = ACTIONS(556), - [anon_sym_TILDE] = ACTIONS(556), - [anon_sym_PLUS_PLUS] = ACTIONS(556), - [anon_sym_DASH_DASH] = ACTIONS(556), - [anon_sym_new] = ACTIONS(558), - [anon_sym_class] = ACTIONS(558), - [anon_sym_switch] = ACTIONS(558), - [anon_sym_LBRACE] = ACTIONS(556), - [anon_sym_RBRACE] = ACTIONS(556), - [anon_sym_case] = ACTIONS(558), - [anon_sym_default] = ACTIONS(558), - [anon_sym_SEMI] = ACTIONS(556), - [anon_sym_assert] = ACTIONS(558), - [anon_sym_do] = ACTIONS(558), - [anon_sym_while] = ACTIONS(558), - [anon_sym_break] = ACTIONS(558), - [anon_sym_continue] = ACTIONS(558), - [anon_sym_return] = ACTIONS(558), - [anon_sym_yield] = ACTIONS(558), - [anon_sym_synchronized] = ACTIONS(558), - [anon_sym_throw] = ACTIONS(558), - [anon_sym_try] = ACTIONS(558), - [anon_sym_if] = ACTIONS(558), - [anon_sym_else] = ACTIONS(558), - [anon_sym_for] = ACTIONS(558), - [anon_sym_AT] = ACTIONS(558), - [anon_sym_open] = ACTIONS(558), - [anon_sym_module] = ACTIONS(558), - [anon_sym_static] = ACTIONS(558), - [anon_sym_package] = ACTIONS(558), - [anon_sym_import] = ACTIONS(558), - [anon_sym_enum] = ACTIONS(558), - [anon_sym_public] = ACTIONS(558), - [anon_sym_protected] = ACTIONS(558), - [anon_sym_private] = ACTIONS(558), - [anon_sym_abstract] = ACTIONS(558), - [anon_sym_strictfp] = ACTIONS(558), - [anon_sym_native] = ACTIONS(558), - [anon_sym_transient] = ACTIONS(558), - [anon_sym_volatile] = ACTIONS(558), - [anon_sym_sealed] = ACTIONS(558), - [anon_sym_non_DASHsealed] = ACTIONS(556), - [anon_sym_record] = ACTIONS(558), - [anon_sym_ATinterface] = ACTIONS(556), - [anon_sym_interface] = ACTIONS(558), - [anon_sym_byte] = ACTIONS(558), - [anon_sym_short] = ACTIONS(558), - [anon_sym_int] = ACTIONS(558), - [anon_sym_long] = ACTIONS(558), - [anon_sym_char] = ACTIONS(558), - [anon_sym_float] = ACTIONS(558), - [anon_sym_double] = ACTIONS(558), - [sym_boolean_type] = ACTIONS(558), - [sym_void_type] = ACTIONS(558), - [sym_this] = ACTIONS(558), - [sym_super] = ACTIONS(558), - [sym_line_comment] = ACTIONS(3), - [sym_block_comment] = ACTIONS(3), - }, - [198] = { - [ts_builtin_sym_end] = ACTIONS(560), - [sym_identifier] = ACTIONS(562), - [sym_decimal_integer_literal] = ACTIONS(562), - [sym_hex_integer_literal] = ACTIONS(562), - [sym_octal_integer_literal] = ACTIONS(562), - [sym_binary_integer_literal] = ACTIONS(560), - [sym_decimal_floating_point_literal] = ACTIONS(560), - [sym_hex_floating_point_literal] = ACTIONS(562), - [sym_true] = ACTIONS(562), - [sym_false] = ACTIONS(562), - [sym_character_literal] = ACTIONS(560), - [anon_sym_DQUOTE] = ACTIONS(562), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(560), - [sym_null_literal] = ACTIONS(562), - [anon_sym_LPAREN] = ACTIONS(560), - [anon_sym_LT] = ACTIONS(560), - [anon_sym_PLUS] = ACTIONS(562), - [anon_sym_DASH] = ACTIONS(562), - [anon_sym_final] = ACTIONS(562), - [anon_sym_BANG] = ACTIONS(560), - [anon_sym_TILDE] = ACTIONS(560), - [anon_sym_PLUS_PLUS] = ACTIONS(560), - [anon_sym_DASH_DASH] = ACTIONS(560), - [anon_sym_new] = ACTIONS(562), - [anon_sym_class] = ACTIONS(562), - [anon_sym_switch] = ACTIONS(562), - [anon_sym_LBRACE] = ACTIONS(560), - [anon_sym_RBRACE] = ACTIONS(560), - [anon_sym_case] = ACTIONS(562), - [anon_sym_default] = ACTIONS(562), - [anon_sym_SEMI] = ACTIONS(560), - [anon_sym_assert] = ACTIONS(562), - [anon_sym_do] = ACTIONS(562), - [anon_sym_while] = ACTIONS(562), - [anon_sym_break] = ACTIONS(562), - [anon_sym_continue] = ACTIONS(562), - [anon_sym_return] = ACTIONS(562), - [anon_sym_yield] = ACTIONS(562), - [anon_sym_synchronized] = ACTIONS(562), - [anon_sym_throw] = ACTIONS(562), - [anon_sym_try] = ACTIONS(562), - [anon_sym_if] = ACTIONS(562), - [anon_sym_else] = ACTIONS(562), - [anon_sym_for] = ACTIONS(562), - [anon_sym_AT] = ACTIONS(562), - [anon_sym_open] = ACTIONS(562), - [anon_sym_module] = ACTIONS(562), - [anon_sym_static] = ACTIONS(562), - [anon_sym_package] = ACTIONS(562), - [anon_sym_import] = ACTIONS(562), - [anon_sym_enum] = ACTIONS(562), - [anon_sym_public] = ACTIONS(562), - [anon_sym_protected] = ACTIONS(562), - [anon_sym_private] = ACTIONS(562), - [anon_sym_abstract] = ACTIONS(562), - [anon_sym_strictfp] = ACTIONS(562), - [anon_sym_native] = ACTIONS(562), - [anon_sym_transient] = ACTIONS(562), - [anon_sym_volatile] = ACTIONS(562), - [anon_sym_sealed] = ACTIONS(562), - [anon_sym_non_DASHsealed] = ACTIONS(560), - [anon_sym_record] = ACTIONS(562), - [anon_sym_ATinterface] = ACTIONS(560), - [anon_sym_interface] = ACTIONS(562), - [anon_sym_byte] = ACTIONS(562), - [anon_sym_short] = ACTIONS(562), - [anon_sym_int] = ACTIONS(562), - [anon_sym_long] = ACTIONS(562), - [anon_sym_char] = ACTIONS(562), - [anon_sym_float] = ACTIONS(562), - [anon_sym_double] = ACTIONS(562), - [sym_boolean_type] = ACTIONS(562), - [sym_void_type] = ACTIONS(562), - [sym_this] = ACTIONS(562), - [sym_super] = ACTIONS(562), - [sym_line_comment] = ACTIONS(3), - [sym_block_comment] = ACTIONS(3), - }, - [199] = { - [ts_builtin_sym_end] = ACTIONS(564), - [sym_identifier] = ACTIONS(566), - [sym_decimal_integer_literal] = ACTIONS(566), - [sym_hex_integer_literal] = ACTIONS(566), - [sym_octal_integer_literal] = ACTIONS(566), - [sym_binary_integer_literal] = ACTIONS(564), - [sym_decimal_floating_point_literal] = ACTIONS(564), - [sym_hex_floating_point_literal] = ACTIONS(566), - [sym_true] = ACTIONS(566), - [sym_false] = ACTIONS(566), - [sym_character_literal] = ACTIONS(564), - [anon_sym_DQUOTE] = ACTIONS(566), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(564), - [sym_null_literal] = ACTIONS(566), - [anon_sym_LPAREN] = ACTIONS(564), - [anon_sym_LT] = ACTIONS(564), - [anon_sym_PLUS] = ACTIONS(566), - [anon_sym_DASH] = ACTIONS(566), - [anon_sym_final] = ACTIONS(566), - [anon_sym_BANG] = ACTIONS(564), - [anon_sym_TILDE] = ACTIONS(564), - [anon_sym_PLUS_PLUS] = ACTIONS(564), - [anon_sym_DASH_DASH] = ACTIONS(564), - [anon_sym_new] = ACTIONS(566), - [anon_sym_class] = ACTIONS(566), - [anon_sym_switch] = ACTIONS(566), - [anon_sym_LBRACE] = ACTIONS(564), - [anon_sym_RBRACE] = ACTIONS(564), - [anon_sym_case] = ACTIONS(566), - [anon_sym_default] = ACTIONS(566), - [anon_sym_SEMI] = ACTIONS(564), - [anon_sym_assert] = ACTIONS(566), - [anon_sym_do] = ACTIONS(566), - [anon_sym_while] = ACTIONS(566), - [anon_sym_break] = ACTIONS(566), - [anon_sym_continue] = ACTIONS(566), - [anon_sym_return] = ACTIONS(566), - [anon_sym_yield] = ACTIONS(566), - [anon_sym_synchronized] = ACTIONS(566), - [anon_sym_throw] = ACTIONS(566), - [anon_sym_try] = ACTIONS(566), - [anon_sym_if] = ACTIONS(566), - [anon_sym_else] = ACTIONS(566), - [anon_sym_for] = ACTIONS(566), - [anon_sym_AT] = ACTIONS(566), - [anon_sym_open] = ACTIONS(566), - [anon_sym_module] = ACTIONS(566), - [anon_sym_static] = ACTIONS(566), - [anon_sym_package] = ACTIONS(566), - [anon_sym_import] = ACTIONS(566), - [anon_sym_enum] = ACTIONS(566), - [anon_sym_public] = ACTIONS(566), - [anon_sym_protected] = ACTIONS(566), - [anon_sym_private] = ACTIONS(566), - [anon_sym_abstract] = ACTIONS(566), - [anon_sym_strictfp] = ACTIONS(566), - [anon_sym_native] = ACTIONS(566), - [anon_sym_transient] = ACTIONS(566), - [anon_sym_volatile] = ACTIONS(566), - [anon_sym_sealed] = ACTIONS(566), - [anon_sym_non_DASHsealed] = ACTIONS(564), - [anon_sym_record] = ACTIONS(566), - [anon_sym_ATinterface] = ACTIONS(564), - [anon_sym_interface] = ACTIONS(566), - [anon_sym_byte] = ACTIONS(566), - [anon_sym_short] = ACTIONS(566), - [anon_sym_int] = ACTIONS(566), - [anon_sym_long] = ACTIONS(566), - [anon_sym_char] = ACTIONS(566), - [anon_sym_float] = ACTIONS(566), - [anon_sym_double] = ACTIONS(566), - [sym_boolean_type] = ACTIONS(566), - [sym_void_type] = ACTIONS(566), - [sym_this] = ACTIONS(566), - [sym_super] = ACTIONS(566), - [sym_line_comment] = ACTIONS(3), - [sym_block_comment] = ACTIONS(3), - }, - [200] = { - [ts_builtin_sym_end] = ACTIONS(568), - [sym_identifier] = ACTIONS(570), - [sym_decimal_integer_literal] = ACTIONS(570), - [sym_hex_integer_literal] = ACTIONS(570), - [sym_octal_integer_literal] = ACTIONS(570), - [sym_binary_integer_literal] = ACTIONS(568), - [sym_decimal_floating_point_literal] = ACTIONS(568), - [sym_hex_floating_point_literal] = ACTIONS(570), - [sym_true] = ACTIONS(570), - [sym_false] = ACTIONS(570), - [sym_character_literal] = ACTIONS(568), - [anon_sym_DQUOTE] = ACTIONS(570), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(568), - [sym_null_literal] = ACTIONS(570), - [anon_sym_LPAREN] = ACTIONS(568), - [anon_sym_LT] = ACTIONS(568), - [anon_sym_PLUS] = ACTIONS(570), - [anon_sym_DASH] = ACTIONS(570), - [anon_sym_final] = ACTIONS(570), - [anon_sym_BANG] = ACTIONS(568), - [anon_sym_TILDE] = ACTIONS(568), - [anon_sym_PLUS_PLUS] = ACTIONS(568), - [anon_sym_DASH_DASH] = ACTIONS(568), - [anon_sym_new] = ACTIONS(570), - [anon_sym_class] = ACTIONS(570), - [anon_sym_switch] = ACTIONS(570), - [anon_sym_LBRACE] = ACTIONS(568), - [anon_sym_RBRACE] = ACTIONS(568), - [anon_sym_case] = ACTIONS(570), - [anon_sym_default] = ACTIONS(570), - [anon_sym_SEMI] = ACTIONS(568), - [anon_sym_assert] = ACTIONS(570), - [anon_sym_do] = ACTIONS(570), - [anon_sym_while] = ACTIONS(570), - [anon_sym_break] = ACTIONS(570), - [anon_sym_continue] = ACTIONS(570), - [anon_sym_return] = ACTIONS(570), - [anon_sym_yield] = ACTIONS(570), - [anon_sym_synchronized] = ACTIONS(570), - [anon_sym_throw] = ACTIONS(570), - [anon_sym_try] = ACTIONS(570), - [anon_sym_if] = ACTIONS(570), - [anon_sym_else] = ACTIONS(570), - [anon_sym_for] = ACTIONS(570), - [anon_sym_AT] = ACTIONS(570), - [anon_sym_open] = ACTIONS(570), - [anon_sym_module] = ACTIONS(570), - [anon_sym_static] = ACTIONS(570), - [anon_sym_package] = ACTIONS(570), - [anon_sym_import] = ACTIONS(570), - [anon_sym_enum] = ACTIONS(570), - [anon_sym_public] = ACTIONS(570), - [anon_sym_protected] = ACTIONS(570), - [anon_sym_private] = ACTIONS(570), - [anon_sym_abstract] = ACTIONS(570), - [anon_sym_strictfp] = ACTIONS(570), - [anon_sym_native] = ACTIONS(570), - [anon_sym_transient] = ACTIONS(570), - [anon_sym_volatile] = ACTIONS(570), - [anon_sym_sealed] = ACTIONS(570), - [anon_sym_non_DASHsealed] = ACTIONS(568), - [anon_sym_record] = ACTIONS(570), - [anon_sym_ATinterface] = ACTIONS(568), - [anon_sym_interface] = ACTIONS(570), - [anon_sym_byte] = ACTIONS(570), - [anon_sym_short] = ACTIONS(570), - [anon_sym_int] = ACTIONS(570), - [anon_sym_long] = ACTIONS(570), - [anon_sym_char] = ACTIONS(570), - [anon_sym_float] = ACTIONS(570), - [anon_sym_double] = ACTIONS(570), - [sym_boolean_type] = ACTIONS(570), - [sym_void_type] = ACTIONS(570), - [sym_this] = ACTIONS(570), - [sym_super] = ACTIONS(570), + [anon_sym_yield] = ACTIONS(67), + [anon_sym_AT] = ACTIONS(275), + [anon_sym_open] = ACTIONS(67), + [anon_sym_module] = ACTIONS(67), + [anon_sym_with] = ACTIONS(67), + [anon_sym_sealed] = ACTIONS(67), + [anon_sym_record] = ACTIONS(67), + [anon_sym_byte] = ACTIONS(85), + [anon_sym_short] = ACTIONS(85), + [anon_sym_int] = ACTIONS(85), + [anon_sym_long] = ACTIONS(85), + [anon_sym_char] = ACTIONS(85), + [anon_sym_float] = ACTIONS(87), + [anon_sym_double] = ACTIONS(87), + [sym_boolean_type] = ACTIONS(89), + [sym_void_type] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, - [201] = { - [sym__literal] = STATE(507), - [sym_string_literal] = STATE(510), - [sym__string_literal] = STATE(498), - [sym__multiline_string_literal] = STATE(498), - [sym_expression] = STATE(555), - [sym_cast_expression] = STATE(524), - [sym_assignment_expression] = STATE(524), - [sym_binary_expression] = STATE(524), - [sym_instanceof_expression] = STATE(524), - [sym_lambda_expression] = STATE(524), - [sym_inferred_parameters] = STATE(1259), - [sym_ternary_expression] = STATE(524), - [sym_unary_expression] = STATE(524), - [sym_update_expression] = STATE(524), - [sym_primary_expression] = STATE(470), - [sym_array_creation_expression] = STATE(507), - [sym_parenthesized_expression] = STATE(507), - [sym_class_literal] = STATE(507), - [sym_object_creation_expression] = STATE(507), - [sym__unqualified_object_creation_expression] = STATE(483), - [sym_field_access] = STATE(384), - [sym_array_access] = STATE(384), - [sym_method_invocation] = STATE(507), - [sym_method_reference] = STATE(507), - [sym_switch_expression] = STATE(524), - [sym__annotation] = STATE(683), - [sym_marker_annotation] = STATE(683), - [sym_annotation] = STATE(683), - [sym__type] = STATE(1266), - [sym__unannotated_type] = STATE(795), - [sym_annotated_type] = STATE(797), - [sym_scoped_type_identifier] = STATE(745), - [sym_generic_type] = STATE(771), - [sym_array_type] = STATE(702), - [sym_integral_type] = STATE(702), - [sym_floating_point_type] = STATE(702), - [sym_formal_parameters] = STATE(1259), - [aux_sym_array_creation_expression_repeat1] = STATE(683), - [sym_identifier] = ACTIONS(301), + [172] = { + [sym__literal] = STATE(498), + [sym_string_literal] = STATE(505), + [sym__string_literal] = STATE(508), + [sym__multiline_string_literal] = STATE(508), + [sym_expression] = STATE(623), + [sym_cast_expression] = STATE(538), + [sym_assignment_expression] = STATE(538), + [sym_binary_expression] = STATE(538), + [sym_instanceof_expression] = STATE(538), + [sym_lambda_expression] = STATE(538), + [sym_inferred_parameters] = STATE(1218), + [sym_ternary_expression] = STATE(538), + [sym_unary_expression] = STATE(538), + [sym_update_expression] = STATE(538), + [sym_primary_expression] = STATE(509), + [sym_array_creation_expression] = STATE(498), + [sym_parenthesized_expression] = STATE(498), + [sym_class_literal] = STATE(498), + [sym_object_creation_expression] = STATE(498), + [sym__unqualified_object_creation_expression] = STATE(515), + [sym_field_access] = STATE(385), + [sym_array_access] = STATE(385), + [sym_method_invocation] = STATE(498), + [sym_method_reference] = STATE(498), + [sym_switch_expression] = STATE(538), + [sym__annotation] = STATE(694), + [sym_marker_annotation] = STATE(694), + [sym_annotation] = STATE(694), + [sym__type] = STATE(1208), + [sym__unannotated_type] = STATE(805), + [sym_annotated_type] = STATE(831), + [sym_scoped_type_identifier] = STATE(735), + [sym_generic_type] = STATE(751), + [sym_array_type] = STATE(688), + [sym_integral_type] = STATE(688), + [sym_floating_point_type] = STATE(688), + [sym_formal_parameters] = STATE(1218), + [sym__reserved_identifier] = STATE(372), + [aux_sym_array_creation_expression_repeat1] = STATE(694), + [sym_identifier] = ACTIONS(269), [sym_decimal_integer_literal] = ACTIONS(9), [sym_hex_integer_literal] = ACTIONS(9), [sym_octal_integer_literal] = ACTIONS(9), @@ -31621,64 +29598,68 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DASH_DASH] = ACTIONS(25), [anon_sym_new] = ACTIONS(27), [anon_sym_switch] = ACTIONS(31), - [anon_sym_AT] = ACTIONS(329), - [anon_sym_open] = ACTIONS(305), - [anon_sym_module] = ACTIONS(305), - [anon_sym_record] = ACTIONS(305), - [anon_sym_byte] = ACTIONS(81), - [anon_sym_short] = ACTIONS(81), - [anon_sym_int] = ACTIONS(81), - [anon_sym_long] = ACTIONS(81), - [anon_sym_char] = ACTIONS(81), - [anon_sym_float] = ACTIONS(83), - [anon_sym_double] = ACTIONS(83), - [sym_boolean_type] = ACTIONS(85), - [sym_void_type] = ACTIONS(85), - [sym_this] = ACTIONS(87), - [sym_super] = ACTIONS(89), + [anon_sym_yield] = ACTIONS(67), + [anon_sym_AT] = ACTIONS(275), + [anon_sym_open] = ACTIONS(67), + [anon_sym_module] = ACTIONS(67), + [anon_sym_with] = ACTIONS(67), + [anon_sym_sealed] = ACTIONS(67), + [anon_sym_record] = ACTIONS(67), + [anon_sym_byte] = ACTIONS(85), + [anon_sym_short] = ACTIONS(85), + [anon_sym_int] = ACTIONS(85), + [anon_sym_long] = ACTIONS(85), + [anon_sym_char] = ACTIONS(85), + [anon_sym_float] = ACTIONS(87), + [anon_sym_double] = ACTIONS(87), + [sym_boolean_type] = ACTIONS(89), + [sym_void_type] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, - [202] = { - [sym__literal] = STATE(507), - [sym_string_literal] = STATE(510), - [sym__string_literal] = STATE(498), - [sym__multiline_string_literal] = STATE(498), - [sym_expression] = STATE(638), - [sym_cast_expression] = STATE(524), - [sym_assignment_expression] = STATE(524), - [sym_binary_expression] = STATE(524), - [sym_instanceof_expression] = STATE(524), - [sym_lambda_expression] = STATE(524), - [sym_inferred_parameters] = STATE(1259), - [sym_ternary_expression] = STATE(524), - [sym_unary_expression] = STATE(524), - [sym_update_expression] = STATE(524), - [sym_primary_expression] = STATE(470), - [sym_array_creation_expression] = STATE(507), - [sym_parenthesized_expression] = STATE(507), - [sym_class_literal] = STATE(507), - [sym_object_creation_expression] = STATE(507), - [sym__unqualified_object_creation_expression] = STATE(483), - [sym_field_access] = STATE(384), - [sym_array_access] = STATE(384), - [sym_method_invocation] = STATE(507), - [sym_method_reference] = STATE(507), - [sym_switch_expression] = STATE(524), - [sym__annotation] = STATE(683), - [sym_marker_annotation] = STATE(683), - [sym_annotation] = STATE(683), - [sym__type] = STATE(1266), - [sym__unannotated_type] = STATE(795), - [sym_annotated_type] = STATE(797), - [sym_scoped_type_identifier] = STATE(745), - [sym_generic_type] = STATE(771), - [sym_array_type] = STATE(702), - [sym_integral_type] = STATE(702), - [sym_floating_point_type] = STATE(702), - [sym_formal_parameters] = STATE(1259), - [aux_sym_array_creation_expression_repeat1] = STATE(683), - [sym_identifier] = ACTIONS(301), + [173] = { + [sym__literal] = STATE(498), + [sym_string_literal] = STATE(505), + [sym__string_literal] = STATE(508), + [sym__multiline_string_literal] = STATE(508), + [sym_expression] = STATE(559), + [sym_cast_expression] = STATE(538), + [sym_assignment_expression] = STATE(538), + [sym_binary_expression] = STATE(538), + [sym_instanceof_expression] = STATE(538), + [sym_lambda_expression] = STATE(538), + [sym_inferred_parameters] = STATE(1218), + [sym_ternary_expression] = STATE(538), + [sym_unary_expression] = STATE(538), + [sym_update_expression] = STATE(538), + [sym_primary_expression] = STATE(509), + [sym_array_creation_expression] = STATE(498), + [sym_parenthesized_expression] = STATE(498), + [sym_class_literal] = STATE(498), + [sym_object_creation_expression] = STATE(498), + [sym__unqualified_object_creation_expression] = STATE(515), + [sym_field_access] = STATE(385), + [sym_array_access] = STATE(385), + [sym_method_invocation] = STATE(498), + [sym_method_reference] = STATE(498), + [sym_switch_expression] = STATE(538), + [sym__annotation] = STATE(694), + [sym_marker_annotation] = STATE(694), + [sym_annotation] = STATE(694), + [sym__type] = STATE(1208), + [sym__unannotated_type] = STATE(805), + [sym_annotated_type] = STATE(831), + [sym_scoped_type_identifier] = STATE(735), + [sym_generic_type] = STATE(751), + [sym_array_type] = STATE(688), + [sym_integral_type] = STATE(688), + [sym_floating_point_type] = STATE(688), + [sym_formal_parameters] = STATE(1218), + [sym__reserved_identifier] = STATE(372), + [aux_sym_array_creation_expression_repeat1] = STATE(694), + [sym_identifier] = ACTIONS(269), [sym_decimal_integer_literal] = ACTIONS(9), [sym_hex_integer_literal] = ACTIONS(9), [sym_octal_integer_literal] = ACTIONS(9), @@ -31700,143 +29681,68 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DASH_DASH] = ACTIONS(25), [anon_sym_new] = ACTIONS(27), [anon_sym_switch] = ACTIONS(31), - [anon_sym_AT] = ACTIONS(329), - [anon_sym_open] = ACTIONS(305), - [anon_sym_module] = ACTIONS(305), - [anon_sym_record] = ACTIONS(305), - [anon_sym_byte] = ACTIONS(81), - [anon_sym_short] = ACTIONS(81), - [anon_sym_int] = ACTIONS(81), - [anon_sym_long] = ACTIONS(81), - [anon_sym_char] = ACTIONS(81), - [anon_sym_float] = ACTIONS(83), - [anon_sym_double] = ACTIONS(83), - [sym_boolean_type] = ACTIONS(85), - [sym_void_type] = ACTIONS(85), - [sym_this] = ACTIONS(87), - [sym_super] = ACTIONS(89), + [anon_sym_yield] = ACTIONS(67), + [anon_sym_AT] = ACTIONS(275), + [anon_sym_open] = ACTIONS(67), + [anon_sym_module] = ACTIONS(67), + [anon_sym_with] = ACTIONS(67), + [anon_sym_sealed] = ACTIONS(67), + [anon_sym_record] = ACTIONS(67), + [anon_sym_byte] = ACTIONS(85), + [anon_sym_short] = ACTIONS(85), + [anon_sym_int] = ACTIONS(85), + [anon_sym_long] = ACTIONS(85), + [anon_sym_char] = ACTIONS(85), + [anon_sym_float] = ACTIONS(87), + [anon_sym_double] = ACTIONS(87), + [sym_boolean_type] = ACTIONS(89), + [sym_void_type] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, - [203] = { - [ts_builtin_sym_end] = ACTIONS(572), - [sym_identifier] = ACTIONS(574), - [sym_decimal_integer_literal] = ACTIONS(574), - [sym_hex_integer_literal] = ACTIONS(574), - [sym_octal_integer_literal] = ACTIONS(574), - [sym_binary_integer_literal] = ACTIONS(572), - [sym_decimal_floating_point_literal] = ACTIONS(572), - [sym_hex_floating_point_literal] = ACTIONS(574), - [sym_true] = ACTIONS(574), - [sym_false] = ACTIONS(574), - [sym_character_literal] = ACTIONS(572), - [anon_sym_DQUOTE] = ACTIONS(574), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(572), - [sym_null_literal] = ACTIONS(574), - [anon_sym_LPAREN] = ACTIONS(572), - [anon_sym_LT] = ACTIONS(572), - [anon_sym_PLUS] = ACTIONS(574), - [anon_sym_DASH] = ACTIONS(574), - [anon_sym_final] = ACTIONS(574), - [anon_sym_BANG] = ACTIONS(572), - [anon_sym_TILDE] = ACTIONS(572), - [anon_sym_PLUS_PLUS] = ACTIONS(572), - [anon_sym_DASH_DASH] = ACTIONS(572), - [anon_sym_new] = ACTIONS(574), - [anon_sym_class] = ACTIONS(574), - [anon_sym_switch] = ACTIONS(574), - [anon_sym_LBRACE] = ACTIONS(572), - [anon_sym_RBRACE] = ACTIONS(572), - [anon_sym_case] = ACTIONS(574), - [anon_sym_default] = ACTIONS(574), - [anon_sym_SEMI] = ACTIONS(572), - [anon_sym_assert] = ACTIONS(574), - [anon_sym_do] = ACTIONS(574), - [anon_sym_while] = ACTIONS(574), - [anon_sym_break] = ACTIONS(574), - [anon_sym_continue] = ACTIONS(574), - [anon_sym_return] = ACTIONS(574), - [anon_sym_yield] = ACTIONS(574), - [anon_sym_synchronized] = ACTIONS(574), - [anon_sym_throw] = ACTIONS(574), - [anon_sym_try] = ACTIONS(574), - [anon_sym_if] = ACTIONS(574), - [anon_sym_else] = ACTIONS(574), - [anon_sym_for] = ACTIONS(574), - [anon_sym_AT] = ACTIONS(574), - [anon_sym_open] = ACTIONS(574), - [anon_sym_module] = ACTIONS(574), - [anon_sym_static] = ACTIONS(574), - [anon_sym_package] = ACTIONS(574), - [anon_sym_import] = ACTIONS(574), - [anon_sym_enum] = ACTIONS(574), - [anon_sym_public] = ACTIONS(574), - [anon_sym_protected] = ACTIONS(574), - [anon_sym_private] = ACTIONS(574), - [anon_sym_abstract] = ACTIONS(574), - [anon_sym_strictfp] = ACTIONS(574), - [anon_sym_native] = ACTIONS(574), - [anon_sym_transient] = ACTIONS(574), - [anon_sym_volatile] = ACTIONS(574), - [anon_sym_sealed] = ACTIONS(574), - [anon_sym_non_DASHsealed] = ACTIONS(572), - [anon_sym_record] = ACTIONS(574), - [anon_sym_ATinterface] = ACTIONS(572), - [anon_sym_interface] = ACTIONS(574), - [anon_sym_byte] = ACTIONS(574), - [anon_sym_short] = ACTIONS(574), - [anon_sym_int] = ACTIONS(574), - [anon_sym_long] = ACTIONS(574), - [anon_sym_char] = ACTIONS(574), - [anon_sym_float] = ACTIONS(574), - [anon_sym_double] = ACTIONS(574), - [sym_boolean_type] = ACTIONS(574), - [sym_void_type] = ACTIONS(574), - [sym_this] = ACTIONS(574), - [sym_super] = ACTIONS(574), - [sym_line_comment] = ACTIONS(3), - [sym_block_comment] = ACTIONS(3), - }, - [204] = { - [sym__literal] = STATE(507), - [sym_string_literal] = STATE(510), - [sym__string_literal] = STATE(498), - [sym__multiline_string_literal] = STATE(498), - [sym_expression] = STATE(557), - [sym_cast_expression] = STATE(524), - [sym_assignment_expression] = STATE(524), - [sym_binary_expression] = STATE(524), - [sym_instanceof_expression] = STATE(524), - [sym_lambda_expression] = STATE(524), - [sym_inferred_parameters] = STATE(1259), - [sym_ternary_expression] = STATE(524), - [sym_unary_expression] = STATE(524), - [sym_update_expression] = STATE(524), - [sym_primary_expression] = STATE(470), - [sym_array_creation_expression] = STATE(507), - [sym_parenthesized_expression] = STATE(507), - [sym_class_literal] = STATE(507), - [sym_object_creation_expression] = STATE(507), - [sym__unqualified_object_creation_expression] = STATE(483), - [sym_field_access] = STATE(384), - [sym_array_access] = STATE(384), - [sym_method_invocation] = STATE(507), - [sym_method_reference] = STATE(507), - [sym_switch_expression] = STATE(524), - [sym__annotation] = STATE(683), - [sym_marker_annotation] = STATE(683), - [sym_annotation] = STATE(683), - [sym__type] = STATE(1266), - [sym__unannotated_type] = STATE(795), - [sym_annotated_type] = STATE(797), - [sym_scoped_type_identifier] = STATE(745), - [sym_generic_type] = STATE(771), - [sym_array_type] = STATE(702), - [sym_integral_type] = STATE(702), - [sym_floating_point_type] = STATE(702), - [sym_formal_parameters] = STATE(1259), - [aux_sym_array_creation_expression_repeat1] = STATE(683), - [sym_identifier] = ACTIONS(301), + [174] = { + [sym__literal] = STATE(498), + [sym_string_literal] = STATE(505), + [sym__string_literal] = STATE(508), + [sym__multiline_string_literal] = STATE(508), + [sym_expression] = STATE(621), + [sym_cast_expression] = STATE(538), + [sym_assignment_expression] = STATE(538), + [sym_binary_expression] = STATE(538), + [sym_instanceof_expression] = STATE(538), + [sym_lambda_expression] = STATE(538), + [sym_inferred_parameters] = STATE(1218), + [sym_ternary_expression] = STATE(538), + [sym_unary_expression] = STATE(538), + [sym_update_expression] = STATE(538), + [sym_primary_expression] = STATE(509), + [sym_array_creation_expression] = STATE(498), + [sym_parenthesized_expression] = STATE(498), + [sym_class_literal] = STATE(498), + [sym_object_creation_expression] = STATE(498), + [sym__unqualified_object_creation_expression] = STATE(515), + [sym_field_access] = STATE(385), + [sym_array_access] = STATE(385), + [sym_method_invocation] = STATE(498), + [sym_method_reference] = STATE(498), + [sym_switch_expression] = STATE(538), + [sym__annotation] = STATE(694), + [sym_marker_annotation] = STATE(694), + [sym_annotation] = STATE(694), + [sym__type] = STATE(1208), + [sym__unannotated_type] = STATE(805), + [sym_annotated_type] = STATE(831), + [sym_scoped_type_identifier] = STATE(735), + [sym_generic_type] = STATE(751), + [sym_array_type] = STATE(688), + [sym_integral_type] = STATE(688), + [sym_floating_point_type] = STATE(688), + [sym_formal_parameters] = STATE(1218), + [sym__reserved_identifier] = STATE(372), + [aux_sym_array_creation_expression_repeat1] = STATE(694), + [sym_identifier] = ACTIONS(269), [sym_decimal_integer_literal] = ACTIONS(9), [sym_hex_integer_literal] = ACTIONS(9), [sym_octal_integer_literal] = ACTIONS(9), @@ -31858,64 +29764,68 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DASH_DASH] = ACTIONS(25), [anon_sym_new] = ACTIONS(27), [anon_sym_switch] = ACTIONS(31), - [anon_sym_AT] = ACTIONS(329), - [anon_sym_open] = ACTIONS(305), - [anon_sym_module] = ACTIONS(305), - [anon_sym_record] = ACTIONS(305), - [anon_sym_byte] = ACTIONS(81), - [anon_sym_short] = ACTIONS(81), - [anon_sym_int] = ACTIONS(81), - [anon_sym_long] = ACTIONS(81), - [anon_sym_char] = ACTIONS(81), - [anon_sym_float] = ACTIONS(83), - [anon_sym_double] = ACTIONS(83), - [sym_boolean_type] = ACTIONS(85), - [sym_void_type] = ACTIONS(85), - [sym_this] = ACTIONS(87), - [sym_super] = ACTIONS(89), + [anon_sym_yield] = ACTIONS(67), + [anon_sym_AT] = ACTIONS(275), + [anon_sym_open] = ACTIONS(67), + [anon_sym_module] = ACTIONS(67), + [anon_sym_with] = ACTIONS(67), + [anon_sym_sealed] = ACTIONS(67), + [anon_sym_record] = ACTIONS(67), + [anon_sym_byte] = ACTIONS(85), + [anon_sym_short] = ACTIONS(85), + [anon_sym_int] = ACTIONS(85), + [anon_sym_long] = ACTIONS(85), + [anon_sym_char] = ACTIONS(85), + [anon_sym_float] = ACTIONS(87), + [anon_sym_double] = ACTIONS(87), + [sym_boolean_type] = ACTIONS(89), + [sym_void_type] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, - [205] = { - [sym__literal] = STATE(507), - [sym_string_literal] = STATE(510), - [sym__string_literal] = STATE(498), - [sym__multiline_string_literal] = STATE(498), - [sym_expression] = STATE(523), - [sym_cast_expression] = STATE(524), - [sym_assignment_expression] = STATE(524), - [sym_binary_expression] = STATE(524), - [sym_instanceof_expression] = STATE(524), - [sym_lambda_expression] = STATE(525), - [sym_inferred_parameters] = STATE(1273), - [sym_ternary_expression] = STATE(524), - [sym_unary_expression] = STATE(524), - [sym_update_expression] = STATE(524), - [sym_primary_expression] = STATE(474), - [sym_array_creation_expression] = STATE(507), - [sym_parenthesized_expression] = STATE(507), - [sym_class_literal] = STATE(507), - [sym_object_creation_expression] = STATE(507), - [sym__unqualified_object_creation_expression] = STATE(483), - [sym_field_access] = STATE(400), - [sym_array_access] = STATE(400), - [sym_method_invocation] = STATE(507), - [sym_method_reference] = STATE(507), - [sym_switch_expression] = STATE(524), - [sym__annotation] = STATE(683), - [sym_marker_annotation] = STATE(683), - [sym_annotation] = STATE(683), - [sym__type] = STATE(1266), - [sym__unannotated_type] = STATE(795), - [sym_annotated_type] = STATE(797), - [sym_scoped_type_identifier] = STATE(745), - [sym_generic_type] = STATE(771), - [sym_array_type] = STATE(702), - [sym_integral_type] = STATE(702), - [sym_floating_point_type] = STATE(702), - [sym_formal_parameters] = STATE(1273), - [aux_sym_array_creation_expression_repeat1] = STATE(683), - [sym_identifier] = ACTIONS(376), + [175] = { + [sym__literal] = STATE(498), + [sym_string_literal] = STATE(505), + [sym__string_literal] = STATE(508), + [sym__multiline_string_literal] = STATE(508), + [sym_expression] = STATE(658), + [sym_cast_expression] = STATE(538), + [sym_assignment_expression] = STATE(538), + [sym_binary_expression] = STATE(538), + [sym_instanceof_expression] = STATE(538), + [sym_lambda_expression] = STATE(538), + [sym_inferred_parameters] = STATE(1218), + [sym_ternary_expression] = STATE(538), + [sym_unary_expression] = STATE(538), + [sym_update_expression] = STATE(538), + [sym_primary_expression] = STATE(509), + [sym_array_creation_expression] = STATE(498), + [sym_parenthesized_expression] = STATE(498), + [sym_class_literal] = STATE(498), + [sym_object_creation_expression] = STATE(498), + [sym__unqualified_object_creation_expression] = STATE(515), + [sym_field_access] = STATE(385), + [sym_array_access] = STATE(385), + [sym_method_invocation] = STATE(498), + [sym_method_reference] = STATE(498), + [sym_switch_expression] = STATE(538), + [sym__annotation] = STATE(694), + [sym_marker_annotation] = STATE(694), + [sym_annotation] = STATE(694), + [sym__type] = STATE(1208), + [sym__unannotated_type] = STATE(805), + [sym_annotated_type] = STATE(831), + [sym_scoped_type_identifier] = STATE(735), + [sym_generic_type] = STATE(751), + [sym_array_type] = STATE(688), + [sym_integral_type] = STATE(688), + [sym_floating_point_type] = STATE(688), + [sym_formal_parameters] = STATE(1218), + [sym__reserved_identifier] = STATE(372), + [aux_sym_array_creation_expression_repeat1] = STATE(694), + [sym_identifier] = ACTIONS(269), [sym_decimal_integer_literal] = ACTIONS(9), [sym_hex_integer_literal] = ACTIONS(9), [sym_octal_integer_literal] = ACTIONS(9), @@ -31928,547 +29838,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DQUOTE] = ACTIONS(13), [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(15), [sym_null_literal] = ACTIONS(9), - [anon_sym_LPAREN] = ACTIONS(378), - [anon_sym_PLUS] = ACTIONS(380), - [anon_sym_DASH] = ACTIONS(380), - [anon_sym_BANG] = ACTIONS(382), - [anon_sym_TILDE] = ACTIONS(382), - [anon_sym_PLUS_PLUS] = ACTIONS(384), - [anon_sym_DASH_DASH] = ACTIONS(384), + [anon_sym_LPAREN] = ACTIONS(17), + [anon_sym_PLUS] = ACTIONS(19), + [anon_sym_DASH] = ACTIONS(19), + [anon_sym_BANG] = ACTIONS(23), + [anon_sym_TILDE] = ACTIONS(23), + [anon_sym_PLUS_PLUS] = ACTIONS(25), + [anon_sym_DASH_DASH] = ACTIONS(25), [anon_sym_new] = ACTIONS(27), [anon_sym_switch] = ACTIONS(31), - [anon_sym_AT] = ACTIONS(329), - [anon_sym_open] = ACTIONS(386), - [anon_sym_module] = ACTIONS(386), - [anon_sym_record] = ACTIONS(386), - [anon_sym_byte] = ACTIONS(81), - [anon_sym_short] = ACTIONS(81), - [anon_sym_int] = ACTIONS(81), - [anon_sym_long] = ACTIONS(81), - [anon_sym_char] = ACTIONS(81), - [anon_sym_float] = ACTIONS(83), - [anon_sym_double] = ACTIONS(83), - [sym_boolean_type] = ACTIONS(85), - [sym_void_type] = ACTIONS(85), - [sym_this] = ACTIONS(87), - [sym_super] = ACTIONS(89), - [sym_line_comment] = ACTIONS(3), - [sym_block_comment] = ACTIONS(3), - }, - [206] = { - [ts_builtin_sym_end] = ACTIONS(576), - [sym_identifier] = ACTIONS(578), - [sym_decimal_integer_literal] = ACTIONS(578), - [sym_hex_integer_literal] = ACTIONS(578), - [sym_octal_integer_literal] = ACTIONS(578), - [sym_binary_integer_literal] = ACTIONS(576), - [sym_decimal_floating_point_literal] = ACTIONS(576), - [sym_hex_floating_point_literal] = ACTIONS(578), - [sym_true] = ACTIONS(578), - [sym_false] = ACTIONS(578), - [sym_character_literal] = ACTIONS(576), - [anon_sym_DQUOTE] = ACTIONS(578), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(576), - [sym_null_literal] = ACTIONS(578), - [anon_sym_LPAREN] = ACTIONS(576), - [anon_sym_LT] = ACTIONS(576), - [anon_sym_PLUS] = ACTIONS(578), - [anon_sym_DASH] = ACTIONS(578), - [anon_sym_final] = ACTIONS(578), - [anon_sym_BANG] = ACTIONS(576), - [anon_sym_TILDE] = ACTIONS(576), - [anon_sym_PLUS_PLUS] = ACTIONS(576), - [anon_sym_DASH_DASH] = ACTIONS(576), - [anon_sym_new] = ACTIONS(578), - [anon_sym_class] = ACTIONS(578), - [anon_sym_switch] = ACTIONS(578), - [anon_sym_LBRACE] = ACTIONS(576), - [anon_sym_RBRACE] = ACTIONS(576), - [anon_sym_case] = ACTIONS(578), - [anon_sym_default] = ACTIONS(578), - [anon_sym_SEMI] = ACTIONS(576), - [anon_sym_assert] = ACTIONS(578), - [anon_sym_do] = ACTIONS(578), - [anon_sym_while] = ACTIONS(578), - [anon_sym_break] = ACTIONS(578), - [anon_sym_continue] = ACTIONS(578), - [anon_sym_return] = ACTIONS(578), - [anon_sym_yield] = ACTIONS(578), - [anon_sym_synchronized] = ACTIONS(578), - [anon_sym_throw] = ACTIONS(578), - [anon_sym_try] = ACTIONS(578), - [anon_sym_if] = ACTIONS(578), - [anon_sym_else] = ACTIONS(578), - [anon_sym_for] = ACTIONS(578), - [anon_sym_AT] = ACTIONS(578), - [anon_sym_open] = ACTIONS(578), - [anon_sym_module] = ACTIONS(578), - [anon_sym_static] = ACTIONS(578), - [anon_sym_package] = ACTIONS(578), - [anon_sym_import] = ACTIONS(578), - [anon_sym_enum] = ACTIONS(578), - [anon_sym_public] = ACTIONS(578), - [anon_sym_protected] = ACTIONS(578), - [anon_sym_private] = ACTIONS(578), - [anon_sym_abstract] = ACTIONS(578), - [anon_sym_strictfp] = ACTIONS(578), - [anon_sym_native] = ACTIONS(578), - [anon_sym_transient] = ACTIONS(578), - [anon_sym_volatile] = ACTIONS(578), - [anon_sym_sealed] = ACTIONS(578), - [anon_sym_non_DASHsealed] = ACTIONS(576), - [anon_sym_record] = ACTIONS(578), - [anon_sym_ATinterface] = ACTIONS(576), - [anon_sym_interface] = ACTIONS(578), - [anon_sym_byte] = ACTIONS(578), - [anon_sym_short] = ACTIONS(578), - [anon_sym_int] = ACTIONS(578), - [anon_sym_long] = ACTIONS(578), - [anon_sym_char] = ACTIONS(578), - [anon_sym_float] = ACTIONS(578), - [anon_sym_double] = ACTIONS(578), - [sym_boolean_type] = ACTIONS(578), - [sym_void_type] = ACTIONS(578), - [sym_this] = ACTIONS(578), - [sym_super] = ACTIONS(578), - [sym_line_comment] = ACTIONS(3), - [sym_block_comment] = ACTIONS(3), - }, - [207] = { - [ts_builtin_sym_end] = ACTIONS(580), - [sym_identifier] = ACTIONS(582), - [sym_decimal_integer_literal] = ACTIONS(582), - [sym_hex_integer_literal] = ACTIONS(582), - [sym_octal_integer_literal] = ACTIONS(582), - [sym_binary_integer_literal] = ACTIONS(580), - [sym_decimal_floating_point_literal] = ACTIONS(580), - [sym_hex_floating_point_literal] = ACTIONS(582), - [sym_true] = ACTIONS(582), - [sym_false] = ACTIONS(582), - [sym_character_literal] = ACTIONS(580), - [anon_sym_DQUOTE] = ACTIONS(582), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(580), - [sym_null_literal] = ACTIONS(582), - [anon_sym_LPAREN] = ACTIONS(580), - [anon_sym_LT] = ACTIONS(580), - [anon_sym_PLUS] = ACTIONS(582), - [anon_sym_DASH] = ACTIONS(582), - [anon_sym_final] = ACTIONS(582), - [anon_sym_BANG] = ACTIONS(580), - [anon_sym_TILDE] = ACTIONS(580), - [anon_sym_PLUS_PLUS] = ACTIONS(580), - [anon_sym_DASH_DASH] = ACTIONS(580), - [anon_sym_new] = ACTIONS(582), - [anon_sym_class] = ACTIONS(582), - [anon_sym_switch] = ACTIONS(582), - [anon_sym_LBRACE] = ACTIONS(580), - [anon_sym_RBRACE] = ACTIONS(580), - [anon_sym_case] = ACTIONS(582), - [anon_sym_default] = ACTIONS(582), - [anon_sym_SEMI] = ACTIONS(580), - [anon_sym_assert] = ACTIONS(582), - [anon_sym_do] = ACTIONS(582), - [anon_sym_while] = ACTIONS(582), - [anon_sym_break] = ACTIONS(582), - [anon_sym_continue] = ACTIONS(582), - [anon_sym_return] = ACTIONS(582), - [anon_sym_yield] = ACTIONS(582), - [anon_sym_synchronized] = ACTIONS(582), - [anon_sym_throw] = ACTIONS(582), - [anon_sym_try] = ACTIONS(582), - [anon_sym_if] = ACTIONS(582), - [anon_sym_else] = ACTIONS(582), - [anon_sym_for] = ACTIONS(582), - [anon_sym_AT] = ACTIONS(582), - [anon_sym_open] = ACTIONS(582), - [anon_sym_module] = ACTIONS(582), - [anon_sym_static] = ACTIONS(582), - [anon_sym_package] = ACTIONS(582), - [anon_sym_import] = ACTIONS(582), - [anon_sym_enum] = ACTIONS(582), - [anon_sym_public] = ACTIONS(582), - [anon_sym_protected] = ACTIONS(582), - [anon_sym_private] = ACTIONS(582), - [anon_sym_abstract] = ACTIONS(582), - [anon_sym_strictfp] = ACTIONS(582), - [anon_sym_native] = ACTIONS(582), - [anon_sym_transient] = ACTIONS(582), - [anon_sym_volatile] = ACTIONS(582), - [anon_sym_sealed] = ACTIONS(582), - [anon_sym_non_DASHsealed] = ACTIONS(580), - [anon_sym_record] = ACTIONS(582), - [anon_sym_ATinterface] = ACTIONS(580), - [anon_sym_interface] = ACTIONS(582), - [anon_sym_byte] = ACTIONS(582), - [anon_sym_short] = ACTIONS(582), - [anon_sym_int] = ACTIONS(582), - [anon_sym_long] = ACTIONS(582), - [anon_sym_char] = ACTIONS(582), - [anon_sym_float] = ACTIONS(582), - [anon_sym_double] = ACTIONS(582), - [sym_boolean_type] = ACTIONS(582), - [sym_void_type] = ACTIONS(582), - [sym_this] = ACTIONS(582), - [sym_super] = ACTIONS(582), - [sym_line_comment] = ACTIONS(3), - [sym_block_comment] = ACTIONS(3), - }, - [208] = { - [ts_builtin_sym_end] = ACTIONS(584), - [sym_identifier] = ACTIONS(586), - [sym_decimal_integer_literal] = ACTIONS(586), - [sym_hex_integer_literal] = ACTIONS(586), - [sym_octal_integer_literal] = ACTIONS(586), - [sym_binary_integer_literal] = ACTIONS(584), - [sym_decimal_floating_point_literal] = ACTIONS(584), - [sym_hex_floating_point_literal] = ACTIONS(586), - [sym_true] = ACTIONS(586), - [sym_false] = ACTIONS(586), - [sym_character_literal] = ACTIONS(584), - [anon_sym_DQUOTE] = ACTIONS(586), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(584), - [sym_null_literal] = ACTIONS(586), - [anon_sym_LPAREN] = ACTIONS(584), - [anon_sym_LT] = ACTIONS(584), - [anon_sym_PLUS] = ACTIONS(586), - [anon_sym_DASH] = ACTIONS(586), - [anon_sym_final] = ACTIONS(586), - [anon_sym_BANG] = ACTIONS(584), - [anon_sym_TILDE] = ACTIONS(584), - [anon_sym_PLUS_PLUS] = ACTIONS(584), - [anon_sym_DASH_DASH] = ACTIONS(584), - [anon_sym_new] = ACTIONS(586), - [anon_sym_class] = ACTIONS(586), - [anon_sym_switch] = ACTIONS(586), - [anon_sym_LBRACE] = ACTIONS(584), - [anon_sym_RBRACE] = ACTIONS(584), - [anon_sym_case] = ACTIONS(586), - [anon_sym_default] = ACTIONS(586), - [anon_sym_SEMI] = ACTIONS(584), - [anon_sym_assert] = ACTIONS(586), - [anon_sym_do] = ACTIONS(586), - [anon_sym_while] = ACTIONS(586), - [anon_sym_break] = ACTIONS(586), - [anon_sym_continue] = ACTIONS(586), - [anon_sym_return] = ACTIONS(586), - [anon_sym_yield] = ACTIONS(586), - [anon_sym_synchronized] = ACTIONS(586), - [anon_sym_throw] = ACTIONS(586), - [anon_sym_try] = ACTIONS(586), - [anon_sym_if] = ACTIONS(586), - [anon_sym_else] = ACTIONS(586), - [anon_sym_for] = ACTIONS(586), - [anon_sym_AT] = ACTIONS(586), - [anon_sym_open] = ACTIONS(586), - [anon_sym_module] = ACTIONS(586), - [anon_sym_static] = ACTIONS(586), - [anon_sym_package] = ACTIONS(586), - [anon_sym_import] = ACTIONS(586), - [anon_sym_enum] = ACTIONS(586), - [anon_sym_public] = ACTIONS(586), - [anon_sym_protected] = ACTIONS(586), - [anon_sym_private] = ACTIONS(586), - [anon_sym_abstract] = ACTIONS(586), - [anon_sym_strictfp] = ACTIONS(586), - [anon_sym_native] = ACTIONS(586), - [anon_sym_transient] = ACTIONS(586), - [anon_sym_volatile] = ACTIONS(586), - [anon_sym_sealed] = ACTIONS(586), - [anon_sym_non_DASHsealed] = ACTIONS(584), - [anon_sym_record] = ACTIONS(586), - [anon_sym_ATinterface] = ACTIONS(584), - [anon_sym_interface] = ACTIONS(586), - [anon_sym_byte] = ACTIONS(586), - [anon_sym_short] = ACTIONS(586), - [anon_sym_int] = ACTIONS(586), - [anon_sym_long] = ACTIONS(586), - [anon_sym_char] = ACTIONS(586), - [anon_sym_float] = ACTIONS(586), - [anon_sym_double] = ACTIONS(586), - [sym_boolean_type] = ACTIONS(586), - [sym_void_type] = ACTIONS(586), - [sym_this] = ACTIONS(586), - [sym_super] = ACTIONS(586), - [sym_line_comment] = ACTIONS(3), - [sym_block_comment] = ACTIONS(3), - }, - [209] = { - [ts_builtin_sym_end] = ACTIONS(588), - [sym_identifier] = ACTIONS(590), - [sym_decimal_integer_literal] = ACTIONS(590), - [sym_hex_integer_literal] = ACTIONS(590), - [sym_octal_integer_literal] = ACTIONS(590), - [sym_binary_integer_literal] = ACTIONS(588), - [sym_decimal_floating_point_literal] = ACTIONS(588), - [sym_hex_floating_point_literal] = ACTIONS(590), - [sym_true] = ACTIONS(590), - [sym_false] = ACTIONS(590), - [sym_character_literal] = ACTIONS(588), - [anon_sym_DQUOTE] = ACTIONS(590), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(588), - [sym_null_literal] = ACTIONS(590), - [anon_sym_LPAREN] = ACTIONS(588), - [anon_sym_LT] = ACTIONS(588), - [anon_sym_PLUS] = ACTIONS(590), - [anon_sym_DASH] = ACTIONS(590), - [anon_sym_final] = ACTIONS(590), - [anon_sym_BANG] = ACTIONS(588), - [anon_sym_TILDE] = ACTIONS(588), - [anon_sym_PLUS_PLUS] = ACTIONS(588), - [anon_sym_DASH_DASH] = ACTIONS(588), - [anon_sym_new] = ACTIONS(590), - [anon_sym_class] = ACTIONS(590), - [anon_sym_switch] = ACTIONS(590), - [anon_sym_LBRACE] = ACTIONS(588), - [anon_sym_RBRACE] = ACTIONS(588), - [anon_sym_case] = ACTIONS(590), - [anon_sym_default] = ACTIONS(590), - [anon_sym_SEMI] = ACTIONS(588), - [anon_sym_assert] = ACTIONS(590), - [anon_sym_do] = ACTIONS(590), - [anon_sym_while] = ACTIONS(590), - [anon_sym_break] = ACTIONS(590), - [anon_sym_continue] = ACTIONS(590), - [anon_sym_return] = ACTIONS(590), - [anon_sym_yield] = ACTIONS(590), - [anon_sym_synchronized] = ACTIONS(590), - [anon_sym_throw] = ACTIONS(590), - [anon_sym_try] = ACTIONS(590), - [anon_sym_if] = ACTIONS(590), - [anon_sym_else] = ACTIONS(590), - [anon_sym_for] = ACTIONS(590), - [anon_sym_AT] = ACTIONS(590), - [anon_sym_open] = ACTIONS(590), - [anon_sym_module] = ACTIONS(590), - [anon_sym_static] = ACTIONS(590), - [anon_sym_package] = ACTIONS(590), - [anon_sym_import] = ACTIONS(590), - [anon_sym_enum] = ACTIONS(590), - [anon_sym_public] = ACTIONS(590), - [anon_sym_protected] = ACTIONS(590), - [anon_sym_private] = ACTIONS(590), - [anon_sym_abstract] = ACTIONS(590), - [anon_sym_strictfp] = ACTIONS(590), - [anon_sym_native] = ACTIONS(590), - [anon_sym_transient] = ACTIONS(590), - [anon_sym_volatile] = ACTIONS(590), - [anon_sym_sealed] = ACTIONS(590), - [anon_sym_non_DASHsealed] = ACTIONS(588), - [anon_sym_record] = ACTIONS(590), - [anon_sym_ATinterface] = ACTIONS(588), - [anon_sym_interface] = ACTIONS(590), - [anon_sym_byte] = ACTIONS(590), - [anon_sym_short] = ACTIONS(590), - [anon_sym_int] = ACTIONS(590), - [anon_sym_long] = ACTIONS(590), - [anon_sym_char] = ACTIONS(590), - [anon_sym_float] = ACTIONS(590), - [anon_sym_double] = ACTIONS(590), - [sym_boolean_type] = ACTIONS(590), - [sym_void_type] = ACTIONS(590), - [sym_this] = ACTIONS(590), - [sym_super] = ACTIONS(590), - [sym_line_comment] = ACTIONS(3), - [sym_block_comment] = ACTIONS(3), - }, - [210] = { - [ts_builtin_sym_end] = ACTIONS(592), - [sym_identifier] = ACTIONS(594), - [sym_decimal_integer_literal] = ACTIONS(594), - [sym_hex_integer_literal] = ACTIONS(594), - [sym_octal_integer_literal] = ACTIONS(594), - [sym_binary_integer_literal] = ACTIONS(592), - [sym_decimal_floating_point_literal] = ACTIONS(592), - [sym_hex_floating_point_literal] = ACTIONS(594), - [sym_true] = ACTIONS(594), - [sym_false] = ACTIONS(594), - [sym_character_literal] = ACTIONS(592), - [anon_sym_DQUOTE] = ACTIONS(594), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(592), - [sym_null_literal] = ACTIONS(594), - [anon_sym_LPAREN] = ACTIONS(592), - [anon_sym_LT] = ACTIONS(592), - [anon_sym_PLUS] = ACTIONS(594), - [anon_sym_DASH] = ACTIONS(594), - [anon_sym_final] = ACTIONS(594), - [anon_sym_BANG] = ACTIONS(592), - [anon_sym_TILDE] = ACTIONS(592), - [anon_sym_PLUS_PLUS] = ACTIONS(592), - [anon_sym_DASH_DASH] = ACTIONS(592), - [anon_sym_new] = ACTIONS(594), - [anon_sym_class] = ACTIONS(594), - [anon_sym_switch] = ACTIONS(594), - [anon_sym_LBRACE] = ACTIONS(592), - [anon_sym_RBRACE] = ACTIONS(592), - [anon_sym_case] = ACTIONS(594), - [anon_sym_default] = ACTIONS(594), - [anon_sym_SEMI] = ACTIONS(592), - [anon_sym_assert] = ACTIONS(594), - [anon_sym_do] = ACTIONS(594), - [anon_sym_while] = ACTIONS(594), - [anon_sym_break] = ACTIONS(594), - [anon_sym_continue] = ACTIONS(594), - [anon_sym_return] = ACTIONS(594), - [anon_sym_yield] = ACTIONS(594), - [anon_sym_synchronized] = ACTIONS(594), - [anon_sym_throw] = ACTIONS(594), - [anon_sym_try] = ACTIONS(594), - [anon_sym_if] = ACTIONS(594), - [anon_sym_else] = ACTIONS(594), - [anon_sym_for] = ACTIONS(594), - [anon_sym_AT] = ACTIONS(594), - [anon_sym_open] = ACTIONS(594), - [anon_sym_module] = ACTIONS(594), - [anon_sym_static] = ACTIONS(594), - [anon_sym_package] = ACTIONS(594), - [anon_sym_import] = ACTIONS(594), - [anon_sym_enum] = ACTIONS(594), - [anon_sym_public] = ACTIONS(594), - [anon_sym_protected] = ACTIONS(594), - [anon_sym_private] = ACTIONS(594), - [anon_sym_abstract] = ACTIONS(594), - [anon_sym_strictfp] = ACTIONS(594), - [anon_sym_native] = ACTIONS(594), - [anon_sym_transient] = ACTIONS(594), - [anon_sym_volatile] = ACTIONS(594), - [anon_sym_sealed] = ACTIONS(594), - [anon_sym_non_DASHsealed] = ACTIONS(592), - [anon_sym_record] = ACTIONS(594), - [anon_sym_ATinterface] = ACTIONS(592), - [anon_sym_interface] = ACTIONS(594), - [anon_sym_byte] = ACTIONS(594), - [anon_sym_short] = ACTIONS(594), - [anon_sym_int] = ACTIONS(594), - [anon_sym_long] = ACTIONS(594), - [anon_sym_char] = ACTIONS(594), - [anon_sym_float] = ACTIONS(594), - [anon_sym_double] = ACTIONS(594), - [sym_boolean_type] = ACTIONS(594), - [sym_void_type] = ACTIONS(594), - [sym_this] = ACTIONS(594), - [sym_super] = ACTIONS(594), - [sym_line_comment] = ACTIONS(3), - [sym_block_comment] = ACTIONS(3), - }, - [211] = { - [ts_builtin_sym_end] = ACTIONS(596), - [sym_identifier] = ACTIONS(598), - [sym_decimal_integer_literal] = ACTIONS(598), - [sym_hex_integer_literal] = ACTIONS(598), - [sym_octal_integer_literal] = ACTIONS(598), - [sym_binary_integer_literal] = ACTIONS(596), - [sym_decimal_floating_point_literal] = ACTIONS(596), - [sym_hex_floating_point_literal] = ACTIONS(598), - [sym_true] = ACTIONS(598), - [sym_false] = ACTIONS(598), - [sym_character_literal] = ACTIONS(596), - [anon_sym_DQUOTE] = ACTIONS(598), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(596), - [sym_null_literal] = ACTIONS(598), - [anon_sym_LPAREN] = ACTIONS(596), - [anon_sym_LT] = ACTIONS(596), - [anon_sym_PLUS] = ACTIONS(598), - [anon_sym_DASH] = ACTIONS(598), - [anon_sym_final] = ACTIONS(598), - [anon_sym_BANG] = ACTIONS(596), - [anon_sym_TILDE] = ACTIONS(596), - [anon_sym_PLUS_PLUS] = ACTIONS(596), - [anon_sym_DASH_DASH] = ACTIONS(596), - [anon_sym_new] = ACTIONS(598), - [anon_sym_class] = ACTIONS(598), - [anon_sym_switch] = ACTIONS(598), - [anon_sym_LBRACE] = ACTIONS(596), - [anon_sym_RBRACE] = ACTIONS(596), - [anon_sym_case] = ACTIONS(598), - [anon_sym_default] = ACTIONS(598), - [anon_sym_SEMI] = ACTIONS(596), - [anon_sym_assert] = ACTIONS(598), - [anon_sym_do] = ACTIONS(598), - [anon_sym_while] = ACTIONS(598), - [anon_sym_break] = ACTIONS(598), - [anon_sym_continue] = ACTIONS(598), - [anon_sym_return] = ACTIONS(598), - [anon_sym_yield] = ACTIONS(598), - [anon_sym_synchronized] = ACTIONS(598), - [anon_sym_throw] = ACTIONS(598), - [anon_sym_try] = ACTIONS(598), - [anon_sym_if] = ACTIONS(598), - [anon_sym_else] = ACTIONS(598), - [anon_sym_for] = ACTIONS(598), - [anon_sym_AT] = ACTIONS(598), - [anon_sym_open] = ACTIONS(598), - [anon_sym_module] = ACTIONS(598), - [anon_sym_static] = ACTIONS(598), - [anon_sym_package] = ACTIONS(598), - [anon_sym_import] = ACTIONS(598), - [anon_sym_enum] = ACTIONS(598), - [anon_sym_public] = ACTIONS(598), - [anon_sym_protected] = ACTIONS(598), - [anon_sym_private] = ACTIONS(598), - [anon_sym_abstract] = ACTIONS(598), - [anon_sym_strictfp] = ACTIONS(598), - [anon_sym_native] = ACTIONS(598), - [anon_sym_transient] = ACTIONS(598), - [anon_sym_volatile] = ACTIONS(598), - [anon_sym_sealed] = ACTIONS(598), - [anon_sym_non_DASHsealed] = ACTIONS(596), - [anon_sym_record] = ACTIONS(598), - [anon_sym_ATinterface] = ACTIONS(596), - [anon_sym_interface] = ACTIONS(598), - [anon_sym_byte] = ACTIONS(598), - [anon_sym_short] = ACTIONS(598), - [anon_sym_int] = ACTIONS(598), - [anon_sym_long] = ACTIONS(598), - [anon_sym_char] = ACTIONS(598), - [anon_sym_float] = ACTIONS(598), - [anon_sym_double] = ACTIONS(598), - [sym_boolean_type] = ACTIONS(598), - [sym_void_type] = ACTIONS(598), - [sym_this] = ACTIONS(598), - [sym_super] = ACTIONS(598), + [anon_sym_yield] = ACTIONS(67), + [anon_sym_AT] = ACTIONS(275), + [anon_sym_open] = ACTIONS(67), + [anon_sym_module] = ACTIONS(67), + [anon_sym_with] = ACTIONS(67), + [anon_sym_sealed] = ACTIONS(67), + [anon_sym_record] = ACTIONS(67), + [anon_sym_byte] = ACTIONS(85), + [anon_sym_short] = ACTIONS(85), + [anon_sym_int] = ACTIONS(85), + [anon_sym_long] = ACTIONS(85), + [anon_sym_char] = ACTIONS(85), + [anon_sym_float] = ACTIONS(87), + [anon_sym_double] = ACTIONS(87), + [sym_boolean_type] = ACTIONS(89), + [sym_void_type] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, - [212] = { - [sym__literal] = STATE(507), - [sym_string_literal] = STATE(510), - [sym__string_literal] = STATE(498), - [sym__multiline_string_literal] = STATE(498), - [sym_expression] = STATE(655), - [sym_cast_expression] = STATE(524), - [sym_assignment_expression] = STATE(524), - [sym_binary_expression] = STATE(524), - [sym_instanceof_expression] = STATE(524), - [sym_lambda_expression] = STATE(524), - [sym_inferred_parameters] = STATE(1259), - [sym_ternary_expression] = STATE(524), - [sym_unary_expression] = STATE(524), - [sym_update_expression] = STATE(524), - [sym_primary_expression] = STATE(470), - [sym_array_creation_expression] = STATE(507), - [sym_parenthesized_expression] = STATE(507), - [sym_class_literal] = STATE(507), - [sym_object_creation_expression] = STATE(507), - [sym__unqualified_object_creation_expression] = STATE(483), - [sym_field_access] = STATE(384), - [sym_array_access] = STATE(384), - [sym_method_invocation] = STATE(507), - [sym_method_reference] = STATE(507), - [sym_switch_expression] = STATE(524), - [sym__annotation] = STATE(683), - [sym_marker_annotation] = STATE(683), - [sym_annotation] = STATE(683), - [sym__type] = STATE(1266), - [sym__unannotated_type] = STATE(795), - [sym_annotated_type] = STATE(797), - [sym_scoped_type_identifier] = STATE(745), - [sym_generic_type] = STATE(771), - [sym_array_type] = STATE(702), - [sym_integral_type] = STATE(702), - [sym_floating_point_type] = STATE(702), - [sym_formal_parameters] = STATE(1259), - [aux_sym_array_creation_expression_repeat1] = STATE(683), - [sym_identifier] = ACTIONS(301), + [176] = { + [sym__literal] = STATE(498), + [sym_string_literal] = STATE(505), + [sym__string_literal] = STATE(508), + [sym__multiline_string_literal] = STATE(508), + [sym_expression] = STATE(628), + [sym_cast_expression] = STATE(538), + [sym_assignment_expression] = STATE(538), + [sym_binary_expression] = STATE(538), + [sym_instanceof_expression] = STATE(538), + [sym_lambda_expression] = STATE(538), + [sym_inferred_parameters] = STATE(1218), + [sym_ternary_expression] = STATE(538), + [sym_unary_expression] = STATE(538), + [sym_update_expression] = STATE(538), + [sym_primary_expression] = STATE(509), + [sym_array_creation_expression] = STATE(498), + [sym_parenthesized_expression] = STATE(498), + [sym_class_literal] = STATE(498), + [sym_object_creation_expression] = STATE(498), + [sym__unqualified_object_creation_expression] = STATE(515), + [sym_field_access] = STATE(385), + [sym_array_access] = STATE(385), + [sym_method_invocation] = STATE(498), + [sym_method_reference] = STATE(498), + [sym_switch_expression] = STATE(538), + [sym__annotation] = STATE(694), + [sym_marker_annotation] = STATE(694), + [sym_annotation] = STATE(694), + [sym__type] = STATE(1208), + [sym__unannotated_type] = STATE(805), + [sym_annotated_type] = STATE(831), + [sym_scoped_type_identifier] = STATE(735), + [sym_generic_type] = STATE(751), + [sym_array_type] = STATE(688), + [sym_integral_type] = STATE(688), + [sym_floating_point_type] = STATE(688), + [sym_formal_parameters] = STATE(1218), + [sym__reserved_identifier] = STATE(372), + [aux_sym_array_creation_expression_repeat1] = STATE(694), + [sym_identifier] = ACTIONS(269), [sym_decimal_integer_literal] = ACTIONS(9), [sym_hex_integer_literal] = ACTIONS(9), [sym_octal_integer_literal] = ACTIONS(9), @@ -32490,143 +29930,68 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DASH_DASH] = ACTIONS(25), [anon_sym_new] = ACTIONS(27), [anon_sym_switch] = ACTIONS(31), - [anon_sym_AT] = ACTIONS(329), - [anon_sym_open] = ACTIONS(305), - [anon_sym_module] = ACTIONS(305), - [anon_sym_record] = ACTIONS(305), - [anon_sym_byte] = ACTIONS(81), - [anon_sym_short] = ACTIONS(81), - [anon_sym_int] = ACTIONS(81), - [anon_sym_long] = ACTIONS(81), - [anon_sym_char] = ACTIONS(81), - [anon_sym_float] = ACTIONS(83), - [anon_sym_double] = ACTIONS(83), - [sym_boolean_type] = ACTIONS(85), - [sym_void_type] = ACTIONS(85), - [sym_this] = ACTIONS(87), - [sym_super] = ACTIONS(89), - [sym_line_comment] = ACTIONS(3), - [sym_block_comment] = ACTIONS(3), - }, - [213] = { - [ts_builtin_sym_end] = ACTIONS(600), - [sym_identifier] = ACTIONS(602), - [sym_decimal_integer_literal] = ACTIONS(602), - [sym_hex_integer_literal] = ACTIONS(602), - [sym_octal_integer_literal] = ACTIONS(602), - [sym_binary_integer_literal] = ACTIONS(600), - [sym_decimal_floating_point_literal] = ACTIONS(600), - [sym_hex_floating_point_literal] = ACTIONS(602), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_character_literal] = ACTIONS(600), - [anon_sym_DQUOTE] = ACTIONS(602), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(600), - [sym_null_literal] = ACTIONS(602), - [anon_sym_LPAREN] = ACTIONS(600), - [anon_sym_LT] = ACTIONS(600), - [anon_sym_PLUS] = ACTIONS(602), - [anon_sym_DASH] = ACTIONS(602), - [anon_sym_final] = ACTIONS(602), - [anon_sym_BANG] = ACTIONS(600), - [anon_sym_TILDE] = ACTIONS(600), - [anon_sym_PLUS_PLUS] = ACTIONS(600), - [anon_sym_DASH_DASH] = ACTIONS(600), - [anon_sym_new] = ACTIONS(602), - [anon_sym_class] = ACTIONS(602), - [anon_sym_switch] = ACTIONS(602), - [anon_sym_LBRACE] = ACTIONS(600), - [anon_sym_RBRACE] = ACTIONS(600), - [anon_sym_case] = ACTIONS(602), - [anon_sym_default] = ACTIONS(602), - [anon_sym_SEMI] = ACTIONS(600), - [anon_sym_assert] = ACTIONS(602), - [anon_sym_do] = ACTIONS(602), - [anon_sym_while] = ACTIONS(602), - [anon_sym_break] = ACTIONS(602), - [anon_sym_continue] = ACTIONS(602), - [anon_sym_return] = ACTIONS(602), - [anon_sym_yield] = ACTIONS(602), - [anon_sym_synchronized] = ACTIONS(602), - [anon_sym_throw] = ACTIONS(602), - [anon_sym_try] = ACTIONS(602), - [anon_sym_if] = ACTIONS(602), - [anon_sym_else] = ACTIONS(602), - [anon_sym_for] = ACTIONS(602), - [anon_sym_AT] = ACTIONS(602), - [anon_sym_open] = ACTIONS(602), - [anon_sym_module] = ACTIONS(602), - [anon_sym_static] = ACTIONS(602), - [anon_sym_package] = ACTIONS(602), - [anon_sym_import] = ACTIONS(602), - [anon_sym_enum] = ACTIONS(602), - [anon_sym_public] = ACTIONS(602), - [anon_sym_protected] = ACTIONS(602), - [anon_sym_private] = ACTIONS(602), - [anon_sym_abstract] = ACTIONS(602), - [anon_sym_strictfp] = ACTIONS(602), - [anon_sym_native] = ACTIONS(602), - [anon_sym_transient] = ACTIONS(602), - [anon_sym_volatile] = ACTIONS(602), - [anon_sym_sealed] = ACTIONS(602), - [anon_sym_non_DASHsealed] = ACTIONS(600), - [anon_sym_record] = ACTIONS(602), - [anon_sym_ATinterface] = ACTIONS(600), - [anon_sym_interface] = ACTIONS(602), - [anon_sym_byte] = ACTIONS(602), - [anon_sym_short] = ACTIONS(602), - [anon_sym_int] = ACTIONS(602), - [anon_sym_long] = ACTIONS(602), - [anon_sym_char] = ACTIONS(602), - [anon_sym_float] = ACTIONS(602), - [anon_sym_double] = ACTIONS(602), - [sym_boolean_type] = ACTIONS(602), - [sym_void_type] = ACTIONS(602), - [sym_this] = ACTIONS(602), - [sym_super] = ACTIONS(602), + [anon_sym_yield] = ACTIONS(67), + [anon_sym_AT] = ACTIONS(275), + [anon_sym_open] = ACTIONS(67), + [anon_sym_module] = ACTIONS(67), + [anon_sym_with] = ACTIONS(67), + [anon_sym_sealed] = ACTIONS(67), + [anon_sym_record] = ACTIONS(67), + [anon_sym_byte] = ACTIONS(85), + [anon_sym_short] = ACTIONS(85), + [anon_sym_int] = ACTIONS(85), + [anon_sym_long] = ACTIONS(85), + [anon_sym_char] = ACTIONS(85), + [anon_sym_float] = ACTIONS(87), + [anon_sym_double] = ACTIONS(87), + [sym_boolean_type] = ACTIONS(89), + [sym_void_type] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, - [214] = { - [sym__literal] = STATE(507), - [sym_string_literal] = STATE(510), - [sym__string_literal] = STATE(498), - [sym__multiline_string_literal] = STATE(498), - [sym_expression] = STATE(656), - [sym_cast_expression] = STATE(524), - [sym_assignment_expression] = STATE(524), - [sym_binary_expression] = STATE(524), - [sym_instanceof_expression] = STATE(524), - [sym_lambda_expression] = STATE(524), - [sym_inferred_parameters] = STATE(1259), - [sym_ternary_expression] = STATE(524), - [sym_unary_expression] = STATE(524), - [sym_update_expression] = STATE(524), - [sym_primary_expression] = STATE(470), - [sym_array_creation_expression] = STATE(507), - [sym_parenthesized_expression] = STATE(507), - [sym_class_literal] = STATE(507), - [sym_object_creation_expression] = STATE(507), - [sym__unqualified_object_creation_expression] = STATE(483), - [sym_field_access] = STATE(384), - [sym_array_access] = STATE(384), - [sym_method_invocation] = STATE(507), - [sym_method_reference] = STATE(507), - [sym_switch_expression] = STATE(524), - [sym__annotation] = STATE(683), - [sym_marker_annotation] = STATE(683), - [sym_annotation] = STATE(683), - [sym__type] = STATE(1266), - [sym__unannotated_type] = STATE(795), - [sym_annotated_type] = STATE(797), - [sym_scoped_type_identifier] = STATE(745), - [sym_generic_type] = STATE(771), - [sym_array_type] = STATE(702), - [sym_integral_type] = STATE(702), - [sym_floating_point_type] = STATE(702), - [sym_formal_parameters] = STATE(1259), - [aux_sym_array_creation_expression_repeat1] = STATE(683), - [sym_identifier] = ACTIONS(301), + [177] = { + [sym__literal] = STATE(498), + [sym_string_literal] = STATE(505), + [sym__string_literal] = STATE(508), + [sym__multiline_string_literal] = STATE(508), + [sym_expression] = STATE(541), + [sym_cast_expression] = STATE(538), + [sym_assignment_expression] = STATE(538), + [sym_binary_expression] = STATE(538), + [sym_instanceof_expression] = STATE(538), + [sym_lambda_expression] = STATE(538), + [sym_inferred_parameters] = STATE(1218), + [sym_ternary_expression] = STATE(538), + [sym_unary_expression] = STATE(538), + [sym_update_expression] = STATE(538), + [sym_primary_expression] = STATE(509), + [sym_array_creation_expression] = STATE(498), + [sym_parenthesized_expression] = STATE(498), + [sym_class_literal] = STATE(498), + [sym_object_creation_expression] = STATE(498), + [sym__unqualified_object_creation_expression] = STATE(515), + [sym_field_access] = STATE(385), + [sym_array_access] = STATE(385), + [sym_method_invocation] = STATE(498), + [sym_method_reference] = STATE(498), + [sym_switch_expression] = STATE(538), + [sym__annotation] = STATE(694), + [sym_marker_annotation] = STATE(694), + [sym_annotation] = STATE(694), + [sym__type] = STATE(1208), + [sym__unannotated_type] = STATE(805), + [sym_annotated_type] = STATE(831), + [sym_scoped_type_identifier] = STATE(735), + [sym_generic_type] = STATE(751), + [sym_array_type] = STATE(688), + [sym_integral_type] = STATE(688), + [sym_floating_point_type] = STATE(688), + [sym_formal_parameters] = STATE(1218), + [sym__reserved_identifier] = STATE(372), + [aux_sym_array_creation_expression_repeat1] = STATE(694), + [sym_identifier] = ACTIONS(269), [sym_decimal_integer_literal] = ACTIONS(9), [sym_hex_integer_literal] = ACTIONS(9), [sym_octal_integer_literal] = ACTIONS(9), @@ -32648,222 +30013,68 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DASH_DASH] = ACTIONS(25), [anon_sym_new] = ACTIONS(27), [anon_sym_switch] = ACTIONS(31), - [anon_sym_AT] = ACTIONS(329), - [anon_sym_open] = ACTIONS(305), - [anon_sym_module] = ACTIONS(305), - [anon_sym_record] = ACTIONS(305), - [anon_sym_byte] = ACTIONS(81), - [anon_sym_short] = ACTIONS(81), - [anon_sym_int] = ACTIONS(81), - [anon_sym_long] = ACTIONS(81), - [anon_sym_char] = ACTIONS(81), - [anon_sym_float] = ACTIONS(83), - [anon_sym_double] = ACTIONS(83), - [sym_boolean_type] = ACTIONS(85), - [sym_void_type] = ACTIONS(85), - [sym_this] = ACTIONS(87), - [sym_super] = ACTIONS(89), - [sym_line_comment] = ACTIONS(3), - [sym_block_comment] = ACTIONS(3), - }, - [215] = { - [ts_builtin_sym_end] = ACTIONS(604), - [sym_identifier] = ACTIONS(606), - [sym_decimal_integer_literal] = ACTIONS(606), - [sym_hex_integer_literal] = ACTIONS(606), - [sym_octal_integer_literal] = ACTIONS(606), - [sym_binary_integer_literal] = ACTIONS(604), - [sym_decimal_floating_point_literal] = ACTIONS(604), - [sym_hex_floating_point_literal] = ACTIONS(606), - [sym_true] = ACTIONS(606), - [sym_false] = ACTIONS(606), - [sym_character_literal] = ACTIONS(604), - [anon_sym_DQUOTE] = ACTIONS(606), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(604), - [sym_null_literal] = ACTIONS(606), - [anon_sym_LPAREN] = ACTIONS(604), - [anon_sym_LT] = ACTIONS(604), - [anon_sym_PLUS] = ACTIONS(606), - [anon_sym_DASH] = ACTIONS(606), - [anon_sym_final] = ACTIONS(606), - [anon_sym_BANG] = ACTIONS(604), - [anon_sym_TILDE] = ACTIONS(604), - [anon_sym_PLUS_PLUS] = ACTIONS(604), - [anon_sym_DASH_DASH] = ACTIONS(604), - [anon_sym_new] = ACTIONS(606), - [anon_sym_class] = ACTIONS(606), - [anon_sym_switch] = ACTIONS(606), - [anon_sym_LBRACE] = ACTIONS(604), - [anon_sym_RBRACE] = ACTIONS(604), - [anon_sym_case] = ACTIONS(606), - [anon_sym_default] = ACTIONS(606), - [anon_sym_SEMI] = ACTIONS(604), - [anon_sym_assert] = ACTIONS(606), - [anon_sym_do] = ACTIONS(606), - [anon_sym_while] = ACTIONS(606), - [anon_sym_break] = ACTIONS(606), - [anon_sym_continue] = ACTIONS(606), - [anon_sym_return] = ACTIONS(606), - [anon_sym_yield] = ACTIONS(606), - [anon_sym_synchronized] = ACTIONS(606), - [anon_sym_throw] = ACTIONS(606), - [anon_sym_try] = ACTIONS(606), - [anon_sym_if] = ACTIONS(606), - [anon_sym_else] = ACTIONS(606), - [anon_sym_for] = ACTIONS(606), - [anon_sym_AT] = ACTIONS(606), - [anon_sym_open] = ACTIONS(606), - [anon_sym_module] = ACTIONS(606), - [anon_sym_static] = ACTIONS(606), - [anon_sym_package] = ACTIONS(606), - [anon_sym_import] = ACTIONS(606), - [anon_sym_enum] = ACTIONS(606), - [anon_sym_public] = ACTIONS(606), - [anon_sym_protected] = ACTIONS(606), - [anon_sym_private] = ACTIONS(606), - [anon_sym_abstract] = ACTIONS(606), - [anon_sym_strictfp] = ACTIONS(606), - [anon_sym_native] = ACTIONS(606), - [anon_sym_transient] = ACTIONS(606), - [anon_sym_volatile] = ACTIONS(606), - [anon_sym_sealed] = ACTIONS(606), - [anon_sym_non_DASHsealed] = ACTIONS(604), - [anon_sym_record] = ACTIONS(606), - [anon_sym_ATinterface] = ACTIONS(604), - [anon_sym_interface] = ACTIONS(606), - [anon_sym_byte] = ACTIONS(606), - [anon_sym_short] = ACTIONS(606), - [anon_sym_int] = ACTIONS(606), - [anon_sym_long] = ACTIONS(606), - [anon_sym_char] = ACTIONS(606), - [anon_sym_float] = ACTIONS(606), - [anon_sym_double] = ACTIONS(606), - [sym_boolean_type] = ACTIONS(606), - [sym_void_type] = ACTIONS(606), - [sym_this] = ACTIONS(606), - [sym_super] = ACTIONS(606), - [sym_line_comment] = ACTIONS(3), - [sym_block_comment] = ACTIONS(3), - }, - [216] = { - [ts_builtin_sym_end] = ACTIONS(608), - [sym_identifier] = ACTIONS(610), - [sym_decimal_integer_literal] = ACTIONS(610), - [sym_hex_integer_literal] = ACTIONS(610), - [sym_octal_integer_literal] = ACTIONS(610), - [sym_binary_integer_literal] = ACTIONS(608), - [sym_decimal_floating_point_literal] = ACTIONS(608), - [sym_hex_floating_point_literal] = ACTIONS(610), - [sym_true] = ACTIONS(610), - [sym_false] = ACTIONS(610), - [sym_character_literal] = ACTIONS(608), - [anon_sym_DQUOTE] = ACTIONS(610), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(608), - [sym_null_literal] = ACTIONS(610), - [anon_sym_LPAREN] = ACTIONS(608), - [anon_sym_LT] = ACTIONS(608), - [anon_sym_PLUS] = ACTIONS(610), - [anon_sym_DASH] = ACTIONS(610), - [anon_sym_final] = ACTIONS(610), - [anon_sym_BANG] = ACTIONS(608), - [anon_sym_TILDE] = ACTIONS(608), - [anon_sym_PLUS_PLUS] = ACTIONS(608), - [anon_sym_DASH_DASH] = ACTIONS(608), - [anon_sym_new] = ACTIONS(610), - [anon_sym_class] = ACTIONS(610), - [anon_sym_switch] = ACTIONS(610), - [anon_sym_LBRACE] = ACTIONS(608), - [anon_sym_RBRACE] = ACTIONS(608), - [anon_sym_case] = ACTIONS(610), - [anon_sym_default] = ACTIONS(610), - [anon_sym_SEMI] = ACTIONS(608), - [anon_sym_assert] = ACTIONS(610), - [anon_sym_do] = ACTIONS(610), - [anon_sym_while] = ACTIONS(610), - [anon_sym_break] = ACTIONS(610), - [anon_sym_continue] = ACTIONS(610), - [anon_sym_return] = ACTIONS(610), - [anon_sym_yield] = ACTIONS(610), - [anon_sym_synchronized] = ACTIONS(610), - [anon_sym_throw] = ACTIONS(610), - [anon_sym_try] = ACTIONS(610), - [anon_sym_if] = ACTIONS(610), - [anon_sym_else] = ACTIONS(610), - [anon_sym_for] = ACTIONS(610), - [anon_sym_AT] = ACTIONS(610), - [anon_sym_open] = ACTIONS(610), - [anon_sym_module] = ACTIONS(610), - [anon_sym_static] = ACTIONS(610), - [anon_sym_package] = ACTIONS(610), - [anon_sym_import] = ACTIONS(610), - [anon_sym_enum] = ACTIONS(610), - [anon_sym_public] = ACTIONS(610), - [anon_sym_protected] = ACTIONS(610), - [anon_sym_private] = ACTIONS(610), - [anon_sym_abstract] = ACTIONS(610), - [anon_sym_strictfp] = ACTIONS(610), - [anon_sym_native] = ACTIONS(610), - [anon_sym_transient] = ACTIONS(610), - [anon_sym_volatile] = ACTIONS(610), - [anon_sym_sealed] = ACTIONS(610), - [anon_sym_non_DASHsealed] = ACTIONS(608), - [anon_sym_record] = ACTIONS(610), - [anon_sym_ATinterface] = ACTIONS(608), - [anon_sym_interface] = ACTIONS(610), - [anon_sym_byte] = ACTIONS(610), - [anon_sym_short] = ACTIONS(610), - [anon_sym_int] = ACTIONS(610), - [anon_sym_long] = ACTIONS(610), - [anon_sym_char] = ACTIONS(610), - [anon_sym_float] = ACTIONS(610), - [anon_sym_double] = ACTIONS(610), - [sym_boolean_type] = ACTIONS(610), - [sym_void_type] = ACTIONS(610), - [sym_this] = ACTIONS(610), - [sym_super] = ACTIONS(610), + [anon_sym_yield] = ACTIONS(67), + [anon_sym_AT] = ACTIONS(275), + [anon_sym_open] = ACTIONS(67), + [anon_sym_module] = ACTIONS(67), + [anon_sym_with] = ACTIONS(67), + [anon_sym_sealed] = ACTIONS(67), + [anon_sym_record] = ACTIONS(67), + [anon_sym_byte] = ACTIONS(85), + [anon_sym_short] = ACTIONS(85), + [anon_sym_int] = ACTIONS(85), + [anon_sym_long] = ACTIONS(85), + [anon_sym_char] = ACTIONS(85), + [anon_sym_float] = ACTIONS(87), + [anon_sym_double] = ACTIONS(87), + [sym_boolean_type] = ACTIONS(89), + [sym_void_type] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, - [217] = { - [sym__literal] = STATE(507), - [sym_string_literal] = STATE(510), - [sym__string_literal] = STATE(498), - [sym__multiline_string_literal] = STATE(498), - [sym_expression] = STATE(603), - [sym_cast_expression] = STATE(524), - [sym_assignment_expression] = STATE(524), - [sym_binary_expression] = STATE(524), - [sym_instanceof_expression] = STATE(524), - [sym_lambda_expression] = STATE(524), - [sym_inferred_parameters] = STATE(1273), - [sym_ternary_expression] = STATE(524), - [sym_unary_expression] = STATE(524), - [sym_update_expression] = STATE(524), - [sym_primary_expression] = STATE(470), - [sym_array_creation_expression] = STATE(507), - [sym_parenthesized_expression] = STATE(507), - [sym_class_literal] = STATE(507), - [sym_object_creation_expression] = STATE(507), - [sym__unqualified_object_creation_expression] = STATE(483), - [sym_field_access] = STATE(400), - [sym_array_access] = STATE(400), - [sym_method_invocation] = STATE(507), - [sym_method_reference] = STATE(507), - [sym_switch_expression] = STATE(524), - [sym__annotation] = STATE(683), - [sym_marker_annotation] = STATE(683), - [sym_annotation] = STATE(683), - [sym__type] = STATE(1266), - [sym__unannotated_type] = STATE(795), - [sym_annotated_type] = STATE(797), - [sym_scoped_type_identifier] = STATE(745), - [sym_generic_type] = STATE(771), - [sym_array_type] = STATE(702), - [sym_integral_type] = STATE(702), - [sym_floating_point_type] = STATE(702), - [sym_formal_parameters] = STATE(1273), - [aux_sym_array_creation_expression_repeat1] = STATE(683), - [sym_identifier] = ACTIONS(376), + [178] = { + [sym__literal] = STATE(498), + [sym_string_literal] = STATE(505), + [sym__string_literal] = STATE(508), + [sym__multiline_string_literal] = STATE(508), + [sym_expression] = STATE(543), + [sym_cast_expression] = STATE(538), + [sym_assignment_expression] = STATE(538), + [sym_binary_expression] = STATE(538), + [sym_instanceof_expression] = STATE(538), + [sym_lambda_expression] = STATE(538), + [sym_inferred_parameters] = STATE(1218), + [sym_ternary_expression] = STATE(538), + [sym_unary_expression] = STATE(538), + [sym_update_expression] = STATE(538), + [sym_primary_expression] = STATE(509), + [sym_array_creation_expression] = STATE(498), + [sym_parenthesized_expression] = STATE(498), + [sym_class_literal] = STATE(498), + [sym_object_creation_expression] = STATE(498), + [sym__unqualified_object_creation_expression] = STATE(515), + [sym_field_access] = STATE(385), + [sym_array_access] = STATE(385), + [sym_method_invocation] = STATE(498), + [sym_method_reference] = STATE(498), + [sym_switch_expression] = STATE(538), + [sym__annotation] = STATE(694), + [sym_marker_annotation] = STATE(694), + [sym_annotation] = STATE(694), + [sym__type] = STATE(1208), + [sym__unannotated_type] = STATE(805), + [sym_annotated_type] = STATE(831), + [sym_scoped_type_identifier] = STATE(735), + [sym_generic_type] = STATE(751), + [sym_array_type] = STATE(688), + [sym_integral_type] = STATE(688), + [sym_floating_point_type] = STATE(688), + [sym_formal_parameters] = STATE(1218), + [sym__reserved_identifier] = STATE(372), + [aux_sym_array_creation_expression_repeat1] = STATE(694), + [sym_identifier] = ACTIONS(269), [sym_decimal_integer_literal] = ACTIONS(9), [sym_hex_integer_literal] = ACTIONS(9), [sym_octal_integer_literal] = ACTIONS(9), @@ -32876,73 +30087,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DQUOTE] = ACTIONS(13), [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(15), [sym_null_literal] = ACTIONS(9), - [anon_sym_LPAREN] = ACTIONS(378), - [anon_sym_PLUS] = ACTIONS(380), - [anon_sym_DASH] = ACTIONS(380), - [anon_sym_BANG] = ACTIONS(382), - [anon_sym_TILDE] = ACTIONS(382), - [anon_sym_PLUS_PLUS] = ACTIONS(384), - [anon_sym_DASH_DASH] = ACTIONS(384), + [anon_sym_LPAREN] = ACTIONS(17), + [anon_sym_PLUS] = ACTIONS(19), + [anon_sym_DASH] = ACTIONS(19), + [anon_sym_BANG] = ACTIONS(23), + [anon_sym_TILDE] = ACTIONS(23), + [anon_sym_PLUS_PLUS] = ACTIONS(25), + [anon_sym_DASH_DASH] = ACTIONS(25), [anon_sym_new] = ACTIONS(27), [anon_sym_switch] = ACTIONS(31), - [anon_sym_AT] = ACTIONS(329), - [anon_sym_open] = ACTIONS(386), - [anon_sym_module] = ACTIONS(386), - [anon_sym_record] = ACTIONS(386), - [anon_sym_byte] = ACTIONS(81), - [anon_sym_short] = ACTIONS(81), - [anon_sym_int] = ACTIONS(81), - [anon_sym_long] = ACTIONS(81), - [anon_sym_char] = ACTIONS(81), - [anon_sym_float] = ACTIONS(83), - [anon_sym_double] = ACTIONS(83), - [sym_boolean_type] = ACTIONS(85), - [sym_void_type] = ACTIONS(85), - [sym_this] = ACTIONS(87), - [sym_super] = ACTIONS(89), + [anon_sym_yield] = ACTIONS(67), + [anon_sym_AT] = ACTIONS(275), + [anon_sym_open] = ACTIONS(67), + [anon_sym_module] = ACTIONS(67), + [anon_sym_with] = ACTIONS(67), + [anon_sym_sealed] = ACTIONS(67), + [anon_sym_record] = ACTIONS(67), + [anon_sym_byte] = ACTIONS(85), + [anon_sym_short] = ACTIONS(85), + [anon_sym_int] = ACTIONS(85), + [anon_sym_long] = ACTIONS(85), + [anon_sym_char] = ACTIONS(85), + [anon_sym_float] = ACTIONS(87), + [anon_sym_double] = ACTIONS(87), + [sym_boolean_type] = ACTIONS(89), + [sym_void_type] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, - [218] = { - [sym__literal] = STATE(507), - [sym_string_literal] = STATE(510), - [sym__string_literal] = STATE(498), - [sym__multiline_string_literal] = STATE(498), - [sym_expression] = STATE(572), - [sym_cast_expression] = STATE(524), - [sym_assignment_expression] = STATE(524), - [sym_binary_expression] = STATE(524), - [sym_instanceof_expression] = STATE(524), - [sym_lambda_expression] = STATE(524), - [sym_inferred_parameters] = STATE(1273), - [sym_ternary_expression] = STATE(524), - [sym_unary_expression] = STATE(524), - [sym_update_expression] = STATE(524), - [sym_primary_expression] = STATE(470), - [sym_array_creation_expression] = STATE(507), - [sym_parenthesized_expression] = STATE(507), - [sym_class_literal] = STATE(507), - [sym_object_creation_expression] = STATE(507), - [sym__unqualified_object_creation_expression] = STATE(483), - [sym_field_access] = STATE(400), - [sym_array_access] = STATE(400), - [sym_method_invocation] = STATE(507), - [sym_method_reference] = STATE(507), - [sym_switch_expression] = STATE(524), - [sym__annotation] = STATE(683), - [sym_marker_annotation] = STATE(683), - [sym_annotation] = STATE(683), - [sym__type] = STATE(1266), - [sym__unannotated_type] = STATE(795), - [sym_annotated_type] = STATE(797), - [sym_scoped_type_identifier] = STATE(745), - [sym_generic_type] = STATE(771), - [sym_array_type] = STATE(702), - [sym_integral_type] = STATE(702), - [sym_floating_point_type] = STATE(702), - [sym_formal_parameters] = STATE(1273), - [aux_sym_array_creation_expression_repeat1] = STATE(683), - [sym_identifier] = ACTIONS(376), + [179] = { + [sym__literal] = STATE(498), + [sym_string_literal] = STATE(505), + [sym__string_literal] = STATE(508), + [sym__multiline_string_literal] = STATE(508), + [sym_expression] = STATE(645), + [sym_cast_expression] = STATE(538), + [sym_assignment_expression] = STATE(538), + [sym_binary_expression] = STATE(538), + [sym_instanceof_expression] = STATE(538), + [sym_lambda_expression] = STATE(538), + [sym_inferred_parameters] = STATE(1218), + [sym_ternary_expression] = STATE(538), + [sym_unary_expression] = STATE(538), + [sym_update_expression] = STATE(538), + [sym_primary_expression] = STATE(509), + [sym_array_creation_expression] = STATE(498), + [sym_parenthesized_expression] = STATE(498), + [sym_class_literal] = STATE(498), + [sym_object_creation_expression] = STATE(498), + [sym__unqualified_object_creation_expression] = STATE(515), + [sym_field_access] = STATE(385), + [sym_array_access] = STATE(385), + [sym_method_invocation] = STATE(498), + [sym_method_reference] = STATE(498), + [sym_switch_expression] = STATE(538), + [sym__annotation] = STATE(694), + [sym_marker_annotation] = STATE(694), + [sym_annotation] = STATE(694), + [sym__type] = STATE(1208), + [sym__unannotated_type] = STATE(805), + [sym_annotated_type] = STATE(831), + [sym_scoped_type_identifier] = STATE(735), + [sym_generic_type] = STATE(751), + [sym_array_type] = STATE(688), + [sym_integral_type] = STATE(688), + [sym_floating_point_type] = STATE(688), + [sym_formal_parameters] = STATE(1218), + [sym__reserved_identifier] = STATE(372), + [aux_sym_array_creation_expression_repeat1] = STATE(694), + [sym_identifier] = ACTIONS(269), [sym_decimal_integer_literal] = ACTIONS(9), [sym_hex_integer_literal] = ACTIONS(9), [sym_octal_integer_literal] = ACTIONS(9), @@ -32955,152 +30170,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DQUOTE] = ACTIONS(13), [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(15), [sym_null_literal] = ACTIONS(9), - [anon_sym_LPAREN] = ACTIONS(378), - [anon_sym_PLUS] = ACTIONS(380), - [anon_sym_DASH] = ACTIONS(380), - [anon_sym_BANG] = ACTIONS(382), - [anon_sym_TILDE] = ACTIONS(382), - [anon_sym_PLUS_PLUS] = ACTIONS(384), - [anon_sym_DASH_DASH] = ACTIONS(384), + [anon_sym_LPAREN] = ACTIONS(17), + [anon_sym_PLUS] = ACTIONS(19), + [anon_sym_DASH] = ACTIONS(19), + [anon_sym_BANG] = ACTIONS(23), + [anon_sym_TILDE] = ACTIONS(23), + [anon_sym_PLUS_PLUS] = ACTIONS(25), + [anon_sym_DASH_DASH] = ACTIONS(25), [anon_sym_new] = ACTIONS(27), [anon_sym_switch] = ACTIONS(31), - [anon_sym_AT] = ACTIONS(329), - [anon_sym_open] = ACTIONS(386), - [anon_sym_module] = ACTIONS(386), - [anon_sym_record] = ACTIONS(386), - [anon_sym_byte] = ACTIONS(81), - [anon_sym_short] = ACTIONS(81), - [anon_sym_int] = ACTIONS(81), - [anon_sym_long] = ACTIONS(81), - [anon_sym_char] = ACTIONS(81), - [anon_sym_float] = ACTIONS(83), - [anon_sym_double] = ACTIONS(83), - [sym_boolean_type] = ACTIONS(85), - [sym_void_type] = ACTIONS(85), - [sym_this] = ACTIONS(87), - [sym_super] = ACTIONS(89), + [anon_sym_yield] = ACTIONS(67), + [anon_sym_AT] = ACTIONS(275), + [anon_sym_open] = ACTIONS(67), + [anon_sym_module] = ACTIONS(67), + [anon_sym_with] = ACTIONS(67), + [anon_sym_sealed] = ACTIONS(67), + [anon_sym_record] = ACTIONS(67), + [anon_sym_byte] = ACTIONS(85), + [anon_sym_short] = ACTIONS(85), + [anon_sym_int] = ACTIONS(85), + [anon_sym_long] = ACTIONS(85), + [anon_sym_char] = ACTIONS(85), + [anon_sym_float] = ACTIONS(87), + [anon_sym_double] = ACTIONS(87), + [sym_boolean_type] = ACTIONS(89), + [sym_void_type] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, - [219] = { - [sym__literal] = STATE(507), - [sym_string_literal] = STATE(510), - [sym__string_literal] = STATE(498), - [sym__multiline_string_literal] = STATE(498), + [180] = { + [sym__literal] = STATE(498), + [sym_string_literal] = STATE(505), + [sym__string_literal] = STATE(508), + [sym__multiline_string_literal] = STATE(508), [sym_expression] = STATE(601), - [sym_cast_expression] = STATE(524), - [sym_assignment_expression] = STATE(524), - [sym_binary_expression] = STATE(524), - [sym_instanceof_expression] = STATE(524), - [sym_lambda_expression] = STATE(524), - [sym_inferred_parameters] = STATE(1273), - [sym_ternary_expression] = STATE(524), - [sym_unary_expression] = STATE(524), - [sym_update_expression] = STATE(524), - [sym_primary_expression] = STATE(470), - [sym_array_creation_expression] = STATE(507), - [sym_parenthesized_expression] = STATE(507), - [sym_class_literal] = STATE(507), - [sym_object_creation_expression] = STATE(507), - [sym__unqualified_object_creation_expression] = STATE(483), - [sym_field_access] = STATE(400), - [sym_array_access] = STATE(400), - [sym_method_invocation] = STATE(507), - [sym_method_reference] = STATE(507), - [sym_switch_expression] = STATE(524), - [sym__annotation] = STATE(683), - [sym_marker_annotation] = STATE(683), - [sym_annotation] = STATE(683), - [sym__type] = STATE(1266), - [sym__unannotated_type] = STATE(795), - [sym_annotated_type] = STATE(797), - [sym_scoped_type_identifier] = STATE(745), - [sym_generic_type] = STATE(771), - [sym_array_type] = STATE(702), - [sym_integral_type] = STATE(702), - [sym_floating_point_type] = STATE(702), - [sym_formal_parameters] = STATE(1273), - [aux_sym_array_creation_expression_repeat1] = STATE(683), - [sym_identifier] = ACTIONS(376), - [sym_decimal_integer_literal] = ACTIONS(9), - [sym_hex_integer_literal] = ACTIONS(9), - [sym_octal_integer_literal] = ACTIONS(9), - [sym_binary_integer_literal] = ACTIONS(11), - [sym_decimal_floating_point_literal] = ACTIONS(11), - [sym_hex_floating_point_literal] = ACTIONS(9), - [sym_true] = ACTIONS(9), - [sym_false] = ACTIONS(9), - [sym_character_literal] = ACTIONS(11), - [anon_sym_DQUOTE] = ACTIONS(13), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(15), - [sym_null_literal] = ACTIONS(9), - [anon_sym_LPAREN] = ACTIONS(378), - [anon_sym_PLUS] = ACTIONS(380), - [anon_sym_DASH] = ACTIONS(380), - [anon_sym_BANG] = ACTIONS(382), - [anon_sym_TILDE] = ACTIONS(382), - [anon_sym_PLUS_PLUS] = ACTIONS(384), - [anon_sym_DASH_DASH] = ACTIONS(384), - [anon_sym_new] = ACTIONS(27), - [anon_sym_switch] = ACTIONS(31), - [anon_sym_AT] = ACTIONS(329), - [anon_sym_open] = ACTIONS(386), - [anon_sym_module] = ACTIONS(386), - [anon_sym_record] = ACTIONS(386), - [anon_sym_byte] = ACTIONS(81), - [anon_sym_short] = ACTIONS(81), - [anon_sym_int] = ACTIONS(81), - [anon_sym_long] = ACTIONS(81), - [anon_sym_char] = ACTIONS(81), - [anon_sym_float] = ACTIONS(83), - [anon_sym_double] = ACTIONS(83), - [sym_boolean_type] = ACTIONS(85), - [sym_void_type] = ACTIONS(85), - [sym_this] = ACTIONS(87), - [sym_super] = ACTIONS(89), - [sym_line_comment] = ACTIONS(3), - [sym_block_comment] = ACTIONS(3), - }, - [220] = { - [sym__literal] = STATE(507), - [sym_string_literal] = STATE(510), - [sym__string_literal] = STATE(498), - [sym__multiline_string_literal] = STATE(498), - [sym_expression] = STATE(541), - [sym_cast_expression] = STATE(524), - [sym_assignment_expression] = STATE(524), - [sym_binary_expression] = STATE(524), - [sym_instanceof_expression] = STATE(524), - [sym_lambda_expression] = STATE(524), - [sym_inferred_parameters] = STATE(1273), - [sym_ternary_expression] = STATE(524), - [sym_unary_expression] = STATE(524), - [sym_update_expression] = STATE(524), - [sym_primary_expression] = STATE(470), - [sym_array_creation_expression] = STATE(507), - [sym_parenthesized_expression] = STATE(507), - [sym_class_literal] = STATE(507), - [sym_object_creation_expression] = STATE(507), - [sym__unqualified_object_creation_expression] = STATE(483), - [sym_field_access] = STATE(400), - [sym_array_access] = STATE(400), - [sym_method_invocation] = STATE(507), - [sym_method_reference] = STATE(507), - [sym_switch_expression] = STATE(524), - [sym__annotation] = STATE(683), - [sym_marker_annotation] = STATE(683), - [sym_annotation] = STATE(683), - [sym__type] = STATE(1266), - [sym__unannotated_type] = STATE(795), - [sym_annotated_type] = STATE(797), - [sym_scoped_type_identifier] = STATE(745), - [sym_generic_type] = STATE(771), - [sym_array_type] = STATE(702), - [sym_integral_type] = STATE(702), - [sym_floating_point_type] = STATE(702), - [sym_formal_parameters] = STATE(1273), - [aux_sym_array_creation_expression_repeat1] = STATE(683), - [sym_identifier] = ACTIONS(376), + [sym_cast_expression] = STATE(538), + [sym_assignment_expression] = STATE(538), + [sym_binary_expression] = STATE(538), + [sym_instanceof_expression] = STATE(538), + [sym_lambda_expression] = STATE(538), + [sym_inferred_parameters] = STATE(1213), + [sym_ternary_expression] = STATE(538), + [sym_unary_expression] = STATE(538), + [sym_update_expression] = STATE(538), + [sym_primary_expression] = STATE(509), + [sym_array_creation_expression] = STATE(498), + [sym_parenthesized_expression] = STATE(498), + [sym_class_literal] = STATE(498), + [sym_object_creation_expression] = STATE(498), + [sym__unqualified_object_creation_expression] = STATE(515), + [sym_field_access] = STATE(406), + [sym_array_access] = STATE(406), + [sym_method_invocation] = STATE(498), + [sym_method_reference] = STATE(498), + [sym_switch_expression] = STATE(538), + [sym__annotation] = STATE(694), + [sym_marker_annotation] = STATE(694), + [sym_annotation] = STATE(694), + [sym__type] = STATE(1208), + [sym__unannotated_type] = STATE(805), + [sym_annotated_type] = STATE(831), + [sym_scoped_type_identifier] = STATE(735), + [sym_generic_type] = STATE(751), + [sym_array_type] = STATE(688), + [sym_integral_type] = STATE(688), + [sym_floating_point_type] = STATE(688), + [sym_formal_parameters] = STATE(1213), + [sym__reserved_identifier] = STATE(388), + [aux_sym_array_creation_expression_repeat1] = STATE(694), + [sym_identifier] = ACTIONS(383), [sym_decimal_integer_literal] = ACTIONS(9), [sym_hex_integer_literal] = ACTIONS(9), [sym_octal_integer_literal] = ACTIONS(9), @@ -33113,73 +30253,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DQUOTE] = ACTIONS(13), [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(15), [sym_null_literal] = ACTIONS(9), - [anon_sym_LPAREN] = ACTIONS(378), - [anon_sym_PLUS] = ACTIONS(380), - [anon_sym_DASH] = ACTIONS(380), - [anon_sym_BANG] = ACTIONS(382), - [anon_sym_TILDE] = ACTIONS(382), - [anon_sym_PLUS_PLUS] = ACTIONS(384), - [anon_sym_DASH_DASH] = ACTIONS(384), + [anon_sym_LPAREN] = ACTIONS(367), + [anon_sym_PLUS] = ACTIONS(369), + [anon_sym_DASH] = ACTIONS(369), + [anon_sym_BANG] = ACTIONS(371), + [anon_sym_TILDE] = ACTIONS(371), + [anon_sym_PLUS_PLUS] = ACTIONS(373), + [anon_sym_DASH_DASH] = ACTIONS(373), [anon_sym_new] = ACTIONS(27), [anon_sym_switch] = ACTIONS(31), - [anon_sym_AT] = ACTIONS(329), - [anon_sym_open] = ACTIONS(386), - [anon_sym_module] = ACTIONS(386), - [anon_sym_record] = ACTIONS(386), - [anon_sym_byte] = ACTIONS(81), - [anon_sym_short] = ACTIONS(81), - [anon_sym_int] = ACTIONS(81), - [anon_sym_long] = ACTIONS(81), - [anon_sym_char] = ACTIONS(81), - [anon_sym_float] = ACTIONS(83), - [anon_sym_double] = ACTIONS(83), - [sym_boolean_type] = ACTIONS(85), - [sym_void_type] = ACTIONS(85), - [sym_this] = ACTIONS(87), - [sym_super] = ACTIONS(89), + [anon_sym_yield] = ACTIONS(67), + [anon_sym_AT] = ACTIONS(275), + [anon_sym_open] = ACTIONS(67), + [anon_sym_module] = ACTIONS(67), + [anon_sym_with] = ACTIONS(67), + [anon_sym_sealed] = ACTIONS(67), + [anon_sym_record] = ACTIONS(67), + [anon_sym_byte] = ACTIONS(85), + [anon_sym_short] = ACTIONS(85), + [anon_sym_int] = ACTIONS(85), + [anon_sym_long] = ACTIONS(85), + [anon_sym_char] = ACTIONS(85), + [anon_sym_float] = ACTIONS(87), + [anon_sym_double] = ACTIONS(87), + [sym_boolean_type] = ACTIONS(89), + [sym_void_type] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, - [221] = { - [sym__literal] = STATE(507), - [sym_string_literal] = STATE(510), - [sym__string_literal] = STATE(498), - [sym__multiline_string_literal] = STATE(498), - [sym_expression] = STATE(600), - [sym_cast_expression] = STATE(524), - [sym_assignment_expression] = STATE(524), - [sym_binary_expression] = STATE(524), - [sym_instanceof_expression] = STATE(524), - [sym_lambda_expression] = STATE(524), - [sym_inferred_parameters] = STATE(1273), - [sym_ternary_expression] = STATE(524), - [sym_unary_expression] = STATE(524), - [sym_update_expression] = STATE(524), - [sym_primary_expression] = STATE(470), - [sym_array_creation_expression] = STATE(507), - [sym_parenthesized_expression] = STATE(507), - [sym_class_literal] = STATE(507), - [sym_object_creation_expression] = STATE(507), - [sym__unqualified_object_creation_expression] = STATE(483), - [sym_field_access] = STATE(400), - [sym_array_access] = STATE(400), - [sym_method_invocation] = STATE(507), - [sym_method_reference] = STATE(507), - [sym_switch_expression] = STATE(524), - [sym__annotation] = STATE(683), - [sym_marker_annotation] = STATE(683), - [sym_annotation] = STATE(683), - [sym__type] = STATE(1266), - [sym__unannotated_type] = STATE(795), - [sym_annotated_type] = STATE(797), - [sym_scoped_type_identifier] = STATE(745), - [sym_generic_type] = STATE(771), - [sym_array_type] = STATE(702), - [sym_integral_type] = STATE(702), - [sym_floating_point_type] = STATE(702), - [sym_formal_parameters] = STATE(1273), - [aux_sym_array_creation_expression_repeat1] = STATE(683), - [sym_identifier] = ACTIONS(376), + [181] = { + [sym__literal] = STATE(498), + [sym_string_literal] = STATE(505), + [sym__string_literal] = STATE(508), + [sym__multiline_string_literal] = STATE(508), + [sym_expression] = STATE(604), + [sym_cast_expression] = STATE(538), + [sym_assignment_expression] = STATE(538), + [sym_binary_expression] = STATE(538), + [sym_instanceof_expression] = STATE(538), + [sym_lambda_expression] = STATE(538), + [sym_inferred_parameters] = STATE(1213), + [sym_ternary_expression] = STATE(538), + [sym_unary_expression] = STATE(538), + [sym_update_expression] = STATE(538), + [sym_primary_expression] = STATE(509), + [sym_array_creation_expression] = STATE(498), + [sym_parenthesized_expression] = STATE(498), + [sym_class_literal] = STATE(498), + [sym_object_creation_expression] = STATE(498), + [sym__unqualified_object_creation_expression] = STATE(515), + [sym_field_access] = STATE(406), + [sym_array_access] = STATE(406), + [sym_method_invocation] = STATE(498), + [sym_method_reference] = STATE(498), + [sym_switch_expression] = STATE(538), + [sym__annotation] = STATE(694), + [sym_marker_annotation] = STATE(694), + [sym_annotation] = STATE(694), + [sym__type] = STATE(1208), + [sym__unannotated_type] = STATE(805), + [sym_annotated_type] = STATE(831), + [sym_scoped_type_identifier] = STATE(735), + [sym_generic_type] = STATE(751), + [sym_array_type] = STATE(688), + [sym_integral_type] = STATE(688), + [sym_floating_point_type] = STATE(688), + [sym_formal_parameters] = STATE(1213), + [sym__reserved_identifier] = STATE(388), + [aux_sym_array_creation_expression_repeat1] = STATE(694), + [sym_identifier] = ACTIONS(383), [sym_decimal_integer_literal] = ACTIONS(9), [sym_hex_integer_literal] = ACTIONS(9), [sym_octal_integer_literal] = ACTIONS(9), @@ -33192,73 +30336,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DQUOTE] = ACTIONS(13), [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(15), [sym_null_literal] = ACTIONS(9), - [anon_sym_LPAREN] = ACTIONS(378), - [anon_sym_PLUS] = ACTIONS(380), - [anon_sym_DASH] = ACTIONS(380), - [anon_sym_BANG] = ACTIONS(382), - [anon_sym_TILDE] = ACTIONS(382), - [anon_sym_PLUS_PLUS] = ACTIONS(384), - [anon_sym_DASH_DASH] = ACTIONS(384), + [anon_sym_LPAREN] = ACTIONS(367), + [anon_sym_PLUS] = ACTIONS(369), + [anon_sym_DASH] = ACTIONS(369), + [anon_sym_BANG] = ACTIONS(371), + [anon_sym_TILDE] = ACTIONS(371), + [anon_sym_PLUS_PLUS] = ACTIONS(373), + [anon_sym_DASH_DASH] = ACTIONS(373), [anon_sym_new] = ACTIONS(27), [anon_sym_switch] = ACTIONS(31), - [anon_sym_AT] = ACTIONS(329), - [anon_sym_open] = ACTIONS(386), - [anon_sym_module] = ACTIONS(386), - [anon_sym_record] = ACTIONS(386), - [anon_sym_byte] = ACTIONS(81), - [anon_sym_short] = ACTIONS(81), - [anon_sym_int] = ACTIONS(81), - [anon_sym_long] = ACTIONS(81), - [anon_sym_char] = ACTIONS(81), - [anon_sym_float] = ACTIONS(83), - [anon_sym_double] = ACTIONS(83), - [sym_boolean_type] = ACTIONS(85), - [sym_void_type] = ACTIONS(85), - [sym_this] = ACTIONS(87), - [sym_super] = ACTIONS(89), + [anon_sym_yield] = ACTIONS(67), + [anon_sym_AT] = ACTIONS(275), + [anon_sym_open] = ACTIONS(67), + [anon_sym_module] = ACTIONS(67), + [anon_sym_with] = ACTIONS(67), + [anon_sym_sealed] = ACTIONS(67), + [anon_sym_record] = ACTIONS(67), + [anon_sym_byte] = ACTIONS(85), + [anon_sym_short] = ACTIONS(85), + [anon_sym_int] = ACTIONS(85), + [anon_sym_long] = ACTIONS(85), + [anon_sym_char] = ACTIONS(85), + [anon_sym_float] = ACTIONS(87), + [anon_sym_double] = ACTIONS(87), + [sym_boolean_type] = ACTIONS(89), + [sym_void_type] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, - [222] = { - [sym__literal] = STATE(507), - [sym_string_literal] = STATE(510), - [sym__string_literal] = STATE(498), - [sym__multiline_string_literal] = STATE(498), - [sym_expression] = STATE(599), - [sym_cast_expression] = STATE(524), - [sym_assignment_expression] = STATE(524), - [sym_binary_expression] = STATE(524), - [sym_instanceof_expression] = STATE(524), - [sym_lambda_expression] = STATE(524), - [sym_inferred_parameters] = STATE(1273), - [sym_ternary_expression] = STATE(524), - [sym_unary_expression] = STATE(524), - [sym_update_expression] = STATE(524), - [sym_primary_expression] = STATE(470), - [sym_array_creation_expression] = STATE(507), - [sym_parenthesized_expression] = STATE(507), - [sym_class_literal] = STATE(507), - [sym_object_creation_expression] = STATE(507), - [sym__unqualified_object_creation_expression] = STATE(483), - [sym_field_access] = STATE(400), - [sym_array_access] = STATE(400), - [sym_method_invocation] = STATE(507), - [sym_method_reference] = STATE(507), - [sym_switch_expression] = STATE(524), - [sym__annotation] = STATE(683), - [sym_marker_annotation] = STATE(683), - [sym_annotation] = STATE(683), - [sym__type] = STATE(1266), - [sym__unannotated_type] = STATE(795), - [sym_annotated_type] = STATE(797), - [sym_scoped_type_identifier] = STATE(745), - [sym_generic_type] = STATE(771), - [sym_array_type] = STATE(702), - [sym_integral_type] = STATE(702), - [sym_floating_point_type] = STATE(702), - [sym_formal_parameters] = STATE(1273), - [aux_sym_array_creation_expression_repeat1] = STATE(683), - [sym_identifier] = ACTIONS(376), + [182] = { + [sym__literal] = STATE(498), + [sym_string_literal] = STATE(505), + [sym__string_literal] = STATE(508), + [sym__multiline_string_literal] = STATE(508), + [sym_expression] = STATE(548), + [sym_cast_expression] = STATE(538), + [sym_assignment_expression] = STATE(538), + [sym_binary_expression] = STATE(538), + [sym_instanceof_expression] = STATE(538), + [sym_lambda_expression] = STATE(538), + [sym_inferred_parameters] = STATE(1213), + [sym_ternary_expression] = STATE(538), + [sym_unary_expression] = STATE(538), + [sym_update_expression] = STATE(538), + [sym_primary_expression] = STATE(509), + [sym_array_creation_expression] = STATE(498), + [sym_parenthesized_expression] = STATE(498), + [sym_class_literal] = STATE(498), + [sym_object_creation_expression] = STATE(498), + [sym__unqualified_object_creation_expression] = STATE(515), + [sym_field_access] = STATE(406), + [sym_array_access] = STATE(406), + [sym_method_invocation] = STATE(498), + [sym_method_reference] = STATE(498), + [sym_switch_expression] = STATE(538), + [sym__annotation] = STATE(694), + [sym_marker_annotation] = STATE(694), + [sym_annotation] = STATE(694), + [sym__type] = STATE(1208), + [sym__unannotated_type] = STATE(805), + [sym_annotated_type] = STATE(831), + [sym_scoped_type_identifier] = STATE(735), + [sym_generic_type] = STATE(751), + [sym_array_type] = STATE(688), + [sym_integral_type] = STATE(688), + [sym_floating_point_type] = STATE(688), + [sym_formal_parameters] = STATE(1213), + [sym__reserved_identifier] = STATE(388), + [aux_sym_array_creation_expression_repeat1] = STATE(694), + [sym_identifier] = ACTIONS(383), [sym_decimal_integer_literal] = ACTIONS(9), [sym_hex_integer_literal] = ACTIONS(9), [sym_octal_integer_literal] = ACTIONS(9), @@ -33271,73 +30419,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DQUOTE] = ACTIONS(13), [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(15), [sym_null_literal] = ACTIONS(9), - [anon_sym_LPAREN] = ACTIONS(378), - [anon_sym_PLUS] = ACTIONS(380), - [anon_sym_DASH] = ACTIONS(380), - [anon_sym_BANG] = ACTIONS(382), - [anon_sym_TILDE] = ACTIONS(382), - [anon_sym_PLUS_PLUS] = ACTIONS(384), - [anon_sym_DASH_DASH] = ACTIONS(384), + [anon_sym_LPAREN] = ACTIONS(367), + [anon_sym_PLUS] = ACTIONS(369), + [anon_sym_DASH] = ACTIONS(369), + [anon_sym_BANG] = ACTIONS(371), + [anon_sym_TILDE] = ACTIONS(371), + [anon_sym_PLUS_PLUS] = ACTIONS(373), + [anon_sym_DASH_DASH] = ACTIONS(373), [anon_sym_new] = ACTIONS(27), [anon_sym_switch] = ACTIONS(31), - [anon_sym_AT] = ACTIONS(329), - [anon_sym_open] = ACTIONS(386), - [anon_sym_module] = ACTIONS(386), - [anon_sym_record] = ACTIONS(386), - [anon_sym_byte] = ACTIONS(81), - [anon_sym_short] = ACTIONS(81), - [anon_sym_int] = ACTIONS(81), - [anon_sym_long] = ACTIONS(81), - [anon_sym_char] = ACTIONS(81), - [anon_sym_float] = ACTIONS(83), - [anon_sym_double] = ACTIONS(83), - [sym_boolean_type] = ACTIONS(85), - [sym_void_type] = ACTIONS(85), - [sym_this] = ACTIONS(87), - [sym_super] = ACTIONS(89), + [anon_sym_yield] = ACTIONS(67), + [anon_sym_AT] = ACTIONS(275), + [anon_sym_open] = ACTIONS(67), + [anon_sym_module] = ACTIONS(67), + [anon_sym_with] = ACTIONS(67), + [anon_sym_sealed] = ACTIONS(67), + [anon_sym_record] = ACTIONS(67), + [anon_sym_byte] = ACTIONS(85), + [anon_sym_short] = ACTIONS(85), + [anon_sym_int] = ACTIONS(85), + [anon_sym_long] = ACTIONS(85), + [anon_sym_char] = ACTIONS(85), + [anon_sym_float] = ACTIONS(87), + [anon_sym_double] = ACTIONS(87), + [sym_boolean_type] = ACTIONS(89), + [sym_void_type] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, - [223] = { - [sym__literal] = STATE(507), - [sym_string_literal] = STATE(510), - [sym__string_literal] = STATE(498), - [sym__multiline_string_literal] = STATE(498), - [sym_expression] = STATE(597), - [sym_cast_expression] = STATE(524), - [sym_assignment_expression] = STATE(524), - [sym_binary_expression] = STATE(524), - [sym_instanceof_expression] = STATE(524), - [sym_lambda_expression] = STATE(524), - [sym_inferred_parameters] = STATE(1273), - [sym_ternary_expression] = STATE(524), - [sym_unary_expression] = STATE(524), - [sym_update_expression] = STATE(524), - [sym_primary_expression] = STATE(470), - [sym_array_creation_expression] = STATE(507), - [sym_parenthesized_expression] = STATE(507), - [sym_class_literal] = STATE(507), - [sym_object_creation_expression] = STATE(507), - [sym__unqualified_object_creation_expression] = STATE(483), - [sym_field_access] = STATE(400), - [sym_array_access] = STATE(400), - [sym_method_invocation] = STATE(507), - [sym_method_reference] = STATE(507), - [sym_switch_expression] = STATE(524), - [sym__annotation] = STATE(683), - [sym_marker_annotation] = STATE(683), - [sym_annotation] = STATE(683), - [sym__type] = STATE(1266), - [sym__unannotated_type] = STATE(795), - [sym_annotated_type] = STATE(797), - [sym_scoped_type_identifier] = STATE(745), - [sym_generic_type] = STATE(771), - [sym_array_type] = STATE(702), - [sym_integral_type] = STATE(702), - [sym_floating_point_type] = STATE(702), - [sym_formal_parameters] = STATE(1273), - [aux_sym_array_creation_expression_repeat1] = STATE(683), - [sym_identifier] = ACTIONS(376), + [183] = { + [sym__literal] = STATE(498), + [sym_string_literal] = STATE(505), + [sym__string_literal] = STATE(508), + [sym__multiline_string_literal] = STATE(508), + [sym_expression] = STATE(529), + [sym_cast_expression] = STATE(538), + [sym_assignment_expression] = STATE(538), + [sym_binary_expression] = STATE(538), + [sym_instanceof_expression] = STATE(538), + [sym_lambda_expression] = STATE(530), + [sym_inferred_parameters] = STATE(1218), + [sym_ternary_expression] = STATE(538), + [sym_unary_expression] = STATE(538), + [sym_update_expression] = STATE(538), + [sym_primary_expression] = STATE(478), + [sym_array_creation_expression] = STATE(498), + [sym_parenthesized_expression] = STATE(498), + [sym_class_literal] = STATE(498), + [sym_object_creation_expression] = STATE(498), + [sym__unqualified_object_creation_expression] = STATE(515), + [sym_field_access] = STATE(385), + [sym_array_access] = STATE(385), + [sym_method_invocation] = STATE(498), + [sym_method_reference] = STATE(498), + [sym_switch_expression] = STATE(538), + [sym__annotation] = STATE(694), + [sym_marker_annotation] = STATE(694), + [sym_annotation] = STATE(694), + [sym__type] = STATE(1208), + [sym__unannotated_type] = STATE(805), + [sym_annotated_type] = STATE(831), + [sym_scoped_type_identifier] = STATE(735), + [sym_generic_type] = STATE(751), + [sym_array_type] = STATE(688), + [sym_integral_type] = STATE(688), + [sym_floating_point_type] = STATE(688), + [sym_formal_parameters] = STATE(1218), + [sym__reserved_identifier] = STATE(372), + [aux_sym_array_creation_expression_repeat1] = STATE(694), + [sym_identifier] = ACTIONS(269), [sym_decimal_integer_literal] = ACTIONS(9), [sym_hex_integer_literal] = ACTIONS(9), [sym_octal_integer_literal] = ACTIONS(9), @@ -33350,73 +30502,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DQUOTE] = ACTIONS(13), [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(15), [sym_null_literal] = ACTIONS(9), - [anon_sym_LPAREN] = ACTIONS(378), - [anon_sym_PLUS] = ACTIONS(380), - [anon_sym_DASH] = ACTIONS(380), - [anon_sym_BANG] = ACTIONS(382), - [anon_sym_TILDE] = ACTIONS(382), - [anon_sym_PLUS_PLUS] = ACTIONS(384), - [anon_sym_DASH_DASH] = ACTIONS(384), + [anon_sym_LPAREN] = ACTIONS(17), + [anon_sym_PLUS] = ACTIONS(19), + [anon_sym_DASH] = ACTIONS(19), + [anon_sym_BANG] = ACTIONS(23), + [anon_sym_TILDE] = ACTIONS(23), + [anon_sym_PLUS_PLUS] = ACTIONS(25), + [anon_sym_DASH_DASH] = ACTIONS(25), [anon_sym_new] = ACTIONS(27), [anon_sym_switch] = ACTIONS(31), - [anon_sym_AT] = ACTIONS(329), - [anon_sym_open] = ACTIONS(386), - [anon_sym_module] = ACTIONS(386), - [anon_sym_record] = ACTIONS(386), - [anon_sym_byte] = ACTIONS(81), - [anon_sym_short] = ACTIONS(81), - [anon_sym_int] = ACTIONS(81), - [anon_sym_long] = ACTIONS(81), - [anon_sym_char] = ACTIONS(81), - [anon_sym_float] = ACTIONS(83), - [anon_sym_double] = ACTIONS(83), - [sym_boolean_type] = ACTIONS(85), - [sym_void_type] = ACTIONS(85), - [sym_this] = ACTIONS(87), - [sym_super] = ACTIONS(89), + [anon_sym_yield] = ACTIONS(67), + [anon_sym_AT] = ACTIONS(275), + [anon_sym_open] = ACTIONS(67), + [anon_sym_module] = ACTIONS(67), + [anon_sym_with] = ACTIONS(67), + [anon_sym_sealed] = ACTIONS(67), + [anon_sym_record] = ACTIONS(67), + [anon_sym_byte] = ACTIONS(85), + [anon_sym_short] = ACTIONS(85), + [anon_sym_int] = ACTIONS(85), + [anon_sym_long] = ACTIONS(85), + [anon_sym_char] = ACTIONS(85), + [anon_sym_float] = ACTIONS(87), + [anon_sym_double] = ACTIONS(87), + [sym_boolean_type] = ACTIONS(89), + [sym_void_type] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, - [224] = { - [sym__literal] = STATE(507), - [sym_string_literal] = STATE(510), - [sym__string_literal] = STATE(498), - [sym__multiline_string_literal] = STATE(498), - [sym_expression] = STATE(596), - [sym_cast_expression] = STATE(524), - [sym_assignment_expression] = STATE(524), - [sym_binary_expression] = STATE(524), - [sym_instanceof_expression] = STATE(524), - [sym_lambda_expression] = STATE(524), - [sym_inferred_parameters] = STATE(1273), - [sym_ternary_expression] = STATE(524), - [sym_unary_expression] = STATE(524), - [sym_update_expression] = STATE(524), - [sym_primary_expression] = STATE(470), - [sym_array_creation_expression] = STATE(507), - [sym_parenthesized_expression] = STATE(507), - [sym_class_literal] = STATE(507), - [sym_object_creation_expression] = STATE(507), - [sym__unqualified_object_creation_expression] = STATE(483), - [sym_field_access] = STATE(400), - [sym_array_access] = STATE(400), - [sym_method_invocation] = STATE(507), - [sym_method_reference] = STATE(507), - [sym_switch_expression] = STATE(524), - [sym__annotation] = STATE(683), - [sym_marker_annotation] = STATE(683), - [sym_annotation] = STATE(683), - [sym__type] = STATE(1266), - [sym__unannotated_type] = STATE(795), - [sym_annotated_type] = STATE(797), - [sym_scoped_type_identifier] = STATE(745), - [sym_generic_type] = STATE(771), - [sym_array_type] = STATE(702), - [sym_integral_type] = STATE(702), - [sym_floating_point_type] = STATE(702), - [sym_formal_parameters] = STATE(1273), - [aux_sym_array_creation_expression_repeat1] = STATE(683), - [sym_identifier] = ACTIONS(376), + [184] = { + [sym__literal] = STATE(498), + [sym_string_literal] = STATE(505), + [sym__string_literal] = STATE(508), + [sym__multiline_string_literal] = STATE(508), + [sym_expression] = STATE(620), + [sym_cast_expression] = STATE(538), + [sym_assignment_expression] = STATE(538), + [sym_binary_expression] = STATE(538), + [sym_instanceof_expression] = STATE(538), + [sym_lambda_expression] = STATE(538), + [sym_inferred_parameters] = STATE(1213), + [sym_ternary_expression] = STATE(538), + [sym_unary_expression] = STATE(538), + [sym_update_expression] = STATE(538), + [sym_primary_expression] = STATE(509), + [sym_array_creation_expression] = STATE(498), + [sym_parenthesized_expression] = STATE(498), + [sym_class_literal] = STATE(498), + [sym_object_creation_expression] = STATE(498), + [sym__unqualified_object_creation_expression] = STATE(515), + [sym_field_access] = STATE(406), + [sym_array_access] = STATE(406), + [sym_method_invocation] = STATE(498), + [sym_method_reference] = STATE(498), + [sym_switch_expression] = STATE(538), + [sym__annotation] = STATE(694), + [sym_marker_annotation] = STATE(694), + [sym_annotation] = STATE(694), + [sym__type] = STATE(1208), + [sym__unannotated_type] = STATE(805), + [sym_annotated_type] = STATE(831), + [sym_scoped_type_identifier] = STATE(735), + [sym_generic_type] = STATE(751), + [sym_array_type] = STATE(688), + [sym_integral_type] = STATE(688), + [sym_floating_point_type] = STATE(688), + [sym_formal_parameters] = STATE(1213), + [sym__reserved_identifier] = STATE(388), + [aux_sym_array_creation_expression_repeat1] = STATE(694), + [sym_identifier] = ACTIONS(383), [sym_decimal_integer_literal] = ACTIONS(9), [sym_hex_integer_literal] = ACTIONS(9), [sym_octal_integer_literal] = ACTIONS(9), @@ -33429,73 +30585,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DQUOTE] = ACTIONS(13), [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(15), [sym_null_literal] = ACTIONS(9), - [anon_sym_LPAREN] = ACTIONS(378), - [anon_sym_PLUS] = ACTIONS(380), - [anon_sym_DASH] = ACTIONS(380), - [anon_sym_BANG] = ACTIONS(382), - [anon_sym_TILDE] = ACTIONS(382), - [anon_sym_PLUS_PLUS] = ACTIONS(384), - [anon_sym_DASH_DASH] = ACTIONS(384), + [anon_sym_LPAREN] = ACTIONS(367), + [anon_sym_PLUS] = ACTIONS(369), + [anon_sym_DASH] = ACTIONS(369), + [anon_sym_BANG] = ACTIONS(371), + [anon_sym_TILDE] = ACTIONS(371), + [anon_sym_PLUS_PLUS] = ACTIONS(373), + [anon_sym_DASH_DASH] = ACTIONS(373), [anon_sym_new] = ACTIONS(27), [anon_sym_switch] = ACTIONS(31), - [anon_sym_AT] = ACTIONS(329), - [anon_sym_open] = ACTIONS(386), - [anon_sym_module] = ACTIONS(386), - [anon_sym_record] = ACTIONS(386), - [anon_sym_byte] = ACTIONS(81), - [anon_sym_short] = ACTIONS(81), - [anon_sym_int] = ACTIONS(81), - [anon_sym_long] = ACTIONS(81), - [anon_sym_char] = ACTIONS(81), - [anon_sym_float] = ACTIONS(83), - [anon_sym_double] = ACTIONS(83), - [sym_boolean_type] = ACTIONS(85), - [sym_void_type] = ACTIONS(85), - [sym_this] = ACTIONS(87), - [sym_super] = ACTIONS(89), + [anon_sym_yield] = ACTIONS(67), + [anon_sym_AT] = ACTIONS(275), + [anon_sym_open] = ACTIONS(67), + [anon_sym_module] = ACTIONS(67), + [anon_sym_with] = ACTIONS(67), + [anon_sym_sealed] = ACTIONS(67), + [anon_sym_record] = ACTIONS(67), + [anon_sym_byte] = ACTIONS(85), + [anon_sym_short] = ACTIONS(85), + [anon_sym_int] = ACTIONS(85), + [anon_sym_long] = ACTIONS(85), + [anon_sym_char] = ACTIONS(85), + [anon_sym_float] = ACTIONS(87), + [anon_sym_double] = ACTIONS(87), + [sym_boolean_type] = ACTIONS(89), + [sym_void_type] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, - [225] = { - [sym__literal] = STATE(507), - [sym_string_literal] = STATE(510), - [sym__string_literal] = STATE(498), - [sym__multiline_string_literal] = STATE(498), - [sym_expression] = STATE(594), - [sym_cast_expression] = STATE(524), - [sym_assignment_expression] = STATE(524), - [sym_binary_expression] = STATE(524), - [sym_instanceof_expression] = STATE(524), - [sym_lambda_expression] = STATE(524), - [sym_inferred_parameters] = STATE(1273), - [sym_ternary_expression] = STATE(524), - [sym_unary_expression] = STATE(524), - [sym_update_expression] = STATE(524), - [sym_primary_expression] = STATE(470), - [sym_array_creation_expression] = STATE(507), - [sym_parenthesized_expression] = STATE(507), - [sym_class_literal] = STATE(507), - [sym_object_creation_expression] = STATE(507), - [sym__unqualified_object_creation_expression] = STATE(483), - [sym_field_access] = STATE(400), - [sym_array_access] = STATE(400), - [sym_method_invocation] = STATE(507), - [sym_method_reference] = STATE(507), - [sym_switch_expression] = STATE(524), - [sym__annotation] = STATE(683), - [sym_marker_annotation] = STATE(683), - [sym_annotation] = STATE(683), - [sym__type] = STATE(1266), - [sym__unannotated_type] = STATE(795), - [sym_annotated_type] = STATE(797), - [sym_scoped_type_identifier] = STATE(745), - [sym_generic_type] = STATE(771), - [sym_array_type] = STATE(702), - [sym_integral_type] = STATE(702), - [sym_floating_point_type] = STATE(702), - [sym_formal_parameters] = STATE(1273), - [aux_sym_array_creation_expression_repeat1] = STATE(683), - [sym_identifier] = ACTIONS(376), + [185] = { + [sym__literal] = STATE(498), + [sym_string_literal] = STATE(505), + [sym__string_literal] = STATE(508), + [sym__multiline_string_literal] = STATE(508), + [sym_expression] = STATE(551), + [sym_cast_expression] = STATE(538), + [sym_assignment_expression] = STATE(538), + [sym_binary_expression] = STATE(538), + [sym_instanceof_expression] = STATE(538), + [sym_lambda_expression] = STATE(538), + [sym_inferred_parameters] = STATE(1218), + [sym_ternary_expression] = STATE(538), + [sym_unary_expression] = STATE(538), + [sym_update_expression] = STATE(538), + [sym_primary_expression] = STATE(509), + [sym_array_creation_expression] = STATE(498), + [sym_parenthesized_expression] = STATE(498), + [sym_class_literal] = STATE(498), + [sym_object_creation_expression] = STATE(498), + [sym__unqualified_object_creation_expression] = STATE(515), + [sym_field_access] = STATE(385), + [sym_array_access] = STATE(385), + [sym_method_invocation] = STATE(498), + [sym_method_reference] = STATE(498), + [sym_switch_expression] = STATE(538), + [sym__annotation] = STATE(694), + [sym_marker_annotation] = STATE(694), + [sym_annotation] = STATE(694), + [sym__type] = STATE(1208), + [sym__unannotated_type] = STATE(805), + [sym_annotated_type] = STATE(831), + [sym_scoped_type_identifier] = STATE(735), + [sym_generic_type] = STATE(751), + [sym_array_type] = STATE(688), + [sym_integral_type] = STATE(688), + [sym_floating_point_type] = STATE(688), + [sym_formal_parameters] = STATE(1218), + [sym__reserved_identifier] = STATE(372), + [aux_sym_array_creation_expression_repeat1] = STATE(694), + [sym_identifier] = ACTIONS(269), [sym_decimal_integer_literal] = ACTIONS(9), [sym_hex_integer_literal] = ACTIONS(9), [sym_octal_integer_literal] = ACTIONS(9), @@ -33508,73 +30668,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DQUOTE] = ACTIONS(13), [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(15), [sym_null_literal] = ACTIONS(9), - [anon_sym_LPAREN] = ACTIONS(378), - [anon_sym_PLUS] = ACTIONS(380), - [anon_sym_DASH] = ACTIONS(380), - [anon_sym_BANG] = ACTIONS(382), - [anon_sym_TILDE] = ACTIONS(382), - [anon_sym_PLUS_PLUS] = ACTIONS(384), - [anon_sym_DASH_DASH] = ACTIONS(384), + [anon_sym_LPAREN] = ACTIONS(17), + [anon_sym_PLUS] = ACTIONS(19), + [anon_sym_DASH] = ACTIONS(19), + [anon_sym_BANG] = ACTIONS(23), + [anon_sym_TILDE] = ACTIONS(23), + [anon_sym_PLUS_PLUS] = ACTIONS(25), + [anon_sym_DASH_DASH] = ACTIONS(25), [anon_sym_new] = ACTIONS(27), [anon_sym_switch] = ACTIONS(31), - [anon_sym_AT] = ACTIONS(329), - [anon_sym_open] = ACTIONS(386), - [anon_sym_module] = ACTIONS(386), - [anon_sym_record] = ACTIONS(386), - [anon_sym_byte] = ACTIONS(81), - [anon_sym_short] = ACTIONS(81), - [anon_sym_int] = ACTIONS(81), - [anon_sym_long] = ACTIONS(81), - [anon_sym_char] = ACTIONS(81), - [anon_sym_float] = ACTIONS(83), - [anon_sym_double] = ACTIONS(83), - [sym_boolean_type] = ACTIONS(85), - [sym_void_type] = ACTIONS(85), - [sym_this] = ACTIONS(87), - [sym_super] = ACTIONS(89), + [anon_sym_yield] = ACTIONS(67), + [anon_sym_AT] = ACTIONS(275), + [anon_sym_open] = ACTIONS(67), + [anon_sym_module] = ACTIONS(67), + [anon_sym_with] = ACTIONS(67), + [anon_sym_sealed] = ACTIONS(67), + [anon_sym_record] = ACTIONS(67), + [anon_sym_byte] = ACTIONS(85), + [anon_sym_short] = ACTIONS(85), + [anon_sym_int] = ACTIONS(85), + [anon_sym_long] = ACTIONS(85), + [anon_sym_char] = ACTIONS(85), + [anon_sym_float] = ACTIONS(87), + [anon_sym_double] = ACTIONS(87), + [sym_boolean_type] = ACTIONS(89), + [sym_void_type] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, - [226] = { - [sym__literal] = STATE(507), - [sym_string_literal] = STATE(510), - [sym__string_literal] = STATE(498), - [sym__multiline_string_literal] = STATE(498), - [sym_expression] = STATE(589), - [sym_cast_expression] = STATE(524), - [sym_assignment_expression] = STATE(524), - [sym_binary_expression] = STATE(524), - [sym_instanceof_expression] = STATE(524), - [sym_lambda_expression] = STATE(524), - [sym_inferred_parameters] = STATE(1273), - [sym_ternary_expression] = STATE(524), - [sym_unary_expression] = STATE(524), - [sym_update_expression] = STATE(524), - [sym_primary_expression] = STATE(470), - [sym_array_creation_expression] = STATE(507), - [sym_parenthesized_expression] = STATE(507), - [sym_class_literal] = STATE(507), - [sym_object_creation_expression] = STATE(507), - [sym__unqualified_object_creation_expression] = STATE(483), - [sym_field_access] = STATE(400), - [sym_array_access] = STATE(400), - [sym_method_invocation] = STATE(507), - [sym_method_reference] = STATE(507), - [sym_switch_expression] = STATE(524), - [sym__annotation] = STATE(683), - [sym_marker_annotation] = STATE(683), - [sym_annotation] = STATE(683), - [sym__type] = STATE(1266), - [sym__unannotated_type] = STATE(795), - [sym_annotated_type] = STATE(797), - [sym_scoped_type_identifier] = STATE(745), - [sym_generic_type] = STATE(771), - [sym_array_type] = STATE(702), - [sym_integral_type] = STATE(702), - [sym_floating_point_type] = STATE(702), - [sym_formal_parameters] = STATE(1273), - [aux_sym_array_creation_expression_repeat1] = STATE(683), - [sym_identifier] = ACTIONS(376), + [186] = { + [sym__literal] = STATE(498), + [sym_string_literal] = STATE(505), + [sym__string_literal] = STATE(508), + [sym__multiline_string_literal] = STATE(508), + [sym_expression] = STATE(529), + [sym_cast_expression] = STATE(538), + [sym_assignment_expression] = STATE(538), + [sym_binary_expression] = STATE(538), + [sym_instanceof_expression] = STATE(538), + [sym_lambda_expression] = STATE(530), + [sym_inferred_parameters] = STATE(1213), + [sym_ternary_expression] = STATE(538), + [sym_unary_expression] = STATE(538), + [sym_update_expression] = STATE(538), + [sym_primary_expression] = STATE(478), + [sym_array_creation_expression] = STATE(498), + [sym_parenthesized_expression] = STATE(498), + [sym_class_literal] = STATE(498), + [sym_object_creation_expression] = STATE(498), + [sym__unqualified_object_creation_expression] = STATE(515), + [sym_field_access] = STATE(406), + [sym_array_access] = STATE(406), + [sym_method_invocation] = STATE(498), + [sym_method_reference] = STATE(498), + [sym_switch_expression] = STATE(538), + [sym__annotation] = STATE(694), + [sym_marker_annotation] = STATE(694), + [sym_annotation] = STATE(694), + [sym__type] = STATE(1208), + [sym__unannotated_type] = STATE(805), + [sym_annotated_type] = STATE(831), + [sym_scoped_type_identifier] = STATE(735), + [sym_generic_type] = STATE(751), + [sym_array_type] = STATE(688), + [sym_integral_type] = STATE(688), + [sym_floating_point_type] = STATE(688), + [sym_formal_parameters] = STATE(1213), + [sym__reserved_identifier] = STATE(388), + [aux_sym_array_creation_expression_repeat1] = STATE(694), + [sym_identifier] = ACTIONS(383), [sym_decimal_integer_literal] = ACTIONS(9), [sym_hex_integer_literal] = ACTIONS(9), [sym_octal_integer_literal] = ACTIONS(9), @@ -33587,310 +30751,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DQUOTE] = ACTIONS(13), [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(15), [sym_null_literal] = ACTIONS(9), - [anon_sym_LPAREN] = ACTIONS(378), - [anon_sym_PLUS] = ACTIONS(380), - [anon_sym_DASH] = ACTIONS(380), - [anon_sym_BANG] = ACTIONS(382), - [anon_sym_TILDE] = ACTIONS(382), - [anon_sym_PLUS_PLUS] = ACTIONS(384), - [anon_sym_DASH_DASH] = ACTIONS(384), + [anon_sym_LPAREN] = ACTIONS(367), + [anon_sym_PLUS] = ACTIONS(369), + [anon_sym_DASH] = ACTIONS(369), + [anon_sym_BANG] = ACTIONS(371), + [anon_sym_TILDE] = ACTIONS(371), + [anon_sym_PLUS_PLUS] = ACTIONS(373), + [anon_sym_DASH_DASH] = ACTIONS(373), [anon_sym_new] = ACTIONS(27), [anon_sym_switch] = ACTIONS(31), - [anon_sym_AT] = ACTIONS(329), - [anon_sym_open] = ACTIONS(386), - [anon_sym_module] = ACTIONS(386), - [anon_sym_record] = ACTIONS(386), - [anon_sym_byte] = ACTIONS(81), - [anon_sym_short] = ACTIONS(81), - [anon_sym_int] = ACTIONS(81), - [anon_sym_long] = ACTIONS(81), - [anon_sym_char] = ACTIONS(81), - [anon_sym_float] = ACTIONS(83), - [anon_sym_double] = ACTIONS(83), - [sym_boolean_type] = ACTIONS(85), - [sym_void_type] = ACTIONS(85), - [sym_this] = ACTIONS(87), - [sym_super] = ACTIONS(89), - [sym_line_comment] = ACTIONS(3), - [sym_block_comment] = ACTIONS(3), - }, - [227] = { - [ts_builtin_sym_end] = ACTIONS(612), - [sym_identifier] = ACTIONS(614), - [sym_decimal_integer_literal] = ACTIONS(614), - [sym_hex_integer_literal] = ACTIONS(614), - [sym_octal_integer_literal] = ACTIONS(614), - [sym_binary_integer_literal] = ACTIONS(612), - [sym_decimal_floating_point_literal] = ACTIONS(612), - [sym_hex_floating_point_literal] = ACTIONS(614), - [sym_true] = ACTIONS(614), - [sym_false] = ACTIONS(614), - [sym_character_literal] = ACTIONS(612), - [anon_sym_DQUOTE] = ACTIONS(614), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(612), - [sym_null_literal] = ACTIONS(614), - [anon_sym_LPAREN] = ACTIONS(612), - [anon_sym_LT] = ACTIONS(612), - [anon_sym_PLUS] = ACTIONS(614), - [anon_sym_DASH] = ACTIONS(614), - [anon_sym_final] = ACTIONS(614), - [anon_sym_BANG] = ACTIONS(612), - [anon_sym_TILDE] = ACTIONS(612), - [anon_sym_PLUS_PLUS] = ACTIONS(612), - [anon_sym_DASH_DASH] = ACTIONS(612), - [anon_sym_new] = ACTIONS(614), - [anon_sym_class] = ACTIONS(614), - [anon_sym_switch] = ACTIONS(614), - [anon_sym_LBRACE] = ACTIONS(612), - [anon_sym_RBRACE] = ACTIONS(612), - [anon_sym_case] = ACTIONS(614), - [anon_sym_default] = ACTIONS(614), - [anon_sym_SEMI] = ACTIONS(612), - [anon_sym_assert] = ACTIONS(614), - [anon_sym_do] = ACTIONS(614), - [anon_sym_while] = ACTIONS(614), - [anon_sym_break] = ACTIONS(614), - [anon_sym_continue] = ACTIONS(614), - [anon_sym_return] = ACTIONS(614), - [anon_sym_yield] = ACTIONS(614), - [anon_sym_synchronized] = ACTIONS(614), - [anon_sym_throw] = ACTIONS(614), - [anon_sym_try] = ACTIONS(614), - [anon_sym_if] = ACTIONS(614), - [anon_sym_else] = ACTIONS(614), - [anon_sym_for] = ACTIONS(614), - [anon_sym_AT] = ACTIONS(614), - [anon_sym_open] = ACTIONS(614), - [anon_sym_module] = ACTIONS(614), - [anon_sym_static] = ACTIONS(614), - [anon_sym_package] = ACTIONS(614), - [anon_sym_import] = ACTIONS(614), - [anon_sym_enum] = ACTIONS(614), - [anon_sym_public] = ACTIONS(614), - [anon_sym_protected] = ACTIONS(614), - [anon_sym_private] = ACTIONS(614), - [anon_sym_abstract] = ACTIONS(614), - [anon_sym_strictfp] = ACTIONS(614), - [anon_sym_native] = ACTIONS(614), - [anon_sym_transient] = ACTIONS(614), - [anon_sym_volatile] = ACTIONS(614), - [anon_sym_sealed] = ACTIONS(614), - [anon_sym_non_DASHsealed] = ACTIONS(612), - [anon_sym_record] = ACTIONS(614), - [anon_sym_ATinterface] = ACTIONS(612), - [anon_sym_interface] = ACTIONS(614), - [anon_sym_byte] = ACTIONS(614), - [anon_sym_short] = ACTIONS(614), - [anon_sym_int] = ACTIONS(614), - [anon_sym_long] = ACTIONS(614), - [anon_sym_char] = ACTIONS(614), - [anon_sym_float] = ACTIONS(614), - [anon_sym_double] = ACTIONS(614), - [sym_boolean_type] = ACTIONS(614), - [sym_void_type] = ACTIONS(614), - [sym_this] = ACTIONS(614), - [sym_super] = ACTIONS(614), - [sym_line_comment] = ACTIONS(3), - [sym_block_comment] = ACTIONS(3), - }, - [228] = { - [ts_builtin_sym_end] = ACTIONS(616), - [sym_identifier] = ACTIONS(618), - [sym_decimal_integer_literal] = ACTIONS(618), - [sym_hex_integer_literal] = ACTIONS(618), - [sym_octal_integer_literal] = ACTIONS(618), - [sym_binary_integer_literal] = ACTIONS(616), - [sym_decimal_floating_point_literal] = ACTIONS(616), - [sym_hex_floating_point_literal] = ACTIONS(618), - [sym_true] = ACTIONS(618), - [sym_false] = ACTIONS(618), - [sym_character_literal] = ACTIONS(616), - [anon_sym_DQUOTE] = ACTIONS(618), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(616), - [sym_null_literal] = ACTIONS(618), - [anon_sym_LPAREN] = ACTIONS(616), - [anon_sym_LT] = ACTIONS(616), - [anon_sym_PLUS] = ACTIONS(618), - [anon_sym_DASH] = ACTIONS(618), - [anon_sym_final] = ACTIONS(618), - [anon_sym_BANG] = ACTIONS(616), - [anon_sym_TILDE] = ACTIONS(616), - [anon_sym_PLUS_PLUS] = ACTIONS(616), - [anon_sym_DASH_DASH] = ACTIONS(616), - [anon_sym_new] = ACTIONS(618), - [anon_sym_class] = ACTIONS(618), - [anon_sym_switch] = ACTIONS(618), - [anon_sym_LBRACE] = ACTIONS(616), - [anon_sym_RBRACE] = ACTIONS(616), - [anon_sym_case] = ACTIONS(618), - [anon_sym_default] = ACTIONS(618), - [anon_sym_SEMI] = ACTIONS(616), - [anon_sym_assert] = ACTIONS(618), - [anon_sym_do] = ACTIONS(618), - [anon_sym_while] = ACTIONS(618), - [anon_sym_break] = ACTIONS(618), - [anon_sym_continue] = ACTIONS(618), - [anon_sym_return] = ACTIONS(618), - [anon_sym_yield] = ACTIONS(618), - [anon_sym_synchronized] = ACTIONS(618), - [anon_sym_throw] = ACTIONS(618), - [anon_sym_try] = ACTIONS(618), - [anon_sym_if] = ACTIONS(618), - [anon_sym_else] = ACTIONS(618), - [anon_sym_for] = ACTIONS(618), - [anon_sym_AT] = ACTIONS(618), - [anon_sym_open] = ACTIONS(618), - [anon_sym_module] = ACTIONS(618), - [anon_sym_static] = ACTIONS(618), - [anon_sym_package] = ACTIONS(618), - [anon_sym_import] = ACTIONS(618), - [anon_sym_enum] = ACTIONS(618), - [anon_sym_public] = ACTIONS(618), - [anon_sym_protected] = ACTIONS(618), - [anon_sym_private] = ACTIONS(618), - [anon_sym_abstract] = ACTIONS(618), - [anon_sym_strictfp] = ACTIONS(618), - [anon_sym_native] = ACTIONS(618), - [anon_sym_transient] = ACTIONS(618), - [anon_sym_volatile] = ACTIONS(618), - [anon_sym_sealed] = ACTIONS(618), - [anon_sym_non_DASHsealed] = ACTIONS(616), - [anon_sym_record] = ACTIONS(618), - [anon_sym_ATinterface] = ACTIONS(616), - [anon_sym_interface] = ACTIONS(618), - [anon_sym_byte] = ACTIONS(618), - [anon_sym_short] = ACTIONS(618), - [anon_sym_int] = ACTIONS(618), - [anon_sym_long] = ACTIONS(618), - [anon_sym_char] = ACTIONS(618), - [anon_sym_float] = ACTIONS(618), - [anon_sym_double] = ACTIONS(618), - [sym_boolean_type] = ACTIONS(618), - [sym_void_type] = ACTIONS(618), - [sym_this] = ACTIONS(618), - [sym_super] = ACTIONS(618), - [sym_line_comment] = ACTIONS(3), - [sym_block_comment] = ACTIONS(3), - }, - [229] = { - [ts_builtin_sym_end] = ACTIONS(620), - [sym_identifier] = ACTIONS(622), - [sym_decimal_integer_literal] = ACTIONS(622), - [sym_hex_integer_literal] = ACTIONS(622), - [sym_octal_integer_literal] = ACTIONS(622), - [sym_binary_integer_literal] = ACTIONS(620), - [sym_decimal_floating_point_literal] = ACTIONS(620), - [sym_hex_floating_point_literal] = ACTIONS(622), - [sym_true] = ACTIONS(622), - [sym_false] = ACTIONS(622), - [sym_character_literal] = ACTIONS(620), - [anon_sym_DQUOTE] = ACTIONS(622), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(620), - [sym_null_literal] = ACTIONS(622), - [anon_sym_LPAREN] = ACTIONS(620), - [anon_sym_LT] = ACTIONS(620), - [anon_sym_PLUS] = ACTIONS(622), - [anon_sym_DASH] = ACTIONS(622), - [anon_sym_final] = ACTIONS(622), - [anon_sym_BANG] = ACTIONS(620), - [anon_sym_TILDE] = ACTIONS(620), - [anon_sym_PLUS_PLUS] = ACTIONS(620), - [anon_sym_DASH_DASH] = ACTIONS(620), - [anon_sym_new] = ACTIONS(622), - [anon_sym_class] = ACTIONS(622), - [anon_sym_switch] = ACTIONS(622), - [anon_sym_LBRACE] = ACTIONS(620), - [anon_sym_RBRACE] = ACTIONS(620), - [anon_sym_case] = ACTIONS(622), - [anon_sym_default] = ACTIONS(622), - [anon_sym_SEMI] = ACTIONS(620), - [anon_sym_assert] = ACTIONS(622), - [anon_sym_do] = ACTIONS(622), - [anon_sym_while] = ACTIONS(622), - [anon_sym_break] = ACTIONS(622), - [anon_sym_continue] = ACTIONS(622), - [anon_sym_return] = ACTIONS(622), - [anon_sym_yield] = ACTIONS(622), - [anon_sym_synchronized] = ACTIONS(622), - [anon_sym_throw] = ACTIONS(622), - [anon_sym_try] = ACTIONS(622), - [anon_sym_if] = ACTIONS(622), - [anon_sym_else] = ACTIONS(622), - [anon_sym_for] = ACTIONS(622), - [anon_sym_AT] = ACTIONS(622), - [anon_sym_open] = ACTIONS(622), - [anon_sym_module] = ACTIONS(622), - [anon_sym_static] = ACTIONS(622), - [anon_sym_package] = ACTIONS(622), - [anon_sym_import] = ACTIONS(622), - [anon_sym_enum] = ACTIONS(622), - [anon_sym_public] = ACTIONS(622), - [anon_sym_protected] = ACTIONS(622), - [anon_sym_private] = ACTIONS(622), - [anon_sym_abstract] = ACTIONS(622), - [anon_sym_strictfp] = ACTIONS(622), - [anon_sym_native] = ACTIONS(622), - [anon_sym_transient] = ACTIONS(622), - [anon_sym_volatile] = ACTIONS(622), - [anon_sym_sealed] = ACTIONS(622), - [anon_sym_non_DASHsealed] = ACTIONS(620), - [anon_sym_record] = ACTIONS(622), - [anon_sym_ATinterface] = ACTIONS(620), - [anon_sym_interface] = ACTIONS(622), - [anon_sym_byte] = ACTIONS(622), - [anon_sym_short] = ACTIONS(622), - [anon_sym_int] = ACTIONS(622), - [anon_sym_long] = ACTIONS(622), - [anon_sym_char] = ACTIONS(622), - [anon_sym_float] = ACTIONS(622), - [anon_sym_double] = ACTIONS(622), - [sym_boolean_type] = ACTIONS(622), - [sym_void_type] = ACTIONS(622), - [sym_this] = ACTIONS(622), - [sym_super] = ACTIONS(622), + [anon_sym_yield] = ACTIONS(67), + [anon_sym_AT] = ACTIONS(275), + [anon_sym_open] = ACTIONS(67), + [anon_sym_module] = ACTIONS(67), + [anon_sym_with] = ACTIONS(67), + [anon_sym_sealed] = ACTIONS(67), + [anon_sym_record] = ACTIONS(67), + [anon_sym_byte] = ACTIONS(85), + [anon_sym_short] = ACTIONS(85), + [anon_sym_int] = ACTIONS(85), + [anon_sym_long] = ACTIONS(85), + [anon_sym_char] = ACTIONS(85), + [anon_sym_float] = ACTIONS(87), + [anon_sym_double] = ACTIONS(87), + [sym_boolean_type] = ACTIONS(89), + [sym_void_type] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, - [230] = { - [sym__literal] = STATE(507), - [sym_string_literal] = STATE(510), - [sym__string_literal] = STATE(498), - [sym__multiline_string_literal] = STATE(498), - [sym_expression] = STATE(586), - [sym_cast_expression] = STATE(524), - [sym_assignment_expression] = STATE(524), - [sym_binary_expression] = STATE(524), - [sym_instanceof_expression] = STATE(524), - [sym_lambda_expression] = STATE(524), - [sym_inferred_parameters] = STATE(1273), - [sym_ternary_expression] = STATE(524), - [sym_unary_expression] = STATE(524), - [sym_update_expression] = STATE(524), - [sym_primary_expression] = STATE(470), - [sym_array_creation_expression] = STATE(507), - [sym_parenthesized_expression] = STATE(507), - [sym_class_literal] = STATE(507), - [sym_object_creation_expression] = STATE(507), - [sym__unqualified_object_creation_expression] = STATE(483), - [sym_field_access] = STATE(400), - [sym_array_access] = STATE(400), - [sym_method_invocation] = STATE(507), - [sym_method_reference] = STATE(507), - [sym_switch_expression] = STATE(524), - [sym__annotation] = STATE(683), - [sym_marker_annotation] = STATE(683), - [sym_annotation] = STATE(683), - [sym__type] = STATE(1266), - [sym__unannotated_type] = STATE(795), - [sym_annotated_type] = STATE(797), - [sym_scoped_type_identifier] = STATE(745), - [sym_generic_type] = STATE(771), - [sym_array_type] = STATE(702), - [sym_integral_type] = STATE(702), - [sym_floating_point_type] = STATE(702), - [sym_formal_parameters] = STATE(1273), - [aux_sym_array_creation_expression_repeat1] = STATE(683), - [sym_identifier] = ACTIONS(376), + [187] = { + [sym__literal] = STATE(498), + [sym_string_literal] = STATE(505), + [sym__string_literal] = STATE(508), + [sym__multiline_string_literal] = STATE(508), + [sym_expression] = STATE(635), + [sym_cast_expression] = STATE(538), + [sym_assignment_expression] = STATE(538), + [sym_binary_expression] = STATE(538), + [sym_instanceof_expression] = STATE(538), + [sym_lambda_expression] = STATE(538), + [sym_inferred_parameters] = STATE(1218), + [sym_ternary_expression] = STATE(538), + [sym_unary_expression] = STATE(538), + [sym_update_expression] = STATE(538), + [sym_primary_expression] = STATE(509), + [sym_array_creation_expression] = STATE(498), + [sym_parenthesized_expression] = STATE(498), + [sym_class_literal] = STATE(498), + [sym_object_creation_expression] = STATE(498), + [sym__unqualified_object_creation_expression] = STATE(515), + [sym_field_access] = STATE(385), + [sym_array_access] = STATE(385), + [sym_method_invocation] = STATE(498), + [sym_method_reference] = STATE(498), + [sym_switch_expression] = STATE(538), + [sym__annotation] = STATE(694), + [sym_marker_annotation] = STATE(694), + [sym_annotation] = STATE(694), + [sym__type] = STATE(1208), + [sym__unannotated_type] = STATE(805), + [sym_annotated_type] = STATE(831), + [sym_scoped_type_identifier] = STATE(735), + [sym_generic_type] = STATE(751), + [sym_array_type] = STATE(688), + [sym_integral_type] = STATE(688), + [sym_floating_point_type] = STATE(688), + [sym_formal_parameters] = STATE(1218), + [sym__reserved_identifier] = STATE(372), + [aux_sym_array_creation_expression_repeat1] = STATE(694), + [sym_identifier] = ACTIONS(269), [sym_decimal_integer_literal] = ACTIONS(9), [sym_hex_integer_literal] = ACTIONS(9), [sym_octal_integer_literal] = ACTIONS(9), @@ -33903,152 +30834,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DQUOTE] = ACTIONS(13), [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(15), [sym_null_literal] = ACTIONS(9), - [anon_sym_LPAREN] = ACTIONS(378), - [anon_sym_PLUS] = ACTIONS(380), - [anon_sym_DASH] = ACTIONS(380), - [anon_sym_BANG] = ACTIONS(382), - [anon_sym_TILDE] = ACTIONS(382), - [anon_sym_PLUS_PLUS] = ACTIONS(384), - [anon_sym_DASH_DASH] = ACTIONS(384), + [anon_sym_LPAREN] = ACTIONS(17), + [anon_sym_PLUS] = ACTIONS(19), + [anon_sym_DASH] = ACTIONS(19), + [anon_sym_BANG] = ACTIONS(23), + [anon_sym_TILDE] = ACTIONS(23), + [anon_sym_PLUS_PLUS] = ACTIONS(25), + [anon_sym_DASH_DASH] = ACTIONS(25), [anon_sym_new] = ACTIONS(27), [anon_sym_switch] = ACTIONS(31), - [anon_sym_AT] = ACTIONS(329), - [anon_sym_open] = ACTIONS(386), - [anon_sym_module] = ACTIONS(386), - [anon_sym_record] = ACTIONS(386), - [anon_sym_byte] = ACTIONS(81), - [anon_sym_short] = ACTIONS(81), - [anon_sym_int] = ACTIONS(81), - [anon_sym_long] = ACTIONS(81), - [anon_sym_char] = ACTIONS(81), - [anon_sym_float] = ACTIONS(83), - [anon_sym_double] = ACTIONS(83), - [sym_boolean_type] = ACTIONS(85), - [sym_void_type] = ACTIONS(85), - [sym_this] = ACTIONS(87), - [sym_super] = ACTIONS(89), - [sym_line_comment] = ACTIONS(3), - [sym_block_comment] = ACTIONS(3), - }, - [231] = { - [ts_builtin_sym_end] = ACTIONS(624), - [sym_identifier] = ACTIONS(626), - [sym_decimal_integer_literal] = ACTIONS(626), - [sym_hex_integer_literal] = ACTIONS(626), - [sym_octal_integer_literal] = ACTIONS(626), - [sym_binary_integer_literal] = ACTIONS(624), - [sym_decimal_floating_point_literal] = ACTIONS(624), - [sym_hex_floating_point_literal] = ACTIONS(626), - [sym_true] = ACTIONS(626), - [sym_false] = ACTIONS(626), - [sym_character_literal] = ACTIONS(624), - [anon_sym_DQUOTE] = ACTIONS(626), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(624), - [sym_null_literal] = ACTIONS(626), - [anon_sym_LPAREN] = ACTIONS(624), - [anon_sym_LT] = ACTIONS(624), - [anon_sym_PLUS] = ACTIONS(626), - [anon_sym_DASH] = ACTIONS(626), - [anon_sym_final] = ACTIONS(626), - [anon_sym_BANG] = ACTIONS(624), - [anon_sym_TILDE] = ACTIONS(624), - [anon_sym_PLUS_PLUS] = ACTIONS(624), - [anon_sym_DASH_DASH] = ACTIONS(624), - [anon_sym_new] = ACTIONS(626), - [anon_sym_class] = ACTIONS(626), - [anon_sym_switch] = ACTIONS(626), - [anon_sym_LBRACE] = ACTIONS(624), - [anon_sym_RBRACE] = ACTIONS(624), - [anon_sym_case] = ACTIONS(626), - [anon_sym_default] = ACTIONS(626), - [anon_sym_SEMI] = ACTIONS(624), - [anon_sym_assert] = ACTIONS(626), - [anon_sym_do] = ACTIONS(626), - [anon_sym_while] = ACTIONS(626), - [anon_sym_break] = ACTIONS(626), - [anon_sym_continue] = ACTIONS(626), - [anon_sym_return] = ACTIONS(626), - [anon_sym_yield] = ACTIONS(626), - [anon_sym_synchronized] = ACTIONS(626), - [anon_sym_throw] = ACTIONS(626), - [anon_sym_try] = ACTIONS(626), - [anon_sym_if] = ACTIONS(626), - [anon_sym_else] = ACTIONS(626), - [anon_sym_for] = ACTIONS(626), - [anon_sym_AT] = ACTIONS(626), - [anon_sym_open] = ACTIONS(626), - [anon_sym_module] = ACTIONS(626), - [anon_sym_static] = ACTIONS(626), - [anon_sym_package] = ACTIONS(626), - [anon_sym_import] = ACTIONS(626), - [anon_sym_enum] = ACTIONS(626), - [anon_sym_public] = ACTIONS(626), - [anon_sym_protected] = ACTIONS(626), - [anon_sym_private] = ACTIONS(626), - [anon_sym_abstract] = ACTIONS(626), - [anon_sym_strictfp] = ACTIONS(626), - [anon_sym_native] = ACTIONS(626), - [anon_sym_transient] = ACTIONS(626), - [anon_sym_volatile] = ACTIONS(626), - [anon_sym_sealed] = ACTIONS(626), - [anon_sym_non_DASHsealed] = ACTIONS(624), - [anon_sym_record] = ACTIONS(626), - [anon_sym_ATinterface] = ACTIONS(624), - [anon_sym_interface] = ACTIONS(626), - [anon_sym_byte] = ACTIONS(626), - [anon_sym_short] = ACTIONS(626), - [anon_sym_int] = ACTIONS(626), - [anon_sym_long] = ACTIONS(626), - [anon_sym_char] = ACTIONS(626), - [anon_sym_float] = ACTIONS(626), - [anon_sym_double] = ACTIONS(626), - [sym_boolean_type] = ACTIONS(626), - [sym_void_type] = ACTIONS(626), - [sym_this] = ACTIONS(626), - [sym_super] = ACTIONS(626), + [anon_sym_yield] = ACTIONS(67), + [anon_sym_AT] = ACTIONS(275), + [anon_sym_open] = ACTIONS(67), + [anon_sym_module] = ACTIONS(67), + [anon_sym_with] = ACTIONS(67), + [anon_sym_sealed] = ACTIONS(67), + [anon_sym_record] = ACTIONS(67), + [anon_sym_byte] = ACTIONS(85), + [anon_sym_short] = ACTIONS(85), + [anon_sym_int] = ACTIONS(85), + [anon_sym_long] = ACTIONS(85), + [anon_sym_char] = ACTIONS(85), + [anon_sym_float] = ACTIONS(87), + [anon_sym_double] = ACTIONS(87), + [sym_boolean_type] = ACTIONS(89), + [sym_void_type] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, - [232] = { - [sym__literal] = STATE(507), - [sym_string_literal] = STATE(510), - [sym__string_literal] = STATE(498), - [sym__multiline_string_literal] = STATE(498), - [sym_expression] = STATE(573), - [sym_cast_expression] = STATE(524), - [sym_assignment_expression] = STATE(524), - [sym_binary_expression] = STATE(524), - [sym_instanceof_expression] = STATE(524), - [sym_lambda_expression] = STATE(524), - [sym_inferred_parameters] = STATE(1273), - [sym_ternary_expression] = STATE(524), - [sym_unary_expression] = STATE(524), - [sym_update_expression] = STATE(524), - [sym_primary_expression] = STATE(470), - [sym_array_creation_expression] = STATE(507), - [sym_parenthesized_expression] = STATE(507), - [sym_class_literal] = STATE(507), - [sym_object_creation_expression] = STATE(507), - [sym__unqualified_object_creation_expression] = STATE(483), - [sym_field_access] = STATE(400), - [sym_array_access] = STATE(400), - [sym_method_invocation] = STATE(507), - [sym_method_reference] = STATE(507), - [sym_switch_expression] = STATE(524), - [sym__annotation] = STATE(683), - [sym_marker_annotation] = STATE(683), - [sym_annotation] = STATE(683), - [sym__type] = STATE(1266), - [sym__unannotated_type] = STATE(795), - [sym_annotated_type] = STATE(797), - [sym_scoped_type_identifier] = STATE(745), - [sym_generic_type] = STATE(771), - [sym_array_type] = STATE(702), - [sym_integral_type] = STATE(702), - [sym_floating_point_type] = STATE(702), - [sym_formal_parameters] = STATE(1273), - [aux_sym_array_creation_expression_repeat1] = STATE(683), - [sym_identifier] = ACTIONS(376), + [188] = { + [sym__literal] = STATE(498), + [sym_string_literal] = STATE(505), + [sym__string_literal] = STATE(508), + [sym__multiline_string_literal] = STATE(508), + [sym_expression] = STATE(631), + [sym_cast_expression] = STATE(538), + [sym_assignment_expression] = STATE(538), + [sym_binary_expression] = STATE(538), + [sym_instanceof_expression] = STATE(538), + [sym_lambda_expression] = STATE(538), + [sym_inferred_parameters] = STATE(1218), + [sym_ternary_expression] = STATE(538), + [sym_unary_expression] = STATE(538), + [sym_update_expression] = STATE(538), + [sym_primary_expression] = STATE(509), + [sym_array_creation_expression] = STATE(498), + [sym_parenthesized_expression] = STATE(498), + [sym_class_literal] = STATE(498), + [sym_object_creation_expression] = STATE(498), + [sym__unqualified_object_creation_expression] = STATE(515), + [sym_field_access] = STATE(385), + [sym_array_access] = STATE(385), + [sym_method_invocation] = STATE(498), + [sym_method_reference] = STATE(498), + [sym_switch_expression] = STATE(538), + [sym__annotation] = STATE(694), + [sym_marker_annotation] = STATE(694), + [sym_annotation] = STATE(694), + [sym__type] = STATE(1208), + [sym__unannotated_type] = STATE(805), + [sym_annotated_type] = STATE(831), + [sym_scoped_type_identifier] = STATE(735), + [sym_generic_type] = STATE(751), + [sym_array_type] = STATE(688), + [sym_integral_type] = STATE(688), + [sym_floating_point_type] = STATE(688), + [sym_formal_parameters] = STATE(1218), + [sym__reserved_identifier] = STATE(372), + [aux_sym_array_creation_expression_repeat1] = STATE(694), + [sym_identifier] = ACTIONS(269), [sym_decimal_integer_literal] = ACTIONS(9), [sym_hex_integer_literal] = ACTIONS(9), [sym_octal_integer_literal] = ACTIONS(9), @@ -34061,310 +30917,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DQUOTE] = ACTIONS(13), [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(15), [sym_null_literal] = ACTIONS(9), - [anon_sym_LPAREN] = ACTIONS(378), - [anon_sym_PLUS] = ACTIONS(380), - [anon_sym_DASH] = ACTIONS(380), - [anon_sym_BANG] = ACTIONS(382), - [anon_sym_TILDE] = ACTIONS(382), - [anon_sym_PLUS_PLUS] = ACTIONS(384), - [anon_sym_DASH_DASH] = ACTIONS(384), + [anon_sym_LPAREN] = ACTIONS(17), + [anon_sym_PLUS] = ACTIONS(19), + [anon_sym_DASH] = ACTIONS(19), + [anon_sym_BANG] = ACTIONS(23), + [anon_sym_TILDE] = ACTIONS(23), + [anon_sym_PLUS_PLUS] = ACTIONS(25), + [anon_sym_DASH_DASH] = ACTIONS(25), [anon_sym_new] = ACTIONS(27), [anon_sym_switch] = ACTIONS(31), - [anon_sym_AT] = ACTIONS(329), - [anon_sym_open] = ACTIONS(386), - [anon_sym_module] = ACTIONS(386), - [anon_sym_record] = ACTIONS(386), - [anon_sym_byte] = ACTIONS(81), - [anon_sym_short] = ACTIONS(81), - [anon_sym_int] = ACTIONS(81), - [anon_sym_long] = ACTIONS(81), - [anon_sym_char] = ACTIONS(81), - [anon_sym_float] = ACTIONS(83), - [anon_sym_double] = ACTIONS(83), - [sym_boolean_type] = ACTIONS(85), - [sym_void_type] = ACTIONS(85), - [sym_this] = ACTIONS(87), - [sym_super] = ACTIONS(89), - [sym_line_comment] = ACTIONS(3), - [sym_block_comment] = ACTIONS(3), - }, - [233] = { - [ts_builtin_sym_end] = ACTIONS(628), - [sym_identifier] = ACTIONS(630), - [sym_decimal_integer_literal] = ACTIONS(630), - [sym_hex_integer_literal] = ACTIONS(630), - [sym_octal_integer_literal] = ACTIONS(630), - [sym_binary_integer_literal] = ACTIONS(628), - [sym_decimal_floating_point_literal] = ACTIONS(628), - [sym_hex_floating_point_literal] = ACTIONS(630), - [sym_true] = ACTIONS(630), - [sym_false] = ACTIONS(630), - [sym_character_literal] = ACTIONS(628), - [anon_sym_DQUOTE] = ACTIONS(630), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(628), - [sym_null_literal] = ACTIONS(630), - [anon_sym_LPAREN] = ACTIONS(628), - [anon_sym_LT] = ACTIONS(628), - [anon_sym_PLUS] = ACTIONS(630), - [anon_sym_DASH] = ACTIONS(630), - [anon_sym_final] = ACTIONS(630), - [anon_sym_BANG] = ACTIONS(628), - [anon_sym_TILDE] = ACTIONS(628), - [anon_sym_PLUS_PLUS] = ACTIONS(628), - [anon_sym_DASH_DASH] = ACTIONS(628), - [anon_sym_new] = ACTIONS(630), - [anon_sym_class] = ACTIONS(630), - [anon_sym_switch] = ACTIONS(630), - [anon_sym_LBRACE] = ACTIONS(628), - [anon_sym_RBRACE] = ACTIONS(628), - [anon_sym_case] = ACTIONS(630), - [anon_sym_default] = ACTIONS(630), - [anon_sym_SEMI] = ACTIONS(628), - [anon_sym_assert] = ACTIONS(630), - [anon_sym_do] = ACTIONS(630), - [anon_sym_while] = ACTIONS(630), - [anon_sym_break] = ACTIONS(630), - [anon_sym_continue] = ACTIONS(630), - [anon_sym_return] = ACTIONS(630), - [anon_sym_yield] = ACTIONS(630), - [anon_sym_synchronized] = ACTIONS(630), - [anon_sym_throw] = ACTIONS(630), - [anon_sym_try] = ACTIONS(630), - [anon_sym_if] = ACTIONS(630), - [anon_sym_else] = ACTIONS(630), - [anon_sym_for] = ACTIONS(630), - [anon_sym_AT] = ACTIONS(630), - [anon_sym_open] = ACTIONS(630), - [anon_sym_module] = ACTIONS(630), - [anon_sym_static] = ACTIONS(630), - [anon_sym_package] = ACTIONS(630), - [anon_sym_import] = ACTIONS(630), - [anon_sym_enum] = ACTIONS(630), - [anon_sym_public] = ACTIONS(630), - [anon_sym_protected] = ACTIONS(630), - [anon_sym_private] = ACTIONS(630), - [anon_sym_abstract] = ACTIONS(630), - [anon_sym_strictfp] = ACTIONS(630), - [anon_sym_native] = ACTIONS(630), - [anon_sym_transient] = ACTIONS(630), - [anon_sym_volatile] = ACTIONS(630), - [anon_sym_sealed] = ACTIONS(630), - [anon_sym_non_DASHsealed] = ACTIONS(628), - [anon_sym_record] = ACTIONS(630), - [anon_sym_ATinterface] = ACTIONS(628), - [anon_sym_interface] = ACTIONS(630), - [anon_sym_byte] = ACTIONS(630), - [anon_sym_short] = ACTIONS(630), - [anon_sym_int] = ACTIONS(630), - [anon_sym_long] = ACTIONS(630), - [anon_sym_char] = ACTIONS(630), - [anon_sym_float] = ACTIONS(630), - [anon_sym_double] = ACTIONS(630), - [sym_boolean_type] = ACTIONS(630), - [sym_void_type] = ACTIONS(630), - [sym_this] = ACTIONS(630), - [sym_super] = ACTIONS(630), - [sym_line_comment] = ACTIONS(3), - [sym_block_comment] = ACTIONS(3), - }, - [234] = { - [ts_builtin_sym_end] = ACTIONS(632), - [sym_identifier] = ACTIONS(634), - [sym_decimal_integer_literal] = ACTIONS(634), - [sym_hex_integer_literal] = ACTIONS(634), - [sym_octal_integer_literal] = ACTIONS(634), - [sym_binary_integer_literal] = ACTIONS(632), - [sym_decimal_floating_point_literal] = ACTIONS(632), - [sym_hex_floating_point_literal] = ACTIONS(634), - [sym_true] = ACTIONS(634), - [sym_false] = ACTIONS(634), - [sym_character_literal] = ACTIONS(632), - [anon_sym_DQUOTE] = ACTIONS(634), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(632), - [sym_null_literal] = ACTIONS(634), - [anon_sym_LPAREN] = ACTIONS(632), - [anon_sym_LT] = ACTIONS(632), - [anon_sym_PLUS] = ACTIONS(634), - [anon_sym_DASH] = ACTIONS(634), - [anon_sym_final] = ACTIONS(634), - [anon_sym_BANG] = ACTIONS(632), - [anon_sym_TILDE] = ACTIONS(632), - [anon_sym_PLUS_PLUS] = ACTIONS(632), - [anon_sym_DASH_DASH] = ACTIONS(632), - [anon_sym_new] = ACTIONS(634), - [anon_sym_class] = ACTIONS(634), - [anon_sym_switch] = ACTIONS(634), - [anon_sym_LBRACE] = ACTIONS(632), - [anon_sym_RBRACE] = ACTIONS(632), - [anon_sym_case] = ACTIONS(634), - [anon_sym_default] = ACTIONS(634), - [anon_sym_SEMI] = ACTIONS(632), - [anon_sym_assert] = ACTIONS(634), - [anon_sym_do] = ACTIONS(634), - [anon_sym_while] = ACTIONS(634), - [anon_sym_break] = ACTIONS(634), - [anon_sym_continue] = ACTIONS(634), - [anon_sym_return] = ACTIONS(634), - [anon_sym_yield] = ACTIONS(634), - [anon_sym_synchronized] = ACTIONS(634), - [anon_sym_throw] = ACTIONS(634), - [anon_sym_try] = ACTIONS(634), - [anon_sym_if] = ACTIONS(634), - [anon_sym_else] = ACTIONS(634), - [anon_sym_for] = ACTIONS(634), - [anon_sym_AT] = ACTIONS(634), - [anon_sym_open] = ACTIONS(634), - [anon_sym_module] = ACTIONS(634), - [anon_sym_static] = ACTIONS(634), - [anon_sym_package] = ACTIONS(634), - [anon_sym_import] = ACTIONS(634), - [anon_sym_enum] = ACTIONS(634), - [anon_sym_public] = ACTIONS(634), - [anon_sym_protected] = ACTIONS(634), - [anon_sym_private] = ACTIONS(634), - [anon_sym_abstract] = ACTIONS(634), - [anon_sym_strictfp] = ACTIONS(634), - [anon_sym_native] = ACTIONS(634), - [anon_sym_transient] = ACTIONS(634), - [anon_sym_volatile] = ACTIONS(634), - [anon_sym_sealed] = ACTIONS(634), - [anon_sym_non_DASHsealed] = ACTIONS(632), - [anon_sym_record] = ACTIONS(634), - [anon_sym_ATinterface] = ACTIONS(632), - [anon_sym_interface] = ACTIONS(634), - [anon_sym_byte] = ACTIONS(634), - [anon_sym_short] = ACTIONS(634), - [anon_sym_int] = ACTIONS(634), - [anon_sym_long] = ACTIONS(634), - [anon_sym_char] = ACTIONS(634), - [anon_sym_float] = ACTIONS(634), - [anon_sym_double] = ACTIONS(634), - [sym_boolean_type] = ACTIONS(634), - [sym_void_type] = ACTIONS(634), - [sym_this] = ACTIONS(634), - [sym_super] = ACTIONS(634), - [sym_line_comment] = ACTIONS(3), - [sym_block_comment] = ACTIONS(3), - }, - [235] = { - [ts_builtin_sym_end] = ACTIONS(636), - [sym_identifier] = ACTIONS(638), - [sym_decimal_integer_literal] = ACTIONS(638), - [sym_hex_integer_literal] = ACTIONS(638), - [sym_octal_integer_literal] = ACTIONS(638), - [sym_binary_integer_literal] = ACTIONS(636), - [sym_decimal_floating_point_literal] = ACTIONS(636), - [sym_hex_floating_point_literal] = ACTIONS(638), - [sym_true] = ACTIONS(638), - [sym_false] = ACTIONS(638), - [sym_character_literal] = ACTIONS(636), - [anon_sym_DQUOTE] = ACTIONS(638), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(636), - [sym_null_literal] = ACTIONS(638), - [anon_sym_LPAREN] = ACTIONS(636), - [anon_sym_LT] = ACTIONS(636), - [anon_sym_PLUS] = ACTIONS(638), - [anon_sym_DASH] = ACTIONS(638), - [anon_sym_final] = ACTIONS(638), - [anon_sym_BANG] = ACTIONS(636), - [anon_sym_TILDE] = ACTIONS(636), - [anon_sym_PLUS_PLUS] = ACTIONS(636), - [anon_sym_DASH_DASH] = ACTIONS(636), - [anon_sym_new] = ACTIONS(638), - [anon_sym_class] = ACTIONS(638), - [anon_sym_switch] = ACTIONS(638), - [anon_sym_LBRACE] = ACTIONS(636), - [anon_sym_RBRACE] = ACTIONS(636), - [anon_sym_case] = ACTIONS(638), - [anon_sym_default] = ACTIONS(638), - [anon_sym_SEMI] = ACTIONS(636), - [anon_sym_assert] = ACTIONS(638), - [anon_sym_do] = ACTIONS(638), - [anon_sym_while] = ACTIONS(638), - [anon_sym_break] = ACTIONS(638), - [anon_sym_continue] = ACTIONS(638), - [anon_sym_return] = ACTIONS(638), - [anon_sym_yield] = ACTIONS(638), - [anon_sym_synchronized] = ACTIONS(638), - [anon_sym_throw] = ACTIONS(638), - [anon_sym_try] = ACTIONS(638), - [anon_sym_if] = ACTIONS(638), - [anon_sym_else] = ACTIONS(638), - [anon_sym_for] = ACTIONS(638), - [anon_sym_AT] = ACTIONS(638), - [anon_sym_open] = ACTIONS(638), - [anon_sym_module] = ACTIONS(638), - [anon_sym_static] = ACTIONS(638), - [anon_sym_package] = ACTIONS(638), - [anon_sym_import] = ACTIONS(638), - [anon_sym_enum] = ACTIONS(638), - [anon_sym_public] = ACTIONS(638), - [anon_sym_protected] = ACTIONS(638), - [anon_sym_private] = ACTIONS(638), - [anon_sym_abstract] = ACTIONS(638), - [anon_sym_strictfp] = ACTIONS(638), - [anon_sym_native] = ACTIONS(638), - [anon_sym_transient] = ACTIONS(638), - [anon_sym_volatile] = ACTIONS(638), - [anon_sym_sealed] = ACTIONS(638), - [anon_sym_non_DASHsealed] = ACTIONS(636), - [anon_sym_record] = ACTIONS(638), - [anon_sym_ATinterface] = ACTIONS(636), - [anon_sym_interface] = ACTIONS(638), - [anon_sym_byte] = ACTIONS(638), - [anon_sym_short] = ACTIONS(638), - [anon_sym_int] = ACTIONS(638), - [anon_sym_long] = ACTIONS(638), - [anon_sym_char] = ACTIONS(638), - [anon_sym_float] = ACTIONS(638), - [anon_sym_double] = ACTIONS(638), - [sym_boolean_type] = ACTIONS(638), - [sym_void_type] = ACTIONS(638), - [sym_this] = ACTIONS(638), - [sym_super] = ACTIONS(638), + [anon_sym_yield] = ACTIONS(67), + [anon_sym_AT] = ACTIONS(275), + [anon_sym_open] = ACTIONS(67), + [anon_sym_module] = ACTIONS(67), + [anon_sym_with] = ACTIONS(67), + [anon_sym_sealed] = ACTIONS(67), + [anon_sym_record] = ACTIONS(67), + [anon_sym_byte] = ACTIONS(85), + [anon_sym_short] = ACTIONS(85), + [anon_sym_int] = ACTIONS(85), + [anon_sym_long] = ACTIONS(85), + [anon_sym_char] = ACTIONS(85), + [anon_sym_float] = ACTIONS(87), + [anon_sym_double] = ACTIONS(87), + [sym_boolean_type] = ACTIONS(89), + [sym_void_type] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, - [236] = { - [sym__literal] = STATE(507), - [sym_string_literal] = STATE(510), - [sym__string_literal] = STATE(498), - [sym__multiline_string_literal] = STATE(498), - [sym_expression] = STATE(635), - [sym_cast_expression] = STATE(524), - [sym_assignment_expression] = STATE(524), - [sym_binary_expression] = STATE(524), - [sym_instanceof_expression] = STATE(524), - [sym_lambda_expression] = STATE(524), - [sym_inferred_parameters] = STATE(1259), - [sym_ternary_expression] = STATE(524), - [sym_unary_expression] = STATE(524), - [sym_update_expression] = STATE(524), - [sym_primary_expression] = STATE(470), - [sym_array_creation_expression] = STATE(507), - [sym_parenthesized_expression] = STATE(507), - [sym_class_literal] = STATE(507), - [sym_object_creation_expression] = STATE(507), - [sym__unqualified_object_creation_expression] = STATE(483), - [sym_field_access] = STATE(384), - [sym_array_access] = STATE(384), - [sym_method_invocation] = STATE(507), - [sym_method_reference] = STATE(507), - [sym_switch_expression] = STATE(524), - [sym__annotation] = STATE(683), - [sym_marker_annotation] = STATE(683), - [sym_annotation] = STATE(683), - [sym__type] = STATE(1266), - [sym__unannotated_type] = STATE(795), - [sym_annotated_type] = STATE(797), - [sym_scoped_type_identifier] = STATE(745), - [sym_generic_type] = STATE(771), - [sym_array_type] = STATE(702), - [sym_integral_type] = STATE(702), - [sym_floating_point_type] = STATE(702), - [sym_formal_parameters] = STATE(1259), - [aux_sym_array_creation_expression_repeat1] = STATE(683), - [sym_identifier] = ACTIONS(301), + [189] = { + [sym__literal] = STATE(498), + [sym_string_literal] = STATE(505), + [sym__string_literal] = STATE(508), + [sym__multiline_string_literal] = STATE(508), + [sym_expression] = STATE(552), + [sym_cast_expression] = STATE(538), + [sym_assignment_expression] = STATE(538), + [sym_binary_expression] = STATE(538), + [sym_instanceof_expression] = STATE(538), + [sym_lambda_expression] = STATE(538), + [sym_inferred_parameters] = STATE(1218), + [sym_ternary_expression] = STATE(538), + [sym_unary_expression] = STATE(538), + [sym_update_expression] = STATE(538), + [sym_primary_expression] = STATE(509), + [sym_array_creation_expression] = STATE(498), + [sym_parenthesized_expression] = STATE(498), + [sym_class_literal] = STATE(498), + [sym_object_creation_expression] = STATE(498), + [sym__unqualified_object_creation_expression] = STATE(515), + [sym_field_access] = STATE(385), + [sym_array_access] = STATE(385), + [sym_method_invocation] = STATE(498), + [sym_method_reference] = STATE(498), + [sym_switch_expression] = STATE(538), + [sym__annotation] = STATE(694), + [sym_marker_annotation] = STATE(694), + [sym_annotation] = STATE(694), + [sym__type] = STATE(1208), + [sym__unannotated_type] = STATE(805), + [sym_annotated_type] = STATE(831), + [sym_scoped_type_identifier] = STATE(735), + [sym_generic_type] = STATE(751), + [sym_array_type] = STATE(688), + [sym_integral_type] = STATE(688), + [sym_floating_point_type] = STATE(688), + [sym_formal_parameters] = STATE(1218), + [sym__reserved_identifier] = STATE(372), + [aux_sym_array_creation_expression_repeat1] = STATE(694), + [sym_identifier] = ACTIONS(269), [sym_decimal_integer_literal] = ACTIONS(9), [sym_hex_integer_literal] = ACTIONS(9), [sym_octal_integer_literal] = ACTIONS(9), @@ -34386,143 +31009,151 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DASH_DASH] = ACTIONS(25), [anon_sym_new] = ACTIONS(27), [anon_sym_switch] = ACTIONS(31), - [anon_sym_AT] = ACTIONS(329), - [anon_sym_open] = ACTIONS(305), - [anon_sym_module] = ACTIONS(305), - [anon_sym_record] = ACTIONS(305), - [anon_sym_byte] = ACTIONS(81), - [anon_sym_short] = ACTIONS(81), - [anon_sym_int] = ACTIONS(81), - [anon_sym_long] = ACTIONS(81), - [anon_sym_char] = ACTIONS(81), - [anon_sym_float] = ACTIONS(83), - [anon_sym_double] = ACTIONS(83), - [sym_boolean_type] = ACTIONS(85), - [sym_void_type] = ACTIONS(85), - [sym_this] = ACTIONS(87), - [sym_super] = ACTIONS(89), + [anon_sym_yield] = ACTIONS(67), + [anon_sym_AT] = ACTIONS(275), + [anon_sym_open] = ACTIONS(67), + [anon_sym_module] = ACTIONS(67), + [anon_sym_with] = ACTIONS(67), + [anon_sym_sealed] = ACTIONS(67), + [anon_sym_record] = ACTIONS(67), + [anon_sym_byte] = ACTIONS(85), + [anon_sym_short] = ACTIONS(85), + [anon_sym_int] = ACTIONS(85), + [anon_sym_long] = ACTIONS(85), + [anon_sym_char] = ACTIONS(85), + [anon_sym_float] = ACTIONS(87), + [anon_sym_double] = ACTIONS(87), + [sym_boolean_type] = ACTIONS(89), + [sym_void_type] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, - [237] = { - [ts_builtin_sym_end] = ACTIONS(640), - [sym_identifier] = ACTIONS(642), - [sym_decimal_integer_literal] = ACTIONS(642), - [sym_hex_integer_literal] = ACTIONS(642), - [sym_octal_integer_literal] = ACTIONS(642), - [sym_binary_integer_literal] = ACTIONS(640), - [sym_decimal_floating_point_literal] = ACTIONS(640), - [sym_hex_floating_point_literal] = ACTIONS(642), - [sym_true] = ACTIONS(642), - [sym_false] = ACTIONS(642), - [sym_character_literal] = ACTIONS(640), - [anon_sym_DQUOTE] = ACTIONS(642), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(640), - [sym_null_literal] = ACTIONS(642), - [anon_sym_LPAREN] = ACTIONS(640), - [anon_sym_LT] = ACTIONS(640), - [anon_sym_PLUS] = ACTIONS(642), - [anon_sym_DASH] = ACTIONS(642), - [anon_sym_final] = ACTIONS(642), - [anon_sym_BANG] = ACTIONS(640), - [anon_sym_TILDE] = ACTIONS(640), - [anon_sym_PLUS_PLUS] = ACTIONS(640), - [anon_sym_DASH_DASH] = ACTIONS(640), - [anon_sym_new] = ACTIONS(642), - [anon_sym_class] = ACTIONS(642), - [anon_sym_switch] = ACTIONS(642), - [anon_sym_LBRACE] = ACTIONS(640), - [anon_sym_RBRACE] = ACTIONS(640), - [anon_sym_case] = ACTIONS(642), - [anon_sym_default] = ACTIONS(642), - [anon_sym_SEMI] = ACTIONS(640), - [anon_sym_assert] = ACTIONS(642), - [anon_sym_do] = ACTIONS(642), - [anon_sym_while] = ACTIONS(642), - [anon_sym_break] = ACTIONS(642), - [anon_sym_continue] = ACTIONS(642), - [anon_sym_return] = ACTIONS(642), - [anon_sym_yield] = ACTIONS(642), - [anon_sym_synchronized] = ACTIONS(642), - [anon_sym_throw] = ACTIONS(642), - [anon_sym_try] = ACTIONS(642), - [anon_sym_if] = ACTIONS(642), - [anon_sym_else] = ACTIONS(642), - [anon_sym_for] = ACTIONS(642), - [anon_sym_AT] = ACTIONS(642), - [anon_sym_open] = ACTIONS(642), - [anon_sym_module] = ACTIONS(642), - [anon_sym_static] = ACTIONS(642), - [anon_sym_package] = ACTIONS(642), - [anon_sym_import] = ACTIONS(642), - [anon_sym_enum] = ACTIONS(642), - [anon_sym_public] = ACTIONS(642), - [anon_sym_protected] = ACTIONS(642), - [anon_sym_private] = ACTIONS(642), - [anon_sym_abstract] = ACTIONS(642), - [anon_sym_strictfp] = ACTIONS(642), - [anon_sym_native] = ACTIONS(642), - [anon_sym_transient] = ACTIONS(642), - [anon_sym_volatile] = ACTIONS(642), - [anon_sym_sealed] = ACTIONS(642), - [anon_sym_non_DASHsealed] = ACTIONS(640), - [anon_sym_record] = ACTIONS(642), - [anon_sym_ATinterface] = ACTIONS(640), - [anon_sym_interface] = ACTIONS(642), - [anon_sym_byte] = ACTIONS(642), - [anon_sym_short] = ACTIONS(642), - [anon_sym_int] = ACTIONS(642), - [anon_sym_long] = ACTIONS(642), - [anon_sym_char] = ACTIONS(642), - [anon_sym_float] = ACTIONS(642), - [anon_sym_double] = ACTIONS(642), - [sym_boolean_type] = ACTIONS(642), - [sym_void_type] = ACTIONS(642), - [sym_this] = ACTIONS(642), - [sym_super] = ACTIONS(642), + [190] = { + [sym_catch_clause] = STATE(190), + [aux_sym_try_statement_repeat1] = STATE(190), + [ts_builtin_sym_end] = ACTIONS(461), + [sym_identifier] = ACTIONS(463), + [sym_decimal_integer_literal] = ACTIONS(463), + [sym_hex_integer_literal] = ACTIONS(463), + [sym_octal_integer_literal] = ACTIONS(463), + [sym_binary_integer_literal] = ACTIONS(461), + [sym_decimal_floating_point_literal] = ACTIONS(461), + [sym_hex_floating_point_literal] = ACTIONS(463), + [sym_true] = ACTIONS(463), + [sym_false] = ACTIONS(463), + [sym_character_literal] = ACTIONS(461), + [anon_sym_DQUOTE] = ACTIONS(463), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(461), + [sym_null_literal] = ACTIONS(463), + [anon_sym_LPAREN] = ACTIONS(461), + [anon_sym_PLUS] = ACTIONS(463), + [anon_sym_DASH] = ACTIONS(463), + [anon_sym_final] = ACTIONS(463), + [anon_sym_BANG] = ACTIONS(461), + [anon_sym_TILDE] = ACTIONS(461), + [anon_sym_PLUS_PLUS] = ACTIONS(461), + [anon_sym_DASH_DASH] = ACTIONS(461), + [anon_sym_new] = ACTIONS(463), + [anon_sym_class] = ACTIONS(463), + [anon_sym_switch] = ACTIONS(463), + [anon_sym_LBRACE] = ACTIONS(461), + [anon_sym_RBRACE] = ACTIONS(461), + [anon_sym_case] = ACTIONS(463), + [anon_sym_default] = ACTIONS(463), + [anon_sym_SEMI] = ACTIONS(461), + [anon_sym_assert] = ACTIONS(463), + [anon_sym_do] = ACTIONS(463), + [anon_sym_while] = ACTIONS(463), + [anon_sym_break] = ACTIONS(463), + [anon_sym_continue] = ACTIONS(463), + [anon_sym_return] = ACTIONS(463), + [anon_sym_yield] = ACTIONS(463), + [anon_sym_synchronized] = ACTIONS(463), + [anon_sym_throw] = ACTIONS(463), + [anon_sym_try] = ACTIONS(463), + [anon_sym_catch] = ACTIONS(465), + [anon_sym_finally] = ACTIONS(463), + [anon_sym_if] = ACTIONS(463), + [anon_sym_else] = ACTIONS(463), + [anon_sym_for] = ACTIONS(463), + [anon_sym_AT] = ACTIONS(463), + [anon_sym_open] = ACTIONS(463), + [anon_sym_module] = ACTIONS(463), + [anon_sym_static] = ACTIONS(463), + [anon_sym_with] = ACTIONS(463), + [anon_sym_package] = ACTIONS(463), + [anon_sym_import] = ACTIONS(463), + [anon_sym_enum] = ACTIONS(463), + [anon_sym_public] = ACTIONS(463), + [anon_sym_protected] = ACTIONS(463), + [anon_sym_private] = ACTIONS(463), + [anon_sym_abstract] = ACTIONS(463), + [anon_sym_strictfp] = ACTIONS(463), + [anon_sym_native] = ACTIONS(463), + [anon_sym_transient] = ACTIONS(463), + [anon_sym_volatile] = ACTIONS(463), + [anon_sym_sealed] = ACTIONS(463), + [anon_sym_non_DASHsealed] = ACTIONS(461), + [anon_sym_record] = ACTIONS(463), + [anon_sym_ATinterface] = ACTIONS(461), + [anon_sym_interface] = ACTIONS(463), + [anon_sym_byte] = ACTIONS(463), + [anon_sym_short] = ACTIONS(463), + [anon_sym_int] = ACTIONS(463), + [anon_sym_long] = ACTIONS(463), + [anon_sym_char] = ACTIONS(463), + [anon_sym_float] = ACTIONS(463), + [anon_sym_double] = ACTIONS(463), + [sym_boolean_type] = ACTIONS(463), + [sym_void_type] = ACTIONS(463), + [sym_this] = ACTIONS(463), + [sym_super] = ACTIONS(463), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, - [238] = { - [sym__literal] = STATE(507), - [sym_string_literal] = STATE(510), - [sym__string_literal] = STATE(498), - [sym__multiline_string_literal] = STATE(498), - [sym_expression] = STATE(645), - [sym_cast_expression] = STATE(524), - [sym_assignment_expression] = STATE(524), - [sym_binary_expression] = STATE(524), - [sym_instanceof_expression] = STATE(524), - [sym_lambda_expression] = STATE(524), - [sym_inferred_parameters] = STATE(1259), - [sym_ternary_expression] = STATE(524), - [sym_unary_expression] = STATE(524), - [sym_update_expression] = STATE(524), - [sym_primary_expression] = STATE(470), - [sym_array_creation_expression] = STATE(507), - [sym_parenthesized_expression] = STATE(507), - [sym_class_literal] = STATE(507), - [sym_object_creation_expression] = STATE(507), - [sym__unqualified_object_creation_expression] = STATE(483), - [sym_field_access] = STATE(384), - [sym_array_access] = STATE(384), - [sym_method_invocation] = STATE(507), - [sym_method_reference] = STATE(507), - [sym_switch_expression] = STATE(524), - [sym__annotation] = STATE(683), - [sym_marker_annotation] = STATE(683), - [sym_annotation] = STATE(683), - [sym__type] = STATE(1266), - [sym__unannotated_type] = STATE(795), - [sym_annotated_type] = STATE(797), - [sym_scoped_type_identifier] = STATE(745), - [sym_generic_type] = STATE(771), - [sym_array_type] = STATE(702), - [sym_integral_type] = STATE(702), - [sym_floating_point_type] = STATE(702), - [sym_formal_parameters] = STATE(1259), - [aux_sym_array_creation_expression_repeat1] = STATE(683), - [sym_identifier] = ACTIONS(301), + [191] = { + [sym__literal] = STATE(498), + [sym_string_literal] = STATE(505), + [sym__string_literal] = STATE(508), + [sym__multiline_string_literal] = STATE(508), + [sym_expression] = STATE(651), + [sym_cast_expression] = STATE(538), + [sym_assignment_expression] = STATE(538), + [sym_binary_expression] = STATE(538), + [sym_instanceof_expression] = STATE(538), + [sym_lambda_expression] = STATE(538), + [sym_inferred_parameters] = STATE(1218), + [sym_ternary_expression] = STATE(538), + [sym_unary_expression] = STATE(538), + [sym_update_expression] = STATE(538), + [sym_primary_expression] = STATE(509), + [sym_array_creation_expression] = STATE(498), + [sym_parenthesized_expression] = STATE(498), + [sym_class_literal] = STATE(498), + [sym_object_creation_expression] = STATE(498), + [sym__unqualified_object_creation_expression] = STATE(515), + [sym_field_access] = STATE(385), + [sym_array_access] = STATE(385), + [sym_method_invocation] = STATE(498), + [sym_method_reference] = STATE(498), + [sym_switch_expression] = STATE(538), + [sym__annotation] = STATE(694), + [sym_marker_annotation] = STATE(694), + [sym_annotation] = STATE(694), + [sym__type] = STATE(1208), + [sym__unannotated_type] = STATE(805), + [sym_annotated_type] = STATE(831), + [sym_scoped_type_identifier] = STATE(735), + [sym_generic_type] = STATE(751), + [sym_array_type] = STATE(688), + [sym_integral_type] = STATE(688), + [sym_floating_point_type] = STATE(688), + [sym_formal_parameters] = STATE(1218), + [sym__reserved_identifier] = STATE(372), + [aux_sym_array_creation_expression_repeat1] = STATE(694), + [sym_identifier] = ACTIONS(269), [sym_decimal_integer_literal] = ACTIONS(9), [sym_hex_integer_literal] = ACTIONS(9), [sym_octal_integer_literal] = ACTIONS(9), @@ -34544,696 +31175,68 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DASH_DASH] = ACTIONS(25), [anon_sym_new] = ACTIONS(27), [anon_sym_switch] = ACTIONS(31), - [anon_sym_AT] = ACTIONS(329), - [anon_sym_open] = ACTIONS(305), - [anon_sym_module] = ACTIONS(305), - [anon_sym_record] = ACTIONS(305), - [anon_sym_byte] = ACTIONS(81), - [anon_sym_short] = ACTIONS(81), - [anon_sym_int] = ACTIONS(81), - [anon_sym_long] = ACTIONS(81), - [anon_sym_char] = ACTIONS(81), - [anon_sym_float] = ACTIONS(83), - [anon_sym_double] = ACTIONS(83), - [sym_boolean_type] = ACTIONS(85), - [sym_void_type] = ACTIONS(85), - [sym_this] = ACTIONS(87), - [sym_super] = ACTIONS(89), - [sym_line_comment] = ACTIONS(3), - [sym_block_comment] = ACTIONS(3), - }, - [239] = { - [ts_builtin_sym_end] = ACTIONS(644), - [sym_identifier] = ACTIONS(646), - [sym_decimal_integer_literal] = ACTIONS(646), - [sym_hex_integer_literal] = ACTIONS(646), - [sym_octal_integer_literal] = ACTIONS(646), - [sym_binary_integer_literal] = ACTIONS(644), - [sym_decimal_floating_point_literal] = ACTIONS(644), - [sym_hex_floating_point_literal] = ACTIONS(646), - [sym_true] = ACTIONS(646), - [sym_false] = ACTIONS(646), - [sym_character_literal] = ACTIONS(644), - [anon_sym_DQUOTE] = ACTIONS(646), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(644), - [sym_null_literal] = ACTIONS(646), - [anon_sym_LPAREN] = ACTIONS(644), - [anon_sym_LT] = ACTIONS(644), - [anon_sym_PLUS] = ACTIONS(646), - [anon_sym_DASH] = ACTIONS(646), - [anon_sym_final] = ACTIONS(646), - [anon_sym_BANG] = ACTIONS(644), - [anon_sym_TILDE] = ACTIONS(644), - [anon_sym_PLUS_PLUS] = ACTIONS(644), - [anon_sym_DASH_DASH] = ACTIONS(644), - [anon_sym_new] = ACTIONS(646), - [anon_sym_class] = ACTIONS(646), - [anon_sym_switch] = ACTIONS(646), - [anon_sym_LBRACE] = ACTIONS(644), - [anon_sym_RBRACE] = ACTIONS(644), - [anon_sym_case] = ACTIONS(646), - [anon_sym_default] = ACTIONS(646), - [anon_sym_SEMI] = ACTIONS(644), - [anon_sym_assert] = ACTIONS(646), - [anon_sym_do] = ACTIONS(646), - [anon_sym_while] = ACTIONS(646), - [anon_sym_break] = ACTIONS(646), - [anon_sym_continue] = ACTIONS(646), - [anon_sym_return] = ACTIONS(646), - [anon_sym_yield] = ACTIONS(646), - [anon_sym_synchronized] = ACTIONS(646), - [anon_sym_throw] = ACTIONS(646), - [anon_sym_try] = ACTIONS(646), - [anon_sym_if] = ACTIONS(646), - [anon_sym_else] = ACTIONS(646), - [anon_sym_for] = ACTIONS(646), - [anon_sym_AT] = ACTIONS(646), - [anon_sym_open] = ACTIONS(646), - [anon_sym_module] = ACTIONS(646), - [anon_sym_static] = ACTIONS(646), - [anon_sym_package] = ACTIONS(646), - [anon_sym_import] = ACTIONS(646), - [anon_sym_enum] = ACTIONS(646), - [anon_sym_public] = ACTIONS(646), - [anon_sym_protected] = ACTIONS(646), - [anon_sym_private] = ACTIONS(646), - [anon_sym_abstract] = ACTIONS(646), - [anon_sym_strictfp] = ACTIONS(646), - [anon_sym_native] = ACTIONS(646), - [anon_sym_transient] = ACTIONS(646), - [anon_sym_volatile] = ACTIONS(646), - [anon_sym_sealed] = ACTIONS(646), - [anon_sym_non_DASHsealed] = ACTIONS(644), - [anon_sym_record] = ACTIONS(646), - [anon_sym_ATinterface] = ACTIONS(644), - [anon_sym_interface] = ACTIONS(646), - [anon_sym_byte] = ACTIONS(646), - [anon_sym_short] = ACTIONS(646), - [anon_sym_int] = ACTIONS(646), - [anon_sym_long] = ACTIONS(646), - [anon_sym_char] = ACTIONS(646), - [anon_sym_float] = ACTIONS(646), - [anon_sym_double] = ACTIONS(646), - [sym_boolean_type] = ACTIONS(646), - [sym_void_type] = ACTIONS(646), - [sym_this] = ACTIONS(646), - [sym_super] = ACTIONS(646), - [sym_line_comment] = ACTIONS(3), - [sym_block_comment] = ACTIONS(3), - }, - [240] = { - [ts_builtin_sym_end] = ACTIONS(648), - [sym_identifier] = ACTIONS(650), - [sym_decimal_integer_literal] = ACTIONS(650), - [sym_hex_integer_literal] = ACTIONS(650), - [sym_octal_integer_literal] = ACTIONS(650), - [sym_binary_integer_literal] = ACTIONS(648), - [sym_decimal_floating_point_literal] = ACTIONS(648), - [sym_hex_floating_point_literal] = ACTIONS(650), - [sym_true] = ACTIONS(650), - [sym_false] = ACTIONS(650), - [sym_character_literal] = ACTIONS(648), - [anon_sym_DQUOTE] = ACTIONS(650), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(648), - [sym_null_literal] = ACTIONS(650), - [anon_sym_LPAREN] = ACTIONS(648), - [anon_sym_LT] = ACTIONS(648), - [anon_sym_PLUS] = ACTIONS(650), - [anon_sym_DASH] = ACTIONS(650), - [anon_sym_final] = ACTIONS(650), - [anon_sym_BANG] = ACTIONS(648), - [anon_sym_TILDE] = ACTIONS(648), - [anon_sym_PLUS_PLUS] = ACTIONS(648), - [anon_sym_DASH_DASH] = ACTIONS(648), - [anon_sym_new] = ACTIONS(650), - [anon_sym_class] = ACTIONS(650), - [anon_sym_switch] = ACTIONS(650), - [anon_sym_LBRACE] = ACTIONS(648), - [anon_sym_RBRACE] = ACTIONS(648), - [anon_sym_case] = ACTIONS(650), - [anon_sym_default] = ACTIONS(650), - [anon_sym_SEMI] = ACTIONS(648), - [anon_sym_assert] = ACTIONS(650), - [anon_sym_do] = ACTIONS(650), - [anon_sym_while] = ACTIONS(650), - [anon_sym_break] = ACTIONS(650), - [anon_sym_continue] = ACTIONS(650), - [anon_sym_return] = ACTIONS(650), - [anon_sym_yield] = ACTIONS(650), - [anon_sym_synchronized] = ACTIONS(650), - [anon_sym_throw] = ACTIONS(650), - [anon_sym_try] = ACTIONS(650), - [anon_sym_if] = ACTIONS(650), - [anon_sym_else] = ACTIONS(650), - [anon_sym_for] = ACTIONS(650), - [anon_sym_AT] = ACTIONS(650), - [anon_sym_open] = ACTIONS(650), - [anon_sym_module] = ACTIONS(650), - [anon_sym_static] = ACTIONS(650), - [anon_sym_package] = ACTIONS(650), - [anon_sym_import] = ACTIONS(650), - [anon_sym_enum] = ACTIONS(650), - [anon_sym_public] = ACTIONS(650), - [anon_sym_protected] = ACTIONS(650), - [anon_sym_private] = ACTIONS(650), - [anon_sym_abstract] = ACTIONS(650), - [anon_sym_strictfp] = ACTIONS(650), - [anon_sym_native] = ACTIONS(650), - [anon_sym_transient] = ACTIONS(650), - [anon_sym_volatile] = ACTIONS(650), - [anon_sym_sealed] = ACTIONS(650), - [anon_sym_non_DASHsealed] = ACTIONS(648), - [anon_sym_record] = ACTIONS(650), - [anon_sym_ATinterface] = ACTIONS(648), - [anon_sym_interface] = ACTIONS(650), - [anon_sym_byte] = ACTIONS(650), - [anon_sym_short] = ACTIONS(650), - [anon_sym_int] = ACTIONS(650), - [anon_sym_long] = ACTIONS(650), - [anon_sym_char] = ACTIONS(650), - [anon_sym_float] = ACTIONS(650), - [anon_sym_double] = ACTIONS(650), - [sym_boolean_type] = ACTIONS(650), - [sym_void_type] = ACTIONS(650), - [sym_this] = ACTIONS(650), - [sym_super] = ACTIONS(650), - [sym_line_comment] = ACTIONS(3), - [sym_block_comment] = ACTIONS(3), - }, - [241] = { - [ts_builtin_sym_end] = ACTIONS(652), - [sym_identifier] = ACTIONS(654), - [sym_decimal_integer_literal] = ACTIONS(654), - [sym_hex_integer_literal] = ACTIONS(654), - [sym_octal_integer_literal] = ACTIONS(654), - [sym_binary_integer_literal] = ACTIONS(652), - [sym_decimal_floating_point_literal] = ACTIONS(652), - [sym_hex_floating_point_literal] = ACTIONS(654), - [sym_true] = ACTIONS(654), - [sym_false] = ACTIONS(654), - [sym_character_literal] = ACTIONS(652), - [anon_sym_DQUOTE] = ACTIONS(654), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(652), - [sym_null_literal] = ACTIONS(654), - [anon_sym_LPAREN] = ACTIONS(652), - [anon_sym_LT] = ACTIONS(652), - [anon_sym_PLUS] = ACTIONS(654), - [anon_sym_DASH] = ACTIONS(654), - [anon_sym_final] = ACTIONS(654), - [anon_sym_BANG] = ACTIONS(652), - [anon_sym_TILDE] = ACTIONS(652), - [anon_sym_PLUS_PLUS] = ACTIONS(652), - [anon_sym_DASH_DASH] = ACTIONS(652), - [anon_sym_new] = ACTIONS(654), - [anon_sym_class] = ACTIONS(654), - [anon_sym_switch] = ACTIONS(654), - [anon_sym_LBRACE] = ACTIONS(652), - [anon_sym_RBRACE] = ACTIONS(652), - [anon_sym_case] = ACTIONS(654), - [anon_sym_default] = ACTIONS(654), - [anon_sym_SEMI] = ACTIONS(652), - [anon_sym_assert] = ACTIONS(654), - [anon_sym_do] = ACTIONS(654), - [anon_sym_while] = ACTIONS(654), - [anon_sym_break] = ACTIONS(654), - [anon_sym_continue] = ACTIONS(654), - [anon_sym_return] = ACTIONS(654), - [anon_sym_yield] = ACTIONS(654), - [anon_sym_synchronized] = ACTIONS(654), - [anon_sym_throw] = ACTIONS(654), - [anon_sym_try] = ACTIONS(654), - [anon_sym_if] = ACTIONS(654), - [anon_sym_else] = ACTIONS(654), - [anon_sym_for] = ACTIONS(654), - [anon_sym_AT] = ACTIONS(654), - [anon_sym_open] = ACTIONS(654), - [anon_sym_module] = ACTIONS(654), - [anon_sym_static] = ACTIONS(654), - [anon_sym_package] = ACTIONS(654), - [anon_sym_import] = ACTIONS(654), - [anon_sym_enum] = ACTIONS(654), - [anon_sym_public] = ACTIONS(654), - [anon_sym_protected] = ACTIONS(654), - [anon_sym_private] = ACTIONS(654), - [anon_sym_abstract] = ACTIONS(654), - [anon_sym_strictfp] = ACTIONS(654), - [anon_sym_native] = ACTIONS(654), - [anon_sym_transient] = ACTIONS(654), - [anon_sym_volatile] = ACTIONS(654), - [anon_sym_sealed] = ACTIONS(654), - [anon_sym_non_DASHsealed] = ACTIONS(652), - [anon_sym_record] = ACTIONS(654), - [anon_sym_ATinterface] = ACTIONS(652), - [anon_sym_interface] = ACTIONS(654), - [anon_sym_byte] = ACTIONS(654), - [anon_sym_short] = ACTIONS(654), - [anon_sym_int] = ACTIONS(654), - [anon_sym_long] = ACTIONS(654), - [anon_sym_char] = ACTIONS(654), - [anon_sym_float] = ACTIONS(654), - [anon_sym_double] = ACTIONS(654), - [sym_boolean_type] = ACTIONS(654), - [sym_void_type] = ACTIONS(654), - [sym_this] = ACTIONS(654), - [sym_super] = ACTIONS(654), - [sym_line_comment] = ACTIONS(3), - [sym_block_comment] = ACTIONS(3), - }, - [242] = { - [ts_builtin_sym_end] = ACTIONS(656), - [sym_identifier] = ACTIONS(658), - [sym_decimal_integer_literal] = ACTIONS(658), - [sym_hex_integer_literal] = ACTIONS(658), - [sym_octal_integer_literal] = ACTIONS(658), - [sym_binary_integer_literal] = ACTIONS(656), - [sym_decimal_floating_point_literal] = ACTIONS(656), - [sym_hex_floating_point_literal] = ACTIONS(658), - [sym_true] = ACTIONS(658), - [sym_false] = ACTIONS(658), - [sym_character_literal] = ACTIONS(656), - [anon_sym_DQUOTE] = ACTIONS(658), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(656), - [sym_null_literal] = ACTIONS(658), - [anon_sym_LPAREN] = ACTIONS(656), - [anon_sym_LT] = ACTIONS(656), - [anon_sym_PLUS] = ACTIONS(658), - [anon_sym_DASH] = ACTIONS(658), - [anon_sym_final] = ACTIONS(658), - [anon_sym_BANG] = ACTIONS(656), - [anon_sym_TILDE] = ACTIONS(656), - [anon_sym_PLUS_PLUS] = ACTIONS(656), - [anon_sym_DASH_DASH] = ACTIONS(656), - [anon_sym_new] = ACTIONS(658), - [anon_sym_class] = ACTIONS(658), - [anon_sym_switch] = ACTIONS(658), - [anon_sym_LBRACE] = ACTIONS(656), - [anon_sym_RBRACE] = ACTIONS(656), - [anon_sym_case] = ACTIONS(658), - [anon_sym_default] = ACTIONS(658), - [anon_sym_SEMI] = ACTIONS(656), - [anon_sym_assert] = ACTIONS(658), - [anon_sym_do] = ACTIONS(658), - [anon_sym_while] = ACTIONS(658), - [anon_sym_break] = ACTIONS(658), - [anon_sym_continue] = ACTIONS(658), - [anon_sym_return] = ACTIONS(658), - [anon_sym_yield] = ACTIONS(658), - [anon_sym_synchronized] = ACTIONS(658), - [anon_sym_throw] = ACTIONS(658), - [anon_sym_try] = ACTIONS(658), - [anon_sym_if] = ACTIONS(658), - [anon_sym_else] = ACTIONS(658), - [anon_sym_for] = ACTIONS(658), - [anon_sym_AT] = ACTIONS(658), - [anon_sym_open] = ACTIONS(658), - [anon_sym_module] = ACTIONS(658), - [anon_sym_static] = ACTIONS(658), - [anon_sym_package] = ACTIONS(658), - [anon_sym_import] = ACTIONS(658), - [anon_sym_enum] = ACTIONS(658), - [anon_sym_public] = ACTIONS(658), - [anon_sym_protected] = ACTIONS(658), - [anon_sym_private] = ACTIONS(658), - [anon_sym_abstract] = ACTIONS(658), - [anon_sym_strictfp] = ACTIONS(658), - [anon_sym_native] = ACTIONS(658), - [anon_sym_transient] = ACTIONS(658), - [anon_sym_volatile] = ACTIONS(658), - [anon_sym_sealed] = ACTIONS(658), - [anon_sym_non_DASHsealed] = ACTIONS(656), - [anon_sym_record] = ACTIONS(658), - [anon_sym_ATinterface] = ACTIONS(656), - [anon_sym_interface] = ACTIONS(658), - [anon_sym_byte] = ACTIONS(658), - [anon_sym_short] = ACTIONS(658), - [anon_sym_int] = ACTIONS(658), - [anon_sym_long] = ACTIONS(658), - [anon_sym_char] = ACTIONS(658), - [anon_sym_float] = ACTIONS(658), - [anon_sym_double] = ACTIONS(658), - [sym_boolean_type] = ACTIONS(658), - [sym_void_type] = ACTIONS(658), - [sym_this] = ACTIONS(658), - [sym_super] = ACTIONS(658), - [sym_line_comment] = ACTIONS(3), - [sym_block_comment] = ACTIONS(3), - }, - [243] = { - [ts_builtin_sym_end] = ACTIONS(660), - [sym_identifier] = ACTIONS(662), - [sym_decimal_integer_literal] = ACTIONS(662), - [sym_hex_integer_literal] = ACTIONS(662), - [sym_octal_integer_literal] = ACTIONS(662), - [sym_binary_integer_literal] = ACTIONS(660), - [sym_decimal_floating_point_literal] = ACTIONS(660), - [sym_hex_floating_point_literal] = ACTIONS(662), - [sym_true] = ACTIONS(662), - [sym_false] = ACTIONS(662), - [sym_character_literal] = ACTIONS(660), - [anon_sym_DQUOTE] = ACTIONS(662), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(660), - [sym_null_literal] = ACTIONS(662), - [anon_sym_LPAREN] = ACTIONS(660), - [anon_sym_LT] = ACTIONS(660), - [anon_sym_PLUS] = ACTIONS(662), - [anon_sym_DASH] = ACTIONS(662), - [anon_sym_final] = ACTIONS(662), - [anon_sym_BANG] = ACTIONS(660), - [anon_sym_TILDE] = ACTIONS(660), - [anon_sym_PLUS_PLUS] = ACTIONS(660), - [anon_sym_DASH_DASH] = ACTIONS(660), - [anon_sym_new] = ACTIONS(662), - [anon_sym_class] = ACTIONS(662), - [anon_sym_switch] = ACTIONS(662), - [anon_sym_LBRACE] = ACTIONS(660), - [anon_sym_RBRACE] = ACTIONS(660), - [anon_sym_case] = ACTIONS(662), - [anon_sym_default] = ACTIONS(662), - [anon_sym_SEMI] = ACTIONS(660), - [anon_sym_assert] = ACTIONS(662), - [anon_sym_do] = ACTIONS(662), - [anon_sym_while] = ACTIONS(662), - [anon_sym_break] = ACTIONS(662), - [anon_sym_continue] = ACTIONS(662), - [anon_sym_return] = ACTIONS(662), - [anon_sym_yield] = ACTIONS(662), - [anon_sym_synchronized] = ACTIONS(662), - [anon_sym_throw] = ACTIONS(662), - [anon_sym_try] = ACTIONS(662), - [anon_sym_if] = ACTIONS(662), - [anon_sym_else] = ACTIONS(662), - [anon_sym_for] = ACTIONS(662), - [anon_sym_AT] = ACTIONS(662), - [anon_sym_open] = ACTIONS(662), - [anon_sym_module] = ACTIONS(662), - [anon_sym_static] = ACTIONS(662), - [anon_sym_package] = ACTIONS(662), - [anon_sym_import] = ACTIONS(662), - [anon_sym_enum] = ACTIONS(662), - [anon_sym_public] = ACTIONS(662), - [anon_sym_protected] = ACTIONS(662), - [anon_sym_private] = ACTIONS(662), - [anon_sym_abstract] = ACTIONS(662), - [anon_sym_strictfp] = ACTIONS(662), - [anon_sym_native] = ACTIONS(662), - [anon_sym_transient] = ACTIONS(662), - [anon_sym_volatile] = ACTIONS(662), - [anon_sym_sealed] = ACTIONS(662), - [anon_sym_non_DASHsealed] = ACTIONS(660), - [anon_sym_record] = ACTIONS(662), - [anon_sym_ATinterface] = ACTIONS(660), - [anon_sym_interface] = ACTIONS(662), - [anon_sym_byte] = ACTIONS(662), - [anon_sym_short] = ACTIONS(662), - [anon_sym_int] = ACTIONS(662), - [anon_sym_long] = ACTIONS(662), - [anon_sym_char] = ACTIONS(662), - [anon_sym_float] = ACTIONS(662), - [anon_sym_double] = ACTIONS(662), - [sym_boolean_type] = ACTIONS(662), - [sym_void_type] = ACTIONS(662), - [sym_this] = ACTIONS(662), - [sym_super] = ACTIONS(662), - [sym_line_comment] = ACTIONS(3), - [sym_block_comment] = ACTIONS(3), - }, - [244] = { - [ts_builtin_sym_end] = ACTIONS(664), - [sym_identifier] = ACTIONS(666), - [sym_decimal_integer_literal] = ACTIONS(666), - [sym_hex_integer_literal] = ACTIONS(666), - [sym_octal_integer_literal] = ACTIONS(666), - [sym_binary_integer_literal] = ACTIONS(664), - [sym_decimal_floating_point_literal] = ACTIONS(664), - [sym_hex_floating_point_literal] = ACTIONS(666), - [sym_true] = ACTIONS(666), - [sym_false] = ACTIONS(666), - [sym_character_literal] = ACTIONS(664), - [anon_sym_DQUOTE] = ACTIONS(666), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(664), - [sym_null_literal] = ACTIONS(666), - [anon_sym_LPAREN] = ACTIONS(664), - [anon_sym_LT] = ACTIONS(664), - [anon_sym_PLUS] = ACTIONS(666), - [anon_sym_DASH] = ACTIONS(666), - [anon_sym_final] = ACTIONS(666), - [anon_sym_BANG] = ACTIONS(664), - [anon_sym_TILDE] = ACTIONS(664), - [anon_sym_PLUS_PLUS] = ACTIONS(664), - [anon_sym_DASH_DASH] = ACTIONS(664), - [anon_sym_new] = ACTIONS(666), - [anon_sym_class] = ACTIONS(666), - [anon_sym_switch] = ACTIONS(666), - [anon_sym_LBRACE] = ACTIONS(664), - [anon_sym_RBRACE] = ACTIONS(664), - [anon_sym_case] = ACTIONS(666), - [anon_sym_default] = ACTIONS(666), - [anon_sym_SEMI] = ACTIONS(664), - [anon_sym_assert] = ACTIONS(666), - [anon_sym_do] = ACTIONS(666), - [anon_sym_while] = ACTIONS(666), - [anon_sym_break] = ACTIONS(666), - [anon_sym_continue] = ACTIONS(666), - [anon_sym_return] = ACTIONS(666), - [anon_sym_yield] = ACTIONS(666), - [anon_sym_synchronized] = ACTIONS(666), - [anon_sym_throw] = ACTIONS(666), - [anon_sym_try] = ACTIONS(666), - [anon_sym_if] = ACTIONS(666), - [anon_sym_else] = ACTIONS(666), - [anon_sym_for] = ACTIONS(666), - [anon_sym_AT] = ACTIONS(666), - [anon_sym_open] = ACTIONS(666), - [anon_sym_module] = ACTIONS(666), - [anon_sym_static] = ACTIONS(666), - [anon_sym_package] = ACTIONS(666), - [anon_sym_import] = ACTIONS(666), - [anon_sym_enum] = ACTIONS(666), - [anon_sym_public] = ACTIONS(666), - [anon_sym_protected] = ACTIONS(666), - [anon_sym_private] = ACTIONS(666), - [anon_sym_abstract] = ACTIONS(666), - [anon_sym_strictfp] = ACTIONS(666), - [anon_sym_native] = ACTIONS(666), - [anon_sym_transient] = ACTIONS(666), - [anon_sym_volatile] = ACTIONS(666), - [anon_sym_sealed] = ACTIONS(666), - [anon_sym_non_DASHsealed] = ACTIONS(664), - [anon_sym_record] = ACTIONS(666), - [anon_sym_ATinterface] = ACTIONS(664), - [anon_sym_interface] = ACTIONS(666), - [anon_sym_byte] = ACTIONS(666), - [anon_sym_short] = ACTIONS(666), - [anon_sym_int] = ACTIONS(666), - [anon_sym_long] = ACTIONS(666), - [anon_sym_char] = ACTIONS(666), - [anon_sym_float] = ACTIONS(666), - [anon_sym_double] = ACTIONS(666), - [sym_boolean_type] = ACTIONS(666), - [sym_void_type] = ACTIONS(666), - [sym_this] = ACTIONS(666), - [sym_super] = ACTIONS(666), - [sym_line_comment] = ACTIONS(3), - [sym_block_comment] = ACTIONS(3), - }, - [245] = { - [ts_builtin_sym_end] = ACTIONS(668), - [sym_identifier] = ACTIONS(670), - [sym_decimal_integer_literal] = ACTIONS(670), - [sym_hex_integer_literal] = ACTIONS(670), - [sym_octal_integer_literal] = ACTIONS(670), - [sym_binary_integer_literal] = ACTIONS(668), - [sym_decimal_floating_point_literal] = ACTIONS(668), - [sym_hex_floating_point_literal] = ACTIONS(670), - [sym_true] = ACTIONS(670), - [sym_false] = ACTIONS(670), - [sym_character_literal] = ACTIONS(668), - [anon_sym_DQUOTE] = ACTIONS(670), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(668), - [sym_null_literal] = ACTIONS(670), - [anon_sym_LPAREN] = ACTIONS(668), - [anon_sym_LT] = ACTIONS(668), - [anon_sym_PLUS] = ACTIONS(670), - [anon_sym_DASH] = ACTIONS(670), - [anon_sym_final] = ACTIONS(670), - [anon_sym_BANG] = ACTIONS(668), - [anon_sym_TILDE] = ACTIONS(668), - [anon_sym_PLUS_PLUS] = ACTIONS(668), - [anon_sym_DASH_DASH] = ACTIONS(668), - [anon_sym_new] = ACTIONS(670), - [anon_sym_class] = ACTIONS(670), - [anon_sym_switch] = ACTIONS(670), - [anon_sym_LBRACE] = ACTIONS(668), - [anon_sym_RBRACE] = ACTIONS(668), - [anon_sym_case] = ACTIONS(670), - [anon_sym_default] = ACTIONS(670), - [anon_sym_SEMI] = ACTIONS(668), - [anon_sym_assert] = ACTIONS(670), - [anon_sym_do] = ACTIONS(670), - [anon_sym_while] = ACTIONS(670), - [anon_sym_break] = ACTIONS(670), - [anon_sym_continue] = ACTIONS(670), - [anon_sym_return] = ACTIONS(670), - [anon_sym_yield] = ACTIONS(670), - [anon_sym_synchronized] = ACTIONS(670), - [anon_sym_throw] = ACTIONS(670), - [anon_sym_try] = ACTIONS(670), - [anon_sym_if] = ACTIONS(670), - [anon_sym_else] = ACTIONS(670), - [anon_sym_for] = ACTIONS(670), - [anon_sym_AT] = ACTIONS(670), - [anon_sym_open] = ACTIONS(670), - [anon_sym_module] = ACTIONS(670), - [anon_sym_static] = ACTIONS(670), - [anon_sym_package] = ACTIONS(670), - [anon_sym_import] = ACTIONS(670), - [anon_sym_enum] = ACTIONS(670), - [anon_sym_public] = ACTIONS(670), - [anon_sym_protected] = ACTIONS(670), - [anon_sym_private] = ACTIONS(670), - [anon_sym_abstract] = ACTIONS(670), - [anon_sym_strictfp] = ACTIONS(670), - [anon_sym_native] = ACTIONS(670), - [anon_sym_transient] = ACTIONS(670), - [anon_sym_volatile] = ACTIONS(670), - [anon_sym_sealed] = ACTIONS(670), - [anon_sym_non_DASHsealed] = ACTIONS(668), - [anon_sym_record] = ACTIONS(670), - [anon_sym_ATinterface] = ACTIONS(668), - [anon_sym_interface] = ACTIONS(670), - [anon_sym_byte] = ACTIONS(670), - [anon_sym_short] = ACTIONS(670), - [anon_sym_int] = ACTIONS(670), - [anon_sym_long] = ACTIONS(670), - [anon_sym_char] = ACTIONS(670), - [anon_sym_float] = ACTIONS(670), - [anon_sym_double] = ACTIONS(670), - [sym_boolean_type] = ACTIONS(670), - [sym_void_type] = ACTIONS(670), - [sym_this] = ACTIONS(670), - [sym_super] = ACTIONS(670), - [sym_line_comment] = ACTIONS(3), - [sym_block_comment] = ACTIONS(3), - }, - [246] = { - [ts_builtin_sym_end] = ACTIONS(672), - [sym_identifier] = ACTIONS(674), - [sym_decimal_integer_literal] = ACTIONS(674), - [sym_hex_integer_literal] = ACTIONS(674), - [sym_octal_integer_literal] = ACTIONS(674), - [sym_binary_integer_literal] = ACTIONS(672), - [sym_decimal_floating_point_literal] = ACTIONS(672), - [sym_hex_floating_point_literal] = ACTIONS(674), - [sym_true] = ACTIONS(674), - [sym_false] = ACTIONS(674), - [sym_character_literal] = ACTIONS(672), - [anon_sym_DQUOTE] = ACTIONS(674), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(672), - [sym_null_literal] = ACTIONS(674), - [anon_sym_LPAREN] = ACTIONS(672), - [anon_sym_LT] = ACTIONS(672), - [anon_sym_PLUS] = ACTIONS(674), - [anon_sym_DASH] = ACTIONS(674), - [anon_sym_final] = ACTIONS(674), - [anon_sym_BANG] = ACTIONS(672), - [anon_sym_TILDE] = ACTIONS(672), - [anon_sym_PLUS_PLUS] = ACTIONS(672), - [anon_sym_DASH_DASH] = ACTIONS(672), - [anon_sym_new] = ACTIONS(674), - [anon_sym_class] = ACTIONS(674), - [anon_sym_switch] = ACTIONS(674), - [anon_sym_LBRACE] = ACTIONS(672), - [anon_sym_RBRACE] = ACTIONS(672), - [anon_sym_case] = ACTIONS(674), - [anon_sym_default] = ACTIONS(674), - [anon_sym_SEMI] = ACTIONS(672), - [anon_sym_assert] = ACTIONS(674), - [anon_sym_do] = ACTIONS(674), - [anon_sym_while] = ACTIONS(674), - [anon_sym_break] = ACTIONS(674), - [anon_sym_continue] = ACTIONS(674), - [anon_sym_return] = ACTIONS(674), - [anon_sym_yield] = ACTIONS(674), - [anon_sym_synchronized] = ACTIONS(674), - [anon_sym_throw] = ACTIONS(674), - [anon_sym_try] = ACTIONS(674), - [anon_sym_if] = ACTIONS(674), - [anon_sym_else] = ACTIONS(674), - [anon_sym_for] = ACTIONS(674), - [anon_sym_AT] = ACTIONS(674), - [anon_sym_open] = ACTIONS(674), - [anon_sym_module] = ACTIONS(674), - [anon_sym_static] = ACTIONS(674), - [anon_sym_package] = ACTIONS(674), - [anon_sym_import] = ACTIONS(674), - [anon_sym_enum] = ACTIONS(674), - [anon_sym_public] = ACTIONS(674), - [anon_sym_protected] = ACTIONS(674), - [anon_sym_private] = ACTIONS(674), - [anon_sym_abstract] = ACTIONS(674), - [anon_sym_strictfp] = ACTIONS(674), - [anon_sym_native] = ACTIONS(674), - [anon_sym_transient] = ACTIONS(674), - [anon_sym_volatile] = ACTIONS(674), - [anon_sym_sealed] = ACTIONS(674), - [anon_sym_non_DASHsealed] = ACTIONS(672), - [anon_sym_record] = ACTIONS(674), - [anon_sym_ATinterface] = ACTIONS(672), - [anon_sym_interface] = ACTIONS(674), - [anon_sym_byte] = ACTIONS(674), - [anon_sym_short] = ACTIONS(674), - [anon_sym_int] = ACTIONS(674), - [anon_sym_long] = ACTIONS(674), - [anon_sym_char] = ACTIONS(674), - [anon_sym_float] = ACTIONS(674), - [anon_sym_double] = ACTIONS(674), - [sym_boolean_type] = ACTIONS(674), - [sym_void_type] = ACTIONS(674), - [sym_this] = ACTIONS(674), - [sym_super] = ACTIONS(674), + [anon_sym_yield] = ACTIONS(67), + [anon_sym_AT] = ACTIONS(275), + [anon_sym_open] = ACTIONS(67), + [anon_sym_module] = ACTIONS(67), + [anon_sym_with] = ACTIONS(67), + [anon_sym_sealed] = ACTIONS(67), + [anon_sym_record] = ACTIONS(67), + [anon_sym_byte] = ACTIONS(85), + [anon_sym_short] = ACTIONS(85), + [anon_sym_int] = ACTIONS(85), + [anon_sym_long] = ACTIONS(85), + [anon_sym_char] = ACTIONS(85), + [anon_sym_float] = ACTIONS(87), + [anon_sym_double] = ACTIONS(87), + [sym_boolean_type] = ACTIONS(89), + [sym_void_type] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, - [247] = { - [sym__literal] = STATE(507), - [sym_string_literal] = STATE(510), - [sym__string_literal] = STATE(498), - [sym__multiline_string_literal] = STATE(498), - [sym_expression] = STATE(640), - [sym_cast_expression] = STATE(524), - [sym_assignment_expression] = STATE(524), - [sym_binary_expression] = STATE(524), - [sym_instanceof_expression] = STATE(524), - [sym_lambda_expression] = STATE(524), - [sym_inferred_parameters] = STATE(1259), - [sym_ternary_expression] = STATE(524), - [sym_unary_expression] = STATE(524), - [sym_update_expression] = STATE(524), - [sym_primary_expression] = STATE(470), - [sym_array_creation_expression] = STATE(507), - [sym_parenthesized_expression] = STATE(507), - [sym_class_literal] = STATE(507), - [sym_object_creation_expression] = STATE(507), - [sym__unqualified_object_creation_expression] = STATE(483), - [sym_field_access] = STATE(384), - [sym_array_access] = STATE(384), - [sym_method_invocation] = STATE(507), - [sym_method_reference] = STATE(507), - [sym_switch_expression] = STATE(524), - [sym__annotation] = STATE(683), - [sym_marker_annotation] = STATE(683), - [sym_annotation] = STATE(683), - [sym__type] = STATE(1266), - [sym__unannotated_type] = STATE(795), - [sym_annotated_type] = STATE(797), - [sym_scoped_type_identifier] = STATE(745), - [sym_generic_type] = STATE(771), - [sym_array_type] = STATE(702), - [sym_integral_type] = STATE(702), - [sym_floating_point_type] = STATE(702), - [sym_formal_parameters] = STATE(1259), - [aux_sym_array_creation_expression_repeat1] = STATE(683), - [sym_identifier] = ACTIONS(301), + [192] = { + [sym__literal] = STATE(498), + [sym_string_literal] = STATE(505), + [sym__string_literal] = STATE(508), + [sym__multiline_string_literal] = STATE(508), + [sym_expression] = STATE(636), + [sym_cast_expression] = STATE(538), + [sym_assignment_expression] = STATE(538), + [sym_binary_expression] = STATE(538), + [sym_instanceof_expression] = STATE(538), + [sym_lambda_expression] = STATE(538), + [sym_inferred_parameters] = STATE(1218), + [sym_ternary_expression] = STATE(538), + [sym_unary_expression] = STATE(538), + [sym_update_expression] = STATE(538), + [sym_primary_expression] = STATE(509), + [sym_array_creation_expression] = STATE(498), + [sym_parenthesized_expression] = STATE(498), + [sym_class_literal] = STATE(498), + [sym_object_creation_expression] = STATE(498), + [sym__unqualified_object_creation_expression] = STATE(515), + [sym_field_access] = STATE(385), + [sym_array_access] = STATE(385), + [sym_method_invocation] = STATE(498), + [sym_method_reference] = STATE(498), + [sym_switch_expression] = STATE(538), + [sym__annotation] = STATE(694), + [sym_marker_annotation] = STATE(694), + [sym_annotation] = STATE(694), + [sym__type] = STATE(1208), + [sym__unannotated_type] = STATE(805), + [sym_annotated_type] = STATE(831), + [sym_scoped_type_identifier] = STATE(735), + [sym_generic_type] = STATE(751), + [sym_array_type] = STATE(688), + [sym_integral_type] = STATE(688), + [sym_floating_point_type] = STATE(688), + [sym_formal_parameters] = STATE(1218), + [sym__reserved_identifier] = STATE(372), + [aux_sym_array_creation_expression_repeat1] = STATE(694), + [sym_identifier] = ACTIONS(269), [sym_decimal_integer_literal] = ACTIONS(9), [sym_hex_integer_literal] = ACTIONS(9), [sym_octal_integer_literal] = ACTIONS(9), @@ -35255,64 +31258,68 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DASH_DASH] = ACTIONS(25), [anon_sym_new] = ACTIONS(27), [anon_sym_switch] = ACTIONS(31), - [anon_sym_AT] = ACTIONS(329), - [anon_sym_open] = ACTIONS(305), - [anon_sym_module] = ACTIONS(305), - [anon_sym_record] = ACTIONS(305), - [anon_sym_byte] = ACTIONS(81), - [anon_sym_short] = ACTIONS(81), - [anon_sym_int] = ACTIONS(81), - [anon_sym_long] = ACTIONS(81), - [anon_sym_char] = ACTIONS(81), - [anon_sym_float] = ACTIONS(83), - [anon_sym_double] = ACTIONS(83), - [sym_boolean_type] = ACTIONS(85), - [sym_void_type] = ACTIONS(85), - [sym_this] = ACTIONS(87), - [sym_super] = ACTIONS(89), + [anon_sym_yield] = ACTIONS(67), + [anon_sym_AT] = ACTIONS(275), + [anon_sym_open] = ACTIONS(67), + [anon_sym_module] = ACTIONS(67), + [anon_sym_with] = ACTIONS(67), + [anon_sym_sealed] = ACTIONS(67), + [anon_sym_record] = ACTIONS(67), + [anon_sym_byte] = ACTIONS(85), + [anon_sym_short] = ACTIONS(85), + [anon_sym_int] = ACTIONS(85), + [anon_sym_long] = ACTIONS(85), + [anon_sym_char] = ACTIONS(85), + [anon_sym_float] = ACTIONS(87), + [anon_sym_double] = ACTIONS(87), + [sym_boolean_type] = ACTIONS(89), + [sym_void_type] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, - [248] = { - [sym__literal] = STATE(507), - [sym_string_literal] = STATE(510), - [sym__string_literal] = STATE(498), - [sym__multiline_string_literal] = STATE(498), - [sym_expression] = STATE(643), - [sym_cast_expression] = STATE(524), - [sym_assignment_expression] = STATE(524), - [sym_binary_expression] = STATE(524), - [sym_instanceof_expression] = STATE(524), - [sym_lambda_expression] = STATE(524), - [sym_inferred_parameters] = STATE(1259), - [sym_ternary_expression] = STATE(524), - [sym_unary_expression] = STATE(524), - [sym_update_expression] = STATE(524), - [sym_primary_expression] = STATE(470), - [sym_array_creation_expression] = STATE(507), - [sym_parenthesized_expression] = STATE(507), - [sym_class_literal] = STATE(507), - [sym_object_creation_expression] = STATE(507), - [sym__unqualified_object_creation_expression] = STATE(483), - [sym_field_access] = STATE(384), - [sym_array_access] = STATE(384), - [sym_method_invocation] = STATE(507), - [sym_method_reference] = STATE(507), - [sym_switch_expression] = STATE(524), - [sym__annotation] = STATE(683), - [sym_marker_annotation] = STATE(683), - [sym_annotation] = STATE(683), - [sym__type] = STATE(1266), - [sym__unannotated_type] = STATE(795), - [sym_annotated_type] = STATE(797), - [sym_scoped_type_identifier] = STATE(745), - [sym_generic_type] = STATE(771), - [sym_array_type] = STATE(702), - [sym_integral_type] = STATE(702), - [sym_floating_point_type] = STATE(702), - [sym_formal_parameters] = STATE(1259), - [aux_sym_array_creation_expression_repeat1] = STATE(683), - [sym_identifier] = ACTIONS(301), + [193] = { + [sym__literal] = STATE(498), + [sym_string_literal] = STATE(505), + [sym__string_literal] = STATE(508), + [sym__multiline_string_literal] = STATE(508), + [sym_expression] = STATE(616), + [sym_cast_expression] = STATE(538), + [sym_assignment_expression] = STATE(538), + [sym_binary_expression] = STATE(538), + [sym_instanceof_expression] = STATE(538), + [sym_lambda_expression] = STATE(538), + [sym_inferred_parameters] = STATE(1213), + [sym_ternary_expression] = STATE(538), + [sym_unary_expression] = STATE(538), + [sym_update_expression] = STATE(538), + [sym_primary_expression] = STATE(509), + [sym_array_creation_expression] = STATE(498), + [sym_parenthesized_expression] = STATE(498), + [sym_class_literal] = STATE(498), + [sym_object_creation_expression] = STATE(498), + [sym__unqualified_object_creation_expression] = STATE(515), + [sym_field_access] = STATE(406), + [sym_array_access] = STATE(406), + [sym_method_invocation] = STATE(498), + [sym_method_reference] = STATE(498), + [sym_switch_expression] = STATE(538), + [sym__annotation] = STATE(694), + [sym_marker_annotation] = STATE(694), + [sym_annotation] = STATE(694), + [sym__type] = STATE(1208), + [sym__unannotated_type] = STATE(805), + [sym_annotated_type] = STATE(831), + [sym_scoped_type_identifier] = STATE(735), + [sym_generic_type] = STATE(751), + [sym_array_type] = STATE(688), + [sym_integral_type] = STATE(688), + [sym_floating_point_type] = STATE(688), + [sym_formal_parameters] = STATE(1213), + [sym__reserved_identifier] = STATE(388), + [aux_sym_array_creation_expression_repeat1] = STATE(694), + [sym_identifier] = ACTIONS(383), [sym_decimal_integer_literal] = ACTIONS(9), [sym_hex_integer_literal] = ACTIONS(9), [sym_octal_integer_literal] = ACTIONS(9), @@ -35325,389 +31332,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DQUOTE] = ACTIONS(13), [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(15), [sym_null_literal] = ACTIONS(9), - [anon_sym_LPAREN] = ACTIONS(17), - [anon_sym_PLUS] = ACTIONS(19), - [anon_sym_DASH] = ACTIONS(19), - [anon_sym_BANG] = ACTIONS(23), - [anon_sym_TILDE] = ACTIONS(23), - [anon_sym_PLUS_PLUS] = ACTIONS(25), - [anon_sym_DASH_DASH] = ACTIONS(25), + [anon_sym_LPAREN] = ACTIONS(367), + [anon_sym_PLUS] = ACTIONS(369), + [anon_sym_DASH] = ACTIONS(369), + [anon_sym_BANG] = ACTIONS(371), + [anon_sym_TILDE] = ACTIONS(371), + [anon_sym_PLUS_PLUS] = ACTIONS(373), + [anon_sym_DASH_DASH] = ACTIONS(373), [anon_sym_new] = ACTIONS(27), [anon_sym_switch] = ACTIONS(31), - [anon_sym_AT] = ACTIONS(329), - [anon_sym_open] = ACTIONS(305), - [anon_sym_module] = ACTIONS(305), - [anon_sym_record] = ACTIONS(305), - [anon_sym_byte] = ACTIONS(81), - [anon_sym_short] = ACTIONS(81), - [anon_sym_int] = ACTIONS(81), - [anon_sym_long] = ACTIONS(81), - [anon_sym_char] = ACTIONS(81), - [anon_sym_float] = ACTIONS(83), - [anon_sym_double] = ACTIONS(83), - [sym_boolean_type] = ACTIONS(85), - [sym_void_type] = ACTIONS(85), - [sym_this] = ACTIONS(87), - [sym_super] = ACTIONS(89), - [sym_line_comment] = ACTIONS(3), - [sym_block_comment] = ACTIONS(3), - }, - [249] = { - [ts_builtin_sym_end] = ACTIONS(676), - [sym_identifier] = ACTIONS(678), - [sym_decimal_integer_literal] = ACTIONS(678), - [sym_hex_integer_literal] = ACTIONS(678), - [sym_octal_integer_literal] = ACTIONS(678), - [sym_binary_integer_literal] = ACTIONS(676), - [sym_decimal_floating_point_literal] = ACTIONS(676), - [sym_hex_floating_point_literal] = ACTIONS(678), - [sym_true] = ACTIONS(678), - [sym_false] = ACTIONS(678), - [sym_character_literal] = ACTIONS(676), - [anon_sym_DQUOTE] = ACTIONS(678), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(676), - [sym_null_literal] = ACTIONS(678), - [anon_sym_LPAREN] = ACTIONS(676), - [anon_sym_LT] = ACTIONS(676), - [anon_sym_PLUS] = ACTIONS(678), - [anon_sym_DASH] = ACTIONS(678), - [anon_sym_final] = ACTIONS(678), - [anon_sym_BANG] = ACTIONS(676), - [anon_sym_TILDE] = ACTIONS(676), - [anon_sym_PLUS_PLUS] = ACTIONS(676), - [anon_sym_DASH_DASH] = ACTIONS(676), - [anon_sym_new] = ACTIONS(678), - [anon_sym_class] = ACTIONS(678), - [anon_sym_switch] = ACTIONS(678), - [anon_sym_LBRACE] = ACTIONS(676), - [anon_sym_RBRACE] = ACTIONS(676), - [anon_sym_case] = ACTIONS(678), - [anon_sym_default] = ACTIONS(678), - [anon_sym_SEMI] = ACTIONS(676), - [anon_sym_assert] = ACTIONS(678), - [anon_sym_do] = ACTIONS(678), - [anon_sym_while] = ACTIONS(678), - [anon_sym_break] = ACTIONS(678), - [anon_sym_continue] = ACTIONS(678), - [anon_sym_return] = ACTIONS(678), - [anon_sym_yield] = ACTIONS(678), - [anon_sym_synchronized] = ACTIONS(678), - [anon_sym_throw] = ACTIONS(678), - [anon_sym_try] = ACTIONS(678), - [anon_sym_if] = ACTIONS(678), - [anon_sym_else] = ACTIONS(678), - [anon_sym_for] = ACTIONS(678), - [anon_sym_AT] = ACTIONS(678), - [anon_sym_open] = ACTIONS(678), - [anon_sym_module] = ACTIONS(678), - [anon_sym_static] = ACTIONS(678), - [anon_sym_package] = ACTIONS(678), - [anon_sym_import] = ACTIONS(678), - [anon_sym_enum] = ACTIONS(678), - [anon_sym_public] = ACTIONS(678), - [anon_sym_protected] = ACTIONS(678), - [anon_sym_private] = ACTIONS(678), - [anon_sym_abstract] = ACTIONS(678), - [anon_sym_strictfp] = ACTIONS(678), - [anon_sym_native] = ACTIONS(678), - [anon_sym_transient] = ACTIONS(678), - [anon_sym_volatile] = ACTIONS(678), - [anon_sym_sealed] = ACTIONS(678), - [anon_sym_non_DASHsealed] = ACTIONS(676), - [anon_sym_record] = ACTIONS(678), - [anon_sym_ATinterface] = ACTIONS(676), - [anon_sym_interface] = ACTIONS(678), - [anon_sym_byte] = ACTIONS(678), - [anon_sym_short] = ACTIONS(678), - [anon_sym_int] = ACTIONS(678), - [anon_sym_long] = ACTIONS(678), - [anon_sym_char] = ACTIONS(678), - [anon_sym_float] = ACTIONS(678), - [anon_sym_double] = ACTIONS(678), - [sym_boolean_type] = ACTIONS(678), - [sym_void_type] = ACTIONS(678), - [sym_this] = ACTIONS(678), - [sym_super] = ACTIONS(678), - [sym_line_comment] = ACTIONS(3), - [sym_block_comment] = ACTIONS(3), - }, - [250] = { - [ts_builtin_sym_end] = ACTIONS(680), - [sym_identifier] = ACTIONS(682), - [sym_decimal_integer_literal] = ACTIONS(682), - [sym_hex_integer_literal] = ACTIONS(682), - [sym_octal_integer_literal] = ACTIONS(682), - [sym_binary_integer_literal] = ACTIONS(680), - [sym_decimal_floating_point_literal] = ACTIONS(680), - [sym_hex_floating_point_literal] = ACTIONS(682), - [sym_true] = ACTIONS(682), - [sym_false] = ACTIONS(682), - [sym_character_literal] = ACTIONS(680), - [anon_sym_DQUOTE] = ACTIONS(682), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(680), - [sym_null_literal] = ACTIONS(682), - [anon_sym_LPAREN] = ACTIONS(680), - [anon_sym_LT] = ACTIONS(680), - [anon_sym_PLUS] = ACTIONS(682), - [anon_sym_DASH] = ACTIONS(682), - [anon_sym_final] = ACTIONS(682), - [anon_sym_BANG] = ACTIONS(680), - [anon_sym_TILDE] = ACTIONS(680), - [anon_sym_PLUS_PLUS] = ACTIONS(680), - [anon_sym_DASH_DASH] = ACTIONS(680), - [anon_sym_new] = ACTIONS(682), - [anon_sym_class] = ACTIONS(682), - [anon_sym_switch] = ACTIONS(682), - [anon_sym_LBRACE] = ACTIONS(680), - [anon_sym_RBRACE] = ACTIONS(680), - [anon_sym_case] = ACTIONS(682), - [anon_sym_default] = ACTIONS(682), - [anon_sym_SEMI] = ACTIONS(680), - [anon_sym_assert] = ACTIONS(682), - [anon_sym_do] = ACTIONS(682), - [anon_sym_while] = ACTIONS(682), - [anon_sym_break] = ACTIONS(682), - [anon_sym_continue] = ACTIONS(682), - [anon_sym_return] = ACTIONS(682), - [anon_sym_yield] = ACTIONS(682), - [anon_sym_synchronized] = ACTIONS(682), - [anon_sym_throw] = ACTIONS(682), - [anon_sym_try] = ACTIONS(682), - [anon_sym_if] = ACTIONS(682), - [anon_sym_else] = ACTIONS(682), - [anon_sym_for] = ACTIONS(682), - [anon_sym_AT] = ACTIONS(682), - [anon_sym_open] = ACTIONS(682), - [anon_sym_module] = ACTIONS(682), - [anon_sym_static] = ACTIONS(682), - [anon_sym_package] = ACTIONS(682), - [anon_sym_import] = ACTIONS(682), - [anon_sym_enum] = ACTIONS(682), - [anon_sym_public] = ACTIONS(682), - [anon_sym_protected] = ACTIONS(682), - [anon_sym_private] = ACTIONS(682), - [anon_sym_abstract] = ACTIONS(682), - [anon_sym_strictfp] = ACTIONS(682), - [anon_sym_native] = ACTIONS(682), - [anon_sym_transient] = ACTIONS(682), - [anon_sym_volatile] = ACTIONS(682), - [anon_sym_sealed] = ACTIONS(682), - [anon_sym_non_DASHsealed] = ACTIONS(680), - [anon_sym_record] = ACTIONS(682), - [anon_sym_ATinterface] = ACTIONS(680), - [anon_sym_interface] = ACTIONS(682), - [anon_sym_byte] = ACTIONS(682), - [anon_sym_short] = ACTIONS(682), - [anon_sym_int] = ACTIONS(682), - [anon_sym_long] = ACTIONS(682), - [anon_sym_char] = ACTIONS(682), - [anon_sym_float] = ACTIONS(682), - [anon_sym_double] = ACTIONS(682), - [sym_boolean_type] = ACTIONS(682), - [sym_void_type] = ACTIONS(682), - [sym_this] = ACTIONS(682), - [sym_super] = ACTIONS(682), - [sym_line_comment] = ACTIONS(3), - [sym_block_comment] = ACTIONS(3), - }, - [251] = { - [ts_builtin_sym_end] = ACTIONS(684), - [sym_identifier] = ACTIONS(686), - [sym_decimal_integer_literal] = ACTIONS(686), - [sym_hex_integer_literal] = ACTIONS(686), - [sym_octal_integer_literal] = ACTIONS(686), - [sym_binary_integer_literal] = ACTIONS(684), - [sym_decimal_floating_point_literal] = ACTIONS(684), - [sym_hex_floating_point_literal] = ACTIONS(686), - [sym_true] = ACTIONS(686), - [sym_false] = ACTIONS(686), - [sym_character_literal] = ACTIONS(684), - [anon_sym_DQUOTE] = ACTIONS(686), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(684), - [sym_null_literal] = ACTIONS(686), - [anon_sym_LPAREN] = ACTIONS(684), - [anon_sym_LT] = ACTIONS(684), - [anon_sym_PLUS] = ACTIONS(686), - [anon_sym_DASH] = ACTIONS(686), - [anon_sym_final] = ACTIONS(686), - [anon_sym_BANG] = ACTIONS(684), - [anon_sym_TILDE] = ACTIONS(684), - [anon_sym_PLUS_PLUS] = ACTIONS(684), - [anon_sym_DASH_DASH] = ACTIONS(684), - [anon_sym_new] = ACTIONS(686), - [anon_sym_class] = ACTIONS(686), - [anon_sym_switch] = ACTIONS(686), - [anon_sym_LBRACE] = ACTIONS(684), - [anon_sym_RBRACE] = ACTIONS(684), - [anon_sym_case] = ACTIONS(686), - [anon_sym_default] = ACTIONS(686), - [anon_sym_SEMI] = ACTIONS(684), - [anon_sym_assert] = ACTIONS(686), - [anon_sym_do] = ACTIONS(686), - [anon_sym_while] = ACTIONS(686), - [anon_sym_break] = ACTIONS(686), - [anon_sym_continue] = ACTIONS(686), - [anon_sym_return] = ACTIONS(686), - [anon_sym_yield] = ACTIONS(686), - [anon_sym_synchronized] = ACTIONS(686), - [anon_sym_throw] = ACTIONS(686), - [anon_sym_try] = ACTIONS(686), - [anon_sym_if] = ACTIONS(686), - [anon_sym_else] = ACTIONS(686), - [anon_sym_for] = ACTIONS(686), - [anon_sym_AT] = ACTIONS(686), - [anon_sym_open] = ACTIONS(686), - [anon_sym_module] = ACTIONS(686), - [anon_sym_static] = ACTIONS(686), - [anon_sym_package] = ACTIONS(686), - [anon_sym_import] = ACTIONS(686), - [anon_sym_enum] = ACTIONS(686), - [anon_sym_public] = ACTIONS(686), - [anon_sym_protected] = ACTIONS(686), - [anon_sym_private] = ACTIONS(686), - [anon_sym_abstract] = ACTIONS(686), - [anon_sym_strictfp] = ACTIONS(686), - [anon_sym_native] = ACTIONS(686), - [anon_sym_transient] = ACTIONS(686), - [anon_sym_volatile] = ACTIONS(686), - [anon_sym_sealed] = ACTIONS(686), - [anon_sym_non_DASHsealed] = ACTIONS(684), - [anon_sym_record] = ACTIONS(686), - [anon_sym_ATinterface] = ACTIONS(684), - [anon_sym_interface] = ACTIONS(686), - [anon_sym_byte] = ACTIONS(686), - [anon_sym_short] = ACTIONS(686), - [anon_sym_int] = ACTIONS(686), - [anon_sym_long] = ACTIONS(686), - [anon_sym_char] = ACTIONS(686), - [anon_sym_float] = ACTIONS(686), - [anon_sym_double] = ACTIONS(686), - [sym_boolean_type] = ACTIONS(686), - [sym_void_type] = ACTIONS(686), - [sym_this] = ACTIONS(686), - [sym_super] = ACTIONS(686), - [sym_line_comment] = ACTIONS(3), - [sym_block_comment] = ACTIONS(3), - }, - [252] = { - [ts_builtin_sym_end] = ACTIONS(688), - [sym_identifier] = ACTIONS(690), - [sym_decimal_integer_literal] = ACTIONS(690), - [sym_hex_integer_literal] = ACTIONS(690), - [sym_octal_integer_literal] = ACTIONS(690), - [sym_binary_integer_literal] = ACTIONS(688), - [sym_decimal_floating_point_literal] = ACTIONS(688), - [sym_hex_floating_point_literal] = ACTIONS(690), - [sym_true] = ACTIONS(690), - [sym_false] = ACTIONS(690), - [sym_character_literal] = ACTIONS(688), - [anon_sym_DQUOTE] = ACTIONS(690), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(688), - [sym_null_literal] = ACTIONS(690), - [anon_sym_LPAREN] = ACTIONS(688), - [anon_sym_LT] = ACTIONS(688), - [anon_sym_PLUS] = ACTIONS(690), - [anon_sym_DASH] = ACTIONS(690), - [anon_sym_final] = ACTIONS(690), - [anon_sym_BANG] = ACTIONS(688), - [anon_sym_TILDE] = ACTIONS(688), - [anon_sym_PLUS_PLUS] = ACTIONS(688), - [anon_sym_DASH_DASH] = ACTIONS(688), - [anon_sym_new] = ACTIONS(690), - [anon_sym_class] = ACTIONS(690), - [anon_sym_switch] = ACTIONS(690), - [anon_sym_LBRACE] = ACTIONS(688), - [anon_sym_RBRACE] = ACTIONS(688), - [anon_sym_case] = ACTIONS(690), - [anon_sym_default] = ACTIONS(690), - [anon_sym_SEMI] = ACTIONS(688), - [anon_sym_assert] = ACTIONS(690), - [anon_sym_do] = ACTIONS(690), - [anon_sym_while] = ACTIONS(690), - [anon_sym_break] = ACTIONS(690), - [anon_sym_continue] = ACTIONS(690), - [anon_sym_return] = ACTIONS(690), - [anon_sym_yield] = ACTIONS(690), - [anon_sym_synchronized] = ACTIONS(690), - [anon_sym_throw] = ACTIONS(690), - [anon_sym_try] = ACTIONS(690), - [anon_sym_if] = ACTIONS(690), - [anon_sym_else] = ACTIONS(690), - [anon_sym_for] = ACTIONS(690), - [anon_sym_AT] = ACTIONS(690), - [anon_sym_open] = ACTIONS(690), - [anon_sym_module] = ACTIONS(690), - [anon_sym_static] = ACTIONS(690), - [anon_sym_package] = ACTIONS(690), - [anon_sym_import] = ACTIONS(690), - [anon_sym_enum] = ACTIONS(690), - [anon_sym_public] = ACTIONS(690), - [anon_sym_protected] = ACTIONS(690), - [anon_sym_private] = ACTIONS(690), - [anon_sym_abstract] = ACTIONS(690), - [anon_sym_strictfp] = ACTIONS(690), - [anon_sym_native] = ACTIONS(690), - [anon_sym_transient] = ACTIONS(690), - [anon_sym_volatile] = ACTIONS(690), - [anon_sym_sealed] = ACTIONS(690), - [anon_sym_non_DASHsealed] = ACTIONS(688), - [anon_sym_record] = ACTIONS(690), - [anon_sym_ATinterface] = ACTIONS(688), - [anon_sym_interface] = ACTIONS(690), - [anon_sym_byte] = ACTIONS(690), - [anon_sym_short] = ACTIONS(690), - [anon_sym_int] = ACTIONS(690), - [anon_sym_long] = ACTIONS(690), - [anon_sym_char] = ACTIONS(690), - [anon_sym_float] = ACTIONS(690), - [anon_sym_double] = ACTIONS(690), - [sym_boolean_type] = ACTIONS(690), - [sym_void_type] = ACTIONS(690), - [sym_this] = ACTIONS(690), - [sym_super] = ACTIONS(690), + [anon_sym_yield] = ACTIONS(67), + [anon_sym_AT] = ACTIONS(275), + [anon_sym_open] = ACTIONS(67), + [anon_sym_module] = ACTIONS(67), + [anon_sym_with] = ACTIONS(67), + [anon_sym_sealed] = ACTIONS(67), + [anon_sym_record] = ACTIONS(67), + [anon_sym_byte] = ACTIONS(85), + [anon_sym_short] = ACTIONS(85), + [anon_sym_int] = ACTIONS(85), + [anon_sym_long] = ACTIONS(85), + [anon_sym_char] = ACTIONS(85), + [anon_sym_float] = ACTIONS(87), + [anon_sym_double] = ACTIONS(87), + [sym_boolean_type] = ACTIONS(89), + [sym_void_type] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, - [253] = { - [sym__literal] = STATE(507), - [sym_string_literal] = STATE(510), - [sym__string_literal] = STATE(498), - [sym__multiline_string_literal] = STATE(498), - [sym_expression] = STATE(636), - [sym_cast_expression] = STATE(524), - [sym_assignment_expression] = STATE(524), - [sym_binary_expression] = STATE(524), - [sym_instanceof_expression] = STATE(524), - [sym_lambda_expression] = STATE(524), - [sym_inferred_parameters] = STATE(1259), - [sym_ternary_expression] = STATE(524), - [sym_unary_expression] = STATE(524), - [sym_update_expression] = STATE(524), - [sym_primary_expression] = STATE(470), - [sym_array_creation_expression] = STATE(507), - [sym_parenthesized_expression] = STATE(507), - [sym_class_literal] = STATE(507), - [sym_object_creation_expression] = STATE(507), - [sym__unqualified_object_creation_expression] = STATE(483), - [sym_field_access] = STATE(384), - [sym_array_access] = STATE(384), - [sym_method_invocation] = STATE(507), - [sym_method_reference] = STATE(507), - [sym_switch_expression] = STATE(524), - [sym__annotation] = STATE(683), - [sym_marker_annotation] = STATE(683), - [sym_annotation] = STATE(683), - [sym__type] = STATE(1266), - [sym__unannotated_type] = STATE(795), - [sym_annotated_type] = STATE(797), - [sym_scoped_type_identifier] = STATE(745), - [sym_generic_type] = STATE(771), - [sym_array_type] = STATE(702), - [sym_integral_type] = STATE(702), - [sym_floating_point_type] = STATE(702), - [sym_formal_parameters] = STATE(1259), - [aux_sym_array_creation_expression_repeat1] = STATE(683), - [sym_identifier] = ACTIONS(301), + [194] = { + [sym__literal] = STATE(498), + [sym_string_literal] = STATE(505), + [sym__string_literal] = STATE(508), + [sym__multiline_string_literal] = STATE(508), + [sym_expression] = STATE(617), + [sym_cast_expression] = STATE(538), + [sym_assignment_expression] = STATE(538), + [sym_binary_expression] = STATE(538), + [sym_instanceof_expression] = STATE(538), + [sym_lambda_expression] = STATE(538), + [sym_inferred_parameters] = STATE(1213), + [sym_ternary_expression] = STATE(538), + [sym_unary_expression] = STATE(538), + [sym_update_expression] = STATE(538), + [sym_primary_expression] = STATE(509), + [sym_array_creation_expression] = STATE(498), + [sym_parenthesized_expression] = STATE(498), + [sym_class_literal] = STATE(498), + [sym_object_creation_expression] = STATE(498), + [sym__unqualified_object_creation_expression] = STATE(515), + [sym_field_access] = STATE(406), + [sym_array_access] = STATE(406), + [sym_method_invocation] = STATE(498), + [sym_method_reference] = STATE(498), + [sym_switch_expression] = STATE(538), + [sym__annotation] = STATE(694), + [sym_marker_annotation] = STATE(694), + [sym_annotation] = STATE(694), + [sym__type] = STATE(1208), + [sym__unannotated_type] = STATE(805), + [sym_annotated_type] = STATE(831), + [sym_scoped_type_identifier] = STATE(735), + [sym_generic_type] = STATE(751), + [sym_array_type] = STATE(688), + [sym_integral_type] = STATE(688), + [sym_floating_point_type] = STATE(688), + [sym_formal_parameters] = STATE(1213), + [sym__reserved_identifier] = STATE(388), + [aux_sym_array_creation_expression_repeat1] = STATE(694), + [sym_identifier] = ACTIONS(383), [sym_decimal_integer_literal] = ACTIONS(9), [sym_hex_integer_literal] = ACTIONS(9), [sym_octal_integer_literal] = ACTIONS(9), @@ -35720,626 +31415,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DQUOTE] = ACTIONS(13), [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(15), [sym_null_literal] = ACTIONS(9), - [anon_sym_LPAREN] = ACTIONS(17), - [anon_sym_PLUS] = ACTIONS(19), - [anon_sym_DASH] = ACTIONS(19), - [anon_sym_BANG] = ACTIONS(23), - [anon_sym_TILDE] = ACTIONS(23), - [anon_sym_PLUS_PLUS] = ACTIONS(25), - [anon_sym_DASH_DASH] = ACTIONS(25), + [anon_sym_LPAREN] = ACTIONS(367), + [anon_sym_PLUS] = ACTIONS(369), + [anon_sym_DASH] = ACTIONS(369), + [anon_sym_BANG] = ACTIONS(371), + [anon_sym_TILDE] = ACTIONS(371), + [anon_sym_PLUS_PLUS] = ACTIONS(373), + [anon_sym_DASH_DASH] = ACTIONS(373), [anon_sym_new] = ACTIONS(27), [anon_sym_switch] = ACTIONS(31), - [anon_sym_AT] = ACTIONS(329), - [anon_sym_open] = ACTIONS(305), - [anon_sym_module] = ACTIONS(305), - [anon_sym_record] = ACTIONS(305), - [anon_sym_byte] = ACTIONS(81), - [anon_sym_short] = ACTIONS(81), - [anon_sym_int] = ACTIONS(81), - [anon_sym_long] = ACTIONS(81), - [anon_sym_char] = ACTIONS(81), - [anon_sym_float] = ACTIONS(83), - [anon_sym_double] = ACTIONS(83), - [sym_boolean_type] = ACTIONS(85), - [sym_void_type] = ACTIONS(85), - [sym_this] = ACTIONS(87), - [sym_super] = ACTIONS(89), - [sym_line_comment] = ACTIONS(3), - [sym_block_comment] = ACTIONS(3), - }, - [254] = { - [ts_builtin_sym_end] = ACTIONS(692), - [sym_identifier] = ACTIONS(694), - [sym_decimal_integer_literal] = ACTIONS(694), - [sym_hex_integer_literal] = ACTIONS(694), - [sym_octal_integer_literal] = ACTIONS(694), - [sym_binary_integer_literal] = ACTIONS(692), - [sym_decimal_floating_point_literal] = ACTIONS(692), - [sym_hex_floating_point_literal] = ACTIONS(694), - [sym_true] = ACTIONS(694), - [sym_false] = ACTIONS(694), - [sym_character_literal] = ACTIONS(692), - [anon_sym_DQUOTE] = ACTIONS(694), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(692), - [sym_null_literal] = ACTIONS(694), - [anon_sym_LPAREN] = ACTIONS(692), - [anon_sym_LT] = ACTIONS(692), - [anon_sym_PLUS] = ACTIONS(694), - [anon_sym_DASH] = ACTIONS(694), - [anon_sym_final] = ACTIONS(694), - [anon_sym_BANG] = ACTIONS(692), - [anon_sym_TILDE] = ACTIONS(692), - [anon_sym_PLUS_PLUS] = ACTIONS(692), - [anon_sym_DASH_DASH] = ACTIONS(692), - [anon_sym_new] = ACTIONS(694), - [anon_sym_class] = ACTIONS(694), - [anon_sym_switch] = ACTIONS(694), - [anon_sym_LBRACE] = ACTIONS(692), - [anon_sym_RBRACE] = ACTIONS(692), - [anon_sym_case] = ACTIONS(694), - [anon_sym_default] = ACTIONS(694), - [anon_sym_SEMI] = ACTIONS(692), - [anon_sym_assert] = ACTIONS(694), - [anon_sym_do] = ACTIONS(694), - [anon_sym_while] = ACTIONS(694), - [anon_sym_break] = ACTIONS(694), - [anon_sym_continue] = ACTIONS(694), - [anon_sym_return] = ACTIONS(694), - [anon_sym_yield] = ACTIONS(694), - [anon_sym_synchronized] = ACTIONS(694), - [anon_sym_throw] = ACTIONS(694), - [anon_sym_try] = ACTIONS(694), - [anon_sym_if] = ACTIONS(694), - [anon_sym_else] = ACTIONS(694), - [anon_sym_for] = ACTIONS(694), - [anon_sym_AT] = ACTIONS(694), - [anon_sym_open] = ACTIONS(694), - [anon_sym_module] = ACTIONS(694), - [anon_sym_static] = ACTIONS(694), - [anon_sym_package] = ACTIONS(694), - [anon_sym_import] = ACTIONS(694), - [anon_sym_enum] = ACTIONS(694), - [anon_sym_public] = ACTIONS(694), - [anon_sym_protected] = ACTIONS(694), - [anon_sym_private] = ACTIONS(694), - [anon_sym_abstract] = ACTIONS(694), - [anon_sym_strictfp] = ACTIONS(694), - [anon_sym_native] = ACTIONS(694), - [anon_sym_transient] = ACTIONS(694), - [anon_sym_volatile] = ACTIONS(694), - [anon_sym_sealed] = ACTIONS(694), - [anon_sym_non_DASHsealed] = ACTIONS(692), - [anon_sym_record] = ACTIONS(694), - [anon_sym_ATinterface] = ACTIONS(692), - [anon_sym_interface] = ACTIONS(694), - [anon_sym_byte] = ACTIONS(694), - [anon_sym_short] = ACTIONS(694), - [anon_sym_int] = ACTIONS(694), - [anon_sym_long] = ACTIONS(694), - [anon_sym_char] = ACTIONS(694), - [anon_sym_float] = ACTIONS(694), - [anon_sym_double] = ACTIONS(694), - [sym_boolean_type] = ACTIONS(694), - [sym_void_type] = ACTIONS(694), - [sym_this] = ACTIONS(694), - [sym_super] = ACTIONS(694), - [sym_line_comment] = ACTIONS(3), - [sym_block_comment] = ACTIONS(3), - }, - [255] = { - [ts_builtin_sym_end] = ACTIONS(696), - [sym_identifier] = ACTIONS(698), - [sym_decimal_integer_literal] = ACTIONS(698), - [sym_hex_integer_literal] = ACTIONS(698), - [sym_octal_integer_literal] = ACTIONS(698), - [sym_binary_integer_literal] = ACTIONS(696), - [sym_decimal_floating_point_literal] = ACTIONS(696), - [sym_hex_floating_point_literal] = ACTIONS(698), - [sym_true] = ACTIONS(698), - [sym_false] = ACTIONS(698), - [sym_character_literal] = ACTIONS(696), - [anon_sym_DQUOTE] = ACTIONS(698), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(696), - [sym_null_literal] = ACTIONS(698), - [anon_sym_LPAREN] = ACTIONS(696), - [anon_sym_LT] = ACTIONS(696), - [anon_sym_PLUS] = ACTIONS(698), - [anon_sym_DASH] = ACTIONS(698), - [anon_sym_final] = ACTIONS(698), - [anon_sym_BANG] = ACTIONS(696), - [anon_sym_TILDE] = ACTIONS(696), - [anon_sym_PLUS_PLUS] = ACTIONS(696), - [anon_sym_DASH_DASH] = ACTIONS(696), - [anon_sym_new] = ACTIONS(698), - [anon_sym_class] = ACTIONS(698), - [anon_sym_switch] = ACTIONS(698), - [anon_sym_LBRACE] = ACTIONS(696), - [anon_sym_RBRACE] = ACTIONS(696), - [anon_sym_case] = ACTIONS(698), - [anon_sym_default] = ACTIONS(698), - [anon_sym_SEMI] = ACTIONS(696), - [anon_sym_assert] = ACTIONS(698), - [anon_sym_do] = ACTIONS(698), - [anon_sym_while] = ACTIONS(698), - [anon_sym_break] = ACTIONS(698), - [anon_sym_continue] = ACTIONS(698), - [anon_sym_return] = ACTIONS(698), - [anon_sym_yield] = ACTIONS(698), - [anon_sym_synchronized] = ACTIONS(698), - [anon_sym_throw] = ACTIONS(698), - [anon_sym_try] = ACTIONS(698), - [anon_sym_if] = ACTIONS(698), - [anon_sym_else] = ACTIONS(698), - [anon_sym_for] = ACTIONS(698), - [anon_sym_AT] = ACTIONS(698), - [anon_sym_open] = ACTIONS(698), - [anon_sym_module] = ACTIONS(698), - [anon_sym_static] = ACTIONS(698), - [anon_sym_package] = ACTIONS(698), - [anon_sym_import] = ACTIONS(698), - [anon_sym_enum] = ACTIONS(698), - [anon_sym_public] = ACTIONS(698), - [anon_sym_protected] = ACTIONS(698), - [anon_sym_private] = ACTIONS(698), - [anon_sym_abstract] = ACTIONS(698), - [anon_sym_strictfp] = ACTIONS(698), - [anon_sym_native] = ACTIONS(698), - [anon_sym_transient] = ACTIONS(698), - [anon_sym_volatile] = ACTIONS(698), - [anon_sym_sealed] = ACTIONS(698), - [anon_sym_non_DASHsealed] = ACTIONS(696), - [anon_sym_record] = ACTIONS(698), - [anon_sym_ATinterface] = ACTIONS(696), - [anon_sym_interface] = ACTIONS(698), - [anon_sym_byte] = ACTIONS(698), - [anon_sym_short] = ACTIONS(698), - [anon_sym_int] = ACTIONS(698), - [anon_sym_long] = ACTIONS(698), - [anon_sym_char] = ACTIONS(698), - [anon_sym_float] = ACTIONS(698), - [anon_sym_double] = ACTIONS(698), - [sym_boolean_type] = ACTIONS(698), - [sym_void_type] = ACTIONS(698), - [sym_this] = ACTIONS(698), - [sym_super] = ACTIONS(698), - [sym_line_comment] = ACTIONS(3), - [sym_block_comment] = ACTIONS(3), - }, - [256] = { - [ts_builtin_sym_end] = ACTIONS(700), - [sym_identifier] = ACTIONS(702), - [sym_decimal_integer_literal] = ACTIONS(702), - [sym_hex_integer_literal] = ACTIONS(702), - [sym_octal_integer_literal] = ACTIONS(702), - [sym_binary_integer_literal] = ACTIONS(700), - [sym_decimal_floating_point_literal] = ACTIONS(700), - [sym_hex_floating_point_literal] = ACTIONS(702), - [sym_true] = ACTIONS(702), - [sym_false] = ACTIONS(702), - [sym_character_literal] = ACTIONS(700), - [anon_sym_DQUOTE] = ACTIONS(702), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(700), - [sym_null_literal] = ACTIONS(702), - [anon_sym_LPAREN] = ACTIONS(700), - [anon_sym_LT] = ACTIONS(700), - [anon_sym_PLUS] = ACTIONS(702), - [anon_sym_DASH] = ACTIONS(702), - [anon_sym_final] = ACTIONS(702), - [anon_sym_BANG] = ACTIONS(700), - [anon_sym_TILDE] = ACTIONS(700), - [anon_sym_PLUS_PLUS] = ACTIONS(700), - [anon_sym_DASH_DASH] = ACTIONS(700), - [anon_sym_new] = ACTIONS(702), - [anon_sym_class] = ACTIONS(702), - [anon_sym_switch] = ACTIONS(702), - [anon_sym_LBRACE] = ACTIONS(700), - [anon_sym_RBRACE] = ACTIONS(700), - [anon_sym_case] = ACTIONS(702), - [anon_sym_default] = ACTIONS(702), - [anon_sym_SEMI] = ACTIONS(700), - [anon_sym_assert] = ACTIONS(702), - [anon_sym_do] = ACTIONS(702), - [anon_sym_while] = ACTIONS(702), - [anon_sym_break] = ACTIONS(702), - [anon_sym_continue] = ACTIONS(702), - [anon_sym_return] = ACTIONS(702), - [anon_sym_yield] = ACTIONS(702), - [anon_sym_synchronized] = ACTIONS(702), - [anon_sym_throw] = ACTIONS(702), - [anon_sym_try] = ACTIONS(702), - [anon_sym_if] = ACTIONS(702), - [anon_sym_else] = ACTIONS(702), - [anon_sym_for] = ACTIONS(702), - [anon_sym_AT] = ACTIONS(702), - [anon_sym_open] = ACTIONS(702), - [anon_sym_module] = ACTIONS(702), - [anon_sym_static] = ACTIONS(702), - [anon_sym_package] = ACTIONS(702), - [anon_sym_import] = ACTIONS(702), - [anon_sym_enum] = ACTIONS(702), - [anon_sym_public] = ACTIONS(702), - [anon_sym_protected] = ACTIONS(702), - [anon_sym_private] = ACTIONS(702), - [anon_sym_abstract] = ACTIONS(702), - [anon_sym_strictfp] = ACTIONS(702), - [anon_sym_native] = ACTIONS(702), - [anon_sym_transient] = ACTIONS(702), - [anon_sym_volatile] = ACTIONS(702), - [anon_sym_sealed] = ACTIONS(702), - [anon_sym_non_DASHsealed] = ACTIONS(700), - [anon_sym_record] = ACTIONS(702), - [anon_sym_ATinterface] = ACTIONS(700), - [anon_sym_interface] = ACTIONS(702), - [anon_sym_byte] = ACTIONS(702), - [anon_sym_short] = ACTIONS(702), - [anon_sym_int] = ACTIONS(702), - [anon_sym_long] = ACTIONS(702), - [anon_sym_char] = ACTIONS(702), - [anon_sym_float] = ACTIONS(702), - [anon_sym_double] = ACTIONS(702), - [sym_boolean_type] = ACTIONS(702), - [sym_void_type] = ACTIONS(702), - [sym_this] = ACTIONS(702), - [sym_super] = ACTIONS(702), - [sym_line_comment] = ACTIONS(3), - [sym_block_comment] = ACTIONS(3), - }, - [257] = { - [ts_builtin_sym_end] = ACTIONS(704), - [sym_identifier] = ACTIONS(706), - [sym_decimal_integer_literal] = ACTIONS(706), - [sym_hex_integer_literal] = ACTIONS(706), - [sym_octal_integer_literal] = ACTIONS(706), - [sym_binary_integer_literal] = ACTIONS(704), - [sym_decimal_floating_point_literal] = ACTIONS(704), - [sym_hex_floating_point_literal] = ACTIONS(706), - [sym_true] = ACTIONS(706), - [sym_false] = ACTIONS(706), - [sym_character_literal] = ACTIONS(704), - [anon_sym_DQUOTE] = ACTIONS(706), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(704), - [sym_null_literal] = ACTIONS(706), - [anon_sym_LPAREN] = ACTIONS(704), - [anon_sym_LT] = ACTIONS(704), - [anon_sym_PLUS] = ACTIONS(706), - [anon_sym_DASH] = ACTIONS(706), - [anon_sym_final] = ACTIONS(706), - [anon_sym_BANG] = ACTIONS(704), - [anon_sym_TILDE] = ACTIONS(704), - [anon_sym_PLUS_PLUS] = ACTIONS(704), - [anon_sym_DASH_DASH] = ACTIONS(704), - [anon_sym_new] = ACTIONS(706), - [anon_sym_class] = ACTIONS(706), - [anon_sym_switch] = ACTIONS(706), - [anon_sym_LBRACE] = ACTIONS(704), - [anon_sym_RBRACE] = ACTIONS(704), - [anon_sym_case] = ACTIONS(706), - [anon_sym_default] = ACTIONS(706), - [anon_sym_SEMI] = ACTIONS(704), - [anon_sym_assert] = ACTIONS(706), - [anon_sym_do] = ACTIONS(706), - [anon_sym_while] = ACTIONS(706), - [anon_sym_break] = ACTIONS(706), - [anon_sym_continue] = ACTIONS(706), - [anon_sym_return] = ACTIONS(706), - [anon_sym_yield] = ACTIONS(706), - [anon_sym_synchronized] = ACTIONS(706), - [anon_sym_throw] = ACTIONS(706), - [anon_sym_try] = ACTIONS(706), - [anon_sym_if] = ACTIONS(706), - [anon_sym_else] = ACTIONS(706), - [anon_sym_for] = ACTIONS(706), - [anon_sym_AT] = ACTIONS(706), - [anon_sym_open] = ACTIONS(706), - [anon_sym_module] = ACTIONS(706), - [anon_sym_static] = ACTIONS(706), - [anon_sym_package] = ACTIONS(706), - [anon_sym_import] = ACTIONS(706), - [anon_sym_enum] = ACTIONS(706), - [anon_sym_public] = ACTIONS(706), - [anon_sym_protected] = ACTIONS(706), - [anon_sym_private] = ACTIONS(706), - [anon_sym_abstract] = ACTIONS(706), - [anon_sym_strictfp] = ACTIONS(706), - [anon_sym_native] = ACTIONS(706), - [anon_sym_transient] = ACTIONS(706), - [anon_sym_volatile] = ACTIONS(706), - [anon_sym_sealed] = ACTIONS(706), - [anon_sym_non_DASHsealed] = ACTIONS(704), - [anon_sym_record] = ACTIONS(706), - [anon_sym_ATinterface] = ACTIONS(704), - [anon_sym_interface] = ACTIONS(706), - [anon_sym_byte] = ACTIONS(706), - [anon_sym_short] = ACTIONS(706), - [anon_sym_int] = ACTIONS(706), - [anon_sym_long] = ACTIONS(706), - [anon_sym_char] = ACTIONS(706), - [anon_sym_float] = ACTIONS(706), - [anon_sym_double] = ACTIONS(706), - [sym_boolean_type] = ACTIONS(706), - [sym_void_type] = ACTIONS(706), - [sym_this] = ACTIONS(706), - [sym_super] = ACTIONS(706), - [sym_line_comment] = ACTIONS(3), - [sym_block_comment] = ACTIONS(3), - }, - [258] = { - [ts_builtin_sym_end] = ACTIONS(708), - [sym_identifier] = ACTIONS(710), - [sym_decimal_integer_literal] = ACTIONS(710), - [sym_hex_integer_literal] = ACTIONS(710), - [sym_octal_integer_literal] = ACTIONS(710), - [sym_binary_integer_literal] = ACTIONS(708), - [sym_decimal_floating_point_literal] = ACTIONS(708), - [sym_hex_floating_point_literal] = ACTIONS(710), - [sym_true] = ACTIONS(710), - [sym_false] = ACTIONS(710), - [sym_character_literal] = ACTIONS(708), - [anon_sym_DQUOTE] = ACTIONS(710), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(708), - [sym_null_literal] = ACTIONS(710), - [anon_sym_LPAREN] = ACTIONS(708), - [anon_sym_LT] = ACTIONS(708), - [anon_sym_PLUS] = ACTIONS(710), - [anon_sym_DASH] = ACTIONS(710), - [anon_sym_final] = ACTIONS(710), - [anon_sym_BANG] = ACTIONS(708), - [anon_sym_TILDE] = ACTIONS(708), - [anon_sym_PLUS_PLUS] = ACTIONS(708), - [anon_sym_DASH_DASH] = ACTIONS(708), - [anon_sym_new] = ACTIONS(710), - [anon_sym_class] = ACTIONS(710), - [anon_sym_switch] = ACTIONS(710), - [anon_sym_LBRACE] = ACTIONS(708), - [anon_sym_RBRACE] = ACTIONS(708), - [anon_sym_case] = ACTIONS(710), - [anon_sym_default] = ACTIONS(710), - [anon_sym_SEMI] = ACTIONS(708), - [anon_sym_assert] = ACTIONS(710), - [anon_sym_do] = ACTIONS(710), - [anon_sym_while] = ACTIONS(710), - [anon_sym_break] = ACTIONS(710), - [anon_sym_continue] = ACTIONS(710), - [anon_sym_return] = ACTIONS(710), - [anon_sym_yield] = ACTIONS(710), - [anon_sym_synchronized] = ACTIONS(710), - [anon_sym_throw] = ACTIONS(710), - [anon_sym_try] = ACTIONS(710), - [anon_sym_if] = ACTIONS(710), - [anon_sym_else] = ACTIONS(710), - [anon_sym_for] = ACTIONS(710), - [anon_sym_AT] = ACTIONS(710), - [anon_sym_open] = ACTIONS(710), - [anon_sym_module] = ACTIONS(710), - [anon_sym_static] = ACTIONS(710), - [anon_sym_package] = ACTIONS(710), - [anon_sym_import] = ACTIONS(710), - [anon_sym_enum] = ACTIONS(710), - [anon_sym_public] = ACTIONS(710), - [anon_sym_protected] = ACTIONS(710), - [anon_sym_private] = ACTIONS(710), - [anon_sym_abstract] = ACTIONS(710), - [anon_sym_strictfp] = ACTIONS(710), - [anon_sym_native] = ACTIONS(710), - [anon_sym_transient] = ACTIONS(710), - [anon_sym_volatile] = ACTIONS(710), - [anon_sym_sealed] = ACTIONS(710), - [anon_sym_non_DASHsealed] = ACTIONS(708), - [anon_sym_record] = ACTIONS(710), - [anon_sym_ATinterface] = ACTIONS(708), - [anon_sym_interface] = ACTIONS(710), - [anon_sym_byte] = ACTIONS(710), - [anon_sym_short] = ACTIONS(710), - [anon_sym_int] = ACTIONS(710), - [anon_sym_long] = ACTIONS(710), - [anon_sym_char] = ACTIONS(710), - [anon_sym_float] = ACTIONS(710), - [anon_sym_double] = ACTIONS(710), - [sym_boolean_type] = ACTIONS(710), - [sym_void_type] = ACTIONS(710), - [sym_this] = ACTIONS(710), - [sym_super] = ACTIONS(710), + [anon_sym_yield] = ACTIONS(67), + [anon_sym_AT] = ACTIONS(275), + [anon_sym_open] = ACTIONS(67), + [anon_sym_module] = ACTIONS(67), + [anon_sym_with] = ACTIONS(67), + [anon_sym_sealed] = ACTIONS(67), + [anon_sym_record] = ACTIONS(67), + [anon_sym_byte] = ACTIONS(85), + [anon_sym_short] = ACTIONS(85), + [anon_sym_int] = ACTIONS(85), + [anon_sym_long] = ACTIONS(85), + [anon_sym_char] = ACTIONS(85), + [anon_sym_float] = ACTIONS(87), + [anon_sym_double] = ACTIONS(87), + [sym_boolean_type] = ACTIONS(89), + [sym_void_type] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, - [259] = { - [ts_builtin_sym_end] = ACTIONS(712), - [sym_identifier] = ACTIONS(714), - [sym_decimal_integer_literal] = ACTIONS(714), - [sym_hex_integer_literal] = ACTIONS(714), - [sym_octal_integer_literal] = ACTIONS(714), - [sym_binary_integer_literal] = ACTIONS(712), - [sym_decimal_floating_point_literal] = ACTIONS(712), - [sym_hex_floating_point_literal] = ACTIONS(714), - [sym_true] = ACTIONS(714), - [sym_false] = ACTIONS(714), - [sym_character_literal] = ACTIONS(712), - [anon_sym_DQUOTE] = ACTIONS(714), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(712), - [sym_null_literal] = ACTIONS(714), - [anon_sym_LPAREN] = ACTIONS(712), - [anon_sym_LT] = ACTIONS(712), - [anon_sym_PLUS] = ACTIONS(714), - [anon_sym_DASH] = ACTIONS(714), - [anon_sym_final] = ACTIONS(714), - [anon_sym_BANG] = ACTIONS(712), - [anon_sym_TILDE] = ACTIONS(712), - [anon_sym_PLUS_PLUS] = ACTIONS(712), - [anon_sym_DASH_DASH] = ACTIONS(712), - [anon_sym_new] = ACTIONS(714), - [anon_sym_class] = ACTIONS(714), - [anon_sym_switch] = ACTIONS(714), - [anon_sym_LBRACE] = ACTIONS(712), - [anon_sym_RBRACE] = ACTIONS(712), - [anon_sym_case] = ACTIONS(714), - [anon_sym_default] = ACTIONS(714), - [anon_sym_SEMI] = ACTIONS(712), - [anon_sym_assert] = ACTIONS(714), - [anon_sym_do] = ACTIONS(714), - [anon_sym_while] = ACTIONS(714), - [anon_sym_break] = ACTIONS(714), - [anon_sym_continue] = ACTIONS(714), - [anon_sym_return] = ACTIONS(714), - [anon_sym_yield] = ACTIONS(714), - [anon_sym_synchronized] = ACTIONS(714), - [anon_sym_throw] = ACTIONS(714), - [anon_sym_try] = ACTIONS(714), - [anon_sym_if] = ACTIONS(714), - [anon_sym_else] = ACTIONS(714), - [anon_sym_for] = ACTIONS(714), - [anon_sym_AT] = ACTIONS(714), - [anon_sym_open] = ACTIONS(714), - [anon_sym_module] = ACTIONS(714), - [anon_sym_static] = ACTIONS(714), - [anon_sym_package] = ACTIONS(714), - [anon_sym_import] = ACTIONS(714), - [anon_sym_enum] = ACTIONS(714), - [anon_sym_public] = ACTIONS(714), - [anon_sym_protected] = ACTIONS(714), - [anon_sym_private] = ACTIONS(714), - [anon_sym_abstract] = ACTIONS(714), - [anon_sym_strictfp] = ACTIONS(714), - [anon_sym_native] = ACTIONS(714), - [anon_sym_transient] = ACTIONS(714), - [anon_sym_volatile] = ACTIONS(714), - [anon_sym_sealed] = ACTIONS(714), - [anon_sym_non_DASHsealed] = ACTIONS(712), - [anon_sym_record] = ACTIONS(714), - [anon_sym_ATinterface] = ACTIONS(712), - [anon_sym_interface] = ACTIONS(714), - [anon_sym_byte] = ACTIONS(714), - [anon_sym_short] = ACTIONS(714), - [anon_sym_int] = ACTIONS(714), - [anon_sym_long] = ACTIONS(714), - [anon_sym_char] = ACTIONS(714), - [anon_sym_float] = ACTIONS(714), - [anon_sym_double] = ACTIONS(714), - [sym_boolean_type] = ACTIONS(714), - [sym_void_type] = ACTIONS(714), - [sym_this] = ACTIONS(714), - [sym_super] = ACTIONS(714), - [sym_line_comment] = ACTIONS(3), - [sym_block_comment] = ACTIONS(3), - }, - [260] = { - [ts_builtin_sym_end] = ACTIONS(716), - [sym_identifier] = ACTIONS(718), - [sym_decimal_integer_literal] = ACTIONS(718), - [sym_hex_integer_literal] = ACTIONS(718), - [sym_octal_integer_literal] = ACTIONS(718), - [sym_binary_integer_literal] = ACTIONS(716), - [sym_decimal_floating_point_literal] = ACTIONS(716), - [sym_hex_floating_point_literal] = ACTIONS(718), - [sym_true] = ACTIONS(718), - [sym_false] = ACTIONS(718), - [sym_character_literal] = ACTIONS(716), - [anon_sym_DQUOTE] = ACTIONS(718), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(716), - [sym_null_literal] = ACTIONS(718), - [anon_sym_LPAREN] = ACTIONS(716), - [anon_sym_LT] = ACTIONS(716), - [anon_sym_PLUS] = ACTIONS(718), - [anon_sym_DASH] = ACTIONS(718), - [anon_sym_final] = ACTIONS(718), - [anon_sym_BANG] = ACTIONS(716), - [anon_sym_TILDE] = ACTIONS(716), - [anon_sym_PLUS_PLUS] = ACTIONS(716), - [anon_sym_DASH_DASH] = ACTIONS(716), - [anon_sym_new] = ACTIONS(718), - [anon_sym_class] = ACTIONS(718), - [anon_sym_switch] = ACTIONS(718), - [anon_sym_LBRACE] = ACTIONS(716), - [anon_sym_RBRACE] = ACTIONS(716), - [anon_sym_case] = ACTIONS(718), - [anon_sym_default] = ACTIONS(718), - [anon_sym_SEMI] = ACTIONS(716), - [anon_sym_assert] = ACTIONS(718), - [anon_sym_do] = ACTIONS(718), - [anon_sym_while] = ACTIONS(718), - [anon_sym_break] = ACTIONS(718), - [anon_sym_continue] = ACTIONS(718), - [anon_sym_return] = ACTIONS(718), - [anon_sym_yield] = ACTIONS(718), - [anon_sym_synchronized] = ACTIONS(718), - [anon_sym_throw] = ACTIONS(718), - [anon_sym_try] = ACTIONS(718), - [anon_sym_if] = ACTIONS(718), - [anon_sym_else] = ACTIONS(718), - [anon_sym_for] = ACTIONS(718), - [anon_sym_AT] = ACTIONS(718), - [anon_sym_open] = ACTIONS(718), - [anon_sym_module] = ACTIONS(718), - [anon_sym_static] = ACTIONS(718), - [anon_sym_package] = ACTIONS(718), - [anon_sym_import] = ACTIONS(718), - [anon_sym_enum] = ACTIONS(718), - [anon_sym_public] = ACTIONS(718), - [anon_sym_protected] = ACTIONS(718), - [anon_sym_private] = ACTIONS(718), - [anon_sym_abstract] = ACTIONS(718), - [anon_sym_strictfp] = ACTIONS(718), - [anon_sym_native] = ACTIONS(718), - [anon_sym_transient] = ACTIONS(718), - [anon_sym_volatile] = ACTIONS(718), - [anon_sym_sealed] = ACTIONS(718), - [anon_sym_non_DASHsealed] = ACTIONS(716), - [anon_sym_record] = ACTIONS(718), - [anon_sym_ATinterface] = ACTIONS(716), - [anon_sym_interface] = ACTIONS(718), - [anon_sym_byte] = ACTIONS(718), - [anon_sym_short] = ACTIONS(718), - [anon_sym_int] = ACTIONS(718), - [anon_sym_long] = ACTIONS(718), - [anon_sym_char] = ACTIONS(718), - [anon_sym_float] = ACTIONS(718), - [anon_sym_double] = ACTIONS(718), - [sym_boolean_type] = ACTIONS(718), - [sym_void_type] = ACTIONS(718), - [sym_this] = ACTIONS(718), - [sym_super] = ACTIONS(718), - [sym_line_comment] = ACTIONS(3), - [sym_block_comment] = ACTIONS(3), - }, - [261] = { - [sym__literal] = STATE(507), - [sym_string_literal] = STATE(510), - [sym__string_literal] = STATE(498), - [sym__multiline_string_literal] = STATE(498), - [sym_expression] = STATE(644), - [sym_cast_expression] = STATE(524), - [sym_assignment_expression] = STATE(524), - [sym_binary_expression] = STATE(524), - [sym_instanceof_expression] = STATE(524), - [sym_lambda_expression] = STATE(524), - [sym_inferred_parameters] = STATE(1259), - [sym_ternary_expression] = STATE(524), - [sym_unary_expression] = STATE(524), - [sym_update_expression] = STATE(524), - [sym_primary_expression] = STATE(470), - [sym_array_creation_expression] = STATE(507), - [sym_parenthesized_expression] = STATE(507), - [sym_class_literal] = STATE(507), - [sym_object_creation_expression] = STATE(507), - [sym__unqualified_object_creation_expression] = STATE(483), - [sym_field_access] = STATE(384), - [sym_array_access] = STATE(384), - [sym_method_invocation] = STATE(507), - [sym_method_reference] = STATE(507), - [sym_switch_expression] = STATE(524), - [sym__annotation] = STATE(683), - [sym_marker_annotation] = STATE(683), - [sym_annotation] = STATE(683), - [sym__type] = STATE(1266), - [sym__unannotated_type] = STATE(795), - [sym_annotated_type] = STATE(797), - [sym_scoped_type_identifier] = STATE(745), - [sym_generic_type] = STATE(771), - [sym_array_type] = STATE(702), - [sym_integral_type] = STATE(702), - [sym_floating_point_type] = STATE(702), - [sym_formal_parameters] = STATE(1259), - [aux_sym_array_creation_expression_repeat1] = STATE(683), - [sym_identifier] = ACTIONS(301), + [195] = { + [sym__literal] = STATE(498), + [sym_string_literal] = STATE(505), + [sym__string_literal] = STATE(508), + [sym__multiline_string_literal] = STATE(508), + [sym_expression] = STATE(587), + [sym_cast_expression] = STATE(538), + [sym_assignment_expression] = STATE(538), + [sym_binary_expression] = STATE(538), + [sym_instanceof_expression] = STATE(538), + [sym_lambda_expression] = STATE(538), + [sym_inferred_parameters] = STATE(1213), + [sym_ternary_expression] = STATE(538), + [sym_unary_expression] = STATE(538), + [sym_update_expression] = STATE(538), + [sym_primary_expression] = STATE(509), + [sym_array_creation_expression] = STATE(498), + [sym_parenthesized_expression] = STATE(498), + [sym_class_literal] = STATE(498), + [sym_object_creation_expression] = STATE(498), + [sym__unqualified_object_creation_expression] = STATE(515), + [sym_field_access] = STATE(406), + [sym_array_access] = STATE(406), + [sym_method_invocation] = STATE(498), + [sym_method_reference] = STATE(498), + [sym_switch_expression] = STATE(538), + [sym__annotation] = STATE(694), + [sym_marker_annotation] = STATE(694), + [sym_annotation] = STATE(694), + [sym__type] = STATE(1208), + [sym__unannotated_type] = STATE(805), + [sym_annotated_type] = STATE(831), + [sym_scoped_type_identifier] = STATE(735), + [sym_generic_type] = STATE(751), + [sym_array_type] = STATE(688), + [sym_integral_type] = STATE(688), + [sym_floating_point_type] = STATE(688), + [sym_formal_parameters] = STATE(1213), + [sym__reserved_identifier] = STATE(388), + [aux_sym_array_creation_expression_repeat1] = STATE(694), + [sym_identifier] = ACTIONS(383), [sym_decimal_integer_literal] = ACTIONS(9), [sym_hex_integer_literal] = ACTIONS(9), [sym_octal_integer_literal] = ACTIONS(9), @@ -36352,73 +31498,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DQUOTE] = ACTIONS(13), [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(15), [sym_null_literal] = ACTIONS(9), - [anon_sym_LPAREN] = ACTIONS(17), - [anon_sym_PLUS] = ACTIONS(19), - [anon_sym_DASH] = ACTIONS(19), - [anon_sym_BANG] = ACTIONS(23), - [anon_sym_TILDE] = ACTIONS(23), - [anon_sym_PLUS_PLUS] = ACTIONS(25), - [anon_sym_DASH_DASH] = ACTIONS(25), + [anon_sym_LPAREN] = ACTIONS(367), + [anon_sym_PLUS] = ACTIONS(369), + [anon_sym_DASH] = ACTIONS(369), + [anon_sym_BANG] = ACTIONS(371), + [anon_sym_TILDE] = ACTIONS(371), + [anon_sym_PLUS_PLUS] = ACTIONS(373), + [anon_sym_DASH_DASH] = ACTIONS(373), [anon_sym_new] = ACTIONS(27), [anon_sym_switch] = ACTIONS(31), - [anon_sym_AT] = ACTIONS(329), - [anon_sym_open] = ACTIONS(305), - [anon_sym_module] = ACTIONS(305), - [anon_sym_record] = ACTIONS(305), - [anon_sym_byte] = ACTIONS(81), - [anon_sym_short] = ACTIONS(81), - [anon_sym_int] = ACTIONS(81), - [anon_sym_long] = ACTIONS(81), - [anon_sym_char] = ACTIONS(81), - [anon_sym_float] = ACTIONS(83), - [anon_sym_double] = ACTIONS(83), - [sym_boolean_type] = ACTIONS(85), - [sym_void_type] = ACTIONS(85), - [sym_this] = ACTIONS(87), - [sym_super] = ACTIONS(89), + [anon_sym_yield] = ACTIONS(67), + [anon_sym_AT] = ACTIONS(275), + [anon_sym_open] = ACTIONS(67), + [anon_sym_module] = ACTIONS(67), + [anon_sym_with] = ACTIONS(67), + [anon_sym_sealed] = ACTIONS(67), + [anon_sym_record] = ACTIONS(67), + [anon_sym_byte] = ACTIONS(85), + [anon_sym_short] = ACTIONS(85), + [anon_sym_int] = ACTIONS(85), + [anon_sym_long] = ACTIONS(85), + [anon_sym_char] = ACTIONS(85), + [anon_sym_float] = ACTIONS(87), + [anon_sym_double] = ACTIONS(87), + [sym_boolean_type] = ACTIONS(89), + [sym_void_type] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, - [262] = { - [sym__literal] = STATE(507), - [sym_string_literal] = STATE(510), - [sym__string_literal] = STATE(498), - [sym__multiline_string_literal] = STATE(498), - [sym_expression] = STATE(648), - [sym_cast_expression] = STATE(524), - [sym_assignment_expression] = STATE(524), - [sym_binary_expression] = STATE(524), - [sym_instanceof_expression] = STATE(524), - [sym_lambda_expression] = STATE(524), - [sym_inferred_parameters] = STATE(1259), - [sym_ternary_expression] = STATE(524), - [sym_unary_expression] = STATE(524), - [sym_update_expression] = STATE(524), - [sym_primary_expression] = STATE(470), - [sym_array_creation_expression] = STATE(507), - [sym_parenthesized_expression] = STATE(507), - [sym_class_literal] = STATE(507), - [sym_object_creation_expression] = STATE(507), - [sym__unqualified_object_creation_expression] = STATE(483), - [sym_field_access] = STATE(384), - [sym_array_access] = STATE(384), - [sym_method_invocation] = STATE(507), - [sym_method_reference] = STATE(507), - [sym_switch_expression] = STATE(524), - [sym__annotation] = STATE(683), - [sym_marker_annotation] = STATE(683), - [sym_annotation] = STATE(683), - [sym__type] = STATE(1266), - [sym__unannotated_type] = STATE(795), - [sym_annotated_type] = STATE(797), - [sym_scoped_type_identifier] = STATE(745), - [sym_generic_type] = STATE(771), - [sym_array_type] = STATE(702), - [sym_integral_type] = STATE(702), - [sym_floating_point_type] = STATE(702), - [sym_formal_parameters] = STATE(1259), - [aux_sym_array_creation_expression_repeat1] = STATE(683), - [sym_identifier] = ACTIONS(301), + [196] = { + [sym__literal] = STATE(498), + [sym_string_literal] = STATE(505), + [sym__string_literal] = STATE(508), + [sym__multiline_string_literal] = STATE(508), + [sym_expression] = STATE(588), + [sym_cast_expression] = STATE(538), + [sym_assignment_expression] = STATE(538), + [sym_binary_expression] = STATE(538), + [sym_instanceof_expression] = STATE(538), + [sym_lambda_expression] = STATE(538), + [sym_inferred_parameters] = STATE(1213), + [sym_ternary_expression] = STATE(538), + [sym_unary_expression] = STATE(538), + [sym_update_expression] = STATE(538), + [sym_primary_expression] = STATE(509), + [sym_array_creation_expression] = STATE(498), + [sym_parenthesized_expression] = STATE(498), + [sym_class_literal] = STATE(498), + [sym_object_creation_expression] = STATE(498), + [sym__unqualified_object_creation_expression] = STATE(515), + [sym_field_access] = STATE(406), + [sym_array_access] = STATE(406), + [sym_method_invocation] = STATE(498), + [sym_method_reference] = STATE(498), + [sym_switch_expression] = STATE(538), + [sym__annotation] = STATE(694), + [sym_marker_annotation] = STATE(694), + [sym_annotation] = STATE(694), + [sym__type] = STATE(1208), + [sym__unannotated_type] = STATE(805), + [sym_annotated_type] = STATE(831), + [sym_scoped_type_identifier] = STATE(735), + [sym_generic_type] = STATE(751), + [sym_array_type] = STATE(688), + [sym_integral_type] = STATE(688), + [sym_floating_point_type] = STATE(688), + [sym_formal_parameters] = STATE(1213), + [sym__reserved_identifier] = STATE(388), + [aux_sym_array_creation_expression_repeat1] = STATE(694), + [sym_identifier] = ACTIONS(383), [sym_decimal_integer_literal] = ACTIONS(9), [sym_hex_integer_literal] = ACTIONS(9), [sym_octal_integer_literal] = ACTIONS(9), @@ -36431,74 +31581,150 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DQUOTE] = ACTIONS(13), [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(15), [sym_null_literal] = ACTIONS(9), - [anon_sym_LPAREN] = ACTIONS(17), - [anon_sym_PLUS] = ACTIONS(19), - [anon_sym_DASH] = ACTIONS(19), - [anon_sym_BANG] = ACTIONS(23), - [anon_sym_TILDE] = ACTIONS(23), - [anon_sym_PLUS_PLUS] = ACTIONS(25), - [anon_sym_DASH_DASH] = ACTIONS(25), + [anon_sym_LPAREN] = ACTIONS(367), + [anon_sym_PLUS] = ACTIONS(369), + [anon_sym_DASH] = ACTIONS(369), + [anon_sym_BANG] = ACTIONS(371), + [anon_sym_TILDE] = ACTIONS(371), + [anon_sym_PLUS_PLUS] = ACTIONS(373), + [anon_sym_DASH_DASH] = ACTIONS(373), [anon_sym_new] = ACTIONS(27), [anon_sym_switch] = ACTIONS(31), - [anon_sym_AT] = ACTIONS(329), - [anon_sym_open] = ACTIONS(305), - [anon_sym_module] = ACTIONS(305), - [anon_sym_record] = ACTIONS(305), - [anon_sym_byte] = ACTIONS(81), - [anon_sym_short] = ACTIONS(81), - [anon_sym_int] = ACTIONS(81), - [anon_sym_long] = ACTIONS(81), - [anon_sym_char] = ACTIONS(81), - [anon_sym_float] = ACTIONS(83), - [anon_sym_double] = ACTIONS(83), - [sym_boolean_type] = ACTIONS(85), - [sym_void_type] = ACTIONS(85), - [sym_this] = ACTIONS(87), - [sym_super] = ACTIONS(89), + [anon_sym_yield] = ACTIONS(67), + [anon_sym_AT] = ACTIONS(275), + [anon_sym_open] = ACTIONS(67), + [anon_sym_module] = ACTIONS(67), + [anon_sym_with] = ACTIONS(67), + [anon_sym_sealed] = ACTIONS(67), + [anon_sym_record] = ACTIONS(67), + [anon_sym_byte] = ACTIONS(85), + [anon_sym_short] = ACTIONS(85), + [anon_sym_int] = ACTIONS(85), + [anon_sym_long] = ACTIONS(85), + [anon_sym_char] = ACTIONS(85), + [anon_sym_float] = ACTIONS(87), + [anon_sym_double] = ACTIONS(87), + [sym_boolean_type] = ACTIONS(89), + [sym_void_type] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, - [263] = { - [sym__literal] = STATE(507), - [sym_string_literal] = STATE(510), - [sym__string_literal] = STATE(498), - [sym__multiline_string_literal] = STATE(498), - [sym_expression] = STATE(625), - [sym_cast_expression] = STATE(524), - [sym_assignment_expression] = STATE(524), - [sym_binary_expression] = STATE(524), - [sym_instanceof_expression] = STATE(524), - [sym_lambda_expression] = STATE(524), - [sym_inferred_parameters] = STATE(1259), - [sym_ternary_expression] = STATE(524), - [sym_unary_expression] = STATE(524), - [sym_update_expression] = STATE(524), - [sym_primary_expression] = STATE(470), - [sym_array_creation_expression] = STATE(507), - [sym_parenthesized_expression] = STATE(507), - [sym_class_literal] = STATE(507), - [sym_object_creation_expression] = STATE(507), - [sym__unqualified_object_creation_expression] = STATE(483), - [sym_field_access] = STATE(384), - [sym_array_access] = STATE(384), - [sym_method_invocation] = STATE(507), - [sym_method_reference] = STATE(507), - [sym_switch_expression] = STATE(524), - [sym__annotation] = STATE(683), - [sym_marker_annotation] = STATE(683), - [sym_annotation] = STATE(683), - [sym__type] = STATE(1266), - [sym__unannotated_type] = STATE(795), - [sym_annotated_type] = STATE(797), - [sym_scoped_type_identifier] = STATE(745), - [sym_generic_type] = STATE(771), - [sym_array_type] = STATE(702), - [sym_integral_type] = STATE(702), - [sym_floating_point_type] = STATE(702), - [sym_formal_parameters] = STATE(1259), - [aux_sym_array_creation_expression_repeat1] = STATE(683), - [sym_identifier] = ACTIONS(301), - [sym_decimal_integer_literal] = ACTIONS(9), + [197] = { + [ts_builtin_sym_end] = ACTIONS(468), + [sym_identifier] = ACTIONS(470), + [sym_decimal_integer_literal] = ACTIONS(470), + [sym_hex_integer_literal] = ACTIONS(470), + [sym_octal_integer_literal] = ACTIONS(470), + [sym_binary_integer_literal] = ACTIONS(468), + [sym_decimal_floating_point_literal] = ACTIONS(468), + [sym_hex_floating_point_literal] = ACTIONS(470), + [sym_true] = ACTIONS(470), + [sym_false] = ACTIONS(470), + [sym_character_literal] = ACTIONS(468), + [anon_sym_DQUOTE] = ACTIONS(470), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(468), + [sym_null_literal] = ACTIONS(470), + [anon_sym_LPAREN] = ACTIONS(468), + [anon_sym_PLUS] = ACTIONS(470), + [anon_sym_DASH] = ACTIONS(470), + [anon_sym_final] = ACTIONS(470), + [anon_sym_BANG] = ACTIONS(468), + [anon_sym_TILDE] = ACTIONS(468), + [anon_sym_PLUS_PLUS] = ACTIONS(468), + [anon_sym_DASH_DASH] = ACTIONS(468), + [anon_sym_new] = ACTIONS(470), + [anon_sym_class] = ACTIONS(470), + [anon_sym_switch] = ACTIONS(470), + [anon_sym_LBRACE] = ACTIONS(468), + [anon_sym_RBRACE] = ACTIONS(468), + [anon_sym_case] = ACTIONS(470), + [anon_sym_default] = ACTIONS(470), + [anon_sym_SEMI] = ACTIONS(468), + [anon_sym_assert] = ACTIONS(470), + [anon_sym_do] = ACTIONS(470), + [anon_sym_while] = ACTIONS(470), + [anon_sym_break] = ACTIONS(470), + [anon_sym_continue] = ACTIONS(470), + [anon_sym_return] = ACTIONS(470), + [anon_sym_yield] = ACTIONS(470), + [anon_sym_synchronized] = ACTIONS(470), + [anon_sym_throw] = ACTIONS(470), + [anon_sym_try] = ACTIONS(470), + [anon_sym_catch] = ACTIONS(470), + [anon_sym_finally] = ACTIONS(470), + [anon_sym_if] = ACTIONS(470), + [anon_sym_else] = ACTIONS(470), + [anon_sym_for] = ACTIONS(470), + [anon_sym_AT] = ACTIONS(470), + [anon_sym_open] = ACTIONS(470), + [anon_sym_module] = ACTIONS(470), + [anon_sym_static] = ACTIONS(470), + [anon_sym_with] = ACTIONS(470), + [anon_sym_package] = ACTIONS(470), + [anon_sym_import] = ACTIONS(470), + [anon_sym_enum] = ACTIONS(470), + [anon_sym_public] = ACTIONS(470), + [anon_sym_protected] = ACTIONS(470), + [anon_sym_private] = ACTIONS(470), + [anon_sym_abstract] = ACTIONS(470), + [anon_sym_strictfp] = ACTIONS(470), + [anon_sym_native] = ACTIONS(470), + [anon_sym_transient] = ACTIONS(470), + [anon_sym_volatile] = ACTIONS(470), + [anon_sym_sealed] = ACTIONS(470), + [anon_sym_non_DASHsealed] = ACTIONS(468), + [anon_sym_record] = ACTIONS(470), + [anon_sym_ATinterface] = ACTIONS(468), + [anon_sym_interface] = ACTIONS(470), + [anon_sym_byte] = ACTIONS(470), + [anon_sym_short] = ACTIONS(470), + [anon_sym_int] = ACTIONS(470), + [anon_sym_long] = ACTIONS(470), + [anon_sym_char] = ACTIONS(470), + [anon_sym_float] = ACTIONS(470), + [anon_sym_double] = ACTIONS(470), + [sym_boolean_type] = ACTIONS(470), + [sym_void_type] = ACTIONS(470), + [sym_this] = ACTIONS(470), + [sym_super] = ACTIONS(470), + [sym_line_comment] = ACTIONS(3), + [sym_block_comment] = ACTIONS(3), + }, + [198] = { + [sym__literal] = STATE(498), + [sym_string_literal] = STATE(505), + [sym__string_literal] = STATE(508), + [sym__multiline_string_literal] = STATE(508), + [sym_primary_expression] = STATE(1039), + [sym_array_creation_expression] = STATE(498), + [sym_parenthesized_expression] = STATE(498), + [sym_class_literal] = STATE(498), + [sym_object_creation_expression] = STATE(498), + [sym__unqualified_object_creation_expression] = STATE(515), + [sym_field_access] = STATE(897), + [sym_array_access] = STATE(498), + [sym_method_invocation] = STATE(498), + [sym_method_reference] = STATE(498), + [sym_resource] = STATE(1149), + [sym__annotation] = STATE(622), + [sym_marker_annotation] = STATE(622), + [sym_annotation] = STATE(622), + [sym_modifiers] = STATE(744), + [sym__type] = STATE(1208), + [sym__unannotated_type] = STATE(719), + [sym_annotated_type] = STATE(831), + [sym_scoped_type_identifier] = STATE(735), + [sym_generic_type] = STATE(751), + [sym_array_type] = STATE(688), + [sym_integral_type] = STATE(688), + [sym_floating_point_type] = STATE(688), + [sym__reserved_identifier] = STATE(892), + [aux_sym_array_creation_expression_repeat1] = STATE(694), + [aux_sym_modifiers_repeat1] = STATE(554), + [sym_identifier] = ACTIONS(472), + [sym_decimal_integer_literal] = ACTIONS(9), [sym_hex_integer_literal] = ACTIONS(9), [sym_octal_integer_literal] = ACTIONS(9), [sym_binary_integer_literal] = ACTIONS(11), @@ -36510,231 +31736,156 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DQUOTE] = ACTIONS(13), [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(15), [sym_null_literal] = ACTIONS(9), - [anon_sym_LPAREN] = ACTIONS(17), - [anon_sym_PLUS] = ACTIONS(19), - [anon_sym_DASH] = ACTIONS(19), - [anon_sym_BANG] = ACTIONS(23), - [anon_sym_TILDE] = ACTIONS(23), - [anon_sym_PLUS_PLUS] = ACTIONS(25), - [anon_sym_DASH_DASH] = ACTIONS(25), - [anon_sym_new] = ACTIONS(27), - [anon_sym_switch] = ACTIONS(31), - [anon_sym_AT] = ACTIONS(329), - [anon_sym_open] = ACTIONS(305), - [anon_sym_module] = ACTIONS(305), - [anon_sym_record] = ACTIONS(305), - [anon_sym_byte] = ACTIONS(81), - [anon_sym_short] = ACTIONS(81), - [anon_sym_int] = ACTIONS(81), - [anon_sym_long] = ACTIONS(81), - [anon_sym_char] = ACTIONS(81), - [anon_sym_float] = ACTIONS(83), - [anon_sym_double] = ACTIONS(83), - [sym_boolean_type] = ACTIONS(85), - [sym_void_type] = ACTIONS(85), - [sym_this] = ACTIONS(87), - [sym_super] = ACTIONS(89), - [sym_line_comment] = ACTIONS(3), - [sym_block_comment] = ACTIONS(3), - }, - [264] = { - [ts_builtin_sym_end] = ACTIONS(720), - [sym_identifier] = ACTIONS(722), - [sym_decimal_integer_literal] = ACTIONS(722), - [sym_hex_integer_literal] = ACTIONS(722), - [sym_octal_integer_literal] = ACTIONS(722), - [sym_binary_integer_literal] = ACTIONS(720), - [sym_decimal_floating_point_literal] = ACTIONS(720), - [sym_hex_floating_point_literal] = ACTIONS(722), - [sym_true] = ACTIONS(722), - [sym_false] = ACTIONS(722), - [sym_character_literal] = ACTIONS(720), - [anon_sym_DQUOTE] = ACTIONS(722), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(720), - [sym_null_literal] = ACTIONS(722), - [anon_sym_LPAREN] = ACTIONS(720), - [anon_sym_LT] = ACTIONS(720), - [anon_sym_PLUS] = ACTIONS(722), - [anon_sym_DASH] = ACTIONS(722), - [anon_sym_final] = ACTIONS(722), - [anon_sym_BANG] = ACTIONS(720), - [anon_sym_TILDE] = ACTIONS(720), - [anon_sym_PLUS_PLUS] = ACTIONS(720), - [anon_sym_DASH_DASH] = ACTIONS(720), - [anon_sym_new] = ACTIONS(722), - [anon_sym_class] = ACTIONS(722), - [anon_sym_switch] = ACTIONS(722), - [anon_sym_LBRACE] = ACTIONS(720), - [anon_sym_RBRACE] = ACTIONS(720), - [anon_sym_case] = ACTIONS(722), - [anon_sym_default] = ACTIONS(722), - [anon_sym_SEMI] = ACTIONS(720), - [anon_sym_assert] = ACTIONS(722), - [anon_sym_do] = ACTIONS(722), - [anon_sym_while] = ACTIONS(722), - [anon_sym_break] = ACTIONS(722), - [anon_sym_continue] = ACTIONS(722), - [anon_sym_return] = ACTIONS(722), - [anon_sym_yield] = ACTIONS(722), - [anon_sym_synchronized] = ACTIONS(722), - [anon_sym_throw] = ACTIONS(722), - [anon_sym_try] = ACTIONS(722), - [anon_sym_if] = ACTIONS(722), - [anon_sym_else] = ACTIONS(722), - [anon_sym_for] = ACTIONS(722), - [anon_sym_AT] = ACTIONS(722), - [anon_sym_open] = ACTIONS(722), - [anon_sym_module] = ACTIONS(722), - [anon_sym_static] = ACTIONS(722), - [anon_sym_package] = ACTIONS(722), - [anon_sym_import] = ACTIONS(722), - [anon_sym_enum] = ACTIONS(722), - [anon_sym_public] = ACTIONS(722), - [anon_sym_protected] = ACTIONS(722), - [anon_sym_private] = ACTIONS(722), - [anon_sym_abstract] = ACTIONS(722), - [anon_sym_strictfp] = ACTIONS(722), - [anon_sym_native] = ACTIONS(722), - [anon_sym_transient] = ACTIONS(722), - [anon_sym_volatile] = ACTIONS(722), - [anon_sym_sealed] = ACTIONS(722), - [anon_sym_non_DASHsealed] = ACTIONS(720), - [anon_sym_record] = ACTIONS(722), - [anon_sym_ATinterface] = ACTIONS(720), - [anon_sym_interface] = ACTIONS(722), - [anon_sym_byte] = ACTIONS(722), - [anon_sym_short] = ACTIONS(722), - [anon_sym_int] = ACTIONS(722), - [anon_sym_long] = ACTIONS(722), - [anon_sym_char] = ACTIONS(722), - [anon_sym_float] = ACTIONS(722), - [anon_sym_double] = ACTIONS(722), - [sym_boolean_type] = ACTIONS(722), - [sym_void_type] = ACTIONS(722), - [sym_this] = ACTIONS(722), - [sym_super] = ACTIONS(722), + [anon_sym_LPAREN] = ACTIONS(474), + [anon_sym_RPAREN] = ACTIONS(476), + [anon_sym_final] = ACTIONS(309), + [anon_sym_new] = ACTIONS(478), + [anon_sym_default] = ACTIONS(309), + [anon_sym_yield] = ACTIONS(67), + [anon_sym_synchronized] = ACTIONS(309), + [anon_sym_AT] = ACTIONS(311), + [anon_sym_open] = ACTIONS(67), + [anon_sym_module] = ACTIONS(67), + [anon_sym_static] = ACTIONS(309), + [anon_sym_with] = ACTIONS(67), + [anon_sym_public] = ACTIONS(309), + [anon_sym_protected] = ACTIONS(309), + [anon_sym_private] = ACTIONS(309), + [anon_sym_abstract] = ACTIONS(309), + [anon_sym_strictfp] = ACTIONS(309), + [anon_sym_native] = ACTIONS(309), + [anon_sym_transient] = ACTIONS(309), + [anon_sym_volatile] = ACTIONS(309), + [anon_sym_sealed] = ACTIONS(313), + [anon_sym_non_DASHsealed] = ACTIONS(315), + [anon_sym_record] = ACTIONS(67), + [anon_sym_byte] = ACTIONS(85), + [anon_sym_short] = ACTIONS(85), + [anon_sym_int] = ACTIONS(85), + [anon_sym_long] = ACTIONS(85), + [anon_sym_char] = ACTIONS(85), + [anon_sym_float] = ACTIONS(87), + [anon_sym_double] = ACTIONS(87), + [sym_boolean_type] = ACTIONS(89), + [sym_void_type] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, - [265] = { - [ts_builtin_sym_end] = ACTIONS(724), - [sym_identifier] = ACTIONS(726), - [sym_decimal_integer_literal] = ACTIONS(726), - [sym_hex_integer_literal] = ACTIONS(726), - [sym_octal_integer_literal] = ACTIONS(726), - [sym_binary_integer_literal] = ACTIONS(724), - [sym_decimal_floating_point_literal] = ACTIONS(724), - [sym_hex_floating_point_literal] = ACTIONS(726), - [sym_true] = ACTIONS(726), - [sym_false] = ACTIONS(726), - [sym_character_literal] = ACTIONS(724), - [anon_sym_DQUOTE] = ACTIONS(726), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(724), - [sym_null_literal] = ACTIONS(726), - [anon_sym_LPAREN] = ACTIONS(724), - [anon_sym_LT] = ACTIONS(724), - [anon_sym_PLUS] = ACTIONS(726), - [anon_sym_DASH] = ACTIONS(726), - [anon_sym_final] = ACTIONS(726), - [anon_sym_BANG] = ACTIONS(724), - [anon_sym_TILDE] = ACTIONS(724), - [anon_sym_PLUS_PLUS] = ACTIONS(724), - [anon_sym_DASH_DASH] = ACTIONS(724), - [anon_sym_new] = ACTIONS(726), - [anon_sym_class] = ACTIONS(726), - [anon_sym_switch] = ACTIONS(726), - [anon_sym_LBRACE] = ACTIONS(724), - [anon_sym_RBRACE] = ACTIONS(724), - [anon_sym_case] = ACTIONS(726), - [anon_sym_default] = ACTIONS(726), - [anon_sym_SEMI] = ACTIONS(724), - [anon_sym_assert] = ACTIONS(726), - [anon_sym_do] = ACTIONS(726), - [anon_sym_while] = ACTIONS(726), - [anon_sym_break] = ACTIONS(726), - [anon_sym_continue] = ACTIONS(726), - [anon_sym_return] = ACTIONS(726), - [anon_sym_yield] = ACTIONS(726), - [anon_sym_synchronized] = ACTIONS(726), - [anon_sym_throw] = ACTIONS(726), - [anon_sym_try] = ACTIONS(726), - [anon_sym_if] = ACTIONS(726), - [anon_sym_else] = ACTIONS(726), - [anon_sym_for] = ACTIONS(726), - [anon_sym_AT] = ACTIONS(726), - [anon_sym_open] = ACTIONS(726), - [anon_sym_module] = ACTIONS(726), - [anon_sym_static] = ACTIONS(726), - [anon_sym_package] = ACTIONS(726), - [anon_sym_import] = ACTIONS(726), - [anon_sym_enum] = ACTIONS(726), - [anon_sym_public] = ACTIONS(726), - [anon_sym_protected] = ACTIONS(726), - [anon_sym_private] = ACTIONS(726), - [anon_sym_abstract] = ACTIONS(726), - [anon_sym_strictfp] = ACTIONS(726), - [anon_sym_native] = ACTIONS(726), - [anon_sym_transient] = ACTIONS(726), - [anon_sym_volatile] = ACTIONS(726), - [anon_sym_sealed] = ACTIONS(726), - [anon_sym_non_DASHsealed] = ACTIONS(724), - [anon_sym_record] = ACTIONS(726), - [anon_sym_ATinterface] = ACTIONS(724), - [anon_sym_interface] = ACTIONS(726), - [anon_sym_byte] = ACTIONS(726), - [anon_sym_short] = ACTIONS(726), - [anon_sym_int] = ACTIONS(726), - [anon_sym_long] = ACTIONS(726), - [anon_sym_char] = ACTIONS(726), - [anon_sym_float] = ACTIONS(726), - [anon_sym_double] = ACTIONS(726), - [sym_boolean_type] = ACTIONS(726), - [sym_void_type] = ACTIONS(726), - [sym_this] = ACTIONS(726), - [sym_super] = ACTIONS(726), + [199] = { + [ts_builtin_sym_end] = ACTIONS(297), + [sym_identifier] = ACTIONS(299), + [sym_decimal_integer_literal] = ACTIONS(299), + [sym_hex_integer_literal] = ACTIONS(299), + [sym_octal_integer_literal] = ACTIONS(299), + [sym_binary_integer_literal] = ACTIONS(297), + [sym_decimal_floating_point_literal] = ACTIONS(297), + [sym_hex_floating_point_literal] = ACTIONS(299), + [sym_true] = ACTIONS(299), + [sym_false] = ACTIONS(299), + [sym_character_literal] = ACTIONS(297), + [anon_sym_DQUOTE] = ACTIONS(299), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(297), + [sym_null_literal] = ACTIONS(299), + [anon_sym_LPAREN] = ACTIONS(297), + [anon_sym_PLUS] = ACTIONS(299), + [anon_sym_DASH] = ACTIONS(299), + [anon_sym_final] = ACTIONS(299), + [anon_sym_BANG] = ACTIONS(297), + [anon_sym_TILDE] = ACTIONS(297), + [anon_sym_PLUS_PLUS] = ACTIONS(297), + [anon_sym_DASH_DASH] = ACTIONS(297), + [anon_sym_new] = ACTIONS(299), + [anon_sym_class] = ACTIONS(299), + [anon_sym_switch] = ACTIONS(299), + [anon_sym_LBRACE] = ACTIONS(297), + [anon_sym_RBRACE] = ACTIONS(297), + [anon_sym_case] = ACTIONS(299), + [anon_sym_default] = ACTIONS(299), + [anon_sym_SEMI] = ACTIONS(297), + [anon_sym_assert] = ACTIONS(299), + [anon_sym_do] = ACTIONS(299), + [anon_sym_while] = ACTIONS(299), + [anon_sym_break] = ACTIONS(299), + [anon_sym_continue] = ACTIONS(299), + [anon_sym_return] = ACTIONS(299), + [anon_sym_yield] = ACTIONS(299), + [anon_sym_synchronized] = ACTIONS(299), + [anon_sym_throw] = ACTIONS(299), + [anon_sym_try] = ACTIONS(299), + [anon_sym_catch] = ACTIONS(299), + [anon_sym_finally] = ACTIONS(299), + [anon_sym_if] = ACTIONS(299), + [anon_sym_else] = ACTIONS(299), + [anon_sym_for] = ACTIONS(299), + [anon_sym_AT] = ACTIONS(299), + [anon_sym_open] = ACTIONS(299), + [anon_sym_module] = ACTIONS(299), + [anon_sym_static] = ACTIONS(299), + [anon_sym_with] = ACTIONS(299), + [anon_sym_package] = ACTIONS(299), + [anon_sym_import] = ACTIONS(299), + [anon_sym_enum] = ACTIONS(299), + [anon_sym_public] = ACTIONS(299), + [anon_sym_protected] = ACTIONS(299), + [anon_sym_private] = ACTIONS(299), + [anon_sym_abstract] = ACTIONS(299), + [anon_sym_strictfp] = ACTIONS(299), + [anon_sym_native] = ACTIONS(299), + [anon_sym_transient] = ACTIONS(299), + [anon_sym_volatile] = ACTIONS(299), + [anon_sym_sealed] = ACTIONS(299), + [anon_sym_non_DASHsealed] = ACTIONS(297), + [anon_sym_record] = ACTIONS(299), + [anon_sym_ATinterface] = ACTIONS(297), + [anon_sym_interface] = ACTIONS(299), + [anon_sym_byte] = ACTIONS(299), + [anon_sym_short] = ACTIONS(299), + [anon_sym_int] = ACTIONS(299), + [anon_sym_long] = ACTIONS(299), + [anon_sym_char] = ACTIONS(299), + [anon_sym_float] = ACTIONS(299), + [anon_sym_double] = ACTIONS(299), + [sym_boolean_type] = ACTIONS(299), + [sym_void_type] = ACTIONS(299), + [sym_this] = ACTIONS(299), + [sym_super] = ACTIONS(299), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, - [266] = { - [sym__literal] = STATE(507), - [sym_string_literal] = STATE(510), - [sym__string_literal] = STATE(498), - [sym__multiline_string_literal] = STATE(498), - [sym_expression] = STATE(651), - [sym_cast_expression] = STATE(524), - [sym_assignment_expression] = STATE(524), - [sym_binary_expression] = STATE(524), - [sym_instanceof_expression] = STATE(524), - [sym_lambda_expression] = STATE(524), - [sym_inferred_parameters] = STATE(1259), - [sym_ternary_expression] = STATE(524), - [sym_unary_expression] = STATE(524), - [sym_update_expression] = STATE(524), - [sym_primary_expression] = STATE(470), - [sym_array_creation_expression] = STATE(507), - [sym_parenthesized_expression] = STATE(507), - [sym_class_literal] = STATE(507), - [sym_object_creation_expression] = STATE(507), - [sym__unqualified_object_creation_expression] = STATE(483), - [sym_field_access] = STATE(384), - [sym_array_access] = STATE(384), - [sym_method_invocation] = STATE(507), - [sym_method_reference] = STATE(507), - [sym_switch_expression] = STATE(524), - [sym__annotation] = STATE(683), - [sym_marker_annotation] = STATE(683), - [sym_annotation] = STATE(683), - [sym__type] = STATE(1266), - [sym__unannotated_type] = STATE(795), - [sym_annotated_type] = STATE(797), - [sym_scoped_type_identifier] = STATE(745), - [sym_generic_type] = STATE(771), - [sym_array_type] = STATE(702), - [sym_integral_type] = STATE(702), - [sym_floating_point_type] = STATE(702), - [sym_formal_parameters] = STATE(1259), - [aux_sym_array_creation_expression_repeat1] = STATE(683), - [sym_identifier] = ACTIONS(301), + [200] = { + [sym__literal] = STATE(498), + [sym_string_literal] = STATE(505), + [sym__string_literal] = STATE(508), + [sym__multiline_string_literal] = STATE(508), + [sym_primary_expression] = STATE(1039), + [sym_array_creation_expression] = STATE(498), + [sym_parenthesized_expression] = STATE(498), + [sym_class_literal] = STATE(498), + [sym_object_creation_expression] = STATE(498), + [sym__unqualified_object_creation_expression] = STATE(515), + [sym_field_access] = STATE(897), + [sym_array_access] = STATE(498), + [sym_method_invocation] = STATE(498), + [sym_method_reference] = STATE(498), + [sym_resource] = STATE(1149), + [sym__annotation] = STATE(622), + [sym_marker_annotation] = STATE(622), + [sym_annotation] = STATE(622), + [sym_modifiers] = STATE(744), + [sym__type] = STATE(1208), + [sym__unannotated_type] = STATE(719), + [sym_annotated_type] = STATE(831), + [sym_scoped_type_identifier] = STATE(735), + [sym_generic_type] = STATE(751), + [sym_array_type] = STATE(688), + [sym_integral_type] = STATE(688), + [sym_floating_point_type] = STATE(688), + [sym__reserved_identifier] = STATE(892), + [aux_sym_array_creation_expression_repeat1] = STATE(694), + [aux_sym_modifiers_repeat1] = STATE(554), + [sym_identifier] = ACTIONS(472), [sym_decimal_integer_literal] = ACTIONS(9), [sym_hex_integer_literal] = ACTIONS(9), [sym_octal_integer_literal] = ACTIONS(9), @@ -36747,231 +31898,1996 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DQUOTE] = ACTIONS(13), [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(15), [sym_null_literal] = ACTIONS(9), - [anon_sym_LPAREN] = ACTIONS(17), - [anon_sym_PLUS] = ACTIONS(19), - [anon_sym_DASH] = ACTIONS(19), - [anon_sym_BANG] = ACTIONS(23), - [anon_sym_TILDE] = ACTIONS(23), - [anon_sym_PLUS_PLUS] = ACTIONS(25), - [anon_sym_DASH_DASH] = ACTIONS(25), - [anon_sym_new] = ACTIONS(27), - [anon_sym_switch] = ACTIONS(31), - [anon_sym_AT] = ACTIONS(329), - [anon_sym_open] = ACTIONS(305), - [anon_sym_module] = ACTIONS(305), - [anon_sym_record] = ACTIONS(305), - [anon_sym_byte] = ACTIONS(81), - [anon_sym_short] = ACTIONS(81), - [anon_sym_int] = ACTIONS(81), - [anon_sym_long] = ACTIONS(81), - [anon_sym_char] = ACTIONS(81), - [anon_sym_float] = ACTIONS(83), - [anon_sym_double] = ACTIONS(83), - [sym_boolean_type] = ACTIONS(85), - [sym_void_type] = ACTIONS(85), - [sym_this] = ACTIONS(87), - [sym_super] = ACTIONS(89), + [anon_sym_LPAREN] = ACTIONS(474), + [anon_sym_RPAREN] = ACTIONS(480), + [anon_sym_final] = ACTIONS(309), + [anon_sym_new] = ACTIONS(478), + [anon_sym_default] = ACTIONS(309), + [anon_sym_yield] = ACTIONS(67), + [anon_sym_synchronized] = ACTIONS(309), + [anon_sym_AT] = ACTIONS(311), + [anon_sym_open] = ACTIONS(67), + [anon_sym_module] = ACTIONS(67), + [anon_sym_static] = ACTIONS(309), + [anon_sym_with] = ACTIONS(67), + [anon_sym_public] = ACTIONS(309), + [anon_sym_protected] = ACTIONS(309), + [anon_sym_private] = ACTIONS(309), + [anon_sym_abstract] = ACTIONS(309), + [anon_sym_strictfp] = ACTIONS(309), + [anon_sym_native] = ACTIONS(309), + [anon_sym_transient] = ACTIONS(309), + [anon_sym_volatile] = ACTIONS(309), + [anon_sym_sealed] = ACTIONS(313), + [anon_sym_non_DASHsealed] = ACTIONS(315), + [anon_sym_record] = ACTIONS(67), + [anon_sym_byte] = ACTIONS(85), + [anon_sym_short] = ACTIONS(85), + [anon_sym_int] = ACTIONS(85), + [anon_sym_long] = ACTIONS(85), + [anon_sym_char] = ACTIONS(85), + [anon_sym_float] = ACTIONS(87), + [anon_sym_double] = ACTIONS(87), + [sym_boolean_type] = ACTIONS(89), + [sym_void_type] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, - [267] = { - [ts_builtin_sym_end] = ACTIONS(728), - [sym_identifier] = ACTIONS(730), - [sym_decimal_integer_literal] = ACTIONS(730), - [sym_hex_integer_literal] = ACTIONS(730), - [sym_octal_integer_literal] = ACTIONS(730), - [sym_binary_integer_literal] = ACTIONS(728), - [sym_decimal_floating_point_literal] = ACTIONS(728), - [sym_hex_floating_point_literal] = ACTIONS(730), - [sym_true] = ACTIONS(730), - [sym_false] = ACTIONS(730), - [sym_character_literal] = ACTIONS(728), - [anon_sym_DQUOTE] = ACTIONS(730), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(728), - [sym_null_literal] = ACTIONS(730), - [anon_sym_LPAREN] = ACTIONS(728), - [anon_sym_LT] = ACTIONS(728), - [anon_sym_PLUS] = ACTIONS(730), - [anon_sym_DASH] = ACTIONS(730), - [anon_sym_final] = ACTIONS(730), - [anon_sym_BANG] = ACTIONS(728), - [anon_sym_TILDE] = ACTIONS(728), - [anon_sym_PLUS_PLUS] = ACTIONS(728), - [anon_sym_DASH_DASH] = ACTIONS(728), - [anon_sym_new] = ACTIONS(730), - [anon_sym_class] = ACTIONS(730), - [anon_sym_switch] = ACTIONS(730), - [anon_sym_LBRACE] = ACTIONS(728), - [anon_sym_RBRACE] = ACTIONS(728), - [anon_sym_case] = ACTIONS(730), - [anon_sym_default] = ACTIONS(730), - [anon_sym_SEMI] = ACTIONS(728), - [anon_sym_assert] = ACTIONS(730), - [anon_sym_do] = ACTIONS(730), - [anon_sym_while] = ACTIONS(730), - [anon_sym_break] = ACTIONS(730), - [anon_sym_continue] = ACTIONS(730), - [anon_sym_return] = ACTIONS(730), - [anon_sym_yield] = ACTIONS(730), - [anon_sym_synchronized] = ACTIONS(730), - [anon_sym_throw] = ACTIONS(730), - [anon_sym_try] = ACTIONS(730), - [anon_sym_if] = ACTIONS(730), - [anon_sym_else] = ACTIONS(730), - [anon_sym_for] = ACTIONS(730), - [anon_sym_AT] = ACTIONS(730), - [anon_sym_open] = ACTIONS(730), - [anon_sym_module] = ACTIONS(730), - [anon_sym_static] = ACTIONS(730), - [anon_sym_package] = ACTIONS(730), - [anon_sym_import] = ACTIONS(730), - [anon_sym_enum] = ACTIONS(730), - [anon_sym_public] = ACTIONS(730), - [anon_sym_protected] = ACTIONS(730), - [anon_sym_private] = ACTIONS(730), - [anon_sym_abstract] = ACTIONS(730), - [anon_sym_strictfp] = ACTIONS(730), - [anon_sym_native] = ACTIONS(730), - [anon_sym_transient] = ACTIONS(730), - [anon_sym_volatile] = ACTIONS(730), - [anon_sym_sealed] = ACTIONS(730), - [anon_sym_non_DASHsealed] = ACTIONS(728), - [anon_sym_record] = ACTIONS(730), - [anon_sym_ATinterface] = ACTIONS(728), - [anon_sym_interface] = ACTIONS(730), - [anon_sym_byte] = ACTIONS(730), - [anon_sym_short] = ACTIONS(730), - [anon_sym_int] = ACTIONS(730), - [anon_sym_long] = ACTIONS(730), - [anon_sym_char] = ACTIONS(730), - [anon_sym_float] = ACTIONS(730), - [anon_sym_double] = ACTIONS(730), - [sym_boolean_type] = ACTIONS(730), - [sym_void_type] = ACTIONS(730), - [sym_this] = ACTIONS(730), - [sym_super] = ACTIONS(730), + [201] = { + [ts_builtin_sym_end] = ACTIONS(289), + [sym_identifier] = ACTIONS(291), + [sym_decimal_integer_literal] = ACTIONS(291), + [sym_hex_integer_literal] = ACTIONS(291), + [sym_octal_integer_literal] = ACTIONS(291), + [sym_binary_integer_literal] = ACTIONS(289), + [sym_decimal_floating_point_literal] = ACTIONS(289), + [sym_hex_floating_point_literal] = ACTIONS(291), + [sym_true] = ACTIONS(291), + [sym_false] = ACTIONS(291), + [sym_character_literal] = ACTIONS(289), + [anon_sym_DQUOTE] = ACTIONS(291), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(289), + [sym_null_literal] = ACTIONS(291), + [anon_sym_LPAREN] = ACTIONS(289), + [anon_sym_PLUS] = ACTIONS(291), + [anon_sym_DASH] = ACTIONS(291), + [anon_sym_final] = ACTIONS(291), + [anon_sym_BANG] = ACTIONS(289), + [anon_sym_TILDE] = ACTIONS(289), + [anon_sym_PLUS_PLUS] = ACTIONS(289), + [anon_sym_DASH_DASH] = ACTIONS(289), + [anon_sym_new] = ACTIONS(291), + [anon_sym_class] = ACTIONS(291), + [anon_sym_switch] = ACTIONS(291), + [anon_sym_LBRACE] = ACTIONS(289), + [anon_sym_RBRACE] = ACTIONS(289), + [anon_sym_case] = ACTIONS(291), + [anon_sym_default] = ACTIONS(291), + [anon_sym_SEMI] = ACTIONS(289), + [anon_sym_assert] = ACTIONS(291), + [anon_sym_do] = ACTIONS(291), + [anon_sym_while] = ACTIONS(291), + [anon_sym_break] = ACTIONS(291), + [anon_sym_continue] = ACTIONS(291), + [anon_sym_return] = ACTIONS(291), + [anon_sym_yield] = ACTIONS(291), + [anon_sym_synchronized] = ACTIONS(291), + [anon_sym_throw] = ACTIONS(291), + [anon_sym_try] = ACTIONS(291), + [anon_sym_catch] = ACTIONS(291), + [anon_sym_finally] = ACTIONS(291), + [anon_sym_if] = ACTIONS(291), + [anon_sym_else] = ACTIONS(291), + [anon_sym_for] = ACTIONS(291), + [anon_sym_AT] = ACTIONS(291), + [anon_sym_open] = ACTIONS(291), + [anon_sym_module] = ACTIONS(291), + [anon_sym_static] = ACTIONS(291), + [anon_sym_with] = ACTIONS(291), + [anon_sym_package] = ACTIONS(291), + [anon_sym_import] = ACTIONS(291), + [anon_sym_enum] = ACTIONS(291), + [anon_sym_public] = ACTIONS(291), + [anon_sym_protected] = ACTIONS(291), + [anon_sym_private] = ACTIONS(291), + [anon_sym_abstract] = ACTIONS(291), + [anon_sym_strictfp] = ACTIONS(291), + [anon_sym_native] = ACTIONS(291), + [anon_sym_transient] = ACTIONS(291), + [anon_sym_volatile] = ACTIONS(291), + [anon_sym_sealed] = ACTIONS(291), + [anon_sym_non_DASHsealed] = ACTIONS(289), + [anon_sym_record] = ACTIONS(291), + [anon_sym_ATinterface] = ACTIONS(289), + [anon_sym_interface] = ACTIONS(291), + [anon_sym_byte] = ACTIONS(291), + [anon_sym_short] = ACTIONS(291), + [anon_sym_int] = ACTIONS(291), + [anon_sym_long] = ACTIONS(291), + [anon_sym_char] = ACTIONS(291), + [anon_sym_float] = ACTIONS(291), + [anon_sym_double] = ACTIONS(291), + [sym_boolean_type] = ACTIONS(291), + [sym_void_type] = ACTIONS(291), + [sym_this] = ACTIONS(291), + [sym_super] = ACTIONS(291), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, - [268] = { - [sym__literal] = STATE(507), - [sym_string_literal] = STATE(510), - [sym__string_literal] = STATE(498), - [sym__multiline_string_literal] = STATE(498), - [sym_expression] = STATE(650), - [sym_cast_expression] = STATE(524), - [sym_assignment_expression] = STATE(524), - [sym_binary_expression] = STATE(524), - [sym_instanceof_expression] = STATE(524), - [sym_lambda_expression] = STATE(524), - [sym_inferred_parameters] = STATE(1259), - [sym_ternary_expression] = STATE(524), - [sym_unary_expression] = STATE(524), - [sym_update_expression] = STATE(524), - [sym_primary_expression] = STATE(470), - [sym_array_creation_expression] = STATE(507), - [sym_parenthesized_expression] = STATE(507), - [sym_class_literal] = STATE(507), - [sym_object_creation_expression] = STATE(507), - [sym__unqualified_object_creation_expression] = STATE(483), - [sym_field_access] = STATE(384), - [sym_array_access] = STATE(384), - [sym_method_invocation] = STATE(507), - [sym_method_reference] = STATE(507), - [sym_switch_expression] = STATE(524), - [sym__annotation] = STATE(683), - [sym_marker_annotation] = STATE(683), - [sym_annotation] = STATE(683), - [sym__type] = STATE(1266), - [sym__unannotated_type] = STATE(795), - [sym_annotated_type] = STATE(797), - [sym_scoped_type_identifier] = STATE(745), - [sym_generic_type] = STATE(771), - [sym_array_type] = STATE(702), - [sym_integral_type] = STATE(702), - [sym_floating_point_type] = STATE(702), - [sym_formal_parameters] = STATE(1259), - [aux_sym_array_creation_expression_repeat1] = STATE(683), - [sym_identifier] = ACTIONS(301), - [sym_decimal_integer_literal] = ACTIONS(9), - [sym_hex_integer_literal] = ACTIONS(9), - [sym_octal_integer_literal] = ACTIONS(9), - [sym_binary_integer_literal] = ACTIONS(11), - [sym_decimal_floating_point_literal] = ACTIONS(11), - [sym_hex_floating_point_literal] = ACTIONS(9), - [sym_true] = ACTIONS(9), - [sym_false] = ACTIONS(9), - [sym_character_literal] = ACTIONS(11), - [anon_sym_DQUOTE] = ACTIONS(13), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(15), - [sym_null_literal] = ACTIONS(9), - [anon_sym_LPAREN] = ACTIONS(17), - [anon_sym_PLUS] = ACTIONS(19), - [anon_sym_DASH] = ACTIONS(19), - [anon_sym_BANG] = ACTIONS(23), - [anon_sym_TILDE] = ACTIONS(23), - [anon_sym_PLUS_PLUS] = ACTIONS(25), - [anon_sym_DASH_DASH] = ACTIONS(25), - [anon_sym_new] = ACTIONS(27), - [anon_sym_switch] = ACTIONS(31), - [anon_sym_AT] = ACTIONS(329), - [anon_sym_open] = ACTIONS(305), - [anon_sym_module] = ACTIONS(305), - [anon_sym_record] = ACTIONS(305), - [anon_sym_byte] = ACTIONS(81), - [anon_sym_short] = ACTIONS(81), - [anon_sym_int] = ACTIONS(81), - [anon_sym_long] = ACTIONS(81), - [anon_sym_char] = ACTIONS(81), - [anon_sym_float] = ACTIONS(83), - [anon_sym_double] = ACTIONS(83), - [sym_boolean_type] = ACTIONS(85), - [sym_void_type] = ACTIONS(85), - [sym_this] = ACTIONS(87), - [sym_super] = ACTIONS(89), + [202] = { + [ts_builtin_sym_end] = ACTIONS(482), + [sym_identifier] = ACTIONS(484), + [sym_decimal_integer_literal] = ACTIONS(484), + [sym_hex_integer_literal] = ACTIONS(484), + [sym_octal_integer_literal] = ACTIONS(484), + [sym_binary_integer_literal] = ACTIONS(482), + [sym_decimal_floating_point_literal] = ACTIONS(482), + [sym_hex_floating_point_literal] = ACTIONS(484), + [sym_true] = ACTIONS(484), + [sym_false] = ACTIONS(484), + [sym_character_literal] = ACTIONS(482), + [anon_sym_DQUOTE] = ACTIONS(484), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(482), + [sym_null_literal] = ACTIONS(484), + [anon_sym_LPAREN] = ACTIONS(482), + [anon_sym_LT] = ACTIONS(482), + [anon_sym_PLUS] = ACTIONS(484), + [anon_sym_DASH] = ACTIONS(484), + [anon_sym_final] = ACTIONS(484), + [anon_sym_BANG] = ACTIONS(482), + [anon_sym_TILDE] = ACTIONS(482), + [anon_sym_PLUS_PLUS] = ACTIONS(482), + [anon_sym_DASH_DASH] = ACTIONS(482), + [anon_sym_new] = ACTIONS(484), + [anon_sym_class] = ACTIONS(484), + [anon_sym_switch] = ACTIONS(484), + [anon_sym_LBRACE] = ACTIONS(482), + [anon_sym_RBRACE] = ACTIONS(482), + [anon_sym_case] = ACTIONS(484), + [anon_sym_default] = ACTIONS(484), + [anon_sym_SEMI] = ACTIONS(482), + [anon_sym_assert] = ACTIONS(484), + [anon_sym_do] = ACTIONS(484), + [anon_sym_while] = ACTIONS(484), + [anon_sym_break] = ACTIONS(484), + [anon_sym_continue] = ACTIONS(484), + [anon_sym_return] = ACTIONS(484), + [anon_sym_yield] = ACTIONS(484), + [anon_sym_synchronized] = ACTIONS(484), + [anon_sym_throw] = ACTIONS(484), + [anon_sym_try] = ACTIONS(484), + [anon_sym_if] = ACTIONS(484), + [anon_sym_else] = ACTIONS(484), + [anon_sym_for] = ACTIONS(484), + [anon_sym_AT] = ACTIONS(484), + [anon_sym_open] = ACTIONS(484), + [anon_sym_module] = ACTIONS(484), + [anon_sym_static] = ACTIONS(484), + [anon_sym_with] = ACTIONS(484), + [anon_sym_package] = ACTIONS(484), + [anon_sym_import] = ACTIONS(484), + [anon_sym_enum] = ACTIONS(484), + [anon_sym_public] = ACTIONS(484), + [anon_sym_protected] = ACTIONS(484), + [anon_sym_private] = ACTIONS(484), + [anon_sym_abstract] = ACTIONS(484), + [anon_sym_strictfp] = ACTIONS(484), + [anon_sym_native] = ACTIONS(484), + [anon_sym_transient] = ACTIONS(484), + [anon_sym_volatile] = ACTIONS(484), + [anon_sym_sealed] = ACTIONS(484), + [anon_sym_non_DASHsealed] = ACTIONS(482), + [anon_sym_record] = ACTIONS(484), + [anon_sym_ATinterface] = ACTIONS(482), + [anon_sym_interface] = ACTIONS(484), + [anon_sym_byte] = ACTIONS(484), + [anon_sym_short] = ACTIONS(484), + [anon_sym_int] = ACTIONS(484), + [anon_sym_long] = ACTIONS(484), + [anon_sym_char] = ACTIONS(484), + [anon_sym_float] = ACTIONS(484), + [anon_sym_double] = ACTIONS(484), + [sym_boolean_type] = ACTIONS(484), + [sym_void_type] = ACTIONS(484), + [sym_this] = ACTIONS(484), + [sym_super] = ACTIONS(484), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, - [269] = { - [sym__literal] = STATE(507), - [sym_string_literal] = STATE(510), - [sym__string_literal] = STATE(498), - [sym__multiline_string_literal] = STATE(498), - [sym_expression] = STATE(544), - [sym_cast_expression] = STATE(524), - [sym_assignment_expression] = STATE(524), - [sym_binary_expression] = STATE(524), - [sym_instanceof_expression] = STATE(524), - [sym_lambda_expression] = STATE(524), - [sym_inferred_parameters] = STATE(1259), - [sym_ternary_expression] = STATE(524), - [sym_unary_expression] = STATE(524), - [sym_update_expression] = STATE(524), - [sym_primary_expression] = STATE(470), - [sym_array_creation_expression] = STATE(507), - [sym_parenthesized_expression] = STATE(507), - [sym_class_literal] = STATE(507), - [sym_object_creation_expression] = STATE(507), - [sym__unqualified_object_creation_expression] = STATE(483), - [sym_field_access] = STATE(384), - [sym_array_access] = STATE(384), - [sym_method_invocation] = STATE(507), - [sym_method_reference] = STATE(507), - [sym_switch_expression] = STATE(524), - [sym__annotation] = STATE(683), - [sym_marker_annotation] = STATE(683), - [sym_annotation] = STATE(683), - [sym__type] = STATE(1266), - [sym__unannotated_type] = STATE(795), - [sym_annotated_type] = STATE(797), - [sym_scoped_type_identifier] = STATE(745), - [sym_generic_type] = STATE(771), - [sym_array_type] = STATE(702), - [sym_integral_type] = STATE(702), - [sym_floating_point_type] = STATE(702), - [sym_formal_parameters] = STATE(1259), - [aux_sym_array_creation_expression_repeat1] = STATE(683), - [sym_identifier] = ACTIONS(301), + [203] = { + [ts_builtin_sym_end] = ACTIONS(486), + [sym_identifier] = ACTIONS(488), + [sym_decimal_integer_literal] = ACTIONS(488), + [sym_hex_integer_literal] = ACTIONS(488), + [sym_octal_integer_literal] = ACTIONS(488), + [sym_binary_integer_literal] = ACTIONS(486), + [sym_decimal_floating_point_literal] = ACTIONS(486), + [sym_hex_floating_point_literal] = ACTIONS(488), + [sym_true] = ACTIONS(488), + [sym_false] = ACTIONS(488), + [sym_character_literal] = ACTIONS(486), + [anon_sym_DQUOTE] = ACTIONS(488), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(486), + [sym_null_literal] = ACTIONS(488), + [anon_sym_LPAREN] = ACTIONS(486), + [anon_sym_LT] = ACTIONS(486), + [anon_sym_PLUS] = ACTIONS(488), + [anon_sym_DASH] = ACTIONS(488), + [anon_sym_final] = ACTIONS(488), + [anon_sym_BANG] = ACTIONS(486), + [anon_sym_TILDE] = ACTIONS(486), + [anon_sym_PLUS_PLUS] = ACTIONS(486), + [anon_sym_DASH_DASH] = ACTIONS(486), + [anon_sym_new] = ACTIONS(488), + [anon_sym_class] = ACTIONS(488), + [anon_sym_switch] = ACTIONS(488), + [anon_sym_LBRACE] = ACTIONS(486), + [anon_sym_RBRACE] = ACTIONS(486), + [anon_sym_case] = ACTIONS(488), + [anon_sym_default] = ACTIONS(488), + [anon_sym_SEMI] = ACTIONS(486), + [anon_sym_assert] = ACTIONS(488), + [anon_sym_do] = ACTIONS(488), + [anon_sym_while] = ACTIONS(488), + [anon_sym_break] = ACTIONS(488), + [anon_sym_continue] = ACTIONS(488), + [anon_sym_return] = ACTIONS(488), + [anon_sym_yield] = ACTIONS(488), + [anon_sym_synchronized] = ACTIONS(488), + [anon_sym_throw] = ACTIONS(488), + [anon_sym_try] = ACTIONS(488), + [anon_sym_if] = ACTIONS(488), + [anon_sym_else] = ACTIONS(488), + [anon_sym_for] = ACTIONS(488), + [anon_sym_AT] = ACTIONS(488), + [anon_sym_open] = ACTIONS(488), + [anon_sym_module] = ACTIONS(488), + [anon_sym_static] = ACTIONS(488), + [anon_sym_with] = ACTIONS(488), + [anon_sym_package] = ACTIONS(488), + [anon_sym_import] = ACTIONS(488), + [anon_sym_enum] = ACTIONS(488), + [anon_sym_public] = ACTIONS(488), + [anon_sym_protected] = ACTIONS(488), + [anon_sym_private] = ACTIONS(488), + [anon_sym_abstract] = ACTIONS(488), + [anon_sym_strictfp] = ACTIONS(488), + [anon_sym_native] = ACTIONS(488), + [anon_sym_transient] = ACTIONS(488), + [anon_sym_volatile] = ACTIONS(488), + [anon_sym_sealed] = ACTIONS(488), + [anon_sym_non_DASHsealed] = ACTIONS(486), + [anon_sym_record] = ACTIONS(488), + [anon_sym_ATinterface] = ACTIONS(486), + [anon_sym_interface] = ACTIONS(488), + [anon_sym_byte] = ACTIONS(488), + [anon_sym_short] = ACTIONS(488), + [anon_sym_int] = ACTIONS(488), + [anon_sym_long] = ACTIONS(488), + [anon_sym_char] = ACTIONS(488), + [anon_sym_float] = ACTIONS(488), + [anon_sym_double] = ACTIONS(488), + [sym_boolean_type] = ACTIONS(488), + [sym_void_type] = ACTIONS(488), + [sym_this] = ACTIONS(488), + [sym_super] = ACTIONS(488), + [sym_line_comment] = ACTIONS(3), + [sym_block_comment] = ACTIONS(3), + }, + [204] = { + [ts_builtin_sym_end] = ACTIONS(490), + [sym_identifier] = ACTIONS(492), + [sym_decimal_integer_literal] = ACTIONS(492), + [sym_hex_integer_literal] = ACTIONS(492), + [sym_octal_integer_literal] = ACTIONS(492), + [sym_binary_integer_literal] = ACTIONS(490), + [sym_decimal_floating_point_literal] = ACTIONS(490), + [sym_hex_floating_point_literal] = ACTIONS(492), + [sym_true] = ACTIONS(492), + [sym_false] = ACTIONS(492), + [sym_character_literal] = ACTIONS(490), + [anon_sym_DQUOTE] = ACTIONS(492), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(490), + [sym_null_literal] = ACTIONS(492), + [anon_sym_LPAREN] = ACTIONS(490), + [anon_sym_LT] = ACTIONS(490), + [anon_sym_PLUS] = ACTIONS(492), + [anon_sym_DASH] = ACTIONS(492), + [anon_sym_final] = ACTIONS(492), + [anon_sym_BANG] = ACTIONS(490), + [anon_sym_TILDE] = ACTIONS(490), + [anon_sym_PLUS_PLUS] = ACTIONS(490), + [anon_sym_DASH_DASH] = ACTIONS(490), + [anon_sym_new] = ACTIONS(492), + [anon_sym_class] = ACTIONS(492), + [anon_sym_switch] = ACTIONS(492), + [anon_sym_LBRACE] = ACTIONS(490), + [anon_sym_RBRACE] = ACTIONS(490), + [anon_sym_case] = ACTIONS(492), + [anon_sym_default] = ACTIONS(492), + [anon_sym_SEMI] = ACTIONS(490), + [anon_sym_assert] = ACTIONS(492), + [anon_sym_do] = ACTIONS(492), + [anon_sym_while] = ACTIONS(492), + [anon_sym_break] = ACTIONS(492), + [anon_sym_continue] = ACTIONS(492), + [anon_sym_return] = ACTIONS(492), + [anon_sym_yield] = ACTIONS(492), + [anon_sym_synchronized] = ACTIONS(492), + [anon_sym_throw] = ACTIONS(492), + [anon_sym_try] = ACTIONS(492), + [anon_sym_if] = ACTIONS(492), + [anon_sym_else] = ACTIONS(492), + [anon_sym_for] = ACTIONS(492), + [anon_sym_AT] = ACTIONS(492), + [anon_sym_open] = ACTIONS(492), + [anon_sym_module] = ACTIONS(492), + [anon_sym_static] = ACTIONS(492), + [anon_sym_with] = ACTIONS(492), + [anon_sym_package] = ACTIONS(492), + [anon_sym_import] = ACTIONS(492), + [anon_sym_enum] = ACTIONS(492), + [anon_sym_public] = ACTIONS(492), + [anon_sym_protected] = ACTIONS(492), + [anon_sym_private] = ACTIONS(492), + [anon_sym_abstract] = ACTIONS(492), + [anon_sym_strictfp] = ACTIONS(492), + [anon_sym_native] = ACTIONS(492), + [anon_sym_transient] = ACTIONS(492), + [anon_sym_volatile] = ACTIONS(492), + [anon_sym_sealed] = ACTIONS(492), + [anon_sym_non_DASHsealed] = ACTIONS(490), + [anon_sym_record] = ACTIONS(492), + [anon_sym_ATinterface] = ACTIONS(490), + [anon_sym_interface] = ACTIONS(492), + [anon_sym_byte] = ACTIONS(492), + [anon_sym_short] = ACTIONS(492), + [anon_sym_int] = ACTIONS(492), + [anon_sym_long] = ACTIONS(492), + [anon_sym_char] = ACTIONS(492), + [anon_sym_float] = ACTIONS(492), + [anon_sym_double] = ACTIONS(492), + [sym_boolean_type] = ACTIONS(492), + [sym_void_type] = ACTIONS(492), + [sym_this] = ACTIONS(492), + [sym_super] = ACTIONS(492), + [sym_line_comment] = ACTIONS(3), + [sym_block_comment] = ACTIONS(3), + }, + [205] = { + [ts_builtin_sym_end] = ACTIONS(494), + [sym_identifier] = ACTIONS(496), + [sym_decimal_integer_literal] = ACTIONS(496), + [sym_hex_integer_literal] = ACTIONS(496), + [sym_octal_integer_literal] = ACTIONS(496), + [sym_binary_integer_literal] = ACTIONS(494), + [sym_decimal_floating_point_literal] = ACTIONS(494), + [sym_hex_floating_point_literal] = ACTIONS(496), + [sym_true] = ACTIONS(496), + [sym_false] = ACTIONS(496), + [sym_character_literal] = ACTIONS(494), + [anon_sym_DQUOTE] = ACTIONS(496), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(494), + [sym_null_literal] = ACTIONS(496), + [anon_sym_LPAREN] = ACTIONS(494), + [anon_sym_LT] = ACTIONS(494), + [anon_sym_PLUS] = ACTIONS(496), + [anon_sym_DASH] = ACTIONS(496), + [anon_sym_final] = ACTIONS(496), + [anon_sym_BANG] = ACTIONS(494), + [anon_sym_TILDE] = ACTIONS(494), + [anon_sym_PLUS_PLUS] = ACTIONS(494), + [anon_sym_DASH_DASH] = ACTIONS(494), + [anon_sym_new] = ACTIONS(496), + [anon_sym_class] = ACTIONS(496), + [anon_sym_switch] = ACTIONS(496), + [anon_sym_LBRACE] = ACTIONS(494), + [anon_sym_RBRACE] = ACTIONS(494), + [anon_sym_case] = ACTIONS(496), + [anon_sym_default] = ACTIONS(496), + [anon_sym_SEMI] = ACTIONS(494), + [anon_sym_assert] = ACTIONS(496), + [anon_sym_do] = ACTIONS(496), + [anon_sym_while] = ACTIONS(496), + [anon_sym_break] = ACTIONS(496), + [anon_sym_continue] = ACTIONS(496), + [anon_sym_return] = ACTIONS(496), + [anon_sym_yield] = ACTIONS(496), + [anon_sym_synchronized] = ACTIONS(496), + [anon_sym_throw] = ACTIONS(496), + [anon_sym_try] = ACTIONS(496), + [anon_sym_if] = ACTIONS(496), + [anon_sym_else] = ACTIONS(496), + [anon_sym_for] = ACTIONS(496), + [anon_sym_AT] = ACTIONS(496), + [anon_sym_open] = ACTIONS(496), + [anon_sym_module] = ACTIONS(496), + [anon_sym_static] = ACTIONS(496), + [anon_sym_with] = ACTIONS(496), + [anon_sym_package] = ACTIONS(496), + [anon_sym_import] = ACTIONS(496), + [anon_sym_enum] = ACTIONS(496), + [anon_sym_public] = ACTIONS(496), + [anon_sym_protected] = ACTIONS(496), + [anon_sym_private] = ACTIONS(496), + [anon_sym_abstract] = ACTIONS(496), + [anon_sym_strictfp] = ACTIONS(496), + [anon_sym_native] = ACTIONS(496), + [anon_sym_transient] = ACTIONS(496), + [anon_sym_volatile] = ACTIONS(496), + [anon_sym_sealed] = ACTIONS(496), + [anon_sym_non_DASHsealed] = ACTIONS(494), + [anon_sym_record] = ACTIONS(496), + [anon_sym_ATinterface] = ACTIONS(494), + [anon_sym_interface] = ACTIONS(496), + [anon_sym_byte] = ACTIONS(496), + [anon_sym_short] = ACTIONS(496), + [anon_sym_int] = ACTIONS(496), + [anon_sym_long] = ACTIONS(496), + [anon_sym_char] = ACTIONS(496), + [anon_sym_float] = ACTIONS(496), + [anon_sym_double] = ACTIONS(496), + [sym_boolean_type] = ACTIONS(496), + [sym_void_type] = ACTIONS(496), + [sym_this] = ACTIONS(496), + [sym_super] = ACTIONS(496), + [sym_line_comment] = ACTIONS(3), + [sym_block_comment] = ACTIONS(3), + }, + [206] = { + [ts_builtin_sym_end] = ACTIONS(498), + [sym_identifier] = ACTIONS(500), + [sym_decimal_integer_literal] = ACTIONS(500), + [sym_hex_integer_literal] = ACTIONS(500), + [sym_octal_integer_literal] = ACTIONS(500), + [sym_binary_integer_literal] = ACTIONS(498), + [sym_decimal_floating_point_literal] = ACTIONS(498), + [sym_hex_floating_point_literal] = ACTIONS(500), + [sym_true] = ACTIONS(500), + [sym_false] = ACTIONS(500), + [sym_character_literal] = ACTIONS(498), + [anon_sym_DQUOTE] = ACTIONS(500), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(498), + [sym_null_literal] = ACTIONS(500), + [anon_sym_LPAREN] = ACTIONS(498), + [anon_sym_LT] = ACTIONS(498), + [anon_sym_PLUS] = ACTIONS(500), + [anon_sym_DASH] = ACTIONS(500), + [anon_sym_final] = ACTIONS(500), + [anon_sym_BANG] = ACTIONS(498), + [anon_sym_TILDE] = ACTIONS(498), + [anon_sym_PLUS_PLUS] = ACTIONS(498), + [anon_sym_DASH_DASH] = ACTIONS(498), + [anon_sym_new] = ACTIONS(500), + [anon_sym_class] = ACTIONS(500), + [anon_sym_switch] = ACTIONS(500), + [anon_sym_LBRACE] = ACTIONS(498), + [anon_sym_RBRACE] = ACTIONS(498), + [anon_sym_case] = ACTIONS(500), + [anon_sym_default] = ACTIONS(500), + [anon_sym_SEMI] = ACTIONS(498), + [anon_sym_assert] = ACTIONS(500), + [anon_sym_do] = ACTIONS(500), + [anon_sym_while] = ACTIONS(500), + [anon_sym_break] = ACTIONS(500), + [anon_sym_continue] = ACTIONS(500), + [anon_sym_return] = ACTIONS(500), + [anon_sym_yield] = ACTIONS(500), + [anon_sym_synchronized] = ACTIONS(500), + [anon_sym_throw] = ACTIONS(500), + [anon_sym_try] = ACTIONS(500), + [anon_sym_if] = ACTIONS(500), + [anon_sym_else] = ACTIONS(500), + [anon_sym_for] = ACTIONS(500), + [anon_sym_AT] = ACTIONS(500), + [anon_sym_open] = ACTIONS(500), + [anon_sym_module] = ACTIONS(500), + [anon_sym_static] = ACTIONS(500), + [anon_sym_with] = ACTIONS(500), + [anon_sym_package] = ACTIONS(500), + [anon_sym_import] = ACTIONS(500), + [anon_sym_enum] = ACTIONS(500), + [anon_sym_public] = ACTIONS(500), + [anon_sym_protected] = ACTIONS(500), + [anon_sym_private] = ACTIONS(500), + [anon_sym_abstract] = ACTIONS(500), + [anon_sym_strictfp] = ACTIONS(500), + [anon_sym_native] = ACTIONS(500), + [anon_sym_transient] = ACTIONS(500), + [anon_sym_volatile] = ACTIONS(500), + [anon_sym_sealed] = ACTIONS(500), + [anon_sym_non_DASHsealed] = ACTIONS(498), + [anon_sym_record] = ACTIONS(500), + [anon_sym_ATinterface] = ACTIONS(498), + [anon_sym_interface] = ACTIONS(500), + [anon_sym_byte] = ACTIONS(500), + [anon_sym_short] = ACTIONS(500), + [anon_sym_int] = ACTIONS(500), + [anon_sym_long] = ACTIONS(500), + [anon_sym_char] = ACTIONS(500), + [anon_sym_float] = ACTIONS(500), + [anon_sym_double] = ACTIONS(500), + [sym_boolean_type] = ACTIONS(500), + [sym_void_type] = ACTIONS(500), + [sym_this] = ACTIONS(500), + [sym_super] = ACTIONS(500), + [sym_line_comment] = ACTIONS(3), + [sym_block_comment] = ACTIONS(3), + }, + [207] = { + [ts_builtin_sym_end] = ACTIONS(502), + [sym_identifier] = ACTIONS(504), + [sym_decimal_integer_literal] = ACTIONS(504), + [sym_hex_integer_literal] = ACTIONS(504), + [sym_octal_integer_literal] = ACTIONS(504), + [sym_binary_integer_literal] = ACTIONS(502), + [sym_decimal_floating_point_literal] = ACTIONS(502), + [sym_hex_floating_point_literal] = ACTIONS(504), + [sym_true] = ACTIONS(504), + [sym_false] = ACTIONS(504), + [sym_character_literal] = ACTIONS(502), + [anon_sym_DQUOTE] = ACTIONS(504), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(502), + [sym_null_literal] = ACTIONS(504), + [anon_sym_LPAREN] = ACTIONS(502), + [anon_sym_LT] = ACTIONS(502), + [anon_sym_PLUS] = ACTIONS(504), + [anon_sym_DASH] = ACTIONS(504), + [anon_sym_final] = ACTIONS(504), + [anon_sym_BANG] = ACTIONS(502), + [anon_sym_TILDE] = ACTIONS(502), + [anon_sym_PLUS_PLUS] = ACTIONS(502), + [anon_sym_DASH_DASH] = ACTIONS(502), + [anon_sym_new] = ACTIONS(504), + [anon_sym_class] = ACTIONS(504), + [anon_sym_switch] = ACTIONS(504), + [anon_sym_LBRACE] = ACTIONS(502), + [anon_sym_RBRACE] = ACTIONS(502), + [anon_sym_case] = ACTIONS(504), + [anon_sym_default] = ACTIONS(504), + [anon_sym_SEMI] = ACTIONS(502), + [anon_sym_assert] = ACTIONS(504), + [anon_sym_do] = ACTIONS(504), + [anon_sym_while] = ACTIONS(504), + [anon_sym_break] = ACTIONS(504), + [anon_sym_continue] = ACTIONS(504), + [anon_sym_return] = ACTIONS(504), + [anon_sym_yield] = ACTIONS(504), + [anon_sym_synchronized] = ACTIONS(504), + [anon_sym_throw] = ACTIONS(504), + [anon_sym_try] = ACTIONS(504), + [anon_sym_if] = ACTIONS(504), + [anon_sym_else] = ACTIONS(504), + [anon_sym_for] = ACTIONS(504), + [anon_sym_AT] = ACTIONS(504), + [anon_sym_open] = ACTIONS(504), + [anon_sym_module] = ACTIONS(504), + [anon_sym_static] = ACTIONS(504), + [anon_sym_with] = ACTIONS(504), + [anon_sym_package] = ACTIONS(504), + [anon_sym_import] = ACTIONS(504), + [anon_sym_enum] = ACTIONS(504), + [anon_sym_public] = ACTIONS(504), + [anon_sym_protected] = ACTIONS(504), + [anon_sym_private] = ACTIONS(504), + [anon_sym_abstract] = ACTIONS(504), + [anon_sym_strictfp] = ACTIONS(504), + [anon_sym_native] = ACTIONS(504), + [anon_sym_transient] = ACTIONS(504), + [anon_sym_volatile] = ACTIONS(504), + [anon_sym_sealed] = ACTIONS(504), + [anon_sym_non_DASHsealed] = ACTIONS(502), + [anon_sym_record] = ACTIONS(504), + [anon_sym_ATinterface] = ACTIONS(502), + [anon_sym_interface] = ACTIONS(504), + [anon_sym_byte] = ACTIONS(504), + [anon_sym_short] = ACTIONS(504), + [anon_sym_int] = ACTIONS(504), + [anon_sym_long] = ACTIONS(504), + [anon_sym_char] = ACTIONS(504), + [anon_sym_float] = ACTIONS(504), + [anon_sym_double] = ACTIONS(504), + [sym_boolean_type] = ACTIONS(504), + [sym_void_type] = ACTIONS(504), + [sym_this] = ACTIONS(504), + [sym_super] = ACTIONS(504), + [sym_line_comment] = ACTIONS(3), + [sym_block_comment] = ACTIONS(3), + }, + [208] = { + [ts_builtin_sym_end] = ACTIONS(506), + [sym_identifier] = ACTIONS(508), + [sym_decimal_integer_literal] = ACTIONS(508), + [sym_hex_integer_literal] = ACTIONS(508), + [sym_octal_integer_literal] = ACTIONS(508), + [sym_binary_integer_literal] = ACTIONS(506), + [sym_decimal_floating_point_literal] = ACTIONS(506), + [sym_hex_floating_point_literal] = ACTIONS(508), + [sym_true] = ACTIONS(508), + [sym_false] = ACTIONS(508), + [sym_character_literal] = ACTIONS(506), + [anon_sym_DQUOTE] = ACTIONS(508), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(506), + [sym_null_literal] = ACTIONS(508), + [anon_sym_LPAREN] = ACTIONS(506), + [anon_sym_LT] = ACTIONS(506), + [anon_sym_PLUS] = ACTIONS(508), + [anon_sym_DASH] = ACTIONS(508), + [anon_sym_final] = ACTIONS(508), + [anon_sym_BANG] = ACTIONS(506), + [anon_sym_TILDE] = ACTIONS(506), + [anon_sym_PLUS_PLUS] = ACTIONS(506), + [anon_sym_DASH_DASH] = ACTIONS(506), + [anon_sym_new] = ACTIONS(508), + [anon_sym_class] = ACTIONS(508), + [anon_sym_switch] = ACTIONS(508), + [anon_sym_LBRACE] = ACTIONS(506), + [anon_sym_RBRACE] = ACTIONS(506), + [anon_sym_case] = ACTIONS(508), + [anon_sym_default] = ACTIONS(508), + [anon_sym_SEMI] = ACTIONS(506), + [anon_sym_assert] = ACTIONS(508), + [anon_sym_do] = ACTIONS(508), + [anon_sym_while] = ACTIONS(508), + [anon_sym_break] = ACTIONS(508), + [anon_sym_continue] = ACTIONS(508), + [anon_sym_return] = ACTIONS(508), + [anon_sym_yield] = ACTIONS(508), + [anon_sym_synchronized] = ACTIONS(508), + [anon_sym_throw] = ACTIONS(508), + [anon_sym_try] = ACTIONS(508), + [anon_sym_if] = ACTIONS(508), + [anon_sym_else] = ACTIONS(508), + [anon_sym_for] = ACTIONS(508), + [anon_sym_AT] = ACTIONS(508), + [anon_sym_open] = ACTIONS(508), + [anon_sym_module] = ACTIONS(508), + [anon_sym_static] = ACTIONS(508), + [anon_sym_with] = ACTIONS(508), + [anon_sym_package] = ACTIONS(508), + [anon_sym_import] = ACTIONS(508), + [anon_sym_enum] = ACTIONS(508), + [anon_sym_public] = ACTIONS(508), + [anon_sym_protected] = ACTIONS(508), + [anon_sym_private] = ACTIONS(508), + [anon_sym_abstract] = ACTIONS(508), + [anon_sym_strictfp] = ACTIONS(508), + [anon_sym_native] = ACTIONS(508), + [anon_sym_transient] = ACTIONS(508), + [anon_sym_volatile] = ACTIONS(508), + [anon_sym_sealed] = ACTIONS(508), + [anon_sym_non_DASHsealed] = ACTIONS(506), + [anon_sym_record] = ACTIONS(508), + [anon_sym_ATinterface] = ACTIONS(506), + [anon_sym_interface] = ACTIONS(508), + [anon_sym_byte] = ACTIONS(508), + [anon_sym_short] = ACTIONS(508), + [anon_sym_int] = ACTIONS(508), + [anon_sym_long] = ACTIONS(508), + [anon_sym_char] = ACTIONS(508), + [anon_sym_float] = ACTIONS(508), + [anon_sym_double] = ACTIONS(508), + [sym_boolean_type] = ACTIONS(508), + [sym_void_type] = ACTIONS(508), + [sym_this] = ACTIONS(508), + [sym_super] = ACTIONS(508), + [sym_line_comment] = ACTIONS(3), + [sym_block_comment] = ACTIONS(3), + }, + [209] = { + [ts_builtin_sym_end] = ACTIONS(510), + [sym_identifier] = ACTIONS(512), + [sym_decimal_integer_literal] = ACTIONS(512), + [sym_hex_integer_literal] = ACTIONS(512), + [sym_octal_integer_literal] = ACTIONS(512), + [sym_binary_integer_literal] = ACTIONS(510), + [sym_decimal_floating_point_literal] = ACTIONS(510), + [sym_hex_floating_point_literal] = ACTIONS(512), + [sym_true] = ACTIONS(512), + [sym_false] = ACTIONS(512), + [sym_character_literal] = ACTIONS(510), + [anon_sym_DQUOTE] = ACTIONS(512), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(510), + [sym_null_literal] = ACTIONS(512), + [anon_sym_LPAREN] = ACTIONS(510), + [anon_sym_LT] = ACTIONS(510), + [anon_sym_PLUS] = ACTIONS(512), + [anon_sym_DASH] = ACTIONS(512), + [anon_sym_final] = ACTIONS(512), + [anon_sym_BANG] = ACTIONS(510), + [anon_sym_TILDE] = ACTIONS(510), + [anon_sym_PLUS_PLUS] = ACTIONS(510), + [anon_sym_DASH_DASH] = ACTIONS(510), + [anon_sym_new] = ACTIONS(512), + [anon_sym_class] = ACTIONS(512), + [anon_sym_switch] = ACTIONS(512), + [anon_sym_LBRACE] = ACTIONS(510), + [anon_sym_RBRACE] = ACTIONS(510), + [anon_sym_case] = ACTIONS(512), + [anon_sym_default] = ACTIONS(512), + [anon_sym_SEMI] = ACTIONS(510), + [anon_sym_assert] = ACTIONS(512), + [anon_sym_do] = ACTIONS(512), + [anon_sym_while] = ACTIONS(512), + [anon_sym_break] = ACTIONS(512), + [anon_sym_continue] = ACTIONS(512), + [anon_sym_return] = ACTIONS(512), + [anon_sym_yield] = ACTIONS(512), + [anon_sym_synchronized] = ACTIONS(512), + [anon_sym_throw] = ACTIONS(512), + [anon_sym_try] = ACTIONS(512), + [anon_sym_if] = ACTIONS(512), + [anon_sym_else] = ACTIONS(512), + [anon_sym_for] = ACTIONS(512), + [anon_sym_AT] = ACTIONS(512), + [anon_sym_open] = ACTIONS(512), + [anon_sym_module] = ACTIONS(512), + [anon_sym_static] = ACTIONS(512), + [anon_sym_with] = ACTIONS(512), + [anon_sym_package] = ACTIONS(512), + [anon_sym_import] = ACTIONS(512), + [anon_sym_enum] = ACTIONS(512), + [anon_sym_public] = ACTIONS(512), + [anon_sym_protected] = ACTIONS(512), + [anon_sym_private] = ACTIONS(512), + [anon_sym_abstract] = ACTIONS(512), + [anon_sym_strictfp] = ACTIONS(512), + [anon_sym_native] = ACTIONS(512), + [anon_sym_transient] = ACTIONS(512), + [anon_sym_volatile] = ACTIONS(512), + [anon_sym_sealed] = ACTIONS(512), + [anon_sym_non_DASHsealed] = ACTIONS(510), + [anon_sym_record] = ACTIONS(512), + [anon_sym_ATinterface] = ACTIONS(510), + [anon_sym_interface] = ACTIONS(512), + [anon_sym_byte] = ACTIONS(512), + [anon_sym_short] = ACTIONS(512), + [anon_sym_int] = ACTIONS(512), + [anon_sym_long] = ACTIONS(512), + [anon_sym_char] = ACTIONS(512), + [anon_sym_float] = ACTIONS(512), + [anon_sym_double] = ACTIONS(512), + [sym_boolean_type] = ACTIONS(512), + [sym_void_type] = ACTIONS(512), + [sym_this] = ACTIONS(512), + [sym_super] = ACTIONS(512), + [sym_line_comment] = ACTIONS(3), + [sym_block_comment] = ACTIONS(3), + }, + [210] = { + [ts_builtin_sym_end] = ACTIONS(514), + [sym_identifier] = ACTIONS(516), + [sym_decimal_integer_literal] = ACTIONS(516), + [sym_hex_integer_literal] = ACTIONS(516), + [sym_octal_integer_literal] = ACTIONS(516), + [sym_binary_integer_literal] = ACTIONS(514), + [sym_decimal_floating_point_literal] = ACTIONS(514), + [sym_hex_floating_point_literal] = ACTIONS(516), + [sym_true] = ACTIONS(516), + [sym_false] = ACTIONS(516), + [sym_character_literal] = ACTIONS(514), + [anon_sym_DQUOTE] = ACTIONS(516), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(514), + [sym_null_literal] = ACTIONS(516), + [anon_sym_LPAREN] = ACTIONS(514), + [anon_sym_LT] = ACTIONS(514), + [anon_sym_PLUS] = ACTIONS(516), + [anon_sym_DASH] = ACTIONS(516), + [anon_sym_final] = ACTIONS(516), + [anon_sym_BANG] = ACTIONS(514), + [anon_sym_TILDE] = ACTIONS(514), + [anon_sym_PLUS_PLUS] = ACTIONS(514), + [anon_sym_DASH_DASH] = ACTIONS(514), + [anon_sym_new] = ACTIONS(516), + [anon_sym_class] = ACTIONS(516), + [anon_sym_switch] = ACTIONS(516), + [anon_sym_LBRACE] = ACTIONS(514), + [anon_sym_RBRACE] = ACTIONS(514), + [anon_sym_case] = ACTIONS(516), + [anon_sym_default] = ACTIONS(516), + [anon_sym_SEMI] = ACTIONS(514), + [anon_sym_assert] = ACTIONS(516), + [anon_sym_do] = ACTIONS(516), + [anon_sym_while] = ACTIONS(516), + [anon_sym_break] = ACTIONS(516), + [anon_sym_continue] = ACTIONS(516), + [anon_sym_return] = ACTIONS(516), + [anon_sym_yield] = ACTIONS(516), + [anon_sym_synchronized] = ACTIONS(516), + [anon_sym_throw] = ACTIONS(516), + [anon_sym_try] = ACTIONS(516), + [anon_sym_if] = ACTIONS(516), + [anon_sym_else] = ACTIONS(516), + [anon_sym_for] = ACTIONS(516), + [anon_sym_AT] = ACTIONS(516), + [anon_sym_open] = ACTIONS(516), + [anon_sym_module] = ACTIONS(516), + [anon_sym_static] = ACTIONS(516), + [anon_sym_with] = ACTIONS(516), + [anon_sym_package] = ACTIONS(516), + [anon_sym_import] = ACTIONS(516), + [anon_sym_enum] = ACTIONS(516), + [anon_sym_public] = ACTIONS(516), + [anon_sym_protected] = ACTIONS(516), + [anon_sym_private] = ACTIONS(516), + [anon_sym_abstract] = ACTIONS(516), + [anon_sym_strictfp] = ACTIONS(516), + [anon_sym_native] = ACTIONS(516), + [anon_sym_transient] = ACTIONS(516), + [anon_sym_volatile] = ACTIONS(516), + [anon_sym_sealed] = ACTIONS(516), + [anon_sym_non_DASHsealed] = ACTIONS(514), + [anon_sym_record] = ACTIONS(516), + [anon_sym_ATinterface] = ACTIONS(514), + [anon_sym_interface] = ACTIONS(516), + [anon_sym_byte] = ACTIONS(516), + [anon_sym_short] = ACTIONS(516), + [anon_sym_int] = ACTIONS(516), + [anon_sym_long] = ACTIONS(516), + [anon_sym_char] = ACTIONS(516), + [anon_sym_float] = ACTIONS(516), + [anon_sym_double] = ACTIONS(516), + [sym_boolean_type] = ACTIONS(516), + [sym_void_type] = ACTIONS(516), + [sym_this] = ACTIONS(516), + [sym_super] = ACTIONS(516), + [sym_line_comment] = ACTIONS(3), + [sym_block_comment] = ACTIONS(3), + }, + [211] = { + [ts_builtin_sym_end] = ACTIONS(518), + [sym_identifier] = ACTIONS(520), + [sym_decimal_integer_literal] = ACTIONS(520), + [sym_hex_integer_literal] = ACTIONS(520), + [sym_octal_integer_literal] = ACTIONS(520), + [sym_binary_integer_literal] = ACTIONS(518), + [sym_decimal_floating_point_literal] = ACTIONS(518), + [sym_hex_floating_point_literal] = ACTIONS(520), + [sym_true] = ACTIONS(520), + [sym_false] = ACTIONS(520), + [sym_character_literal] = ACTIONS(518), + [anon_sym_DQUOTE] = ACTIONS(520), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(518), + [sym_null_literal] = ACTIONS(520), + [anon_sym_LPAREN] = ACTIONS(518), + [anon_sym_LT] = ACTIONS(518), + [anon_sym_PLUS] = ACTIONS(520), + [anon_sym_DASH] = ACTIONS(520), + [anon_sym_final] = ACTIONS(520), + [anon_sym_BANG] = ACTIONS(518), + [anon_sym_TILDE] = ACTIONS(518), + [anon_sym_PLUS_PLUS] = ACTIONS(518), + [anon_sym_DASH_DASH] = ACTIONS(518), + [anon_sym_new] = ACTIONS(520), + [anon_sym_class] = ACTIONS(520), + [anon_sym_switch] = ACTIONS(520), + [anon_sym_LBRACE] = ACTIONS(518), + [anon_sym_RBRACE] = ACTIONS(518), + [anon_sym_case] = ACTIONS(520), + [anon_sym_default] = ACTIONS(520), + [anon_sym_SEMI] = ACTIONS(518), + [anon_sym_assert] = ACTIONS(520), + [anon_sym_do] = ACTIONS(520), + [anon_sym_while] = ACTIONS(520), + [anon_sym_break] = ACTIONS(520), + [anon_sym_continue] = ACTIONS(520), + [anon_sym_return] = ACTIONS(520), + [anon_sym_yield] = ACTIONS(520), + [anon_sym_synchronized] = ACTIONS(520), + [anon_sym_throw] = ACTIONS(520), + [anon_sym_try] = ACTIONS(520), + [anon_sym_if] = ACTIONS(520), + [anon_sym_else] = ACTIONS(520), + [anon_sym_for] = ACTIONS(520), + [anon_sym_AT] = ACTIONS(520), + [anon_sym_open] = ACTIONS(520), + [anon_sym_module] = ACTIONS(520), + [anon_sym_static] = ACTIONS(520), + [anon_sym_with] = ACTIONS(520), + [anon_sym_package] = ACTIONS(520), + [anon_sym_import] = ACTIONS(520), + [anon_sym_enum] = ACTIONS(520), + [anon_sym_public] = ACTIONS(520), + [anon_sym_protected] = ACTIONS(520), + [anon_sym_private] = ACTIONS(520), + [anon_sym_abstract] = ACTIONS(520), + [anon_sym_strictfp] = ACTIONS(520), + [anon_sym_native] = ACTIONS(520), + [anon_sym_transient] = ACTIONS(520), + [anon_sym_volatile] = ACTIONS(520), + [anon_sym_sealed] = ACTIONS(520), + [anon_sym_non_DASHsealed] = ACTIONS(518), + [anon_sym_record] = ACTIONS(520), + [anon_sym_ATinterface] = ACTIONS(518), + [anon_sym_interface] = ACTIONS(520), + [anon_sym_byte] = ACTIONS(520), + [anon_sym_short] = ACTIONS(520), + [anon_sym_int] = ACTIONS(520), + [anon_sym_long] = ACTIONS(520), + [anon_sym_char] = ACTIONS(520), + [anon_sym_float] = ACTIONS(520), + [anon_sym_double] = ACTIONS(520), + [sym_boolean_type] = ACTIONS(520), + [sym_void_type] = ACTIONS(520), + [sym_this] = ACTIONS(520), + [sym_super] = ACTIONS(520), + [sym_line_comment] = ACTIONS(3), + [sym_block_comment] = ACTIONS(3), + }, + [212] = { + [ts_builtin_sym_end] = ACTIONS(522), + [sym_identifier] = ACTIONS(524), + [sym_decimal_integer_literal] = ACTIONS(524), + [sym_hex_integer_literal] = ACTIONS(524), + [sym_octal_integer_literal] = ACTIONS(524), + [sym_binary_integer_literal] = ACTIONS(522), + [sym_decimal_floating_point_literal] = ACTIONS(522), + [sym_hex_floating_point_literal] = ACTIONS(524), + [sym_true] = ACTIONS(524), + [sym_false] = ACTIONS(524), + [sym_character_literal] = ACTIONS(522), + [anon_sym_DQUOTE] = ACTIONS(524), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(522), + [sym_null_literal] = ACTIONS(524), + [anon_sym_LPAREN] = ACTIONS(522), + [anon_sym_LT] = ACTIONS(522), + [anon_sym_PLUS] = ACTIONS(524), + [anon_sym_DASH] = ACTIONS(524), + [anon_sym_final] = ACTIONS(524), + [anon_sym_BANG] = ACTIONS(522), + [anon_sym_TILDE] = ACTIONS(522), + [anon_sym_PLUS_PLUS] = ACTIONS(522), + [anon_sym_DASH_DASH] = ACTIONS(522), + [anon_sym_new] = ACTIONS(524), + [anon_sym_class] = ACTIONS(524), + [anon_sym_switch] = ACTIONS(524), + [anon_sym_LBRACE] = ACTIONS(522), + [anon_sym_RBRACE] = ACTIONS(522), + [anon_sym_case] = ACTIONS(524), + [anon_sym_default] = ACTIONS(524), + [anon_sym_SEMI] = ACTIONS(522), + [anon_sym_assert] = ACTIONS(524), + [anon_sym_do] = ACTIONS(524), + [anon_sym_while] = ACTIONS(524), + [anon_sym_break] = ACTIONS(524), + [anon_sym_continue] = ACTIONS(524), + [anon_sym_return] = ACTIONS(524), + [anon_sym_yield] = ACTIONS(524), + [anon_sym_synchronized] = ACTIONS(524), + [anon_sym_throw] = ACTIONS(524), + [anon_sym_try] = ACTIONS(524), + [anon_sym_if] = ACTIONS(524), + [anon_sym_else] = ACTIONS(524), + [anon_sym_for] = ACTIONS(524), + [anon_sym_AT] = ACTIONS(524), + [anon_sym_open] = ACTIONS(524), + [anon_sym_module] = ACTIONS(524), + [anon_sym_static] = ACTIONS(524), + [anon_sym_with] = ACTIONS(524), + [anon_sym_package] = ACTIONS(524), + [anon_sym_import] = ACTIONS(524), + [anon_sym_enum] = ACTIONS(524), + [anon_sym_public] = ACTIONS(524), + [anon_sym_protected] = ACTIONS(524), + [anon_sym_private] = ACTIONS(524), + [anon_sym_abstract] = ACTIONS(524), + [anon_sym_strictfp] = ACTIONS(524), + [anon_sym_native] = ACTIONS(524), + [anon_sym_transient] = ACTIONS(524), + [anon_sym_volatile] = ACTIONS(524), + [anon_sym_sealed] = ACTIONS(524), + [anon_sym_non_DASHsealed] = ACTIONS(522), + [anon_sym_record] = ACTIONS(524), + [anon_sym_ATinterface] = ACTIONS(522), + [anon_sym_interface] = ACTIONS(524), + [anon_sym_byte] = ACTIONS(524), + [anon_sym_short] = ACTIONS(524), + [anon_sym_int] = ACTIONS(524), + [anon_sym_long] = ACTIONS(524), + [anon_sym_char] = ACTIONS(524), + [anon_sym_float] = ACTIONS(524), + [anon_sym_double] = ACTIONS(524), + [sym_boolean_type] = ACTIONS(524), + [sym_void_type] = ACTIONS(524), + [sym_this] = ACTIONS(524), + [sym_super] = ACTIONS(524), + [sym_line_comment] = ACTIONS(3), + [sym_block_comment] = ACTIONS(3), + }, + [213] = { + [ts_builtin_sym_end] = ACTIONS(526), + [sym_identifier] = ACTIONS(528), + [sym_decimal_integer_literal] = ACTIONS(528), + [sym_hex_integer_literal] = ACTIONS(528), + [sym_octal_integer_literal] = ACTIONS(528), + [sym_binary_integer_literal] = ACTIONS(526), + [sym_decimal_floating_point_literal] = ACTIONS(526), + [sym_hex_floating_point_literal] = ACTIONS(528), + [sym_true] = ACTIONS(528), + [sym_false] = ACTIONS(528), + [sym_character_literal] = ACTIONS(526), + [anon_sym_DQUOTE] = ACTIONS(528), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(526), + [sym_null_literal] = ACTIONS(528), + [anon_sym_LPAREN] = ACTIONS(526), + [anon_sym_LT] = ACTIONS(526), + [anon_sym_PLUS] = ACTIONS(528), + [anon_sym_DASH] = ACTIONS(528), + [anon_sym_final] = ACTIONS(528), + [anon_sym_BANG] = ACTIONS(526), + [anon_sym_TILDE] = ACTIONS(526), + [anon_sym_PLUS_PLUS] = ACTIONS(526), + [anon_sym_DASH_DASH] = ACTIONS(526), + [anon_sym_new] = ACTIONS(528), + [anon_sym_class] = ACTIONS(528), + [anon_sym_switch] = ACTIONS(528), + [anon_sym_LBRACE] = ACTIONS(526), + [anon_sym_RBRACE] = ACTIONS(526), + [anon_sym_case] = ACTIONS(528), + [anon_sym_default] = ACTIONS(528), + [anon_sym_SEMI] = ACTIONS(526), + [anon_sym_assert] = ACTIONS(528), + [anon_sym_do] = ACTIONS(528), + [anon_sym_while] = ACTIONS(528), + [anon_sym_break] = ACTIONS(528), + [anon_sym_continue] = ACTIONS(528), + [anon_sym_return] = ACTIONS(528), + [anon_sym_yield] = ACTIONS(528), + [anon_sym_synchronized] = ACTIONS(528), + [anon_sym_throw] = ACTIONS(528), + [anon_sym_try] = ACTIONS(528), + [anon_sym_if] = ACTIONS(528), + [anon_sym_else] = ACTIONS(528), + [anon_sym_for] = ACTIONS(528), + [anon_sym_AT] = ACTIONS(528), + [anon_sym_open] = ACTIONS(528), + [anon_sym_module] = ACTIONS(528), + [anon_sym_static] = ACTIONS(528), + [anon_sym_with] = ACTIONS(528), + [anon_sym_package] = ACTIONS(528), + [anon_sym_import] = ACTIONS(528), + [anon_sym_enum] = ACTIONS(528), + [anon_sym_public] = ACTIONS(528), + [anon_sym_protected] = ACTIONS(528), + [anon_sym_private] = ACTIONS(528), + [anon_sym_abstract] = ACTIONS(528), + [anon_sym_strictfp] = ACTIONS(528), + [anon_sym_native] = ACTIONS(528), + [anon_sym_transient] = ACTIONS(528), + [anon_sym_volatile] = ACTIONS(528), + [anon_sym_sealed] = ACTIONS(528), + [anon_sym_non_DASHsealed] = ACTIONS(526), + [anon_sym_record] = ACTIONS(528), + [anon_sym_ATinterface] = ACTIONS(526), + [anon_sym_interface] = ACTIONS(528), + [anon_sym_byte] = ACTIONS(528), + [anon_sym_short] = ACTIONS(528), + [anon_sym_int] = ACTIONS(528), + [anon_sym_long] = ACTIONS(528), + [anon_sym_char] = ACTIONS(528), + [anon_sym_float] = ACTIONS(528), + [anon_sym_double] = ACTIONS(528), + [sym_boolean_type] = ACTIONS(528), + [sym_void_type] = ACTIONS(528), + [sym_this] = ACTIONS(528), + [sym_super] = ACTIONS(528), + [sym_line_comment] = ACTIONS(3), + [sym_block_comment] = ACTIONS(3), + }, + [214] = { + [ts_builtin_sym_end] = ACTIONS(530), + [sym_identifier] = ACTIONS(532), + [sym_decimal_integer_literal] = ACTIONS(532), + [sym_hex_integer_literal] = ACTIONS(532), + [sym_octal_integer_literal] = ACTIONS(532), + [sym_binary_integer_literal] = ACTIONS(530), + [sym_decimal_floating_point_literal] = ACTIONS(530), + [sym_hex_floating_point_literal] = ACTIONS(532), + [sym_true] = ACTIONS(532), + [sym_false] = ACTIONS(532), + [sym_character_literal] = ACTIONS(530), + [anon_sym_DQUOTE] = ACTIONS(532), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(530), + [sym_null_literal] = ACTIONS(532), + [anon_sym_LPAREN] = ACTIONS(530), + [anon_sym_LT] = ACTIONS(530), + [anon_sym_PLUS] = ACTIONS(532), + [anon_sym_DASH] = ACTIONS(532), + [anon_sym_final] = ACTIONS(532), + [anon_sym_BANG] = ACTIONS(530), + [anon_sym_TILDE] = ACTIONS(530), + [anon_sym_PLUS_PLUS] = ACTIONS(530), + [anon_sym_DASH_DASH] = ACTIONS(530), + [anon_sym_new] = ACTIONS(532), + [anon_sym_class] = ACTIONS(532), + [anon_sym_switch] = ACTIONS(532), + [anon_sym_LBRACE] = ACTIONS(530), + [anon_sym_RBRACE] = ACTIONS(530), + [anon_sym_case] = ACTIONS(532), + [anon_sym_default] = ACTIONS(532), + [anon_sym_SEMI] = ACTIONS(530), + [anon_sym_assert] = ACTIONS(532), + [anon_sym_do] = ACTIONS(532), + [anon_sym_while] = ACTIONS(532), + [anon_sym_break] = ACTIONS(532), + [anon_sym_continue] = ACTIONS(532), + [anon_sym_return] = ACTIONS(532), + [anon_sym_yield] = ACTIONS(532), + [anon_sym_synchronized] = ACTIONS(532), + [anon_sym_throw] = ACTIONS(532), + [anon_sym_try] = ACTIONS(532), + [anon_sym_if] = ACTIONS(532), + [anon_sym_else] = ACTIONS(532), + [anon_sym_for] = ACTIONS(532), + [anon_sym_AT] = ACTIONS(532), + [anon_sym_open] = ACTIONS(532), + [anon_sym_module] = ACTIONS(532), + [anon_sym_static] = ACTIONS(532), + [anon_sym_with] = ACTIONS(532), + [anon_sym_package] = ACTIONS(532), + [anon_sym_import] = ACTIONS(532), + [anon_sym_enum] = ACTIONS(532), + [anon_sym_public] = ACTIONS(532), + [anon_sym_protected] = ACTIONS(532), + [anon_sym_private] = ACTIONS(532), + [anon_sym_abstract] = ACTIONS(532), + [anon_sym_strictfp] = ACTIONS(532), + [anon_sym_native] = ACTIONS(532), + [anon_sym_transient] = ACTIONS(532), + [anon_sym_volatile] = ACTIONS(532), + [anon_sym_sealed] = ACTIONS(532), + [anon_sym_non_DASHsealed] = ACTIONS(530), + [anon_sym_record] = ACTIONS(532), + [anon_sym_ATinterface] = ACTIONS(530), + [anon_sym_interface] = ACTIONS(532), + [anon_sym_byte] = ACTIONS(532), + [anon_sym_short] = ACTIONS(532), + [anon_sym_int] = ACTIONS(532), + [anon_sym_long] = ACTIONS(532), + [anon_sym_char] = ACTIONS(532), + [anon_sym_float] = ACTIONS(532), + [anon_sym_double] = ACTIONS(532), + [sym_boolean_type] = ACTIONS(532), + [sym_void_type] = ACTIONS(532), + [sym_this] = ACTIONS(532), + [sym_super] = ACTIONS(532), + [sym_line_comment] = ACTIONS(3), + [sym_block_comment] = ACTIONS(3), + }, + [215] = { + [ts_builtin_sym_end] = ACTIONS(534), + [sym_identifier] = ACTIONS(536), + [sym_decimal_integer_literal] = ACTIONS(536), + [sym_hex_integer_literal] = ACTIONS(536), + [sym_octal_integer_literal] = ACTIONS(536), + [sym_binary_integer_literal] = ACTIONS(534), + [sym_decimal_floating_point_literal] = ACTIONS(534), + [sym_hex_floating_point_literal] = ACTIONS(536), + [sym_true] = ACTIONS(536), + [sym_false] = ACTIONS(536), + [sym_character_literal] = ACTIONS(534), + [anon_sym_DQUOTE] = ACTIONS(536), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(534), + [sym_null_literal] = ACTIONS(536), + [anon_sym_LPAREN] = ACTIONS(534), + [anon_sym_LT] = ACTIONS(534), + [anon_sym_PLUS] = ACTIONS(536), + [anon_sym_DASH] = ACTIONS(536), + [anon_sym_final] = ACTIONS(536), + [anon_sym_BANG] = ACTIONS(534), + [anon_sym_TILDE] = ACTIONS(534), + [anon_sym_PLUS_PLUS] = ACTIONS(534), + [anon_sym_DASH_DASH] = ACTIONS(534), + [anon_sym_new] = ACTIONS(536), + [anon_sym_class] = ACTIONS(536), + [anon_sym_switch] = ACTIONS(536), + [anon_sym_LBRACE] = ACTIONS(534), + [anon_sym_RBRACE] = ACTIONS(534), + [anon_sym_case] = ACTIONS(536), + [anon_sym_default] = ACTIONS(536), + [anon_sym_SEMI] = ACTIONS(534), + [anon_sym_assert] = ACTIONS(536), + [anon_sym_do] = ACTIONS(536), + [anon_sym_while] = ACTIONS(536), + [anon_sym_break] = ACTIONS(536), + [anon_sym_continue] = ACTIONS(536), + [anon_sym_return] = ACTIONS(536), + [anon_sym_yield] = ACTIONS(536), + [anon_sym_synchronized] = ACTIONS(536), + [anon_sym_throw] = ACTIONS(536), + [anon_sym_try] = ACTIONS(536), + [anon_sym_if] = ACTIONS(536), + [anon_sym_else] = ACTIONS(536), + [anon_sym_for] = ACTIONS(536), + [anon_sym_AT] = ACTIONS(536), + [anon_sym_open] = ACTIONS(536), + [anon_sym_module] = ACTIONS(536), + [anon_sym_static] = ACTIONS(536), + [anon_sym_with] = ACTIONS(536), + [anon_sym_package] = ACTIONS(536), + [anon_sym_import] = ACTIONS(536), + [anon_sym_enum] = ACTIONS(536), + [anon_sym_public] = ACTIONS(536), + [anon_sym_protected] = ACTIONS(536), + [anon_sym_private] = ACTIONS(536), + [anon_sym_abstract] = ACTIONS(536), + [anon_sym_strictfp] = ACTIONS(536), + [anon_sym_native] = ACTIONS(536), + [anon_sym_transient] = ACTIONS(536), + [anon_sym_volatile] = ACTIONS(536), + [anon_sym_sealed] = ACTIONS(536), + [anon_sym_non_DASHsealed] = ACTIONS(534), + [anon_sym_record] = ACTIONS(536), + [anon_sym_ATinterface] = ACTIONS(534), + [anon_sym_interface] = ACTIONS(536), + [anon_sym_byte] = ACTIONS(536), + [anon_sym_short] = ACTIONS(536), + [anon_sym_int] = ACTIONS(536), + [anon_sym_long] = ACTIONS(536), + [anon_sym_char] = ACTIONS(536), + [anon_sym_float] = ACTIONS(536), + [anon_sym_double] = ACTIONS(536), + [sym_boolean_type] = ACTIONS(536), + [sym_void_type] = ACTIONS(536), + [sym_this] = ACTIONS(536), + [sym_super] = ACTIONS(536), + [sym_line_comment] = ACTIONS(3), + [sym_block_comment] = ACTIONS(3), + }, + [216] = { + [ts_builtin_sym_end] = ACTIONS(538), + [sym_identifier] = ACTIONS(540), + [sym_decimal_integer_literal] = ACTIONS(540), + [sym_hex_integer_literal] = ACTIONS(540), + [sym_octal_integer_literal] = ACTIONS(540), + [sym_binary_integer_literal] = ACTIONS(538), + [sym_decimal_floating_point_literal] = ACTIONS(538), + [sym_hex_floating_point_literal] = ACTIONS(540), + [sym_true] = ACTIONS(540), + [sym_false] = ACTIONS(540), + [sym_character_literal] = ACTIONS(538), + [anon_sym_DQUOTE] = ACTIONS(540), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(538), + [sym_null_literal] = ACTIONS(540), + [anon_sym_LPAREN] = ACTIONS(538), + [anon_sym_LT] = ACTIONS(538), + [anon_sym_PLUS] = ACTIONS(540), + [anon_sym_DASH] = ACTIONS(540), + [anon_sym_final] = ACTIONS(540), + [anon_sym_BANG] = ACTIONS(538), + [anon_sym_TILDE] = ACTIONS(538), + [anon_sym_PLUS_PLUS] = ACTIONS(538), + [anon_sym_DASH_DASH] = ACTIONS(538), + [anon_sym_new] = ACTIONS(540), + [anon_sym_class] = ACTIONS(540), + [anon_sym_switch] = ACTIONS(540), + [anon_sym_LBRACE] = ACTIONS(538), + [anon_sym_RBRACE] = ACTIONS(538), + [anon_sym_case] = ACTIONS(540), + [anon_sym_default] = ACTIONS(540), + [anon_sym_SEMI] = ACTIONS(538), + [anon_sym_assert] = ACTIONS(540), + [anon_sym_do] = ACTIONS(540), + [anon_sym_while] = ACTIONS(540), + [anon_sym_break] = ACTIONS(540), + [anon_sym_continue] = ACTIONS(540), + [anon_sym_return] = ACTIONS(540), + [anon_sym_yield] = ACTIONS(540), + [anon_sym_synchronized] = ACTIONS(540), + [anon_sym_throw] = ACTIONS(540), + [anon_sym_try] = ACTIONS(540), + [anon_sym_if] = ACTIONS(540), + [anon_sym_else] = ACTIONS(540), + [anon_sym_for] = ACTIONS(540), + [anon_sym_AT] = ACTIONS(540), + [anon_sym_open] = ACTIONS(540), + [anon_sym_module] = ACTIONS(540), + [anon_sym_static] = ACTIONS(540), + [anon_sym_with] = ACTIONS(540), + [anon_sym_package] = ACTIONS(540), + [anon_sym_import] = ACTIONS(540), + [anon_sym_enum] = ACTIONS(540), + [anon_sym_public] = ACTIONS(540), + [anon_sym_protected] = ACTIONS(540), + [anon_sym_private] = ACTIONS(540), + [anon_sym_abstract] = ACTIONS(540), + [anon_sym_strictfp] = ACTIONS(540), + [anon_sym_native] = ACTIONS(540), + [anon_sym_transient] = ACTIONS(540), + [anon_sym_volatile] = ACTIONS(540), + [anon_sym_sealed] = ACTIONS(540), + [anon_sym_non_DASHsealed] = ACTIONS(538), + [anon_sym_record] = ACTIONS(540), + [anon_sym_ATinterface] = ACTIONS(538), + [anon_sym_interface] = ACTIONS(540), + [anon_sym_byte] = ACTIONS(540), + [anon_sym_short] = ACTIONS(540), + [anon_sym_int] = ACTIONS(540), + [anon_sym_long] = ACTIONS(540), + [anon_sym_char] = ACTIONS(540), + [anon_sym_float] = ACTIONS(540), + [anon_sym_double] = ACTIONS(540), + [sym_boolean_type] = ACTIONS(540), + [sym_void_type] = ACTIONS(540), + [sym_this] = ACTIONS(540), + [sym_super] = ACTIONS(540), + [sym_line_comment] = ACTIONS(3), + [sym_block_comment] = ACTIONS(3), + }, + [217] = { + [ts_builtin_sym_end] = ACTIONS(542), + [sym_identifier] = ACTIONS(544), + [sym_decimal_integer_literal] = ACTIONS(544), + [sym_hex_integer_literal] = ACTIONS(544), + [sym_octal_integer_literal] = ACTIONS(544), + [sym_binary_integer_literal] = ACTIONS(542), + [sym_decimal_floating_point_literal] = ACTIONS(542), + [sym_hex_floating_point_literal] = ACTIONS(544), + [sym_true] = ACTIONS(544), + [sym_false] = ACTIONS(544), + [sym_character_literal] = ACTIONS(542), + [anon_sym_DQUOTE] = ACTIONS(544), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(542), + [sym_null_literal] = ACTIONS(544), + [anon_sym_LPAREN] = ACTIONS(542), + [anon_sym_LT] = ACTIONS(542), + [anon_sym_PLUS] = ACTIONS(544), + [anon_sym_DASH] = ACTIONS(544), + [anon_sym_final] = ACTIONS(544), + [anon_sym_BANG] = ACTIONS(542), + [anon_sym_TILDE] = ACTIONS(542), + [anon_sym_PLUS_PLUS] = ACTIONS(542), + [anon_sym_DASH_DASH] = ACTIONS(542), + [anon_sym_new] = ACTIONS(544), + [anon_sym_class] = ACTIONS(544), + [anon_sym_switch] = ACTIONS(544), + [anon_sym_LBRACE] = ACTIONS(542), + [anon_sym_RBRACE] = ACTIONS(542), + [anon_sym_case] = ACTIONS(544), + [anon_sym_default] = ACTIONS(544), + [anon_sym_SEMI] = ACTIONS(542), + [anon_sym_assert] = ACTIONS(544), + [anon_sym_do] = ACTIONS(544), + [anon_sym_while] = ACTIONS(544), + [anon_sym_break] = ACTIONS(544), + [anon_sym_continue] = ACTIONS(544), + [anon_sym_return] = ACTIONS(544), + [anon_sym_yield] = ACTIONS(544), + [anon_sym_synchronized] = ACTIONS(544), + [anon_sym_throw] = ACTIONS(544), + [anon_sym_try] = ACTIONS(544), + [anon_sym_if] = ACTIONS(544), + [anon_sym_else] = ACTIONS(544), + [anon_sym_for] = ACTIONS(544), + [anon_sym_AT] = ACTIONS(544), + [anon_sym_open] = ACTIONS(544), + [anon_sym_module] = ACTIONS(544), + [anon_sym_static] = ACTIONS(544), + [anon_sym_with] = ACTIONS(544), + [anon_sym_package] = ACTIONS(544), + [anon_sym_import] = ACTIONS(544), + [anon_sym_enum] = ACTIONS(544), + [anon_sym_public] = ACTIONS(544), + [anon_sym_protected] = ACTIONS(544), + [anon_sym_private] = ACTIONS(544), + [anon_sym_abstract] = ACTIONS(544), + [anon_sym_strictfp] = ACTIONS(544), + [anon_sym_native] = ACTIONS(544), + [anon_sym_transient] = ACTIONS(544), + [anon_sym_volatile] = ACTIONS(544), + [anon_sym_sealed] = ACTIONS(544), + [anon_sym_non_DASHsealed] = ACTIONS(542), + [anon_sym_record] = ACTIONS(544), + [anon_sym_ATinterface] = ACTIONS(542), + [anon_sym_interface] = ACTIONS(544), + [anon_sym_byte] = ACTIONS(544), + [anon_sym_short] = ACTIONS(544), + [anon_sym_int] = ACTIONS(544), + [anon_sym_long] = ACTIONS(544), + [anon_sym_char] = ACTIONS(544), + [anon_sym_float] = ACTIONS(544), + [anon_sym_double] = ACTIONS(544), + [sym_boolean_type] = ACTIONS(544), + [sym_void_type] = ACTIONS(544), + [sym_this] = ACTIONS(544), + [sym_super] = ACTIONS(544), + [sym_line_comment] = ACTIONS(3), + [sym_block_comment] = ACTIONS(3), + }, + [218] = { + [ts_builtin_sym_end] = ACTIONS(546), + [sym_identifier] = ACTIONS(548), + [sym_decimal_integer_literal] = ACTIONS(548), + [sym_hex_integer_literal] = ACTIONS(548), + [sym_octal_integer_literal] = ACTIONS(548), + [sym_binary_integer_literal] = ACTIONS(546), + [sym_decimal_floating_point_literal] = ACTIONS(546), + [sym_hex_floating_point_literal] = ACTIONS(548), + [sym_true] = ACTIONS(548), + [sym_false] = ACTIONS(548), + [sym_character_literal] = ACTIONS(546), + [anon_sym_DQUOTE] = ACTIONS(548), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(546), + [sym_null_literal] = ACTIONS(548), + [anon_sym_LPAREN] = ACTIONS(546), + [anon_sym_LT] = ACTIONS(546), + [anon_sym_PLUS] = ACTIONS(548), + [anon_sym_DASH] = ACTIONS(548), + [anon_sym_final] = ACTIONS(548), + [anon_sym_BANG] = ACTIONS(546), + [anon_sym_TILDE] = ACTIONS(546), + [anon_sym_PLUS_PLUS] = ACTIONS(546), + [anon_sym_DASH_DASH] = ACTIONS(546), + [anon_sym_new] = ACTIONS(548), + [anon_sym_class] = ACTIONS(548), + [anon_sym_switch] = ACTIONS(548), + [anon_sym_LBRACE] = ACTIONS(546), + [anon_sym_RBRACE] = ACTIONS(546), + [anon_sym_case] = ACTIONS(548), + [anon_sym_default] = ACTIONS(548), + [anon_sym_SEMI] = ACTIONS(546), + [anon_sym_assert] = ACTIONS(548), + [anon_sym_do] = ACTIONS(548), + [anon_sym_while] = ACTIONS(548), + [anon_sym_break] = ACTIONS(548), + [anon_sym_continue] = ACTIONS(548), + [anon_sym_return] = ACTIONS(548), + [anon_sym_yield] = ACTIONS(548), + [anon_sym_synchronized] = ACTIONS(548), + [anon_sym_throw] = ACTIONS(548), + [anon_sym_try] = ACTIONS(548), + [anon_sym_if] = ACTIONS(548), + [anon_sym_else] = ACTIONS(548), + [anon_sym_for] = ACTIONS(548), + [anon_sym_AT] = ACTIONS(548), + [anon_sym_open] = ACTIONS(548), + [anon_sym_module] = ACTIONS(548), + [anon_sym_static] = ACTIONS(548), + [anon_sym_with] = ACTIONS(548), + [anon_sym_package] = ACTIONS(548), + [anon_sym_import] = ACTIONS(548), + [anon_sym_enum] = ACTIONS(548), + [anon_sym_public] = ACTIONS(548), + [anon_sym_protected] = ACTIONS(548), + [anon_sym_private] = ACTIONS(548), + [anon_sym_abstract] = ACTIONS(548), + [anon_sym_strictfp] = ACTIONS(548), + [anon_sym_native] = ACTIONS(548), + [anon_sym_transient] = ACTIONS(548), + [anon_sym_volatile] = ACTIONS(548), + [anon_sym_sealed] = ACTIONS(548), + [anon_sym_non_DASHsealed] = ACTIONS(546), + [anon_sym_record] = ACTIONS(548), + [anon_sym_ATinterface] = ACTIONS(546), + [anon_sym_interface] = ACTIONS(548), + [anon_sym_byte] = ACTIONS(548), + [anon_sym_short] = ACTIONS(548), + [anon_sym_int] = ACTIONS(548), + [anon_sym_long] = ACTIONS(548), + [anon_sym_char] = ACTIONS(548), + [anon_sym_float] = ACTIONS(548), + [anon_sym_double] = ACTIONS(548), + [sym_boolean_type] = ACTIONS(548), + [sym_void_type] = ACTIONS(548), + [sym_this] = ACTIONS(548), + [sym_super] = ACTIONS(548), + [sym_line_comment] = ACTIONS(3), + [sym_block_comment] = ACTIONS(3), + }, + [219] = { + [ts_builtin_sym_end] = ACTIONS(550), + [sym_identifier] = ACTIONS(552), + [sym_decimal_integer_literal] = ACTIONS(552), + [sym_hex_integer_literal] = ACTIONS(552), + [sym_octal_integer_literal] = ACTIONS(552), + [sym_binary_integer_literal] = ACTIONS(550), + [sym_decimal_floating_point_literal] = ACTIONS(550), + [sym_hex_floating_point_literal] = ACTIONS(552), + [sym_true] = ACTIONS(552), + [sym_false] = ACTIONS(552), + [sym_character_literal] = ACTIONS(550), + [anon_sym_DQUOTE] = ACTIONS(552), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(550), + [sym_null_literal] = ACTIONS(552), + [anon_sym_LPAREN] = ACTIONS(550), + [anon_sym_LT] = ACTIONS(550), + [anon_sym_PLUS] = ACTIONS(552), + [anon_sym_DASH] = ACTIONS(552), + [anon_sym_final] = ACTIONS(552), + [anon_sym_BANG] = ACTIONS(550), + [anon_sym_TILDE] = ACTIONS(550), + [anon_sym_PLUS_PLUS] = ACTIONS(550), + [anon_sym_DASH_DASH] = ACTIONS(550), + [anon_sym_new] = ACTIONS(552), + [anon_sym_class] = ACTIONS(552), + [anon_sym_switch] = ACTIONS(552), + [anon_sym_LBRACE] = ACTIONS(550), + [anon_sym_RBRACE] = ACTIONS(550), + [anon_sym_case] = ACTIONS(552), + [anon_sym_default] = ACTIONS(552), + [anon_sym_SEMI] = ACTIONS(550), + [anon_sym_assert] = ACTIONS(552), + [anon_sym_do] = ACTIONS(552), + [anon_sym_while] = ACTIONS(552), + [anon_sym_break] = ACTIONS(552), + [anon_sym_continue] = ACTIONS(552), + [anon_sym_return] = ACTIONS(552), + [anon_sym_yield] = ACTIONS(552), + [anon_sym_synchronized] = ACTIONS(552), + [anon_sym_throw] = ACTIONS(552), + [anon_sym_try] = ACTIONS(552), + [anon_sym_if] = ACTIONS(552), + [anon_sym_else] = ACTIONS(552), + [anon_sym_for] = ACTIONS(552), + [anon_sym_AT] = ACTIONS(552), + [anon_sym_open] = ACTIONS(552), + [anon_sym_module] = ACTIONS(552), + [anon_sym_static] = ACTIONS(552), + [anon_sym_with] = ACTIONS(552), + [anon_sym_package] = ACTIONS(552), + [anon_sym_import] = ACTIONS(552), + [anon_sym_enum] = ACTIONS(552), + [anon_sym_public] = ACTIONS(552), + [anon_sym_protected] = ACTIONS(552), + [anon_sym_private] = ACTIONS(552), + [anon_sym_abstract] = ACTIONS(552), + [anon_sym_strictfp] = ACTIONS(552), + [anon_sym_native] = ACTIONS(552), + [anon_sym_transient] = ACTIONS(552), + [anon_sym_volatile] = ACTIONS(552), + [anon_sym_sealed] = ACTIONS(552), + [anon_sym_non_DASHsealed] = ACTIONS(550), + [anon_sym_record] = ACTIONS(552), + [anon_sym_ATinterface] = ACTIONS(550), + [anon_sym_interface] = ACTIONS(552), + [anon_sym_byte] = ACTIONS(552), + [anon_sym_short] = ACTIONS(552), + [anon_sym_int] = ACTIONS(552), + [anon_sym_long] = ACTIONS(552), + [anon_sym_char] = ACTIONS(552), + [anon_sym_float] = ACTIONS(552), + [anon_sym_double] = ACTIONS(552), + [sym_boolean_type] = ACTIONS(552), + [sym_void_type] = ACTIONS(552), + [sym_this] = ACTIONS(552), + [sym_super] = ACTIONS(552), + [sym_line_comment] = ACTIONS(3), + [sym_block_comment] = ACTIONS(3), + }, + [220] = { + [ts_builtin_sym_end] = ACTIONS(554), + [sym_identifier] = ACTIONS(556), + [sym_decimal_integer_literal] = ACTIONS(556), + [sym_hex_integer_literal] = ACTIONS(556), + [sym_octal_integer_literal] = ACTIONS(556), + [sym_binary_integer_literal] = ACTIONS(554), + [sym_decimal_floating_point_literal] = ACTIONS(554), + [sym_hex_floating_point_literal] = ACTIONS(556), + [sym_true] = ACTIONS(556), + [sym_false] = ACTIONS(556), + [sym_character_literal] = ACTIONS(554), + [anon_sym_DQUOTE] = ACTIONS(556), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(554), + [sym_null_literal] = ACTIONS(556), + [anon_sym_LPAREN] = ACTIONS(554), + [anon_sym_LT] = ACTIONS(554), + [anon_sym_PLUS] = ACTIONS(556), + [anon_sym_DASH] = ACTIONS(556), + [anon_sym_final] = ACTIONS(556), + [anon_sym_BANG] = ACTIONS(554), + [anon_sym_TILDE] = ACTIONS(554), + [anon_sym_PLUS_PLUS] = ACTIONS(554), + [anon_sym_DASH_DASH] = ACTIONS(554), + [anon_sym_new] = ACTIONS(556), + [anon_sym_class] = ACTIONS(556), + [anon_sym_switch] = ACTIONS(556), + [anon_sym_LBRACE] = ACTIONS(554), + [anon_sym_RBRACE] = ACTIONS(554), + [anon_sym_case] = ACTIONS(556), + [anon_sym_default] = ACTIONS(556), + [anon_sym_SEMI] = ACTIONS(554), + [anon_sym_assert] = ACTIONS(556), + [anon_sym_do] = ACTIONS(556), + [anon_sym_while] = ACTIONS(556), + [anon_sym_break] = ACTIONS(556), + [anon_sym_continue] = ACTIONS(556), + [anon_sym_return] = ACTIONS(556), + [anon_sym_yield] = ACTIONS(556), + [anon_sym_synchronized] = ACTIONS(556), + [anon_sym_throw] = ACTIONS(556), + [anon_sym_try] = ACTIONS(556), + [anon_sym_if] = ACTIONS(556), + [anon_sym_else] = ACTIONS(556), + [anon_sym_for] = ACTIONS(556), + [anon_sym_AT] = ACTIONS(556), + [anon_sym_open] = ACTIONS(556), + [anon_sym_module] = ACTIONS(556), + [anon_sym_static] = ACTIONS(556), + [anon_sym_with] = ACTIONS(556), + [anon_sym_package] = ACTIONS(556), + [anon_sym_import] = ACTIONS(556), + [anon_sym_enum] = ACTIONS(556), + [anon_sym_public] = ACTIONS(556), + [anon_sym_protected] = ACTIONS(556), + [anon_sym_private] = ACTIONS(556), + [anon_sym_abstract] = ACTIONS(556), + [anon_sym_strictfp] = ACTIONS(556), + [anon_sym_native] = ACTIONS(556), + [anon_sym_transient] = ACTIONS(556), + [anon_sym_volatile] = ACTIONS(556), + [anon_sym_sealed] = ACTIONS(556), + [anon_sym_non_DASHsealed] = ACTIONS(554), + [anon_sym_record] = ACTIONS(556), + [anon_sym_ATinterface] = ACTIONS(554), + [anon_sym_interface] = ACTIONS(556), + [anon_sym_byte] = ACTIONS(556), + [anon_sym_short] = ACTIONS(556), + [anon_sym_int] = ACTIONS(556), + [anon_sym_long] = ACTIONS(556), + [anon_sym_char] = ACTIONS(556), + [anon_sym_float] = ACTIONS(556), + [anon_sym_double] = ACTIONS(556), + [sym_boolean_type] = ACTIONS(556), + [sym_void_type] = ACTIONS(556), + [sym_this] = ACTIONS(556), + [sym_super] = ACTIONS(556), + [sym_line_comment] = ACTIONS(3), + [sym_block_comment] = ACTIONS(3), + }, + [221] = { + [ts_builtin_sym_end] = ACTIONS(558), + [sym_identifier] = ACTIONS(560), + [sym_decimal_integer_literal] = ACTIONS(560), + [sym_hex_integer_literal] = ACTIONS(560), + [sym_octal_integer_literal] = ACTIONS(560), + [sym_binary_integer_literal] = ACTIONS(558), + [sym_decimal_floating_point_literal] = ACTIONS(558), + [sym_hex_floating_point_literal] = ACTIONS(560), + [sym_true] = ACTIONS(560), + [sym_false] = ACTIONS(560), + [sym_character_literal] = ACTIONS(558), + [anon_sym_DQUOTE] = ACTIONS(560), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(558), + [sym_null_literal] = ACTIONS(560), + [anon_sym_LPAREN] = ACTIONS(558), + [anon_sym_LT] = ACTIONS(558), + [anon_sym_PLUS] = ACTIONS(560), + [anon_sym_DASH] = ACTIONS(560), + [anon_sym_final] = ACTIONS(560), + [anon_sym_BANG] = ACTIONS(558), + [anon_sym_TILDE] = ACTIONS(558), + [anon_sym_PLUS_PLUS] = ACTIONS(558), + [anon_sym_DASH_DASH] = ACTIONS(558), + [anon_sym_new] = ACTIONS(560), + [anon_sym_class] = ACTIONS(560), + [anon_sym_switch] = ACTIONS(560), + [anon_sym_LBRACE] = ACTIONS(558), + [anon_sym_RBRACE] = ACTIONS(558), + [anon_sym_case] = ACTIONS(560), + [anon_sym_default] = ACTIONS(560), + [anon_sym_SEMI] = ACTIONS(558), + [anon_sym_assert] = ACTIONS(560), + [anon_sym_do] = ACTIONS(560), + [anon_sym_while] = ACTIONS(560), + [anon_sym_break] = ACTIONS(560), + [anon_sym_continue] = ACTIONS(560), + [anon_sym_return] = ACTIONS(560), + [anon_sym_yield] = ACTIONS(560), + [anon_sym_synchronized] = ACTIONS(560), + [anon_sym_throw] = ACTIONS(560), + [anon_sym_try] = ACTIONS(560), + [anon_sym_if] = ACTIONS(560), + [anon_sym_else] = ACTIONS(560), + [anon_sym_for] = ACTIONS(560), + [anon_sym_AT] = ACTIONS(560), + [anon_sym_open] = ACTIONS(560), + [anon_sym_module] = ACTIONS(560), + [anon_sym_static] = ACTIONS(560), + [anon_sym_with] = ACTIONS(560), + [anon_sym_package] = ACTIONS(560), + [anon_sym_import] = ACTIONS(560), + [anon_sym_enum] = ACTIONS(560), + [anon_sym_public] = ACTIONS(560), + [anon_sym_protected] = ACTIONS(560), + [anon_sym_private] = ACTIONS(560), + [anon_sym_abstract] = ACTIONS(560), + [anon_sym_strictfp] = ACTIONS(560), + [anon_sym_native] = ACTIONS(560), + [anon_sym_transient] = ACTIONS(560), + [anon_sym_volatile] = ACTIONS(560), + [anon_sym_sealed] = ACTIONS(560), + [anon_sym_non_DASHsealed] = ACTIONS(558), + [anon_sym_record] = ACTIONS(560), + [anon_sym_ATinterface] = ACTIONS(558), + [anon_sym_interface] = ACTIONS(560), + [anon_sym_byte] = ACTIONS(560), + [anon_sym_short] = ACTIONS(560), + [anon_sym_int] = ACTIONS(560), + [anon_sym_long] = ACTIONS(560), + [anon_sym_char] = ACTIONS(560), + [anon_sym_float] = ACTIONS(560), + [anon_sym_double] = ACTIONS(560), + [sym_boolean_type] = ACTIONS(560), + [sym_void_type] = ACTIONS(560), + [sym_this] = ACTIONS(560), + [sym_super] = ACTIONS(560), + [sym_line_comment] = ACTIONS(3), + [sym_block_comment] = ACTIONS(3), + }, + [222] = { + [ts_builtin_sym_end] = ACTIONS(562), + [sym_identifier] = ACTIONS(564), + [sym_decimal_integer_literal] = ACTIONS(564), + [sym_hex_integer_literal] = ACTIONS(564), + [sym_octal_integer_literal] = ACTIONS(564), + [sym_binary_integer_literal] = ACTIONS(562), + [sym_decimal_floating_point_literal] = ACTIONS(562), + [sym_hex_floating_point_literal] = ACTIONS(564), + [sym_true] = ACTIONS(564), + [sym_false] = ACTIONS(564), + [sym_character_literal] = ACTIONS(562), + [anon_sym_DQUOTE] = ACTIONS(564), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(562), + [sym_null_literal] = ACTIONS(564), + [anon_sym_LPAREN] = ACTIONS(562), + [anon_sym_LT] = ACTIONS(562), + [anon_sym_PLUS] = ACTIONS(564), + [anon_sym_DASH] = ACTIONS(564), + [anon_sym_final] = ACTIONS(564), + [anon_sym_BANG] = ACTIONS(562), + [anon_sym_TILDE] = ACTIONS(562), + [anon_sym_PLUS_PLUS] = ACTIONS(562), + [anon_sym_DASH_DASH] = ACTIONS(562), + [anon_sym_new] = ACTIONS(564), + [anon_sym_class] = ACTIONS(564), + [anon_sym_switch] = ACTIONS(564), + [anon_sym_LBRACE] = ACTIONS(562), + [anon_sym_RBRACE] = ACTIONS(562), + [anon_sym_case] = ACTIONS(564), + [anon_sym_default] = ACTIONS(564), + [anon_sym_SEMI] = ACTIONS(562), + [anon_sym_assert] = ACTIONS(564), + [anon_sym_do] = ACTIONS(564), + [anon_sym_while] = ACTIONS(564), + [anon_sym_break] = ACTIONS(564), + [anon_sym_continue] = ACTIONS(564), + [anon_sym_return] = ACTIONS(564), + [anon_sym_yield] = ACTIONS(564), + [anon_sym_synchronized] = ACTIONS(564), + [anon_sym_throw] = ACTIONS(564), + [anon_sym_try] = ACTIONS(564), + [anon_sym_if] = ACTIONS(564), + [anon_sym_else] = ACTIONS(564), + [anon_sym_for] = ACTIONS(564), + [anon_sym_AT] = ACTIONS(564), + [anon_sym_open] = ACTIONS(564), + [anon_sym_module] = ACTIONS(564), + [anon_sym_static] = ACTIONS(564), + [anon_sym_with] = ACTIONS(564), + [anon_sym_package] = ACTIONS(564), + [anon_sym_import] = ACTIONS(564), + [anon_sym_enum] = ACTIONS(564), + [anon_sym_public] = ACTIONS(564), + [anon_sym_protected] = ACTIONS(564), + [anon_sym_private] = ACTIONS(564), + [anon_sym_abstract] = ACTIONS(564), + [anon_sym_strictfp] = ACTIONS(564), + [anon_sym_native] = ACTIONS(564), + [anon_sym_transient] = ACTIONS(564), + [anon_sym_volatile] = ACTIONS(564), + [anon_sym_sealed] = ACTIONS(564), + [anon_sym_non_DASHsealed] = ACTIONS(562), + [anon_sym_record] = ACTIONS(564), + [anon_sym_ATinterface] = ACTIONS(562), + [anon_sym_interface] = ACTIONS(564), + [anon_sym_byte] = ACTIONS(564), + [anon_sym_short] = ACTIONS(564), + [anon_sym_int] = ACTIONS(564), + [anon_sym_long] = ACTIONS(564), + [anon_sym_char] = ACTIONS(564), + [anon_sym_float] = ACTIONS(564), + [anon_sym_double] = ACTIONS(564), + [sym_boolean_type] = ACTIONS(564), + [sym_void_type] = ACTIONS(564), + [sym_this] = ACTIONS(564), + [sym_super] = ACTIONS(564), + [sym_line_comment] = ACTIONS(3), + [sym_block_comment] = ACTIONS(3), + }, + [223] = { + [ts_builtin_sym_end] = ACTIONS(566), + [sym_identifier] = ACTIONS(568), + [sym_decimal_integer_literal] = ACTIONS(568), + [sym_hex_integer_literal] = ACTIONS(568), + [sym_octal_integer_literal] = ACTIONS(568), + [sym_binary_integer_literal] = ACTIONS(566), + [sym_decimal_floating_point_literal] = ACTIONS(566), + [sym_hex_floating_point_literal] = ACTIONS(568), + [sym_true] = ACTIONS(568), + [sym_false] = ACTIONS(568), + [sym_character_literal] = ACTIONS(566), + [anon_sym_DQUOTE] = ACTIONS(568), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(566), + [sym_null_literal] = ACTIONS(568), + [anon_sym_LPAREN] = ACTIONS(566), + [anon_sym_LT] = ACTIONS(566), + [anon_sym_PLUS] = ACTIONS(568), + [anon_sym_DASH] = ACTIONS(568), + [anon_sym_final] = ACTIONS(568), + [anon_sym_BANG] = ACTIONS(566), + [anon_sym_TILDE] = ACTIONS(566), + [anon_sym_PLUS_PLUS] = ACTIONS(566), + [anon_sym_DASH_DASH] = ACTIONS(566), + [anon_sym_new] = ACTIONS(568), + [anon_sym_class] = ACTIONS(568), + [anon_sym_switch] = ACTIONS(568), + [anon_sym_LBRACE] = ACTIONS(566), + [anon_sym_RBRACE] = ACTIONS(566), + [anon_sym_case] = ACTIONS(568), + [anon_sym_default] = ACTIONS(568), + [anon_sym_SEMI] = ACTIONS(566), + [anon_sym_assert] = ACTIONS(568), + [anon_sym_do] = ACTIONS(568), + [anon_sym_while] = ACTIONS(568), + [anon_sym_break] = ACTIONS(568), + [anon_sym_continue] = ACTIONS(568), + [anon_sym_return] = ACTIONS(568), + [anon_sym_yield] = ACTIONS(568), + [anon_sym_synchronized] = ACTIONS(568), + [anon_sym_throw] = ACTIONS(568), + [anon_sym_try] = ACTIONS(568), + [anon_sym_if] = ACTIONS(568), + [anon_sym_else] = ACTIONS(568), + [anon_sym_for] = ACTIONS(568), + [anon_sym_AT] = ACTIONS(568), + [anon_sym_open] = ACTIONS(568), + [anon_sym_module] = ACTIONS(568), + [anon_sym_static] = ACTIONS(568), + [anon_sym_with] = ACTIONS(568), + [anon_sym_package] = ACTIONS(568), + [anon_sym_import] = ACTIONS(568), + [anon_sym_enum] = ACTIONS(568), + [anon_sym_public] = ACTIONS(568), + [anon_sym_protected] = ACTIONS(568), + [anon_sym_private] = ACTIONS(568), + [anon_sym_abstract] = ACTIONS(568), + [anon_sym_strictfp] = ACTIONS(568), + [anon_sym_native] = ACTIONS(568), + [anon_sym_transient] = ACTIONS(568), + [anon_sym_volatile] = ACTIONS(568), + [anon_sym_sealed] = ACTIONS(568), + [anon_sym_non_DASHsealed] = ACTIONS(566), + [anon_sym_record] = ACTIONS(568), + [anon_sym_ATinterface] = ACTIONS(566), + [anon_sym_interface] = ACTIONS(568), + [anon_sym_byte] = ACTIONS(568), + [anon_sym_short] = ACTIONS(568), + [anon_sym_int] = ACTIONS(568), + [anon_sym_long] = ACTIONS(568), + [anon_sym_char] = ACTIONS(568), + [anon_sym_float] = ACTIONS(568), + [anon_sym_double] = ACTIONS(568), + [sym_boolean_type] = ACTIONS(568), + [sym_void_type] = ACTIONS(568), + [sym_this] = ACTIONS(568), + [sym_super] = ACTIONS(568), + [sym_line_comment] = ACTIONS(3), + [sym_block_comment] = ACTIONS(3), + }, + [224] = { + [ts_builtin_sym_end] = ACTIONS(570), + [sym_identifier] = ACTIONS(572), + [sym_decimal_integer_literal] = ACTIONS(572), + [sym_hex_integer_literal] = ACTIONS(572), + [sym_octal_integer_literal] = ACTIONS(572), + [sym_binary_integer_literal] = ACTIONS(570), + [sym_decimal_floating_point_literal] = ACTIONS(570), + [sym_hex_floating_point_literal] = ACTIONS(572), + [sym_true] = ACTIONS(572), + [sym_false] = ACTIONS(572), + [sym_character_literal] = ACTIONS(570), + [anon_sym_DQUOTE] = ACTIONS(572), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(570), + [sym_null_literal] = ACTIONS(572), + [anon_sym_LPAREN] = ACTIONS(570), + [anon_sym_LT] = ACTIONS(570), + [anon_sym_PLUS] = ACTIONS(572), + [anon_sym_DASH] = ACTIONS(572), + [anon_sym_final] = ACTIONS(572), + [anon_sym_BANG] = ACTIONS(570), + [anon_sym_TILDE] = ACTIONS(570), + [anon_sym_PLUS_PLUS] = ACTIONS(570), + [anon_sym_DASH_DASH] = ACTIONS(570), + [anon_sym_new] = ACTIONS(572), + [anon_sym_class] = ACTIONS(572), + [anon_sym_switch] = ACTIONS(572), + [anon_sym_LBRACE] = ACTIONS(570), + [anon_sym_RBRACE] = ACTIONS(570), + [anon_sym_case] = ACTIONS(572), + [anon_sym_default] = ACTIONS(572), + [anon_sym_SEMI] = ACTIONS(570), + [anon_sym_assert] = ACTIONS(572), + [anon_sym_do] = ACTIONS(572), + [anon_sym_while] = ACTIONS(572), + [anon_sym_break] = ACTIONS(572), + [anon_sym_continue] = ACTIONS(572), + [anon_sym_return] = ACTIONS(572), + [anon_sym_yield] = ACTIONS(572), + [anon_sym_synchronized] = ACTIONS(572), + [anon_sym_throw] = ACTIONS(572), + [anon_sym_try] = ACTIONS(572), + [anon_sym_if] = ACTIONS(572), + [anon_sym_else] = ACTIONS(572), + [anon_sym_for] = ACTIONS(572), + [anon_sym_AT] = ACTIONS(572), + [anon_sym_open] = ACTIONS(572), + [anon_sym_module] = ACTIONS(572), + [anon_sym_static] = ACTIONS(572), + [anon_sym_with] = ACTIONS(572), + [anon_sym_package] = ACTIONS(572), + [anon_sym_import] = ACTIONS(572), + [anon_sym_enum] = ACTIONS(572), + [anon_sym_public] = ACTIONS(572), + [anon_sym_protected] = ACTIONS(572), + [anon_sym_private] = ACTIONS(572), + [anon_sym_abstract] = ACTIONS(572), + [anon_sym_strictfp] = ACTIONS(572), + [anon_sym_native] = ACTIONS(572), + [anon_sym_transient] = ACTIONS(572), + [anon_sym_volatile] = ACTIONS(572), + [anon_sym_sealed] = ACTIONS(572), + [anon_sym_non_DASHsealed] = ACTIONS(570), + [anon_sym_record] = ACTIONS(572), + [anon_sym_ATinterface] = ACTIONS(570), + [anon_sym_interface] = ACTIONS(572), + [anon_sym_byte] = ACTIONS(572), + [anon_sym_short] = ACTIONS(572), + [anon_sym_int] = ACTIONS(572), + [anon_sym_long] = ACTIONS(572), + [anon_sym_char] = ACTIONS(572), + [anon_sym_float] = ACTIONS(572), + [anon_sym_double] = ACTIONS(572), + [sym_boolean_type] = ACTIONS(572), + [sym_void_type] = ACTIONS(572), + [sym_this] = ACTIONS(572), + [sym_super] = ACTIONS(572), + [sym_line_comment] = ACTIONS(3), + [sym_block_comment] = ACTIONS(3), + }, + [225] = { + [sym__literal] = STATE(498), + [sym_string_literal] = STATE(505), + [sym__string_literal] = STATE(508), + [sym__multiline_string_literal] = STATE(508), + [sym_primary_expression] = STATE(1039), + [sym_array_creation_expression] = STATE(498), + [sym_parenthesized_expression] = STATE(498), + [sym_class_literal] = STATE(498), + [sym_object_creation_expression] = STATE(498), + [sym__unqualified_object_creation_expression] = STATE(515), + [sym_field_access] = STATE(897), + [sym_array_access] = STATE(498), + [sym_method_invocation] = STATE(498), + [sym_method_reference] = STATE(498), + [sym_resource] = STATE(1036), + [sym__annotation] = STATE(622), + [sym_marker_annotation] = STATE(622), + [sym_annotation] = STATE(622), + [sym_modifiers] = STATE(744), + [sym__type] = STATE(1208), + [sym__unannotated_type] = STATE(719), + [sym_annotated_type] = STATE(831), + [sym_scoped_type_identifier] = STATE(735), + [sym_generic_type] = STATE(751), + [sym_array_type] = STATE(688), + [sym_integral_type] = STATE(688), + [sym_floating_point_type] = STATE(688), + [sym__reserved_identifier] = STATE(892), + [aux_sym_array_creation_expression_repeat1] = STATE(694), + [aux_sym_modifiers_repeat1] = STATE(554), + [sym_identifier] = ACTIONS(472), [sym_decimal_integer_literal] = ACTIONS(9), [sym_hex_integer_literal] = ACTIONS(9), [sym_octal_integer_literal] = ACTIONS(9), @@ -36984,73 +33900,3034 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DQUOTE] = ACTIONS(13), [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(15), [sym_null_literal] = ACTIONS(9), - [anon_sym_LPAREN] = ACTIONS(17), - [anon_sym_PLUS] = ACTIONS(19), - [anon_sym_DASH] = ACTIONS(19), - [anon_sym_BANG] = ACTIONS(23), - [anon_sym_TILDE] = ACTIONS(23), - [anon_sym_PLUS_PLUS] = ACTIONS(25), - [anon_sym_DASH_DASH] = ACTIONS(25), - [anon_sym_new] = ACTIONS(27), - [anon_sym_switch] = ACTIONS(31), - [anon_sym_AT] = ACTIONS(329), - [anon_sym_open] = ACTIONS(305), - [anon_sym_module] = ACTIONS(305), - [anon_sym_record] = ACTIONS(305), - [anon_sym_byte] = ACTIONS(81), - [anon_sym_short] = ACTIONS(81), - [anon_sym_int] = ACTIONS(81), - [anon_sym_long] = ACTIONS(81), - [anon_sym_char] = ACTIONS(81), - [anon_sym_float] = ACTIONS(83), - [anon_sym_double] = ACTIONS(83), - [sym_boolean_type] = ACTIONS(85), - [sym_void_type] = ACTIONS(85), - [sym_this] = ACTIONS(87), - [sym_super] = ACTIONS(89), + [anon_sym_LPAREN] = ACTIONS(474), + [anon_sym_final] = ACTIONS(309), + [anon_sym_new] = ACTIONS(478), + [anon_sym_default] = ACTIONS(309), + [anon_sym_yield] = ACTIONS(67), + [anon_sym_synchronized] = ACTIONS(309), + [anon_sym_AT] = ACTIONS(311), + [anon_sym_open] = ACTIONS(67), + [anon_sym_module] = ACTIONS(67), + [anon_sym_static] = ACTIONS(309), + [anon_sym_with] = ACTIONS(67), + [anon_sym_public] = ACTIONS(309), + [anon_sym_protected] = ACTIONS(309), + [anon_sym_private] = ACTIONS(309), + [anon_sym_abstract] = ACTIONS(309), + [anon_sym_strictfp] = ACTIONS(309), + [anon_sym_native] = ACTIONS(309), + [anon_sym_transient] = ACTIONS(309), + [anon_sym_volatile] = ACTIONS(309), + [anon_sym_sealed] = ACTIONS(313), + [anon_sym_non_DASHsealed] = ACTIONS(315), + [anon_sym_record] = ACTIONS(67), + [anon_sym_byte] = ACTIONS(85), + [anon_sym_short] = ACTIONS(85), + [anon_sym_int] = ACTIONS(85), + [anon_sym_long] = ACTIONS(85), + [anon_sym_char] = ACTIONS(85), + [anon_sym_float] = ACTIONS(87), + [anon_sym_double] = ACTIONS(87), + [sym_boolean_type] = ACTIONS(89), + [sym_void_type] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, - [270] = { - [sym__literal] = STATE(507), - [sym_string_literal] = STATE(510), - [sym__string_literal] = STATE(498), - [sym__multiline_string_literal] = STATE(498), - [sym_expression] = STATE(543), - [sym_cast_expression] = STATE(524), - [sym_assignment_expression] = STATE(524), - [sym_binary_expression] = STATE(524), - [sym_instanceof_expression] = STATE(524), - [sym_lambda_expression] = STATE(524), - [sym_inferred_parameters] = STATE(1259), - [sym_ternary_expression] = STATE(524), - [sym_unary_expression] = STATE(524), - [sym_update_expression] = STATE(524), - [sym_primary_expression] = STATE(470), - [sym_array_creation_expression] = STATE(507), - [sym_parenthesized_expression] = STATE(507), - [sym_class_literal] = STATE(507), - [sym_object_creation_expression] = STATE(507), - [sym__unqualified_object_creation_expression] = STATE(483), - [sym_field_access] = STATE(384), - [sym_array_access] = STATE(384), - [sym_method_invocation] = STATE(507), - [sym_method_reference] = STATE(507), - [sym_switch_expression] = STATE(524), - [sym__annotation] = STATE(683), - [sym_marker_annotation] = STATE(683), - [sym_annotation] = STATE(683), - [sym__type] = STATE(1266), - [sym__unannotated_type] = STATE(795), - [sym_annotated_type] = STATE(797), - [sym_scoped_type_identifier] = STATE(745), - [sym_generic_type] = STATE(771), - [sym_array_type] = STATE(702), - [sym_integral_type] = STATE(702), - [sym_floating_point_type] = STATE(702), - [sym_formal_parameters] = STATE(1259), - [aux_sym_array_creation_expression_repeat1] = STATE(683), - [sym_identifier] = ACTIONS(301), + [226] = { + [ts_builtin_sym_end] = ACTIONS(574), + [sym_identifier] = ACTIONS(576), + [sym_decimal_integer_literal] = ACTIONS(576), + [sym_hex_integer_literal] = ACTIONS(576), + [sym_octal_integer_literal] = ACTIONS(576), + [sym_binary_integer_literal] = ACTIONS(574), + [sym_decimal_floating_point_literal] = ACTIONS(574), + [sym_hex_floating_point_literal] = ACTIONS(576), + [sym_true] = ACTIONS(576), + [sym_false] = ACTIONS(576), + [sym_character_literal] = ACTIONS(574), + [anon_sym_DQUOTE] = ACTIONS(576), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(574), + [sym_null_literal] = ACTIONS(576), + [anon_sym_LPAREN] = ACTIONS(574), + [anon_sym_LT] = ACTIONS(574), + [anon_sym_PLUS] = ACTIONS(576), + [anon_sym_DASH] = ACTIONS(576), + [anon_sym_final] = ACTIONS(576), + [anon_sym_BANG] = ACTIONS(574), + [anon_sym_TILDE] = ACTIONS(574), + [anon_sym_PLUS_PLUS] = ACTIONS(574), + [anon_sym_DASH_DASH] = ACTIONS(574), + [anon_sym_new] = ACTIONS(576), + [anon_sym_class] = ACTIONS(576), + [anon_sym_switch] = ACTIONS(576), + [anon_sym_LBRACE] = ACTIONS(574), + [anon_sym_RBRACE] = ACTIONS(574), + [anon_sym_case] = ACTIONS(576), + [anon_sym_default] = ACTIONS(576), + [anon_sym_SEMI] = ACTIONS(574), + [anon_sym_assert] = ACTIONS(576), + [anon_sym_do] = ACTIONS(576), + [anon_sym_while] = ACTIONS(576), + [anon_sym_break] = ACTIONS(576), + [anon_sym_continue] = ACTIONS(576), + [anon_sym_return] = ACTIONS(576), + [anon_sym_yield] = ACTIONS(576), + [anon_sym_synchronized] = ACTIONS(576), + [anon_sym_throw] = ACTIONS(576), + [anon_sym_try] = ACTIONS(576), + [anon_sym_if] = ACTIONS(576), + [anon_sym_else] = ACTIONS(576), + [anon_sym_for] = ACTIONS(576), + [anon_sym_AT] = ACTIONS(576), + [anon_sym_open] = ACTIONS(576), + [anon_sym_module] = ACTIONS(576), + [anon_sym_static] = ACTIONS(576), + [anon_sym_with] = ACTIONS(576), + [anon_sym_package] = ACTIONS(576), + [anon_sym_import] = ACTIONS(576), + [anon_sym_enum] = ACTIONS(576), + [anon_sym_public] = ACTIONS(576), + [anon_sym_protected] = ACTIONS(576), + [anon_sym_private] = ACTIONS(576), + [anon_sym_abstract] = ACTIONS(576), + [anon_sym_strictfp] = ACTIONS(576), + [anon_sym_native] = ACTIONS(576), + [anon_sym_transient] = ACTIONS(576), + [anon_sym_volatile] = ACTIONS(576), + [anon_sym_sealed] = ACTIONS(576), + [anon_sym_non_DASHsealed] = ACTIONS(574), + [anon_sym_record] = ACTIONS(576), + [anon_sym_ATinterface] = ACTIONS(574), + [anon_sym_interface] = ACTIONS(576), + [anon_sym_byte] = ACTIONS(576), + [anon_sym_short] = ACTIONS(576), + [anon_sym_int] = ACTIONS(576), + [anon_sym_long] = ACTIONS(576), + [anon_sym_char] = ACTIONS(576), + [anon_sym_float] = ACTIONS(576), + [anon_sym_double] = ACTIONS(576), + [sym_boolean_type] = ACTIONS(576), + [sym_void_type] = ACTIONS(576), + [sym_this] = ACTIONS(576), + [sym_super] = ACTIONS(576), + [sym_line_comment] = ACTIONS(3), + [sym_block_comment] = ACTIONS(3), + }, + [227] = { + [ts_builtin_sym_end] = ACTIONS(578), + [sym_identifier] = ACTIONS(580), + [sym_decimal_integer_literal] = ACTIONS(580), + [sym_hex_integer_literal] = ACTIONS(580), + [sym_octal_integer_literal] = ACTIONS(580), + [sym_binary_integer_literal] = ACTIONS(578), + [sym_decimal_floating_point_literal] = ACTIONS(578), + [sym_hex_floating_point_literal] = ACTIONS(580), + [sym_true] = ACTIONS(580), + [sym_false] = ACTIONS(580), + [sym_character_literal] = ACTIONS(578), + [anon_sym_DQUOTE] = ACTIONS(580), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(578), + [sym_null_literal] = ACTIONS(580), + [anon_sym_LPAREN] = ACTIONS(578), + [anon_sym_LT] = ACTIONS(578), + [anon_sym_PLUS] = ACTIONS(580), + [anon_sym_DASH] = ACTIONS(580), + [anon_sym_final] = ACTIONS(580), + [anon_sym_BANG] = ACTIONS(578), + [anon_sym_TILDE] = ACTIONS(578), + [anon_sym_PLUS_PLUS] = ACTIONS(578), + [anon_sym_DASH_DASH] = ACTIONS(578), + [anon_sym_new] = ACTIONS(580), + [anon_sym_class] = ACTIONS(580), + [anon_sym_switch] = ACTIONS(580), + [anon_sym_LBRACE] = ACTIONS(578), + [anon_sym_RBRACE] = ACTIONS(578), + [anon_sym_case] = ACTIONS(580), + [anon_sym_default] = ACTIONS(580), + [anon_sym_SEMI] = ACTIONS(578), + [anon_sym_assert] = ACTIONS(580), + [anon_sym_do] = ACTIONS(580), + [anon_sym_while] = ACTIONS(580), + [anon_sym_break] = ACTIONS(580), + [anon_sym_continue] = ACTIONS(580), + [anon_sym_return] = ACTIONS(580), + [anon_sym_yield] = ACTIONS(580), + [anon_sym_synchronized] = ACTIONS(580), + [anon_sym_throw] = ACTIONS(580), + [anon_sym_try] = ACTIONS(580), + [anon_sym_if] = ACTIONS(580), + [anon_sym_else] = ACTIONS(580), + [anon_sym_for] = ACTIONS(580), + [anon_sym_AT] = ACTIONS(580), + [anon_sym_open] = ACTIONS(580), + [anon_sym_module] = ACTIONS(580), + [anon_sym_static] = ACTIONS(580), + [anon_sym_with] = ACTIONS(580), + [anon_sym_package] = ACTIONS(580), + [anon_sym_import] = ACTIONS(580), + [anon_sym_enum] = ACTIONS(580), + [anon_sym_public] = ACTIONS(580), + [anon_sym_protected] = ACTIONS(580), + [anon_sym_private] = ACTIONS(580), + [anon_sym_abstract] = ACTIONS(580), + [anon_sym_strictfp] = ACTIONS(580), + [anon_sym_native] = ACTIONS(580), + [anon_sym_transient] = ACTIONS(580), + [anon_sym_volatile] = ACTIONS(580), + [anon_sym_sealed] = ACTIONS(580), + [anon_sym_non_DASHsealed] = ACTIONS(578), + [anon_sym_record] = ACTIONS(580), + [anon_sym_ATinterface] = ACTIONS(578), + [anon_sym_interface] = ACTIONS(580), + [anon_sym_byte] = ACTIONS(580), + [anon_sym_short] = ACTIONS(580), + [anon_sym_int] = ACTIONS(580), + [anon_sym_long] = ACTIONS(580), + [anon_sym_char] = ACTIONS(580), + [anon_sym_float] = ACTIONS(580), + [anon_sym_double] = ACTIONS(580), + [sym_boolean_type] = ACTIONS(580), + [sym_void_type] = ACTIONS(580), + [sym_this] = ACTIONS(580), + [sym_super] = ACTIONS(580), + [sym_line_comment] = ACTIONS(3), + [sym_block_comment] = ACTIONS(3), + }, + [228] = { + [ts_builtin_sym_end] = ACTIONS(582), + [sym_identifier] = ACTIONS(584), + [sym_decimal_integer_literal] = ACTIONS(584), + [sym_hex_integer_literal] = ACTIONS(584), + [sym_octal_integer_literal] = ACTIONS(584), + [sym_binary_integer_literal] = ACTIONS(582), + [sym_decimal_floating_point_literal] = ACTIONS(582), + [sym_hex_floating_point_literal] = ACTIONS(584), + [sym_true] = ACTIONS(584), + [sym_false] = ACTIONS(584), + [sym_character_literal] = ACTIONS(582), + [anon_sym_DQUOTE] = ACTIONS(584), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(582), + [sym_null_literal] = ACTIONS(584), + [anon_sym_LPAREN] = ACTIONS(582), + [anon_sym_LT] = ACTIONS(582), + [anon_sym_PLUS] = ACTIONS(584), + [anon_sym_DASH] = ACTIONS(584), + [anon_sym_final] = ACTIONS(584), + [anon_sym_BANG] = ACTIONS(582), + [anon_sym_TILDE] = ACTIONS(582), + [anon_sym_PLUS_PLUS] = ACTIONS(582), + [anon_sym_DASH_DASH] = ACTIONS(582), + [anon_sym_new] = ACTIONS(584), + [anon_sym_class] = ACTIONS(584), + [anon_sym_switch] = ACTIONS(584), + [anon_sym_LBRACE] = ACTIONS(582), + [anon_sym_RBRACE] = ACTIONS(582), + [anon_sym_case] = ACTIONS(584), + [anon_sym_default] = ACTIONS(584), + [anon_sym_SEMI] = ACTIONS(582), + [anon_sym_assert] = ACTIONS(584), + [anon_sym_do] = ACTIONS(584), + [anon_sym_while] = ACTIONS(584), + [anon_sym_break] = ACTIONS(584), + [anon_sym_continue] = ACTIONS(584), + [anon_sym_return] = ACTIONS(584), + [anon_sym_yield] = ACTIONS(584), + [anon_sym_synchronized] = ACTIONS(584), + [anon_sym_throw] = ACTIONS(584), + [anon_sym_try] = ACTIONS(584), + [anon_sym_if] = ACTIONS(584), + [anon_sym_else] = ACTIONS(584), + [anon_sym_for] = ACTIONS(584), + [anon_sym_AT] = ACTIONS(584), + [anon_sym_open] = ACTIONS(584), + [anon_sym_module] = ACTIONS(584), + [anon_sym_static] = ACTIONS(584), + [anon_sym_with] = ACTIONS(584), + [anon_sym_package] = ACTIONS(584), + [anon_sym_import] = ACTIONS(584), + [anon_sym_enum] = ACTIONS(584), + [anon_sym_public] = ACTIONS(584), + [anon_sym_protected] = ACTIONS(584), + [anon_sym_private] = ACTIONS(584), + [anon_sym_abstract] = ACTIONS(584), + [anon_sym_strictfp] = ACTIONS(584), + [anon_sym_native] = ACTIONS(584), + [anon_sym_transient] = ACTIONS(584), + [anon_sym_volatile] = ACTIONS(584), + [anon_sym_sealed] = ACTIONS(584), + [anon_sym_non_DASHsealed] = ACTIONS(582), + [anon_sym_record] = ACTIONS(584), + [anon_sym_ATinterface] = ACTIONS(582), + [anon_sym_interface] = ACTIONS(584), + [anon_sym_byte] = ACTIONS(584), + [anon_sym_short] = ACTIONS(584), + [anon_sym_int] = ACTIONS(584), + [anon_sym_long] = ACTIONS(584), + [anon_sym_char] = ACTIONS(584), + [anon_sym_float] = ACTIONS(584), + [anon_sym_double] = ACTIONS(584), + [sym_boolean_type] = ACTIONS(584), + [sym_void_type] = ACTIONS(584), + [sym_this] = ACTIONS(584), + [sym_super] = ACTIONS(584), + [sym_line_comment] = ACTIONS(3), + [sym_block_comment] = ACTIONS(3), + }, + [229] = { + [ts_builtin_sym_end] = ACTIONS(586), + [sym_identifier] = ACTIONS(588), + [sym_decimal_integer_literal] = ACTIONS(588), + [sym_hex_integer_literal] = ACTIONS(588), + [sym_octal_integer_literal] = ACTIONS(588), + [sym_binary_integer_literal] = ACTIONS(586), + [sym_decimal_floating_point_literal] = ACTIONS(586), + [sym_hex_floating_point_literal] = ACTIONS(588), + [sym_true] = ACTIONS(588), + [sym_false] = ACTIONS(588), + [sym_character_literal] = ACTIONS(586), + [anon_sym_DQUOTE] = ACTIONS(588), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(586), + [sym_null_literal] = ACTIONS(588), + [anon_sym_LPAREN] = ACTIONS(586), + [anon_sym_LT] = ACTIONS(586), + [anon_sym_PLUS] = ACTIONS(588), + [anon_sym_DASH] = ACTIONS(588), + [anon_sym_final] = ACTIONS(588), + [anon_sym_BANG] = ACTIONS(586), + [anon_sym_TILDE] = ACTIONS(586), + [anon_sym_PLUS_PLUS] = ACTIONS(586), + [anon_sym_DASH_DASH] = ACTIONS(586), + [anon_sym_new] = ACTIONS(588), + [anon_sym_class] = ACTIONS(588), + [anon_sym_switch] = ACTIONS(588), + [anon_sym_LBRACE] = ACTIONS(586), + [anon_sym_RBRACE] = ACTIONS(586), + [anon_sym_case] = ACTIONS(588), + [anon_sym_default] = ACTIONS(588), + [anon_sym_SEMI] = ACTIONS(586), + [anon_sym_assert] = ACTIONS(588), + [anon_sym_do] = ACTIONS(588), + [anon_sym_while] = ACTIONS(588), + [anon_sym_break] = ACTIONS(588), + [anon_sym_continue] = ACTIONS(588), + [anon_sym_return] = ACTIONS(588), + [anon_sym_yield] = ACTIONS(588), + [anon_sym_synchronized] = ACTIONS(588), + [anon_sym_throw] = ACTIONS(588), + [anon_sym_try] = ACTIONS(588), + [anon_sym_if] = ACTIONS(588), + [anon_sym_else] = ACTIONS(588), + [anon_sym_for] = ACTIONS(588), + [anon_sym_AT] = ACTIONS(588), + [anon_sym_open] = ACTIONS(588), + [anon_sym_module] = ACTIONS(588), + [anon_sym_static] = ACTIONS(588), + [anon_sym_with] = ACTIONS(588), + [anon_sym_package] = ACTIONS(588), + [anon_sym_import] = ACTIONS(588), + [anon_sym_enum] = ACTIONS(588), + [anon_sym_public] = ACTIONS(588), + [anon_sym_protected] = ACTIONS(588), + [anon_sym_private] = ACTIONS(588), + [anon_sym_abstract] = ACTIONS(588), + [anon_sym_strictfp] = ACTIONS(588), + [anon_sym_native] = ACTIONS(588), + [anon_sym_transient] = ACTIONS(588), + [anon_sym_volatile] = ACTIONS(588), + [anon_sym_sealed] = ACTIONS(588), + [anon_sym_non_DASHsealed] = ACTIONS(586), + [anon_sym_record] = ACTIONS(588), + [anon_sym_ATinterface] = ACTIONS(586), + [anon_sym_interface] = ACTIONS(588), + [anon_sym_byte] = ACTIONS(588), + [anon_sym_short] = ACTIONS(588), + [anon_sym_int] = ACTIONS(588), + [anon_sym_long] = ACTIONS(588), + [anon_sym_char] = ACTIONS(588), + [anon_sym_float] = ACTIONS(588), + [anon_sym_double] = ACTIONS(588), + [sym_boolean_type] = ACTIONS(588), + [sym_void_type] = ACTIONS(588), + [sym_this] = ACTIONS(588), + [sym_super] = ACTIONS(588), + [sym_line_comment] = ACTIONS(3), + [sym_block_comment] = ACTIONS(3), + }, + [230] = { + [ts_builtin_sym_end] = ACTIONS(590), + [sym_identifier] = ACTIONS(592), + [sym_decimal_integer_literal] = ACTIONS(592), + [sym_hex_integer_literal] = ACTIONS(592), + [sym_octal_integer_literal] = ACTIONS(592), + [sym_binary_integer_literal] = ACTIONS(590), + [sym_decimal_floating_point_literal] = ACTIONS(590), + [sym_hex_floating_point_literal] = ACTIONS(592), + [sym_true] = ACTIONS(592), + [sym_false] = ACTIONS(592), + [sym_character_literal] = ACTIONS(590), + [anon_sym_DQUOTE] = ACTIONS(592), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(590), + [sym_null_literal] = ACTIONS(592), + [anon_sym_LPAREN] = ACTIONS(590), + [anon_sym_LT] = ACTIONS(590), + [anon_sym_PLUS] = ACTIONS(592), + [anon_sym_DASH] = ACTIONS(592), + [anon_sym_final] = ACTIONS(592), + [anon_sym_BANG] = ACTIONS(590), + [anon_sym_TILDE] = ACTIONS(590), + [anon_sym_PLUS_PLUS] = ACTIONS(590), + [anon_sym_DASH_DASH] = ACTIONS(590), + [anon_sym_new] = ACTIONS(592), + [anon_sym_class] = ACTIONS(592), + [anon_sym_switch] = ACTIONS(592), + [anon_sym_LBRACE] = ACTIONS(590), + [anon_sym_RBRACE] = ACTIONS(590), + [anon_sym_case] = ACTIONS(592), + [anon_sym_default] = ACTIONS(592), + [anon_sym_SEMI] = ACTIONS(590), + [anon_sym_assert] = ACTIONS(592), + [anon_sym_do] = ACTIONS(592), + [anon_sym_while] = ACTIONS(592), + [anon_sym_break] = ACTIONS(592), + [anon_sym_continue] = ACTIONS(592), + [anon_sym_return] = ACTIONS(592), + [anon_sym_yield] = ACTIONS(592), + [anon_sym_synchronized] = ACTIONS(592), + [anon_sym_throw] = ACTIONS(592), + [anon_sym_try] = ACTIONS(592), + [anon_sym_if] = ACTIONS(592), + [anon_sym_else] = ACTIONS(592), + [anon_sym_for] = ACTIONS(592), + [anon_sym_AT] = ACTIONS(592), + [anon_sym_open] = ACTIONS(592), + [anon_sym_module] = ACTIONS(592), + [anon_sym_static] = ACTIONS(592), + [anon_sym_with] = ACTIONS(592), + [anon_sym_package] = ACTIONS(592), + [anon_sym_import] = ACTIONS(592), + [anon_sym_enum] = ACTIONS(592), + [anon_sym_public] = ACTIONS(592), + [anon_sym_protected] = ACTIONS(592), + [anon_sym_private] = ACTIONS(592), + [anon_sym_abstract] = ACTIONS(592), + [anon_sym_strictfp] = ACTIONS(592), + [anon_sym_native] = ACTIONS(592), + [anon_sym_transient] = ACTIONS(592), + [anon_sym_volatile] = ACTIONS(592), + [anon_sym_sealed] = ACTIONS(592), + [anon_sym_non_DASHsealed] = ACTIONS(590), + [anon_sym_record] = ACTIONS(592), + [anon_sym_ATinterface] = ACTIONS(590), + [anon_sym_interface] = ACTIONS(592), + [anon_sym_byte] = ACTIONS(592), + [anon_sym_short] = ACTIONS(592), + [anon_sym_int] = ACTIONS(592), + [anon_sym_long] = ACTIONS(592), + [anon_sym_char] = ACTIONS(592), + [anon_sym_float] = ACTIONS(592), + [anon_sym_double] = ACTIONS(592), + [sym_boolean_type] = ACTIONS(592), + [sym_void_type] = ACTIONS(592), + [sym_this] = ACTIONS(592), + [sym_super] = ACTIONS(592), + [sym_line_comment] = ACTIONS(3), + [sym_block_comment] = ACTIONS(3), + }, + [231] = { + [ts_builtin_sym_end] = ACTIONS(594), + [sym_identifier] = ACTIONS(596), + [sym_decimal_integer_literal] = ACTIONS(596), + [sym_hex_integer_literal] = ACTIONS(596), + [sym_octal_integer_literal] = ACTIONS(596), + [sym_binary_integer_literal] = ACTIONS(594), + [sym_decimal_floating_point_literal] = ACTIONS(594), + [sym_hex_floating_point_literal] = ACTIONS(596), + [sym_true] = ACTIONS(596), + [sym_false] = ACTIONS(596), + [sym_character_literal] = ACTIONS(594), + [anon_sym_DQUOTE] = ACTIONS(596), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(594), + [sym_null_literal] = ACTIONS(596), + [anon_sym_LPAREN] = ACTIONS(594), + [anon_sym_LT] = ACTIONS(594), + [anon_sym_PLUS] = ACTIONS(596), + [anon_sym_DASH] = ACTIONS(596), + [anon_sym_final] = ACTIONS(596), + [anon_sym_BANG] = ACTIONS(594), + [anon_sym_TILDE] = ACTIONS(594), + [anon_sym_PLUS_PLUS] = ACTIONS(594), + [anon_sym_DASH_DASH] = ACTIONS(594), + [anon_sym_new] = ACTIONS(596), + [anon_sym_class] = ACTIONS(596), + [anon_sym_switch] = ACTIONS(596), + [anon_sym_LBRACE] = ACTIONS(594), + [anon_sym_RBRACE] = ACTIONS(594), + [anon_sym_case] = ACTIONS(596), + [anon_sym_default] = ACTIONS(596), + [anon_sym_SEMI] = ACTIONS(594), + [anon_sym_assert] = ACTIONS(596), + [anon_sym_do] = ACTIONS(596), + [anon_sym_while] = ACTIONS(596), + [anon_sym_break] = ACTIONS(596), + [anon_sym_continue] = ACTIONS(596), + [anon_sym_return] = ACTIONS(596), + [anon_sym_yield] = ACTIONS(596), + [anon_sym_synchronized] = ACTIONS(596), + [anon_sym_throw] = ACTIONS(596), + [anon_sym_try] = ACTIONS(596), + [anon_sym_if] = ACTIONS(596), + [anon_sym_else] = ACTIONS(596), + [anon_sym_for] = ACTIONS(596), + [anon_sym_AT] = ACTIONS(596), + [anon_sym_open] = ACTIONS(596), + [anon_sym_module] = ACTIONS(596), + [anon_sym_static] = ACTIONS(596), + [anon_sym_with] = ACTIONS(596), + [anon_sym_package] = ACTIONS(596), + [anon_sym_import] = ACTIONS(596), + [anon_sym_enum] = ACTIONS(596), + [anon_sym_public] = ACTIONS(596), + [anon_sym_protected] = ACTIONS(596), + [anon_sym_private] = ACTIONS(596), + [anon_sym_abstract] = ACTIONS(596), + [anon_sym_strictfp] = ACTIONS(596), + [anon_sym_native] = ACTIONS(596), + [anon_sym_transient] = ACTIONS(596), + [anon_sym_volatile] = ACTIONS(596), + [anon_sym_sealed] = ACTIONS(596), + [anon_sym_non_DASHsealed] = ACTIONS(594), + [anon_sym_record] = ACTIONS(596), + [anon_sym_ATinterface] = ACTIONS(594), + [anon_sym_interface] = ACTIONS(596), + [anon_sym_byte] = ACTIONS(596), + [anon_sym_short] = ACTIONS(596), + [anon_sym_int] = ACTIONS(596), + [anon_sym_long] = ACTIONS(596), + [anon_sym_char] = ACTIONS(596), + [anon_sym_float] = ACTIONS(596), + [anon_sym_double] = ACTIONS(596), + [sym_boolean_type] = ACTIONS(596), + [sym_void_type] = ACTIONS(596), + [sym_this] = ACTIONS(596), + [sym_super] = ACTIONS(596), + [sym_line_comment] = ACTIONS(3), + [sym_block_comment] = ACTIONS(3), + }, + [232] = { + [ts_builtin_sym_end] = ACTIONS(598), + [sym_identifier] = ACTIONS(600), + [sym_decimal_integer_literal] = ACTIONS(600), + [sym_hex_integer_literal] = ACTIONS(600), + [sym_octal_integer_literal] = ACTIONS(600), + [sym_binary_integer_literal] = ACTIONS(598), + [sym_decimal_floating_point_literal] = ACTIONS(598), + [sym_hex_floating_point_literal] = ACTIONS(600), + [sym_true] = ACTIONS(600), + [sym_false] = ACTIONS(600), + [sym_character_literal] = ACTIONS(598), + [anon_sym_DQUOTE] = ACTIONS(600), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(598), + [sym_null_literal] = ACTIONS(600), + [anon_sym_LPAREN] = ACTIONS(598), + [anon_sym_LT] = ACTIONS(598), + [anon_sym_PLUS] = ACTIONS(600), + [anon_sym_DASH] = ACTIONS(600), + [anon_sym_final] = ACTIONS(600), + [anon_sym_BANG] = ACTIONS(598), + [anon_sym_TILDE] = ACTIONS(598), + [anon_sym_PLUS_PLUS] = ACTIONS(598), + [anon_sym_DASH_DASH] = ACTIONS(598), + [anon_sym_new] = ACTIONS(600), + [anon_sym_class] = ACTIONS(600), + [anon_sym_switch] = ACTIONS(600), + [anon_sym_LBRACE] = ACTIONS(598), + [anon_sym_RBRACE] = ACTIONS(598), + [anon_sym_case] = ACTIONS(600), + [anon_sym_default] = ACTIONS(600), + [anon_sym_SEMI] = ACTIONS(598), + [anon_sym_assert] = ACTIONS(600), + [anon_sym_do] = ACTIONS(600), + [anon_sym_while] = ACTIONS(600), + [anon_sym_break] = ACTIONS(600), + [anon_sym_continue] = ACTIONS(600), + [anon_sym_return] = ACTIONS(600), + [anon_sym_yield] = ACTIONS(600), + [anon_sym_synchronized] = ACTIONS(600), + [anon_sym_throw] = ACTIONS(600), + [anon_sym_try] = ACTIONS(600), + [anon_sym_if] = ACTIONS(600), + [anon_sym_else] = ACTIONS(600), + [anon_sym_for] = ACTIONS(600), + [anon_sym_AT] = ACTIONS(600), + [anon_sym_open] = ACTIONS(600), + [anon_sym_module] = ACTIONS(600), + [anon_sym_static] = ACTIONS(600), + [anon_sym_with] = ACTIONS(600), + [anon_sym_package] = ACTIONS(600), + [anon_sym_import] = ACTIONS(600), + [anon_sym_enum] = ACTIONS(600), + [anon_sym_public] = ACTIONS(600), + [anon_sym_protected] = ACTIONS(600), + [anon_sym_private] = ACTIONS(600), + [anon_sym_abstract] = ACTIONS(600), + [anon_sym_strictfp] = ACTIONS(600), + [anon_sym_native] = ACTIONS(600), + [anon_sym_transient] = ACTIONS(600), + [anon_sym_volatile] = ACTIONS(600), + [anon_sym_sealed] = ACTIONS(600), + [anon_sym_non_DASHsealed] = ACTIONS(598), + [anon_sym_record] = ACTIONS(600), + [anon_sym_ATinterface] = ACTIONS(598), + [anon_sym_interface] = ACTIONS(600), + [anon_sym_byte] = ACTIONS(600), + [anon_sym_short] = ACTIONS(600), + [anon_sym_int] = ACTIONS(600), + [anon_sym_long] = ACTIONS(600), + [anon_sym_char] = ACTIONS(600), + [anon_sym_float] = ACTIONS(600), + [anon_sym_double] = ACTIONS(600), + [sym_boolean_type] = ACTIONS(600), + [sym_void_type] = ACTIONS(600), + [sym_this] = ACTIONS(600), + [sym_super] = ACTIONS(600), + [sym_line_comment] = ACTIONS(3), + [sym_block_comment] = ACTIONS(3), + }, + [233] = { + [ts_builtin_sym_end] = ACTIONS(602), + [sym_identifier] = ACTIONS(604), + [sym_decimal_integer_literal] = ACTIONS(604), + [sym_hex_integer_literal] = ACTIONS(604), + [sym_octal_integer_literal] = ACTIONS(604), + [sym_binary_integer_literal] = ACTIONS(602), + [sym_decimal_floating_point_literal] = ACTIONS(602), + [sym_hex_floating_point_literal] = ACTIONS(604), + [sym_true] = ACTIONS(604), + [sym_false] = ACTIONS(604), + [sym_character_literal] = ACTIONS(602), + [anon_sym_DQUOTE] = ACTIONS(604), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(602), + [sym_null_literal] = ACTIONS(604), + [anon_sym_LPAREN] = ACTIONS(602), + [anon_sym_LT] = ACTIONS(602), + [anon_sym_PLUS] = ACTIONS(604), + [anon_sym_DASH] = ACTIONS(604), + [anon_sym_final] = ACTIONS(604), + [anon_sym_BANG] = ACTIONS(602), + [anon_sym_TILDE] = ACTIONS(602), + [anon_sym_PLUS_PLUS] = ACTIONS(602), + [anon_sym_DASH_DASH] = ACTIONS(602), + [anon_sym_new] = ACTIONS(604), + [anon_sym_class] = ACTIONS(604), + [anon_sym_switch] = ACTIONS(604), + [anon_sym_LBRACE] = ACTIONS(602), + [anon_sym_RBRACE] = ACTIONS(602), + [anon_sym_case] = ACTIONS(604), + [anon_sym_default] = ACTIONS(604), + [anon_sym_SEMI] = ACTIONS(602), + [anon_sym_assert] = ACTIONS(604), + [anon_sym_do] = ACTIONS(604), + [anon_sym_while] = ACTIONS(604), + [anon_sym_break] = ACTIONS(604), + [anon_sym_continue] = ACTIONS(604), + [anon_sym_return] = ACTIONS(604), + [anon_sym_yield] = ACTIONS(604), + [anon_sym_synchronized] = ACTIONS(604), + [anon_sym_throw] = ACTIONS(604), + [anon_sym_try] = ACTIONS(604), + [anon_sym_if] = ACTIONS(604), + [anon_sym_else] = ACTIONS(604), + [anon_sym_for] = ACTIONS(604), + [anon_sym_AT] = ACTIONS(604), + [anon_sym_open] = ACTIONS(604), + [anon_sym_module] = ACTIONS(604), + [anon_sym_static] = ACTIONS(604), + [anon_sym_with] = ACTIONS(604), + [anon_sym_package] = ACTIONS(604), + [anon_sym_import] = ACTIONS(604), + [anon_sym_enum] = ACTIONS(604), + [anon_sym_public] = ACTIONS(604), + [anon_sym_protected] = ACTIONS(604), + [anon_sym_private] = ACTIONS(604), + [anon_sym_abstract] = ACTIONS(604), + [anon_sym_strictfp] = ACTIONS(604), + [anon_sym_native] = ACTIONS(604), + [anon_sym_transient] = ACTIONS(604), + [anon_sym_volatile] = ACTIONS(604), + [anon_sym_sealed] = ACTIONS(604), + [anon_sym_non_DASHsealed] = ACTIONS(602), + [anon_sym_record] = ACTIONS(604), + [anon_sym_ATinterface] = ACTIONS(602), + [anon_sym_interface] = ACTIONS(604), + [anon_sym_byte] = ACTIONS(604), + [anon_sym_short] = ACTIONS(604), + [anon_sym_int] = ACTIONS(604), + [anon_sym_long] = ACTIONS(604), + [anon_sym_char] = ACTIONS(604), + [anon_sym_float] = ACTIONS(604), + [anon_sym_double] = ACTIONS(604), + [sym_boolean_type] = ACTIONS(604), + [sym_void_type] = ACTIONS(604), + [sym_this] = ACTIONS(604), + [sym_super] = ACTIONS(604), + [sym_line_comment] = ACTIONS(3), + [sym_block_comment] = ACTIONS(3), + }, + [234] = { + [ts_builtin_sym_end] = ACTIONS(606), + [sym_identifier] = ACTIONS(608), + [sym_decimal_integer_literal] = ACTIONS(608), + [sym_hex_integer_literal] = ACTIONS(608), + [sym_octal_integer_literal] = ACTIONS(608), + [sym_binary_integer_literal] = ACTIONS(606), + [sym_decimal_floating_point_literal] = ACTIONS(606), + [sym_hex_floating_point_literal] = ACTIONS(608), + [sym_true] = ACTIONS(608), + [sym_false] = ACTIONS(608), + [sym_character_literal] = ACTIONS(606), + [anon_sym_DQUOTE] = ACTIONS(608), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(606), + [sym_null_literal] = ACTIONS(608), + [anon_sym_LPAREN] = ACTIONS(606), + [anon_sym_LT] = ACTIONS(606), + [anon_sym_PLUS] = ACTIONS(608), + [anon_sym_DASH] = ACTIONS(608), + [anon_sym_final] = ACTIONS(608), + [anon_sym_BANG] = ACTIONS(606), + [anon_sym_TILDE] = ACTIONS(606), + [anon_sym_PLUS_PLUS] = ACTIONS(606), + [anon_sym_DASH_DASH] = ACTIONS(606), + [anon_sym_new] = ACTIONS(608), + [anon_sym_class] = ACTIONS(608), + [anon_sym_switch] = ACTIONS(608), + [anon_sym_LBRACE] = ACTIONS(606), + [anon_sym_RBRACE] = ACTIONS(606), + [anon_sym_case] = ACTIONS(608), + [anon_sym_default] = ACTIONS(608), + [anon_sym_SEMI] = ACTIONS(606), + [anon_sym_assert] = ACTIONS(608), + [anon_sym_do] = ACTIONS(608), + [anon_sym_while] = ACTIONS(608), + [anon_sym_break] = ACTIONS(608), + [anon_sym_continue] = ACTIONS(608), + [anon_sym_return] = ACTIONS(608), + [anon_sym_yield] = ACTIONS(608), + [anon_sym_synchronized] = ACTIONS(608), + [anon_sym_throw] = ACTIONS(608), + [anon_sym_try] = ACTIONS(608), + [anon_sym_if] = ACTIONS(608), + [anon_sym_else] = ACTIONS(608), + [anon_sym_for] = ACTIONS(608), + [anon_sym_AT] = ACTIONS(608), + [anon_sym_open] = ACTIONS(608), + [anon_sym_module] = ACTIONS(608), + [anon_sym_static] = ACTIONS(608), + [anon_sym_with] = ACTIONS(608), + [anon_sym_package] = ACTIONS(608), + [anon_sym_import] = ACTIONS(608), + [anon_sym_enum] = ACTIONS(608), + [anon_sym_public] = ACTIONS(608), + [anon_sym_protected] = ACTIONS(608), + [anon_sym_private] = ACTIONS(608), + [anon_sym_abstract] = ACTIONS(608), + [anon_sym_strictfp] = ACTIONS(608), + [anon_sym_native] = ACTIONS(608), + [anon_sym_transient] = ACTIONS(608), + [anon_sym_volatile] = ACTIONS(608), + [anon_sym_sealed] = ACTIONS(608), + [anon_sym_non_DASHsealed] = ACTIONS(606), + [anon_sym_record] = ACTIONS(608), + [anon_sym_ATinterface] = ACTIONS(606), + [anon_sym_interface] = ACTIONS(608), + [anon_sym_byte] = ACTIONS(608), + [anon_sym_short] = ACTIONS(608), + [anon_sym_int] = ACTIONS(608), + [anon_sym_long] = ACTIONS(608), + [anon_sym_char] = ACTIONS(608), + [anon_sym_float] = ACTIONS(608), + [anon_sym_double] = ACTIONS(608), + [sym_boolean_type] = ACTIONS(608), + [sym_void_type] = ACTIONS(608), + [sym_this] = ACTIONS(608), + [sym_super] = ACTIONS(608), + [sym_line_comment] = ACTIONS(3), + [sym_block_comment] = ACTIONS(3), + }, + [235] = { + [ts_builtin_sym_end] = ACTIONS(610), + [sym_identifier] = ACTIONS(612), + [sym_decimal_integer_literal] = ACTIONS(612), + [sym_hex_integer_literal] = ACTIONS(612), + [sym_octal_integer_literal] = ACTIONS(612), + [sym_binary_integer_literal] = ACTIONS(610), + [sym_decimal_floating_point_literal] = ACTIONS(610), + [sym_hex_floating_point_literal] = ACTIONS(612), + [sym_true] = ACTIONS(612), + [sym_false] = ACTIONS(612), + [sym_character_literal] = ACTIONS(610), + [anon_sym_DQUOTE] = ACTIONS(612), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(610), + [sym_null_literal] = ACTIONS(612), + [anon_sym_LPAREN] = ACTIONS(610), + [anon_sym_LT] = ACTIONS(610), + [anon_sym_PLUS] = ACTIONS(612), + [anon_sym_DASH] = ACTIONS(612), + [anon_sym_final] = ACTIONS(612), + [anon_sym_BANG] = ACTIONS(610), + [anon_sym_TILDE] = ACTIONS(610), + [anon_sym_PLUS_PLUS] = ACTIONS(610), + [anon_sym_DASH_DASH] = ACTIONS(610), + [anon_sym_new] = ACTIONS(612), + [anon_sym_class] = ACTIONS(612), + [anon_sym_switch] = ACTIONS(612), + [anon_sym_LBRACE] = ACTIONS(610), + [anon_sym_RBRACE] = ACTIONS(610), + [anon_sym_case] = ACTIONS(612), + [anon_sym_default] = ACTIONS(612), + [anon_sym_SEMI] = ACTIONS(610), + [anon_sym_assert] = ACTIONS(612), + [anon_sym_do] = ACTIONS(612), + [anon_sym_while] = ACTIONS(612), + [anon_sym_break] = ACTIONS(612), + [anon_sym_continue] = ACTIONS(612), + [anon_sym_return] = ACTIONS(612), + [anon_sym_yield] = ACTIONS(612), + [anon_sym_synchronized] = ACTIONS(612), + [anon_sym_throw] = ACTIONS(612), + [anon_sym_try] = ACTIONS(612), + [anon_sym_if] = ACTIONS(612), + [anon_sym_else] = ACTIONS(612), + [anon_sym_for] = ACTIONS(612), + [anon_sym_AT] = ACTIONS(612), + [anon_sym_open] = ACTIONS(612), + [anon_sym_module] = ACTIONS(612), + [anon_sym_static] = ACTIONS(612), + [anon_sym_with] = ACTIONS(612), + [anon_sym_package] = ACTIONS(612), + [anon_sym_import] = ACTIONS(612), + [anon_sym_enum] = ACTIONS(612), + [anon_sym_public] = ACTIONS(612), + [anon_sym_protected] = ACTIONS(612), + [anon_sym_private] = ACTIONS(612), + [anon_sym_abstract] = ACTIONS(612), + [anon_sym_strictfp] = ACTIONS(612), + [anon_sym_native] = ACTIONS(612), + [anon_sym_transient] = ACTIONS(612), + [anon_sym_volatile] = ACTIONS(612), + [anon_sym_sealed] = ACTIONS(612), + [anon_sym_non_DASHsealed] = ACTIONS(610), + [anon_sym_record] = ACTIONS(612), + [anon_sym_ATinterface] = ACTIONS(610), + [anon_sym_interface] = ACTIONS(612), + [anon_sym_byte] = ACTIONS(612), + [anon_sym_short] = ACTIONS(612), + [anon_sym_int] = ACTIONS(612), + [anon_sym_long] = ACTIONS(612), + [anon_sym_char] = ACTIONS(612), + [anon_sym_float] = ACTIONS(612), + [anon_sym_double] = ACTIONS(612), + [sym_boolean_type] = ACTIONS(612), + [sym_void_type] = ACTIONS(612), + [sym_this] = ACTIONS(612), + [sym_super] = ACTIONS(612), + [sym_line_comment] = ACTIONS(3), + [sym_block_comment] = ACTIONS(3), + }, + [236] = { + [ts_builtin_sym_end] = ACTIONS(614), + [sym_identifier] = ACTIONS(616), + [sym_decimal_integer_literal] = ACTIONS(616), + [sym_hex_integer_literal] = ACTIONS(616), + [sym_octal_integer_literal] = ACTIONS(616), + [sym_binary_integer_literal] = ACTIONS(614), + [sym_decimal_floating_point_literal] = ACTIONS(614), + [sym_hex_floating_point_literal] = ACTIONS(616), + [sym_true] = ACTIONS(616), + [sym_false] = ACTIONS(616), + [sym_character_literal] = ACTIONS(614), + [anon_sym_DQUOTE] = ACTIONS(616), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(614), + [sym_null_literal] = ACTIONS(616), + [anon_sym_LPAREN] = ACTIONS(614), + [anon_sym_LT] = ACTIONS(614), + [anon_sym_PLUS] = ACTIONS(616), + [anon_sym_DASH] = ACTIONS(616), + [anon_sym_final] = ACTIONS(616), + [anon_sym_BANG] = ACTIONS(614), + [anon_sym_TILDE] = ACTIONS(614), + [anon_sym_PLUS_PLUS] = ACTIONS(614), + [anon_sym_DASH_DASH] = ACTIONS(614), + [anon_sym_new] = ACTIONS(616), + [anon_sym_class] = ACTIONS(616), + [anon_sym_switch] = ACTIONS(616), + [anon_sym_LBRACE] = ACTIONS(614), + [anon_sym_RBRACE] = ACTIONS(614), + [anon_sym_case] = ACTIONS(616), + [anon_sym_default] = ACTIONS(616), + [anon_sym_SEMI] = ACTIONS(614), + [anon_sym_assert] = ACTIONS(616), + [anon_sym_do] = ACTIONS(616), + [anon_sym_while] = ACTIONS(616), + [anon_sym_break] = ACTIONS(616), + [anon_sym_continue] = ACTIONS(616), + [anon_sym_return] = ACTIONS(616), + [anon_sym_yield] = ACTIONS(616), + [anon_sym_synchronized] = ACTIONS(616), + [anon_sym_throw] = ACTIONS(616), + [anon_sym_try] = ACTIONS(616), + [anon_sym_if] = ACTIONS(616), + [anon_sym_else] = ACTIONS(616), + [anon_sym_for] = ACTIONS(616), + [anon_sym_AT] = ACTIONS(616), + [anon_sym_open] = ACTIONS(616), + [anon_sym_module] = ACTIONS(616), + [anon_sym_static] = ACTIONS(616), + [anon_sym_with] = ACTIONS(616), + [anon_sym_package] = ACTIONS(616), + [anon_sym_import] = ACTIONS(616), + [anon_sym_enum] = ACTIONS(616), + [anon_sym_public] = ACTIONS(616), + [anon_sym_protected] = ACTIONS(616), + [anon_sym_private] = ACTIONS(616), + [anon_sym_abstract] = ACTIONS(616), + [anon_sym_strictfp] = ACTIONS(616), + [anon_sym_native] = ACTIONS(616), + [anon_sym_transient] = ACTIONS(616), + [anon_sym_volatile] = ACTIONS(616), + [anon_sym_sealed] = ACTIONS(616), + [anon_sym_non_DASHsealed] = ACTIONS(614), + [anon_sym_record] = ACTIONS(616), + [anon_sym_ATinterface] = ACTIONS(614), + [anon_sym_interface] = ACTIONS(616), + [anon_sym_byte] = ACTIONS(616), + [anon_sym_short] = ACTIONS(616), + [anon_sym_int] = ACTIONS(616), + [anon_sym_long] = ACTIONS(616), + [anon_sym_char] = ACTIONS(616), + [anon_sym_float] = ACTIONS(616), + [anon_sym_double] = ACTIONS(616), + [sym_boolean_type] = ACTIONS(616), + [sym_void_type] = ACTIONS(616), + [sym_this] = ACTIONS(616), + [sym_super] = ACTIONS(616), + [sym_line_comment] = ACTIONS(3), + [sym_block_comment] = ACTIONS(3), + }, + [237] = { + [ts_builtin_sym_end] = ACTIONS(618), + [sym_identifier] = ACTIONS(620), + [sym_decimal_integer_literal] = ACTIONS(620), + [sym_hex_integer_literal] = ACTIONS(620), + [sym_octal_integer_literal] = ACTIONS(620), + [sym_binary_integer_literal] = ACTIONS(618), + [sym_decimal_floating_point_literal] = ACTIONS(618), + [sym_hex_floating_point_literal] = ACTIONS(620), + [sym_true] = ACTIONS(620), + [sym_false] = ACTIONS(620), + [sym_character_literal] = ACTIONS(618), + [anon_sym_DQUOTE] = ACTIONS(620), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(618), + [sym_null_literal] = ACTIONS(620), + [anon_sym_LPAREN] = ACTIONS(618), + [anon_sym_LT] = ACTIONS(618), + [anon_sym_PLUS] = ACTIONS(620), + [anon_sym_DASH] = ACTIONS(620), + [anon_sym_final] = ACTIONS(620), + [anon_sym_BANG] = ACTIONS(618), + [anon_sym_TILDE] = ACTIONS(618), + [anon_sym_PLUS_PLUS] = ACTIONS(618), + [anon_sym_DASH_DASH] = ACTIONS(618), + [anon_sym_new] = ACTIONS(620), + [anon_sym_class] = ACTIONS(620), + [anon_sym_switch] = ACTIONS(620), + [anon_sym_LBRACE] = ACTIONS(618), + [anon_sym_RBRACE] = ACTIONS(618), + [anon_sym_case] = ACTIONS(620), + [anon_sym_default] = ACTIONS(620), + [anon_sym_SEMI] = ACTIONS(618), + [anon_sym_assert] = ACTIONS(620), + [anon_sym_do] = ACTIONS(620), + [anon_sym_while] = ACTIONS(620), + [anon_sym_break] = ACTIONS(620), + [anon_sym_continue] = ACTIONS(620), + [anon_sym_return] = ACTIONS(620), + [anon_sym_yield] = ACTIONS(620), + [anon_sym_synchronized] = ACTIONS(620), + [anon_sym_throw] = ACTIONS(620), + [anon_sym_try] = ACTIONS(620), + [anon_sym_if] = ACTIONS(620), + [anon_sym_else] = ACTIONS(620), + [anon_sym_for] = ACTIONS(620), + [anon_sym_AT] = ACTIONS(620), + [anon_sym_open] = ACTIONS(620), + [anon_sym_module] = ACTIONS(620), + [anon_sym_static] = ACTIONS(620), + [anon_sym_with] = ACTIONS(620), + [anon_sym_package] = ACTIONS(620), + [anon_sym_import] = ACTIONS(620), + [anon_sym_enum] = ACTIONS(620), + [anon_sym_public] = ACTIONS(620), + [anon_sym_protected] = ACTIONS(620), + [anon_sym_private] = ACTIONS(620), + [anon_sym_abstract] = ACTIONS(620), + [anon_sym_strictfp] = ACTIONS(620), + [anon_sym_native] = ACTIONS(620), + [anon_sym_transient] = ACTIONS(620), + [anon_sym_volatile] = ACTIONS(620), + [anon_sym_sealed] = ACTIONS(620), + [anon_sym_non_DASHsealed] = ACTIONS(618), + [anon_sym_record] = ACTIONS(620), + [anon_sym_ATinterface] = ACTIONS(618), + [anon_sym_interface] = ACTIONS(620), + [anon_sym_byte] = ACTIONS(620), + [anon_sym_short] = ACTIONS(620), + [anon_sym_int] = ACTIONS(620), + [anon_sym_long] = ACTIONS(620), + [anon_sym_char] = ACTIONS(620), + [anon_sym_float] = ACTIONS(620), + [anon_sym_double] = ACTIONS(620), + [sym_boolean_type] = ACTIONS(620), + [sym_void_type] = ACTIONS(620), + [sym_this] = ACTIONS(620), + [sym_super] = ACTIONS(620), + [sym_line_comment] = ACTIONS(3), + [sym_block_comment] = ACTIONS(3), + }, + [238] = { + [ts_builtin_sym_end] = ACTIONS(622), + [sym_identifier] = ACTIONS(624), + [sym_decimal_integer_literal] = ACTIONS(624), + [sym_hex_integer_literal] = ACTIONS(624), + [sym_octal_integer_literal] = ACTIONS(624), + [sym_binary_integer_literal] = ACTIONS(622), + [sym_decimal_floating_point_literal] = ACTIONS(622), + [sym_hex_floating_point_literal] = ACTIONS(624), + [sym_true] = ACTIONS(624), + [sym_false] = ACTIONS(624), + [sym_character_literal] = ACTIONS(622), + [anon_sym_DQUOTE] = ACTIONS(624), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(622), + [sym_null_literal] = ACTIONS(624), + [anon_sym_LPAREN] = ACTIONS(622), + [anon_sym_LT] = ACTIONS(622), + [anon_sym_PLUS] = ACTIONS(624), + [anon_sym_DASH] = ACTIONS(624), + [anon_sym_final] = ACTIONS(624), + [anon_sym_BANG] = ACTIONS(622), + [anon_sym_TILDE] = ACTIONS(622), + [anon_sym_PLUS_PLUS] = ACTIONS(622), + [anon_sym_DASH_DASH] = ACTIONS(622), + [anon_sym_new] = ACTIONS(624), + [anon_sym_class] = ACTIONS(624), + [anon_sym_switch] = ACTIONS(624), + [anon_sym_LBRACE] = ACTIONS(622), + [anon_sym_RBRACE] = ACTIONS(622), + [anon_sym_case] = ACTIONS(624), + [anon_sym_default] = ACTIONS(624), + [anon_sym_SEMI] = ACTIONS(622), + [anon_sym_assert] = ACTIONS(624), + [anon_sym_do] = ACTIONS(624), + [anon_sym_while] = ACTIONS(624), + [anon_sym_break] = ACTIONS(624), + [anon_sym_continue] = ACTIONS(624), + [anon_sym_return] = ACTIONS(624), + [anon_sym_yield] = ACTIONS(624), + [anon_sym_synchronized] = ACTIONS(624), + [anon_sym_throw] = ACTIONS(624), + [anon_sym_try] = ACTIONS(624), + [anon_sym_if] = ACTIONS(624), + [anon_sym_else] = ACTIONS(624), + [anon_sym_for] = ACTIONS(624), + [anon_sym_AT] = ACTIONS(624), + [anon_sym_open] = ACTIONS(624), + [anon_sym_module] = ACTIONS(624), + [anon_sym_static] = ACTIONS(624), + [anon_sym_with] = ACTIONS(624), + [anon_sym_package] = ACTIONS(624), + [anon_sym_import] = ACTIONS(624), + [anon_sym_enum] = ACTIONS(624), + [anon_sym_public] = ACTIONS(624), + [anon_sym_protected] = ACTIONS(624), + [anon_sym_private] = ACTIONS(624), + [anon_sym_abstract] = ACTIONS(624), + [anon_sym_strictfp] = ACTIONS(624), + [anon_sym_native] = ACTIONS(624), + [anon_sym_transient] = ACTIONS(624), + [anon_sym_volatile] = ACTIONS(624), + [anon_sym_sealed] = ACTIONS(624), + [anon_sym_non_DASHsealed] = ACTIONS(622), + [anon_sym_record] = ACTIONS(624), + [anon_sym_ATinterface] = ACTIONS(622), + [anon_sym_interface] = ACTIONS(624), + [anon_sym_byte] = ACTIONS(624), + [anon_sym_short] = ACTIONS(624), + [anon_sym_int] = ACTIONS(624), + [anon_sym_long] = ACTIONS(624), + [anon_sym_char] = ACTIONS(624), + [anon_sym_float] = ACTIONS(624), + [anon_sym_double] = ACTIONS(624), + [sym_boolean_type] = ACTIONS(624), + [sym_void_type] = ACTIONS(624), + [sym_this] = ACTIONS(624), + [sym_super] = ACTIONS(624), + [sym_line_comment] = ACTIONS(3), + [sym_block_comment] = ACTIONS(3), + }, + [239] = { + [ts_builtin_sym_end] = ACTIONS(626), + [sym_identifier] = ACTIONS(628), + [sym_decimal_integer_literal] = ACTIONS(628), + [sym_hex_integer_literal] = ACTIONS(628), + [sym_octal_integer_literal] = ACTIONS(628), + [sym_binary_integer_literal] = ACTIONS(626), + [sym_decimal_floating_point_literal] = ACTIONS(626), + [sym_hex_floating_point_literal] = ACTIONS(628), + [sym_true] = ACTIONS(628), + [sym_false] = ACTIONS(628), + [sym_character_literal] = ACTIONS(626), + [anon_sym_DQUOTE] = ACTIONS(628), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(626), + [sym_null_literal] = ACTIONS(628), + [anon_sym_LPAREN] = ACTIONS(626), + [anon_sym_LT] = ACTIONS(626), + [anon_sym_PLUS] = ACTIONS(628), + [anon_sym_DASH] = ACTIONS(628), + [anon_sym_final] = ACTIONS(628), + [anon_sym_BANG] = ACTIONS(626), + [anon_sym_TILDE] = ACTIONS(626), + [anon_sym_PLUS_PLUS] = ACTIONS(626), + [anon_sym_DASH_DASH] = ACTIONS(626), + [anon_sym_new] = ACTIONS(628), + [anon_sym_class] = ACTIONS(628), + [anon_sym_switch] = ACTIONS(628), + [anon_sym_LBRACE] = ACTIONS(626), + [anon_sym_RBRACE] = ACTIONS(626), + [anon_sym_case] = ACTIONS(628), + [anon_sym_default] = ACTIONS(628), + [anon_sym_SEMI] = ACTIONS(626), + [anon_sym_assert] = ACTIONS(628), + [anon_sym_do] = ACTIONS(628), + [anon_sym_while] = ACTIONS(628), + [anon_sym_break] = ACTIONS(628), + [anon_sym_continue] = ACTIONS(628), + [anon_sym_return] = ACTIONS(628), + [anon_sym_yield] = ACTIONS(628), + [anon_sym_synchronized] = ACTIONS(628), + [anon_sym_throw] = ACTIONS(628), + [anon_sym_try] = ACTIONS(628), + [anon_sym_if] = ACTIONS(628), + [anon_sym_else] = ACTIONS(628), + [anon_sym_for] = ACTIONS(628), + [anon_sym_AT] = ACTIONS(628), + [anon_sym_open] = ACTIONS(628), + [anon_sym_module] = ACTIONS(628), + [anon_sym_static] = ACTIONS(628), + [anon_sym_with] = ACTIONS(628), + [anon_sym_package] = ACTIONS(628), + [anon_sym_import] = ACTIONS(628), + [anon_sym_enum] = ACTIONS(628), + [anon_sym_public] = ACTIONS(628), + [anon_sym_protected] = ACTIONS(628), + [anon_sym_private] = ACTIONS(628), + [anon_sym_abstract] = ACTIONS(628), + [anon_sym_strictfp] = ACTIONS(628), + [anon_sym_native] = ACTIONS(628), + [anon_sym_transient] = ACTIONS(628), + [anon_sym_volatile] = ACTIONS(628), + [anon_sym_sealed] = ACTIONS(628), + [anon_sym_non_DASHsealed] = ACTIONS(626), + [anon_sym_record] = ACTIONS(628), + [anon_sym_ATinterface] = ACTIONS(626), + [anon_sym_interface] = ACTIONS(628), + [anon_sym_byte] = ACTIONS(628), + [anon_sym_short] = ACTIONS(628), + [anon_sym_int] = ACTIONS(628), + [anon_sym_long] = ACTIONS(628), + [anon_sym_char] = ACTIONS(628), + [anon_sym_float] = ACTIONS(628), + [anon_sym_double] = ACTIONS(628), + [sym_boolean_type] = ACTIONS(628), + [sym_void_type] = ACTIONS(628), + [sym_this] = ACTIONS(628), + [sym_super] = ACTIONS(628), + [sym_line_comment] = ACTIONS(3), + [sym_block_comment] = ACTIONS(3), + }, + [240] = { + [ts_builtin_sym_end] = ACTIONS(630), + [sym_identifier] = ACTIONS(632), + [sym_decimal_integer_literal] = ACTIONS(632), + [sym_hex_integer_literal] = ACTIONS(632), + [sym_octal_integer_literal] = ACTIONS(632), + [sym_binary_integer_literal] = ACTIONS(630), + [sym_decimal_floating_point_literal] = ACTIONS(630), + [sym_hex_floating_point_literal] = ACTIONS(632), + [sym_true] = ACTIONS(632), + [sym_false] = ACTIONS(632), + [sym_character_literal] = ACTIONS(630), + [anon_sym_DQUOTE] = ACTIONS(632), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(630), + [sym_null_literal] = ACTIONS(632), + [anon_sym_LPAREN] = ACTIONS(630), + [anon_sym_LT] = ACTIONS(630), + [anon_sym_PLUS] = ACTIONS(632), + [anon_sym_DASH] = ACTIONS(632), + [anon_sym_final] = ACTIONS(632), + [anon_sym_BANG] = ACTIONS(630), + [anon_sym_TILDE] = ACTIONS(630), + [anon_sym_PLUS_PLUS] = ACTIONS(630), + [anon_sym_DASH_DASH] = ACTIONS(630), + [anon_sym_new] = ACTIONS(632), + [anon_sym_class] = ACTIONS(632), + [anon_sym_switch] = ACTIONS(632), + [anon_sym_LBRACE] = ACTIONS(630), + [anon_sym_RBRACE] = ACTIONS(630), + [anon_sym_case] = ACTIONS(632), + [anon_sym_default] = ACTIONS(632), + [anon_sym_SEMI] = ACTIONS(630), + [anon_sym_assert] = ACTIONS(632), + [anon_sym_do] = ACTIONS(632), + [anon_sym_while] = ACTIONS(632), + [anon_sym_break] = ACTIONS(632), + [anon_sym_continue] = ACTIONS(632), + [anon_sym_return] = ACTIONS(632), + [anon_sym_yield] = ACTIONS(632), + [anon_sym_synchronized] = ACTIONS(632), + [anon_sym_throw] = ACTIONS(632), + [anon_sym_try] = ACTIONS(632), + [anon_sym_if] = ACTIONS(632), + [anon_sym_else] = ACTIONS(632), + [anon_sym_for] = ACTIONS(632), + [anon_sym_AT] = ACTIONS(632), + [anon_sym_open] = ACTIONS(632), + [anon_sym_module] = ACTIONS(632), + [anon_sym_static] = ACTIONS(632), + [anon_sym_with] = ACTIONS(632), + [anon_sym_package] = ACTIONS(632), + [anon_sym_import] = ACTIONS(632), + [anon_sym_enum] = ACTIONS(632), + [anon_sym_public] = ACTIONS(632), + [anon_sym_protected] = ACTIONS(632), + [anon_sym_private] = ACTIONS(632), + [anon_sym_abstract] = ACTIONS(632), + [anon_sym_strictfp] = ACTIONS(632), + [anon_sym_native] = ACTIONS(632), + [anon_sym_transient] = ACTIONS(632), + [anon_sym_volatile] = ACTIONS(632), + [anon_sym_sealed] = ACTIONS(632), + [anon_sym_non_DASHsealed] = ACTIONS(630), + [anon_sym_record] = ACTIONS(632), + [anon_sym_ATinterface] = ACTIONS(630), + [anon_sym_interface] = ACTIONS(632), + [anon_sym_byte] = ACTIONS(632), + [anon_sym_short] = ACTIONS(632), + [anon_sym_int] = ACTIONS(632), + [anon_sym_long] = ACTIONS(632), + [anon_sym_char] = ACTIONS(632), + [anon_sym_float] = ACTIONS(632), + [anon_sym_double] = ACTIONS(632), + [sym_boolean_type] = ACTIONS(632), + [sym_void_type] = ACTIONS(632), + [sym_this] = ACTIONS(632), + [sym_super] = ACTIONS(632), + [sym_line_comment] = ACTIONS(3), + [sym_block_comment] = ACTIONS(3), + }, + [241] = { + [ts_builtin_sym_end] = ACTIONS(634), + [sym_identifier] = ACTIONS(636), + [sym_decimal_integer_literal] = ACTIONS(636), + [sym_hex_integer_literal] = ACTIONS(636), + [sym_octal_integer_literal] = ACTIONS(636), + [sym_binary_integer_literal] = ACTIONS(634), + [sym_decimal_floating_point_literal] = ACTIONS(634), + [sym_hex_floating_point_literal] = ACTIONS(636), + [sym_true] = ACTIONS(636), + [sym_false] = ACTIONS(636), + [sym_character_literal] = ACTIONS(634), + [anon_sym_DQUOTE] = ACTIONS(636), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(634), + [sym_null_literal] = ACTIONS(636), + [anon_sym_LPAREN] = ACTIONS(634), + [anon_sym_LT] = ACTIONS(634), + [anon_sym_PLUS] = ACTIONS(636), + [anon_sym_DASH] = ACTIONS(636), + [anon_sym_final] = ACTIONS(636), + [anon_sym_BANG] = ACTIONS(634), + [anon_sym_TILDE] = ACTIONS(634), + [anon_sym_PLUS_PLUS] = ACTIONS(634), + [anon_sym_DASH_DASH] = ACTIONS(634), + [anon_sym_new] = ACTIONS(636), + [anon_sym_class] = ACTIONS(636), + [anon_sym_switch] = ACTIONS(636), + [anon_sym_LBRACE] = ACTIONS(634), + [anon_sym_RBRACE] = ACTIONS(634), + [anon_sym_case] = ACTIONS(636), + [anon_sym_default] = ACTIONS(636), + [anon_sym_SEMI] = ACTIONS(634), + [anon_sym_assert] = ACTIONS(636), + [anon_sym_do] = ACTIONS(636), + [anon_sym_while] = ACTIONS(636), + [anon_sym_break] = ACTIONS(636), + [anon_sym_continue] = ACTIONS(636), + [anon_sym_return] = ACTIONS(636), + [anon_sym_yield] = ACTIONS(636), + [anon_sym_synchronized] = ACTIONS(636), + [anon_sym_throw] = ACTIONS(636), + [anon_sym_try] = ACTIONS(636), + [anon_sym_if] = ACTIONS(636), + [anon_sym_else] = ACTIONS(636), + [anon_sym_for] = ACTIONS(636), + [anon_sym_AT] = ACTIONS(636), + [anon_sym_open] = ACTIONS(636), + [anon_sym_module] = ACTIONS(636), + [anon_sym_static] = ACTIONS(636), + [anon_sym_with] = ACTIONS(636), + [anon_sym_package] = ACTIONS(636), + [anon_sym_import] = ACTIONS(636), + [anon_sym_enum] = ACTIONS(636), + [anon_sym_public] = ACTIONS(636), + [anon_sym_protected] = ACTIONS(636), + [anon_sym_private] = ACTIONS(636), + [anon_sym_abstract] = ACTIONS(636), + [anon_sym_strictfp] = ACTIONS(636), + [anon_sym_native] = ACTIONS(636), + [anon_sym_transient] = ACTIONS(636), + [anon_sym_volatile] = ACTIONS(636), + [anon_sym_sealed] = ACTIONS(636), + [anon_sym_non_DASHsealed] = ACTIONS(634), + [anon_sym_record] = ACTIONS(636), + [anon_sym_ATinterface] = ACTIONS(634), + [anon_sym_interface] = ACTIONS(636), + [anon_sym_byte] = ACTIONS(636), + [anon_sym_short] = ACTIONS(636), + [anon_sym_int] = ACTIONS(636), + [anon_sym_long] = ACTIONS(636), + [anon_sym_char] = ACTIONS(636), + [anon_sym_float] = ACTIONS(636), + [anon_sym_double] = ACTIONS(636), + [sym_boolean_type] = ACTIONS(636), + [sym_void_type] = ACTIONS(636), + [sym_this] = ACTIONS(636), + [sym_super] = ACTIONS(636), + [sym_line_comment] = ACTIONS(3), + [sym_block_comment] = ACTIONS(3), + }, + [242] = { + [ts_builtin_sym_end] = ACTIONS(638), + [sym_identifier] = ACTIONS(640), + [sym_decimal_integer_literal] = ACTIONS(640), + [sym_hex_integer_literal] = ACTIONS(640), + [sym_octal_integer_literal] = ACTIONS(640), + [sym_binary_integer_literal] = ACTIONS(638), + [sym_decimal_floating_point_literal] = ACTIONS(638), + [sym_hex_floating_point_literal] = ACTIONS(640), + [sym_true] = ACTIONS(640), + [sym_false] = ACTIONS(640), + [sym_character_literal] = ACTIONS(638), + [anon_sym_DQUOTE] = ACTIONS(640), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(638), + [sym_null_literal] = ACTIONS(640), + [anon_sym_LPAREN] = ACTIONS(638), + [anon_sym_LT] = ACTIONS(638), + [anon_sym_PLUS] = ACTIONS(640), + [anon_sym_DASH] = ACTIONS(640), + [anon_sym_final] = ACTIONS(640), + [anon_sym_BANG] = ACTIONS(638), + [anon_sym_TILDE] = ACTIONS(638), + [anon_sym_PLUS_PLUS] = ACTIONS(638), + [anon_sym_DASH_DASH] = ACTIONS(638), + [anon_sym_new] = ACTIONS(640), + [anon_sym_class] = ACTIONS(640), + [anon_sym_switch] = ACTIONS(640), + [anon_sym_LBRACE] = ACTIONS(638), + [anon_sym_RBRACE] = ACTIONS(638), + [anon_sym_case] = ACTIONS(640), + [anon_sym_default] = ACTIONS(640), + [anon_sym_SEMI] = ACTIONS(638), + [anon_sym_assert] = ACTIONS(640), + [anon_sym_do] = ACTIONS(640), + [anon_sym_while] = ACTIONS(640), + [anon_sym_break] = ACTIONS(640), + [anon_sym_continue] = ACTIONS(640), + [anon_sym_return] = ACTIONS(640), + [anon_sym_yield] = ACTIONS(640), + [anon_sym_synchronized] = ACTIONS(640), + [anon_sym_throw] = ACTIONS(640), + [anon_sym_try] = ACTIONS(640), + [anon_sym_if] = ACTIONS(640), + [anon_sym_else] = ACTIONS(640), + [anon_sym_for] = ACTIONS(640), + [anon_sym_AT] = ACTIONS(640), + [anon_sym_open] = ACTIONS(640), + [anon_sym_module] = ACTIONS(640), + [anon_sym_static] = ACTIONS(640), + [anon_sym_with] = ACTIONS(640), + [anon_sym_package] = ACTIONS(640), + [anon_sym_import] = ACTIONS(640), + [anon_sym_enum] = ACTIONS(640), + [anon_sym_public] = ACTIONS(640), + [anon_sym_protected] = ACTIONS(640), + [anon_sym_private] = ACTIONS(640), + [anon_sym_abstract] = ACTIONS(640), + [anon_sym_strictfp] = ACTIONS(640), + [anon_sym_native] = ACTIONS(640), + [anon_sym_transient] = ACTIONS(640), + [anon_sym_volatile] = ACTIONS(640), + [anon_sym_sealed] = ACTIONS(640), + [anon_sym_non_DASHsealed] = ACTIONS(638), + [anon_sym_record] = ACTIONS(640), + [anon_sym_ATinterface] = ACTIONS(638), + [anon_sym_interface] = ACTIONS(640), + [anon_sym_byte] = ACTIONS(640), + [anon_sym_short] = ACTIONS(640), + [anon_sym_int] = ACTIONS(640), + [anon_sym_long] = ACTIONS(640), + [anon_sym_char] = ACTIONS(640), + [anon_sym_float] = ACTIONS(640), + [anon_sym_double] = ACTIONS(640), + [sym_boolean_type] = ACTIONS(640), + [sym_void_type] = ACTIONS(640), + [sym_this] = ACTIONS(640), + [sym_super] = ACTIONS(640), + [sym_line_comment] = ACTIONS(3), + [sym_block_comment] = ACTIONS(3), + }, + [243] = { + [ts_builtin_sym_end] = ACTIONS(642), + [sym_identifier] = ACTIONS(644), + [sym_decimal_integer_literal] = ACTIONS(644), + [sym_hex_integer_literal] = ACTIONS(644), + [sym_octal_integer_literal] = ACTIONS(644), + [sym_binary_integer_literal] = ACTIONS(642), + [sym_decimal_floating_point_literal] = ACTIONS(642), + [sym_hex_floating_point_literal] = ACTIONS(644), + [sym_true] = ACTIONS(644), + [sym_false] = ACTIONS(644), + [sym_character_literal] = ACTIONS(642), + [anon_sym_DQUOTE] = ACTIONS(644), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(642), + [sym_null_literal] = ACTIONS(644), + [anon_sym_LPAREN] = ACTIONS(642), + [anon_sym_LT] = ACTIONS(642), + [anon_sym_PLUS] = ACTIONS(644), + [anon_sym_DASH] = ACTIONS(644), + [anon_sym_final] = ACTIONS(644), + [anon_sym_BANG] = ACTIONS(642), + [anon_sym_TILDE] = ACTIONS(642), + [anon_sym_PLUS_PLUS] = ACTIONS(642), + [anon_sym_DASH_DASH] = ACTIONS(642), + [anon_sym_new] = ACTIONS(644), + [anon_sym_class] = ACTIONS(644), + [anon_sym_switch] = ACTIONS(644), + [anon_sym_LBRACE] = ACTIONS(642), + [anon_sym_RBRACE] = ACTIONS(642), + [anon_sym_case] = ACTIONS(644), + [anon_sym_default] = ACTIONS(644), + [anon_sym_SEMI] = ACTIONS(642), + [anon_sym_assert] = ACTIONS(644), + [anon_sym_do] = ACTIONS(644), + [anon_sym_while] = ACTIONS(644), + [anon_sym_break] = ACTIONS(644), + [anon_sym_continue] = ACTIONS(644), + [anon_sym_return] = ACTIONS(644), + [anon_sym_yield] = ACTIONS(644), + [anon_sym_synchronized] = ACTIONS(644), + [anon_sym_throw] = ACTIONS(644), + [anon_sym_try] = ACTIONS(644), + [anon_sym_if] = ACTIONS(644), + [anon_sym_else] = ACTIONS(644), + [anon_sym_for] = ACTIONS(644), + [anon_sym_AT] = ACTIONS(644), + [anon_sym_open] = ACTIONS(644), + [anon_sym_module] = ACTIONS(644), + [anon_sym_static] = ACTIONS(644), + [anon_sym_with] = ACTIONS(644), + [anon_sym_package] = ACTIONS(644), + [anon_sym_import] = ACTIONS(644), + [anon_sym_enum] = ACTIONS(644), + [anon_sym_public] = ACTIONS(644), + [anon_sym_protected] = ACTIONS(644), + [anon_sym_private] = ACTIONS(644), + [anon_sym_abstract] = ACTIONS(644), + [anon_sym_strictfp] = ACTIONS(644), + [anon_sym_native] = ACTIONS(644), + [anon_sym_transient] = ACTIONS(644), + [anon_sym_volatile] = ACTIONS(644), + [anon_sym_sealed] = ACTIONS(644), + [anon_sym_non_DASHsealed] = ACTIONS(642), + [anon_sym_record] = ACTIONS(644), + [anon_sym_ATinterface] = ACTIONS(642), + [anon_sym_interface] = ACTIONS(644), + [anon_sym_byte] = ACTIONS(644), + [anon_sym_short] = ACTIONS(644), + [anon_sym_int] = ACTIONS(644), + [anon_sym_long] = ACTIONS(644), + [anon_sym_char] = ACTIONS(644), + [anon_sym_float] = ACTIONS(644), + [anon_sym_double] = ACTIONS(644), + [sym_boolean_type] = ACTIONS(644), + [sym_void_type] = ACTIONS(644), + [sym_this] = ACTIONS(644), + [sym_super] = ACTIONS(644), + [sym_line_comment] = ACTIONS(3), + [sym_block_comment] = ACTIONS(3), + }, + [244] = { + [ts_builtin_sym_end] = ACTIONS(646), + [sym_identifier] = ACTIONS(648), + [sym_decimal_integer_literal] = ACTIONS(648), + [sym_hex_integer_literal] = ACTIONS(648), + [sym_octal_integer_literal] = ACTIONS(648), + [sym_binary_integer_literal] = ACTIONS(646), + [sym_decimal_floating_point_literal] = ACTIONS(646), + [sym_hex_floating_point_literal] = ACTIONS(648), + [sym_true] = ACTIONS(648), + [sym_false] = ACTIONS(648), + [sym_character_literal] = ACTIONS(646), + [anon_sym_DQUOTE] = ACTIONS(648), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(646), + [sym_null_literal] = ACTIONS(648), + [anon_sym_LPAREN] = ACTIONS(646), + [anon_sym_LT] = ACTIONS(646), + [anon_sym_PLUS] = ACTIONS(648), + [anon_sym_DASH] = ACTIONS(648), + [anon_sym_final] = ACTIONS(648), + [anon_sym_BANG] = ACTIONS(646), + [anon_sym_TILDE] = ACTIONS(646), + [anon_sym_PLUS_PLUS] = ACTIONS(646), + [anon_sym_DASH_DASH] = ACTIONS(646), + [anon_sym_new] = ACTIONS(648), + [anon_sym_class] = ACTIONS(648), + [anon_sym_switch] = ACTIONS(648), + [anon_sym_LBRACE] = ACTIONS(646), + [anon_sym_RBRACE] = ACTIONS(646), + [anon_sym_case] = ACTIONS(648), + [anon_sym_default] = ACTIONS(648), + [anon_sym_SEMI] = ACTIONS(646), + [anon_sym_assert] = ACTIONS(648), + [anon_sym_do] = ACTIONS(648), + [anon_sym_while] = ACTIONS(648), + [anon_sym_break] = ACTIONS(648), + [anon_sym_continue] = ACTIONS(648), + [anon_sym_return] = ACTIONS(648), + [anon_sym_yield] = ACTIONS(648), + [anon_sym_synchronized] = ACTIONS(648), + [anon_sym_throw] = ACTIONS(648), + [anon_sym_try] = ACTIONS(648), + [anon_sym_if] = ACTIONS(648), + [anon_sym_else] = ACTIONS(648), + [anon_sym_for] = ACTIONS(648), + [anon_sym_AT] = ACTIONS(648), + [anon_sym_open] = ACTIONS(648), + [anon_sym_module] = ACTIONS(648), + [anon_sym_static] = ACTIONS(648), + [anon_sym_with] = ACTIONS(648), + [anon_sym_package] = ACTIONS(648), + [anon_sym_import] = ACTIONS(648), + [anon_sym_enum] = ACTIONS(648), + [anon_sym_public] = ACTIONS(648), + [anon_sym_protected] = ACTIONS(648), + [anon_sym_private] = ACTIONS(648), + [anon_sym_abstract] = ACTIONS(648), + [anon_sym_strictfp] = ACTIONS(648), + [anon_sym_native] = ACTIONS(648), + [anon_sym_transient] = ACTIONS(648), + [anon_sym_volatile] = ACTIONS(648), + [anon_sym_sealed] = ACTIONS(648), + [anon_sym_non_DASHsealed] = ACTIONS(646), + [anon_sym_record] = ACTIONS(648), + [anon_sym_ATinterface] = ACTIONS(646), + [anon_sym_interface] = ACTIONS(648), + [anon_sym_byte] = ACTIONS(648), + [anon_sym_short] = ACTIONS(648), + [anon_sym_int] = ACTIONS(648), + [anon_sym_long] = ACTIONS(648), + [anon_sym_char] = ACTIONS(648), + [anon_sym_float] = ACTIONS(648), + [anon_sym_double] = ACTIONS(648), + [sym_boolean_type] = ACTIONS(648), + [sym_void_type] = ACTIONS(648), + [sym_this] = ACTIONS(648), + [sym_super] = ACTIONS(648), + [sym_line_comment] = ACTIONS(3), + [sym_block_comment] = ACTIONS(3), + }, + [245] = { + [ts_builtin_sym_end] = ACTIONS(650), + [sym_identifier] = ACTIONS(652), + [sym_decimal_integer_literal] = ACTIONS(652), + [sym_hex_integer_literal] = ACTIONS(652), + [sym_octal_integer_literal] = ACTIONS(652), + [sym_binary_integer_literal] = ACTIONS(650), + [sym_decimal_floating_point_literal] = ACTIONS(650), + [sym_hex_floating_point_literal] = ACTIONS(652), + [sym_true] = ACTIONS(652), + [sym_false] = ACTIONS(652), + [sym_character_literal] = ACTIONS(650), + [anon_sym_DQUOTE] = ACTIONS(652), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(650), + [sym_null_literal] = ACTIONS(652), + [anon_sym_LPAREN] = ACTIONS(650), + [anon_sym_LT] = ACTIONS(650), + [anon_sym_PLUS] = ACTIONS(652), + [anon_sym_DASH] = ACTIONS(652), + [anon_sym_final] = ACTIONS(652), + [anon_sym_BANG] = ACTIONS(650), + [anon_sym_TILDE] = ACTIONS(650), + [anon_sym_PLUS_PLUS] = ACTIONS(650), + [anon_sym_DASH_DASH] = ACTIONS(650), + [anon_sym_new] = ACTIONS(652), + [anon_sym_class] = ACTIONS(652), + [anon_sym_switch] = ACTIONS(652), + [anon_sym_LBRACE] = ACTIONS(650), + [anon_sym_RBRACE] = ACTIONS(650), + [anon_sym_case] = ACTIONS(652), + [anon_sym_default] = ACTIONS(652), + [anon_sym_SEMI] = ACTIONS(650), + [anon_sym_assert] = ACTIONS(652), + [anon_sym_do] = ACTIONS(652), + [anon_sym_while] = ACTIONS(652), + [anon_sym_break] = ACTIONS(652), + [anon_sym_continue] = ACTIONS(652), + [anon_sym_return] = ACTIONS(652), + [anon_sym_yield] = ACTIONS(652), + [anon_sym_synchronized] = ACTIONS(652), + [anon_sym_throw] = ACTIONS(652), + [anon_sym_try] = ACTIONS(652), + [anon_sym_if] = ACTIONS(652), + [anon_sym_else] = ACTIONS(652), + [anon_sym_for] = ACTIONS(652), + [anon_sym_AT] = ACTIONS(652), + [anon_sym_open] = ACTIONS(652), + [anon_sym_module] = ACTIONS(652), + [anon_sym_static] = ACTIONS(652), + [anon_sym_with] = ACTIONS(652), + [anon_sym_package] = ACTIONS(652), + [anon_sym_import] = ACTIONS(652), + [anon_sym_enum] = ACTIONS(652), + [anon_sym_public] = ACTIONS(652), + [anon_sym_protected] = ACTIONS(652), + [anon_sym_private] = ACTIONS(652), + [anon_sym_abstract] = ACTIONS(652), + [anon_sym_strictfp] = ACTIONS(652), + [anon_sym_native] = ACTIONS(652), + [anon_sym_transient] = ACTIONS(652), + [anon_sym_volatile] = ACTIONS(652), + [anon_sym_sealed] = ACTIONS(652), + [anon_sym_non_DASHsealed] = ACTIONS(650), + [anon_sym_record] = ACTIONS(652), + [anon_sym_ATinterface] = ACTIONS(650), + [anon_sym_interface] = ACTIONS(652), + [anon_sym_byte] = ACTIONS(652), + [anon_sym_short] = ACTIONS(652), + [anon_sym_int] = ACTIONS(652), + [anon_sym_long] = ACTIONS(652), + [anon_sym_char] = ACTIONS(652), + [anon_sym_float] = ACTIONS(652), + [anon_sym_double] = ACTIONS(652), + [sym_boolean_type] = ACTIONS(652), + [sym_void_type] = ACTIONS(652), + [sym_this] = ACTIONS(652), + [sym_super] = ACTIONS(652), + [sym_line_comment] = ACTIONS(3), + [sym_block_comment] = ACTIONS(3), + }, + [246] = { + [ts_builtin_sym_end] = ACTIONS(654), + [sym_identifier] = ACTIONS(656), + [sym_decimal_integer_literal] = ACTIONS(656), + [sym_hex_integer_literal] = ACTIONS(656), + [sym_octal_integer_literal] = ACTIONS(656), + [sym_binary_integer_literal] = ACTIONS(654), + [sym_decimal_floating_point_literal] = ACTIONS(654), + [sym_hex_floating_point_literal] = ACTIONS(656), + [sym_true] = ACTIONS(656), + [sym_false] = ACTIONS(656), + [sym_character_literal] = ACTIONS(654), + [anon_sym_DQUOTE] = ACTIONS(656), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(654), + [sym_null_literal] = ACTIONS(656), + [anon_sym_LPAREN] = ACTIONS(654), + [anon_sym_LT] = ACTIONS(654), + [anon_sym_PLUS] = ACTIONS(656), + [anon_sym_DASH] = ACTIONS(656), + [anon_sym_final] = ACTIONS(656), + [anon_sym_BANG] = ACTIONS(654), + [anon_sym_TILDE] = ACTIONS(654), + [anon_sym_PLUS_PLUS] = ACTIONS(654), + [anon_sym_DASH_DASH] = ACTIONS(654), + [anon_sym_new] = ACTIONS(656), + [anon_sym_class] = ACTIONS(656), + [anon_sym_switch] = ACTIONS(656), + [anon_sym_LBRACE] = ACTIONS(654), + [anon_sym_RBRACE] = ACTIONS(654), + [anon_sym_case] = ACTIONS(656), + [anon_sym_default] = ACTIONS(656), + [anon_sym_SEMI] = ACTIONS(654), + [anon_sym_assert] = ACTIONS(656), + [anon_sym_do] = ACTIONS(656), + [anon_sym_while] = ACTIONS(656), + [anon_sym_break] = ACTIONS(656), + [anon_sym_continue] = ACTIONS(656), + [anon_sym_return] = ACTIONS(656), + [anon_sym_yield] = ACTIONS(656), + [anon_sym_synchronized] = ACTIONS(656), + [anon_sym_throw] = ACTIONS(656), + [anon_sym_try] = ACTIONS(656), + [anon_sym_if] = ACTIONS(656), + [anon_sym_else] = ACTIONS(656), + [anon_sym_for] = ACTIONS(656), + [anon_sym_AT] = ACTIONS(656), + [anon_sym_open] = ACTIONS(656), + [anon_sym_module] = ACTIONS(656), + [anon_sym_static] = ACTIONS(656), + [anon_sym_with] = ACTIONS(656), + [anon_sym_package] = ACTIONS(656), + [anon_sym_import] = ACTIONS(656), + [anon_sym_enum] = ACTIONS(656), + [anon_sym_public] = ACTIONS(656), + [anon_sym_protected] = ACTIONS(656), + [anon_sym_private] = ACTIONS(656), + [anon_sym_abstract] = ACTIONS(656), + [anon_sym_strictfp] = ACTIONS(656), + [anon_sym_native] = ACTIONS(656), + [anon_sym_transient] = ACTIONS(656), + [anon_sym_volatile] = ACTIONS(656), + [anon_sym_sealed] = ACTIONS(656), + [anon_sym_non_DASHsealed] = ACTIONS(654), + [anon_sym_record] = ACTIONS(656), + [anon_sym_ATinterface] = ACTIONS(654), + [anon_sym_interface] = ACTIONS(656), + [anon_sym_byte] = ACTIONS(656), + [anon_sym_short] = ACTIONS(656), + [anon_sym_int] = ACTIONS(656), + [anon_sym_long] = ACTIONS(656), + [anon_sym_char] = ACTIONS(656), + [anon_sym_float] = ACTIONS(656), + [anon_sym_double] = ACTIONS(656), + [sym_boolean_type] = ACTIONS(656), + [sym_void_type] = ACTIONS(656), + [sym_this] = ACTIONS(656), + [sym_super] = ACTIONS(656), + [sym_line_comment] = ACTIONS(3), + [sym_block_comment] = ACTIONS(3), + }, + [247] = { + [ts_builtin_sym_end] = ACTIONS(658), + [sym_identifier] = ACTIONS(660), + [sym_decimal_integer_literal] = ACTIONS(660), + [sym_hex_integer_literal] = ACTIONS(660), + [sym_octal_integer_literal] = ACTIONS(660), + [sym_binary_integer_literal] = ACTIONS(658), + [sym_decimal_floating_point_literal] = ACTIONS(658), + [sym_hex_floating_point_literal] = ACTIONS(660), + [sym_true] = ACTIONS(660), + [sym_false] = ACTIONS(660), + [sym_character_literal] = ACTIONS(658), + [anon_sym_DQUOTE] = ACTIONS(660), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(658), + [sym_null_literal] = ACTIONS(660), + [anon_sym_LPAREN] = ACTIONS(658), + [anon_sym_LT] = ACTIONS(658), + [anon_sym_PLUS] = ACTIONS(660), + [anon_sym_DASH] = ACTIONS(660), + [anon_sym_final] = ACTIONS(660), + [anon_sym_BANG] = ACTIONS(658), + [anon_sym_TILDE] = ACTIONS(658), + [anon_sym_PLUS_PLUS] = ACTIONS(658), + [anon_sym_DASH_DASH] = ACTIONS(658), + [anon_sym_new] = ACTIONS(660), + [anon_sym_class] = ACTIONS(660), + [anon_sym_switch] = ACTIONS(660), + [anon_sym_LBRACE] = ACTIONS(658), + [anon_sym_RBRACE] = ACTIONS(658), + [anon_sym_case] = ACTIONS(660), + [anon_sym_default] = ACTIONS(660), + [anon_sym_SEMI] = ACTIONS(658), + [anon_sym_assert] = ACTIONS(660), + [anon_sym_do] = ACTIONS(660), + [anon_sym_while] = ACTIONS(660), + [anon_sym_break] = ACTIONS(660), + [anon_sym_continue] = ACTIONS(660), + [anon_sym_return] = ACTIONS(660), + [anon_sym_yield] = ACTIONS(660), + [anon_sym_synchronized] = ACTIONS(660), + [anon_sym_throw] = ACTIONS(660), + [anon_sym_try] = ACTIONS(660), + [anon_sym_if] = ACTIONS(660), + [anon_sym_else] = ACTIONS(660), + [anon_sym_for] = ACTIONS(660), + [anon_sym_AT] = ACTIONS(660), + [anon_sym_open] = ACTIONS(660), + [anon_sym_module] = ACTIONS(660), + [anon_sym_static] = ACTIONS(660), + [anon_sym_with] = ACTIONS(660), + [anon_sym_package] = ACTIONS(660), + [anon_sym_import] = ACTIONS(660), + [anon_sym_enum] = ACTIONS(660), + [anon_sym_public] = ACTIONS(660), + [anon_sym_protected] = ACTIONS(660), + [anon_sym_private] = ACTIONS(660), + [anon_sym_abstract] = ACTIONS(660), + [anon_sym_strictfp] = ACTIONS(660), + [anon_sym_native] = ACTIONS(660), + [anon_sym_transient] = ACTIONS(660), + [anon_sym_volatile] = ACTIONS(660), + [anon_sym_sealed] = ACTIONS(660), + [anon_sym_non_DASHsealed] = ACTIONS(658), + [anon_sym_record] = ACTIONS(660), + [anon_sym_ATinterface] = ACTIONS(658), + [anon_sym_interface] = ACTIONS(660), + [anon_sym_byte] = ACTIONS(660), + [anon_sym_short] = ACTIONS(660), + [anon_sym_int] = ACTIONS(660), + [anon_sym_long] = ACTIONS(660), + [anon_sym_char] = ACTIONS(660), + [anon_sym_float] = ACTIONS(660), + [anon_sym_double] = ACTIONS(660), + [sym_boolean_type] = ACTIONS(660), + [sym_void_type] = ACTIONS(660), + [sym_this] = ACTIONS(660), + [sym_super] = ACTIONS(660), + [sym_line_comment] = ACTIONS(3), + [sym_block_comment] = ACTIONS(3), + }, + [248] = { + [ts_builtin_sym_end] = ACTIONS(662), + [sym_identifier] = ACTIONS(664), + [sym_decimal_integer_literal] = ACTIONS(664), + [sym_hex_integer_literal] = ACTIONS(664), + [sym_octal_integer_literal] = ACTIONS(664), + [sym_binary_integer_literal] = ACTIONS(662), + [sym_decimal_floating_point_literal] = ACTIONS(662), + [sym_hex_floating_point_literal] = ACTIONS(664), + [sym_true] = ACTIONS(664), + [sym_false] = ACTIONS(664), + [sym_character_literal] = ACTIONS(662), + [anon_sym_DQUOTE] = ACTIONS(664), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(662), + [sym_null_literal] = ACTIONS(664), + [anon_sym_LPAREN] = ACTIONS(662), + [anon_sym_LT] = ACTIONS(662), + [anon_sym_PLUS] = ACTIONS(664), + [anon_sym_DASH] = ACTIONS(664), + [anon_sym_final] = ACTIONS(664), + [anon_sym_BANG] = ACTIONS(662), + [anon_sym_TILDE] = ACTIONS(662), + [anon_sym_PLUS_PLUS] = ACTIONS(662), + [anon_sym_DASH_DASH] = ACTIONS(662), + [anon_sym_new] = ACTIONS(664), + [anon_sym_class] = ACTIONS(664), + [anon_sym_switch] = ACTIONS(664), + [anon_sym_LBRACE] = ACTIONS(662), + [anon_sym_RBRACE] = ACTIONS(662), + [anon_sym_case] = ACTIONS(664), + [anon_sym_default] = ACTIONS(664), + [anon_sym_SEMI] = ACTIONS(662), + [anon_sym_assert] = ACTIONS(664), + [anon_sym_do] = ACTIONS(664), + [anon_sym_while] = ACTIONS(664), + [anon_sym_break] = ACTIONS(664), + [anon_sym_continue] = ACTIONS(664), + [anon_sym_return] = ACTIONS(664), + [anon_sym_yield] = ACTIONS(664), + [anon_sym_synchronized] = ACTIONS(664), + [anon_sym_throw] = ACTIONS(664), + [anon_sym_try] = ACTIONS(664), + [anon_sym_if] = ACTIONS(664), + [anon_sym_else] = ACTIONS(664), + [anon_sym_for] = ACTIONS(664), + [anon_sym_AT] = ACTIONS(664), + [anon_sym_open] = ACTIONS(664), + [anon_sym_module] = ACTIONS(664), + [anon_sym_static] = ACTIONS(664), + [anon_sym_with] = ACTIONS(664), + [anon_sym_package] = ACTIONS(664), + [anon_sym_import] = ACTIONS(664), + [anon_sym_enum] = ACTIONS(664), + [anon_sym_public] = ACTIONS(664), + [anon_sym_protected] = ACTIONS(664), + [anon_sym_private] = ACTIONS(664), + [anon_sym_abstract] = ACTIONS(664), + [anon_sym_strictfp] = ACTIONS(664), + [anon_sym_native] = ACTIONS(664), + [anon_sym_transient] = ACTIONS(664), + [anon_sym_volatile] = ACTIONS(664), + [anon_sym_sealed] = ACTIONS(664), + [anon_sym_non_DASHsealed] = ACTIONS(662), + [anon_sym_record] = ACTIONS(664), + [anon_sym_ATinterface] = ACTIONS(662), + [anon_sym_interface] = ACTIONS(664), + [anon_sym_byte] = ACTIONS(664), + [anon_sym_short] = ACTIONS(664), + [anon_sym_int] = ACTIONS(664), + [anon_sym_long] = ACTIONS(664), + [anon_sym_char] = ACTIONS(664), + [anon_sym_float] = ACTIONS(664), + [anon_sym_double] = ACTIONS(664), + [sym_boolean_type] = ACTIONS(664), + [sym_void_type] = ACTIONS(664), + [sym_this] = ACTIONS(664), + [sym_super] = ACTIONS(664), + [sym_line_comment] = ACTIONS(3), + [sym_block_comment] = ACTIONS(3), + }, + [249] = { + [ts_builtin_sym_end] = ACTIONS(666), + [sym_identifier] = ACTIONS(668), + [sym_decimal_integer_literal] = ACTIONS(668), + [sym_hex_integer_literal] = ACTIONS(668), + [sym_octal_integer_literal] = ACTIONS(668), + [sym_binary_integer_literal] = ACTIONS(666), + [sym_decimal_floating_point_literal] = ACTIONS(666), + [sym_hex_floating_point_literal] = ACTIONS(668), + [sym_true] = ACTIONS(668), + [sym_false] = ACTIONS(668), + [sym_character_literal] = ACTIONS(666), + [anon_sym_DQUOTE] = ACTIONS(668), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(666), + [sym_null_literal] = ACTIONS(668), + [anon_sym_LPAREN] = ACTIONS(666), + [anon_sym_LT] = ACTIONS(666), + [anon_sym_PLUS] = ACTIONS(668), + [anon_sym_DASH] = ACTIONS(668), + [anon_sym_final] = ACTIONS(668), + [anon_sym_BANG] = ACTIONS(666), + [anon_sym_TILDE] = ACTIONS(666), + [anon_sym_PLUS_PLUS] = ACTIONS(666), + [anon_sym_DASH_DASH] = ACTIONS(666), + [anon_sym_new] = ACTIONS(668), + [anon_sym_class] = ACTIONS(668), + [anon_sym_switch] = ACTIONS(668), + [anon_sym_LBRACE] = ACTIONS(666), + [anon_sym_RBRACE] = ACTIONS(666), + [anon_sym_case] = ACTIONS(668), + [anon_sym_default] = ACTIONS(668), + [anon_sym_SEMI] = ACTIONS(666), + [anon_sym_assert] = ACTIONS(668), + [anon_sym_do] = ACTIONS(668), + [anon_sym_while] = ACTIONS(668), + [anon_sym_break] = ACTIONS(668), + [anon_sym_continue] = ACTIONS(668), + [anon_sym_return] = ACTIONS(668), + [anon_sym_yield] = ACTIONS(668), + [anon_sym_synchronized] = ACTIONS(668), + [anon_sym_throw] = ACTIONS(668), + [anon_sym_try] = ACTIONS(668), + [anon_sym_if] = ACTIONS(668), + [anon_sym_else] = ACTIONS(668), + [anon_sym_for] = ACTIONS(668), + [anon_sym_AT] = ACTIONS(668), + [anon_sym_open] = ACTIONS(668), + [anon_sym_module] = ACTIONS(668), + [anon_sym_static] = ACTIONS(668), + [anon_sym_with] = ACTIONS(668), + [anon_sym_package] = ACTIONS(668), + [anon_sym_import] = ACTIONS(668), + [anon_sym_enum] = ACTIONS(668), + [anon_sym_public] = ACTIONS(668), + [anon_sym_protected] = ACTIONS(668), + [anon_sym_private] = ACTIONS(668), + [anon_sym_abstract] = ACTIONS(668), + [anon_sym_strictfp] = ACTIONS(668), + [anon_sym_native] = ACTIONS(668), + [anon_sym_transient] = ACTIONS(668), + [anon_sym_volatile] = ACTIONS(668), + [anon_sym_sealed] = ACTIONS(668), + [anon_sym_non_DASHsealed] = ACTIONS(666), + [anon_sym_record] = ACTIONS(668), + [anon_sym_ATinterface] = ACTIONS(666), + [anon_sym_interface] = ACTIONS(668), + [anon_sym_byte] = ACTIONS(668), + [anon_sym_short] = ACTIONS(668), + [anon_sym_int] = ACTIONS(668), + [anon_sym_long] = ACTIONS(668), + [anon_sym_char] = ACTIONS(668), + [anon_sym_float] = ACTIONS(668), + [anon_sym_double] = ACTIONS(668), + [sym_boolean_type] = ACTIONS(668), + [sym_void_type] = ACTIONS(668), + [sym_this] = ACTIONS(668), + [sym_super] = ACTIONS(668), + [sym_line_comment] = ACTIONS(3), + [sym_block_comment] = ACTIONS(3), + }, + [250] = { + [ts_builtin_sym_end] = ACTIONS(670), + [sym_identifier] = ACTIONS(672), + [sym_decimal_integer_literal] = ACTIONS(672), + [sym_hex_integer_literal] = ACTIONS(672), + [sym_octal_integer_literal] = ACTIONS(672), + [sym_binary_integer_literal] = ACTIONS(670), + [sym_decimal_floating_point_literal] = ACTIONS(670), + [sym_hex_floating_point_literal] = ACTIONS(672), + [sym_true] = ACTIONS(672), + [sym_false] = ACTIONS(672), + [sym_character_literal] = ACTIONS(670), + [anon_sym_DQUOTE] = ACTIONS(672), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(670), + [sym_null_literal] = ACTIONS(672), + [anon_sym_LPAREN] = ACTIONS(670), + [anon_sym_LT] = ACTIONS(670), + [anon_sym_PLUS] = ACTIONS(672), + [anon_sym_DASH] = ACTIONS(672), + [anon_sym_final] = ACTIONS(672), + [anon_sym_BANG] = ACTIONS(670), + [anon_sym_TILDE] = ACTIONS(670), + [anon_sym_PLUS_PLUS] = ACTIONS(670), + [anon_sym_DASH_DASH] = ACTIONS(670), + [anon_sym_new] = ACTIONS(672), + [anon_sym_class] = ACTIONS(672), + [anon_sym_switch] = ACTIONS(672), + [anon_sym_LBRACE] = ACTIONS(670), + [anon_sym_RBRACE] = ACTIONS(670), + [anon_sym_case] = ACTIONS(672), + [anon_sym_default] = ACTIONS(672), + [anon_sym_SEMI] = ACTIONS(670), + [anon_sym_assert] = ACTIONS(672), + [anon_sym_do] = ACTIONS(672), + [anon_sym_while] = ACTIONS(672), + [anon_sym_break] = ACTIONS(672), + [anon_sym_continue] = ACTIONS(672), + [anon_sym_return] = ACTIONS(672), + [anon_sym_yield] = ACTIONS(672), + [anon_sym_synchronized] = ACTIONS(672), + [anon_sym_throw] = ACTIONS(672), + [anon_sym_try] = ACTIONS(672), + [anon_sym_if] = ACTIONS(672), + [anon_sym_else] = ACTIONS(672), + [anon_sym_for] = ACTIONS(672), + [anon_sym_AT] = ACTIONS(672), + [anon_sym_open] = ACTIONS(672), + [anon_sym_module] = ACTIONS(672), + [anon_sym_static] = ACTIONS(672), + [anon_sym_with] = ACTIONS(672), + [anon_sym_package] = ACTIONS(672), + [anon_sym_import] = ACTIONS(672), + [anon_sym_enum] = ACTIONS(672), + [anon_sym_public] = ACTIONS(672), + [anon_sym_protected] = ACTIONS(672), + [anon_sym_private] = ACTIONS(672), + [anon_sym_abstract] = ACTIONS(672), + [anon_sym_strictfp] = ACTIONS(672), + [anon_sym_native] = ACTIONS(672), + [anon_sym_transient] = ACTIONS(672), + [anon_sym_volatile] = ACTIONS(672), + [anon_sym_sealed] = ACTIONS(672), + [anon_sym_non_DASHsealed] = ACTIONS(670), + [anon_sym_record] = ACTIONS(672), + [anon_sym_ATinterface] = ACTIONS(670), + [anon_sym_interface] = ACTIONS(672), + [anon_sym_byte] = ACTIONS(672), + [anon_sym_short] = ACTIONS(672), + [anon_sym_int] = ACTIONS(672), + [anon_sym_long] = ACTIONS(672), + [anon_sym_char] = ACTIONS(672), + [anon_sym_float] = ACTIONS(672), + [anon_sym_double] = ACTIONS(672), + [sym_boolean_type] = ACTIONS(672), + [sym_void_type] = ACTIONS(672), + [sym_this] = ACTIONS(672), + [sym_super] = ACTIONS(672), + [sym_line_comment] = ACTIONS(3), + [sym_block_comment] = ACTIONS(3), + }, + [251] = { + [ts_builtin_sym_end] = ACTIONS(674), + [sym_identifier] = ACTIONS(676), + [sym_decimal_integer_literal] = ACTIONS(676), + [sym_hex_integer_literal] = ACTIONS(676), + [sym_octal_integer_literal] = ACTIONS(676), + [sym_binary_integer_literal] = ACTIONS(674), + [sym_decimal_floating_point_literal] = ACTIONS(674), + [sym_hex_floating_point_literal] = ACTIONS(676), + [sym_true] = ACTIONS(676), + [sym_false] = ACTIONS(676), + [sym_character_literal] = ACTIONS(674), + [anon_sym_DQUOTE] = ACTIONS(676), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(674), + [sym_null_literal] = ACTIONS(676), + [anon_sym_LPAREN] = ACTIONS(674), + [anon_sym_LT] = ACTIONS(674), + [anon_sym_PLUS] = ACTIONS(676), + [anon_sym_DASH] = ACTIONS(676), + [anon_sym_final] = ACTIONS(676), + [anon_sym_BANG] = ACTIONS(674), + [anon_sym_TILDE] = ACTIONS(674), + [anon_sym_PLUS_PLUS] = ACTIONS(674), + [anon_sym_DASH_DASH] = ACTIONS(674), + [anon_sym_new] = ACTIONS(676), + [anon_sym_class] = ACTIONS(676), + [anon_sym_switch] = ACTIONS(676), + [anon_sym_LBRACE] = ACTIONS(674), + [anon_sym_RBRACE] = ACTIONS(674), + [anon_sym_case] = ACTIONS(676), + [anon_sym_default] = ACTIONS(676), + [anon_sym_SEMI] = ACTIONS(674), + [anon_sym_assert] = ACTIONS(676), + [anon_sym_do] = ACTIONS(676), + [anon_sym_while] = ACTIONS(676), + [anon_sym_break] = ACTIONS(676), + [anon_sym_continue] = ACTIONS(676), + [anon_sym_return] = ACTIONS(676), + [anon_sym_yield] = ACTIONS(676), + [anon_sym_synchronized] = ACTIONS(676), + [anon_sym_throw] = ACTIONS(676), + [anon_sym_try] = ACTIONS(676), + [anon_sym_if] = ACTIONS(676), + [anon_sym_else] = ACTIONS(676), + [anon_sym_for] = ACTIONS(676), + [anon_sym_AT] = ACTIONS(676), + [anon_sym_open] = ACTIONS(676), + [anon_sym_module] = ACTIONS(676), + [anon_sym_static] = ACTIONS(676), + [anon_sym_with] = ACTIONS(676), + [anon_sym_package] = ACTIONS(676), + [anon_sym_import] = ACTIONS(676), + [anon_sym_enum] = ACTIONS(676), + [anon_sym_public] = ACTIONS(676), + [anon_sym_protected] = ACTIONS(676), + [anon_sym_private] = ACTIONS(676), + [anon_sym_abstract] = ACTIONS(676), + [anon_sym_strictfp] = ACTIONS(676), + [anon_sym_native] = ACTIONS(676), + [anon_sym_transient] = ACTIONS(676), + [anon_sym_volatile] = ACTIONS(676), + [anon_sym_sealed] = ACTIONS(676), + [anon_sym_non_DASHsealed] = ACTIONS(674), + [anon_sym_record] = ACTIONS(676), + [anon_sym_ATinterface] = ACTIONS(674), + [anon_sym_interface] = ACTIONS(676), + [anon_sym_byte] = ACTIONS(676), + [anon_sym_short] = ACTIONS(676), + [anon_sym_int] = ACTIONS(676), + [anon_sym_long] = ACTIONS(676), + [anon_sym_char] = ACTIONS(676), + [anon_sym_float] = ACTIONS(676), + [anon_sym_double] = ACTIONS(676), + [sym_boolean_type] = ACTIONS(676), + [sym_void_type] = ACTIONS(676), + [sym_this] = ACTIONS(676), + [sym_super] = ACTIONS(676), + [sym_line_comment] = ACTIONS(3), + [sym_block_comment] = ACTIONS(3), + }, + [252] = { + [ts_builtin_sym_end] = ACTIONS(678), + [sym_identifier] = ACTIONS(680), + [sym_decimal_integer_literal] = ACTIONS(680), + [sym_hex_integer_literal] = ACTIONS(680), + [sym_octal_integer_literal] = ACTIONS(680), + [sym_binary_integer_literal] = ACTIONS(678), + [sym_decimal_floating_point_literal] = ACTIONS(678), + [sym_hex_floating_point_literal] = ACTIONS(680), + [sym_true] = ACTIONS(680), + [sym_false] = ACTIONS(680), + [sym_character_literal] = ACTIONS(678), + [anon_sym_DQUOTE] = ACTIONS(680), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(678), + [sym_null_literal] = ACTIONS(680), + [anon_sym_LPAREN] = ACTIONS(678), + [anon_sym_LT] = ACTIONS(678), + [anon_sym_PLUS] = ACTIONS(680), + [anon_sym_DASH] = ACTIONS(680), + [anon_sym_final] = ACTIONS(680), + [anon_sym_BANG] = ACTIONS(678), + [anon_sym_TILDE] = ACTIONS(678), + [anon_sym_PLUS_PLUS] = ACTIONS(678), + [anon_sym_DASH_DASH] = ACTIONS(678), + [anon_sym_new] = ACTIONS(680), + [anon_sym_class] = ACTIONS(680), + [anon_sym_switch] = ACTIONS(680), + [anon_sym_LBRACE] = ACTIONS(678), + [anon_sym_RBRACE] = ACTIONS(678), + [anon_sym_case] = ACTIONS(680), + [anon_sym_default] = ACTIONS(680), + [anon_sym_SEMI] = ACTIONS(678), + [anon_sym_assert] = ACTIONS(680), + [anon_sym_do] = ACTIONS(680), + [anon_sym_while] = ACTIONS(680), + [anon_sym_break] = ACTIONS(680), + [anon_sym_continue] = ACTIONS(680), + [anon_sym_return] = ACTIONS(680), + [anon_sym_yield] = ACTIONS(680), + [anon_sym_synchronized] = ACTIONS(680), + [anon_sym_throw] = ACTIONS(680), + [anon_sym_try] = ACTIONS(680), + [anon_sym_if] = ACTIONS(680), + [anon_sym_else] = ACTIONS(680), + [anon_sym_for] = ACTIONS(680), + [anon_sym_AT] = ACTIONS(680), + [anon_sym_open] = ACTIONS(680), + [anon_sym_module] = ACTIONS(680), + [anon_sym_static] = ACTIONS(680), + [anon_sym_with] = ACTIONS(680), + [anon_sym_package] = ACTIONS(680), + [anon_sym_import] = ACTIONS(680), + [anon_sym_enum] = ACTIONS(680), + [anon_sym_public] = ACTIONS(680), + [anon_sym_protected] = ACTIONS(680), + [anon_sym_private] = ACTIONS(680), + [anon_sym_abstract] = ACTIONS(680), + [anon_sym_strictfp] = ACTIONS(680), + [anon_sym_native] = ACTIONS(680), + [anon_sym_transient] = ACTIONS(680), + [anon_sym_volatile] = ACTIONS(680), + [anon_sym_sealed] = ACTIONS(680), + [anon_sym_non_DASHsealed] = ACTIONS(678), + [anon_sym_record] = ACTIONS(680), + [anon_sym_ATinterface] = ACTIONS(678), + [anon_sym_interface] = ACTIONS(680), + [anon_sym_byte] = ACTIONS(680), + [anon_sym_short] = ACTIONS(680), + [anon_sym_int] = ACTIONS(680), + [anon_sym_long] = ACTIONS(680), + [anon_sym_char] = ACTIONS(680), + [anon_sym_float] = ACTIONS(680), + [anon_sym_double] = ACTIONS(680), + [sym_boolean_type] = ACTIONS(680), + [sym_void_type] = ACTIONS(680), + [sym_this] = ACTIONS(680), + [sym_super] = ACTIONS(680), + [sym_line_comment] = ACTIONS(3), + [sym_block_comment] = ACTIONS(3), + }, + [253] = { + [ts_builtin_sym_end] = ACTIONS(682), + [sym_identifier] = ACTIONS(684), + [sym_decimal_integer_literal] = ACTIONS(684), + [sym_hex_integer_literal] = ACTIONS(684), + [sym_octal_integer_literal] = ACTIONS(684), + [sym_binary_integer_literal] = ACTIONS(682), + [sym_decimal_floating_point_literal] = ACTIONS(682), + [sym_hex_floating_point_literal] = ACTIONS(684), + [sym_true] = ACTIONS(684), + [sym_false] = ACTIONS(684), + [sym_character_literal] = ACTIONS(682), + [anon_sym_DQUOTE] = ACTIONS(684), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(682), + [sym_null_literal] = ACTIONS(684), + [anon_sym_LPAREN] = ACTIONS(682), + [anon_sym_LT] = ACTIONS(682), + [anon_sym_PLUS] = ACTIONS(684), + [anon_sym_DASH] = ACTIONS(684), + [anon_sym_final] = ACTIONS(684), + [anon_sym_BANG] = ACTIONS(682), + [anon_sym_TILDE] = ACTIONS(682), + [anon_sym_PLUS_PLUS] = ACTIONS(682), + [anon_sym_DASH_DASH] = ACTIONS(682), + [anon_sym_new] = ACTIONS(684), + [anon_sym_class] = ACTIONS(684), + [anon_sym_switch] = ACTIONS(684), + [anon_sym_LBRACE] = ACTIONS(682), + [anon_sym_RBRACE] = ACTIONS(682), + [anon_sym_case] = ACTIONS(684), + [anon_sym_default] = ACTIONS(684), + [anon_sym_SEMI] = ACTIONS(682), + [anon_sym_assert] = ACTIONS(684), + [anon_sym_do] = ACTIONS(684), + [anon_sym_while] = ACTIONS(684), + [anon_sym_break] = ACTIONS(684), + [anon_sym_continue] = ACTIONS(684), + [anon_sym_return] = ACTIONS(684), + [anon_sym_yield] = ACTIONS(684), + [anon_sym_synchronized] = ACTIONS(684), + [anon_sym_throw] = ACTIONS(684), + [anon_sym_try] = ACTIONS(684), + [anon_sym_if] = ACTIONS(684), + [anon_sym_else] = ACTIONS(684), + [anon_sym_for] = ACTIONS(684), + [anon_sym_AT] = ACTIONS(684), + [anon_sym_open] = ACTIONS(684), + [anon_sym_module] = ACTIONS(684), + [anon_sym_static] = ACTIONS(684), + [anon_sym_with] = ACTIONS(684), + [anon_sym_package] = ACTIONS(684), + [anon_sym_import] = ACTIONS(684), + [anon_sym_enum] = ACTIONS(684), + [anon_sym_public] = ACTIONS(684), + [anon_sym_protected] = ACTIONS(684), + [anon_sym_private] = ACTIONS(684), + [anon_sym_abstract] = ACTIONS(684), + [anon_sym_strictfp] = ACTIONS(684), + [anon_sym_native] = ACTIONS(684), + [anon_sym_transient] = ACTIONS(684), + [anon_sym_volatile] = ACTIONS(684), + [anon_sym_sealed] = ACTIONS(684), + [anon_sym_non_DASHsealed] = ACTIONS(682), + [anon_sym_record] = ACTIONS(684), + [anon_sym_ATinterface] = ACTIONS(682), + [anon_sym_interface] = ACTIONS(684), + [anon_sym_byte] = ACTIONS(684), + [anon_sym_short] = ACTIONS(684), + [anon_sym_int] = ACTIONS(684), + [anon_sym_long] = ACTIONS(684), + [anon_sym_char] = ACTIONS(684), + [anon_sym_float] = ACTIONS(684), + [anon_sym_double] = ACTIONS(684), + [sym_boolean_type] = ACTIONS(684), + [sym_void_type] = ACTIONS(684), + [sym_this] = ACTIONS(684), + [sym_super] = ACTIONS(684), + [sym_line_comment] = ACTIONS(3), + [sym_block_comment] = ACTIONS(3), + }, + [254] = { + [ts_builtin_sym_end] = ACTIONS(686), + [sym_identifier] = ACTIONS(688), + [sym_decimal_integer_literal] = ACTIONS(688), + [sym_hex_integer_literal] = ACTIONS(688), + [sym_octal_integer_literal] = ACTIONS(688), + [sym_binary_integer_literal] = ACTIONS(686), + [sym_decimal_floating_point_literal] = ACTIONS(686), + [sym_hex_floating_point_literal] = ACTIONS(688), + [sym_true] = ACTIONS(688), + [sym_false] = ACTIONS(688), + [sym_character_literal] = ACTIONS(686), + [anon_sym_DQUOTE] = ACTIONS(688), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(686), + [sym_null_literal] = ACTIONS(688), + [anon_sym_LPAREN] = ACTIONS(686), + [anon_sym_LT] = ACTIONS(686), + [anon_sym_PLUS] = ACTIONS(688), + [anon_sym_DASH] = ACTIONS(688), + [anon_sym_final] = ACTIONS(688), + [anon_sym_BANG] = ACTIONS(686), + [anon_sym_TILDE] = ACTIONS(686), + [anon_sym_PLUS_PLUS] = ACTIONS(686), + [anon_sym_DASH_DASH] = ACTIONS(686), + [anon_sym_new] = ACTIONS(688), + [anon_sym_class] = ACTIONS(688), + [anon_sym_switch] = ACTIONS(688), + [anon_sym_LBRACE] = ACTIONS(686), + [anon_sym_RBRACE] = ACTIONS(686), + [anon_sym_case] = ACTIONS(688), + [anon_sym_default] = ACTIONS(688), + [anon_sym_SEMI] = ACTIONS(686), + [anon_sym_assert] = ACTIONS(688), + [anon_sym_do] = ACTIONS(688), + [anon_sym_while] = ACTIONS(688), + [anon_sym_break] = ACTIONS(688), + [anon_sym_continue] = ACTIONS(688), + [anon_sym_return] = ACTIONS(688), + [anon_sym_yield] = ACTIONS(688), + [anon_sym_synchronized] = ACTIONS(688), + [anon_sym_throw] = ACTIONS(688), + [anon_sym_try] = ACTIONS(688), + [anon_sym_if] = ACTIONS(688), + [anon_sym_else] = ACTIONS(688), + [anon_sym_for] = ACTIONS(688), + [anon_sym_AT] = ACTIONS(688), + [anon_sym_open] = ACTIONS(688), + [anon_sym_module] = ACTIONS(688), + [anon_sym_static] = ACTIONS(688), + [anon_sym_with] = ACTIONS(688), + [anon_sym_package] = ACTIONS(688), + [anon_sym_import] = ACTIONS(688), + [anon_sym_enum] = ACTIONS(688), + [anon_sym_public] = ACTIONS(688), + [anon_sym_protected] = ACTIONS(688), + [anon_sym_private] = ACTIONS(688), + [anon_sym_abstract] = ACTIONS(688), + [anon_sym_strictfp] = ACTIONS(688), + [anon_sym_native] = ACTIONS(688), + [anon_sym_transient] = ACTIONS(688), + [anon_sym_volatile] = ACTIONS(688), + [anon_sym_sealed] = ACTIONS(688), + [anon_sym_non_DASHsealed] = ACTIONS(686), + [anon_sym_record] = ACTIONS(688), + [anon_sym_ATinterface] = ACTIONS(686), + [anon_sym_interface] = ACTIONS(688), + [anon_sym_byte] = ACTIONS(688), + [anon_sym_short] = ACTIONS(688), + [anon_sym_int] = ACTIONS(688), + [anon_sym_long] = ACTIONS(688), + [anon_sym_char] = ACTIONS(688), + [anon_sym_float] = ACTIONS(688), + [anon_sym_double] = ACTIONS(688), + [sym_boolean_type] = ACTIONS(688), + [sym_void_type] = ACTIONS(688), + [sym_this] = ACTIONS(688), + [sym_super] = ACTIONS(688), + [sym_line_comment] = ACTIONS(3), + [sym_block_comment] = ACTIONS(3), + }, + [255] = { + [ts_builtin_sym_end] = ACTIONS(690), + [sym_identifier] = ACTIONS(692), + [sym_decimal_integer_literal] = ACTIONS(692), + [sym_hex_integer_literal] = ACTIONS(692), + [sym_octal_integer_literal] = ACTIONS(692), + [sym_binary_integer_literal] = ACTIONS(690), + [sym_decimal_floating_point_literal] = ACTIONS(690), + [sym_hex_floating_point_literal] = ACTIONS(692), + [sym_true] = ACTIONS(692), + [sym_false] = ACTIONS(692), + [sym_character_literal] = ACTIONS(690), + [anon_sym_DQUOTE] = ACTIONS(692), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(690), + [sym_null_literal] = ACTIONS(692), + [anon_sym_LPAREN] = ACTIONS(690), + [anon_sym_LT] = ACTIONS(690), + [anon_sym_PLUS] = ACTIONS(692), + [anon_sym_DASH] = ACTIONS(692), + [anon_sym_final] = ACTIONS(692), + [anon_sym_BANG] = ACTIONS(690), + [anon_sym_TILDE] = ACTIONS(690), + [anon_sym_PLUS_PLUS] = ACTIONS(690), + [anon_sym_DASH_DASH] = ACTIONS(690), + [anon_sym_new] = ACTIONS(692), + [anon_sym_class] = ACTIONS(692), + [anon_sym_switch] = ACTIONS(692), + [anon_sym_LBRACE] = ACTIONS(690), + [anon_sym_RBRACE] = ACTIONS(690), + [anon_sym_case] = ACTIONS(692), + [anon_sym_default] = ACTIONS(692), + [anon_sym_SEMI] = ACTIONS(690), + [anon_sym_assert] = ACTIONS(692), + [anon_sym_do] = ACTIONS(692), + [anon_sym_while] = ACTIONS(692), + [anon_sym_break] = ACTIONS(692), + [anon_sym_continue] = ACTIONS(692), + [anon_sym_return] = ACTIONS(692), + [anon_sym_yield] = ACTIONS(692), + [anon_sym_synchronized] = ACTIONS(692), + [anon_sym_throw] = ACTIONS(692), + [anon_sym_try] = ACTIONS(692), + [anon_sym_if] = ACTIONS(692), + [anon_sym_else] = ACTIONS(692), + [anon_sym_for] = ACTIONS(692), + [anon_sym_AT] = ACTIONS(692), + [anon_sym_open] = ACTIONS(692), + [anon_sym_module] = ACTIONS(692), + [anon_sym_static] = ACTIONS(692), + [anon_sym_with] = ACTIONS(692), + [anon_sym_package] = ACTIONS(692), + [anon_sym_import] = ACTIONS(692), + [anon_sym_enum] = ACTIONS(692), + [anon_sym_public] = ACTIONS(692), + [anon_sym_protected] = ACTIONS(692), + [anon_sym_private] = ACTIONS(692), + [anon_sym_abstract] = ACTIONS(692), + [anon_sym_strictfp] = ACTIONS(692), + [anon_sym_native] = ACTIONS(692), + [anon_sym_transient] = ACTIONS(692), + [anon_sym_volatile] = ACTIONS(692), + [anon_sym_sealed] = ACTIONS(692), + [anon_sym_non_DASHsealed] = ACTIONS(690), + [anon_sym_record] = ACTIONS(692), + [anon_sym_ATinterface] = ACTIONS(690), + [anon_sym_interface] = ACTIONS(692), + [anon_sym_byte] = ACTIONS(692), + [anon_sym_short] = ACTIONS(692), + [anon_sym_int] = ACTIONS(692), + [anon_sym_long] = ACTIONS(692), + [anon_sym_char] = ACTIONS(692), + [anon_sym_float] = ACTIONS(692), + [anon_sym_double] = ACTIONS(692), + [sym_boolean_type] = ACTIONS(692), + [sym_void_type] = ACTIONS(692), + [sym_this] = ACTIONS(692), + [sym_super] = ACTIONS(692), + [sym_line_comment] = ACTIONS(3), + [sym_block_comment] = ACTIONS(3), + }, + [256] = { + [ts_builtin_sym_end] = ACTIONS(694), + [sym_identifier] = ACTIONS(696), + [sym_decimal_integer_literal] = ACTIONS(696), + [sym_hex_integer_literal] = ACTIONS(696), + [sym_octal_integer_literal] = ACTIONS(696), + [sym_binary_integer_literal] = ACTIONS(694), + [sym_decimal_floating_point_literal] = ACTIONS(694), + [sym_hex_floating_point_literal] = ACTIONS(696), + [sym_true] = ACTIONS(696), + [sym_false] = ACTIONS(696), + [sym_character_literal] = ACTIONS(694), + [anon_sym_DQUOTE] = ACTIONS(696), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(694), + [sym_null_literal] = ACTIONS(696), + [anon_sym_LPAREN] = ACTIONS(694), + [anon_sym_LT] = ACTIONS(694), + [anon_sym_PLUS] = ACTIONS(696), + [anon_sym_DASH] = ACTIONS(696), + [anon_sym_final] = ACTIONS(696), + [anon_sym_BANG] = ACTIONS(694), + [anon_sym_TILDE] = ACTIONS(694), + [anon_sym_PLUS_PLUS] = ACTIONS(694), + [anon_sym_DASH_DASH] = ACTIONS(694), + [anon_sym_new] = ACTIONS(696), + [anon_sym_class] = ACTIONS(696), + [anon_sym_switch] = ACTIONS(696), + [anon_sym_LBRACE] = ACTIONS(694), + [anon_sym_RBRACE] = ACTIONS(694), + [anon_sym_case] = ACTIONS(696), + [anon_sym_default] = ACTIONS(696), + [anon_sym_SEMI] = ACTIONS(694), + [anon_sym_assert] = ACTIONS(696), + [anon_sym_do] = ACTIONS(696), + [anon_sym_while] = ACTIONS(696), + [anon_sym_break] = ACTIONS(696), + [anon_sym_continue] = ACTIONS(696), + [anon_sym_return] = ACTIONS(696), + [anon_sym_yield] = ACTIONS(696), + [anon_sym_synchronized] = ACTIONS(696), + [anon_sym_throw] = ACTIONS(696), + [anon_sym_try] = ACTIONS(696), + [anon_sym_if] = ACTIONS(696), + [anon_sym_else] = ACTIONS(696), + [anon_sym_for] = ACTIONS(696), + [anon_sym_AT] = ACTIONS(696), + [anon_sym_open] = ACTIONS(696), + [anon_sym_module] = ACTIONS(696), + [anon_sym_static] = ACTIONS(696), + [anon_sym_with] = ACTIONS(696), + [anon_sym_package] = ACTIONS(696), + [anon_sym_import] = ACTIONS(696), + [anon_sym_enum] = ACTIONS(696), + [anon_sym_public] = ACTIONS(696), + [anon_sym_protected] = ACTIONS(696), + [anon_sym_private] = ACTIONS(696), + [anon_sym_abstract] = ACTIONS(696), + [anon_sym_strictfp] = ACTIONS(696), + [anon_sym_native] = ACTIONS(696), + [anon_sym_transient] = ACTIONS(696), + [anon_sym_volatile] = ACTIONS(696), + [anon_sym_sealed] = ACTIONS(696), + [anon_sym_non_DASHsealed] = ACTIONS(694), + [anon_sym_record] = ACTIONS(696), + [anon_sym_ATinterface] = ACTIONS(694), + [anon_sym_interface] = ACTIONS(696), + [anon_sym_byte] = ACTIONS(696), + [anon_sym_short] = ACTIONS(696), + [anon_sym_int] = ACTIONS(696), + [anon_sym_long] = ACTIONS(696), + [anon_sym_char] = ACTIONS(696), + [anon_sym_float] = ACTIONS(696), + [anon_sym_double] = ACTIONS(696), + [sym_boolean_type] = ACTIONS(696), + [sym_void_type] = ACTIONS(696), + [sym_this] = ACTIONS(696), + [sym_super] = ACTIONS(696), + [sym_line_comment] = ACTIONS(3), + [sym_block_comment] = ACTIONS(3), + }, + [257] = { + [ts_builtin_sym_end] = ACTIONS(698), + [sym_identifier] = ACTIONS(700), + [sym_decimal_integer_literal] = ACTIONS(700), + [sym_hex_integer_literal] = ACTIONS(700), + [sym_octal_integer_literal] = ACTIONS(700), + [sym_binary_integer_literal] = ACTIONS(698), + [sym_decimal_floating_point_literal] = ACTIONS(698), + [sym_hex_floating_point_literal] = ACTIONS(700), + [sym_true] = ACTIONS(700), + [sym_false] = ACTIONS(700), + [sym_character_literal] = ACTIONS(698), + [anon_sym_DQUOTE] = ACTIONS(700), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(698), + [sym_null_literal] = ACTIONS(700), + [anon_sym_LPAREN] = ACTIONS(698), + [anon_sym_LT] = ACTIONS(698), + [anon_sym_PLUS] = ACTIONS(700), + [anon_sym_DASH] = ACTIONS(700), + [anon_sym_final] = ACTIONS(700), + [anon_sym_BANG] = ACTIONS(698), + [anon_sym_TILDE] = ACTIONS(698), + [anon_sym_PLUS_PLUS] = ACTIONS(698), + [anon_sym_DASH_DASH] = ACTIONS(698), + [anon_sym_new] = ACTIONS(700), + [anon_sym_class] = ACTIONS(700), + [anon_sym_switch] = ACTIONS(700), + [anon_sym_LBRACE] = ACTIONS(698), + [anon_sym_RBRACE] = ACTIONS(698), + [anon_sym_case] = ACTIONS(700), + [anon_sym_default] = ACTIONS(700), + [anon_sym_SEMI] = ACTIONS(698), + [anon_sym_assert] = ACTIONS(700), + [anon_sym_do] = ACTIONS(700), + [anon_sym_while] = ACTIONS(700), + [anon_sym_break] = ACTIONS(700), + [anon_sym_continue] = ACTIONS(700), + [anon_sym_return] = ACTIONS(700), + [anon_sym_yield] = ACTIONS(700), + [anon_sym_synchronized] = ACTIONS(700), + [anon_sym_throw] = ACTIONS(700), + [anon_sym_try] = ACTIONS(700), + [anon_sym_if] = ACTIONS(700), + [anon_sym_else] = ACTIONS(700), + [anon_sym_for] = ACTIONS(700), + [anon_sym_AT] = ACTIONS(700), + [anon_sym_open] = ACTIONS(700), + [anon_sym_module] = ACTIONS(700), + [anon_sym_static] = ACTIONS(700), + [anon_sym_with] = ACTIONS(700), + [anon_sym_package] = ACTIONS(700), + [anon_sym_import] = ACTIONS(700), + [anon_sym_enum] = ACTIONS(700), + [anon_sym_public] = ACTIONS(700), + [anon_sym_protected] = ACTIONS(700), + [anon_sym_private] = ACTIONS(700), + [anon_sym_abstract] = ACTIONS(700), + [anon_sym_strictfp] = ACTIONS(700), + [anon_sym_native] = ACTIONS(700), + [anon_sym_transient] = ACTIONS(700), + [anon_sym_volatile] = ACTIONS(700), + [anon_sym_sealed] = ACTIONS(700), + [anon_sym_non_DASHsealed] = ACTIONS(698), + [anon_sym_record] = ACTIONS(700), + [anon_sym_ATinterface] = ACTIONS(698), + [anon_sym_interface] = ACTIONS(700), + [anon_sym_byte] = ACTIONS(700), + [anon_sym_short] = ACTIONS(700), + [anon_sym_int] = ACTIONS(700), + [anon_sym_long] = ACTIONS(700), + [anon_sym_char] = ACTIONS(700), + [anon_sym_float] = ACTIONS(700), + [anon_sym_double] = ACTIONS(700), + [sym_boolean_type] = ACTIONS(700), + [sym_void_type] = ACTIONS(700), + [sym_this] = ACTIONS(700), + [sym_super] = ACTIONS(700), + [sym_line_comment] = ACTIONS(3), + [sym_block_comment] = ACTIONS(3), + }, + [258] = { + [ts_builtin_sym_end] = ACTIONS(702), + [sym_identifier] = ACTIONS(704), + [sym_decimal_integer_literal] = ACTIONS(704), + [sym_hex_integer_literal] = ACTIONS(704), + [sym_octal_integer_literal] = ACTIONS(704), + [sym_binary_integer_literal] = ACTIONS(702), + [sym_decimal_floating_point_literal] = ACTIONS(702), + [sym_hex_floating_point_literal] = ACTIONS(704), + [sym_true] = ACTIONS(704), + [sym_false] = ACTIONS(704), + [sym_character_literal] = ACTIONS(702), + [anon_sym_DQUOTE] = ACTIONS(704), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(702), + [sym_null_literal] = ACTIONS(704), + [anon_sym_LPAREN] = ACTIONS(702), + [anon_sym_LT] = ACTIONS(702), + [anon_sym_PLUS] = ACTIONS(704), + [anon_sym_DASH] = ACTIONS(704), + [anon_sym_final] = ACTIONS(704), + [anon_sym_BANG] = ACTIONS(702), + [anon_sym_TILDE] = ACTIONS(702), + [anon_sym_PLUS_PLUS] = ACTIONS(702), + [anon_sym_DASH_DASH] = ACTIONS(702), + [anon_sym_new] = ACTIONS(704), + [anon_sym_class] = ACTIONS(704), + [anon_sym_switch] = ACTIONS(704), + [anon_sym_LBRACE] = ACTIONS(702), + [anon_sym_RBRACE] = ACTIONS(702), + [anon_sym_case] = ACTIONS(704), + [anon_sym_default] = ACTIONS(704), + [anon_sym_SEMI] = ACTIONS(702), + [anon_sym_assert] = ACTIONS(704), + [anon_sym_do] = ACTIONS(704), + [anon_sym_while] = ACTIONS(704), + [anon_sym_break] = ACTIONS(704), + [anon_sym_continue] = ACTIONS(704), + [anon_sym_return] = ACTIONS(704), + [anon_sym_yield] = ACTIONS(704), + [anon_sym_synchronized] = ACTIONS(704), + [anon_sym_throw] = ACTIONS(704), + [anon_sym_try] = ACTIONS(704), + [anon_sym_if] = ACTIONS(704), + [anon_sym_else] = ACTIONS(704), + [anon_sym_for] = ACTIONS(704), + [anon_sym_AT] = ACTIONS(704), + [anon_sym_open] = ACTIONS(704), + [anon_sym_module] = ACTIONS(704), + [anon_sym_static] = ACTIONS(704), + [anon_sym_with] = ACTIONS(704), + [anon_sym_package] = ACTIONS(704), + [anon_sym_import] = ACTIONS(704), + [anon_sym_enum] = ACTIONS(704), + [anon_sym_public] = ACTIONS(704), + [anon_sym_protected] = ACTIONS(704), + [anon_sym_private] = ACTIONS(704), + [anon_sym_abstract] = ACTIONS(704), + [anon_sym_strictfp] = ACTIONS(704), + [anon_sym_native] = ACTIONS(704), + [anon_sym_transient] = ACTIONS(704), + [anon_sym_volatile] = ACTIONS(704), + [anon_sym_sealed] = ACTIONS(704), + [anon_sym_non_DASHsealed] = ACTIONS(702), + [anon_sym_record] = ACTIONS(704), + [anon_sym_ATinterface] = ACTIONS(702), + [anon_sym_interface] = ACTIONS(704), + [anon_sym_byte] = ACTIONS(704), + [anon_sym_short] = ACTIONS(704), + [anon_sym_int] = ACTIONS(704), + [anon_sym_long] = ACTIONS(704), + [anon_sym_char] = ACTIONS(704), + [anon_sym_float] = ACTIONS(704), + [anon_sym_double] = ACTIONS(704), + [sym_boolean_type] = ACTIONS(704), + [sym_void_type] = ACTIONS(704), + [sym_this] = ACTIONS(704), + [sym_super] = ACTIONS(704), + [sym_line_comment] = ACTIONS(3), + [sym_block_comment] = ACTIONS(3), + }, + [259] = { + [ts_builtin_sym_end] = ACTIONS(706), + [sym_identifier] = ACTIONS(708), + [sym_decimal_integer_literal] = ACTIONS(708), + [sym_hex_integer_literal] = ACTIONS(708), + [sym_octal_integer_literal] = ACTIONS(708), + [sym_binary_integer_literal] = ACTIONS(706), + [sym_decimal_floating_point_literal] = ACTIONS(706), + [sym_hex_floating_point_literal] = ACTIONS(708), + [sym_true] = ACTIONS(708), + [sym_false] = ACTIONS(708), + [sym_character_literal] = ACTIONS(706), + [anon_sym_DQUOTE] = ACTIONS(708), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(706), + [sym_null_literal] = ACTIONS(708), + [anon_sym_LPAREN] = ACTIONS(706), + [anon_sym_LT] = ACTIONS(706), + [anon_sym_PLUS] = ACTIONS(708), + [anon_sym_DASH] = ACTIONS(708), + [anon_sym_final] = ACTIONS(708), + [anon_sym_BANG] = ACTIONS(706), + [anon_sym_TILDE] = ACTIONS(706), + [anon_sym_PLUS_PLUS] = ACTIONS(706), + [anon_sym_DASH_DASH] = ACTIONS(706), + [anon_sym_new] = ACTIONS(708), + [anon_sym_class] = ACTIONS(708), + [anon_sym_switch] = ACTIONS(708), + [anon_sym_LBRACE] = ACTIONS(706), + [anon_sym_RBRACE] = ACTIONS(706), + [anon_sym_case] = ACTIONS(708), + [anon_sym_default] = ACTIONS(708), + [anon_sym_SEMI] = ACTIONS(706), + [anon_sym_assert] = ACTIONS(708), + [anon_sym_do] = ACTIONS(708), + [anon_sym_while] = ACTIONS(708), + [anon_sym_break] = ACTIONS(708), + [anon_sym_continue] = ACTIONS(708), + [anon_sym_return] = ACTIONS(708), + [anon_sym_yield] = ACTIONS(708), + [anon_sym_synchronized] = ACTIONS(708), + [anon_sym_throw] = ACTIONS(708), + [anon_sym_try] = ACTIONS(708), + [anon_sym_if] = ACTIONS(708), + [anon_sym_else] = ACTIONS(708), + [anon_sym_for] = ACTIONS(708), + [anon_sym_AT] = ACTIONS(708), + [anon_sym_open] = ACTIONS(708), + [anon_sym_module] = ACTIONS(708), + [anon_sym_static] = ACTIONS(708), + [anon_sym_with] = ACTIONS(708), + [anon_sym_package] = ACTIONS(708), + [anon_sym_import] = ACTIONS(708), + [anon_sym_enum] = ACTIONS(708), + [anon_sym_public] = ACTIONS(708), + [anon_sym_protected] = ACTIONS(708), + [anon_sym_private] = ACTIONS(708), + [anon_sym_abstract] = ACTIONS(708), + [anon_sym_strictfp] = ACTIONS(708), + [anon_sym_native] = ACTIONS(708), + [anon_sym_transient] = ACTIONS(708), + [anon_sym_volatile] = ACTIONS(708), + [anon_sym_sealed] = ACTIONS(708), + [anon_sym_non_DASHsealed] = ACTIONS(706), + [anon_sym_record] = ACTIONS(708), + [anon_sym_ATinterface] = ACTIONS(706), + [anon_sym_interface] = ACTIONS(708), + [anon_sym_byte] = ACTIONS(708), + [anon_sym_short] = ACTIONS(708), + [anon_sym_int] = ACTIONS(708), + [anon_sym_long] = ACTIONS(708), + [anon_sym_char] = ACTIONS(708), + [anon_sym_float] = ACTIONS(708), + [anon_sym_double] = ACTIONS(708), + [sym_boolean_type] = ACTIONS(708), + [sym_void_type] = ACTIONS(708), + [sym_this] = ACTIONS(708), + [sym_super] = ACTIONS(708), + [sym_line_comment] = ACTIONS(3), + [sym_block_comment] = ACTIONS(3), + }, + [260] = { + [ts_builtin_sym_end] = ACTIONS(710), + [sym_identifier] = ACTIONS(712), + [sym_decimal_integer_literal] = ACTIONS(712), + [sym_hex_integer_literal] = ACTIONS(712), + [sym_octal_integer_literal] = ACTIONS(712), + [sym_binary_integer_literal] = ACTIONS(710), + [sym_decimal_floating_point_literal] = ACTIONS(710), + [sym_hex_floating_point_literal] = ACTIONS(712), + [sym_true] = ACTIONS(712), + [sym_false] = ACTIONS(712), + [sym_character_literal] = ACTIONS(710), + [anon_sym_DQUOTE] = ACTIONS(712), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(710), + [sym_null_literal] = ACTIONS(712), + [anon_sym_LPAREN] = ACTIONS(710), + [anon_sym_LT] = ACTIONS(710), + [anon_sym_PLUS] = ACTIONS(712), + [anon_sym_DASH] = ACTIONS(712), + [anon_sym_final] = ACTIONS(712), + [anon_sym_BANG] = ACTIONS(710), + [anon_sym_TILDE] = ACTIONS(710), + [anon_sym_PLUS_PLUS] = ACTIONS(710), + [anon_sym_DASH_DASH] = ACTIONS(710), + [anon_sym_new] = ACTIONS(712), + [anon_sym_class] = ACTIONS(712), + [anon_sym_switch] = ACTIONS(712), + [anon_sym_LBRACE] = ACTIONS(710), + [anon_sym_RBRACE] = ACTIONS(710), + [anon_sym_case] = ACTIONS(712), + [anon_sym_default] = ACTIONS(712), + [anon_sym_SEMI] = ACTIONS(710), + [anon_sym_assert] = ACTIONS(712), + [anon_sym_do] = ACTIONS(712), + [anon_sym_while] = ACTIONS(712), + [anon_sym_break] = ACTIONS(712), + [anon_sym_continue] = ACTIONS(712), + [anon_sym_return] = ACTIONS(712), + [anon_sym_yield] = ACTIONS(712), + [anon_sym_synchronized] = ACTIONS(712), + [anon_sym_throw] = ACTIONS(712), + [anon_sym_try] = ACTIONS(712), + [anon_sym_if] = ACTIONS(712), + [anon_sym_else] = ACTIONS(712), + [anon_sym_for] = ACTIONS(712), + [anon_sym_AT] = ACTIONS(712), + [anon_sym_open] = ACTIONS(712), + [anon_sym_module] = ACTIONS(712), + [anon_sym_static] = ACTIONS(712), + [anon_sym_with] = ACTIONS(712), + [anon_sym_package] = ACTIONS(712), + [anon_sym_import] = ACTIONS(712), + [anon_sym_enum] = ACTIONS(712), + [anon_sym_public] = ACTIONS(712), + [anon_sym_protected] = ACTIONS(712), + [anon_sym_private] = ACTIONS(712), + [anon_sym_abstract] = ACTIONS(712), + [anon_sym_strictfp] = ACTIONS(712), + [anon_sym_native] = ACTIONS(712), + [anon_sym_transient] = ACTIONS(712), + [anon_sym_volatile] = ACTIONS(712), + [anon_sym_sealed] = ACTIONS(712), + [anon_sym_non_DASHsealed] = ACTIONS(710), + [anon_sym_record] = ACTIONS(712), + [anon_sym_ATinterface] = ACTIONS(710), + [anon_sym_interface] = ACTIONS(712), + [anon_sym_byte] = ACTIONS(712), + [anon_sym_short] = ACTIONS(712), + [anon_sym_int] = ACTIONS(712), + [anon_sym_long] = ACTIONS(712), + [anon_sym_char] = ACTIONS(712), + [anon_sym_float] = ACTIONS(712), + [anon_sym_double] = ACTIONS(712), + [sym_boolean_type] = ACTIONS(712), + [sym_void_type] = ACTIONS(712), + [sym_this] = ACTIONS(712), + [sym_super] = ACTIONS(712), + [sym_line_comment] = ACTIONS(3), + [sym_block_comment] = ACTIONS(3), + }, + [261] = { + [ts_builtin_sym_end] = ACTIONS(714), + [sym_identifier] = ACTIONS(716), + [sym_decimal_integer_literal] = ACTIONS(716), + [sym_hex_integer_literal] = ACTIONS(716), + [sym_octal_integer_literal] = ACTIONS(716), + [sym_binary_integer_literal] = ACTIONS(714), + [sym_decimal_floating_point_literal] = ACTIONS(714), + [sym_hex_floating_point_literal] = ACTIONS(716), + [sym_true] = ACTIONS(716), + [sym_false] = ACTIONS(716), + [sym_character_literal] = ACTIONS(714), + [anon_sym_DQUOTE] = ACTIONS(716), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(714), + [sym_null_literal] = ACTIONS(716), + [anon_sym_LPAREN] = ACTIONS(714), + [anon_sym_LT] = ACTIONS(714), + [anon_sym_PLUS] = ACTIONS(716), + [anon_sym_DASH] = ACTIONS(716), + [anon_sym_final] = ACTIONS(716), + [anon_sym_BANG] = ACTIONS(714), + [anon_sym_TILDE] = ACTIONS(714), + [anon_sym_PLUS_PLUS] = ACTIONS(714), + [anon_sym_DASH_DASH] = ACTIONS(714), + [anon_sym_new] = ACTIONS(716), + [anon_sym_class] = ACTIONS(716), + [anon_sym_switch] = ACTIONS(716), + [anon_sym_LBRACE] = ACTIONS(714), + [anon_sym_RBRACE] = ACTIONS(714), + [anon_sym_case] = ACTIONS(716), + [anon_sym_default] = ACTIONS(716), + [anon_sym_SEMI] = ACTIONS(714), + [anon_sym_assert] = ACTIONS(716), + [anon_sym_do] = ACTIONS(716), + [anon_sym_while] = ACTIONS(716), + [anon_sym_break] = ACTIONS(716), + [anon_sym_continue] = ACTIONS(716), + [anon_sym_return] = ACTIONS(716), + [anon_sym_yield] = ACTIONS(716), + [anon_sym_synchronized] = ACTIONS(716), + [anon_sym_throw] = ACTIONS(716), + [anon_sym_try] = ACTIONS(716), + [anon_sym_if] = ACTIONS(716), + [anon_sym_else] = ACTIONS(716), + [anon_sym_for] = ACTIONS(716), + [anon_sym_AT] = ACTIONS(716), + [anon_sym_open] = ACTIONS(716), + [anon_sym_module] = ACTIONS(716), + [anon_sym_static] = ACTIONS(716), + [anon_sym_with] = ACTIONS(716), + [anon_sym_package] = ACTIONS(716), + [anon_sym_import] = ACTIONS(716), + [anon_sym_enum] = ACTIONS(716), + [anon_sym_public] = ACTIONS(716), + [anon_sym_protected] = ACTIONS(716), + [anon_sym_private] = ACTIONS(716), + [anon_sym_abstract] = ACTIONS(716), + [anon_sym_strictfp] = ACTIONS(716), + [anon_sym_native] = ACTIONS(716), + [anon_sym_transient] = ACTIONS(716), + [anon_sym_volatile] = ACTIONS(716), + [anon_sym_sealed] = ACTIONS(716), + [anon_sym_non_DASHsealed] = ACTIONS(714), + [anon_sym_record] = ACTIONS(716), + [anon_sym_ATinterface] = ACTIONS(714), + [anon_sym_interface] = ACTIONS(716), + [anon_sym_byte] = ACTIONS(716), + [anon_sym_short] = ACTIONS(716), + [anon_sym_int] = ACTIONS(716), + [anon_sym_long] = ACTIONS(716), + [anon_sym_char] = ACTIONS(716), + [anon_sym_float] = ACTIONS(716), + [anon_sym_double] = ACTIONS(716), + [sym_boolean_type] = ACTIONS(716), + [sym_void_type] = ACTIONS(716), + [sym_this] = ACTIONS(716), + [sym_super] = ACTIONS(716), + [sym_line_comment] = ACTIONS(3), + [sym_block_comment] = ACTIONS(3), + }, + [262] = { + [ts_builtin_sym_end] = ACTIONS(718), + [sym_identifier] = ACTIONS(720), + [sym_decimal_integer_literal] = ACTIONS(720), + [sym_hex_integer_literal] = ACTIONS(720), + [sym_octal_integer_literal] = ACTIONS(720), + [sym_binary_integer_literal] = ACTIONS(718), + [sym_decimal_floating_point_literal] = ACTIONS(718), + [sym_hex_floating_point_literal] = ACTIONS(720), + [sym_true] = ACTIONS(720), + [sym_false] = ACTIONS(720), + [sym_character_literal] = ACTIONS(718), + [anon_sym_DQUOTE] = ACTIONS(720), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(718), + [sym_null_literal] = ACTIONS(720), + [anon_sym_LPAREN] = ACTIONS(718), + [anon_sym_LT] = ACTIONS(718), + [anon_sym_PLUS] = ACTIONS(720), + [anon_sym_DASH] = ACTIONS(720), + [anon_sym_final] = ACTIONS(720), + [anon_sym_BANG] = ACTIONS(718), + [anon_sym_TILDE] = ACTIONS(718), + [anon_sym_PLUS_PLUS] = ACTIONS(718), + [anon_sym_DASH_DASH] = ACTIONS(718), + [anon_sym_new] = ACTIONS(720), + [anon_sym_class] = ACTIONS(720), + [anon_sym_switch] = ACTIONS(720), + [anon_sym_LBRACE] = ACTIONS(718), + [anon_sym_RBRACE] = ACTIONS(718), + [anon_sym_case] = ACTIONS(720), + [anon_sym_default] = ACTIONS(720), + [anon_sym_SEMI] = ACTIONS(718), + [anon_sym_assert] = ACTIONS(720), + [anon_sym_do] = ACTIONS(720), + [anon_sym_while] = ACTIONS(720), + [anon_sym_break] = ACTIONS(720), + [anon_sym_continue] = ACTIONS(720), + [anon_sym_return] = ACTIONS(720), + [anon_sym_yield] = ACTIONS(720), + [anon_sym_synchronized] = ACTIONS(720), + [anon_sym_throw] = ACTIONS(720), + [anon_sym_try] = ACTIONS(720), + [anon_sym_if] = ACTIONS(720), + [anon_sym_else] = ACTIONS(720), + [anon_sym_for] = ACTIONS(720), + [anon_sym_AT] = ACTIONS(720), + [anon_sym_open] = ACTIONS(720), + [anon_sym_module] = ACTIONS(720), + [anon_sym_static] = ACTIONS(720), + [anon_sym_with] = ACTIONS(720), + [anon_sym_package] = ACTIONS(720), + [anon_sym_import] = ACTIONS(720), + [anon_sym_enum] = ACTIONS(720), + [anon_sym_public] = ACTIONS(720), + [anon_sym_protected] = ACTIONS(720), + [anon_sym_private] = ACTIONS(720), + [anon_sym_abstract] = ACTIONS(720), + [anon_sym_strictfp] = ACTIONS(720), + [anon_sym_native] = ACTIONS(720), + [anon_sym_transient] = ACTIONS(720), + [anon_sym_volatile] = ACTIONS(720), + [anon_sym_sealed] = ACTIONS(720), + [anon_sym_non_DASHsealed] = ACTIONS(718), + [anon_sym_record] = ACTIONS(720), + [anon_sym_ATinterface] = ACTIONS(718), + [anon_sym_interface] = ACTIONS(720), + [anon_sym_byte] = ACTIONS(720), + [anon_sym_short] = ACTIONS(720), + [anon_sym_int] = ACTIONS(720), + [anon_sym_long] = ACTIONS(720), + [anon_sym_char] = ACTIONS(720), + [anon_sym_float] = ACTIONS(720), + [anon_sym_double] = ACTIONS(720), + [sym_boolean_type] = ACTIONS(720), + [sym_void_type] = ACTIONS(720), + [sym_this] = ACTIONS(720), + [sym_super] = ACTIONS(720), + [sym_line_comment] = ACTIONS(3), + [sym_block_comment] = ACTIONS(3), + }, + [263] = { + [sym__literal] = STATE(498), + [sym_string_literal] = STATE(505), + [sym__string_literal] = STATE(508), + [sym__multiline_string_literal] = STATE(508), + [sym_primary_expression] = STATE(1039), + [sym_array_creation_expression] = STATE(498), + [sym_parenthesized_expression] = STATE(498), + [sym_class_literal] = STATE(498), + [sym_object_creation_expression] = STATE(498), + [sym__unqualified_object_creation_expression] = STATE(515), + [sym_field_access] = STATE(897), + [sym_array_access] = STATE(498), + [sym_method_invocation] = STATE(498), + [sym_method_reference] = STATE(498), + [sym_resource] = STATE(1149), + [sym__annotation] = STATE(622), + [sym_marker_annotation] = STATE(622), + [sym_annotation] = STATE(622), + [sym_modifiers] = STATE(744), + [sym__type] = STATE(1208), + [sym__unannotated_type] = STATE(719), + [sym_annotated_type] = STATE(831), + [sym_scoped_type_identifier] = STATE(735), + [sym_generic_type] = STATE(751), + [sym_array_type] = STATE(688), + [sym_integral_type] = STATE(688), + [sym_floating_point_type] = STATE(688), + [sym__reserved_identifier] = STATE(892), + [aux_sym_array_creation_expression_repeat1] = STATE(694), + [aux_sym_modifiers_repeat1] = STATE(554), + [sym_identifier] = ACTIONS(472), [sym_decimal_integer_literal] = ACTIONS(9), [sym_hex_integer_literal] = ACTIONS(9), [sym_octal_integer_literal] = ACTIONS(9), @@ -37063,378 +36940,554 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DQUOTE] = ACTIONS(13), [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(15), [sym_null_literal] = ACTIONS(9), - [anon_sym_LPAREN] = ACTIONS(17), - [anon_sym_PLUS] = ACTIONS(19), - [anon_sym_DASH] = ACTIONS(19), - [anon_sym_BANG] = ACTIONS(23), - [anon_sym_TILDE] = ACTIONS(23), - [anon_sym_PLUS_PLUS] = ACTIONS(25), - [anon_sym_DASH_DASH] = ACTIONS(25), - [anon_sym_new] = ACTIONS(27), - [anon_sym_switch] = ACTIONS(31), - [anon_sym_AT] = ACTIONS(329), - [anon_sym_open] = ACTIONS(305), - [anon_sym_module] = ACTIONS(305), - [anon_sym_record] = ACTIONS(305), - [anon_sym_byte] = ACTIONS(81), - [anon_sym_short] = ACTIONS(81), - [anon_sym_int] = ACTIONS(81), - [anon_sym_long] = ACTIONS(81), - [anon_sym_char] = ACTIONS(81), - [anon_sym_float] = ACTIONS(83), - [anon_sym_double] = ACTIONS(83), - [sym_boolean_type] = ACTIONS(85), - [sym_void_type] = ACTIONS(85), - [sym_this] = ACTIONS(87), - [sym_super] = ACTIONS(89), + [anon_sym_LPAREN] = ACTIONS(474), + [anon_sym_final] = ACTIONS(309), + [anon_sym_new] = ACTIONS(478), + [anon_sym_default] = ACTIONS(309), + [anon_sym_yield] = ACTIONS(67), + [anon_sym_synchronized] = ACTIONS(309), + [anon_sym_AT] = ACTIONS(311), + [anon_sym_open] = ACTIONS(67), + [anon_sym_module] = ACTIONS(67), + [anon_sym_static] = ACTIONS(309), + [anon_sym_with] = ACTIONS(67), + [anon_sym_public] = ACTIONS(309), + [anon_sym_protected] = ACTIONS(309), + [anon_sym_private] = ACTIONS(309), + [anon_sym_abstract] = ACTIONS(309), + [anon_sym_strictfp] = ACTIONS(309), + [anon_sym_native] = ACTIONS(309), + [anon_sym_transient] = ACTIONS(309), + [anon_sym_volatile] = ACTIONS(309), + [anon_sym_sealed] = ACTIONS(313), + [anon_sym_non_DASHsealed] = ACTIONS(315), + [anon_sym_record] = ACTIONS(67), + [anon_sym_byte] = ACTIONS(85), + [anon_sym_short] = ACTIONS(85), + [anon_sym_int] = ACTIONS(85), + [anon_sym_long] = ACTIONS(85), + [anon_sym_char] = ACTIONS(85), + [anon_sym_float] = ACTIONS(87), + [anon_sym_double] = ACTIONS(87), + [sym_boolean_type] = ACTIONS(89), + [sym_void_type] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, - [271] = { - [ts_builtin_sym_end] = ACTIONS(732), - [sym_identifier] = ACTIONS(734), - [sym_decimal_integer_literal] = ACTIONS(734), - [sym_hex_integer_literal] = ACTIONS(734), - [sym_octal_integer_literal] = ACTIONS(734), - [sym_binary_integer_literal] = ACTIONS(732), - [sym_decimal_floating_point_literal] = ACTIONS(732), - [sym_hex_floating_point_literal] = ACTIONS(734), - [sym_true] = ACTIONS(734), - [sym_false] = ACTIONS(734), - [sym_character_literal] = ACTIONS(732), - [anon_sym_DQUOTE] = ACTIONS(734), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(732), - [sym_null_literal] = ACTIONS(734), - [anon_sym_LPAREN] = ACTIONS(732), - [anon_sym_LT] = ACTIONS(732), - [anon_sym_PLUS] = ACTIONS(734), - [anon_sym_DASH] = ACTIONS(734), - [anon_sym_final] = ACTIONS(734), - [anon_sym_BANG] = ACTIONS(732), - [anon_sym_TILDE] = ACTIONS(732), - [anon_sym_PLUS_PLUS] = ACTIONS(732), - [anon_sym_DASH_DASH] = ACTIONS(732), - [anon_sym_new] = ACTIONS(734), - [anon_sym_class] = ACTIONS(734), - [anon_sym_switch] = ACTIONS(734), - [anon_sym_LBRACE] = ACTIONS(732), - [anon_sym_RBRACE] = ACTIONS(732), - [anon_sym_case] = ACTIONS(734), - [anon_sym_default] = ACTIONS(734), - [anon_sym_SEMI] = ACTIONS(732), - [anon_sym_assert] = ACTIONS(734), - [anon_sym_do] = ACTIONS(734), - [anon_sym_while] = ACTIONS(734), - [anon_sym_break] = ACTIONS(734), - [anon_sym_continue] = ACTIONS(734), - [anon_sym_return] = ACTIONS(734), - [anon_sym_yield] = ACTIONS(734), - [anon_sym_synchronized] = ACTIONS(734), - [anon_sym_throw] = ACTIONS(734), - [anon_sym_try] = ACTIONS(734), - [anon_sym_if] = ACTIONS(734), - [anon_sym_else] = ACTIONS(734), - [anon_sym_for] = ACTIONS(734), - [anon_sym_AT] = ACTIONS(734), - [anon_sym_open] = ACTIONS(734), - [anon_sym_module] = ACTIONS(734), - [anon_sym_static] = ACTIONS(734), - [anon_sym_package] = ACTIONS(734), - [anon_sym_import] = ACTIONS(734), - [anon_sym_enum] = ACTIONS(734), - [anon_sym_public] = ACTIONS(734), - [anon_sym_protected] = ACTIONS(734), - [anon_sym_private] = ACTIONS(734), - [anon_sym_abstract] = ACTIONS(734), - [anon_sym_strictfp] = ACTIONS(734), - [anon_sym_native] = ACTIONS(734), - [anon_sym_transient] = ACTIONS(734), - [anon_sym_volatile] = ACTIONS(734), - [anon_sym_sealed] = ACTIONS(734), - [anon_sym_non_DASHsealed] = ACTIONS(732), - [anon_sym_record] = ACTIONS(734), - [anon_sym_ATinterface] = ACTIONS(732), - [anon_sym_interface] = ACTIONS(734), - [anon_sym_byte] = ACTIONS(734), - [anon_sym_short] = ACTIONS(734), - [anon_sym_int] = ACTIONS(734), - [anon_sym_long] = ACTIONS(734), - [anon_sym_char] = ACTIONS(734), - [anon_sym_float] = ACTIONS(734), - [anon_sym_double] = ACTIONS(734), - [sym_boolean_type] = ACTIONS(734), - [sym_void_type] = ACTIONS(734), - [sym_this] = ACTIONS(734), - [sym_super] = ACTIONS(734), + [264] = { + [ts_builtin_sym_end] = ACTIONS(722), + [sym_identifier] = ACTIONS(724), + [sym_decimal_integer_literal] = ACTIONS(724), + [sym_hex_integer_literal] = ACTIONS(724), + [sym_octal_integer_literal] = ACTIONS(724), + [sym_binary_integer_literal] = ACTIONS(722), + [sym_decimal_floating_point_literal] = ACTIONS(722), + [sym_hex_floating_point_literal] = ACTIONS(724), + [sym_true] = ACTIONS(724), + [sym_false] = ACTIONS(724), + [sym_character_literal] = ACTIONS(722), + [anon_sym_DQUOTE] = ACTIONS(724), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(722), + [sym_null_literal] = ACTIONS(724), + [anon_sym_LPAREN] = ACTIONS(722), + [anon_sym_LT] = ACTIONS(722), + [anon_sym_PLUS] = ACTIONS(724), + [anon_sym_DASH] = ACTIONS(724), + [anon_sym_final] = ACTIONS(724), + [anon_sym_BANG] = ACTIONS(722), + [anon_sym_TILDE] = ACTIONS(722), + [anon_sym_PLUS_PLUS] = ACTIONS(722), + [anon_sym_DASH_DASH] = ACTIONS(722), + [anon_sym_new] = ACTIONS(724), + [anon_sym_class] = ACTIONS(724), + [anon_sym_switch] = ACTIONS(724), + [anon_sym_LBRACE] = ACTIONS(722), + [anon_sym_RBRACE] = ACTIONS(722), + [anon_sym_case] = ACTIONS(724), + [anon_sym_default] = ACTIONS(724), + [anon_sym_SEMI] = ACTIONS(722), + [anon_sym_assert] = ACTIONS(724), + [anon_sym_do] = ACTIONS(724), + [anon_sym_while] = ACTIONS(724), + [anon_sym_break] = ACTIONS(724), + [anon_sym_continue] = ACTIONS(724), + [anon_sym_return] = ACTIONS(724), + [anon_sym_yield] = ACTIONS(724), + [anon_sym_synchronized] = ACTIONS(724), + [anon_sym_throw] = ACTIONS(724), + [anon_sym_try] = ACTIONS(724), + [anon_sym_if] = ACTIONS(724), + [anon_sym_else] = ACTIONS(724), + [anon_sym_for] = ACTIONS(724), + [anon_sym_AT] = ACTIONS(724), + [anon_sym_open] = ACTIONS(724), + [anon_sym_module] = ACTIONS(724), + [anon_sym_static] = ACTIONS(724), + [anon_sym_with] = ACTIONS(724), + [anon_sym_package] = ACTIONS(724), + [anon_sym_import] = ACTIONS(724), + [anon_sym_enum] = ACTIONS(724), + [anon_sym_public] = ACTIONS(724), + [anon_sym_protected] = ACTIONS(724), + [anon_sym_private] = ACTIONS(724), + [anon_sym_abstract] = ACTIONS(724), + [anon_sym_strictfp] = ACTIONS(724), + [anon_sym_native] = ACTIONS(724), + [anon_sym_transient] = ACTIONS(724), + [anon_sym_volatile] = ACTIONS(724), + [anon_sym_sealed] = ACTIONS(724), + [anon_sym_non_DASHsealed] = ACTIONS(722), + [anon_sym_record] = ACTIONS(724), + [anon_sym_ATinterface] = ACTIONS(722), + [anon_sym_interface] = ACTIONS(724), + [anon_sym_byte] = ACTIONS(724), + [anon_sym_short] = ACTIONS(724), + [anon_sym_int] = ACTIONS(724), + [anon_sym_long] = ACTIONS(724), + [anon_sym_char] = ACTIONS(724), + [anon_sym_float] = ACTIONS(724), + [anon_sym_double] = ACTIONS(724), + [sym_boolean_type] = ACTIONS(724), + [sym_void_type] = ACTIONS(724), + [sym_this] = ACTIONS(724), + [sym_super] = ACTIONS(724), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, - [272] = { - [ts_builtin_sym_end] = ACTIONS(736), - [sym_identifier] = ACTIONS(738), - [sym_decimal_integer_literal] = ACTIONS(738), - [sym_hex_integer_literal] = ACTIONS(738), - [sym_octal_integer_literal] = ACTIONS(738), - [sym_binary_integer_literal] = ACTIONS(736), - [sym_decimal_floating_point_literal] = ACTIONS(736), - [sym_hex_floating_point_literal] = ACTIONS(738), - [sym_true] = ACTIONS(738), - [sym_false] = ACTIONS(738), - [sym_character_literal] = ACTIONS(736), - [anon_sym_DQUOTE] = ACTIONS(738), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(736), - [sym_null_literal] = ACTIONS(738), - [anon_sym_LPAREN] = ACTIONS(736), - [anon_sym_PLUS] = ACTIONS(738), - [anon_sym_DASH] = ACTIONS(738), - [anon_sym_final] = ACTIONS(738), - [anon_sym_BANG] = ACTIONS(736), - [anon_sym_TILDE] = ACTIONS(736), - [anon_sym_PLUS_PLUS] = ACTIONS(736), - [anon_sym_DASH_DASH] = ACTIONS(736), - [anon_sym_new] = ACTIONS(738), - [anon_sym_class] = ACTIONS(738), - [anon_sym_switch] = ACTIONS(738), - [anon_sym_LBRACE] = ACTIONS(736), - [anon_sym_RBRACE] = ACTIONS(736), - [anon_sym_case] = ACTIONS(738), - [anon_sym_default] = ACTIONS(738), - [anon_sym_SEMI] = ACTIONS(736), - [anon_sym_assert] = ACTIONS(738), - [anon_sym_do] = ACTIONS(738), - [anon_sym_while] = ACTIONS(738), - [anon_sym_break] = ACTIONS(738), - [anon_sym_continue] = ACTIONS(738), - [anon_sym_return] = ACTIONS(738), - [anon_sym_yield] = ACTIONS(738), - [anon_sym_synchronized] = ACTIONS(738), - [anon_sym_throw] = ACTIONS(738), - [anon_sym_try] = ACTIONS(738), - [anon_sym_if] = ACTIONS(738), - [anon_sym_else] = ACTIONS(738), - [anon_sym_for] = ACTIONS(738), - [anon_sym_AT] = ACTIONS(738), - [anon_sym_open] = ACTIONS(738), - [anon_sym_module] = ACTIONS(738), - [anon_sym_static] = ACTIONS(738), - [anon_sym_package] = ACTIONS(738), - [anon_sym_import] = ACTIONS(738), - [anon_sym_enum] = ACTIONS(738), - [anon_sym_public] = ACTIONS(738), - [anon_sym_protected] = ACTIONS(738), - [anon_sym_private] = ACTIONS(738), - [anon_sym_abstract] = ACTIONS(738), - [anon_sym_strictfp] = ACTIONS(738), - [anon_sym_native] = ACTIONS(738), - [anon_sym_transient] = ACTIONS(738), - [anon_sym_volatile] = ACTIONS(738), - [anon_sym_sealed] = ACTIONS(738), - [anon_sym_non_DASHsealed] = ACTIONS(736), - [anon_sym_record] = ACTIONS(738), - [anon_sym_ATinterface] = ACTIONS(736), - [anon_sym_interface] = ACTIONS(738), - [anon_sym_byte] = ACTIONS(738), - [anon_sym_short] = ACTIONS(738), - [anon_sym_int] = ACTIONS(738), - [anon_sym_long] = ACTIONS(738), - [anon_sym_char] = ACTIONS(738), - [anon_sym_float] = ACTIONS(738), - [anon_sym_double] = ACTIONS(738), - [sym_boolean_type] = ACTIONS(738), - [sym_void_type] = ACTIONS(738), - [sym_this] = ACTIONS(738), - [sym_super] = ACTIONS(738), + [265] = { + [ts_builtin_sym_end] = ACTIONS(726), + [sym_identifier] = ACTIONS(728), + [sym_decimal_integer_literal] = ACTIONS(728), + [sym_hex_integer_literal] = ACTIONS(728), + [sym_octal_integer_literal] = ACTIONS(728), + [sym_binary_integer_literal] = ACTIONS(726), + [sym_decimal_floating_point_literal] = ACTIONS(726), + [sym_hex_floating_point_literal] = ACTIONS(728), + [sym_true] = ACTIONS(728), + [sym_false] = ACTIONS(728), + [sym_character_literal] = ACTIONS(726), + [anon_sym_DQUOTE] = ACTIONS(728), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(726), + [sym_null_literal] = ACTIONS(728), + [anon_sym_LPAREN] = ACTIONS(726), + [anon_sym_LT] = ACTIONS(726), + [anon_sym_PLUS] = ACTIONS(728), + [anon_sym_DASH] = ACTIONS(728), + [anon_sym_final] = ACTIONS(728), + [anon_sym_BANG] = ACTIONS(726), + [anon_sym_TILDE] = ACTIONS(726), + [anon_sym_PLUS_PLUS] = ACTIONS(726), + [anon_sym_DASH_DASH] = ACTIONS(726), + [anon_sym_new] = ACTIONS(728), + [anon_sym_class] = ACTIONS(728), + [anon_sym_switch] = ACTIONS(728), + [anon_sym_LBRACE] = ACTIONS(726), + [anon_sym_RBRACE] = ACTIONS(726), + [anon_sym_case] = ACTIONS(728), + [anon_sym_default] = ACTIONS(728), + [anon_sym_SEMI] = ACTIONS(726), + [anon_sym_assert] = ACTIONS(728), + [anon_sym_do] = ACTIONS(728), + [anon_sym_while] = ACTIONS(728), + [anon_sym_break] = ACTIONS(728), + [anon_sym_continue] = ACTIONS(728), + [anon_sym_return] = ACTIONS(728), + [anon_sym_yield] = ACTIONS(728), + [anon_sym_synchronized] = ACTIONS(728), + [anon_sym_throw] = ACTIONS(728), + [anon_sym_try] = ACTIONS(728), + [anon_sym_if] = ACTIONS(728), + [anon_sym_else] = ACTIONS(728), + [anon_sym_for] = ACTIONS(728), + [anon_sym_AT] = ACTIONS(728), + [anon_sym_open] = ACTIONS(728), + [anon_sym_module] = ACTIONS(728), + [anon_sym_static] = ACTIONS(728), + [anon_sym_with] = ACTIONS(728), + [anon_sym_package] = ACTIONS(728), + [anon_sym_import] = ACTIONS(728), + [anon_sym_enum] = ACTIONS(728), + [anon_sym_public] = ACTIONS(728), + [anon_sym_protected] = ACTIONS(728), + [anon_sym_private] = ACTIONS(728), + [anon_sym_abstract] = ACTIONS(728), + [anon_sym_strictfp] = ACTIONS(728), + [anon_sym_native] = ACTIONS(728), + [anon_sym_transient] = ACTIONS(728), + [anon_sym_volatile] = ACTIONS(728), + [anon_sym_sealed] = ACTIONS(728), + [anon_sym_non_DASHsealed] = ACTIONS(726), + [anon_sym_record] = ACTIONS(728), + [anon_sym_ATinterface] = ACTIONS(726), + [anon_sym_interface] = ACTIONS(728), + [anon_sym_byte] = ACTIONS(728), + [anon_sym_short] = ACTIONS(728), + [anon_sym_int] = ACTIONS(728), + [anon_sym_long] = ACTIONS(728), + [anon_sym_char] = ACTIONS(728), + [anon_sym_float] = ACTIONS(728), + [anon_sym_double] = ACTIONS(728), + [sym_boolean_type] = ACTIONS(728), + [sym_void_type] = ACTIONS(728), + [sym_this] = ACTIONS(728), + [sym_super] = ACTIONS(728), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, - [273] = { - [ts_builtin_sym_end] = ACTIONS(740), - [sym_identifier] = ACTIONS(742), - [sym_decimal_integer_literal] = ACTIONS(742), - [sym_hex_integer_literal] = ACTIONS(742), - [sym_octal_integer_literal] = ACTIONS(742), - [sym_binary_integer_literal] = ACTIONS(740), - [sym_decimal_floating_point_literal] = ACTIONS(740), - [sym_hex_floating_point_literal] = ACTIONS(742), - [sym_true] = ACTIONS(742), - [sym_false] = ACTIONS(742), - [sym_character_literal] = ACTIONS(740), - [anon_sym_DQUOTE] = ACTIONS(742), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(740), - [sym_null_literal] = ACTIONS(742), - [anon_sym_LPAREN] = ACTIONS(740), - [anon_sym_PLUS] = ACTIONS(742), - [anon_sym_DASH] = ACTIONS(742), - [anon_sym_final] = ACTIONS(742), - [anon_sym_BANG] = ACTIONS(740), - [anon_sym_TILDE] = ACTIONS(740), - [anon_sym_PLUS_PLUS] = ACTIONS(740), - [anon_sym_DASH_DASH] = ACTIONS(740), - [anon_sym_new] = ACTIONS(742), - [anon_sym_class] = ACTIONS(742), - [anon_sym_switch] = ACTIONS(742), - [anon_sym_LBRACE] = ACTIONS(740), - [anon_sym_RBRACE] = ACTIONS(740), - [anon_sym_case] = ACTIONS(742), - [anon_sym_default] = ACTIONS(742), - [anon_sym_SEMI] = ACTIONS(740), - [anon_sym_assert] = ACTIONS(742), - [anon_sym_do] = ACTIONS(742), - [anon_sym_while] = ACTIONS(742), - [anon_sym_break] = ACTIONS(742), - [anon_sym_continue] = ACTIONS(742), - [anon_sym_return] = ACTIONS(742), - [anon_sym_yield] = ACTIONS(742), - [anon_sym_synchronized] = ACTIONS(742), - [anon_sym_throw] = ACTIONS(742), - [anon_sym_try] = ACTIONS(742), - [anon_sym_if] = ACTIONS(742), - [anon_sym_else] = ACTIONS(742), - [anon_sym_for] = ACTIONS(742), - [anon_sym_AT] = ACTIONS(742), - [anon_sym_open] = ACTIONS(742), - [anon_sym_module] = ACTIONS(742), - [anon_sym_static] = ACTIONS(742), - [anon_sym_package] = ACTIONS(742), - [anon_sym_import] = ACTIONS(742), - [anon_sym_enum] = ACTIONS(742), - [anon_sym_public] = ACTIONS(742), - [anon_sym_protected] = ACTIONS(742), - [anon_sym_private] = ACTIONS(742), - [anon_sym_abstract] = ACTIONS(742), - [anon_sym_strictfp] = ACTIONS(742), - [anon_sym_native] = ACTIONS(742), - [anon_sym_transient] = ACTIONS(742), - [anon_sym_volatile] = ACTIONS(742), - [anon_sym_sealed] = ACTIONS(742), - [anon_sym_non_DASHsealed] = ACTIONS(740), - [anon_sym_record] = ACTIONS(742), - [anon_sym_ATinterface] = ACTIONS(740), - [anon_sym_interface] = ACTIONS(742), - [anon_sym_byte] = ACTIONS(742), - [anon_sym_short] = ACTIONS(742), - [anon_sym_int] = ACTIONS(742), - [anon_sym_long] = ACTIONS(742), - [anon_sym_char] = ACTIONS(742), - [anon_sym_float] = ACTIONS(742), - [anon_sym_double] = ACTIONS(742), - [sym_boolean_type] = ACTIONS(742), - [sym_void_type] = ACTIONS(742), - [sym_this] = ACTIONS(742), - [sym_super] = ACTIONS(742), + [266] = { + [ts_builtin_sym_end] = ACTIONS(730), + [sym_identifier] = ACTIONS(732), + [sym_decimal_integer_literal] = ACTIONS(732), + [sym_hex_integer_literal] = ACTIONS(732), + [sym_octal_integer_literal] = ACTIONS(732), + [sym_binary_integer_literal] = ACTIONS(730), + [sym_decimal_floating_point_literal] = ACTIONS(730), + [sym_hex_floating_point_literal] = ACTIONS(732), + [sym_true] = ACTIONS(732), + [sym_false] = ACTIONS(732), + [sym_character_literal] = ACTIONS(730), + [anon_sym_DQUOTE] = ACTIONS(732), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(730), + [sym_null_literal] = ACTIONS(732), + [anon_sym_LPAREN] = ACTIONS(730), + [anon_sym_LT] = ACTIONS(730), + [anon_sym_PLUS] = ACTIONS(732), + [anon_sym_DASH] = ACTIONS(732), + [anon_sym_final] = ACTIONS(732), + [anon_sym_BANG] = ACTIONS(730), + [anon_sym_TILDE] = ACTIONS(730), + [anon_sym_PLUS_PLUS] = ACTIONS(730), + [anon_sym_DASH_DASH] = ACTIONS(730), + [anon_sym_new] = ACTIONS(732), + [anon_sym_class] = ACTIONS(732), + [anon_sym_switch] = ACTIONS(732), + [anon_sym_LBRACE] = ACTIONS(730), + [anon_sym_RBRACE] = ACTIONS(730), + [anon_sym_case] = ACTIONS(732), + [anon_sym_default] = ACTIONS(732), + [anon_sym_SEMI] = ACTIONS(730), + [anon_sym_assert] = ACTIONS(732), + [anon_sym_do] = ACTIONS(732), + [anon_sym_while] = ACTIONS(732), + [anon_sym_break] = ACTIONS(732), + [anon_sym_continue] = ACTIONS(732), + [anon_sym_return] = ACTIONS(732), + [anon_sym_yield] = ACTIONS(732), + [anon_sym_synchronized] = ACTIONS(732), + [anon_sym_throw] = ACTIONS(732), + [anon_sym_try] = ACTIONS(732), + [anon_sym_if] = ACTIONS(732), + [anon_sym_else] = ACTIONS(732), + [anon_sym_for] = ACTIONS(732), + [anon_sym_AT] = ACTIONS(732), + [anon_sym_open] = ACTIONS(732), + [anon_sym_module] = ACTIONS(732), + [anon_sym_static] = ACTIONS(732), + [anon_sym_with] = ACTIONS(732), + [anon_sym_package] = ACTIONS(732), + [anon_sym_import] = ACTIONS(732), + [anon_sym_enum] = ACTIONS(732), + [anon_sym_public] = ACTIONS(732), + [anon_sym_protected] = ACTIONS(732), + [anon_sym_private] = ACTIONS(732), + [anon_sym_abstract] = ACTIONS(732), + [anon_sym_strictfp] = ACTIONS(732), + [anon_sym_native] = ACTIONS(732), + [anon_sym_transient] = ACTIONS(732), + [anon_sym_volatile] = ACTIONS(732), + [anon_sym_sealed] = ACTIONS(732), + [anon_sym_non_DASHsealed] = ACTIONS(730), + [anon_sym_record] = ACTIONS(732), + [anon_sym_ATinterface] = ACTIONS(730), + [anon_sym_interface] = ACTIONS(732), + [anon_sym_byte] = ACTIONS(732), + [anon_sym_short] = ACTIONS(732), + [anon_sym_int] = ACTIONS(732), + [anon_sym_long] = ACTIONS(732), + [anon_sym_char] = ACTIONS(732), + [anon_sym_float] = ACTIONS(732), + [anon_sym_double] = ACTIONS(732), + [sym_boolean_type] = ACTIONS(732), + [sym_void_type] = ACTIONS(732), + [sym_this] = ACTIONS(732), + [sym_super] = ACTIONS(732), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, - [274] = { - [ts_builtin_sym_end] = ACTIONS(744), - [sym_identifier] = ACTIONS(746), - [sym_decimal_integer_literal] = ACTIONS(746), - [sym_hex_integer_literal] = ACTIONS(746), - [sym_octal_integer_literal] = ACTIONS(746), - [sym_binary_integer_literal] = ACTIONS(744), - [sym_decimal_floating_point_literal] = ACTIONS(744), - [sym_hex_floating_point_literal] = ACTIONS(746), - [sym_true] = ACTIONS(746), - [sym_false] = ACTIONS(746), - [sym_character_literal] = ACTIONS(744), - [anon_sym_DQUOTE] = ACTIONS(746), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(744), - [sym_null_literal] = ACTIONS(746), - [anon_sym_LPAREN] = ACTIONS(744), - [anon_sym_PLUS] = ACTIONS(746), - [anon_sym_DASH] = ACTIONS(746), - [anon_sym_final] = ACTIONS(746), - [anon_sym_BANG] = ACTIONS(744), - [anon_sym_TILDE] = ACTIONS(744), - [anon_sym_PLUS_PLUS] = ACTIONS(744), - [anon_sym_DASH_DASH] = ACTIONS(744), - [anon_sym_new] = ACTIONS(746), - [anon_sym_class] = ACTIONS(746), - [anon_sym_switch] = ACTIONS(746), - [anon_sym_LBRACE] = ACTIONS(744), - [anon_sym_RBRACE] = ACTIONS(744), - [anon_sym_case] = ACTIONS(746), - [anon_sym_default] = ACTIONS(746), - [anon_sym_SEMI] = ACTIONS(744), - [anon_sym_assert] = ACTIONS(746), - [anon_sym_do] = ACTIONS(746), - [anon_sym_while] = ACTIONS(746), - [anon_sym_break] = ACTIONS(746), - [anon_sym_continue] = ACTIONS(746), - [anon_sym_return] = ACTIONS(746), - [anon_sym_yield] = ACTIONS(746), - [anon_sym_synchronized] = ACTIONS(746), - [anon_sym_throw] = ACTIONS(746), - [anon_sym_try] = ACTIONS(746), - [anon_sym_if] = ACTIONS(746), - [anon_sym_else] = ACTIONS(746), - [anon_sym_for] = ACTIONS(746), - [anon_sym_AT] = ACTIONS(746), - [anon_sym_open] = ACTIONS(746), - [anon_sym_module] = ACTIONS(746), - [anon_sym_static] = ACTIONS(746), - [anon_sym_package] = ACTIONS(746), - [anon_sym_import] = ACTIONS(746), - [anon_sym_enum] = ACTIONS(746), - [anon_sym_public] = ACTIONS(746), - [anon_sym_protected] = ACTIONS(746), - [anon_sym_private] = ACTIONS(746), - [anon_sym_abstract] = ACTIONS(746), - [anon_sym_strictfp] = ACTIONS(746), - [anon_sym_native] = ACTIONS(746), - [anon_sym_transient] = ACTIONS(746), - [anon_sym_volatile] = ACTIONS(746), - [anon_sym_sealed] = ACTIONS(746), - [anon_sym_non_DASHsealed] = ACTIONS(744), - [anon_sym_record] = ACTIONS(746), - [anon_sym_ATinterface] = ACTIONS(744), - [anon_sym_interface] = ACTIONS(746), - [anon_sym_byte] = ACTIONS(746), - [anon_sym_short] = ACTIONS(746), - [anon_sym_int] = ACTIONS(746), - [anon_sym_long] = ACTIONS(746), - [anon_sym_char] = ACTIONS(746), - [anon_sym_float] = ACTIONS(746), - [anon_sym_double] = ACTIONS(746), - [sym_boolean_type] = ACTIONS(746), - [sym_void_type] = ACTIONS(746), - [sym_this] = ACTIONS(746), - [sym_super] = ACTIONS(746), + [267] = { + [ts_builtin_sym_end] = ACTIONS(734), + [sym_identifier] = ACTIONS(736), + [sym_decimal_integer_literal] = ACTIONS(736), + [sym_hex_integer_literal] = ACTIONS(736), + [sym_octal_integer_literal] = ACTIONS(736), + [sym_binary_integer_literal] = ACTIONS(734), + [sym_decimal_floating_point_literal] = ACTIONS(734), + [sym_hex_floating_point_literal] = ACTIONS(736), + [sym_true] = ACTIONS(736), + [sym_false] = ACTIONS(736), + [sym_character_literal] = ACTIONS(734), + [anon_sym_DQUOTE] = ACTIONS(736), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(734), + [sym_null_literal] = ACTIONS(736), + [anon_sym_LPAREN] = ACTIONS(734), + [anon_sym_LT] = ACTIONS(734), + [anon_sym_PLUS] = ACTIONS(736), + [anon_sym_DASH] = ACTIONS(736), + [anon_sym_final] = ACTIONS(736), + [anon_sym_BANG] = ACTIONS(734), + [anon_sym_TILDE] = ACTIONS(734), + [anon_sym_PLUS_PLUS] = ACTIONS(734), + [anon_sym_DASH_DASH] = ACTIONS(734), + [anon_sym_new] = ACTIONS(736), + [anon_sym_class] = ACTIONS(736), + [anon_sym_switch] = ACTIONS(736), + [anon_sym_LBRACE] = ACTIONS(734), + [anon_sym_RBRACE] = ACTIONS(734), + [anon_sym_case] = ACTIONS(736), + [anon_sym_default] = ACTIONS(736), + [anon_sym_SEMI] = ACTIONS(734), + [anon_sym_assert] = ACTIONS(736), + [anon_sym_do] = ACTIONS(736), + [anon_sym_while] = ACTIONS(736), + [anon_sym_break] = ACTIONS(736), + [anon_sym_continue] = ACTIONS(736), + [anon_sym_return] = ACTIONS(736), + [anon_sym_yield] = ACTIONS(736), + [anon_sym_synchronized] = ACTIONS(736), + [anon_sym_throw] = ACTIONS(736), + [anon_sym_try] = ACTIONS(736), + [anon_sym_if] = ACTIONS(736), + [anon_sym_else] = ACTIONS(736), + [anon_sym_for] = ACTIONS(736), + [anon_sym_AT] = ACTIONS(736), + [anon_sym_open] = ACTIONS(736), + [anon_sym_module] = ACTIONS(736), + [anon_sym_static] = ACTIONS(736), + [anon_sym_with] = ACTIONS(736), + [anon_sym_package] = ACTIONS(736), + [anon_sym_import] = ACTIONS(736), + [anon_sym_enum] = ACTIONS(736), + [anon_sym_public] = ACTIONS(736), + [anon_sym_protected] = ACTIONS(736), + [anon_sym_private] = ACTIONS(736), + [anon_sym_abstract] = ACTIONS(736), + [anon_sym_strictfp] = ACTIONS(736), + [anon_sym_native] = ACTIONS(736), + [anon_sym_transient] = ACTIONS(736), + [anon_sym_volatile] = ACTIONS(736), + [anon_sym_sealed] = ACTIONS(736), + [anon_sym_non_DASHsealed] = ACTIONS(734), + [anon_sym_record] = ACTIONS(736), + [anon_sym_ATinterface] = ACTIONS(734), + [anon_sym_interface] = ACTIONS(736), + [anon_sym_byte] = ACTIONS(736), + [anon_sym_short] = ACTIONS(736), + [anon_sym_int] = ACTIONS(736), + [anon_sym_long] = ACTIONS(736), + [anon_sym_char] = ACTIONS(736), + [anon_sym_float] = ACTIONS(736), + [anon_sym_double] = ACTIONS(736), + [sym_boolean_type] = ACTIONS(736), + [sym_void_type] = ACTIONS(736), + [sym_this] = ACTIONS(736), + [sym_super] = ACTIONS(736), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, - [275] = { - [sym_switch_label] = STATE(1308), - [aux_sym_switch_block_statement_group_repeat1] = STATE(275), + [268] = { + [ts_builtin_sym_end] = ACTIONS(738), + [sym_identifier] = ACTIONS(740), + [sym_decimal_integer_literal] = ACTIONS(740), + [sym_hex_integer_literal] = ACTIONS(740), + [sym_octal_integer_literal] = ACTIONS(740), + [sym_binary_integer_literal] = ACTIONS(738), + [sym_decimal_floating_point_literal] = ACTIONS(738), + [sym_hex_floating_point_literal] = ACTIONS(740), + [sym_true] = ACTIONS(740), + [sym_false] = ACTIONS(740), + [sym_character_literal] = ACTIONS(738), + [anon_sym_DQUOTE] = ACTIONS(740), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(738), + [sym_null_literal] = ACTIONS(740), + [anon_sym_LPAREN] = ACTIONS(738), + [anon_sym_LT] = ACTIONS(738), + [anon_sym_PLUS] = ACTIONS(740), + [anon_sym_DASH] = ACTIONS(740), + [anon_sym_final] = ACTIONS(740), + [anon_sym_BANG] = ACTIONS(738), + [anon_sym_TILDE] = ACTIONS(738), + [anon_sym_PLUS_PLUS] = ACTIONS(738), + [anon_sym_DASH_DASH] = ACTIONS(738), + [anon_sym_new] = ACTIONS(740), + [anon_sym_class] = ACTIONS(740), + [anon_sym_switch] = ACTIONS(740), + [anon_sym_LBRACE] = ACTIONS(738), + [anon_sym_RBRACE] = ACTIONS(738), + [anon_sym_case] = ACTIONS(740), + [anon_sym_default] = ACTIONS(740), + [anon_sym_SEMI] = ACTIONS(738), + [anon_sym_assert] = ACTIONS(740), + [anon_sym_do] = ACTIONS(740), + [anon_sym_while] = ACTIONS(740), + [anon_sym_break] = ACTIONS(740), + [anon_sym_continue] = ACTIONS(740), + [anon_sym_return] = ACTIONS(740), + [anon_sym_yield] = ACTIONS(740), + [anon_sym_synchronized] = ACTIONS(740), + [anon_sym_throw] = ACTIONS(740), + [anon_sym_try] = ACTIONS(740), + [anon_sym_if] = ACTIONS(740), + [anon_sym_else] = ACTIONS(740), + [anon_sym_for] = ACTIONS(740), + [anon_sym_AT] = ACTIONS(740), + [anon_sym_open] = ACTIONS(740), + [anon_sym_module] = ACTIONS(740), + [anon_sym_static] = ACTIONS(740), + [anon_sym_with] = ACTIONS(740), + [anon_sym_package] = ACTIONS(740), + [anon_sym_import] = ACTIONS(740), + [anon_sym_enum] = ACTIONS(740), + [anon_sym_public] = ACTIONS(740), + [anon_sym_protected] = ACTIONS(740), + [anon_sym_private] = ACTIONS(740), + [anon_sym_abstract] = ACTIONS(740), + [anon_sym_strictfp] = ACTIONS(740), + [anon_sym_native] = ACTIONS(740), + [anon_sym_transient] = ACTIONS(740), + [anon_sym_volatile] = ACTIONS(740), + [anon_sym_sealed] = ACTIONS(740), + [anon_sym_non_DASHsealed] = ACTIONS(738), + [anon_sym_record] = ACTIONS(740), + [anon_sym_ATinterface] = ACTIONS(738), + [anon_sym_interface] = ACTIONS(740), + [anon_sym_byte] = ACTIONS(740), + [anon_sym_short] = ACTIONS(740), + [anon_sym_int] = ACTIONS(740), + [anon_sym_long] = ACTIONS(740), + [anon_sym_char] = ACTIONS(740), + [anon_sym_float] = ACTIONS(740), + [anon_sym_double] = ACTIONS(740), + [sym_boolean_type] = ACTIONS(740), + [sym_void_type] = ACTIONS(740), + [sym_this] = ACTIONS(740), + [sym_super] = ACTIONS(740), + [sym_line_comment] = ACTIONS(3), + [sym_block_comment] = ACTIONS(3), + }, + [269] = { + [ts_builtin_sym_end] = ACTIONS(742), + [sym_identifier] = ACTIONS(744), + [sym_decimal_integer_literal] = ACTIONS(744), + [sym_hex_integer_literal] = ACTIONS(744), + [sym_octal_integer_literal] = ACTIONS(744), + [sym_binary_integer_literal] = ACTIONS(742), + [sym_decimal_floating_point_literal] = ACTIONS(742), + [sym_hex_floating_point_literal] = ACTIONS(744), + [sym_true] = ACTIONS(744), + [sym_false] = ACTIONS(744), + [sym_character_literal] = ACTIONS(742), + [anon_sym_DQUOTE] = ACTIONS(744), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(742), + [sym_null_literal] = ACTIONS(744), + [anon_sym_LPAREN] = ACTIONS(742), + [anon_sym_LT] = ACTIONS(742), + [anon_sym_PLUS] = ACTIONS(744), + [anon_sym_DASH] = ACTIONS(744), + [anon_sym_final] = ACTIONS(744), + [anon_sym_BANG] = ACTIONS(742), + [anon_sym_TILDE] = ACTIONS(742), + [anon_sym_PLUS_PLUS] = ACTIONS(742), + [anon_sym_DASH_DASH] = ACTIONS(742), + [anon_sym_new] = ACTIONS(744), + [anon_sym_class] = ACTIONS(744), + [anon_sym_switch] = ACTIONS(744), + [anon_sym_LBRACE] = ACTIONS(742), + [anon_sym_RBRACE] = ACTIONS(742), + [anon_sym_case] = ACTIONS(744), + [anon_sym_default] = ACTIONS(744), + [anon_sym_SEMI] = ACTIONS(742), + [anon_sym_assert] = ACTIONS(744), + [anon_sym_do] = ACTIONS(744), + [anon_sym_while] = ACTIONS(744), + [anon_sym_break] = ACTIONS(744), + [anon_sym_continue] = ACTIONS(744), + [anon_sym_return] = ACTIONS(744), + [anon_sym_yield] = ACTIONS(744), + [anon_sym_synchronized] = ACTIONS(744), + [anon_sym_throw] = ACTIONS(744), + [anon_sym_try] = ACTIONS(744), + [anon_sym_if] = ACTIONS(744), + [anon_sym_else] = ACTIONS(744), + [anon_sym_for] = ACTIONS(744), + [anon_sym_AT] = ACTIONS(744), + [anon_sym_open] = ACTIONS(744), + [anon_sym_module] = ACTIONS(744), + [anon_sym_static] = ACTIONS(744), + [anon_sym_with] = ACTIONS(744), + [anon_sym_package] = ACTIONS(744), + [anon_sym_import] = ACTIONS(744), + [anon_sym_enum] = ACTIONS(744), + [anon_sym_public] = ACTIONS(744), + [anon_sym_protected] = ACTIONS(744), + [anon_sym_private] = ACTIONS(744), + [anon_sym_abstract] = ACTIONS(744), + [anon_sym_strictfp] = ACTIONS(744), + [anon_sym_native] = ACTIONS(744), + [anon_sym_transient] = ACTIONS(744), + [anon_sym_volatile] = ACTIONS(744), + [anon_sym_sealed] = ACTIONS(744), + [anon_sym_non_DASHsealed] = ACTIONS(742), + [anon_sym_record] = ACTIONS(744), + [anon_sym_ATinterface] = ACTIONS(742), + [anon_sym_interface] = ACTIONS(744), + [anon_sym_byte] = ACTIONS(744), + [anon_sym_short] = ACTIONS(744), + [anon_sym_int] = ACTIONS(744), + [anon_sym_long] = ACTIONS(744), + [anon_sym_char] = ACTIONS(744), + [anon_sym_float] = ACTIONS(744), + [anon_sym_double] = ACTIONS(744), + [sym_boolean_type] = ACTIONS(744), + [sym_void_type] = ACTIONS(744), + [sym_this] = ACTIONS(744), + [sym_super] = ACTIONS(744), + [sym_line_comment] = ACTIONS(3), + [sym_block_comment] = ACTIONS(3), + }, + [270] = { + [ts_builtin_sym_end] = ACTIONS(746), [sym_identifier] = ACTIONS(748), [sym_decimal_integer_literal] = ACTIONS(748), [sym_hex_integer_literal] = ACTIONS(748), [sym_octal_integer_literal] = ACTIONS(748), - [sym_binary_integer_literal] = ACTIONS(750), - [sym_decimal_floating_point_literal] = ACTIONS(750), + [sym_binary_integer_literal] = ACTIONS(746), + [sym_decimal_floating_point_literal] = ACTIONS(746), [sym_hex_floating_point_literal] = ACTIONS(748), [sym_true] = ACTIONS(748), [sym_false] = ACTIONS(748), - [sym_character_literal] = ACTIONS(750), + [sym_character_literal] = ACTIONS(746), [anon_sym_DQUOTE] = ACTIONS(748), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(750), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(746), [sym_null_literal] = ACTIONS(748), - [anon_sym_LPAREN] = ACTIONS(750), + [anon_sym_LPAREN] = ACTIONS(746), + [anon_sym_LT] = ACTIONS(746), [anon_sym_PLUS] = ACTIONS(748), [anon_sym_DASH] = ACTIONS(748), [anon_sym_final] = ACTIONS(748), - [anon_sym_BANG] = ACTIONS(750), - [anon_sym_TILDE] = ACTIONS(750), - [anon_sym_PLUS_PLUS] = ACTIONS(750), - [anon_sym_DASH_DASH] = ACTIONS(750), + [anon_sym_BANG] = ACTIONS(746), + [anon_sym_TILDE] = ACTIONS(746), + [anon_sym_PLUS_PLUS] = ACTIONS(746), + [anon_sym_DASH_DASH] = ACTIONS(746), [anon_sym_new] = ACTIONS(748), [anon_sym_class] = ACTIONS(748), [anon_sym_switch] = ACTIONS(748), - [anon_sym_LBRACE] = ACTIONS(750), - [anon_sym_RBRACE] = ACTIONS(750), - [anon_sym_case] = ACTIONS(752), - [anon_sym_default] = ACTIONS(755), - [anon_sym_SEMI] = ACTIONS(750), + [anon_sym_LBRACE] = ACTIONS(746), + [anon_sym_RBRACE] = ACTIONS(746), + [anon_sym_case] = ACTIONS(748), + [anon_sym_default] = ACTIONS(748), + [anon_sym_SEMI] = ACTIONS(746), [anon_sym_assert] = ACTIONS(748), [anon_sym_do] = ACTIONS(748), [anon_sym_while] = ACTIONS(748), @@ -37446,11 +37499,13 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_throw] = ACTIONS(748), [anon_sym_try] = ACTIONS(748), [anon_sym_if] = ACTIONS(748), + [anon_sym_else] = ACTIONS(748), [anon_sym_for] = ACTIONS(748), [anon_sym_AT] = ACTIONS(748), [anon_sym_open] = ACTIONS(748), [anon_sym_module] = ACTIONS(748), [anon_sym_static] = ACTIONS(748), + [anon_sym_with] = ACTIONS(748), [anon_sym_package] = ACTIONS(748), [anon_sym_import] = ACTIONS(748), [anon_sym_enum] = ACTIONS(748), @@ -37463,9 +37518,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_transient] = ACTIONS(748), [anon_sym_volatile] = ACTIONS(748), [anon_sym_sealed] = ACTIONS(748), - [anon_sym_non_DASHsealed] = ACTIONS(750), + [anon_sym_non_DASHsealed] = ACTIONS(746), [anon_sym_record] = ACTIONS(748), - [anon_sym_ATinterface] = ACTIONS(750), + [anon_sym_ATinterface] = ACTIONS(746), [anon_sym_interface] = ACTIONS(748), [anon_sym_byte] = ACTIONS(748), [anon_sym_short] = ACTIONS(748), @@ -37481,1207 +37536,1543 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, - [276] = { - [ts_builtin_sym_end] = ACTIONS(309), - [sym_identifier] = ACTIONS(311), - [sym_decimal_integer_literal] = ACTIONS(311), - [sym_hex_integer_literal] = ACTIONS(311), - [sym_octal_integer_literal] = ACTIONS(311), - [sym_binary_integer_literal] = ACTIONS(309), - [sym_decimal_floating_point_literal] = ACTIONS(309), - [sym_hex_floating_point_literal] = ACTIONS(311), - [sym_true] = ACTIONS(311), - [sym_false] = ACTIONS(311), - [sym_character_literal] = ACTIONS(309), - [anon_sym_DQUOTE] = ACTIONS(311), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(309), - [sym_null_literal] = ACTIONS(311), - [anon_sym_LPAREN] = ACTIONS(309), - [anon_sym_PLUS] = ACTIONS(311), - [anon_sym_DASH] = ACTIONS(311), - [anon_sym_final] = ACTIONS(311), - [anon_sym_BANG] = ACTIONS(309), - [anon_sym_TILDE] = ACTIONS(309), - [anon_sym_PLUS_PLUS] = ACTIONS(309), - [anon_sym_DASH_DASH] = ACTIONS(309), - [anon_sym_new] = ACTIONS(311), - [anon_sym_class] = ACTIONS(311), - [anon_sym_switch] = ACTIONS(311), - [anon_sym_LBRACE] = ACTIONS(309), - [anon_sym_RBRACE] = ACTIONS(309), - [anon_sym_case] = ACTIONS(311), - [anon_sym_default] = ACTIONS(311), - [anon_sym_SEMI] = ACTIONS(309), - [anon_sym_assert] = ACTIONS(311), - [anon_sym_do] = ACTIONS(311), - [anon_sym_while] = ACTIONS(311), - [anon_sym_break] = ACTIONS(311), - [anon_sym_continue] = ACTIONS(311), - [anon_sym_return] = ACTIONS(311), - [anon_sym_yield] = ACTIONS(311), - [anon_sym_synchronized] = ACTIONS(311), - [anon_sym_throw] = ACTIONS(311), - [anon_sym_try] = ACTIONS(311), - [anon_sym_if] = ACTIONS(311), - [anon_sym_else] = ACTIONS(311), - [anon_sym_for] = ACTIONS(311), - [anon_sym_AT] = ACTIONS(311), - [anon_sym_open] = ACTIONS(311), - [anon_sym_module] = ACTIONS(311), - [anon_sym_static] = ACTIONS(311), - [anon_sym_package] = ACTIONS(311), - [anon_sym_import] = ACTIONS(311), - [anon_sym_enum] = ACTIONS(311), - [anon_sym_public] = ACTIONS(311), - [anon_sym_protected] = ACTIONS(311), - [anon_sym_private] = ACTIONS(311), - [anon_sym_abstract] = ACTIONS(311), - [anon_sym_strictfp] = ACTIONS(311), - [anon_sym_native] = ACTIONS(311), - [anon_sym_transient] = ACTIONS(311), - [anon_sym_volatile] = ACTIONS(311), - [anon_sym_sealed] = ACTIONS(311), - [anon_sym_non_DASHsealed] = ACTIONS(309), - [anon_sym_record] = ACTIONS(311), - [anon_sym_ATinterface] = ACTIONS(309), - [anon_sym_interface] = ACTIONS(311), - [anon_sym_byte] = ACTIONS(311), - [anon_sym_short] = ACTIONS(311), - [anon_sym_int] = ACTIONS(311), - [anon_sym_long] = ACTIONS(311), - [anon_sym_char] = ACTIONS(311), - [anon_sym_float] = ACTIONS(311), - [anon_sym_double] = ACTIONS(311), - [sym_boolean_type] = ACTIONS(311), - [sym_void_type] = ACTIONS(311), - [sym_this] = ACTIONS(311), - [sym_super] = ACTIONS(311), + [271] = { + [ts_builtin_sym_end] = ACTIONS(750), + [sym_identifier] = ACTIONS(752), + [sym_decimal_integer_literal] = ACTIONS(752), + [sym_hex_integer_literal] = ACTIONS(752), + [sym_octal_integer_literal] = ACTIONS(752), + [sym_binary_integer_literal] = ACTIONS(750), + [sym_decimal_floating_point_literal] = ACTIONS(750), + [sym_hex_floating_point_literal] = ACTIONS(752), + [sym_true] = ACTIONS(752), + [sym_false] = ACTIONS(752), + [sym_character_literal] = ACTIONS(750), + [anon_sym_DQUOTE] = ACTIONS(752), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(750), + [sym_null_literal] = ACTIONS(752), + [anon_sym_LPAREN] = ACTIONS(750), + [anon_sym_LT] = ACTIONS(750), + [anon_sym_PLUS] = ACTIONS(752), + [anon_sym_DASH] = ACTIONS(752), + [anon_sym_final] = ACTIONS(752), + [anon_sym_BANG] = ACTIONS(750), + [anon_sym_TILDE] = ACTIONS(750), + [anon_sym_PLUS_PLUS] = ACTIONS(750), + [anon_sym_DASH_DASH] = ACTIONS(750), + [anon_sym_new] = ACTIONS(752), + [anon_sym_class] = ACTIONS(752), + [anon_sym_switch] = ACTIONS(752), + [anon_sym_LBRACE] = ACTIONS(750), + [anon_sym_RBRACE] = ACTIONS(750), + [anon_sym_case] = ACTIONS(752), + [anon_sym_default] = ACTIONS(752), + [anon_sym_SEMI] = ACTIONS(750), + [anon_sym_assert] = ACTIONS(752), + [anon_sym_do] = ACTIONS(752), + [anon_sym_while] = ACTIONS(752), + [anon_sym_break] = ACTIONS(752), + [anon_sym_continue] = ACTIONS(752), + [anon_sym_return] = ACTIONS(752), + [anon_sym_yield] = ACTIONS(752), + [anon_sym_synchronized] = ACTIONS(752), + [anon_sym_throw] = ACTIONS(752), + [anon_sym_try] = ACTIONS(752), + [anon_sym_if] = ACTIONS(752), + [anon_sym_else] = ACTIONS(752), + [anon_sym_for] = ACTIONS(752), + [anon_sym_AT] = ACTIONS(752), + [anon_sym_open] = ACTIONS(752), + [anon_sym_module] = ACTIONS(752), + [anon_sym_static] = ACTIONS(752), + [anon_sym_with] = ACTIONS(752), + [anon_sym_package] = ACTIONS(752), + [anon_sym_import] = ACTIONS(752), + [anon_sym_enum] = ACTIONS(752), + [anon_sym_public] = ACTIONS(752), + [anon_sym_protected] = ACTIONS(752), + [anon_sym_private] = ACTIONS(752), + [anon_sym_abstract] = ACTIONS(752), + [anon_sym_strictfp] = ACTIONS(752), + [anon_sym_native] = ACTIONS(752), + [anon_sym_transient] = ACTIONS(752), + [anon_sym_volatile] = ACTIONS(752), + [anon_sym_sealed] = ACTIONS(752), + [anon_sym_non_DASHsealed] = ACTIONS(750), + [anon_sym_record] = ACTIONS(752), + [anon_sym_ATinterface] = ACTIONS(750), + [anon_sym_interface] = ACTIONS(752), + [anon_sym_byte] = ACTIONS(752), + [anon_sym_short] = ACTIONS(752), + [anon_sym_int] = ACTIONS(752), + [anon_sym_long] = ACTIONS(752), + [anon_sym_char] = ACTIONS(752), + [anon_sym_float] = ACTIONS(752), + [anon_sym_double] = ACTIONS(752), + [sym_boolean_type] = ACTIONS(752), + [sym_void_type] = ACTIONS(752), + [sym_this] = ACTIONS(752), + [sym_super] = ACTIONS(752), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, - [277] = { - [sym__literal] = STATE(507), - [sym_string_literal] = STATE(510), - [sym__string_literal] = STATE(498), - [sym__multiline_string_literal] = STATE(498), - [sym_primary_expression] = STATE(1073), - [sym_array_creation_expression] = STATE(507), - [sym_parenthesized_expression] = STATE(507), - [sym_class_literal] = STATE(507), - [sym_object_creation_expression] = STATE(507), - [sym__unqualified_object_creation_expression] = STATE(483), - [sym_field_access] = STATE(912), - [sym_array_access] = STATE(507), - [sym_method_invocation] = STATE(507), - [sym_method_reference] = STATE(507), - [sym_resource] = STATE(1127), - [sym__annotation] = STATE(628), - [sym_marker_annotation] = STATE(628), - [sym_annotation] = STATE(628), - [sym_modifiers] = STATE(721), - [sym__type] = STATE(1266), - [sym__unannotated_type] = STATE(742), - [sym_annotated_type] = STATE(797), - [sym_scoped_type_identifier] = STATE(745), - [sym_generic_type] = STATE(771), - [sym_array_type] = STATE(702), - [sym_integral_type] = STATE(702), - [sym_floating_point_type] = STATE(702), - [aux_sym_array_creation_expression_repeat1] = STATE(683), - [aux_sym_modifiers_repeat1] = STATE(563), - [sym_identifier] = ACTIONS(758), - [sym_decimal_integer_literal] = ACTIONS(9), - [sym_hex_integer_literal] = ACTIONS(9), - [sym_octal_integer_literal] = ACTIONS(9), - [sym_binary_integer_literal] = ACTIONS(11), - [sym_decimal_floating_point_literal] = ACTIONS(11), - [sym_hex_floating_point_literal] = ACTIONS(9), - [sym_true] = ACTIONS(9), - [sym_false] = ACTIONS(9), - [sym_character_literal] = ACTIONS(11), - [anon_sym_DQUOTE] = ACTIONS(13), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(15), - [sym_null_literal] = ACTIONS(9), - [anon_sym_LPAREN] = ACTIONS(760), - [anon_sym_RPAREN] = ACTIONS(762), - [anon_sym_final] = ACTIONS(291), - [anon_sym_new] = ACTIONS(764), - [anon_sym_default] = ACTIONS(291), - [anon_sym_synchronized] = ACTIONS(291), - [anon_sym_AT] = ACTIONS(293), - [anon_sym_open] = ACTIONS(766), - [anon_sym_module] = ACTIONS(766), - [anon_sym_static] = ACTIONS(291), - [anon_sym_public] = ACTIONS(291), - [anon_sym_protected] = ACTIONS(291), - [anon_sym_private] = ACTIONS(291), - [anon_sym_abstract] = ACTIONS(291), - [anon_sym_strictfp] = ACTIONS(291), - [anon_sym_native] = ACTIONS(291), - [anon_sym_transient] = ACTIONS(291), - [anon_sym_volatile] = ACTIONS(291), - [anon_sym_sealed] = ACTIONS(291), - [anon_sym_non_DASHsealed] = ACTIONS(297), - [anon_sym_record] = ACTIONS(766), - [anon_sym_byte] = ACTIONS(81), - [anon_sym_short] = ACTIONS(81), - [anon_sym_int] = ACTIONS(81), - [anon_sym_long] = ACTIONS(81), - [anon_sym_char] = ACTIONS(81), - [anon_sym_float] = ACTIONS(83), - [anon_sym_double] = ACTIONS(83), - [sym_boolean_type] = ACTIONS(85), - [sym_void_type] = ACTIONS(85), - [sym_this] = ACTIONS(87), - [sym_super] = ACTIONS(89), + [272] = { + [ts_builtin_sym_end] = ACTIONS(754), + [sym_identifier] = ACTIONS(756), + [sym_decimal_integer_literal] = ACTIONS(756), + [sym_hex_integer_literal] = ACTIONS(756), + [sym_octal_integer_literal] = ACTIONS(756), + [sym_binary_integer_literal] = ACTIONS(754), + [sym_decimal_floating_point_literal] = ACTIONS(754), + [sym_hex_floating_point_literal] = ACTIONS(756), + [sym_true] = ACTIONS(756), + [sym_false] = ACTIONS(756), + [sym_character_literal] = ACTIONS(754), + [anon_sym_DQUOTE] = ACTIONS(756), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(754), + [sym_null_literal] = ACTIONS(756), + [anon_sym_LPAREN] = ACTIONS(754), + [anon_sym_LT] = ACTIONS(754), + [anon_sym_PLUS] = ACTIONS(756), + [anon_sym_DASH] = ACTIONS(756), + [anon_sym_final] = ACTIONS(756), + [anon_sym_BANG] = ACTIONS(754), + [anon_sym_TILDE] = ACTIONS(754), + [anon_sym_PLUS_PLUS] = ACTIONS(754), + [anon_sym_DASH_DASH] = ACTIONS(754), + [anon_sym_new] = ACTIONS(756), + [anon_sym_class] = ACTIONS(756), + [anon_sym_switch] = ACTIONS(756), + [anon_sym_LBRACE] = ACTIONS(754), + [anon_sym_RBRACE] = ACTIONS(754), + [anon_sym_case] = ACTIONS(756), + [anon_sym_default] = ACTIONS(756), + [anon_sym_SEMI] = ACTIONS(754), + [anon_sym_assert] = ACTIONS(756), + [anon_sym_do] = ACTIONS(756), + [anon_sym_while] = ACTIONS(756), + [anon_sym_break] = ACTIONS(756), + [anon_sym_continue] = ACTIONS(756), + [anon_sym_return] = ACTIONS(756), + [anon_sym_yield] = ACTIONS(756), + [anon_sym_synchronized] = ACTIONS(756), + [anon_sym_throw] = ACTIONS(756), + [anon_sym_try] = ACTIONS(756), + [anon_sym_if] = ACTIONS(756), + [anon_sym_else] = ACTIONS(756), + [anon_sym_for] = ACTIONS(756), + [anon_sym_AT] = ACTIONS(756), + [anon_sym_open] = ACTIONS(756), + [anon_sym_module] = ACTIONS(756), + [anon_sym_static] = ACTIONS(756), + [anon_sym_with] = ACTIONS(756), + [anon_sym_package] = ACTIONS(756), + [anon_sym_import] = ACTIONS(756), + [anon_sym_enum] = ACTIONS(756), + [anon_sym_public] = ACTIONS(756), + [anon_sym_protected] = ACTIONS(756), + [anon_sym_private] = ACTIONS(756), + [anon_sym_abstract] = ACTIONS(756), + [anon_sym_strictfp] = ACTIONS(756), + [anon_sym_native] = ACTIONS(756), + [anon_sym_transient] = ACTIONS(756), + [anon_sym_volatile] = ACTIONS(756), + [anon_sym_sealed] = ACTIONS(756), + [anon_sym_non_DASHsealed] = ACTIONS(754), + [anon_sym_record] = ACTIONS(756), + [anon_sym_ATinterface] = ACTIONS(754), + [anon_sym_interface] = ACTIONS(756), + [anon_sym_byte] = ACTIONS(756), + [anon_sym_short] = ACTIONS(756), + [anon_sym_int] = ACTIONS(756), + [anon_sym_long] = ACTIONS(756), + [anon_sym_char] = ACTIONS(756), + [anon_sym_float] = ACTIONS(756), + [anon_sym_double] = ACTIONS(756), + [sym_boolean_type] = ACTIONS(756), + [sym_void_type] = ACTIONS(756), + [sym_this] = ACTIONS(756), + [sym_super] = ACTIONS(756), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, - [278] = { - [ts_builtin_sym_end] = ACTIONS(768), - [sym_identifier] = ACTIONS(770), - [sym_decimal_integer_literal] = ACTIONS(770), - [sym_hex_integer_literal] = ACTIONS(770), - [sym_octal_integer_literal] = ACTIONS(770), - [sym_binary_integer_literal] = ACTIONS(768), - [sym_decimal_floating_point_literal] = ACTIONS(768), - [sym_hex_floating_point_literal] = ACTIONS(770), - [sym_true] = ACTIONS(770), - [sym_false] = ACTIONS(770), - [sym_character_literal] = ACTIONS(768), - [anon_sym_DQUOTE] = ACTIONS(770), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(768), - [sym_null_literal] = ACTIONS(770), - [anon_sym_LPAREN] = ACTIONS(768), - [anon_sym_PLUS] = ACTIONS(770), - [anon_sym_DASH] = ACTIONS(770), - [anon_sym_final] = ACTIONS(770), - [anon_sym_BANG] = ACTIONS(768), - [anon_sym_TILDE] = ACTIONS(768), - [anon_sym_PLUS_PLUS] = ACTIONS(768), - [anon_sym_DASH_DASH] = ACTIONS(768), - [anon_sym_new] = ACTIONS(770), - [anon_sym_class] = ACTIONS(770), - [anon_sym_switch] = ACTIONS(770), - [anon_sym_LBRACE] = ACTIONS(768), - [anon_sym_RBRACE] = ACTIONS(768), - [anon_sym_case] = ACTIONS(770), - [anon_sym_default] = ACTIONS(770), - [anon_sym_SEMI] = ACTIONS(768), - [anon_sym_assert] = ACTIONS(770), - [anon_sym_do] = ACTIONS(770), - [anon_sym_while] = ACTIONS(770), - [anon_sym_break] = ACTIONS(770), - [anon_sym_continue] = ACTIONS(770), - [anon_sym_return] = ACTIONS(770), - [anon_sym_yield] = ACTIONS(770), - [anon_sym_synchronized] = ACTIONS(770), - [anon_sym_throw] = ACTIONS(770), - [anon_sym_try] = ACTIONS(770), - [anon_sym_if] = ACTIONS(770), - [anon_sym_else] = ACTIONS(770), - [anon_sym_for] = ACTIONS(770), - [anon_sym_AT] = ACTIONS(770), - [anon_sym_open] = ACTIONS(770), - [anon_sym_module] = ACTIONS(770), - [anon_sym_static] = ACTIONS(770), - [anon_sym_package] = ACTIONS(770), - [anon_sym_import] = ACTIONS(770), - [anon_sym_enum] = ACTIONS(770), - [anon_sym_public] = ACTIONS(770), - [anon_sym_protected] = ACTIONS(770), - [anon_sym_private] = ACTIONS(770), - [anon_sym_abstract] = ACTIONS(770), - [anon_sym_strictfp] = ACTIONS(770), - [anon_sym_native] = ACTIONS(770), - [anon_sym_transient] = ACTIONS(770), - [anon_sym_volatile] = ACTIONS(770), - [anon_sym_sealed] = ACTIONS(770), - [anon_sym_non_DASHsealed] = ACTIONS(768), - [anon_sym_record] = ACTIONS(770), - [anon_sym_ATinterface] = ACTIONS(768), - [anon_sym_interface] = ACTIONS(770), - [anon_sym_byte] = ACTIONS(770), - [anon_sym_short] = ACTIONS(770), - [anon_sym_int] = ACTIONS(770), - [anon_sym_long] = ACTIONS(770), - [anon_sym_char] = ACTIONS(770), - [anon_sym_float] = ACTIONS(770), - [anon_sym_double] = ACTIONS(770), - [sym_boolean_type] = ACTIONS(770), - [sym_void_type] = ACTIONS(770), - [sym_this] = ACTIONS(770), - [sym_super] = ACTIONS(770), + [273] = { + [ts_builtin_sym_end] = ACTIONS(758), + [sym_identifier] = ACTIONS(760), + [sym_decimal_integer_literal] = ACTIONS(760), + [sym_hex_integer_literal] = ACTIONS(760), + [sym_octal_integer_literal] = ACTIONS(760), + [sym_binary_integer_literal] = ACTIONS(758), + [sym_decimal_floating_point_literal] = ACTIONS(758), + [sym_hex_floating_point_literal] = ACTIONS(760), + [sym_true] = ACTIONS(760), + [sym_false] = ACTIONS(760), + [sym_character_literal] = ACTIONS(758), + [anon_sym_DQUOTE] = ACTIONS(760), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(758), + [sym_null_literal] = ACTIONS(760), + [anon_sym_LPAREN] = ACTIONS(758), + [anon_sym_LT] = ACTIONS(758), + [anon_sym_PLUS] = ACTIONS(760), + [anon_sym_DASH] = ACTIONS(760), + [anon_sym_final] = ACTIONS(760), + [anon_sym_BANG] = ACTIONS(758), + [anon_sym_TILDE] = ACTIONS(758), + [anon_sym_PLUS_PLUS] = ACTIONS(758), + [anon_sym_DASH_DASH] = ACTIONS(758), + [anon_sym_new] = ACTIONS(760), + [anon_sym_class] = ACTIONS(760), + [anon_sym_switch] = ACTIONS(760), + [anon_sym_LBRACE] = ACTIONS(758), + [anon_sym_RBRACE] = ACTIONS(758), + [anon_sym_case] = ACTIONS(760), + [anon_sym_default] = ACTIONS(760), + [anon_sym_SEMI] = ACTIONS(758), + [anon_sym_assert] = ACTIONS(760), + [anon_sym_do] = ACTIONS(760), + [anon_sym_while] = ACTIONS(760), + [anon_sym_break] = ACTIONS(760), + [anon_sym_continue] = ACTIONS(760), + [anon_sym_return] = ACTIONS(760), + [anon_sym_yield] = ACTIONS(760), + [anon_sym_synchronized] = ACTIONS(760), + [anon_sym_throw] = ACTIONS(760), + [anon_sym_try] = ACTIONS(760), + [anon_sym_if] = ACTIONS(760), + [anon_sym_else] = ACTIONS(760), + [anon_sym_for] = ACTIONS(760), + [anon_sym_AT] = ACTIONS(760), + [anon_sym_open] = ACTIONS(760), + [anon_sym_module] = ACTIONS(760), + [anon_sym_static] = ACTIONS(760), + [anon_sym_with] = ACTIONS(760), + [anon_sym_package] = ACTIONS(760), + [anon_sym_import] = ACTIONS(760), + [anon_sym_enum] = ACTIONS(760), + [anon_sym_public] = ACTIONS(760), + [anon_sym_protected] = ACTIONS(760), + [anon_sym_private] = ACTIONS(760), + [anon_sym_abstract] = ACTIONS(760), + [anon_sym_strictfp] = ACTIONS(760), + [anon_sym_native] = ACTIONS(760), + [anon_sym_transient] = ACTIONS(760), + [anon_sym_volatile] = ACTIONS(760), + [anon_sym_sealed] = ACTIONS(760), + [anon_sym_non_DASHsealed] = ACTIONS(758), + [anon_sym_record] = ACTIONS(760), + [anon_sym_ATinterface] = ACTIONS(758), + [anon_sym_interface] = ACTIONS(760), + [anon_sym_byte] = ACTIONS(760), + [anon_sym_short] = ACTIONS(760), + [anon_sym_int] = ACTIONS(760), + [anon_sym_long] = ACTIONS(760), + [anon_sym_char] = ACTIONS(760), + [anon_sym_float] = ACTIONS(760), + [anon_sym_double] = ACTIONS(760), + [sym_boolean_type] = ACTIONS(760), + [sym_void_type] = ACTIONS(760), + [sym_this] = ACTIONS(760), + [sym_super] = ACTIONS(760), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, - [279] = { - [ts_builtin_sym_end] = ACTIONS(772), - [sym_identifier] = ACTIONS(774), - [sym_decimal_integer_literal] = ACTIONS(774), - [sym_hex_integer_literal] = ACTIONS(774), - [sym_octal_integer_literal] = ACTIONS(774), - [sym_binary_integer_literal] = ACTIONS(772), - [sym_decimal_floating_point_literal] = ACTIONS(772), - [sym_hex_floating_point_literal] = ACTIONS(774), - [sym_true] = ACTIONS(774), - [sym_false] = ACTIONS(774), - [sym_character_literal] = ACTIONS(772), - [anon_sym_DQUOTE] = ACTIONS(774), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(772), - [sym_null_literal] = ACTIONS(774), - [anon_sym_LPAREN] = ACTIONS(772), - [anon_sym_PLUS] = ACTIONS(774), - [anon_sym_DASH] = ACTIONS(774), - [anon_sym_final] = ACTIONS(774), - [anon_sym_BANG] = ACTIONS(772), - [anon_sym_TILDE] = ACTIONS(772), - [anon_sym_PLUS_PLUS] = ACTIONS(772), - [anon_sym_DASH_DASH] = ACTIONS(772), - [anon_sym_new] = ACTIONS(774), - [anon_sym_class] = ACTIONS(774), - [anon_sym_switch] = ACTIONS(774), - [anon_sym_LBRACE] = ACTIONS(772), - [anon_sym_RBRACE] = ACTIONS(772), - [anon_sym_case] = ACTIONS(774), - [anon_sym_default] = ACTIONS(774), - [anon_sym_SEMI] = ACTIONS(772), - [anon_sym_assert] = ACTIONS(774), - [anon_sym_do] = ACTIONS(774), - [anon_sym_while] = ACTIONS(774), - [anon_sym_break] = ACTIONS(774), - [anon_sym_continue] = ACTIONS(774), - [anon_sym_return] = ACTIONS(774), - [anon_sym_yield] = ACTIONS(774), - [anon_sym_synchronized] = ACTIONS(774), - [anon_sym_throw] = ACTIONS(774), - [anon_sym_try] = ACTIONS(774), - [anon_sym_if] = ACTIONS(774), - [anon_sym_else] = ACTIONS(774), - [anon_sym_for] = ACTIONS(774), - [anon_sym_AT] = ACTIONS(774), - [anon_sym_open] = ACTIONS(774), - [anon_sym_module] = ACTIONS(774), - [anon_sym_static] = ACTIONS(774), - [anon_sym_package] = ACTIONS(774), - [anon_sym_import] = ACTIONS(774), - [anon_sym_enum] = ACTIONS(774), - [anon_sym_public] = ACTIONS(774), - [anon_sym_protected] = ACTIONS(774), - [anon_sym_private] = ACTIONS(774), - [anon_sym_abstract] = ACTIONS(774), - [anon_sym_strictfp] = ACTIONS(774), - [anon_sym_native] = ACTIONS(774), - [anon_sym_transient] = ACTIONS(774), - [anon_sym_volatile] = ACTIONS(774), - [anon_sym_sealed] = ACTIONS(774), - [anon_sym_non_DASHsealed] = ACTIONS(772), - [anon_sym_record] = ACTIONS(774), - [anon_sym_ATinterface] = ACTIONS(772), - [anon_sym_interface] = ACTIONS(774), - [anon_sym_byte] = ACTIONS(774), - [anon_sym_short] = ACTIONS(774), - [anon_sym_int] = ACTIONS(774), - [anon_sym_long] = ACTIONS(774), - [anon_sym_char] = ACTIONS(774), - [anon_sym_float] = ACTIONS(774), - [anon_sym_double] = ACTIONS(774), - [sym_boolean_type] = ACTIONS(774), - [sym_void_type] = ACTIONS(774), - [sym_this] = ACTIONS(774), - [sym_super] = ACTIONS(774), + [274] = { + [ts_builtin_sym_end] = ACTIONS(762), + [sym_identifier] = ACTIONS(764), + [sym_decimal_integer_literal] = ACTIONS(764), + [sym_hex_integer_literal] = ACTIONS(764), + [sym_octal_integer_literal] = ACTIONS(764), + [sym_binary_integer_literal] = ACTIONS(762), + [sym_decimal_floating_point_literal] = ACTIONS(762), + [sym_hex_floating_point_literal] = ACTIONS(764), + [sym_true] = ACTIONS(764), + [sym_false] = ACTIONS(764), + [sym_character_literal] = ACTIONS(762), + [anon_sym_DQUOTE] = ACTIONS(764), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(762), + [sym_null_literal] = ACTIONS(764), + [anon_sym_LPAREN] = ACTIONS(762), + [anon_sym_LT] = ACTIONS(762), + [anon_sym_PLUS] = ACTIONS(764), + [anon_sym_DASH] = ACTIONS(764), + [anon_sym_final] = ACTIONS(764), + [anon_sym_BANG] = ACTIONS(762), + [anon_sym_TILDE] = ACTIONS(762), + [anon_sym_PLUS_PLUS] = ACTIONS(762), + [anon_sym_DASH_DASH] = ACTIONS(762), + [anon_sym_new] = ACTIONS(764), + [anon_sym_class] = ACTIONS(764), + [anon_sym_switch] = ACTIONS(764), + [anon_sym_LBRACE] = ACTIONS(762), + [anon_sym_RBRACE] = ACTIONS(762), + [anon_sym_case] = ACTIONS(764), + [anon_sym_default] = ACTIONS(764), + [anon_sym_SEMI] = ACTIONS(762), + [anon_sym_assert] = ACTIONS(764), + [anon_sym_do] = ACTIONS(764), + [anon_sym_while] = ACTIONS(764), + [anon_sym_break] = ACTIONS(764), + [anon_sym_continue] = ACTIONS(764), + [anon_sym_return] = ACTIONS(764), + [anon_sym_yield] = ACTIONS(764), + [anon_sym_synchronized] = ACTIONS(764), + [anon_sym_throw] = ACTIONS(764), + [anon_sym_try] = ACTIONS(764), + [anon_sym_if] = ACTIONS(764), + [anon_sym_else] = ACTIONS(764), + [anon_sym_for] = ACTIONS(764), + [anon_sym_AT] = ACTIONS(764), + [anon_sym_open] = ACTIONS(764), + [anon_sym_module] = ACTIONS(764), + [anon_sym_static] = ACTIONS(764), + [anon_sym_with] = ACTIONS(764), + [anon_sym_package] = ACTIONS(764), + [anon_sym_import] = ACTIONS(764), + [anon_sym_enum] = ACTIONS(764), + [anon_sym_public] = ACTIONS(764), + [anon_sym_protected] = ACTIONS(764), + [anon_sym_private] = ACTIONS(764), + [anon_sym_abstract] = ACTIONS(764), + [anon_sym_strictfp] = ACTIONS(764), + [anon_sym_native] = ACTIONS(764), + [anon_sym_transient] = ACTIONS(764), + [anon_sym_volatile] = ACTIONS(764), + [anon_sym_sealed] = ACTIONS(764), + [anon_sym_non_DASHsealed] = ACTIONS(762), + [anon_sym_record] = ACTIONS(764), + [anon_sym_ATinterface] = ACTIONS(762), + [anon_sym_interface] = ACTIONS(764), + [anon_sym_byte] = ACTIONS(764), + [anon_sym_short] = ACTIONS(764), + [anon_sym_int] = ACTIONS(764), + [anon_sym_long] = ACTIONS(764), + [anon_sym_char] = ACTIONS(764), + [anon_sym_float] = ACTIONS(764), + [anon_sym_double] = ACTIONS(764), + [sym_boolean_type] = ACTIONS(764), + [sym_void_type] = ACTIONS(764), + [sym_this] = ACTIONS(764), + [sym_super] = ACTIONS(764), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, - [280] = { - [ts_builtin_sym_end] = ACTIONS(776), - [sym_identifier] = ACTIONS(778), - [sym_decimal_integer_literal] = ACTIONS(778), - [sym_hex_integer_literal] = ACTIONS(778), - [sym_octal_integer_literal] = ACTIONS(778), - [sym_binary_integer_literal] = ACTIONS(776), - [sym_decimal_floating_point_literal] = ACTIONS(776), - [sym_hex_floating_point_literal] = ACTIONS(778), - [sym_true] = ACTIONS(778), - [sym_false] = ACTIONS(778), - [sym_character_literal] = ACTIONS(776), - [anon_sym_DQUOTE] = ACTIONS(778), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(776), - [sym_null_literal] = ACTIONS(778), - [anon_sym_LPAREN] = ACTIONS(776), - [anon_sym_PLUS] = ACTIONS(778), - [anon_sym_DASH] = ACTIONS(778), - [anon_sym_final] = ACTIONS(778), - [anon_sym_BANG] = ACTIONS(776), - [anon_sym_TILDE] = ACTIONS(776), - [anon_sym_PLUS_PLUS] = ACTIONS(776), - [anon_sym_DASH_DASH] = ACTIONS(776), - [anon_sym_new] = ACTIONS(778), - [anon_sym_class] = ACTIONS(778), - [anon_sym_switch] = ACTIONS(778), - [anon_sym_LBRACE] = ACTIONS(776), - [anon_sym_RBRACE] = ACTIONS(776), - [anon_sym_case] = ACTIONS(778), - [anon_sym_default] = ACTIONS(778), - [anon_sym_SEMI] = ACTIONS(776), - [anon_sym_assert] = ACTIONS(778), - [anon_sym_do] = ACTIONS(778), - [anon_sym_while] = ACTIONS(778), - [anon_sym_break] = ACTIONS(778), - [anon_sym_continue] = ACTIONS(778), - [anon_sym_return] = ACTIONS(778), - [anon_sym_yield] = ACTIONS(778), - [anon_sym_synchronized] = ACTIONS(778), - [anon_sym_throw] = ACTIONS(778), - [anon_sym_try] = ACTIONS(778), - [anon_sym_if] = ACTIONS(778), - [anon_sym_else] = ACTIONS(778), - [anon_sym_for] = ACTIONS(778), - [anon_sym_AT] = ACTIONS(778), - [anon_sym_open] = ACTIONS(778), - [anon_sym_module] = ACTIONS(778), - [anon_sym_static] = ACTIONS(778), - [anon_sym_package] = ACTIONS(778), - [anon_sym_import] = ACTIONS(778), - [anon_sym_enum] = ACTIONS(778), - [anon_sym_public] = ACTIONS(778), - [anon_sym_protected] = ACTIONS(778), - [anon_sym_private] = ACTIONS(778), - [anon_sym_abstract] = ACTIONS(778), - [anon_sym_strictfp] = ACTIONS(778), - [anon_sym_native] = ACTIONS(778), - [anon_sym_transient] = ACTIONS(778), - [anon_sym_volatile] = ACTIONS(778), - [anon_sym_sealed] = ACTIONS(778), - [anon_sym_non_DASHsealed] = ACTIONS(776), - [anon_sym_record] = ACTIONS(778), - [anon_sym_ATinterface] = ACTIONS(776), - [anon_sym_interface] = ACTIONS(778), - [anon_sym_byte] = ACTIONS(778), - [anon_sym_short] = ACTIONS(778), - [anon_sym_int] = ACTIONS(778), - [anon_sym_long] = ACTIONS(778), - [anon_sym_char] = ACTIONS(778), - [anon_sym_float] = ACTIONS(778), - [anon_sym_double] = ACTIONS(778), - [sym_boolean_type] = ACTIONS(778), - [sym_void_type] = ACTIONS(778), - [sym_this] = ACTIONS(778), - [sym_super] = ACTIONS(778), + [275] = { + [ts_builtin_sym_end] = ACTIONS(766), + [sym_identifier] = ACTIONS(768), + [sym_decimal_integer_literal] = ACTIONS(768), + [sym_hex_integer_literal] = ACTIONS(768), + [sym_octal_integer_literal] = ACTIONS(768), + [sym_binary_integer_literal] = ACTIONS(766), + [sym_decimal_floating_point_literal] = ACTIONS(766), + [sym_hex_floating_point_literal] = ACTIONS(768), + [sym_true] = ACTIONS(768), + [sym_false] = ACTIONS(768), + [sym_character_literal] = ACTIONS(766), + [anon_sym_DQUOTE] = ACTIONS(768), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(766), + [sym_null_literal] = ACTIONS(768), + [anon_sym_LPAREN] = ACTIONS(766), + [anon_sym_PLUS] = ACTIONS(768), + [anon_sym_DASH] = ACTIONS(768), + [anon_sym_final] = ACTIONS(768), + [anon_sym_BANG] = ACTIONS(766), + [anon_sym_TILDE] = ACTIONS(766), + [anon_sym_PLUS_PLUS] = ACTIONS(766), + [anon_sym_DASH_DASH] = ACTIONS(766), + [anon_sym_new] = ACTIONS(768), + [anon_sym_class] = ACTIONS(768), + [anon_sym_switch] = ACTIONS(768), + [anon_sym_LBRACE] = ACTIONS(766), + [anon_sym_RBRACE] = ACTIONS(766), + [anon_sym_case] = ACTIONS(768), + [anon_sym_default] = ACTIONS(768), + [anon_sym_SEMI] = ACTIONS(766), + [anon_sym_assert] = ACTIONS(768), + [anon_sym_do] = ACTIONS(768), + [anon_sym_while] = ACTIONS(768), + [anon_sym_break] = ACTIONS(768), + [anon_sym_continue] = ACTIONS(768), + [anon_sym_return] = ACTIONS(768), + [anon_sym_yield] = ACTIONS(768), + [anon_sym_synchronized] = ACTIONS(768), + [anon_sym_throw] = ACTIONS(768), + [anon_sym_try] = ACTIONS(768), + [anon_sym_if] = ACTIONS(768), + [anon_sym_else] = ACTIONS(768), + [anon_sym_for] = ACTIONS(768), + [anon_sym_AT] = ACTIONS(768), + [anon_sym_open] = ACTIONS(768), + [anon_sym_module] = ACTIONS(768), + [anon_sym_static] = ACTIONS(768), + [anon_sym_with] = ACTIONS(768), + [anon_sym_package] = ACTIONS(768), + [anon_sym_import] = ACTIONS(768), + [anon_sym_enum] = ACTIONS(768), + [anon_sym_public] = ACTIONS(768), + [anon_sym_protected] = ACTIONS(768), + [anon_sym_private] = ACTIONS(768), + [anon_sym_abstract] = ACTIONS(768), + [anon_sym_strictfp] = ACTIONS(768), + [anon_sym_native] = ACTIONS(768), + [anon_sym_transient] = ACTIONS(768), + [anon_sym_volatile] = ACTIONS(768), + [anon_sym_sealed] = ACTIONS(768), + [anon_sym_non_DASHsealed] = ACTIONS(766), + [anon_sym_record] = ACTIONS(768), + [anon_sym_ATinterface] = ACTIONS(766), + [anon_sym_interface] = ACTIONS(768), + [anon_sym_byte] = ACTIONS(768), + [anon_sym_short] = ACTIONS(768), + [anon_sym_int] = ACTIONS(768), + [anon_sym_long] = ACTIONS(768), + [anon_sym_char] = ACTIONS(768), + [anon_sym_float] = ACTIONS(768), + [anon_sym_double] = ACTIONS(768), + [sym_boolean_type] = ACTIONS(768), + [sym_void_type] = ACTIONS(768), + [sym_this] = ACTIONS(768), + [sym_super] = ACTIONS(768), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, - [281] = { - [ts_builtin_sym_end] = ACTIONS(780), - [sym_identifier] = ACTIONS(782), - [sym_decimal_integer_literal] = ACTIONS(782), - [sym_hex_integer_literal] = ACTIONS(782), - [sym_octal_integer_literal] = ACTIONS(782), - [sym_binary_integer_literal] = ACTIONS(780), - [sym_decimal_floating_point_literal] = ACTIONS(780), - [sym_hex_floating_point_literal] = ACTIONS(782), - [sym_true] = ACTIONS(782), - [sym_false] = ACTIONS(782), - [sym_character_literal] = ACTIONS(780), - [anon_sym_DQUOTE] = ACTIONS(782), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(780), - [sym_null_literal] = ACTIONS(782), - [anon_sym_LPAREN] = ACTIONS(780), - [anon_sym_PLUS] = ACTIONS(782), - [anon_sym_DASH] = ACTIONS(782), - [anon_sym_final] = ACTIONS(782), - [anon_sym_BANG] = ACTIONS(780), - [anon_sym_TILDE] = ACTIONS(780), - [anon_sym_PLUS_PLUS] = ACTIONS(780), - [anon_sym_DASH_DASH] = ACTIONS(780), - [anon_sym_new] = ACTIONS(782), - [anon_sym_class] = ACTIONS(782), - [anon_sym_switch] = ACTIONS(782), - [anon_sym_LBRACE] = ACTIONS(780), - [anon_sym_RBRACE] = ACTIONS(780), - [anon_sym_case] = ACTIONS(782), - [anon_sym_default] = ACTIONS(782), - [anon_sym_SEMI] = ACTIONS(780), - [anon_sym_assert] = ACTIONS(782), - [anon_sym_do] = ACTIONS(782), - [anon_sym_while] = ACTIONS(782), - [anon_sym_break] = ACTIONS(782), - [anon_sym_continue] = ACTIONS(782), - [anon_sym_return] = ACTIONS(782), - [anon_sym_yield] = ACTIONS(782), - [anon_sym_synchronized] = ACTIONS(782), - [anon_sym_throw] = ACTIONS(782), - [anon_sym_try] = ACTIONS(782), - [anon_sym_if] = ACTIONS(782), - [anon_sym_else] = ACTIONS(782), - [anon_sym_for] = ACTIONS(782), - [anon_sym_AT] = ACTIONS(782), - [anon_sym_open] = ACTIONS(782), - [anon_sym_module] = ACTIONS(782), - [anon_sym_static] = ACTIONS(782), - [anon_sym_package] = ACTIONS(782), - [anon_sym_import] = ACTIONS(782), - [anon_sym_enum] = ACTIONS(782), - [anon_sym_public] = ACTIONS(782), - [anon_sym_protected] = ACTIONS(782), - [anon_sym_private] = ACTIONS(782), - [anon_sym_abstract] = ACTIONS(782), - [anon_sym_strictfp] = ACTIONS(782), - [anon_sym_native] = ACTIONS(782), - [anon_sym_transient] = ACTIONS(782), - [anon_sym_volatile] = ACTIONS(782), - [anon_sym_sealed] = ACTIONS(782), - [anon_sym_non_DASHsealed] = ACTIONS(780), - [anon_sym_record] = ACTIONS(782), - [anon_sym_ATinterface] = ACTIONS(780), - [anon_sym_interface] = ACTIONS(782), - [anon_sym_byte] = ACTIONS(782), - [anon_sym_short] = ACTIONS(782), - [anon_sym_int] = ACTIONS(782), - [anon_sym_long] = ACTIONS(782), - [anon_sym_char] = ACTIONS(782), - [anon_sym_float] = ACTIONS(782), - [anon_sym_double] = ACTIONS(782), - [sym_boolean_type] = ACTIONS(782), - [sym_void_type] = ACTIONS(782), - [sym_this] = ACTIONS(782), - [sym_super] = ACTIONS(782), + [276] = { + [ts_builtin_sym_end] = ACTIONS(770), + [sym_identifier] = ACTIONS(772), + [sym_decimal_integer_literal] = ACTIONS(772), + [sym_hex_integer_literal] = ACTIONS(772), + [sym_octal_integer_literal] = ACTIONS(772), + [sym_binary_integer_literal] = ACTIONS(770), + [sym_decimal_floating_point_literal] = ACTIONS(770), + [sym_hex_floating_point_literal] = ACTIONS(772), + [sym_true] = ACTIONS(772), + [sym_false] = ACTIONS(772), + [sym_character_literal] = ACTIONS(770), + [anon_sym_DQUOTE] = ACTIONS(772), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(770), + [sym_null_literal] = ACTIONS(772), + [anon_sym_LPAREN] = ACTIONS(770), + [anon_sym_PLUS] = ACTIONS(772), + [anon_sym_DASH] = ACTIONS(772), + [anon_sym_final] = ACTIONS(772), + [anon_sym_BANG] = ACTIONS(770), + [anon_sym_TILDE] = ACTIONS(770), + [anon_sym_PLUS_PLUS] = ACTIONS(770), + [anon_sym_DASH_DASH] = ACTIONS(770), + [anon_sym_new] = ACTIONS(772), + [anon_sym_class] = ACTIONS(772), + [anon_sym_switch] = ACTIONS(772), + [anon_sym_LBRACE] = ACTIONS(770), + [anon_sym_RBRACE] = ACTIONS(770), + [anon_sym_case] = ACTIONS(772), + [anon_sym_default] = ACTIONS(772), + [anon_sym_SEMI] = ACTIONS(770), + [anon_sym_assert] = ACTIONS(772), + [anon_sym_do] = ACTIONS(772), + [anon_sym_while] = ACTIONS(772), + [anon_sym_break] = ACTIONS(772), + [anon_sym_continue] = ACTIONS(772), + [anon_sym_return] = ACTIONS(772), + [anon_sym_yield] = ACTIONS(772), + [anon_sym_synchronized] = ACTIONS(772), + [anon_sym_throw] = ACTIONS(772), + [anon_sym_try] = ACTIONS(772), + [anon_sym_if] = ACTIONS(772), + [anon_sym_else] = ACTIONS(772), + [anon_sym_for] = ACTIONS(772), + [anon_sym_AT] = ACTIONS(772), + [anon_sym_open] = ACTIONS(772), + [anon_sym_module] = ACTIONS(772), + [anon_sym_static] = ACTIONS(772), + [anon_sym_with] = ACTIONS(772), + [anon_sym_package] = ACTIONS(772), + [anon_sym_import] = ACTIONS(772), + [anon_sym_enum] = ACTIONS(772), + [anon_sym_public] = ACTIONS(772), + [anon_sym_protected] = ACTIONS(772), + [anon_sym_private] = ACTIONS(772), + [anon_sym_abstract] = ACTIONS(772), + [anon_sym_strictfp] = ACTIONS(772), + [anon_sym_native] = ACTIONS(772), + [anon_sym_transient] = ACTIONS(772), + [anon_sym_volatile] = ACTIONS(772), + [anon_sym_sealed] = ACTIONS(772), + [anon_sym_non_DASHsealed] = ACTIONS(770), + [anon_sym_record] = ACTIONS(772), + [anon_sym_ATinterface] = ACTIONS(770), + [anon_sym_interface] = ACTIONS(772), + [anon_sym_byte] = ACTIONS(772), + [anon_sym_short] = ACTIONS(772), + [anon_sym_int] = ACTIONS(772), + [anon_sym_long] = ACTIONS(772), + [anon_sym_char] = ACTIONS(772), + [anon_sym_float] = ACTIONS(772), + [anon_sym_double] = ACTIONS(772), + [sym_boolean_type] = ACTIONS(772), + [sym_void_type] = ACTIONS(772), + [sym_this] = ACTIONS(772), + [sym_super] = ACTIONS(772), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, - [282] = { - [ts_builtin_sym_end] = ACTIONS(784), - [sym_identifier] = ACTIONS(786), - [sym_decimal_integer_literal] = ACTIONS(786), - [sym_hex_integer_literal] = ACTIONS(786), - [sym_octal_integer_literal] = ACTIONS(786), - [sym_binary_integer_literal] = ACTIONS(784), - [sym_decimal_floating_point_literal] = ACTIONS(784), - [sym_hex_floating_point_literal] = ACTIONS(786), - [sym_true] = ACTIONS(786), - [sym_false] = ACTIONS(786), - [sym_character_literal] = ACTIONS(784), - [anon_sym_DQUOTE] = ACTIONS(786), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(784), - [sym_null_literal] = ACTIONS(786), - [anon_sym_LPAREN] = ACTIONS(784), - [anon_sym_PLUS] = ACTIONS(786), - [anon_sym_DASH] = ACTIONS(786), - [anon_sym_final] = ACTIONS(786), - [anon_sym_BANG] = ACTIONS(784), - [anon_sym_TILDE] = ACTIONS(784), - [anon_sym_PLUS_PLUS] = ACTIONS(784), - [anon_sym_DASH_DASH] = ACTIONS(784), - [anon_sym_new] = ACTIONS(786), - [anon_sym_class] = ACTIONS(786), - [anon_sym_switch] = ACTIONS(786), - [anon_sym_LBRACE] = ACTIONS(784), - [anon_sym_RBRACE] = ACTIONS(784), - [anon_sym_case] = ACTIONS(786), - [anon_sym_default] = ACTIONS(786), - [anon_sym_SEMI] = ACTIONS(784), - [anon_sym_assert] = ACTIONS(786), - [anon_sym_do] = ACTIONS(786), - [anon_sym_while] = ACTIONS(786), - [anon_sym_break] = ACTIONS(786), - [anon_sym_continue] = ACTIONS(786), - [anon_sym_return] = ACTIONS(786), - [anon_sym_yield] = ACTIONS(786), - [anon_sym_synchronized] = ACTIONS(786), - [anon_sym_throw] = ACTIONS(786), - [anon_sym_try] = ACTIONS(786), - [anon_sym_if] = ACTIONS(786), - [anon_sym_else] = ACTIONS(786), - [anon_sym_for] = ACTIONS(786), - [anon_sym_AT] = ACTIONS(786), - [anon_sym_open] = ACTIONS(786), - [anon_sym_module] = ACTIONS(786), - [anon_sym_static] = ACTIONS(786), - [anon_sym_package] = ACTIONS(786), - [anon_sym_import] = ACTIONS(786), - [anon_sym_enum] = ACTIONS(786), - [anon_sym_public] = ACTIONS(786), - [anon_sym_protected] = ACTIONS(786), - [anon_sym_private] = ACTIONS(786), - [anon_sym_abstract] = ACTIONS(786), - [anon_sym_strictfp] = ACTIONS(786), - [anon_sym_native] = ACTIONS(786), - [anon_sym_transient] = ACTIONS(786), - [anon_sym_volatile] = ACTIONS(786), - [anon_sym_sealed] = ACTIONS(786), - [anon_sym_non_DASHsealed] = ACTIONS(784), - [anon_sym_record] = ACTIONS(786), - [anon_sym_ATinterface] = ACTIONS(784), - [anon_sym_interface] = ACTIONS(786), - [anon_sym_byte] = ACTIONS(786), - [anon_sym_short] = ACTIONS(786), - [anon_sym_int] = ACTIONS(786), - [anon_sym_long] = ACTIONS(786), - [anon_sym_char] = ACTIONS(786), - [anon_sym_float] = ACTIONS(786), - [anon_sym_double] = ACTIONS(786), - [sym_boolean_type] = ACTIONS(786), - [sym_void_type] = ACTIONS(786), - [sym_this] = ACTIONS(786), - [sym_super] = ACTIONS(786), + [277] = { + [ts_builtin_sym_end] = ACTIONS(774), + [sym_identifier] = ACTIONS(776), + [sym_decimal_integer_literal] = ACTIONS(776), + [sym_hex_integer_literal] = ACTIONS(776), + [sym_octal_integer_literal] = ACTIONS(776), + [sym_binary_integer_literal] = ACTIONS(774), + [sym_decimal_floating_point_literal] = ACTIONS(774), + [sym_hex_floating_point_literal] = ACTIONS(776), + [sym_true] = ACTIONS(776), + [sym_false] = ACTIONS(776), + [sym_character_literal] = ACTIONS(774), + [anon_sym_DQUOTE] = ACTIONS(776), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(774), + [sym_null_literal] = ACTIONS(776), + [anon_sym_LPAREN] = ACTIONS(774), + [anon_sym_PLUS] = ACTIONS(776), + [anon_sym_DASH] = ACTIONS(776), + [anon_sym_final] = ACTIONS(776), + [anon_sym_BANG] = ACTIONS(774), + [anon_sym_TILDE] = ACTIONS(774), + [anon_sym_PLUS_PLUS] = ACTIONS(774), + [anon_sym_DASH_DASH] = ACTIONS(774), + [anon_sym_new] = ACTIONS(776), + [anon_sym_class] = ACTIONS(776), + [anon_sym_switch] = ACTIONS(776), + [anon_sym_LBRACE] = ACTIONS(774), + [anon_sym_RBRACE] = ACTIONS(774), + [anon_sym_case] = ACTIONS(776), + [anon_sym_default] = ACTIONS(776), + [anon_sym_SEMI] = ACTIONS(774), + [anon_sym_assert] = ACTIONS(776), + [anon_sym_do] = ACTIONS(776), + [anon_sym_while] = ACTIONS(776), + [anon_sym_break] = ACTIONS(776), + [anon_sym_continue] = ACTIONS(776), + [anon_sym_return] = ACTIONS(776), + [anon_sym_yield] = ACTIONS(776), + [anon_sym_synchronized] = ACTIONS(776), + [anon_sym_throw] = ACTIONS(776), + [anon_sym_try] = ACTIONS(776), + [anon_sym_if] = ACTIONS(776), + [anon_sym_else] = ACTIONS(776), + [anon_sym_for] = ACTIONS(776), + [anon_sym_AT] = ACTIONS(776), + [anon_sym_open] = ACTIONS(776), + [anon_sym_module] = ACTIONS(776), + [anon_sym_static] = ACTIONS(776), + [anon_sym_with] = ACTIONS(776), + [anon_sym_package] = ACTIONS(776), + [anon_sym_import] = ACTIONS(776), + [anon_sym_enum] = ACTIONS(776), + [anon_sym_public] = ACTIONS(776), + [anon_sym_protected] = ACTIONS(776), + [anon_sym_private] = ACTIONS(776), + [anon_sym_abstract] = ACTIONS(776), + [anon_sym_strictfp] = ACTIONS(776), + [anon_sym_native] = ACTIONS(776), + [anon_sym_transient] = ACTIONS(776), + [anon_sym_volatile] = ACTIONS(776), + [anon_sym_sealed] = ACTIONS(776), + [anon_sym_non_DASHsealed] = ACTIONS(774), + [anon_sym_record] = ACTIONS(776), + [anon_sym_ATinterface] = ACTIONS(774), + [anon_sym_interface] = ACTIONS(776), + [anon_sym_byte] = ACTIONS(776), + [anon_sym_short] = ACTIONS(776), + [anon_sym_int] = ACTIONS(776), + [anon_sym_long] = ACTIONS(776), + [anon_sym_char] = ACTIONS(776), + [anon_sym_float] = ACTIONS(776), + [anon_sym_double] = ACTIONS(776), + [sym_boolean_type] = ACTIONS(776), + [sym_void_type] = ACTIONS(776), + [sym_this] = ACTIONS(776), + [sym_super] = ACTIONS(776), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, - [283] = { - [ts_builtin_sym_end] = ACTIONS(788), - [sym_identifier] = ACTIONS(790), - [sym_decimal_integer_literal] = ACTIONS(790), - [sym_hex_integer_literal] = ACTIONS(790), - [sym_octal_integer_literal] = ACTIONS(790), - [sym_binary_integer_literal] = ACTIONS(788), - [sym_decimal_floating_point_literal] = ACTIONS(788), - [sym_hex_floating_point_literal] = ACTIONS(790), - [sym_true] = ACTIONS(790), - [sym_false] = ACTIONS(790), - [sym_character_literal] = ACTIONS(788), - [anon_sym_DQUOTE] = ACTIONS(790), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(788), - [sym_null_literal] = ACTIONS(790), - [anon_sym_LPAREN] = ACTIONS(788), - [anon_sym_PLUS] = ACTIONS(790), - [anon_sym_DASH] = ACTIONS(790), - [anon_sym_final] = ACTIONS(790), - [anon_sym_BANG] = ACTIONS(788), - [anon_sym_TILDE] = ACTIONS(788), - [anon_sym_PLUS_PLUS] = ACTIONS(788), - [anon_sym_DASH_DASH] = ACTIONS(788), - [anon_sym_new] = ACTIONS(790), - [anon_sym_class] = ACTIONS(790), - [anon_sym_switch] = ACTIONS(790), - [anon_sym_LBRACE] = ACTIONS(788), - [anon_sym_RBRACE] = ACTIONS(788), - [anon_sym_case] = ACTIONS(790), - [anon_sym_default] = ACTIONS(790), - [anon_sym_SEMI] = ACTIONS(788), - [anon_sym_assert] = ACTIONS(790), - [anon_sym_do] = ACTIONS(790), - [anon_sym_while] = ACTIONS(790), - [anon_sym_break] = ACTIONS(790), - [anon_sym_continue] = ACTIONS(790), - [anon_sym_return] = ACTIONS(790), - [anon_sym_yield] = ACTIONS(790), - [anon_sym_synchronized] = ACTIONS(790), - [anon_sym_throw] = ACTIONS(790), - [anon_sym_try] = ACTIONS(790), - [anon_sym_if] = ACTIONS(790), - [anon_sym_else] = ACTIONS(790), - [anon_sym_for] = ACTIONS(790), - [anon_sym_AT] = ACTIONS(790), - [anon_sym_open] = ACTIONS(790), - [anon_sym_module] = ACTIONS(790), - [anon_sym_static] = ACTIONS(790), - [anon_sym_package] = ACTIONS(790), - [anon_sym_import] = ACTIONS(790), - [anon_sym_enum] = ACTIONS(790), - [anon_sym_public] = ACTIONS(790), - [anon_sym_protected] = ACTIONS(790), - [anon_sym_private] = ACTIONS(790), - [anon_sym_abstract] = ACTIONS(790), - [anon_sym_strictfp] = ACTIONS(790), - [anon_sym_native] = ACTIONS(790), - [anon_sym_transient] = ACTIONS(790), - [anon_sym_volatile] = ACTIONS(790), - [anon_sym_sealed] = ACTIONS(790), - [anon_sym_non_DASHsealed] = ACTIONS(788), - [anon_sym_record] = ACTIONS(790), - [anon_sym_ATinterface] = ACTIONS(788), - [anon_sym_interface] = ACTIONS(790), - [anon_sym_byte] = ACTIONS(790), - [anon_sym_short] = ACTIONS(790), - [anon_sym_int] = ACTIONS(790), - [anon_sym_long] = ACTIONS(790), - [anon_sym_char] = ACTIONS(790), - [anon_sym_float] = ACTIONS(790), - [anon_sym_double] = ACTIONS(790), - [sym_boolean_type] = ACTIONS(790), - [sym_void_type] = ACTIONS(790), - [sym_this] = ACTIONS(790), - [sym_super] = ACTIONS(790), + [278] = { + [ts_builtin_sym_end] = ACTIONS(778), + [sym_identifier] = ACTIONS(780), + [sym_decimal_integer_literal] = ACTIONS(780), + [sym_hex_integer_literal] = ACTIONS(780), + [sym_octal_integer_literal] = ACTIONS(780), + [sym_binary_integer_literal] = ACTIONS(778), + [sym_decimal_floating_point_literal] = ACTIONS(778), + [sym_hex_floating_point_literal] = ACTIONS(780), + [sym_true] = ACTIONS(780), + [sym_false] = ACTIONS(780), + [sym_character_literal] = ACTIONS(778), + [anon_sym_DQUOTE] = ACTIONS(780), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(778), + [sym_null_literal] = ACTIONS(780), + [anon_sym_LPAREN] = ACTIONS(778), + [anon_sym_PLUS] = ACTIONS(780), + [anon_sym_DASH] = ACTIONS(780), + [anon_sym_final] = ACTIONS(780), + [anon_sym_BANG] = ACTIONS(778), + [anon_sym_TILDE] = ACTIONS(778), + [anon_sym_PLUS_PLUS] = ACTIONS(778), + [anon_sym_DASH_DASH] = ACTIONS(778), + [anon_sym_new] = ACTIONS(780), + [anon_sym_class] = ACTIONS(780), + [anon_sym_switch] = ACTIONS(780), + [anon_sym_LBRACE] = ACTIONS(778), + [anon_sym_RBRACE] = ACTIONS(778), + [anon_sym_case] = ACTIONS(780), + [anon_sym_default] = ACTIONS(780), + [anon_sym_SEMI] = ACTIONS(778), + [anon_sym_assert] = ACTIONS(780), + [anon_sym_do] = ACTIONS(780), + [anon_sym_while] = ACTIONS(780), + [anon_sym_break] = ACTIONS(780), + [anon_sym_continue] = ACTIONS(780), + [anon_sym_return] = ACTIONS(780), + [anon_sym_yield] = ACTIONS(780), + [anon_sym_synchronized] = ACTIONS(780), + [anon_sym_throw] = ACTIONS(780), + [anon_sym_try] = ACTIONS(780), + [anon_sym_if] = ACTIONS(780), + [anon_sym_else] = ACTIONS(780), + [anon_sym_for] = ACTIONS(780), + [anon_sym_AT] = ACTIONS(780), + [anon_sym_open] = ACTIONS(780), + [anon_sym_module] = ACTIONS(780), + [anon_sym_static] = ACTIONS(780), + [anon_sym_with] = ACTIONS(780), + [anon_sym_package] = ACTIONS(780), + [anon_sym_import] = ACTIONS(780), + [anon_sym_enum] = ACTIONS(780), + [anon_sym_public] = ACTIONS(780), + [anon_sym_protected] = ACTIONS(780), + [anon_sym_private] = ACTIONS(780), + [anon_sym_abstract] = ACTIONS(780), + [anon_sym_strictfp] = ACTIONS(780), + [anon_sym_native] = ACTIONS(780), + [anon_sym_transient] = ACTIONS(780), + [anon_sym_volatile] = ACTIONS(780), + [anon_sym_sealed] = ACTIONS(780), + [anon_sym_non_DASHsealed] = ACTIONS(778), + [anon_sym_record] = ACTIONS(780), + [anon_sym_ATinterface] = ACTIONS(778), + [anon_sym_interface] = ACTIONS(780), + [anon_sym_byte] = ACTIONS(780), + [anon_sym_short] = ACTIONS(780), + [anon_sym_int] = ACTIONS(780), + [anon_sym_long] = ACTIONS(780), + [anon_sym_char] = ACTIONS(780), + [anon_sym_float] = ACTIONS(780), + [anon_sym_double] = ACTIONS(780), + [sym_boolean_type] = ACTIONS(780), + [sym_void_type] = ACTIONS(780), + [sym_this] = ACTIONS(780), + [sym_super] = ACTIONS(780), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, - [284] = { - [ts_builtin_sym_end] = ACTIONS(792), - [sym_identifier] = ACTIONS(794), - [sym_decimal_integer_literal] = ACTIONS(794), - [sym_hex_integer_literal] = ACTIONS(794), - [sym_octal_integer_literal] = ACTIONS(794), - [sym_binary_integer_literal] = ACTIONS(792), - [sym_decimal_floating_point_literal] = ACTIONS(792), - [sym_hex_floating_point_literal] = ACTIONS(794), - [sym_true] = ACTIONS(794), - [sym_false] = ACTIONS(794), - [sym_character_literal] = ACTIONS(792), - [anon_sym_DQUOTE] = ACTIONS(794), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(792), - [sym_null_literal] = ACTIONS(794), - [anon_sym_LPAREN] = ACTIONS(792), - [anon_sym_PLUS] = ACTIONS(794), - [anon_sym_DASH] = ACTIONS(794), - [anon_sym_final] = ACTIONS(794), - [anon_sym_BANG] = ACTIONS(792), - [anon_sym_TILDE] = ACTIONS(792), - [anon_sym_PLUS_PLUS] = ACTIONS(792), - [anon_sym_DASH_DASH] = ACTIONS(792), - [anon_sym_new] = ACTIONS(794), - [anon_sym_class] = ACTIONS(794), - [anon_sym_switch] = ACTIONS(794), - [anon_sym_LBRACE] = ACTIONS(792), - [anon_sym_RBRACE] = ACTIONS(792), - [anon_sym_case] = ACTIONS(794), - [anon_sym_default] = ACTIONS(794), - [anon_sym_SEMI] = ACTIONS(792), - [anon_sym_assert] = ACTIONS(794), - [anon_sym_do] = ACTIONS(794), - [anon_sym_while] = ACTIONS(794), - [anon_sym_break] = ACTIONS(794), - [anon_sym_continue] = ACTIONS(794), - [anon_sym_return] = ACTIONS(794), - [anon_sym_yield] = ACTIONS(794), - [anon_sym_synchronized] = ACTIONS(794), - [anon_sym_throw] = ACTIONS(794), - [anon_sym_try] = ACTIONS(794), - [anon_sym_if] = ACTIONS(794), - [anon_sym_else] = ACTIONS(794), - [anon_sym_for] = ACTIONS(794), - [anon_sym_AT] = ACTIONS(794), - [anon_sym_open] = ACTIONS(794), - [anon_sym_module] = ACTIONS(794), - [anon_sym_static] = ACTIONS(794), - [anon_sym_package] = ACTIONS(794), - [anon_sym_import] = ACTIONS(794), - [anon_sym_enum] = ACTIONS(794), - [anon_sym_public] = ACTIONS(794), - [anon_sym_protected] = ACTIONS(794), - [anon_sym_private] = ACTIONS(794), - [anon_sym_abstract] = ACTIONS(794), - [anon_sym_strictfp] = ACTIONS(794), - [anon_sym_native] = ACTIONS(794), - [anon_sym_transient] = ACTIONS(794), - [anon_sym_volatile] = ACTIONS(794), - [anon_sym_sealed] = ACTIONS(794), - [anon_sym_non_DASHsealed] = ACTIONS(792), - [anon_sym_record] = ACTIONS(794), - [anon_sym_ATinterface] = ACTIONS(792), - [anon_sym_interface] = ACTIONS(794), - [anon_sym_byte] = ACTIONS(794), - [anon_sym_short] = ACTIONS(794), - [anon_sym_int] = ACTIONS(794), - [anon_sym_long] = ACTIONS(794), - [anon_sym_char] = ACTIONS(794), - [anon_sym_float] = ACTIONS(794), - [anon_sym_double] = ACTIONS(794), - [sym_boolean_type] = ACTIONS(794), - [sym_void_type] = ACTIONS(794), - [sym_this] = ACTIONS(794), - [sym_super] = ACTIONS(794), + [279] = { + [ts_builtin_sym_end] = ACTIONS(782), + [sym_identifier] = ACTIONS(784), + [sym_decimal_integer_literal] = ACTIONS(784), + [sym_hex_integer_literal] = ACTIONS(784), + [sym_octal_integer_literal] = ACTIONS(784), + [sym_binary_integer_literal] = ACTIONS(782), + [sym_decimal_floating_point_literal] = ACTIONS(782), + [sym_hex_floating_point_literal] = ACTIONS(784), + [sym_true] = ACTIONS(784), + [sym_false] = ACTIONS(784), + [sym_character_literal] = ACTIONS(782), + [anon_sym_DQUOTE] = ACTIONS(784), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(782), + [sym_null_literal] = ACTIONS(784), + [anon_sym_LPAREN] = ACTIONS(782), + [anon_sym_PLUS] = ACTIONS(784), + [anon_sym_DASH] = ACTIONS(784), + [anon_sym_final] = ACTIONS(784), + [anon_sym_BANG] = ACTIONS(782), + [anon_sym_TILDE] = ACTIONS(782), + [anon_sym_PLUS_PLUS] = ACTIONS(782), + [anon_sym_DASH_DASH] = ACTIONS(782), + [anon_sym_new] = ACTIONS(784), + [anon_sym_class] = ACTIONS(784), + [anon_sym_switch] = ACTIONS(784), + [anon_sym_LBRACE] = ACTIONS(782), + [anon_sym_RBRACE] = ACTIONS(782), + [anon_sym_case] = ACTIONS(784), + [anon_sym_default] = ACTIONS(784), + [anon_sym_SEMI] = ACTIONS(782), + [anon_sym_assert] = ACTIONS(784), + [anon_sym_do] = ACTIONS(784), + [anon_sym_while] = ACTIONS(784), + [anon_sym_break] = ACTIONS(784), + [anon_sym_continue] = ACTIONS(784), + [anon_sym_return] = ACTIONS(784), + [anon_sym_yield] = ACTIONS(784), + [anon_sym_synchronized] = ACTIONS(784), + [anon_sym_throw] = ACTIONS(784), + [anon_sym_try] = ACTIONS(784), + [anon_sym_if] = ACTIONS(784), + [anon_sym_else] = ACTIONS(784), + [anon_sym_for] = ACTIONS(784), + [anon_sym_AT] = ACTIONS(784), + [anon_sym_open] = ACTIONS(784), + [anon_sym_module] = ACTIONS(784), + [anon_sym_static] = ACTIONS(784), + [anon_sym_with] = ACTIONS(784), + [anon_sym_package] = ACTIONS(784), + [anon_sym_import] = ACTIONS(784), + [anon_sym_enum] = ACTIONS(784), + [anon_sym_public] = ACTIONS(784), + [anon_sym_protected] = ACTIONS(784), + [anon_sym_private] = ACTIONS(784), + [anon_sym_abstract] = ACTIONS(784), + [anon_sym_strictfp] = ACTIONS(784), + [anon_sym_native] = ACTIONS(784), + [anon_sym_transient] = ACTIONS(784), + [anon_sym_volatile] = ACTIONS(784), + [anon_sym_sealed] = ACTIONS(784), + [anon_sym_non_DASHsealed] = ACTIONS(782), + [anon_sym_record] = ACTIONS(784), + [anon_sym_ATinterface] = ACTIONS(782), + [anon_sym_interface] = ACTIONS(784), + [anon_sym_byte] = ACTIONS(784), + [anon_sym_short] = ACTIONS(784), + [anon_sym_int] = ACTIONS(784), + [anon_sym_long] = ACTIONS(784), + [anon_sym_char] = ACTIONS(784), + [anon_sym_float] = ACTIONS(784), + [anon_sym_double] = ACTIONS(784), + [sym_boolean_type] = ACTIONS(784), + [sym_void_type] = ACTIONS(784), + [sym_this] = ACTIONS(784), + [sym_super] = ACTIONS(784), + [sym_line_comment] = ACTIONS(3), + [sym_block_comment] = ACTIONS(3), + }, + [280] = { + [ts_builtin_sym_end] = ACTIONS(786), + [sym_identifier] = ACTIONS(788), + [sym_decimal_integer_literal] = ACTIONS(788), + [sym_hex_integer_literal] = ACTIONS(788), + [sym_octal_integer_literal] = ACTIONS(788), + [sym_binary_integer_literal] = ACTIONS(786), + [sym_decimal_floating_point_literal] = ACTIONS(786), + [sym_hex_floating_point_literal] = ACTIONS(788), + [sym_true] = ACTIONS(788), + [sym_false] = ACTIONS(788), + [sym_character_literal] = ACTIONS(786), + [anon_sym_DQUOTE] = ACTIONS(788), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(786), + [sym_null_literal] = ACTIONS(788), + [anon_sym_LPAREN] = ACTIONS(786), + [anon_sym_PLUS] = ACTIONS(788), + [anon_sym_DASH] = ACTIONS(788), + [anon_sym_final] = ACTIONS(788), + [anon_sym_BANG] = ACTIONS(786), + [anon_sym_TILDE] = ACTIONS(786), + [anon_sym_PLUS_PLUS] = ACTIONS(786), + [anon_sym_DASH_DASH] = ACTIONS(786), + [anon_sym_new] = ACTIONS(788), + [anon_sym_class] = ACTIONS(788), + [anon_sym_switch] = ACTIONS(788), + [anon_sym_LBRACE] = ACTIONS(786), + [anon_sym_RBRACE] = ACTIONS(786), + [anon_sym_case] = ACTIONS(788), + [anon_sym_default] = ACTIONS(788), + [anon_sym_SEMI] = ACTIONS(786), + [anon_sym_assert] = ACTIONS(788), + [anon_sym_do] = ACTIONS(788), + [anon_sym_while] = ACTIONS(788), + [anon_sym_break] = ACTIONS(788), + [anon_sym_continue] = ACTIONS(788), + [anon_sym_return] = ACTIONS(788), + [anon_sym_yield] = ACTIONS(788), + [anon_sym_synchronized] = ACTIONS(788), + [anon_sym_throw] = ACTIONS(788), + [anon_sym_try] = ACTIONS(788), + [anon_sym_if] = ACTIONS(788), + [anon_sym_else] = ACTIONS(788), + [anon_sym_for] = ACTIONS(788), + [anon_sym_AT] = ACTIONS(788), + [anon_sym_open] = ACTIONS(788), + [anon_sym_module] = ACTIONS(788), + [anon_sym_static] = ACTIONS(788), + [anon_sym_with] = ACTIONS(788), + [anon_sym_package] = ACTIONS(788), + [anon_sym_import] = ACTIONS(788), + [anon_sym_enum] = ACTIONS(788), + [anon_sym_public] = ACTIONS(788), + [anon_sym_protected] = ACTIONS(788), + [anon_sym_private] = ACTIONS(788), + [anon_sym_abstract] = ACTIONS(788), + [anon_sym_strictfp] = ACTIONS(788), + [anon_sym_native] = ACTIONS(788), + [anon_sym_transient] = ACTIONS(788), + [anon_sym_volatile] = ACTIONS(788), + [anon_sym_sealed] = ACTIONS(788), + [anon_sym_non_DASHsealed] = ACTIONS(786), + [anon_sym_record] = ACTIONS(788), + [anon_sym_ATinterface] = ACTIONS(786), + [anon_sym_interface] = ACTIONS(788), + [anon_sym_byte] = ACTIONS(788), + [anon_sym_short] = ACTIONS(788), + [anon_sym_int] = ACTIONS(788), + [anon_sym_long] = ACTIONS(788), + [anon_sym_char] = ACTIONS(788), + [anon_sym_float] = ACTIONS(788), + [anon_sym_double] = ACTIONS(788), + [sym_boolean_type] = ACTIONS(788), + [sym_void_type] = ACTIONS(788), + [sym_this] = ACTIONS(788), + [sym_super] = ACTIONS(788), + [sym_line_comment] = ACTIONS(3), + [sym_block_comment] = ACTIONS(3), + }, + [281] = { + [ts_builtin_sym_end] = ACTIONS(790), + [sym_identifier] = ACTIONS(792), + [sym_decimal_integer_literal] = ACTIONS(792), + [sym_hex_integer_literal] = ACTIONS(792), + [sym_octal_integer_literal] = ACTIONS(792), + [sym_binary_integer_literal] = ACTIONS(790), + [sym_decimal_floating_point_literal] = ACTIONS(790), + [sym_hex_floating_point_literal] = ACTIONS(792), + [sym_true] = ACTIONS(792), + [sym_false] = ACTIONS(792), + [sym_character_literal] = ACTIONS(790), + [anon_sym_DQUOTE] = ACTIONS(792), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(790), + [sym_null_literal] = ACTIONS(792), + [anon_sym_LPAREN] = ACTIONS(790), + [anon_sym_PLUS] = ACTIONS(792), + [anon_sym_DASH] = ACTIONS(792), + [anon_sym_final] = ACTIONS(792), + [anon_sym_BANG] = ACTIONS(790), + [anon_sym_TILDE] = ACTIONS(790), + [anon_sym_PLUS_PLUS] = ACTIONS(790), + [anon_sym_DASH_DASH] = ACTIONS(790), + [anon_sym_new] = ACTIONS(792), + [anon_sym_class] = ACTIONS(792), + [anon_sym_switch] = ACTIONS(792), + [anon_sym_LBRACE] = ACTIONS(790), + [anon_sym_RBRACE] = ACTIONS(790), + [anon_sym_case] = ACTIONS(792), + [anon_sym_default] = ACTIONS(792), + [anon_sym_SEMI] = ACTIONS(790), + [anon_sym_assert] = ACTIONS(792), + [anon_sym_do] = ACTIONS(792), + [anon_sym_while] = ACTIONS(792), + [anon_sym_break] = ACTIONS(792), + [anon_sym_continue] = ACTIONS(792), + [anon_sym_return] = ACTIONS(792), + [anon_sym_yield] = ACTIONS(792), + [anon_sym_synchronized] = ACTIONS(792), + [anon_sym_throw] = ACTIONS(792), + [anon_sym_try] = ACTIONS(792), + [anon_sym_if] = ACTIONS(792), + [anon_sym_else] = ACTIONS(792), + [anon_sym_for] = ACTIONS(792), + [anon_sym_AT] = ACTIONS(792), + [anon_sym_open] = ACTIONS(792), + [anon_sym_module] = ACTIONS(792), + [anon_sym_static] = ACTIONS(792), + [anon_sym_with] = ACTIONS(792), + [anon_sym_package] = ACTIONS(792), + [anon_sym_import] = ACTIONS(792), + [anon_sym_enum] = ACTIONS(792), + [anon_sym_public] = ACTIONS(792), + [anon_sym_protected] = ACTIONS(792), + [anon_sym_private] = ACTIONS(792), + [anon_sym_abstract] = ACTIONS(792), + [anon_sym_strictfp] = ACTIONS(792), + [anon_sym_native] = ACTIONS(792), + [anon_sym_transient] = ACTIONS(792), + [anon_sym_volatile] = ACTIONS(792), + [anon_sym_sealed] = ACTIONS(792), + [anon_sym_non_DASHsealed] = ACTIONS(790), + [anon_sym_record] = ACTIONS(792), + [anon_sym_ATinterface] = ACTIONS(790), + [anon_sym_interface] = ACTIONS(792), + [anon_sym_byte] = ACTIONS(792), + [anon_sym_short] = ACTIONS(792), + [anon_sym_int] = ACTIONS(792), + [anon_sym_long] = ACTIONS(792), + [anon_sym_char] = ACTIONS(792), + [anon_sym_float] = ACTIONS(792), + [anon_sym_double] = ACTIONS(792), + [sym_boolean_type] = ACTIONS(792), + [sym_void_type] = ACTIONS(792), + [sym_this] = ACTIONS(792), + [sym_super] = ACTIONS(792), + [sym_line_comment] = ACTIONS(3), + [sym_block_comment] = ACTIONS(3), + }, + [282] = { + [ts_builtin_sym_end] = ACTIONS(794), + [sym_identifier] = ACTIONS(796), + [sym_decimal_integer_literal] = ACTIONS(796), + [sym_hex_integer_literal] = ACTIONS(796), + [sym_octal_integer_literal] = ACTIONS(796), + [sym_binary_integer_literal] = ACTIONS(794), + [sym_decimal_floating_point_literal] = ACTIONS(794), + [sym_hex_floating_point_literal] = ACTIONS(796), + [sym_true] = ACTIONS(796), + [sym_false] = ACTIONS(796), + [sym_character_literal] = ACTIONS(794), + [anon_sym_DQUOTE] = ACTIONS(796), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(794), + [sym_null_literal] = ACTIONS(796), + [anon_sym_LPAREN] = ACTIONS(794), + [anon_sym_PLUS] = ACTIONS(796), + [anon_sym_DASH] = ACTIONS(796), + [anon_sym_final] = ACTIONS(796), + [anon_sym_BANG] = ACTIONS(794), + [anon_sym_TILDE] = ACTIONS(794), + [anon_sym_PLUS_PLUS] = ACTIONS(794), + [anon_sym_DASH_DASH] = ACTIONS(794), + [anon_sym_new] = ACTIONS(796), + [anon_sym_class] = ACTIONS(796), + [anon_sym_switch] = ACTIONS(796), + [anon_sym_LBRACE] = ACTIONS(794), + [anon_sym_RBRACE] = ACTIONS(794), + [anon_sym_case] = ACTIONS(796), + [anon_sym_default] = ACTIONS(796), + [anon_sym_SEMI] = ACTIONS(794), + [anon_sym_assert] = ACTIONS(796), + [anon_sym_do] = ACTIONS(796), + [anon_sym_while] = ACTIONS(796), + [anon_sym_break] = ACTIONS(796), + [anon_sym_continue] = ACTIONS(796), + [anon_sym_return] = ACTIONS(796), + [anon_sym_yield] = ACTIONS(796), + [anon_sym_synchronized] = ACTIONS(796), + [anon_sym_throw] = ACTIONS(796), + [anon_sym_try] = ACTIONS(796), + [anon_sym_if] = ACTIONS(796), + [anon_sym_else] = ACTIONS(796), + [anon_sym_for] = ACTIONS(796), + [anon_sym_AT] = ACTIONS(796), + [anon_sym_open] = ACTIONS(796), + [anon_sym_module] = ACTIONS(796), + [anon_sym_static] = ACTIONS(796), + [anon_sym_with] = ACTIONS(796), + [anon_sym_package] = ACTIONS(796), + [anon_sym_import] = ACTIONS(796), + [anon_sym_enum] = ACTIONS(796), + [anon_sym_public] = ACTIONS(796), + [anon_sym_protected] = ACTIONS(796), + [anon_sym_private] = ACTIONS(796), + [anon_sym_abstract] = ACTIONS(796), + [anon_sym_strictfp] = ACTIONS(796), + [anon_sym_native] = ACTIONS(796), + [anon_sym_transient] = ACTIONS(796), + [anon_sym_volatile] = ACTIONS(796), + [anon_sym_sealed] = ACTIONS(796), + [anon_sym_non_DASHsealed] = ACTIONS(794), + [anon_sym_record] = ACTIONS(796), + [anon_sym_ATinterface] = ACTIONS(794), + [anon_sym_interface] = ACTIONS(796), + [anon_sym_byte] = ACTIONS(796), + [anon_sym_short] = ACTIONS(796), + [anon_sym_int] = ACTIONS(796), + [anon_sym_long] = ACTIONS(796), + [anon_sym_char] = ACTIONS(796), + [anon_sym_float] = ACTIONS(796), + [anon_sym_double] = ACTIONS(796), + [sym_boolean_type] = ACTIONS(796), + [sym_void_type] = ACTIONS(796), + [sym_this] = ACTIONS(796), + [sym_super] = ACTIONS(796), + [sym_line_comment] = ACTIONS(3), + [sym_block_comment] = ACTIONS(3), + }, + [283] = { + [ts_builtin_sym_end] = ACTIONS(798), + [sym_identifier] = ACTIONS(800), + [sym_decimal_integer_literal] = ACTIONS(800), + [sym_hex_integer_literal] = ACTIONS(800), + [sym_octal_integer_literal] = ACTIONS(800), + [sym_binary_integer_literal] = ACTIONS(798), + [sym_decimal_floating_point_literal] = ACTIONS(798), + [sym_hex_floating_point_literal] = ACTIONS(800), + [sym_true] = ACTIONS(800), + [sym_false] = ACTIONS(800), + [sym_character_literal] = ACTIONS(798), + [anon_sym_DQUOTE] = ACTIONS(800), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(798), + [sym_null_literal] = ACTIONS(800), + [anon_sym_LPAREN] = ACTIONS(798), + [anon_sym_PLUS] = ACTIONS(800), + [anon_sym_DASH] = ACTIONS(800), + [anon_sym_final] = ACTIONS(800), + [anon_sym_BANG] = ACTIONS(798), + [anon_sym_TILDE] = ACTIONS(798), + [anon_sym_PLUS_PLUS] = ACTIONS(798), + [anon_sym_DASH_DASH] = ACTIONS(798), + [anon_sym_new] = ACTIONS(800), + [anon_sym_class] = ACTIONS(800), + [anon_sym_switch] = ACTIONS(800), + [anon_sym_LBRACE] = ACTIONS(798), + [anon_sym_RBRACE] = ACTIONS(798), + [anon_sym_case] = ACTIONS(800), + [anon_sym_default] = ACTIONS(800), + [anon_sym_SEMI] = ACTIONS(798), + [anon_sym_assert] = ACTIONS(800), + [anon_sym_do] = ACTIONS(800), + [anon_sym_while] = ACTIONS(800), + [anon_sym_break] = ACTIONS(800), + [anon_sym_continue] = ACTIONS(800), + [anon_sym_return] = ACTIONS(800), + [anon_sym_yield] = ACTIONS(800), + [anon_sym_synchronized] = ACTIONS(800), + [anon_sym_throw] = ACTIONS(800), + [anon_sym_try] = ACTIONS(800), + [anon_sym_if] = ACTIONS(800), + [anon_sym_else] = ACTIONS(800), + [anon_sym_for] = ACTIONS(800), + [anon_sym_AT] = ACTIONS(800), + [anon_sym_open] = ACTIONS(800), + [anon_sym_module] = ACTIONS(800), + [anon_sym_static] = ACTIONS(800), + [anon_sym_with] = ACTIONS(800), + [anon_sym_package] = ACTIONS(800), + [anon_sym_import] = ACTIONS(800), + [anon_sym_enum] = ACTIONS(800), + [anon_sym_public] = ACTIONS(800), + [anon_sym_protected] = ACTIONS(800), + [anon_sym_private] = ACTIONS(800), + [anon_sym_abstract] = ACTIONS(800), + [anon_sym_strictfp] = ACTIONS(800), + [anon_sym_native] = ACTIONS(800), + [anon_sym_transient] = ACTIONS(800), + [anon_sym_volatile] = ACTIONS(800), + [anon_sym_sealed] = ACTIONS(800), + [anon_sym_non_DASHsealed] = ACTIONS(798), + [anon_sym_record] = ACTIONS(800), + [anon_sym_ATinterface] = ACTIONS(798), + [anon_sym_interface] = ACTIONS(800), + [anon_sym_byte] = ACTIONS(800), + [anon_sym_short] = ACTIONS(800), + [anon_sym_int] = ACTIONS(800), + [anon_sym_long] = ACTIONS(800), + [anon_sym_char] = ACTIONS(800), + [anon_sym_float] = ACTIONS(800), + [anon_sym_double] = ACTIONS(800), + [sym_boolean_type] = ACTIONS(800), + [sym_void_type] = ACTIONS(800), + [sym_this] = ACTIONS(800), + [sym_super] = ACTIONS(800), + [sym_line_comment] = ACTIONS(3), + [sym_block_comment] = ACTIONS(3), + }, + [284] = { + [ts_builtin_sym_end] = ACTIONS(323), + [sym_identifier] = ACTIONS(325), + [sym_decimal_integer_literal] = ACTIONS(325), + [sym_hex_integer_literal] = ACTIONS(325), + [sym_octal_integer_literal] = ACTIONS(325), + [sym_binary_integer_literal] = ACTIONS(323), + [sym_decimal_floating_point_literal] = ACTIONS(323), + [sym_hex_floating_point_literal] = ACTIONS(325), + [sym_true] = ACTIONS(325), + [sym_false] = ACTIONS(325), + [sym_character_literal] = ACTIONS(323), + [anon_sym_DQUOTE] = ACTIONS(325), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(323), + [sym_null_literal] = ACTIONS(325), + [anon_sym_LPAREN] = ACTIONS(323), + [anon_sym_PLUS] = ACTIONS(325), + [anon_sym_DASH] = ACTIONS(325), + [anon_sym_final] = ACTIONS(325), + [anon_sym_BANG] = ACTIONS(323), + [anon_sym_TILDE] = ACTIONS(323), + [anon_sym_PLUS_PLUS] = ACTIONS(323), + [anon_sym_DASH_DASH] = ACTIONS(323), + [anon_sym_new] = ACTIONS(325), + [anon_sym_class] = ACTIONS(325), + [anon_sym_switch] = ACTIONS(325), + [anon_sym_LBRACE] = ACTIONS(323), + [anon_sym_RBRACE] = ACTIONS(323), + [anon_sym_case] = ACTIONS(325), + [anon_sym_default] = ACTIONS(325), + [anon_sym_SEMI] = ACTIONS(323), + [anon_sym_assert] = ACTIONS(325), + [anon_sym_do] = ACTIONS(325), + [anon_sym_while] = ACTIONS(325), + [anon_sym_break] = ACTIONS(325), + [anon_sym_continue] = ACTIONS(325), + [anon_sym_return] = ACTIONS(325), + [anon_sym_yield] = ACTIONS(325), + [anon_sym_synchronized] = ACTIONS(325), + [anon_sym_throw] = ACTIONS(325), + [anon_sym_try] = ACTIONS(325), + [anon_sym_if] = ACTIONS(325), + [anon_sym_else] = ACTIONS(325), + [anon_sym_for] = ACTIONS(325), + [anon_sym_AT] = ACTIONS(325), + [anon_sym_open] = ACTIONS(325), + [anon_sym_module] = ACTIONS(325), + [anon_sym_static] = ACTIONS(325), + [anon_sym_with] = ACTIONS(325), + [anon_sym_package] = ACTIONS(325), + [anon_sym_import] = ACTIONS(325), + [anon_sym_enum] = ACTIONS(325), + [anon_sym_public] = ACTIONS(325), + [anon_sym_protected] = ACTIONS(325), + [anon_sym_private] = ACTIONS(325), + [anon_sym_abstract] = ACTIONS(325), + [anon_sym_strictfp] = ACTIONS(325), + [anon_sym_native] = ACTIONS(325), + [anon_sym_transient] = ACTIONS(325), + [anon_sym_volatile] = ACTIONS(325), + [anon_sym_sealed] = ACTIONS(325), + [anon_sym_non_DASHsealed] = ACTIONS(323), + [anon_sym_record] = ACTIONS(325), + [anon_sym_ATinterface] = ACTIONS(323), + [anon_sym_interface] = ACTIONS(325), + [anon_sym_byte] = ACTIONS(325), + [anon_sym_short] = ACTIONS(325), + [anon_sym_int] = ACTIONS(325), + [anon_sym_long] = ACTIONS(325), + [anon_sym_char] = ACTIONS(325), + [anon_sym_float] = ACTIONS(325), + [anon_sym_double] = ACTIONS(325), + [sym_boolean_type] = ACTIONS(325), + [sym_void_type] = ACTIONS(325), + [sym_this] = ACTIONS(325), + [sym_super] = ACTIONS(325), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, [285] = { - [ts_builtin_sym_end] = ACTIONS(796), - [sym_identifier] = ACTIONS(798), - [sym_decimal_integer_literal] = ACTIONS(798), - [sym_hex_integer_literal] = ACTIONS(798), - [sym_octal_integer_literal] = ACTIONS(798), - [sym_binary_integer_literal] = ACTIONS(796), - [sym_decimal_floating_point_literal] = ACTIONS(796), - [sym_hex_floating_point_literal] = ACTIONS(798), - [sym_true] = ACTIONS(798), - [sym_false] = ACTIONS(798), - [sym_character_literal] = ACTIONS(796), - [anon_sym_DQUOTE] = ACTIONS(798), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(796), - [sym_null_literal] = ACTIONS(798), - [anon_sym_LPAREN] = ACTIONS(796), - [anon_sym_PLUS] = ACTIONS(798), - [anon_sym_DASH] = ACTIONS(798), - [anon_sym_final] = ACTIONS(798), - [anon_sym_BANG] = ACTIONS(796), - [anon_sym_TILDE] = ACTIONS(796), - [anon_sym_PLUS_PLUS] = ACTIONS(796), - [anon_sym_DASH_DASH] = ACTIONS(796), - [anon_sym_new] = ACTIONS(798), - [anon_sym_class] = ACTIONS(798), - [anon_sym_switch] = ACTIONS(798), - [anon_sym_LBRACE] = ACTIONS(796), - [anon_sym_RBRACE] = ACTIONS(796), - [anon_sym_case] = ACTIONS(798), - [anon_sym_default] = ACTIONS(798), - [anon_sym_SEMI] = ACTIONS(796), - [anon_sym_assert] = ACTIONS(798), - [anon_sym_do] = ACTIONS(798), - [anon_sym_while] = ACTIONS(798), - [anon_sym_break] = ACTIONS(798), - [anon_sym_continue] = ACTIONS(798), - [anon_sym_return] = ACTIONS(798), - [anon_sym_yield] = ACTIONS(798), - [anon_sym_synchronized] = ACTIONS(798), - [anon_sym_throw] = ACTIONS(798), - [anon_sym_try] = ACTIONS(798), - [anon_sym_if] = ACTIONS(798), - [anon_sym_else] = ACTIONS(798), - [anon_sym_for] = ACTIONS(798), - [anon_sym_AT] = ACTIONS(798), - [anon_sym_open] = ACTIONS(798), - [anon_sym_module] = ACTIONS(798), - [anon_sym_static] = ACTIONS(798), - [anon_sym_package] = ACTIONS(798), - [anon_sym_import] = ACTIONS(798), - [anon_sym_enum] = ACTIONS(798), - [anon_sym_public] = ACTIONS(798), - [anon_sym_protected] = ACTIONS(798), - [anon_sym_private] = ACTIONS(798), - [anon_sym_abstract] = ACTIONS(798), - [anon_sym_strictfp] = ACTIONS(798), - [anon_sym_native] = ACTIONS(798), - [anon_sym_transient] = ACTIONS(798), - [anon_sym_volatile] = ACTIONS(798), - [anon_sym_sealed] = ACTIONS(798), - [anon_sym_non_DASHsealed] = ACTIONS(796), - [anon_sym_record] = ACTIONS(798), - [anon_sym_ATinterface] = ACTIONS(796), - [anon_sym_interface] = ACTIONS(798), - [anon_sym_byte] = ACTIONS(798), - [anon_sym_short] = ACTIONS(798), - [anon_sym_int] = ACTIONS(798), - [anon_sym_long] = ACTIONS(798), - [anon_sym_char] = ACTIONS(798), - [anon_sym_float] = ACTIONS(798), - [anon_sym_double] = ACTIONS(798), - [sym_boolean_type] = ACTIONS(798), - [sym_void_type] = ACTIONS(798), - [sym_this] = ACTIONS(798), - [sym_super] = ACTIONS(798), + [ts_builtin_sym_end] = ACTIONS(802), + [sym_identifier] = ACTIONS(804), + [sym_decimal_integer_literal] = ACTIONS(804), + [sym_hex_integer_literal] = ACTIONS(804), + [sym_octal_integer_literal] = ACTIONS(804), + [sym_binary_integer_literal] = ACTIONS(802), + [sym_decimal_floating_point_literal] = ACTIONS(802), + [sym_hex_floating_point_literal] = ACTIONS(804), + [sym_true] = ACTIONS(804), + [sym_false] = ACTIONS(804), + [sym_character_literal] = ACTIONS(802), + [anon_sym_DQUOTE] = ACTIONS(804), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(802), + [sym_null_literal] = ACTIONS(804), + [anon_sym_LPAREN] = ACTIONS(802), + [anon_sym_PLUS] = ACTIONS(804), + [anon_sym_DASH] = ACTIONS(804), + [anon_sym_final] = ACTIONS(804), + [anon_sym_BANG] = ACTIONS(802), + [anon_sym_TILDE] = ACTIONS(802), + [anon_sym_PLUS_PLUS] = ACTIONS(802), + [anon_sym_DASH_DASH] = ACTIONS(802), + [anon_sym_new] = ACTIONS(804), + [anon_sym_class] = ACTIONS(804), + [anon_sym_switch] = ACTIONS(804), + [anon_sym_LBRACE] = ACTIONS(802), + [anon_sym_RBRACE] = ACTIONS(802), + [anon_sym_case] = ACTIONS(804), + [anon_sym_default] = ACTIONS(804), + [anon_sym_SEMI] = ACTIONS(802), + [anon_sym_assert] = ACTIONS(804), + [anon_sym_do] = ACTIONS(804), + [anon_sym_while] = ACTIONS(804), + [anon_sym_break] = ACTIONS(804), + [anon_sym_continue] = ACTIONS(804), + [anon_sym_return] = ACTIONS(804), + [anon_sym_yield] = ACTIONS(804), + [anon_sym_synchronized] = ACTIONS(804), + [anon_sym_throw] = ACTIONS(804), + [anon_sym_try] = ACTIONS(804), + [anon_sym_if] = ACTIONS(804), + [anon_sym_else] = ACTIONS(804), + [anon_sym_for] = ACTIONS(804), + [anon_sym_AT] = ACTIONS(804), + [anon_sym_open] = ACTIONS(804), + [anon_sym_module] = ACTIONS(804), + [anon_sym_static] = ACTIONS(804), + [anon_sym_with] = ACTIONS(804), + [anon_sym_package] = ACTIONS(804), + [anon_sym_import] = ACTIONS(804), + [anon_sym_enum] = ACTIONS(804), + [anon_sym_public] = ACTIONS(804), + [anon_sym_protected] = ACTIONS(804), + [anon_sym_private] = ACTIONS(804), + [anon_sym_abstract] = ACTIONS(804), + [anon_sym_strictfp] = ACTIONS(804), + [anon_sym_native] = ACTIONS(804), + [anon_sym_transient] = ACTIONS(804), + [anon_sym_volatile] = ACTIONS(804), + [anon_sym_sealed] = ACTIONS(804), + [anon_sym_non_DASHsealed] = ACTIONS(802), + [anon_sym_record] = ACTIONS(804), + [anon_sym_ATinterface] = ACTIONS(802), + [anon_sym_interface] = ACTIONS(804), + [anon_sym_byte] = ACTIONS(804), + [anon_sym_short] = ACTIONS(804), + [anon_sym_int] = ACTIONS(804), + [anon_sym_long] = ACTIONS(804), + [anon_sym_char] = ACTIONS(804), + [anon_sym_float] = ACTIONS(804), + [anon_sym_double] = ACTIONS(804), + [sym_boolean_type] = ACTIONS(804), + [sym_void_type] = ACTIONS(804), + [sym_this] = ACTIONS(804), + [sym_super] = ACTIONS(804), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, [286] = { - [ts_builtin_sym_end] = ACTIONS(800), - [sym_identifier] = ACTIONS(802), - [sym_decimal_integer_literal] = ACTIONS(802), - [sym_hex_integer_literal] = ACTIONS(802), - [sym_octal_integer_literal] = ACTIONS(802), - [sym_binary_integer_literal] = ACTIONS(800), - [sym_decimal_floating_point_literal] = ACTIONS(800), - [sym_hex_floating_point_literal] = ACTIONS(802), - [sym_true] = ACTIONS(802), - [sym_false] = ACTIONS(802), - [sym_character_literal] = ACTIONS(800), - [anon_sym_DQUOTE] = ACTIONS(802), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(800), - [sym_null_literal] = ACTIONS(802), - [anon_sym_LPAREN] = ACTIONS(800), - [anon_sym_PLUS] = ACTIONS(802), - [anon_sym_DASH] = ACTIONS(802), - [anon_sym_final] = ACTIONS(802), - [anon_sym_BANG] = ACTIONS(800), - [anon_sym_TILDE] = ACTIONS(800), - [anon_sym_PLUS_PLUS] = ACTIONS(800), - [anon_sym_DASH_DASH] = ACTIONS(800), - [anon_sym_new] = ACTIONS(802), - [anon_sym_class] = ACTIONS(802), - [anon_sym_switch] = ACTIONS(802), - [anon_sym_LBRACE] = ACTIONS(800), - [anon_sym_RBRACE] = ACTIONS(800), - [anon_sym_case] = ACTIONS(802), - [anon_sym_default] = ACTIONS(802), - [anon_sym_SEMI] = ACTIONS(800), - [anon_sym_assert] = ACTIONS(802), - [anon_sym_do] = ACTIONS(802), - [anon_sym_while] = ACTIONS(802), - [anon_sym_break] = ACTIONS(802), - [anon_sym_continue] = ACTIONS(802), - [anon_sym_return] = ACTIONS(802), - [anon_sym_yield] = ACTIONS(802), - [anon_sym_synchronized] = ACTIONS(802), - [anon_sym_throw] = ACTIONS(802), - [anon_sym_try] = ACTIONS(802), - [anon_sym_if] = ACTIONS(802), - [anon_sym_else] = ACTIONS(802), - [anon_sym_for] = ACTIONS(802), - [anon_sym_AT] = ACTIONS(802), - [anon_sym_open] = ACTIONS(802), - [anon_sym_module] = ACTIONS(802), - [anon_sym_static] = ACTIONS(802), - [anon_sym_package] = ACTIONS(802), - [anon_sym_import] = ACTIONS(802), - [anon_sym_enum] = ACTIONS(802), - [anon_sym_public] = ACTIONS(802), - [anon_sym_protected] = ACTIONS(802), - [anon_sym_private] = ACTIONS(802), - [anon_sym_abstract] = ACTIONS(802), - [anon_sym_strictfp] = ACTIONS(802), - [anon_sym_native] = ACTIONS(802), - [anon_sym_transient] = ACTIONS(802), - [anon_sym_volatile] = ACTIONS(802), - [anon_sym_sealed] = ACTIONS(802), - [anon_sym_non_DASHsealed] = ACTIONS(800), - [anon_sym_record] = ACTIONS(802), - [anon_sym_ATinterface] = ACTIONS(800), - [anon_sym_interface] = ACTIONS(802), - [anon_sym_byte] = ACTIONS(802), - [anon_sym_short] = ACTIONS(802), - [anon_sym_int] = ACTIONS(802), - [anon_sym_long] = ACTIONS(802), - [anon_sym_char] = ACTIONS(802), - [anon_sym_float] = ACTIONS(802), - [anon_sym_double] = ACTIONS(802), - [sym_boolean_type] = ACTIONS(802), - [sym_void_type] = ACTIONS(802), - [sym_this] = ACTIONS(802), - [sym_super] = ACTIONS(802), + [ts_builtin_sym_end] = ACTIONS(806), + [sym_identifier] = ACTIONS(808), + [sym_decimal_integer_literal] = ACTIONS(808), + [sym_hex_integer_literal] = ACTIONS(808), + [sym_octal_integer_literal] = ACTIONS(808), + [sym_binary_integer_literal] = ACTIONS(806), + [sym_decimal_floating_point_literal] = ACTIONS(806), + [sym_hex_floating_point_literal] = ACTIONS(808), + [sym_true] = ACTIONS(808), + [sym_false] = ACTIONS(808), + [sym_character_literal] = ACTIONS(806), + [anon_sym_DQUOTE] = ACTIONS(808), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(806), + [sym_null_literal] = ACTIONS(808), + [anon_sym_LPAREN] = ACTIONS(806), + [anon_sym_PLUS] = ACTIONS(808), + [anon_sym_DASH] = ACTIONS(808), + [anon_sym_final] = ACTIONS(808), + [anon_sym_BANG] = ACTIONS(806), + [anon_sym_TILDE] = ACTIONS(806), + [anon_sym_PLUS_PLUS] = ACTIONS(806), + [anon_sym_DASH_DASH] = ACTIONS(806), + [anon_sym_new] = ACTIONS(808), + [anon_sym_class] = ACTIONS(808), + [anon_sym_switch] = ACTIONS(808), + [anon_sym_LBRACE] = ACTIONS(806), + [anon_sym_RBRACE] = ACTIONS(806), + [anon_sym_case] = ACTIONS(808), + [anon_sym_default] = ACTIONS(808), + [anon_sym_SEMI] = ACTIONS(806), + [anon_sym_assert] = ACTIONS(808), + [anon_sym_do] = ACTIONS(808), + [anon_sym_while] = ACTIONS(808), + [anon_sym_break] = ACTIONS(808), + [anon_sym_continue] = ACTIONS(808), + [anon_sym_return] = ACTIONS(808), + [anon_sym_yield] = ACTIONS(808), + [anon_sym_synchronized] = ACTIONS(808), + [anon_sym_throw] = ACTIONS(808), + [anon_sym_try] = ACTIONS(808), + [anon_sym_if] = ACTIONS(808), + [anon_sym_else] = ACTIONS(808), + [anon_sym_for] = ACTIONS(808), + [anon_sym_AT] = ACTIONS(808), + [anon_sym_open] = ACTIONS(808), + [anon_sym_module] = ACTIONS(808), + [anon_sym_static] = ACTIONS(808), + [anon_sym_with] = ACTIONS(808), + [anon_sym_package] = ACTIONS(808), + [anon_sym_import] = ACTIONS(808), + [anon_sym_enum] = ACTIONS(808), + [anon_sym_public] = ACTIONS(808), + [anon_sym_protected] = ACTIONS(808), + [anon_sym_private] = ACTIONS(808), + [anon_sym_abstract] = ACTIONS(808), + [anon_sym_strictfp] = ACTIONS(808), + [anon_sym_native] = ACTIONS(808), + [anon_sym_transient] = ACTIONS(808), + [anon_sym_volatile] = ACTIONS(808), + [anon_sym_sealed] = ACTIONS(808), + [anon_sym_non_DASHsealed] = ACTIONS(806), + [anon_sym_record] = ACTIONS(808), + [anon_sym_ATinterface] = ACTIONS(806), + [anon_sym_interface] = ACTIONS(808), + [anon_sym_byte] = ACTIONS(808), + [anon_sym_short] = ACTIONS(808), + [anon_sym_int] = ACTIONS(808), + [anon_sym_long] = ACTIONS(808), + [anon_sym_char] = ACTIONS(808), + [anon_sym_float] = ACTIONS(808), + [anon_sym_double] = ACTIONS(808), + [sym_boolean_type] = ACTIONS(808), + [sym_void_type] = ACTIONS(808), + [sym_this] = ACTIONS(808), + [sym_super] = ACTIONS(808), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, [287] = { - [ts_builtin_sym_end] = ACTIONS(804), - [sym_identifier] = ACTIONS(806), - [sym_decimal_integer_literal] = ACTIONS(806), - [sym_hex_integer_literal] = ACTIONS(806), - [sym_octal_integer_literal] = ACTIONS(806), - [sym_binary_integer_literal] = ACTIONS(804), - [sym_decimal_floating_point_literal] = ACTIONS(804), - [sym_hex_floating_point_literal] = ACTIONS(806), - [sym_true] = ACTIONS(806), - [sym_false] = ACTIONS(806), - [sym_character_literal] = ACTIONS(804), - [anon_sym_DQUOTE] = ACTIONS(806), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(804), - [sym_null_literal] = ACTIONS(806), - [anon_sym_LPAREN] = ACTIONS(804), - [anon_sym_PLUS] = ACTIONS(806), - [anon_sym_DASH] = ACTIONS(806), - [anon_sym_final] = ACTIONS(806), - [anon_sym_BANG] = ACTIONS(804), - [anon_sym_TILDE] = ACTIONS(804), - [anon_sym_PLUS_PLUS] = ACTIONS(804), - [anon_sym_DASH_DASH] = ACTIONS(804), - [anon_sym_new] = ACTIONS(806), - [anon_sym_class] = ACTIONS(806), - [anon_sym_switch] = ACTIONS(806), - [anon_sym_LBRACE] = ACTIONS(804), - [anon_sym_RBRACE] = ACTIONS(804), - [anon_sym_case] = ACTIONS(806), - [anon_sym_default] = ACTIONS(806), - [anon_sym_SEMI] = ACTIONS(804), - [anon_sym_assert] = ACTIONS(806), - [anon_sym_do] = ACTIONS(806), - [anon_sym_while] = ACTIONS(806), - [anon_sym_break] = ACTIONS(806), - [anon_sym_continue] = ACTIONS(806), - [anon_sym_return] = ACTIONS(806), - [anon_sym_yield] = ACTIONS(806), - [anon_sym_synchronized] = ACTIONS(806), - [anon_sym_throw] = ACTIONS(806), - [anon_sym_try] = ACTIONS(806), - [anon_sym_if] = ACTIONS(806), - [anon_sym_else] = ACTIONS(806), - [anon_sym_for] = ACTIONS(806), - [anon_sym_AT] = ACTIONS(806), - [anon_sym_open] = ACTIONS(806), - [anon_sym_module] = ACTIONS(806), - [anon_sym_static] = ACTIONS(806), - [anon_sym_package] = ACTIONS(806), - [anon_sym_import] = ACTIONS(806), - [anon_sym_enum] = ACTIONS(806), - [anon_sym_public] = ACTIONS(806), - [anon_sym_protected] = ACTIONS(806), - [anon_sym_private] = ACTIONS(806), - [anon_sym_abstract] = ACTIONS(806), - [anon_sym_strictfp] = ACTIONS(806), - [anon_sym_native] = ACTIONS(806), - [anon_sym_transient] = ACTIONS(806), - [anon_sym_volatile] = ACTIONS(806), - [anon_sym_sealed] = ACTIONS(806), - [anon_sym_non_DASHsealed] = ACTIONS(804), - [anon_sym_record] = ACTIONS(806), - [anon_sym_ATinterface] = ACTIONS(804), - [anon_sym_interface] = ACTIONS(806), - [anon_sym_byte] = ACTIONS(806), - [anon_sym_short] = ACTIONS(806), - [anon_sym_int] = ACTIONS(806), - [anon_sym_long] = ACTIONS(806), - [anon_sym_char] = ACTIONS(806), - [anon_sym_float] = ACTIONS(806), - [anon_sym_double] = ACTIONS(806), - [sym_boolean_type] = ACTIONS(806), - [sym_void_type] = ACTIONS(806), - [sym_this] = ACTIONS(806), - [sym_super] = ACTIONS(806), + [ts_builtin_sym_end] = ACTIONS(810), + [sym_identifier] = ACTIONS(812), + [sym_decimal_integer_literal] = ACTIONS(812), + [sym_hex_integer_literal] = ACTIONS(812), + [sym_octal_integer_literal] = ACTIONS(812), + [sym_binary_integer_literal] = ACTIONS(810), + [sym_decimal_floating_point_literal] = ACTIONS(810), + [sym_hex_floating_point_literal] = ACTIONS(812), + [sym_true] = ACTIONS(812), + [sym_false] = ACTIONS(812), + [sym_character_literal] = ACTIONS(810), + [anon_sym_DQUOTE] = ACTIONS(812), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(810), + [sym_null_literal] = ACTIONS(812), + [anon_sym_LPAREN] = ACTIONS(810), + [anon_sym_PLUS] = ACTIONS(812), + [anon_sym_DASH] = ACTIONS(812), + [anon_sym_final] = ACTIONS(812), + [anon_sym_BANG] = ACTIONS(810), + [anon_sym_TILDE] = ACTIONS(810), + [anon_sym_PLUS_PLUS] = ACTIONS(810), + [anon_sym_DASH_DASH] = ACTIONS(810), + [anon_sym_new] = ACTIONS(812), + [anon_sym_class] = ACTIONS(812), + [anon_sym_switch] = ACTIONS(812), + [anon_sym_LBRACE] = ACTIONS(810), + [anon_sym_RBRACE] = ACTIONS(810), + [anon_sym_case] = ACTIONS(812), + [anon_sym_default] = ACTIONS(812), + [anon_sym_SEMI] = ACTIONS(810), + [anon_sym_assert] = ACTIONS(812), + [anon_sym_do] = ACTIONS(812), + [anon_sym_while] = ACTIONS(812), + [anon_sym_break] = ACTIONS(812), + [anon_sym_continue] = ACTIONS(812), + [anon_sym_return] = ACTIONS(812), + [anon_sym_yield] = ACTIONS(812), + [anon_sym_synchronized] = ACTIONS(812), + [anon_sym_throw] = ACTIONS(812), + [anon_sym_try] = ACTIONS(812), + [anon_sym_if] = ACTIONS(812), + [anon_sym_else] = ACTIONS(812), + [anon_sym_for] = ACTIONS(812), + [anon_sym_AT] = ACTIONS(812), + [anon_sym_open] = ACTIONS(812), + [anon_sym_module] = ACTIONS(812), + [anon_sym_static] = ACTIONS(812), + [anon_sym_with] = ACTIONS(812), + [anon_sym_package] = ACTIONS(812), + [anon_sym_import] = ACTIONS(812), + [anon_sym_enum] = ACTIONS(812), + [anon_sym_public] = ACTIONS(812), + [anon_sym_protected] = ACTIONS(812), + [anon_sym_private] = ACTIONS(812), + [anon_sym_abstract] = ACTIONS(812), + [anon_sym_strictfp] = ACTIONS(812), + [anon_sym_native] = ACTIONS(812), + [anon_sym_transient] = ACTIONS(812), + [anon_sym_volatile] = ACTIONS(812), + [anon_sym_sealed] = ACTIONS(812), + [anon_sym_non_DASHsealed] = ACTIONS(810), + [anon_sym_record] = ACTIONS(812), + [anon_sym_ATinterface] = ACTIONS(810), + [anon_sym_interface] = ACTIONS(812), + [anon_sym_byte] = ACTIONS(812), + [anon_sym_short] = ACTIONS(812), + [anon_sym_int] = ACTIONS(812), + [anon_sym_long] = ACTIONS(812), + [anon_sym_char] = ACTIONS(812), + [anon_sym_float] = ACTIONS(812), + [anon_sym_double] = ACTIONS(812), + [sym_boolean_type] = ACTIONS(812), + [sym_void_type] = ACTIONS(812), + [sym_this] = ACTIONS(812), + [sym_super] = ACTIONS(812), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, [288] = { - [ts_builtin_sym_end] = ACTIONS(808), - [sym_identifier] = ACTIONS(810), - [sym_decimal_integer_literal] = ACTIONS(810), - [sym_hex_integer_literal] = ACTIONS(810), - [sym_octal_integer_literal] = ACTIONS(810), - [sym_binary_integer_literal] = ACTIONS(808), - [sym_decimal_floating_point_literal] = ACTIONS(808), - [sym_hex_floating_point_literal] = ACTIONS(810), - [sym_true] = ACTIONS(810), - [sym_false] = ACTIONS(810), - [sym_character_literal] = ACTIONS(808), - [anon_sym_DQUOTE] = ACTIONS(810), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(808), - [sym_null_literal] = ACTIONS(810), - [anon_sym_LPAREN] = ACTIONS(808), - [anon_sym_PLUS] = ACTIONS(810), - [anon_sym_DASH] = ACTIONS(810), - [anon_sym_final] = ACTIONS(810), - [anon_sym_BANG] = ACTIONS(808), - [anon_sym_TILDE] = ACTIONS(808), - [anon_sym_PLUS_PLUS] = ACTIONS(808), - [anon_sym_DASH_DASH] = ACTIONS(808), - [anon_sym_new] = ACTIONS(810), - [anon_sym_class] = ACTIONS(810), - [anon_sym_switch] = ACTIONS(810), - [anon_sym_LBRACE] = ACTIONS(808), - [anon_sym_RBRACE] = ACTIONS(808), - [anon_sym_case] = ACTIONS(810), - [anon_sym_default] = ACTIONS(810), - [anon_sym_SEMI] = ACTIONS(808), - [anon_sym_assert] = ACTIONS(810), - [anon_sym_do] = ACTIONS(810), - [anon_sym_while] = ACTIONS(810), - [anon_sym_break] = ACTIONS(810), - [anon_sym_continue] = ACTIONS(810), - [anon_sym_return] = ACTIONS(810), - [anon_sym_yield] = ACTIONS(810), - [anon_sym_synchronized] = ACTIONS(810), - [anon_sym_throw] = ACTIONS(810), - [anon_sym_try] = ACTIONS(810), - [anon_sym_if] = ACTIONS(810), - [anon_sym_else] = ACTIONS(810), - [anon_sym_for] = ACTIONS(810), - [anon_sym_AT] = ACTIONS(810), - [anon_sym_open] = ACTIONS(810), - [anon_sym_module] = ACTIONS(810), - [anon_sym_static] = ACTIONS(810), - [anon_sym_package] = ACTIONS(810), - [anon_sym_import] = ACTIONS(810), - [anon_sym_enum] = ACTIONS(810), - [anon_sym_public] = ACTIONS(810), - [anon_sym_protected] = ACTIONS(810), - [anon_sym_private] = ACTIONS(810), - [anon_sym_abstract] = ACTIONS(810), - [anon_sym_strictfp] = ACTIONS(810), - [anon_sym_native] = ACTIONS(810), - [anon_sym_transient] = ACTIONS(810), - [anon_sym_volatile] = ACTIONS(810), - [anon_sym_sealed] = ACTIONS(810), - [anon_sym_non_DASHsealed] = ACTIONS(808), - [anon_sym_record] = ACTIONS(810), - [anon_sym_ATinterface] = ACTIONS(808), - [anon_sym_interface] = ACTIONS(810), - [anon_sym_byte] = ACTIONS(810), - [anon_sym_short] = ACTIONS(810), - [anon_sym_int] = ACTIONS(810), - [anon_sym_long] = ACTIONS(810), - [anon_sym_char] = ACTIONS(810), - [anon_sym_float] = ACTIONS(810), - [anon_sym_double] = ACTIONS(810), - [sym_boolean_type] = ACTIONS(810), - [sym_void_type] = ACTIONS(810), - [sym_this] = ACTIONS(810), - [sym_super] = ACTIONS(810), + [ts_builtin_sym_end] = ACTIONS(814), + [sym_identifier] = ACTIONS(816), + [sym_decimal_integer_literal] = ACTIONS(816), + [sym_hex_integer_literal] = ACTIONS(816), + [sym_octal_integer_literal] = ACTIONS(816), + [sym_binary_integer_literal] = ACTIONS(814), + [sym_decimal_floating_point_literal] = ACTIONS(814), + [sym_hex_floating_point_literal] = ACTIONS(816), + [sym_true] = ACTIONS(816), + [sym_false] = ACTIONS(816), + [sym_character_literal] = ACTIONS(814), + [anon_sym_DQUOTE] = ACTIONS(816), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(814), + [sym_null_literal] = ACTIONS(816), + [anon_sym_LPAREN] = ACTIONS(814), + [anon_sym_PLUS] = ACTIONS(816), + [anon_sym_DASH] = ACTIONS(816), + [anon_sym_final] = ACTIONS(816), + [anon_sym_BANG] = ACTIONS(814), + [anon_sym_TILDE] = ACTIONS(814), + [anon_sym_PLUS_PLUS] = ACTIONS(814), + [anon_sym_DASH_DASH] = ACTIONS(814), + [anon_sym_new] = ACTIONS(816), + [anon_sym_class] = ACTIONS(816), + [anon_sym_switch] = ACTIONS(816), + [anon_sym_LBRACE] = ACTIONS(814), + [anon_sym_RBRACE] = ACTIONS(814), + [anon_sym_case] = ACTIONS(816), + [anon_sym_default] = ACTIONS(816), + [anon_sym_SEMI] = ACTIONS(814), + [anon_sym_assert] = ACTIONS(816), + [anon_sym_do] = ACTIONS(816), + [anon_sym_while] = ACTIONS(816), + [anon_sym_break] = ACTIONS(816), + [anon_sym_continue] = ACTIONS(816), + [anon_sym_return] = ACTIONS(816), + [anon_sym_yield] = ACTIONS(816), + [anon_sym_synchronized] = ACTIONS(816), + [anon_sym_throw] = ACTIONS(816), + [anon_sym_try] = ACTIONS(816), + [anon_sym_if] = ACTIONS(816), + [anon_sym_else] = ACTIONS(816), + [anon_sym_for] = ACTIONS(816), + [anon_sym_AT] = ACTIONS(816), + [anon_sym_open] = ACTIONS(816), + [anon_sym_module] = ACTIONS(816), + [anon_sym_static] = ACTIONS(816), + [anon_sym_with] = ACTIONS(816), + [anon_sym_package] = ACTIONS(816), + [anon_sym_import] = ACTIONS(816), + [anon_sym_enum] = ACTIONS(816), + [anon_sym_public] = ACTIONS(816), + [anon_sym_protected] = ACTIONS(816), + [anon_sym_private] = ACTIONS(816), + [anon_sym_abstract] = ACTIONS(816), + [anon_sym_strictfp] = ACTIONS(816), + [anon_sym_native] = ACTIONS(816), + [anon_sym_transient] = ACTIONS(816), + [anon_sym_volatile] = ACTIONS(816), + [anon_sym_sealed] = ACTIONS(816), + [anon_sym_non_DASHsealed] = ACTIONS(814), + [anon_sym_record] = ACTIONS(816), + [anon_sym_ATinterface] = ACTIONS(814), + [anon_sym_interface] = ACTIONS(816), + [anon_sym_byte] = ACTIONS(816), + [anon_sym_short] = ACTIONS(816), + [anon_sym_int] = ACTIONS(816), + [anon_sym_long] = ACTIONS(816), + [anon_sym_char] = ACTIONS(816), + [anon_sym_float] = ACTIONS(816), + [anon_sym_double] = ACTIONS(816), + [sym_boolean_type] = ACTIONS(816), + [sym_void_type] = ACTIONS(816), + [sym_this] = ACTIONS(816), + [sym_super] = ACTIONS(816), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, [289] = { - [ts_builtin_sym_end] = ACTIONS(812), - [sym_identifier] = ACTIONS(814), - [sym_decimal_integer_literal] = ACTIONS(814), - [sym_hex_integer_literal] = ACTIONS(814), - [sym_octal_integer_literal] = ACTIONS(814), - [sym_binary_integer_literal] = ACTIONS(812), - [sym_decimal_floating_point_literal] = ACTIONS(812), - [sym_hex_floating_point_literal] = ACTIONS(814), - [sym_true] = ACTIONS(814), - [sym_false] = ACTIONS(814), - [sym_character_literal] = ACTIONS(812), - [anon_sym_DQUOTE] = ACTIONS(814), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(812), - [sym_null_literal] = ACTIONS(814), - [anon_sym_LPAREN] = ACTIONS(812), - [anon_sym_PLUS] = ACTIONS(814), - [anon_sym_DASH] = ACTIONS(814), - [anon_sym_final] = ACTIONS(814), - [anon_sym_BANG] = ACTIONS(812), - [anon_sym_TILDE] = ACTIONS(812), - [anon_sym_PLUS_PLUS] = ACTIONS(812), - [anon_sym_DASH_DASH] = ACTIONS(812), - [anon_sym_new] = ACTIONS(814), - [anon_sym_class] = ACTIONS(814), - [anon_sym_switch] = ACTIONS(814), - [anon_sym_LBRACE] = ACTIONS(812), - [anon_sym_RBRACE] = ACTIONS(812), - [anon_sym_case] = ACTIONS(814), - [anon_sym_default] = ACTIONS(814), - [anon_sym_SEMI] = ACTIONS(812), - [anon_sym_assert] = ACTIONS(814), - [anon_sym_do] = ACTIONS(814), - [anon_sym_while] = ACTIONS(814), - [anon_sym_break] = ACTIONS(814), - [anon_sym_continue] = ACTIONS(814), - [anon_sym_return] = ACTIONS(814), - [anon_sym_yield] = ACTIONS(814), - [anon_sym_synchronized] = ACTIONS(814), - [anon_sym_throw] = ACTIONS(814), - [anon_sym_try] = ACTIONS(814), - [anon_sym_if] = ACTIONS(814), - [anon_sym_else] = ACTIONS(814), - [anon_sym_for] = ACTIONS(814), - [anon_sym_AT] = ACTIONS(814), - [anon_sym_open] = ACTIONS(814), - [anon_sym_module] = ACTIONS(814), - [anon_sym_static] = ACTIONS(814), - [anon_sym_package] = ACTIONS(814), - [anon_sym_import] = ACTIONS(814), - [anon_sym_enum] = ACTIONS(814), - [anon_sym_public] = ACTIONS(814), - [anon_sym_protected] = ACTIONS(814), - [anon_sym_private] = ACTIONS(814), - [anon_sym_abstract] = ACTIONS(814), - [anon_sym_strictfp] = ACTIONS(814), - [anon_sym_native] = ACTIONS(814), - [anon_sym_transient] = ACTIONS(814), - [anon_sym_volatile] = ACTIONS(814), - [anon_sym_sealed] = ACTIONS(814), - [anon_sym_non_DASHsealed] = ACTIONS(812), - [anon_sym_record] = ACTIONS(814), - [anon_sym_ATinterface] = ACTIONS(812), - [anon_sym_interface] = ACTIONS(814), - [anon_sym_byte] = ACTIONS(814), - [anon_sym_short] = ACTIONS(814), - [anon_sym_int] = ACTIONS(814), - [anon_sym_long] = ACTIONS(814), - [anon_sym_char] = ACTIONS(814), - [anon_sym_float] = ACTIONS(814), - [anon_sym_double] = ACTIONS(814), - [sym_boolean_type] = ACTIONS(814), - [sym_void_type] = ACTIONS(814), - [sym_this] = ACTIONS(814), - [sym_super] = ACTIONS(814), + [ts_builtin_sym_end] = ACTIONS(818), + [sym_identifier] = ACTIONS(820), + [sym_decimal_integer_literal] = ACTIONS(820), + [sym_hex_integer_literal] = ACTIONS(820), + [sym_octal_integer_literal] = ACTIONS(820), + [sym_binary_integer_literal] = ACTIONS(818), + [sym_decimal_floating_point_literal] = ACTIONS(818), + [sym_hex_floating_point_literal] = ACTIONS(820), + [sym_true] = ACTIONS(820), + [sym_false] = ACTIONS(820), + [sym_character_literal] = ACTIONS(818), + [anon_sym_DQUOTE] = ACTIONS(820), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(818), + [sym_null_literal] = ACTIONS(820), + [anon_sym_LPAREN] = ACTIONS(818), + [anon_sym_PLUS] = ACTIONS(820), + [anon_sym_DASH] = ACTIONS(820), + [anon_sym_final] = ACTIONS(820), + [anon_sym_BANG] = ACTIONS(818), + [anon_sym_TILDE] = ACTIONS(818), + [anon_sym_PLUS_PLUS] = ACTIONS(818), + [anon_sym_DASH_DASH] = ACTIONS(818), + [anon_sym_new] = ACTIONS(820), + [anon_sym_class] = ACTIONS(820), + [anon_sym_switch] = ACTIONS(820), + [anon_sym_LBRACE] = ACTIONS(818), + [anon_sym_RBRACE] = ACTIONS(818), + [anon_sym_case] = ACTIONS(820), + [anon_sym_default] = ACTIONS(820), + [anon_sym_SEMI] = ACTIONS(818), + [anon_sym_assert] = ACTIONS(820), + [anon_sym_do] = ACTIONS(820), + [anon_sym_while] = ACTIONS(820), + [anon_sym_break] = ACTIONS(820), + [anon_sym_continue] = ACTIONS(820), + [anon_sym_return] = ACTIONS(820), + [anon_sym_yield] = ACTIONS(820), + [anon_sym_synchronized] = ACTIONS(820), + [anon_sym_throw] = ACTIONS(820), + [anon_sym_try] = ACTIONS(820), + [anon_sym_if] = ACTIONS(820), + [anon_sym_else] = ACTIONS(820), + [anon_sym_for] = ACTIONS(820), + [anon_sym_AT] = ACTIONS(820), + [anon_sym_open] = ACTIONS(820), + [anon_sym_module] = ACTIONS(820), + [anon_sym_static] = ACTIONS(820), + [anon_sym_with] = ACTIONS(820), + [anon_sym_package] = ACTIONS(820), + [anon_sym_import] = ACTIONS(820), + [anon_sym_enum] = ACTIONS(820), + [anon_sym_public] = ACTIONS(820), + [anon_sym_protected] = ACTIONS(820), + [anon_sym_private] = ACTIONS(820), + [anon_sym_abstract] = ACTIONS(820), + [anon_sym_strictfp] = ACTIONS(820), + [anon_sym_native] = ACTIONS(820), + [anon_sym_transient] = ACTIONS(820), + [anon_sym_volatile] = ACTIONS(820), + [anon_sym_sealed] = ACTIONS(820), + [anon_sym_non_DASHsealed] = ACTIONS(818), + [anon_sym_record] = ACTIONS(820), + [anon_sym_ATinterface] = ACTIONS(818), + [anon_sym_interface] = ACTIONS(820), + [anon_sym_byte] = ACTIONS(820), + [anon_sym_short] = ACTIONS(820), + [anon_sym_int] = ACTIONS(820), + [anon_sym_long] = ACTIONS(820), + [anon_sym_char] = ACTIONS(820), + [anon_sym_float] = ACTIONS(820), + [anon_sym_double] = ACTIONS(820), + [sym_boolean_type] = ACTIONS(820), + [sym_void_type] = ACTIONS(820), + [sym_this] = ACTIONS(820), + [sym_super] = ACTIONS(820), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, [290] = { - [ts_builtin_sym_end] = ACTIONS(816), - [sym_identifier] = ACTIONS(818), - [sym_decimal_integer_literal] = ACTIONS(818), - [sym_hex_integer_literal] = ACTIONS(818), - [sym_octal_integer_literal] = ACTIONS(818), - [sym_binary_integer_literal] = ACTIONS(816), - [sym_decimal_floating_point_literal] = ACTIONS(816), - [sym_hex_floating_point_literal] = ACTIONS(818), - [sym_true] = ACTIONS(818), - [sym_false] = ACTIONS(818), - [sym_character_literal] = ACTIONS(816), - [anon_sym_DQUOTE] = ACTIONS(818), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(816), - [sym_null_literal] = ACTIONS(818), - [anon_sym_LPAREN] = ACTIONS(816), - [anon_sym_PLUS] = ACTIONS(818), - [anon_sym_DASH] = ACTIONS(818), - [anon_sym_final] = ACTIONS(818), - [anon_sym_BANG] = ACTIONS(816), - [anon_sym_TILDE] = ACTIONS(816), - [anon_sym_PLUS_PLUS] = ACTIONS(816), - [anon_sym_DASH_DASH] = ACTIONS(816), - [anon_sym_new] = ACTIONS(818), - [anon_sym_class] = ACTIONS(818), - [anon_sym_switch] = ACTIONS(818), - [anon_sym_LBRACE] = ACTIONS(816), - [anon_sym_RBRACE] = ACTIONS(816), - [anon_sym_case] = ACTIONS(818), - [anon_sym_default] = ACTIONS(818), - [anon_sym_SEMI] = ACTIONS(816), - [anon_sym_assert] = ACTIONS(818), - [anon_sym_do] = ACTIONS(818), - [anon_sym_while] = ACTIONS(818), - [anon_sym_break] = ACTIONS(818), - [anon_sym_continue] = ACTIONS(818), - [anon_sym_return] = ACTIONS(818), - [anon_sym_yield] = ACTIONS(818), - [anon_sym_synchronized] = ACTIONS(818), - [anon_sym_throw] = ACTIONS(818), - [anon_sym_try] = ACTIONS(818), - [anon_sym_if] = ACTIONS(818), - [anon_sym_else] = ACTIONS(818), - [anon_sym_for] = ACTIONS(818), - [anon_sym_AT] = ACTIONS(818), - [anon_sym_open] = ACTIONS(818), - [anon_sym_module] = ACTIONS(818), - [anon_sym_static] = ACTIONS(818), - [anon_sym_package] = ACTIONS(818), - [anon_sym_import] = ACTIONS(818), - [anon_sym_enum] = ACTIONS(818), - [anon_sym_public] = ACTIONS(818), - [anon_sym_protected] = ACTIONS(818), - [anon_sym_private] = ACTIONS(818), - [anon_sym_abstract] = ACTIONS(818), - [anon_sym_strictfp] = ACTIONS(818), - [anon_sym_native] = ACTIONS(818), - [anon_sym_transient] = ACTIONS(818), - [anon_sym_volatile] = ACTIONS(818), - [anon_sym_sealed] = ACTIONS(818), - [anon_sym_non_DASHsealed] = ACTIONS(816), - [anon_sym_record] = ACTIONS(818), - [anon_sym_ATinterface] = ACTIONS(816), - [anon_sym_interface] = ACTIONS(818), - [anon_sym_byte] = ACTIONS(818), - [anon_sym_short] = ACTIONS(818), - [anon_sym_int] = ACTIONS(818), - [anon_sym_long] = ACTIONS(818), - [anon_sym_char] = ACTIONS(818), - [anon_sym_float] = ACTIONS(818), - [anon_sym_double] = ACTIONS(818), - [sym_boolean_type] = ACTIONS(818), - [sym_void_type] = ACTIONS(818), - [sym_this] = ACTIONS(818), - [sym_super] = ACTIONS(818), - [sym_line_comment] = ACTIONS(3), - [sym_block_comment] = ACTIONS(3), - }, - [291] = { - [ts_builtin_sym_end] = ACTIONS(820), + [sym_switch_label] = STATE(1222), + [aux_sym_switch_block_statement_group_repeat1] = STATE(290), [sym_identifier] = ACTIONS(822), [sym_decimal_integer_literal] = ACTIONS(822), [sym_hex_integer_literal] = ACTIONS(822), [sym_octal_integer_literal] = ACTIONS(822), - [sym_binary_integer_literal] = ACTIONS(820), - [sym_decimal_floating_point_literal] = ACTIONS(820), + [sym_binary_integer_literal] = ACTIONS(824), + [sym_decimal_floating_point_literal] = ACTIONS(824), [sym_hex_floating_point_literal] = ACTIONS(822), [sym_true] = ACTIONS(822), [sym_false] = ACTIONS(822), - [sym_character_literal] = ACTIONS(820), + [sym_character_literal] = ACTIONS(824), [anon_sym_DQUOTE] = ACTIONS(822), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(820), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(824), [sym_null_literal] = ACTIONS(822), - [anon_sym_LPAREN] = ACTIONS(820), + [anon_sym_LPAREN] = ACTIONS(824), [anon_sym_PLUS] = ACTIONS(822), [anon_sym_DASH] = ACTIONS(822), [anon_sym_final] = ACTIONS(822), - [anon_sym_BANG] = ACTIONS(820), - [anon_sym_TILDE] = ACTIONS(820), - [anon_sym_PLUS_PLUS] = ACTIONS(820), - [anon_sym_DASH_DASH] = ACTIONS(820), + [anon_sym_BANG] = ACTIONS(824), + [anon_sym_TILDE] = ACTIONS(824), + [anon_sym_PLUS_PLUS] = ACTIONS(824), + [anon_sym_DASH_DASH] = ACTIONS(824), [anon_sym_new] = ACTIONS(822), [anon_sym_class] = ACTIONS(822), [anon_sym_switch] = ACTIONS(822), - [anon_sym_LBRACE] = ACTIONS(820), - [anon_sym_RBRACE] = ACTIONS(820), - [anon_sym_case] = ACTIONS(822), - [anon_sym_default] = ACTIONS(822), - [anon_sym_SEMI] = ACTIONS(820), + [anon_sym_LBRACE] = ACTIONS(824), + [anon_sym_RBRACE] = ACTIONS(824), + [anon_sym_case] = ACTIONS(826), + [anon_sym_default] = ACTIONS(829), + [anon_sym_SEMI] = ACTIONS(824), [anon_sym_assert] = ACTIONS(822), [anon_sym_do] = ACTIONS(822), [anon_sym_while] = ACTIONS(822), @@ -38693,12 +39084,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_throw] = ACTIONS(822), [anon_sym_try] = ACTIONS(822), [anon_sym_if] = ACTIONS(822), - [anon_sym_else] = ACTIONS(822), [anon_sym_for] = ACTIONS(822), [anon_sym_AT] = ACTIONS(822), [anon_sym_open] = ACTIONS(822), [anon_sym_module] = ACTIONS(822), [anon_sym_static] = ACTIONS(822), + [anon_sym_with] = ACTIONS(822), [anon_sym_package] = ACTIONS(822), [anon_sym_import] = ACTIONS(822), [anon_sym_enum] = ACTIONS(822), @@ -38711,9 +39102,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_transient] = ACTIONS(822), [anon_sym_volatile] = ACTIONS(822), [anon_sym_sealed] = ACTIONS(822), - [anon_sym_non_DASHsealed] = ACTIONS(820), + [anon_sym_non_DASHsealed] = ACTIONS(824), [anon_sym_record] = ACTIONS(822), - [anon_sym_ATinterface] = ACTIONS(820), + [anon_sym_ATinterface] = ACTIONS(824), [anon_sym_interface] = ACTIONS(822), [anon_sym_byte] = ACTIONS(822), [anon_sym_short] = ACTIONS(822), @@ -38729,787 +39120,560 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, + [291] = { + [ts_builtin_sym_end] = ACTIONS(832), + [sym_identifier] = ACTIONS(834), + [sym_decimal_integer_literal] = ACTIONS(834), + [sym_hex_integer_literal] = ACTIONS(834), + [sym_octal_integer_literal] = ACTIONS(834), + [sym_binary_integer_literal] = ACTIONS(832), + [sym_decimal_floating_point_literal] = ACTIONS(832), + [sym_hex_floating_point_literal] = ACTIONS(834), + [sym_true] = ACTIONS(834), + [sym_false] = ACTIONS(834), + [sym_character_literal] = ACTIONS(832), + [anon_sym_DQUOTE] = ACTIONS(834), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(832), + [sym_null_literal] = ACTIONS(834), + [anon_sym_LPAREN] = ACTIONS(832), + [anon_sym_PLUS] = ACTIONS(834), + [anon_sym_DASH] = ACTIONS(834), + [anon_sym_final] = ACTIONS(834), + [anon_sym_BANG] = ACTIONS(832), + [anon_sym_TILDE] = ACTIONS(832), + [anon_sym_PLUS_PLUS] = ACTIONS(832), + [anon_sym_DASH_DASH] = ACTIONS(832), + [anon_sym_new] = ACTIONS(834), + [anon_sym_class] = ACTIONS(834), + [anon_sym_switch] = ACTIONS(834), + [anon_sym_LBRACE] = ACTIONS(832), + [anon_sym_RBRACE] = ACTIONS(832), + [anon_sym_case] = ACTIONS(834), + [anon_sym_default] = ACTIONS(834), + [anon_sym_SEMI] = ACTIONS(832), + [anon_sym_assert] = ACTIONS(834), + [anon_sym_do] = ACTIONS(834), + [anon_sym_while] = ACTIONS(834), + [anon_sym_break] = ACTIONS(834), + [anon_sym_continue] = ACTIONS(834), + [anon_sym_return] = ACTIONS(834), + [anon_sym_yield] = ACTIONS(834), + [anon_sym_synchronized] = ACTIONS(834), + [anon_sym_throw] = ACTIONS(834), + [anon_sym_try] = ACTIONS(834), + [anon_sym_if] = ACTIONS(834), + [anon_sym_else] = ACTIONS(834), + [anon_sym_for] = ACTIONS(834), + [anon_sym_AT] = ACTIONS(834), + [anon_sym_open] = ACTIONS(834), + [anon_sym_module] = ACTIONS(834), + [anon_sym_static] = ACTIONS(834), + [anon_sym_with] = ACTIONS(834), + [anon_sym_package] = ACTIONS(834), + [anon_sym_import] = ACTIONS(834), + [anon_sym_enum] = ACTIONS(834), + [anon_sym_public] = ACTIONS(834), + [anon_sym_protected] = ACTIONS(834), + [anon_sym_private] = ACTIONS(834), + [anon_sym_abstract] = ACTIONS(834), + [anon_sym_strictfp] = ACTIONS(834), + [anon_sym_native] = ACTIONS(834), + [anon_sym_transient] = ACTIONS(834), + [anon_sym_volatile] = ACTIONS(834), + [anon_sym_sealed] = ACTIONS(834), + [anon_sym_non_DASHsealed] = ACTIONS(832), + [anon_sym_record] = ACTIONS(834), + [anon_sym_ATinterface] = ACTIONS(832), + [anon_sym_interface] = ACTIONS(834), + [anon_sym_byte] = ACTIONS(834), + [anon_sym_short] = ACTIONS(834), + [anon_sym_int] = ACTIONS(834), + [anon_sym_long] = ACTIONS(834), + [anon_sym_char] = ACTIONS(834), + [anon_sym_float] = ACTIONS(834), + [anon_sym_double] = ACTIONS(834), + [sym_boolean_type] = ACTIONS(834), + [sym_void_type] = ACTIONS(834), + [sym_this] = ACTIONS(834), + [sym_super] = ACTIONS(834), + [sym_line_comment] = ACTIONS(3), + [sym_block_comment] = ACTIONS(3), + }, [292] = { - [ts_builtin_sym_end] = ACTIONS(824), - [sym_identifier] = ACTIONS(826), - [sym_decimal_integer_literal] = ACTIONS(826), - [sym_hex_integer_literal] = ACTIONS(826), - [sym_octal_integer_literal] = ACTIONS(826), - [sym_binary_integer_literal] = ACTIONS(824), - [sym_decimal_floating_point_literal] = ACTIONS(824), - [sym_hex_floating_point_literal] = ACTIONS(826), - [sym_true] = ACTIONS(826), - [sym_false] = ACTIONS(826), - [sym_character_literal] = ACTIONS(824), - [anon_sym_DQUOTE] = ACTIONS(826), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(824), - [sym_null_literal] = ACTIONS(826), - [anon_sym_LPAREN] = ACTIONS(824), - [anon_sym_PLUS] = ACTIONS(826), - [anon_sym_DASH] = ACTIONS(826), - [anon_sym_final] = ACTIONS(826), - [anon_sym_BANG] = ACTIONS(824), - [anon_sym_TILDE] = ACTIONS(824), - [anon_sym_PLUS_PLUS] = ACTIONS(824), - [anon_sym_DASH_DASH] = ACTIONS(824), - [anon_sym_new] = ACTIONS(826), - [anon_sym_class] = ACTIONS(826), - [anon_sym_switch] = ACTIONS(826), - [anon_sym_LBRACE] = ACTIONS(824), - [anon_sym_RBRACE] = ACTIONS(824), - [anon_sym_case] = ACTIONS(826), - [anon_sym_default] = ACTIONS(826), - [anon_sym_SEMI] = ACTIONS(824), - [anon_sym_assert] = ACTIONS(826), - [anon_sym_do] = ACTIONS(826), - [anon_sym_while] = ACTIONS(826), - [anon_sym_break] = ACTIONS(826), - [anon_sym_continue] = ACTIONS(826), - [anon_sym_return] = ACTIONS(826), - [anon_sym_yield] = ACTIONS(826), - [anon_sym_synchronized] = ACTIONS(826), - [anon_sym_throw] = ACTIONS(826), - [anon_sym_try] = ACTIONS(826), - [anon_sym_if] = ACTIONS(826), - [anon_sym_else] = ACTIONS(826), - [anon_sym_for] = ACTIONS(826), - [anon_sym_AT] = ACTIONS(826), - [anon_sym_open] = ACTIONS(826), - [anon_sym_module] = ACTIONS(826), - [anon_sym_static] = ACTIONS(826), - [anon_sym_package] = ACTIONS(826), - [anon_sym_import] = ACTIONS(826), - [anon_sym_enum] = ACTIONS(826), - [anon_sym_public] = ACTIONS(826), - [anon_sym_protected] = ACTIONS(826), - [anon_sym_private] = ACTIONS(826), - [anon_sym_abstract] = ACTIONS(826), - [anon_sym_strictfp] = ACTIONS(826), - [anon_sym_native] = ACTIONS(826), - [anon_sym_transient] = ACTIONS(826), - [anon_sym_volatile] = ACTIONS(826), - [anon_sym_sealed] = ACTIONS(826), - [anon_sym_non_DASHsealed] = ACTIONS(824), - [anon_sym_record] = ACTIONS(826), - [anon_sym_ATinterface] = ACTIONS(824), - [anon_sym_interface] = ACTIONS(826), - [anon_sym_byte] = ACTIONS(826), - [anon_sym_short] = ACTIONS(826), - [anon_sym_int] = ACTIONS(826), - [anon_sym_long] = ACTIONS(826), - [anon_sym_char] = ACTIONS(826), - [anon_sym_float] = ACTIONS(826), - [anon_sym_double] = ACTIONS(826), - [sym_boolean_type] = ACTIONS(826), - [sym_void_type] = ACTIONS(826), - [sym_this] = ACTIONS(826), - [sym_super] = ACTIONS(826), + [ts_builtin_sym_end] = ACTIONS(836), + [sym_identifier] = ACTIONS(838), + [sym_decimal_integer_literal] = ACTIONS(838), + [sym_hex_integer_literal] = ACTIONS(838), + [sym_octal_integer_literal] = ACTIONS(838), + [sym_binary_integer_literal] = ACTIONS(836), + [sym_decimal_floating_point_literal] = ACTIONS(836), + [sym_hex_floating_point_literal] = ACTIONS(838), + [sym_true] = ACTIONS(838), + [sym_false] = ACTIONS(838), + [sym_character_literal] = ACTIONS(836), + [anon_sym_DQUOTE] = ACTIONS(838), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(836), + [sym_null_literal] = ACTIONS(838), + [anon_sym_LPAREN] = ACTIONS(836), + [anon_sym_PLUS] = ACTIONS(838), + [anon_sym_DASH] = ACTIONS(838), + [anon_sym_final] = ACTIONS(838), + [anon_sym_BANG] = ACTIONS(836), + [anon_sym_TILDE] = ACTIONS(836), + [anon_sym_PLUS_PLUS] = ACTIONS(836), + [anon_sym_DASH_DASH] = ACTIONS(836), + [anon_sym_new] = ACTIONS(838), + [anon_sym_class] = ACTIONS(838), + [anon_sym_switch] = ACTIONS(838), + [anon_sym_LBRACE] = ACTIONS(836), + [anon_sym_RBRACE] = ACTIONS(836), + [anon_sym_case] = ACTIONS(838), + [anon_sym_default] = ACTIONS(838), + [anon_sym_SEMI] = ACTIONS(836), + [anon_sym_assert] = ACTIONS(838), + [anon_sym_do] = ACTIONS(838), + [anon_sym_while] = ACTIONS(838), + [anon_sym_break] = ACTIONS(838), + [anon_sym_continue] = ACTIONS(838), + [anon_sym_return] = ACTIONS(838), + [anon_sym_yield] = ACTIONS(838), + [anon_sym_synchronized] = ACTIONS(838), + [anon_sym_throw] = ACTIONS(838), + [anon_sym_try] = ACTIONS(838), + [anon_sym_if] = ACTIONS(838), + [anon_sym_else] = ACTIONS(838), + [anon_sym_for] = ACTIONS(838), + [anon_sym_AT] = ACTIONS(838), + [anon_sym_open] = ACTIONS(838), + [anon_sym_module] = ACTIONS(838), + [anon_sym_static] = ACTIONS(838), + [anon_sym_with] = ACTIONS(838), + [anon_sym_package] = ACTIONS(838), + [anon_sym_import] = ACTIONS(838), + [anon_sym_enum] = ACTIONS(838), + [anon_sym_public] = ACTIONS(838), + [anon_sym_protected] = ACTIONS(838), + [anon_sym_private] = ACTIONS(838), + [anon_sym_abstract] = ACTIONS(838), + [anon_sym_strictfp] = ACTIONS(838), + [anon_sym_native] = ACTIONS(838), + [anon_sym_transient] = ACTIONS(838), + [anon_sym_volatile] = ACTIONS(838), + [anon_sym_sealed] = ACTIONS(838), + [anon_sym_non_DASHsealed] = ACTIONS(836), + [anon_sym_record] = ACTIONS(838), + [anon_sym_ATinterface] = ACTIONS(836), + [anon_sym_interface] = ACTIONS(838), + [anon_sym_byte] = ACTIONS(838), + [anon_sym_short] = ACTIONS(838), + [anon_sym_int] = ACTIONS(838), + [anon_sym_long] = ACTIONS(838), + [anon_sym_char] = ACTIONS(838), + [anon_sym_float] = ACTIONS(838), + [anon_sym_double] = ACTIONS(838), + [sym_boolean_type] = ACTIONS(838), + [sym_void_type] = ACTIONS(838), + [sym_this] = ACTIONS(838), + [sym_super] = ACTIONS(838), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, [293] = { - [sym__literal] = STATE(507), - [sym_string_literal] = STATE(510), - [sym__string_literal] = STATE(498), - [sym__multiline_string_literal] = STATE(498), - [sym_primary_expression] = STATE(1073), - [sym_array_creation_expression] = STATE(507), - [sym_parenthesized_expression] = STATE(507), - [sym_class_literal] = STATE(507), - [sym_object_creation_expression] = STATE(507), - [sym__unqualified_object_creation_expression] = STATE(483), - [sym_field_access] = STATE(912), - [sym_array_access] = STATE(507), - [sym_method_invocation] = STATE(507), - [sym_method_reference] = STATE(507), - [sym_resource] = STATE(1127), - [sym__annotation] = STATE(628), - [sym_marker_annotation] = STATE(628), - [sym_annotation] = STATE(628), - [sym_modifiers] = STATE(721), - [sym__type] = STATE(1266), - [sym__unannotated_type] = STATE(742), - [sym_annotated_type] = STATE(797), - [sym_scoped_type_identifier] = STATE(745), - [sym_generic_type] = STATE(771), - [sym_array_type] = STATE(702), - [sym_integral_type] = STATE(702), - [sym_floating_point_type] = STATE(702), - [aux_sym_array_creation_expression_repeat1] = STATE(683), - [aux_sym_modifiers_repeat1] = STATE(563), - [sym_identifier] = ACTIONS(758), - [sym_decimal_integer_literal] = ACTIONS(9), - [sym_hex_integer_literal] = ACTIONS(9), - [sym_octal_integer_literal] = ACTIONS(9), - [sym_binary_integer_literal] = ACTIONS(11), - [sym_decimal_floating_point_literal] = ACTIONS(11), - [sym_hex_floating_point_literal] = ACTIONS(9), - [sym_true] = ACTIONS(9), - [sym_false] = ACTIONS(9), - [sym_character_literal] = ACTIONS(11), - [anon_sym_DQUOTE] = ACTIONS(13), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(15), - [sym_null_literal] = ACTIONS(9), - [anon_sym_LPAREN] = ACTIONS(760), - [anon_sym_RPAREN] = ACTIONS(828), - [anon_sym_final] = ACTIONS(291), - [anon_sym_new] = ACTIONS(764), - [anon_sym_default] = ACTIONS(291), - [anon_sym_synchronized] = ACTIONS(291), - [anon_sym_AT] = ACTIONS(293), - [anon_sym_open] = ACTIONS(766), - [anon_sym_module] = ACTIONS(766), - [anon_sym_static] = ACTIONS(291), - [anon_sym_public] = ACTIONS(291), - [anon_sym_protected] = ACTIONS(291), - [anon_sym_private] = ACTIONS(291), - [anon_sym_abstract] = ACTIONS(291), - [anon_sym_strictfp] = ACTIONS(291), - [anon_sym_native] = ACTIONS(291), - [anon_sym_transient] = ACTIONS(291), - [anon_sym_volatile] = ACTIONS(291), - [anon_sym_sealed] = ACTIONS(291), - [anon_sym_non_DASHsealed] = ACTIONS(297), - [anon_sym_record] = ACTIONS(766), - [anon_sym_byte] = ACTIONS(81), - [anon_sym_short] = ACTIONS(81), - [anon_sym_int] = ACTIONS(81), - [anon_sym_long] = ACTIONS(81), - [anon_sym_char] = ACTIONS(81), - [anon_sym_float] = ACTIONS(83), - [anon_sym_double] = ACTIONS(83), - [sym_boolean_type] = ACTIONS(85), - [sym_void_type] = ACTIONS(85), - [sym_this] = ACTIONS(87), - [sym_super] = ACTIONS(89), + [ts_builtin_sym_end] = ACTIONS(840), + [sym_identifier] = ACTIONS(842), + [sym_decimal_integer_literal] = ACTIONS(842), + [sym_hex_integer_literal] = ACTIONS(842), + [sym_octal_integer_literal] = ACTIONS(842), + [sym_binary_integer_literal] = ACTIONS(840), + [sym_decimal_floating_point_literal] = ACTIONS(840), + [sym_hex_floating_point_literal] = ACTIONS(842), + [sym_true] = ACTIONS(842), + [sym_false] = ACTIONS(842), + [sym_character_literal] = ACTIONS(840), + [anon_sym_DQUOTE] = ACTIONS(842), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(840), + [sym_null_literal] = ACTIONS(842), + [anon_sym_LPAREN] = ACTIONS(840), + [anon_sym_PLUS] = ACTIONS(842), + [anon_sym_DASH] = ACTIONS(842), + [anon_sym_final] = ACTIONS(842), + [anon_sym_BANG] = ACTIONS(840), + [anon_sym_TILDE] = ACTIONS(840), + [anon_sym_PLUS_PLUS] = ACTIONS(840), + [anon_sym_DASH_DASH] = ACTIONS(840), + [anon_sym_new] = ACTIONS(842), + [anon_sym_class] = ACTIONS(842), + [anon_sym_switch] = ACTIONS(842), + [anon_sym_LBRACE] = ACTIONS(840), + [anon_sym_RBRACE] = ACTIONS(840), + [anon_sym_case] = ACTIONS(842), + [anon_sym_default] = ACTIONS(842), + [anon_sym_SEMI] = ACTIONS(840), + [anon_sym_assert] = ACTIONS(842), + [anon_sym_do] = ACTIONS(842), + [anon_sym_while] = ACTIONS(842), + [anon_sym_break] = ACTIONS(842), + [anon_sym_continue] = ACTIONS(842), + [anon_sym_return] = ACTIONS(842), + [anon_sym_yield] = ACTIONS(842), + [anon_sym_synchronized] = ACTIONS(842), + [anon_sym_throw] = ACTIONS(842), + [anon_sym_try] = ACTIONS(842), + [anon_sym_if] = ACTIONS(842), + [anon_sym_else] = ACTIONS(842), + [anon_sym_for] = ACTIONS(842), + [anon_sym_AT] = ACTIONS(842), + [anon_sym_open] = ACTIONS(842), + [anon_sym_module] = ACTIONS(842), + [anon_sym_static] = ACTIONS(842), + [anon_sym_with] = ACTIONS(842), + [anon_sym_package] = ACTIONS(842), + [anon_sym_import] = ACTIONS(842), + [anon_sym_enum] = ACTIONS(842), + [anon_sym_public] = ACTIONS(842), + [anon_sym_protected] = ACTIONS(842), + [anon_sym_private] = ACTIONS(842), + [anon_sym_abstract] = ACTIONS(842), + [anon_sym_strictfp] = ACTIONS(842), + [anon_sym_native] = ACTIONS(842), + [anon_sym_transient] = ACTIONS(842), + [anon_sym_volatile] = ACTIONS(842), + [anon_sym_sealed] = ACTIONS(842), + [anon_sym_non_DASHsealed] = ACTIONS(840), + [anon_sym_record] = ACTIONS(842), + [anon_sym_ATinterface] = ACTIONS(840), + [anon_sym_interface] = ACTIONS(842), + [anon_sym_byte] = ACTIONS(842), + [anon_sym_short] = ACTIONS(842), + [anon_sym_int] = ACTIONS(842), + [anon_sym_long] = ACTIONS(842), + [anon_sym_char] = ACTIONS(842), + [anon_sym_float] = ACTIONS(842), + [anon_sym_double] = ACTIONS(842), + [sym_boolean_type] = ACTIONS(842), + [sym_void_type] = ACTIONS(842), + [sym_this] = ACTIONS(842), + [sym_super] = ACTIONS(842), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, [294] = { - [ts_builtin_sym_end] = ACTIONS(830), - [sym_identifier] = ACTIONS(832), - [sym_decimal_integer_literal] = ACTIONS(832), - [sym_hex_integer_literal] = ACTIONS(832), - [sym_octal_integer_literal] = ACTIONS(832), - [sym_binary_integer_literal] = ACTIONS(830), - [sym_decimal_floating_point_literal] = ACTIONS(830), - [sym_hex_floating_point_literal] = ACTIONS(832), - [sym_true] = ACTIONS(832), - [sym_false] = ACTIONS(832), - [sym_character_literal] = ACTIONS(830), - [anon_sym_DQUOTE] = ACTIONS(832), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(830), - [sym_null_literal] = ACTIONS(832), - [anon_sym_LPAREN] = ACTIONS(830), - [anon_sym_PLUS] = ACTIONS(832), - [anon_sym_DASH] = ACTIONS(832), - [anon_sym_final] = ACTIONS(832), - [anon_sym_BANG] = ACTIONS(830), - [anon_sym_TILDE] = ACTIONS(830), - [anon_sym_PLUS_PLUS] = ACTIONS(830), - [anon_sym_DASH_DASH] = ACTIONS(830), - [anon_sym_new] = ACTIONS(832), - [anon_sym_class] = ACTIONS(832), - [anon_sym_switch] = ACTIONS(832), - [anon_sym_LBRACE] = ACTIONS(830), - [anon_sym_RBRACE] = ACTIONS(830), - [anon_sym_case] = ACTIONS(832), - [anon_sym_default] = ACTIONS(832), - [anon_sym_SEMI] = ACTIONS(830), - [anon_sym_assert] = ACTIONS(832), - [anon_sym_do] = ACTIONS(832), - [anon_sym_while] = ACTIONS(832), - [anon_sym_break] = ACTIONS(832), - [anon_sym_continue] = ACTIONS(832), - [anon_sym_return] = ACTIONS(832), - [anon_sym_yield] = ACTIONS(832), - [anon_sym_synchronized] = ACTIONS(832), - [anon_sym_throw] = ACTIONS(832), - [anon_sym_try] = ACTIONS(832), - [anon_sym_if] = ACTIONS(832), - [anon_sym_else] = ACTIONS(832), - [anon_sym_for] = ACTIONS(832), - [anon_sym_AT] = ACTIONS(832), - [anon_sym_open] = ACTIONS(832), - [anon_sym_module] = ACTIONS(832), - [anon_sym_static] = ACTIONS(832), - [anon_sym_package] = ACTIONS(832), - [anon_sym_import] = ACTIONS(832), - [anon_sym_enum] = ACTIONS(832), - [anon_sym_public] = ACTIONS(832), - [anon_sym_protected] = ACTIONS(832), - [anon_sym_private] = ACTIONS(832), - [anon_sym_abstract] = ACTIONS(832), - [anon_sym_strictfp] = ACTIONS(832), - [anon_sym_native] = ACTIONS(832), - [anon_sym_transient] = ACTIONS(832), - [anon_sym_volatile] = ACTIONS(832), - [anon_sym_sealed] = ACTIONS(832), - [anon_sym_non_DASHsealed] = ACTIONS(830), - [anon_sym_record] = ACTIONS(832), - [anon_sym_ATinterface] = ACTIONS(830), - [anon_sym_interface] = ACTIONS(832), - [anon_sym_byte] = ACTIONS(832), - [anon_sym_short] = ACTIONS(832), - [anon_sym_int] = ACTIONS(832), - [anon_sym_long] = ACTIONS(832), - [anon_sym_char] = ACTIONS(832), - [anon_sym_float] = ACTIONS(832), - [anon_sym_double] = ACTIONS(832), - [sym_boolean_type] = ACTIONS(832), - [sym_void_type] = ACTIONS(832), - [sym_this] = ACTIONS(832), - [sym_super] = ACTIONS(832), + [ts_builtin_sym_end] = ACTIONS(844), + [sym_identifier] = ACTIONS(846), + [sym_decimal_integer_literal] = ACTIONS(846), + [sym_hex_integer_literal] = ACTIONS(846), + [sym_octal_integer_literal] = ACTIONS(846), + [sym_binary_integer_literal] = ACTIONS(844), + [sym_decimal_floating_point_literal] = ACTIONS(844), + [sym_hex_floating_point_literal] = ACTIONS(846), + [sym_true] = ACTIONS(846), + [sym_false] = ACTIONS(846), + [sym_character_literal] = ACTIONS(844), + [anon_sym_DQUOTE] = ACTIONS(846), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(844), + [sym_null_literal] = ACTIONS(846), + [anon_sym_LPAREN] = ACTIONS(844), + [anon_sym_PLUS] = ACTIONS(846), + [anon_sym_DASH] = ACTIONS(846), + [anon_sym_final] = ACTIONS(846), + [anon_sym_BANG] = ACTIONS(844), + [anon_sym_TILDE] = ACTIONS(844), + [anon_sym_PLUS_PLUS] = ACTIONS(844), + [anon_sym_DASH_DASH] = ACTIONS(844), + [anon_sym_new] = ACTIONS(846), + [anon_sym_class] = ACTIONS(846), + [anon_sym_switch] = ACTIONS(846), + [anon_sym_LBRACE] = ACTIONS(844), + [anon_sym_RBRACE] = ACTIONS(844), + [anon_sym_case] = ACTIONS(846), + [anon_sym_default] = ACTIONS(846), + [anon_sym_SEMI] = ACTIONS(844), + [anon_sym_assert] = ACTIONS(846), + [anon_sym_do] = ACTIONS(846), + [anon_sym_while] = ACTIONS(846), + [anon_sym_break] = ACTIONS(846), + [anon_sym_continue] = ACTIONS(846), + [anon_sym_return] = ACTIONS(846), + [anon_sym_yield] = ACTIONS(846), + [anon_sym_synchronized] = ACTIONS(846), + [anon_sym_throw] = ACTIONS(846), + [anon_sym_try] = ACTIONS(846), + [anon_sym_if] = ACTIONS(846), + [anon_sym_else] = ACTIONS(846), + [anon_sym_for] = ACTIONS(846), + [anon_sym_AT] = ACTIONS(846), + [anon_sym_open] = ACTIONS(846), + [anon_sym_module] = ACTIONS(846), + [anon_sym_static] = ACTIONS(846), + [anon_sym_with] = ACTIONS(846), + [anon_sym_package] = ACTIONS(846), + [anon_sym_import] = ACTIONS(846), + [anon_sym_enum] = ACTIONS(846), + [anon_sym_public] = ACTIONS(846), + [anon_sym_protected] = ACTIONS(846), + [anon_sym_private] = ACTIONS(846), + [anon_sym_abstract] = ACTIONS(846), + [anon_sym_strictfp] = ACTIONS(846), + [anon_sym_native] = ACTIONS(846), + [anon_sym_transient] = ACTIONS(846), + [anon_sym_volatile] = ACTIONS(846), + [anon_sym_sealed] = ACTIONS(846), + [anon_sym_non_DASHsealed] = ACTIONS(844), + [anon_sym_record] = ACTIONS(846), + [anon_sym_ATinterface] = ACTIONS(844), + [anon_sym_interface] = ACTIONS(846), + [anon_sym_byte] = ACTIONS(846), + [anon_sym_short] = ACTIONS(846), + [anon_sym_int] = ACTIONS(846), + [anon_sym_long] = ACTIONS(846), + [anon_sym_char] = ACTIONS(846), + [anon_sym_float] = ACTIONS(846), + [anon_sym_double] = ACTIONS(846), + [sym_boolean_type] = ACTIONS(846), + [sym_void_type] = ACTIONS(846), + [sym_this] = ACTIONS(846), + [sym_super] = ACTIONS(846), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, [295] = { - [ts_builtin_sym_end] = ACTIONS(834), - [sym_identifier] = ACTIONS(836), - [sym_decimal_integer_literal] = ACTIONS(836), - [sym_hex_integer_literal] = ACTIONS(836), - [sym_octal_integer_literal] = ACTIONS(836), - [sym_binary_integer_literal] = ACTIONS(834), - [sym_decimal_floating_point_literal] = ACTIONS(834), - [sym_hex_floating_point_literal] = ACTIONS(836), - [sym_true] = ACTIONS(836), - [sym_false] = ACTIONS(836), - [sym_character_literal] = ACTIONS(834), - [anon_sym_DQUOTE] = ACTIONS(836), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(834), - [sym_null_literal] = ACTIONS(836), - [anon_sym_LPAREN] = ACTIONS(834), - [anon_sym_PLUS] = ACTIONS(836), - [anon_sym_DASH] = ACTIONS(836), - [anon_sym_final] = ACTIONS(836), - [anon_sym_BANG] = ACTIONS(834), - [anon_sym_TILDE] = ACTIONS(834), - [anon_sym_PLUS_PLUS] = ACTIONS(834), - [anon_sym_DASH_DASH] = ACTIONS(834), - [anon_sym_new] = ACTIONS(836), - [anon_sym_class] = ACTIONS(836), - [anon_sym_switch] = ACTIONS(836), - [anon_sym_LBRACE] = ACTIONS(834), - [anon_sym_RBRACE] = ACTIONS(834), - [anon_sym_case] = ACTIONS(836), - [anon_sym_default] = ACTIONS(836), - [anon_sym_SEMI] = ACTIONS(834), - [anon_sym_assert] = ACTIONS(836), - [anon_sym_do] = ACTIONS(836), - [anon_sym_while] = ACTIONS(836), - [anon_sym_break] = ACTIONS(836), - [anon_sym_continue] = ACTIONS(836), - [anon_sym_return] = ACTIONS(836), - [anon_sym_yield] = ACTIONS(836), - [anon_sym_synchronized] = ACTIONS(836), - [anon_sym_throw] = ACTIONS(836), - [anon_sym_try] = ACTIONS(836), - [anon_sym_if] = ACTIONS(836), - [anon_sym_else] = ACTIONS(836), - [anon_sym_for] = ACTIONS(836), - [anon_sym_AT] = ACTIONS(836), - [anon_sym_open] = ACTIONS(836), - [anon_sym_module] = ACTIONS(836), - [anon_sym_static] = ACTIONS(836), - [anon_sym_package] = ACTIONS(836), - [anon_sym_import] = ACTIONS(836), - [anon_sym_enum] = ACTIONS(836), - [anon_sym_public] = ACTIONS(836), - [anon_sym_protected] = ACTIONS(836), - [anon_sym_private] = ACTIONS(836), - [anon_sym_abstract] = ACTIONS(836), - [anon_sym_strictfp] = ACTIONS(836), - [anon_sym_native] = ACTIONS(836), - [anon_sym_transient] = ACTIONS(836), - [anon_sym_volatile] = ACTIONS(836), - [anon_sym_sealed] = ACTIONS(836), - [anon_sym_non_DASHsealed] = ACTIONS(834), - [anon_sym_record] = ACTIONS(836), - [anon_sym_ATinterface] = ACTIONS(834), - [anon_sym_interface] = ACTIONS(836), - [anon_sym_byte] = ACTIONS(836), - [anon_sym_short] = ACTIONS(836), - [anon_sym_int] = ACTIONS(836), - [anon_sym_long] = ACTIONS(836), - [anon_sym_char] = ACTIONS(836), - [anon_sym_float] = ACTIONS(836), - [anon_sym_double] = ACTIONS(836), - [sym_boolean_type] = ACTIONS(836), - [sym_void_type] = ACTIONS(836), - [sym_this] = ACTIONS(836), - [sym_super] = ACTIONS(836), + [ts_builtin_sym_end] = ACTIONS(848), + [sym_identifier] = ACTIONS(850), + [sym_decimal_integer_literal] = ACTIONS(850), + [sym_hex_integer_literal] = ACTIONS(850), + [sym_octal_integer_literal] = ACTIONS(850), + [sym_binary_integer_literal] = ACTIONS(848), + [sym_decimal_floating_point_literal] = ACTIONS(848), + [sym_hex_floating_point_literal] = ACTIONS(850), + [sym_true] = ACTIONS(850), + [sym_false] = ACTIONS(850), + [sym_character_literal] = ACTIONS(848), + [anon_sym_DQUOTE] = ACTIONS(850), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(848), + [sym_null_literal] = ACTIONS(850), + [anon_sym_LPAREN] = ACTIONS(848), + [anon_sym_PLUS] = ACTIONS(850), + [anon_sym_DASH] = ACTIONS(850), + [anon_sym_final] = ACTIONS(850), + [anon_sym_BANG] = ACTIONS(848), + [anon_sym_TILDE] = ACTIONS(848), + [anon_sym_PLUS_PLUS] = ACTIONS(848), + [anon_sym_DASH_DASH] = ACTIONS(848), + [anon_sym_new] = ACTIONS(850), + [anon_sym_class] = ACTIONS(850), + [anon_sym_switch] = ACTIONS(850), + [anon_sym_LBRACE] = ACTIONS(848), + [anon_sym_RBRACE] = ACTIONS(848), + [anon_sym_case] = ACTIONS(850), + [anon_sym_default] = ACTIONS(850), + [anon_sym_SEMI] = ACTIONS(848), + [anon_sym_assert] = ACTIONS(850), + [anon_sym_do] = ACTIONS(850), + [anon_sym_while] = ACTIONS(850), + [anon_sym_break] = ACTIONS(850), + [anon_sym_continue] = ACTIONS(850), + [anon_sym_return] = ACTIONS(850), + [anon_sym_yield] = ACTIONS(850), + [anon_sym_synchronized] = ACTIONS(850), + [anon_sym_throw] = ACTIONS(850), + [anon_sym_try] = ACTIONS(850), + [anon_sym_if] = ACTIONS(850), + [anon_sym_else] = ACTIONS(850), + [anon_sym_for] = ACTIONS(850), + [anon_sym_AT] = ACTIONS(850), + [anon_sym_open] = ACTIONS(850), + [anon_sym_module] = ACTIONS(850), + [anon_sym_static] = ACTIONS(850), + [anon_sym_with] = ACTIONS(850), + [anon_sym_package] = ACTIONS(850), + [anon_sym_import] = ACTIONS(850), + [anon_sym_enum] = ACTIONS(850), + [anon_sym_public] = ACTIONS(850), + [anon_sym_protected] = ACTIONS(850), + [anon_sym_private] = ACTIONS(850), + [anon_sym_abstract] = ACTIONS(850), + [anon_sym_strictfp] = ACTIONS(850), + [anon_sym_native] = ACTIONS(850), + [anon_sym_transient] = ACTIONS(850), + [anon_sym_volatile] = ACTIONS(850), + [anon_sym_sealed] = ACTIONS(850), + [anon_sym_non_DASHsealed] = ACTIONS(848), + [anon_sym_record] = ACTIONS(850), + [anon_sym_ATinterface] = ACTIONS(848), + [anon_sym_interface] = ACTIONS(850), + [anon_sym_byte] = ACTIONS(850), + [anon_sym_short] = ACTIONS(850), + [anon_sym_int] = ACTIONS(850), + [anon_sym_long] = ACTIONS(850), + [anon_sym_char] = ACTIONS(850), + [anon_sym_float] = ACTIONS(850), + [anon_sym_double] = ACTIONS(850), + [sym_boolean_type] = ACTIONS(850), + [sym_void_type] = ACTIONS(850), + [sym_this] = ACTIONS(850), + [sym_super] = ACTIONS(850), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, [296] = { - [ts_builtin_sym_end] = ACTIONS(838), - [sym_identifier] = ACTIONS(840), - [sym_decimal_integer_literal] = ACTIONS(840), - [sym_hex_integer_literal] = ACTIONS(840), - [sym_octal_integer_literal] = ACTIONS(840), - [sym_binary_integer_literal] = ACTIONS(838), - [sym_decimal_floating_point_literal] = ACTIONS(838), - [sym_hex_floating_point_literal] = ACTIONS(840), - [sym_true] = ACTIONS(840), - [sym_false] = ACTIONS(840), - [sym_character_literal] = ACTIONS(838), - [anon_sym_DQUOTE] = ACTIONS(840), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(838), - [sym_null_literal] = ACTIONS(840), - [anon_sym_LPAREN] = ACTIONS(838), - [anon_sym_PLUS] = ACTIONS(840), - [anon_sym_DASH] = ACTIONS(840), - [anon_sym_final] = ACTIONS(840), - [anon_sym_BANG] = ACTIONS(838), - [anon_sym_TILDE] = ACTIONS(838), - [anon_sym_PLUS_PLUS] = ACTIONS(838), - [anon_sym_DASH_DASH] = ACTIONS(838), - [anon_sym_new] = ACTIONS(840), - [anon_sym_class] = ACTIONS(840), - [anon_sym_switch] = ACTIONS(840), - [anon_sym_LBRACE] = ACTIONS(838), - [anon_sym_RBRACE] = ACTIONS(838), - [anon_sym_case] = ACTIONS(840), - [anon_sym_default] = ACTIONS(840), - [anon_sym_SEMI] = ACTIONS(838), - [anon_sym_assert] = ACTIONS(840), - [anon_sym_do] = ACTIONS(840), - [anon_sym_while] = ACTIONS(840), - [anon_sym_break] = ACTIONS(840), - [anon_sym_continue] = ACTIONS(840), - [anon_sym_return] = ACTIONS(840), - [anon_sym_yield] = ACTIONS(840), - [anon_sym_synchronized] = ACTIONS(840), - [anon_sym_throw] = ACTIONS(840), - [anon_sym_try] = ACTIONS(840), - [anon_sym_if] = ACTIONS(840), - [anon_sym_else] = ACTIONS(840), - [anon_sym_for] = ACTIONS(840), - [anon_sym_AT] = ACTIONS(840), - [anon_sym_open] = ACTIONS(840), - [anon_sym_module] = ACTIONS(840), - [anon_sym_static] = ACTIONS(840), - [anon_sym_package] = ACTIONS(840), - [anon_sym_import] = ACTIONS(840), - [anon_sym_enum] = ACTIONS(840), - [anon_sym_public] = ACTIONS(840), - [anon_sym_protected] = ACTIONS(840), - [anon_sym_private] = ACTIONS(840), - [anon_sym_abstract] = ACTIONS(840), - [anon_sym_strictfp] = ACTIONS(840), - [anon_sym_native] = ACTIONS(840), - [anon_sym_transient] = ACTIONS(840), - [anon_sym_volatile] = ACTIONS(840), - [anon_sym_sealed] = ACTIONS(840), - [anon_sym_non_DASHsealed] = ACTIONS(838), - [anon_sym_record] = ACTIONS(840), - [anon_sym_ATinterface] = ACTIONS(838), - [anon_sym_interface] = ACTIONS(840), - [anon_sym_byte] = ACTIONS(840), - [anon_sym_short] = ACTIONS(840), - [anon_sym_int] = ACTIONS(840), - [anon_sym_long] = ACTIONS(840), - [anon_sym_char] = ACTIONS(840), - [anon_sym_float] = ACTIONS(840), - [anon_sym_double] = ACTIONS(840), - [sym_boolean_type] = ACTIONS(840), - [sym_void_type] = ACTIONS(840), - [sym_this] = ACTIONS(840), - [sym_super] = ACTIONS(840), + [ts_builtin_sym_end] = ACTIONS(852), + [sym_identifier] = ACTIONS(854), + [sym_decimal_integer_literal] = ACTIONS(854), + [sym_hex_integer_literal] = ACTIONS(854), + [sym_octal_integer_literal] = ACTIONS(854), + [sym_binary_integer_literal] = ACTIONS(852), + [sym_decimal_floating_point_literal] = ACTIONS(852), + [sym_hex_floating_point_literal] = ACTIONS(854), + [sym_true] = ACTIONS(854), + [sym_false] = ACTIONS(854), + [sym_character_literal] = ACTIONS(852), + [anon_sym_DQUOTE] = ACTIONS(854), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(852), + [sym_null_literal] = ACTIONS(854), + [anon_sym_LPAREN] = ACTIONS(852), + [anon_sym_PLUS] = ACTIONS(854), + [anon_sym_DASH] = ACTIONS(854), + [anon_sym_final] = ACTIONS(854), + [anon_sym_BANG] = ACTIONS(852), + [anon_sym_TILDE] = ACTIONS(852), + [anon_sym_PLUS_PLUS] = ACTIONS(852), + [anon_sym_DASH_DASH] = ACTIONS(852), + [anon_sym_new] = ACTIONS(854), + [anon_sym_class] = ACTIONS(854), + [anon_sym_switch] = ACTIONS(854), + [anon_sym_LBRACE] = ACTIONS(852), + [anon_sym_RBRACE] = ACTIONS(852), + [anon_sym_case] = ACTIONS(854), + [anon_sym_default] = ACTIONS(854), + [anon_sym_SEMI] = ACTIONS(852), + [anon_sym_assert] = ACTIONS(854), + [anon_sym_do] = ACTIONS(854), + [anon_sym_while] = ACTIONS(854), + [anon_sym_break] = ACTIONS(854), + [anon_sym_continue] = ACTIONS(854), + [anon_sym_return] = ACTIONS(854), + [anon_sym_yield] = ACTIONS(854), + [anon_sym_synchronized] = ACTIONS(854), + [anon_sym_throw] = ACTIONS(854), + [anon_sym_try] = ACTIONS(854), + [anon_sym_if] = ACTIONS(854), + [anon_sym_else] = ACTIONS(854), + [anon_sym_for] = ACTIONS(854), + [anon_sym_AT] = ACTIONS(854), + [anon_sym_open] = ACTIONS(854), + [anon_sym_module] = ACTIONS(854), + [anon_sym_static] = ACTIONS(854), + [anon_sym_with] = ACTIONS(854), + [anon_sym_package] = ACTIONS(854), + [anon_sym_import] = ACTIONS(854), + [anon_sym_enum] = ACTIONS(854), + [anon_sym_public] = ACTIONS(854), + [anon_sym_protected] = ACTIONS(854), + [anon_sym_private] = ACTIONS(854), + [anon_sym_abstract] = ACTIONS(854), + [anon_sym_strictfp] = ACTIONS(854), + [anon_sym_native] = ACTIONS(854), + [anon_sym_transient] = ACTIONS(854), + [anon_sym_volatile] = ACTIONS(854), + [anon_sym_sealed] = ACTIONS(854), + [anon_sym_non_DASHsealed] = ACTIONS(852), + [anon_sym_record] = ACTIONS(854), + [anon_sym_ATinterface] = ACTIONS(852), + [anon_sym_interface] = ACTIONS(854), + [anon_sym_byte] = ACTIONS(854), + [anon_sym_short] = ACTIONS(854), + [anon_sym_int] = ACTIONS(854), + [anon_sym_long] = ACTIONS(854), + [anon_sym_char] = ACTIONS(854), + [anon_sym_float] = ACTIONS(854), + [anon_sym_double] = ACTIONS(854), + [sym_boolean_type] = ACTIONS(854), + [sym_void_type] = ACTIONS(854), + [sym_this] = ACTIONS(854), + [sym_super] = ACTIONS(854), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, [297] = { - [ts_builtin_sym_end] = ACTIONS(842), - [sym_identifier] = ACTIONS(844), - [sym_decimal_integer_literal] = ACTIONS(844), - [sym_hex_integer_literal] = ACTIONS(844), - [sym_octal_integer_literal] = ACTIONS(844), - [sym_binary_integer_literal] = ACTIONS(842), - [sym_decimal_floating_point_literal] = ACTIONS(842), - [sym_hex_floating_point_literal] = ACTIONS(844), - [sym_true] = ACTIONS(844), - [sym_false] = ACTIONS(844), - [sym_character_literal] = ACTIONS(842), - [anon_sym_DQUOTE] = ACTIONS(844), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(842), - [sym_null_literal] = ACTIONS(844), - [anon_sym_LPAREN] = ACTIONS(842), - [anon_sym_PLUS] = ACTIONS(844), - [anon_sym_DASH] = ACTIONS(844), - [anon_sym_final] = ACTIONS(844), - [anon_sym_BANG] = ACTIONS(842), - [anon_sym_TILDE] = ACTIONS(842), - [anon_sym_PLUS_PLUS] = ACTIONS(842), - [anon_sym_DASH_DASH] = ACTIONS(842), - [anon_sym_new] = ACTIONS(844), - [anon_sym_class] = ACTIONS(844), - [anon_sym_switch] = ACTIONS(844), - [anon_sym_LBRACE] = ACTIONS(842), - [anon_sym_RBRACE] = ACTIONS(842), - [anon_sym_case] = ACTIONS(844), - [anon_sym_default] = ACTIONS(844), - [anon_sym_SEMI] = ACTIONS(842), - [anon_sym_assert] = ACTIONS(844), - [anon_sym_do] = ACTIONS(844), - [anon_sym_while] = ACTIONS(844), - [anon_sym_break] = ACTIONS(844), - [anon_sym_continue] = ACTIONS(844), - [anon_sym_return] = ACTIONS(844), - [anon_sym_yield] = ACTIONS(844), - [anon_sym_synchronized] = ACTIONS(844), - [anon_sym_throw] = ACTIONS(844), - [anon_sym_try] = ACTIONS(844), - [anon_sym_if] = ACTIONS(844), - [anon_sym_else] = ACTIONS(844), - [anon_sym_for] = ACTIONS(844), - [anon_sym_AT] = ACTIONS(844), - [anon_sym_open] = ACTIONS(844), - [anon_sym_module] = ACTIONS(844), - [anon_sym_static] = ACTIONS(844), - [anon_sym_package] = ACTIONS(844), - [anon_sym_import] = ACTIONS(844), - [anon_sym_enum] = ACTIONS(844), - [anon_sym_public] = ACTIONS(844), - [anon_sym_protected] = ACTIONS(844), - [anon_sym_private] = ACTIONS(844), - [anon_sym_abstract] = ACTIONS(844), - [anon_sym_strictfp] = ACTIONS(844), - [anon_sym_native] = ACTIONS(844), - [anon_sym_transient] = ACTIONS(844), - [anon_sym_volatile] = ACTIONS(844), - [anon_sym_sealed] = ACTIONS(844), - [anon_sym_non_DASHsealed] = ACTIONS(842), - [anon_sym_record] = ACTIONS(844), - [anon_sym_ATinterface] = ACTIONS(842), - [anon_sym_interface] = ACTIONS(844), - [anon_sym_byte] = ACTIONS(844), - [anon_sym_short] = ACTIONS(844), - [anon_sym_int] = ACTIONS(844), - [anon_sym_long] = ACTIONS(844), - [anon_sym_char] = ACTIONS(844), - [anon_sym_float] = ACTIONS(844), - [anon_sym_double] = ACTIONS(844), - [sym_boolean_type] = ACTIONS(844), - [sym_void_type] = ACTIONS(844), - [sym_this] = ACTIONS(844), - [sym_super] = ACTIONS(844), - [sym_line_comment] = ACTIONS(3), - [sym_block_comment] = ACTIONS(3), - }, - [298] = { - [ts_builtin_sym_end] = ACTIONS(846), - [sym_identifier] = ACTIONS(848), - [sym_decimal_integer_literal] = ACTIONS(848), - [sym_hex_integer_literal] = ACTIONS(848), - [sym_octal_integer_literal] = ACTIONS(848), - [sym_binary_integer_literal] = ACTIONS(846), - [sym_decimal_floating_point_literal] = ACTIONS(846), - [sym_hex_floating_point_literal] = ACTIONS(848), - [sym_true] = ACTIONS(848), - [sym_false] = ACTIONS(848), - [sym_character_literal] = ACTIONS(846), - [anon_sym_DQUOTE] = ACTIONS(848), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(846), - [sym_null_literal] = ACTIONS(848), - [anon_sym_LPAREN] = ACTIONS(846), - [anon_sym_PLUS] = ACTIONS(848), - [anon_sym_DASH] = ACTIONS(848), - [anon_sym_final] = ACTIONS(848), - [anon_sym_BANG] = ACTIONS(846), - [anon_sym_TILDE] = ACTIONS(846), - [anon_sym_PLUS_PLUS] = ACTIONS(846), - [anon_sym_DASH_DASH] = ACTIONS(846), - [anon_sym_new] = ACTIONS(848), - [anon_sym_class] = ACTIONS(848), - [anon_sym_switch] = ACTIONS(848), - [anon_sym_LBRACE] = ACTIONS(846), - [anon_sym_RBRACE] = ACTIONS(846), - [anon_sym_case] = ACTIONS(848), - [anon_sym_default] = ACTIONS(848), - [anon_sym_SEMI] = ACTIONS(846), - [anon_sym_assert] = ACTIONS(848), - [anon_sym_do] = ACTIONS(848), - [anon_sym_while] = ACTIONS(848), - [anon_sym_break] = ACTIONS(848), - [anon_sym_continue] = ACTIONS(848), - [anon_sym_return] = ACTIONS(848), - [anon_sym_yield] = ACTIONS(848), - [anon_sym_synchronized] = ACTIONS(848), - [anon_sym_throw] = ACTIONS(848), - [anon_sym_try] = ACTIONS(848), - [anon_sym_if] = ACTIONS(848), - [anon_sym_else] = ACTIONS(848), - [anon_sym_for] = ACTIONS(848), - [anon_sym_AT] = ACTIONS(848), - [anon_sym_open] = ACTIONS(848), - [anon_sym_module] = ACTIONS(848), - [anon_sym_static] = ACTIONS(848), - [anon_sym_package] = ACTIONS(848), - [anon_sym_import] = ACTIONS(848), - [anon_sym_enum] = ACTIONS(848), - [anon_sym_public] = ACTIONS(848), - [anon_sym_protected] = ACTIONS(848), - [anon_sym_private] = ACTIONS(848), - [anon_sym_abstract] = ACTIONS(848), - [anon_sym_strictfp] = ACTIONS(848), - [anon_sym_native] = ACTIONS(848), - [anon_sym_transient] = ACTIONS(848), - [anon_sym_volatile] = ACTIONS(848), - [anon_sym_sealed] = ACTIONS(848), - [anon_sym_non_DASHsealed] = ACTIONS(846), - [anon_sym_record] = ACTIONS(848), - [anon_sym_ATinterface] = ACTIONS(846), - [anon_sym_interface] = ACTIONS(848), - [anon_sym_byte] = ACTIONS(848), - [anon_sym_short] = ACTIONS(848), - [anon_sym_int] = ACTIONS(848), - [anon_sym_long] = ACTIONS(848), - [anon_sym_char] = ACTIONS(848), - [anon_sym_float] = ACTIONS(848), - [anon_sym_double] = ACTIONS(848), - [sym_boolean_type] = ACTIONS(848), - [sym_void_type] = ACTIONS(848), - [sym_this] = ACTIONS(848), - [sym_super] = ACTIONS(848), - [sym_line_comment] = ACTIONS(3), - [sym_block_comment] = ACTIONS(3), - }, - [299] = { - [ts_builtin_sym_end] = ACTIONS(355), - [sym_identifier] = ACTIONS(357), - [sym_decimal_integer_literal] = ACTIONS(357), - [sym_hex_integer_literal] = ACTIONS(357), - [sym_octal_integer_literal] = ACTIONS(357), - [sym_binary_integer_literal] = ACTIONS(355), - [sym_decimal_floating_point_literal] = ACTIONS(355), - [sym_hex_floating_point_literal] = ACTIONS(357), - [sym_true] = ACTIONS(357), - [sym_false] = ACTIONS(357), - [sym_character_literal] = ACTIONS(355), - [anon_sym_DQUOTE] = ACTIONS(357), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(355), - [sym_null_literal] = ACTIONS(357), - [anon_sym_LPAREN] = ACTIONS(355), - [anon_sym_PLUS] = ACTIONS(357), - [anon_sym_DASH] = ACTIONS(357), - [anon_sym_final] = ACTIONS(357), - [anon_sym_BANG] = ACTIONS(355), - [anon_sym_TILDE] = ACTIONS(355), - [anon_sym_PLUS_PLUS] = ACTIONS(355), - [anon_sym_DASH_DASH] = ACTIONS(355), - [anon_sym_new] = ACTIONS(357), - [anon_sym_class] = ACTIONS(357), - [anon_sym_switch] = ACTIONS(357), - [anon_sym_LBRACE] = ACTIONS(355), - [anon_sym_RBRACE] = ACTIONS(355), - [anon_sym_case] = ACTIONS(357), - [anon_sym_default] = ACTIONS(357), - [anon_sym_SEMI] = ACTIONS(355), - [anon_sym_assert] = ACTIONS(357), - [anon_sym_do] = ACTIONS(357), - [anon_sym_while] = ACTIONS(357), - [anon_sym_break] = ACTIONS(357), - [anon_sym_continue] = ACTIONS(357), - [anon_sym_return] = ACTIONS(357), - [anon_sym_yield] = ACTIONS(357), - [anon_sym_synchronized] = ACTIONS(357), - [anon_sym_throw] = ACTIONS(357), - [anon_sym_try] = ACTIONS(357), - [anon_sym_if] = ACTIONS(357), - [anon_sym_else] = ACTIONS(357), - [anon_sym_for] = ACTIONS(357), - [anon_sym_AT] = ACTIONS(357), - [anon_sym_open] = ACTIONS(357), - [anon_sym_module] = ACTIONS(357), - [anon_sym_static] = ACTIONS(357), - [anon_sym_package] = ACTIONS(357), - [anon_sym_import] = ACTIONS(357), - [anon_sym_enum] = ACTIONS(357), - [anon_sym_public] = ACTIONS(357), - [anon_sym_protected] = ACTIONS(357), - [anon_sym_private] = ACTIONS(357), - [anon_sym_abstract] = ACTIONS(357), - [anon_sym_strictfp] = ACTIONS(357), - [anon_sym_native] = ACTIONS(357), - [anon_sym_transient] = ACTIONS(357), - [anon_sym_volatile] = ACTIONS(357), - [anon_sym_sealed] = ACTIONS(357), - [anon_sym_non_DASHsealed] = ACTIONS(355), - [anon_sym_record] = ACTIONS(357), - [anon_sym_ATinterface] = ACTIONS(355), - [anon_sym_interface] = ACTIONS(357), - [anon_sym_byte] = ACTIONS(357), - [anon_sym_short] = ACTIONS(357), - [anon_sym_int] = ACTIONS(357), - [anon_sym_long] = ACTIONS(357), - [anon_sym_char] = ACTIONS(357), - [anon_sym_float] = ACTIONS(357), - [anon_sym_double] = ACTIONS(357), - [sym_boolean_type] = ACTIONS(357), - [sym_void_type] = ACTIONS(357), - [sym_this] = ACTIONS(357), - [sym_super] = ACTIONS(357), - [sym_line_comment] = ACTIONS(3), - [sym_block_comment] = ACTIONS(3), - }, - [300] = { - [ts_builtin_sym_end] = ACTIONS(850), - [sym_identifier] = ACTIONS(852), - [sym_decimal_integer_literal] = ACTIONS(852), - [sym_hex_integer_literal] = ACTIONS(852), - [sym_octal_integer_literal] = ACTIONS(852), - [sym_binary_integer_literal] = ACTIONS(850), - [sym_decimal_floating_point_literal] = ACTIONS(850), - [sym_hex_floating_point_literal] = ACTIONS(852), - [sym_true] = ACTIONS(852), - [sym_false] = ACTIONS(852), - [sym_character_literal] = ACTIONS(850), - [anon_sym_DQUOTE] = ACTIONS(852), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(850), - [sym_null_literal] = ACTIONS(852), - [anon_sym_LPAREN] = ACTIONS(850), - [anon_sym_PLUS] = ACTIONS(852), - [anon_sym_DASH] = ACTIONS(852), - [anon_sym_final] = ACTIONS(852), - [anon_sym_BANG] = ACTIONS(850), - [anon_sym_TILDE] = ACTIONS(850), - [anon_sym_PLUS_PLUS] = ACTIONS(850), - [anon_sym_DASH_DASH] = ACTIONS(850), - [anon_sym_new] = ACTIONS(852), - [anon_sym_class] = ACTIONS(852), - [anon_sym_switch] = ACTIONS(852), - [anon_sym_LBRACE] = ACTIONS(850), - [anon_sym_RBRACE] = ACTIONS(850), - [anon_sym_case] = ACTIONS(852), - [anon_sym_default] = ACTIONS(852), - [anon_sym_SEMI] = ACTIONS(850), - [anon_sym_assert] = ACTIONS(852), - [anon_sym_do] = ACTIONS(852), - [anon_sym_while] = ACTIONS(852), - [anon_sym_break] = ACTIONS(852), - [anon_sym_continue] = ACTIONS(852), - [anon_sym_return] = ACTIONS(852), - [anon_sym_yield] = ACTIONS(852), - [anon_sym_synchronized] = ACTIONS(852), - [anon_sym_throw] = ACTIONS(852), - [anon_sym_try] = ACTIONS(852), - [anon_sym_if] = ACTIONS(852), - [anon_sym_else] = ACTIONS(852), - [anon_sym_for] = ACTIONS(852), - [anon_sym_AT] = ACTIONS(852), - [anon_sym_open] = ACTIONS(852), - [anon_sym_module] = ACTIONS(852), - [anon_sym_static] = ACTIONS(852), - [anon_sym_package] = ACTIONS(852), - [anon_sym_import] = ACTIONS(852), - [anon_sym_enum] = ACTIONS(852), - [anon_sym_public] = ACTIONS(852), - [anon_sym_protected] = ACTIONS(852), - [anon_sym_private] = ACTIONS(852), - [anon_sym_abstract] = ACTIONS(852), - [anon_sym_strictfp] = ACTIONS(852), - [anon_sym_native] = ACTIONS(852), - [anon_sym_transient] = ACTIONS(852), - [anon_sym_volatile] = ACTIONS(852), - [anon_sym_sealed] = ACTIONS(852), - [anon_sym_non_DASHsealed] = ACTIONS(850), - [anon_sym_record] = ACTIONS(852), - [anon_sym_ATinterface] = ACTIONS(850), - [anon_sym_interface] = ACTIONS(852), - [anon_sym_byte] = ACTIONS(852), - [anon_sym_short] = ACTIONS(852), - [anon_sym_int] = ACTIONS(852), - [anon_sym_long] = ACTIONS(852), - [anon_sym_char] = ACTIONS(852), - [anon_sym_float] = ACTIONS(852), - [anon_sym_double] = ACTIONS(852), - [sym_boolean_type] = ACTIONS(852), - [sym_void_type] = ACTIONS(852), - [sym_this] = ACTIONS(852), - [sym_super] = ACTIONS(852), - [sym_line_comment] = ACTIONS(3), - [sym_block_comment] = ACTIONS(3), - }, - [301] = { - [ts_builtin_sym_end] = ACTIONS(854), - [sym_identifier] = ACTIONS(856), - [sym_decimal_integer_literal] = ACTIONS(856), - [sym_hex_integer_literal] = ACTIONS(856), - [sym_octal_integer_literal] = ACTIONS(856), - [sym_binary_integer_literal] = ACTIONS(854), - [sym_decimal_floating_point_literal] = ACTIONS(854), - [sym_hex_floating_point_literal] = ACTIONS(856), - [sym_true] = ACTIONS(856), - [sym_false] = ACTIONS(856), - [sym_character_literal] = ACTIONS(854), - [anon_sym_DQUOTE] = ACTIONS(856), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(854), - [sym_null_literal] = ACTIONS(856), - [anon_sym_LPAREN] = ACTIONS(854), - [anon_sym_PLUS] = ACTIONS(856), - [anon_sym_DASH] = ACTIONS(856), - [anon_sym_final] = ACTIONS(856), - [anon_sym_BANG] = ACTIONS(854), - [anon_sym_TILDE] = ACTIONS(854), - [anon_sym_PLUS_PLUS] = ACTIONS(854), - [anon_sym_DASH_DASH] = ACTIONS(854), - [anon_sym_new] = ACTIONS(856), - [anon_sym_class] = ACTIONS(856), - [anon_sym_switch] = ACTIONS(856), - [anon_sym_LBRACE] = ACTIONS(854), - [anon_sym_RBRACE] = ACTIONS(854), - [anon_sym_case] = ACTIONS(856), - [anon_sym_default] = ACTIONS(856), - [anon_sym_SEMI] = ACTIONS(854), - [anon_sym_assert] = ACTIONS(856), - [anon_sym_do] = ACTIONS(856), - [anon_sym_while] = ACTIONS(856), - [anon_sym_break] = ACTIONS(856), - [anon_sym_continue] = ACTIONS(856), - [anon_sym_return] = ACTIONS(856), - [anon_sym_yield] = ACTIONS(856), - [anon_sym_synchronized] = ACTIONS(856), - [anon_sym_throw] = ACTIONS(856), - [anon_sym_try] = ACTIONS(856), - [anon_sym_if] = ACTIONS(856), + [ts_builtin_sym_end] = ACTIONS(856), + [sym_identifier] = ACTIONS(858), + [sym_decimal_integer_literal] = ACTIONS(858), + [sym_hex_integer_literal] = ACTIONS(858), + [sym_octal_integer_literal] = ACTIONS(858), + [sym_binary_integer_literal] = ACTIONS(856), + [sym_decimal_floating_point_literal] = ACTIONS(856), + [sym_hex_floating_point_literal] = ACTIONS(858), + [sym_true] = ACTIONS(858), + [sym_false] = ACTIONS(858), + [sym_character_literal] = ACTIONS(856), + [anon_sym_DQUOTE] = ACTIONS(858), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(856), + [sym_null_literal] = ACTIONS(858), + [anon_sym_LPAREN] = ACTIONS(856), + [anon_sym_PLUS] = ACTIONS(858), + [anon_sym_DASH] = ACTIONS(858), + [anon_sym_final] = ACTIONS(858), + [anon_sym_BANG] = ACTIONS(856), + [anon_sym_TILDE] = ACTIONS(856), + [anon_sym_PLUS_PLUS] = ACTIONS(856), + [anon_sym_DASH_DASH] = ACTIONS(856), + [anon_sym_new] = ACTIONS(858), + [anon_sym_class] = ACTIONS(858), + [anon_sym_switch] = ACTIONS(858), + [anon_sym_LBRACE] = ACTIONS(856), + [anon_sym_RBRACE] = ACTIONS(856), + [anon_sym_case] = ACTIONS(858), + [anon_sym_default] = ACTIONS(858), + [anon_sym_SEMI] = ACTIONS(856), + [anon_sym_assert] = ACTIONS(858), + [anon_sym_do] = ACTIONS(858), + [anon_sym_while] = ACTIONS(858), + [anon_sym_break] = ACTIONS(858), + [anon_sym_continue] = ACTIONS(858), + [anon_sym_return] = ACTIONS(858), + [anon_sym_yield] = ACTIONS(858), + [anon_sym_synchronized] = ACTIONS(858), + [anon_sym_throw] = ACTIONS(858), + [anon_sym_try] = ACTIONS(858), + [anon_sym_if] = ACTIONS(858), [anon_sym_else] = ACTIONS(858), - [anon_sym_for] = ACTIONS(856), - [anon_sym_AT] = ACTIONS(856), - [anon_sym_open] = ACTIONS(856), - [anon_sym_module] = ACTIONS(856), - [anon_sym_static] = ACTIONS(856), - [anon_sym_package] = ACTIONS(856), - [anon_sym_import] = ACTIONS(856), - [anon_sym_enum] = ACTIONS(856), - [anon_sym_public] = ACTIONS(856), - [anon_sym_protected] = ACTIONS(856), - [anon_sym_private] = ACTIONS(856), - [anon_sym_abstract] = ACTIONS(856), - [anon_sym_strictfp] = ACTIONS(856), - [anon_sym_native] = ACTIONS(856), - [anon_sym_transient] = ACTIONS(856), - [anon_sym_volatile] = ACTIONS(856), - [anon_sym_sealed] = ACTIONS(856), - [anon_sym_non_DASHsealed] = ACTIONS(854), - [anon_sym_record] = ACTIONS(856), - [anon_sym_ATinterface] = ACTIONS(854), - [anon_sym_interface] = ACTIONS(856), - [anon_sym_byte] = ACTIONS(856), - [anon_sym_short] = ACTIONS(856), - [anon_sym_int] = ACTIONS(856), - [anon_sym_long] = ACTIONS(856), - [anon_sym_char] = ACTIONS(856), - [anon_sym_float] = ACTIONS(856), - [anon_sym_double] = ACTIONS(856), - [sym_boolean_type] = ACTIONS(856), - [sym_void_type] = ACTIONS(856), - [sym_this] = ACTIONS(856), - [sym_super] = ACTIONS(856), + [anon_sym_for] = ACTIONS(858), + [anon_sym_AT] = ACTIONS(858), + [anon_sym_open] = ACTIONS(858), + [anon_sym_module] = ACTIONS(858), + [anon_sym_static] = ACTIONS(858), + [anon_sym_with] = ACTIONS(858), + [anon_sym_package] = ACTIONS(858), + [anon_sym_import] = ACTIONS(858), + [anon_sym_enum] = ACTIONS(858), + [anon_sym_public] = ACTIONS(858), + [anon_sym_protected] = ACTIONS(858), + [anon_sym_private] = ACTIONS(858), + [anon_sym_abstract] = ACTIONS(858), + [anon_sym_strictfp] = ACTIONS(858), + [anon_sym_native] = ACTIONS(858), + [anon_sym_transient] = ACTIONS(858), + [anon_sym_volatile] = ACTIONS(858), + [anon_sym_sealed] = ACTIONS(858), + [anon_sym_non_DASHsealed] = ACTIONS(856), + [anon_sym_record] = ACTIONS(858), + [anon_sym_ATinterface] = ACTIONS(856), + [anon_sym_interface] = ACTIONS(858), + [anon_sym_byte] = ACTIONS(858), + [anon_sym_short] = ACTIONS(858), + [anon_sym_int] = ACTIONS(858), + [anon_sym_long] = ACTIONS(858), + [anon_sym_char] = ACTIONS(858), + [anon_sym_float] = ACTIONS(858), + [anon_sym_double] = ACTIONS(858), + [sym_boolean_type] = ACTIONS(858), + [sym_void_type] = ACTIONS(858), + [sym_this] = ACTIONS(858), + [sym_super] = ACTIONS(858), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, - [302] = { + [298] = { [ts_builtin_sym_end] = ACTIONS(860), [sym_identifier] = ACTIONS(862), [sym_decimal_integer_literal] = ACTIONS(862), @@ -39557,6 +39721,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_open] = ACTIONS(862), [anon_sym_module] = ACTIONS(862), [anon_sym_static] = ACTIONS(862), + [anon_sym_with] = ACTIONS(862), [anon_sym_package] = ACTIONS(862), [anon_sym_import] = ACTIONS(862), [anon_sym_enum] = ACTIONS(862), @@ -39587,85 +39752,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, - [303] = { - [ts_builtin_sym_end] = ACTIONS(361), - [sym_identifier] = ACTIONS(363), - [sym_decimal_integer_literal] = ACTIONS(363), - [sym_hex_integer_literal] = ACTIONS(363), - [sym_octal_integer_literal] = ACTIONS(363), - [sym_binary_integer_literal] = ACTIONS(361), - [sym_decimal_floating_point_literal] = ACTIONS(361), - [sym_hex_floating_point_literal] = ACTIONS(363), - [sym_true] = ACTIONS(363), - [sym_false] = ACTIONS(363), - [sym_character_literal] = ACTIONS(361), - [anon_sym_DQUOTE] = ACTIONS(363), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(361), - [sym_null_literal] = ACTIONS(363), - [anon_sym_LPAREN] = ACTIONS(361), - [anon_sym_PLUS] = ACTIONS(363), - [anon_sym_DASH] = ACTIONS(363), - [anon_sym_final] = ACTIONS(363), - [anon_sym_BANG] = ACTIONS(361), - [anon_sym_TILDE] = ACTIONS(361), - [anon_sym_PLUS_PLUS] = ACTIONS(361), - [anon_sym_DASH_DASH] = ACTIONS(361), - [anon_sym_new] = ACTIONS(363), - [anon_sym_class] = ACTIONS(363), - [anon_sym_switch] = ACTIONS(363), - [anon_sym_LBRACE] = ACTIONS(361), - [anon_sym_RBRACE] = ACTIONS(361), - [anon_sym_case] = ACTIONS(363), - [anon_sym_default] = ACTIONS(363), - [anon_sym_SEMI] = ACTIONS(361), - [anon_sym_assert] = ACTIONS(363), - [anon_sym_do] = ACTIONS(363), - [anon_sym_while] = ACTIONS(363), - [anon_sym_break] = ACTIONS(363), - [anon_sym_continue] = ACTIONS(363), - [anon_sym_return] = ACTIONS(363), - [anon_sym_yield] = ACTIONS(363), - [anon_sym_synchronized] = ACTIONS(363), - [anon_sym_throw] = ACTIONS(363), - [anon_sym_try] = ACTIONS(363), - [anon_sym_if] = ACTIONS(363), - [anon_sym_else] = ACTIONS(363), - [anon_sym_for] = ACTIONS(363), - [anon_sym_AT] = ACTIONS(363), - [anon_sym_open] = ACTIONS(363), - [anon_sym_module] = ACTIONS(363), - [anon_sym_static] = ACTIONS(363), - [anon_sym_package] = ACTIONS(363), - [anon_sym_import] = ACTIONS(363), - [anon_sym_enum] = ACTIONS(363), - [anon_sym_public] = ACTIONS(363), - [anon_sym_protected] = ACTIONS(363), - [anon_sym_private] = ACTIONS(363), - [anon_sym_abstract] = ACTIONS(363), - [anon_sym_strictfp] = ACTIONS(363), - [anon_sym_native] = ACTIONS(363), - [anon_sym_transient] = ACTIONS(363), - [anon_sym_volatile] = ACTIONS(363), - [anon_sym_sealed] = ACTIONS(363), - [anon_sym_non_DASHsealed] = ACTIONS(361), - [anon_sym_record] = ACTIONS(363), - [anon_sym_ATinterface] = ACTIONS(361), - [anon_sym_interface] = ACTIONS(363), - [anon_sym_byte] = ACTIONS(363), - [anon_sym_short] = ACTIONS(363), - [anon_sym_int] = ACTIONS(363), - [anon_sym_long] = ACTIONS(363), - [anon_sym_char] = ACTIONS(363), - [anon_sym_float] = ACTIONS(363), - [anon_sym_double] = ACTIONS(363), - [sym_boolean_type] = ACTIONS(363), - [sym_void_type] = ACTIONS(363), - [sym_this] = ACTIONS(363), - [sym_super] = ACTIONS(363), - [sym_line_comment] = ACTIONS(3), - [sym_block_comment] = ACTIONS(3), - }, - [304] = { + [299] = { [ts_builtin_sym_end] = ACTIONS(864), [sym_identifier] = ACTIONS(866), [sym_decimal_integer_literal] = ACTIONS(866), @@ -39713,6 +39800,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_open] = ACTIONS(866), [anon_sym_module] = ACTIONS(866), [anon_sym_static] = ACTIONS(866), + [anon_sym_with] = ACTIONS(866), [anon_sym_package] = ACTIONS(866), [anon_sym_import] = ACTIONS(866), [anon_sym_enum] = ACTIONS(866), @@ -39743,7 +39831,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, - [305] = { + [300] = { [ts_builtin_sym_end] = ACTIONS(868), [sym_identifier] = ACTIONS(870), [sym_decimal_integer_literal] = ACTIONS(870), @@ -39791,6 +39879,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_open] = ACTIONS(870), [anon_sym_module] = ACTIONS(870), [anon_sym_static] = ACTIONS(870), + [anon_sym_with] = ACTIONS(870), [anon_sym_package] = ACTIONS(870), [anon_sym_import] = ACTIONS(870), [anon_sym_enum] = ACTIONS(870), @@ -39821,7 +39910,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, - [306] = { + [301] = { [ts_builtin_sym_end] = ACTIONS(872), [sym_identifier] = ACTIONS(874), [sym_decimal_integer_literal] = ACTIONS(874), @@ -39869,6 +39958,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_open] = ACTIONS(874), [anon_sym_module] = ACTIONS(874), [anon_sym_static] = ACTIONS(874), + [anon_sym_with] = ACTIONS(874), [anon_sym_package] = ACTIONS(874), [anon_sym_import] = ACTIONS(874), [anon_sym_enum] = ACTIONS(874), @@ -39899,7 +39989,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, - [307] = { + [302] = { [ts_builtin_sym_end] = ACTIONS(876), [sym_identifier] = ACTIONS(878), [sym_decimal_integer_literal] = ACTIONS(878), @@ -39947,6 +40037,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_open] = ACTIONS(878), [anon_sym_module] = ACTIONS(878), [anon_sym_static] = ACTIONS(878), + [anon_sym_with] = ACTIONS(878), [anon_sym_package] = ACTIONS(878), [anon_sym_import] = ACTIONS(878), [anon_sym_enum] = ACTIONS(878), @@ -39977,7 +40068,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, - [308] = { + [303] = { [ts_builtin_sym_end] = ACTIONS(880), [sym_identifier] = ACTIONS(882), [sym_decimal_integer_literal] = ACTIONS(882), @@ -40019,12 +40110,13 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_throw] = ACTIONS(882), [anon_sym_try] = ACTIONS(882), [anon_sym_if] = ACTIONS(882), - [anon_sym_else] = ACTIONS(882), + [anon_sym_else] = ACTIONS(884), [anon_sym_for] = ACTIONS(882), [anon_sym_AT] = ACTIONS(882), [anon_sym_open] = ACTIONS(882), [anon_sym_module] = ACTIONS(882), [anon_sym_static] = ACTIONS(882), + [anon_sym_with] = ACTIONS(882), [anon_sym_package] = ACTIONS(882), [anon_sym_import] = ACTIONS(882), [anon_sym_enum] = ACTIONS(882), @@ -40055,2611 +40147,2877 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, + [304] = { + [ts_builtin_sym_end] = ACTIONS(411), + [sym_identifier] = ACTIONS(413), + [sym_decimal_integer_literal] = ACTIONS(413), + [sym_hex_integer_literal] = ACTIONS(413), + [sym_octal_integer_literal] = ACTIONS(413), + [sym_binary_integer_literal] = ACTIONS(411), + [sym_decimal_floating_point_literal] = ACTIONS(411), + [sym_hex_floating_point_literal] = ACTIONS(413), + [sym_true] = ACTIONS(413), + [sym_false] = ACTIONS(413), + [sym_character_literal] = ACTIONS(411), + [anon_sym_DQUOTE] = ACTIONS(413), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(411), + [sym_null_literal] = ACTIONS(413), + [anon_sym_LPAREN] = ACTIONS(411), + [anon_sym_PLUS] = ACTIONS(413), + [anon_sym_DASH] = ACTIONS(413), + [anon_sym_final] = ACTIONS(413), + [anon_sym_BANG] = ACTIONS(411), + [anon_sym_TILDE] = ACTIONS(411), + [anon_sym_PLUS_PLUS] = ACTIONS(411), + [anon_sym_DASH_DASH] = ACTIONS(411), + [anon_sym_new] = ACTIONS(413), + [anon_sym_class] = ACTIONS(413), + [anon_sym_switch] = ACTIONS(413), + [anon_sym_LBRACE] = ACTIONS(411), + [anon_sym_RBRACE] = ACTIONS(411), + [anon_sym_case] = ACTIONS(413), + [anon_sym_default] = ACTIONS(413), + [anon_sym_SEMI] = ACTIONS(411), + [anon_sym_assert] = ACTIONS(413), + [anon_sym_do] = ACTIONS(413), + [anon_sym_while] = ACTIONS(413), + [anon_sym_break] = ACTIONS(413), + [anon_sym_continue] = ACTIONS(413), + [anon_sym_return] = ACTIONS(413), + [anon_sym_yield] = ACTIONS(413), + [anon_sym_synchronized] = ACTIONS(413), + [anon_sym_throw] = ACTIONS(413), + [anon_sym_try] = ACTIONS(413), + [anon_sym_if] = ACTIONS(413), + [anon_sym_else] = ACTIONS(413), + [anon_sym_for] = ACTIONS(413), + [anon_sym_AT] = ACTIONS(413), + [anon_sym_open] = ACTIONS(413), + [anon_sym_module] = ACTIONS(413), + [anon_sym_static] = ACTIONS(413), + [anon_sym_with] = ACTIONS(413), + [anon_sym_package] = ACTIONS(413), + [anon_sym_import] = ACTIONS(413), + [anon_sym_enum] = ACTIONS(413), + [anon_sym_public] = ACTIONS(413), + [anon_sym_protected] = ACTIONS(413), + [anon_sym_private] = ACTIONS(413), + [anon_sym_abstract] = ACTIONS(413), + [anon_sym_strictfp] = ACTIONS(413), + [anon_sym_native] = ACTIONS(413), + [anon_sym_transient] = ACTIONS(413), + [anon_sym_volatile] = ACTIONS(413), + [anon_sym_sealed] = ACTIONS(413), + [anon_sym_non_DASHsealed] = ACTIONS(411), + [anon_sym_record] = ACTIONS(413), + [anon_sym_ATinterface] = ACTIONS(411), + [anon_sym_interface] = ACTIONS(413), + [anon_sym_byte] = ACTIONS(413), + [anon_sym_short] = ACTIONS(413), + [anon_sym_int] = ACTIONS(413), + [anon_sym_long] = ACTIONS(413), + [anon_sym_char] = ACTIONS(413), + [anon_sym_float] = ACTIONS(413), + [anon_sym_double] = ACTIONS(413), + [sym_boolean_type] = ACTIONS(413), + [sym_void_type] = ACTIONS(413), + [sym_this] = ACTIONS(413), + [sym_super] = ACTIONS(413), + [sym_line_comment] = ACTIONS(3), + [sym_block_comment] = ACTIONS(3), + }, + [305] = { + [ts_builtin_sym_end] = ACTIONS(886), + [sym_identifier] = ACTIONS(888), + [sym_decimal_integer_literal] = ACTIONS(888), + [sym_hex_integer_literal] = ACTIONS(888), + [sym_octal_integer_literal] = ACTIONS(888), + [sym_binary_integer_literal] = ACTIONS(886), + [sym_decimal_floating_point_literal] = ACTIONS(886), + [sym_hex_floating_point_literal] = ACTIONS(888), + [sym_true] = ACTIONS(888), + [sym_false] = ACTIONS(888), + [sym_character_literal] = ACTIONS(886), + [anon_sym_DQUOTE] = ACTIONS(888), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(886), + [sym_null_literal] = ACTIONS(888), + [anon_sym_LPAREN] = ACTIONS(886), + [anon_sym_PLUS] = ACTIONS(888), + [anon_sym_DASH] = ACTIONS(888), + [anon_sym_final] = ACTIONS(888), + [anon_sym_BANG] = ACTIONS(886), + [anon_sym_TILDE] = ACTIONS(886), + [anon_sym_PLUS_PLUS] = ACTIONS(886), + [anon_sym_DASH_DASH] = ACTIONS(886), + [anon_sym_new] = ACTIONS(888), + [anon_sym_class] = ACTIONS(888), + [anon_sym_switch] = ACTIONS(888), + [anon_sym_LBRACE] = ACTIONS(886), + [anon_sym_RBRACE] = ACTIONS(886), + [anon_sym_case] = ACTIONS(888), + [anon_sym_default] = ACTIONS(888), + [anon_sym_SEMI] = ACTIONS(886), + [anon_sym_assert] = ACTIONS(888), + [anon_sym_do] = ACTIONS(888), + [anon_sym_while] = ACTIONS(888), + [anon_sym_break] = ACTIONS(888), + [anon_sym_continue] = ACTIONS(888), + [anon_sym_return] = ACTIONS(888), + [anon_sym_yield] = ACTIONS(888), + [anon_sym_synchronized] = ACTIONS(888), + [anon_sym_throw] = ACTIONS(888), + [anon_sym_try] = ACTIONS(888), + [anon_sym_if] = ACTIONS(888), + [anon_sym_else] = ACTIONS(888), + [anon_sym_for] = ACTIONS(888), + [anon_sym_AT] = ACTIONS(888), + [anon_sym_open] = ACTIONS(888), + [anon_sym_module] = ACTIONS(888), + [anon_sym_static] = ACTIONS(888), + [anon_sym_with] = ACTIONS(888), + [anon_sym_package] = ACTIONS(888), + [anon_sym_import] = ACTIONS(888), + [anon_sym_enum] = ACTIONS(888), + [anon_sym_public] = ACTIONS(888), + [anon_sym_protected] = ACTIONS(888), + [anon_sym_private] = ACTIONS(888), + [anon_sym_abstract] = ACTIONS(888), + [anon_sym_strictfp] = ACTIONS(888), + [anon_sym_native] = ACTIONS(888), + [anon_sym_transient] = ACTIONS(888), + [anon_sym_volatile] = ACTIONS(888), + [anon_sym_sealed] = ACTIONS(888), + [anon_sym_non_DASHsealed] = ACTIONS(886), + [anon_sym_record] = ACTIONS(888), + [anon_sym_ATinterface] = ACTIONS(886), + [anon_sym_interface] = ACTIONS(888), + [anon_sym_byte] = ACTIONS(888), + [anon_sym_short] = ACTIONS(888), + [anon_sym_int] = ACTIONS(888), + [anon_sym_long] = ACTIONS(888), + [anon_sym_char] = ACTIONS(888), + [anon_sym_float] = ACTIONS(888), + [anon_sym_double] = ACTIONS(888), + [sym_boolean_type] = ACTIONS(888), + [sym_void_type] = ACTIONS(888), + [sym_this] = ACTIONS(888), + [sym_super] = ACTIONS(888), + [sym_line_comment] = ACTIONS(3), + [sym_block_comment] = ACTIONS(3), + }, + [306] = { + [ts_builtin_sym_end] = ACTIONS(890), + [sym_identifier] = ACTIONS(892), + [sym_decimal_integer_literal] = ACTIONS(892), + [sym_hex_integer_literal] = ACTIONS(892), + [sym_octal_integer_literal] = ACTIONS(892), + [sym_binary_integer_literal] = ACTIONS(890), + [sym_decimal_floating_point_literal] = ACTIONS(890), + [sym_hex_floating_point_literal] = ACTIONS(892), + [sym_true] = ACTIONS(892), + [sym_false] = ACTIONS(892), + [sym_character_literal] = ACTIONS(890), + [anon_sym_DQUOTE] = ACTIONS(892), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(890), + [sym_null_literal] = ACTIONS(892), + [anon_sym_LPAREN] = ACTIONS(890), + [anon_sym_PLUS] = ACTIONS(892), + [anon_sym_DASH] = ACTIONS(892), + [anon_sym_final] = ACTIONS(892), + [anon_sym_BANG] = ACTIONS(890), + [anon_sym_TILDE] = ACTIONS(890), + [anon_sym_PLUS_PLUS] = ACTIONS(890), + [anon_sym_DASH_DASH] = ACTIONS(890), + [anon_sym_new] = ACTIONS(892), + [anon_sym_class] = ACTIONS(892), + [anon_sym_switch] = ACTIONS(892), + [anon_sym_LBRACE] = ACTIONS(890), + [anon_sym_RBRACE] = ACTIONS(890), + [anon_sym_case] = ACTIONS(892), + [anon_sym_default] = ACTIONS(892), + [anon_sym_SEMI] = ACTIONS(890), + [anon_sym_assert] = ACTIONS(892), + [anon_sym_do] = ACTIONS(892), + [anon_sym_while] = ACTIONS(892), + [anon_sym_break] = ACTIONS(892), + [anon_sym_continue] = ACTIONS(892), + [anon_sym_return] = ACTIONS(892), + [anon_sym_yield] = ACTIONS(892), + [anon_sym_synchronized] = ACTIONS(892), + [anon_sym_throw] = ACTIONS(892), + [anon_sym_try] = ACTIONS(892), + [anon_sym_if] = ACTIONS(892), + [anon_sym_else] = ACTIONS(892), + [anon_sym_for] = ACTIONS(892), + [anon_sym_AT] = ACTIONS(892), + [anon_sym_open] = ACTIONS(892), + [anon_sym_module] = ACTIONS(892), + [anon_sym_static] = ACTIONS(892), + [anon_sym_with] = ACTIONS(892), + [anon_sym_package] = ACTIONS(892), + [anon_sym_import] = ACTIONS(892), + [anon_sym_enum] = ACTIONS(892), + [anon_sym_public] = ACTIONS(892), + [anon_sym_protected] = ACTIONS(892), + [anon_sym_private] = ACTIONS(892), + [anon_sym_abstract] = ACTIONS(892), + [anon_sym_strictfp] = ACTIONS(892), + [anon_sym_native] = ACTIONS(892), + [anon_sym_transient] = ACTIONS(892), + [anon_sym_volatile] = ACTIONS(892), + [anon_sym_sealed] = ACTIONS(892), + [anon_sym_non_DASHsealed] = ACTIONS(890), + [anon_sym_record] = ACTIONS(892), + [anon_sym_ATinterface] = ACTIONS(890), + [anon_sym_interface] = ACTIONS(892), + [anon_sym_byte] = ACTIONS(892), + [anon_sym_short] = ACTIONS(892), + [anon_sym_int] = ACTIONS(892), + [anon_sym_long] = ACTIONS(892), + [anon_sym_char] = ACTIONS(892), + [anon_sym_float] = ACTIONS(892), + [anon_sym_double] = ACTIONS(892), + [sym_boolean_type] = ACTIONS(892), + [sym_void_type] = ACTIONS(892), + [sym_this] = ACTIONS(892), + [sym_super] = ACTIONS(892), + [sym_line_comment] = ACTIONS(3), + [sym_block_comment] = ACTIONS(3), + }, + [307] = { + [ts_builtin_sym_end] = ACTIONS(894), + [sym_identifier] = ACTIONS(896), + [sym_decimal_integer_literal] = ACTIONS(896), + [sym_hex_integer_literal] = ACTIONS(896), + [sym_octal_integer_literal] = ACTIONS(896), + [sym_binary_integer_literal] = ACTIONS(894), + [sym_decimal_floating_point_literal] = ACTIONS(894), + [sym_hex_floating_point_literal] = ACTIONS(896), + [sym_true] = ACTIONS(896), + [sym_false] = ACTIONS(896), + [sym_character_literal] = ACTIONS(894), + [anon_sym_DQUOTE] = ACTIONS(896), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(894), + [sym_null_literal] = ACTIONS(896), + [anon_sym_LPAREN] = ACTIONS(894), + [anon_sym_PLUS] = ACTIONS(896), + [anon_sym_DASH] = ACTIONS(896), + [anon_sym_final] = ACTIONS(896), + [anon_sym_BANG] = ACTIONS(894), + [anon_sym_TILDE] = ACTIONS(894), + [anon_sym_PLUS_PLUS] = ACTIONS(894), + [anon_sym_DASH_DASH] = ACTIONS(894), + [anon_sym_new] = ACTIONS(896), + [anon_sym_class] = ACTIONS(896), + [anon_sym_switch] = ACTIONS(896), + [anon_sym_LBRACE] = ACTIONS(894), + [anon_sym_RBRACE] = ACTIONS(894), + [anon_sym_case] = ACTIONS(896), + [anon_sym_default] = ACTIONS(896), + [anon_sym_SEMI] = ACTIONS(894), + [anon_sym_assert] = ACTIONS(896), + [anon_sym_do] = ACTIONS(896), + [anon_sym_while] = ACTIONS(896), + [anon_sym_break] = ACTIONS(896), + [anon_sym_continue] = ACTIONS(896), + [anon_sym_return] = ACTIONS(896), + [anon_sym_yield] = ACTIONS(896), + [anon_sym_synchronized] = ACTIONS(896), + [anon_sym_throw] = ACTIONS(896), + [anon_sym_try] = ACTIONS(896), + [anon_sym_if] = ACTIONS(896), + [anon_sym_else] = ACTIONS(896), + [anon_sym_for] = ACTIONS(896), + [anon_sym_AT] = ACTIONS(896), + [anon_sym_open] = ACTIONS(896), + [anon_sym_module] = ACTIONS(896), + [anon_sym_static] = ACTIONS(896), + [anon_sym_with] = ACTIONS(896), + [anon_sym_package] = ACTIONS(896), + [anon_sym_import] = ACTIONS(896), + [anon_sym_enum] = ACTIONS(896), + [anon_sym_public] = ACTIONS(896), + [anon_sym_protected] = ACTIONS(896), + [anon_sym_private] = ACTIONS(896), + [anon_sym_abstract] = ACTIONS(896), + [anon_sym_strictfp] = ACTIONS(896), + [anon_sym_native] = ACTIONS(896), + [anon_sym_transient] = ACTIONS(896), + [anon_sym_volatile] = ACTIONS(896), + [anon_sym_sealed] = ACTIONS(896), + [anon_sym_non_DASHsealed] = ACTIONS(894), + [anon_sym_record] = ACTIONS(896), + [anon_sym_ATinterface] = ACTIONS(894), + [anon_sym_interface] = ACTIONS(896), + [anon_sym_byte] = ACTIONS(896), + [anon_sym_short] = ACTIONS(896), + [anon_sym_int] = ACTIONS(896), + [anon_sym_long] = ACTIONS(896), + [anon_sym_char] = ACTIONS(896), + [anon_sym_float] = ACTIONS(896), + [anon_sym_double] = ACTIONS(896), + [sym_boolean_type] = ACTIONS(896), + [sym_void_type] = ACTIONS(896), + [sym_this] = ACTIONS(896), + [sym_super] = ACTIONS(896), + [sym_line_comment] = ACTIONS(3), + [sym_block_comment] = ACTIONS(3), + }, + [308] = { + [ts_builtin_sym_end] = ACTIONS(898), + [sym_identifier] = ACTIONS(900), + [sym_decimal_integer_literal] = ACTIONS(900), + [sym_hex_integer_literal] = ACTIONS(900), + [sym_octal_integer_literal] = ACTIONS(900), + [sym_binary_integer_literal] = ACTIONS(898), + [sym_decimal_floating_point_literal] = ACTIONS(898), + [sym_hex_floating_point_literal] = ACTIONS(900), + [sym_true] = ACTIONS(900), + [sym_false] = ACTIONS(900), + [sym_character_literal] = ACTIONS(898), + [anon_sym_DQUOTE] = ACTIONS(900), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(898), + [sym_null_literal] = ACTIONS(900), + [anon_sym_LPAREN] = ACTIONS(898), + [anon_sym_PLUS] = ACTIONS(900), + [anon_sym_DASH] = ACTIONS(900), + [anon_sym_final] = ACTIONS(900), + [anon_sym_BANG] = ACTIONS(898), + [anon_sym_TILDE] = ACTIONS(898), + [anon_sym_PLUS_PLUS] = ACTIONS(898), + [anon_sym_DASH_DASH] = ACTIONS(898), + [anon_sym_new] = ACTIONS(900), + [anon_sym_class] = ACTIONS(900), + [anon_sym_switch] = ACTIONS(900), + [anon_sym_LBRACE] = ACTIONS(898), + [anon_sym_RBRACE] = ACTIONS(898), + [anon_sym_case] = ACTIONS(900), + [anon_sym_default] = ACTIONS(900), + [anon_sym_SEMI] = ACTIONS(898), + [anon_sym_assert] = ACTIONS(900), + [anon_sym_do] = ACTIONS(900), + [anon_sym_while] = ACTIONS(900), + [anon_sym_break] = ACTIONS(900), + [anon_sym_continue] = ACTIONS(900), + [anon_sym_return] = ACTIONS(900), + [anon_sym_yield] = ACTIONS(900), + [anon_sym_synchronized] = ACTIONS(900), + [anon_sym_throw] = ACTIONS(900), + [anon_sym_try] = ACTIONS(900), + [anon_sym_if] = ACTIONS(900), + [anon_sym_else] = ACTIONS(900), + [anon_sym_for] = ACTIONS(900), + [anon_sym_AT] = ACTIONS(900), + [anon_sym_open] = ACTIONS(900), + [anon_sym_module] = ACTIONS(900), + [anon_sym_static] = ACTIONS(900), + [anon_sym_with] = ACTIONS(900), + [anon_sym_package] = ACTIONS(900), + [anon_sym_import] = ACTIONS(900), + [anon_sym_enum] = ACTIONS(900), + [anon_sym_public] = ACTIONS(900), + [anon_sym_protected] = ACTIONS(900), + [anon_sym_private] = ACTIONS(900), + [anon_sym_abstract] = ACTIONS(900), + [anon_sym_strictfp] = ACTIONS(900), + [anon_sym_native] = ACTIONS(900), + [anon_sym_transient] = ACTIONS(900), + [anon_sym_volatile] = ACTIONS(900), + [anon_sym_sealed] = ACTIONS(900), + [anon_sym_non_DASHsealed] = ACTIONS(898), + [anon_sym_record] = ACTIONS(900), + [anon_sym_ATinterface] = ACTIONS(898), + [anon_sym_interface] = ACTIONS(900), + [anon_sym_byte] = ACTIONS(900), + [anon_sym_short] = ACTIONS(900), + [anon_sym_int] = ACTIONS(900), + [anon_sym_long] = ACTIONS(900), + [anon_sym_char] = ACTIONS(900), + [anon_sym_float] = ACTIONS(900), + [anon_sym_double] = ACTIONS(900), + [sym_boolean_type] = ACTIONS(900), + [sym_void_type] = ACTIONS(900), + [sym_this] = ACTIONS(900), + [sym_super] = ACTIONS(900), + [sym_line_comment] = ACTIONS(3), + [sym_block_comment] = ACTIONS(3), + }, [309] = { - [ts_builtin_sym_end] = ACTIONS(884), - [sym_identifier] = ACTIONS(886), - [sym_decimal_integer_literal] = ACTIONS(886), - [sym_hex_integer_literal] = ACTIONS(886), - [sym_octal_integer_literal] = ACTIONS(886), - [sym_binary_integer_literal] = ACTIONS(884), - [sym_decimal_floating_point_literal] = ACTIONS(884), - [sym_hex_floating_point_literal] = ACTIONS(886), - [sym_true] = ACTIONS(886), - [sym_false] = ACTIONS(886), - [sym_character_literal] = ACTIONS(884), - [anon_sym_DQUOTE] = ACTIONS(886), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(884), - [sym_null_literal] = ACTIONS(886), - [anon_sym_LPAREN] = ACTIONS(884), - [anon_sym_PLUS] = ACTIONS(886), - [anon_sym_DASH] = ACTIONS(886), - [anon_sym_final] = ACTIONS(886), - [anon_sym_BANG] = ACTIONS(884), - [anon_sym_TILDE] = ACTIONS(884), - [anon_sym_PLUS_PLUS] = ACTIONS(884), - [anon_sym_DASH_DASH] = ACTIONS(884), - [anon_sym_new] = ACTIONS(886), - [anon_sym_class] = ACTIONS(886), - [anon_sym_switch] = ACTIONS(886), - [anon_sym_LBRACE] = ACTIONS(884), - [anon_sym_RBRACE] = ACTIONS(884), - [anon_sym_case] = ACTIONS(886), - [anon_sym_default] = ACTIONS(886), - [anon_sym_SEMI] = ACTIONS(884), - [anon_sym_assert] = ACTIONS(886), - [anon_sym_do] = ACTIONS(886), - [anon_sym_while] = ACTIONS(886), - [anon_sym_break] = ACTIONS(886), - [anon_sym_continue] = ACTIONS(886), - [anon_sym_return] = ACTIONS(886), - [anon_sym_yield] = ACTIONS(886), - [anon_sym_synchronized] = ACTIONS(886), - [anon_sym_throw] = ACTIONS(886), - [anon_sym_try] = ACTIONS(886), - [anon_sym_if] = ACTIONS(886), - [anon_sym_else] = ACTIONS(886), - [anon_sym_for] = ACTIONS(886), - [anon_sym_AT] = ACTIONS(886), - [anon_sym_open] = ACTIONS(886), - [anon_sym_module] = ACTIONS(886), - [anon_sym_static] = ACTIONS(886), - [anon_sym_package] = ACTIONS(886), - [anon_sym_import] = ACTIONS(886), - [anon_sym_enum] = ACTIONS(886), - [anon_sym_public] = ACTIONS(886), - [anon_sym_protected] = ACTIONS(886), - [anon_sym_private] = ACTIONS(886), - [anon_sym_abstract] = ACTIONS(886), - [anon_sym_strictfp] = ACTIONS(886), - [anon_sym_native] = ACTIONS(886), - [anon_sym_transient] = ACTIONS(886), - [anon_sym_volatile] = ACTIONS(886), - [anon_sym_sealed] = ACTIONS(886), - [anon_sym_non_DASHsealed] = ACTIONS(884), - [anon_sym_record] = ACTIONS(886), - [anon_sym_ATinterface] = ACTIONS(884), - [anon_sym_interface] = ACTIONS(886), - [anon_sym_byte] = ACTIONS(886), - [anon_sym_short] = ACTIONS(886), - [anon_sym_int] = ACTIONS(886), - [anon_sym_long] = ACTIONS(886), - [anon_sym_char] = ACTIONS(886), - [anon_sym_float] = ACTIONS(886), - [anon_sym_double] = ACTIONS(886), - [sym_boolean_type] = ACTIONS(886), - [sym_void_type] = ACTIONS(886), - [sym_this] = ACTIONS(886), - [sym_super] = ACTIONS(886), + [ts_builtin_sym_end] = ACTIONS(902), + [sym_identifier] = ACTIONS(904), + [sym_decimal_integer_literal] = ACTIONS(904), + [sym_hex_integer_literal] = ACTIONS(904), + [sym_octal_integer_literal] = ACTIONS(904), + [sym_binary_integer_literal] = ACTIONS(902), + [sym_decimal_floating_point_literal] = ACTIONS(902), + [sym_hex_floating_point_literal] = ACTIONS(904), + [sym_true] = ACTIONS(904), + [sym_false] = ACTIONS(904), + [sym_character_literal] = ACTIONS(902), + [anon_sym_DQUOTE] = ACTIONS(904), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(902), + [sym_null_literal] = ACTIONS(904), + [anon_sym_LPAREN] = ACTIONS(902), + [anon_sym_PLUS] = ACTIONS(904), + [anon_sym_DASH] = ACTIONS(904), + [anon_sym_final] = ACTIONS(904), + [anon_sym_BANG] = ACTIONS(902), + [anon_sym_TILDE] = ACTIONS(902), + [anon_sym_PLUS_PLUS] = ACTIONS(902), + [anon_sym_DASH_DASH] = ACTIONS(902), + [anon_sym_new] = ACTIONS(904), + [anon_sym_class] = ACTIONS(904), + [anon_sym_switch] = ACTIONS(904), + [anon_sym_LBRACE] = ACTIONS(902), + [anon_sym_RBRACE] = ACTIONS(902), + [anon_sym_case] = ACTIONS(904), + [anon_sym_default] = ACTIONS(904), + [anon_sym_SEMI] = ACTIONS(902), + [anon_sym_assert] = ACTIONS(904), + [anon_sym_do] = ACTIONS(904), + [anon_sym_while] = ACTIONS(904), + [anon_sym_break] = ACTIONS(904), + [anon_sym_continue] = ACTIONS(904), + [anon_sym_return] = ACTIONS(904), + [anon_sym_yield] = ACTIONS(904), + [anon_sym_synchronized] = ACTIONS(904), + [anon_sym_throw] = ACTIONS(904), + [anon_sym_try] = ACTIONS(904), + [anon_sym_if] = ACTIONS(904), + [anon_sym_else] = ACTIONS(904), + [anon_sym_for] = ACTIONS(904), + [anon_sym_AT] = ACTIONS(904), + [anon_sym_open] = ACTIONS(904), + [anon_sym_module] = ACTIONS(904), + [anon_sym_static] = ACTIONS(904), + [anon_sym_with] = ACTIONS(904), + [anon_sym_package] = ACTIONS(904), + [anon_sym_import] = ACTIONS(904), + [anon_sym_enum] = ACTIONS(904), + [anon_sym_public] = ACTIONS(904), + [anon_sym_protected] = ACTIONS(904), + [anon_sym_private] = ACTIONS(904), + [anon_sym_abstract] = ACTIONS(904), + [anon_sym_strictfp] = ACTIONS(904), + [anon_sym_native] = ACTIONS(904), + [anon_sym_transient] = ACTIONS(904), + [anon_sym_volatile] = ACTIONS(904), + [anon_sym_sealed] = ACTIONS(904), + [anon_sym_non_DASHsealed] = ACTIONS(902), + [anon_sym_record] = ACTIONS(904), + [anon_sym_ATinterface] = ACTIONS(902), + [anon_sym_interface] = ACTIONS(904), + [anon_sym_byte] = ACTIONS(904), + [anon_sym_short] = ACTIONS(904), + [anon_sym_int] = ACTIONS(904), + [anon_sym_long] = ACTIONS(904), + [anon_sym_char] = ACTIONS(904), + [anon_sym_float] = ACTIONS(904), + [anon_sym_double] = ACTIONS(904), + [sym_boolean_type] = ACTIONS(904), + [sym_void_type] = ACTIONS(904), + [sym_this] = ACTIONS(904), + [sym_super] = ACTIONS(904), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, [310] = { - [ts_builtin_sym_end] = ACTIONS(888), - [sym_identifier] = ACTIONS(890), - [sym_decimal_integer_literal] = ACTIONS(890), - [sym_hex_integer_literal] = ACTIONS(890), - [sym_octal_integer_literal] = ACTIONS(890), - [sym_binary_integer_literal] = ACTIONS(888), - [sym_decimal_floating_point_literal] = ACTIONS(888), - [sym_hex_floating_point_literal] = ACTIONS(890), - [sym_true] = ACTIONS(890), - [sym_false] = ACTIONS(890), - [sym_character_literal] = ACTIONS(888), - [anon_sym_DQUOTE] = ACTIONS(890), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(888), - [sym_null_literal] = ACTIONS(890), - [anon_sym_LPAREN] = ACTIONS(888), - [anon_sym_PLUS] = ACTIONS(890), - [anon_sym_DASH] = ACTIONS(890), - [anon_sym_final] = ACTIONS(890), - [anon_sym_BANG] = ACTIONS(888), - [anon_sym_TILDE] = ACTIONS(888), - [anon_sym_PLUS_PLUS] = ACTIONS(888), - [anon_sym_DASH_DASH] = ACTIONS(888), - [anon_sym_new] = ACTIONS(890), - [anon_sym_class] = ACTIONS(890), - [anon_sym_switch] = ACTIONS(890), - [anon_sym_LBRACE] = ACTIONS(888), - [anon_sym_RBRACE] = ACTIONS(888), - [anon_sym_case] = ACTIONS(890), - [anon_sym_default] = ACTIONS(890), - [anon_sym_SEMI] = ACTIONS(888), - [anon_sym_assert] = ACTIONS(890), - [anon_sym_do] = ACTIONS(890), - [anon_sym_while] = ACTIONS(890), - [anon_sym_break] = ACTIONS(890), - [anon_sym_continue] = ACTIONS(890), - [anon_sym_return] = ACTIONS(890), - [anon_sym_yield] = ACTIONS(890), - [anon_sym_synchronized] = ACTIONS(890), - [anon_sym_throw] = ACTIONS(890), - [anon_sym_try] = ACTIONS(890), - [anon_sym_if] = ACTIONS(890), - [anon_sym_else] = ACTIONS(890), - [anon_sym_for] = ACTIONS(890), - [anon_sym_AT] = ACTIONS(890), - [anon_sym_open] = ACTIONS(890), - [anon_sym_module] = ACTIONS(890), - [anon_sym_static] = ACTIONS(890), - [anon_sym_package] = ACTIONS(890), - [anon_sym_import] = ACTIONS(890), - [anon_sym_enum] = ACTIONS(890), - [anon_sym_public] = ACTIONS(890), - [anon_sym_protected] = ACTIONS(890), - [anon_sym_private] = ACTIONS(890), - [anon_sym_abstract] = ACTIONS(890), - [anon_sym_strictfp] = ACTIONS(890), - [anon_sym_native] = ACTIONS(890), - [anon_sym_transient] = ACTIONS(890), - [anon_sym_volatile] = ACTIONS(890), - [anon_sym_sealed] = ACTIONS(890), - [anon_sym_non_DASHsealed] = ACTIONS(888), - [anon_sym_record] = ACTIONS(890), - [anon_sym_ATinterface] = ACTIONS(888), - [anon_sym_interface] = ACTIONS(890), - [anon_sym_byte] = ACTIONS(890), - [anon_sym_short] = ACTIONS(890), - [anon_sym_int] = ACTIONS(890), - [anon_sym_long] = ACTIONS(890), - [anon_sym_char] = ACTIONS(890), - [anon_sym_float] = ACTIONS(890), - [anon_sym_double] = ACTIONS(890), - [sym_boolean_type] = ACTIONS(890), - [sym_void_type] = ACTIONS(890), - [sym_this] = ACTIONS(890), - [sym_super] = ACTIONS(890), + [ts_builtin_sym_end] = ACTIONS(906), + [sym_identifier] = ACTIONS(908), + [sym_decimal_integer_literal] = ACTIONS(908), + [sym_hex_integer_literal] = ACTIONS(908), + [sym_octal_integer_literal] = ACTIONS(908), + [sym_binary_integer_literal] = ACTIONS(906), + [sym_decimal_floating_point_literal] = ACTIONS(906), + [sym_hex_floating_point_literal] = ACTIONS(908), + [sym_true] = ACTIONS(908), + [sym_false] = ACTIONS(908), + [sym_character_literal] = ACTIONS(906), + [anon_sym_DQUOTE] = ACTIONS(908), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(906), + [sym_null_literal] = ACTIONS(908), + [anon_sym_LPAREN] = ACTIONS(906), + [anon_sym_PLUS] = ACTIONS(908), + [anon_sym_DASH] = ACTIONS(908), + [anon_sym_final] = ACTIONS(908), + [anon_sym_BANG] = ACTIONS(906), + [anon_sym_TILDE] = ACTIONS(906), + [anon_sym_PLUS_PLUS] = ACTIONS(906), + [anon_sym_DASH_DASH] = ACTIONS(906), + [anon_sym_new] = ACTIONS(908), + [anon_sym_class] = ACTIONS(908), + [anon_sym_switch] = ACTIONS(908), + [anon_sym_LBRACE] = ACTIONS(906), + [anon_sym_RBRACE] = ACTIONS(906), + [anon_sym_case] = ACTIONS(908), + [anon_sym_default] = ACTIONS(908), + [anon_sym_SEMI] = ACTIONS(906), + [anon_sym_assert] = ACTIONS(908), + [anon_sym_do] = ACTIONS(908), + [anon_sym_while] = ACTIONS(908), + [anon_sym_break] = ACTIONS(908), + [anon_sym_continue] = ACTIONS(908), + [anon_sym_return] = ACTIONS(908), + [anon_sym_yield] = ACTIONS(908), + [anon_sym_synchronized] = ACTIONS(908), + [anon_sym_throw] = ACTIONS(908), + [anon_sym_try] = ACTIONS(908), + [anon_sym_if] = ACTIONS(908), + [anon_sym_else] = ACTIONS(908), + [anon_sym_for] = ACTIONS(908), + [anon_sym_AT] = ACTIONS(908), + [anon_sym_open] = ACTIONS(908), + [anon_sym_module] = ACTIONS(908), + [anon_sym_static] = ACTIONS(908), + [anon_sym_with] = ACTIONS(908), + [anon_sym_package] = ACTIONS(908), + [anon_sym_import] = ACTIONS(908), + [anon_sym_enum] = ACTIONS(908), + [anon_sym_public] = ACTIONS(908), + [anon_sym_protected] = ACTIONS(908), + [anon_sym_private] = ACTIONS(908), + [anon_sym_abstract] = ACTIONS(908), + [anon_sym_strictfp] = ACTIONS(908), + [anon_sym_native] = ACTIONS(908), + [anon_sym_transient] = ACTIONS(908), + [anon_sym_volatile] = ACTIONS(908), + [anon_sym_sealed] = ACTIONS(908), + [anon_sym_non_DASHsealed] = ACTIONS(906), + [anon_sym_record] = ACTIONS(908), + [anon_sym_ATinterface] = ACTIONS(906), + [anon_sym_interface] = ACTIONS(908), + [anon_sym_byte] = ACTIONS(908), + [anon_sym_short] = ACTIONS(908), + [anon_sym_int] = ACTIONS(908), + [anon_sym_long] = ACTIONS(908), + [anon_sym_char] = ACTIONS(908), + [anon_sym_float] = ACTIONS(908), + [anon_sym_double] = ACTIONS(908), + [sym_boolean_type] = ACTIONS(908), + [sym_void_type] = ACTIONS(908), + [sym_this] = ACTIONS(908), + [sym_super] = ACTIONS(908), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, [311] = { - [ts_builtin_sym_end] = ACTIONS(892), - [sym_identifier] = ACTIONS(894), - [sym_decimal_integer_literal] = ACTIONS(894), - [sym_hex_integer_literal] = ACTIONS(894), - [sym_octal_integer_literal] = ACTIONS(894), - [sym_binary_integer_literal] = ACTIONS(892), - [sym_decimal_floating_point_literal] = ACTIONS(892), - [sym_hex_floating_point_literal] = ACTIONS(894), - [sym_true] = ACTIONS(894), - [sym_false] = ACTIONS(894), - [sym_character_literal] = ACTIONS(892), - [anon_sym_DQUOTE] = ACTIONS(894), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(892), - [sym_null_literal] = ACTIONS(894), - [anon_sym_LPAREN] = ACTIONS(892), - [anon_sym_PLUS] = ACTIONS(894), - [anon_sym_DASH] = ACTIONS(894), - [anon_sym_final] = ACTIONS(894), - [anon_sym_BANG] = ACTIONS(892), - [anon_sym_TILDE] = ACTIONS(892), - [anon_sym_PLUS_PLUS] = ACTIONS(892), - [anon_sym_DASH_DASH] = ACTIONS(892), - [anon_sym_new] = ACTIONS(894), - [anon_sym_class] = ACTIONS(894), - [anon_sym_switch] = ACTIONS(894), - [anon_sym_LBRACE] = ACTIONS(892), - [anon_sym_RBRACE] = ACTIONS(892), - [anon_sym_case] = ACTIONS(894), - [anon_sym_default] = ACTIONS(894), - [anon_sym_SEMI] = ACTIONS(892), - [anon_sym_assert] = ACTIONS(894), - [anon_sym_do] = ACTIONS(894), - [anon_sym_while] = ACTIONS(894), - [anon_sym_break] = ACTIONS(894), - [anon_sym_continue] = ACTIONS(894), - [anon_sym_return] = ACTIONS(894), - [anon_sym_yield] = ACTIONS(894), - [anon_sym_synchronized] = ACTIONS(894), - [anon_sym_throw] = ACTIONS(894), - [anon_sym_try] = ACTIONS(894), - [anon_sym_if] = ACTIONS(894), - [anon_sym_else] = ACTIONS(894), - [anon_sym_for] = ACTIONS(894), - [anon_sym_AT] = ACTIONS(894), - [anon_sym_open] = ACTIONS(894), - [anon_sym_module] = ACTIONS(894), - [anon_sym_static] = ACTIONS(894), - [anon_sym_package] = ACTIONS(894), - [anon_sym_import] = ACTIONS(894), - [anon_sym_enum] = ACTIONS(894), - [anon_sym_public] = ACTIONS(894), - [anon_sym_protected] = ACTIONS(894), - [anon_sym_private] = ACTIONS(894), - [anon_sym_abstract] = ACTIONS(894), - [anon_sym_strictfp] = ACTIONS(894), - [anon_sym_native] = ACTIONS(894), - [anon_sym_transient] = ACTIONS(894), - [anon_sym_volatile] = ACTIONS(894), - [anon_sym_sealed] = ACTIONS(894), - [anon_sym_non_DASHsealed] = ACTIONS(892), - [anon_sym_record] = ACTIONS(894), - [anon_sym_ATinterface] = ACTIONS(892), - [anon_sym_interface] = ACTIONS(894), - [anon_sym_byte] = ACTIONS(894), - [anon_sym_short] = ACTIONS(894), - [anon_sym_int] = ACTIONS(894), - [anon_sym_long] = ACTIONS(894), - [anon_sym_char] = ACTIONS(894), - [anon_sym_float] = ACTIONS(894), - [anon_sym_double] = ACTIONS(894), - [sym_boolean_type] = ACTIONS(894), - [sym_void_type] = ACTIONS(894), - [sym_this] = ACTIONS(894), - [sym_super] = ACTIONS(894), + [ts_builtin_sym_end] = ACTIONS(910), + [sym_identifier] = ACTIONS(912), + [sym_decimal_integer_literal] = ACTIONS(912), + [sym_hex_integer_literal] = ACTIONS(912), + [sym_octal_integer_literal] = ACTIONS(912), + [sym_binary_integer_literal] = ACTIONS(910), + [sym_decimal_floating_point_literal] = ACTIONS(910), + [sym_hex_floating_point_literal] = ACTIONS(912), + [sym_true] = ACTIONS(912), + [sym_false] = ACTIONS(912), + [sym_character_literal] = ACTIONS(910), + [anon_sym_DQUOTE] = ACTIONS(912), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(910), + [sym_null_literal] = ACTIONS(912), + [anon_sym_LPAREN] = ACTIONS(910), + [anon_sym_PLUS] = ACTIONS(912), + [anon_sym_DASH] = ACTIONS(912), + [anon_sym_final] = ACTIONS(912), + [anon_sym_BANG] = ACTIONS(910), + [anon_sym_TILDE] = ACTIONS(910), + [anon_sym_PLUS_PLUS] = ACTIONS(910), + [anon_sym_DASH_DASH] = ACTIONS(910), + [anon_sym_new] = ACTIONS(912), + [anon_sym_class] = ACTIONS(912), + [anon_sym_switch] = ACTIONS(912), + [anon_sym_LBRACE] = ACTIONS(910), + [anon_sym_RBRACE] = ACTIONS(910), + [anon_sym_case] = ACTIONS(912), + [anon_sym_default] = ACTIONS(912), + [anon_sym_SEMI] = ACTIONS(910), + [anon_sym_assert] = ACTIONS(912), + [anon_sym_do] = ACTIONS(912), + [anon_sym_while] = ACTIONS(912), + [anon_sym_break] = ACTIONS(912), + [anon_sym_continue] = ACTIONS(912), + [anon_sym_return] = ACTIONS(912), + [anon_sym_yield] = ACTIONS(912), + [anon_sym_synchronized] = ACTIONS(912), + [anon_sym_throw] = ACTIONS(912), + [anon_sym_try] = ACTIONS(912), + [anon_sym_if] = ACTIONS(912), + [anon_sym_else] = ACTIONS(912), + [anon_sym_for] = ACTIONS(912), + [anon_sym_AT] = ACTIONS(912), + [anon_sym_open] = ACTIONS(912), + [anon_sym_module] = ACTIONS(912), + [anon_sym_static] = ACTIONS(912), + [anon_sym_with] = ACTIONS(912), + [anon_sym_package] = ACTIONS(912), + [anon_sym_import] = ACTIONS(912), + [anon_sym_enum] = ACTIONS(912), + [anon_sym_public] = ACTIONS(912), + [anon_sym_protected] = ACTIONS(912), + [anon_sym_private] = ACTIONS(912), + [anon_sym_abstract] = ACTIONS(912), + [anon_sym_strictfp] = ACTIONS(912), + [anon_sym_native] = ACTIONS(912), + [anon_sym_transient] = ACTIONS(912), + [anon_sym_volatile] = ACTIONS(912), + [anon_sym_sealed] = ACTIONS(912), + [anon_sym_non_DASHsealed] = ACTIONS(910), + [anon_sym_record] = ACTIONS(912), + [anon_sym_ATinterface] = ACTIONS(910), + [anon_sym_interface] = ACTIONS(912), + [anon_sym_byte] = ACTIONS(912), + [anon_sym_short] = ACTIONS(912), + [anon_sym_int] = ACTIONS(912), + [anon_sym_long] = ACTIONS(912), + [anon_sym_char] = ACTIONS(912), + [anon_sym_float] = ACTIONS(912), + [anon_sym_double] = ACTIONS(912), + [sym_boolean_type] = ACTIONS(912), + [sym_void_type] = ACTIONS(912), + [sym_this] = ACTIONS(912), + [sym_super] = ACTIONS(912), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, [312] = { - [ts_builtin_sym_end] = ACTIONS(896), - [sym_identifier] = ACTIONS(898), - [sym_decimal_integer_literal] = ACTIONS(898), - [sym_hex_integer_literal] = ACTIONS(898), - [sym_octal_integer_literal] = ACTIONS(898), - [sym_binary_integer_literal] = ACTIONS(896), - [sym_decimal_floating_point_literal] = ACTIONS(896), - [sym_hex_floating_point_literal] = ACTIONS(898), - [sym_true] = ACTIONS(898), - [sym_false] = ACTIONS(898), - [sym_character_literal] = ACTIONS(896), - [anon_sym_DQUOTE] = ACTIONS(898), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(896), - [sym_null_literal] = ACTIONS(898), - [anon_sym_LPAREN] = ACTIONS(896), - [anon_sym_PLUS] = ACTIONS(898), - [anon_sym_DASH] = ACTIONS(898), - [anon_sym_final] = ACTIONS(898), - [anon_sym_BANG] = ACTIONS(896), - [anon_sym_TILDE] = ACTIONS(896), - [anon_sym_PLUS_PLUS] = ACTIONS(896), - [anon_sym_DASH_DASH] = ACTIONS(896), - [anon_sym_new] = ACTIONS(898), - [anon_sym_class] = ACTIONS(898), - [anon_sym_switch] = ACTIONS(898), - [anon_sym_LBRACE] = ACTIONS(896), - [anon_sym_RBRACE] = ACTIONS(896), - [anon_sym_case] = ACTIONS(898), - [anon_sym_default] = ACTIONS(898), - [anon_sym_SEMI] = ACTIONS(896), - [anon_sym_assert] = ACTIONS(898), - [anon_sym_do] = ACTIONS(898), - [anon_sym_while] = ACTIONS(898), - [anon_sym_break] = ACTIONS(898), - [anon_sym_continue] = ACTIONS(898), - [anon_sym_return] = ACTIONS(898), - [anon_sym_yield] = ACTIONS(898), - [anon_sym_synchronized] = ACTIONS(898), - [anon_sym_throw] = ACTIONS(898), - [anon_sym_try] = ACTIONS(898), - [anon_sym_if] = ACTIONS(898), - [anon_sym_else] = ACTIONS(898), - [anon_sym_for] = ACTIONS(898), - [anon_sym_AT] = ACTIONS(898), - [anon_sym_open] = ACTIONS(898), - [anon_sym_module] = ACTIONS(898), - [anon_sym_static] = ACTIONS(898), - [anon_sym_package] = ACTIONS(898), - [anon_sym_import] = ACTIONS(898), - [anon_sym_enum] = ACTIONS(898), - [anon_sym_public] = ACTIONS(898), - [anon_sym_protected] = ACTIONS(898), - [anon_sym_private] = ACTIONS(898), - [anon_sym_abstract] = ACTIONS(898), - [anon_sym_strictfp] = ACTIONS(898), - [anon_sym_native] = ACTIONS(898), - [anon_sym_transient] = ACTIONS(898), - [anon_sym_volatile] = ACTIONS(898), - [anon_sym_sealed] = ACTIONS(898), - [anon_sym_non_DASHsealed] = ACTIONS(896), - [anon_sym_record] = ACTIONS(898), - [anon_sym_ATinterface] = ACTIONS(896), - [anon_sym_interface] = ACTIONS(898), - [anon_sym_byte] = ACTIONS(898), - [anon_sym_short] = ACTIONS(898), - [anon_sym_int] = ACTIONS(898), - [anon_sym_long] = ACTIONS(898), - [anon_sym_char] = ACTIONS(898), - [anon_sym_float] = ACTIONS(898), - [anon_sym_double] = ACTIONS(898), - [sym_boolean_type] = ACTIONS(898), - [sym_void_type] = ACTIONS(898), - [sym_this] = ACTIONS(898), - [sym_super] = ACTIONS(898), + [ts_builtin_sym_end] = ACTIONS(914), + [sym_identifier] = ACTIONS(916), + [sym_decimal_integer_literal] = ACTIONS(916), + [sym_hex_integer_literal] = ACTIONS(916), + [sym_octal_integer_literal] = ACTIONS(916), + [sym_binary_integer_literal] = ACTIONS(914), + [sym_decimal_floating_point_literal] = ACTIONS(914), + [sym_hex_floating_point_literal] = ACTIONS(916), + [sym_true] = ACTIONS(916), + [sym_false] = ACTIONS(916), + [sym_character_literal] = ACTIONS(914), + [anon_sym_DQUOTE] = ACTIONS(916), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(914), + [sym_null_literal] = ACTIONS(916), + [anon_sym_LPAREN] = ACTIONS(914), + [anon_sym_PLUS] = ACTIONS(916), + [anon_sym_DASH] = ACTIONS(916), + [anon_sym_final] = ACTIONS(916), + [anon_sym_BANG] = ACTIONS(914), + [anon_sym_TILDE] = ACTIONS(914), + [anon_sym_PLUS_PLUS] = ACTIONS(914), + [anon_sym_DASH_DASH] = ACTIONS(914), + [anon_sym_new] = ACTIONS(916), + [anon_sym_class] = ACTIONS(916), + [anon_sym_switch] = ACTIONS(916), + [anon_sym_LBRACE] = ACTIONS(914), + [anon_sym_RBRACE] = ACTIONS(914), + [anon_sym_case] = ACTIONS(916), + [anon_sym_default] = ACTIONS(916), + [anon_sym_SEMI] = ACTIONS(914), + [anon_sym_assert] = ACTIONS(916), + [anon_sym_do] = ACTIONS(916), + [anon_sym_while] = ACTIONS(916), + [anon_sym_break] = ACTIONS(916), + [anon_sym_continue] = ACTIONS(916), + [anon_sym_return] = ACTIONS(916), + [anon_sym_yield] = ACTIONS(916), + [anon_sym_synchronized] = ACTIONS(916), + [anon_sym_throw] = ACTIONS(916), + [anon_sym_try] = ACTIONS(916), + [anon_sym_if] = ACTIONS(916), + [anon_sym_else] = ACTIONS(916), + [anon_sym_for] = ACTIONS(916), + [anon_sym_AT] = ACTIONS(916), + [anon_sym_open] = ACTIONS(916), + [anon_sym_module] = ACTIONS(916), + [anon_sym_static] = ACTIONS(916), + [anon_sym_with] = ACTIONS(916), + [anon_sym_package] = ACTIONS(916), + [anon_sym_import] = ACTIONS(916), + [anon_sym_enum] = ACTIONS(916), + [anon_sym_public] = ACTIONS(916), + [anon_sym_protected] = ACTIONS(916), + [anon_sym_private] = ACTIONS(916), + [anon_sym_abstract] = ACTIONS(916), + [anon_sym_strictfp] = ACTIONS(916), + [anon_sym_native] = ACTIONS(916), + [anon_sym_transient] = ACTIONS(916), + [anon_sym_volatile] = ACTIONS(916), + [anon_sym_sealed] = ACTIONS(916), + [anon_sym_non_DASHsealed] = ACTIONS(914), + [anon_sym_record] = ACTIONS(916), + [anon_sym_ATinterface] = ACTIONS(914), + [anon_sym_interface] = ACTIONS(916), + [anon_sym_byte] = ACTIONS(916), + [anon_sym_short] = ACTIONS(916), + [anon_sym_int] = ACTIONS(916), + [anon_sym_long] = ACTIONS(916), + [anon_sym_char] = ACTIONS(916), + [anon_sym_float] = ACTIONS(916), + [anon_sym_double] = ACTIONS(916), + [sym_boolean_type] = ACTIONS(916), + [sym_void_type] = ACTIONS(916), + [sym_this] = ACTIONS(916), + [sym_super] = ACTIONS(916), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, [313] = { - [ts_builtin_sym_end] = ACTIONS(900), - [sym_identifier] = ACTIONS(902), - [sym_decimal_integer_literal] = ACTIONS(902), - [sym_hex_integer_literal] = ACTIONS(902), - [sym_octal_integer_literal] = ACTIONS(902), - [sym_binary_integer_literal] = ACTIONS(900), - [sym_decimal_floating_point_literal] = ACTIONS(900), - [sym_hex_floating_point_literal] = ACTIONS(902), - [sym_true] = ACTIONS(902), - [sym_false] = ACTIONS(902), - [sym_character_literal] = ACTIONS(900), - [anon_sym_DQUOTE] = ACTIONS(902), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(900), - [sym_null_literal] = ACTIONS(902), - [anon_sym_LPAREN] = ACTIONS(900), - [anon_sym_PLUS] = ACTIONS(902), - [anon_sym_DASH] = ACTIONS(902), - [anon_sym_final] = ACTIONS(902), - [anon_sym_BANG] = ACTIONS(900), - [anon_sym_TILDE] = ACTIONS(900), - [anon_sym_PLUS_PLUS] = ACTIONS(900), - [anon_sym_DASH_DASH] = ACTIONS(900), - [anon_sym_new] = ACTIONS(902), - [anon_sym_class] = ACTIONS(902), - [anon_sym_switch] = ACTIONS(902), - [anon_sym_LBRACE] = ACTIONS(900), - [anon_sym_RBRACE] = ACTIONS(900), - [anon_sym_case] = ACTIONS(902), - [anon_sym_default] = ACTIONS(902), - [anon_sym_SEMI] = ACTIONS(900), - [anon_sym_assert] = ACTIONS(902), - [anon_sym_do] = ACTIONS(902), - [anon_sym_while] = ACTIONS(902), - [anon_sym_break] = ACTIONS(902), - [anon_sym_continue] = ACTIONS(902), - [anon_sym_return] = ACTIONS(902), - [anon_sym_yield] = ACTIONS(902), - [anon_sym_synchronized] = ACTIONS(902), - [anon_sym_throw] = ACTIONS(902), - [anon_sym_try] = ACTIONS(902), - [anon_sym_if] = ACTIONS(902), - [anon_sym_else] = ACTIONS(902), - [anon_sym_for] = ACTIONS(902), - [anon_sym_AT] = ACTIONS(902), - [anon_sym_open] = ACTIONS(902), - [anon_sym_module] = ACTIONS(902), - [anon_sym_static] = ACTIONS(902), - [anon_sym_package] = ACTIONS(902), - [anon_sym_import] = ACTIONS(902), - [anon_sym_enum] = ACTIONS(902), - [anon_sym_public] = ACTIONS(902), - [anon_sym_protected] = ACTIONS(902), - [anon_sym_private] = ACTIONS(902), - [anon_sym_abstract] = ACTIONS(902), - [anon_sym_strictfp] = ACTIONS(902), - [anon_sym_native] = ACTIONS(902), - [anon_sym_transient] = ACTIONS(902), - [anon_sym_volatile] = ACTIONS(902), - [anon_sym_sealed] = ACTIONS(902), - [anon_sym_non_DASHsealed] = ACTIONS(900), - [anon_sym_record] = ACTIONS(902), - [anon_sym_ATinterface] = ACTIONS(900), - [anon_sym_interface] = ACTIONS(902), - [anon_sym_byte] = ACTIONS(902), - [anon_sym_short] = ACTIONS(902), - [anon_sym_int] = ACTIONS(902), - [anon_sym_long] = ACTIONS(902), - [anon_sym_char] = ACTIONS(902), - [anon_sym_float] = ACTIONS(902), - [anon_sym_double] = ACTIONS(902), - [sym_boolean_type] = ACTIONS(902), - [sym_void_type] = ACTIONS(902), - [sym_this] = ACTIONS(902), - [sym_super] = ACTIONS(902), + [ts_builtin_sym_end] = ACTIONS(918), + [sym_identifier] = ACTIONS(920), + [sym_decimal_integer_literal] = ACTIONS(920), + [sym_hex_integer_literal] = ACTIONS(920), + [sym_octal_integer_literal] = ACTIONS(920), + [sym_binary_integer_literal] = ACTIONS(918), + [sym_decimal_floating_point_literal] = ACTIONS(918), + [sym_hex_floating_point_literal] = ACTIONS(920), + [sym_true] = ACTIONS(920), + [sym_false] = ACTIONS(920), + [sym_character_literal] = ACTIONS(918), + [anon_sym_DQUOTE] = ACTIONS(920), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(918), + [sym_null_literal] = ACTIONS(920), + [anon_sym_LPAREN] = ACTIONS(918), + [anon_sym_PLUS] = ACTIONS(920), + [anon_sym_DASH] = ACTIONS(920), + [anon_sym_final] = ACTIONS(920), + [anon_sym_BANG] = ACTIONS(918), + [anon_sym_TILDE] = ACTIONS(918), + [anon_sym_PLUS_PLUS] = ACTIONS(918), + [anon_sym_DASH_DASH] = ACTIONS(918), + [anon_sym_new] = ACTIONS(920), + [anon_sym_class] = ACTIONS(920), + [anon_sym_switch] = ACTIONS(920), + [anon_sym_LBRACE] = ACTIONS(918), + [anon_sym_RBRACE] = ACTIONS(918), + [anon_sym_case] = ACTIONS(920), + [anon_sym_default] = ACTIONS(920), + [anon_sym_SEMI] = ACTIONS(918), + [anon_sym_assert] = ACTIONS(920), + [anon_sym_do] = ACTIONS(920), + [anon_sym_while] = ACTIONS(920), + [anon_sym_break] = ACTIONS(920), + [anon_sym_continue] = ACTIONS(920), + [anon_sym_return] = ACTIONS(920), + [anon_sym_yield] = ACTIONS(920), + [anon_sym_synchronized] = ACTIONS(920), + [anon_sym_throw] = ACTIONS(920), + [anon_sym_try] = ACTIONS(920), + [anon_sym_if] = ACTIONS(920), + [anon_sym_else] = ACTIONS(920), + [anon_sym_for] = ACTIONS(920), + [anon_sym_AT] = ACTIONS(920), + [anon_sym_open] = ACTIONS(920), + [anon_sym_module] = ACTIONS(920), + [anon_sym_static] = ACTIONS(920), + [anon_sym_with] = ACTIONS(920), + [anon_sym_package] = ACTIONS(920), + [anon_sym_import] = ACTIONS(920), + [anon_sym_enum] = ACTIONS(920), + [anon_sym_public] = ACTIONS(920), + [anon_sym_protected] = ACTIONS(920), + [anon_sym_private] = ACTIONS(920), + [anon_sym_abstract] = ACTIONS(920), + [anon_sym_strictfp] = ACTIONS(920), + [anon_sym_native] = ACTIONS(920), + [anon_sym_transient] = ACTIONS(920), + [anon_sym_volatile] = ACTIONS(920), + [anon_sym_sealed] = ACTIONS(920), + [anon_sym_non_DASHsealed] = ACTIONS(918), + [anon_sym_record] = ACTIONS(920), + [anon_sym_ATinterface] = ACTIONS(918), + [anon_sym_interface] = ACTIONS(920), + [anon_sym_byte] = ACTIONS(920), + [anon_sym_short] = ACTIONS(920), + [anon_sym_int] = ACTIONS(920), + [anon_sym_long] = ACTIONS(920), + [anon_sym_char] = ACTIONS(920), + [anon_sym_float] = ACTIONS(920), + [anon_sym_double] = ACTIONS(920), + [sym_boolean_type] = ACTIONS(920), + [sym_void_type] = ACTIONS(920), + [sym_this] = ACTIONS(920), + [sym_super] = ACTIONS(920), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, [314] = { - [ts_builtin_sym_end] = ACTIONS(904), - [sym_identifier] = ACTIONS(906), - [sym_decimal_integer_literal] = ACTIONS(906), - [sym_hex_integer_literal] = ACTIONS(906), - [sym_octal_integer_literal] = ACTIONS(906), - [sym_binary_integer_literal] = ACTIONS(904), - [sym_decimal_floating_point_literal] = ACTIONS(904), - [sym_hex_floating_point_literal] = ACTIONS(906), - [sym_true] = ACTIONS(906), - [sym_false] = ACTIONS(906), - [sym_character_literal] = ACTIONS(904), - [anon_sym_DQUOTE] = ACTIONS(906), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(904), - [sym_null_literal] = ACTIONS(906), - [anon_sym_LPAREN] = ACTIONS(904), - [anon_sym_PLUS] = ACTIONS(906), - [anon_sym_DASH] = ACTIONS(906), - [anon_sym_final] = ACTIONS(906), - [anon_sym_BANG] = ACTIONS(904), - [anon_sym_TILDE] = ACTIONS(904), - [anon_sym_PLUS_PLUS] = ACTIONS(904), - [anon_sym_DASH_DASH] = ACTIONS(904), - [anon_sym_new] = ACTIONS(906), - [anon_sym_class] = ACTIONS(906), - [anon_sym_switch] = ACTIONS(906), - [anon_sym_LBRACE] = ACTIONS(904), - [anon_sym_RBRACE] = ACTIONS(904), - [anon_sym_case] = ACTIONS(906), - [anon_sym_default] = ACTIONS(906), - [anon_sym_SEMI] = ACTIONS(904), - [anon_sym_assert] = ACTIONS(906), - [anon_sym_do] = ACTIONS(906), - [anon_sym_while] = ACTIONS(906), - [anon_sym_break] = ACTIONS(906), - [anon_sym_continue] = ACTIONS(906), - [anon_sym_return] = ACTIONS(906), - [anon_sym_yield] = ACTIONS(906), - [anon_sym_synchronized] = ACTIONS(906), - [anon_sym_throw] = ACTIONS(906), - [anon_sym_try] = ACTIONS(906), - [anon_sym_if] = ACTIONS(906), - [anon_sym_else] = ACTIONS(906), - [anon_sym_for] = ACTIONS(906), - [anon_sym_AT] = ACTIONS(906), - [anon_sym_open] = ACTIONS(906), - [anon_sym_module] = ACTIONS(906), - [anon_sym_static] = ACTIONS(906), - [anon_sym_package] = ACTIONS(906), - [anon_sym_import] = ACTIONS(906), - [anon_sym_enum] = ACTIONS(906), - [anon_sym_public] = ACTIONS(906), - [anon_sym_protected] = ACTIONS(906), - [anon_sym_private] = ACTIONS(906), - [anon_sym_abstract] = ACTIONS(906), - [anon_sym_strictfp] = ACTIONS(906), - [anon_sym_native] = ACTIONS(906), - [anon_sym_transient] = ACTIONS(906), - [anon_sym_volatile] = ACTIONS(906), - [anon_sym_sealed] = ACTIONS(906), - [anon_sym_non_DASHsealed] = ACTIONS(904), - [anon_sym_record] = ACTIONS(906), - [anon_sym_ATinterface] = ACTIONS(904), - [anon_sym_interface] = ACTIONS(906), - [anon_sym_byte] = ACTIONS(906), - [anon_sym_short] = ACTIONS(906), - [anon_sym_int] = ACTIONS(906), - [anon_sym_long] = ACTIONS(906), - [anon_sym_char] = ACTIONS(906), - [anon_sym_float] = ACTIONS(906), - [anon_sym_double] = ACTIONS(906), - [sym_boolean_type] = ACTIONS(906), - [sym_void_type] = ACTIONS(906), - [sym_this] = ACTIONS(906), - [sym_super] = ACTIONS(906), + [ts_builtin_sym_end] = ACTIONS(922), + [sym_identifier] = ACTIONS(924), + [sym_decimal_integer_literal] = ACTIONS(924), + [sym_hex_integer_literal] = ACTIONS(924), + [sym_octal_integer_literal] = ACTIONS(924), + [sym_binary_integer_literal] = ACTIONS(922), + [sym_decimal_floating_point_literal] = ACTIONS(922), + [sym_hex_floating_point_literal] = ACTIONS(924), + [sym_true] = ACTIONS(924), + [sym_false] = ACTIONS(924), + [sym_character_literal] = ACTIONS(922), + [anon_sym_DQUOTE] = ACTIONS(924), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(922), + [sym_null_literal] = ACTIONS(924), + [anon_sym_LPAREN] = ACTIONS(922), + [anon_sym_PLUS] = ACTIONS(924), + [anon_sym_DASH] = ACTIONS(924), + [anon_sym_final] = ACTIONS(924), + [anon_sym_BANG] = ACTIONS(922), + [anon_sym_TILDE] = ACTIONS(922), + [anon_sym_PLUS_PLUS] = ACTIONS(922), + [anon_sym_DASH_DASH] = ACTIONS(922), + [anon_sym_new] = ACTIONS(924), + [anon_sym_class] = ACTIONS(924), + [anon_sym_switch] = ACTIONS(924), + [anon_sym_LBRACE] = ACTIONS(922), + [anon_sym_RBRACE] = ACTIONS(922), + [anon_sym_case] = ACTIONS(924), + [anon_sym_default] = ACTIONS(924), + [anon_sym_SEMI] = ACTIONS(922), + [anon_sym_assert] = ACTIONS(924), + [anon_sym_do] = ACTIONS(924), + [anon_sym_while] = ACTIONS(924), + [anon_sym_break] = ACTIONS(924), + [anon_sym_continue] = ACTIONS(924), + [anon_sym_return] = ACTIONS(924), + [anon_sym_yield] = ACTIONS(924), + [anon_sym_synchronized] = ACTIONS(924), + [anon_sym_throw] = ACTIONS(924), + [anon_sym_try] = ACTIONS(924), + [anon_sym_if] = ACTIONS(924), + [anon_sym_else] = ACTIONS(924), + [anon_sym_for] = ACTIONS(924), + [anon_sym_AT] = ACTIONS(924), + [anon_sym_open] = ACTIONS(924), + [anon_sym_module] = ACTIONS(924), + [anon_sym_static] = ACTIONS(924), + [anon_sym_with] = ACTIONS(924), + [anon_sym_package] = ACTIONS(924), + [anon_sym_import] = ACTIONS(924), + [anon_sym_enum] = ACTIONS(924), + [anon_sym_public] = ACTIONS(924), + [anon_sym_protected] = ACTIONS(924), + [anon_sym_private] = ACTIONS(924), + [anon_sym_abstract] = ACTIONS(924), + [anon_sym_strictfp] = ACTIONS(924), + [anon_sym_native] = ACTIONS(924), + [anon_sym_transient] = ACTIONS(924), + [anon_sym_volatile] = ACTIONS(924), + [anon_sym_sealed] = ACTIONS(924), + [anon_sym_non_DASHsealed] = ACTIONS(922), + [anon_sym_record] = ACTIONS(924), + [anon_sym_ATinterface] = ACTIONS(922), + [anon_sym_interface] = ACTIONS(924), + [anon_sym_byte] = ACTIONS(924), + [anon_sym_short] = ACTIONS(924), + [anon_sym_int] = ACTIONS(924), + [anon_sym_long] = ACTIONS(924), + [anon_sym_char] = ACTIONS(924), + [anon_sym_float] = ACTIONS(924), + [anon_sym_double] = ACTIONS(924), + [sym_boolean_type] = ACTIONS(924), + [sym_void_type] = ACTIONS(924), + [sym_this] = ACTIONS(924), + [sym_super] = ACTIONS(924), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, [315] = { - [ts_builtin_sym_end] = ACTIONS(908), - [sym_identifier] = ACTIONS(910), - [sym_decimal_integer_literal] = ACTIONS(910), - [sym_hex_integer_literal] = ACTIONS(910), - [sym_octal_integer_literal] = ACTIONS(910), - [sym_binary_integer_literal] = ACTIONS(908), - [sym_decimal_floating_point_literal] = ACTIONS(908), - [sym_hex_floating_point_literal] = ACTIONS(910), - [sym_true] = ACTIONS(910), - [sym_false] = ACTIONS(910), - [sym_character_literal] = ACTIONS(908), - [anon_sym_DQUOTE] = ACTIONS(910), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(908), - [sym_null_literal] = ACTIONS(910), - [anon_sym_LPAREN] = ACTIONS(908), - [anon_sym_PLUS] = ACTIONS(910), - [anon_sym_DASH] = ACTIONS(910), - [anon_sym_final] = ACTIONS(910), - [anon_sym_BANG] = ACTIONS(908), - [anon_sym_TILDE] = ACTIONS(908), - [anon_sym_PLUS_PLUS] = ACTIONS(908), - [anon_sym_DASH_DASH] = ACTIONS(908), - [anon_sym_new] = ACTIONS(910), - [anon_sym_class] = ACTIONS(910), - [anon_sym_switch] = ACTIONS(910), - [anon_sym_LBRACE] = ACTIONS(908), - [anon_sym_RBRACE] = ACTIONS(908), - [anon_sym_case] = ACTIONS(910), - [anon_sym_default] = ACTIONS(910), - [anon_sym_SEMI] = ACTIONS(908), - [anon_sym_assert] = ACTIONS(910), - [anon_sym_do] = ACTIONS(910), - [anon_sym_while] = ACTIONS(910), - [anon_sym_break] = ACTIONS(910), - [anon_sym_continue] = ACTIONS(910), - [anon_sym_return] = ACTIONS(910), - [anon_sym_yield] = ACTIONS(910), - [anon_sym_synchronized] = ACTIONS(910), - [anon_sym_throw] = ACTIONS(910), - [anon_sym_try] = ACTIONS(910), - [anon_sym_if] = ACTIONS(910), - [anon_sym_else] = ACTIONS(910), - [anon_sym_for] = ACTIONS(910), - [anon_sym_AT] = ACTIONS(910), - [anon_sym_open] = ACTIONS(910), - [anon_sym_module] = ACTIONS(910), - [anon_sym_static] = ACTIONS(910), - [anon_sym_package] = ACTIONS(910), - [anon_sym_import] = ACTIONS(910), - [anon_sym_enum] = ACTIONS(910), - [anon_sym_public] = ACTIONS(910), - [anon_sym_protected] = ACTIONS(910), - [anon_sym_private] = ACTIONS(910), - [anon_sym_abstract] = ACTIONS(910), - [anon_sym_strictfp] = ACTIONS(910), - [anon_sym_native] = ACTIONS(910), - [anon_sym_transient] = ACTIONS(910), - [anon_sym_volatile] = ACTIONS(910), - [anon_sym_sealed] = ACTIONS(910), - [anon_sym_non_DASHsealed] = ACTIONS(908), - [anon_sym_record] = ACTIONS(910), - [anon_sym_ATinterface] = ACTIONS(908), - [anon_sym_interface] = ACTIONS(910), - [anon_sym_byte] = ACTIONS(910), - [anon_sym_short] = ACTIONS(910), - [anon_sym_int] = ACTIONS(910), - [anon_sym_long] = ACTIONS(910), - [anon_sym_char] = ACTIONS(910), - [anon_sym_float] = ACTIONS(910), - [anon_sym_double] = ACTIONS(910), - [sym_boolean_type] = ACTIONS(910), - [sym_void_type] = ACTIONS(910), - [sym_this] = ACTIONS(910), - [sym_super] = ACTIONS(910), + [ts_builtin_sym_end] = ACTIONS(926), + [sym_identifier] = ACTIONS(928), + [sym_decimal_integer_literal] = ACTIONS(928), + [sym_hex_integer_literal] = ACTIONS(928), + [sym_octal_integer_literal] = ACTIONS(928), + [sym_binary_integer_literal] = ACTIONS(926), + [sym_decimal_floating_point_literal] = ACTIONS(926), + [sym_hex_floating_point_literal] = ACTIONS(928), + [sym_true] = ACTIONS(928), + [sym_false] = ACTIONS(928), + [sym_character_literal] = ACTIONS(926), + [anon_sym_DQUOTE] = ACTIONS(928), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(926), + [sym_null_literal] = ACTIONS(928), + [anon_sym_LPAREN] = ACTIONS(926), + [anon_sym_PLUS] = ACTIONS(928), + [anon_sym_DASH] = ACTIONS(928), + [anon_sym_final] = ACTIONS(928), + [anon_sym_BANG] = ACTIONS(926), + [anon_sym_TILDE] = ACTIONS(926), + [anon_sym_PLUS_PLUS] = ACTIONS(926), + [anon_sym_DASH_DASH] = ACTIONS(926), + [anon_sym_new] = ACTIONS(928), + [anon_sym_class] = ACTIONS(928), + [anon_sym_switch] = ACTIONS(928), + [anon_sym_LBRACE] = ACTIONS(926), + [anon_sym_RBRACE] = ACTIONS(926), + [anon_sym_case] = ACTIONS(928), + [anon_sym_default] = ACTIONS(928), + [anon_sym_SEMI] = ACTIONS(926), + [anon_sym_assert] = ACTIONS(928), + [anon_sym_do] = ACTIONS(928), + [anon_sym_while] = ACTIONS(928), + [anon_sym_break] = ACTIONS(928), + [anon_sym_continue] = ACTIONS(928), + [anon_sym_return] = ACTIONS(928), + [anon_sym_yield] = ACTIONS(928), + [anon_sym_synchronized] = ACTIONS(928), + [anon_sym_throw] = ACTIONS(928), + [anon_sym_try] = ACTIONS(928), + [anon_sym_if] = ACTIONS(928), + [anon_sym_else] = ACTIONS(928), + [anon_sym_for] = ACTIONS(928), + [anon_sym_AT] = ACTIONS(928), + [anon_sym_open] = ACTIONS(928), + [anon_sym_module] = ACTIONS(928), + [anon_sym_static] = ACTIONS(928), + [anon_sym_with] = ACTIONS(928), + [anon_sym_package] = ACTIONS(928), + [anon_sym_import] = ACTIONS(928), + [anon_sym_enum] = ACTIONS(928), + [anon_sym_public] = ACTIONS(928), + [anon_sym_protected] = ACTIONS(928), + [anon_sym_private] = ACTIONS(928), + [anon_sym_abstract] = ACTIONS(928), + [anon_sym_strictfp] = ACTIONS(928), + [anon_sym_native] = ACTIONS(928), + [anon_sym_transient] = ACTIONS(928), + [anon_sym_volatile] = ACTIONS(928), + [anon_sym_sealed] = ACTIONS(928), + [anon_sym_non_DASHsealed] = ACTIONS(926), + [anon_sym_record] = ACTIONS(928), + [anon_sym_ATinterface] = ACTIONS(926), + [anon_sym_interface] = ACTIONS(928), + [anon_sym_byte] = ACTIONS(928), + [anon_sym_short] = ACTIONS(928), + [anon_sym_int] = ACTIONS(928), + [anon_sym_long] = ACTIONS(928), + [anon_sym_char] = ACTIONS(928), + [anon_sym_float] = ACTIONS(928), + [anon_sym_double] = ACTIONS(928), + [sym_boolean_type] = ACTIONS(928), + [sym_void_type] = ACTIONS(928), + [sym_this] = ACTIONS(928), + [sym_super] = ACTIONS(928), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, [316] = { - [ts_builtin_sym_end] = ACTIONS(912), - [sym_identifier] = ACTIONS(914), - [sym_decimal_integer_literal] = ACTIONS(914), - [sym_hex_integer_literal] = ACTIONS(914), - [sym_octal_integer_literal] = ACTIONS(914), - [sym_binary_integer_literal] = ACTIONS(912), - [sym_decimal_floating_point_literal] = ACTIONS(912), - [sym_hex_floating_point_literal] = ACTIONS(914), - [sym_true] = ACTIONS(914), - [sym_false] = ACTIONS(914), - [sym_character_literal] = ACTIONS(912), - [anon_sym_DQUOTE] = ACTIONS(914), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(912), - [sym_null_literal] = ACTIONS(914), - [anon_sym_LPAREN] = ACTIONS(912), - [anon_sym_PLUS] = ACTIONS(914), - [anon_sym_DASH] = ACTIONS(914), - [anon_sym_final] = ACTIONS(914), - [anon_sym_BANG] = ACTIONS(912), - [anon_sym_TILDE] = ACTIONS(912), - [anon_sym_PLUS_PLUS] = ACTIONS(912), - [anon_sym_DASH_DASH] = ACTIONS(912), - [anon_sym_new] = ACTIONS(914), - [anon_sym_class] = ACTIONS(914), - [anon_sym_switch] = ACTIONS(914), - [anon_sym_LBRACE] = ACTIONS(912), - [anon_sym_RBRACE] = ACTIONS(912), - [anon_sym_case] = ACTIONS(914), - [anon_sym_default] = ACTIONS(914), - [anon_sym_SEMI] = ACTIONS(912), - [anon_sym_assert] = ACTIONS(914), - [anon_sym_do] = ACTIONS(914), - [anon_sym_while] = ACTIONS(914), - [anon_sym_break] = ACTIONS(914), - [anon_sym_continue] = ACTIONS(914), - [anon_sym_return] = ACTIONS(914), - [anon_sym_yield] = ACTIONS(914), - [anon_sym_synchronized] = ACTIONS(914), - [anon_sym_throw] = ACTIONS(914), - [anon_sym_try] = ACTIONS(914), - [anon_sym_if] = ACTIONS(914), - [anon_sym_else] = ACTIONS(914), - [anon_sym_for] = ACTIONS(914), - [anon_sym_AT] = ACTIONS(914), - [anon_sym_open] = ACTIONS(914), - [anon_sym_module] = ACTIONS(914), - [anon_sym_static] = ACTIONS(914), - [anon_sym_package] = ACTIONS(914), - [anon_sym_import] = ACTIONS(914), - [anon_sym_enum] = ACTIONS(914), - [anon_sym_public] = ACTIONS(914), - [anon_sym_protected] = ACTIONS(914), - [anon_sym_private] = ACTIONS(914), - [anon_sym_abstract] = ACTIONS(914), - [anon_sym_strictfp] = ACTIONS(914), - [anon_sym_native] = ACTIONS(914), - [anon_sym_transient] = ACTIONS(914), - [anon_sym_volatile] = ACTIONS(914), - [anon_sym_sealed] = ACTIONS(914), - [anon_sym_non_DASHsealed] = ACTIONS(912), - [anon_sym_record] = ACTIONS(914), - [anon_sym_ATinterface] = ACTIONS(912), - [anon_sym_interface] = ACTIONS(914), - [anon_sym_byte] = ACTIONS(914), - [anon_sym_short] = ACTIONS(914), - [anon_sym_int] = ACTIONS(914), - [anon_sym_long] = ACTIONS(914), - [anon_sym_char] = ACTIONS(914), - [anon_sym_float] = ACTIONS(914), - [anon_sym_double] = ACTIONS(914), - [sym_boolean_type] = ACTIONS(914), - [sym_void_type] = ACTIONS(914), - [sym_this] = ACTIONS(914), - [sym_super] = ACTIONS(914), + [ts_builtin_sym_end] = ACTIONS(930), + [sym_identifier] = ACTIONS(932), + [sym_decimal_integer_literal] = ACTIONS(932), + [sym_hex_integer_literal] = ACTIONS(932), + [sym_octal_integer_literal] = ACTIONS(932), + [sym_binary_integer_literal] = ACTIONS(930), + [sym_decimal_floating_point_literal] = ACTIONS(930), + [sym_hex_floating_point_literal] = ACTIONS(932), + [sym_true] = ACTIONS(932), + [sym_false] = ACTIONS(932), + [sym_character_literal] = ACTIONS(930), + [anon_sym_DQUOTE] = ACTIONS(932), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(930), + [sym_null_literal] = ACTIONS(932), + [anon_sym_LPAREN] = ACTIONS(930), + [anon_sym_PLUS] = ACTIONS(932), + [anon_sym_DASH] = ACTIONS(932), + [anon_sym_final] = ACTIONS(932), + [anon_sym_BANG] = ACTIONS(930), + [anon_sym_TILDE] = ACTIONS(930), + [anon_sym_PLUS_PLUS] = ACTIONS(930), + [anon_sym_DASH_DASH] = ACTIONS(930), + [anon_sym_new] = ACTIONS(932), + [anon_sym_class] = ACTIONS(932), + [anon_sym_switch] = ACTIONS(932), + [anon_sym_LBRACE] = ACTIONS(930), + [anon_sym_RBRACE] = ACTIONS(930), + [anon_sym_case] = ACTIONS(932), + [anon_sym_default] = ACTIONS(932), + [anon_sym_SEMI] = ACTIONS(930), + [anon_sym_assert] = ACTIONS(932), + [anon_sym_do] = ACTIONS(932), + [anon_sym_while] = ACTIONS(932), + [anon_sym_break] = ACTIONS(932), + [anon_sym_continue] = ACTIONS(932), + [anon_sym_return] = ACTIONS(932), + [anon_sym_yield] = ACTIONS(932), + [anon_sym_synchronized] = ACTIONS(932), + [anon_sym_throw] = ACTIONS(932), + [anon_sym_try] = ACTIONS(932), + [anon_sym_if] = ACTIONS(932), + [anon_sym_else] = ACTIONS(932), + [anon_sym_for] = ACTIONS(932), + [anon_sym_AT] = ACTIONS(932), + [anon_sym_open] = ACTIONS(932), + [anon_sym_module] = ACTIONS(932), + [anon_sym_static] = ACTIONS(932), + [anon_sym_with] = ACTIONS(932), + [anon_sym_package] = ACTIONS(932), + [anon_sym_import] = ACTIONS(932), + [anon_sym_enum] = ACTIONS(932), + [anon_sym_public] = ACTIONS(932), + [anon_sym_protected] = ACTIONS(932), + [anon_sym_private] = ACTIONS(932), + [anon_sym_abstract] = ACTIONS(932), + [anon_sym_strictfp] = ACTIONS(932), + [anon_sym_native] = ACTIONS(932), + [anon_sym_transient] = ACTIONS(932), + [anon_sym_volatile] = ACTIONS(932), + [anon_sym_sealed] = ACTIONS(932), + [anon_sym_non_DASHsealed] = ACTIONS(930), + [anon_sym_record] = ACTIONS(932), + [anon_sym_ATinterface] = ACTIONS(930), + [anon_sym_interface] = ACTIONS(932), + [anon_sym_byte] = ACTIONS(932), + [anon_sym_short] = ACTIONS(932), + [anon_sym_int] = ACTIONS(932), + [anon_sym_long] = ACTIONS(932), + [anon_sym_char] = ACTIONS(932), + [anon_sym_float] = ACTIONS(932), + [anon_sym_double] = ACTIONS(932), + [sym_boolean_type] = ACTIONS(932), + [sym_void_type] = ACTIONS(932), + [sym_this] = ACTIONS(932), + [sym_super] = ACTIONS(932), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, [317] = { - [ts_builtin_sym_end] = ACTIONS(916), - [sym_identifier] = ACTIONS(918), - [sym_decimal_integer_literal] = ACTIONS(918), - [sym_hex_integer_literal] = ACTIONS(918), - [sym_octal_integer_literal] = ACTIONS(918), - [sym_binary_integer_literal] = ACTIONS(916), - [sym_decimal_floating_point_literal] = ACTIONS(916), - [sym_hex_floating_point_literal] = ACTIONS(918), - [sym_true] = ACTIONS(918), - [sym_false] = ACTIONS(918), - [sym_character_literal] = ACTIONS(916), - [anon_sym_DQUOTE] = ACTIONS(918), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(916), - [sym_null_literal] = ACTIONS(918), - [anon_sym_LPAREN] = ACTIONS(916), - [anon_sym_PLUS] = ACTIONS(918), - [anon_sym_DASH] = ACTIONS(918), - [anon_sym_final] = ACTIONS(918), - [anon_sym_BANG] = ACTIONS(916), - [anon_sym_TILDE] = ACTIONS(916), - [anon_sym_PLUS_PLUS] = ACTIONS(916), - [anon_sym_DASH_DASH] = ACTIONS(916), - [anon_sym_new] = ACTIONS(918), - [anon_sym_class] = ACTIONS(918), - [anon_sym_switch] = ACTIONS(918), - [anon_sym_LBRACE] = ACTIONS(916), - [anon_sym_RBRACE] = ACTIONS(916), - [anon_sym_case] = ACTIONS(918), - [anon_sym_default] = ACTIONS(918), - [anon_sym_SEMI] = ACTIONS(916), - [anon_sym_assert] = ACTIONS(918), - [anon_sym_do] = ACTIONS(918), - [anon_sym_while] = ACTIONS(918), - [anon_sym_break] = ACTIONS(918), - [anon_sym_continue] = ACTIONS(918), - [anon_sym_return] = ACTIONS(918), - [anon_sym_yield] = ACTIONS(918), - [anon_sym_synchronized] = ACTIONS(918), - [anon_sym_throw] = ACTIONS(918), - [anon_sym_try] = ACTIONS(918), - [anon_sym_if] = ACTIONS(918), - [anon_sym_else] = ACTIONS(918), - [anon_sym_for] = ACTIONS(918), - [anon_sym_AT] = ACTIONS(918), - [anon_sym_open] = ACTIONS(918), - [anon_sym_module] = ACTIONS(918), - [anon_sym_static] = ACTIONS(918), - [anon_sym_package] = ACTIONS(918), - [anon_sym_import] = ACTIONS(918), - [anon_sym_enum] = ACTIONS(918), - [anon_sym_public] = ACTIONS(918), - [anon_sym_protected] = ACTIONS(918), - [anon_sym_private] = ACTIONS(918), - [anon_sym_abstract] = ACTIONS(918), - [anon_sym_strictfp] = ACTIONS(918), - [anon_sym_native] = ACTIONS(918), - [anon_sym_transient] = ACTIONS(918), - [anon_sym_volatile] = ACTIONS(918), - [anon_sym_sealed] = ACTIONS(918), - [anon_sym_non_DASHsealed] = ACTIONS(916), - [anon_sym_record] = ACTIONS(918), - [anon_sym_ATinterface] = ACTIONS(916), - [anon_sym_interface] = ACTIONS(918), - [anon_sym_byte] = ACTIONS(918), - [anon_sym_short] = ACTIONS(918), - [anon_sym_int] = ACTIONS(918), - [anon_sym_long] = ACTIONS(918), - [anon_sym_char] = ACTIONS(918), - [anon_sym_float] = ACTIONS(918), - [anon_sym_double] = ACTIONS(918), - [sym_boolean_type] = ACTIONS(918), - [sym_void_type] = ACTIONS(918), - [sym_this] = ACTIONS(918), - [sym_super] = ACTIONS(918), + [ts_builtin_sym_end] = ACTIONS(934), + [sym_identifier] = ACTIONS(936), + [sym_decimal_integer_literal] = ACTIONS(936), + [sym_hex_integer_literal] = ACTIONS(936), + [sym_octal_integer_literal] = ACTIONS(936), + [sym_binary_integer_literal] = ACTIONS(934), + [sym_decimal_floating_point_literal] = ACTIONS(934), + [sym_hex_floating_point_literal] = ACTIONS(936), + [sym_true] = ACTIONS(936), + [sym_false] = ACTIONS(936), + [sym_character_literal] = ACTIONS(934), + [anon_sym_DQUOTE] = ACTIONS(936), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(934), + [sym_null_literal] = ACTIONS(936), + [anon_sym_LPAREN] = ACTIONS(934), + [anon_sym_PLUS] = ACTIONS(936), + [anon_sym_DASH] = ACTIONS(936), + [anon_sym_final] = ACTIONS(936), + [anon_sym_BANG] = ACTIONS(934), + [anon_sym_TILDE] = ACTIONS(934), + [anon_sym_PLUS_PLUS] = ACTIONS(934), + [anon_sym_DASH_DASH] = ACTIONS(934), + [anon_sym_new] = ACTIONS(936), + [anon_sym_class] = ACTIONS(936), + [anon_sym_switch] = ACTIONS(936), + [anon_sym_LBRACE] = ACTIONS(934), + [anon_sym_RBRACE] = ACTIONS(934), + [anon_sym_case] = ACTIONS(936), + [anon_sym_default] = ACTIONS(936), + [anon_sym_SEMI] = ACTIONS(934), + [anon_sym_assert] = ACTIONS(936), + [anon_sym_do] = ACTIONS(936), + [anon_sym_while] = ACTIONS(936), + [anon_sym_break] = ACTIONS(936), + [anon_sym_continue] = ACTIONS(936), + [anon_sym_return] = ACTIONS(936), + [anon_sym_yield] = ACTIONS(936), + [anon_sym_synchronized] = ACTIONS(936), + [anon_sym_throw] = ACTIONS(936), + [anon_sym_try] = ACTIONS(936), + [anon_sym_if] = ACTIONS(936), + [anon_sym_else] = ACTIONS(936), + [anon_sym_for] = ACTIONS(936), + [anon_sym_AT] = ACTIONS(936), + [anon_sym_open] = ACTIONS(936), + [anon_sym_module] = ACTIONS(936), + [anon_sym_static] = ACTIONS(936), + [anon_sym_with] = ACTIONS(936), + [anon_sym_package] = ACTIONS(936), + [anon_sym_import] = ACTIONS(936), + [anon_sym_enum] = ACTIONS(936), + [anon_sym_public] = ACTIONS(936), + [anon_sym_protected] = ACTIONS(936), + [anon_sym_private] = ACTIONS(936), + [anon_sym_abstract] = ACTIONS(936), + [anon_sym_strictfp] = ACTIONS(936), + [anon_sym_native] = ACTIONS(936), + [anon_sym_transient] = ACTIONS(936), + [anon_sym_volatile] = ACTIONS(936), + [anon_sym_sealed] = ACTIONS(936), + [anon_sym_non_DASHsealed] = ACTIONS(934), + [anon_sym_record] = ACTIONS(936), + [anon_sym_ATinterface] = ACTIONS(934), + [anon_sym_interface] = ACTIONS(936), + [anon_sym_byte] = ACTIONS(936), + [anon_sym_short] = ACTIONS(936), + [anon_sym_int] = ACTIONS(936), + [anon_sym_long] = ACTIONS(936), + [anon_sym_char] = ACTIONS(936), + [anon_sym_float] = ACTIONS(936), + [anon_sym_double] = ACTIONS(936), + [sym_boolean_type] = ACTIONS(936), + [sym_void_type] = ACTIONS(936), + [sym_this] = ACTIONS(936), + [sym_super] = ACTIONS(936), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, [318] = { - [ts_builtin_sym_end] = ACTIONS(920), - [sym_identifier] = ACTIONS(922), - [sym_decimal_integer_literal] = ACTIONS(922), - [sym_hex_integer_literal] = ACTIONS(922), - [sym_octal_integer_literal] = ACTIONS(922), - [sym_binary_integer_literal] = ACTIONS(920), - [sym_decimal_floating_point_literal] = ACTIONS(920), - [sym_hex_floating_point_literal] = ACTIONS(922), - [sym_true] = ACTIONS(922), - [sym_false] = ACTIONS(922), - [sym_character_literal] = ACTIONS(920), - [anon_sym_DQUOTE] = ACTIONS(922), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(920), - [sym_null_literal] = ACTIONS(922), - [anon_sym_LPAREN] = ACTIONS(920), - [anon_sym_PLUS] = ACTIONS(922), - [anon_sym_DASH] = ACTIONS(922), - [anon_sym_final] = ACTIONS(922), - [anon_sym_BANG] = ACTIONS(920), - [anon_sym_TILDE] = ACTIONS(920), - [anon_sym_PLUS_PLUS] = ACTIONS(920), - [anon_sym_DASH_DASH] = ACTIONS(920), - [anon_sym_new] = ACTIONS(922), - [anon_sym_class] = ACTIONS(922), - [anon_sym_switch] = ACTIONS(922), - [anon_sym_LBRACE] = ACTIONS(920), - [anon_sym_RBRACE] = ACTIONS(920), - [anon_sym_case] = ACTIONS(922), - [anon_sym_default] = ACTIONS(922), - [anon_sym_SEMI] = ACTIONS(920), - [anon_sym_assert] = ACTIONS(922), - [anon_sym_do] = ACTIONS(922), - [anon_sym_while] = ACTIONS(922), - [anon_sym_break] = ACTIONS(922), - [anon_sym_continue] = ACTIONS(922), - [anon_sym_return] = ACTIONS(922), - [anon_sym_yield] = ACTIONS(922), - [anon_sym_synchronized] = ACTIONS(922), - [anon_sym_throw] = ACTIONS(922), - [anon_sym_try] = ACTIONS(922), - [anon_sym_if] = ACTIONS(922), - [anon_sym_else] = ACTIONS(922), - [anon_sym_for] = ACTIONS(922), - [anon_sym_AT] = ACTIONS(922), - [anon_sym_open] = ACTIONS(922), - [anon_sym_module] = ACTIONS(922), - [anon_sym_static] = ACTIONS(922), - [anon_sym_package] = ACTIONS(922), - [anon_sym_import] = ACTIONS(922), - [anon_sym_enum] = ACTIONS(922), - [anon_sym_public] = ACTIONS(922), - [anon_sym_protected] = ACTIONS(922), - [anon_sym_private] = ACTIONS(922), - [anon_sym_abstract] = ACTIONS(922), - [anon_sym_strictfp] = ACTIONS(922), - [anon_sym_native] = ACTIONS(922), - [anon_sym_transient] = ACTIONS(922), - [anon_sym_volatile] = ACTIONS(922), - [anon_sym_sealed] = ACTIONS(922), - [anon_sym_non_DASHsealed] = ACTIONS(920), - [anon_sym_record] = ACTIONS(922), - [anon_sym_ATinterface] = ACTIONS(920), - [anon_sym_interface] = ACTIONS(922), - [anon_sym_byte] = ACTIONS(922), - [anon_sym_short] = ACTIONS(922), - [anon_sym_int] = ACTIONS(922), - [anon_sym_long] = ACTIONS(922), - [anon_sym_char] = ACTIONS(922), - [anon_sym_float] = ACTIONS(922), - [anon_sym_double] = ACTIONS(922), - [sym_boolean_type] = ACTIONS(922), - [sym_void_type] = ACTIONS(922), - [sym_this] = ACTIONS(922), - [sym_super] = ACTIONS(922), + [ts_builtin_sym_end] = ACTIONS(938), + [sym_identifier] = ACTIONS(940), + [sym_decimal_integer_literal] = ACTIONS(940), + [sym_hex_integer_literal] = ACTIONS(940), + [sym_octal_integer_literal] = ACTIONS(940), + [sym_binary_integer_literal] = ACTIONS(938), + [sym_decimal_floating_point_literal] = ACTIONS(938), + [sym_hex_floating_point_literal] = ACTIONS(940), + [sym_true] = ACTIONS(940), + [sym_false] = ACTIONS(940), + [sym_character_literal] = ACTIONS(938), + [anon_sym_DQUOTE] = ACTIONS(940), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(938), + [sym_null_literal] = ACTIONS(940), + [anon_sym_LPAREN] = ACTIONS(938), + [anon_sym_PLUS] = ACTIONS(940), + [anon_sym_DASH] = ACTIONS(940), + [anon_sym_final] = ACTIONS(940), + [anon_sym_BANG] = ACTIONS(938), + [anon_sym_TILDE] = ACTIONS(938), + [anon_sym_PLUS_PLUS] = ACTIONS(938), + [anon_sym_DASH_DASH] = ACTIONS(938), + [anon_sym_new] = ACTIONS(940), + [anon_sym_class] = ACTIONS(940), + [anon_sym_switch] = ACTIONS(940), + [anon_sym_LBRACE] = ACTIONS(938), + [anon_sym_RBRACE] = ACTIONS(938), + [anon_sym_case] = ACTIONS(940), + [anon_sym_default] = ACTIONS(940), + [anon_sym_SEMI] = ACTIONS(938), + [anon_sym_assert] = ACTIONS(940), + [anon_sym_do] = ACTIONS(940), + [anon_sym_while] = ACTIONS(940), + [anon_sym_break] = ACTIONS(940), + [anon_sym_continue] = ACTIONS(940), + [anon_sym_return] = ACTIONS(940), + [anon_sym_yield] = ACTIONS(940), + [anon_sym_synchronized] = ACTIONS(940), + [anon_sym_throw] = ACTIONS(940), + [anon_sym_try] = ACTIONS(940), + [anon_sym_if] = ACTIONS(940), + [anon_sym_else] = ACTIONS(940), + [anon_sym_for] = ACTIONS(940), + [anon_sym_AT] = ACTIONS(940), + [anon_sym_open] = ACTIONS(940), + [anon_sym_module] = ACTIONS(940), + [anon_sym_static] = ACTIONS(940), + [anon_sym_with] = ACTIONS(940), + [anon_sym_package] = ACTIONS(940), + [anon_sym_import] = ACTIONS(940), + [anon_sym_enum] = ACTIONS(940), + [anon_sym_public] = ACTIONS(940), + [anon_sym_protected] = ACTIONS(940), + [anon_sym_private] = ACTIONS(940), + [anon_sym_abstract] = ACTIONS(940), + [anon_sym_strictfp] = ACTIONS(940), + [anon_sym_native] = ACTIONS(940), + [anon_sym_transient] = ACTIONS(940), + [anon_sym_volatile] = ACTIONS(940), + [anon_sym_sealed] = ACTIONS(940), + [anon_sym_non_DASHsealed] = ACTIONS(938), + [anon_sym_record] = ACTIONS(940), + [anon_sym_ATinterface] = ACTIONS(938), + [anon_sym_interface] = ACTIONS(940), + [anon_sym_byte] = ACTIONS(940), + [anon_sym_short] = ACTIONS(940), + [anon_sym_int] = ACTIONS(940), + [anon_sym_long] = ACTIONS(940), + [anon_sym_char] = ACTIONS(940), + [anon_sym_float] = ACTIONS(940), + [anon_sym_double] = ACTIONS(940), + [sym_boolean_type] = ACTIONS(940), + [sym_void_type] = ACTIONS(940), + [sym_this] = ACTIONS(940), + [sym_super] = ACTIONS(940), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, [319] = { - [ts_builtin_sym_end] = ACTIONS(924), - [sym_identifier] = ACTIONS(926), - [sym_decimal_integer_literal] = ACTIONS(926), - [sym_hex_integer_literal] = ACTIONS(926), - [sym_octal_integer_literal] = ACTIONS(926), - [sym_binary_integer_literal] = ACTIONS(924), - [sym_decimal_floating_point_literal] = ACTIONS(924), - [sym_hex_floating_point_literal] = ACTIONS(926), - [sym_true] = ACTIONS(926), - [sym_false] = ACTIONS(926), - [sym_character_literal] = ACTIONS(924), - [anon_sym_DQUOTE] = ACTIONS(926), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(924), - [sym_null_literal] = ACTIONS(926), - [anon_sym_LPAREN] = ACTIONS(924), - [anon_sym_PLUS] = ACTIONS(926), - [anon_sym_DASH] = ACTIONS(926), - [anon_sym_final] = ACTIONS(926), - [anon_sym_BANG] = ACTIONS(924), - [anon_sym_TILDE] = ACTIONS(924), - [anon_sym_PLUS_PLUS] = ACTIONS(924), - [anon_sym_DASH_DASH] = ACTIONS(924), - [anon_sym_new] = ACTIONS(926), - [anon_sym_class] = ACTIONS(926), - [anon_sym_switch] = ACTIONS(926), - [anon_sym_LBRACE] = ACTIONS(924), - [anon_sym_RBRACE] = ACTIONS(924), - [anon_sym_case] = ACTIONS(926), - [anon_sym_default] = ACTIONS(926), - [anon_sym_SEMI] = ACTIONS(924), - [anon_sym_assert] = ACTIONS(926), - [anon_sym_do] = ACTIONS(926), - [anon_sym_while] = ACTIONS(926), - [anon_sym_break] = ACTIONS(926), - [anon_sym_continue] = ACTIONS(926), - [anon_sym_return] = ACTIONS(926), - [anon_sym_yield] = ACTIONS(926), - [anon_sym_synchronized] = ACTIONS(926), - [anon_sym_throw] = ACTIONS(926), - [anon_sym_try] = ACTIONS(926), - [anon_sym_if] = ACTIONS(926), - [anon_sym_else] = ACTIONS(926), - [anon_sym_for] = ACTIONS(926), - [anon_sym_AT] = ACTIONS(926), - [anon_sym_open] = ACTIONS(926), - [anon_sym_module] = ACTIONS(926), - [anon_sym_static] = ACTIONS(926), - [anon_sym_package] = ACTIONS(926), - [anon_sym_import] = ACTIONS(926), - [anon_sym_enum] = ACTIONS(926), - [anon_sym_public] = ACTIONS(926), - [anon_sym_protected] = ACTIONS(926), - [anon_sym_private] = ACTIONS(926), - [anon_sym_abstract] = ACTIONS(926), - [anon_sym_strictfp] = ACTIONS(926), - [anon_sym_native] = ACTIONS(926), - [anon_sym_transient] = ACTIONS(926), - [anon_sym_volatile] = ACTIONS(926), - [anon_sym_sealed] = ACTIONS(926), - [anon_sym_non_DASHsealed] = ACTIONS(924), - [anon_sym_record] = ACTIONS(926), - [anon_sym_ATinterface] = ACTIONS(924), - [anon_sym_interface] = ACTIONS(926), - [anon_sym_byte] = ACTIONS(926), - [anon_sym_short] = ACTIONS(926), - [anon_sym_int] = ACTIONS(926), - [anon_sym_long] = ACTIONS(926), - [anon_sym_char] = ACTIONS(926), - [anon_sym_float] = ACTIONS(926), - [anon_sym_double] = ACTIONS(926), - [sym_boolean_type] = ACTIONS(926), - [sym_void_type] = ACTIONS(926), - [sym_this] = ACTIONS(926), - [sym_super] = ACTIONS(926), + [ts_builtin_sym_end] = ACTIONS(942), + [sym_identifier] = ACTIONS(944), + [sym_decimal_integer_literal] = ACTIONS(944), + [sym_hex_integer_literal] = ACTIONS(944), + [sym_octal_integer_literal] = ACTIONS(944), + [sym_binary_integer_literal] = ACTIONS(942), + [sym_decimal_floating_point_literal] = ACTIONS(942), + [sym_hex_floating_point_literal] = ACTIONS(944), + [sym_true] = ACTIONS(944), + [sym_false] = ACTIONS(944), + [sym_character_literal] = ACTIONS(942), + [anon_sym_DQUOTE] = ACTIONS(944), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(942), + [sym_null_literal] = ACTIONS(944), + [anon_sym_LPAREN] = ACTIONS(942), + [anon_sym_PLUS] = ACTIONS(944), + [anon_sym_DASH] = ACTIONS(944), + [anon_sym_final] = ACTIONS(944), + [anon_sym_BANG] = ACTIONS(942), + [anon_sym_TILDE] = ACTIONS(942), + [anon_sym_PLUS_PLUS] = ACTIONS(942), + [anon_sym_DASH_DASH] = ACTIONS(942), + [anon_sym_new] = ACTIONS(944), + [anon_sym_class] = ACTIONS(944), + [anon_sym_switch] = ACTIONS(944), + [anon_sym_LBRACE] = ACTIONS(942), + [anon_sym_RBRACE] = ACTIONS(942), + [anon_sym_case] = ACTIONS(944), + [anon_sym_default] = ACTIONS(944), + [anon_sym_SEMI] = ACTIONS(942), + [anon_sym_assert] = ACTIONS(944), + [anon_sym_do] = ACTIONS(944), + [anon_sym_while] = ACTIONS(944), + [anon_sym_break] = ACTIONS(944), + [anon_sym_continue] = ACTIONS(944), + [anon_sym_return] = ACTIONS(944), + [anon_sym_yield] = ACTIONS(944), + [anon_sym_synchronized] = ACTIONS(944), + [anon_sym_throw] = ACTIONS(944), + [anon_sym_try] = ACTIONS(944), + [anon_sym_if] = ACTIONS(944), + [anon_sym_else] = ACTIONS(944), + [anon_sym_for] = ACTIONS(944), + [anon_sym_AT] = ACTIONS(944), + [anon_sym_open] = ACTIONS(944), + [anon_sym_module] = ACTIONS(944), + [anon_sym_static] = ACTIONS(944), + [anon_sym_with] = ACTIONS(944), + [anon_sym_package] = ACTIONS(944), + [anon_sym_import] = ACTIONS(944), + [anon_sym_enum] = ACTIONS(944), + [anon_sym_public] = ACTIONS(944), + [anon_sym_protected] = ACTIONS(944), + [anon_sym_private] = ACTIONS(944), + [anon_sym_abstract] = ACTIONS(944), + [anon_sym_strictfp] = ACTIONS(944), + [anon_sym_native] = ACTIONS(944), + [anon_sym_transient] = ACTIONS(944), + [anon_sym_volatile] = ACTIONS(944), + [anon_sym_sealed] = ACTIONS(944), + [anon_sym_non_DASHsealed] = ACTIONS(942), + [anon_sym_record] = ACTIONS(944), + [anon_sym_ATinterface] = ACTIONS(942), + [anon_sym_interface] = ACTIONS(944), + [anon_sym_byte] = ACTIONS(944), + [anon_sym_short] = ACTIONS(944), + [anon_sym_int] = ACTIONS(944), + [anon_sym_long] = ACTIONS(944), + [anon_sym_char] = ACTIONS(944), + [anon_sym_float] = ACTIONS(944), + [anon_sym_double] = ACTIONS(944), + [sym_boolean_type] = ACTIONS(944), + [sym_void_type] = ACTIONS(944), + [sym_this] = ACTIONS(944), + [sym_super] = ACTIONS(944), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, [320] = { - [ts_builtin_sym_end] = ACTIONS(928), - [sym_identifier] = ACTIONS(930), - [sym_decimal_integer_literal] = ACTIONS(930), - [sym_hex_integer_literal] = ACTIONS(930), - [sym_octal_integer_literal] = ACTIONS(930), - [sym_binary_integer_literal] = ACTIONS(928), - [sym_decimal_floating_point_literal] = ACTIONS(928), - [sym_hex_floating_point_literal] = ACTIONS(930), - [sym_true] = ACTIONS(930), - [sym_false] = ACTIONS(930), - [sym_character_literal] = ACTIONS(928), - [anon_sym_DQUOTE] = ACTIONS(930), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(928), - [sym_null_literal] = ACTIONS(930), - [anon_sym_LPAREN] = ACTIONS(928), - [anon_sym_PLUS] = ACTIONS(930), - [anon_sym_DASH] = ACTIONS(930), - [anon_sym_final] = ACTIONS(930), - [anon_sym_BANG] = ACTIONS(928), - [anon_sym_TILDE] = ACTIONS(928), - [anon_sym_PLUS_PLUS] = ACTIONS(928), - [anon_sym_DASH_DASH] = ACTIONS(928), - [anon_sym_new] = ACTIONS(930), - [anon_sym_class] = ACTIONS(930), - [anon_sym_switch] = ACTIONS(930), - [anon_sym_LBRACE] = ACTIONS(928), - [anon_sym_RBRACE] = ACTIONS(928), - [anon_sym_case] = ACTIONS(930), - [anon_sym_default] = ACTIONS(930), - [anon_sym_SEMI] = ACTIONS(928), - [anon_sym_assert] = ACTIONS(930), - [anon_sym_do] = ACTIONS(930), - [anon_sym_while] = ACTIONS(930), - [anon_sym_break] = ACTIONS(930), - [anon_sym_continue] = ACTIONS(930), - [anon_sym_return] = ACTIONS(930), - [anon_sym_yield] = ACTIONS(930), - [anon_sym_synchronized] = ACTIONS(930), - [anon_sym_throw] = ACTIONS(930), - [anon_sym_try] = ACTIONS(930), - [anon_sym_if] = ACTIONS(930), - [anon_sym_else] = ACTIONS(930), - [anon_sym_for] = ACTIONS(930), - [anon_sym_AT] = ACTIONS(930), - [anon_sym_open] = ACTIONS(930), - [anon_sym_module] = ACTIONS(930), - [anon_sym_static] = ACTIONS(930), - [anon_sym_package] = ACTIONS(930), - [anon_sym_import] = ACTIONS(930), - [anon_sym_enum] = ACTIONS(930), - [anon_sym_public] = ACTIONS(930), - [anon_sym_protected] = ACTIONS(930), - [anon_sym_private] = ACTIONS(930), - [anon_sym_abstract] = ACTIONS(930), - [anon_sym_strictfp] = ACTIONS(930), - [anon_sym_native] = ACTIONS(930), - [anon_sym_transient] = ACTIONS(930), - [anon_sym_volatile] = ACTIONS(930), - [anon_sym_sealed] = ACTIONS(930), - [anon_sym_non_DASHsealed] = ACTIONS(928), - [anon_sym_record] = ACTIONS(930), - [anon_sym_ATinterface] = ACTIONS(928), - [anon_sym_interface] = ACTIONS(930), - [anon_sym_byte] = ACTIONS(930), - [anon_sym_short] = ACTIONS(930), - [anon_sym_int] = ACTIONS(930), - [anon_sym_long] = ACTIONS(930), - [anon_sym_char] = ACTIONS(930), - [anon_sym_float] = ACTIONS(930), - [anon_sym_double] = ACTIONS(930), - [sym_boolean_type] = ACTIONS(930), - [sym_void_type] = ACTIONS(930), - [sym_this] = ACTIONS(930), - [sym_super] = ACTIONS(930), + [ts_builtin_sym_end] = ACTIONS(946), + [sym_identifier] = ACTIONS(948), + [sym_decimal_integer_literal] = ACTIONS(948), + [sym_hex_integer_literal] = ACTIONS(948), + [sym_octal_integer_literal] = ACTIONS(948), + [sym_binary_integer_literal] = ACTIONS(946), + [sym_decimal_floating_point_literal] = ACTIONS(946), + [sym_hex_floating_point_literal] = ACTIONS(948), + [sym_true] = ACTIONS(948), + [sym_false] = ACTIONS(948), + [sym_character_literal] = ACTIONS(946), + [anon_sym_DQUOTE] = ACTIONS(948), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(946), + [sym_null_literal] = ACTIONS(948), + [anon_sym_LPAREN] = ACTIONS(946), + [anon_sym_PLUS] = ACTIONS(948), + [anon_sym_DASH] = ACTIONS(948), + [anon_sym_final] = ACTIONS(948), + [anon_sym_BANG] = ACTIONS(946), + [anon_sym_TILDE] = ACTIONS(946), + [anon_sym_PLUS_PLUS] = ACTIONS(946), + [anon_sym_DASH_DASH] = ACTIONS(946), + [anon_sym_new] = ACTIONS(948), + [anon_sym_class] = ACTIONS(948), + [anon_sym_switch] = ACTIONS(948), + [anon_sym_LBRACE] = ACTIONS(946), + [anon_sym_RBRACE] = ACTIONS(946), + [anon_sym_case] = ACTIONS(948), + [anon_sym_default] = ACTIONS(948), + [anon_sym_SEMI] = ACTIONS(946), + [anon_sym_assert] = ACTIONS(948), + [anon_sym_do] = ACTIONS(948), + [anon_sym_while] = ACTIONS(948), + [anon_sym_break] = ACTIONS(948), + [anon_sym_continue] = ACTIONS(948), + [anon_sym_return] = ACTIONS(948), + [anon_sym_yield] = ACTIONS(948), + [anon_sym_synchronized] = ACTIONS(948), + [anon_sym_throw] = ACTIONS(948), + [anon_sym_try] = ACTIONS(948), + [anon_sym_if] = ACTIONS(948), + [anon_sym_else] = ACTIONS(948), + [anon_sym_for] = ACTIONS(948), + [anon_sym_AT] = ACTIONS(948), + [anon_sym_open] = ACTIONS(948), + [anon_sym_module] = ACTIONS(948), + [anon_sym_static] = ACTIONS(948), + [anon_sym_with] = ACTIONS(948), + [anon_sym_package] = ACTIONS(948), + [anon_sym_import] = ACTIONS(948), + [anon_sym_enum] = ACTIONS(948), + [anon_sym_public] = ACTIONS(948), + [anon_sym_protected] = ACTIONS(948), + [anon_sym_private] = ACTIONS(948), + [anon_sym_abstract] = ACTIONS(948), + [anon_sym_strictfp] = ACTIONS(948), + [anon_sym_native] = ACTIONS(948), + [anon_sym_transient] = ACTIONS(948), + [anon_sym_volatile] = ACTIONS(948), + [anon_sym_sealed] = ACTIONS(948), + [anon_sym_non_DASHsealed] = ACTIONS(946), + [anon_sym_record] = ACTIONS(948), + [anon_sym_ATinterface] = ACTIONS(946), + [anon_sym_interface] = ACTIONS(948), + [anon_sym_byte] = ACTIONS(948), + [anon_sym_short] = ACTIONS(948), + [anon_sym_int] = ACTIONS(948), + [anon_sym_long] = ACTIONS(948), + [anon_sym_char] = ACTIONS(948), + [anon_sym_float] = ACTIONS(948), + [anon_sym_double] = ACTIONS(948), + [sym_boolean_type] = ACTIONS(948), + [sym_void_type] = ACTIONS(948), + [sym_this] = ACTIONS(948), + [sym_super] = ACTIONS(948), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, [321] = { - [ts_builtin_sym_end] = ACTIONS(932), - [sym_identifier] = ACTIONS(934), - [sym_decimal_integer_literal] = ACTIONS(934), - [sym_hex_integer_literal] = ACTIONS(934), - [sym_octal_integer_literal] = ACTIONS(934), - [sym_binary_integer_literal] = ACTIONS(932), - [sym_decimal_floating_point_literal] = ACTIONS(932), - [sym_hex_floating_point_literal] = ACTIONS(934), - [sym_true] = ACTIONS(934), - [sym_false] = ACTIONS(934), - [sym_character_literal] = ACTIONS(932), - [anon_sym_DQUOTE] = ACTIONS(934), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), - [sym_null_literal] = ACTIONS(934), - [anon_sym_LPAREN] = ACTIONS(932), - [anon_sym_PLUS] = ACTIONS(934), - [anon_sym_DASH] = ACTIONS(934), - [anon_sym_final] = ACTIONS(934), - [anon_sym_BANG] = ACTIONS(932), - [anon_sym_TILDE] = ACTIONS(932), - [anon_sym_PLUS_PLUS] = ACTIONS(932), - [anon_sym_DASH_DASH] = ACTIONS(932), - [anon_sym_new] = ACTIONS(934), - [anon_sym_class] = ACTIONS(934), - [anon_sym_switch] = ACTIONS(934), - [anon_sym_LBRACE] = ACTIONS(932), - [anon_sym_RBRACE] = ACTIONS(932), - [anon_sym_case] = ACTIONS(934), - [anon_sym_default] = ACTIONS(934), - [anon_sym_SEMI] = ACTIONS(932), - [anon_sym_assert] = ACTIONS(934), - [anon_sym_do] = ACTIONS(934), - [anon_sym_while] = ACTIONS(934), - [anon_sym_break] = ACTIONS(934), - [anon_sym_continue] = ACTIONS(934), - [anon_sym_return] = ACTIONS(934), - [anon_sym_yield] = ACTIONS(934), - [anon_sym_synchronized] = ACTIONS(934), - [anon_sym_throw] = ACTIONS(934), - [anon_sym_try] = ACTIONS(934), - [anon_sym_if] = ACTIONS(934), - [anon_sym_else] = ACTIONS(934), - [anon_sym_for] = ACTIONS(934), - [anon_sym_AT] = ACTIONS(934), - [anon_sym_open] = ACTIONS(934), - [anon_sym_module] = ACTIONS(934), - [anon_sym_static] = ACTIONS(934), - [anon_sym_package] = ACTIONS(934), - [anon_sym_import] = ACTIONS(934), - [anon_sym_enum] = ACTIONS(934), - [anon_sym_public] = ACTIONS(934), - [anon_sym_protected] = ACTIONS(934), - [anon_sym_private] = ACTIONS(934), - [anon_sym_abstract] = ACTIONS(934), - [anon_sym_strictfp] = ACTIONS(934), - [anon_sym_native] = ACTIONS(934), - [anon_sym_transient] = ACTIONS(934), - [anon_sym_volatile] = ACTIONS(934), - [anon_sym_sealed] = ACTIONS(934), - [anon_sym_non_DASHsealed] = ACTIONS(932), - [anon_sym_record] = ACTIONS(934), - [anon_sym_ATinterface] = ACTIONS(932), - [anon_sym_interface] = ACTIONS(934), - [anon_sym_byte] = ACTIONS(934), - [anon_sym_short] = ACTIONS(934), - [anon_sym_int] = ACTIONS(934), - [anon_sym_long] = ACTIONS(934), - [anon_sym_char] = ACTIONS(934), - [anon_sym_float] = ACTIONS(934), - [anon_sym_double] = ACTIONS(934), - [sym_boolean_type] = ACTIONS(934), - [sym_void_type] = ACTIONS(934), - [sym_this] = ACTIONS(934), - [sym_super] = ACTIONS(934), + [ts_builtin_sym_end] = ACTIONS(950), + [sym_identifier] = ACTIONS(952), + [sym_decimal_integer_literal] = ACTIONS(952), + [sym_hex_integer_literal] = ACTIONS(952), + [sym_octal_integer_literal] = ACTIONS(952), + [sym_binary_integer_literal] = ACTIONS(950), + [sym_decimal_floating_point_literal] = ACTIONS(950), + [sym_hex_floating_point_literal] = ACTIONS(952), + [sym_true] = ACTIONS(952), + [sym_false] = ACTIONS(952), + [sym_character_literal] = ACTIONS(950), + [anon_sym_DQUOTE] = ACTIONS(952), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(950), + [sym_null_literal] = ACTIONS(952), + [anon_sym_LPAREN] = ACTIONS(950), + [anon_sym_PLUS] = ACTIONS(952), + [anon_sym_DASH] = ACTIONS(952), + [anon_sym_final] = ACTIONS(952), + [anon_sym_BANG] = ACTIONS(950), + [anon_sym_TILDE] = ACTIONS(950), + [anon_sym_PLUS_PLUS] = ACTIONS(950), + [anon_sym_DASH_DASH] = ACTIONS(950), + [anon_sym_new] = ACTIONS(952), + [anon_sym_class] = ACTIONS(952), + [anon_sym_switch] = ACTIONS(952), + [anon_sym_LBRACE] = ACTIONS(950), + [anon_sym_RBRACE] = ACTIONS(950), + [anon_sym_case] = ACTIONS(952), + [anon_sym_default] = ACTIONS(952), + [anon_sym_SEMI] = ACTIONS(950), + [anon_sym_assert] = ACTIONS(952), + [anon_sym_do] = ACTIONS(952), + [anon_sym_while] = ACTIONS(952), + [anon_sym_break] = ACTIONS(952), + [anon_sym_continue] = ACTIONS(952), + [anon_sym_return] = ACTIONS(952), + [anon_sym_yield] = ACTIONS(952), + [anon_sym_synchronized] = ACTIONS(952), + [anon_sym_throw] = ACTIONS(952), + [anon_sym_try] = ACTIONS(952), + [anon_sym_if] = ACTIONS(952), + [anon_sym_else] = ACTIONS(952), + [anon_sym_for] = ACTIONS(952), + [anon_sym_AT] = ACTIONS(952), + [anon_sym_open] = ACTIONS(952), + [anon_sym_module] = ACTIONS(952), + [anon_sym_static] = ACTIONS(952), + [anon_sym_with] = ACTIONS(952), + [anon_sym_package] = ACTIONS(952), + [anon_sym_import] = ACTIONS(952), + [anon_sym_enum] = ACTIONS(952), + [anon_sym_public] = ACTIONS(952), + [anon_sym_protected] = ACTIONS(952), + [anon_sym_private] = ACTIONS(952), + [anon_sym_abstract] = ACTIONS(952), + [anon_sym_strictfp] = ACTIONS(952), + [anon_sym_native] = ACTIONS(952), + [anon_sym_transient] = ACTIONS(952), + [anon_sym_volatile] = ACTIONS(952), + [anon_sym_sealed] = ACTIONS(952), + [anon_sym_non_DASHsealed] = ACTIONS(950), + [anon_sym_record] = ACTIONS(952), + [anon_sym_ATinterface] = ACTIONS(950), + [anon_sym_interface] = ACTIONS(952), + [anon_sym_byte] = ACTIONS(952), + [anon_sym_short] = ACTIONS(952), + [anon_sym_int] = ACTIONS(952), + [anon_sym_long] = ACTIONS(952), + [anon_sym_char] = ACTIONS(952), + [anon_sym_float] = ACTIONS(952), + [anon_sym_double] = ACTIONS(952), + [sym_boolean_type] = ACTIONS(952), + [sym_void_type] = ACTIONS(952), + [sym_this] = ACTIONS(952), + [sym_super] = ACTIONS(952), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, [322] = { - [ts_builtin_sym_end] = ACTIONS(936), - [sym_identifier] = ACTIONS(938), - [sym_decimal_integer_literal] = ACTIONS(938), - [sym_hex_integer_literal] = ACTIONS(938), - [sym_octal_integer_literal] = ACTIONS(938), - [sym_binary_integer_literal] = ACTIONS(936), - [sym_decimal_floating_point_literal] = ACTIONS(936), - [sym_hex_floating_point_literal] = ACTIONS(938), - [sym_true] = ACTIONS(938), - [sym_false] = ACTIONS(938), - [sym_character_literal] = ACTIONS(936), - [anon_sym_DQUOTE] = ACTIONS(938), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(936), - [sym_null_literal] = ACTIONS(938), - [anon_sym_LPAREN] = ACTIONS(936), - [anon_sym_PLUS] = ACTIONS(938), - [anon_sym_DASH] = ACTIONS(938), - [anon_sym_final] = ACTIONS(938), - [anon_sym_BANG] = ACTIONS(936), - [anon_sym_TILDE] = ACTIONS(936), - [anon_sym_PLUS_PLUS] = ACTIONS(936), - [anon_sym_DASH_DASH] = ACTIONS(936), - [anon_sym_new] = ACTIONS(938), - [anon_sym_class] = ACTIONS(938), - [anon_sym_switch] = ACTIONS(938), - [anon_sym_LBRACE] = ACTIONS(936), - [anon_sym_RBRACE] = ACTIONS(936), - [anon_sym_case] = ACTIONS(938), - [anon_sym_default] = ACTIONS(938), - [anon_sym_SEMI] = ACTIONS(936), - [anon_sym_assert] = ACTIONS(938), - [anon_sym_do] = ACTIONS(938), - [anon_sym_while] = ACTIONS(938), - [anon_sym_break] = ACTIONS(938), - [anon_sym_continue] = ACTIONS(938), - [anon_sym_return] = ACTIONS(938), - [anon_sym_yield] = ACTIONS(938), - [anon_sym_synchronized] = ACTIONS(938), - [anon_sym_throw] = ACTIONS(938), - [anon_sym_try] = ACTIONS(938), - [anon_sym_if] = ACTIONS(938), - [anon_sym_else] = ACTIONS(938), - [anon_sym_for] = ACTIONS(938), - [anon_sym_AT] = ACTIONS(938), - [anon_sym_open] = ACTIONS(938), - [anon_sym_module] = ACTIONS(938), - [anon_sym_static] = ACTIONS(938), - [anon_sym_package] = ACTIONS(938), - [anon_sym_import] = ACTIONS(938), - [anon_sym_enum] = ACTIONS(938), - [anon_sym_public] = ACTIONS(938), - [anon_sym_protected] = ACTIONS(938), - [anon_sym_private] = ACTIONS(938), - [anon_sym_abstract] = ACTIONS(938), - [anon_sym_strictfp] = ACTIONS(938), - [anon_sym_native] = ACTIONS(938), - [anon_sym_transient] = ACTIONS(938), - [anon_sym_volatile] = ACTIONS(938), - [anon_sym_sealed] = ACTIONS(938), - [anon_sym_non_DASHsealed] = ACTIONS(936), - [anon_sym_record] = ACTIONS(938), - [anon_sym_ATinterface] = ACTIONS(936), - [anon_sym_interface] = ACTIONS(938), - [anon_sym_byte] = ACTIONS(938), - [anon_sym_short] = ACTIONS(938), - [anon_sym_int] = ACTIONS(938), - [anon_sym_long] = ACTIONS(938), - [anon_sym_char] = ACTIONS(938), - [anon_sym_float] = ACTIONS(938), - [anon_sym_double] = ACTIONS(938), - [sym_boolean_type] = ACTIONS(938), - [sym_void_type] = ACTIONS(938), - [sym_this] = ACTIONS(938), - [sym_super] = ACTIONS(938), + [ts_builtin_sym_end] = ACTIONS(954), + [sym_identifier] = ACTIONS(956), + [sym_decimal_integer_literal] = ACTIONS(956), + [sym_hex_integer_literal] = ACTIONS(956), + [sym_octal_integer_literal] = ACTIONS(956), + [sym_binary_integer_literal] = ACTIONS(954), + [sym_decimal_floating_point_literal] = ACTIONS(954), + [sym_hex_floating_point_literal] = ACTIONS(956), + [sym_true] = ACTIONS(956), + [sym_false] = ACTIONS(956), + [sym_character_literal] = ACTIONS(954), + [anon_sym_DQUOTE] = ACTIONS(956), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(954), + [sym_null_literal] = ACTIONS(956), + [anon_sym_LPAREN] = ACTIONS(954), + [anon_sym_PLUS] = ACTIONS(956), + [anon_sym_DASH] = ACTIONS(956), + [anon_sym_final] = ACTIONS(956), + [anon_sym_BANG] = ACTIONS(954), + [anon_sym_TILDE] = ACTIONS(954), + [anon_sym_PLUS_PLUS] = ACTIONS(954), + [anon_sym_DASH_DASH] = ACTIONS(954), + [anon_sym_new] = ACTIONS(956), + [anon_sym_class] = ACTIONS(956), + [anon_sym_switch] = ACTIONS(956), + [anon_sym_LBRACE] = ACTIONS(954), + [anon_sym_RBRACE] = ACTIONS(954), + [anon_sym_case] = ACTIONS(956), + [anon_sym_default] = ACTIONS(956), + [anon_sym_SEMI] = ACTIONS(954), + [anon_sym_assert] = ACTIONS(956), + [anon_sym_do] = ACTIONS(956), + [anon_sym_while] = ACTIONS(956), + [anon_sym_break] = ACTIONS(956), + [anon_sym_continue] = ACTIONS(956), + [anon_sym_return] = ACTIONS(956), + [anon_sym_yield] = ACTIONS(956), + [anon_sym_synchronized] = ACTIONS(956), + [anon_sym_throw] = ACTIONS(956), + [anon_sym_try] = ACTIONS(956), + [anon_sym_if] = ACTIONS(956), + [anon_sym_else] = ACTIONS(956), + [anon_sym_for] = ACTIONS(956), + [anon_sym_AT] = ACTIONS(956), + [anon_sym_open] = ACTIONS(956), + [anon_sym_module] = ACTIONS(956), + [anon_sym_static] = ACTIONS(956), + [anon_sym_with] = ACTIONS(956), + [anon_sym_package] = ACTIONS(956), + [anon_sym_import] = ACTIONS(956), + [anon_sym_enum] = ACTIONS(956), + [anon_sym_public] = ACTIONS(956), + [anon_sym_protected] = ACTIONS(956), + [anon_sym_private] = ACTIONS(956), + [anon_sym_abstract] = ACTIONS(956), + [anon_sym_strictfp] = ACTIONS(956), + [anon_sym_native] = ACTIONS(956), + [anon_sym_transient] = ACTIONS(956), + [anon_sym_volatile] = ACTIONS(956), + [anon_sym_sealed] = ACTIONS(956), + [anon_sym_non_DASHsealed] = ACTIONS(954), + [anon_sym_record] = ACTIONS(956), + [anon_sym_ATinterface] = ACTIONS(954), + [anon_sym_interface] = ACTIONS(956), + [anon_sym_byte] = ACTIONS(956), + [anon_sym_short] = ACTIONS(956), + [anon_sym_int] = ACTIONS(956), + [anon_sym_long] = ACTIONS(956), + [anon_sym_char] = ACTIONS(956), + [anon_sym_float] = ACTIONS(956), + [anon_sym_double] = ACTIONS(956), + [sym_boolean_type] = ACTIONS(956), + [sym_void_type] = ACTIONS(956), + [sym_this] = ACTIONS(956), + [sym_super] = ACTIONS(956), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, [323] = { - [ts_builtin_sym_end] = ACTIONS(940), - [sym_identifier] = ACTIONS(942), - [sym_decimal_integer_literal] = ACTIONS(942), - [sym_hex_integer_literal] = ACTIONS(942), - [sym_octal_integer_literal] = ACTIONS(942), - [sym_binary_integer_literal] = ACTIONS(940), - [sym_decimal_floating_point_literal] = ACTIONS(940), - [sym_hex_floating_point_literal] = ACTIONS(942), - [sym_true] = ACTIONS(942), - [sym_false] = ACTIONS(942), - [sym_character_literal] = ACTIONS(940), - [anon_sym_DQUOTE] = ACTIONS(942), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(940), - [sym_null_literal] = ACTIONS(942), - [anon_sym_LPAREN] = ACTIONS(940), - [anon_sym_PLUS] = ACTIONS(942), - [anon_sym_DASH] = ACTIONS(942), - [anon_sym_final] = ACTIONS(942), - [anon_sym_BANG] = ACTIONS(940), - [anon_sym_TILDE] = ACTIONS(940), - [anon_sym_PLUS_PLUS] = ACTIONS(940), - [anon_sym_DASH_DASH] = ACTIONS(940), - [anon_sym_new] = ACTIONS(942), - [anon_sym_class] = ACTIONS(942), - [anon_sym_switch] = ACTIONS(942), - [anon_sym_LBRACE] = ACTIONS(940), - [anon_sym_RBRACE] = ACTIONS(940), - [anon_sym_case] = ACTIONS(942), - [anon_sym_default] = ACTIONS(942), - [anon_sym_SEMI] = ACTIONS(940), - [anon_sym_assert] = ACTIONS(942), - [anon_sym_do] = ACTIONS(942), - [anon_sym_while] = ACTIONS(942), - [anon_sym_break] = ACTIONS(942), - [anon_sym_continue] = ACTIONS(942), - [anon_sym_return] = ACTIONS(942), - [anon_sym_yield] = ACTIONS(942), - [anon_sym_synchronized] = ACTIONS(942), - [anon_sym_throw] = ACTIONS(942), - [anon_sym_try] = ACTIONS(942), - [anon_sym_if] = ACTIONS(942), - [anon_sym_else] = ACTIONS(942), - [anon_sym_for] = ACTIONS(942), - [anon_sym_AT] = ACTIONS(942), - [anon_sym_open] = ACTIONS(942), - [anon_sym_module] = ACTIONS(942), - [anon_sym_static] = ACTIONS(942), - [anon_sym_package] = ACTIONS(942), - [anon_sym_import] = ACTIONS(942), - [anon_sym_enum] = ACTIONS(942), - [anon_sym_public] = ACTIONS(942), - [anon_sym_protected] = ACTIONS(942), - [anon_sym_private] = ACTIONS(942), - [anon_sym_abstract] = ACTIONS(942), - [anon_sym_strictfp] = ACTIONS(942), - [anon_sym_native] = ACTIONS(942), - [anon_sym_transient] = ACTIONS(942), - [anon_sym_volatile] = ACTIONS(942), - [anon_sym_sealed] = ACTIONS(942), - [anon_sym_non_DASHsealed] = ACTIONS(940), - [anon_sym_record] = ACTIONS(942), - [anon_sym_ATinterface] = ACTIONS(940), - [anon_sym_interface] = ACTIONS(942), - [anon_sym_byte] = ACTIONS(942), - [anon_sym_short] = ACTIONS(942), - [anon_sym_int] = ACTIONS(942), - [anon_sym_long] = ACTIONS(942), - [anon_sym_char] = ACTIONS(942), - [anon_sym_float] = ACTIONS(942), - [anon_sym_double] = ACTIONS(942), - [sym_boolean_type] = ACTIONS(942), - [sym_void_type] = ACTIONS(942), - [sym_this] = ACTIONS(942), - [sym_super] = ACTIONS(942), + [ts_builtin_sym_end] = ACTIONS(958), + [sym_identifier] = ACTIONS(960), + [sym_decimal_integer_literal] = ACTIONS(960), + [sym_hex_integer_literal] = ACTIONS(960), + [sym_octal_integer_literal] = ACTIONS(960), + [sym_binary_integer_literal] = ACTIONS(958), + [sym_decimal_floating_point_literal] = ACTIONS(958), + [sym_hex_floating_point_literal] = ACTIONS(960), + [sym_true] = ACTIONS(960), + [sym_false] = ACTIONS(960), + [sym_character_literal] = ACTIONS(958), + [anon_sym_DQUOTE] = ACTIONS(960), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(958), + [sym_null_literal] = ACTIONS(960), + [anon_sym_LPAREN] = ACTIONS(958), + [anon_sym_PLUS] = ACTIONS(960), + [anon_sym_DASH] = ACTIONS(960), + [anon_sym_final] = ACTIONS(960), + [anon_sym_BANG] = ACTIONS(958), + [anon_sym_TILDE] = ACTIONS(958), + [anon_sym_PLUS_PLUS] = ACTIONS(958), + [anon_sym_DASH_DASH] = ACTIONS(958), + [anon_sym_new] = ACTIONS(960), + [anon_sym_class] = ACTIONS(960), + [anon_sym_switch] = ACTIONS(960), + [anon_sym_LBRACE] = ACTIONS(958), + [anon_sym_RBRACE] = ACTIONS(958), + [anon_sym_case] = ACTIONS(960), + [anon_sym_default] = ACTIONS(960), + [anon_sym_SEMI] = ACTIONS(958), + [anon_sym_assert] = ACTIONS(960), + [anon_sym_do] = ACTIONS(960), + [anon_sym_while] = ACTIONS(960), + [anon_sym_break] = ACTIONS(960), + [anon_sym_continue] = ACTIONS(960), + [anon_sym_return] = ACTIONS(960), + [anon_sym_yield] = ACTIONS(960), + [anon_sym_synchronized] = ACTIONS(960), + [anon_sym_throw] = ACTIONS(960), + [anon_sym_try] = ACTIONS(960), + [anon_sym_if] = ACTIONS(960), + [anon_sym_else] = ACTIONS(960), + [anon_sym_for] = ACTIONS(960), + [anon_sym_AT] = ACTIONS(960), + [anon_sym_open] = ACTIONS(960), + [anon_sym_module] = ACTIONS(960), + [anon_sym_static] = ACTIONS(960), + [anon_sym_with] = ACTIONS(960), + [anon_sym_package] = ACTIONS(960), + [anon_sym_import] = ACTIONS(960), + [anon_sym_enum] = ACTIONS(960), + [anon_sym_public] = ACTIONS(960), + [anon_sym_protected] = ACTIONS(960), + [anon_sym_private] = ACTIONS(960), + [anon_sym_abstract] = ACTIONS(960), + [anon_sym_strictfp] = ACTIONS(960), + [anon_sym_native] = ACTIONS(960), + [anon_sym_transient] = ACTIONS(960), + [anon_sym_volatile] = ACTIONS(960), + [anon_sym_sealed] = ACTIONS(960), + [anon_sym_non_DASHsealed] = ACTIONS(958), + [anon_sym_record] = ACTIONS(960), + [anon_sym_ATinterface] = ACTIONS(958), + [anon_sym_interface] = ACTIONS(960), + [anon_sym_byte] = ACTIONS(960), + [anon_sym_short] = ACTIONS(960), + [anon_sym_int] = ACTIONS(960), + [anon_sym_long] = ACTIONS(960), + [anon_sym_char] = ACTIONS(960), + [anon_sym_float] = ACTIONS(960), + [anon_sym_double] = ACTIONS(960), + [sym_boolean_type] = ACTIONS(960), + [sym_void_type] = ACTIONS(960), + [sym_this] = ACTIONS(960), + [sym_super] = ACTIONS(960), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, [324] = { - [ts_builtin_sym_end] = ACTIONS(944), - [sym_identifier] = ACTIONS(946), - [sym_decimal_integer_literal] = ACTIONS(946), - [sym_hex_integer_literal] = ACTIONS(946), - [sym_octal_integer_literal] = ACTIONS(946), - [sym_binary_integer_literal] = ACTIONS(944), - [sym_decimal_floating_point_literal] = ACTIONS(944), - [sym_hex_floating_point_literal] = ACTIONS(946), - [sym_true] = ACTIONS(946), - [sym_false] = ACTIONS(946), - [sym_character_literal] = ACTIONS(944), - [anon_sym_DQUOTE] = ACTIONS(946), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(944), - [sym_null_literal] = ACTIONS(946), - [anon_sym_LPAREN] = ACTIONS(944), - [anon_sym_PLUS] = ACTIONS(946), - [anon_sym_DASH] = ACTIONS(946), - [anon_sym_final] = ACTIONS(946), - [anon_sym_BANG] = ACTIONS(944), - [anon_sym_TILDE] = ACTIONS(944), - [anon_sym_PLUS_PLUS] = ACTIONS(944), - [anon_sym_DASH_DASH] = ACTIONS(944), - [anon_sym_new] = ACTIONS(946), - [anon_sym_class] = ACTIONS(946), - [anon_sym_switch] = ACTIONS(946), - [anon_sym_LBRACE] = ACTIONS(944), - [anon_sym_RBRACE] = ACTIONS(944), - [anon_sym_case] = ACTIONS(946), - [anon_sym_default] = ACTIONS(946), - [anon_sym_SEMI] = ACTIONS(944), - [anon_sym_assert] = ACTIONS(946), - [anon_sym_do] = ACTIONS(946), - [anon_sym_while] = ACTIONS(946), - [anon_sym_break] = ACTIONS(946), - [anon_sym_continue] = ACTIONS(946), - [anon_sym_return] = ACTIONS(946), - [anon_sym_yield] = ACTIONS(946), - [anon_sym_synchronized] = ACTIONS(946), - [anon_sym_throw] = ACTIONS(946), - [anon_sym_try] = ACTIONS(946), - [anon_sym_if] = ACTIONS(946), - [anon_sym_else] = ACTIONS(946), - [anon_sym_for] = ACTIONS(946), - [anon_sym_AT] = ACTIONS(946), - [anon_sym_open] = ACTIONS(946), - [anon_sym_module] = ACTIONS(946), - [anon_sym_static] = ACTIONS(946), - [anon_sym_package] = ACTIONS(946), - [anon_sym_import] = ACTIONS(946), - [anon_sym_enum] = ACTIONS(946), - [anon_sym_public] = ACTIONS(946), - [anon_sym_protected] = ACTIONS(946), - [anon_sym_private] = ACTIONS(946), - [anon_sym_abstract] = ACTIONS(946), - [anon_sym_strictfp] = ACTIONS(946), - [anon_sym_native] = ACTIONS(946), - [anon_sym_transient] = ACTIONS(946), - [anon_sym_volatile] = ACTIONS(946), - [anon_sym_sealed] = ACTIONS(946), - [anon_sym_non_DASHsealed] = ACTIONS(944), - [anon_sym_record] = ACTIONS(946), - [anon_sym_ATinterface] = ACTIONS(944), - [anon_sym_interface] = ACTIONS(946), - [anon_sym_byte] = ACTIONS(946), - [anon_sym_short] = ACTIONS(946), - [anon_sym_int] = ACTIONS(946), - [anon_sym_long] = ACTIONS(946), - [anon_sym_char] = ACTIONS(946), - [anon_sym_float] = ACTIONS(946), - [anon_sym_double] = ACTIONS(946), - [sym_boolean_type] = ACTIONS(946), - [sym_void_type] = ACTIONS(946), - [sym_this] = ACTIONS(946), - [sym_super] = ACTIONS(946), + [ts_builtin_sym_end] = ACTIONS(962), + [sym_identifier] = ACTIONS(964), + [sym_decimal_integer_literal] = ACTIONS(964), + [sym_hex_integer_literal] = ACTIONS(964), + [sym_octal_integer_literal] = ACTIONS(964), + [sym_binary_integer_literal] = ACTIONS(962), + [sym_decimal_floating_point_literal] = ACTIONS(962), + [sym_hex_floating_point_literal] = ACTIONS(964), + [sym_true] = ACTIONS(964), + [sym_false] = ACTIONS(964), + [sym_character_literal] = ACTIONS(962), + [anon_sym_DQUOTE] = ACTIONS(964), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(962), + [sym_null_literal] = ACTIONS(964), + [anon_sym_LPAREN] = ACTIONS(962), + [anon_sym_PLUS] = ACTIONS(964), + [anon_sym_DASH] = ACTIONS(964), + [anon_sym_final] = ACTIONS(964), + [anon_sym_BANG] = ACTIONS(962), + [anon_sym_TILDE] = ACTIONS(962), + [anon_sym_PLUS_PLUS] = ACTIONS(962), + [anon_sym_DASH_DASH] = ACTIONS(962), + [anon_sym_new] = ACTIONS(964), + [anon_sym_class] = ACTIONS(964), + [anon_sym_switch] = ACTIONS(964), + [anon_sym_LBRACE] = ACTIONS(962), + [anon_sym_RBRACE] = ACTIONS(962), + [anon_sym_case] = ACTIONS(964), + [anon_sym_default] = ACTIONS(964), + [anon_sym_SEMI] = ACTIONS(962), + [anon_sym_assert] = ACTIONS(964), + [anon_sym_do] = ACTIONS(964), + [anon_sym_while] = ACTIONS(964), + [anon_sym_break] = ACTIONS(964), + [anon_sym_continue] = ACTIONS(964), + [anon_sym_return] = ACTIONS(964), + [anon_sym_yield] = ACTIONS(964), + [anon_sym_synchronized] = ACTIONS(964), + [anon_sym_throw] = ACTIONS(964), + [anon_sym_try] = ACTIONS(964), + [anon_sym_if] = ACTIONS(964), + [anon_sym_else] = ACTIONS(964), + [anon_sym_for] = ACTIONS(964), + [anon_sym_AT] = ACTIONS(964), + [anon_sym_open] = ACTIONS(964), + [anon_sym_module] = ACTIONS(964), + [anon_sym_static] = ACTIONS(964), + [anon_sym_with] = ACTIONS(964), + [anon_sym_package] = ACTIONS(964), + [anon_sym_import] = ACTIONS(964), + [anon_sym_enum] = ACTIONS(964), + [anon_sym_public] = ACTIONS(964), + [anon_sym_protected] = ACTIONS(964), + [anon_sym_private] = ACTIONS(964), + [anon_sym_abstract] = ACTIONS(964), + [anon_sym_strictfp] = ACTIONS(964), + [anon_sym_native] = ACTIONS(964), + [anon_sym_transient] = ACTIONS(964), + [anon_sym_volatile] = ACTIONS(964), + [anon_sym_sealed] = ACTIONS(964), + [anon_sym_non_DASHsealed] = ACTIONS(962), + [anon_sym_record] = ACTIONS(964), + [anon_sym_ATinterface] = ACTIONS(962), + [anon_sym_interface] = ACTIONS(964), + [anon_sym_byte] = ACTIONS(964), + [anon_sym_short] = ACTIONS(964), + [anon_sym_int] = ACTIONS(964), + [anon_sym_long] = ACTIONS(964), + [anon_sym_char] = ACTIONS(964), + [anon_sym_float] = ACTIONS(964), + [anon_sym_double] = ACTIONS(964), + [sym_boolean_type] = ACTIONS(964), + [sym_void_type] = ACTIONS(964), + [sym_this] = ACTIONS(964), + [sym_super] = ACTIONS(964), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, [325] = { - [ts_builtin_sym_end] = ACTIONS(948), - [sym_identifier] = ACTIONS(950), - [sym_decimal_integer_literal] = ACTIONS(950), - [sym_hex_integer_literal] = ACTIONS(950), - [sym_octal_integer_literal] = ACTIONS(950), - [sym_binary_integer_literal] = ACTIONS(948), - [sym_decimal_floating_point_literal] = ACTIONS(948), - [sym_hex_floating_point_literal] = ACTIONS(950), - [sym_true] = ACTIONS(950), - [sym_false] = ACTIONS(950), - [sym_character_literal] = ACTIONS(948), - [anon_sym_DQUOTE] = ACTIONS(950), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(948), - [sym_null_literal] = ACTIONS(950), - [anon_sym_LPAREN] = ACTIONS(948), - [anon_sym_PLUS] = ACTIONS(950), - [anon_sym_DASH] = ACTIONS(950), - [anon_sym_final] = ACTIONS(950), - [anon_sym_BANG] = ACTIONS(948), - [anon_sym_TILDE] = ACTIONS(948), - [anon_sym_PLUS_PLUS] = ACTIONS(948), - [anon_sym_DASH_DASH] = ACTIONS(948), - [anon_sym_new] = ACTIONS(950), - [anon_sym_class] = ACTIONS(950), - [anon_sym_switch] = ACTIONS(950), - [anon_sym_LBRACE] = ACTIONS(948), - [anon_sym_RBRACE] = ACTIONS(948), - [anon_sym_case] = ACTIONS(950), - [anon_sym_default] = ACTIONS(950), - [anon_sym_SEMI] = ACTIONS(948), - [anon_sym_assert] = ACTIONS(950), - [anon_sym_do] = ACTIONS(950), - [anon_sym_while] = ACTIONS(950), - [anon_sym_break] = ACTIONS(950), - [anon_sym_continue] = ACTIONS(950), - [anon_sym_return] = ACTIONS(950), - [anon_sym_yield] = ACTIONS(950), - [anon_sym_synchronized] = ACTIONS(950), - [anon_sym_throw] = ACTIONS(950), - [anon_sym_try] = ACTIONS(950), - [anon_sym_if] = ACTIONS(950), - [anon_sym_else] = ACTIONS(950), - [anon_sym_for] = ACTIONS(950), - [anon_sym_AT] = ACTIONS(950), - [anon_sym_open] = ACTIONS(950), - [anon_sym_module] = ACTIONS(950), - [anon_sym_static] = ACTIONS(950), - [anon_sym_package] = ACTIONS(950), - [anon_sym_import] = ACTIONS(950), - [anon_sym_enum] = ACTIONS(950), - [anon_sym_public] = ACTIONS(950), - [anon_sym_protected] = ACTIONS(950), - [anon_sym_private] = ACTIONS(950), - [anon_sym_abstract] = ACTIONS(950), - [anon_sym_strictfp] = ACTIONS(950), - [anon_sym_native] = ACTIONS(950), - [anon_sym_transient] = ACTIONS(950), - [anon_sym_volatile] = ACTIONS(950), - [anon_sym_sealed] = ACTIONS(950), - [anon_sym_non_DASHsealed] = ACTIONS(948), - [anon_sym_record] = ACTIONS(950), - [anon_sym_ATinterface] = ACTIONS(948), - [anon_sym_interface] = ACTIONS(950), - [anon_sym_byte] = ACTIONS(950), - [anon_sym_short] = ACTIONS(950), - [anon_sym_int] = ACTIONS(950), - [anon_sym_long] = ACTIONS(950), - [anon_sym_char] = ACTIONS(950), - [anon_sym_float] = ACTIONS(950), - [anon_sym_double] = ACTIONS(950), - [sym_boolean_type] = ACTIONS(950), - [sym_void_type] = ACTIONS(950), - [sym_this] = ACTIONS(950), - [sym_super] = ACTIONS(950), + [ts_builtin_sym_end] = ACTIONS(966), + [sym_identifier] = ACTIONS(968), + [sym_decimal_integer_literal] = ACTIONS(968), + [sym_hex_integer_literal] = ACTIONS(968), + [sym_octal_integer_literal] = ACTIONS(968), + [sym_binary_integer_literal] = ACTIONS(966), + [sym_decimal_floating_point_literal] = ACTIONS(966), + [sym_hex_floating_point_literal] = ACTIONS(968), + [sym_true] = ACTIONS(968), + [sym_false] = ACTIONS(968), + [sym_character_literal] = ACTIONS(966), + [anon_sym_DQUOTE] = ACTIONS(968), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(966), + [sym_null_literal] = ACTIONS(968), + [anon_sym_LPAREN] = ACTIONS(966), + [anon_sym_PLUS] = ACTIONS(968), + [anon_sym_DASH] = ACTIONS(968), + [anon_sym_final] = ACTIONS(968), + [anon_sym_BANG] = ACTIONS(966), + [anon_sym_TILDE] = ACTIONS(966), + [anon_sym_PLUS_PLUS] = ACTIONS(966), + [anon_sym_DASH_DASH] = ACTIONS(966), + [anon_sym_new] = ACTIONS(968), + [anon_sym_class] = ACTIONS(968), + [anon_sym_switch] = ACTIONS(968), + [anon_sym_LBRACE] = ACTIONS(966), + [anon_sym_RBRACE] = ACTIONS(966), + [anon_sym_case] = ACTIONS(968), + [anon_sym_default] = ACTIONS(968), + [anon_sym_SEMI] = ACTIONS(966), + [anon_sym_assert] = ACTIONS(968), + [anon_sym_do] = ACTIONS(968), + [anon_sym_while] = ACTIONS(968), + [anon_sym_break] = ACTIONS(968), + [anon_sym_continue] = ACTIONS(968), + [anon_sym_return] = ACTIONS(968), + [anon_sym_yield] = ACTIONS(968), + [anon_sym_synchronized] = ACTIONS(968), + [anon_sym_throw] = ACTIONS(968), + [anon_sym_try] = ACTIONS(968), + [anon_sym_if] = ACTIONS(968), + [anon_sym_else] = ACTIONS(968), + [anon_sym_for] = ACTIONS(968), + [anon_sym_AT] = ACTIONS(968), + [anon_sym_open] = ACTIONS(968), + [anon_sym_module] = ACTIONS(968), + [anon_sym_static] = ACTIONS(968), + [anon_sym_with] = ACTIONS(968), + [anon_sym_package] = ACTIONS(968), + [anon_sym_import] = ACTIONS(968), + [anon_sym_enum] = ACTIONS(968), + [anon_sym_public] = ACTIONS(968), + [anon_sym_protected] = ACTIONS(968), + [anon_sym_private] = ACTIONS(968), + [anon_sym_abstract] = ACTIONS(968), + [anon_sym_strictfp] = ACTIONS(968), + [anon_sym_native] = ACTIONS(968), + [anon_sym_transient] = ACTIONS(968), + [anon_sym_volatile] = ACTIONS(968), + [anon_sym_sealed] = ACTIONS(968), + [anon_sym_non_DASHsealed] = ACTIONS(966), + [anon_sym_record] = ACTIONS(968), + [anon_sym_ATinterface] = ACTIONS(966), + [anon_sym_interface] = ACTIONS(968), + [anon_sym_byte] = ACTIONS(968), + [anon_sym_short] = ACTIONS(968), + [anon_sym_int] = ACTIONS(968), + [anon_sym_long] = ACTIONS(968), + [anon_sym_char] = ACTIONS(968), + [anon_sym_float] = ACTIONS(968), + [anon_sym_double] = ACTIONS(968), + [sym_boolean_type] = ACTIONS(968), + [sym_void_type] = ACTIONS(968), + [sym_this] = ACTIONS(968), + [sym_super] = ACTIONS(968), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, [326] = { - [ts_builtin_sym_end] = ACTIONS(952), - [sym_identifier] = ACTIONS(954), - [sym_decimal_integer_literal] = ACTIONS(954), - [sym_hex_integer_literal] = ACTIONS(954), - [sym_octal_integer_literal] = ACTIONS(954), - [sym_binary_integer_literal] = ACTIONS(952), - [sym_decimal_floating_point_literal] = ACTIONS(952), - [sym_hex_floating_point_literal] = ACTIONS(954), - [sym_true] = ACTIONS(954), - [sym_false] = ACTIONS(954), - [sym_character_literal] = ACTIONS(952), - [anon_sym_DQUOTE] = ACTIONS(954), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(952), - [sym_null_literal] = ACTIONS(954), - [anon_sym_LPAREN] = ACTIONS(952), - [anon_sym_PLUS] = ACTIONS(954), - [anon_sym_DASH] = ACTIONS(954), - [anon_sym_final] = ACTIONS(954), - [anon_sym_BANG] = ACTIONS(952), - [anon_sym_TILDE] = ACTIONS(952), - [anon_sym_PLUS_PLUS] = ACTIONS(952), - [anon_sym_DASH_DASH] = ACTIONS(952), - [anon_sym_new] = ACTIONS(954), - [anon_sym_class] = ACTIONS(954), - [anon_sym_switch] = ACTIONS(954), - [anon_sym_LBRACE] = ACTIONS(952), - [anon_sym_RBRACE] = ACTIONS(952), - [anon_sym_case] = ACTIONS(954), - [anon_sym_default] = ACTIONS(954), - [anon_sym_SEMI] = ACTIONS(952), - [anon_sym_assert] = ACTIONS(954), - [anon_sym_do] = ACTIONS(954), - [anon_sym_while] = ACTIONS(954), - [anon_sym_break] = ACTIONS(954), - [anon_sym_continue] = ACTIONS(954), - [anon_sym_return] = ACTIONS(954), - [anon_sym_yield] = ACTIONS(954), - [anon_sym_synchronized] = ACTIONS(954), - [anon_sym_throw] = ACTIONS(954), - [anon_sym_try] = ACTIONS(954), - [anon_sym_if] = ACTIONS(954), - [anon_sym_else] = ACTIONS(954), - [anon_sym_for] = ACTIONS(954), - [anon_sym_AT] = ACTIONS(954), - [anon_sym_open] = ACTIONS(954), - [anon_sym_module] = ACTIONS(954), - [anon_sym_static] = ACTIONS(954), - [anon_sym_package] = ACTIONS(954), - [anon_sym_import] = ACTIONS(954), - [anon_sym_enum] = ACTIONS(954), - [anon_sym_public] = ACTIONS(954), - [anon_sym_protected] = ACTIONS(954), - [anon_sym_private] = ACTIONS(954), - [anon_sym_abstract] = ACTIONS(954), - [anon_sym_strictfp] = ACTIONS(954), - [anon_sym_native] = ACTIONS(954), - [anon_sym_transient] = ACTIONS(954), - [anon_sym_volatile] = ACTIONS(954), - [anon_sym_sealed] = ACTIONS(954), - [anon_sym_non_DASHsealed] = ACTIONS(952), - [anon_sym_record] = ACTIONS(954), - [anon_sym_ATinterface] = ACTIONS(952), - [anon_sym_interface] = ACTIONS(954), - [anon_sym_byte] = ACTIONS(954), - [anon_sym_short] = ACTIONS(954), - [anon_sym_int] = ACTIONS(954), - [anon_sym_long] = ACTIONS(954), - [anon_sym_char] = ACTIONS(954), - [anon_sym_float] = ACTIONS(954), - [anon_sym_double] = ACTIONS(954), - [sym_boolean_type] = ACTIONS(954), - [sym_void_type] = ACTIONS(954), - [sym_this] = ACTIONS(954), - [sym_super] = ACTIONS(954), + [ts_builtin_sym_end] = ACTIONS(970), + [sym_identifier] = ACTIONS(972), + [sym_decimal_integer_literal] = ACTIONS(972), + [sym_hex_integer_literal] = ACTIONS(972), + [sym_octal_integer_literal] = ACTIONS(972), + [sym_binary_integer_literal] = ACTIONS(970), + [sym_decimal_floating_point_literal] = ACTIONS(970), + [sym_hex_floating_point_literal] = ACTIONS(972), + [sym_true] = ACTIONS(972), + [sym_false] = ACTIONS(972), + [sym_character_literal] = ACTIONS(970), + [anon_sym_DQUOTE] = ACTIONS(972), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(970), + [sym_null_literal] = ACTIONS(972), + [anon_sym_LPAREN] = ACTIONS(970), + [anon_sym_PLUS] = ACTIONS(972), + [anon_sym_DASH] = ACTIONS(972), + [anon_sym_final] = ACTIONS(972), + [anon_sym_BANG] = ACTIONS(970), + [anon_sym_TILDE] = ACTIONS(970), + [anon_sym_PLUS_PLUS] = ACTIONS(970), + [anon_sym_DASH_DASH] = ACTIONS(970), + [anon_sym_new] = ACTIONS(972), + [anon_sym_class] = ACTIONS(972), + [anon_sym_switch] = ACTIONS(972), + [anon_sym_LBRACE] = ACTIONS(970), + [anon_sym_RBRACE] = ACTIONS(970), + [anon_sym_case] = ACTIONS(972), + [anon_sym_default] = ACTIONS(972), + [anon_sym_SEMI] = ACTIONS(970), + [anon_sym_assert] = ACTIONS(972), + [anon_sym_do] = ACTIONS(972), + [anon_sym_while] = ACTIONS(972), + [anon_sym_break] = ACTIONS(972), + [anon_sym_continue] = ACTIONS(972), + [anon_sym_return] = ACTIONS(972), + [anon_sym_yield] = ACTIONS(972), + [anon_sym_synchronized] = ACTIONS(972), + [anon_sym_throw] = ACTIONS(972), + [anon_sym_try] = ACTIONS(972), + [anon_sym_if] = ACTIONS(972), + [anon_sym_else] = ACTIONS(972), + [anon_sym_for] = ACTIONS(972), + [anon_sym_AT] = ACTIONS(972), + [anon_sym_open] = ACTIONS(972), + [anon_sym_module] = ACTIONS(972), + [anon_sym_static] = ACTIONS(972), + [anon_sym_with] = ACTIONS(972), + [anon_sym_package] = ACTIONS(972), + [anon_sym_import] = ACTIONS(972), + [anon_sym_enum] = ACTIONS(972), + [anon_sym_public] = ACTIONS(972), + [anon_sym_protected] = ACTIONS(972), + [anon_sym_private] = ACTIONS(972), + [anon_sym_abstract] = ACTIONS(972), + [anon_sym_strictfp] = ACTIONS(972), + [anon_sym_native] = ACTIONS(972), + [anon_sym_transient] = ACTIONS(972), + [anon_sym_volatile] = ACTIONS(972), + [anon_sym_sealed] = ACTIONS(972), + [anon_sym_non_DASHsealed] = ACTIONS(970), + [anon_sym_record] = ACTIONS(972), + [anon_sym_ATinterface] = ACTIONS(970), + [anon_sym_interface] = ACTIONS(972), + [anon_sym_byte] = ACTIONS(972), + [anon_sym_short] = ACTIONS(972), + [anon_sym_int] = ACTIONS(972), + [anon_sym_long] = ACTIONS(972), + [anon_sym_char] = ACTIONS(972), + [anon_sym_float] = ACTIONS(972), + [anon_sym_double] = ACTIONS(972), + [sym_boolean_type] = ACTIONS(972), + [sym_void_type] = ACTIONS(972), + [sym_this] = ACTIONS(972), + [sym_super] = ACTIONS(972), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, [327] = { - [ts_builtin_sym_end] = ACTIONS(956), - [sym_identifier] = ACTIONS(958), - [sym_decimal_integer_literal] = ACTIONS(958), - [sym_hex_integer_literal] = ACTIONS(958), - [sym_octal_integer_literal] = ACTIONS(958), - [sym_binary_integer_literal] = ACTIONS(956), - [sym_decimal_floating_point_literal] = ACTIONS(956), - [sym_hex_floating_point_literal] = ACTIONS(958), - [sym_true] = ACTIONS(958), - [sym_false] = ACTIONS(958), - [sym_character_literal] = ACTIONS(956), - [anon_sym_DQUOTE] = ACTIONS(958), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(956), - [sym_null_literal] = ACTIONS(958), - [anon_sym_LPAREN] = ACTIONS(956), - [anon_sym_PLUS] = ACTIONS(958), - [anon_sym_DASH] = ACTIONS(958), - [anon_sym_final] = ACTIONS(958), - [anon_sym_BANG] = ACTIONS(956), - [anon_sym_TILDE] = ACTIONS(956), - [anon_sym_PLUS_PLUS] = ACTIONS(956), - [anon_sym_DASH_DASH] = ACTIONS(956), - [anon_sym_new] = ACTIONS(958), - [anon_sym_class] = ACTIONS(958), - [anon_sym_switch] = ACTIONS(958), - [anon_sym_LBRACE] = ACTIONS(956), - [anon_sym_RBRACE] = ACTIONS(956), - [anon_sym_case] = ACTIONS(958), - [anon_sym_default] = ACTIONS(958), - [anon_sym_SEMI] = ACTIONS(956), - [anon_sym_assert] = ACTIONS(958), - [anon_sym_do] = ACTIONS(958), - [anon_sym_while] = ACTIONS(958), - [anon_sym_break] = ACTIONS(958), - [anon_sym_continue] = ACTIONS(958), - [anon_sym_return] = ACTIONS(958), - [anon_sym_yield] = ACTIONS(958), - [anon_sym_synchronized] = ACTIONS(958), - [anon_sym_throw] = ACTIONS(958), - [anon_sym_try] = ACTIONS(958), - [anon_sym_if] = ACTIONS(958), - [anon_sym_else] = ACTIONS(958), - [anon_sym_for] = ACTIONS(958), - [anon_sym_AT] = ACTIONS(958), - [anon_sym_open] = ACTIONS(958), - [anon_sym_module] = ACTIONS(958), - [anon_sym_static] = ACTIONS(958), - [anon_sym_package] = ACTIONS(958), - [anon_sym_import] = ACTIONS(958), - [anon_sym_enum] = ACTIONS(958), - [anon_sym_public] = ACTIONS(958), - [anon_sym_protected] = ACTIONS(958), - [anon_sym_private] = ACTIONS(958), - [anon_sym_abstract] = ACTIONS(958), - [anon_sym_strictfp] = ACTIONS(958), - [anon_sym_native] = ACTIONS(958), - [anon_sym_transient] = ACTIONS(958), - [anon_sym_volatile] = ACTIONS(958), - [anon_sym_sealed] = ACTIONS(958), - [anon_sym_non_DASHsealed] = ACTIONS(956), - [anon_sym_record] = ACTIONS(958), - [anon_sym_ATinterface] = ACTIONS(956), - [anon_sym_interface] = ACTIONS(958), - [anon_sym_byte] = ACTIONS(958), - [anon_sym_short] = ACTIONS(958), - [anon_sym_int] = ACTIONS(958), - [anon_sym_long] = ACTIONS(958), - [anon_sym_char] = ACTIONS(958), - [anon_sym_float] = ACTIONS(958), - [anon_sym_double] = ACTIONS(958), - [sym_boolean_type] = ACTIONS(958), - [sym_void_type] = ACTIONS(958), - [sym_this] = ACTIONS(958), - [sym_super] = ACTIONS(958), + [ts_builtin_sym_end] = ACTIONS(974), + [sym_identifier] = ACTIONS(976), + [sym_decimal_integer_literal] = ACTIONS(976), + [sym_hex_integer_literal] = ACTIONS(976), + [sym_octal_integer_literal] = ACTIONS(976), + [sym_binary_integer_literal] = ACTIONS(974), + [sym_decimal_floating_point_literal] = ACTIONS(974), + [sym_hex_floating_point_literal] = ACTIONS(976), + [sym_true] = ACTIONS(976), + [sym_false] = ACTIONS(976), + [sym_character_literal] = ACTIONS(974), + [anon_sym_DQUOTE] = ACTIONS(976), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(974), + [sym_null_literal] = ACTIONS(976), + [anon_sym_LPAREN] = ACTIONS(974), + [anon_sym_PLUS] = ACTIONS(976), + [anon_sym_DASH] = ACTIONS(976), + [anon_sym_final] = ACTIONS(976), + [anon_sym_BANG] = ACTIONS(974), + [anon_sym_TILDE] = ACTIONS(974), + [anon_sym_PLUS_PLUS] = ACTIONS(974), + [anon_sym_DASH_DASH] = ACTIONS(974), + [anon_sym_new] = ACTIONS(976), + [anon_sym_class] = ACTIONS(976), + [anon_sym_switch] = ACTIONS(976), + [anon_sym_LBRACE] = ACTIONS(974), + [anon_sym_RBRACE] = ACTIONS(974), + [anon_sym_case] = ACTIONS(976), + [anon_sym_default] = ACTIONS(976), + [anon_sym_SEMI] = ACTIONS(974), + [anon_sym_assert] = ACTIONS(976), + [anon_sym_do] = ACTIONS(976), + [anon_sym_while] = ACTIONS(976), + [anon_sym_break] = ACTIONS(976), + [anon_sym_continue] = ACTIONS(976), + [anon_sym_return] = ACTIONS(976), + [anon_sym_yield] = ACTIONS(976), + [anon_sym_synchronized] = ACTIONS(976), + [anon_sym_throw] = ACTIONS(976), + [anon_sym_try] = ACTIONS(976), + [anon_sym_if] = ACTIONS(976), + [anon_sym_else] = ACTIONS(976), + [anon_sym_for] = ACTIONS(976), + [anon_sym_AT] = ACTIONS(976), + [anon_sym_open] = ACTIONS(976), + [anon_sym_module] = ACTIONS(976), + [anon_sym_static] = ACTIONS(976), + [anon_sym_with] = ACTIONS(976), + [anon_sym_package] = ACTIONS(976), + [anon_sym_import] = ACTIONS(976), + [anon_sym_enum] = ACTIONS(976), + [anon_sym_public] = ACTIONS(976), + [anon_sym_protected] = ACTIONS(976), + [anon_sym_private] = ACTIONS(976), + [anon_sym_abstract] = ACTIONS(976), + [anon_sym_strictfp] = ACTIONS(976), + [anon_sym_native] = ACTIONS(976), + [anon_sym_transient] = ACTIONS(976), + [anon_sym_volatile] = ACTIONS(976), + [anon_sym_sealed] = ACTIONS(976), + [anon_sym_non_DASHsealed] = ACTIONS(974), + [anon_sym_record] = ACTIONS(976), + [anon_sym_ATinterface] = ACTIONS(974), + [anon_sym_interface] = ACTIONS(976), + [anon_sym_byte] = ACTIONS(976), + [anon_sym_short] = ACTIONS(976), + [anon_sym_int] = ACTIONS(976), + [anon_sym_long] = ACTIONS(976), + [anon_sym_char] = ACTIONS(976), + [anon_sym_float] = ACTIONS(976), + [anon_sym_double] = ACTIONS(976), + [sym_boolean_type] = ACTIONS(976), + [sym_void_type] = ACTIONS(976), + [sym_this] = ACTIONS(976), + [sym_super] = ACTIONS(976), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, [328] = { - [ts_builtin_sym_end] = ACTIONS(960), - [sym_identifier] = ACTIONS(962), - [sym_decimal_integer_literal] = ACTIONS(962), - [sym_hex_integer_literal] = ACTIONS(962), - [sym_octal_integer_literal] = ACTIONS(962), - [sym_binary_integer_literal] = ACTIONS(960), - [sym_decimal_floating_point_literal] = ACTIONS(960), - [sym_hex_floating_point_literal] = ACTIONS(962), - [sym_true] = ACTIONS(962), - [sym_false] = ACTIONS(962), - [sym_character_literal] = ACTIONS(960), - [anon_sym_DQUOTE] = ACTIONS(962), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(960), - [sym_null_literal] = ACTIONS(962), - [anon_sym_LPAREN] = ACTIONS(960), - [anon_sym_PLUS] = ACTIONS(962), - [anon_sym_DASH] = ACTIONS(962), - [anon_sym_final] = ACTIONS(962), - [anon_sym_BANG] = ACTIONS(960), - [anon_sym_TILDE] = ACTIONS(960), - [anon_sym_PLUS_PLUS] = ACTIONS(960), - [anon_sym_DASH_DASH] = ACTIONS(960), - [anon_sym_new] = ACTIONS(962), - [anon_sym_class] = ACTIONS(962), - [anon_sym_switch] = ACTIONS(962), - [anon_sym_LBRACE] = ACTIONS(960), - [anon_sym_RBRACE] = ACTIONS(960), - [anon_sym_case] = ACTIONS(962), - [anon_sym_default] = ACTIONS(962), - [anon_sym_SEMI] = ACTIONS(960), - [anon_sym_assert] = ACTIONS(962), - [anon_sym_do] = ACTIONS(962), - [anon_sym_while] = ACTIONS(962), - [anon_sym_break] = ACTIONS(962), - [anon_sym_continue] = ACTIONS(962), - [anon_sym_return] = ACTIONS(962), - [anon_sym_yield] = ACTIONS(962), - [anon_sym_synchronized] = ACTIONS(962), - [anon_sym_throw] = ACTIONS(962), - [anon_sym_try] = ACTIONS(962), - [anon_sym_if] = ACTIONS(962), - [anon_sym_else] = ACTIONS(962), - [anon_sym_for] = ACTIONS(962), - [anon_sym_AT] = ACTIONS(962), - [anon_sym_open] = ACTIONS(962), - [anon_sym_module] = ACTIONS(962), - [anon_sym_static] = ACTIONS(962), - [anon_sym_package] = ACTIONS(962), - [anon_sym_import] = ACTIONS(962), - [anon_sym_enum] = ACTIONS(962), - [anon_sym_public] = ACTIONS(962), - [anon_sym_protected] = ACTIONS(962), - [anon_sym_private] = ACTIONS(962), - [anon_sym_abstract] = ACTIONS(962), - [anon_sym_strictfp] = ACTIONS(962), - [anon_sym_native] = ACTIONS(962), - [anon_sym_transient] = ACTIONS(962), - [anon_sym_volatile] = ACTIONS(962), - [anon_sym_sealed] = ACTIONS(962), - [anon_sym_non_DASHsealed] = ACTIONS(960), - [anon_sym_record] = ACTIONS(962), - [anon_sym_ATinterface] = ACTIONS(960), - [anon_sym_interface] = ACTIONS(962), - [anon_sym_byte] = ACTIONS(962), - [anon_sym_short] = ACTIONS(962), - [anon_sym_int] = ACTIONS(962), - [anon_sym_long] = ACTIONS(962), - [anon_sym_char] = ACTIONS(962), - [anon_sym_float] = ACTIONS(962), - [anon_sym_double] = ACTIONS(962), - [sym_boolean_type] = ACTIONS(962), - [sym_void_type] = ACTIONS(962), - [sym_this] = ACTIONS(962), - [sym_super] = ACTIONS(962), + [ts_builtin_sym_end] = ACTIONS(978), + [sym_identifier] = ACTIONS(980), + [sym_decimal_integer_literal] = ACTIONS(980), + [sym_hex_integer_literal] = ACTIONS(980), + [sym_octal_integer_literal] = ACTIONS(980), + [sym_binary_integer_literal] = ACTIONS(978), + [sym_decimal_floating_point_literal] = ACTIONS(978), + [sym_hex_floating_point_literal] = ACTIONS(980), + [sym_true] = ACTIONS(980), + [sym_false] = ACTIONS(980), + [sym_character_literal] = ACTIONS(978), + [anon_sym_DQUOTE] = ACTIONS(980), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(978), + [sym_null_literal] = ACTIONS(980), + [anon_sym_LPAREN] = ACTIONS(978), + [anon_sym_PLUS] = ACTIONS(980), + [anon_sym_DASH] = ACTIONS(980), + [anon_sym_final] = ACTIONS(980), + [anon_sym_BANG] = ACTIONS(978), + [anon_sym_TILDE] = ACTIONS(978), + [anon_sym_PLUS_PLUS] = ACTIONS(978), + [anon_sym_DASH_DASH] = ACTIONS(978), + [anon_sym_new] = ACTIONS(980), + [anon_sym_class] = ACTIONS(980), + [anon_sym_switch] = ACTIONS(980), + [anon_sym_LBRACE] = ACTIONS(978), + [anon_sym_RBRACE] = ACTIONS(978), + [anon_sym_case] = ACTIONS(980), + [anon_sym_default] = ACTIONS(980), + [anon_sym_SEMI] = ACTIONS(978), + [anon_sym_assert] = ACTIONS(980), + [anon_sym_do] = ACTIONS(980), + [anon_sym_while] = ACTIONS(980), + [anon_sym_break] = ACTIONS(980), + [anon_sym_continue] = ACTIONS(980), + [anon_sym_return] = ACTIONS(980), + [anon_sym_yield] = ACTIONS(980), + [anon_sym_synchronized] = ACTIONS(980), + [anon_sym_throw] = ACTIONS(980), + [anon_sym_try] = ACTIONS(980), + [anon_sym_if] = ACTIONS(980), + [anon_sym_else] = ACTIONS(980), + [anon_sym_for] = ACTIONS(980), + [anon_sym_AT] = ACTIONS(980), + [anon_sym_open] = ACTIONS(980), + [anon_sym_module] = ACTIONS(980), + [anon_sym_static] = ACTIONS(980), + [anon_sym_with] = ACTIONS(980), + [anon_sym_package] = ACTIONS(980), + [anon_sym_import] = ACTIONS(980), + [anon_sym_enum] = ACTIONS(980), + [anon_sym_public] = ACTIONS(980), + [anon_sym_protected] = ACTIONS(980), + [anon_sym_private] = ACTIONS(980), + [anon_sym_abstract] = ACTIONS(980), + [anon_sym_strictfp] = ACTIONS(980), + [anon_sym_native] = ACTIONS(980), + [anon_sym_transient] = ACTIONS(980), + [anon_sym_volatile] = ACTIONS(980), + [anon_sym_sealed] = ACTIONS(980), + [anon_sym_non_DASHsealed] = ACTIONS(978), + [anon_sym_record] = ACTIONS(980), + [anon_sym_ATinterface] = ACTIONS(978), + [anon_sym_interface] = ACTIONS(980), + [anon_sym_byte] = ACTIONS(980), + [anon_sym_short] = ACTIONS(980), + [anon_sym_int] = ACTIONS(980), + [anon_sym_long] = ACTIONS(980), + [anon_sym_char] = ACTIONS(980), + [anon_sym_float] = ACTIONS(980), + [anon_sym_double] = ACTIONS(980), + [sym_boolean_type] = ACTIONS(980), + [sym_void_type] = ACTIONS(980), + [sym_this] = ACTIONS(980), + [sym_super] = ACTIONS(980), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, [329] = { - [ts_builtin_sym_end] = ACTIONS(964), - [sym_identifier] = ACTIONS(966), - [sym_decimal_integer_literal] = ACTIONS(966), - [sym_hex_integer_literal] = ACTIONS(966), - [sym_octal_integer_literal] = ACTIONS(966), - [sym_binary_integer_literal] = ACTIONS(964), - [sym_decimal_floating_point_literal] = ACTIONS(964), - [sym_hex_floating_point_literal] = ACTIONS(966), - [sym_true] = ACTIONS(966), - [sym_false] = ACTIONS(966), - [sym_character_literal] = ACTIONS(964), - [anon_sym_DQUOTE] = ACTIONS(966), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(964), - [sym_null_literal] = ACTIONS(966), - [anon_sym_LPAREN] = ACTIONS(964), - [anon_sym_PLUS] = ACTIONS(966), - [anon_sym_DASH] = ACTIONS(966), - [anon_sym_final] = ACTIONS(966), - [anon_sym_BANG] = ACTIONS(964), - [anon_sym_TILDE] = ACTIONS(964), - [anon_sym_PLUS_PLUS] = ACTIONS(964), - [anon_sym_DASH_DASH] = ACTIONS(964), - [anon_sym_new] = ACTIONS(966), - [anon_sym_class] = ACTIONS(966), - [anon_sym_switch] = ACTIONS(966), - [anon_sym_LBRACE] = ACTIONS(964), - [anon_sym_RBRACE] = ACTIONS(964), - [anon_sym_case] = ACTIONS(966), - [anon_sym_default] = ACTIONS(966), - [anon_sym_SEMI] = ACTIONS(964), - [anon_sym_assert] = ACTIONS(966), - [anon_sym_do] = ACTIONS(966), - [anon_sym_while] = ACTIONS(966), - [anon_sym_break] = ACTIONS(966), - [anon_sym_continue] = ACTIONS(966), - [anon_sym_return] = ACTIONS(966), - [anon_sym_yield] = ACTIONS(966), - [anon_sym_synchronized] = ACTIONS(966), - [anon_sym_throw] = ACTIONS(966), - [anon_sym_try] = ACTIONS(966), - [anon_sym_if] = ACTIONS(966), - [anon_sym_else] = ACTIONS(966), - [anon_sym_for] = ACTIONS(966), - [anon_sym_AT] = ACTIONS(966), - [anon_sym_open] = ACTIONS(966), - [anon_sym_module] = ACTIONS(966), - [anon_sym_static] = ACTIONS(966), - [anon_sym_package] = ACTIONS(966), - [anon_sym_import] = ACTIONS(966), - [anon_sym_enum] = ACTIONS(966), - [anon_sym_public] = ACTIONS(966), - [anon_sym_protected] = ACTIONS(966), - [anon_sym_private] = ACTIONS(966), - [anon_sym_abstract] = ACTIONS(966), - [anon_sym_strictfp] = ACTIONS(966), - [anon_sym_native] = ACTIONS(966), - [anon_sym_transient] = ACTIONS(966), - [anon_sym_volatile] = ACTIONS(966), - [anon_sym_sealed] = ACTIONS(966), - [anon_sym_non_DASHsealed] = ACTIONS(964), - [anon_sym_record] = ACTIONS(966), - [anon_sym_ATinterface] = ACTIONS(964), - [anon_sym_interface] = ACTIONS(966), - [anon_sym_byte] = ACTIONS(966), - [anon_sym_short] = ACTIONS(966), - [anon_sym_int] = ACTIONS(966), - [anon_sym_long] = ACTIONS(966), - [anon_sym_char] = ACTIONS(966), - [anon_sym_float] = ACTIONS(966), - [anon_sym_double] = ACTIONS(966), - [sym_boolean_type] = ACTIONS(966), - [sym_void_type] = ACTIONS(966), - [sym_this] = ACTIONS(966), - [sym_super] = ACTIONS(966), + [ts_builtin_sym_end] = ACTIONS(982), + [sym_identifier] = ACTIONS(984), + [sym_decimal_integer_literal] = ACTIONS(984), + [sym_hex_integer_literal] = ACTIONS(984), + [sym_octal_integer_literal] = ACTIONS(984), + [sym_binary_integer_literal] = ACTIONS(982), + [sym_decimal_floating_point_literal] = ACTIONS(982), + [sym_hex_floating_point_literal] = ACTIONS(984), + [sym_true] = ACTIONS(984), + [sym_false] = ACTIONS(984), + [sym_character_literal] = ACTIONS(982), + [anon_sym_DQUOTE] = ACTIONS(984), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(982), + [sym_null_literal] = ACTIONS(984), + [anon_sym_LPAREN] = ACTIONS(982), + [anon_sym_PLUS] = ACTIONS(984), + [anon_sym_DASH] = ACTIONS(984), + [anon_sym_final] = ACTIONS(984), + [anon_sym_BANG] = ACTIONS(982), + [anon_sym_TILDE] = ACTIONS(982), + [anon_sym_PLUS_PLUS] = ACTIONS(982), + [anon_sym_DASH_DASH] = ACTIONS(982), + [anon_sym_new] = ACTIONS(984), + [anon_sym_class] = ACTIONS(984), + [anon_sym_switch] = ACTIONS(984), + [anon_sym_LBRACE] = ACTIONS(982), + [anon_sym_RBRACE] = ACTIONS(982), + [anon_sym_case] = ACTIONS(984), + [anon_sym_default] = ACTIONS(984), + [anon_sym_SEMI] = ACTIONS(982), + [anon_sym_assert] = ACTIONS(984), + [anon_sym_do] = ACTIONS(984), + [anon_sym_while] = ACTIONS(984), + [anon_sym_break] = ACTIONS(984), + [anon_sym_continue] = ACTIONS(984), + [anon_sym_return] = ACTIONS(984), + [anon_sym_yield] = ACTIONS(984), + [anon_sym_synchronized] = ACTIONS(984), + [anon_sym_throw] = ACTIONS(984), + [anon_sym_try] = ACTIONS(984), + [anon_sym_if] = ACTIONS(984), + [anon_sym_else] = ACTIONS(984), + [anon_sym_for] = ACTIONS(984), + [anon_sym_AT] = ACTIONS(984), + [anon_sym_open] = ACTIONS(984), + [anon_sym_module] = ACTIONS(984), + [anon_sym_static] = ACTIONS(984), + [anon_sym_with] = ACTIONS(984), + [anon_sym_package] = ACTIONS(984), + [anon_sym_import] = ACTIONS(984), + [anon_sym_enum] = ACTIONS(984), + [anon_sym_public] = ACTIONS(984), + [anon_sym_protected] = ACTIONS(984), + [anon_sym_private] = ACTIONS(984), + [anon_sym_abstract] = ACTIONS(984), + [anon_sym_strictfp] = ACTIONS(984), + [anon_sym_native] = ACTIONS(984), + [anon_sym_transient] = ACTIONS(984), + [anon_sym_volatile] = ACTIONS(984), + [anon_sym_sealed] = ACTIONS(984), + [anon_sym_non_DASHsealed] = ACTIONS(982), + [anon_sym_record] = ACTIONS(984), + [anon_sym_ATinterface] = ACTIONS(982), + [anon_sym_interface] = ACTIONS(984), + [anon_sym_byte] = ACTIONS(984), + [anon_sym_short] = ACTIONS(984), + [anon_sym_int] = ACTIONS(984), + [anon_sym_long] = ACTIONS(984), + [anon_sym_char] = ACTIONS(984), + [anon_sym_float] = ACTIONS(984), + [anon_sym_double] = ACTIONS(984), + [sym_boolean_type] = ACTIONS(984), + [sym_void_type] = ACTIONS(984), + [sym_this] = ACTIONS(984), + [sym_super] = ACTIONS(984), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, [330] = { - [ts_builtin_sym_end] = ACTIONS(968), - [sym_identifier] = ACTIONS(970), - [sym_decimal_integer_literal] = ACTIONS(970), - [sym_hex_integer_literal] = ACTIONS(970), - [sym_octal_integer_literal] = ACTIONS(970), - [sym_binary_integer_literal] = ACTIONS(968), - [sym_decimal_floating_point_literal] = ACTIONS(968), - [sym_hex_floating_point_literal] = ACTIONS(970), - [sym_true] = ACTIONS(970), - [sym_false] = ACTIONS(970), - [sym_character_literal] = ACTIONS(968), - [anon_sym_DQUOTE] = ACTIONS(970), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(968), - [sym_null_literal] = ACTIONS(970), - [anon_sym_LPAREN] = ACTIONS(968), - [anon_sym_PLUS] = ACTIONS(970), - [anon_sym_DASH] = ACTIONS(970), - [anon_sym_final] = ACTIONS(970), - [anon_sym_BANG] = ACTIONS(968), - [anon_sym_TILDE] = ACTIONS(968), - [anon_sym_PLUS_PLUS] = ACTIONS(968), - [anon_sym_DASH_DASH] = ACTIONS(968), - [anon_sym_new] = ACTIONS(970), - [anon_sym_class] = ACTIONS(970), - [anon_sym_switch] = ACTIONS(970), - [anon_sym_LBRACE] = ACTIONS(968), - [anon_sym_RBRACE] = ACTIONS(968), - [anon_sym_case] = ACTIONS(970), - [anon_sym_default] = ACTIONS(970), - [anon_sym_SEMI] = ACTIONS(968), - [anon_sym_assert] = ACTIONS(970), - [anon_sym_do] = ACTIONS(970), - [anon_sym_while] = ACTIONS(970), - [anon_sym_break] = ACTIONS(970), - [anon_sym_continue] = ACTIONS(970), - [anon_sym_return] = ACTIONS(970), - [anon_sym_yield] = ACTIONS(970), - [anon_sym_synchronized] = ACTIONS(970), - [anon_sym_throw] = ACTIONS(970), - [anon_sym_try] = ACTIONS(970), - [anon_sym_if] = ACTIONS(970), - [anon_sym_else] = ACTIONS(970), - [anon_sym_for] = ACTIONS(970), - [anon_sym_AT] = ACTIONS(970), - [anon_sym_open] = ACTIONS(970), - [anon_sym_module] = ACTIONS(970), - [anon_sym_static] = ACTIONS(970), - [anon_sym_package] = ACTIONS(970), - [anon_sym_import] = ACTIONS(970), - [anon_sym_enum] = ACTIONS(970), - [anon_sym_public] = ACTIONS(970), - [anon_sym_protected] = ACTIONS(970), - [anon_sym_private] = ACTIONS(970), - [anon_sym_abstract] = ACTIONS(970), - [anon_sym_strictfp] = ACTIONS(970), - [anon_sym_native] = ACTIONS(970), - [anon_sym_transient] = ACTIONS(970), - [anon_sym_volatile] = ACTIONS(970), - [anon_sym_sealed] = ACTIONS(970), - [anon_sym_non_DASHsealed] = ACTIONS(968), - [anon_sym_record] = ACTIONS(970), - [anon_sym_ATinterface] = ACTIONS(968), - [anon_sym_interface] = ACTIONS(970), - [anon_sym_byte] = ACTIONS(970), - [anon_sym_short] = ACTIONS(970), - [anon_sym_int] = ACTIONS(970), - [anon_sym_long] = ACTIONS(970), - [anon_sym_char] = ACTIONS(970), - [anon_sym_float] = ACTIONS(970), - [anon_sym_double] = ACTIONS(970), - [sym_boolean_type] = ACTIONS(970), - [sym_void_type] = ACTIONS(970), - [sym_this] = ACTIONS(970), - [sym_super] = ACTIONS(970), + [ts_builtin_sym_end] = ACTIONS(986), + [sym_identifier] = ACTIONS(988), + [sym_decimal_integer_literal] = ACTIONS(988), + [sym_hex_integer_literal] = ACTIONS(988), + [sym_octal_integer_literal] = ACTIONS(988), + [sym_binary_integer_literal] = ACTIONS(986), + [sym_decimal_floating_point_literal] = ACTIONS(986), + [sym_hex_floating_point_literal] = ACTIONS(988), + [sym_true] = ACTIONS(988), + [sym_false] = ACTIONS(988), + [sym_character_literal] = ACTIONS(986), + [anon_sym_DQUOTE] = ACTIONS(988), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(986), + [sym_null_literal] = ACTIONS(988), + [anon_sym_LPAREN] = ACTIONS(986), + [anon_sym_PLUS] = ACTIONS(988), + [anon_sym_DASH] = ACTIONS(988), + [anon_sym_final] = ACTIONS(988), + [anon_sym_BANG] = ACTIONS(986), + [anon_sym_TILDE] = ACTIONS(986), + [anon_sym_PLUS_PLUS] = ACTIONS(986), + [anon_sym_DASH_DASH] = ACTIONS(986), + [anon_sym_new] = ACTIONS(988), + [anon_sym_class] = ACTIONS(988), + [anon_sym_switch] = ACTIONS(988), + [anon_sym_LBRACE] = ACTIONS(986), + [anon_sym_RBRACE] = ACTIONS(986), + [anon_sym_case] = ACTIONS(988), + [anon_sym_default] = ACTIONS(988), + [anon_sym_SEMI] = ACTIONS(986), + [anon_sym_assert] = ACTIONS(988), + [anon_sym_do] = ACTIONS(988), + [anon_sym_while] = ACTIONS(988), + [anon_sym_break] = ACTIONS(988), + [anon_sym_continue] = ACTIONS(988), + [anon_sym_return] = ACTIONS(988), + [anon_sym_yield] = ACTIONS(988), + [anon_sym_synchronized] = ACTIONS(988), + [anon_sym_throw] = ACTIONS(988), + [anon_sym_try] = ACTIONS(988), + [anon_sym_if] = ACTIONS(988), + [anon_sym_else] = ACTIONS(988), + [anon_sym_for] = ACTIONS(988), + [anon_sym_AT] = ACTIONS(988), + [anon_sym_open] = ACTIONS(988), + [anon_sym_module] = ACTIONS(988), + [anon_sym_static] = ACTIONS(988), + [anon_sym_with] = ACTIONS(988), + [anon_sym_package] = ACTIONS(988), + [anon_sym_import] = ACTIONS(988), + [anon_sym_enum] = ACTIONS(988), + [anon_sym_public] = ACTIONS(988), + [anon_sym_protected] = ACTIONS(988), + [anon_sym_private] = ACTIONS(988), + [anon_sym_abstract] = ACTIONS(988), + [anon_sym_strictfp] = ACTIONS(988), + [anon_sym_native] = ACTIONS(988), + [anon_sym_transient] = ACTIONS(988), + [anon_sym_volatile] = ACTIONS(988), + [anon_sym_sealed] = ACTIONS(988), + [anon_sym_non_DASHsealed] = ACTIONS(986), + [anon_sym_record] = ACTIONS(988), + [anon_sym_ATinterface] = ACTIONS(986), + [anon_sym_interface] = ACTIONS(988), + [anon_sym_byte] = ACTIONS(988), + [anon_sym_short] = ACTIONS(988), + [anon_sym_int] = ACTIONS(988), + [anon_sym_long] = ACTIONS(988), + [anon_sym_char] = ACTIONS(988), + [anon_sym_float] = ACTIONS(988), + [anon_sym_double] = ACTIONS(988), + [sym_boolean_type] = ACTIONS(988), + [sym_void_type] = ACTIONS(988), + [sym_this] = ACTIONS(988), + [sym_super] = ACTIONS(988), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, [331] = { - [ts_builtin_sym_end] = ACTIONS(972), - [sym_identifier] = ACTIONS(974), - [sym_decimal_integer_literal] = ACTIONS(974), - [sym_hex_integer_literal] = ACTIONS(974), - [sym_octal_integer_literal] = ACTIONS(974), - [sym_binary_integer_literal] = ACTIONS(972), - [sym_decimal_floating_point_literal] = ACTIONS(972), - [sym_hex_floating_point_literal] = ACTIONS(974), - [sym_true] = ACTIONS(974), - [sym_false] = ACTIONS(974), - [sym_character_literal] = ACTIONS(972), - [anon_sym_DQUOTE] = ACTIONS(974), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(972), - [sym_null_literal] = ACTIONS(974), - [anon_sym_LPAREN] = ACTIONS(972), - [anon_sym_PLUS] = ACTIONS(974), - [anon_sym_DASH] = ACTIONS(974), - [anon_sym_final] = ACTIONS(974), - [anon_sym_BANG] = ACTIONS(972), - [anon_sym_TILDE] = ACTIONS(972), - [anon_sym_PLUS_PLUS] = ACTIONS(972), - [anon_sym_DASH_DASH] = ACTIONS(972), - [anon_sym_new] = ACTIONS(974), - [anon_sym_class] = ACTIONS(974), - [anon_sym_switch] = ACTIONS(974), - [anon_sym_LBRACE] = ACTIONS(972), - [anon_sym_RBRACE] = ACTIONS(972), - [anon_sym_case] = ACTIONS(974), - [anon_sym_default] = ACTIONS(974), - [anon_sym_SEMI] = ACTIONS(972), - [anon_sym_assert] = ACTIONS(974), - [anon_sym_do] = ACTIONS(974), - [anon_sym_while] = ACTIONS(974), - [anon_sym_break] = ACTIONS(974), - [anon_sym_continue] = ACTIONS(974), - [anon_sym_return] = ACTIONS(974), - [anon_sym_yield] = ACTIONS(974), - [anon_sym_synchronized] = ACTIONS(974), - [anon_sym_throw] = ACTIONS(974), - [anon_sym_try] = ACTIONS(974), - [anon_sym_if] = ACTIONS(974), - [anon_sym_else] = ACTIONS(974), - [anon_sym_for] = ACTIONS(974), - [anon_sym_AT] = ACTIONS(974), - [anon_sym_open] = ACTIONS(974), - [anon_sym_module] = ACTIONS(974), - [anon_sym_static] = ACTIONS(974), - [anon_sym_package] = ACTIONS(974), - [anon_sym_import] = ACTIONS(974), - [anon_sym_enum] = ACTIONS(974), - [anon_sym_public] = ACTIONS(974), - [anon_sym_protected] = ACTIONS(974), - [anon_sym_private] = ACTIONS(974), - [anon_sym_abstract] = ACTIONS(974), - [anon_sym_strictfp] = ACTIONS(974), - [anon_sym_native] = ACTIONS(974), - [anon_sym_transient] = ACTIONS(974), - [anon_sym_volatile] = ACTIONS(974), - [anon_sym_sealed] = ACTIONS(974), - [anon_sym_non_DASHsealed] = ACTIONS(972), - [anon_sym_record] = ACTIONS(974), - [anon_sym_ATinterface] = ACTIONS(972), - [anon_sym_interface] = ACTIONS(974), - [anon_sym_byte] = ACTIONS(974), - [anon_sym_short] = ACTIONS(974), - [anon_sym_int] = ACTIONS(974), - [anon_sym_long] = ACTIONS(974), - [anon_sym_char] = ACTIONS(974), - [anon_sym_float] = ACTIONS(974), - [anon_sym_double] = ACTIONS(974), - [sym_boolean_type] = ACTIONS(974), - [sym_void_type] = ACTIONS(974), - [sym_this] = ACTIONS(974), - [sym_super] = ACTIONS(974), + [ts_builtin_sym_end] = ACTIONS(990), + [sym_identifier] = ACTIONS(992), + [sym_decimal_integer_literal] = ACTIONS(992), + [sym_hex_integer_literal] = ACTIONS(992), + [sym_octal_integer_literal] = ACTIONS(992), + [sym_binary_integer_literal] = ACTIONS(990), + [sym_decimal_floating_point_literal] = ACTIONS(990), + [sym_hex_floating_point_literal] = ACTIONS(992), + [sym_true] = ACTIONS(992), + [sym_false] = ACTIONS(992), + [sym_character_literal] = ACTIONS(990), + [anon_sym_DQUOTE] = ACTIONS(992), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(990), + [sym_null_literal] = ACTIONS(992), + [anon_sym_LPAREN] = ACTIONS(990), + [anon_sym_PLUS] = ACTIONS(992), + [anon_sym_DASH] = ACTIONS(992), + [anon_sym_final] = ACTIONS(992), + [anon_sym_BANG] = ACTIONS(990), + [anon_sym_TILDE] = ACTIONS(990), + [anon_sym_PLUS_PLUS] = ACTIONS(990), + [anon_sym_DASH_DASH] = ACTIONS(990), + [anon_sym_new] = ACTIONS(992), + [anon_sym_class] = ACTIONS(992), + [anon_sym_switch] = ACTIONS(992), + [anon_sym_LBRACE] = ACTIONS(990), + [anon_sym_RBRACE] = ACTIONS(990), + [anon_sym_case] = ACTIONS(992), + [anon_sym_default] = ACTIONS(992), + [anon_sym_SEMI] = ACTIONS(990), + [anon_sym_assert] = ACTIONS(992), + [anon_sym_do] = ACTIONS(992), + [anon_sym_while] = ACTIONS(992), + [anon_sym_break] = ACTIONS(992), + [anon_sym_continue] = ACTIONS(992), + [anon_sym_return] = ACTIONS(992), + [anon_sym_yield] = ACTIONS(992), + [anon_sym_synchronized] = ACTIONS(992), + [anon_sym_throw] = ACTIONS(992), + [anon_sym_try] = ACTIONS(992), + [anon_sym_if] = ACTIONS(992), + [anon_sym_else] = ACTIONS(992), + [anon_sym_for] = ACTIONS(992), + [anon_sym_AT] = ACTIONS(992), + [anon_sym_open] = ACTIONS(992), + [anon_sym_module] = ACTIONS(992), + [anon_sym_static] = ACTIONS(992), + [anon_sym_with] = ACTIONS(992), + [anon_sym_package] = ACTIONS(992), + [anon_sym_import] = ACTIONS(992), + [anon_sym_enum] = ACTIONS(992), + [anon_sym_public] = ACTIONS(992), + [anon_sym_protected] = ACTIONS(992), + [anon_sym_private] = ACTIONS(992), + [anon_sym_abstract] = ACTIONS(992), + [anon_sym_strictfp] = ACTIONS(992), + [anon_sym_native] = ACTIONS(992), + [anon_sym_transient] = ACTIONS(992), + [anon_sym_volatile] = ACTIONS(992), + [anon_sym_sealed] = ACTIONS(992), + [anon_sym_non_DASHsealed] = ACTIONS(990), + [anon_sym_record] = ACTIONS(992), + [anon_sym_ATinterface] = ACTIONS(990), + [anon_sym_interface] = ACTIONS(992), + [anon_sym_byte] = ACTIONS(992), + [anon_sym_short] = ACTIONS(992), + [anon_sym_int] = ACTIONS(992), + [anon_sym_long] = ACTIONS(992), + [anon_sym_char] = ACTIONS(992), + [anon_sym_float] = ACTIONS(992), + [anon_sym_double] = ACTIONS(992), + [sym_boolean_type] = ACTIONS(992), + [sym_void_type] = ACTIONS(992), + [sym_this] = ACTIONS(992), + [sym_super] = ACTIONS(992), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, [332] = { - [ts_builtin_sym_end] = ACTIONS(976), - [sym_identifier] = ACTIONS(978), - [sym_decimal_integer_literal] = ACTIONS(978), - [sym_hex_integer_literal] = ACTIONS(978), - [sym_octal_integer_literal] = ACTIONS(978), - [sym_binary_integer_literal] = ACTIONS(976), - [sym_decimal_floating_point_literal] = ACTIONS(976), - [sym_hex_floating_point_literal] = ACTIONS(978), - [sym_true] = ACTIONS(978), - [sym_false] = ACTIONS(978), - [sym_character_literal] = ACTIONS(976), - [anon_sym_DQUOTE] = ACTIONS(978), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(976), - [sym_null_literal] = ACTIONS(978), - [anon_sym_LPAREN] = ACTIONS(976), - [anon_sym_PLUS] = ACTIONS(978), - [anon_sym_DASH] = ACTIONS(978), - [anon_sym_final] = ACTIONS(978), - [anon_sym_BANG] = ACTIONS(976), - [anon_sym_TILDE] = ACTIONS(976), - [anon_sym_PLUS_PLUS] = ACTIONS(976), - [anon_sym_DASH_DASH] = ACTIONS(976), - [anon_sym_new] = ACTIONS(978), - [anon_sym_class] = ACTIONS(978), - [anon_sym_switch] = ACTIONS(978), - [anon_sym_LBRACE] = ACTIONS(976), - [anon_sym_RBRACE] = ACTIONS(976), - [anon_sym_case] = ACTIONS(978), - [anon_sym_default] = ACTIONS(978), - [anon_sym_SEMI] = ACTIONS(976), - [anon_sym_assert] = ACTIONS(978), - [anon_sym_do] = ACTIONS(978), - [anon_sym_while] = ACTIONS(978), - [anon_sym_break] = ACTIONS(978), - [anon_sym_continue] = ACTIONS(978), - [anon_sym_return] = ACTIONS(978), - [anon_sym_yield] = ACTIONS(978), - [anon_sym_synchronized] = ACTIONS(978), - [anon_sym_throw] = ACTIONS(978), - [anon_sym_try] = ACTIONS(978), - [anon_sym_if] = ACTIONS(978), - [anon_sym_else] = ACTIONS(978), - [anon_sym_for] = ACTIONS(978), - [anon_sym_AT] = ACTIONS(978), - [anon_sym_open] = ACTIONS(978), - [anon_sym_module] = ACTIONS(978), - [anon_sym_static] = ACTIONS(978), - [anon_sym_package] = ACTIONS(978), - [anon_sym_import] = ACTIONS(978), - [anon_sym_enum] = ACTIONS(978), - [anon_sym_public] = ACTIONS(978), - [anon_sym_protected] = ACTIONS(978), - [anon_sym_private] = ACTIONS(978), - [anon_sym_abstract] = ACTIONS(978), - [anon_sym_strictfp] = ACTIONS(978), - [anon_sym_native] = ACTIONS(978), - [anon_sym_transient] = ACTIONS(978), - [anon_sym_volatile] = ACTIONS(978), - [anon_sym_sealed] = ACTIONS(978), - [anon_sym_non_DASHsealed] = ACTIONS(976), - [anon_sym_record] = ACTIONS(978), - [anon_sym_ATinterface] = ACTIONS(976), - [anon_sym_interface] = ACTIONS(978), - [anon_sym_byte] = ACTIONS(978), - [anon_sym_short] = ACTIONS(978), - [anon_sym_int] = ACTIONS(978), - [anon_sym_long] = ACTIONS(978), - [anon_sym_char] = ACTIONS(978), - [anon_sym_float] = ACTIONS(978), - [anon_sym_double] = ACTIONS(978), - [sym_boolean_type] = ACTIONS(978), - [sym_void_type] = ACTIONS(978), - [sym_this] = ACTIONS(978), - [sym_super] = ACTIONS(978), + [ts_builtin_sym_end] = ACTIONS(994), + [sym_identifier] = ACTIONS(996), + [sym_decimal_integer_literal] = ACTIONS(996), + [sym_hex_integer_literal] = ACTIONS(996), + [sym_octal_integer_literal] = ACTIONS(996), + [sym_binary_integer_literal] = ACTIONS(994), + [sym_decimal_floating_point_literal] = ACTIONS(994), + [sym_hex_floating_point_literal] = ACTIONS(996), + [sym_true] = ACTIONS(996), + [sym_false] = ACTIONS(996), + [sym_character_literal] = ACTIONS(994), + [anon_sym_DQUOTE] = ACTIONS(996), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(994), + [sym_null_literal] = ACTIONS(996), + [anon_sym_LPAREN] = ACTIONS(994), + [anon_sym_PLUS] = ACTIONS(996), + [anon_sym_DASH] = ACTIONS(996), + [anon_sym_final] = ACTIONS(996), + [anon_sym_BANG] = ACTIONS(994), + [anon_sym_TILDE] = ACTIONS(994), + [anon_sym_PLUS_PLUS] = ACTIONS(994), + [anon_sym_DASH_DASH] = ACTIONS(994), + [anon_sym_new] = ACTIONS(996), + [anon_sym_class] = ACTIONS(996), + [anon_sym_switch] = ACTIONS(996), + [anon_sym_LBRACE] = ACTIONS(994), + [anon_sym_RBRACE] = ACTIONS(994), + [anon_sym_case] = ACTIONS(996), + [anon_sym_default] = ACTIONS(996), + [anon_sym_SEMI] = ACTIONS(994), + [anon_sym_assert] = ACTIONS(996), + [anon_sym_do] = ACTIONS(996), + [anon_sym_while] = ACTIONS(996), + [anon_sym_break] = ACTIONS(996), + [anon_sym_continue] = ACTIONS(996), + [anon_sym_return] = ACTIONS(996), + [anon_sym_yield] = ACTIONS(996), + [anon_sym_synchronized] = ACTIONS(996), + [anon_sym_throw] = ACTIONS(996), + [anon_sym_try] = ACTIONS(996), + [anon_sym_if] = ACTIONS(996), + [anon_sym_else] = ACTIONS(996), + [anon_sym_for] = ACTIONS(996), + [anon_sym_AT] = ACTIONS(996), + [anon_sym_open] = ACTIONS(996), + [anon_sym_module] = ACTIONS(996), + [anon_sym_static] = ACTIONS(996), + [anon_sym_with] = ACTIONS(996), + [anon_sym_package] = ACTIONS(996), + [anon_sym_import] = ACTIONS(996), + [anon_sym_enum] = ACTIONS(996), + [anon_sym_public] = ACTIONS(996), + [anon_sym_protected] = ACTIONS(996), + [anon_sym_private] = ACTIONS(996), + [anon_sym_abstract] = ACTIONS(996), + [anon_sym_strictfp] = ACTIONS(996), + [anon_sym_native] = ACTIONS(996), + [anon_sym_transient] = ACTIONS(996), + [anon_sym_volatile] = ACTIONS(996), + [anon_sym_sealed] = ACTIONS(996), + [anon_sym_non_DASHsealed] = ACTIONS(994), + [anon_sym_record] = ACTIONS(996), + [anon_sym_ATinterface] = ACTIONS(994), + [anon_sym_interface] = ACTIONS(996), + [anon_sym_byte] = ACTIONS(996), + [anon_sym_short] = ACTIONS(996), + [anon_sym_int] = ACTIONS(996), + [anon_sym_long] = ACTIONS(996), + [anon_sym_char] = ACTIONS(996), + [anon_sym_float] = ACTIONS(996), + [anon_sym_double] = ACTIONS(996), + [sym_boolean_type] = ACTIONS(996), + [sym_void_type] = ACTIONS(996), + [sym_this] = ACTIONS(996), + [sym_super] = ACTIONS(996), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, [333] = { - [ts_builtin_sym_end] = ACTIONS(980), - [sym_identifier] = ACTIONS(982), - [sym_decimal_integer_literal] = ACTIONS(982), - [sym_hex_integer_literal] = ACTIONS(982), - [sym_octal_integer_literal] = ACTIONS(982), - [sym_binary_integer_literal] = ACTIONS(980), - [sym_decimal_floating_point_literal] = ACTIONS(980), - [sym_hex_floating_point_literal] = ACTIONS(982), - [sym_true] = ACTIONS(982), - [sym_false] = ACTIONS(982), - [sym_character_literal] = ACTIONS(980), - [anon_sym_DQUOTE] = ACTIONS(982), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(980), - [sym_null_literal] = ACTIONS(982), - [anon_sym_LPAREN] = ACTIONS(980), - [anon_sym_PLUS] = ACTIONS(982), - [anon_sym_DASH] = ACTIONS(982), - [anon_sym_final] = ACTIONS(982), - [anon_sym_BANG] = ACTIONS(980), - [anon_sym_TILDE] = ACTIONS(980), - [anon_sym_PLUS_PLUS] = ACTIONS(980), - [anon_sym_DASH_DASH] = ACTIONS(980), - [anon_sym_new] = ACTIONS(982), - [anon_sym_class] = ACTIONS(982), - [anon_sym_switch] = ACTIONS(982), - [anon_sym_LBRACE] = ACTIONS(980), - [anon_sym_RBRACE] = ACTIONS(980), - [anon_sym_case] = ACTIONS(982), - [anon_sym_default] = ACTIONS(982), - [anon_sym_SEMI] = ACTIONS(980), - [anon_sym_assert] = ACTIONS(982), - [anon_sym_do] = ACTIONS(982), - [anon_sym_while] = ACTIONS(982), - [anon_sym_break] = ACTIONS(982), - [anon_sym_continue] = ACTIONS(982), - [anon_sym_return] = ACTIONS(982), - [anon_sym_yield] = ACTIONS(982), - [anon_sym_synchronized] = ACTIONS(982), - [anon_sym_throw] = ACTIONS(982), - [anon_sym_try] = ACTIONS(982), - [anon_sym_if] = ACTIONS(982), - [anon_sym_else] = ACTIONS(982), - [anon_sym_for] = ACTIONS(982), - [anon_sym_AT] = ACTIONS(982), - [anon_sym_open] = ACTIONS(982), - [anon_sym_module] = ACTIONS(982), - [anon_sym_static] = ACTIONS(982), - [anon_sym_package] = ACTIONS(982), - [anon_sym_import] = ACTIONS(982), - [anon_sym_enum] = ACTIONS(982), - [anon_sym_public] = ACTIONS(982), - [anon_sym_protected] = ACTIONS(982), - [anon_sym_private] = ACTIONS(982), - [anon_sym_abstract] = ACTIONS(982), - [anon_sym_strictfp] = ACTIONS(982), - [anon_sym_native] = ACTIONS(982), - [anon_sym_transient] = ACTIONS(982), - [anon_sym_volatile] = ACTIONS(982), - [anon_sym_sealed] = ACTIONS(982), - [anon_sym_non_DASHsealed] = ACTIONS(980), - [anon_sym_record] = ACTIONS(982), - [anon_sym_ATinterface] = ACTIONS(980), - [anon_sym_interface] = ACTIONS(982), - [anon_sym_byte] = ACTIONS(982), - [anon_sym_short] = ACTIONS(982), - [anon_sym_int] = ACTIONS(982), - [anon_sym_long] = ACTIONS(982), - [anon_sym_char] = ACTIONS(982), - [anon_sym_float] = ACTIONS(982), - [anon_sym_double] = ACTIONS(982), - [sym_boolean_type] = ACTIONS(982), - [sym_void_type] = ACTIONS(982), - [sym_this] = ACTIONS(982), - [sym_super] = ACTIONS(982), + [ts_builtin_sym_end] = ACTIONS(391), + [sym_identifier] = ACTIONS(393), + [sym_decimal_integer_literal] = ACTIONS(393), + [sym_hex_integer_literal] = ACTIONS(393), + [sym_octal_integer_literal] = ACTIONS(393), + [sym_binary_integer_literal] = ACTIONS(391), + [sym_decimal_floating_point_literal] = ACTIONS(391), + [sym_hex_floating_point_literal] = ACTIONS(393), + [sym_true] = ACTIONS(393), + [sym_false] = ACTIONS(393), + [sym_character_literal] = ACTIONS(391), + [anon_sym_DQUOTE] = ACTIONS(393), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(391), + [sym_null_literal] = ACTIONS(393), + [anon_sym_LPAREN] = ACTIONS(391), + [anon_sym_PLUS] = ACTIONS(393), + [anon_sym_DASH] = ACTIONS(393), + [anon_sym_final] = ACTIONS(393), + [anon_sym_BANG] = ACTIONS(391), + [anon_sym_TILDE] = ACTIONS(391), + [anon_sym_PLUS_PLUS] = ACTIONS(391), + [anon_sym_DASH_DASH] = ACTIONS(391), + [anon_sym_new] = ACTIONS(393), + [anon_sym_class] = ACTIONS(393), + [anon_sym_switch] = ACTIONS(393), + [anon_sym_LBRACE] = ACTIONS(391), + [anon_sym_RBRACE] = ACTIONS(391), + [anon_sym_case] = ACTIONS(393), + [anon_sym_default] = ACTIONS(393), + [anon_sym_SEMI] = ACTIONS(391), + [anon_sym_assert] = ACTIONS(393), + [anon_sym_do] = ACTIONS(393), + [anon_sym_while] = ACTIONS(393), + [anon_sym_break] = ACTIONS(393), + [anon_sym_continue] = ACTIONS(393), + [anon_sym_return] = ACTIONS(393), + [anon_sym_yield] = ACTIONS(393), + [anon_sym_synchronized] = ACTIONS(393), + [anon_sym_throw] = ACTIONS(393), + [anon_sym_try] = ACTIONS(393), + [anon_sym_if] = ACTIONS(393), + [anon_sym_else] = ACTIONS(393), + [anon_sym_for] = ACTIONS(393), + [anon_sym_AT] = ACTIONS(393), + [anon_sym_open] = ACTIONS(393), + [anon_sym_module] = ACTIONS(393), + [anon_sym_static] = ACTIONS(393), + [anon_sym_with] = ACTIONS(393), + [anon_sym_package] = ACTIONS(393), + [anon_sym_import] = ACTIONS(393), + [anon_sym_enum] = ACTIONS(393), + [anon_sym_public] = ACTIONS(393), + [anon_sym_protected] = ACTIONS(393), + [anon_sym_private] = ACTIONS(393), + [anon_sym_abstract] = ACTIONS(393), + [anon_sym_strictfp] = ACTIONS(393), + [anon_sym_native] = ACTIONS(393), + [anon_sym_transient] = ACTIONS(393), + [anon_sym_volatile] = ACTIONS(393), + [anon_sym_sealed] = ACTIONS(393), + [anon_sym_non_DASHsealed] = ACTIONS(391), + [anon_sym_record] = ACTIONS(393), + [anon_sym_ATinterface] = ACTIONS(391), + [anon_sym_interface] = ACTIONS(393), + [anon_sym_byte] = ACTIONS(393), + [anon_sym_short] = ACTIONS(393), + [anon_sym_int] = ACTIONS(393), + [anon_sym_long] = ACTIONS(393), + [anon_sym_char] = ACTIONS(393), + [anon_sym_float] = ACTIONS(393), + [anon_sym_double] = ACTIONS(393), + [sym_boolean_type] = ACTIONS(393), + [sym_void_type] = ACTIONS(393), + [sym_this] = ACTIONS(393), + [sym_super] = ACTIONS(393), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, [334] = { - [ts_builtin_sym_end] = ACTIONS(984), - [sym_identifier] = ACTIONS(986), - [sym_decimal_integer_literal] = ACTIONS(986), - [sym_hex_integer_literal] = ACTIONS(986), - [sym_octal_integer_literal] = ACTIONS(986), - [sym_binary_integer_literal] = ACTIONS(984), - [sym_decimal_floating_point_literal] = ACTIONS(984), - [sym_hex_floating_point_literal] = ACTIONS(986), - [sym_true] = ACTIONS(986), - [sym_false] = ACTIONS(986), - [sym_character_literal] = ACTIONS(984), - [anon_sym_DQUOTE] = ACTIONS(986), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(984), - [sym_null_literal] = ACTIONS(986), - [anon_sym_LPAREN] = ACTIONS(984), - [anon_sym_PLUS] = ACTIONS(986), - [anon_sym_DASH] = ACTIONS(986), - [anon_sym_final] = ACTIONS(986), - [anon_sym_BANG] = ACTIONS(984), - [anon_sym_TILDE] = ACTIONS(984), - [anon_sym_PLUS_PLUS] = ACTIONS(984), - [anon_sym_DASH_DASH] = ACTIONS(984), - [anon_sym_new] = ACTIONS(986), - [anon_sym_class] = ACTIONS(986), - [anon_sym_switch] = ACTIONS(986), - [anon_sym_LBRACE] = ACTIONS(984), - [anon_sym_RBRACE] = ACTIONS(984), - [anon_sym_case] = ACTIONS(986), - [anon_sym_default] = ACTIONS(986), - [anon_sym_SEMI] = ACTIONS(984), - [anon_sym_assert] = ACTIONS(986), - [anon_sym_do] = ACTIONS(986), - [anon_sym_while] = ACTIONS(986), - [anon_sym_break] = ACTIONS(986), - [anon_sym_continue] = ACTIONS(986), - [anon_sym_return] = ACTIONS(986), - [anon_sym_yield] = ACTIONS(986), - [anon_sym_synchronized] = ACTIONS(986), - [anon_sym_throw] = ACTIONS(986), - [anon_sym_try] = ACTIONS(986), - [anon_sym_if] = ACTIONS(986), - [anon_sym_else] = ACTIONS(986), - [anon_sym_for] = ACTIONS(986), - [anon_sym_AT] = ACTIONS(986), - [anon_sym_open] = ACTIONS(986), - [anon_sym_module] = ACTIONS(986), - [anon_sym_static] = ACTIONS(986), - [anon_sym_package] = ACTIONS(986), - [anon_sym_import] = ACTIONS(986), - [anon_sym_enum] = ACTIONS(986), - [anon_sym_public] = ACTIONS(986), - [anon_sym_protected] = ACTIONS(986), - [anon_sym_private] = ACTIONS(986), - [anon_sym_abstract] = ACTIONS(986), - [anon_sym_strictfp] = ACTIONS(986), - [anon_sym_native] = ACTIONS(986), - [anon_sym_transient] = ACTIONS(986), - [anon_sym_volatile] = ACTIONS(986), - [anon_sym_sealed] = ACTIONS(986), - [anon_sym_non_DASHsealed] = ACTIONS(984), - [anon_sym_record] = ACTIONS(986), - [anon_sym_ATinterface] = ACTIONS(984), - [anon_sym_interface] = ACTIONS(986), - [anon_sym_byte] = ACTIONS(986), - [anon_sym_short] = ACTIONS(986), - [anon_sym_int] = ACTIONS(986), - [anon_sym_long] = ACTIONS(986), - [anon_sym_char] = ACTIONS(986), - [anon_sym_float] = ACTIONS(986), - [anon_sym_double] = ACTIONS(986), - [sym_boolean_type] = ACTIONS(986), - [sym_void_type] = ACTIONS(986), - [sym_this] = ACTIONS(986), - [sym_super] = ACTIONS(986), + [ts_builtin_sym_end] = ACTIONS(998), + [sym_identifier] = ACTIONS(1000), + [sym_decimal_integer_literal] = ACTIONS(1000), + [sym_hex_integer_literal] = ACTIONS(1000), + [sym_octal_integer_literal] = ACTIONS(1000), + [sym_binary_integer_literal] = ACTIONS(998), + [sym_decimal_floating_point_literal] = ACTIONS(998), + [sym_hex_floating_point_literal] = ACTIONS(1000), + [sym_true] = ACTIONS(1000), + [sym_false] = ACTIONS(1000), + [sym_character_literal] = ACTIONS(998), + [anon_sym_DQUOTE] = ACTIONS(1000), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(998), + [sym_null_literal] = ACTIONS(1000), + [anon_sym_LPAREN] = ACTIONS(998), + [anon_sym_PLUS] = ACTIONS(1000), + [anon_sym_DASH] = ACTIONS(1000), + [anon_sym_final] = ACTIONS(1000), + [anon_sym_BANG] = ACTIONS(998), + [anon_sym_TILDE] = ACTIONS(998), + [anon_sym_PLUS_PLUS] = ACTIONS(998), + [anon_sym_DASH_DASH] = ACTIONS(998), + [anon_sym_new] = ACTIONS(1000), + [anon_sym_class] = ACTIONS(1000), + [anon_sym_switch] = ACTIONS(1000), + [anon_sym_LBRACE] = ACTIONS(998), + [anon_sym_RBRACE] = ACTIONS(998), + [anon_sym_case] = ACTIONS(1000), + [anon_sym_default] = ACTIONS(1000), + [anon_sym_SEMI] = ACTIONS(998), + [anon_sym_assert] = ACTIONS(1000), + [anon_sym_do] = ACTIONS(1000), + [anon_sym_while] = ACTIONS(1000), + [anon_sym_break] = ACTIONS(1000), + [anon_sym_continue] = ACTIONS(1000), + [anon_sym_return] = ACTIONS(1000), + [anon_sym_yield] = ACTIONS(1000), + [anon_sym_synchronized] = ACTIONS(1000), + [anon_sym_throw] = ACTIONS(1000), + [anon_sym_try] = ACTIONS(1000), + [anon_sym_if] = ACTIONS(1000), + [anon_sym_else] = ACTIONS(1000), + [anon_sym_for] = ACTIONS(1000), + [anon_sym_AT] = ACTIONS(1000), + [anon_sym_open] = ACTIONS(1000), + [anon_sym_module] = ACTIONS(1000), + [anon_sym_static] = ACTIONS(1000), + [anon_sym_with] = ACTIONS(1000), + [anon_sym_package] = ACTIONS(1000), + [anon_sym_import] = ACTIONS(1000), + [anon_sym_enum] = ACTIONS(1000), + [anon_sym_public] = ACTIONS(1000), + [anon_sym_protected] = ACTIONS(1000), + [anon_sym_private] = ACTIONS(1000), + [anon_sym_abstract] = ACTIONS(1000), + [anon_sym_strictfp] = ACTIONS(1000), + [anon_sym_native] = ACTIONS(1000), + [anon_sym_transient] = ACTIONS(1000), + [anon_sym_volatile] = ACTIONS(1000), + [anon_sym_sealed] = ACTIONS(1000), + [anon_sym_non_DASHsealed] = ACTIONS(998), + [anon_sym_record] = ACTIONS(1000), + [anon_sym_ATinterface] = ACTIONS(998), + [anon_sym_interface] = ACTIONS(1000), + [anon_sym_byte] = ACTIONS(1000), + [anon_sym_short] = ACTIONS(1000), + [anon_sym_int] = ACTIONS(1000), + [anon_sym_long] = ACTIONS(1000), + [anon_sym_char] = ACTIONS(1000), + [anon_sym_float] = ACTIONS(1000), + [anon_sym_double] = ACTIONS(1000), + [sym_boolean_type] = ACTIONS(1000), + [sym_void_type] = ACTIONS(1000), + [sym_this] = ACTIONS(1000), + [sym_super] = ACTIONS(1000), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, [335] = { - [ts_builtin_sym_end] = ACTIONS(988), - [sym_identifier] = ACTIONS(990), - [sym_decimal_integer_literal] = ACTIONS(990), - [sym_hex_integer_literal] = ACTIONS(990), - [sym_octal_integer_literal] = ACTIONS(990), - [sym_binary_integer_literal] = ACTIONS(988), - [sym_decimal_floating_point_literal] = ACTIONS(988), - [sym_hex_floating_point_literal] = ACTIONS(990), - [sym_true] = ACTIONS(990), - [sym_false] = ACTIONS(990), - [sym_character_literal] = ACTIONS(988), - [anon_sym_DQUOTE] = ACTIONS(990), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(988), - [sym_null_literal] = ACTIONS(990), - [anon_sym_LPAREN] = ACTIONS(988), - [anon_sym_PLUS] = ACTIONS(990), - [anon_sym_DASH] = ACTIONS(990), - [anon_sym_final] = ACTIONS(990), - [anon_sym_BANG] = ACTIONS(988), - [anon_sym_TILDE] = ACTIONS(988), - [anon_sym_PLUS_PLUS] = ACTIONS(988), - [anon_sym_DASH_DASH] = ACTIONS(988), - [anon_sym_new] = ACTIONS(990), - [anon_sym_class] = ACTIONS(990), - [anon_sym_switch] = ACTIONS(990), - [anon_sym_LBRACE] = ACTIONS(988), - [anon_sym_RBRACE] = ACTIONS(988), - [anon_sym_case] = ACTIONS(990), - [anon_sym_default] = ACTIONS(990), - [anon_sym_SEMI] = ACTIONS(988), - [anon_sym_assert] = ACTIONS(990), - [anon_sym_do] = ACTIONS(990), - [anon_sym_while] = ACTIONS(990), - [anon_sym_break] = ACTIONS(990), - [anon_sym_continue] = ACTIONS(990), - [anon_sym_return] = ACTIONS(990), - [anon_sym_yield] = ACTIONS(990), - [anon_sym_synchronized] = ACTIONS(990), - [anon_sym_throw] = ACTIONS(990), - [anon_sym_try] = ACTIONS(990), - [anon_sym_if] = ACTIONS(990), - [anon_sym_else] = ACTIONS(990), - [anon_sym_for] = ACTIONS(990), - [anon_sym_AT] = ACTIONS(990), - [anon_sym_open] = ACTIONS(990), - [anon_sym_module] = ACTIONS(990), - [anon_sym_static] = ACTIONS(990), - [anon_sym_package] = ACTIONS(990), - [anon_sym_import] = ACTIONS(990), - [anon_sym_enum] = ACTIONS(990), - [anon_sym_public] = ACTIONS(990), - [anon_sym_protected] = ACTIONS(990), - [anon_sym_private] = ACTIONS(990), - [anon_sym_abstract] = ACTIONS(990), - [anon_sym_strictfp] = ACTIONS(990), - [anon_sym_native] = ACTIONS(990), - [anon_sym_transient] = ACTIONS(990), - [anon_sym_volatile] = ACTIONS(990), - [anon_sym_sealed] = ACTIONS(990), - [anon_sym_non_DASHsealed] = ACTIONS(988), - [anon_sym_record] = ACTIONS(990), - [anon_sym_ATinterface] = ACTIONS(988), - [anon_sym_interface] = ACTIONS(990), - [anon_sym_byte] = ACTIONS(990), - [anon_sym_short] = ACTIONS(990), - [anon_sym_int] = ACTIONS(990), - [anon_sym_long] = ACTIONS(990), - [anon_sym_char] = ACTIONS(990), - [anon_sym_float] = ACTIONS(990), - [anon_sym_double] = ACTIONS(990), - [sym_boolean_type] = ACTIONS(990), - [sym_void_type] = ACTIONS(990), - [sym_this] = ACTIONS(990), - [sym_super] = ACTIONS(990), + [ts_builtin_sym_end] = ACTIONS(1002), + [sym_identifier] = ACTIONS(1004), + [sym_decimal_integer_literal] = ACTIONS(1004), + [sym_hex_integer_literal] = ACTIONS(1004), + [sym_octal_integer_literal] = ACTIONS(1004), + [sym_binary_integer_literal] = ACTIONS(1002), + [sym_decimal_floating_point_literal] = ACTIONS(1002), + [sym_hex_floating_point_literal] = ACTIONS(1004), + [sym_true] = ACTIONS(1004), + [sym_false] = ACTIONS(1004), + [sym_character_literal] = ACTIONS(1002), + [anon_sym_DQUOTE] = ACTIONS(1004), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1002), + [sym_null_literal] = ACTIONS(1004), + [anon_sym_LPAREN] = ACTIONS(1002), + [anon_sym_PLUS] = ACTIONS(1004), + [anon_sym_DASH] = ACTIONS(1004), + [anon_sym_final] = ACTIONS(1004), + [anon_sym_BANG] = ACTIONS(1002), + [anon_sym_TILDE] = ACTIONS(1002), + [anon_sym_PLUS_PLUS] = ACTIONS(1002), + [anon_sym_DASH_DASH] = ACTIONS(1002), + [anon_sym_new] = ACTIONS(1004), + [anon_sym_class] = ACTIONS(1004), + [anon_sym_switch] = ACTIONS(1004), + [anon_sym_LBRACE] = ACTIONS(1002), + [anon_sym_RBRACE] = ACTIONS(1002), + [anon_sym_case] = ACTIONS(1004), + [anon_sym_default] = ACTIONS(1004), + [anon_sym_SEMI] = ACTIONS(1002), + [anon_sym_assert] = ACTIONS(1004), + [anon_sym_do] = ACTIONS(1004), + [anon_sym_while] = ACTIONS(1004), + [anon_sym_break] = ACTIONS(1004), + [anon_sym_continue] = ACTIONS(1004), + [anon_sym_return] = ACTIONS(1004), + [anon_sym_yield] = ACTIONS(1004), + [anon_sym_synchronized] = ACTIONS(1004), + [anon_sym_throw] = ACTIONS(1004), + [anon_sym_try] = ACTIONS(1004), + [anon_sym_if] = ACTIONS(1004), + [anon_sym_else] = ACTIONS(1004), + [anon_sym_for] = ACTIONS(1004), + [anon_sym_AT] = ACTIONS(1004), + [anon_sym_open] = ACTIONS(1004), + [anon_sym_module] = ACTIONS(1004), + [anon_sym_static] = ACTIONS(1004), + [anon_sym_with] = ACTIONS(1004), + [anon_sym_package] = ACTIONS(1004), + [anon_sym_import] = ACTIONS(1004), + [anon_sym_enum] = ACTIONS(1004), + [anon_sym_public] = ACTIONS(1004), + [anon_sym_protected] = ACTIONS(1004), + [anon_sym_private] = ACTIONS(1004), + [anon_sym_abstract] = ACTIONS(1004), + [anon_sym_strictfp] = ACTIONS(1004), + [anon_sym_native] = ACTIONS(1004), + [anon_sym_transient] = ACTIONS(1004), + [anon_sym_volatile] = ACTIONS(1004), + [anon_sym_sealed] = ACTIONS(1004), + [anon_sym_non_DASHsealed] = ACTIONS(1002), + [anon_sym_record] = ACTIONS(1004), + [anon_sym_ATinterface] = ACTIONS(1002), + [anon_sym_interface] = ACTIONS(1004), + [anon_sym_byte] = ACTIONS(1004), + [anon_sym_short] = ACTIONS(1004), + [anon_sym_int] = ACTIONS(1004), + [anon_sym_long] = ACTIONS(1004), + [anon_sym_char] = ACTIONS(1004), + [anon_sym_float] = ACTIONS(1004), + [anon_sym_double] = ACTIONS(1004), + [sym_boolean_type] = ACTIONS(1004), + [sym_void_type] = ACTIONS(1004), + [sym_this] = ACTIONS(1004), + [sym_super] = ACTIONS(1004), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, [336] = { - [ts_builtin_sym_end] = ACTIONS(992), - [sym_identifier] = ACTIONS(994), - [sym_decimal_integer_literal] = ACTIONS(994), - [sym_hex_integer_literal] = ACTIONS(994), - [sym_octal_integer_literal] = ACTIONS(994), - [sym_binary_integer_literal] = ACTIONS(992), - [sym_decimal_floating_point_literal] = ACTIONS(992), - [sym_hex_floating_point_literal] = ACTIONS(994), - [sym_true] = ACTIONS(994), - [sym_false] = ACTIONS(994), - [sym_character_literal] = ACTIONS(992), - [anon_sym_DQUOTE] = ACTIONS(994), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(992), - [sym_null_literal] = ACTIONS(994), - [anon_sym_LPAREN] = ACTIONS(992), - [anon_sym_PLUS] = ACTIONS(994), - [anon_sym_DASH] = ACTIONS(994), - [anon_sym_final] = ACTIONS(994), - [anon_sym_BANG] = ACTIONS(992), - [anon_sym_TILDE] = ACTIONS(992), - [anon_sym_PLUS_PLUS] = ACTIONS(992), - [anon_sym_DASH_DASH] = ACTIONS(992), - [anon_sym_new] = ACTIONS(994), - [anon_sym_class] = ACTIONS(994), - [anon_sym_switch] = ACTIONS(994), - [anon_sym_LBRACE] = ACTIONS(992), - [anon_sym_RBRACE] = ACTIONS(992), - [anon_sym_case] = ACTIONS(994), - [anon_sym_default] = ACTIONS(994), - [anon_sym_SEMI] = ACTIONS(992), - [anon_sym_assert] = ACTIONS(994), - [anon_sym_do] = ACTIONS(994), - [anon_sym_while] = ACTIONS(994), - [anon_sym_break] = ACTIONS(994), - [anon_sym_continue] = ACTIONS(994), - [anon_sym_return] = ACTIONS(994), - [anon_sym_yield] = ACTIONS(994), - [anon_sym_synchronized] = ACTIONS(994), - [anon_sym_throw] = ACTIONS(994), - [anon_sym_try] = ACTIONS(994), - [anon_sym_if] = ACTIONS(994), - [anon_sym_else] = ACTIONS(994), - [anon_sym_for] = ACTIONS(994), - [anon_sym_AT] = ACTIONS(994), - [anon_sym_open] = ACTIONS(994), - [anon_sym_module] = ACTIONS(994), - [anon_sym_static] = ACTIONS(994), - [anon_sym_package] = ACTIONS(994), - [anon_sym_import] = ACTIONS(994), - [anon_sym_enum] = ACTIONS(994), - [anon_sym_public] = ACTIONS(994), - [anon_sym_protected] = ACTIONS(994), - [anon_sym_private] = ACTIONS(994), - [anon_sym_abstract] = ACTIONS(994), - [anon_sym_strictfp] = ACTIONS(994), - [anon_sym_native] = ACTIONS(994), - [anon_sym_transient] = ACTIONS(994), - [anon_sym_volatile] = ACTIONS(994), - [anon_sym_sealed] = ACTIONS(994), - [anon_sym_non_DASHsealed] = ACTIONS(992), - [anon_sym_record] = ACTIONS(994), - [anon_sym_ATinterface] = ACTIONS(992), - [anon_sym_interface] = ACTIONS(994), - [anon_sym_byte] = ACTIONS(994), - [anon_sym_short] = ACTIONS(994), - [anon_sym_int] = ACTIONS(994), - [anon_sym_long] = ACTIONS(994), - [anon_sym_char] = ACTIONS(994), - [anon_sym_float] = ACTIONS(994), - [anon_sym_double] = ACTIONS(994), - [sym_boolean_type] = ACTIONS(994), - [sym_void_type] = ACTIONS(994), - [sym_this] = ACTIONS(994), - [sym_super] = ACTIONS(994), + [ts_builtin_sym_end] = ACTIONS(1006), + [sym_identifier] = ACTIONS(1008), + [sym_decimal_integer_literal] = ACTIONS(1008), + [sym_hex_integer_literal] = ACTIONS(1008), + [sym_octal_integer_literal] = ACTIONS(1008), + [sym_binary_integer_literal] = ACTIONS(1006), + [sym_decimal_floating_point_literal] = ACTIONS(1006), + [sym_hex_floating_point_literal] = ACTIONS(1008), + [sym_true] = ACTIONS(1008), + [sym_false] = ACTIONS(1008), + [sym_character_literal] = ACTIONS(1006), + [anon_sym_DQUOTE] = ACTIONS(1008), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1006), + [sym_null_literal] = ACTIONS(1008), + [anon_sym_LPAREN] = ACTIONS(1006), + [anon_sym_PLUS] = ACTIONS(1008), + [anon_sym_DASH] = ACTIONS(1008), + [anon_sym_final] = ACTIONS(1008), + [anon_sym_BANG] = ACTIONS(1006), + [anon_sym_TILDE] = ACTIONS(1006), + [anon_sym_PLUS_PLUS] = ACTIONS(1006), + [anon_sym_DASH_DASH] = ACTIONS(1006), + [anon_sym_new] = ACTIONS(1008), + [anon_sym_class] = ACTIONS(1008), + [anon_sym_switch] = ACTIONS(1008), + [anon_sym_LBRACE] = ACTIONS(1006), + [anon_sym_RBRACE] = ACTIONS(1006), + [anon_sym_case] = ACTIONS(1008), + [anon_sym_default] = ACTIONS(1008), + [anon_sym_SEMI] = ACTIONS(1006), + [anon_sym_assert] = ACTIONS(1008), + [anon_sym_do] = ACTIONS(1008), + [anon_sym_while] = ACTIONS(1008), + [anon_sym_break] = ACTIONS(1008), + [anon_sym_continue] = ACTIONS(1008), + [anon_sym_return] = ACTIONS(1008), + [anon_sym_yield] = ACTIONS(1008), + [anon_sym_synchronized] = ACTIONS(1008), + [anon_sym_throw] = ACTIONS(1008), + [anon_sym_try] = ACTIONS(1008), + [anon_sym_if] = ACTIONS(1008), + [anon_sym_else] = ACTIONS(1008), + [anon_sym_for] = ACTIONS(1008), + [anon_sym_AT] = ACTIONS(1008), + [anon_sym_open] = ACTIONS(1008), + [anon_sym_module] = ACTIONS(1008), + [anon_sym_static] = ACTIONS(1008), + [anon_sym_with] = ACTIONS(1008), + [anon_sym_package] = ACTIONS(1008), + [anon_sym_import] = ACTIONS(1008), + [anon_sym_enum] = ACTIONS(1008), + [anon_sym_public] = ACTIONS(1008), + [anon_sym_protected] = ACTIONS(1008), + [anon_sym_private] = ACTIONS(1008), + [anon_sym_abstract] = ACTIONS(1008), + [anon_sym_strictfp] = ACTIONS(1008), + [anon_sym_native] = ACTIONS(1008), + [anon_sym_transient] = ACTIONS(1008), + [anon_sym_volatile] = ACTIONS(1008), + [anon_sym_sealed] = ACTIONS(1008), + [anon_sym_non_DASHsealed] = ACTIONS(1006), + [anon_sym_record] = ACTIONS(1008), + [anon_sym_ATinterface] = ACTIONS(1006), + [anon_sym_interface] = ACTIONS(1008), + [anon_sym_byte] = ACTIONS(1008), + [anon_sym_short] = ACTIONS(1008), + [anon_sym_int] = ACTIONS(1008), + [anon_sym_long] = ACTIONS(1008), + [anon_sym_char] = ACTIONS(1008), + [anon_sym_float] = ACTIONS(1008), + [anon_sym_double] = ACTIONS(1008), + [sym_boolean_type] = ACTIONS(1008), + [sym_void_type] = ACTIONS(1008), + [sym_this] = ACTIONS(1008), + [sym_super] = ACTIONS(1008), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, [337] = { - [ts_builtin_sym_end] = ACTIONS(996), - [sym_identifier] = ACTIONS(998), - [sym_decimal_integer_literal] = ACTIONS(998), - [sym_hex_integer_literal] = ACTIONS(998), - [sym_octal_integer_literal] = ACTIONS(998), - [sym_binary_integer_literal] = ACTIONS(996), - [sym_decimal_floating_point_literal] = ACTIONS(996), - [sym_hex_floating_point_literal] = ACTIONS(998), - [sym_true] = ACTIONS(998), - [sym_false] = ACTIONS(998), - [sym_character_literal] = ACTIONS(996), - [anon_sym_DQUOTE] = ACTIONS(998), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(996), - [sym_null_literal] = ACTIONS(998), - [anon_sym_LPAREN] = ACTIONS(996), - [anon_sym_PLUS] = ACTIONS(998), - [anon_sym_DASH] = ACTIONS(998), - [anon_sym_final] = ACTIONS(998), - [anon_sym_BANG] = ACTIONS(996), - [anon_sym_TILDE] = ACTIONS(996), - [anon_sym_PLUS_PLUS] = ACTIONS(996), - [anon_sym_DASH_DASH] = ACTIONS(996), - [anon_sym_new] = ACTIONS(998), - [anon_sym_class] = ACTIONS(998), - [anon_sym_switch] = ACTIONS(998), - [anon_sym_LBRACE] = ACTIONS(996), - [anon_sym_RBRACE] = ACTIONS(996), - [anon_sym_case] = ACTIONS(998), - [anon_sym_default] = ACTIONS(998), - [anon_sym_SEMI] = ACTIONS(996), - [anon_sym_assert] = ACTIONS(998), - [anon_sym_do] = ACTIONS(998), - [anon_sym_while] = ACTIONS(998), - [anon_sym_break] = ACTIONS(998), - [anon_sym_continue] = ACTIONS(998), - [anon_sym_return] = ACTIONS(998), - [anon_sym_yield] = ACTIONS(998), - [anon_sym_synchronized] = ACTIONS(998), - [anon_sym_throw] = ACTIONS(998), - [anon_sym_try] = ACTIONS(998), - [anon_sym_if] = ACTIONS(998), - [anon_sym_else] = ACTIONS(998), - [anon_sym_for] = ACTIONS(998), - [anon_sym_AT] = ACTIONS(998), - [anon_sym_open] = ACTIONS(998), - [anon_sym_module] = ACTIONS(998), - [anon_sym_static] = ACTIONS(998), - [anon_sym_package] = ACTIONS(998), - [anon_sym_import] = ACTIONS(998), - [anon_sym_enum] = ACTIONS(998), - [anon_sym_public] = ACTIONS(998), - [anon_sym_protected] = ACTIONS(998), - [anon_sym_private] = ACTIONS(998), - [anon_sym_abstract] = ACTIONS(998), - [anon_sym_strictfp] = ACTIONS(998), - [anon_sym_native] = ACTIONS(998), - [anon_sym_transient] = ACTIONS(998), - [anon_sym_volatile] = ACTIONS(998), - [anon_sym_sealed] = ACTIONS(998), - [anon_sym_non_DASHsealed] = ACTIONS(996), - [anon_sym_record] = ACTIONS(998), - [anon_sym_ATinterface] = ACTIONS(996), - [anon_sym_interface] = ACTIONS(998), - [anon_sym_byte] = ACTIONS(998), - [anon_sym_short] = ACTIONS(998), - [anon_sym_int] = ACTIONS(998), - [anon_sym_long] = ACTIONS(998), - [anon_sym_char] = ACTIONS(998), - [anon_sym_float] = ACTIONS(998), - [anon_sym_double] = ACTIONS(998), - [sym_boolean_type] = ACTIONS(998), - [sym_void_type] = ACTIONS(998), - [sym_this] = ACTIONS(998), - [sym_super] = ACTIONS(998), + [ts_builtin_sym_end] = ACTIONS(1010), + [sym_identifier] = ACTIONS(1012), + [sym_decimal_integer_literal] = ACTIONS(1012), + [sym_hex_integer_literal] = ACTIONS(1012), + [sym_octal_integer_literal] = ACTIONS(1012), + [sym_binary_integer_literal] = ACTIONS(1010), + [sym_decimal_floating_point_literal] = ACTIONS(1010), + [sym_hex_floating_point_literal] = ACTIONS(1012), + [sym_true] = ACTIONS(1012), + [sym_false] = ACTIONS(1012), + [sym_character_literal] = ACTIONS(1010), + [anon_sym_DQUOTE] = ACTIONS(1012), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1010), + [sym_null_literal] = ACTIONS(1012), + [anon_sym_LPAREN] = ACTIONS(1010), + [anon_sym_PLUS] = ACTIONS(1012), + [anon_sym_DASH] = ACTIONS(1012), + [anon_sym_final] = ACTIONS(1012), + [anon_sym_BANG] = ACTIONS(1010), + [anon_sym_TILDE] = ACTIONS(1010), + [anon_sym_PLUS_PLUS] = ACTIONS(1010), + [anon_sym_DASH_DASH] = ACTIONS(1010), + [anon_sym_new] = ACTIONS(1012), + [anon_sym_class] = ACTIONS(1012), + [anon_sym_switch] = ACTIONS(1012), + [anon_sym_LBRACE] = ACTIONS(1010), + [anon_sym_RBRACE] = ACTIONS(1010), + [anon_sym_case] = ACTIONS(1012), + [anon_sym_default] = ACTIONS(1012), + [anon_sym_SEMI] = ACTIONS(1010), + [anon_sym_assert] = ACTIONS(1012), + [anon_sym_do] = ACTIONS(1012), + [anon_sym_while] = ACTIONS(1012), + [anon_sym_break] = ACTIONS(1012), + [anon_sym_continue] = ACTIONS(1012), + [anon_sym_return] = ACTIONS(1012), + [anon_sym_yield] = ACTIONS(1012), + [anon_sym_synchronized] = ACTIONS(1012), + [anon_sym_throw] = ACTIONS(1012), + [anon_sym_try] = ACTIONS(1012), + [anon_sym_if] = ACTIONS(1012), + [anon_sym_else] = ACTIONS(1012), + [anon_sym_for] = ACTIONS(1012), + [anon_sym_AT] = ACTIONS(1012), + [anon_sym_open] = ACTIONS(1012), + [anon_sym_module] = ACTIONS(1012), + [anon_sym_static] = ACTIONS(1012), + [anon_sym_with] = ACTIONS(1012), + [anon_sym_package] = ACTIONS(1012), + [anon_sym_import] = ACTIONS(1012), + [anon_sym_enum] = ACTIONS(1012), + [anon_sym_public] = ACTIONS(1012), + [anon_sym_protected] = ACTIONS(1012), + [anon_sym_private] = ACTIONS(1012), + [anon_sym_abstract] = ACTIONS(1012), + [anon_sym_strictfp] = ACTIONS(1012), + [anon_sym_native] = ACTIONS(1012), + [anon_sym_transient] = ACTIONS(1012), + [anon_sym_volatile] = ACTIONS(1012), + [anon_sym_sealed] = ACTIONS(1012), + [anon_sym_non_DASHsealed] = ACTIONS(1010), + [anon_sym_record] = ACTIONS(1012), + [anon_sym_ATinterface] = ACTIONS(1010), + [anon_sym_interface] = ACTIONS(1012), + [anon_sym_byte] = ACTIONS(1012), + [anon_sym_short] = ACTIONS(1012), + [anon_sym_int] = ACTIONS(1012), + [anon_sym_long] = ACTIONS(1012), + [anon_sym_char] = ACTIONS(1012), + [anon_sym_float] = ACTIONS(1012), + [anon_sym_double] = ACTIONS(1012), + [sym_boolean_type] = ACTIONS(1012), + [sym_void_type] = ACTIONS(1012), + [sym_this] = ACTIONS(1012), + [sym_super] = ACTIONS(1012), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, [338] = { - [ts_builtin_sym_end] = ACTIONS(1000), - [sym_identifier] = ACTIONS(1002), - [sym_decimal_integer_literal] = ACTIONS(1002), - [sym_hex_integer_literal] = ACTIONS(1002), - [sym_octal_integer_literal] = ACTIONS(1002), - [sym_binary_integer_literal] = ACTIONS(1000), - [sym_decimal_floating_point_literal] = ACTIONS(1000), - [sym_hex_floating_point_literal] = ACTIONS(1002), - [sym_true] = ACTIONS(1002), - [sym_false] = ACTIONS(1002), - [sym_character_literal] = ACTIONS(1000), - [anon_sym_DQUOTE] = ACTIONS(1002), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1000), - [sym_null_literal] = ACTIONS(1002), - [anon_sym_LPAREN] = ACTIONS(1000), - [anon_sym_PLUS] = ACTIONS(1002), - [anon_sym_DASH] = ACTIONS(1002), - [anon_sym_final] = ACTIONS(1002), - [anon_sym_BANG] = ACTIONS(1000), - [anon_sym_TILDE] = ACTIONS(1000), - [anon_sym_PLUS_PLUS] = ACTIONS(1000), - [anon_sym_DASH_DASH] = ACTIONS(1000), - [anon_sym_new] = ACTIONS(1002), - [anon_sym_class] = ACTIONS(1002), - [anon_sym_switch] = ACTIONS(1002), - [anon_sym_LBRACE] = ACTIONS(1000), - [anon_sym_RBRACE] = ACTIONS(1000), - [anon_sym_case] = ACTIONS(1002), - [anon_sym_default] = ACTIONS(1002), - [anon_sym_SEMI] = ACTIONS(1000), - [anon_sym_assert] = ACTIONS(1002), - [anon_sym_do] = ACTIONS(1002), - [anon_sym_while] = ACTIONS(1002), - [anon_sym_break] = ACTIONS(1002), - [anon_sym_continue] = ACTIONS(1002), - [anon_sym_return] = ACTIONS(1002), - [anon_sym_yield] = ACTIONS(1002), - [anon_sym_synchronized] = ACTIONS(1002), - [anon_sym_throw] = ACTIONS(1002), - [anon_sym_try] = ACTIONS(1002), - [anon_sym_if] = ACTIONS(1002), - [anon_sym_else] = ACTIONS(1002), - [anon_sym_for] = ACTIONS(1002), - [anon_sym_AT] = ACTIONS(1002), - [anon_sym_open] = ACTIONS(1002), - [anon_sym_module] = ACTIONS(1002), - [anon_sym_static] = ACTIONS(1002), - [anon_sym_package] = ACTIONS(1002), - [anon_sym_import] = ACTIONS(1002), - [anon_sym_enum] = ACTIONS(1002), - [anon_sym_public] = ACTIONS(1002), - [anon_sym_protected] = ACTIONS(1002), - [anon_sym_private] = ACTIONS(1002), - [anon_sym_abstract] = ACTIONS(1002), - [anon_sym_strictfp] = ACTIONS(1002), - [anon_sym_native] = ACTIONS(1002), - [anon_sym_transient] = ACTIONS(1002), - [anon_sym_volatile] = ACTIONS(1002), - [anon_sym_sealed] = ACTIONS(1002), - [anon_sym_non_DASHsealed] = ACTIONS(1000), - [anon_sym_record] = ACTIONS(1002), - [anon_sym_ATinterface] = ACTIONS(1000), - [anon_sym_interface] = ACTIONS(1002), - [anon_sym_byte] = ACTIONS(1002), - [anon_sym_short] = ACTIONS(1002), - [anon_sym_int] = ACTIONS(1002), - [anon_sym_long] = ACTIONS(1002), - [anon_sym_char] = ACTIONS(1002), - [anon_sym_float] = ACTIONS(1002), - [anon_sym_double] = ACTIONS(1002), - [sym_boolean_type] = ACTIONS(1002), - [sym_void_type] = ACTIONS(1002), - [sym_this] = ACTIONS(1002), - [sym_super] = ACTIONS(1002), + [ts_builtin_sym_end] = ACTIONS(1014), + [sym_identifier] = ACTIONS(1016), + [sym_decimal_integer_literal] = ACTIONS(1016), + [sym_hex_integer_literal] = ACTIONS(1016), + [sym_octal_integer_literal] = ACTIONS(1016), + [sym_binary_integer_literal] = ACTIONS(1014), + [sym_decimal_floating_point_literal] = ACTIONS(1014), + [sym_hex_floating_point_literal] = ACTIONS(1016), + [sym_true] = ACTIONS(1016), + [sym_false] = ACTIONS(1016), + [sym_character_literal] = ACTIONS(1014), + [anon_sym_DQUOTE] = ACTIONS(1016), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1014), + [sym_null_literal] = ACTIONS(1016), + [anon_sym_LPAREN] = ACTIONS(1014), + [anon_sym_PLUS] = ACTIONS(1016), + [anon_sym_DASH] = ACTIONS(1016), + [anon_sym_final] = ACTIONS(1016), + [anon_sym_BANG] = ACTIONS(1014), + [anon_sym_TILDE] = ACTIONS(1014), + [anon_sym_PLUS_PLUS] = ACTIONS(1014), + [anon_sym_DASH_DASH] = ACTIONS(1014), + [anon_sym_new] = ACTIONS(1016), + [anon_sym_class] = ACTIONS(1016), + [anon_sym_switch] = ACTIONS(1016), + [anon_sym_LBRACE] = ACTIONS(1014), + [anon_sym_RBRACE] = ACTIONS(1014), + [anon_sym_case] = ACTIONS(1016), + [anon_sym_default] = ACTIONS(1016), + [anon_sym_SEMI] = ACTIONS(1014), + [anon_sym_assert] = ACTIONS(1016), + [anon_sym_do] = ACTIONS(1016), + [anon_sym_while] = ACTIONS(1016), + [anon_sym_break] = ACTIONS(1016), + [anon_sym_continue] = ACTIONS(1016), + [anon_sym_return] = ACTIONS(1016), + [anon_sym_yield] = ACTIONS(1016), + [anon_sym_synchronized] = ACTIONS(1016), + [anon_sym_throw] = ACTIONS(1016), + [anon_sym_try] = ACTIONS(1016), + [anon_sym_if] = ACTIONS(1016), + [anon_sym_else] = ACTIONS(1016), + [anon_sym_for] = ACTIONS(1016), + [anon_sym_AT] = ACTIONS(1016), + [anon_sym_open] = ACTIONS(1016), + [anon_sym_module] = ACTIONS(1016), + [anon_sym_static] = ACTIONS(1016), + [anon_sym_with] = ACTIONS(1016), + [anon_sym_package] = ACTIONS(1016), + [anon_sym_import] = ACTIONS(1016), + [anon_sym_enum] = ACTIONS(1016), + [anon_sym_public] = ACTIONS(1016), + [anon_sym_protected] = ACTIONS(1016), + [anon_sym_private] = ACTIONS(1016), + [anon_sym_abstract] = ACTIONS(1016), + [anon_sym_strictfp] = ACTIONS(1016), + [anon_sym_native] = ACTIONS(1016), + [anon_sym_transient] = ACTIONS(1016), + [anon_sym_volatile] = ACTIONS(1016), + [anon_sym_sealed] = ACTIONS(1016), + [anon_sym_non_DASHsealed] = ACTIONS(1014), + [anon_sym_record] = ACTIONS(1016), + [anon_sym_ATinterface] = ACTIONS(1014), + [anon_sym_interface] = ACTIONS(1016), + [anon_sym_byte] = ACTIONS(1016), + [anon_sym_short] = ACTIONS(1016), + [anon_sym_int] = ACTIONS(1016), + [anon_sym_long] = ACTIONS(1016), + [anon_sym_char] = ACTIONS(1016), + [anon_sym_float] = ACTIONS(1016), + [anon_sym_double] = ACTIONS(1016), + [sym_boolean_type] = ACTIONS(1016), + [sym_void_type] = ACTIONS(1016), + [sym_this] = ACTIONS(1016), + [sym_super] = ACTIONS(1016), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, [339] = { - [ts_builtin_sym_end] = ACTIONS(1004), - [sym_identifier] = ACTIONS(1006), - [sym_decimal_integer_literal] = ACTIONS(1006), - [sym_hex_integer_literal] = ACTIONS(1006), - [sym_octal_integer_literal] = ACTIONS(1006), - [sym_binary_integer_literal] = ACTIONS(1004), - [sym_decimal_floating_point_literal] = ACTIONS(1004), - [sym_hex_floating_point_literal] = ACTIONS(1006), - [sym_true] = ACTIONS(1006), - [sym_false] = ACTIONS(1006), - [sym_character_literal] = ACTIONS(1004), - [anon_sym_DQUOTE] = ACTIONS(1006), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1004), - [sym_null_literal] = ACTIONS(1006), - [anon_sym_LPAREN] = ACTIONS(1004), - [anon_sym_PLUS] = ACTIONS(1006), - [anon_sym_DASH] = ACTIONS(1006), - [anon_sym_final] = ACTIONS(1006), - [anon_sym_BANG] = ACTIONS(1004), - [anon_sym_TILDE] = ACTIONS(1004), - [anon_sym_PLUS_PLUS] = ACTIONS(1004), - [anon_sym_DASH_DASH] = ACTIONS(1004), - [anon_sym_new] = ACTIONS(1006), - [anon_sym_class] = ACTIONS(1006), - [anon_sym_switch] = ACTIONS(1006), - [anon_sym_LBRACE] = ACTIONS(1004), - [anon_sym_RBRACE] = ACTIONS(1004), - [anon_sym_case] = ACTIONS(1006), - [anon_sym_default] = ACTIONS(1006), - [anon_sym_SEMI] = ACTIONS(1004), - [anon_sym_assert] = ACTIONS(1006), - [anon_sym_do] = ACTIONS(1006), - [anon_sym_while] = ACTIONS(1006), - [anon_sym_break] = ACTIONS(1006), - [anon_sym_continue] = ACTIONS(1006), - [anon_sym_return] = ACTIONS(1006), - [anon_sym_yield] = ACTIONS(1006), - [anon_sym_synchronized] = ACTIONS(1006), - [anon_sym_throw] = ACTIONS(1006), - [anon_sym_try] = ACTIONS(1006), - [anon_sym_if] = ACTIONS(1006), - [anon_sym_else] = ACTIONS(1006), - [anon_sym_for] = ACTIONS(1006), - [anon_sym_AT] = ACTIONS(1006), - [anon_sym_open] = ACTIONS(1006), - [anon_sym_module] = ACTIONS(1006), - [anon_sym_static] = ACTIONS(1006), - [anon_sym_package] = ACTIONS(1006), - [anon_sym_import] = ACTIONS(1006), - [anon_sym_enum] = ACTIONS(1006), - [anon_sym_public] = ACTIONS(1006), - [anon_sym_protected] = ACTIONS(1006), - [anon_sym_private] = ACTIONS(1006), - [anon_sym_abstract] = ACTIONS(1006), - [anon_sym_strictfp] = ACTIONS(1006), - [anon_sym_native] = ACTIONS(1006), - [anon_sym_transient] = ACTIONS(1006), - [anon_sym_volatile] = ACTIONS(1006), - [anon_sym_sealed] = ACTIONS(1006), - [anon_sym_non_DASHsealed] = ACTIONS(1004), - [anon_sym_record] = ACTIONS(1006), - [anon_sym_ATinterface] = ACTIONS(1004), - [anon_sym_interface] = ACTIONS(1006), - [anon_sym_byte] = ACTIONS(1006), - [anon_sym_short] = ACTIONS(1006), - [anon_sym_int] = ACTIONS(1006), - [anon_sym_long] = ACTIONS(1006), - [anon_sym_char] = ACTIONS(1006), - [anon_sym_float] = ACTIONS(1006), - [anon_sym_double] = ACTIONS(1006), - [sym_boolean_type] = ACTIONS(1006), - [sym_void_type] = ACTIONS(1006), - [sym_this] = ACTIONS(1006), - [sym_super] = ACTIONS(1006), + [sym_identifier] = ACTIONS(822), + [sym_decimal_integer_literal] = ACTIONS(822), + [sym_hex_integer_literal] = ACTIONS(822), + [sym_octal_integer_literal] = ACTIONS(822), + [sym_binary_integer_literal] = ACTIONS(824), + [sym_decimal_floating_point_literal] = ACTIONS(824), + [sym_hex_floating_point_literal] = ACTIONS(822), + [sym_true] = ACTIONS(822), + [sym_false] = ACTIONS(822), + [sym_character_literal] = ACTIONS(824), + [anon_sym_DQUOTE] = ACTIONS(822), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(824), + [sym_null_literal] = ACTIONS(822), + [anon_sym_LPAREN] = ACTIONS(824), + [anon_sym_PLUS] = ACTIONS(822), + [anon_sym_DASH] = ACTIONS(822), + [anon_sym_final] = ACTIONS(822), + [anon_sym_BANG] = ACTIONS(824), + [anon_sym_TILDE] = ACTIONS(824), + [anon_sym_PLUS_PLUS] = ACTIONS(824), + [anon_sym_DASH_DASH] = ACTIONS(824), + [anon_sym_new] = ACTIONS(822), + [anon_sym_class] = ACTIONS(822), + [anon_sym_switch] = ACTIONS(822), + [anon_sym_LBRACE] = ACTIONS(824), + [anon_sym_RBRACE] = ACTIONS(824), + [anon_sym_case] = ACTIONS(822), + [anon_sym_default] = ACTIONS(822), + [anon_sym_SEMI] = ACTIONS(824), + [anon_sym_assert] = ACTIONS(822), + [anon_sym_do] = ACTIONS(822), + [anon_sym_while] = ACTIONS(822), + [anon_sym_break] = ACTIONS(822), + [anon_sym_continue] = ACTIONS(822), + [anon_sym_return] = ACTIONS(822), + [anon_sym_yield] = ACTIONS(822), + [anon_sym_synchronized] = ACTIONS(822), + [anon_sym_throw] = ACTIONS(822), + [anon_sym_try] = ACTIONS(822), + [anon_sym_if] = ACTIONS(822), + [anon_sym_for] = ACTIONS(822), + [anon_sym_AT] = ACTIONS(822), + [anon_sym_open] = ACTIONS(822), + [anon_sym_module] = ACTIONS(822), + [anon_sym_static] = ACTIONS(822), + [anon_sym_with] = ACTIONS(822), + [anon_sym_package] = ACTIONS(822), + [anon_sym_import] = ACTIONS(822), + [anon_sym_enum] = ACTIONS(822), + [anon_sym_public] = ACTIONS(822), + [anon_sym_protected] = ACTIONS(822), + [anon_sym_private] = ACTIONS(822), + [anon_sym_abstract] = ACTIONS(822), + [anon_sym_strictfp] = ACTIONS(822), + [anon_sym_native] = ACTIONS(822), + [anon_sym_transient] = ACTIONS(822), + [anon_sym_volatile] = ACTIONS(822), + [anon_sym_sealed] = ACTIONS(822), + [anon_sym_non_DASHsealed] = ACTIONS(824), + [anon_sym_record] = ACTIONS(822), + [anon_sym_ATinterface] = ACTIONS(824), + [anon_sym_interface] = ACTIONS(822), + [anon_sym_byte] = ACTIONS(822), + [anon_sym_short] = ACTIONS(822), + [anon_sym_int] = ACTIONS(822), + [anon_sym_long] = ACTIONS(822), + [anon_sym_char] = ACTIONS(822), + [anon_sym_float] = ACTIONS(822), + [anon_sym_double] = ACTIONS(822), + [sym_boolean_type] = ACTIONS(822), + [sym_void_type] = ACTIONS(822), + [sym_this] = ACTIONS(822), + [sym_super] = ACTIONS(822), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, [340] = { - [ts_builtin_sym_end] = ACTIONS(1008), - [sym_identifier] = ACTIONS(1010), - [sym_decimal_integer_literal] = ACTIONS(1010), - [sym_hex_integer_literal] = ACTIONS(1010), - [sym_octal_integer_literal] = ACTIONS(1010), - [sym_binary_integer_literal] = ACTIONS(1008), - [sym_decimal_floating_point_literal] = ACTIONS(1008), - [sym_hex_floating_point_literal] = ACTIONS(1010), - [sym_true] = ACTIONS(1010), - [sym_false] = ACTIONS(1010), - [sym_character_literal] = ACTIONS(1008), - [anon_sym_DQUOTE] = ACTIONS(1010), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1008), - [sym_null_literal] = ACTIONS(1010), - [anon_sym_LPAREN] = ACTIONS(1008), - [anon_sym_PLUS] = ACTIONS(1010), - [anon_sym_DASH] = ACTIONS(1010), - [anon_sym_final] = ACTIONS(1010), - [anon_sym_BANG] = ACTIONS(1008), - [anon_sym_TILDE] = ACTIONS(1008), - [anon_sym_PLUS_PLUS] = ACTIONS(1008), - [anon_sym_DASH_DASH] = ACTIONS(1008), - [anon_sym_new] = ACTIONS(1010), - [anon_sym_class] = ACTIONS(1010), - [anon_sym_switch] = ACTIONS(1010), - [anon_sym_LBRACE] = ACTIONS(1008), - [anon_sym_RBRACE] = ACTIONS(1008), - [anon_sym_case] = ACTIONS(1010), - [anon_sym_default] = ACTIONS(1010), - [anon_sym_SEMI] = ACTIONS(1008), - [anon_sym_assert] = ACTIONS(1010), - [anon_sym_do] = ACTIONS(1010), - [anon_sym_while] = ACTIONS(1010), - [anon_sym_break] = ACTIONS(1010), - [anon_sym_continue] = ACTIONS(1010), - [anon_sym_return] = ACTIONS(1010), - [anon_sym_yield] = ACTIONS(1010), - [anon_sym_synchronized] = ACTIONS(1010), - [anon_sym_throw] = ACTIONS(1010), - [anon_sym_try] = ACTIONS(1010), - [anon_sym_if] = ACTIONS(1010), - [anon_sym_else] = ACTIONS(1010), - [anon_sym_for] = ACTIONS(1010), - [anon_sym_AT] = ACTIONS(1010), - [anon_sym_open] = ACTIONS(1010), - [anon_sym_module] = ACTIONS(1010), - [anon_sym_static] = ACTIONS(1010), - [anon_sym_package] = ACTIONS(1010), - [anon_sym_import] = ACTIONS(1010), - [anon_sym_enum] = ACTIONS(1010), - [anon_sym_public] = ACTIONS(1010), - [anon_sym_protected] = ACTIONS(1010), - [anon_sym_private] = ACTIONS(1010), - [anon_sym_abstract] = ACTIONS(1010), - [anon_sym_strictfp] = ACTIONS(1010), - [anon_sym_native] = ACTIONS(1010), - [anon_sym_transient] = ACTIONS(1010), - [anon_sym_volatile] = ACTIONS(1010), - [anon_sym_sealed] = ACTIONS(1010), - [anon_sym_non_DASHsealed] = ACTIONS(1008), - [anon_sym_record] = ACTIONS(1010), - [anon_sym_ATinterface] = ACTIONS(1008), - [anon_sym_interface] = ACTIONS(1010), - [anon_sym_byte] = ACTIONS(1010), - [anon_sym_short] = ACTIONS(1010), - [anon_sym_int] = ACTIONS(1010), - [anon_sym_long] = ACTIONS(1010), - [anon_sym_char] = ACTIONS(1010), - [anon_sym_float] = ACTIONS(1010), - [anon_sym_double] = ACTIONS(1010), - [sym_boolean_type] = ACTIONS(1010), - [sym_void_type] = ACTIONS(1010), - [sym_this] = ACTIONS(1010), - [sym_super] = ACTIONS(1010), - [sym_line_comment] = ACTIONS(3), - [sym_block_comment] = ACTIONS(3), - }, - [341] = { - [ts_builtin_sym_end] = ACTIONS(1012), - [sym_identifier] = ACTIONS(1014), - [sym_decimal_integer_literal] = ACTIONS(1014), - [sym_hex_integer_literal] = ACTIONS(1014), - [sym_octal_integer_literal] = ACTIONS(1014), - [sym_binary_integer_literal] = ACTIONS(1012), - [sym_decimal_floating_point_literal] = ACTIONS(1012), - [sym_hex_floating_point_literal] = ACTIONS(1014), - [sym_true] = ACTIONS(1014), - [sym_false] = ACTIONS(1014), - [sym_character_literal] = ACTIONS(1012), - [anon_sym_DQUOTE] = ACTIONS(1014), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1012), - [sym_null_literal] = ACTIONS(1014), - [anon_sym_LPAREN] = ACTIONS(1012), - [anon_sym_PLUS] = ACTIONS(1014), - [anon_sym_DASH] = ACTIONS(1014), - [anon_sym_final] = ACTIONS(1014), - [anon_sym_BANG] = ACTIONS(1012), - [anon_sym_TILDE] = ACTIONS(1012), - [anon_sym_PLUS_PLUS] = ACTIONS(1012), - [anon_sym_DASH_DASH] = ACTIONS(1012), - [anon_sym_new] = ACTIONS(1014), - [anon_sym_class] = ACTIONS(1014), - [anon_sym_switch] = ACTIONS(1014), - [anon_sym_LBRACE] = ACTIONS(1012), - [anon_sym_RBRACE] = ACTIONS(1012), - [anon_sym_case] = ACTIONS(1014), - [anon_sym_default] = ACTIONS(1014), - [anon_sym_SEMI] = ACTIONS(1012), - [anon_sym_assert] = ACTIONS(1014), - [anon_sym_do] = ACTIONS(1014), - [anon_sym_while] = ACTIONS(1014), - [anon_sym_break] = ACTIONS(1014), - [anon_sym_continue] = ACTIONS(1014), - [anon_sym_return] = ACTIONS(1014), - [anon_sym_yield] = ACTIONS(1014), - [anon_sym_synchronized] = ACTIONS(1014), - [anon_sym_throw] = ACTIONS(1014), - [anon_sym_try] = ACTIONS(1014), - [anon_sym_if] = ACTIONS(1014), - [anon_sym_else] = ACTIONS(1014), - [anon_sym_for] = ACTIONS(1014), - [anon_sym_AT] = ACTIONS(1014), - [anon_sym_open] = ACTIONS(1014), - [anon_sym_module] = ACTIONS(1014), - [anon_sym_static] = ACTIONS(1014), - [anon_sym_package] = ACTIONS(1014), - [anon_sym_import] = ACTIONS(1014), - [anon_sym_enum] = ACTIONS(1014), - [anon_sym_public] = ACTIONS(1014), - [anon_sym_protected] = ACTIONS(1014), - [anon_sym_private] = ACTIONS(1014), - [anon_sym_abstract] = ACTIONS(1014), - [anon_sym_strictfp] = ACTIONS(1014), - [anon_sym_native] = ACTIONS(1014), - [anon_sym_transient] = ACTIONS(1014), - [anon_sym_volatile] = ACTIONS(1014), - [anon_sym_sealed] = ACTIONS(1014), - [anon_sym_non_DASHsealed] = ACTIONS(1012), - [anon_sym_record] = ACTIONS(1014), - [anon_sym_ATinterface] = ACTIONS(1012), - [anon_sym_interface] = ACTIONS(1014), - [anon_sym_byte] = ACTIONS(1014), - [anon_sym_short] = ACTIONS(1014), - [anon_sym_int] = ACTIONS(1014), - [anon_sym_long] = ACTIONS(1014), - [anon_sym_char] = ACTIONS(1014), - [anon_sym_float] = ACTIONS(1014), - [anon_sym_double] = ACTIONS(1014), - [sym_boolean_type] = ACTIONS(1014), - [sym_void_type] = ACTIONS(1014), - [sym_this] = ACTIONS(1014), - [sym_super] = ACTIONS(1014), - [sym_line_comment] = ACTIONS(3), - [sym_block_comment] = ACTIONS(3), - }, - [342] = { - [ts_builtin_sym_end] = ACTIONS(1016), [sym_identifier] = ACTIONS(1018), [sym_decimal_integer_literal] = ACTIONS(1018), [sym_hex_integer_literal] = ACTIONS(1018), [sym_octal_integer_literal] = ACTIONS(1018), - [sym_binary_integer_literal] = ACTIONS(1016), - [sym_decimal_floating_point_literal] = ACTIONS(1016), + [sym_binary_integer_literal] = ACTIONS(1020), + [sym_decimal_floating_point_literal] = ACTIONS(1020), [sym_hex_floating_point_literal] = ACTIONS(1018), [sym_true] = ACTIONS(1018), [sym_false] = ACTIONS(1018), - [sym_character_literal] = ACTIONS(1016), + [sym_character_literal] = ACTIONS(1020), [anon_sym_DQUOTE] = ACTIONS(1018), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1016), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1020), [sym_null_literal] = ACTIONS(1018), - [anon_sym_LPAREN] = ACTIONS(1016), + [anon_sym_LPAREN] = ACTIONS(1020), [anon_sym_PLUS] = ACTIONS(1018), [anon_sym_DASH] = ACTIONS(1018), [anon_sym_final] = ACTIONS(1018), - [anon_sym_BANG] = ACTIONS(1016), - [anon_sym_TILDE] = ACTIONS(1016), - [anon_sym_PLUS_PLUS] = ACTIONS(1016), - [anon_sym_DASH_DASH] = ACTIONS(1016), + [anon_sym_BANG] = ACTIONS(1020), + [anon_sym_TILDE] = ACTIONS(1020), + [anon_sym_PLUS_PLUS] = ACTIONS(1020), + [anon_sym_DASH_DASH] = ACTIONS(1020), [anon_sym_new] = ACTIONS(1018), [anon_sym_class] = ACTIONS(1018), [anon_sym_switch] = ACTIONS(1018), - [anon_sym_LBRACE] = ACTIONS(1016), - [anon_sym_RBRACE] = ACTIONS(1016), - [anon_sym_case] = ACTIONS(1018), + [anon_sym_LBRACE] = ACTIONS(1020), + [anon_sym_RBRACE] = ACTIONS(1020), [anon_sym_default] = ACTIONS(1018), - [anon_sym_SEMI] = ACTIONS(1016), + [anon_sym_SEMI] = ACTIONS(1020), [anon_sym_assert] = ACTIONS(1018), [anon_sym_do] = ACTIONS(1018), [anon_sym_while] = ACTIONS(1018), @@ -42671,12 +43029,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_throw] = ACTIONS(1018), [anon_sym_try] = ACTIONS(1018), [anon_sym_if] = ACTIONS(1018), - [anon_sym_else] = ACTIONS(1018), [anon_sym_for] = ACTIONS(1018), [anon_sym_AT] = ACTIONS(1018), [anon_sym_open] = ACTIONS(1018), [anon_sym_module] = ACTIONS(1018), [anon_sym_static] = ACTIONS(1018), + [anon_sym_with] = ACTIONS(1018), [anon_sym_package] = ACTIONS(1018), [anon_sym_import] = ACTIONS(1018), [anon_sym_enum] = ACTIONS(1018), @@ -42689,9 +43047,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_transient] = ACTIONS(1018), [anon_sym_volatile] = ACTIONS(1018), [anon_sym_sealed] = ACTIONS(1018), - [anon_sym_non_DASHsealed] = ACTIONS(1016), + [anon_sym_non_DASHsealed] = ACTIONS(1020), [anon_sym_record] = ACTIONS(1018), - [anon_sym_ATinterface] = ACTIONS(1016), + [anon_sym_ATinterface] = ACTIONS(1020), [anon_sym_interface] = ACTIONS(1018), [anon_sym_byte] = ACTIONS(1018), [anon_sym_short] = ACTIONS(1018), @@ -42707,37 +43065,35 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, - [343] = { - [ts_builtin_sym_end] = ACTIONS(1020), + [341] = { [sym_identifier] = ACTIONS(1022), [sym_decimal_integer_literal] = ACTIONS(1022), [sym_hex_integer_literal] = ACTIONS(1022), [sym_octal_integer_literal] = ACTIONS(1022), - [sym_binary_integer_literal] = ACTIONS(1020), - [sym_decimal_floating_point_literal] = ACTIONS(1020), + [sym_binary_integer_literal] = ACTIONS(1024), + [sym_decimal_floating_point_literal] = ACTIONS(1024), [sym_hex_floating_point_literal] = ACTIONS(1022), [sym_true] = ACTIONS(1022), [sym_false] = ACTIONS(1022), - [sym_character_literal] = ACTIONS(1020), + [sym_character_literal] = ACTIONS(1024), [anon_sym_DQUOTE] = ACTIONS(1022), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1020), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1024), [sym_null_literal] = ACTIONS(1022), - [anon_sym_LPAREN] = ACTIONS(1020), + [anon_sym_LPAREN] = ACTIONS(1024), [anon_sym_PLUS] = ACTIONS(1022), [anon_sym_DASH] = ACTIONS(1022), [anon_sym_final] = ACTIONS(1022), - [anon_sym_BANG] = ACTIONS(1020), - [anon_sym_TILDE] = ACTIONS(1020), - [anon_sym_PLUS_PLUS] = ACTIONS(1020), - [anon_sym_DASH_DASH] = ACTIONS(1020), + [anon_sym_BANG] = ACTIONS(1024), + [anon_sym_TILDE] = ACTIONS(1024), + [anon_sym_PLUS_PLUS] = ACTIONS(1024), + [anon_sym_DASH_DASH] = ACTIONS(1024), [anon_sym_new] = ACTIONS(1022), [anon_sym_class] = ACTIONS(1022), [anon_sym_switch] = ACTIONS(1022), - [anon_sym_LBRACE] = ACTIONS(1020), - [anon_sym_RBRACE] = ACTIONS(1020), - [anon_sym_case] = ACTIONS(1022), + [anon_sym_LBRACE] = ACTIONS(1024), + [anon_sym_RBRACE] = ACTIONS(1024), [anon_sym_default] = ACTIONS(1022), - [anon_sym_SEMI] = ACTIONS(1020), + [anon_sym_SEMI] = ACTIONS(1024), [anon_sym_assert] = ACTIONS(1022), [anon_sym_do] = ACTIONS(1022), [anon_sym_while] = ACTIONS(1022), @@ -42749,12 +43105,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_throw] = ACTIONS(1022), [anon_sym_try] = ACTIONS(1022), [anon_sym_if] = ACTIONS(1022), - [anon_sym_else] = ACTIONS(1022), [anon_sym_for] = ACTIONS(1022), [anon_sym_AT] = ACTIONS(1022), [anon_sym_open] = ACTIONS(1022), [anon_sym_module] = ACTIONS(1022), [anon_sym_static] = ACTIONS(1022), + [anon_sym_with] = ACTIONS(1022), [anon_sym_package] = ACTIONS(1022), [anon_sym_import] = ACTIONS(1022), [anon_sym_enum] = ACTIONS(1022), @@ -42767,9 +43123,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_transient] = ACTIONS(1022), [anon_sym_volatile] = ACTIONS(1022), [anon_sym_sealed] = ACTIONS(1022), - [anon_sym_non_DASHsealed] = ACTIONS(1020), + [anon_sym_non_DASHsealed] = ACTIONS(1024), [anon_sym_record] = ACTIONS(1022), - [anon_sym_ATinterface] = ACTIONS(1020), + [anon_sym_ATinterface] = ACTIONS(1024), [anon_sym_interface] = ACTIONS(1022), [anon_sym_byte] = ACTIONS(1022), [anon_sym_short] = ACTIONS(1022), @@ -42785,37 +43141,35 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, - [344] = { - [ts_builtin_sym_end] = ACTIONS(1024), + [342] = { [sym_identifier] = ACTIONS(1026), [sym_decimal_integer_literal] = ACTIONS(1026), [sym_hex_integer_literal] = ACTIONS(1026), [sym_octal_integer_literal] = ACTIONS(1026), - [sym_binary_integer_literal] = ACTIONS(1024), - [sym_decimal_floating_point_literal] = ACTIONS(1024), + [sym_binary_integer_literal] = ACTIONS(1028), + [sym_decimal_floating_point_literal] = ACTIONS(1028), [sym_hex_floating_point_literal] = ACTIONS(1026), [sym_true] = ACTIONS(1026), [sym_false] = ACTIONS(1026), - [sym_character_literal] = ACTIONS(1024), + [sym_character_literal] = ACTIONS(1028), [anon_sym_DQUOTE] = ACTIONS(1026), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1024), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1028), [sym_null_literal] = ACTIONS(1026), - [anon_sym_LPAREN] = ACTIONS(1024), + [anon_sym_LPAREN] = ACTIONS(1028), [anon_sym_PLUS] = ACTIONS(1026), [anon_sym_DASH] = ACTIONS(1026), [anon_sym_final] = ACTIONS(1026), - [anon_sym_BANG] = ACTIONS(1024), - [anon_sym_TILDE] = ACTIONS(1024), - [anon_sym_PLUS_PLUS] = ACTIONS(1024), - [anon_sym_DASH_DASH] = ACTIONS(1024), + [anon_sym_BANG] = ACTIONS(1028), + [anon_sym_TILDE] = ACTIONS(1028), + [anon_sym_PLUS_PLUS] = ACTIONS(1028), + [anon_sym_DASH_DASH] = ACTIONS(1028), [anon_sym_new] = ACTIONS(1026), [anon_sym_class] = ACTIONS(1026), [anon_sym_switch] = ACTIONS(1026), - [anon_sym_LBRACE] = ACTIONS(1024), - [anon_sym_RBRACE] = ACTIONS(1024), - [anon_sym_case] = ACTIONS(1026), + [anon_sym_LBRACE] = ACTIONS(1028), + [anon_sym_RBRACE] = ACTIONS(1028), [anon_sym_default] = ACTIONS(1026), - [anon_sym_SEMI] = ACTIONS(1024), + [anon_sym_SEMI] = ACTIONS(1028), [anon_sym_assert] = ACTIONS(1026), [anon_sym_do] = ACTIONS(1026), [anon_sym_while] = ACTIONS(1026), @@ -42827,12 +43181,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_throw] = ACTIONS(1026), [anon_sym_try] = ACTIONS(1026), [anon_sym_if] = ACTIONS(1026), - [anon_sym_else] = ACTIONS(1026), [anon_sym_for] = ACTIONS(1026), [anon_sym_AT] = ACTIONS(1026), [anon_sym_open] = ACTIONS(1026), [anon_sym_module] = ACTIONS(1026), [anon_sym_static] = ACTIONS(1026), + [anon_sym_with] = ACTIONS(1026), [anon_sym_package] = ACTIONS(1026), [anon_sym_import] = ACTIONS(1026), [anon_sym_enum] = ACTIONS(1026), @@ -42845,9 +43199,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_transient] = ACTIONS(1026), [anon_sym_volatile] = ACTIONS(1026), [anon_sym_sealed] = ACTIONS(1026), - [anon_sym_non_DASHsealed] = ACTIONS(1024), + [anon_sym_non_DASHsealed] = ACTIONS(1028), [anon_sym_record] = ACTIONS(1026), - [anon_sym_ATinterface] = ACTIONS(1024), + [anon_sym_ATinterface] = ACTIONS(1028), [anon_sym_interface] = ACTIONS(1026), [anon_sym_byte] = ACTIONS(1026), [anon_sym_short] = ACTIONS(1026), @@ -42863,37 +43217,35 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, - [345] = { - [ts_builtin_sym_end] = ACTIONS(1028), + [343] = { [sym_identifier] = ACTIONS(1030), [sym_decimal_integer_literal] = ACTIONS(1030), [sym_hex_integer_literal] = ACTIONS(1030), [sym_octal_integer_literal] = ACTIONS(1030), - [sym_binary_integer_literal] = ACTIONS(1028), - [sym_decimal_floating_point_literal] = ACTIONS(1028), + [sym_binary_integer_literal] = ACTIONS(1032), + [sym_decimal_floating_point_literal] = ACTIONS(1032), [sym_hex_floating_point_literal] = ACTIONS(1030), [sym_true] = ACTIONS(1030), [sym_false] = ACTIONS(1030), - [sym_character_literal] = ACTIONS(1028), + [sym_character_literal] = ACTIONS(1032), [anon_sym_DQUOTE] = ACTIONS(1030), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1028), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1032), [sym_null_literal] = ACTIONS(1030), - [anon_sym_LPAREN] = ACTIONS(1028), + [anon_sym_LPAREN] = ACTIONS(1032), [anon_sym_PLUS] = ACTIONS(1030), [anon_sym_DASH] = ACTIONS(1030), [anon_sym_final] = ACTIONS(1030), - [anon_sym_BANG] = ACTIONS(1028), - [anon_sym_TILDE] = ACTIONS(1028), - [anon_sym_PLUS_PLUS] = ACTIONS(1028), - [anon_sym_DASH_DASH] = ACTIONS(1028), + [anon_sym_BANG] = ACTIONS(1032), + [anon_sym_TILDE] = ACTIONS(1032), + [anon_sym_PLUS_PLUS] = ACTIONS(1032), + [anon_sym_DASH_DASH] = ACTIONS(1032), [anon_sym_new] = ACTIONS(1030), [anon_sym_class] = ACTIONS(1030), [anon_sym_switch] = ACTIONS(1030), - [anon_sym_LBRACE] = ACTIONS(1028), - [anon_sym_RBRACE] = ACTIONS(1028), - [anon_sym_case] = ACTIONS(1030), + [anon_sym_LBRACE] = ACTIONS(1032), + [anon_sym_RBRACE] = ACTIONS(1032), [anon_sym_default] = ACTIONS(1030), - [anon_sym_SEMI] = ACTIONS(1028), + [anon_sym_SEMI] = ACTIONS(1032), [anon_sym_assert] = ACTIONS(1030), [anon_sym_do] = ACTIONS(1030), [anon_sym_while] = ACTIONS(1030), @@ -42905,12 +43257,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_throw] = ACTIONS(1030), [anon_sym_try] = ACTIONS(1030), [anon_sym_if] = ACTIONS(1030), - [anon_sym_else] = ACTIONS(1030), [anon_sym_for] = ACTIONS(1030), [anon_sym_AT] = ACTIONS(1030), [anon_sym_open] = ACTIONS(1030), [anon_sym_module] = ACTIONS(1030), [anon_sym_static] = ACTIONS(1030), + [anon_sym_with] = ACTIONS(1030), [anon_sym_package] = ACTIONS(1030), [anon_sym_import] = ACTIONS(1030), [anon_sym_enum] = ACTIONS(1030), @@ -42923,9 +43275,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_transient] = ACTIONS(1030), [anon_sym_volatile] = ACTIONS(1030), [anon_sym_sealed] = ACTIONS(1030), - [anon_sym_non_DASHsealed] = ACTIONS(1028), + [anon_sym_non_DASHsealed] = ACTIONS(1032), [anon_sym_record] = ACTIONS(1030), - [anon_sym_ATinterface] = ACTIONS(1028), + [anon_sym_ATinterface] = ACTIONS(1032), [anon_sym_interface] = ACTIONS(1030), [anon_sym_byte] = ACTIONS(1030), [anon_sym_short] = ACTIONS(1030), @@ -42941,37 +43293,34 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, - [346] = { - [ts_builtin_sym_end] = ACTIONS(1032), + [344] = { [sym_identifier] = ACTIONS(1034), [sym_decimal_integer_literal] = ACTIONS(1034), [sym_hex_integer_literal] = ACTIONS(1034), [sym_octal_integer_literal] = ACTIONS(1034), - [sym_binary_integer_literal] = ACTIONS(1032), - [sym_decimal_floating_point_literal] = ACTIONS(1032), + [sym_binary_integer_literal] = ACTIONS(1036), + [sym_decimal_floating_point_literal] = ACTIONS(1036), [sym_hex_floating_point_literal] = ACTIONS(1034), [sym_true] = ACTIONS(1034), [sym_false] = ACTIONS(1034), - [sym_character_literal] = ACTIONS(1032), + [sym_character_literal] = ACTIONS(1036), [anon_sym_DQUOTE] = ACTIONS(1034), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1032), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1036), [sym_null_literal] = ACTIONS(1034), - [anon_sym_LPAREN] = ACTIONS(1032), + [anon_sym_LPAREN] = ACTIONS(1036), [anon_sym_PLUS] = ACTIONS(1034), [anon_sym_DASH] = ACTIONS(1034), [anon_sym_final] = ACTIONS(1034), - [anon_sym_BANG] = ACTIONS(1032), - [anon_sym_TILDE] = ACTIONS(1032), - [anon_sym_PLUS_PLUS] = ACTIONS(1032), - [anon_sym_DASH_DASH] = ACTIONS(1032), + [anon_sym_BANG] = ACTIONS(1036), + [anon_sym_TILDE] = ACTIONS(1036), + [anon_sym_PLUS_PLUS] = ACTIONS(1036), + [anon_sym_DASH_DASH] = ACTIONS(1036), [anon_sym_new] = ACTIONS(1034), [anon_sym_class] = ACTIONS(1034), [anon_sym_switch] = ACTIONS(1034), - [anon_sym_LBRACE] = ACTIONS(1032), - [anon_sym_RBRACE] = ACTIONS(1032), - [anon_sym_case] = ACTIONS(1034), + [anon_sym_LBRACE] = ACTIONS(1036), [anon_sym_default] = ACTIONS(1034), - [anon_sym_SEMI] = ACTIONS(1032), + [anon_sym_SEMI] = ACTIONS(1036), [anon_sym_assert] = ACTIONS(1034), [anon_sym_do] = ACTIONS(1034), [anon_sym_while] = ACTIONS(1034), @@ -42983,12 +43332,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_throw] = ACTIONS(1034), [anon_sym_try] = ACTIONS(1034), [anon_sym_if] = ACTIONS(1034), - [anon_sym_else] = ACTIONS(1034), [anon_sym_for] = ACTIONS(1034), [anon_sym_AT] = ACTIONS(1034), [anon_sym_open] = ACTIONS(1034), [anon_sym_module] = ACTIONS(1034), [anon_sym_static] = ACTIONS(1034), + [anon_sym_with] = ACTIONS(1034), [anon_sym_package] = ACTIONS(1034), [anon_sym_import] = ACTIONS(1034), [anon_sym_enum] = ACTIONS(1034), @@ -43001,9 +43350,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_transient] = ACTIONS(1034), [anon_sym_volatile] = ACTIONS(1034), [anon_sym_sealed] = ACTIONS(1034), - [anon_sym_non_DASHsealed] = ACTIONS(1032), + [anon_sym_non_DASHsealed] = ACTIONS(1036), [anon_sym_record] = ACTIONS(1034), - [anon_sym_ATinterface] = ACTIONS(1032), + [anon_sym_ATinterface] = ACTIONS(1036), [anon_sym_interface] = ACTIONS(1034), [anon_sym_byte] = ACTIONS(1034), [anon_sym_short] = ACTIONS(1034), @@ -43019,37 +43368,185 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, + [345] = { + [sym_identifier] = ACTIONS(1038), + [anon_sym_LPAREN] = ACTIONS(273), + [anon_sym_AMP] = ACTIONS(271), + [anon_sym_EQ] = ACTIONS(271), + [anon_sym_PLUS_EQ] = ACTIONS(273), + [anon_sym_DASH_EQ] = ACTIONS(273), + [anon_sym_STAR_EQ] = ACTIONS(273), + [anon_sym_SLASH_EQ] = ACTIONS(273), + [anon_sym_AMP_EQ] = ACTIONS(273), + [anon_sym_PIPE_EQ] = ACTIONS(273), + [anon_sym_CARET_EQ] = ACTIONS(273), + [anon_sym_PERCENT_EQ] = ACTIONS(273), + [anon_sym_LT_LT_EQ] = ACTIONS(273), + [anon_sym_GT_GT_EQ] = ACTIONS(273), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(273), + [anon_sym_GT] = ACTIONS(271), + [anon_sym_LT] = ACTIONS(271), + [anon_sym_GT_EQ] = ACTIONS(273), + [anon_sym_LT_EQ] = ACTIONS(273), + [anon_sym_EQ_EQ] = ACTIONS(273), + [anon_sym_BANG_EQ] = ACTIONS(273), + [anon_sym_AMP_AMP] = ACTIONS(273), + [anon_sym_PIPE_PIPE] = ACTIONS(273), + [anon_sym_PLUS] = ACTIONS(271), + [anon_sym_DASH] = ACTIONS(271), + [anon_sym_STAR] = ACTIONS(271), + [anon_sym_SLASH] = ACTIONS(271), + [anon_sym_PIPE] = ACTIONS(271), + [anon_sym_CARET] = ACTIONS(271), + [anon_sym_PERCENT] = ACTIONS(271), + [anon_sym_LT_LT] = ACTIONS(271), + [anon_sym_GT_GT] = ACTIONS(271), + [anon_sym_GT_GT_GT] = ACTIONS(271), + [anon_sym_instanceof] = ACTIONS(271), + [anon_sym_final] = ACTIONS(1038), + [anon_sym_DASH_GT] = ACTIONS(273), + [anon_sym_QMARK] = ACTIONS(273), + [anon_sym_PLUS_PLUS] = ACTIONS(273), + [anon_sym_DASH_DASH] = ACTIONS(273), + [anon_sym_LBRACK] = ACTIONS(273), + [anon_sym_DOT] = ACTIONS(273), + [anon_sym_class] = ACTIONS(1038), + [anon_sym_COLON_COLON] = ACTIONS(273), + [anon_sym_default] = ACTIONS(1038), + [anon_sym_SEMI] = ACTIONS(273), + [anon_sym_synchronized] = ACTIONS(1038), + [anon_sym_AT] = ACTIONS(1038), + [anon_sym_static] = ACTIONS(1038), + [anon_sym_enum] = ACTIONS(1038), + [anon_sym_public] = ACTIONS(1038), + [anon_sym_protected] = ACTIONS(1038), + [anon_sym_private] = ACTIONS(1038), + [anon_sym_abstract] = ACTIONS(1038), + [anon_sym_strictfp] = ACTIONS(1038), + [anon_sym_native] = ACTIONS(1038), + [anon_sym_transient] = ACTIONS(1038), + [anon_sym_volatile] = ACTIONS(1038), + [anon_sym_sealed] = ACTIONS(1038), + [anon_sym_non_DASHsealed] = ACTIONS(1040), + [anon_sym_record] = ACTIONS(1038), + [anon_sym_ATinterface] = ACTIONS(1040), + [anon_sym_interface] = ACTIONS(1038), + [anon_sym_byte] = ACTIONS(1038), + [anon_sym_short] = ACTIONS(1038), + [anon_sym_int] = ACTIONS(1038), + [anon_sym_long] = ACTIONS(1038), + [anon_sym_char] = ACTIONS(1038), + [anon_sym_float] = ACTIONS(1038), + [anon_sym_double] = ACTIONS(1038), + [sym_boolean_type] = ACTIONS(1038), + [sym_void_type] = ACTIONS(1038), + [sym_line_comment] = ACTIONS(3), + [sym_block_comment] = ACTIONS(3), + }, + [346] = { + [sym_identifier] = ACTIONS(1038), + [anon_sym_LPAREN] = ACTIONS(273), + [anon_sym_RPAREN] = ACTIONS(273), + [anon_sym_AMP] = ACTIONS(271), + [anon_sym_EQ] = ACTIONS(271), + [anon_sym_PLUS_EQ] = ACTIONS(273), + [anon_sym_DASH_EQ] = ACTIONS(273), + [anon_sym_STAR_EQ] = ACTIONS(273), + [anon_sym_SLASH_EQ] = ACTIONS(273), + [anon_sym_AMP_EQ] = ACTIONS(273), + [anon_sym_PIPE_EQ] = ACTIONS(273), + [anon_sym_CARET_EQ] = ACTIONS(273), + [anon_sym_PERCENT_EQ] = ACTIONS(273), + [anon_sym_LT_LT_EQ] = ACTIONS(273), + [anon_sym_GT_GT_EQ] = ACTIONS(273), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(273), + [anon_sym_GT] = ACTIONS(271), + [anon_sym_LT] = ACTIONS(271), + [anon_sym_GT_EQ] = ACTIONS(273), + [anon_sym_LT_EQ] = ACTIONS(273), + [anon_sym_EQ_EQ] = ACTIONS(273), + [anon_sym_BANG_EQ] = ACTIONS(273), + [anon_sym_AMP_AMP] = ACTIONS(273), + [anon_sym_PIPE_PIPE] = ACTIONS(273), + [anon_sym_PLUS] = ACTIONS(271), + [anon_sym_DASH] = ACTIONS(271), + [anon_sym_STAR] = ACTIONS(271), + [anon_sym_SLASH] = ACTIONS(271), + [anon_sym_PIPE] = ACTIONS(271), + [anon_sym_CARET] = ACTIONS(271), + [anon_sym_PERCENT] = ACTIONS(271), + [anon_sym_LT_LT] = ACTIONS(271), + [anon_sym_GT_GT] = ACTIONS(271), + [anon_sym_GT_GT_GT] = ACTIONS(271), + [anon_sym_instanceof] = ACTIONS(271), + [anon_sym_final] = ACTIONS(1038), + [anon_sym_DASH_GT] = ACTIONS(273), + [anon_sym_COMMA] = ACTIONS(273), + [anon_sym_QMARK] = ACTIONS(273), + [anon_sym_PLUS_PLUS] = ACTIONS(273), + [anon_sym_DASH_DASH] = ACTIONS(273), + [anon_sym_LBRACK] = ACTIONS(273), + [anon_sym_DOT] = ACTIONS(273), + [anon_sym_COLON_COLON] = ACTIONS(273), + [anon_sym_default] = ACTIONS(1038), + [anon_sym_SEMI] = ACTIONS(273), + [anon_sym_synchronized] = ACTIONS(1038), + [anon_sym_AT] = ACTIONS(1040), + [anon_sym_static] = ACTIONS(1038), + [anon_sym_public] = ACTIONS(1038), + [anon_sym_protected] = ACTIONS(1038), + [anon_sym_private] = ACTIONS(1038), + [anon_sym_abstract] = ACTIONS(1038), + [anon_sym_strictfp] = ACTIONS(1038), + [anon_sym_native] = ACTIONS(1038), + [anon_sym_transient] = ACTIONS(1038), + [anon_sym_volatile] = ACTIONS(1038), + [anon_sym_sealed] = ACTIONS(1038), + [anon_sym_non_DASHsealed] = ACTIONS(1040), + [anon_sym_byte] = ACTIONS(1038), + [anon_sym_short] = ACTIONS(1038), + [anon_sym_int] = ACTIONS(1038), + [anon_sym_long] = ACTIONS(1038), + [anon_sym_char] = ACTIONS(1038), + [anon_sym_float] = ACTIONS(1038), + [anon_sym_double] = ACTIONS(1038), + [sym_boolean_type] = ACTIONS(1038), + [sym_void_type] = ACTIONS(1038), + [sym_line_comment] = ACTIONS(3), + [sym_block_comment] = ACTIONS(3), + }, [347] = { - [sym__literal] = STATE(507), - [sym_string_literal] = STATE(510), - [sym__string_literal] = STATE(498), - [sym__multiline_string_literal] = STATE(498), - [sym_primary_expression] = STATE(1073), - [sym_array_creation_expression] = STATE(507), - [sym_parenthesized_expression] = STATE(507), - [sym_class_literal] = STATE(507), - [sym_object_creation_expression] = STATE(507), - [sym__unqualified_object_creation_expression] = STATE(483), - [sym_field_access] = STATE(912), - [sym_array_access] = STATE(507), - [sym_method_invocation] = STATE(507), - [sym_method_reference] = STATE(507), - [sym_resource] = STATE(1127), - [sym__annotation] = STATE(628), - [sym_marker_annotation] = STATE(628), - [sym_annotation] = STATE(628), - [sym_modifiers] = STATE(721), - [sym__type] = STATE(1266), - [sym__unannotated_type] = STATE(742), - [sym_annotated_type] = STATE(797), - [sym_scoped_type_identifier] = STATE(745), - [sym_generic_type] = STATE(771), - [sym_array_type] = STATE(702), - [sym_integral_type] = STATE(702), - [sym_floating_point_type] = STATE(702), - [aux_sym_array_creation_expression_repeat1] = STATE(683), - [aux_sym_modifiers_repeat1] = STATE(563), - [sym_identifier] = ACTIONS(758), + [sym__literal] = STATE(498), + [sym_string_literal] = STATE(505), + [sym__string_literal] = STATE(508), + [sym__multiline_string_literal] = STATE(508), + [sym_lambda_expression] = STATE(542), + [sym_inferred_parameters] = STATE(1213), + [sym_primary_expression] = STATE(510), + [sym_array_creation_expression] = STATE(498), + [sym_parenthesized_expression] = STATE(498), + [sym_class_literal] = STATE(498), + [sym_object_creation_expression] = STATE(498), + [sym__unqualified_object_creation_expression] = STATE(515), + [sym_field_access] = STATE(498), + [sym_array_access] = STATE(498), + [sym_method_invocation] = STATE(498), + [sym_method_reference] = STATE(498), + [sym__annotation] = STATE(694), + [sym_marker_annotation] = STATE(694), + [sym_annotation] = STATE(694), + [sym__type] = STATE(1208), + [sym__unannotated_type] = STATE(805), + [sym_annotated_type] = STATE(831), + [sym_scoped_type_identifier] = STATE(735), + [sym_generic_type] = STATE(751), + [sym_array_type] = STATE(688), + [sym_integral_type] = STATE(688), + [sym_floating_point_type] = STATE(688), + [sym_formal_parameters] = STATE(1213), + [sym__reserved_identifier] = STATE(523), + [aux_sym_array_creation_expression_repeat1] = STATE(694), + [sym_identifier] = ACTIONS(1042), [sym_decimal_integer_literal] = ACTIONS(9), [sym_hex_integer_literal] = ACTIONS(9), [sym_octal_integer_literal] = ACTIONS(9), @@ -43062,71 +43559,61 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DQUOTE] = ACTIONS(13), [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(15), [sym_null_literal] = ACTIONS(9), - [anon_sym_LPAREN] = ACTIONS(760), - [anon_sym_final] = ACTIONS(291), - [anon_sym_new] = ACTIONS(764), - [anon_sym_default] = ACTIONS(291), - [anon_sym_synchronized] = ACTIONS(291), - [anon_sym_AT] = ACTIONS(293), - [anon_sym_open] = ACTIONS(766), - [anon_sym_module] = ACTIONS(766), - [anon_sym_static] = ACTIONS(291), - [anon_sym_public] = ACTIONS(291), - [anon_sym_protected] = ACTIONS(291), - [anon_sym_private] = ACTIONS(291), - [anon_sym_abstract] = ACTIONS(291), - [anon_sym_strictfp] = ACTIONS(291), - [anon_sym_native] = ACTIONS(291), - [anon_sym_transient] = ACTIONS(291), - [anon_sym_volatile] = ACTIONS(291), - [anon_sym_sealed] = ACTIONS(291), - [anon_sym_non_DASHsealed] = ACTIONS(297), - [anon_sym_record] = ACTIONS(766), - [anon_sym_byte] = ACTIONS(81), - [anon_sym_short] = ACTIONS(81), - [anon_sym_int] = ACTIONS(81), - [anon_sym_long] = ACTIONS(81), - [anon_sym_char] = ACTIONS(81), - [anon_sym_float] = ACTIONS(83), - [anon_sym_double] = ACTIONS(83), - [sym_boolean_type] = ACTIONS(85), - [sym_void_type] = ACTIONS(85), - [sym_this] = ACTIONS(87), - [sym_super] = ACTIONS(89), + [anon_sym_LPAREN] = ACTIONS(1044), + [anon_sym_new] = ACTIONS(27), + [anon_sym_yield] = ACTIONS(1046), + [anon_sym_AT] = ACTIONS(275), + [anon_sym_open] = ACTIONS(1046), + [anon_sym_module] = ACTIONS(1046), + [anon_sym_with] = ACTIONS(1046), + [anon_sym_sealed] = ACTIONS(1046), + [anon_sym_record] = ACTIONS(1046), + [anon_sym_byte] = ACTIONS(85), + [anon_sym_short] = ACTIONS(85), + [anon_sym_int] = ACTIONS(85), + [anon_sym_long] = ACTIONS(85), + [anon_sym_char] = ACTIONS(85), + [anon_sym_float] = ACTIONS(87), + [anon_sym_double] = ACTIONS(87), + [sym_boolean_type] = ACTIONS(89), + [sym_void_type] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(1048), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, [348] = { - [sym__literal] = STATE(507), - [sym_string_literal] = STATE(510), - [sym__string_literal] = STATE(498), - [sym__multiline_string_literal] = STATE(498), - [sym_primary_expression] = STATE(1073), - [sym_array_creation_expression] = STATE(507), - [sym_parenthesized_expression] = STATE(507), - [sym_class_literal] = STATE(507), - [sym_object_creation_expression] = STATE(507), - [sym__unqualified_object_creation_expression] = STATE(483), - [sym_field_access] = STATE(912), - [sym_array_access] = STATE(507), - [sym_method_invocation] = STATE(507), - [sym_method_reference] = STATE(507), - [sym_resource] = STATE(1072), - [sym__annotation] = STATE(628), - [sym_marker_annotation] = STATE(628), - [sym_annotation] = STATE(628), - [sym_modifiers] = STATE(721), - [sym__type] = STATE(1266), - [sym__unannotated_type] = STATE(742), - [sym_annotated_type] = STATE(797), - [sym_scoped_type_identifier] = STATE(745), - [sym_generic_type] = STATE(771), - [sym_array_type] = STATE(702), - [sym_integral_type] = STATE(702), - [sym_floating_point_type] = STATE(702), - [aux_sym_array_creation_expression_repeat1] = STATE(683), - [aux_sym_modifiers_repeat1] = STATE(563), - [sym_identifier] = ACTIONS(758), + [sym__literal] = STATE(498), + [sym_string_literal] = STATE(505), + [sym__string_literal] = STATE(508), + [sym__multiline_string_literal] = STATE(508), + [sym_lambda_expression] = STATE(542), + [sym_inferred_parameters] = STATE(1218), + [sym_primary_expression] = STATE(510), + [sym_array_creation_expression] = STATE(498), + [sym_parenthesized_expression] = STATE(498), + [sym_class_literal] = STATE(498), + [sym_object_creation_expression] = STATE(498), + [sym__unqualified_object_creation_expression] = STATE(515), + [sym_field_access] = STATE(498), + [sym_array_access] = STATE(498), + [sym_method_invocation] = STATE(498), + [sym_method_reference] = STATE(498), + [sym__annotation] = STATE(694), + [sym_marker_annotation] = STATE(694), + [sym_annotation] = STATE(694), + [sym__type] = STATE(1208), + [sym__unannotated_type] = STATE(805), + [sym_annotated_type] = STATE(831), + [sym_scoped_type_identifier] = STATE(735), + [sym_generic_type] = STATE(751), + [sym_array_type] = STATE(688), + [sym_integral_type] = STATE(688), + [sym_floating_point_type] = STATE(688), + [sym_formal_parameters] = STATE(1218), + [sym__reserved_identifier] = STATE(428), + [aux_sym_array_creation_expression_repeat1] = STATE(694), + [sym_identifier] = ACTIONS(1050), [sym_decimal_integer_literal] = ACTIONS(9), [sym_hex_integer_literal] = ACTIONS(9), [sym_octal_integer_literal] = ACTIONS(9), @@ -43139,490 +43626,29 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DQUOTE] = ACTIONS(13), [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(15), [sym_null_literal] = ACTIONS(9), - [anon_sym_LPAREN] = ACTIONS(760), - [anon_sym_final] = ACTIONS(291), - [anon_sym_new] = ACTIONS(764), - [anon_sym_default] = ACTIONS(291), - [anon_sym_synchronized] = ACTIONS(291), - [anon_sym_AT] = ACTIONS(293), - [anon_sym_open] = ACTIONS(766), - [anon_sym_module] = ACTIONS(766), - [anon_sym_static] = ACTIONS(291), - [anon_sym_public] = ACTIONS(291), - [anon_sym_protected] = ACTIONS(291), - [anon_sym_private] = ACTIONS(291), - [anon_sym_abstract] = ACTIONS(291), - [anon_sym_strictfp] = ACTIONS(291), - [anon_sym_native] = ACTIONS(291), - [anon_sym_transient] = ACTIONS(291), - [anon_sym_volatile] = ACTIONS(291), - [anon_sym_sealed] = ACTIONS(291), - [anon_sym_non_DASHsealed] = ACTIONS(297), - [anon_sym_record] = ACTIONS(766), - [anon_sym_byte] = ACTIONS(81), - [anon_sym_short] = ACTIONS(81), - [anon_sym_int] = ACTIONS(81), - [anon_sym_long] = ACTIONS(81), - [anon_sym_char] = ACTIONS(81), - [anon_sym_float] = ACTIONS(83), - [anon_sym_double] = ACTIONS(83), - [sym_boolean_type] = ACTIONS(85), - [sym_void_type] = ACTIONS(85), - [sym_this] = ACTIONS(87), - [sym_super] = ACTIONS(89), - [sym_line_comment] = ACTIONS(3), - [sym_block_comment] = ACTIONS(3), - }, - [349] = { - [sym_identifier] = ACTIONS(748), - [sym_decimal_integer_literal] = ACTIONS(748), - [sym_hex_integer_literal] = ACTIONS(748), - [sym_octal_integer_literal] = ACTIONS(748), - [sym_binary_integer_literal] = ACTIONS(750), - [sym_decimal_floating_point_literal] = ACTIONS(750), - [sym_hex_floating_point_literal] = ACTIONS(748), - [sym_true] = ACTIONS(748), - [sym_false] = ACTIONS(748), - [sym_character_literal] = ACTIONS(750), - [anon_sym_DQUOTE] = ACTIONS(748), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(750), - [sym_null_literal] = ACTIONS(748), - [anon_sym_LPAREN] = ACTIONS(750), - [anon_sym_PLUS] = ACTIONS(748), - [anon_sym_DASH] = ACTIONS(748), - [anon_sym_final] = ACTIONS(748), - [anon_sym_BANG] = ACTIONS(750), - [anon_sym_TILDE] = ACTIONS(750), - [anon_sym_PLUS_PLUS] = ACTIONS(750), - [anon_sym_DASH_DASH] = ACTIONS(750), - [anon_sym_new] = ACTIONS(748), - [anon_sym_class] = ACTIONS(748), - [anon_sym_switch] = ACTIONS(748), - [anon_sym_LBRACE] = ACTIONS(750), - [anon_sym_RBRACE] = ACTIONS(750), - [anon_sym_case] = ACTIONS(748), - [anon_sym_default] = ACTIONS(748), - [anon_sym_SEMI] = ACTIONS(750), - [anon_sym_assert] = ACTIONS(748), - [anon_sym_do] = ACTIONS(748), - [anon_sym_while] = ACTIONS(748), - [anon_sym_break] = ACTIONS(748), - [anon_sym_continue] = ACTIONS(748), - [anon_sym_return] = ACTIONS(748), - [anon_sym_yield] = ACTIONS(748), - [anon_sym_synchronized] = ACTIONS(748), - [anon_sym_throw] = ACTIONS(748), - [anon_sym_try] = ACTIONS(748), - [anon_sym_if] = ACTIONS(748), - [anon_sym_for] = ACTIONS(748), - [anon_sym_AT] = ACTIONS(748), - [anon_sym_open] = ACTIONS(748), - [anon_sym_module] = ACTIONS(748), - [anon_sym_static] = ACTIONS(748), - [anon_sym_package] = ACTIONS(748), - [anon_sym_import] = ACTIONS(748), - [anon_sym_enum] = ACTIONS(748), - [anon_sym_public] = ACTIONS(748), - [anon_sym_protected] = ACTIONS(748), - [anon_sym_private] = ACTIONS(748), - [anon_sym_abstract] = ACTIONS(748), - [anon_sym_strictfp] = ACTIONS(748), - [anon_sym_native] = ACTIONS(748), - [anon_sym_transient] = ACTIONS(748), - [anon_sym_volatile] = ACTIONS(748), - [anon_sym_sealed] = ACTIONS(748), - [anon_sym_non_DASHsealed] = ACTIONS(750), - [anon_sym_record] = ACTIONS(748), - [anon_sym_ATinterface] = ACTIONS(750), - [anon_sym_interface] = ACTIONS(748), - [anon_sym_byte] = ACTIONS(748), - [anon_sym_short] = ACTIONS(748), - [anon_sym_int] = ACTIONS(748), - [anon_sym_long] = ACTIONS(748), - [anon_sym_char] = ACTIONS(748), - [anon_sym_float] = ACTIONS(748), - [anon_sym_double] = ACTIONS(748), - [sym_boolean_type] = ACTIONS(748), - [sym_void_type] = ACTIONS(748), - [sym_this] = ACTIONS(748), - [sym_super] = ACTIONS(748), - [sym_line_comment] = ACTIONS(3), - [sym_block_comment] = ACTIONS(3), - }, - [350] = { - [sym_identifier] = ACTIONS(1036), - [sym_decimal_integer_literal] = ACTIONS(1036), - [sym_hex_integer_literal] = ACTIONS(1036), - [sym_octal_integer_literal] = ACTIONS(1036), - [sym_binary_integer_literal] = ACTIONS(1038), - [sym_decimal_floating_point_literal] = ACTIONS(1038), - [sym_hex_floating_point_literal] = ACTIONS(1036), - [sym_true] = ACTIONS(1036), - [sym_false] = ACTIONS(1036), - [sym_character_literal] = ACTIONS(1038), - [anon_sym_DQUOTE] = ACTIONS(1036), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1038), - [sym_null_literal] = ACTIONS(1036), - [anon_sym_LPAREN] = ACTIONS(1038), - [anon_sym_PLUS] = ACTIONS(1036), - [anon_sym_DASH] = ACTIONS(1036), - [anon_sym_final] = ACTIONS(1036), - [anon_sym_BANG] = ACTIONS(1038), - [anon_sym_TILDE] = ACTIONS(1038), - [anon_sym_PLUS_PLUS] = ACTIONS(1038), - [anon_sym_DASH_DASH] = ACTIONS(1038), - [anon_sym_new] = ACTIONS(1036), - [anon_sym_class] = ACTIONS(1036), - [anon_sym_switch] = ACTIONS(1036), - [anon_sym_LBRACE] = ACTIONS(1038), - [anon_sym_RBRACE] = ACTIONS(1038), - [anon_sym_default] = ACTIONS(1036), - [anon_sym_SEMI] = ACTIONS(1038), - [anon_sym_assert] = ACTIONS(1036), - [anon_sym_do] = ACTIONS(1036), - [anon_sym_while] = ACTIONS(1036), - [anon_sym_break] = ACTIONS(1036), - [anon_sym_continue] = ACTIONS(1036), - [anon_sym_return] = ACTIONS(1036), - [anon_sym_yield] = ACTIONS(1036), - [anon_sym_synchronized] = ACTIONS(1036), - [anon_sym_throw] = ACTIONS(1036), - [anon_sym_try] = ACTIONS(1036), - [anon_sym_if] = ACTIONS(1036), - [anon_sym_for] = ACTIONS(1036), - [anon_sym_AT] = ACTIONS(1036), - [anon_sym_open] = ACTIONS(1036), - [anon_sym_module] = ACTIONS(1036), - [anon_sym_static] = ACTIONS(1036), - [anon_sym_package] = ACTIONS(1036), - [anon_sym_import] = ACTIONS(1036), - [anon_sym_enum] = ACTIONS(1036), - [anon_sym_public] = ACTIONS(1036), - [anon_sym_protected] = ACTIONS(1036), - [anon_sym_private] = ACTIONS(1036), - [anon_sym_abstract] = ACTIONS(1036), - [anon_sym_strictfp] = ACTIONS(1036), - [anon_sym_native] = ACTIONS(1036), - [anon_sym_transient] = ACTIONS(1036), - [anon_sym_volatile] = ACTIONS(1036), - [anon_sym_sealed] = ACTIONS(1036), - [anon_sym_non_DASHsealed] = ACTIONS(1038), - [anon_sym_record] = ACTIONS(1036), - [anon_sym_ATinterface] = ACTIONS(1038), - [anon_sym_interface] = ACTIONS(1036), - [anon_sym_byte] = ACTIONS(1036), - [anon_sym_short] = ACTIONS(1036), - [anon_sym_int] = ACTIONS(1036), - [anon_sym_long] = ACTIONS(1036), - [anon_sym_char] = ACTIONS(1036), - [anon_sym_float] = ACTIONS(1036), - [anon_sym_double] = ACTIONS(1036), - [sym_boolean_type] = ACTIONS(1036), - [sym_void_type] = ACTIONS(1036), - [sym_this] = ACTIONS(1036), - [sym_super] = ACTIONS(1036), - [sym_line_comment] = ACTIONS(3), - [sym_block_comment] = ACTIONS(3), - }, - [351] = { - [sym_identifier] = ACTIONS(1040), - [sym_decimal_integer_literal] = ACTIONS(1040), - [sym_hex_integer_literal] = ACTIONS(1040), - [sym_octal_integer_literal] = ACTIONS(1040), - [sym_binary_integer_literal] = ACTIONS(1042), - [sym_decimal_floating_point_literal] = ACTIONS(1042), - [sym_hex_floating_point_literal] = ACTIONS(1040), - [sym_true] = ACTIONS(1040), - [sym_false] = ACTIONS(1040), - [sym_character_literal] = ACTIONS(1042), - [anon_sym_DQUOTE] = ACTIONS(1040), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1042), - [sym_null_literal] = ACTIONS(1040), - [anon_sym_LPAREN] = ACTIONS(1042), - [anon_sym_PLUS] = ACTIONS(1040), - [anon_sym_DASH] = ACTIONS(1040), - [anon_sym_final] = ACTIONS(1040), - [anon_sym_BANG] = ACTIONS(1042), - [anon_sym_TILDE] = ACTIONS(1042), - [anon_sym_PLUS_PLUS] = ACTIONS(1042), - [anon_sym_DASH_DASH] = ACTIONS(1042), - [anon_sym_new] = ACTIONS(1040), - [anon_sym_class] = ACTIONS(1040), - [anon_sym_switch] = ACTIONS(1040), - [anon_sym_LBRACE] = ACTIONS(1042), - [anon_sym_RBRACE] = ACTIONS(1042), - [anon_sym_default] = ACTIONS(1040), - [anon_sym_SEMI] = ACTIONS(1042), - [anon_sym_assert] = ACTIONS(1040), - [anon_sym_do] = ACTIONS(1040), - [anon_sym_while] = ACTIONS(1040), - [anon_sym_break] = ACTIONS(1040), - [anon_sym_continue] = ACTIONS(1040), - [anon_sym_return] = ACTIONS(1040), - [anon_sym_yield] = ACTIONS(1040), - [anon_sym_synchronized] = ACTIONS(1040), - [anon_sym_throw] = ACTIONS(1040), - [anon_sym_try] = ACTIONS(1040), - [anon_sym_if] = ACTIONS(1040), - [anon_sym_for] = ACTIONS(1040), - [anon_sym_AT] = ACTIONS(1040), - [anon_sym_open] = ACTIONS(1040), - [anon_sym_module] = ACTIONS(1040), - [anon_sym_static] = ACTIONS(1040), - [anon_sym_package] = ACTIONS(1040), - [anon_sym_import] = ACTIONS(1040), - [anon_sym_enum] = ACTIONS(1040), - [anon_sym_public] = ACTIONS(1040), - [anon_sym_protected] = ACTIONS(1040), - [anon_sym_private] = ACTIONS(1040), - [anon_sym_abstract] = ACTIONS(1040), - [anon_sym_strictfp] = ACTIONS(1040), - [anon_sym_native] = ACTIONS(1040), - [anon_sym_transient] = ACTIONS(1040), - [anon_sym_volatile] = ACTIONS(1040), - [anon_sym_sealed] = ACTIONS(1040), - [anon_sym_non_DASHsealed] = ACTIONS(1042), - [anon_sym_record] = ACTIONS(1040), - [anon_sym_ATinterface] = ACTIONS(1042), - [anon_sym_interface] = ACTIONS(1040), - [anon_sym_byte] = ACTIONS(1040), - [anon_sym_short] = ACTIONS(1040), - [anon_sym_int] = ACTIONS(1040), - [anon_sym_long] = ACTIONS(1040), - [anon_sym_char] = ACTIONS(1040), - [anon_sym_float] = ACTIONS(1040), - [anon_sym_double] = ACTIONS(1040), - [sym_boolean_type] = ACTIONS(1040), - [sym_void_type] = ACTIONS(1040), - [sym_this] = ACTIONS(1040), - [sym_super] = ACTIONS(1040), - [sym_line_comment] = ACTIONS(3), - [sym_block_comment] = ACTIONS(3), - }, - [352] = { - [sym_identifier] = ACTIONS(1044), - [sym_decimal_integer_literal] = ACTIONS(1044), - [sym_hex_integer_literal] = ACTIONS(1044), - [sym_octal_integer_literal] = ACTIONS(1044), - [sym_binary_integer_literal] = ACTIONS(1046), - [sym_decimal_floating_point_literal] = ACTIONS(1046), - [sym_hex_floating_point_literal] = ACTIONS(1044), - [sym_true] = ACTIONS(1044), - [sym_false] = ACTIONS(1044), - [sym_character_literal] = ACTIONS(1046), - [anon_sym_DQUOTE] = ACTIONS(1044), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1046), - [sym_null_literal] = ACTIONS(1044), - [anon_sym_LPAREN] = ACTIONS(1046), - [anon_sym_PLUS] = ACTIONS(1044), - [anon_sym_DASH] = ACTIONS(1044), - [anon_sym_final] = ACTIONS(1044), - [anon_sym_BANG] = ACTIONS(1046), - [anon_sym_TILDE] = ACTIONS(1046), - [anon_sym_PLUS_PLUS] = ACTIONS(1046), - [anon_sym_DASH_DASH] = ACTIONS(1046), - [anon_sym_new] = ACTIONS(1044), - [anon_sym_class] = ACTIONS(1044), - [anon_sym_switch] = ACTIONS(1044), - [anon_sym_LBRACE] = ACTIONS(1046), - [anon_sym_RBRACE] = ACTIONS(1046), - [anon_sym_default] = ACTIONS(1044), - [anon_sym_SEMI] = ACTIONS(1046), - [anon_sym_assert] = ACTIONS(1044), - [anon_sym_do] = ACTIONS(1044), - [anon_sym_while] = ACTIONS(1044), - [anon_sym_break] = ACTIONS(1044), - [anon_sym_continue] = ACTIONS(1044), - [anon_sym_return] = ACTIONS(1044), - [anon_sym_yield] = ACTIONS(1044), - [anon_sym_synchronized] = ACTIONS(1044), - [anon_sym_throw] = ACTIONS(1044), - [anon_sym_try] = ACTIONS(1044), - [anon_sym_if] = ACTIONS(1044), - [anon_sym_for] = ACTIONS(1044), - [anon_sym_AT] = ACTIONS(1044), - [anon_sym_open] = ACTIONS(1044), - [anon_sym_module] = ACTIONS(1044), - [anon_sym_static] = ACTIONS(1044), - [anon_sym_package] = ACTIONS(1044), - [anon_sym_import] = ACTIONS(1044), - [anon_sym_enum] = ACTIONS(1044), - [anon_sym_public] = ACTIONS(1044), - [anon_sym_protected] = ACTIONS(1044), - [anon_sym_private] = ACTIONS(1044), - [anon_sym_abstract] = ACTIONS(1044), - [anon_sym_strictfp] = ACTIONS(1044), - [anon_sym_native] = ACTIONS(1044), - [anon_sym_transient] = ACTIONS(1044), - [anon_sym_volatile] = ACTIONS(1044), - [anon_sym_sealed] = ACTIONS(1044), - [anon_sym_non_DASHsealed] = ACTIONS(1046), - [anon_sym_record] = ACTIONS(1044), - [anon_sym_ATinterface] = ACTIONS(1046), - [anon_sym_interface] = ACTIONS(1044), - [anon_sym_byte] = ACTIONS(1044), - [anon_sym_short] = ACTIONS(1044), - [anon_sym_int] = ACTIONS(1044), - [anon_sym_long] = ACTIONS(1044), - [anon_sym_char] = ACTIONS(1044), - [anon_sym_float] = ACTIONS(1044), - [anon_sym_double] = ACTIONS(1044), - [sym_boolean_type] = ACTIONS(1044), - [sym_void_type] = ACTIONS(1044), - [sym_this] = ACTIONS(1044), - [sym_super] = ACTIONS(1044), - [sym_line_comment] = ACTIONS(3), - [sym_block_comment] = ACTIONS(3), - }, - [353] = { - [sym_identifier] = ACTIONS(1048), - [sym_decimal_integer_literal] = ACTIONS(1048), - [sym_hex_integer_literal] = ACTIONS(1048), - [sym_octal_integer_literal] = ACTIONS(1048), - [sym_binary_integer_literal] = ACTIONS(1050), - [sym_decimal_floating_point_literal] = ACTIONS(1050), - [sym_hex_floating_point_literal] = ACTIONS(1048), - [sym_true] = ACTIONS(1048), - [sym_false] = ACTIONS(1048), - [sym_character_literal] = ACTIONS(1050), - [anon_sym_DQUOTE] = ACTIONS(1048), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1050), - [sym_null_literal] = ACTIONS(1048), - [anon_sym_LPAREN] = ACTIONS(1050), - [anon_sym_PLUS] = ACTIONS(1048), - [anon_sym_DASH] = ACTIONS(1048), - [anon_sym_final] = ACTIONS(1048), - [anon_sym_BANG] = ACTIONS(1050), - [anon_sym_TILDE] = ACTIONS(1050), - [anon_sym_PLUS_PLUS] = ACTIONS(1050), - [anon_sym_DASH_DASH] = ACTIONS(1050), - [anon_sym_new] = ACTIONS(1048), - [anon_sym_class] = ACTIONS(1048), - [anon_sym_switch] = ACTIONS(1048), - [anon_sym_LBRACE] = ACTIONS(1050), - [anon_sym_RBRACE] = ACTIONS(1050), - [anon_sym_default] = ACTIONS(1048), - [anon_sym_SEMI] = ACTIONS(1050), - [anon_sym_assert] = ACTIONS(1048), - [anon_sym_do] = ACTIONS(1048), - [anon_sym_while] = ACTIONS(1048), - [anon_sym_break] = ACTIONS(1048), - [anon_sym_continue] = ACTIONS(1048), - [anon_sym_return] = ACTIONS(1048), - [anon_sym_yield] = ACTIONS(1048), - [anon_sym_synchronized] = ACTIONS(1048), - [anon_sym_throw] = ACTIONS(1048), - [anon_sym_try] = ACTIONS(1048), - [anon_sym_if] = ACTIONS(1048), - [anon_sym_for] = ACTIONS(1048), - [anon_sym_AT] = ACTIONS(1048), - [anon_sym_open] = ACTIONS(1048), - [anon_sym_module] = ACTIONS(1048), - [anon_sym_static] = ACTIONS(1048), - [anon_sym_package] = ACTIONS(1048), - [anon_sym_import] = ACTIONS(1048), - [anon_sym_enum] = ACTIONS(1048), - [anon_sym_public] = ACTIONS(1048), - [anon_sym_protected] = ACTIONS(1048), - [anon_sym_private] = ACTIONS(1048), - [anon_sym_abstract] = ACTIONS(1048), - [anon_sym_strictfp] = ACTIONS(1048), - [anon_sym_native] = ACTIONS(1048), - [anon_sym_transient] = ACTIONS(1048), - [anon_sym_volatile] = ACTIONS(1048), - [anon_sym_sealed] = ACTIONS(1048), - [anon_sym_non_DASHsealed] = ACTIONS(1050), - [anon_sym_record] = ACTIONS(1048), - [anon_sym_ATinterface] = ACTIONS(1050), - [anon_sym_interface] = ACTIONS(1048), - [anon_sym_byte] = ACTIONS(1048), - [anon_sym_short] = ACTIONS(1048), - [anon_sym_int] = ACTIONS(1048), - [anon_sym_long] = ACTIONS(1048), - [anon_sym_char] = ACTIONS(1048), - [anon_sym_float] = ACTIONS(1048), - [anon_sym_double] = ACTIONS(1048), - [sym_boolean_type] = ACTIONS(1048), - [sym_void_type] = ACTIONS(1048), - [sym_this] = ACTIONS(1048), + [anon_sym_LPAREN] = ACTIONS(1044), + [anon_sym_new] = ACTIONS(27), + [anon_sym_yield] = ACTIONS(1046), + [anon_sym_AT] = ACTIONS(275), + [anon_sym_open] = ACTIONS(1046), + [anon_sym_module] = ACTIONS(1046), + [anon_sym_with] = ACTIONS(1046), + [anon_sym_sealed] = ACTIONS(1046), + [anon_sym_record] = ACTIONS(1046), + [anon_sym_byte] = ACTIONS(85), + [anon_sym_short] = ACTIONS(85), + [anon_sym_int] = ACTIONS(85), + [anon_sym_long] = ACTIONS(85), + [anon_sym_char] = ACTIONS(85), + [anon_sym_float] = ACTIONS(87), + [anon_sym_double] = ACTIONS(87), + [sym_boolean_type] = ACTIONS(89), + [sym_void_type] = ACTIONS(89), + [sym_this] = ACTIONS(91), [sym_super] = ACTIONS(1048), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, - [354] = { - [sym_identifier] = ACTIONS(1052), - [sym_decimal_integer_literal] = ACTIONS(1052), - [sym_hex_integer_literal] = ACTIONS(1052), - [sym_octal_integer_literal] = ACTIONS(1052), - [sym_binary_integer_literal] = ACTIONS(1054), - [sym_decimal_floating_point_literal] = ACTIONS(1054), - [sym_hex_floating_point_literal] = ACTIONS(1052), - [sym_true] = ACTIONS(1052), - [sym_false] = ACTIONS(1052), - [sym_character_literal] = ACTIONS(1054), - [anon_sym_DQUOTE] = ACTIONS(1052), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1054), - [sym_null_literal] = ACTIONS(1052), - [anon_sym_LPAREN] = ACTIONS(1054), - [anon_sym_PLUS] = ACTIONS(1052), - [anon_sym_DASH] = ACTIONS(1052), - [anon_sym_final] = ACTIONS(1052), - [anon_sym_BANG] = ACTIONS(1054), - [anon_sym_TILDE] = ACTIONS(1054), - [anon_sym_PLUS_PLUS] = ACTIONS(1054), - [anon_sym_DASH_DASH] = ACTIONS(1054), - [anon_sym_new] = ACTIONS(1052), - [anon_sym_class] = ACTIONS(1052), - [anon_sym_switch] = ACTIONS(1052), - [anon_sym_LBRACE] = ACTIONS(1054), - [anon_sym_default] = ACTIONS(1052), - [anon_sym_SEMI] = ACTIONS(1054), - [anon_sym_assert] = ACTIONS(1052), - [anon_sym_do] = ACTIONS(1052), - [anon_sym_while] = ACTIONS(1052), - [anon_sym_break] = ACTIONS(1052), - [anon_sym_continue] = ACTIONS(1052), - [anon_sym_return] = ACTIONS(1052), - [anon_sym_yield] = ACTIONS(1052), - [anon_sym_synchronized] = ACTIONS(1052), - [anon_sym_throw] = ACTIONS(1052), - [anon_sym_try] = ACTIONS(1052), - [anon_sym_if] = ACTIONS(1052), - [anon_sym_for] = ACTIONS(1052), - [anon_sym_AT] = ACTIONS(1052), - [anon_sym_open] = ACTIONS(1052), - [anon_sym_module] = ACTIONS(1052), - [anon_sym_static] = ACTIONS(1052), - [anon_sym_package] = ACTIONS(1052), - [anon_sym_import] = ACTIONS(1052), - [anon_sym_enum] = ACTIONS(1052), - [anon_sym_public] = ACTIONS(1052), - [anon_sym_protected] = ACTIONS(1052), - [anon_sym_private] = ACTIONS(1052), - [anon_sym_abstract] = ACTIONS(1052), - [anon_sym_strictfp] = ACTIONS(1052), - [anon_sym_native] = ACTIONS(1052), - [anon_sym_transient] = ACTIONS(1052), - [anon_sym_volatile] = ACTIONS(1052), - [anon_sym_sealed] = ACTIONS(1052), - [anon_sym_non_DASHsealed] = ACTIONS(1054), - [anon_sym_record] = ACTIONS(1052), - [anon_sym_ATinterface] = ACTIONS(1054), - [anon_sym_interface] = ACTIONS(1052), - [anon_sym_byte] = ACTIONS(1052), - [anon_sym_short] = ACTIONS(1052), - [anon_sym_int] = ACTIONS(1052), - [anon_sym_long] = ACTIONS(1052), - [anon_sym_char] = ACTIONS(1052), - [anon_sym_float] = ACTIONS(1052), - [anon_sym_double] = ACTIONS(1052), - [sym_boolean_type] = ACTIONS(1052), - [sym_void_type] = ACTIONS(1052), - [sym_this] = ACTIONS(1052), - [sym_super] = ACTIONS(1052), - [sym_line_comment] = ACTIONS(3), - [sym_block_comment] = ACTIONS(3), - }, }; static const uint16_t ts_small_parse_table[] = { @@ -43633,59 +43659,59 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, ACTIONS(61), 1, anon_sym_AT, - ACTIONS(71), 1, - anon_sym_enum, ACTIONS(73), 1, - anon_sym_non_DASHsealed, + anon_sym_enum, ACTIONS(77), 1, + anon_sym_non_DASHsealed, + ACTIONS(81), 1, anon_sym_ATinterface, - ACTIONS(79), 1, + ACTIONS(83), 1, anon_sym_interface, - ACTIONS(1056), 1, + ACTIONS(1052), 1, sym_identifier, - ACTIONS(1058), 1, + ACTIONS(1054), 1, anon_sym_LT, - ACTIONS(1060), 1, + ACTIONS(1056), 1, anon_sym_RBRACE, - ACTIONS(1062), 1, + ACTIONS(1058), 1, anon_sym_SEMI, - ACTIONS(1064), 1, + ACTIONS(1060), 1, anon_sym_static, - ACTIONS(1066), 1, + ACTIONS(1062), 1, anon_sym_record, STATE(632), 1, sym_modifiers, - STATE(685), 1, + STATE(666), 1, sym_scoped_type_identifier, - STATE(693), 1, - sym_type_parameters, - STATE(711), 1, + STATE(686), 1, sym_generic_type, - STATE(720), 1, + STATE(699), 1, + sym_type_parameters, + STATE(716), 1, sym__unannotated_type, - STATE(1001), 1, + STATE(925), 1, sym__constructor_declarator, - STATE(1007), 1, + STATE(1056), 1, sym__method_header, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(83), 2, + ACTIONS(87), 2, anon_sym_float, anon_sym_double, - ACTIONS(85), 2, + ACTIONS(89), 2, sym_boolean_type, sym_void_type, - STATE(702), 3, + STATE(688), 3, sym_array_type, sym_integral_type, sym_floating_point_type, - STATE(428), 4, + STATE(433), 4, sym__annotation, sym_marker_annotation, sym_annotation, aux_sym_modifiers_repeat1, - ACTIONS(81), 5, + ACTIONS(85), 5, anon_sym_byte, anon_sym_short, anon_sym_int, @@ -43704,7 +43730,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_transient, anon_sym_volatile, anon_sym_sealed, - STATE(356), 12, + STATE(353), 12, sym_block, sym_enum_declaration, sym_class_declaration, @@ -43717,72 +43743,138 @@ static const uint16_t ts_small_parse_table[] = { sym_method_declaration, sym_compact_constructor_declaration, aux_sym_enum_body_declarations_repeat1, - [119] = 28, - ACTIONS(29), 1, + [119] = 3, + ACTIONS(3), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(273), 26, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_STAR, + anon_sym_CARET, + anon_sym_PERCENT, + anon_sym_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_DASH_GT, + anon_sym_COMMA, + anon_sym_QMARK, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_DOT, + anon_sym_COLON_COLON, + anon_sym_RBRACE, + anon_sym_SEMI, + anon_sym_AT, + anon_sym_non_DASHsealed, + ACTIONS(271), 34, + anon_sym_AMP, + anon_sym_EQ, + anon_sym_GT, + anon_sym_LT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_GT_GT, + anon_sym_instanceof, + anon_sym_final, + anon_sym_COLON, + anon_sym_default, + anon_sym_synchronized, + anon_sym_static, + anon_sym_public, + anon_sym_protected, + anon_sym_private, + anon_sym_abstract, + anon_sym_strictfp, + anon_sym_native, + anon_sym_transient, + anon_sym_volatile, + anon_sym_sealed, + anon_sym_byte, + anon_sym_short, + anon_sym_int, + anon_sym_long, + anon_sym_char, + anon_sym_float, + anon_sym_double, + sym_boolean_type, + sym_void_type, + sym_identifier, + [188] = 28, + ACTIONS(1064), 1, + sym_identifier, + ACTIONS(1067), 1, + anon_sym_LT, + ACTIONS(1073), 1, anon_sym_class, - ACTIONS(33), 1, + ACTIONS(1076), 1, anon_sym_LBRACE, - ACTIONS(61), 1, + ACTIONS(1079), 1, + anon_sym_RBRACE, + ACTIONS(1081), 1, + anon_sym_SEMI, + ACTIONS(1084), 1, anon_sym_AT, - ACTIONS(71), 1, + ACTIONS(1087), 1, + anon_sym_static, + ACTIONS(1090), 1, anon_sym_enum, - ACTIONS(73), 1, + ACTIONS(1093), 1, anon_sym_non_DASHsealed, - ACTIONS(77), 1, + ACTIONS(1096), 1, + anon_sym_record, + ACTIONS(1099), 1, anon_sym_ATinterface, - ACTIONS(79), 1, + ACTIONS(1102), 1, anon_sym_interface, - ACTIONS(1056), 1, - sym_identifier, - ACTIONS(1058), 1, - anon_sym_LT, - ACTIONS(1064), 1, - anon_sym_static, - ACTIONS(1066), 1, - anon_sym_record, - ACTIONS(1068), 1, - anon_sym_RBRACE, - ACTIONS(1070), 1, - anon_sym_SEMI, STATE(632), 1, sym_modifiers, - STATE(685), 1, + STATE(666), 1, sym_scoped_type_identifier, - STATE(693), 1, - sym_type_parameters, - STATE(711), 1, + STATE(686), 1, sym_generic_type, - STATE(720), 1, + STATE(699), 1, + sym_type_parameters, + STATE(716), 1, sym__unannotated_type, - STATE(1001), 1, + STATE(925), 1, sym__constructor_declarator, - STATE(1007), 1, + STATE(1056), 1, sym__method_header, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(83), 2, + ACTIONS(1108), 2, anon_sym_float, anon_sym_double, - ACTIONS(85), 2, + ACTIONS(1111), 2, sym_boolean_type, sym_void_type, - STATE(702), 3, + STATE(688), 3, sym_array_type, sym_integral_type, sym_floating_point_type, - STATE(428), 4, + STATE(433), 4, sym__annotation, sym_marker_annotation, sym_annotation, aux_sym_modifiers_repeat1, - ACTIONS(81), 5, + ACTIONS(1105), 5, anon_sym_byte, anon_sym_short, anon_sym_int, anon_sym_long, anon_sym_char, - ACTIONS(21), 12, + ACTIONS(1070), 12, anon_sym_final, anon_sym_default, anon_sym_synchronized, @@ -43795,7 +43887,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_transient, anon_sym_volatile, anon_sym_sealed, - STATE(359), 12, + STATE(351), 12, sym_block, sym_enum_declaration, sym_class_declaration, @@ -43808,66 +43900,66 @@ static const uint16_t ts_small_parse_table[] = { sym_method_declaration, sym_compact_constructor_declaration, aux_sym_enum_body_declarations_repeat1, - [238] = 28, + [307] = 28, ACTIONS(29), 1, anon_sym_class, ACTIONS(33), 1, anon_sym_LBRACE, ACTIONS(61), 1, anon_sym_AT, - ACTIONS(71), 1, - anon_sym_enum, ACTIONS(73), 1, - anon_sym_non_DASHsealed, + anon_sym_enum, ACTIONS(77), 1, + anon_sym_non_DASHsealed, + ACTIONS(81), 1, anon_sym_ATinterface, - ACTIONS(79), 1, + ACTIONS(83), 1, anon_sym_interface, - ACTIONS(1056), 1, + ACTIONS(1052), 1, sym_identifier, - ACTIONS(1058), 1, + ACTIONS(1054), 1, anon_sym_LT, - ACTIONS(1064), 1, + ACTIONS(1060), 1, anon_sym_static, - ACTIONS(1066), 1, + ACTIONS(1062), 1, anon_sym_record, - ACTIONS(1070), 1, - anon_sym_SEMI, - ACTIONS(1072), 1, + ACTIONS(1114), 1, anon_sym_RBRACE, + ACTIONS(1116), 1, + anon_sym_SEMI, STATE(632), 1, sym_modifiers, - STATE(685), 1, + STATE(666), 1, sym_scoped_type_identifier, - STATE(693), 1, - sym_type_parameters, - STATE(711), 1, + STATE(686), 1, sym_generic_type, - STATE(720), 1, + STATE(699), 1, + sym_type_parameters, + STATE(716), 1, sym__unannotated_type, - STATE(1001), 1, + STATE(925), 1, sym__constructor_declarator, - STATE(1007), 1, + STATE(1056), 1, sym__method_header, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(83), 2, + ACTIONS(87), 2, anon_sym_float, anon_sym_double, - ACTIONS(85), 2, + ACTIONS(89), 2, sym_boolean_type, sym_void_type, - STATE(702), 3, + STATE(688), 3, sym_array_type, sym_integral_type, sym_floating_point_type, - STATE(428), 4, + STATE(433), 4, sym__annotation, sym_marker_annotation, sym_annotation, aux_sym_modifiers_repeat1, - ACTIONS(81), 5, + ACTIONS(85), 5, anon_sym_byte, anon_sym_short, anon_sym_int, @@ -43886,7 +43978,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_transient, anon_sym_volatile, anon_sym_sealed, - STATE(359), 12, + STATE(354), 12, sym_block, sym_enum_declaration, sym_class_declaration, @@ -43899,66 +43991,66 @@ static const uint16_t ts_small_parse_table[] = { sym_method_declaration, sym_compact_constructor_declaration, aux_sym_enum_body_declarations_repeat1, - [357] = 28, + [426] = 28, ACTIONS(29), 1, anon_sym_class, ACTIONS(33), 1, anon_sym_LBRACE, ACTIONS(61), 1, anon_sym_AT, - ACTIONS(71), 1, - anon_sym_enum, ACTIONS(73), 1, - anon_sym_non_DASHsealed, + anon_sym_enum, ACTIONS(77), 1, + anon_sym_non_DASHsealed, + ACTIONS(81), 1, anon_sym_ATinterface, - ACTIONS(79), 1, + ACTIONS(83), 1, anon_sym_interface, - ACTIONS(1056), 1, + ACTIONS(1052), 1, sym_identifier, - ACTIONS(1058), 1, + ACTIONS(1054), 1, anon_sym_LT, - ACTIONS(1064), 1, + ACTIONS(1060), 1, anon_sym_static, - ACTIONS(1066), 1, + ACTIONS(1062), 1, anon_sym_record, - ACTIONS(1074), 1, + ACTIONS(1118), 1, anon_sym_RBRACE, - ACTIONS(1076), 1, + ACTIONS(1120), 1, anon_sym_SEMI, STATE(632), 1, sym_modifiers, - STATE(685), 1, + STATE(666), 1, sym_scoped_type_identifier, - STATE(693), 1, - sym_type_parameters, - STATE(711), 1, + STATE(686), 1, sym_generic_type, - STATE(720), 1, + STATE(699), 1, + sym_type_parameters, + STATE(716), 1, sym__unannotated_type, - STATE(1001), 1, + STATE(925), 1, sym__constructor_declarator, - STATE(1007), 1, + STATE(1056), 1, sym__method_header, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(83), 2, + ACTIONS(87), 2, anon_sym_float, anon_sym_double, - ACTIONS(85), 2, + ACTIONS(89), 2, sym_boolean_type, sym_void_type, - STATE(702), 3, + STATE(688), 3, sym_array_type, sym_integral_type, sym_floating_point_type, - STATE(428), 4, + STATE(433), 4, sym__annotation, sym_marker_annotation, sym_annotation, aux_sym_modifiers_repeat1, - ACTIONS(81), 5, + ACTIONS(85), 5, anon_sym_byte, anon_sym_short, anon_sym_int, @@ -43977,7 +44069,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_transient, anon_sym_volatile, anon_sym_sealed, - STATE(357), 12, + STATE(351), 12, sym_block, sym_enum_declaration, sym_class_declaration, @@ -43990,72 +44082,72 @@ static const uint16_t ts_small_parse_table[] = { sym_method_declaration, sym_compact_constructor_declaration, aux_sym_enum_body_declarations_repeat1, - [476] = 28, - ACTIONS(1078), 1, - sym_identifier, - ACTIONS(1081), 1, - anon_sym_LT, - ACTIONS(1087), 1, + [545] = 28, + ACTIONS(29), 1, anon_sym_class, - ACTIONS(1090), 1, + ACTIONS(33), 1, anon_sym_LBRACE, - ACTIONS(1093), 1, - anon_sym_RBRACE, - ACTIONS(1095), 1, - anon_sym_SEMI, - ACTIONS(1098), 1, + ACTIONS(61), 1, anon_sym_AT, - ACTIONS(1101), 1, - anon_sym_static, - ACTIONS(1104), 1, + ACTIONS(73), 1, anon_sym_enum, - ACTIONS(1107), 1, + ACTIONS(77), 1, anon_sym_non_DASHsealed, - ACTIONS(1110), 1, - anon_sym_record, - ACTIONS(1113), 1, + ACTIONS(81), 1, anon_sym_ATinterface, - ACTIONS(1116), 1, + ACTIONS(83), 1, anon_sym_interface, + ACTIONS(1052), 1, + sym_identifier, + ACTIONS(1054), 1, + anon_sym_LT, + ACTIONS(1060), 1, + anon_sym_static, + ACTIONS(1062), 1, + anon_sym_record, + ACTIONS(1120), 1, + anon_sym_SEMI, + ACTIONS(1122), 1, + anon_sym_RBRACE, STATE(632), 1, sym_modifiers, - STATE(685), 1, + STATE(666), 1, sym_scoped_type_identifier, - STATE(693), 1, - sym_type_parameters, - STATE(711), 1, + STATE(686), 1, sym_generic_type, - STATE(720), 1, + STATE(699), 1, + sym_type_parameters, + STATE(716), 1, sym__unannotated_type, - STATE(1001), 1, + STATE(925), 1, sym__constructor_declarator, - STATE(1007), 1, + STATE(1056), 1, sym__method_header, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1122), 2, + ACTIONS(87), 2, anon_sym_float, anon_sym_double, - ACTIONS(1125), 2, + ACTIONS(89), 2, sym_boolean_type, sym_void_type, - STATE(702), 3, + STATE(688), 3, sym_array_type, sym_integral_type, sym_floating_point_type, - STATE(428), 4, + STATE(433), 4, sym__annotation, sym_marker_annotation, sym_annotation, aux_sym_modifiers_repeat1, - ACTIONS(1119), 5, + ACTIONS(85), 5, anon_sym_byte, anon_sym_short, anon_sym_int, anon_sym_long, anon_sym_char, - ACTIONS(1084), 12, + ACTIONS(21), 12, anon_sym_final, anon_sym_default, anon_sym_synchronized, @@ -44068,7 +44160,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_transient, anon_sym_volatile, anon_sym_sealed, - STATE(359), 12, + STATE(351), 12, sym_block, sym_enum_declaration, sym_class_declaration, @@ -44081,248 +44173,290 @@ static const uint16_t ts_small_parse_table[] = { sym_method_declaration, sym_compact_constructor_declaration, aux_sym_enum_body_declarations_repeat1, - [595] = 29, - ACTIONS(13), 1, - anon_sym_DQUOTE, - ACTIONS(15), 1, - anon_sym_DQUOTE_DQUOTE_DQUOTE, - ACTIONS(27), 1, - anon_sym_new, - ACTIONS(87), 1, - sym_this, - ACTIONS(329), 1, - anon_sym_AT, - ACTIONS(1128), 1, - sym_identifier, - ACTIONS(1130), 1, + [664] = 14, + ACTIONS(1126), 1, anon_sym_LPAREN, - ACTIONS(1134), 1, - sym_super, - STATE(483), 1, - sym__unqualified_object_creation_expression, - STATE(491), 1, - sym_primary_expression, - STATE(510), 1, - sym_string_literal, - STATE(540), 1, - sym_lambda_expression, - STATE(745), 1, - sym_scoped_type_identifier, - STATE(771), 1, - sym_generic_type, - STATE(795), 1, - sym__unannotated_type, - STATE(797), 1, - sym_annotated_type, - STATE(1266), 1, - sym__type, + ACTIONS(1132), 1, + anon_sym_EQ, + ACTIONS(1136), 1, + anon_sym_LT, + ACTIONS(1139), 1, + anon_sym_DASH_GT, + ACTIONS(1144), 1, + anon_sym_DOT, + ACTIONS(1148), 1, + anon_sym_AT, + STATE(504), 1, + sym_argument_list, + STATE(680), 1, + sym_type_arguments, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(83), 2, - anon_sym_float, - anon_sym_double, - ACTIONS(85), 2, - sym_boolean_type, - sym_void_type, - STATE(498), 2, - sym__string_literal, - sym__multiline_string_literal, - STATE(1259), 2, - sym_inferred_parameters, - sym_formal_parameters, - ACTIONS(11), 3, - sym_binary_integer_literal, - sym_decimal_floating_point_literal, - sym_character_literal, - ACTIONS(1132), 3, + ACTIONS(1141), 2, + anon_sym_LBRACK, + anon_sym_COLON_COLON, + ACTIONS(1124), 7, + anon_sym_yield, anon_sym_open, anon_sym_module, + anon_sym_with, + anon_sym_sealed, anon_sym_record, - STATE(702), 3, - sym_array_type, - sym_integral_type, - sym_floating_point_type, - STATE(683), 4, - sym__annotation, - sym_marker_annotation, - sym_annotation, - aux_sym_array_creation_expression_repeat1, - ACTIONS(81), 5, - anon_sym_byte, - anon_sym_short, - anon_sym_int, - anon_sym_long, - anon_sym_char, - ACTIONS(9), 7, - sym_decimal_integer_literal, - sym_hex_integer_literal, - sym_octal_integer_literal, - sym_hex_floating_point_literal, - sym_true, - sym_false, - sym_null_literal, - STATE(507), 9, - sym__literal, - sym_array_creation_expression, - sym_parenthesized_expression, - sym_class_literal, - sym_object_creation_expression, - sym_field_access, - sym_array_access, - sym_method_invocation, - sym_method_reference, - [715] = 29, - ACTIONS(13), 1, - anon_sym_DQUOTE, - ACTIONS(15), 1, - anon_sym_DQUOTE_DQUOTE_DQUOTE, - ACTIONS(27), 1, - anon_sym_new, - ACTIONS(87), 1, - sym_this, - ACTIONS(329), 1, - anon_sym_AT, - ACTIONS(1130), 1, + sym_identifier, + ACTIONS(1134), 11, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_AMP_EQ, + anon_sym_PIPE_EQ, + anon_sym_CARET_EQ, + anon_sym_PERCENT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_GT_GT_GT_EQ, + ACTIONS(1128), 14, + anon_sym_RPAREN, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_COMMA, + anon_sym_QMARK, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_RBRACK, + anon_sym_RBRACE, + anon_sym_SEMI, + ACTIONS(1130), 14, + anon_sym_AMP, + anon_sym_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_PERCENT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_GT_GT_GT, + anon_sym_instanceof, + anon_sym_COLON, + [751] = 17, + ACTIONS(1126), 1, anon_sym_LPAREN, - ACTIONS(1134), 1, - sym_super, + ACTIONS(1132), 1, + anon_sym_EQ, ACTIONS(1136), 1, + anon_sym_LT, + ACTIONS(1139), 1, + anon_sym_DASH_GT, + ACTIONS(1150), 1, + anon_sym_RPAREN, + ACTIONS(1153), 1, + anon_sym_COMMA, + ACTIONS(1155), 1, + anon_sym_DOT, + STATE(504), 1, + sym_argument_list, + STATE(680), 1, + sym_type_arguments, + STATE(1051), 1, + aux_sym_inferred_parameters_repeat1, + ACTIONS(3), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(1141), 2, + anon_sym_LBRACK, + anon_sym_COLON_COLON, + ACTIONS(1148), 2, + anon_sym_AT, + anon_sym_DOT_DOT_DOT, + ACTIONS(1124), 8, + anon_sym_yield, + anon_sym_open, + anon_sym_module, + anon_sym_with, + anon_sym_sealed, + anon_sym_record, + sym_this, sym_identifier, - STATE(483), 1, - sym__unqualified_object_creation_expression, - STATE(491), 1, - sym_primary_expression, - STATE(510), 1, - sym_string_literal, - STATE(540), 1, - sym_lambda_expression, - STATE(745), 1, - sym_scoped_type_identifier, - STATE(771), 1, - sym_generic_type, - STATE(795), 1, - sym__unannotated_type, - STATE(797), 1, - sym_annotated_type, - STATE(1266), 1, - sym__type, + ACTIONS(1128), 9, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_QMARK, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(1134), 11, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_AMP_EQ, + anon_sym_PIPE_EQ, + anon_sym_CARET_EQ, + anon_sym_PERCENT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_GT_GT_GT_EQ, + ACTIONS(1130), 13, + anon_sym_AMP, + anon_sym_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_PERCENT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_GT_GT_GT, + anon_sym_instanceof, + [843] = 18, + ACTIONS(1126), 1, + anon_sym_LPAREN, + ACTIONS(1132), 1, + anon_sym_EQ, + ACTIONS(1136), 1, + anon_sym_LT, + ACTIONS(1139), 1, + anon_sym_DASH_GT, + ACTIONS(1153), 1, + anon_sym_COMMA, + ACTIONS(1155), 1, + anon_sym_DOT, + ACTIONS(1159), 1, + anon_sym_RPAREN, + ACTIONS(1163), 1, + anon_sym_AMP, + STATE(504), 1, + sym_argument_list, + STATE(680), 1, + sym_type_arguments, + STATE(1051), 1, + aux_sym_inferred_parameters_repeat1, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(83), 2, - anon_sym_float, - anon_sym_double, - ACTIONS(85), 2, - sym_boolean_type, - sym_void_type, - STATE(498), 2, - sym__string_literal, - sym__multiline_string_literal, - STATE(1273), 2, - sym_inferred_parameters, - sym_formal_parameters, - ACTIONS(11), 3, - sym_binary_integer_literal, - sym_decimal_floating_point_literal, - sym_character_literal, - ACTIONS(1138), 3, + ACTIONS(1141), 2, + anon_sym_LBRACK, + anon_sym_COLON_COLON, + ACTIONS(1148), 2, + anon_sym_AT, + anon_sym_DOT_DOT_DOT, + ACTIONS(1124), 8, + anon_sym_yield, anon_sym_open, anon_sym_module, + anon_sym_with, + anon_sym_sealed, anon_sym_record, - STATE(702), 3, - sym_array_type, - sym_integral_type, - sym_floating_point_type, - STATE(683), 4, - sym__annotation, - sym_marker_annotation, - sym_annotation, - aux_sym_array_creation_expression_repeat1, - ACTIONS(81), 5, - anon_sym_byte, - anon_sym_short, - anon_sym_int, - anon_sym_long, - anon_sym_char, - ACTIONS(9), 7, - sym_decimal_integer_literal, - sym_hex_integer_literal, - sym_octal_integer_literal, - sym_hex_floating_point_literal, - sym_true, - sym_false, - sym_null_literal, - STATE(507), 9, - sym__literal, - sym_array_creation_expression, - sym_parenthesized_expression, - sym_class_literal, - sym_object_creation_expression, - sym_field_access, - sym_array_access, - sym_method_invocation, - sym_method_reference, - [835] = 25, - ACTIONS(29), 1, + sym_this, + sym_identifier, + ACTIONS(1128), 9, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_QMARK, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(1134), 11, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_AMP_EQ, + anon_sym_PIPE_EQ, + anon_sym_CARET_EQ, + anon_sym_PERCENT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_GT_GT_GT_EQ, + ACTIONS(1130), 12, + anon_sym_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_PERCENT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_GT_GT_GT, + anon_sym_instanceof, + [937] = 25, + ACTIONS(1166), 1, + sym_identifier, + ACTIONS(1169), 1, + anon_sym_LT, + ACTIONS(1175), 1, anon_sym_class, - ACTIONS(61), 1, + ACTIONS(1178), 1, + anon_sym_RBRACE, + ACTIONS(1180), 1, + anon_sym_SEMI, + ACTIONS(1183), 1, anon_sym_AT, - ACTIONS(71), 1, + ACTIONS(1186), 1, anon_sym_enum, - ACTIONS(73), 1, + ACTIONS(1189), 1, anon_sym_non_DASHsealed, - ACTIONS(77), 1, + ACTIONS(1192), 1, + anon_sym_record, + ACTIONS(1195), 1, anon_sym_ATinterface, - ACTIONS(79), 1, + ACTIONS(1198), 1, anon_sym_interface, - ACTIONS(1058), 1, - anon_sym_LT, - ACTIONS(1066), 1, - anon_sym_record, - ACTIONS(1140), 1, - sym_identifier, - ACTIONS(1142), 1, - anon_sym_RBRACE, - ACTIONS(1144), 1, - anon_sym_SEMI, - STATE(662), 1, + STATE(642), 1, sym_modifiers, - STATE(685), 1, + STATE(666), 1, sym_scoped_type_identifier, - STATE(688), 1, - sym_type_parameters, - STATE(711), 1, + STATE(686), 1, sym_generic_type, - STATE(730), 1, + STATE(704), 1, + sym_type_parameters, + STATE(713), 1, sym__unannotated_type, - STATE(1007), 1, + STATE(1056), 1, sym__method_header, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(83), 2, + ACTIONS(1204), 2, anon_sym_float, anon_sym_double, - ACTIONS(85), 2, + ACTIONS(1207), 2, sym_boolean_type, sym_void_type, - STATE(702), 3, + STATE(688), 3, sym_array_type, sym_integral_type, sym_floating_point_type, - STATE(428), 4, + STATE(433), 4, sym__annotation, sym_marker_annotation, sym_annotation, aux_sym_modifiers_repeat1, - ACTIONS(81), 5, + ACTIONS(1201), 5, anon_sym_byte, anon_sym_short, anon_sym_int, anon_sym_long, anon_sym_char, - STATE(363), 8, + STATE(358), 8, sym_enum_declaration, sym_class_declaration, sym_record_declaration, @@ -44331,7 +44465,7 @@ static const uint16_t ts_small_parse_table[] = { sym_constant_declaration, sym_method_declaration, aux_sym_interface_body_repeat1, - ACTIONS(21), 13, + ACTIONS(1172), 13, anon_sym_final, anon_sym_default, anon_sym_synchronized, @@ -44345,66 +44479,66 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_transient, anon_sym_volatile, anon_sym_sealed, - [942] = 25, - ACTIONS(1146), 1, - sym_identifier, - ACTIONS(1149), 1, - anon_sym_LT, - ACTIONS(1155), 1, + [1044] = 25, + ACTIONS(29), 1, anon_sym_class, - ACTIONS(1158), 1, - anon_sym_RBRACE, - ACTIONS(1160), 1, - anon_sym_SEMI, - ACTIONS(1163), 1, + ACTIONS(61), 1, anon_sym_AT, - ACTIONS(1166), 1, + ACTIONS(73), 1, anon_sym_enum, - ACTIONS(1169), 1, + ACTIONS(77), 1, anon_sym_non_DASHsealed, - ACTIONS(1172), 1, - anon_sym_record, - ACTIONS(1175), 1, + ACTIONS(81), 1, anon_sym_ATinterface, - ACTIONS(1178), 1, + ACTIONS(83), 1, anon_sym_interface, - STATE(662), 1, + ACTIONS(1054), 1, + anon_sym_LT, + ACTIONS(1062), 1, + anon_sym_record, + ACTIONS(1210), 1, + sym_identifier, + ACTIONS(1212), 1, + anon_sym_RBRACE, + ACTIONS(1214), 1, + anon_sym_SEMI, + STATE(642), 1, sym_modifiers, - STATE(685), 1, + STATE(666), 1, sym_scoped_type_identifier, - STATE(688), 1, - sym_type_parameters, - STATE(711), 1, + STATE(686), 1, sym_generic_type, - STATE(730), 1, + STATE(704), 1, + sym_type_parameters, + STATE(713), 1, sym__unannotated_type, - STATE(1007), 1, + STATE(1056), 1, sym__method_header, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1184), 2, + ACTIONS(87), 2, anon_sym_float, anon_sym_double, - ACTIONS(1187), 2, + ACTIONS(89), 2, sym_boolean_type, sym_void_type, - STATE(702), 3, + STATE(688), 3, sym_array_type, sym_integral_type, sym_floating_point_type, - STATE(428), 4, + STATE(433), 4, sym__annotation, sym_marker_annotation, sym_annotation, aux_sym_modifiers_repeat1, - ACTIONS(1181), 5, + ACTIONS(85), 5, anon_sym_byte, anon_sym_short, anon_sym_int, anon_sym_long, anon_sym_char, - STATE(363), 8, + STATE(358), 8, sym_enum_declaration, sym_class_declaration, sym_record_declaration, @@ -44413,7 +44547,7 @@ static const uint16_t ts_small_parse_table[] = { sym_constant_declaration, sym_method_declaration, aux_sym_interface_body_repeat1, - ACTIONS(1152), 13, + ACTIONS(21), 13, anon_sym_final, anon_sym_default, anon_sym_synchronized, @@ -44427,66 +44561,66 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_transient, anon_sym_volatile, anon_sym_sealed, - [1049] = 25, + [1151] = 25, ACTIONS(29), 1, anon_sym_class, ACTIONS(61), 1, anon_sym_AT, - ACTIONS(71), 1, - anon_sym_enum, ACTIONS(73), 1, - anon_sym_non_DASHsealed, + anon_sym_enum, ACTIONS(77), 1, + anon_sym_non_DASHsealed, + ACTIONS(81), 1, anon_sym_ATinterface, - ACTIONS(79), 1, + ACTIONS(83), 1, anon_sym_interface, - ACTIONS(1058), 1, + ACTIONS(1054), 1, anon_sym_LT, - ACTIONS(1066), 1, + ACTIONS(1062), 1, anon_sym_record, - ACTIONS(1140), 1, + ACTIONS(1210), 1, sym_identifier, - ACTIONS(1190), 1, + ACTIONS(1216), 1, anon_sym_RBRACE, - ACTIONS(1192), 1, + ACTIONS(1218), 1, anon_sym_SEMI, - STATE(662), 1, + STATE(642), 1, sym_modifiers, - STATE(685), 1, + STATE(666), 1, sym_scoped_type_identifier, - STATE(688), 1, - sym_type_parameters, - STATE(711), 1, + STATE(686), 1, sym_generic_type, - STATE(730), 1, + STATE(704), 1, + sym_type_parameters, + STATE(713), 1, sym__unannotated_type, - STATE(1007), 1, + STATE(1056), 1, sym__method_header, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(83), 2, + ACTIONS(87), 2, anon_sym_float, anon_sym_double, - ACTIONS(85), 2, + ACTIONS(89), 2, sym_boolean_type, sym_void_type, - STATE(702), 3, + STATE(688), 3, sym_array_type, sym_integral_type, sym_floating_point_type, - STATE(428), 4, + STATE(433), 4, sym__annotation, sym_marker_annotation, sym_annotation, aux_sym_modifiers_repeat1, - ACTIONS(81), 5, + ACTIONS(85), 5, anon_sym_byte, anon_sym_short, anon_sym_int, anon_sym_long, anon_sym_char, - STATE(362), 8, + STATE(359), 8, sym_enum_declaration, sym_class_declaration, sym_record_declaration, @@ -44509,35 +44643,51 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_transient, anon_sym_volatile, anon_sym_sealed, - [1156] = 14, - ACTIONS(1196), 1, - anon_sym_LPAREN, - ACTIONS(1202), 1, + [1258] = 15, + ACTIONS(1132), 1, anon_sym_EQ, - ACTIONS(1206), 1, + ACTIONS(1136), 1, anon_sym_LT, - ACTIONS(1209), 1, + ACTIONS(1139), 1, anon_sym_DASH_GT, - ACTIONS(1214), 1, + ACTIONS(1144), 1, anon_sym_DOT, - ACTIONS(1218), 1, + ACTIONS(1148), 1, anon_sym_AT, - STATE(505), 1, + ACTIONS(1220), 1, + anon_sym_LPAREN, + STATE(504), 1, sym_argument_list, - STATE(698), 1, + STATE(526), 1, + sym_record_pattern_body, + STATE(680), 1, sym_type_arguments, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1211), 2, + ACTIONS(1141), 2, anon_sym_LBRACK, anon_sym_COLON_COLON, - ACTIONS(1194), 4, + ACTIONS(1124), 7, + anon_sym_yield, anon_sym_open, anon_sym_module, + anon_sym_with, + anon_sym_sealed, anon_sym_record, sym_identifier, - ACTIONS(1204), 11, + ACTIONS(1128), 10, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_COMMA, + anon_sym_QMARK, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(1134), 11, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -44549,22 +44699,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_GT_GT_GT_EQ, - ACTIONS(1198), 14, - anon_sym_RPAREN, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_COMMA, - anon_sym_QMARK, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_SEMI, - ACTIONS(1200), 14, + ACTIONS(1130), 14, anon_sym_AMP, anon_sym_GT, anon_sym_PLUS, @@ -44579,53 +44714,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT_GT, anon_sym_instanceof, anon_sym_COLON, - [1240] = 17, - ACTIONS(1196), 1, - anon_sym_LPAREN, - ACTIONS(1202), 1, + [1344] = 15, + ACTIONS(1132), 1, anon_sym_EQ, - ACTIONS(1206), 1, + ACTIONS(1136), 1, anon_sym_LT, - ACTIONS(1209), 1, + ACTIONS(1139), 1, anon_sym_DASH_GT, - ACTIONS(1220), 1, - anon_sym_RPAREN, - ACTIONS(1223), 1, - anon_sym_COMMA, - ACTIONS(1225), 1, + ACTIONS(1144), 1, anon_sym_DOT, - STATE(505), 1, + ACTIONS(1148), 1, + anon_sym_AT, + ACTIONS(1222), 1, + anon_sym_LPAREN, + STATE(504), 1, sym_argument_list, - STATE(698), 1, + STATE(526), 1, + sym_record_pattern_body, + STATE(680), 1, sym_type_arguments, - STATE(1091), 1, - aux_sym_inferred_parameters_repeat1, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1211), 2, + ACTIONS(1141), 2, anon_sym_LBRACK, anon_sym_COLON_COLON, - ACTIONS(1218), 2, - anon_sym_AT, - anon_sym_DOT_DOT_DOT, - ACTIONS(1194), 5, + ACTIONS(1124), 7, + anon_sym_yield, anon_sym_open, anon_sym_module, + anon_sym_with, + anon_sym_sealed, anon_sym_record, - sym_this, sym_identifier, - ACTIONS(1198), 9, + ACTIONS(1128), 11, + anon_sym_RPAREN, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, + anon_sym_COMMA, anon_sym_QMARK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(1204), 11, + ACTIONS(1134), 11, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -44637,7 +44771,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_GT_GT_GT_EQ, - ACTIONS(1200), 13, + ACTIONS(1130), 13, anon_sym_AMP, anon_sym_GT, anon_sym_PLUS, @@ -44651,55 +44785,51 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_instanceof, - [1329] = 18, - ACTIONS(1196), 1, + [1430] = 15, + ACTIONS(1136), 1, + anon_sym_LT, + ACTIONS(1144), 1, + anon_sym_DOT, + ACTIONS(1148), 1, + anon_sym_AT, + ACTIONS(1220), 1, anon_sym_LPAREN, - ACTIONS(1202), 1, + ACTIONS(1224), 1, anon_sym_EQ, - ACTIONS(1206), 1, - anon_sym_LT, - ACTIONS(1209), 1, + ACTIONS(1228), 1, anon_sym_DASH_GT, - ACTIONS(1223), 1, - anon_sym_COMMA, - ACTIONS(1225), 1, - anon_sym_DOT, - ACTIONS(1229), 1, - anon_sym_RPAREN, - ACTIONS(1233), 1, - anon_sym_AMP, - STATE(505), 1, + STATE(504), 1, sym_argument_list, - STATE(698), 1, + STATE(526), 1, + sym_record_pattern_body, + STATE(680), 1, sym_type_arguments, - STATE(1091), 1, - aux_sym_inferred_parameters_repeat1, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1211), 2, + ACTIONS(1141), 2, anon_sym_LBRACK, anon_sym_COLON_COLON, - ACTIONS(1218), 2, - anon_sym_AT, - anon_sym_DOT_DOT_DOT, - ACTIONS(1194), 5, + ACTIONS(1124), 7, + anon_sym_yield, anon_sym_open, anon_sym_module, + anon_sym_with, + anon_sym_sealed, anon_sym_record, - sym_this, sym_identifier, - ACTIONS(1198), 9, + ACTIONS(1128), 10, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, + anon_sym_COMMA, anon_sym_QMARK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(1204), 11, + ACTIONS(1226), 11, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -44711,7 +44841,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_GT_GT_GT_EQ, - ACTIONS(1200), 12, + ACTIONS(1130), 14, + anon_sym_AMP, anon_sym_GT, anon_sym_PLUS, anon_sym_DASH, @@ -44724,37 +44855,41 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_instanceof, - [1420] = 15, - ACTIONS(1196), 1, + anon_sym_COLON, + [1516] = 15, + ACTIONS(1126), 1, anon_sym_LPAREN, - ACTIONS(1202), 1, + ACTIONS(1132), 1, anon_sym_EQ, - ACTIONS(1206), 1, + ACTIONS(1136), 1, anon_sym_LT, - ACTIONS(1209), 1, + ACTIONS(1139), 1, anon_sym_DASH_GT, - ACTIONS(1214), 1, + ACTIONS(1144), 1, anon_sym_DOT, - ACTIONS(1218), 1, + ACTIONS(1148), 1, anon_sym_AT, - ACTIONS(1236), 1, + ACTIONS(1231), 1, anon_sym_COLON, - STATE(505), 1, + STATE(504), 1, sym_argument_list, - STATE(698), 1, + STATE(680), 1, sym_type_arguments, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1211), 2, + ACTIONS(1141), 2, anon_sym_LBRACK, anon_sym_COLON_COLON, - ACTIONS(1194), 4, + ACTIONS(1124), 7, + anon_sym_yield, anon_sym_open, anon_sym_module, + anon_sym_with, + anon_sym_sealed, anon_sym_record, sym_identifier, - ACTIONS(1198), 10, + ACTIONS(1128), 10, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_EQ_EQ, @@ -44765,7 +44900,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_SEMI, - ACTIONS(1204), 11, + ACTIONS(1134), 11, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -44777,7 +44912,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_GT_GT_GT_EQ, - ACTIONS(1200), 13, + ACTIONS(1130), 13, anon_sym_AMP, anon_sym_GT, anon_sym_PLUS, @@ -44791,37 +44926,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_instanceof, - [1502] = 15, - ACTIONS(1196), 1, + [1601] = 15, + ACTIONS(1126), 1, anon_sym_LPAREN, - ACTIONS(1202), 1, + ACTIONS(1132), 1, anon_sym_EQ, - ACTIONS(1206), 1, + ACTIONS(1136), 1, anon_sym_LT, - ACTIONS(1209), 1, + ACTIONS(1139), 1, anon_sym_DASH_GT, - ACTIONS(1214), 1, + ACTIONS(1144), 1, anon_sym_DOT, - ACTIONS(1218), 1, + ACTIONS(1148), 1, anon_sym_AT, - ACTIONS(1238), 1, + ACTIONS(1233), 1, anon_sym_COLON, - STATE(505), 1, + STATE(504), 1, sym_argument_list, - STATE(698), 1, + STATE(680), 1, sym_type_arguments, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1211), 2, + ACTIONS(1141), 2, anon_sym_LBRACK, anon_sym_COLON_COLON, - ACTIONS(1194), 4, + ACTIONS(1124), 7, + anon_sym_yield, anon_sym_open, anon_sym_module, + anon_sym_with, + anon_sym_sealed, anon_sym_record, sym_identifier, - ACTIONS(1198), 10, + ACTIONS(1128), 10, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_EQ_EQ, @@ -44832,7 +44970,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_SEMI, - ACTIONS(1204), 11, + ACTIONS(1134), 11, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -44844,7 +44982,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_GT_GT_GT_EQ, - ACTIONS(1200), 13, + ACTIONS(1130), 13, anon_sym_AMP, anon_sym_GT, anon_sym_PLUS, @@ -44858,56 +44996,115 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_instanceof, - [1584] = 20, - ACTIONS(1240), 1, + [1686] = 6, + ACTIONS(1235), 1, sym_identifier, - ACTIONS(1246), 1, + ACTIONS(3), 2, + sym_line_comment, + sym_block_comment, + STATE(1033), 2, + sym_scoped_identifier, + sym__reserved_identifier, + ACTIONS(67), 6, + anon_sym_yield, + anon_sym_open, + anon_sym_module, + anon_sym_with, + anon_sym_sealed, + anon_sym_record, + ACTIONS(271), 15, + anon_sym_AMP, + anon_sym_EQ, + anon_sym_GT, + anon_sym_LT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_PERCENT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_GT_GT_GT, + anon_sym_instanceof, + ACTIONS(273), 26, + anon_sym_LPAREN, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_AMP_EQ, + anon_sym_PIPE_EQ, + anon_sym_CARET_EQ, + anon_sym_PERCENT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_GT_GT_GT_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_DASH_GT, + anon_sym_QMARK, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_COLON_COLON, + anon_sym_SEMI, + [1751] = 20, + ACTIONS(1237), 1, + sym_identifier, + ACTIONS(1243), 1, anon_sym_class, - ACTIONS(1249), 1, + ACTIONS(1246), 1, anon_sym_RBRACE, - ACTIONS(1251), 1, + ACTIONS(1248), 1, anon_sym_AT, - ACTIONS(1254), 1, + ACTIONS(1251), 1, anon_sym_enum, - ACTIONS(1257), 1, + ACTIONS(1254), 1, anon_sym_non_DASHsealed, - ACTIONS(1260), 1, + ACTIONS(1257), 1, anon_sym_ATinterface, - ACTIONS(1263), 1, + ACTIONS(1260), 1, anon_sym_interface, - STATE(685), 1, + STATE(666), 1, sym_scoped_type_identifier, - STATE(700), 1, - sym_modifiers, - STATE(711), 1, + STATE(686), 1, sym_generic_type, - STATE(736), 1, + STATE(708), 1, + sym_modifiers, + STATE(722), 1, sym__unannotated_type, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1269), 2, + ACTIONS(1266), 2, anon_sym_float, anon_sym_double, - ACTIONS(1272), 2, + ACTIONS(1269), 2, sym_boolean_type, sym_void_type, - STATE(702), 3, + STATE(688), 3, sym_array_type, sym_integral_type, sym_floating_point_type, - STATE(428), 4, + STATE(433), 4, sym__annotation, sym_marker_annotation, sym_annotation, aux_sym_modifiers_repeat1, - ACTIONS(1266), 5, + ACTIONS(1263), 5, anon_sym_byte, anon_sym_short, anon_sym_int, anon_sym_long, anon_sym_char, - STATE(370), 7, + STATE(367), 7, sym_enum_declaration, sym_class_declaration, sym_annotation_type_declaration, @@ -44915,7 +45112,7 @@ static const uint16_t ts_small_parse_table[] = { sym_interface_declaration, sym_constant_declaration, aux_sym_annotation_type_body_repeat1, - ACTIONS(1243), 13, + ACTIONS(1240), 13, anon_sym_final, anon_sym_default, anon_sym_synchronized, @@ -44929,56 +45126,56 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_transient, anon_sym_volatile, anon_sym_sealed, - [1675] = 20, + [1842] = 20, ACTIONS(29), 1, anon_sym_class, ACTIONS(61), 1, anon_sym_AT, - ACTIONS(71), 1, - anon_sym_enum, ACTIONS(73), 1, - anon_sym_non_DASHsealed, + anon_sym_enum, ACTIONS(77), 1, + anon_sym_non_DASHsealed, + ACTIONS(81), 1, anon_sym_ATinterface, - ACTIONS(79), 1, + ACTIONS(83), 1, anon_sym_interface, - ACTIONS(1140), 1, + ACTIONS(1210), 1, sym_identifier, - ACTIONS(1275), 1, + ACTIONS(1272), 1, anon_sym_RBRACE, - STATE(685), 1, + STATE(666), 1, sym_scoped_type_identifier, - STATE(700), 1, - sym_modifiers, - STATE(711), 1, + STATE(686), 1, sym_generic_type, - STATE(736), 1, + STATE(708), 1, + sym_modifiers, + STATE(722), 1, sym__unannotated_type, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(83), 2, + ACTIONS(87), 2, anon_sym_float, anon_sym_double, - ACTIONS(85), 2, + ACTIONS(89), 2, sym_boolean_type, sym_void_type, - STATE(702), 3, + STATE(688), 3, sym_array_type, sym_integral_type, sym_floating_point_type, - STATE(428), 4, + STATE(433), 4, sym__annotation, sym_marker_annotation, sym_annotation, aux_sym_modifiers_repeat1, - ACTIONS(81), 5, + ACTIONS(85), 5, anon_sym_byte, anon_sym_short, anon_sym_int, anon_sym_long, anon_sym_char, - STATE(370), 7, + STATE(367), 7, sym_enum_declaration, sym_class_declaration, sym_annotation_type_declaration, @@ -45000,56 +45197,56 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_transient, anon_sym_volatile, anon_sym_sealed, - [1766] = 20, + [1933] = 20, ACTIONS(29), 1, anon_sym_class, ACTIONS(61), 1, anon_sym_AT, - ACTIONS(71), 1, - anon_sym_enum, ACTIONS(73), 1, - anon_sym_non_DASHsealed, + anon_sym_enum, ACTIONS(77), 1, + anon_sym_non_DASHsealed, + ACTIONS(81), 1, anon_sym_ATinterface, - ACTIONS(79), 1, + ACTIONS(83), 1, anon_sym_interface, - ACTIONS(1140), 1, + ACTIONS(1210), 1, sym_identifier, - ACTIONS(1277), 1, + ACTIONS(1274), 1, anon_sym_RBRACE, - STATE(685), 1, + STATE(666), 1, sym_scoped_type_identifier, - STATE(700), 1, - sym_modifiers, - STATE(711), 1, + STATE(686), 1, sym_generic_type, - STATE(736), 1, + STATE(708), 1, + sym_modifiers, + STATE(722), 1, sym__unannotated_type, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(83), 2, + ACTIONS(87), 2, anon_sym_float, anon_sym_double, - ACTIONS(85), 2, + ACTIONS(89), 2, sym_boolean_type, sym_void_type, - STATE(702), 3, + STATE(688), 3, sym_array_type, sym_integral_type, sym_floating_point_type, - STATE(428), 4, + STATE(433), 4, sym__annotation, sym_marker_annotation, sym_annotation, aux_sym_modifiers_repeat1, - ACTIONS(81), 5, + ACTIONS(85), 5, anon_sym_byte, anon_sym_short, anon_sym_int, anon_sym_long, anon_sym_char, - STATE(371), 7, + STATE(368), 7, sym_enum_declaration, sym_class_declaration, sym_annotation_type_declaration, @@ -45071,15 +45268,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_transient, anon_sym_volatile, anon_sym_sealed, - [1857] = 5, - ACTIONS(1196), 1, + [2024] = 5, + ACTIONS(1126), 1, anon_sym_LPAREN, - STATE(476), 1, + STATE(490), 1, sym_argument_list, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1281), 15, + ACTIONS(1278), 15, anon_sym_AMP, anon_sym_EQ, anon_sym_GT, @@ -45095,7 +45292,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_COLON, - ACTIONS(1279), 30, + ACTIONS(1276), 30, anon_sym_RPAREN, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, @@ -45126,15 +45323,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_RBRACE, anon_sym_SEMI, - [1917] = 5, - ACTIONS(1196), 1, + [2084] = 5, + ACTIONS(1126), 1, anon_sym_LPAREN, - STATE(480), 1, + STATE(497), 1, sym_argument_list, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1285), 15, + ACTIONS(1282), 15, anon_sym_AMP, anon_sym_EQ, anon_sym_GT, @@ -45150,7 +45347,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_COLON, - ACTIONS(1283), 30, + ACTIONS(1280), 30, anon_sym_RPAREN, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, @@ -45181,17 +45378,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_RBRACE, anon_sym_SEMI, - [1977] = 5, - ACTIONS(1196), 1, + [2144] = 8, + ACTIONS(1126), 1, anon_sym_LPAREN, - STATE(514), 1, + ACTIONS(1132), 1, + anon_sym_EQ, + ACTIONS(1139), 1, + anon_sym_DASH_GT, + STATE(504), 1, sym_argument_list, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1289), 15, + ACTIONS(1134), 11, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_AMP_EQ, + anon_sym_PIPE_EQ, + anon_sym_CARET_EQ, + anon_sym_PERCENT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_GT_GT_GT_EQ, + ACTIONS(1130), 14, anon_sym_AMP, - anon_sym_EQ, anon_sym_GT, anon_sym_LT, anon_sym_PLUS, @@ -45205,19 +45417,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_COLON, - ACTIONS(1287), 30, + ACTIONS(1128), 18, anon_sym_RPAREN, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_AMP_EQ, - anon_sym_PIPE_EQ, - anon_sym_CARET_EQ, - anon_sym_PERCENT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_GT_GT_GT_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_EQ_EQ, @@ -45225,7 +45426,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_instanceof, - anon_sym_DASH_GT, anon_sym_COMMA, anon_sym_QMARK, anon_sym_PLUS_PLUS, @@ -45236,107 +45436,153 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_RBRACE, anon_sym_SEMI, - [2037] = 11, - ACTIONS(1196), 1, - anon_sym_LPAREN, - ACTIONS(1291), 1, - sym_identifier, - ACTIONS(1295), 1, - anon_sym_EQ, - ACTIONS(1301), 1, - anon_sym_DASH_GT, - STATE(499), 1, - sym_argument_list, - STATE(1025), 1, - sym_scoped_identifier, + [2210] = 7, + ACTIONS(311), 1, + anon_sym_AT, + ACTIONS(1288), 1, + anon_sym_LBRACK, + STATE(374), 1, + aux_sym_dimensions_repeat1, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1303), 3, + STATE(886), 4, + sym__annotation, + sym_marker_annotation, + sym_annotation, + aux_sym_array_creation_expression_repeat1, + ACTIONS(1284), 17, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_GT_GT, + anon_sym_instanceof, + anon_sym_COLON, + anon_sym_yield, anon_sym_open, anon_sym_module, + anon_sym_with, + anon_sym_sealed, anon_sym_record, - ACTIONS(1297), 11, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_AMP_EQ, - anon_sym_PIPE_EQ, - anon_sym_CARET_EQ, - anon_sym_PERCENT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_GT_GT_GT_EQ, - ACTIONS(1299), 13, + sym_identifier, + ACTIONS(1286), 22, + anon_sym_RPAREN, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, + anon_sym_STAR, + anon_sym_CARET, + anon_sym_PERCENT, + anon_sym_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_DASH_GT, + anon_sym_COMMA, anon_sym_QMARK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_DOT, anon_sym_COLON_COLON, + anon_sym_RBRACE, anon_sym_SEMI, - ACTIONS(1293), 14, + [2273] = 7, + ACTIONS(1294), 1, + anon_sym_LBRACK, + ACTIONS(1297), 1, + anon_sym_AT, + STATE(374), 1, + aux_sym_dimensions_repeat1, + ACTIONS(3), 2, + sym_line_comment, + sym_block_comment, + STATE(886), 4, + sym__annotation, + sym_marker_annotation, + sym_annotation, + aux_sym_array_creation_expression_repeat1, + ACTIONS(1290), 17, anon_sym_AMP, anon_sym_GT, anon_sym_LT, anon_sym_PLUS, anon_sym_DASH, - anon_sym_STAR, anon_sym_SLASH, anon_sym_PIPE, + anon_sym_GT_GT, + anon_sym_instanceof, + anon_sym_COLON, + anon_sym_yield, + anon_sym_open, + anon_sym_module, + anon_sym_with, + anon_sym_sealed, + anon_sym_record, + sym_identifier, + ACTIONS(1292), 22, + anon_sym_RPAREN, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_STAR, anon_sym_CARET, anon_sym_PERCENT, anon_sym_LT_LT, - anon_sym_GT_GT, anon_sym_GT_GT_GT, - anon_sym_instanceof, - [2109] = 8, - ACTIONS(1196), 1, - anon_sym_LPAREN, - ACTIONS(1295), 1, - anon_sym_EQ, - ACTIONS(1301), 1, anon_sym_DASH_GT, - STATE(499), 1, - sym_argument_list, + anon_sym_COMMA, + anon_sym_QMARK, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_RBRACK, + anon_sym_DOT, + anon_sym_COLON_COLON, + anon_sym_RBRACE, + anon_sym_SEMI, + [2336] = 8, + ACTIONS(311), 1, + anon_sym_AT, + ACTIONS(1288), 1, + anon_sym_LBRACK, + STATE(373), 1, + aux_sym_dimensions_repeat1, + STATE(419), 1, + sym_dimensions, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1297), 11, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_AMP_EQ, - anon_sym_PIPE_EQ, - anon_sym_CARET_EQ, - anon_sym_PERCENT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_GT_GT_GT_EQ, - ACTIONS(1293), 14, + STATE(886), 4, + sym__annotation, + sym_marker_annotation, + sym_annotation, + aux_sym_array_creation_expression_repeat1, + ACTIONS(1300), 16, anon_sym_AMP, anon_sym_GT, anon_sym_LT, anon_sym_PLUS, anon_sym_DASH, - anon_sym_STAR, anon_sym_SLASH, anon_sym_PIPE, - anon_sym_CARET, - anon_sym_PERCENT, - anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_GT_GT_GT, - anon_sym_COLON, - ACTIONS(1299), 18, + anon_sym_instanceof, + anon_sym_yield, + anon_sym_open, + anon_sym_module, + anon_sym_with, + anon_sym_sealed, + anon_sym_record, + sym_identifier, + ACTIONS(1302), 21, anon_sym_RPAREN, anon_sym_GT_EQ, anon_sym_LT_EQ, @@ -45344,26 +45590,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_instanceof, + anon_sym_STAR, + anon_sym_CARET, + anon_sym_PERCENT, + anon_sym_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_DASH_GT, anon_sym_COMMA, anon_sym_QMARK, + anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_LBRACK, anon_sym_RBRACK, - anon_sym_DOT, - anon_sym_COLON_COLON, anon_sym_RBRACE, anon_sym_SEMI, - [2175] = 5, - ACTIONS(1196), 1, - anon_sym_LPAREN, - STATE(512), 1, - sym_argument_list, + [2400] = 3, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1307), 15, + ACTIONS(1282), 15, anon_sym_AMP, anon_sym_EQ, anon_sym_GT, @@ -45379,7 +45624,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_COLON, - ACTIONS(1305), 30, + ACTIONS(1280), 30, anon_sym_RPAREN, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, @@ -45410,11 +45655,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_RBRACE, anon_sym_SEMI, - [2235] = 3, + [2454] = 3, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1289), 15, + ACTIONS(1306), 15, anon_sym_AMP, anon_sym_EQ, anon_sym_GT, @@ -45430,7 +45675,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_COLON, - ACTIONS(1287), 30, + ACTIONS(1304), 30, anon_sym_RPAREN, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, @@ -45461,30 +45706,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_RBRACE, anon_sym_SEMI, - [2289] = 13, - ACTIONS(1196), 1, + [2508] = 13, + ACTIONS(1126), 1, anon_sym_LPAREN, - ACTIONS(1206), 1, + ACTIONS(1136), 1, anon_sym_LT, - ACTIONS(1214), 1, + ACTIONS(1144), 1, anon_sym_DOT, - ACTIONS(1218), 1, + ACTIONS(1148), 1, anon_sym_AT, - ACTIONS(1309), 1, + ACTIONS(1224), 1, anon_sym_EQ, - ACTIONS(1313), 1, + ACTIONS(1228), 1, anon_sym_DASH_GT, - STATE(505), 1, + STATE(504), 1, sym_argument_list, - STATE(698), 1, + STATE(680), 1, sym_type_arguments, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1211), 2, + ACTIONS(1141), 2, anon_sym_LBRACK, anon_sym_COLON_COLON, - ACTIONS(1198), 11, + ACTIONS(1128), 11, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_EQ_EQ, @@ -45496,7 +45741,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(1311), 11, + ACTIONS(1226), 11, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -45508,7 +45753,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_GT_GT_GT_EQ, - ACTIONS(1200), 13, + ACTIONS(1130), 13, anon_sym_AMP, anon_sym_GT, anon_sym_PLUS, @@ -45522,62 +45767,67 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_COLON, - [2363] = 3, + [2582] = 8, + ACTIONS(311), 1, + anon_sym_AT, + ACTIONS(1288), 1, + anon_sym_LBRACK, + STATE(373), 1, + aux_sym_dimensions_repeat1, + STATE(419), 1, + sym_dimensions, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1318), 15, + STATE(886), 4, + sym__annotation, + sym_marker_annotation, + sym_annotation, + aux_sym_array_creation_expression_repeat1, + ACTIONS(1308), 16, anon_sym_AMP, - anon_sym_EQ, anon_sym_GT, anon_sym_LT, anon_sym_PLUS, anon_sym_DASH, - anon_sym_STAR, anon_sym_SLASH, anon_sym_PIPE, - anon_sym_CARET, - anon_sym_PERCENT, - anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_GT_GT_GT, - anon_sym_COLON, - ACTIONS(1316), 30, + anon_sym_instanceof, + anon_sym_yield, + anon_sym_open, + anon_sym_module, + anon_sym_with, + anon_sym_sealed, + anon_sym_record, + sym_identifier, + ACTIONS(1310), 21, anon_sym_RPAREN, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_AMP_EQ, - anon_sym_PIPE_EQ, - anon_sym_CARET_EQ, - anon_sym_PERCENT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_GT_GT_GT_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_instanceof, + anon_sym_STAR, + anon_sym_CARET, + anon_sym_PERCENT, + anon_sym_LT_LT, + anon_sym_GT_GT_GT, anon_sym_DASH_GT, anon_sym_COMMA, anon_sym_QMARK, + anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_LBRACK, anon_sym_RBRACK, - anon_sym_DOT, - anon_sym_COLON_COLON, anon_sym_RBRACE, anon_sym_SEMI, - [2417] = 3, + [2646] = 3, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1285), 15, + ACTIONS(1278), 15, anon_sym_AMP, anon_sym_EQ, anon_sym_GT, @@ -45593,7 +45843,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_COLON, - ACTIONS(1283), 30, + ACTIONS(1276), 30, anon_sym_RPAREN, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, @@ -45624,25 +45874,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_RBRACE, anon_sym_SEMI, - [2471] = 11, - ACTIONS(1196), 1, - anon_sym_LPAREN, - ACTIONS(1223), 1, - anon_sym_COMMA, - ACTIONS(1295), 1, + [2700] = 9, + ACTIONS(1132), 1, anon_sym_EQ, - ACTIONS(1301), 1, + ACTIONS(1139), 1, anon_sym_DASH_GT, - ACTIONS(1320), 1, - anon_sym_RPAREN, - STATE(499), 1, + ACTIONS(1220), 1, + anon_sym_LPAREN, + STATE(504), 1, sym_argument_list, - STATE(1092), 1, - aux_sym_inferred_parameters_repeat1, + STATE(526), 1, + sym_record_pattern_body, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1297), 11, + ACTIONS(1134), 11, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -45654,21 +45900,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_GT_GT_GT_EQ, - ACTIONS(1293), 13, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_PERCENT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_GT_GT_GT, - ACTIONS(1299), 13, + ACTIONS(1128), 14, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_EQ_EQ, @@ -45676,31 +45908,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_instanceof, + anon_sym_COMMA, anon_sym_QMARK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_LBRACK, anon_sym_DOT, anon_sym_COLON_COLON, - [2540] = 5, - ACTIONS(1202), 1, - anon_sym_EQ, - ACTIONS(3), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(1204), 11, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_AMP_EQ, - anon_sym_PIPE_EQ, - anon_sym_CARET_EQ, - anon_sym_PERCENT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_GT_GT_GT_EQ, - ACTIONS(1200), 14, + ACTIONS(1130), 14, anon_sym_AMP, anon_sym_GT, anon_sym_LT, @@ -45715,49 +45930,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_COLON, - ACTIONS(1198), 18, - anon_sym_RPAREN, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_instanceof, - anon_sym_COMMA, - anon_sym_QMARK, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_DOT, - anon_sym_COLON_COLON, - anon_sym_RBRACE, - anon_sym_SEMI, - [2597] = 13, - ACTIONS(1196), 1, + [2765] = 13, + ACTIONS(1126), 1, anon_sym_LPAREN, - ACTIONS(1206), 1, + ACTIONS(1136), 1, anon_sym_LT, - ACTIONS(1209), 1, + ACTIONS(1139), 1, anon_sym_DASH_GT, - ACTIONS(1214), 1, + ACTIONS(1144), 1, anon_sym_DOT, - ACTIONS(1218), 1, + ACTIONS(1148), 1, anon_sym_AT, - ACTIONS(1323), 1, + ACTIONS(1312), 1, anon_sym_EQ, - STATE(505), 1, + STATE(504), 1, sym_argument_list, - STATE(698), 1, + STATE(680), 1, sym_type_arguments, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1211), 2, + ACTIONS(1141), 2, anon_sym_LBRACK, anon_sym_COLON_COLON, - ACTIONS(1198), 11, + ACTIONS(1128), 11, anon_sym_RPAREN, anon_sym_GT_EQ, anon_sym_LT_EQ, @@ -45769,7 +45965,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(1204), 11, + ACTIONS(1134), 11, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -45781,7 +45977,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_GT_GT_GT_EQ, - ACTIONS(1200), 12, + ACTIONS(1130), 12, anon_sym_AMP, anon_sym_GT, anon_sym_PLUS, @@ -45794,21 +45990,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_GT_GT_GT, - [2670] = 9, - ACTIONS(1196), 1, + [2838] = 9, + ACTIONS(1220), 1, anon_sym_LPAREN, - ACTIONS(1295), 1, + ACTIONS(1224), 1, anon_sym_EQ, - ACTIONS(1301), 1, + ACTIONS(1228), 1, anon_sym_DASH_GT, - ACTIONS(1325), 1, - sym_identifier, - STATE(499), 1, + STATE(504), 1, sym_argument_list, + STATE(526), 1, + sym_record_pattern_body, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1297), 11, + ACTIONS(1226), 11, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -45820,21 +46016,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_GT_GT_GT_EQ, - ACTIONS(1299), 13, + ACTIONS(1128), 14, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, + anon_sym_instanceof, + anon_sym_COMMA, anon_sym_QMARK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_LBRACK, anon_sym_DOT, anon_sym_COLON_COLON, - anon_sym_SEMI, - ACTIONS(1293), 14, + ACTIONS(1130), 14, anon_sym_AMP, anon_sym_GT, anon_sym_LT, @@ -45848,38 +46045,99 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_GT_GT_GT, + anon_sym_COLON, + [2903] = 11, + ACTIONS(1126), 1, + anon_sym_LPAREN, + ACTIONS(1132), 1, + anon_sym_EQ, + ACTIONS(1139), 1, + anon_sym_DASH_GT, + ACTIONS(1150), 1, + anon_sym_RPAREN, + ACTIONS(1153), 1, + anon_sym_COMMA, + STATE(504), 1, + sym_argument_list, + STATE(1051), 1, + aux_sym_inferred_parameters_repeat1, + ACTIONS(3), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(1134), 11, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_AMP_EQ, + anon_sym_PIPE_EQ, + anon_sym_CARET_EQ, + anon_sym_PERCENT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_GT_GT_GT_EQ, + ACTIONS(1128), 13, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, anon_sym_instanceof, - [2734] = 7, - ACTIONS(1331), 1, + anon_sym_QMARK, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_LBRACK, - ACTIONS(1334), 1, - anon_sym_AT, - STATE(387), 1, - aux_sym_dimensions_repeat1, + anon_sym_DOT, + anon_sym_COLON_COLON, + ACTIONS(1130), 13, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_PERCENT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_GT_GT_GT, + [2972] = 5, + ACTIONS(1132), 1, + anon_sym_EQ, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - STATE(871), 4, - sym__annotation, - sym_marker_annotation, - sym_annotation, - aux_sym_array_creation_expression_repeat1, - ACTIONS(1327), 14, + ACTIONS(1134), 11, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_AMP_EQ, + anon_sym_PIPE_EQ, + anon_sym_CARET_EQ, + anon_sym_PERCENT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_GT_GT_GT_EQ, + ACTIONS(1130), 14, anon_sym_AMP, anon_sym_GT, anon_sym_LT, anon_sym_PLUS, anon_sym_DASH, + anon_sym_STAR, anon_sym_SLASH, anon_sym_PIPE, + anon_sym_CARET, + anon_sym_PERCENT, + anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_instanceof, + anon_sym_GT_GT_GT, anon_sym_COLON, - anon_sym_open, - anon_sym_module, - anon_sym_record, - sym_identifier, - ACTIONS(1329), 22, + ACTIONS(1128), 18, anon_sym_RPAREN, anon_sym_GT_EQ, anon_sym_LT_EQ, @@ -45887,52 +46145,104 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, + anon_sym_instanceof, + anon_sym_COMMA, + anon_sym_QMARK, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_DOT, + anon_sym_COLON_COLON, + anon_sym_RBRACE, + anon_sym_SEMI, + [3029] = 9, + ACTIONS(1132), 1, + anon_sym_EQ, + ACTIONS(1139), 1, + anon_sym_DASH_GT, + ACTIONS(1222), 1, + anon_sym_LPAREN, + STATE(504), 1, + sym_argument_list, + STATE(526), 1, + sym_record_pattern_body, + ACTIONS(3), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(1134), 11, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_AMP_EQ, + anon_sym_PIPE_EQ, + anon_sym_CARET_EQ, + anon_sym_PERCENT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_GT_GT_GT_EQ, + ACTIONS(1130), 13, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT, + anon_sym_PLUS, + anon_sym_DASH, anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PIPE, anon_sym_CARET, anon_sym_PERCENT, anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_GT_GT_GT, - anon_sym_DASH_GT, + ACTIONS(1128), 15, + anon_sym_RPAREN, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_instanceof, anon_sym_COMMA, anon_sym_QMARK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_RBRACK, + anon_sym_LBRACK, anon_sym_DOT, anon_sym_COLON_COLON, - anon_sym_RBRACE, - anon_sym_SEMI, - [2794] = 7, - ACTIONS(293), 1, - anon_sym_AT, - ACTIONS(1341), 1, - anon_sym_LBRACK, - STATE(387), 1, - aux_sym_dimensions_repeat1, + [3094] = 8, + ACTIONS(1314), 1, + anon_sym_LPAREN, + ACTIONS(1316), 1, + anon_sym_LT, + ACTIONS(1319), 1, + anon_sym_DOT, + STATE(396), 1, + sym_type_arguments, + STATE(526), 1, + sym_record_pattern_body, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - STATE(871), 4, - sym__annotation, - sym_marker_annotation, - sym_annotation, - aux_sym_array_creation_expression_repeat1, - ACTIONS(1337), 14, + ACTIONS(1124), 15, anon_sym_AMP, anon_sym_GT, - anon_sym_LT, anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, anon_sym_PIPE, anon_sym_GT_GT, anon_sym_instanceof, - anon_sym_COLON, + anon_sym_yield, anon_sym_open, anon_sym_module, + anon_sym_with, + anon_sym_sealed, anon_sym_record, sym_identifier, - ACTIONS(1339), 22, + ACTIONS(1148), 23, anon_sym_RPAREN, anon_sym_GT_EQ, anon_sym_LT_EQ, @@ -45948,26 +46258,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_GT, anon_sym_COMMA, anon_sym_QMARK, + anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, + anon_sym_LBRACK, anon_sym_RBRACK, - anon_sym_DOT, - anon_sym_COLON_COLON, anon_sym_RBRACE, anon_sym_SEMI, - [2854] = 8, - ACTIONS(1196), 1, + anon_sym_AT, + [3156] = 8, + ACTIONS(1126), 1, anon_sym_LPAREN, - ACTIONS(1343), 1, + ACTIONS(1224), 1, anon_sym_EQ, - ACTIONS(1347), 1, + ACTIONS(1228), 1, anon_sym_DASH_GT, - STATE(499), 1, + STATE(504), 1, sym_argument_list, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1345), 11, + ACTIONS(1226), 11, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -45979,7 +46290,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_GT_GT_GT_EQ, - ACTIONS(1293), 14, + ACTIONS(1128), 14, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_instanceof, + anon_sym_COMMA, + anon_sym_QMARK, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_COLON_COLON, + ACTIONS(1130), 14, anon_sym_AMP, anon_sym_GT, anon_sym_LT, @@ -45994,7 +46320,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_COLON, - ACTIONS(1299), 14, + [3218] = 4, + ACTIONS(1321), 1, + anon_sym_module, + ACTIONS(3), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(271), 14, + anon_sym_AMP, + anon_sym_EQ, + anon_sym_GT, + anon_sym_LT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_PERCENT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_GT_GT_GT, + ACTIONS(273), 27, + anon_sym_LPAREN, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_AMP_EQ, + anon_sym_PIPE_EQ, + anon_sym_CARET_EQ, + anon_sym_PERCENT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_GT_GT_GT_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_EQ_EQ, @@ -46002,41 +46361,74 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_instanceof, - anon_sym_COMMA, + anon_sym_DASH_GT, anon_sym_QMARK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_LBRACK, anon_sym_DOT, anon_sym_COLON_COLON, - [2916] = 9, - ACTIONS(1196), 1, + anon_sym_SEMI, + [3271] = 6, + ACTIONS(1314), 1, anon_sym_LPAREN, - ACTIONS(1295), 1, - anon_sym_EQ, - ACTIONS(1301), 1, - anon_sym_DASH_GT, - ACTIONS(1350), 1, + ACTIONS(1327), 1, + anon_sym_DOT, + STATE(526), 1, + sym_record_pattern_body, + ACTIONS(3), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(1323), 16, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_GT_GT, + anon_sym_instanceof, + anon_sym_yield, + anon_sym_open, anon_sym_module, - STATE(499), 1, - sym_argument_list, + anon_sym_with, + anon_sym_sealed, + anon_sym_record, + sym_identifier, + ACTIONS(1325), 23, + anon_sym_RPAREN, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_STAR, + anon_sym_CARET, + anon_sym_PERCENT, + anon_sym_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_DASH_GT, + anon_sym_COMMA, + anon_sym_QMARK, + anon_sym_COLON, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_RBRACE, + anon_sym_SEMI, + anon_sym_AT, + [3328] = 4, + ACTIONS(1329), 1, + sym_identifier, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1297), 11, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_AMP_EQ, - anon_sym_PIPE_EQ, - anon_sym_CARET_EQ, - anon_sym_PERCENT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_GT_GT_GT_EQ, - ACTIONS(1293), 13, + ACTIONS(271), 15, anon_sym_AMP, + anon_sym_EQ, anon_sym_GT, anon_sym_LT, anon_sym_PLUS, @@ -46049,14 +46441,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_GT_GT_GT, - ACTIONS(1299), 14, + anon_sym_instanceof, + ACTIONS(273), 26, + anon_sym_LPAREN, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_AMP_EQ, + anon_sym_PIPE_EQ, + anon_sym_CARET_EQ, + anon_sym_PERCENT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_GT_GT_GT_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_instanceof, + anon_sym_DASH_GT, anon_sym_QMARK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -46064,27 +46469,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT, anon_sym_COLON_COLON, anon_sym_SEMI, - [2980] = 9, - ACTIONS(293), 1, + [3381] = 9, + ACTIONS(311), 1, anon_sym_AT, - ACTIONS(1356), 1, + ACTIONS(1335), 1, anon_sym_LBRACK, - STATE(388), 1, + STATE(373), 1, aux_sym_dimensions_repeat1, - STATE(489), 1, + STATE(473), 1, sym_dimensions, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - STATE(401), 2, + STATE(412), 2, sym_dimensions_expr, aux_sym_array_creation_expression_repeat2, - STATE(870), 4, + STATE(885), 4, sym__annotation, sym_marker_annotation, sym_annotation, aux_sym_array_creation_expression_repeat1, - ACTIONS(1354), 9, + ACTIONS(1333), 9, anon_sym_AMP, anon_sym_GT, anon_sym_LT, @@ -46094,7 +46499,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_GT_GT, anon_sym_COLON, - ACTIONS(1352), 23, + ACTIONS(1331), 23, anon_sym_RPAREN, anon_sym_GT_EQ, anon_sym_LT_EQ, @@ -46118,24 +46523,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_RBRACE, anon_sym_SEMI, - [3043] = 8, - ACTIONS(293), 1, + [3444] = 9, + ACTIONS(311), 1, anon_sym_AT, - ACTIONS(1341), 1, + ACTIONS(1335), 1, anon_sym_LBRACK, - STATE(388), 1, + STATE(373), 1, aux_sym_dimensions_repeat1, - STATE(426), 1, + STATE(488), 1, sym_dimensions, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - STATE(871), 4, + STATE(412), 2, + sym_dimensions_expr, + aux_sym_array_creation_expression_repeat2, + STATE(885), 4, sym__annotation, sym_marker_annotation, sym_annotation, aux_sym_array_creation_expression_repeat1, - ACTIONS(1358), 13, + ACTIONS(1339), 9, anon_sym_AMP, anon_sym_GT, anon_sym_LT, @@ -46144,12 +46552,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_PIPE, anon_sym_GT_GT, - anon_sym_instanceof, - anon_sym_open, - anon_sym_module, - anon_sym_record, - sym_identifier, - ACTIONS(1360), 21, + anon_sym_COLON, + ACTIONS(1337), 23, anon_sym_RPAREN, anon_sym_GT_EQ, anon_sym_LT_EQ, @@ -46162,36 +46566,38 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, + anon_sym_instanceof, anon_sym_DASH_GT, anon_sym_COMMA, anon_sym_QMARK, - anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_RBRACK, + anon_sym_DOT, + anon_sym_COLON_COLON, anon_sym_RBRACE, anon_sym_SEMI, - [3104] = 9, - ACTIONS(293), 1, + [3507] = 9, + ACTIONS(311), 1, anon_sym_AT, - ACTIONS(1356), 1, + ACTIONS(1335), 1, anon_sym_LBRACK, - STATE(388), 1, + STATE(373), 1, aux_sym_dimensions_repeat1, - STATE(482), 1, + STATE(500), 1, sym_dimensions, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - STATE(401), 2, + STATE(412), 2, sym_dimensions_expr, aux_sym_array_creation_expression_repeat2, - STATE(870), 4, + STATE(885), 4, sym__annotation, sym_marker_annotation, sym_annotation, aux_sym_array_creation_expression_repeat1, - ACTIONS(1364), 9, + ACTIONS(1343), 9, anon_sym_AMP, anon_sym_GT, anon_sym_LT, @@ -46201,7 +46607,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_GT_GT, anon_sym_COLON, - ACTIONS(1362), 23, + ACTIONS(1341), 23, anon_sym_RPAREN, anon_sym_GT_EQ, anon_sym_LT_EQ, @@ -46225,24 +46631,65 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_RBRACE, anon_sym_SEMI, - [3167] = 8, - ACTIONS(293), 1, + [3570] = 9, + ACTIONS(311), 1, anon_sym_AT, - ACTIONS(1341), 1, + ACTIONS(1335), 1, anon_sym_LBRACK, - STATE(388), 1, + STATE(373), 1, aux_sym_dimensions_repeat1, - STATE(426), 1, + STATE(480), 1, sym_dimensions, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - STATE(871), 4, + STATE(412), 2, + sym_dimensions_expr, + aux_sym_array_creation_expression_repeat2, + STATE(885), 4, sym__annotation, sym_marker_annotation, sym_annotation, aux_sym_array_creation_expression_repeat1, - ACTIONS(1366), 13, + ACTIONS(1347), 9, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_GT_GT, + anon_sym_COLON, + ACTIONS(1345), 23, + anon_sym_RPAREN, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_STAR, + anon_sym_CARET, + anon_sym_PERCENT, + anon_sym_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_instanceof, + anon_sym_DASH_GT, + anon_sym_COMMA, + anon_sym_QMARK, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_RBRACK, + anon_sym_DOT, + anon_sym_COLON_COLON, + anon_sym_RBRACE, + anon_sym_SEMI, + [3633] = 3, + ACTIONS(3), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(1349), 16, anon_sym_AMP, anon_sym_GT, anon_sym_LT, @@ -46252,11 +46699,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_GT_GT, anon_sym_instanceof, + anon_sym_yield, anon_sym_open, anon_sym_module, + anon_sym_with, + anon_sym_sealed, anon_sym_record, sym_identifier, - ACTIONS(1368), 21, + ACTIONS(1351), 25, + anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_GT_EQ, anon_sym_LT_EQ, @@ -46275,30 +46726,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, + anon_sym_LBRACK, anon_sym_RBRACK, + anon_sym_DOT, anon_sym_RBRACE, anon_sym_SEMI, - [3228] = 9, - ACTIONS(293), 1, anon_sym_AT, - ACTIONS(1356), 1, - anon_sym_LBRACK, - STATE(388), 1, - aux_sym_dimensions_repeat1, - STATE(469), 1, - sym_dimensions, + [3683] = 3, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - STATE(401), 2, - sym_dimensions_expr, - aux_sym_array_creation_expression_repeat2, - STATE(870), 4, - sym__annotation, - sym_marker_annotation, - sym_annotation, - aux_sym_array_creation_expression_repeat1, - ACTIONS(1372), 9, + ACTIONS(1290), 17, anon_sym_AMP, anon_sym_GT, anon_sym_LT, @@ -46307,8 +46745,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_PIPE, anon_sym_GT_GT, + anon_sym_instanceof, anon_sym_COLON, - ACTIONS(1370), 23, + anon_sym_yield, + anon_sym_open, + anon_sym_module, + anon_sym_with, + anon_sym_sealed, + anon_sym_record, + sym_identifier, + ACTIONS(1292), 24, anon_sym_RPAREN, anon_sym_GT_EQ, anon_sym_LT_EQ, @@ -46321,38 +46767,70 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, - anon_sym_instanceof, anon_sym_DASH_GT, anon_sym_COMMA, anon_sym_QMARK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, + anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_DOT, anon_sym_COLON_COLON, anon_sym_RBRACE, anon_sym_SEMI, - [3291] = 9, - ACTIONS(293), 1, anon_sym_AT, - ACTIONS(1356), 1, - anon_sym_LBRACK, - STATE(388), 1, - aux_sym_dimensions_repeat1, - STATE(511), 1, - sym_dimensions, + [3733] = 3, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - STATE(401), 2, - sym_dimensions_expr, - aux_sym_array_creation_expression_repeat2, - STATE(870), 4, - sym__annotation, - sym_marker_annotation, - sym_annotation, - aux_sym_array_creation_expression_repeat1, - ACTIONS(1376), 9, + ACTIONS(966), 11, + sym_binary_integer_literal, + sym_decimal_floating_point_literal, + sym_character_literal, + anon_sym_DQUOTE_DQUOTE_DQUOTE, + anon_sym_LPAREN, + anon_sym_BANG, + anon_sym_TILDE, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_SEMI, + anon_sym_AT, + ACTIONS(968), 30, + sym_decimal_integer_literal, + sym_hex_integer_literal, + sym_octal_integer_literal, + sym_hex_floating_point_literal, + sym_true, + sym_false, + anon_sym_DQUOTE, + sym_null_literal, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_new, + anon_sym_switch, + anon_sym_yield, + anon_sym_open, + anon_sym_module, + anon_sym_with, + anon_sym_sealed, + anon_sym_record, + anon_sym_byte, + anon_sym_short, + anon_sym_int, + anon_sym_long, + anon_sym_char, + anon_sym_float, + anon_sym_double, + sym_boolean_type, + sym_void_type, + sym_this, + sym_super, + sym_identifier, + [3783] = 3, + ACTIONS(3), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(1353), 16, anon_sym_AMP, anon_sym_GT, anon_sym_LT, @@ -46361,8 +46839,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_PIPE, anon_sym_GT_GT, - anon_sym_COLON, - ACTIONS(1374), 23, + anon_sym_instanceof, + anon_sym_yield, + anon_sym_open, + anon_sym_module, + anon_sym_with, + anon_sym_sealed, + anon_sym_record, + sym_identifier, + ACTIONS(1355), 25, + anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_GT_EQ, anon_sym_LT_EQ, @@ -46375,67 +46861,68 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, - anon_sym_instanceof, anon_sym_DASH_GT, anon_sym_COMMA, anon_sym_QMARK, + anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, + anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_DOT, - anon_sym_COLON_COLON, anon_sym_RBRACE, anon_sym_SEMI, - [3354] = 19, - ACTIONS(289), 1, + anon_sym_AT, + [3833] = 19, + ACTIONS(307), 1, anon_sym_RPAREN, - ACTIONS(293), 1, + ACTIONS(311), 1, anon_sym_AT, - ACTIONS(297), 1, + ACTIONS(315), 1, anon_sym_non_DASHsealed, - ACTIONS(1140), 1, + ACTIONS(1210), 1, sym_identifier, - STATE(402), 1, + STATE(418), 1, sym_receiver_parameter, - STATE(563), 1, + STATE(554), 1, aux_sym_modifiers_repeat1, - STATE(685), 1, + STATE(666), 1, sym_scoped_type_identifier, - STATE(692), 1, - aux_sym_array_creation_expression_repeat1, - STATE(711), 1, + STATE(686), 1, sym_generic_type, - STATE(719), 1, - sym_modifiers, - STATE(740), 1, + STATE(706), 1, + aux_sym_array_creation_expression_repeat1, + STATE(710), 1, sym__unannotated_type, + STATE(746), 1, + sym_modifiers, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(83), 2, + ACTIONS(87), 2, anon_sym_float, anon_sym_double, - ACTIONS(85), 2, + ACTIONS(89), 2, sym_boolean_type, sym_void_type, - STATE(1030), 2, + STATE(1017), 2, sym_formal_parameter, sym_spread_parameter, - STATE(628), 3, + STATE(622), 3, sym__annotation, sym_marker_annotation, sym_annotation, - STATE(702), 3, + STATE(688), 3, sym_array_type, sym_integral_type, sym_floating_point_type, - ACTIONS(81), 5, + ACTIONS(85), 5, anon_sym_byte, anon_sym_short, anon_sym_int, anon_sym_long, anon_sym_char, - ACTIONS(291), 13, + ACTIONS(309), 13, anon_sym_final, anon_sym_default, anon_sym_synchronized, @@ -46449,43 +46936,91 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_transient, anon_sym_volatile, anon_sym_sealed, - [3436] = 3, + [3915] = 6, + ACTIONS(1327), 1, + anon_sym_DOT, + ACTIONS(1357), 1, + anon_sym_LT, + STATE(408), 1, + sym_type_arguments, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1380), 8, - anon_sym_LPAREN, - anon_sym_LT, + ACTIONS(1323), 15, + anon_sym_AMP, + anon_sym_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_GT_GT, + anon_sym_instanceof, + anon_sym_yield, + anon_sym_open, + anon_sym_module, + anon_sym_with, + anon_sym_sealed, + anon_sym_record, + sym_identifier, + ACTIONS(1325), 23, + anon_sym_RPAREN, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_STAR, + anon_sym_CARET, + anon_sym_PERCENT, + anon_sym_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_DASH_GT, anon_sym_COMMA, - anon_sym_DOT, - anon_sym_LBRACE, + anon_sym_QMARK, + anon_sym_COLON, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_RBRACE, + anon_sym_SEMI, + anon_sym_AT, + [3971] = 3, + ACTIONS(3), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(974), 11, + sym_binary_integer_literal, + sym_decimal_floating_point_literal, + sym_character_literal, + anon_sym_DQUOTE_DQUOTE_DQUOTE, + anon_sym_LPAREN, + anon_sym_BANG, + anon_sym_TILDE, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_SEMI, - anon_sym_non_DASHsealed, - anon_sym_ATinterface, - ACTIONS(1378), 33, - anon_sym_final, - anon_sym_class, - anon_sym_default, - anon_sym_synchronized, anon_sym_AT, + ACTIONS(976), 30, + sym_decimal_integer_literal, + sym_hex_integer_literal, + sym_octal_integer_literal, + sym_hex_floating_point_literal, + sym_true, + sym_false, + anon_sym_DQUOTE, + sym_null_literal, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_new, + anon_sym_switch, + anon_sym_yield, anon_sym_open, anon_sym_module, - anon_sym_static, - anon_sym_to, anon_sym_with, - anon_sym_package, - anon_sym_enum, - anon_sym_public, - anon_sym_protected, - anon_sym_private, - anon_sym_abstract, - anon_sym_strictfp, - anon_sym_native, - anon_sym_transient, - anon_sym_volatile, anon_sym_sealed, anon_sym_record, - anon_sym_interface, anon_sym_byte, anon_sym_short, anon_sym_int, @@ -46495,21 +47030,70 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_double, sym_boolean_type, sym_void_type, + sym_this, + sym_super, sym_identifier, - [3486] = 3, + [4021] = 3, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1384), 8, - anon_sym_LPAREN, + ACTIONS(1360), 17, + anon_sym_AMP, + anon_sym_GT, anon_sym_LT, - anon_sym_COMMA, - anon_sym_DOT, - anon_sym_LBRACE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_GT_GT, + anon_sym_instanceof, + anon_sym_COLON, + anon_sym_yield, + anon_sym_open, + anon_sym_module, + anon_sym_with, + anon_sym_sealed, + anon_sym_record, + sym_identifier, + ACTIONS(1362), 24, + anon_sym_RPAREN, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_STAR, + anon_sym_CARET, + anon_sym_PERCENT, + anon_sym_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_DASH_GT, + anon_sym_COMMA, + anon_sym_QMARK, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_DOT, + anon_sym_COLON_COLON, + anon_sym_RBRACE, + anon_sym_SEMI, + anon_sym_AT, + [4071] = 3, + ACTIONS(3), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(1366), 8, + anon_sym_LPAREN, + anon_sym_LT, + anon_sym_COMMA, + anon_sym_DOT, + anon_sym_LBRACE, anon_sym_SEMI, anon_sym_non_DASHsealed, anon_sym_ATinterface, - ACTIONS(1382), 33, + ACTIONS(1364), 33, anon_sym_final, anon_sym_class, anon_sym_default, @@ -46543,13 +47127,63 @@ static const uint16_t ts_small_parse_table[] = { sym_boolean_type, sym_void_type, sym_identifier, - [3536] = 5, - ACTIONS(1309), 1, + [4121] = 6, + ACTIONS(1316), 1, + anon_sym_LT, + ACTIONS(1319), 1, + anon_sym_DOT, + STATE(396), 1, + sym_type_arguments, + ACTIONS(3), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(1124), 15, + anon_sym_AMP, + anon_sym_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_GT_GT, + anon_sym_instanceof, + anon_sym_yield, + anon_sym_open, + anon_sym_module, + anon_sym_with, + anon_sym_sealed, + anon_sym_record, + sym_identifier, + ACTIONS(1148), 23, + anon_sym_RPAREN, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_STAR, + anon_sym_CARET, + anon_sym_PERCENT, + anon_sym_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_DASH_GT, + anon_sym_COMMA, + anon_sym_QMARK, + anon_sym_COLON, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_RBRACE, + anon_sym_SEMI, + anon_sym_AT, + [4177] = 5, + ACTIONS(1224), 1, anon_sym_EQ, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1311), 11, + ACTIONS(1226), 11, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -46561,7 +47195,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_GT_GT_GT_EQ, - ACTIONS(1200), 14, + ACTIONS(1130), 14, anon_sym_AMP, anon_sym_GT, anon_sym_LT, @@ -46576,7 +47210,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_COLON, - ACTIONS(1198), 15, + ACTIONS(1128), 15, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_EQ_EQ, @@ -46592,23 +47226,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_DOT, anon_sym_COLON_COLON, - [3590] = 7, - ACTIONS(1390), 1, - anon_sym_LBRACK, - ACTIONS(1393), 1, - anon_sym_AT, + [4231] = 3, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - STATE(401), 2, - sym_dimensions_expr, - aux_sym_array_creation_expression_repeat2, - STATE(884), 4, - sym__annotation, - sym_marker_annotation, - sym_annotation, - aux_sym_array_creation_expression_repeat1, - ACTIONS(1388), 9, + ACTIONS(1368), 16, anon_sym_AMP, anon_sym_GT, anon_sym_LT, @@ -46617,8 +47239,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_PIPE, anon_sym_GT_GT, - anon_sym_COLON, - ACTIONS(1386), 23, + anon_sym_instanceof, + anon_sym_yield, + anon_sym_open, + anon_sym_module, + anon_sym_with, + anon_sym_sealed, + anon_sym_record, + sym_identifier, + ACTIONS(1370), 25, + anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_GT_EQ, anon_sym_LT_EQ, @@ -46631,99 +47261,41 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, - anon_sym_instanceof, anon_sym_DASH_GT, anon_sym_COMMA, anon_sym_QMARK, + anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, + anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_DOT, - anon_sym_COLON_COLON, anon_sym_RBRACE, anon_sym_SEMI, - [3647] = 16, - ACTIONS(293), 1, anon_sym_AT, - ACTIONS(297), 1, - anon_sym_non_DASHsealed, - ACTIONS(1140), 1, - sym_identifier, - ACTIONS(1396), 1, - anon_sym_RPAREN, - STATE(685), 1, - sym_scoped_type_identifier, - STATE(711), 1, - sym_generic_type, - STATE(719), 1, - sym_modifiers, - STATE(747), 1, - sym__unannotated_type, - ACTIONS(3), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(83), 2, - anon_sym_float, - anon_sym_double, - ACTIONS(85), 2, - sym_boolean_type, - sym_void_type, - STATE(1086), 2, - sym_formal_parameter, - sym_spread_parameter, - STATE(702), 3, - sym_array_type, - sym_integral_type, - sym_floating_point_type, - STATE(563), 4, - sym__annotation, - sym_marker_annotation, - sym_annotation, - aux_sym_modifiers_repeat1, - ACTIONS(81), 5, - anon_sym_byte, - anon_sym_short, - anon_sym_int, - anon_sym_long, - anon_sym_char, - ACTIONS(291), 13, - anon_sym_final, - anon_sym_default, - anon_sym_synchronized, - anon_sym_static, - anon_sym_public, - anon_sym_protected, - anon_sym_private, - anon_sym_abstract, - anon_sym_strictfp, - anon_sym_native, - anon_sym_transient, - anon_sym_volatile, - anon_sym_sealed, - [3721] = 6, - ACTIONS(1398), 1, - anon_sym_LT, - ACTIONS(1401), 1, - anon_sym_DOT, - STATE(418), 1, - sym_type_arguments, + [4281] = 3, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1194), 12, + ACTIONS(1372), 16, anon_sym_AMP, anon_sym_GT, + anon_sym_LT, anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, anon_sym_PIPE, anon_sym_GT_GT, anon_sym_instanceof, + anon_sym_yield, anon_sym_open, anon_sym_module, + anon_sym_with, + anon_sym_sealed, anon_sym_record, sym_identifier, - ACTIONS(1218), 23, + ACTIONS(1374), 25, + anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_GT_EQ, anon_sym_LT_EQ, @@ -46744,14 +47316,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_LBRACK, anon_sym_RBRACK, + anon_sym_DOT, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_AT, - [3774] = 3, + [4331] = 3, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1327), 14, + ACTIONS(1376), 16, anon_sym_AMP, anon_sym_GT, anon_sym_LT, @@ -46761,12 +47334,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_GT_GT, anon_sym_instanceof, - anon_sym_COLON, + anon_sym_yield, anon_sym_open, anon_sym_module, + anon_sym_with, + anon_sym_sealed, anon_sym_record, sym_identifier, - ACTIONS(1329), 24, + ACTIONS(1378), 25, + anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_GT_EQ, anon_sym_LT_EQ, @@ -46782,177 +47358,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_GT, anon_sym_COMMA, anon_sym_QMARK, + anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_DOT, - anon_sym_COLON_COLON, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_AT, - [3821] = 16, - ACTIONS(293), 1, - anon_sym_AT, - ACTIONS(297), 1, - anon_sym_non_DASHsealed, - ACTIONS(1140), 1, - sym_identifier, - STATE(685), 1, - sym_scoped_type_identifier, - STATE(711), 1, - sym_generic_type, - STATE(714), 1, - sym_modifiers, - STATE(748), 1, - sym__unannotated_type, - STATE(933), 1, - sym_catch_type, - STATE(1314), 1, - sym_catch_formal_parameter, - ACTIONS(3), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(83), 2, - anon_sym_float, - anon_sym_double, - ACTIONS(85), 2, - sym_boolean_type, - sym_void_type, - STATE(702), 3, - sym_array_type, - sym_integral_type, - sym_floating_point_type, - STATE(563), 4, - sym__annotation, - sym_marker_annotation, - sym_annotation, - aux_sym_modifiers_repeat1, - ACTIONS(81), 5, - anon_sym_byte, - anon_sym_short, - anon_sym_int, - anon_sym_long, - anon_sym_char, - ACTIONS(291), 13, - anon_sym_final, - anon_sym_default, - anon_sym_synchronized, - anon_sym_static, - anon_sym_public, - anon_sym_protected, - anon_sym_private, - anon_sym_abstract, - anon_sym_strictfp, - anon_sym_native, - anon_sym_transient, - anon_sym_volatile, - anon_sym_sealed, - [3894] = 15, - ACTIONS(293), 1, - anon_sym_AT, - ACTIONS(297), 1, - anon_sym_non_DASHsealed, - ACTIONS(1140), 1, - sym_identifier, - STATE(685), 1, - sym_scoped_type_identifier, - STATE(711), 1, - sym_generic_type, - STATE(719), 1, - sym_modifiers, - STATE(747), 1, - sym__unannotated_type, - ACTIONS(3), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(83), 2, - anon_sym_float, - anon_sym_double, - ACTIONS(85), 2, - sym_boolean_type, - sym_void_type, - STATE(1148), 2, - sym_formal_parameter, - sym_spread_parameter, - STATE(702), 3, - sym_array_type, - sym_integral_type, - sym_floating_point_type, - STATE(563), 4, - sym__annotation, - sym_marker_annotation, - sym_annotation, - aux_sym_modifiers_repeat1, - ACTIONS(81), 5, - anon_sym_byte, - anon_sym_short, - anon_sym_int, - anon_sym_long, - anon_sym_char, - ACTIONS(291), 13, - anon_sym_final, - anon_sym_default, - anon_sym_synchronized, - anon_sym_static, - anon_sym_public, - anon_sym_protected, - anon_sym_private, - anon_sym_abstract, - anon_sym_strictfp, - anon_sym_native, - anon_sym_transient, - anon_sym_volatile, - anon_sym_sealed, - [3965] = 3, - ACTIONS(3), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(1020), 11, - sym_binary_integer_literal, - sym_decimal_floating_point_literal, - sym_character_literal, - anon_sym_DQUOTE_DQUOTE_DQUOTE, - anon_sym_LPAREN, - anon_sym_BANG, - anon_sym_TILDE, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_SEMI, - anon_sym_AT, - ACTIONS(1022), 27, - sym_decimal_integer_literal, - sym_hex_integer_literal, - sym_octal_integer_literal, - sym_hex_floating_point_literal, - sym_true, - sym_false, - anon_sym_DQUOTE, - sym_null_literal, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_new, - anon_sym_switch, - anon_sym_open, - anon_sym_module, - anon_sym_record, - anon_sym_byte, - anon_sym_short, - anon_sym_int, - anon_sym_long, - anon_sym_char, - anon_sym_float, - anon_sym_double, - sym_boolean_type, - sym_void_type, - sym_this, - sym_super, - sym_identifier, - [4012] = 3, + [4381] = 3, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1403), 14, + ACTIONS(1380), 16, anon_sym_AMP, anon_sym_GT, anon_sym_LT, @@ -46962,12 +47381,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_GT_GT, anon_sym_instanceof, - anon_sym_COLON, + anon_sym_yield, anon_sym_open, anon_sym_module, + anon_sym_with, + anon_sym_sealed, anon_sym_record, sym_identifier, - ACTIONS(1405), 24, + ACTIONS(1382), 24, anon_sym_RPAREN, anon_sym_GT_EQ, anon_sym_LT_EQ, @@ -46983,83 +47404,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_GT, anon_sym_COMMA, anon_sym_QMARK, + anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_DOT, - anon_sym_COLON_COLON, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_AT, - [4059] = 3, - ACTIONS(3), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(1024), 11, - sym_binary_integer_literal, - sym_decimal_floating_point_literal, - sym_character_literal, - anon_sym_DQUOTE_DQUOTE_DQUOTE, - anon_sym_LPAREN, - anon_sym_BANG, - anon_sym_TILDE, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_SEMI, - anon_sym_AT, - ACTIONS(1026), 27, - sym_decimal_integer_literal, - sym_hex_integer_literal, - sym_octal_integer_literal, - sym_hex_floating_point_literal, - sym_true, - sym_false, - anon_sym_DQUOTE, - sym_null_literal, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_new, - anon_sym_switch, - anon_sym_open, - anon_sym_module, - anon_sym_record, - anon_sym_byte, - anon_sym_short, - anon_sym_int, - anon_sym_long, - anon_sym_char, - anon_sym_float, - anon_sym_double, - sym_boolean_type, - sym_void_type, - sym_this, - sym_super, - sym_identifier, - [4106] = 6, - ACTIONS(1411), 1, - anon_sym_LT, - ACTIONS(1414), 1, - anon_sym_DOT, - STATE(420), 1, - sym_type_arguments, + [4430] = 3, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1407), 12, + ACTIONS(1384), 16, anon_sym_AMP, anon_sym_GT, + anon_sym_LT, anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, anon_sym_PIPE, anon_sym_GT_GT, anon_sym_instanceof, + anon_sym_yield, anon_sym_open, anon_sym_module, + anon_sym_with, + anon_sym_sealed, anon_sym_record, sym_identifier, - ACTIONS(1409), 23, + ACTIONS(1386), 24, anon_sym_RPAREN, anon_sym_GT_EQ, anon_sym_LT_EQ, @@ -47080,60 +47455,65 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_LBRACK, anon_sym_RBRACK, + anon_sym_DOT, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_AT, - [4159] = 6, - ACTIONS(1418), 1, - anon_sym_LPAREN, - ACTIONS(1422), 1, - anon_sym_DOT, - STATE(459), 1, - sym_annotation_argument_list, + [4479] = 7, + ACTIONS(1392), 1, + anon_sym_LBRACK, + ACTIONS(1395), 1, + anon_sym_AT, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1420), 3, + STATE(412), 2, + sym_dimensions_expr, + aux_sym_array_creation_expression_repeat2, + STATE(864), 4, + sym__annotation, + sym_marker_annotation, + sym_annotation, + aux_sym_array_creation_expression_repeat1, + ACTIONS(1390), 9, + anon_sym_AMP, + anon_sym_GT, anon_sym_LT, - anon_sym_non_DASHsealed, - anon_sym_ATinterface, - ACTIONS(1416), 31, - anon_sym_final, - anon_sym_class, - anon_sym_default, - anon_sym_synchronized, - anon_sym_AT, - anon_sym_open, - anon_sym_module, - anon_sym_static, - anon_sym_package, - anon_sym_enum, - anon_sym_public, - anon_sym_protected, - anon_sym_private, - anon_sym_abstract, - anon_sym_strictfp, - anon_sym_native, - anon_sym_transient, - anon_sym_volatile, - anon_sym_sealed, - anon_sym_record, - anon_sym_interface, - anon_sym_byte, - anon_sym_short, - anon_sym_int, - anon_sym_long, - anon_sym_char, - anon_sym_float, - anon_sym_double, - sym_boolean_type, - sym_void_type, - sym_identifier, - [4211] = 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_GT_GT, + anon_sym_COLON, + ACTIONS(1388), 23, + anon_sym_RPAREN, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_STAR, + anon_sym_CARET, + anon_sym_PERCENT, + anon_sym_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_instanceof, + anon_sym_DASH_GT, + anon_sym_COMMA, + anon_sym_QMARK, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_RBRACK, + anon_sym_DOT, + anon_sym_COLON_COLON, + anon_sym_RBRACE, + anon_sym_SEMI, + [4536] = 3, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1424), 13, + ACTIONS(1398), 16, anon_sym_AMP, anon_sym_GT, anon_sym_LT, @@ -47143,11 +47523,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_GT_GT, anon_sym_instanceof, + anon_sym_yield, anon_sym_open, anon_sym_module, + anon_sym_with, + anon_sym_sealed, anon_sym_record, sym_identifier, - ACTIONS(1426), 24, + ACTIONS(1400), 24, anon_sym_RPAREN, anon_sym_GT_EQ, anon_sym_LT_EQ, @@ -47172,13 +47555,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_SEMI, anon_sym_AT, - [4257] = 4, - ACTIONS(1414), 1, + [4585] = 4, + ACTIONS(1327), 1, anon_sym_DOT, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1407), 13, + ACTIONS(1323), 16, anon_sym_AMP, anon_sym_GT, anon_sym_LT, @@ -47188,11 +47571,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_GT_GT, anon_sym_instanceof, + anon_sym_yield, anon_sym_open, anon_sym_module, + anon_sym_with, + anon_sym_sealed, anon_sym_record, sym_identifier, - ACTIONS(1409), 23, + ACTIONS(1325), 23, anon_sym_RPAREN, anon_sym_GT_EQ, anon_sym_LT_EQ, @@ -47216,11 +47602,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_SEMI, anon_sym_AT, - [4305] = 3, + [4636] = 3, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1428), 13, + ACTIONS(1402), 16, anon_sym_AMP, anon_sym_GT, anon_sym_LT, @@ -47230,11 +47616,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_GT_GT, anon_sym_instanceof, + anon_sym_yield, anon_sym_open, anon_sym_module, + anon_sym_with, + anon_sym_sealed, anon_sym_record, sym_identifier, - ACTIONS(1430), 24, + ACTIONS(1404), 24, anon_sym_RPAREN, anon_sym_GT_EQ, anon_sym_LT_EQ, @@ -47259,11 +47648,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_SEMI, anon_sym_AT, - [4351] = 3, + [4685] = 3, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1432), 13, + ACTIONS(1406), 16, anon_sym_AMP, anon_sym_GT, anon_sym_LT, @@ -47273,11 +47662,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_GT_GT, anon_sym_instanceof, + anon_sym_yield, anon_sym_open, anon_sym_module, + anon_sym_with, + anon_sym_sealed, anon_sym_record, sym_identifier, - ACTIONS(1434), 24, + ACTIONS(1408), 23, anon_sym_RPAREN, anon_sym_GT_EQ, anon_sym_LT_EQ, @@ -47298,15 +47690,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_LBRACK, anon_sym_RBRACK, - anon_sym_DOT, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_AT, - [4397] = 3, + [4733] = 3, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1436), 13, + ACTIONS(1410), 16, anon_sym_AMP, anon_sym_GT, anon_sym_LT, @@ -47316,11 +47707,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_GT_GT, anon_sym_instanceof, + anon_sym_yield, anon_sym_open, anon_sym_module, + anon_sym_with, + anon_sym_sealed, anon_sym_record, sym_identifier, - ACTIONS(1438), 24, + ACTIONS(1412), 23, anon_sym_RPAREN, anon_sym_GT_EQ, anon_sym_LT_EQ, @@ -47341,41 +47735,89 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_LBRACK, anon_sym_RBRACK, - anon_sym_DOT, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_AT, - [4443] = 11, - ACTIONS(1196), 1, - anon_sym_LPAREN, - ACTIONS(1206), 1, - anon_sym_LT, - ACTIONS(1209), 1, - anon_sym_DASH_GT, - ACTIONS(1214), 1, - anon_sym_DOT, - ACTIONS(1218), 1, + [4781] = 16, + ACTIONS(311), 1, anon_sym_AT, - STATE(505), 1, - sym_argument_list, - STATE(698), 1, - sym_type_arguments, + ACTIONS(315), 1, + anon_sym_non_DASHsealed, + ACTIONS(1210), 1, + sym_identifier, + ACTIONS(1414), 1, + anon_sym_RPAREN, + STATE(666), 1, + sym_scoped_type_identifier, + STATE(686), 1, + sym_generic_type, + STATE(724), 1, + sym__unannotated_type, + STATE(746), 1, + sym_modifiers, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1211), 2, - anon_sym_LBRACK, - anon_sym_COLON_COLON, - ACTIONS(1200), 8, + ACTIONS(87), 2, + anon_sym_float, + anon_sym_double, + ACTIONS(89), 2, + sym_boolean_type, + sym_void_type, + STATE(972), 2, + sym_formal_parameter, + sym_spread_parameter, + STATE(688), 3, + sym_array_type, + sym_integral_type, + sym_floating_point_type, + STATE(554), 4, + sym__annotation, + sym_marker_annotation, + sym_annotation, + aux_sym_modifiers_repeat1, + ACTIONS(85), 5, + anon_sym_byte, + anon_sym_short, + anon_sym_int, + anon_sym_long, + anon_sym_char, + ACTIONS(309), 13, + anon_sym_final, + anon_sym_default, + anon_sym_synchronized, + anon_sym_static, + anon_sym_public, + anon_sym_protected, + anon_sym_private, + anon_sym_abstract, + anon_sym_strictfp, + anon_sym_native, + anon_sym_transient, + anon_sym_volatile, + anon_sym_sealed, + [4855] = 3, + ACTIONS(3), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(1416), 16, anon_sym_AMP, anon_sym_GT, + anon_sym_LT, anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, anon_sym_PIPE, anon_sym_GT_GT, - anon_sym_COLON, - ACTIONS(1198), 20, + anon_sym_instanceof, + anon_sym_yield, + anon_sym_open, + anon_sym_module, + anon_sym_with, + anon_sym_sealed, + anon_sym_record, + sym_identifier, + ACTIONS(1418), 23, anon_sym_RPAREN, anon_sym_GT_EQ, anon_sym_LT_EQ, @@ -47388,19 +47830,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, - anon_sym_instanceof, + anon_sym_DASH_GT, anon_sym_COMMA, anon_sym_QMARK, + anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, + anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_SEMI, - [4505] = 3, + anon_sym_AT, + [4903] = 3, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1440), 13, + ACTIONS(1323), 16, anon_sym_AMP, anon_sym_GT, anon_sym_LT, @@ -47410,11 +47855,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_GT_GT, anon_sym_instanceof, + anon_sym_yield, anon_sym_open, anon_sym_module, + anon_sym_with, + anon_sym_sealed, anon_sym_record, sym_identifier, - ACTIONS(1442), 24, + ACTIONS(1325), 23, anon_sym_RPAREN, anon_sym_GT_EQ, anon_sym_LT_EQ, @@ -47435,35 +47883,57 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_LBRACK, anon_sym_RBRACK, - anon_sym_DOT, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_AT, - [4551] = 6, - ACTIONS(1418), 1, - anon_sym_LPAREN, - ACTIONS(1448), 1, - anon_sym_DOT, - STATE(440), 1, - sym_annotation_argument_list, - ACTIONS(3), 2, + [4951] = 16, + ACTIONS(311), 1, + anon_sym_AT, + ACTIONS(315), 1, + anon_sym_non_DASHsealed, + ACTIONS(1210), 1, + sym_identifier, + STATE(666), 1, + sym_scoped_type_identifier, + STATE(686), 1, + sym_generic_type, + STATE(731), 1, + sym_modifiers, + STATE(732), 1, + sym__unannotated_type, + STATE(821), 1, + sym_catch_type, + STATE(1253), 1, + sym_catch_formal_parameter, + ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1446), 3, - anon_sym_LT, - anon_sym_non_DASHsealed, - anon_sym_ATinterface, - ACTIONS(1444), 31, + ACTIONS(87), 2, + anon_sym_float, + anon_sym_double, + ACTIONS(89), 2, + sym_boolean_type, + sym_void_type, + STATE(688), 3, + sym_array_type, + sym_integral_type, + sym_floating_point_type, + STATE(554), 4, + sym__annotation, + sym_marker_annotation, + sym_annotation, + aux_sym_modifiers_repeat1, + ACTIONS(85), 5, + anon_sym_byte, + anon_sym_short, + anon_sym_int, + anon_sym_long, + anon_sym_char, + ACTIONS(309), 13, anon_sym_final, - anon_sym_class, anon_sym_default, anon_sym_synchronized, - anon_sym_AT, - anon_sym_open, - anon_sym_module, anon_sym_static, - anon_sym_package, - anon_sym_enum, anon_sym_public, anon_sym_protected, anon_sym_private, @@ -47473,23 +47943,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_transient, anon_sym_volatile, anon_sym_sealed, - anon_sym_record, - anon_sym_interface, - anon_sym_byte, - anon_sym_short, - anon_sym_int, - anon_sym_long, - anon_sym_char, - anon_sym_float, - anon_sym_double, - sym_boolean_type, - sym_void_type, + [5024] = 6, + ACTIONS(1420), 1, sym_identifier, - [4603] = 3, + STATE(527), 1, + sym__reserved_identifier, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1450), 13, + ACTIONS(1046), 6, + anon_sym_yield, + anon_sym_open, + anon_sym_module, + anon_sym_with, + anon_sym_sealed, + anon_sym_record, + ACTIONS(1424), 9, anon_sym_AMP, anon_sym_GT, anon_sym_LT, @@ -47499,11 +47968,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_GT_GT, anon_sym_instanceof, - anon_sym_open, - anon_sym_module, - anon_sym_record, - sym_identifier, - ACTIONS(1452), 24, + ACTIONS(1422), 21, anon_sym_RPAREN, anon_sym_GT_EQ, anon_sym_LT_EQ, @@ -47522,17 +47987,81 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_LBRACK, anon_sym_RBRACK, - anon_sym_DOT, anon_sym_RBRACE, anon_sym_SEMI, + [5077] = 15, + ACTIONS(311), 1, anon_sym_AT, - [4649] = 3, + ACTIONS(315), 1, + anon_sym_non_DASHsealed, + ACTIONS(1210), 1, + sym_identifier, + STATE(666), 1, + sym_scoped_type_identifier, + STATE(686), 1, + sym_generic_type, + STATE(724), 1, + sym__unannotated_type, + STATE(746), 1, + sym_modifiers, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1454), 13, + ACTIONS(87), 2, + anon_sym_float, + anon_sym_double, + ACTIONS(89), 2, + sym_boolean_type, + sym_void_type, + STATE(1084), 2, + sym_formal_parameter, + sym_spread_parameter, + STATE(688), 3, + sym_array_type, + sym_integral_type, + sym_floating_point_type, + STATE(554), 4, + sym__annotation, + sym_marker_annotation, + sym_annotation, + aux_sym_modifiers_repeat1, + ACTIONS(85), 5, + anon_sym_byte, + anon_sym_short, + anon_sym_int, + anon_sym_long, + anon_sym_char, + ACTIONS(309), 13, + anon_sym_final, + anon_sym_default, + anon_sym_synchronized, + anon_sym_static, + anon_sym_public, + anon_sym_protected, + anon_sym_private, + anon_sym_abstract, + anon_sym_strictfp, + anon_sym_native, + anon_sym_transient, + anon_sym_volatile, + anon_sym_sealed, + [5148] = 6, + ACTIONS(1426), 1, + sym_identifier, + STATE(536), 1, + sym__reserved_identifier, + ACTIONS(3), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(1046), 6, + anon_sym_yield, + anon_sym_open, + anon_sym_module, + anon_sym_with, + anon_sym_sealed, + anon_sym_record, + ACTIONS(1430), 9, anon_sym_AMP, anon_sym_GT, anon_sym_LT, @@ -47542,11 +48071,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_GT_GT, anon_sym_instanceof, - anon_sym_open, - anon_sym_module, - anon_sym_record, - sym_identifier, - ACTIONS(1456), 24, + ACTIONS(1428), 21, anon_sym_RPAREN, anon_sym_GT_EQ, anon_sym_LT_EQ, @@ -47565,31 +48090,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_LBRACK, anon_sym_RBRACK, - anon_sym_DOT, anon_sym_RBRACE, anon_sym_SEMI, + [5201] = 11, + ACTIONS(1126), 1, + anon_sym_LPAREN, + ACTIONS(1136), 1, + anon_sym_LT, + ACTIONS(1139), 1, + anon_sym_DASH_GT, + ACTIONS(1144), 1, + anon_sym_DOT, + ACTIONS(1148), 1, anon_sym_AT, - [4695] = 3, + STATE(504), 1, + sym_argument_list, + STATE(680), 1, + sym_type_arguments, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1458), 13, + ACTIONS(1141), 2, + anon_sym_LBRACK, + anon_sym_COLON_COLON, + ACTIONS(1130), 8, anon_sym_AMP, anon_sym_GT, - anon_sym_LT, anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, anon_sym_PIPE, anon_sym_GT_GT, - anon_sym_instanceof, - anon_sym_open, - anon_sym_module, - anon_sym_record, - sym_identifier, - ACTIONS(1460), 24, + anon_sym_COLON, + ACTIONS(1128), 20, anon_sym_RPAREN, anon_sym_GT_EQ, anon_sym_LT_EQ, @@ -47602,23 +48136,65 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, - anon_sym_DASH_GT, + anon_sym_instanceof, anon_sym_COMMA, anon_sym_QMARK, - anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_LBRACK, anon_sym_RBRACK, - anon_sym_DOT, anon_sym_RBRACE, anon_sym_SEMI, + [5263] = 6, + ACTIONS(1434), 1, + anon_sym_LPAREN, + ACTIONS(1438), 1, + anon_sym_DOT, + STATE(443), 1, + sym_annotation_argument_list, + ACTIONS(3), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(1436), 3, + anon_sym_LT, + anon_sym_non_DASHsealed, + anon_sym_ATinterface, + ACTIONS(1432), 31, + anon_sym_final, + anon_sym_class, + anon_sym_default, + anon_sym_synchronized, anon_sym_AT, - [4741] = 3, + anon_sym_open, + anon_sym_module, + anon_sym_static, + anon_sym_package, + anon_sym_enum, + anon_sym_public, + anon_sym_protected, + anon_sym_private, + anon_sym_abstract, + anon_sym_strictfp, + anon_sym_native, + anon_sym_transient, + anon_sym_volatile, + anon_sym_sealed, + anon_sym_record, + anon_sym_interface, + anon_sym_byte, + anon_sym_short, + anon_sym_int, + anon_sym_long, + anon_sym_char, + anon_sym_float, + anon_sym_double, + sym_boolean_type, + sym_void_type, + sym_identifier, + [5315] = 3, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1462), 13, + ACTIONS(1308), 16, anon_sym_AMP, anon_sym_GT, anon_sym_LT, @@ -47628,11 +48204,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_GT_GT, anon_sym_instanceof, + anon_sym_yield, anon_sym_open, anon_sym_module, + anon_sym_with, + anon_sym_sealed, anon_sym_record, sym_identifier, - ACTIONS(1464), 24, + ACTIONS(1310), 21, anon_sym_RPAREN, anon_sym_GT_EQ, anon_sym_LT_EQ, @@ -47651,17 +48230,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_LBRACK, anon_sym_RBRACK, - anon_sym_DOT, anon_sym_RBRACE, anon_sym_SEMI, - anon_sym_AT, - [4787] = 3, + [5361] = 6, + ACTIONS(1126), 1, + anon_sym_LPAREN, + ACTIONS(1139), 1, + anon_sym_DASH_GT, + STATE(504), 1, + sym_argument_list, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1407), 13, + ACTIONS(1130), 9, anon_sym_AMP, anon_sym_GT, anon_sym_LT, @@ -47670,12 +48252,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_PIPE, anon_sym_GT_GT, - anon_sym_instanceof, - anon_sym_open, - anon_sym_module, - anon_sym_record, - sym_identifier, - ACTIONS(1409), 23, + anon_sym_COLON, + ACTIONS(1128), 23, anon_sym_RPAREN, anon_sym_GT_EQ, anon_sym_LT_EQ, @@ -47688,22 +48266,71 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, - anon_sym_DASH_GT, + anon_sym_instanceof, anon_sym_COMMA, anon_sym_QMARK, - anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_LBRACK, anon_sym_RBRACK, + anon_sym_DOT, + anon_sym_COLON_COLON, anon_sym_RBRACE, anon_sym_SEMI, + [5411] = 7, + ACTIONS(1447), 1, anon_sym_AT, - [4832] = 3, + ACTIONS(1450), 1, + anon_sym_non_DASHsealed, + ACTIONS(3), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(1442), 2, + anon_sym_LT, + anon_sym_ATinterface, + STATE(429), 4, + sym__annotation, + sym_marker_annotation, + sym_annotation, + aux_sym_modifiers_repeat1, + ACTIONS(1444), 13, + anon_sym_final, + anon_sym_default, + anon_sym_synchronized, + anon_sym_static, + anon_sym_public, + anon_sym_protected, + anon_sym_private, + anon_sym_abstract, + anon_sym_strictfp, + anon_sym_native, + anon_sym_transient, + anon_sym_volatile, + anon_sym_sealed, + ACTIONS(1440), 14, + anon_sym_class, + anon_sym_enum, + anon_sym_record, + anon_sym_interface, + anon_sym_byte, + anon_sym_short, + anon_sym_int, + anon_sym_long, + anon_sym_char, + anon_sym_float, + anon_sym_double, + sym_boolean_type, + sym_void_type, + sym_identifier, + [5463] = 5, + ACTIONS(1457), 1, + anon_sym_LBRACE, + STATE(491), 1, + sym_class_body, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1466), 13, + ACTIONS(1455), 9, anon_sym_AMP, anon_sym_GT, anon_sym_LT, @@ -47712,12 +48339,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_PIPE, anon_sym_GT_GT, - anon_sym_instanceof, - anon_sym_open, - anon_sym_module, - anon_sym_record, - sym_identifier, - ACTIONS(1468), 23, + anon_sym_COLON, + ACTIONS(1453), 24, anon_sym_RPAREN, anon_sym_GT_EQ, anon_sym_LT_EQ, @@ -47730,22 +48353,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, + anon_sym_instanceof, anon_sym_DASH_GT, anon_sym_COMMA, anon_sym_QMARK, - anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_LBRACK, anon_sym_RBRACK, + anon_sym_DOT, + anon_sym_COLON_COLON, anon_sym_RBRACE, anon_sym_SEMI, - anon_sym_AT, - [4877] = 3, + [5511] = 5, + ACTIONS(1126), 1, + anon_sym_LPAREN, + STATE(497), 1, + sym_argument_list, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1470), 13, + ACTIONS(1282), 9, anon_sym_AMP, anon_sym_GT, anon_sym_LT, @@ -47754,12 +48382,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_PIPE, anon_sym_GT_GT, - anon_sym_instanceof, - anon_sym_open, - anon_sym_module, - anon_sym_record, - sym_identifier, - ACTIONS(1472), 23, + anon_sym_COLON, + ACTIONS(1280), 24, anon_sym_RPAREN, anon_sym_GT_EQ, anon_sym_LT_EQ, @@ -47772,22 +48396,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, + anon_sym_instanceof, anon_sym_DASH_GT, anon_sym_COMMA, anon_sym_QMARK, - anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_LBRACK, anon_sym_RBRACK, + anon_sym_DOT, + anon_sym_COLON_COLON, anon_sym_RBRACE, anon_sym_SEMI, - anon_sym_AT, - [4922] = 3, + [5559] = 5, + ACTIONS(1457), 1, + anon_sym_LBRACE, + STATE(475), 1, + sym_class_body, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1474), 13, + ACTIONS(1461), 9, anon_sym_AMP, anon_sym_GT, anon_sym_LT, @@ -47796,12 +48425,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_PIPE, anon_sym_GT_GT, - anon_sym_instanceof, - anon_sym_open, - anon_sym_module, - anon_sym_record, - sym_identifier, - ACTIONS(1476), 23, + anon_sym_COLON, + ACTIONS(1459), 24, anon_sym_RPAREN, anon_sym_GT_EQ, anon_sym_LT_EQ, @@ -47814,34 +48439,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, + anon_sym_instanceof, anon_sym_DASH_GT, anon_sym_COMMA, anon_sym_QMARK, - anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_LBRACK, anon_sym_RBRACK, + anon_sym_DOT, + anon_sym_COLON_COLON, anon_sym_RBRACE, anon_sym_SEMI, - anon_sym_AT, - [4967] = 7, + [5607] = 7, ACTIONS(61), 1, anon_sym_AT, - ACTIONS(1484), 1, + ACTIONS(1469), 1, anon_sym_non_DASHsealed, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1480), 2, + ACTIONS(1465), 2, anon_sym_LT, anon_sym_ATinterface, - STATE(433), 4, + STATE(429), 4, sym__annotation, sym_marker_annotation, sym_annotation, aux_sym_modifiers_repeat1, - ACTIONS(1482), 13, + ACTIONS(1467), 13, anon_sym_final, anon_sym_default, anon_sym_synchronized, @@ -47855,7 +48481,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_transient, anon_sym_volatile, anon_sym_sealed, - ACTIONS(1478), 14, + ACTIONS(1463), 14, anon_sym_class, anon_sym_enum, anon_sym_record, @@ -47870,15 +48496,15 @@ static const uint16_t ts_small_parse_table[] = { sym_boolean_type, sym_void_type, sym_identifier, - [5019] = 5, - ACTIONS(1490), 1, + [5659] = 5, + ACTIONS(1457), 1, anon_sym_LBRACE, - STATE(472), 1, + STATE(516), 1, sym_class_body, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1488), 9, + ACTIONS(1473), 9, anon_sym_AMP, anon_sym_GT, anon_sym_LT, @@ -47888,7 +48514,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_GT_GT, anon_sym_COLON, - ACTIONS(1486), 24, + ACTIONS(1471), 24, anon_sym_RPAREN, anon_sym_GT_EQ, anon_sym_LT_EQ, @@ -47913,15 +48539,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_RBRACE, anon_sym_SEMI, - [5067] = 5, - ACTIONS(1196), 1, - anon_sym_LPAREN, - STATE(512), 1, - sym_argument_list, + [5707] = 5, + ACTIONS(1457), 1, + anon_sym_LBRACE, + STATE(481), 1, + sym_class_body, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1307), 9, + ACTIONS(1477), 9, anon_sym_AMP, anon_sym_GT, anon_sym_LT, @@ -47931,7 +48557,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_GT_GT, anon_sym_COLON, - ACTIONS(1305), 24, + ACTIONS(1475), 24, anon_sym_RPAREN, anon_sym_GT_EQ, anon_sym_LT_EQ, @@ -47956,15 +48582,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_RBRACE, anon_sym_SEMI, - [5115] = 5, - ACTIONS(1490), 1, + [5755] = 5, + ACTIONS(1457), 1, anon_sym_LBRACE, STATE(506), 1, sym_class_body, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1494), 9, + ACTIONS(1481), 9, anon_sym_AMP, anon_sym_GT, anon_sym_LT, @@ -47974,7 +48600,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_GT_GT, anon_sym_COLON, - ACTIONS(1492), 24, + ACTIONS(1479), 24, anon_sym_RPAREN, anon_sym_GT_EQ, anon_sym_LT_EQ, @@ -47999,15 +48625,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_RBRACE, anon_sym_SEMI, - [5163] = 5, - ACTIONS(1196), 1, + [5803] = 5, + ACTIONS(1126), 1, anon_sym_LPAREN, - STATE(514), 1, + STATE(490), 1, sym_argument_list, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1289), 9, + ACTIONS(1278), 9, anon_sym_AMP, anon_sym_GT, anon_sym_LT, @@ -48017,7 +48643,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_GT_GT, anon_sym_COLON, - ACTIONS(1287), 24, + ACTIONS(1276), 24, anon_sym_RPAREN, anon_sym_GT_EQ, anon_sym_LT_EQ, @@ -48042,60 +48668,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_RBRACE, anon_sym_SEMI, - [5211] = 7, - ACTIONS(1503), 1, - anon_sym_AT, - ACTIONS(1506), 1, - anon_sym_non_DASHsealed, - ACTIONS(3), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(1498), 2, - anon_sym_LT, - anon_sym_ATinterface, - STATE(433), 4, - sym__annotation, - sym_marker_annotation, - sym_annotation, - aux_sym_modifiers_repeat1, - ACTIONS(1500), 13, - anon_sym_final, - anon_sym_default, - anon_sym_synchronized, - anon_sym_static, - anon_sym_public, - anon_sym_protected, - anon_sym_private, - anon_sym_abstract, - anon_sym_strictfp, - anon_sym_native, - anon_sym_transient, - anon_sym_volatile, - anon_sym_sealed, - ACTIONS(1496), 14, - anon_sym_class, - anon_sym_enum, - anon_sym_record, - anon_sym_interface, - anon_sym_byte, - anon_sym_short, - anon_sym_int, - anon_sym_long, - anon_sym_char, - anon_sym_float, - anon_sym_double, - sym_boolean_type, - sym_void_type, - sym_identifier, - [5263] = 5, - ACTIONS(1490), 1, + [5851] = 5, + ACTIONS(1457), 1, anon_sym_LBRACE, - STATE(490), 1, + STATE(492), 1, sym_class_body, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1511), 9, + ACTIONS(1485), 9, anon_sym_AMP, anon_sym_GT, anon_sym_LT, @@ -48105,7 +48686,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_GT_GT, anon_sym_COLON, - ACTIONS(1509), 24, + ACTIONS(1483), 24, anon_sym_RPAREN, anon_sym_GT_EQ, anon_sym_LT_EQ, @@ -48130,17 +48711,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_RBRACE, anon_sym_SEMI, - [5311] = 6, - ACTIONS(1196), 1, - anon_sym_LPAREN, - ACTIONS(1301), 1, - anon_sym_DASH_GT, - STATE(499), 1, - sym_argument_list, + [5899] = 5, + ACTIONS(1457), 1, + anon_sym_LBRACE, + STATE(501), 1, + sym_class_body, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1293), 9, + ACTIONS(1489), 9, anon_sym_AMP, anon_sym_GT, anon_sym_LT, @@ -48150,7 +48729,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_GT_GT, anon_sym_COLON, - ACTIONS(1299), 23, + ACTIONS(1487), 24, anon_sym_RPAREN, anon_sym_GT_EQ, anon_sym_LT_EQ, @@ -48164,6 +48743,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_instanceof, + anon_sym_DASH_GT, anon_sym_COMMA, anon_sym_QMARK, anon_sym_PLUS_PLUS, @@ -48174,15 +48754,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_RBRACE, anon_sym_SEMI, - [5361] = 5, - ACTIONS(1490), 1, + [5947] = 5, + ACTIONS(1457), 1, anon_sym_LBRACE, - STATE(492), 1, + STATE(477), 1, sym_class_body, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1515), 9, + ACTIONS(1493), 9, anon_sym_AMP, anon_sym_GT, anon_sym_LT, @@ -48192,7 +48772,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_GT_GT, anon_sym_COLON, - ACTIONS(1513), 24, + ACTIONS(1491), 24, anon_sym_RPAREN, anon_sym_GT_EQ, anon_sym_LT_EQ, @@ -48217,15 +48797,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_RBRACE, anon_sym_SEMI, - [5409] = 5, - ACTIONS(1196), 1, - anon_sym_LPAREN, - STATE(480), 1, - sym_argument_list, + [5995] = 3, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1285), 9, + ACTIONS(1497), 9, anon_sym_AMP, anon_sym_GT, anon_sym_LT, @@ -48235,7 +48811,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_GT_GT, anon_sym_COLON, - ACTIONS(1283), 24, + ACTIONS(1495), 25, anon_sym_RPAREN, anon_sym_GT_EQ, anon_sym_LT_EQ, @@ -48260,67 +48836,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_RBRACE, anon_sym_SEMI, - [5457] = 5, - ACTIONS(1196), 1, - anon_sym_LPAREN, - STATE(476), 1, - sym_argument_list, + anon_sym_AT, + [6038] = 3, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1281), 9, - anon_sym_AMP, - anon_sym_GT, + ACTIONS(1501), 6, anon_sym_LT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_GT_GT, - anon_sym_COLON, - ACTIONS(1279), 24, - anon_sym_RPAREN, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_STAR, - anon_sym_CARET, - anon_sym_PERCENT, - anon_sym_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_instanceof, - anon_sym_DASH_GT, - anon_sym_COMMA, - anon_sym_QMARK, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_DOT, - anon_sym_COLON_COLON, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_SEMI, - [5505] = 3, - ACTIONS(3), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(1519), 3, - anon_sym_LT, anon_sym_non_DASHsealed, anon_sym_ATinterface, - ACTIONS(1517), 31, + ACTIONS(1499), 28, anon_sym_final, anon_sym_class, anon_sym_default, anon_sym_synchronized, anon_sym_AT, - anon_sym_open, - anon_sym_module, anon_sym_static, - anon_sym_package, anon_sym_enum, anon_sym_public, anon_sym_protected, @@ -48343,15 +48877,15 @@ static const uint16_t ts_small_parse_table[] = { sym_boolean_type, sym_void_type, sym_identifier, - [5548] = 3, + [6081] = 3, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1523), 3, + ACTIONS(1505), 3, anon_sym_LT, anon_sym_non_DASHsealed, anon_sym_ATinterface, - ACTIONS(1521), 31, + ACTIONS(1503), 31, anon_sym_final, anon_sym_class, anon_sym_default, @@ -48383,18 +48917,18 @@ static const uint16_t ts_small_parse_table[] = { sym_boolean_type, sym_void_type, sym_identifier, - [5591] = 3, + [6124] = 3, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1527), 6, + ACTIONS(1509), 6, anon_sym_LT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_non_DASHsealed, anon_sym_ATinterface, - ACTIONS(1525), 28, + ACTIONS(1507), 28, anon_sym_final, anon_sym_class, anon_sym_default, @@ -48423,24 +48957,64 @@ static const uint16_t ts_small_parse_table[] = { sym_boolean_type, sym_void_type, sym_identifier, - [5634] = 3, + [6167] = 3, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1531), 6, + ACTIONS(1513), 9, + anon_sym_AMP, + anon_sym_GT, anon_sym_LT, - anon_sym_LBRACE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_GT_GT, + anon_sym_COLON, + ACTIONS(1511), 25, + anon_sym_RPAREN, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_STAR, + anon_sym_CARET, + anon_sym_PERCENT, + anon_sym_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_instanceof, + anon_sym_DASH_GT, + anon_sym_COMMA, + anon_sym_QMARK, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_DOT, + anon_sym_COLON_COLON, anon_sym_RBRACE, anon_sym_SEMI, + anon_sym_AT, + [6210] = 3, + ACTIONS(3), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(1517), 3, + anon_sym_LT, anon_sym_non_DASHsealed, anon_sym_ATinterface, - ACTIONS(1529), 28, + ACTIONS(1515), 31, anon_sym_final, anon_sym_class, anon_sym_default, anon_sym_synchronized, anon_sym_AT, + anon_sym_open, + anon_sym_module, anon_sym_static, + anon_sym_package, anon_sym_enum, anon_sym_public, anon_sym_protected, @@ -48463,18 +49037,58 @@ static const uint16_t ts_small_parse_table[] = { sym_boolean_type, sym_void_type, sym_identifier, - [5677] = 3, + [6253] = 3, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1535), 6, + ACTIONS(1521), 9, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_GT_GT, + anon_sym_COLON, + ACTIONS(1519), 25, + anon_sym_RPAREN, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_STAR, + anon_sym_CARET, + anon_sym_PERCENT, + anon_sym_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_instanceof, + anon_sym_DASH_GT, + anon_sym_COMMA, + anon_sym_QMARK, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_DOT, + anon_sym_COLON_COLON, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_SEMI, + [6296] = 3, + ACTIONS(3), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(1525), 6, anon_sym_LT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_non_DASHsealed, anon_sym_ATinterface, - ACTIONS(1533), 28, + ACTIONS(1523), 28, anon_sym_final, anon_sym_class, anon_sym_default, @@ -48503,24 +49117,24 @@ static const uint16_t ts_small_parse_table[] = { sym_boolean_type, sym_void_type, sym_identifier, - [5720] = 3, + [6339] = 3, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1539), 6, + ACTIONS(1529), 3, anon_sym_LT, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_SEMI, anon_sym_non_DASHsealed, anon_sym_ATinterface, - ACTIONS(1537), 28, + ACTIONS(1527), 31, anon_sym_final, anon_sym_class, anon_sym_default, anon_sym_synchronized, anon_sym_AT, + anon_sym_open, + anon_sym_module, anon_sym_static, + anon_sym_package, anon_sym_enum, anon_sym_public, anon_sym_protected, @@ -48543,18 +49157,18 @@ static const uint16_t ts_small_parse_table[] = { sym_boolean_type, sym_void_type, sym_identifier, - [5763] = 3, + [6382] = 3, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1543), 6, + ACTIONS(1533), 6, anon_sym_LT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_non_DASHsealed, anon_sym_ATinterface, - ACTIONS(1541), 28, + ACTIONS(1531), 28, anon_sym_final, anon_sym_class, anon_sym_default, @@ -48583,18 +49197,18 @@ static const uint16_t ts_small_parse_table[] = { sym_boolean_type, sym_void_type, sym_identifier, - [5806] = 3, + [6425] = 3, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1547), 6, + ACTIONS(1537), 6, anon_sym_LT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_non_DASHsealed, anon_sym_ATinterface, - ACTIONS(1545), 28, + ACTIONS(1535), 28, anon_sym_final, anon_sym_class, anon_sym_default, @@ -48623,18 +49237,18 @@ static const uint16_t ts_small_parse_table[] = { sym_boolean_type, sym_void_type, sym_identifier, - [5849] = 3, + [6468] = 3, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1551), 6, + ACTIONS(1541), 6, anon_sym_LT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_non_DASHsealed, anon_sym_ATinterface, - ACTIONS(1549), 28, + ACTIONS(1539), 28, anon_sym_final, anon_sym_class, anon_sym_default, @@ -48663,11 +49277,11 @@ static const uint16_t ts_small_parse_table[] = { sym_boolean_type, sym_void_type, sym_identifier, - [5892] = 3, + [6511] = 3, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1555), 9, + ACTIONS(1545), 9, anon_sym_AMP, anon_sym_GT, anon_sym_LT, @@ -48677,7 +49291,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_GT_GT, anon_sym_COLON, - ACTIONS(1553), 25, + ACTIONS(1543), 25, anon_sym_RPAREN, anon_sym_GT_EQ, anon_sym_LT_EQ, @@ -48703,18 +49317,98 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_SEMI, - [5935] = 3, + [6554] = 3, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1559), 6, + ACTIONS(1370), 12, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_AMP, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_COMMA, + anon_sym_LBRACK, + anon_sym_COLON_COLON, + anon_sym_LBRACE, + anon_sym_SEMI, + anon_sym_AT, + anon_sym_DOT_DOT_DOT, + ACTIONS(1368), 22, + anon_sym_new, + anon_sym_DOT, + anon_sym_yield, + anon_sym_open, + anon_sym_module, + anon_sym_with, + anon_sym_sealed, + anon_sym_implements, + anon_sym_permits, + anon_sym_record, + anon_sym_byte, + anon_sym_short, + anon_sym_int, + anon_sym_long, + anon_sym_char, + anon_sym_float, + anon_sym_double, + sym_boolean_type, + sym_void_type, + sym_this, + sym_super, + sym_identifier, + [6597] = 3, + ACTIONS(3), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(1549), 3, + anon_sym_LT, + anon_sym_non_DASHsealed, + anon_sym_ATinterface, + ACTIONS(1547), 31, + anon_sym_final, + anon_sym_class, + anon_sym_default, + anon_sym_synchronized, + anon_sym_AT, + anon_sym_open, + anon_sym_module, + anon_sym_static, + anon_sym_package, + anon_sym_enum, + anon_sym_public, + anon_sym_protected, + anon_sym_private, + anon_sym_abstract, + anon_sym_strictfp, + anon_sym_native, + anon_sym_transient, + anon_sym_volatile, + anon_sym_sealed, + anon_sym_record, + anon_sym_interface, + anon_sym_byte, + anon_sym_short, + anon_sym_int, + anon_sym_long, + anon_sym_char, + anon_sym_float, + anon_sym_double, + sym_boolean_type, + sym_void_type, + sym_identifier, + [6640] = 3, + ACTIONS(3), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(1553), 6, anon_sym_LT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_non_DASHsealed, anon_sym_ATinterface, - ACTIONS(1557), 28, + ACTIONS(1551), 28, anon_sym_final, anon_sym_class, anon_sym_default, @@ -48743,51 +49437,51 @@ static const uint16_t ts_small_parse_table[] = { sym_boolean_type, sym_void_type, sym_identifier, - [5978] = 3, + [6683] = 3, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1563), 9, - anon_sym_AMP, - anon_sym_GT, + ACTIONS(1557), 6, anon_sym_LT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_GT_GT, - anon_sym_COLON, - ACTIONS(1561), 25, - anon_sym_RPAREN, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_STAR, - anon_sym_CARET, - anon_sym_PERCENT, - anon_sym_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_instanceof, - anon_sym_DASH_GT, - anon_sym_COMMA, - anon_sym_QMARK, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_DOT, - anon_sym_COLON_COLON, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_SEMI, - [6021] = 3, + anon_sym_non_DASHsealed, + anon_sym_ATinterface, + ACTIONS(1555), 28, + anon_sym_final, + anon_sym_class, + anon_sym_default, + anon_sym_synchronized, + anon_sym_AT, + anon_sym_static, + anon_sym_enum, + anon_sym_public, + anon_sym_protected, + anon_sym_private, + anon_sym_abstract, + anon_sym_strictfp, + anon_sym_native, + anon_sym_transient, + anon_sym_volatile, + anon_sym_sealed, + anon_sym_record, + anon_sym_interface, + anon_sym_byte, + anon_sym_short, + anon_sym_int, + anon_sym_long, + anon_sym_char, + anon_sym_float, + anon_sym_double, + sym_boolean_type, + sym_void_type, + sym_identifier, + [6726] = 3, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1567), 9, + ACTIONS(1561), 9, anon_sym_AMP, anon_sym_GT, anon_sym_LT, @@ -48797,7 +49491,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_GT_GT, anon_sym_COLON, - ACTIONS(1565), 25, + ACTIONS(1559), 25, anon_sym_RPAREN, anon_sym_GT_EQ, anon_sym_LT_EQ, @@ -48820,63 +49514,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACK, anon_sym_DOT, anon_sym_COLON_COLON, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_SEMI, - anon_sym_AT, - [6064] = 5, - ACTIONS(1569), 1, - sym_identifier, - ACTIONS(3), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(1575), 3, - anon_sym_open, - anon_sym_module, - anon_sym_record, - ACTIONS(1573), 9, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_GT_GT, - anon_sym_instanceof, - ACTIONS(1571), 21, - anon_sym_RPAREN, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_STAR, - anon_sym_CARET, - anon_sym_PERCENT, - anon_sym_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_DASH_GT, - anon_sym_COMMA, - anon_sym_QMARK, - anon_sym_COLON, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_SEMI, - [6111] = 3, + [6769] = 3, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1579), 6, + ACTIONS(1565), 6, anon_sym_LT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_non_DASHsealed, anon_sym_ATinterface, - ACTIONS(1577), 28, + ACTIONS(1563), 28, anon_sym_final, anon_sym_class, anon_sym_default, @@ -48905,104 +49557,64 @@ static const uint16_t ts_small_parse_table[] = { sym_boolean_type, sym_void_type, sym_identifier, - [6154] = 3, + [6812] = 3, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1583), 9, - anon_sym_AMP, - anon_sym_GT, + ACTIONS(1569), 6, anon_sym_LT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_GT_GT, - anon_sym_COLON, - ACTIONS(1581), 25, - anon_sym_RPAREN, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_STAR, - anon_sym_CARET, - anon_sym_PERCENT, - anon_sym_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_instanceof, - anon_sym_DASH_GT, - anon_sym_COMMA, - anon_sym_QMARK, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_DOT, - anon_sym_COLON_COLON, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_SEMI, + anon_sym_non_DASHsealed, + anon_sym_ATinterface, + ACTIONS(1567), 28, + anon_sym_final, + anon_sym_class, + anon_sym_default, + anon_sym_synchronized, anon_sym_AT, - [6197] = 3, + anon_sym_static, + anon_sym_enum, + anon_sym_public, + anon_sym_protected, + anon_sym_private, + anon_sym_abstract, + anon_sym_strictfp, + anon_sym_native, + anon_sym_transient, + anon_sym_volatile, + anon_sym_sealed, + anon_sym_record, + anon_sym_interface, + anon_sym_byte, + anon_sym_short, + anon_sym_int, + anon_sym_long, + anon_sym_char, + anon_sym_float, + anon_sym_double, + sym_boolean_type, + sym_void_type, + sym_identifier, + [6855] = 3, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1587), 9, - anon_sym_AMP, - anon_sym_GT, + ACTIONS(1573), 6, anon_sym_LT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_GT_GT, - anon_sym_COLON, - ACTIONS(1585), 25, - anon_sym_RPAREN, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_STAR, - anon_sym_CARET, - anon_sym_PERCENT, - anon_sym_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_instanceof, - anon_sym_DASH_GT, - anon_sym_COMMA, - anon_sym_QMARK, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_DOT, - anon_sym_COLON_COLON, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_SEMI, - [6240] = 3, - ACTIONS(3), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(1591), 3, - anon_sym_LT, anon_sym_non_DASHsealed, anon_sym_ATinterface, - ACTIONS(1589), 31, + ACTIONS(1571), 28, anon_sym_final, anon_sym_class, anon_sym_default, anon_sym_synchronized, anon_sym_AT, - anon_sym_open, - anon_sym_module, anon_sym_static, - anon_sym_package, anon_sym_enum, anon_sym_public, anon_sym_protected, @@ -49025,18 +49637,18 @@ static const uint16_t ts_small_parse_table[] = { sym_boolean_type, sym_void_type, sym_identifier, - [6283] = 3, + [6898] = 3, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1595), 6, + ACTIONS(1577), 6, anon_sym_LT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_non_DASHsealed, anon_sym_ATinterface, - ACTIONS(1593), 28, + ACTIONS(1575), 28, anon_sym_final, anon_sym_class, anon_sym_default, @@ -49065,17 +49677,11 @@ static const uint16_t ts_small_parse_table[] = { sym_boolean_type, sym_void_type, sym_identifier, - [6326] = 5, - ACTIONS(1597), 1, - sym_identifier, + [6941] = 3, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1603), 3, - anon_sym_open, - anon_sym_module, - anon_sym_record, - ACTIONS(1601), 9, + ACTIONS(1581), 9, anon_sym_AMP, anon_sym_GT, anon_sym_LT, @@ -49084,8 +49690,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_PIPE, anon_sym_GT_GT, - anon_sym_instanceof, - ACTIONS(1599), 21, + anon_sym_COLON, + ACTIONS(1579), 25, anon_sym_RPAREN, anon_sym_GT_EQ, anon_sym_LT_EQ, @@ -49098,33 +49704,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, + anon_sym_instanceof, anon_sym_DASH_GT, anon_sym_COMMA, anon_sym_QMARK, - anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, + anon_sym_LBRACK, anon_sym_RBRACK, + anon_sym_DOT, + anon_sym_COLON_COLON, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_SEMI, - [6373] = 3, + [6984] = 3, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1607), 3, + ACTIONS(1585), 6, anon_sym_LT, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_SEMI, anon_sym_non_DASHsealed, anon_sym_ATinterface, - ACTIONS(1605), 31, + ACTIONS(1583), 28, anon_sym_final, anon_sym_class, anon_sym_default, anon_sym_synchronized, anon_sym_AT, - anon_sym_open, - anon_sym_module, anon_sym_static, - anon_sym_package, anon_sym_enum, anon_sym_public, anon_sym_protected, @@ -49147,36 +49757,34 @@ static const uint16_t ts_small_parse_table[] = { sym_boolean_type, sym_void_type, sym_identifier, - [6416] = 3, + [7027] = 3, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1611), 3, - anon_sym_LT, - anon_sym_non_DASHsealed, - anon_sym_ATinterface, - ACTIONS(1609), 31, - anon_sym_final, - anon_sym_class, - anon_sym_default, - anon_sym_synchronized, + ACTIONS(1378), 12, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_AMP, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_COMMA, + anon_sym_LBRACK, + anon_sym_COLON_COLON, + anon_sym_LBRACE, + anon_sym_SEMI, anon_sym_AT, + anon_sym_DOT_DOT_DOT, + ACTIONS(1376), 22, + anon_sym_new, + anon_sym_DOT, + anon_sym_yield, anon_sym_open, anon_sym_module, - anon_sym_static, - anon_sym_package, - anon_sym_enum, - anon_sym_public, - anon_sym_protected, - anon_sym_private, - anon_sym_abstract, - anon_sym_strictfp, - anon_sym_native, - anon_sym_transient, - anon_sym_volatile, + anon_sym_with, anon_sym_sealed, + anon_sym_implements, + anon_sym_permits, anon_sym_record, - anon_sym_interface, anon_sym_byte, anon_sym_short, anon_sym_int, @@ -49186,19 +49794,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_double, sym_boolean_type, sym_void_type, + sym_this, + sym_super, sym_identifier, - [6459] = 3, + [7070] = 3, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1615), 6, + ACTIONS(1589), 6, anon_sym_LT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_non_DASHsealed, anon_sym_ATinterface, - ACTIONS(1613), 28, + ACTIONS(1587), 28, anon_sym_final, anon_sym_class, anon_sym_default, @@ -49227,18 +49837,18 @@ static const uint16_t ts_small_parse_table[] = { sym_boolean_type, sym_void_type, sym_identifier, - [6502] = 3, + [7113] = 3, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1619), 6, + ACTIONS(1593), 6, anon_sym_LT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_non_DASHsealed, anon_sym_ATinterface, - ACTIONS(1617), 28, + ACTIONS(1591), 28, anon_sym_final, anon_sym_class, anon_sym_default, @@ -49267,18 +49877,18 @@ static const uint16_t ts_small_parse_table[] = { sym_boolean_type, sym_void_type, sym_identifier, - [6545] = 3, + [7156] = 3, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1623), 6, + ACTIONS(1597), 6, anon_sym_LT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_non_DASHsealed, anon_sym_ATinterface, - ACTIONS(1621), 28, + ACTIONS(1595), 28, anon_sym_final, anon_sym_class, anon_sym_default, @@ -49307,58 +49917,57 @@ static const uint16_t ts_small_parse_table[] = { sym_boolean_type, sym_void_type, sym_identifier, - [6588] = 3, + [7199] = 3, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1627), 9, + ACTIONS(1355), 12, + anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_AMP, anon_sym_GT, - anon_sym_LT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_SLASH, anon_sym_PIPE, - anon_sym_GT_GT, - anon_sym_COLON, - ACTIONS(1625), 25, - anon_sym_RPAREN, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_STAR, - anon_sym_CARET, - anon_sym_PERCENT, - anon_sym_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_instanceof, - anon_sym_DASH_GT, anon_sym_COMMA, - anon_sym_QMARK, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_DOT, anon_sym_COLON_COLON, anon_sym_LBRACE, - anon_sym_RBRACE, anon_sym_SEMI, - [6631] = 3, + anon_sym_AT, + anon_sym_DOT_DOT_DOT, + ACTIONS(1353), 22, + anon_sym_new, + anon_sym_DOT, + anon_sym_yield, + anon_sym_open, + anon_sym_module, + anon_sym_with, + anon_sym_sealed, + anon_sym_implements, + anon_sym_permits, + anon_sym_record, + anon_sym_byte, + anon_sym_short, + anon_sym_int, + anon_sym_long, + anon_sym_char, + anon_sym_float, + anon_sym_double, + sym_boolean_type, + sym_void_type, + sym_this, + sym_super, + sym_identifier, + [7242] = 3, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1631), 6, + ACTIONS(1601), 5, anon_sym_LT, - anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_non_DASHsealed, anon_sym_ATinterface, - ACTIONS(1629), 28, + ACTIONS(1599), 28, anon_sym_final, anon_sym_class, anon_sym_default, @@ -49387,11 +49996,11 @@ static const uint16_t ts_small_parse_table[] = { sym_boolean_type, sym_void_type, sym_identifier, - [6674] = 3, + [7284] = 3, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1358), 13, + ACTIONS(1605), 9, anon_sym_AMP, anon_sym_GT, anon_sym_LT, @@ -49400,12 +50009,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_PIPE, anon_sym_GT_GT, - anon_sym_instanceof, - anon_sym_open, - anon_sym_module, - anon_sym_record, - sym_identifier, - ACTIONS(1360), 21, + anon_sym_COLON, + ACTIONS(1603), 24, anon_sym_RPAREN, anon_sym_GT_EQ, anon_sym_LT_EQ, @@ -49418,100 +50023,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, + anon_sym_instanceof, anon_sym_DASH_GT, anon_sym_COMMA, anon_sym_QMARK, - anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, + anon_sym_LBRACK, anon_sym_RBRACK, + anon_sym_DOT, + anon_sym_COLON_COLON, anon_sym_RBRACE, anon_sym_SEMI, - [6717] = 3, - ACTIONS(3), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(1635), 6, - anon_sym_LT, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_SEMI, - anon_sym_non_DASHsealed, - anon_sym_ATinterface, - ACTIONS(1633), 28, - anon_sym_final, - anon_sym_class, - anon_sym_default, - anon_sym_synchronized, - anon_sym_AT, - anon_sym_static, - anon_sym_enum, - anon_sym_public, - anon_sym_protected, - anon_sym_private, - anon_sym_abstract, - anon_sym_strictfp, - anon_sym_native, - anon_sym_transient, - anon_sym_volatile, - anon_sym_sealed, - anon_sym_record, - anon_sym_interface, - anon_sym_byte, - anon_sym_short, - anon_sym_int, - anon_sym_long, - anon_sym_char, - anon_sym_float, - anon_sym_double, - sym_boolean_type, - sym_void_type, - sym_identifier, - [6760] = 3, - ACTIONS(3), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(1639), 6, - anon_sym_LT, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_SEMI, - anon_sym_non_DASHsealed, - anon_sym_ATinterface, - ACTIONS(1637), 28, - anon_sym_final, - anon_sym_class, - anon_sym_default, - anon_sym_synchronized, - anon_sym_AT, - anon_sym_static, - anon_sym_enum, - anon_sym_public, - anon_sym_protected, - anon_sym_private, - anon_sym_abstract, - anon_sym_strictfp, - anon_sym_native, - anon_sym_transient, - anon_sym_volatile, - anon_sym_sealed, - anon_sym_record, - anon_sym_interface, - anon_sym_byte, - anon_sym_short, - anon_sym_int, - anon_sym_long, - anon_sym_char, - anon_sym_float, - anon_sym_double, - sym_boolean_type, - sym_void_type, - sym_identifier, - [6803] = 3, + [7326] = 3, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1643), 9, + ACTIONS(1609), 9, anon_sym_AMP, anon_sym_GT, anon_sym_LT, @@ -49521,7 +50049,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_GT_GT, anon_sym_COLON, - ACTIONS(1641), 24, + ACTIONS(1607), 24, anon_sym_RPAREN, anon_sym_GT_EQ, anon_sym_LT_EQ, @@ -49546,17 +50074,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_RBRACE, anon_sym_SEMI, - [6845] = 6, - ACTIONS(1645), 1, - anon_sym_LBRACK, - ACTIONS(1647), 1, - anon_sym_DOT, - ACTIONS(1649), 1, - anon_sym_COLON_COLON, + [7368] = 3, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(313), 9, + ACTIONS(1613), 9, anon_sym_AMP, anon_sym_GT, anon_sym_LT, @@ -49566,7 +50088,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_GT_GT, anon_sym_COLON, - ACTIONS(315), 21, + ACTIONS(1611), 24, anon_sym_RPAREN, anon_sym_GT_EQ, anon_sym_LT_EQ, @@ -49585,21 +50107,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, + anon_sym_LBRACK, anon_sym_RBRACK, + anon_sym_DOT, + anon_sym_COLON_COLON, anon_sym_RBRACE, anon_sym_SEMI, - [6893] = 5, + [7410] = 5, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1658), 2, + ACTIONS(1040), 2, anon_sym_non_DASHsealed, anon_sym_ATinterface, - ACTIONS(1656), 3, + ACTIONS(1618), 3, anon_sym_open, anon_sym_module, anon_sym_package, - ACTIONS(1651), 11, + ACTIONS(1615), 11, anon_sym_AT, anon_sym_byte, anon_sym_short, @@ -49611,7 +50136,7 @@ static const uint16_t ts_small_parse_table[] = { sym_boolean_type, sym_void_type, sym_identifier, - ACTIONS(1654), 17, + ACTIONS(1038), 17, anon_sym_final, anon_sym_class, anon_sym_default, @@ -49629,11 +50154,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_sealed, anon_sym_record, anon_sym_interface, - [6939] = 3, + [7456] = 3, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1662), 9, + ACTIONS(1622), 9, anon_sym_AMP, anon_sym_GT, anon_sym_LT, @@ -49643,7 +50168,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_GT_GT, anon_sym_COLON, - ACTIONS(1660), 24, + ACTIONS(1620), 24, anon_sym_RPAREN, anon_sym_GT_EQ, anon_sym_LT_EQ, @@ -49668,22 +50193,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_RBRACE, anon_sym_SEMI, - [6981] = 3, + [7498] = 11, + ACTIONS(1126), 1, + anon_sym_LPAREN, + ACTIONS(1136), 1, + anon_sym_LT, + ACTIONS(1144), 1, + anon_sym_DOT, + ACTIONS(1148), 1, + anon_sym_AT, + ACTIONS(1228), 1, + anon_sym_DASH_GT, + STATE(504), 1, + sym_argument_list, + STATE(680), 1, + sym_type_arguments, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1666), 9, + ACTIONS(1141), 2, + anon_sym_LBRACK, + anon_sym_COLON_COLON, + ACTIONS(1130), 8, anon_sym_AMP, anon_sym_GT, - anon_sym_LT, anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, anon_sym_PIPE, anon_sym_GT_GT, anon_sym_COLON, - ACTIONS(1664), 24, - anon_sym_RPAREN, + ACTIONS(1128), 16, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_EQ_EQ, @@ -49696,28 +50236,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_instanceof, - anon_sym_DASH_GT, anon_sym_COMMA, anon_sym_QMARK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_DOT, - anon_sym_COLON_COLON, - anon_sym_RBRACE, - anon_sym_SEMI, - [7023] = 6, - ACTIONS(1645), 1, - anon_sym_LBRACK, - ACTIONS(1647), 1, - anon_sym_DOT, - ACTIONS(1649), 1, - anon_sym_COLON_COLON, + [7556] = 3, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1670), 9, + ACTIONS(1626), 9, anon_sym_AMP, anon_sym_GT, anon_sym_LT, @@ -49727,7 +50254,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_GT_GT, anon_sym_COLON, - ACTIONS(1668), 21, + ACTIONS(1624), 24, anon_sym_RPAREN, anon_sym_GT_EQ, anon_sym_LT_EQ, @@ -49746,53 +50273,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, + anon_sym_LBRACK, anon_sym_RBRACK, + anon_sym_DOT, + anon_sym_COLON_COLON, anon_sym_RBRACE, anon_sym_SEMI, - [7071] = 3, - ACTIONS(3), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(1674), 5, - anon_sym_LT, - anon_sym_RBRACE, - anon_sym_SEMI, - anon_sym_non_DASHsealed, - anon_sym_ATinterface, - ACTIONS(1672), 28, - anon_sym_final, - anon_sym_class, - anon_sym_default, - anon_sym_synchronized, - anon_sym_AT, - anon_sym_static, - anon_sym_enum, - anon_sym_public, - anon_sym_protected, - anon_sym_private, - anon_sym_abstract, - anon_sym_strictfp, - anon_sym_native, - anon_sym_transient, - anon_sym_volatile, - anon_sym_sealed, - anon_sym_record, - anon_sym_interface, - anon_sym_byte, - anon_sym_short, - anon_sym_int, - anon_sym_long, - anon_sym_char, - anon_sym_float, - anon_sym_double, - sym_boolean_type, - sym_void_type, - sym_identifier, - [7113] = 3, + [7598] = 6, + ACTIONS(1632), 1, + anon_sym_LBRACK, + ACTIONS(1634), 1, + anon_sym_DOT, + ACTIONS(1636), 1, + anon_sym_COLON_COLON, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1678), 9, + ACTIONS(1630), 9, anon_sym_AMP, anon_sym_GT, anon_sym_LT, @@ -49802,7 +50299,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_GT_GT, anon_sym_COLON, - ACTIONS(1676), 24, + ACTIONS(1628), 21, anon_sym_RPAREN, anon_sym_GT_EQ, anon_sym_LT_EQ, @@ -49821,17 +50318,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_LBRACK, anon_sym_RBRACK, - anon_sym_DOT, - anon_sym_COLON_COLON, anon_sym_RBRACE, anon_sym_SEMI, - [7155] = 3, + [7646] = 3, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1682), 9, + ACTIONS(1640), 9, anon_sym_AMP, anon_sym_GT, anon_sym_LT, @@ -49841,7 +50335,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_GT_GT, anon_sym_COLON, - ACTIONS(1680), 24, + ACTIONS(1638), 24, anon_sym_RPAREN, anon_sym_GT_EQ, anon_sym_LT_EQ, @@ -49866,11 +50360,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_RBRACE, anon_sym_SEMI, - [7197] = 3, + [7688] = 3, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1686), 9, + ACTIONS(1644), 9, anon_sym_AMP, anon_sym_GT, anon_sym_LT, @@ -49880,7 +50374,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_GT_GT, anon_sym_COLON, - ACTIONS(1684), 24, + ACTIONS(1642), 24, anon_sym_RPAREN, anon_sym_GT_EQ, anon_sym_LT_EQ, @@ -49905,11 +50399,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_RBRACE, anon_sym_SEMI, - [7239] = 3, + [7730] = 3, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1690), 9, + ACTIONS(1648), 9, anon_sym_AMP, anon_sym_GT, anon_sym_LT, @@ -49919,7 +50413,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_GT_GT, anon_sym_COLON, - ACTIONS(1688), 24, + ACTIONS(1646), 24, anon_sym_RPAREN, anon_sym_GT_EQ, anon_sym_LT_EQ, @@ -49944,11 +50438,50 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_RBRACE, anon_sym_SEMI, - [7281] = 3, + [7772] = 3, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1694), 9, + ACTIONS(1652), 5, + anon_sym_LT, + anon_sym_RBRACE, + anon_sym_SEMI, + anon_sym_non_DASHsealed, + anon_sym_ATinterface, + ACTIONS(1650), 28, + anon_sym_final, + anon_sym_class, + anon_sym_default, + anon_sym_synchronized, + anon_sym_AT, + anon_sym_static, + anon_sym_enum, + anon_sym_public, + anon_sym_protected, + anon_sym_private, + anon_sym_abstract, + anon_sym_strictfp, + anon_sym_native, + anon_sym_transient, + anon_sym_volatile, + anon_sym_sealed, + anon_sym_record, + anon_sym_interface, + anon_sym_byte, + anon_sym_short, + anon_sym_int, + anon_sym_long, + anon_sym_char, + anon_sym_float, + anon_sym_double, + sym_boolean_type, + sym_void_type, + sym_identifier, + [7814] = 3, + ACTIONS(3), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(1306), 9, anon_sym_AMP, anon_sym_GT, anon_sym_LT, @@ -49958,7 +50491,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_GT_GT, anon_sym_COLON, - ACTIONS(1692), 24, + ACTIONS(1304), 24, anon_sym_RPAREN, anon_sym_GT_EQ, anon_sym_LT_EQ, @@ -49983,50 +50516,50 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_RBRACE, anon_sym_SEMI, - [7323] = 3, + [7856] = 3, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1698), 5, + ACTIONS(1656), 9, + anon_sym_AMP, + anon_sym_GT, anon_sym_LT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_GT_GT, + anon_sym_COLON, + ACTIONS(1654), 24, + anon_sym_RPAREN, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_STAR, + anon_sym_CARET, + anon_sym_PERCENT, + anon_sym_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_instanceof, + anon_sym_DASH_GT, + anon_sym_COMMA, + anon_sym_QMARK, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_DOT, + anon_sym_COLON_COLON, anon_sym_RBRACE, anon_sym_SEMI, - anon_sym_non_DASHsealed, - anon_sym_ATinterface, - ACTIONS(1696), 28, - anon_sym_final, - anon_sym_class, - anon_sym_default, - anon_sym_synchronized, - anon_sym_AT, - anon_sym_static, - anon_sym_enum, - anon_sym_public, - anon_sym_protected, - anon_sym_private, - anon_sym_abstract, - anon_sym_strictfp, - anon_sym_native, - anon_sym_transient, - anon_sym_volatile, - anon_sym_sealed, - anon_sym_record, - anon_sym_interface, - anon_sym_byte, - anon_sym_short, - anon_sym_int, - anon_sym_long, - anon_sym_char, - anon_sym_float, - anon_sym_double, - sym_boolean_type, - sym_void_type, - sym_identifier, - [7365] = 3, + [7898] = 3, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1702), 9, + ACTIONS(1660), 9, anon_sym_AMP, anon_sym_GT, anon_sym_LT, @@ -50036,7 +50569,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_GT_GT, anon_sym_COLON, - ACTIONS(1700), 24, + ACTIONS(1658), 24, anon_sym_RPAREN, anon_sym_GT_EQ, anon_sym_LT_EQ, @@ -50061,11 +50594,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_RBRACE, anon_sym_SEMI, - [7407] = 3, + [7940] = 3, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1706), 9, + ACTIONS(1664), 9, anon_sym_AMP, anon_sym_GT, anon_sym_LT, @@ -50075,7 +50608,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_GT_GT, anon_sym_COLON, - ACTIONS(1704), 24, + ACTIONS(1662), 24, anon_sym_RPAREN, anon_sym_GT_EQ, anon_sym_LT_EQ, @@ -50100,11 +50633,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_RBRACE, anon_sym_SEMI, - [7449] = 3, + [7982] = 3, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1710), 9, + ACTIONS(1668), 9, anon_sym_AMP, anon_sym_GT, anon_sym_LT, @@ -50114,7 +50647,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_GT_GT, anon_sym_COLON, - ACTIONS(1708), 24, + ACTIONS(1666), 24, anon_sym_RPAREN, anon_sym_GT_EQ, anon_sym_LT_EQ, @@ -50139,11 +50672,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_RBRACE, anon_sym_SEMI, - [7491] = 3, + [8024] = 3, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1318), 9, + ACTIONS(1672), 9, anon_sym_AMP, anon_sym_GT, anon_sym_LT, @@ -50153,7 +50686,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_GT_GT, anon_sym_COLON, - ACTIONS(1316), 24, + ACTIONS(1670), 24, anon_sym_RPAREN, anon_sym_GT_EQ, anon_sym_LT_EQ, @@ -50178,11 +50711,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_RBRACE, anon_sym_SEMI, - [7533] = 3, + [8066] = 3, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1714), 9, + ACTIONS(1676), 9, anon_sym_AMP, anon_sym_GT, anon_sym_LT, @@ -50192,7 +50725,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_GT_GT, anon_sym_COLON, - ACTIONS(1712), 24, + ACTIONS(1674), 24, anon_sym_RPAREN, anon_sym_GT_EQ, anon_sym_LT_EQ, @@ -50217,11 +50750,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_RBRACE, anon_sym_SEMI, - [7575] = 3, + [8108] = 3, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1718), 9, + ACTIONS(1680), 9, anon_sym_AMP, anon_sym_GT, anon_sym_LT, @@ -50231,7 +50764,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_GT_GT, anon_sym_COLON, - ACTIONS(1716), 24, + ACTIONS(1678), 24, anon_sym_RPAREN, anon_sym_GT_EQ, anon_sym_LT_EQ, @@ -50256,11 +50789,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_RBRACE, anon_sym_SEMI, - [7617] = 3, + [8150] = 3, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1722), 9, + ACTIONS(1684), 9, anon_sym_AMP, anon_sym_GT, anon_sym_LT, @@ -50270,7 +50803,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_GT_GT, anon_sym_COLON, - ACTIONS(1720), 24, + ACTIONS(1682), 24, anon_sym_RPAREN, anon_sym_GT_EQ, anon_sym_LT_EQ, @@ -50295,11 +50828,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_RBRACE, anon_sym_SEMI, - [7659] = 3, + [8192] = 3, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1726), 9, + ACTIONS(1688), 9, anon_sym_AMP, anon_sym_GT, anon_sym_LT, @@ -50309,7 +50842,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_GT_GT, anon_sym_COLON, - ACTIONS(1724), 24, + ACTIONS(1686), 24, anon_sym_RPAREN, anon_sym_GT_EQ, anon_sym_LT_EQ, @@ -50334,11 +50867,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_RBRACE, anon_sym_SEMI, - [7701] = 3, + [8234] = 3, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1730), 9, + ACTIONS(1692), 9, anon_sym_AMP, anon_sym_GT, anon_sym_LT, @@ -50348,7 +50881,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_GT_GT, anon_sym_COLON, - ACTIONS(1728), 24, + ACTIONS(1690), 24, anon_sym_RPAREN, anon_sym_GT_EQ, anon_sym_LT_EQ, @@ -50373,17 +50906,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_RBRACE, anon_sym_SEMI, - [7743] = 6, - ACTIONS(1649), 1, - anon_sym_COLON_COLON, - ACTIONS(1736), 1, - anon_sym_LBRACK, - ACTIONS(1738), 1, - anon_sym_DOT, + [8276] = 3, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1734), 9, + ACTIONS(1696), 9, anon_sym_AMP, anon_sym_GT, anon_sym_LT, @@ -50393,7 +50920,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_GT_GT, anon_sym_COLON, - ACTIONS(1732), 21, + ACTIONS(1694), 24, anon_sym_RPAREN, anon_sym_GT_EQ, anon_sym_LT_EQ, @@ -50412,14 +50939,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, + anon_sym_LBRACK, anon_sym_RBRACK, + anon_sym_DOT, + anon_sym_COLON_COLON, anon_sym_RBRACE, anon_sym_SEMI, - [7791] = 3, + [8318] = 3, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1742), 9, + ACTIONS(1700), 9, anon_sym_AMP, anon_sym_GT, anon_sym_LT, @@ -50429,7 +50959,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_GT_GT, anon_sym_COLON, - ACTIONS(1740), 24, + ACTIONS(1698), 24, anon_sym_RPAREN, anon_sym_GT_EQ, anon_sym_LT_EQ, @@ -50454,11 +50984,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_RBRACE, anon_sym_SEMI, - [7833] = 3, + [8360] = 3, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1746), 9, + ACTIONS(1704), 9, anon_sym_AMP, anon_sym_GT, anon_sym_LT, @@ -50468,7 +50998,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_GT_GT, anon_sym_COLON, - ACTIONS(1744), 24, + ACTIONS(1702), 24, anon_sym_RPAREN, anon_sym_GT_EQ, anon_sym_LT_EQ, @@ -50493,37 +51023,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_RBRACE, anon_sym_SEMI, - [7875] = 11, - ACTIONS(1196), 1, - anon_sym_LPAREN, - ACTIONS(1206), 1, - anon_sym_LT, - ACTIONS(1214), 1, - anon_sym_DOT, - ACTIONS(1218), 1, - anon_sym_AT, - ACTIONS(1313), 1, - anon_sym_DASH_GT, - STATE(505), 1, - sym_argument_list, - STATE(698), 1, - sym_type_arguments, + [8402] = 3, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1211), 2, - anon_sym_LBRACK, - anon_sym_COLON_COLON, - ACTIONS(1200), 8, + ACTIONS(1708), 9, anon_sym_AMP, anon_sym_GT, + anon_sym_LT, anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, anon_sym_PIPE, anon_sym_GT_GT, anon_sym_COLON, - ACTIONS(1198), 16, + ACTIONS(1706), 24, + anon_sym_RPAREN, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_EQ_EQ, @@ -50536,15 +51051,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_instanceof, + anon_sym_DASH_GT, anon_sym_COMMA, anon_sym_QMARK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - [7933] = 3, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_DOT, + anon_sym_COLON_COLON, + anon_sym_RBRACE, + anon_sym_SEMI, + [8444] = 3, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1750), 9, + ACTIONS(1130), 9, anon_sym_AMP, anon_sym_GT, anon_sym_LT, @@ -50554,7 +51076,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_GT_GT, anon_sym_COLON, - ACTIONS(1748), 24, + ACTIONS(1128), 24, anon_sym_RPAREN, anon_sym_GT_EQ, anon_sym_LT_EQ, @@ -50579,11 +51101,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_RBRACE, anon_sym_SEMI, - [7975] = 3, + [8486] = 3, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1754), 9, + ACTIONS(1712), 9, anon_sym_AMP, anon_sym_GT, anon_sym_LT, @@ -50593,7 +51115,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_GT_GT, anon_sym_COLON, - ACTIONS(1752), 24, + ACTIONS(1710), 24, anon_sym_RPAREN, anon_sym_GT_EQ, anon_sym_LT_EQ, @@ -50618,11 +51140,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_RBRACE, anon_sym_SEMI, - [8017] = 3, + [8528] = 3, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1758), 9, + ACTIONS(1716), 9, anon_sym_AMP, anon_sym_GT, anon_sym_LT, @@ -50632,7 +51154,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_GT_GT, anon_sym_COLON, - ACTIONS(1756), 24, + ACTIONS(1714), 24, anon_sym_RPAREN, anon_sym_GT_EQ, anon_sym_LT_EQ, @@ -50657,11 +51179,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_RBRACE, anon_sym_SEMI, - [8059] = 3, + [8570] = 3, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1762), 9, + ACTIONS(1720), 9, anon_sym_AMP, anon_sym_GT, anon_sym_LT, @@ -50671,7 +51193,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_GT_GT, anon_sym_COLON, - ACTIONS(1760), 24, + ACTIONS(1718), 24, anon_sym_RPAREN, anon_sym_GT_EQ, anon_sym_LT_EQ, @@ -50696,11 +51218,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_RBRACE, anon_sym_SEMI, - [8101] = 3, + [8612] = 3, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1766), 9, + ACTIONS(1724), 9, anon_sym_AMP, anon_sym_GT, anon_sym_LT, @@ -50710,7 +51232,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_GT_GT, anon_sym_COLON, - ACTIONS(1764), 24, + ACTIONS(1722), 24, anon_sym_RPAREN, anon_sym_GT_EQ, anon_sym_LT_EQ, @@ -50735,11 +51257,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_RBRACE, anon_sym_SEMI, - [8143] = 3, + [8654] = 3, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1770), 9, + ACTIONS(1728), 9, anon_sym_AMP, anon_sym_GT, anon_sym_LT, @@ -50749,7 +51271,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_GT_GT, anon_sym_COLON, - ACTIONS(1768), 24, + ACTIONS(1726), 24, anon_sym_RPAREN, anon_sym_GT_EQ, anon_sym_LT_EQ, @@ -50774,52 +51296,50 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_RBRACE, anon_sym_SEMI, - [8185] = 5, - ACTIONS(33), 1, - anon_sym_LBRACE, - STATE(467), 1, - sym_block, + [8696] = 3, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1658), 3, + ACTIONS(1732), 9, + anon_sym_AMP, + anon_sym_GT, anon_sym_LT, - anon_sym_non_DASHsealed, - anon_sym_ATinterface, - ACTIONS(1654), 28, - anon_sym_final, - anon_sym_class, - anon_sym_default, - anon_sym_synchronized, - anon_sym_AT, - anon_sym_static, - anon_sym_enum, - anon_sym_public, - anon_sym_protected, - anon_sym_private, - anon_sym_abstract, - anon_sym_strictfp, - anon_sym_native, - anon_sym_transient, - anon_sym_volatile, - anon_sym_sealed, - anon_sym_record, - anon_sym_interface, - anon_sym_byte, - anon_sym_short, - anon_sym_int, - anon_sym_long, - anon_sym_char, - anon_sym_float, - anon_sym_double, - sym_boolean_type, - sym_void_type, - sym_identifier, - [8231] = 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_GT_GT, + anon_sym_COLON, + ACTIONS(1730), 24, + anon_sym_RPAREN, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_STAR, + anon_sym_CARET, + anon_sym_PERCENT, + anon_sym_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_instanceof, + anon_sym_DASH_GT, + anon_sym_COMMA, + anon_sym_QMARK, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_DOT, + anon_sym_COLON_COLON, + anon_sym_RBRACE, + anon_sym_SEMI, + [8738] = 3, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1774), 9, + ACTIONS(1736), 9, anon_sym_AMP, anon_sym_GT, anon_sym_LT, @@ -50829,7 +51349,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_GT_GT, anon_sym_COLON, - ACTIONS(1772), 24, + ACTIONS(1734), 24, anon_sym_RPAREN, anon_sym_GT_EQ, anon_sym_LT_EQ, @@ -50854,11 +51374,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_RBRACE, anon_sym_SEMI, - [8273] = 3, + [8780] = 3, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1289), 9, + ACTIONS(1740), 9, anon_sym_AMP, anon_sym_GT, anon_sym_LT, @@ -50868,7 +51388,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_GT_GT, anon_sym_COLON, - ACTIONS(1287), 24, + ACTIONS(1738), 24, anon_sym_RPAREN, anon_sym_GT_EQ, anon_sym_LT_EQ, @@ -50893,11 +51413,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_RBRACE, anon_sym_SEMI, - [8315] = 3, + [8822] = 3, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1778), 9, + ACTIONS(1744), 9, anon_sym_AMP, anon_sym_GT, anon_sym_LT, @@ -50907,7 +51427,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_GT_GT, anon_sym_COLON, - ACTIONS(1776), 24, + ACTIONS(1742), 24, anon_sym_RPAREN, anon_sym_GT_EQ, anon_sym_LT_EQ, @@ -50932,11 +51452,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_RBRACE, anon_sym_SEMI, - [8357] = 3, + [8864] = 3, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1782), 9, + ACTIONS(1748), 9, anon_sym_AMP, anon_sym_GT, anon_sym_LT, @@ -50946,7 +51466,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_GT_GT, anon_sym_COLON, - ACTIONS(1780), 24, + ACTIONS(1746), 24, anon_sym_RPAREN, anon_sym_GT_EQ, anon_sym_LT_EQ, @@ -50971,11 +51491,95 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_RBRACE, anon_sym_SEMI, - [8399] = 3, + [8906] = 6, + ACTIONS(1632), 1, + anon_sym_LBRACK, + ACTIONS(1634), 1, + anon_sym_DOT, + ACTIONS(1636), 1, + anon_sym_COLON_COLON, + ACTIONS(3), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(327), 9, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_GT_GT, + anon_sym_COLON, + ACTIONS(329), 21, + anon_sym_RPAREN, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_STAR, + anon_sym_CARET, + anon_sym_PERCENT, + anon_sym_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_instanceof, + anon_sym_DASH_GT, + anon_sym_COMMA, + anon_sym_QMARK, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_RBRACK, + anon_sym_RBRACE, + anon_sym_SEMI, + [8954] = 6, + ACTIONS(1636), 1, + anon_sym_COLON_COLON, + ACTIONS(1754), 1, + anon_sym_LBRACK, + ACTIONS(1756), 1, + anon_sym_DOT, + ACTIONS(3), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(1752), 9, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_GT_GT, + anon_sym_COLON, + ACTIONS(1750), 21, + anon_sym_RPAREN, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_STAR, + anon_sym_CARET, + anon_sym_PERCENT, + anon_sym_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_instanceof, + anon_sym_DASH_GT, + anon_sym_COMMA, + anon_sym_QMARK, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_RBRACK, + anon_sym_RBRACE, + anon_sym_SEMI, + [9002] = 3, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1786), 9, + ACTIONS(1760), 9, anon_sym_AMP, anon_sym_GT, anon_sym_LT, @@ -50985,7 +51589,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_GT_GT, anon_sym_COLON, - ACTIONS(1784), 24, + ACTIONS(1758), 24, anon_sym_RPAREN, anon_sym_GT_EQ, anon_sym_LT_EQ, @@ -51010,11 +51614,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_RBRACE, anon_sym_SEMI, - [8441] = 3, + [9044] = 3, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1200), 9, + ACTIONS(1282), 9, anon_sym_AMP, anon_sym_GT, anon_sym_LT, @@ -51024,7 +51628,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_GT_GT, anon_sym_COLON, - ACTIONS(1198), 24, + ACTIONS(1280), 24, anon_sym_RPAREN, anon_sym_GT_EQ, anon_sym_LT_EQ, @@ -51049,11 +51653,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_RBRACE, anon_sym_SEMI, - [8483] = 3, + [9086] = 3, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1285), 9, + ACTIONS(1764), 9, anon_sym_AMP, anon_sym_GT, anon_sym_LT, @@ -51063,7 +51667,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_GT_GT, anon_sym_COLON, - ACTIONS(1283), 24, + ACTIONS(1762), 24, anon_sym_RPAREN, anon_sym_GT_EQ, anon_sym_LT_EQ, @@ -51088,206 +51692,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_RBRACE, anon_sym_SEMI, - [8525] = 3, - ACTIONS(3), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(1790), 9, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_GT_GT, - anon_sym_COLON, - ACTIONS(1788), 24, - anon_sym_RPAREN, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_STAR, - anon_sym_CARET, - anon_sym_PERCENT, - anon_sym_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_instanceof, - anon_sym_DASH_GT, - anon_sym_COMMA, - anon_sym_QMARK, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_DOT, - anon_sym_COLON_COLON, - anon_sym_RBRACE, - anon_sym_SEMI, - [8567] = 3, - ACTIONS(3), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(1794), 9, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_GT_GT, - anon_sym_COLON, - ACTIONS(1792), 24, - anon_sym_RPAREN, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_STAR, - anon_sym_CARET, - anon_sym_PERCENT, - anon_sym_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_instanceof, - anon_sym_DASH_GT, - anon_sym_COMMA, - anon_sym_QMARK, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_DOT, - anon_sym_COLON_COLON, - anon_sym_RBRACE, - anon_sym_SEMI, - [8609] = 3, - ACTIONS(3), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(1798), 9, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_GT_GT, - anon_sym_COLON, - ACTIONS(1796), 24, - anon_sym_RPAREN, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_STAR, - anon_sym_CARET, - anon_sym_PERCENT, - anon_sym_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_instanceof, - anon_sym_DASH_GT, - anon_sym_COMMA, - anon_sym_QMARK, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_DOT, - anon_sym_COLON_COLON, - anon_sym_RBRACE, - anon_sym_SEMI, - [8651] = 3, - ACTIONS(3), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(1802), 9, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_GT_GT, - anon_sym_COLON, - ACTIONS(1800), 24, - anon_sym_RPAREN, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_STAR, - anon_sym_CARET, - anon_sym_PERCENT, - anon_sym_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_instanceof, - anon_sym_DASH_GT, - anon_sym_COMMA, - anon_sym_QMARK, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_DOT, - anon_sym_COLON_COLON, - anon_sym_RBRACE, - anon_sym_SEMI, - [8693] = 3, + [9128] = 5, + ACTIONS(33), 1, + anon_sym_LBRACE, + STATE(460), 1, + sym_block, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1806), 9, - anon_sym_AMP, - anon_sym_GT, + ACTIONS(1040), 3, anon_sym_LT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_GT_GT, - anon_sym_COLON, - ACTIONS(1804), 24, - anon_sym_RPAREN, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_STAR, - anon_sym_CARET, - anon_sym_PERCENT, - anon_sym_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_instanceof, - anon_sym_DASH_GT, - anon_sym_COMMA, - anon_sym_QMARK, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_DOT, - anon_sym_COLON_COLON, - anon_sym_RBRACE, - anon_sym_SEMI, - [8735] = 3, + anon_sym_non_DASHsealed, + anon_sym_ATinterface, + ACTIONS(1038), 28, + anon_sym_final, + anon_sym_class, + anon_sym_default, + anon_sym_synchronized, + anon_sym_AT, + anon_sym_static, + anon_sym_enum, + anon_sym_public, + anon_sym_protected, + anon_sym_private, + anon_sym_abstract, + anon_sym_strictfp, + anon_sym_native, + anon_sym_transient, + anon_sym_volatile, + anon_sym_sealed, + anon_sym_record, + anon_sym_interface, + anon_sym_byte, + anon_sym_short, + anon_sym_int, + anon_sym_long, + anon_sym_char, + anon_sym_float, + anon_sym_double, + sym_boolean_type, + sym_void_type, + sym_identifier, + [9174] = 3, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1810), 9, + ACTIONS(1768), 9, anon_sym_AMP, anon_sym_GT, anon_sym_LT, @@ -51297,7 +51747,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_GT_GT, anon_sym_COLON, - ACTIONS(1808), 24, + ACTIONS(1766), 24, anon_sym_RPAREN, anon_sym_GT_EQ, anon_sym_LT_EQ, @@ -51322,11 +51772,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_RBRACE, anon_sym_SEMI, - [8777] = 3, + [9216] = 3, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1814), 9, + ACTIONS(1772), 9, anon_sym_AMP, anon_sym_GT, anon_sym_LT, @@ -51336,7 +51786,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_GT_GT, anon_sym_COLON, - ACTIONS(1812), 24, + ACTIONS(1770), 24, anon_sym_RPAREN, anon_sym_GT_EQ, anon_sym_LT_EQ, @@ -51361,11 +51811,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_RBRACE, anon_sym_SEMI, - [8819] = 3, + [9258] = 3, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1818), 9, + ACTIONS(1278), 9, anon_sym_AMP, anon_sym_GT, anon_sym_LT, @@ -51375,7 +51825,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_GT_GT, anon_sym_COLON, - ACTIONS(1816), 24, + ACTIONS(1276), 24, anon_sym_RPAREN, anon_sym_GT_EQ, anon_sym_LT_EQ, @@ -51400,57 +51850,70 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_RBRACE, anon_sym_SEMI, - [8861] = 3, + [9300] = 17, + ACTIONS(275), 1, + anon_sym_AT, + ACTIONS(1774), 1, + sym_identifier, + ACTIONS(1776), 1, + anon_sym_final, + STATE(379), 1, + sym__unannotated_type, + STATE(390), 1, + sym_generic_type, + STATE(401), 1, + sym_scoped_type_identifier, + STATE(422), 1, + sym__type, + STATE(427), 1, + sym_annotated_type, + STATE(546), 1, + sym_record_pattern, + STATE(1118), 1, + sym__reserved_identifier, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1822), 9, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_GT_GT, - anon_sym_COLON, - ACTIONS(1820), 24, - anon_sym_RPAREN, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_STAR, - anon_sym_CARET, - anon_sym_PERCENT, - anon_sym_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_instanceof, - anon_sym_DASH_GT, - anon_sym_COMMA, - anon_sym_QMARK, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_DOT, - anon_sym_COLON_COLON, - anon_sym_RBRACE, - anon_sym_SEMI, - [8903] = 5, - ACTIONS(760), 1, + ACTIONS(1780), 2, + anon_sym_float, + anon_sym_double, + ACTIONS(1782), 2, + sym_boolean_type, + sym_void_type, + STATE(420), 3, + sym_array_type, + sym_integral_type, + sym_floating_point_type, + STATE(690), 4, + sym__annotation, + sym_marker_annotation, + sym_annotation, + aux_sym_array_creation_expression_repeat1, + ACTIONS(1778), 5, + anon_sym_byte, + anon_sym_short, + anon_sym_int, + anon_sym_long, + anon_sym_char, + ACTIONS(67), 6, + anon_sym_yield, + anon_sym_open, + anon_sym_module, + anon_sym_with, + anon_sym_sealed, + anon_sym_record, + [9369] = 5, + ACTIONS(474), 1, anon_sym_LPAREN, - STATE(1215), 1, + STATE(1164), 1, sym_parenthesized_expression, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1658), 2, + ACTIONS(1040), 2, anon_sym_non_DASHsealed, anon_sym_ATinterface, - ACTIONS(1654), 28, + ACTIONS(1038), 28, anon_sym_final, anon_sym_class, anon_sym_default, @@ -51479,91 +51942,149 @@ static const uint16_t ts_small_parse_table[] = { sym_boolean_type, sym_void_type, sym_identifier, - [8948] = 3, + [9414] = 16, + ACTIONS(275), 1, + anon_sym_AT, + ACTIONS(1774), 1, + sym_identifier, + STATE(379), 1, + sym__unannotated_type, + STATE(390), 1, + sym_generic_type, + STATE(401), 1, + sym_scoped_type_identifier, + STATE(424), 1, + sym__type, + STATE(427), 1, + sym_annotated_type, + STATE(544), 1, + sym_record_pattern, + STATE(1118), 1, + sym__reserved_identifier, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1438), 12, - anon_sym_LPAREN, + ACTIONS(1780), 2, + anon_sym_float, + anon_sym_double, + ACTIONS(1782), 2, + sym_boolean_type, + sym_void_type, + STATE(420), 3, + sym_array_type, + sym_integral_type, + sym_floating_point_type, + STATE(690), 4, + sym__annotation, + sym_marker_annotation, + sym_annotation, + aux_sym_array_creation_expression_repeat1, + ACTIONS(1778), 5, + anon_sym_byte, + anon_sym_short, + anon_sym_int, + anon_sym_long, + anon_sym_char, + ACTIONS(67), 6, + anon_sym_yield, + anon_sym_open, + anon_sym_module, + anon_sym_with, + anon_sym_sealed, + anon_sym_record, + [9480] = 7, + ACTIONS(1297), 1, + anon_sym_AT, + ACTIONS(1784), 1, + anon_sym_LBRACK, + STATE(521), 1, + aux_sym_dimensions_repeat1, + ACTIONS(3), 2, + sym_line_comment, + sym_block_comment, + STATE(859), 4, + sym__annotation, + sym_marker_annotation, + sym_annotation, + aux_sym_array_creation_expression_repeat1, + ACTIONS(1292), 10, anon_sym_RPAREN, anon_sym_AMP, + anon_sym_EQ, anon_sym_GT, anon_sym_PIPE, anon_sym_COMMA, - anon_sym_LBRACK, anon_sym_COLON_COLON, anon_sym_LBRACE, anon_sym_SEMI, - anon_sym_AT, anon_sym_DOT_DOT_DOT, - ACTIONS(1436), 19, - anon_sym_new, + ACTIONS(1290), 14, + anon_sym_COLON, anon_sym_DOT, + anon_sym_default, + anon_sym_yield, anon_sym_open, anon_sym_module, + anon_sym_with, + anon_sym_sealed, anon_sym_implements, anon_sym_permits, anon_sym_record, - anon_sym_byte, - anon_sym_short, - anon_sym_int, - anon_sym_long, - anon_sym_char, - anon_sym_float, - anon_sym_double, - sym_boolean_type, - sym_void_type, + anon_sym_throws, sym_this, - sym_super, sym_identifier, - [8988] = 3, + [9528] = 7, + ACTIONS(311), 1, + anon_sym_AT, + ACTIONS(1787), 1, + anon_sym_LBRACK, + STATE(521), 1, + aux_sym_dimensions_repeat1, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1464), 12, - anon_sym_LPAREN, + STATE(859), 4, + sym__annotation, + sym_marker_annotation, + sym_annotation, + aux_sym_array_creation_expression_repeat1, + ACTIONS(1286), 10, anon_sym_RPAREN, anon_sym_AMP, + anon_sym_EQ, anon_sym_GT, anon_sym_PIPE, anon_sym_COMMA, - anon_sym_LBRACK, anon_sym_COLON_COLON, anon_sym_LBRACE, anon_sym_SEMI, - anon_sym_AT, anon_sym_DOT_DOT_DOT, - ACTIONS(1462), 19, - anon_sym_new, + ACTIONS(1284), 14, + anon_sym_COLON, anon_sym_DOT, + anon_sym_default, + anon_sym_yield, anon_sym_open, anon_sym_module, + anon_sym_with, + anon_sym_sealed, anon_sym_implements, anon_sym_permits, anon_sym_record, - anon_sym_byte, - anon_sym_short, - anon_sym_int, - anon_sym_long, - anon_sym_char, - anon_sym_float, - anon_sym_double, - sym_boolean_type, - sym_void_type, + anon_sym_throws, sym_this, - sym_super, sym_identifier, - [9028] = 6, - ACTIONS(1196), 1, + [9576] = 6, + ACTIONS(1126), 1, anon_sym_LPAREN, - ACTIONS(1347), 1, + ACTIONS(1228), 1, anon_sym_DASH_GT, - STATE(499), 1, + STATE(504), 1, sym_argument_list, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1293), 9, + ACTIONS(1130), 9, anon_sym_AMP, anon_sym_GT, anon_sym_LT, @@ -51573,7 +52094,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_GT_GT, anon_sym_COLON, - ACTIONS(1299), 19, + ACTIONS(1128), 19, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_EQ_EQ, @@ -51593,31 +52114,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_DOT, anon_sym_COLON_COLON, - [9074] = 3, + [9622] = 3, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1426), 12, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_AMP, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_COMMA, - anon_sym_LBRACK, - anon_sym_COLON_COLON, - anon_sym_LBRACE, - anon_sym_SEMI, + ACTIONS(1791), 3, + anon_sym_RBRACE, + anon_sym_non_DASHsealed, + anon_sym_ATinterface, + ACTIONS(1789), 27, + anon_sym_final, + anon_sym_class, + anon_sym_default, + anon_sym_synchronized, anon_sym_AT, - anon_sym_DOT_DOT_DOT, - ACTIONS(1424), 19, - anon_sym_new, - anon_sym_DOT, - anon_sym_open, - anon_sym_module, - anon_sym_implements, - anon_sym_permits, - anon_sym_record, + anon_sym_static, + anon_sym_enum, + anon_sym_public, + anon_sym_protected, + anon_sym_private, + anon_sym_abstract, + anon_sym_strictfp, + anon_sym_native, + anon_sym_transient, + anon_sym_volatile, + anon_sym_sealed, + anon_sym_interface, anon_sym_byte, anon_sym_short, anon_sym_int, @@ -51627,51 +52149,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_double, sym_boolean_type, sym_void_type, - sym_this, - sym_super, sym_identifier, - [9114] = 4, + [9661] = 3, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1824), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(1670), 8, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_GT_GT, - ACTIONS(1668), 20, - anon_sym_RPAREN, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_STAR, - anon_sym_CARET, - anon_sym_PERCENT, - anon_sym_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_instanceof, - anon_sym_DASH_GT, - anon_sym_COMMA, - anon_sym_QMARK, - anon_sym_COLON, - anon_sym_RBRACK, + ACTIONS(1795), 3, anon_sym_RBRACE, - anon_sym_SEMI, - [9155] = 3, + anon_sym_non_DASHsealed, + anon_sym_ATinterface, + ACTIONS(1793), 27, + anon_sym_final, + anon_sym_class, + anon_sym_default, + anon_sym_synchronized, + anon_sym_AT, + anon_sym_static, + anon_sym_enum, + anon_sym_public, + anon_sym_protected, + anon_sym_private, + anon_sym_abstract, + anon_sym_strictfp, + anon_sym_native, + anon_sym_transient, + anon_sym_volatile, + anon_sym_sealed, + anon_sym_interface, + anon_sym_byte, + anon_sym_short, + anon_sym_int, + anon_sym_long, + anon_sym_char, + anon_sym_float, + anon_sym_double, + sym_boolean_type, + sym_void_type, + sym_identifier, + [9700] = 3, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(313), 8, + ACTIONS(1799), 8, anon_sym_AMP, anon_sym_GT, anon_sym_LT, @@ -51680,7 +52199,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_PIPE, anon_sym_GT_GT, - ACTIONS(315), 22, + ACTIONS(1797), 22, anon_sym_RPAREN, anon_sym_GT_EQ, anon_sym_LT_EQ, @@ -51703,11 +52222,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_SEMI, - [9194] = 3, + [9739] = 3, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1670), 8, + ACTIONS(1803), 8, anon_sym_AMP, anon_sym_GT, anon_sym_LT, @@ -51716,7 +52235,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_PIPE, anon_sym_GT_GT, - ACTIONS(1668), 22, + ACTIONS(1801), 22, anon_sym_RPAREN, anon_sym_GT_EQ, anon_sym_LT_EQ, @@ -51739,11 +52258,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_SEMI, - [9233] = 3, + [9778] = 3, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1828), 8, + ACTIONS(1807), 8, anon_sym_AMP, anon_sym_GT, anon_sym_LT, @@ -51752,7 +52271,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_PIPE, anon_sym_GT_GT, - ACTIONS(1826), 22, + ACTIONS(1805), 22, anon_sym_RPAREN, anon_sym_GT_EQ, anon_sym_LT_EQ, @@ -51775,11 +52294,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_SEMI, - [9272] = 3, + [9817] = 4, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1832), 8, + ACTIONS(1809), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(1630), 8, anon_sym_AMP, anon_sym_GT, anon_sym_LT, @@ -51788,7 +52310,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_PIPE, anon_sym_GT_GT, - ACTIONS(1830), 22, + ACTIONS(1628), 20, anon_sym_RPAREN, anon_sym_GT_EQ, anon_sym_LT_EQ, @@ -51806,16 +52328,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, anon_sym_QMARK, anon_sym_COLON, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_SEMI, - [9311] = 3, + [9858] = 3, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1836), 8, + ACTIONS(1630), 8, anon_sym_AMP, anon_sym_GT, anon_sym_LT, @@ -51824,7 +52344,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_PIPE, anon_sym_GT_GT, - ACTIONS(1834), 22, + ACTIONS(1628), 22, anon_sym_RPAREN, anon_sym_GT_EQ, anon_sym_LT_EQ, @@ -51847,11 +52367,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_SEMI, - [9350] = 3, + [9897] = 3, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1840), 8, + ACTIONS(1813), 8, anon_sym_AMP, anon_sym_GT, anon_sym_LT, @@ -51860,7 +52380,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_PIPE, anon_sym_GT_GT, - ACTIONS(1838), 22, + ACTIONS(1811), 22, anon_sym_RPAREN, anon_sym_GT_EQ, anon_sym_LT_EQ, @@ -51883,15 +52403,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_SEMI, - [9389] = 3, + [9936] = 3, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1844), 3, + ACTIONS(1817), 3, anon_sym_RBRACE, anon_sym_non_DASHsealed, anon_sym_ATinterface, - ACTIONS(1842), 27, + ACTIONS(1815), 27, anon_sym_final, anon_sym_class, anon_sym_default, @@ -51919,15 +52439,15 @@ static const uint16_t ts_small_parse_table[] = { sym_boolean_type, sym_void_type, sym_identifier, - [9428] = 3, + [9975] = 3, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1848), 3, + ACTIONS(1821), 3, anon_sym_RBRACE, anon_sym_non_DASHsealed, anon_sym_ATinterface, - ACTIONS(1846), 27, + ACTIONS(1819), 27, anon_sym_final, anon_sym_class, anon_sym_default, @@ -51955,15 +52475,15 @@ static const uint16_t ts_small_parse_table[] = { sym_boolean_type, sym_void_type, sym_identifier, - [9467] = 3, + [10014] = 3, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1852), 3, + ACTIONS(1825), 3, anon_sym_RBRACE, anon_sym_non_DASHsealed, anon_sym_ATinterface, - ACTIONS(1850), 27, + ACTIONS(1823), 27, anon_sym_final, anon_sym_class, anon_sym_default, @@ -51991,51 +52511,15 @@ static const uint16_t ts_small_parse_table[] = { sym_boolean_type, sym_void_type, sym_identifier, - [9506] = 3, - ACTIONS(3), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(1856), 8, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_GT_GT, - ACTIONS(1854), 22, - anon_sym_RPAREN, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_STAR, - anon_sym_CARET, - anon_sym_PERCENT, - anon_sym_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_instanceof, - anon_sym_DASH_GT, - anon_sym_COMMA, - anon_sym_QMARK, - anon_sym_COLON, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_SEMI, - [9545] = 3, + [10053] = 3, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1860), 3, + ACTIONS(1829), 3, anon_sym_RBRACE, anon_sym_non_DASHsealed, anon_sym_ATinterface, - ACTIONS(1858), 27, + ACTIONS(1827), 27, anon_sym_final, anon_sym_class, anon_sym_default, @@ -52063,11 +52547,11 @@ static const uint16_t ts_small_parse_table[] = { sym_boolean_type, sym_void_type, sym_identifier, - [9584] = 3, + [10092] = 3, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1864), 8, + ACTIONS(1833), 8, anon_sym_AMP, anon_sym_GT, anon_sym_LT, @@ -52076,7 +52560,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_PIPE, anon_sym_GT_GT, - ACTIONS(1862), 22, + ACTIONS(1831), 22, anon_sym_RPAREN, anon_sym_GT_EQ, anon_sym_LT_EQ, @@ -52099,123 +52583,123 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_SEMI, - [9623] = 3, + [10131] = 3, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1868), 3, - anon_sym_RBRACE, - anon_sym_non_DASHsealed, - anon_sym_ATinterface, - ACTIONS(1866), 27, - anon_sym_final, - anon_sym_class, - anon_sym_default, - anon_sym_synchronized, - anon_sym_AT, - anon_sym_static, - anon_sym_enum, - anon_sym_public, - anon_sym_protected, - anon_sym_private, - anon_sym_abstract, - anon_sym_strictfp, - anon_sym_native, - anon_sym_transient, - anon_sym_volatile, - anon_sym_sealed, - anon_sym_interface, - anon_sym_byte, - anon_sym_short, - anon_sym_int, - anon_sym_long, - anon_sym_char, - anon_sym_float, - anon_sym_double, - sym_boolean_type, - sym_void_type, - sym_identifier, - [9662] = 3, + ACTIONS(1837), 8, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_GT_GT, + ACTIONS(1835), 22, + anon_sym_RPAREN, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_STAR, + anon_sym_CARET, + anon_sym_PERCENT, + anon_sym_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_instanceof, + anon_sym_DASH_GT, + anon_sym_COMMA, + anon_sym_QMARK, + anon_sym_COLON, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_RBRACK, + anon_sym_RBRACE, + anon_sym_SEMI, + [10170] = 3, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1872), 3, + ACTIONS(327), 8, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_GT_GT, + ACTIONS(329), 22, + anon_sym_RPAREN, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_STAR, + anon_sym_CARET, + anon_sym_PERCENT, + anon_sym_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_instanceof, + anon_sym_DASH_GT, + anon_sym_COMMA, + anon_sym_QMARK, + anon_sym_COLON, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_RBRACK, anon_sym_RBRACE, - anon_sym_non_DASHsealed, - anon_sym_ATinterface, - ACTIONS(1870), 27, - anon_sym_final, - anon_sym_class, - anon_sym_default, - anon_sym_synchronized, - anon_sym_AT, - anon_sym_static, - anon_sym_enum, - anon_sym_public, - anon_sym_protected, - anon_sym_private, - anon_sym_abstract, - anon_sym_strictfp, - anon_sym_native, - anon_sym_transient, - anon_sym_volatile, - anon_sym_sealed, - anon_sym_interface, - anon_sym_byte, - anon_sym_short, - anon_sym_int, - anon_sym_long, - anon_sym_char, - anon_sym_float, - anon_sym_double, - sym_boolean_type, - sym_void_type, - sym_identifier, - [9701] = 3, + anon_sym_SEMI, + [10209] = 3, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1876), 3, + ACTIONS(1841), 8, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_GT_GT, + ACTIONS(1839), 22, + anon_sym_RPAREN, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_STAR, + anon_sym_CARET, + anon_sym_PERCENT, + anon_sym_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_instanceof, + anon_sym_DASH_GT, + anon_sym_COMMA, + anon_sym_QMARK, + anon_sym_COLON, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_RBRACK, anon_sym_RBRACE, - anon_sym_non_DASHsealed, - anon_sym_ATinterface, - ACTIONS(1874), 27, - anon_sym_final, - anon_sym_class, - anon_sym_default, - anon_sym_synchronized, - anon_sym_AT, - anon_sym_static, - anon_sym_enum, - anon_sym_public, - anon_sym_protected, - anon_sym_private, - anon_sym_abstract, - anon_sym_strictfp, - anon_sym_native, - anon_sym_transient, - anon_sym_volatile, - anon_sym_sealed, - anon_sym_interface, - anon_sym_byte, - anon_sym_short, - anon_sym_int, - anon_sym_long, - anon_sym_char, - anon_sym_float, - anon_sym_double, - sym_boolean_type, - sym_void_type, - sym_identifier, - [9740] = 3, + anon_sym_SEMI, + [10248] = 3, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1880), 3, + ACTIONS(1845), 3, anon_sym_RBRACE, anon_sym_non_DASHsealed, anon_sym_ATinterface, - ACTIONS(1878), 27, + ACTIONS(1843), 27, anon_sym_final, anon_sym_class, anon_sym_default, @@ -52243,11 +52727,11 @@ static const uint16_t ts_small_parse_table[] = { sym_boolean_type, sym_void_type, sym_identifier, - [9779] = 3, + [10287] = 3, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1734), 8, + ACTIONS(1849), 8, anon_sym_AMP, anon_sym_GT, anon_sym_LT, @@ -52256,7 +52740,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_PIPE, anon_sym_GT_GT, - ACTIONS(1732), 22, + ACTIONS(1847), 22, anon_sym_RPAREN, anon_sym_GT_EQ, anon_sym_LT_EQ, @@ -52279,14 +52763,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_SEMI, - [9818] = 4, + [10326] = 3, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1824), 2, + ACTIONS(1752), 8, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_GT_GT, + ACTIONS(1750), 22, + anon_sym_RPAREN, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_STAR, + anon_sym_CARET, + anon_sym_PERCENT, + anon_sym_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_instanceof, + anon_sym_DASH_GT, + anon_sym_COMMA, + anon_sym_QMARK, + anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(1884), 8, + anon_sym_RBRACK, + anon_sym_RBRACE, + anon_sym_SEMI, + [10365] = 3, + ACTIONS(3), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(1837), 8, anon_sym_AMP, anon_sym_GT, anon_sym_LT, @@ -52295,7 +52812,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_PIPE, anon_sym_GT_GT, - ACTIONS(1882), 20, + ACTIONS(1835), 22, anon_sym_RPAREN, anon_sym_GT_EQ, anon_sym_LT_EQ, @@ -52313,14 +52830,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, anon_sym_QMARK, anon_sym_COLON, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_SEMI, - [9859] = 3, + [10404] = 3, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1888), 8, + ACTIONS(1853), 8, anon_sym_AMP, anon_sym_GT, anon_sym_LT, @@ -52329,7 +52848,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_PIPE, anon_sym_GT_GT, - ACTIONS(1886), 22, + ACTIONS(1851), 22, anon_sym_RPAREN, anon_sym_GT_EQ, anon_sym_LT_EQ, @@ -52352,11 +52871,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_SEMI, - [9898] = 3, + [10443] = 3, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1892), 8, + ACTIONS(1857), 8, anon_sym_AMP, anon_sym_GT, anon_sym_LT, @@ -52365,7 +52884,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_PIPE, anon_sym_GT_GT, - ACTIONS(1890), 22, + ACTIONS(1855), 22, anon_sym_RPAREN, anon_sym_GT_EQ, anon_sym_LT_EQ, @@ -52388,11 +52907,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_SEMI, - [9937] = 3, + [10482] = 3, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1856), 8, + ACTIONS(1861), 8, anon_sym_AMP, anon_sym_GT, anon_sym_LT, @@ -52401,7 +52920,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_PIPE, anon_sym_GT_GT, - ACTIONS(1854), 22, + ACTIONS(1859), 22, anon_sym_RPAREN, anon_sym_GT_EQ, anon_sym_LT_EQ, @@ -52424,42 +52943,114 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_SEMI, - [9976] = 14, - ACTIONS(1884), 1, - anon_sym_PIPE, - ACTIONS(1894), 1, + [10521] = 3, + ACTIONS(3), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(1865), 3, + anon_sym_RBRACE, + anon_sym_non_DASHsealed, + anon_sym_ATinterface, + ACTIONS(1863), 27, + anon_sym_final, + anon_sym_class, + anon_sym_default, + anon_sym_synchronized, + anon_sym_AT, + anon_sym_static, + anon_sym_enum, + anon_sym_public, + anon_sym_protected, + anon_sym_private, + anon_sym_abstract, + anon_sym_strictfp, + anon_sym_native, + anon_sym_transient, + anon_sym_volatile, + anon_sym_sealed, + anon_sym_interface, + anon_sym_byte, + anon_sym_short, + anon_sym_int, + anon_sym_long, + anon_sym_char, + anon_sym_float, + anon_sym_double, + sym_boolean_type, + sym_void_type, + sym_identifier, + [10560] = 4, + ACTIONS(3), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(1809), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(1869), 8, anon_sym_AMP, - ACTIONS(1906), 1, + anon_sym_GT, + anon_sym_LT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_GT_GT, + ACTIONS(1867), 20, + anon_sym_RPAREN, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_STAR, + anon_sym_CARET, + anon_sym_PERCENT, + anon_sym_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_instanceof, + anon_sym_DASH_GT, + anon_sym_COMMA, + anon_sym_QMARK, + anon_sym_COLON, + anon_sym_RBRACK, + anon_sym_RBRACE, + anon_sym_SEMI, + [10601] = 13, + ACTIONS(1881), 1, anon_sym_SLASH, - ACTIONS(1910), 1, + ACTIONS(1885), 1, anon_sym_GT_GT, - ACTIONS(1912), 1, + ACTIONS(1887), 1, anon_sym_instanceof, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1824), 2, + ACTIONS(1809), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(1896), 2, + ACTIONS(1869), 2, + anon_sym_AMP, + anon_sym_PIPE, + ACTIONS(1871), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(1898), 2, + ACTIONS(1873), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(1900), 2, + ACTIONS(1875), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1902), 2, + ACTIONS(1877), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1904), 2, + ACTIONS(1879), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(1908), 2, + ACTIONS(1883), 2, anon_sym_LT_LT, anon_sym_GT_GT_GT, - ACTIONS(1882), 10, + ACTIONS(1867), 10, anon_sym_RPAREN, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -52470,28 +53061,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_SEMI, - [10036] = 7, - ACTIONS(1906), 1, + [10659] = 6, + ACTIONS(1881), 1, anon_sym_SLASH, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1824), 2, + ACTIONS(1809), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(1902), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(1904), 2, + ACTIONS(1879), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(1884), 5, + ACTIONS(1869), 7, anon_sym_AMP, anon_sym_GT, anon_sym_LT, + anon_sym_PLUS, + anon_sym_DASH, anon_sym_PIPE, anon_sym_GT_GT, - ACTIONS(1882), 17, + ACTIONS(1867), 17, anon_sym_RPAREN, anon_sym_GT_EQ, anon_sym_LT_EQ, @@ -52509,44 +53099,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_SEMI, - [10082] = 15, - ACTIONS(1894), 1, - anon_sym_AMP, - ACTIONS(1906), 1, + [10703] = 15, + ACTIONS(1881), 1, anon_sym_SLASH, - ACTIONS(1910), 1, + ACTIONS(1885), 1, anon_sym_GT_GT, - ACTIONS(1912), 1, + ACTIONS(1887), 1, anon_sym_instanceof, - ACTIONS(1914), 1, + ACTIONS(1889), 1, + anon_sym_AMP, + ACTIONS(1891), 1, anon_sym_PIPE, - ACTIONS(1916), 1, + ACTIONS(1893), 1, anon_sym_CARET, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1824), 2, + ACTIONS(1809), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(1896), 2, + ACTIONS(1871), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(1898), 2, + ACTIONS(1873), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(1900), 2, + ACTIONS(1875), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1902), 2, + ACTIONS(1877), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1904), 2, + ACTIONS(1879), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(1908), 2, + ACTIONS(1883), 2, anon_sym_LT_LT, anon_sym_GT_GT_GT, - ACTIONS(1882), 9, + ACTIONS(1867), 9, anon_sym_RPAREN, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -52556,70 +53146,112 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_SEMI, - [10144] = 18, - ACTIONS(1894), 1, - anon_sym_AMP, - ACTIONS(1906), 1, + [10765] = 16, + ACTIONS(1881), 1, anon_sym_SLASH, - ACTIONS(1910), 1, + ACTIONS(1885), 1, anon_sym_GT_GT, - ACTIONS(1912), 1, + ACTIONS(1887), 1, anon_sym_instanceof, - ACTIONS(1914), 1, + ACTIONS(1889), 1, + anon_sym_AMP, + ACTIONS(1891), 1, anon_sym_PIPE, - ACTIONS(1916), 1, + ACTIONS(1893), 1, anon_sym_CARET, - ACTIONS(1918), 1, + ACTIONS(1895), 1, anon_sym_AMP_AMP, - ACTIONS(1920), 1, - anon_sym_PIPE_PIPE, - ACTIONS(1922), 1, - anon_sym_QMARK, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1824), 2, + ACTIONS(1809), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(1896), 2, + ACTIONS(1871), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(1898), 2, + ACTIONS(1873), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(1900), 2, + ACTIONS(1875), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1902), 2, + ACTIONS(1877), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(1879), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(1883), 2, + anon_sym_LT_LT, + anon_sym_GT_GT_GT, + ACTIONS(1867), 8, + anon_sym_RPAREN, + anon_sym_PIPE_PIPE, + anon_sym_COMMA, + anon_sym_QMARK, + anon_sym_COLON, + anon_sym_RBRACK, + anon_sym_RBRACE, + anon_sym_SEMI, + [10829] = 12, + ACTIONS(1881), 1, + anon_sym_SLASH, + ACTIONS(1885), 1, + anon_sym_GT_GT, + ACTIONS(1887), 1, + anon_sym_instanceof, + ACTIONS(3), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(1809), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(1869), 2, + anon_sym_AMP, + anon_sym_PIPE, + ACTIONS(1871), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(1873), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(1877), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1904), 2, + ACTIONS(1879), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(1908), 2, + ACTIONS(1883), 2, anon_sym_LT_LT, anon_sym_GT_GT_GT, - ACTIONS(1830), 6, + ACTIONS(1867), 12, anon_sym_RPAREN, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_CARET, anon_sym_COMMA, + anon_sym_QMARK, anon_sym_COLON, anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_SEMI, - [10212] = 6, - ACTIONS(1927), 1, + [10885] = 6, + ACTIONS(311), 1, anon_sym_AT, - ACTIONS(1930), 1, + ACTIONS(1899), 1, anon_sym_non_DASHsealed, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - STATE(549), 4, + STATE(565), 4, sym__annotation, sym_marker_annotation, sym_annotation, aux_sym_modifiers_repeat1, - ACTIONS(1496), 10, + ACTIONS(1463), 10, anon_sym_byte, anon_sym_short, anon_sym_int, @@ -52630,7 +53262,7 @@ static const uint16_t ts_small_parse_table[] = { sym_boolean_type, sym_void_type, sym_identifier, - ACTIONS(1924), 13, + ACTIONS(1897), 13, anon_sym_final, anon_sym_default, anon_sym_synchronized, @@ -52644,32 +53276,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_transient, anon_sym_volatile, anon_sym_sealed, - [10256] = 9, - ACTIONS(1906), 1, + [10929] = 9, + ACTIONS(1881), 1, anon_sym_SLASH, - ACTIONS(1910), 1, + ACTIONS(1885), 1, anon_sym_GT_GT, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1824), 2, + ACTIONS(1809), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(1902), 2, + ACTIONS(1877), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1904), 2, + ACTIONS(1879), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(1908), 2, + ACTIONS(1883), 2, anon_sym_LT_LT, anon_sym_GT_GT_GT, - ACTIONS(1884), 4, + ACTIONS(1869), 4, anon_sym_AMP, anon_sym_GT, anon_sym_LT, anon_sym_PIPE, - ACTIONS(1882), 15, + ACTIONS(1867), 15, anon_sym_RPAREN, anon_sym_GT_EQ, anon_sym_LT_EQ, @@ -52685,21 +53317,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_SEMI, - [10306] = 6, - ACTIONS(1933), 1, + [10979] = 6, + ACTIONS(1901), 1, anon_sym_LPAREN, - ACTIONS(1935), 1, + ACTIONS(1903), 1, anon_sym_DOT, - STATE(575), 1, + STATE(615), 1, sym_annotation_argument_list, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1446), 3, + ACTIONS(1436), 3, anon_sym_LBRACK, anon_sym_AT, anon_sym_non_DASHsealed, - ACTIONS(1444), 23, + ACTIONS(1432), 23, anon_sym_final, anon_sym_default, anon_sym_synchronized, @@ -52723,47 +53355,46 @@ static const uint16_t ts_small_parse_table[] = { sym_boolean_type, sym_void_type, sym_identifier, - [10350] = 16, - ACTIONS(1894), 1, - anon_sym_AMP, - ACTIONS(1906), 1, + [11023] = 15, + ACTIONS(1869), 1, + anon_sym_PIPE, + ACTIONS(1881), 1, anon_sym_SLASH, - ACTIONS(1910), 1, + ACTIONS(1885), 1, anon_sym_GT_GT, - ACTIONS(1912), 1, + ACTIONS(1887), 1, anon_sym_instanceof, - ACTIONS(1914), 1, - anon_sym_PIPE, - ACTIONS(1916), 1, + ACTIONS(1889), 1, + anon_sym_AMP, + ACTIONS(1893), 1, anon_sym_CARET, - ACTIONS(1918), 1, - anon_sym_AMP_AMP, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1824), 2, + ACTIONS(1809), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(1896), 2, + ACTIONS(1871), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(1898), 2, + ACTIONS(1873), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(1900), 2, + ACTIONS(1875), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1902), 2, + ACTIONS(1877), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1904), 2, + ACTIONS(1879), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(1908), 2, + ACTIONS(1883), 2, anon_sym_LT_LT, anon_sym_GT_GT_GT, - ACTIONS(1882), 8, + ACTIONS(1867), 9, anon_sym_RPAREN, + anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_COMMA, anon_sym_QMARK, @@ -52771,345 +53402,340 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_SEMI, - [10414] = 6, - ACTIONS(1906), 1, + [11085] = 14, + ACTIONS(1869), 1, + anon_sym_PIPE, + ACTIONS(1881), 1, anon_sym_SLASH, + ACTIONS(1885), 1, + anon_sym_GT_GT, + ACTIONS(1887), 1, + anon_sym_instanceof, + ACTIONS(1889), 1, + anon_sym_AMP, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1824), 2, + ACTIONS(1809), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(1904), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(1884), 7, - anon_sym_AMP, + ACTIONS(1871), 2, anon_sym_GT, anon_sym_LT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_PIPE, - anon_sym_GT_GT, - ACTIONS(1882), 17, - anon_sym_RPAREN, + ACTIONS(1873), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, + ACTIONS(1875), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + ACTIONS(1877), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(1879), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(1883), 2, + anon_sym_LT_LT, + anon_sym_GT_GT_GT, + ACTIONS(1867), 10, + anon_sym_RPAREN, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_instanceof, anon_sym_COMMA, anon_sym_QMARK, anon_sym_COLON, anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_SEMI, - [10458] = 13, - ACTIONS(1906), 1, + [11145] = 7, + ACTIONS(1881), 1, anon_sym_SLASH, - ACTIONS(1910), 1, - anon_sym_GT_GT, - ACTIONS(1912), 1, - anon_sym_instanceof, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1824), 2, + ACTIONS(1809), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(1884), 2, + ACTIONS(1877), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(1879), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(1869), 5, anon_sym_AMP, - anon_sym_PIPE, - ACTIONS(1896), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(1898), 2, + anon_sym_PIPE, + anon_sym_GT_GT, + ACTIONS(1867), 17, + anon_sym_RPAREN, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(1900), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1902), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(1904), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(1908), 2, - anon_sym_LT_LT, - anon_sym_GT_GT_GT, - ACTIONS(1882), 10, - anon_sym_RPAREN, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_instanceof, anon_sym_COMMA, anon_sym_QMARK, anon_sym_COLON, anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_SEMI, - [10516] = 18, - ACTIONS(1894), 1, - anon_sym_AMP, - ACTIONS(1906), 1, - anon_sym_SLASH, - ACTIONS(1910), 1, - anon_sym_GT_GT, - ACTIONS(1912), 1, - anon_sym_instanceof, - ACTIONS(1914), 1, - anon_sym_PIPE, - ACTIONS(1916), 1, - anon_sym_CARET, - ACTIONS(1918), 1, - anon_sym_AMP_AMP, - ACTIONS(1920), 1, - anon_sym_PIPE_PIPE, - ACTIONS(1922), 1, - anon_sym_QMARK, + [11191] = 5, + ACTIONS(1905), 1, + anon_sym_DASH_GT, + ACTIONS(1908), 1, + anon_sym_COLON, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1824), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(1896), 2, + ACTIONS(1521), 8, + anon_sym_AMP, anon_sym_GT, anon_sym_LT, - ACTIONS(1898), 2, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_GT_GT, + ACTIONS(1519), 19, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(1900), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1902), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(1904), 2, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, anon_sym_STAR, + anon_sym_CARET, anon_sym_PERCENT, - ACTIONS(1908), 2, anon_sym_LT_LT, anon_sym_GT_GT_GT, - ACTIONS(1937), 6, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_COLON, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_SEMI, - [10584] = 15, - ACTIONS(1884), 1, - anon_sym_PIPE, - ACTIONS(1894), 1, - anon_sym_AMP, - ACTIONS(1906), 1, - anon_sym_SLASH, - ACTIONS(1910), 1, - anon_sym_GT_GT, - ACTIONS(1912), 1, anon_sym_instanceof, - ACTIONS(1916), 1, - anon_sym_CARET, + anon_sym_COMMA, + anon_sym_QMARK, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_COLON_COLON, + [11233] = 5, + ACTIONS(1126), 1, + anon_sym_LPAREN, + STATE(1252), 1, + sym_argument_list, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1824), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(1896), 2, + ACTIONS(1130), 8, + anon_sym_AMP, anon_sym_GT, anon_sym_LT, - ACTIONS(1898), 2, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_GT_GT, + ACTIONS(1128), 19, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(1900), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1902), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(1904), 2, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, anon_sym_STAR, + anon_sym_CARET, anon_sym_PERCENT, - ACTIONS(1908), 2, anon_sym_LT_LT, anon_sym_GT_GT_GT, - ACTIONS(1882), 9, - anon_sym_RPAREN, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_COMMA, + anon_sym_instanceof, anon_sym_QMARK, - anon_sym_COLON, - anon_sym_RBRACK, - anon_sym_RBRACE, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_COLON_COLON, anon_sym_SEMI, - [10646] = 18, - ACTIONS(1894), 1, - anon_sym_AMP, - ACTIONS(1906), 1, + [11275] = 18, + ACTIONS(1881), 1, anon_sym_SLASH, - ACTIONS(1910), 1, + ACTIONS(1885), 1, anon_sym_GT_GT, - ACTIONS(1912), 1, + ACTIONS(1887), 1, anon_sym_instanceof, - ACTIONS(1914), 1, + ACTIONS(1889), 1, + anon_sym_AMP, + ACTIONS(1891), 1, anon_sym_PIPE, - ACTIONS(1916), 1, + ACTIONS(1893), 1, anon_sym_CARET, - ACTIONS(1918), 1, + ACTIONS(1895), 1, anon_sym_AMP_AMP, - ACTIONS(1920), 1, + ACTIONS(1911), 1, anon_sym_PIPE_PIPE, - ACTIONS(1922), 1, + ACTIONS(1913), 1, anon_sym_QMARK, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1824), 2, + ACTIONS(1809), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(1896), 2, + ACTIONS(1871), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(1898), 2, + ACTIONS(1873), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(1900), 2, + ACTIONS(1875), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1902), 2, + ACTIONS(1877), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1904), 2, + ACTIONS(1879), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(1908), 2, + ACTIONS(1883), 2, anon_sym_LT_LT, anon_sym_GT_GT_GT, - ACTIONS(1939), 6, + ACTIONS(1855), 6, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_COLON, anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_SEMI, - [10714] = 12, - ACTIONS(1906), 1, + [11343] = 18, + ACTIONS(1881), 1, anon_sym_SLASH, - ACTIONS(1910), 1, + ACTIONS(1885), 1, anon_sym_GT_GT, - ACTIONS(1912), 1, + ACTIONS(1887), 1, anon_sym_instanceof, + ACTIONS(1889), 1, + anon_sym_AMP, + ACTIONS(1891), 1, + anon_sym_PIPE, + ACTIONS(1893), 1, + anon_sym_CARET, + ACTIONS(1895), 1, + anon_sym_AMP_AMP, + ACTIONS(1911), 1, + anon_sym_PIPE_PIPE, + ACTIONS(1913), 1, + anon_sym_QMARK, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1824), 2, + ACTIONS(1809), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(1884), 2, - anon_sym_AMP, - anon_sym_PIPE, - ACTIONS(1896), 2, + ACTIONS(1871), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(1898), 2, + ACTIONS(1873), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(1902), 2, + ACTIONS(1875), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(1877), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1904), 2, + ACTIONS(1879), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(1908), 2, + ACTIONS(1883), 2, anon_sym_LT_LT, anon_sym_GT_GT_GT, - ACTIONS(1882), 12, + ACTIONS(1915), 6, anon_sym_RPAREN, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_CARET, anon_sym_COMMA, - anon_sym_QMARK, anon_sym_COLON, anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_SEMI, - [10770] = 18, - ACTIONS(1894), 1, - anon_sym_AMP, - ACTIONS(1906), 1, + [11411] = 18, + ACTIONS(1881), 1, anon_sym_SLASH, - ACTIONS(1910), 1, + ACTIONS(1885), 1, anon_sym_GT_GT, - ACTIONS(1912), 1, + ACTIONS(1887), 1, anon_sym_instanceof, - ACTIONS(1914), 1, + ACTIONS(1889), 1, + anon_sym_AMP, + ACTIONS(1891), 1, anon_sym_PIPE, - ACTIONS(1916), 1, + ACTIONS(1893), 1, anon_sym_CARET, - ACTIONS(1918), 1, + ACTIONS(1895), 1, anon_sym_AMP_AMP, - ACTIONS(1920), 1, + ACTIONS(1911), 1, anon_sym_PIPE_PIPE, - ACTIONS(1922), 1, + ACTIONS(1913), 1, anon_sym_QMARK, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1824), 2, + ACTIONS(1809), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(1896), 2, + ACTIONS(1871), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(1898), 2, + ACTIONS(1873), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(1900), 2, + ACTIONS(1875), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1902), 2, + ACTIONS(1877), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1904), 2, + ACTIONS(1879), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(1908), 2, + ACTIONS(1883), 2, anon_sym_LT_LT, anon_sym_GT_GT_GT, - ACTIONS(1886), 6, + ACTIONS(1917), 6, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_COLON, anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_SEMI, - [10838] = 6, - ACTIONS(1933), 1, - anon_sym_LPAREN, - ACTIONS(1941), 1, - anon_sym_DOT, - STATE(576), 1, - sym_annotation_argument_list, + [11479] = 6, + ACTIONS(1922), 1, + anon_sym_AT, + ACTIONS(1925), 1, + anon_sym_non_DASHsealed, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1420), 3, - anon_sym_LBRACK, - anon_sym_AT, - anon_sym_non_DASHsealed, - ACTIONS(1416), 23, + STATE(565), 4, + sym__annotation, + sym_marker_annotation, + sym_annotation, + aux_sym_modifiers_repeat1, + ACTIONS(1440), 10, + anon_sym_byte, + anon_sym_short, + anon_sym_int, + anon_sym_long, + anon_sym_char, + anon_sym_float, + anon_sym_double, + sym_boolean_type, + sym_void_type, + sym_identifier, + ACTIONS(1919), 13, anon_sym_final, anon_sym_default, anon_sym_synchronized, @@ -53123,25 +53749,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_transient, anon_sym_volatile, anon_sym_sealed, - anon_sym_byte, - anon_sym_short, - anon_sym_int, - anon_sym_long, - anon_sym_char, - anon_sym_float, - anon_sym_double, - sym_boolean_type, - sym_void_type, - sym_identifier, - [10882] = 5, - ACTIONS(1196), 1, - anon_sym_LPAREN, - STATE(1253), 1, - sym_argument_list, + [11523] = 4, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1200), 8, + ACTIONS(1905), 2, + anon_sym_RPAREN, + anon_sym_COMMA, + ACTIONS(1521), 8, anon_sym_AMP, anon_sym_GT, anon_sym_LT, @@ -53150,7 +53765,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_PIPE, anon_sym_GT_GT, - ACTIONS(1198), 19, + ACTIONS(1519), 18, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_EQ_EQ, @@ -53169,178 +53784,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_DOT, anon_sym_COLON_COLON, - anon_sym_SEMI, - [10924] = 18, - ACTIONS(1894), 1, - anon_sym_AMP, - ACTIONS(1906), 1, - anon_sym_SLASH, - ACTIONS(1910), 1, - anon_sym_GT_GT, - ACTIONS(1912), 1, - anon_sym_instanceof, - ACTIONS(1914), 1, - anon_sym_PIPE, - ACTIONS(1916), 1, - anon_sym_CARET, - ACTIONS(1918), 1, - anon_sym_AMP_AMP, - ACTIONS(1920), 1, - anon_sym_PIPE_PIPE, - ACTIONS(1922), 1, - anon_sym_QMARK, + [11562] = 3, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1824), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(1896), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(1898), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(1900), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(1902), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(1904), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(1908), 2, - anon_sym_LT_LT, - anon_sym_GT_GT_GT, - ACTIONS(1943), 6, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_COLON, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_SEMI, - [10992] = 6, - ACTIONS(293), 1, - anon_sym_AT, - ACTIONS(1947), 1, - anon_sym_non_DASHsealed, - ACTIONS(3), 2, - sym_line_comment, - sym_block_comment, - STATE(549), 4, - sym__annotation, - sym_marker_annotation, - sym_annotation, - aux_sym_modifiers_repeat1, - ACTIONS(1478), 10, - anon_sym_byte, - anon_sym_short, - anon_sym_int, - anon_sym_long, - anon_sym_char, - anon_sym_float, - anon_sym_double, - sym_boolean_type, - sym_void_type, - sym_identifier, - ACTIONS(1945), 13, - anon_sym_final, - anon_sym_default, - anon_sym_synchronized, - anon_sym_static, - anon_sym_public, - anon_sym_protected, - anon_sym_private, - anon_sym_abstract, - anon_sym_strictfp, - anon_sym_native, - anon_sym_transient, - anon_sym_volatile, - anon_sym_sealed, - [11036] = 7, - ACTIONS(1334), 1, - anon_sym_AT, - ACTIONS(1949), 1, - anon_sym_LBRACK, - STATE(564), 1, - aux_sym_dimensions_repeat1, - ACTIONS(3), 2, - sym_line_comment, - sym_block_comment, - STATE(865), 4, - sym__annotation, - sym_marker_annotation, - sym_annotation, - aux_sym_array_creation_expression_repeat1, - ACTIONS(1329), 10, - anon_sym_RPAREN, - anon_sym_AMP, - anon_sym_EQ, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_COMMA, - anon_sym_COLON_COLON, - anon_sym_LBRACE, - anon_sym_SEMI, - anon_sym_DOT_DOT_DOT, - ACTIONS(1327), 11, - anon_sym_COLON, - anon_sym_DOT, - anon_sym_default, - anon_sym_open, - anon_sym_module, - anon_sym_implements, - anon_sym_permits, - anon_sym_record, - anon_sym_throws, - sym_this, - sym_identifier, - [11081] = 3, - ACTIONS(3), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(1384), 5, - anon_sym_LPAREN, - anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_AT, - anon_sym_non_DASHsealed, - ACTIONS(1382), 23, - anon_sym_final, - anon_sym_default, - anon_sym_synchronized, - anon_sym_static, - anon_sym_public, - anon_sym_protected, - anon_sym_private, - anon_sym_abstract, - anon_sym_strictfp, - anon_sym_native, - anon_sym_transient, - anon_sym_volatile, - anon_sym_sealed, - anon_sym_byte, - anon_sym_short, - anon_sym_int, - anon_sym_long, - anon_sym_char, - anon_sym_float, - anon_sym_double, - sym_boolean_type, - sym_void_type, - sym_identifier, - [11118] = 3, - ACTIONS(3), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(1380), 5, + ACTIONS(1366), 5, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_DOT, anon_sym_AT, anon_sym_non_DASHsealed, - ACTIONS(1378), 23, + ACTIONS(1364), 23, anon_sym_final, anon_sym_default, anon_sym_synchronized, @@ -53364,153 +53818,115 @@ static const uint16_t ts_small_parse_table[] = { sym_boolean_type, sym_void_type, sym_identifier, - [11155] = 7, - ACTIONS(293), 1, - anon_sym_AT, - ACTIONS(1952), 1, - anon_sym_LBRACK, - STATE(564), 1, - aux_sym_dimensions_repeat1, - ACTIONS(3), 2, - sym_line_comment, - sym_block_comment, - STATE(865), 4, - sym__annotation, - sym_marker_annotation, - sym_annotation, - aux_sym_array_creation_expression_repeat1, - ACTIONS(1339), 10, - anon_sym_RPAREN, - anon_sym_AMP, - anon_sym_EQ, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_COMMA, - anon_sym_COLON_COLON, - anon_sym_LBRACE, - anon_sym_SEMI, - anon_sym_DOT_DOT_DOT, - ACTIONS(1337), 11, - anon_sym_COLON, - anon_sym_DOT, - anon_sym_default, - anon_sym_open, - anon_sym_module, - anon_sym_implements, - anon_sym_permits, - anon_sym_record, - anon_sym_throws, - sym_this, - sym_identifier, - [11200] = 20, - ACTIONS(1912), 1, + [11599] = 18, + ACTIONS(1881), 1, + anon_sym_SLASH, + ACTIONS(1885), 1, + anon_sym_GT_GT, + ACTIONS(1887), 1, anon_sym_instanceof, - ACTIONS(1954), 1, + ACTIONS(1889), 1, anon_sym_AMP, - ACTIONS(1962), 1, - anon_sym_AMP_AMP, - ACTIONS(1964), 1, - anon_sym_PIPE_PIPE, - ACTIONS(1970), 1, - anon_sym_SLASH, - ACTIONS(1972), 1, + ACTIONS(1891), 1, anon_sym_PIPE, - ACTIONS(1974), 1, + ACTIONS(1893), 1, anon_sym_CARET, - ACTIONS(1978), 1, - anon_sym_GT_GT, - ACTIONS(1982), 1, - anon_sym_COMMA, - ACTIONS(1984), 1, + ACTIONS(1895), 1, + anon_sym_AMP_AMP, + ACTIONS(1911), 1, + anon_sym_PIPE_PIPE, + ACTIONS(1913), 1, anon_sym_QMARK, - STATE(967), 1, - aux_sym_argument_list_repeat1, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1824), 2, + ACTIONS(1809), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(1956), 2, + ACTIONS(1871), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(1958), 2, + ACTIONS(1873), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(1960), 2, + ACTIONS(1875), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1966), 2, + ACTIONS(1877), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1968), 2, + ACTIONS(1879), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(1976), 2, + ACTIONS(1883), 2, anon_sym_LT_LT, anon_sym_GT_GT_GT, - ACTIONS(1980), 2, - anon_sym_DASH_GT, - anon_sym_COLON, - [11270] = 18, - ACTIONS(1894), 1, + ACTIONS(1928), 4, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_SEMI, + [11665] = 20, + ACTIONS(1887), 1, + anon_sym_instanceof, + ACTIONS(1930), 1, anon_sym_AMP, - ACTIONS(1906), 1, + ACTIONS(1938), 1, + anon_sym_AMP_AMP, + ACTIONS(1940), 1, + anon_sym_PIPE_PIPE, + ACTIONS(1946), 1, anon_sym_SLASH, - ACTIONS(1910), 1, - anon_sym_GT_GT, - ACTIONS(1912), 1, - anon_sym_instanceof, - ACTIONS(1914), 1, + ACTIONS(1948), 1, anon_sym_PIPE, - ACTIONS(1916), 1, + ACTIONS(1950), 1, anon_sym_CARET, - ACTIONS(1918), 1, - anon_sym_AMP_AMP, - ACTIONS(1920), 1, - anon_sym_PIPE_PIPE, - ACTIONS(1922), 1, + ACTIONS(1954), 1, + anon_sym_GT_GT, + ACTIONS(1958), 1, + anon_sym_COMMA, + ACTIONS(1960), 1, anon_sym_QMARK, + STATE(923), 1, + aux_sym_argument_list_repeat1, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1824), 2, + ACTIONS(1809), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(1896), 2, + ACTIONS(1932), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(1898), 2, + ACTIONS(1934), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(1900), 2, + ACTIONS(1936), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1902), 2, + ACTIONS(1942), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1904), 2, + ACTIONS(1944), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(1908), 2, + ACTIONS(1952), 2, anon_sym_LT_LT, anon_sym_GT_GT_GT, - ACTIONS(1986), 4, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_SEMI, - [11336] = 6, - ACTIONS(1645), 1, + ACTIONS(1956), 2, + anon_sym_DASH_GT, + anon_sym_COLON, + [11735] = 6, + ACTIONS(1632), 1, anon_sym_LBRACK, - ACTIONS(1649), 1, + ACTIONS(1636), 1, anon_sym_COLON_COLON, - ACTIONS(1988), 1, + ACTIONS(1962), 1, anon_sym_DOT, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(313), 8, + ACTIONS(327), 8, anon_sym_AMP, anon_sym_GT, anon_sym_LT, @@ -53519,7 +53935,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_PIPE, anon_sym_GT_GT, - ACTIONS(315), 16, + ACTIONS(329), 16, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_EQ_EQ, @@ -53536,203 +53952,185 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_SEMI, - [11378] = 20, - ACTIONS(1894), 1, - anon_sym_AMP, - ACTIONS(1906), 1, - anon_sym_SLASH, - ACTIONS(1910), 1, - anon_sym_GT_GT, - ACTIONS(1912), 1, - anon_sym_instanceof, - ACTIONS(1914), 1, - anon_sym_PIPE, - ACTIONS(1916), 1, - anon_sym_CARET, - ACTIONS(1918), 1, - anon_sym_AMP_AMP, - ACTIONS(1920), 1, - anon_sym_PIPE_PIPE, - ACTIONS(1922), 1, - anon_sym_QMARK, - ACTIONS(1990), 1, - anon_sym_RPAREN, - ACTIONS(1992), 1, - anon_sym_COMMA, - STATE(1065), 1, - aux_sym_for_statement_repeat2, + [11777] = 3, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1824), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(1896), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(1898), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(1900), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(1902), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(1904), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(1908), 2, - anon_sym_LT_LT, - anon_sym_GT_GT_GT, - [11447] = 14, - ACTIONS(1884), 1, - anon_sym_PIPE, - ACTIONS(1912), 1, - anon_sym_instanceof, - ACTIONS(1954), 1, + ACTIONS(1292), 12, + anon_sym_RPAREN, anon_sym_AMP, - ACTIONS(1970), 1, - anon_sym_SLASH, - ACTIONS(1978), 1, - anon_sym_GT_GT, - ACTIONS(3), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(1824), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(1956), 2, + anon_sym_EQ, anon_sym_GT, - anon_sym_LT, - ACTIONS(1958), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(1960), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(1966), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(1968), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(1976), 2, - anon_sym_LT_LT, - anon_sym_GT_GT_GT, - ACTIONS(1882), 7, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_CARET, - anon_sym_DASH_GT, + anon_sym_PIPE, anon_sym_COMMA, - anon_sym_QMARK, + anon_sym_LBRACK, + anon_sym_COLON_COLON, + anon_sym_LBRACE, + anon_sym_SEMI, + anon_sym_AT, + anon_sym_DOT_DOT_DOT, + ACTIONS(1290), 14, anon_sym_COLON, - [11504] = 18, - ACTIONS(1912), 1, + anon_sym_DOT, + anon_sym_default, + anon_sym_yield, + anon_sym_open, + anon_sym_module, + anon_sym_with, + anon_sym_sealed, + anon_sym_implements, + anon_sym_permits, + anon_sym_record, + anon_sym_throws, + sym_this, + sym_identifier, + [11812] = 18, + ACTIONS(1887), 1, anon_sym_instanceof, - ACTIONS(1954), 1, + ACTIONS(1930), 1, anon_sym_AMP, - ACTIONS(1962), 1, + ACTIONS(1938), 1, anon_sym_AMP_AMP, - ACTIONS(1964), 1, + ACTIONS(1940), 1, anon_sym_PIPE_PIPE, - ACTIONS(1970), 1, + ACTIONS(1946), 1, anon_sym_SLASH, - ACTIONS(1972), 1, + ACTIONS(1948), 1, anon_sym_PIPE, - ACTIONS(1974), 1, + ACTIONS(1950), 1, anon_sym_CARET, - ACTIONS(1978), 1, + ACTIONS(1954), 1, anon_sym_GT_GT, - ACTIONS(1984), 1, + ACTIONS(1960), 1, anon_sym_QMARK, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1824), 2, + ACTIONS(1809), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(1956), 2, + ACTIONS(1932), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(1958), 2, + ACTIONS(1934), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(1960), 2, + ACTIONS(1936), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1966), 2, + ACTIONS(1942), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1968), 2, + ACTIONS(1944), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(1976), 2, + ACTIONS(1952), 2, anon_sym_LT_LT, anon_sym_GT_GT_GT, - ACTIONS(1939), 3, + ACTIONS(1855), 3, anon_sym_DASH_GT, anon_sym_COMMA, anon_sym_COLON, - [11569] = 20, - ACTIONS(1894), 1, - anon_sym_AMP, - ACTIONS(1906), 1, + [11877] = 20, + ACTIONS(1881), 1, anon_sym_SLASH, - ACTIONS(1910), 1, + ACTIONS(1885), 1, anon_sym_GT_GT, - ACTIONS(1912), 1, + ACTIONS(1887), 1, anon_sym_instanceof, - ACTIONS(1914), 1, + ACTIONS(1889), 1, + anon_sym_AMP, + ACTIONS(1891), 1, anon_sym_PIPE, - ACTIONS(1916), 1, + ACTIONS(1893), 1, anon_sym_CARET, - ACTIONS(1918), 1, + ACTIONS(1895), 1, anon_sym_AMP_AMP, - ACTIONS(1920), 1, + ACTIONS(1911), 1, anon_sym_PIPE_PIPE, - ACTIONS(1922), 1, + ACTIONS(1913), 1, anon_sym_QMARK, - ACTIONS(1994), 1, + ACTIONS(1964), 1, + anon_sym_RPAREN, + ACTIONS(1966), 1, anon_sym_COMMA, - ACTIONS(1996), 1, - anon_sym_RBRACE, - STATE(1080), 1, - aux_sym_array_initializer_repeat1, + STATE(994), 1, + aux_sym_for_statement_repeat2, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1824), 2, + ACTIONS(1809), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(1896), 2, + ACTIONS(1871), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(1898), 2, + ACTIONS(1873), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(1900), 2, + ACTIONS(1875), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1902), 2, + ACTIONS(1877), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1904), 2, + ACTIONS(1879), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(1908), 2, + ACTIONS(1883), 2, anon_sym_LT_LT, anon_sym_GT_GT_GT, - [11638] = 3, + [11946] = 13, + ACTIONS(1968), 1, + sym_identifier, + ACTIONS(1970), 1, + anon_sym_RPAREN, + STATE(666), 1, + sym_scoped_type_identifier, + STATE(737), 1, + sym__unannotated_type, + STATE(783), 1, + sym_generic_type, + STATE(1118), 1, + sym__reserved_identifier, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1523), 3, - anon_sym_LBRACK, + ACTIONS(87), 2, + anon_sym_float, + anon_sym_double, + ACTIONS(89), 2, + sym_boolean_type, + sym_void_type, + STATE(1015), 2, + sym_record_pattern, + sym_record_pattern_component, + STATE(688), 3, + sym_array_type, + sym_integral_type, + sym_floating_point_type, + ACTIONS(85), 5, + anon_sym_byte, + anon_sym_short, + anon_sym_int, + anon_sym_long, + anon_sym_char, + ACTIONS(67), 6, + anon_sym_yield, + anon_sym_open, + anon_sym_module, + anon_sym_with, + anon_sym_sealed, + anon_sym_record, + [12001] = 3, + ACTIONS(3), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(1974), 3, + anon_sym_RPAREN, anon_sym_AT, anon_sym_non_DASHsealed, - ACTIONS(1521), 23, + ACTIONS(1972), 23, anon_sym_final, anon_sym_default, anon_sym_synchronized, @@ -53756,15 +54154,64 @@ static const uint16_t ts_small_parse_table[] = { sym_boolean_type, sym_void_type, sym_identifier, - [11673] = 3, + [12036] = 20, + ACTIONS(1881), 1, + anon_sym_SLASH, + ACTIONS(1885), 1, + anon_sym_GT_GT, + ACTIONS(1887), 1, + anon_sym_instanceof, + ACTIONS(1889), 1, + anon_sym_AMP, + ACTIONS(1891), 1, + anon_sym_PIPE, + ACTIONS(1893), 1, + anon_sym_CARET, + ACTIONS(1895), 1, + anon_sym_AMP_AMP, + ACTIONS(1911), 1, + anon_sym_PIPE_PIPE, + ACTIONS(1913), 1, + anon_sym_QMARK, + ACTIONS(1976), 1, + anon_sym_COMMA, + ACTIONS(1978), 1, + anon_sym_SEMI, + STATE(979), 1, + aux_sym_for_statement_repeat1, + ACTIONS(3), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(1809), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(1871), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(1873), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(1875), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(1877), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(1879), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(1883), 2, + anon_sym_LT_LT, + anon_sym_GT_GT_GT, + [12105] = 3, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1607), 3, + ACTIONS(1549), 3, anon_sym_LBRACK, anon_sym_AT, anon_sym_non_DASHsealed, - ACTIONS(1605), 23, + ACTIONS(1547), 23, anon_sym_final, anon_sym_default, anon_sym_synchronized, @@ -53788,15 +54235,15 @@ static const uint16_t ts_small_parse_table[] = { sym_boolean_type, sym_void_type, sym_identifier, - [11708] = 3, + [12140] = 3, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1611), 3, + ACTIONS(1517), 3, anon_sym_LBRACK, anon_sym_AT, anon_sym_non_DASHsealed, - ACTIONS(1609), 23, + ACTIONS(1515), 23, anon_sym_final, anon_sym_default, anon_sym_synchronized, @@ -53820,236 +54267,254 @@ static const uint16_t ts_small_parse_table[] = { sym_boolean_type, sym_void_type, sym_identifier, - [11743] = 20, - ACTIONS(1894), 1, + [12175] = 18, + ACTIONS(1881), 1, + anon_sym_SLASH, + ACTIONS(1885), 1, + anon_sym_GT_GT, + ACTIONS(1887), 1, + anon_sym_instanceof, + ACTIONS(1889), 1, anon_sym_AMP, - ACTIONS(1906), 1, + ACTIONS(1891), 1, + anon_sym_PIPE, + ACTIONS(1893), 1, + anon_sym_CARET, + ACTIONS(1895), 1, + anon_sym_AMP_AMP, + ACTIONS(1911), 1, + anon_sym_PIPE_PIPE, + ACTIONS(1913), 1, + anon_sym_QMARK, + ACTIONS(3), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(1809), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(1871), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(1873), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(1875), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(1877), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(1879), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(1883), 2, + anon_sym_LT_LT, + anon_sym_GT_GT_GT, + ACTIONS(1980), 3, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_COLON, + [12240] = 20, + ACTIONS(1881), 1, anon_sym_SLASH, - ACTIONS(1910), 1, + ACTIONS(1885), 1, anon_sym_GT_GT, - ACTIONS(1912), 1, + ACTIONS(1887), 1, anon_sym_instanceof, - ACTIONS(1914), 1, + ACTIONS(1889), 1, + anon_sym_AMP, + ACTIONS(1891), 1, anon_sym_PIPE, - ACTIONS(1916), 1, + ACTIONS(1893), 1, anon_sym_CARET, - ACTIONS(1918), 1, + ACTIONS(1895), 1, anon_sym_AMP_AMP, - ACTIONS(1920), 1, + ACTIONS(1911), 1, anon_sym_PIPE_PIPE, - ACTIONS(1922), 1, + ACTIONS(1913), 1, anon_sym_QMARK, - ACTIONS(1998), 1, + ACTIONS(1966), 1, anon_sym_COMMA, - ACTIONS(2000), 1, - anon_sym_SEMI, - STATE(1112), 1, - aux_sym_for_statement_repeat1, + ACTIONS(1982), 1, + anon_sym_RPAREN, + STATE(1021), 1, + aux_sym_for_statement_repeat2, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1824), 2, + ACTIONS(1809), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(1896), 2, + ACTIONS(1871), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(1898), 2, + ACTIONS(1873), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(1900), 2, + ACTIONS(1875), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1902), 2, + ACTIONS(1877), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1904), 2, + ACTIONS(1879), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(1908), 2, + ACTIONS(1883), 2, anon_sym_LT_LT, anon_sym_GT_GT_GT, - [11812] = 18, - ACTIONS(1912), 1, + [12309] = 18, + ACTIONS(1887), 1, anon_sym_instanceof, - ACTIONS(1954), 1, + ACTIONS(1930), 1, anon_sym_AMP, - ACTIONS(1962), 1, + ACTIONS(1938), 1, anon_sym_AMP_AMP, - ACTIONS(1964), 1, + ACTIONS(1940), 1, anon_sym_PIPE_PIPE, - ACTIONS(1970), 1, + ACTIONS(1946), 1, anon_sym_SLASH, - ACTIONS(1972), 1, + ACTIONS(1948), 1, anon_sym_PIPE, - ACTIONS(1974), 1, + ACTIONS(1950), 1, anon_sym_CARET, - ACTIONS(1978), 1, + ACTIONS(1954), 1, anon_sym_GT_GT, - ACTIONS(1984), 1, + ACTIONS(1960), 1, anon_sym_QMARK, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1824), 2, + ACTIONS(1809), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(1956), 2, + ACTIONS(1932), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(1958), 2, + ACTIONS(1934), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(1960), 2, + ACTIONS(1936), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1966), 2, + ACTIONS(1942), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1968), 2, + ACTIONS(1944), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(1976), 2, + ACTIONS(1952), 2, anon_sym_LT_LT, anon_sym_GT_GT_GT, - ACTIONS(1937), 3, + ACTIONS(1980), 3, anon_sym_DASH_GT, anon_sym_COMMA, anon_sym_COLON, - [11877] = 20, - ACTIONS(1894), 1, + [12374] = 18, + ACTIONS(1887), 1, + anon_sym_instanceof, + ACTIONS(1930), 1, anon_sym_AMP, - ACTIONS(1906), 1, + ACTIONS(1938), 1, + anon_sym_AMP_AMP, + ACTIONS(1940), 1, + anon_sym_PIPE_PIPE, + ACTIONS(1946), 1, + anon_sym_SLASH, + ACTIONS(1948), 1, + anon_sym_PIPE, + ACTIONS(1950), 1, + anon_sym_CARET, + ACTIONS(1954), 1, + anon_sym_GT_GT, + ACTIONS(1960), 1, + anon_sym_QMARK, + ACTIONS(3), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(1809), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(1932), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(1934), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(1936), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(1942), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(1944), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(1952), 2, + anon_sym_LT_LT, + anon_sym_GT_GT_GT, + ACTIONS(1915), 3, + anon_sym_DASH_GT, + anon_sym_COMMA, + anon_sym_COLON, + [12439] = 20, + ACTIONS(1881), 1, anon_sym_SLASH, - ACTIONS(1910), 1, + ACTIONS(1885), 1, anon_sym_GT_GT, - ACTIONS(1912), 1, + ACTIONS(1887), 1, anon_sym_instanceof, - ACTIONS(1914), 1, + ACTIONS(1889), 1, + anon_sym_AMP, + ACTIONS(1891), 1, anon_sym_PIPE, - ACTIONS(1916), 1, + ACTIONS(1893), 1, anon_sym_CARET, - ACTIONS(1918), 1, + ACTIONS(1895), 1, anon_sym_AMP_AMP, - ACTIONS(1920), 1, + ACTIONS(1911), 1, anon_sym_PIPE_PIPE, - ACTIONS(1922), 1, + ACTIONS(1913), 1, anon_sym_QMARK, - ACTIONS(1992), 1, + ACTIONS(1966), 1, anon_sym_COMMA, - ACTIONS(2002), 1, + ACTIONS(1984), 1, anon_sym_RPAREN, - STATE(1052), 1, + STATE(990), 1, aux_sym_for_statement_repeat2, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1824), 2, + ACTIONS(1809), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(1896), 2, + ACTIONS(1871), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(1898), 2, + ACTIONS(1873), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(1900), 2, + ACTIONS(1875), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1902), 2, + ACTIONS(1877), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1904), 2, + ACTIONS(1879), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(1908), 2, + ACTIONS(1883), 2, anon_sym_LT_LT, anon_sym_GT_GT_GT, - [11946] = 3, - ACTIONS(3), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(2006), 3, - anon_sym_RPAREN, - anon_sym_AT, - anon_sym_non_DASHsealed, - ACTIONS(2004), 23, - anon_sym_final, - anon_sym_default, - anon_sym_synchronized, - anon_sym_static, - anon_sym_public, - anon_sym_protected, - anon_sym_private, - anon_sym_abstract, - anon_sym_strictfp, - anon_sym_native, - anon_sym_transient, - anon_sym_volatile, - anon_sym_sealed, - anon_sym_byte, - anon_sym_short, - anon_sym_int, - anon_sym_long, - anon_sym_char, - anon_sym_float, - anon_sym_double, - sym_boolean_type, - sym_void_type, - sym_identifier, - [11981] = 15, - ACTIONS(329), 1, - anon_sym_AT, - ACTIONS(1140), 1, - sym_identifier, - ACTIONS(2008), 1, - anon_sym_GT, - ACTIONS(2010), 1, - anon_sym_QMARK, - STATE(685), 1, - sym_scoped_type_identifier, - STATE(711), 1, - sym_generic_type, - STATE(725), 1, - sym__unannotated_type, - STATE(797), 1, - sym_annotated_type, - ACTIONS(3), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(83), 2, - anon_sym_float, - anon_sym_double, - ACTIONS(85), 2, - sym_boolean_type, - sym_void_type, - STATE(1056), 2, - sym_wildcard, - sym__type, - STATE(702), 3, - sym_array_type, - sym_integral_type, - sym_floating_point_type, - STATE(678), 4, - sym__annotation, - sym_marker_annotation, - sym_annotation, - aux_sym_array_creation_expression_repeat1, - ACTIONS(81), 5, - anon_sym_byte, - anon_sym_short, - anon_sym_int, - anon_sym_long, - anon_sym_char, - [12040] = 3, + [12508] = 3, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1519), 3, + ACTIONS(1529), 3, anon_sym_LBRACK, anon_sym_AT, anon_sym_non_DASHsealed, - ACTIONS(1517), 23, + ACTIONS(1527), 23, anon_sym_final, anon_sym_default, anon_sym_synchronized, @@ -54073,347 +54538,328 @@ static const uint16_t ts_small_parse_table[] = { sym_boolean_type, sym_void_type, sym_identifier, - [12075] = 18, - ACTIONS(1912), 1, + [12543] = 20, + ACTIONS(1881), 1, + anon_sym_SLASH, + ACTIONS(1885), 1, + anon_sym_GT_GT, + ACTIONS(1887), 1, anon_sym_instanceof, - ACTIONS(1954), 1, + ACTIONS(1889), 1, anon_sym_AMP, - ACTIONS(1962), 1, - anon_sym_AMP_AMP, - ACTIONS(1964), 1, - anon_sym_PIPE_PIPE, - ACTIONS(1970), 1, - anon_sym_SLASH, - ACTIONS(1972), 1, + ACTIONS(1891), 1, anon_sym_PIPE, - ACTIONS(1974), 1, + ACTIONS(1893), 1, anon_sym_CARET, - ACTIONS(1978), 1, - anon_sym_GT_GT, - ACTIONS(1984), 1, + ACTIONS(1895), 1, + anon_sym_AMP_AMP, + ACTIONS(1911), 1, + anon_sym_PIPE_PIPE, + ACTIONS(1913), 1, anon_sym_QMARK, + ACTIONS(1966), 1, + anon_sym_COMMA, + ACTIONS(1986), 1, + anon_sym_RPAREN, + STATE(993), 1, + aux_sym_for_statement_repeat2, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1824), 2, + ACTIONS(1809), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(1956), 2, + ACTIONS(1871), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(1958), 2, + ACTIONS(1873), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(1960), 2, + ACTIONS(1875), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1966), 2, + ACTIONS(1877), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1968), 2, + ACTIONS(1879), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(1976), 2, + ACTIONS(1883), 2, anon_sym_LT_LT, anon_sym_GT_GT_GT, - ACTIONS(2012), 3, - anon_sym_DASH_GT, - anon_sym_COMMA, - anon_sym_COLON, - [12140] = 3, - ACTIONS(3), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(2016), 3, - anon_sym_RPAREN, - anon_sym_AT, - anon_sym_non_DASHsealed, - ACTIONS(2014), 23, - anon_sym_final, - anon_sym_default, - anon_sym_synchronized, - anon_sym_static, - anon_sym_public, - anon_sym_protected, - anon_sym_private, - anon_sym_abstract, - anon_sym_strictfp, - anon_sym_native, - anon_sym_transient, - anon_sym_volatile, - anon_sym_sealed, - anon_sym_byte, - anon_sym_short, - anon_sym_int, - anon_sym_long, - anon_sym_char, - anon_sym_float, - anon_sym_double, - sym_boolean_type, - sym_void_type, - sym_identifier, - [12175] = 18, - ACTIONS(1912), 1, + [12612] = 20, + ACTIONS(1881), 1, + anon_sym_SLASH, + ACTIONS(1885), 1, + anon_sym_GT_GT, + ACTIONS(1887), 1, anon_sym_instanceof, - ACTIONS(1954), 1, + ACTIONS(1889), 1, anon_sym_AMP, - ACTIONS(1962), 1, - anon_sym_AMP_AMP, - ACTIONS(1964), 1, - anon_sym_PIPE_PIPE, - ACTIONS(1970), 1, - anon_sym_SLASH, - ACTIONS(1972), 1, + ACTIONS(1891), 1, anon_sym_PIPE, - ACTIONS(1974), 1, + ACTIONS(1893), 1, anon_sym_CARET, - ACTIONS(1978), 1, - anon_sym_GT_GT, - ACTIONS(1984), 1, + ACTIONS(1895), 1, + anon_sym_AMP_AMP, + ACTIONS(1911), 1, + anon_sym_PIPE_PIPE, + ACTIONS(1913), 1, anon_sym_QMARK, + ACTIONS(1988), 1, + anon_sym_COMMA, + ACTIONS(1990), 1, + anon_sym_RBRACE, + STATE(989), 1, + aux_sym_array_initializer_repeat1, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1824), 2, + ACTIONS(1809), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(1956), 2, + ACTIONS(1871), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(1958), 2, + ACTIONS(1873), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(1960), 2, + ACTIONS(1875), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1966), 2, + ACTIONS(1877), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1968), 2, + ACTIONS(1879), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(1976), 2, + ACTIONS(1883), 2, anon_sym_LT_LT, anon_sym_GT_GT_GT, - ACTIONS(1943), 3, - anon_sym_DASH_GT, - anon_sym_COMMA, - anon_sym_COLON, - [12240] = 20, - ACTIONS(1894), 1, + [12681] = 14, + ACTIONS(1869), 1, + anon_sym_PIPE, + ACTIONS(1887), 1, + anon_sym_instanceof, + ACTIONS(1930), 1, anon_sym_AMP, - ACTIONS(1906), 1, + ACTIONS(1946), 1, anon_sym_SLASH, - ACTIONS(1910), 1, + ACTIONS(1954), 1, anon_sym_GT_GT, - ACTIONS(1912), 1, - anon_sym_instanceof, - ACTIONS(1914), 1, - anon_sym_PIPE, - ACTIONS(1916), 1, - anon_sym_CARET, - ACTIONS(1918), 1, - anon_sym_AMP_AMP, - ACTIONS(1920), 1, - anon_sym_PIPE_PIPE, - ACTIONS(1922), 1, - anon_sym_QMARK, - ACTIONS(2018), 1, - anon_sym_RPAREN, - ACTIONS(2020), 1, - anon_sym_COMMA, - STATE(1106), 1, - aux_sym_argument_list_repeat1, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1824), 2, + ACTIONS(1809), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(1896), 2, + ACTIONS(1932), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(1898), 2, + ACTIONS(1934), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(1900), 2, + ACTIONS(1936), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1902), 2, + ACTIONS(1942), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1904), 2, + ACTIONS(1944), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(1908), 2, + ACTIONS(1952), 2, anon_sym_LT_LT, anon_sym_GT_GT_GT, - [12309] = 18, - ACTIONS(1912), 1, - anon_sym_instanceof, - ACTIONS(1954), 1, - anon_sym_AMP, - ACTIONS(1962), 1, + ACTIONS(1867), 7, anon_sym_AMP_AMP, - ACTIONS(1964), 1, anon_sym_PIPE_PIPE, - ACTIONS(1970), 1, - anon_sym_SLASH, - ACTIONS(1972), 1, + anon_sym_CARET, + anon_sym_DASH_GT, + anon_sym_COMMA, + anon_sym_QMARK, + anon_sym_COLON, + [12738] = 15, + ACTIONS(1869), 1, anon_sym_PIPE, - ACTIONS(1974), 1, + ACTIONS(1887), 1, + anon_sym_instanceof, + ACTIONS(1930), 1, + anon_sym_AMP, + ACTIONS(1946), 1, + anon_sym_SLASH, + ACTIONS(1950), 1, anon_sym_CARET, - ACTIONS(1978), 1, + ACTIONS(1954), 1, anon_sym_GT_GT, - ACTIONS(1984), 1, - anon_sym_QMARK, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1824), 2, + ACTIONS(1809), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(1956), 2, + ACTIONS(1932), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(1958), 2, + ACTIONS(1934), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(1960), 2, + ACTIONS(1936), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1966), 2, + ACTIONS(1942), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1968), 2, + ACTIONS(1944), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(1976), 2, + ACTIONS(1952), 2, anon_sym_LT_LT, anon_sym_GT_GT_GT, - ACTIONS(1886), 3, + ACTIONS(1867), 6, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, anon_sym_DASH_GT, anon_sym_COMMA, + anon_sym_QMARK, anon_sym_COLON, - [12374] = 13, - ACTIONS(1912), 1, - anon_sym_instanceof, - ACTIONS(1970), 1, + [12797] = 15, + ACTIONS(275), 1, + anon_sym_AT, + ACTIONS(1210), 1, + sym_identifier, + ACTIONS(1992), 1, + anon_sym_GT, + ACTIONS(1994), 1, + anon_sym_QMARK, + STATE(666), 1, + sym_scoped_type_identifier, + STATE(686), 1, + sym_generic_type, + STATE(743), 1, + sym__unannotated_type, + STATE(831), 1, + sym_annotated_type, + ACTIONS(3), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(87), 2, + anon_sym_float, + anon_sym_double, + ACTIONS(89), 2, + sym_boolean_type, + sym_void_type, + STATE(1038), 2, + sym_wildcard, + sym__type, + STATE(688), 3, + sym_array_type, + sym_integral_type, + sym_floating_point_type, + STATE(684), 4, + sym__annotation, + sym_marker_annotation, + sym_annotation, + aux_sym_array_creation_expression_repeat1, + ACTIONS(85), 5, + anon_sym_byte, + anon_sym_short, + anon_sym_int, + anon_sym_long, + anon_sym_char, + [12856] = 6, + ACTIONS(1946), 1, anon_sym_SLASH, - ACTIONS(1978), 1, - anon_sym_GT_GT, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1824), 2, + ACTIONS(1809), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(1884), 2, + ACTIONS(1944), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(1869), 7, anon_sym_AMP, - anon_sym_PIPE, - ACTIONS(1956), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(1958), 2, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_PIPE, + anon_sym_GT_GT, + ACTIONS(1867), 14, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(1960), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1966), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(1968), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(1976), 2, - anon_sym_LT_LT, - anon_sym_GT_GT_GT, - ACTIONS(1882), 7, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_instanceof, anon_sym_DASH_GT, anon_sym_COMMA, anon_sym_QMARK, anon_sym_COLON, - [12429] = 20, - ACTIONS(1894), 1, - anon_sym_AMP, - ACTIONS(1906), 1, + [12897] = 20, + ACTIONS(1881), 1, anon_sym_SLASH, - ACTIONS(1910), 1, + ACTIONS(1885), 1, anon_sym_GT_GT, - ACTIONS(1912), 1, + ACTIONS(1887), 1, anon_sym_instanceof, - ACTIONS(1914), 1, + ACTIONS(1889), 1, + anon_sym_AMP, + ACTIONS(1891), 1, anon_sym_PIPE, - ACTIONS(1916), 1, + ACTIONS(1893), 1, anon_sym_CARET, - ACTIONS(1918), 1, + ACTIONS(1895), 1, anon_sym_AMP_AMP, - ACTIONS(1920), 1, + ACTIONS(1911), 1, anon_sym_PIPE_PIPE, - ACTIONS(1922), 1, + ACTIONS(1913), 1, anon_sym_QMARK, - ACTIONS(1998), 1, + ACTIONS(1966), 1, anon_sym_COMMA, - ACTIONS(2022), 1, - anon_sym_SEMI, - STATE(1082), 1, - aux_sym_for_statement_repeat1, + ACTIONS(1996), 1, + anon_sym_RPAREN, + STATE(984), 1, + aux_sym_for_statement_repeat2, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1824), 2, + ACTIONS(1809), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(1896), 2, + ACTIONS(1871), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(1898), 2, + ACTIONS(1873), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(1900), 2, + ACTIONS(1875), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1902), 2, + ACTIONS(1877), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1904), 2, + ACTIONS(1879), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(1908), 2, + ACTIONS(1883), 2, anon_sym_LT_LT, anon_sym_GT_GT_GT, - [12498] = 12, - ACTIONS(293), 1, - anon_sym_AT, - ACTIONS(297), 1, - anon_sym_non_DASHsealed, - ACTIONS(2024), 1, - sym_identifier, - ACTIONS(2026), 1, - anon_sym_COMMA, - ACTIONS(2028), 1, - anon_sym_RBRACE, - ACTIONS(2030), 1, - anon_sym_SEMI, - STATE(899), 1, - sym_enum_constant, - STATE(1290), 1, - sym_enum_body_declarations, - STATE(1294), 1, - sym_modifiers, + [12966] = 3, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - STATE(563), 4, - sym__annotation, - sym_marker_annotation, - sym_annotation, - aux_sym_modifiers_repeat1, - ACTIONS(291), 13, + ACTIONS(2000), 3, + anon_sym_RPAREN, + anon_sym_AT, + anon_sym_non_DASHsealed, + ACTIONS(1998), 23, anon_sym_final, anon_sym_default, anon_sym_synchronized, @@ -54427,135 +54873,216 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_transient, anon_sym_volatile, anon_sym_sealed, - [12551] = 4, + anon_sym_byte, + anon_sym_short, + anon_sym_int, + anon_sym_long, + anon_sym_char, + anon_sym_float, + anon_sym_double, + sym_boolean_type, + sym_void_type, + sym_identifier, + [13001] = 20, + ACTIONS(1881), 1, + anon_sym_SLASH, + ACTIONS(1885), 1, + anon_sym_GT_GT, + ACTIONS(1887), 1, + anon_sym_instanceof, + ACTIONS(1889), 1, + anon_sym_AMP, + ACTIONS(1891), 1, + anon_sym_PIPE, + ACTIONS(1893), 1, + anon_sym_CARET, + ACTIONS(1895), 1, + anon_sym_AMP_AMP, + ACTIONS(1911), 1, + anon_sym_PIPE_PIPE, + ACTIONS(1913), 1, + anon_sym_QMARK, + ACTIONS(1966), 1, + anon_sym_COMMA, + ACTIONS(2002), 1, + anon_sym_RPAREN, + STATE(1000), 1, + aux_sym_for_statement_repeat2, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(309), 2, - anon_sym_while, - anon_sym_else, - ACTIONS(313), 8, - anon_sym_AMP, + ACTIONS(1809), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(1871), 2, anon_sym_GT, anon_sym_LT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_GT_GT, - ACTIONS(315), 16, + ACTIONS(1873), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, + ACTIONS(1875), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, + ACTIONS(1877), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(1879), 2, anon_sym_STAR, - anon_sym_CARET, anon_sym_PERCENT, + ACTIONS(1883), 2, anon_sym_LT_LT, anon_sym_GT_GT_GT, - anon_sym_instanceof, + [13070] = 15, + ACTIONS(275), 1, + anon_sym_AT, + ACTIONS(1210), 1, + sym_identifier, + ACTIONS(1994), 1, anon_sym_QMARK, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_SEMI, - [12588] = 20, - ACTIONS(1894), 1, - anon_sym_AMP, - ACTIONS(1906), 1, + ACTIONS(2004), 1, + anon_sym_GT, + STATE(666), 1, + sym_scoped_type_identifier, + STATE(686), 1, + sym_generic_type, + STATE(743), 1, + sym__unannotated_type, + STATE(831), 1, + sym_annotated_type, + ACTIONS(3), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(87), 2, + anon_sym_float, + anon_sym_double, + ACTIONS(89), 2, + sym_boolean_type, + sym_void_type, + STATE(1068), 2, + sym_wildcard, + sym__type, + STATE(688), 3, + sym_array_type, + sym_integral_type, + sym_floating_point_type, + STATE(684), 4, + sym__annotation, + sym_marker_annotation, + sym_annotation, + aux_sym_array_creation_expression_repeat1, + ACTIONS(85), 5, + anon_sym_byte, + anon_sym_short, + anon_sym_int, + anon_sym_long, + anon_sym_char, + [13129] = 20, + ACTIONS(1881), 1, anon_sym_SLASH, - ACTIONS(1910), 1, + ACTIONS(1885), 1, anon_sym_GT_GT, - ACTIONS(1912), 1, + ACTIONS(1887), 1, anon_sym_instanceof, - ACTIONS(1914), 1, + ACTIONS(1889), 1, + anon_sym_AMP, + ACTIONS(1891), 1, anon_sym_PIPE, - ACTIONS(1916), 1, + ACTIONS(1893), 1, anon_sym_CARET, - ACTIONS(1918), 1, + ACTIONS(1895), 1, anon_sym_AMP_AMP, - ACTIONS(1920), 1, + ACTIONS(1911), 1, anon_sym_PIPE_PIPE, - ACTIONS(1922), 1, + ACTIONS(1913), 1, anon_sym_QMARK, - ACTIONS(1992), 1, + ACTIONS(1966), 1, anon_sym_COMMA, - ACTIONS(2032), 1, + ACTIONS(2006), 1, anon_sym_RPAREN, - STATE(1040), 1, + STATE(998), 1, aux_sym_for_statement_repeat2, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1824), 2, + ACTIONS(1809), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(1896), 2, + ACTIONS(1871), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(1898), 2, + ACTIONS(1873), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(1900), 2, + ACTIONS(1875), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1902), 2, + ACTIONS(1877), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1904), 2, + ACTIONS(1879), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(1908), 2, + ACTIONS(1883), 2, anon_sym_LT_LT, anon_sym_GT_GT_GT, - [12657] = 9, - ACTIONS(1970), 1, + [13198] = 20, + ACTIONS(1881), 1, anon_sym_SLASH, - ACTIONS(1978), 1, + ACTIONS(1885), 1, anon_sym_GT_GT, + ACTIONS(1887), 1, + anon_sym_instanceof, + ACTIONS(1889), 1, + anon_sym_AMP, + ACTIONS(1891), 1, + anon_sym_PIPE, + ACTIONS(1893), 1, + anon_sym_CARET, + ACTIONS(1895), 1, + anon_sym_AMP_AMP, + ACTIONS(1911), 1, + anon_sym_PIPE_PIPE, + ACTIONS(1913), 1, + anon_sym_QMARK, + ACTIONS(2008), 1, + anon_sym_RPAREN, + ACTIONS(2010), 1, + anon_sym_COMMA, + STATE(1020), 1, + aux_sym_argument_list_repeat1, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1824), 2, + ACTIONS(1809), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(1966), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(1968), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(1976), 2, - anon_sym_LT_LT, - anon_sym_GT_GT_GT, - ACTIONS(1884), 4, - anon_sym_AMP, + ACTIONS(1871), 2, anon_sym_GT, anon_sym_LT, - anon_sym_PIPE, - ACTIONS(1882), 12, + ACTIONS(1873), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, + ACTIONS(1875), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_CARET, - anon_sym_instanceof, - anon_sym_DASH_GT, - anon_sym_COMMA, - anon_sym_QMARK, - anon_sym_COLON, - [12704] = 3, + ACTIONS(1877), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(1879), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(1883), 2, + anon_sym_LT_LT, + anon_sym_GT_GT_GT, + [13267] = 3, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(2036), 3, + ACTIONS(2014), 3, anon_sym_RPAREN, anon_sym_AT, anon_sym_non_DASHsealed, - ACTIONS(2034), 23, + ACTIONS(2012), 23, anon_sym_final, anon_sym_default, anon_sym_synchronized, @@ -54579,984 +55106,1089 @@ static const uint16_t ts_small_parse_table[] = { sym_boolean_type, sym_void_type, sym_identifier, - [12739] = 12, - ACTIONS(1912), 1, - anon_sym_instanceof, - ACTIONS(1970), 1, + [13302] = 20, + ACTIONS(1881), 1, anon_sym_SLASH, - ACTIONS(1978), 1, + ACTIONS(1885), 1, anon_sym_GT_GT, + ACTIONS(1887), 1, + anon_sym_instanceof, + ACTIONS(1889), 1, + anon_sym_AMP, + ACTIONS(1891), 1, + anon_sym_PIPE, + ACTIONS(1893), 1, + anon_sym_CARET, + ACTIONS(1895), 1, + anon_sym_AMP_AMP, + ACTIONS(1911), 1, + anon_sym_PIPE_PIPE, + ACTIONS(1913), 1, + anon_sym_QMARK, + ACTIONS(1966), 1, + anon_sym_COMMA, + ACTIONS(2016), 1, + anon_sym_RPAREN, + STATE(985), 1, + aux_sym_for_statement_repeat2, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1824), 2, + ACTIONS(1809), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(1884), 2, - anon_sym_AMP, - anon_sym_PIPE, - ACTIONS(1956), 2, + ACTIONS(1871), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(1958), 2, + ACTIONS(1873), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(1966), 2, + ACTIONS(1875), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(1877), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1968), 2, + ACTIONS(1879), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(1976), 2, + ACTIONS(1883), 2, anon_sym_LT_LT, anon_sym_GT_GT_GT, - ACTIONS(1882), 9, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_CARET, - anon_sym_DASH_GT, - anon_sym_COMMA, - anon_sym_QMARK, - anon_sym_COLON, - [12792] = 15, - ACTIONS(1912), 1, + [13371] = 16, + ACTIONS(1887), 1, anon_sym_instanceof, - ACTIONS(1954), 1, + ACTIONS(1930), 1, anon_sym_AMP, - ACTIONS(1970), 1, + ACTIONS(1938), 1, + anon_sym_AMP_AMP, + ACTIONS(1946), 1, anon_sym_SLASH, - ACTIONS(1972), 1, + ACTIONS(1948), 1, anon_sym_PIPE, - ACTIONS(1974), 1, + ACTIONS(1950), 1, anon_sym_CARET, - ACTIONS(1978), 1, + ACTIONS(1954), 1, anon_sym_GT_GT, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1824), 2, + ACTIONS(1809), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(1956), 2, + ACTIONS(1932), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(1958), 2, + ACTIONS(1934), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(1960), 2, + ACTIONS(1936), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1966), 2, + ACTIONS(1942), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1968), 2, + ACTIONS(1944), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(1976), 2, + ACTIONS(1952), 2, anon_sym_LT_LT, anon_sym_GT_GT_GT, - ACTIONS(1882), 6, - anon_sym_AMP_AMP, + ACTIONS(1867), 5, anon_sym_PIPE_PIPE, anon_sym_DASH_GT, anon_sym_COMMA, anon_sym_QMARK, anon_sym_COLON, - [12851] = 18, - ACTIONS(1894), 1, + [13432] = 3, + ACTIONS(3), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(1362), 12, + anon_sym_RPAREN, anon_sym_AMP, - ACTIONS(1906), 1, - anon_sym_SLASH, - ACTIONS(1910), 1, - anon_sym_GT_GT, - ACTIONS(1912), 1, + anon_sym_EQ, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_COMMA, + anon_sym_LBRACK, + anon_sym_COLON_COLON, + anon_sym_LBRACE, + anon_sym_SEMI, + anon_sym_AT, + anon_sym_DOT_DOT_DOT, + ACTIONS(1360), 14, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_default, + anon_sym_yield, + anon_sym_open, + anon_sym_module, + anon_sym_with, + anon_sym_sealed, + anon_sym_implements, + anon_sym_permits, + anon_sym_record, + anon_sym_throws, + sym_this, + sym_identifier, + [13467] = 15, + ACTIONS(1887), 1, anon_sym_instanceof, - ACTIONS(1914), 1, + ACTIONS(1930), 1, + anon_sym_AMP, + ACTIONS(1946), 1, + anon_sym_SLASH, + ACTIONS(1948), 1, anon_sym_PIPE, - ACTIONS(1916), 1, + ACTIONS(1950), 1, anon_sym_CARET, - ACTIONS(1918), 1, - anon_sym_AMP_AMP, - ACTIONS(1920), 1, - anon_sym_PIPE_PIPE, - ACTIONS(1922), 1, - anon_sym_QMARK, + ACTIONS(1954), 1, + anon_sym_GT_GT, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1824), 2, + ACTIONS(1809), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(1896), 2, + ACTIONS(1932), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(1898), 2, + ACTIONS(1934), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(1900), 2, + ACTIONS(1936), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1902), 2, + ACTIONS(1942), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1904), 2, + ACTIONS(1944), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(1908), 2, + ACTIONS(1952), 2, anon_sym_LT_LT, anon_sym_GT_GT_GT, - ACTIONS(2012), 3, - anon_sym_RPAREN, + ACTIONS(1867), 6, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_DASH_GT, anon_sym_COMMA, + anon_sym_QMARK, anon_sym_COLON, - [12916] = 16, - ACTIONS(1912), 1, + [13526] = 18, + ACTIONS(1881), 1, + anon_sym_SLASH, + ACTIONS(1885), 1, + anon_sym_GT_GT, + ACTIONS(1887), 1, anon_sym_instanceof, - ACTIONS(1954), 1, + ACTIONS(1889), 1, anon_sym_AMP, - ACTIONS(1962), 1, - anon_sym_AMP_AMP, - ACTIONS(1970), 1, - anon_sym_SLASH, - ACTIONS(1972), 1, + ACTIONS(1891), 1, anon_sym_PIPE, - ACTIONS(1974), 1, + ACTIONS(1893), 1, anon_sym_CARET, - ACTIONS(1978), 1, - anon_sym_GT_GT, + ACTIONS(1895), 1, + anon_sym_AMP_AMP, + ACTIONS(1911), 1, + anon_sym_PIPE_PIPE, + ACTIONS(1913), 1, + anon_sym_QMARK, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1824), 2, + ACTIONS(1809), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(1956), 2, + ACTIONS(1871), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(1958), 2, + ACTIONS(1873), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(1960), 2, + ACTIONS(1875), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1966), 2, + ACTIONS(1877), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1968), 2, + ACTIONS(1879), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(1976), 2, + ACTIONS(1883), 2, anon_sym_LT_LT, anon_sym_GT_GT_GT, - ACTIONS(1882), 5, - anon_sym_PIPE_PIPE, - anon_sym_DASH_GT, + ACTIONS(2018), 3, + anon_sym_RPAREN, anon_sym_COMMA, - anon_sym_QMARK, - anon_sym_COLON, - [12977] = 6, - ACTIONS(1970), 1, + anon_sym_SEMI, + [13591] = 12, + ACTIONS(311), 1, + anon_sym_AT, + ACTIONS(315), 1, + anon_sym_non_DASHsealed, + ACTIONS(2020), 1, + sym_identifier, + ACTIONS(2022), 1, + anon_sym_COMMA, + ACTIONS(2024), 1, + anon_sym_RBRACE, + ACTIONS(2026), 1, + anon_sym_SEMI, + STATE(907), 1, + sym_enum_constant, + STATE(1203), 1, + sym_modifiers, + STATE(1209), 1, + sym_enum_body_declarations, + ACTIONS(3), 2, + sym_line_comment, + sym_block_comment, + STATE(554), 4, + sym__annotation, + sym_marker_annotation, + sym_annotation, + aux_sym_modifiers_repeat1, + ACTIONS(309), 13, + anon_sym_final, + anon_sym_default, + anon_sym_synchronized, + anon_sym_static, + anon_sym_public, + anon_sym_protected, + anon_sym_private, + anon_sym_abstract, + anon_sym_strictfp, + anon_sym_native, + anon_sym_transient, + anon_sym_volatile, + anon_sym_sealed, + [13644] = 12, + ACTIONS(1887), 1, + anon_sym_instanceof, + ACTIONS(1946), 1, anon_sym_SLASH, + ACTIONS(1954), 1, + anon_sym_GT_GT, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1824), 2, + ACTIONS(1809), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(1968), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(1884), 7, + ACTIONS(1869), 2, anon_sym_AMP, + anon_sym_PIPE, + ACTIONS(1932), 2, anon_sym_GT, anon_sym_LT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_PIPE, - anon_sym_GT_GT, - ACTIONS(1882), 14, + ACTIONS(1934), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, + ACTIONS(1942), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(1944), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(1952), 2, + anon_sym_LT_LT, + anon_sym_GT_GT_GT, + ACTIONS(1867), 9, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_instanceof, anon_sym_DASH_GT, anon_sym_COMMA, anon_sym_QMARK, anon_sym_COLON, - [13018] = 15, - ACTIONS(1884), 1, - anon_sym_PIPE, - ACTIONS(1912), 1, + [13697] = 20, + ACTIONS(1881), 1, + anon_sym_SLASH, + ACTIONS(1885), 1, + anon_sym_GT_GT, + ACTIONS(1887), 1, anon_sym_instanceof, - ACTIONS(1954), 1, + ACTIONS(1889), 1, anon_sym_AMP, - ACTIONS(1970), 1, - anon_sym_SLASH, - ACTIONS(1974), 1, + ACTIONS(1891), 1, + anon_sym_PIPE, + ACTIONS(1893), 1, anon_sym_CARET, - ACTIONS(1978), 1, - anon_sym_GT_GT, + ACTIONS(1895), 1, + anon_sym_AMP_AMP, + ACTIONS(1911), 1, + anon_sym_PIPE_PIPE, + ACTIONS(1913), 1, + anon_sym_QMARK, + ACTIONS(1956), 1, + anon_sym_COLON, + ACTIONS(2010), 1, + anon_sym_COMMA, + STATE(1050), 1, + aux_sym_argument_list_repeat1, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1824), 2, + ACTIONS(1809), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(1956), 2, + ACTIONS(1871), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(1958), 2, + ACTIONS(1873), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(1960), 2, + ACTIONS(1875), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1966), 2, + ACTIONS(1877), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1968), 2, + ACTIONS(1879), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(1976), 2, + ACTIONS(1883), 2, anon_sym_LT_LT, anon_sym_GT_GT_GT, - ACTIONS(1882), 6, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_DASH_GT, - anon_sym_COMMA, - anon_sym_QMARK, - anon_sym_COLON, - [13077] = 18, - ACTIONS(1912), 1, + [13766] = 20, + ACTIONS(1881), 1, + anon_sym_SLASH, + ACTIONS(1885), 1, + anon_sym_GT_GT, + ACTIONS(1887), 1, anon_sym_instanceof, - ACTIONS(1954), 1, + ACTIONS(1889), 1, anon_sym_AMP, - ACTIONS(1962), 1, - anon_sym_AMP_AMP, - ACTIONS(1964), 1, - anon_sym_PIPE_PIPE, - ACTIONS(1970), 1, - anon_sym_SLASH, - ACTIONS(1972), 1, + ACTIONS(1891), 1, anon_sym_PIPE, - ACTIONS(1974), 1, + ACTIONS(1893), 1, anon_sym_CARET, - ACTIONS(1978), 1, - anon_sym_GT_GT, - ACTIONS(1984), 1, + ACTIONS(1895), 1, + anon_sym_AMP_AMP, + ACTIONS(1911), 1, + anon_sym_PIPE_PIPE, + ACTIONS(1913), 1, anon_sym_QMARK, + ACTIONS(1976), 1, + anon_sym_COMMA, + ACTIONS(2028), 1, + anon_sym_SEMI, + STATE(1058), 1, + aux_sym_for_statement_repeat1, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1824), 2, + ACTIONS(1809), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(1956), 2, + ACTIONS(1871), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(1958), 2, + ACTIONS(1873), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(1960), 2, + ACTIONS(1875), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1966), 2, + ACTIONS(1877), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1968), 2, + ACTIONS(1879), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(1976), 2, + ACTIONS(1883), 2, anon_sym_LT_LT, anon_sym_GT_GT_GT, - ACTIONS(1830), 3, - anon_sym_DASH_GT, - anon_sym_COMMA, - anon_sym_COLON, - [13142] = 7, - ACTIONS(1970), 1, - anon_sym_SLASH, + [13835] = 4, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1824), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(1966), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(1968), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(1884), 5, + ACTIONS(323), 2, + anon_sym_while, + anon_sym_else, + ACTIONS(327), 8, anon_sym_AMP, anon_sym_GT, anon_sym_LT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, anon_sym_PIPE, anon_sym_GT_GT, - ACTIONS(1882), 14, + ACTIONS(329), 16, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, + anon_sym_STAR, anon_sym_CARET, + anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_instanceof, - anon_sym_DASH_GT, - anon_sym_COMMA, anon_sym_QMARK, - anon_sym_COLON, - [13185] = 20, - ACTIONS(1894), 1, - anon_sym_AMP, - ACTIONS(1906), 1, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_SEMI, + [13872] = 20, + ACTIONS(1881), 1, anon_sym_SLASH, - ACTIONS(1910), 1, + ACTIONS(1885), 1, anon_sym_GT_GT, - ACTIONS(1912), 1, + ACTIONS(1887), 1, anon_sym_instanceof, - ACTIONS(1914), 1, + ACTIONS(1889), 1, + anon_sym_AMP, + ACTIONS(1891), 1, anon_sym_PIPE, - ACTIONS(1916), 1, + ACTIONS(1893), 1, anon_sym_CARET, - ACTIONS(1918), 1, + ACTIONS(1895), 1, anon_sym_AMP_AMP, - ACTIONS(1920), 1, + ACTIONS(1911), 1, anon_sym_PIPE_PIPE, - ACTIONS(1922), 1, + ACTIONS(1913), 1, anon_sym_QMARK, - ACTIONS(1992), 1, + ACTIONS(1966), 1, anon_sym_COMMA, - ACTIONS(2038), 1, + ACTIONS(2030), 1, anon_sym_RPAREN, - STATE(1014), 1, + STATE(987), 1, aux_sym_for_statement_repeat2, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1824), 2, + ACTIONS(1809), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(1896), 2, + ACTIONS(1871), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(1898), 2, + ACTIONS(1873), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(1900), 2, + ACTIONS(1875), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1902), 2, + ACTIONS(1877), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1904), 2, + ACTIONS(1879), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(1908), 2, + ACTIONS(1883), 2, anon_sym_LT_LT, anon_sym_GT_GT_GT, - [13254] = 15, - ACTIONS(329), 1, - anon_sym_AT, - ACTIONS(1140), 1, - sym_identifier, - ACTIONS(2010), 1, - anon_sym_QMARK, - ACTIONS(2040), 1, - anon_sym_GT, - STATE(685), 1, - sym_scoped_type_identifier, - STATE(711), 1, - sym_generic_type, - STATE(725), 1, - sym__unannotated_type, - STATE(797), 1, - sym_annotated_type, - ACTIONS(3), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(83), 2, - anon_sym_float, - anon_sym_double, - ACTIONS(85), 2, - sym_boolean_type, - sym_void_type, - STATE(1084), 2, - sym_wildcard, - sym__type, - STATE(702), 3, - sym_array_type, - sym_integral_type, - sym_floating_point_type, - STATE(678), 4, - sym__annotation, - sym_marker_annotation, - sym_annotation, - aux_sym_array_creation_expression_repeat1, - ACTIONS(81), 5, - anon_sym_byte, - anon_sym_short, - anon_sym_int, - anon_sym_long, - anon_sym_char, - [13313] = 20, - ACTIONS(1894), 1, - anon_sym_AMP, - ACTIONS(1906), 1, + [13941] = 20, + ACTIONS(1881), 1, anon_sym_SLASH, - ACTIONS(1910), 1, + ACTIONS(1885), 1, anon_sym_GT_GT, - ACTIONS(1912), 1, + ACTIONS(1887), 1, anon_sym_instanceof, - ACTIONS(1914), 1, + ACTIONS(1889), 1, + anon_sym_AMP, + ACTIONS(1891), 1, anon_sym_PIPE, - ACTIONS(1916), 1, + ACTIONS(1893), 1, anon_sym_CARET, - ACTIONS(1918), 1, + ACTIONS(1895), 1, anon_sym_AMP_AMP, - ACTIONS(1920), 1, + ACTIONS(1911), 1, anon_sym_PIPE_PIPE, - ACTIONS(1922), 1, + ACTIONS(1913), 1, anon_sym_QMARK, - ACTIONS(1992), 1, + ACTIONS(1966), 1, anon_sym_COMMA, - ACTIONS(2042), 1, + ACTIONS(2032), 1, anon_sym_RPAREN, - STATE(1071), 1, + STATE(1052), 1, aux_sym_for_statement_repeat2, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1824), 2, + ACTIONS(1809), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(1896), 2, + ACTIONS(1871), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(1898), 2, + ACTIONS(1873), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(1900), 2, + ACTIONS(1875), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1902), 2, + ACTIONS(1877), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1904), 2, + ACTIONS(1879), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(1908), 2, + ACTIONS(1883), 2, anon_sym_LT_LT, anon_sym_GT_GT_GT, - [13382] = 18, - ACTIONS(1894), 1, - anon_sym_AMP, - ACTIONS(1906), 1, + [14010] = 20, + ACTIONS(1881), 1, anon_sym_SLASH, - ACTIONS(1910), 1, + ACTIONS(1885), 1, anon_sym_GT_GT, - ACTIONS(1912), 1, + ACTIONS(1887), 1, anon_sym_instanceof, - ACTIONS(1914), 1, + ACTIONS(1889), 1, + anon_sym_AMP, + ACTIONS(1891), 1, anon_sym_PIPE, - ACTIONS(1916), 1, + ACTIONS(1893), 1, anon_sym_CARET, - ACTIONS(1918), 1, + ACTIONS(1895), 1, anon_sym_AMP_AMP, - ACTIONS(1920), 1, + ACTIONS(1911), 1, anon_sym_PIPE_PIPE, - ACTIONS(1922), 1, + ACTIONS(1913), 1, anon_sym_QMARK, + ACTIONS(1966), 1, + anon_sym_COMMA, + ACTIONS(2034), 1, + anon_sym_RPAREN, + STATE(1060), 1, + aux_sym_for_statement_repeat2, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1824), 2, + ACTIONS(1809), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(1896), 2, + ACTIONS(1871), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(1898), 2, + ACTIONS(1873), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(1900), 2, + ACTIONS(1875), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1902), 2, + ACTIONS(1877), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1904), 2, + ACTIONS(1879), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(1908), 2, + ACTIONS(1883), 2, anon_sym_LT_LT, anon_sym_GT_GT_GT, - ACTIONS(2044), 3, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_SEMI, - [13447] = 20, - ACTIONS(1894), 1, - anon_sym_AMP, - ACTIONS(1906), 1, + [14079] = 20, + ACTIONS(1881), 1, anon_sym_SLASH, - ACTIONS(1910), 1, + ACTIONS(1885), 1, anon_sym_GT_GT, - ACTIONS(1912), 1, + ACTIONS(1887), 1, anon_sym_instanceof, - ACTIONS(1914), 1, + ACTIONS(1889), 1, + anon_sym_AMP, + ACTIONS(1891), 1, anon_sym_PIPE, - ACTIONS(1916), 1, + ACTIONS(1893), 1, anon_sym_CARET, - ACTIONS(1918), 1, + ACTIONS(1895), 1, anon_sym_AMP_AMP, - ACTIONS(1920), 1, + ACTIONS(1911), 1, anon_sym_PIPE_PIPE, - ACTIONS(1922), 1, + ACTIONS(1913), 1, anon_sym_QMARK, - ACTIONS(1980), 1, - anon_sym_COLON, - ACTIONS(2020), 1, + ACTIONS(1966), 1, anon_sym_COMMA, - STATE(1107), 1, - aux_sym_argument_list_repeat1, + ACTIONS(2036), 1, + anon_sym_RPAREN, + STATE(1061), 1, + aux_sym_for_statement_repeat2, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1824), 2, + ACTIONS(1809), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(1896), 2, + ACTIONS(1871), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(1898), 2, + ACTIONS(1873), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(1900), 2, + ACTIONS(1875), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1902), 2, + ACTIONS(1877), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1904), 2, + ACTIONS(1879), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(1908), 2, + ACTIONS(1883), 2, anon_sym_LT_LT, anon_sym_GT_GT_GT, - [13516] = 20, - ACTIONS(1894), 1, - anon_sym_AMP, - ACTIONS(1906), 1, + [14148] = 20, + ACTIONS(1881), 1, anon_sym_SLASH, - ACTIONS(1910), 1, + ACTIONS(1885), 1, anon_sym_GT_GT, - ACTIONS(1912), 1, + ACTIONS(1887), 1, anon_sym_instanceof, - ACTIONS(1914), 1, + ACTIONS(1889), 1, + anon_sym_AMP, + ACTIONS(1891), 1, anon_sym_PIPE, - ACTIONS(1916), 1, + ACTIONS(1893), 1, anon_sym_CARET, - ACTIONS(1918), 1, + ACTIONS(1895), 1, anon_sym_AMP_AMP, - ACTIONS(1920), 1, + ACTIONS(1911), 1, anon_sym_PIPE_PIPE, - ACTIONS(1922), 1, + ACTIONS(1913), 1, anon_sym_QMARK, - ACTIONS(1992), 1, + ACTIONS(1966), 1, anon_sym_COMMA, - ACTIONS(2046), 1, + ACTIONS(2038), 1, anon_sym_RPAREN, - STATE(1101), 1, + STATE(995), 1, aux_sym_for_statement_repeat2, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1824), 2, + ACTIONS(1809), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(1896), 2, + ACTIONS(1871), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(1898), 2, + ACTIONS(1873), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(1900), 2, + ACTIONS(1875), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1902), 2, + ACTIONS(1877), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1904), 2, + ACTIONS(1879), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(1908), 2, + ACTIONS(1883), 2, anon_sym_LT_LT, anon_sym_GT_GT_GT, - [13585] = 20, - ACTIONS(1894), 1, - anon_sym_AMP, - ACTIONS(1906), 1, + [14217] = 20, + ACTIONS(1881), 1, anon_sym_SLASH, - ACTIONS(1910), 1, + ACTIONS(1885), 1, anon_sym_GT_GT, - ACTIONS(1912), 1, + ACTIONS(1887), 1, anon_sym_instanceof, - ACTIONS(1914), 1, + ACTIONS(1889), 1, + anon_sym_AMP, + ACTIONS(1891), 1, anon_sym_PIPE, - ACTIONS(1916), 1, + ACTIONS(1893), 1, anon_sym_CARET, - ACTIONS(1918), 1, + ACTIONS(1895), 1, anon_sym_AMP_AMP, - ACTIONS(1920), 1, + ACTIONS(1911), 1, anon_sym_PIPE_PIPE, - ACTIONS(1922), 1, + ACTIONS(1913), 1, anon_sym_QMARK, - ACTIONS(1992), 1, + ACTIONS(1966), 1, anon_sym_COMMA, - ACTIONS(2048), 1, + ACTIONS(2040), 1, anon_sym_RPAREN, - STATE(1018), 1, + STATE(991), 1, aux_sym_for_statement_repeat2, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1824), 2, + ACTIONS(1809), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(1896), 2, + ACTIONS(1871), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(1898), 2, + ACTIONS(1873), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(1900), 2, + ACTIONS(1875), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1902), 2, + ACTIONS(1877), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1904), 2, + ACTIONS(1879), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(1908), 2, + ACTIONS(1883), 2, anon_sym_LT_LT, anon_sym_GT_GT_GT, - [13654] = 20, - ACTIONS(1894), 1, - anon_sym_AMP, - ACTIONS(1906), 1, + [14286] = 9, + ACTIONS(1946), 1, anon_sym_SLASH, - ACTIONS(1910), 1, + ACTIONS(1954), 1, anon_sym_GT_GT, - ACTIONS(1912), 1, - anon_sym_instanceof, - ACTIONS(1914), 1, + ACTIONS(3), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(1809), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(1942), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(1944), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(1952), 2, + anon_sym_LT_LT, + anon_sym_GT_GT_GT, + ACTIONS(1869), 4, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT, anon_sym_PIPE, - ACTIONS(1916), 1, + ACTIONS(1867), 12, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, anon_sym_CARET, - ACTIONS(1918), 1, + anon_sym_instanceof, + anon_sym_DASH_GT, + anon_sym_COMMA, + anon_sym_QMARK, + anon_sym_COLON, + [14333] = 3, + ACTIONS(3), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(1505), 3, + anon_sym_LBRACK, + anon_sym_AT, + anon_sym_non_DASHsealed, + ACTIONS(1503), 23, + anon_sym_final, + anon_sym_default, + anon_sym_synchronized, + anon_sym_static, + anon_sym_public, + anon_sym_protected, + anon_sym_private, + anon_sym_abstract, + anon_sym_strictfp, + anon_sym_native, + anon_sym_transient, + anon_sym_volatile, + anon_sym_sealed, + anon_sym_byte, + anon_sym_short, + anon_sym_int, + anon_sym_long, + anon_sym_char, + anon_sym_float, + anon_sym_double, + sym_boolean_type, + sym_void_type, + sym_identifier, + [14368] = 18, + ACTIONS(1887), 1, + anon_sym_instanceof, + ACTIONS(1930), 1, + anon_sym_AMP, + ACTIONS(1938), 1, anon_sym_AMP_AMP, - ACTIONS(1920), 1, + ACTIONS(1940), 1, anon_sym_PIPE_PIPE, - ACTIONS(1922), 1, + ACTIONS(1946), 1, + anon_sym_SLASH, + ACTIONS(1948), 1, + anon_sym_PIPE, + ACTIONS(1950), 1, + anon_sym_CARET, + ACTIONS(1954), 1, + anon_sym_GT_GT, + ACTIONS(1960), 1, anon_sym_QMARK, - ACTIONS(1992), 1, - anon_sym_COMMA, - ACTIONS(2050), 1, - anon_sym_RPAREN, - STATE(1104), 1, - aux_sym_for_statement_repeat2, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1824), 2, + ACTIONS(1809), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(1896), 2, + ACTIONS(1932), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(1898), 2, + ACTIONS(1934), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(1900), 2, + ACTIONS(1936), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1902), 2, + ACTIONS(1942), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1904), 2, + ACTIONS(1944), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(1908), 2, + ACTIONS(1952), 2, anon_sym_LT_LT, anon_sym_GT_GT_GT, - [13723] = 20, - ACTIONS(1894), 1, - anon_sym_AMP, - ACTIONS(1906), 1, - anon_sym_SLASH, - ACTIONS(1910), 1, - anon_sym_GT_GT, - ACTIONS(1912), 1, - anon_sym_instanceof, - ACTIONS(1914), 1, - anon_sym_PIPE, - ACTIONS(1916), 1, - anon_sym_CARET, - ACTIONS(1918), 1, - anon_sym_AMP_AMP, - ACTIONS(1920), 1, - anon_sym_PIPE_PIPE, - ACTIONS(1922), 1, - anon_sym_QMARK, - ACTIONS(1992), 1, + ACTIONS(1917), 3, + anon_sym_DASH_GT, anon_sym_COMMA, - ACTIONS(2052), 1, - anon_sym_RPAREN, - STATE(1079), 1, - aux_sym_for_statement_repeat2, + anon_sym_COLON, + [14433] = 7, + ACTIONS(1946), 1, + anon_sym_SLASH, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1824), 2, + ACTIONS(1809), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(1896), 2, + ACTIONS(1942), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(1944), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(1869), 5, + anon_sym_AMP, anon_sym_GT, anon_sym_LT, - ACTIONS(1898), 2, + anon_sym_PIPE, + anon_sym_GT_GT, + ACTIONS(1867), 14, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(1900), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1902), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(1904), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(1908), 2, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_CARET, anon_sym_LT_LT, anon_sym_GT_GT_GT, - [13792] = 20, - ACTIONS(1894), 1, - anon_sym_AMP, - ACTIONS(1906), 1, + anon_sym_instanceof, + anon_sym_DASH_GT, + anon_sym_COMMA, + anon_sym_QMARK, + anon_sym_COLON, + [14476] = 20, + ACTIONS(1881), 1, anon_sym_SLASH, - ACTIONS(1910), 1, + ACTIONS(1885), 1, anon_sym_GT_GT, - ACTIONS(1912), 1, + ACTIONS(1887), 1, anon_sym_instanceof, - ACTIONS(1914), 1, + ACTIONS(1889), 1, + anon_sym_AMP, + ACTIONS(1891), 1, anon_sym_PIPE, - ACTIONS(1916), 1, + ACTIONS(1893), 1, anon_sym_CARET, - ACTIONS(1918), 1, + ACTIONS(1895), 1, anon_sym_AMP_AMP, - ACTIONS(1920), 1, + ACTIONS(1911), 1, anon_sym_PIPE_PIPE, - ACTIONS(1922), 1, + ACTIONS(1913), 1, anon_sym_QMARK, - ACTIONS(1992), 1, + ACTIONS(1966), 1, anon_sym_COMMA, - ACTIONS(2054), 1, + ACTIONS(2042), 1, anon_sym_RPAREN, - STATE(1099), 1, + STATE(1026), 1, aux_sym_for_statement_repeat2, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1824), 2, + ACTIONS(1809), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(1896), 2, + ACTIONS(1871), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(1898), 2, + ACTIONS(1873), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(1900), 2, + ACTIONS(1875), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1902), 2, + ACTIONS(1877), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1904), 2, + ACTIONS(1879), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(1908), 2, + ACTIONS(1883), 2, anon_sym_LT_LT, anon_sym_GT_GT_GT, - [13861] = 20, - ACTIONS(1894), 1, - anon_sym_AMP, - ACTIONS(1906), 1, + [14545] = 20, + ACTIONS(1881), 1, anon_sym_SLASH, - ACTIONS(1910), 1, + ACTIONS(1885), 1, anon_sym_GT_GT, - ACTIONS(1912), 1, + ACTIONS(1887), 1, anon_sym_instanceof, - ACTIONS(1914), 1, + ACTIONS(1889), 1, + anon_sym_AMP, + ACTIONS(1891), 1, anon_sym_PIPE, - ACTIONS(1916), 1, + ACTIONS(1893), 1, anon_sym_CARET, - ACTIONS(1918), 1, + ACTIONS(1895), 1, anon_sym_AMP_AMP, - ACTIONS(1920), 1, + ACTIONS(1911), 1, anon_sym_PIPE_PIPE, - ACTIONS(1922), 1, + ACTIONS(1913), 1, anon_sym_QMARK, - ACTIONS(1992), 1, + ACTIONS(1966), 1, anon_sym_COMMA, - ACTIONS(2056), 1, + ACTIONS(2044), 1, anon_sym_RPAREN, - STATE(1085), 1, + STATE(988), 1, aux_sym_for_statement_repeat2, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1824), 2, + ACTIONS(1809), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(1896), 2, + ACTIONS(1871), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(1898), 2, + ACTIONS(1873), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(1900), 2, + ACTIONS(1875), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1902), 2, + ACTIONS(1877), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1904), 2, + ACTIONS(1879), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(1908), 2, + ACTIONS(1883), 2, anon_sym_LT_LT, anon_sym_GT_GT_GT, - [13930] = 20, - ACTIONS(1894), 1, - anon_sym_AMP, - ACTIONS(1906), 1, + [14614] = 13, + ACTIONS(1887), 1, + anon_sym_instanceof, + ACTIONS(1946), 1, anon_sym_SLASH, - ACTIONS(1910), 1, + ACTIONS(1954), 1, anon_sym_GT_GT, - ACTIONS(1912), 1, - anon_sym_instanceof, - ACTIONS(1914), 1, - anon_sym_PIPE, - ACTIONS(1916), 1, - anon_sym_CARET, - ACTIONS(1918), 1, - anon_sym_AMP_AMP, - ACTIONS(1920), 1, - anon_sym_PIPE_PIPE, - ACTIONS(1922), 1, - anon_sym_QMARK, - ACTIONS(1992), 1, - anon_sym_COMMA, - ACTIONS(2058), 1, - anon_sym_RPAREN, - STATE(1088), 1, - aux_sym_for_statement_repeat2, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1824), 2, + ACTIONS(1809), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(1896), 2, + ACTIONS(1869), 2, + anon_sym_AMP, + anon_sym_PIPE, + ACTIONS(1932), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(1898), 2, + ACTIONS(1934), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(1900), 2, + ACTIONS(1936), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1902), 2, + ACTIONS(1942), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1904), 2, + ACTIONS(1944), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(1908), 2, + ACTIONS(1952), 2, anon_sym_LT_LT, anon_sym_GT_GT_GT, - [13999] = 20, - ACTIONS(1894), 1, - anon_sym_AMP, - ACTIONS(1906), 1, + ACTIONS(1867), 7, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_CARET, + anon_sym_DASH_GT, + anon_sym_COMMA, + anon_sym_QMARK, + anon_sym_COLON, + [14669] = 18, + ACTIONS(1881), 1, anon_sym_SLASH, - ACTIONS(1910), 1, + ACTIONS(1885), 1, anon_sym_GT_GT, - ACTIONS(1912), 1, + ACTIONS(1887), 1, anon_sym_instanceof, - ACTIONS(1914), 1, + ACTIONS(1889), 1, + anon_sym_AMP, + ACTIONS(1891), 1, anon_sym_PIPE, - ACTIONS(1916), 1, + ACTIONS(1893), 1, anon_sym_CARET, - ACTIONS(1918), 1, + ACTIONS(1895), 1, anon_sym_AMP_AMP, - ACTIONS(1920), 1, + ACTIONS(1911), 1, anon_sym_PIPE_PIPE, - ACTIONS(1922), 1, + ACTIONS(1913), 1, anon_sym_QMARK, - ACTIONS(1992), 1, - anon_sym_COMMA, - ACTIONS(2060), 1, - anon_sym_RPAREN, - STATE(1109), 1, - aux_sym_for_statement_repeat2, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1824), 2, + ACTIONS(1809), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(1896), 2, + ACTIONS(1871), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(1898), 2, + ACTIONS(1873), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(1900), 2, + ACTIONS(1875), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1902), 2, + ACTIONS(1877), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1904), 2, + ACTIONS(1879), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(1908), 2, + ACTIONS(1883), 2, anon_sym_LT_LT, anon_sym_GT_GT_GT, - [14068] = 3, + ACTIONS(2046), 2, + anon_sym_RPAREN, + anon_sym_SEMI, + [14733] = 5, + ACTIONS(1040), 1, + anon_sym_non_DASHsealed, + ACTIONS(2048), 1, + anon_sym_AT, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1591), 3, - anon_sym_LBRACK, - anon_sym_AT, - anon_sym_non_DASHsealed, - ACTIONS(1589), 23, + ACTIONS(1615), 10, + anon_sym_byte, + anon_sym_short, + anon_sym_int, + anon_sym_long, + anon_sym_char, + anon_sym_float, + anon_sym_double, + sym_boolean_type, + sym_void_type, + sym_identifier, + ACTIONS(1038), 13, anon_sym_final, anon_sym_default, anon_sym_synchronized, @@ -55570,123 +56202,163 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_transient, anon_sym_volatile, anon_sym_sealed, - anon_sym_byte, - anon_sym_short, - anon_sym_int, - anon_sym_long, - anon_sym_char, - anon_sym_float, - anon_sym_double, - sym_boolean_type, - sym_void_type, - sym_identifier, - [14103] = 20, - ACTIONS(1894), 1, - anon_sym_AMP, - ACTIONS(1906), 1, + [14771] = 18, + ACTIONS(1881), 1, anon_sym_SLASH, - ACTIONS(1910), 1, + ACTIONS(1885), 1, anon_sym_GT_GT, - ACTIONS(1912), 1, + ACTIONS(1887), 1, anon_sym_instanceof, - ACTIONS(1914), 1, + ACTIONS(1889), 1, + anon_sym_AMP, + ACTIONS(1891), 1, anon_sym_PIPE, - ACTIONS(1916), 1, + ACTIONS(1893), 1, anon_sym_CARET, - ACTIONS(1918), 1, + ACTIONS(1895), 1, anon_sym_AMP_AMP, - ACTIONS(1920), 1, + ACTIONS(1911), 1, anon_sym_PIPE_PIPE, - ACTIONS(1922), 1, + ACTIONS(1913), 1, anon_sym_QMARK, - ACTIONS(1992), 1, - anon_sym_COMMA, - ACTIONS(2062), 1, - anon_sym_RPAREN, - STATE(1093), 1, - aux_sym_for_statement_repeat2, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1824), 2, + ACTIONS(1809), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(1896), 2, + ACTIONS(1871), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(1898), 2, + ACTIONS(1873), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(1900), 2, + ACTIONS(1875), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1902), 2, + ACTIONS(1877), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1904), 2, + ACTIONS(1879), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(1908), 2, + ACTIONS(1883), 2, anon_sym_LT_LT, anon_sym_GT_GT_GT, - [14172] = 20, - ACTIONS(1894), 1, - anon_sym_AMP, - ACTIONS(1906), 1, + ACTIONS(2051), 2, + anon_sym_COMMA, + anon_sym_SEMI, + [14835] = 18, + ACTIONS(1881), 1, anon_sym_SLASH, - ACTIONS(1910), 1, + ACTIONS(1885), 1, anon_sym_GT_GT, - ACTIONS(1912), 1, + ACTIONS(1887), 1, anon_sym_instanceof, - ACTIONS(1914), 1, + ACTIONS(1889), 1, + anon_sym_AMP, + ACTIONS(1891), 1, anon_sym_PIPE, - ACTIONS(1916), 1, + ACTIONS(1893), 1, anon_sym_CARET, - ACTIONS(1918), 1, + ACTIONS(1895), 1, anon_sym_AMP_AMP, - ACTIONS(1920), 1, + ACTIONS(1911), 1, anon_sym_PIPE_PIPE, - ACTIONS(1922), 1, + ACTIONS(1913), 1, anon_sym_QMARK, - ACTIONS(1992), 1, - anon_sym_COMMA, - ACTIONS(2064), 1, - anon_sym_RPAREN, - STATE(1029), 1, - aux_sym_for_statement_repeat2, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1824), 2, + ACTIONS(1809), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(1896), 2, + ACTIONS(1871), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(1898), 2, + ACTIONS(1873), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(1900), 2, + ACTIONS(1875), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1902), 2, + ACTIONS(1877), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1904), 2, + ACTIONS(1879), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(1908), 2, + ACTIONS(1883), 2, anon_sym_LT_LT, anon_sym_GT_GT_GT, - [14241] = 3, + ACTIONS(1928), 2, + anon_sym_RPAREN, + anon_sym_COMMA, + [14899] = 11, + ACTIONS(311), 1, + anon_sym_AT, + ACTIONS(315), 1, + anon_sym_non_DASHsealed, + ACTIONS(2020), 1, + sym_identifier, + ACTIONS(2026), 1, + anon_sym_SEMI, + ACTIONS(2053), 1, + anon_sym_RBRACE, + STATE(1042), 1, + sym_enum_constant, + STATE(1203), 1, + sym_modifiers, + STATE(1231), 1, + sym_enum_body_declarations, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(2068), 3, - anon_sym_RPAREN, + STATE(554), 4, + sym__annotation, + sym_marker_annotation, + sym_annotation, + aux_sym_modifiers_repeat1, + ACTIONS(309), 13, + anon_sym_final, + anon_sym_default, + anon_sym_synchronized, + anon_sym_static, + anon_sym_public, + anon_sym_protected, + anon_sym_private, + anon_sym_abstract, + anon_sym_strictfp, + anon_sym_native, + anon_sym_transient, + anon_sym_volatile, + anon_sym_sealed, + [14949] = 11, + ACTIONS(311), 1, anon_sym_AT, + ACTIONS(315), 1, anon_sym_non_DASHsealed, - ACTIONS(2066), 23, + ACTIONS(2020), 1, + sym_identifier, + ACTIONS(2026), 1, + anon_sym_SEMI, + ACTIONS(2055), 1, + anon_sym_RBRACE, + STATE(1042), 1, + sym_enum_constant, + STATE(1203), 1, + sym_modifiers, + STATE(1245), 1, + sym_enum_body_declarations, + ACTIONS(3), 2, + sym_line_comment, + sym_block_comment, + STATE(554), 4, + sym__annotation, + sym_marker_annotation, + sym_annotation, + aux_sym_modifiers_repeat1, + ACTIONS(309), 13, anon_sym_final, anon_sym_default, anon_sym_synchronized, @@ -55700,2244 +56372,2320 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_transient, anon_sym_volatile, anon_sym_sealed, + [14999] = 12, + ACTIONS(1968), 1, + sym_identifier, + STATE(666), 1, + sym_scoped_type_identifier, + STATE(737), 1, + sym__unannotated_type, + STATE(783), 1, + sym_generic_type, + STATE(1118), 1, + sym__reserved_identifier, + ACTIONS(3), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(87), 2, + anon_sym_float, + anon_sym_double, + ACTIONS(89), 2, + sym_boolean_type, + sym_void_type, + STATE(1139), 2, + sym_record_pattern, + sym_record_pattern_component, + STATE(688), 3, + sym_array_type, + sym_integral_type, + sym_floating_point_type, + ACTIONS(85), 5, anon_sym_byte, anon_sym_short, anon_sym_int, anon_sym_long, anon_sym_char, - anon_sym_float, - anon_sym_double, - sym_boolean_type, - sym_void_type, - sym_identifier, - [14276] = 20, - ACTIONS(1894), 1, - anon_sym_AMP, - ACTIONS(1906), 1, + ACTIONS(67), 6, + anon_sym_yield, + anon_sym_open, + anon_sym_module, + anon_sym_with, + anon_sym_sealed, + anon_sym_record, + [15051] = 19, + ACTIONS(1881), 1, anon_sym_SLASH, - ACTIONS(1910), 1, + ACTIONS(1885), 1, anon_sym_GT_GT, - ACTIONS(1912), 1, + ACTIONS(1887), 1, anon_sym_instanceof, - ACTIONS(1914), 1, + ACTIONS(1889), 1, + anon_sym_AMP, + ACTIONS(1891), 1, anon_sym_PIPE, - ACTIONS(1916), 1, + ACTIONS(1893), 1, anon_sym_CARET, - ACTIONS(1918), 1, + ACTIONS(1895), 1, anon_sym_AMP_AMP, - ACTIONS(1920), 1, + ACTIONS(1911), 1, anon_sym_PIPE_PIPE, - ACTIONS(1922), 1, + ACTIONS(1913), 1, anon_sym_QMARK, - ACTIONS(1992), 1, - anon_sym_COMMA, - ACTIONS(2070), 1, - anon_sym_RPAREN, - STATE(1096), 1, - aux_sym_for_statement_repeat2, + ACTIONS(2057), 1, + anon_sym_COLON, + ACTIONS(2059), 1, + anon_sym_SEMI, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1824), 2, + ACTIONS(1809), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(1896), 2, + ACTIONS(1871), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(1898), 2, + ACTIONS(1873), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(1900), 2, + ACTIONS(1875), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1902), 2, + ACTIONS(1877), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1904), 2, + ACTIONS(1879), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(1908), 2, + ACTIONS(1883), 2, anon_sym_LT_LT, anon_sym_GT_GT_GT, - [14345] = 18, - ACTIONS(1894), 1, - anon_sym_AMP, - ACTIONS(1906), 1, + [15117] = 18, + ACTIONS(1881), 1, anon_sym_SLASH, - ACTIONS(1910), 1, + ACTIONS(1885), 1, anon_sym_GT_GT, - ACTIONS(1912), 1, + ACTIONS(1887), 1, anon_sym_instanceof, - ACTIONS(1914), 1, + ACTIONS(1889), 1, + anon_sym_AMP, + ACTIONS(1891), 1, anon_sym_PIPE, - ACTIONS(1916), 1, + ACTIONS(1893), 1, anon_sym_CARET, - ACTIONS(1918), 1, + ACTIONS(1895), 1, anon_sym_AMP_AMP, - ACTIONS(1920), 1, + ACTIONS(1911), 1, anon_sym_PIPE_PIPE, - ACTIONS(1922), 1, + ACTIONS(1913), 1, anon_sym_QMARK, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1824), 2, + ACTIONS(1809), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(1896), 2, + ACTIONS(1871), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(1898), 2, + ACTIONS(1873), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(1900), 2, + ACTIONS(1875), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1902), 2, + ACTIONS(1877), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1904), 2, + ACTIONS(1879), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(1908), 2, + ACTIONS(1883), 2, anon_sym_LT_LT, anon_sym_GT_GT_GT, - ACTIONS(2072), 2, + ACTIONS(2061), 2, anon_sym_COMMA, - anon_sym_SEMI, - [14409] = 18, - ACTIONS(1894), 1, + anon_sym_RBRACE, + [15181] = 18, + ACTIONS(1881), 1, + anon_sym_SLASH, + ACTIONS(1885), 1, + anon_sym_GT_GT, + ACTIONS(1887), 1, + anon_sym_instanceof, + ACTIONS(1889), 1, anon_sym_AMP, - ACTIONS(1906), 1, + ACTIONS(1891), 1, + anon_sym_PIPE, + ACTIONS(1893), 1, + anon_sym_CARET, + ACTIONS(1895), 1, + anon_sym_AMP_AMP, + ACTIONS(1911), 1, + anon_sym_PIPE_PIPE, + ACTIONS(1913), 1, + anon_sym_QMARK, + ACTIONS(3), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(1809), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(1871), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(1873), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(1875), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(1877), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(1879), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(1883), 2, + anon_sym_LT_LT, + anon_sym_GT_GT_GT, + ACTIONS(2063), 2, + anon_sym_RPAREN, + anon_sym_SEMI, + [15245] = 18, + ACTIONS(1881), 1, anon_sym_SLASH, - ACTIONS(1910), 1, + ACTIONS(1885), 1, anon_sym_GT_GT, - ACTIONS(1912), 1, + ACTIONS(1887), 1, anon_sym_instanceof, - ACTIONS(1914), 1, + ACTIONS(1889), 1, + anon_sym_AMP, + ACTIONS(1891), 1, anon_sym_PIPE, - ACTIONS(1916), 1, + ACTIONS(1893), 1, anon_sym_CARET, - ACTIONS(1918), 1, + ACTIONS(1895), 1, anon_sym_AMP_AMP, - ACTIONS(1920), 1, + ACTIONS(1911), 1, anon_sym_PIPE_PIPE, - ACTIONS(1922), 1, + ACTIONS(1913), 1, anon_sym_QMARK, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1824), 2, + ACTIONS(1809), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(1896), 2, + ACTIONS(1871), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(1898), 2, + ACTIONS(1873), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(1900), 2, + ACTIONS(1875), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1902), 2, + ACTIONS(1877), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1904), 2, + ACTIONS(1879), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(1908), 2, + ACTIONS(1883), 2, anon_sym_LT_LT, anon_sym_GT_GT_GT, - ACTIONS(1986), 2, + ACTIONS(2065), 2, anon_sym_RPAREN, anon_sym_COMMA, - [14473] = 11, - ACTIONS(293), 1, + [15309] = 18, + ACTIONS(1054), 1, + anon_sym_LT, + ACTIONS(2067), 1, + sym_identifier, + ACTIONS(2069), 1, + anon_sym_class, + ACTIONS(2071), 1, + anon_sym_enum, + ACTIONS(2073), 1, + anon_sym_record, + ACTIONS(2075), 1, + anon_sym_ATinterface, + ACTIONS(2077), 1, + anon_sym_interface, + STATE(666), 1, + sym_scoped_type_identifier, + STATE(686), 1, + sym_generic_type, + STATE(699), 1, + sym_type_parameters, + STATE(717), 1, + sym__unannotated_type, + STATE(935), 1, + sym__constructor_declarator, + STATE(978), 1, + sym__method_header, + ACTIONS(3), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(87), 2, + anon_sym_float, + anon_sym_double, + ACTIONS(89), 2, + sym_boolean_type, + sym_void_type, + STATE(688), 3, + sym_array_type, + sym_integral_type, + sym_floating_point_type, + ACTIONS(85), 5, + anon_sym_byte, + anon_sym_short, + anon_sym_int, + anon_sym_long, + anon_sym_char, + [15373] = 14, + ACTIONS(275), 1, anon_sym_AT, - ACTIONS(297), 1, - anon_sym_non_DASHsealed, - ACTIONS(2024), 1, + ACTIONS(1210), 1, sym_identifier, - ACTIONS(2030), 1, - anon_sym_SEMI, - ACTIONS(2074), 1, - anon_sym_RBRACE, - STATE(1058), 1, - sym_enum_constant, - STATE(1294), 1, - sym_modifiers, - STATE(1318), 1, - sym_enum_body_declarations, + ACTIONS(1994), 1, + anon_sym_QMARK, + STATE(666), 1, + sym_scoped_type_identifier, + STATE(686), 1, + sym_generic_type, + STATE(743), 1, + sym__unannotated_type, + STATE(831), 1, + sym_annotated_type, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - STATE(563), 4, + ACTIONS(87), 2, + anon_sym_float, + anon_sym_double, + ACTIONS(89), 2, + sym_boolean_type, + sym_void_type, + STATE(1102), 2, + sym_wildcard, + sym__type, + STATE(688), 3, + sym_array_type, + sym_integral_type, + sym_floating_point_type, + STATE(684), 4, sym__annotation, sym_marker_annotation, sym_annotation, - aux_sym_modifiers_repeat1, - ACTIONS(291), 13, - anon_sym_final, - anon_sym_default, - anon_sym_synchronized, - anon_sym_static, - anon_sym_public, - anon_sym_protected, - anon_sym_private, - anon_sym_abstract, - anon_sym_strictfp, - anon_sym_native, - anon_sym_transient, - anon_sym_volatile, - anon_sym_sealed, - [14523] = 19, - ACTIONS(1894), 1, - anon_sym_AMP, - ACTIONS(1906), 1, + aux_sym_array_creation_expression_repeat1, + ACTIONS(85), 5, + anon_sym_byte, + anon_sym_short, + anon_sym_int, + anon_sym_long, + anon_sym_char, + [15429] = 18, + ACTIONS(1881), 1, anon_sym_SLASH, - ACTIONS(1910), 1, + ACTIONS(1885), 1, anon_sym_GT_GT, - ACTIONS(1912), 1, + ACTIONS(1887), 1, anon_sym_instanceof, - ACTIONS(1914), 1, + ACTIONS(1889), 1, + anon_sym_AMP, + ACTIONS(1891), 1, anon_sym_PIPE, - ACTIONS(1916), 1, + ACTIONS(1893), 1, anon_sym_CARET, - ACTIONS(1918), 1, + ACTIONS(1895), 1, anon_sym_AMP_AMP, - ACTIONS(1920), 1, + ACTIONS(1911), 1, anon_sym_PIPE_PIPE, - ACTIONS(1922), 1, + ACTIONS(1913), 1, anon_sym_QMARK, - ACTIONS(2076), 1, - anon_sym_COLON, - ACTIONS(2078), 1, - anon_sym_SEMI, + ACTIONS(2079), 1, + anon_sym_RBRACK, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1824), 2, + ACTIONS(1809), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(1896), 2, + ACTIONS(1871), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(1898), 2, + ACTIONS(1873), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(1900), 2, + ACTIONS(1875), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1902), 2, + ACTIONS(1877), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1904), 2, + ACTIONS(1879), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(1908), 2, + ACTIONS(1883), 2, anon_sym_LT_LT, anon_sym_GT_GT_GT, - [14589] = 18, - ACTIONS(1894), 1, - anon_sym_AMP, - ACTIONS(1906), 1, + [15492] = 18, + ACTIONS(1881), 1, anon_sym_SLASH, - ACTIONS(1910), 1, + ACTIONS(1885), 1, anon_sym_GT_GT, - ACTIONS(1912), 1, + ACTIONS(1887), 1, anon_sym_instanceof, - ACTIONS(1914), 1, + ACTIONS(1889), 1, + anon_sym_AMP, + ACTIONS(1891), 1, anon_sym_PIPE, - ACTIONS(1916), 1, + ACTIONS(1893), 1, anon_sym_CARET, - ACTIONS(1918), 1, + ACTIONS(1895), 1, anon_sym_AMP_AMP, - ACTIONS(1920), 1, + ACTIONS(1911), 1, anon_sym_PIPE_PIPE, - ACTIONS(1922), 1, + ACTIONS(1913), 1, anon_sym_QMARK, + ACTIONS(2081), 1, + anon_sym_RBRACK, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1824), 2, + ACTIONS(1809), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(1896), 2, + ACTIONS(1871), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(1898), 2, + ACTIONS(1873), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(1900), 2, + ACTIONS(1875), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1902), 2, + ACTIONS(1877), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1904), 2, + ACTIONS(1879), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(1908), 2, + ACTIONS(1883), 2, anon_sym_LT_LT, anon_sym_GT_GT_GT, - ACTIONS(2080), 2, - anon_sym_RPAREN, - anon_sym_SEMI, - [14653] = 11, - ACTIONS(293), 1, - anon_sym_AT, - ACTIONS(297), 1, - anon_sym_non_DASHsealed, - ACTIONS(2024), 1, - sym_identifier, - ACTIONS(2030), 1, - anon_sym_SEMI, - ACTIONS(2082), 1, - anon_sym_RBRACE, - STATE(1058), 1, - sym_enum_constant, - STATE(1264), 1, - sym_enum_body_declarations, - STATE(1294), 1, - sym_modifiers, + [15555] = 18, + ACTIONS(1881), 1, + anon_sym_SLASH, + ACTIONS(1885), 1, + anon_sym_GT_GT, + ACTIONS(1887), 1, + anon_sym_instanceof, + ACTIONS(1889), 1, + anon_sym_AMP, + ACTIONS(1891), 1, + anon_sym_PIPE, + ACTIONS(1893), 1, + anon_sym_CARET, + ACTIONS(1895), 1, + anon_sym_AMP_AMP, + ACTIONS(1911), 1, + anon_sym_PIPE_PIPE, + ACTIONS(1913), 1, + anon_sym_QMARK, + ACTIONS(2083), 1, + anon_sym_RBRACK, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - STATE(563), 4, - sym__annotation, - sym_marker_annotation, - sym_annotation, - aux_sym_modifiers_repeat1, - ACTIONS(291), 13, - anon_sym_final, - anon_sym_default, - anon_sym_synchronized, - anon_sym_static, - anon_sym_public, - anon_sym_protected, - anon_sym_private, - anon_sym_abstract, - anon_sym_strictfp, - anon_sym_native, - anon_sym_transient, - anon_sym_volatile, - anon_sym_sealed, - [14703] = 5, - ACTIONS(1658), 1, - anon_sym_non_DASHsealed, - ACTIONS(2084), 1, - anon_sym_AT, + ACTIONS(1809), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(1871), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(1873), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(1875), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(1877), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(1879), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(1883), 2, + anon_sym_LT_LT, + anon_sym_GT_GT_GT, + [15618] = 3, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1651), 10, - anon_sym_byte, - anon_sym_short, - anon_sym_int, - anon_sym_long, - anon_sym_char, - anon_sym_float, - anon_sym_double, - sym_boolean_type, - sym_void_type, - sym_identifier, - ACTIONS(1654), 13, - anon_sym_final, - anon_sym_default, - anon_sym_synchronized, - anon_sym_static, - anon_sym_public, - anon_sym_protected, - anon_sym_private, - anon_sym_abstract, - anon_sym_strictfp, - anon_sym_native, - anon_sym_transient, - anon_sym_volatile, + ACTIONS(1384), 11, + anon_sym_DOT, + anon_sym_yield, + anon_sym_open, + anon_sym_module, + anon_sym_with, anon_sym_sealed, - [14741] = 18, - ACTIONS(1894), 1, + anon_sym_implements, + anon_sym_permits, + anon_sym_record, + sym_this, + sym_identifier, + ACTIONS(1386), 13, + anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_AMP, - ACTIONS(1906), 1, + anon_sym_GT, + anon_sym_LT, + anon_sym_PIPE, + anon_sym_COMMA, + anon_sym_LBRACK, + anon_sym_COLON_COLON, + anon_sym_LBRACE, + anon_sym_SEMI, + anon_sym_AT, + anon_sym_DOT_DOT_DOT, + [15651] = 18, + ACTIONS(1881), 1, anon_sym_SLASH, - ACTIONS(1910), 1, + ACTIONS(1885), 1, anon_sym_GT_GT, - ACTIONS(1912), 1, + ACTIONS(1887), 1, anon_sym_instanceof, - ACTIONS(1914), 1, + ACTIONS(1889), 1, + anon_sym_AMP, + ACTIONS(1891), 1, anon_sym_PIPE, - ACTIONS(1916), 1, + ACTIONS(1893), 1, anon_sym_CARET, - ACTIONS(1918), 1, + ACTIONS(1895), 1, anon_sym_AMP_AMP, - ACTIONS(1920), 1, + ACTIONS(1911), 1, anon_sym_PIPE_PIPE, - ACTIONS(1922), 1, + ACTIONS(1913), 1, anon_sym_QMARK, + ACTIONS(2085), 1, + anon_sym_SEMI, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1824), 2, + ACTIONS(1809), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(1896), 2, + ACTIONS(1871), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(1898), 2, + ACTIONS(1873), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(1900), 2, + ACTIONS(1875), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1902), 2, + ACTIONS(1877), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1904), 2, + ACTIONS(1879), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(1908), 2, + ACTIONS(1883), 2, anon_sym_LT_LT, anon_sym_GT_GT_GT, - ACTIONS(2087), 2, - anon_sym_COMMA, - anon_sym_RBRACE, - [14805] = 14, - ACTIONS(329), 1, - anon_sym_AT, - ACTIONS(1140), 1, - sym_identifier, - ACTIONS(2010), 1, - anon_sym_QMARK, - STATE(685), 1, - sym_scoped_type_identifier, - STATE(711), 1, - sym_generic_type, - STATE(725), 1, - sym__unannotated_type, - STATE(797), 1, - sym_annotated_type, - ACTIONS(3), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(83), 2, - anon_sym_float, - anon_sym_double, - ACTIONS(85), 2, - sym_boolean_type, - sym_void_type, - STATE(1176), 2, - sym_wildcard, - sym__type, - STATE(702), 3, - sym_array_type, - sym_integral_type, - sym_floating_point_type, - STATE(678), 4, - sym__annotation, - sym_marker_annotation, - sym_annotation, - aux_sym_array_creation_expression_repeat1, - ACTIONS(81), 5, - anon_sym_byte, - anon_sym_short, - anon_sym_int, - anon_sym_long, - anon_sym_char, - [14861] = 18, - ACTIONS(1894), 1, - anon_sym_AMP, - ACTIONS(1906), 1, + [15714] = 18, + ACTIONS(1881), 1, anon_sym_SLASH, - ACTIONS(1910), 1, + ACTIONS(1885), 1, anon_sym_GT_GT, - ACTIONS(1912), 1, + ACTIONS(1887), 1, anon_sym_instanceof, - ACTIONS(1914), 1, + ACTIONS(1889), 1, + anon_sym_AMP, + ACTIONS(1891), 1, anon_sym_PIPE, - ACTIONS(1916), 1, + ACTIONS(1893), 1, anon_sym_CARET, - ACTIONS(1918), 1, + ACTIONS(1895), 1, anon_sym_AMP_AMP, - ACTIONS(1920), 1, + ACTIONS(1911), 1, anon_sym_PIPE_PIPE, - ACTIONS(1922), 1, + ACTIONS(1913), 1, anon_sym_QMARK, + ACTIONS(2087), 1, + anon_sym_SEMI, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1824), 2, + ACTIONS(1809), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(1896), 2, + ACTIONS(1871), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(1898), 2, + ACTIONS(1873), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(1900), 2, + ACTIONS(1875), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1902), 2, + ACTIONS(1877), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1904), 2, + ACTIONS(1879), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(1908), 2, + ACTIONS(1883), 2, anon_sym_LT_LT, anon_sym_GT_GT_GT, - ACTIONS(2089), 2, - anon_sym_RPAREN, - anon_sym_COMMA, - [14925] = 18, - ACTIONS(1058), 1, - anon_sym_LT, - ACTIONS(2091), 1, - sym_identifier, - ACTIONS(2093), 1, - anon_sym_class, - ACTIONS(2095), 1, - anon_sym_enum, - ACTIONS(2097), 1, - anon_sym_record, - ACTIONS(2099), 1, - anon_sym_ATinterface, - ACTIONS(2101), 1, - anon_sym_interface, - STATE(685), 1, - sym_scoped_type_identifier, - STATE(693), 1, - sym_type_parameters, - STATE(711), 1, - sym_generic_type, - STATE(722), 1, - sym__unannotated_type, - STATE(996), 1, - sym__constructor_declarator, - STATE(1031), 1, - sym__method_header, - ACTIONS(3), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(83), 2, - anon_sym_float, - anon_sym_double, - ACTIONS(85), 2, - sym_boolean_type, - sym_void_type, - STATE(702), 3, - sym_array_type, - sym_integral_type, - sym_floating_point_type, - ACTIONS(81), 5, - anon_sym_byte, - anon_sym_short, - anon_sym_int, - anon_sym_long, - anon_sym_char, - [14989] = 18, - ACTIONS(1894), 1, - anon_sym_AMP, - ACTIONS(1906), 1, + [15777] = 18, + ACTIONS(1881), 1, anon_sym_SLASH, - ACTIONS(1910), 1, + ACTIONS(1885), 1, anon_sym_GT_GT, - ACTIONS(1912), 1, + ACTIONS(1887), 1, anon_sym_instanceof, - ACTIONS(1914), 1, + ACTIONS(1889), 1, + anon_sym_AMP, + ACTIONS(1891), 1, anon_sym_PIPE, - ACTIONS(1916), 1, + ACTIONS(1893), 1, anon_sym_CARET, - ACTIONS(1918), 1, + ACTIONS(1895), 1, anon_sym_AMP_AMP, - ACTIONS(1920), 1, + ACTIONS(1911), 1, anon_sym_PIPE_PIPE, - ACTIONS(1922), 1, + ACTIONS(1913), 1, anon_sym_QMARK, + ACTIONS(2089), 1, + anon_sym_SEMI, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1824), 2, + ACTIONS(1809), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(1896), 2, + ACTIONS(1871), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(1898), 2, + ACTIONS(1873), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(1900), 2, + ACTIONS(1875), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1902), 2, + ACTIONS(1877), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1904), 2, + ACTIONS(1879), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(1908), 2, + ACTIONS(1883), 2, anon_sym_LT_LT, anon_sym_GT_GT_GT, - ACTIONS(2103), 2, - anon_sym_RPAREN, - anon_sym_SEMI, - [15053] = 18, - ACTIONS(1894), 1, - anon_sym_AMP, - ACTIONS(1906), 1, + [15840] = 18, + ACTIONS(1881), 1, anon_sym_SLASH, - ACTIONS(1910), 1, + ACTIONS(1885), 1, anon_sym_GT_GT, - ACTIONS(1912), 1, + ACTIONS(1887), 1, anon_sym_instanceof, - ACTIONS(1914), 1, + ACTIONS(1889), 1, + anon_sym_AMP, + ACTIONS(1891), 1, anon_sym_PIPE, - ACTIONS(1916), 1, + ACTIONS(1893), 1, anon_sym_CARET, - ACTIONS(1918), 1, + ACTIONS(1895), 1, anon_sym_AMP_AMP, - ACTIONS(1920), 1, + ACTIONS(1911), 1, anon_sym_PIPE_PIPE, - ACTIONS(1922), 1, + ACTIONS(1913), 1, anon_sym_QMARK, - ACTIONS(2105), 1, - anon_sym_RBRACK, + ACTIONS(2091), 1, + anon_sym_SEMI, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1824), 2, + ACTIONS(1809), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(1896), 2, + ACTIONS(1871), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(1898), 2, + ACTIONS(1873), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(1900), 2, + ACTIONS(1875), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1902), 2, + ACTIONS(1877), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1904), 2, + ACTIONS(1879), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(1908), 2, + ACTIONS(1883), 2, anon_sym_LT_LT, anon_sym_GT_GT_GT, - [15116] = 18, - ACTIONS(1894), 1, - anon_sym_AMP, - ACTIONS(1906), 1, + [15903] = 17, + ACTIONS(1054), 1, + anon_sym_LT, + ACTIONS(1210), 1, + sym_identifier, + ACTIONS(2069), 1, + anon_sym_class, + ACTIONS(2071), 1, + anon_sym_enum, + ACTIONS(2073), 1, + anon_sym_record, + ACTIONS(2075), 1, + anon_sym_ATinterface, + ACTIONS(2077), 1, + anon_sym_interface, + STATE(666), 1, + sym_scoped_type_identifier, + STATE(686), 1, + sym_generic_type, + STATE(704), 1, + sym_type_parameters, + STATE(714), 1, + sym__unannotated_type, + STATE(978), 1, + sym__method_header, + ACTIONS(3), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(87), 2, + anon_sym_float, + anon_sym_double, + ACTIONS(89), 2, + sym_boolean_type, + sym_void_type, + STATE(688), 3, + sym_array_type, + sym_integral_type, + sym_floating_point_type, + ACTIONS(85), 5, + anon_sym_byte, + anon_sym_short, + anon_sym_int, + anon_sym_long, + anon_sym_char, + [15964] = 18, + ACTIONS(1881), 1, anon_sym_SLASH, - ACTIONS(1910), 1, + ACTIONS(1885), 1, anon_sym_GT_GT, - ACTIONS(1912), 1, + ACTIONS(1887), 1, anon_sym_instanceof, - ACTIONS(1914), 1, + ACTIONS(1889), 1, + anon_sym_AMP, + ACTIONS(1891), 1, anon_sym_PIPE, - ACTIONS(1916), 1, + ACTIONS(1893), 1, anon_sym_CARET, - ACTIONS(1918), 1, + ACTIONS(1895), 1, anon_sym_AMP_AMP, - ACTIONS(1920), 1, + ACTIONS(1911), 1, anon_sym_PIPE_PIPE, - ACTIONS(1922), 1, + ACTIONS(1913), 1, anon_sym_QMARK, - ACTIONS(2107), 1, - anon_sym_RBRACK, + ACTIONS(2093), 1, + anon_sym_SEMI, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1824), 2, + ACTIONS(1809), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(1896), 2, + ACTIONS(1871), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(1898), 2, + ACTIONS(1873), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(1900), 2, + ACTIONS(1875), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1902), 2, + ACTIONS(1877), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1904), 2, + ACTIONS(1879), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(1908), 2, + ACTIONS(1883), 2, anon_sym_LT_LT, anon_sym_GT_GT_GT, - [15179] = 18, - ACTIONS(1894), 1, - anon_sym_AMP, - ACTIONS(1906), 1, + [16027] = 18, + ACTIONS(1881), 1, anon_sym_SLASH, - ACTIONS(1910), 1, + ACTIONS(1885), 1, anon_sym_GT_GT, - ACTIONS(1912), 1, + ACTIONS(1887), 1, anon_sym_instanceof, - ACTIONS(1914), 1, + ACTIONS(1889), 1, + anon_sym_AMP, + ACTIONS(1891), 1, anon_sym_PIPE, - ACTIONS(1916), 1, + ACTIONS(1893), 1, anon_sym_CARET, - ACTIONS(1918), 1, + ACTIONS(1895), 1, anon_sym_AMP_AMP, - ACTIONS(1920), 1, + ACTIONS(1911), 1, anon_sym_PIPE_PIPE, - ACTIONS(1922), 1, + ACTIONS(1913), 1, anon_sym_QMARK, - ACTIONS(2109), 1, - anon_sym_RPAREN, + ACTIONS(2095), 1, + anon_sym_SEMI, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1824), 2, + ACTIONS(1809), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(1896), 2, + ACTIONS(1871), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(1898), 2, + ACTIONS(1873), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(1900), 2, + ACTIONS(1875), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1902), 2, + ACTIONS(1877), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1904), 2, + ACTIONS(1879), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(1908), 2, + ACTIONS(1883), 2, anon_sym_LT_LT, anon_sym_GT_GT_GT, - [15242] = 18, - ACTIONS(1894), 1, - anon_sym_AMP, - ACTIONS(1906), 1, + [16090] = 18, + ACTIONS(1881), 1, anon_sym_SLASH, - ACTIONS(1910), 1, + ACTIONS(1885), 1, anon_sym_GT_GT, - ACTIONS(1912), 1, + ACTIONS(1887), 1, anon_sym_instanceof, - ACTIONS(1914), 1, + ACTIONS(1889), 1, + anon_sym_AMP, + ACTIONS(1891), 1, anon_sym_PIPE, - ACTIONS(1916), 1, + ACTIONS(1893), 1, anon_sym_CARET, - ACTIONS(1918), 1, + ACTIONS(1895), 1, anon_sym_AMP_AMP, - ACTIONS(1920), 1, + ACTIONS(1911), 1, anon_sym_PIPE_PIPE, - ACTIONS(1922), 1, + ACTIONS(1913), 1, anon_sym_QMARK, - ACTIONS(2111), 1, - anon_sym_SEMI, + ACTIONS(2097), 1, + anon_sym_RPAREN, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1824), 2, + ACTIONS(1809), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(1896), 2, + ACTIONS(1871), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(1898), 2, + ACTIONS(1873), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(1900), 2, + ACTIONS(1875), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1902), 2, + ACTIONS(1877), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1904), 2, + ACTIONS(1879), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(1908), 2, + ACTIONS(1883), 2, anon_sym_LT_LT, anon_sym_GT_GT_GT, - [15305] = 18, - ACTIONS(1894), 1, - anon_sym_AMP, - ACTIONS(1906), 1, + [16153] = 18, + ACTIONS(1881), 1, anon_sym_SLASH, - ACTIONS(1910), 1, + ACTIONS(1885), 1, anon_sym_GT_GT, - ACTIONS(1912), 1, + ACTIONS(1887), 1, anon_sym_instanceof, - ACTIONS(1914), 1, + ACTIONS(1889), 1, + anon_sym_AMP, + ACTIONS(1891), 1, anon_sym_PIPE, - ACTIONS(1916), 1, + ACTIONS(1893), 1, anon_sym_CARET, - ACTIONS(1918), 1, + ACTIONS(1895), 1, anon_sym_AMP_AMP, - ACTIONS(1920), 1, + ACTIONS(1911), 1, anon_sym_PIPE_PIPE, - ACTIONS(1922), 1, + ACTIONS(1913), 1, anon_sym_QMARK, - ACTIONS(2113), 1, - anon_sym_RBRACK, + ACTIONS(2099), 1, + anon_sym_RPAREN, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1824), 2, + ACTIONS(1809), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(1896), 2, + ACTIONS(1871), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(1898), 2, + ACTIONS(1873), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(1900), 2, + ACTIONS(1875), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1902), 2, + ACTIONS(1877), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1904), 2, + ACTIONS(1879), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(1908), 2, + ACTIONS(1883), 2, anon_sym_LT_LT, anon_sym_GT_GT_GT, - [15368] = 14, - ACTIONS(329), 1, - anon_sym_AT, - ACTIONS(2115), 1, - sym_identifier, - ACTIONS(2117), 1, - anon_sym_final, - STATE(392), 1, - sym__unannotated_type, - STATE(410), 1, - sym_scoped_type_identifier, - STATE(413), 1, - sym_generic_type, - STATE(452), 1, - sym__type, - STATE(466), 1, - sym_annotated_type, - ACTIONS(3), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(2121), 2, - anon_sym_float, - anon_sym_double, - ACTIONS(2123), 2, - sym_boolean_type, - sym_void_type, - STATE(424), 3, - sym_array_type, - sym_integral_type, - sym_floating_point_type, - STATE(687), 4, - sym__annotation, - sym_marker_annotation, - sym_annotation, - aux_sym_array_creation_expression_repeat1, - ACTIONS(2119), 5, - anon_sym_byte, - anon_sym_short, - anon_sym_int, - anon_sym_long, - anon_sym_char, - [15423] = 18, - ACTIONS(1894), 1, - anon_sym_AMP, - ACTIONS(1906), 1, + [16216] = 18, + ACTIONS(1881), 1, anon_sym_SLASH, - ACTIONS(1910), 1, + ACTIONS(1885), 1, anon_sym_GT_GT, - ACTIONS(1912), 1, + ACTIONS(1887), 1, anon_sym_instanceof, - ACTIONS(1914), 1, + ACTIONS(1889), 1, + anon_sym_AMP, + ACTIONS(1891), 1, anon_sym_PIPE, - ACTIONS(1916), 1, + ACTIONS(1893), 1, anon_sym_CARET, - ACTIONS(1918), 1, + ACTIONS(1895), 1, anon_sym_AMP_AMP, - ACTIONS(1920), 1, + ACTIONS(1911), 1, anon_sym_PIPE_PIPE, - ACTIONS(1922), 1, + ACTIONS(1913), 1, anon_sym_QMARK, - ACTIONS(2125), 1, - anon_sym_COLON, + ACTIONS(2101), 1, + anon_sym_RPAREN, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1824), 2, + ACTIONS(1809), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(1896), 2, + ACTIONS(1871), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(1898), 2, + ACTIONS(1873), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(1900), 2, + ACTIONS(1875), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1902), 2, + ACTIONS(1877), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1904), 2, + ACTIONS(1879), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(1908), 2, + ACTIONS(1883), 2, anon_sym_LT_LT, anon_sym_GT_GT_GT, - [15486] = 18, - ACTIONS(1894), 1, - anon_sym_AMP, - ACTIONS(1906), 1, + [16279] = 18, + ACTIONS(1881), 1, anon_sym_SLASH, - ACTIONS(1910), 1, + ACTIONS(1885), 1, anon_sym_GT_GT, - ACTIONS(1912), 1, + ACTIONS(1887), 1, anon_sym_instanceof, - ACTIONS(1914), 1, + ACTIONS(1889), 1, + anon_sym_AMP, + ACTIONS(1891), 1, anon_sym_PIPE, - ACTIONS(1916), 1, + ACTIONS(1893), 1, anon_sym_CARET, - ACTIONS(1918), 1, + ACTIONS(1895), 1, anon_sym_AMP_AMP, - ACTIONS(1920), 1, + ACTIONS(1911), 1, anon_sym_PIPE_PIPE, - ACTIONS(1922), 1, + ACTIONS(1913), 1, anon_sym_QMARK, - ACTIONS(2127), 1, + ACTIONS(2103), 1, anon_sym_SEMI, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1824), 2, + ACTIONS(1809), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(1896), 2, + ACTIONS(1871), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(1898), 2, + ACTIONS(1873), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(1900), 2, + ACTIONS(1875), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1902), 2, + ACTIONS(1877), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1904), 2, + ACTIONS(1879), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(1908), 2, + ACTIONS(1883), 2, anon_sym_LT_LT, anon_sym_GT_GT_GT, - [15549] = 18, - ACTIONS(1894), 1, - anon_sym_AMP, - ACTIONS(1906), 1, + [16342] = 18, + ACTIONS(1881), 1, anon_sym_SLASH, - ACTIONS(1910), 1, + ACTIONS(1885), 1, anon_sym_GT_GT, - ACTIONS(1912), 1, + ACTIONS(1887), 1, anon_sym_instanceof, - ACTIONS(1914), 1, + ACTIONS(1889), 1, + anon_sym_AMP, + ACTIONS(1891), 1, anon_sym_PIPE, - ACTIONS(1916), 1, + ACTIONS(1893), 1, anon_sym_CARET, - ACTIONS(1918), 1, + ACTIONS(1895), 1, anon_sym_AMP_AMP, - ACTIONS(1920), 1, + ACTIONS(1911), 1, anon_sym_PIPE_PIPE, - ACTIONS(1922), 1, + ACTIONS(1913), 1, anon_sym_QMARK, - ACTIONS(2129), 1, + ACTIONS(2105), 1, anon_sym_SEMI, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1824), 2, + ACTIONS(1809), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(1896), 2, + ACTIONS(1871), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(1898), 2, + ACTIONS(1873), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(1900), 2, + ACTIONS(1875), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1902), 2, + ACTIONS(1877), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1904), 2, + ACTIONS(1879), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(1908), 2, + ACTIONS(1883), 2, anon_sym_LT_LT, anon_sym_GT_GT_GT, - [15612] = 18, - ACTIONS(1894), 1, - anon_sym_AMP, - ACTIONS(1906), 1, + [16405] = 18, + ACTIONS(1881), 1, anon_sym_SLASH, - ACTIONS(1910), 1, + ACTIONS(1885), 1, anon_sym_GT_GT, - ACTIONS(1912), 1, + ACTIONS(1887), 1, anon_sym_instanceof, - ACTIONS(1914), 1, + ACTIONS(1889), 1, + anon_sym_AMP, + ACTIONS(1891), 1, anon_sym_PIPE, - ACTIONS(1916), 1, + ACTIONS(1893), 1, anon_sym_CARET, - ACTIONS(1918), 1, + ACTIONS(1895), 1, anon_sym_AMP_AMP, - ACTIONS(1920), 1, + ACTIONS(1911), 1, anon_sym_PIPE_PIPE, - ACTIONS(1922), 1, + ACTIONS(1913), 1, anon_sym_QMARK, - ACTIONS(2131), 1, - anon_sym_RBRACK, + ACTIONS(2107), 1, + anon_sym_SEMI, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1824), 2, + ACTIONS(1809), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(1896), 2, + ACTIONS(1871), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(1898), 2, + ACTIONS(1873), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(1900), 2, + ACTIONS(1875), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1902), 2, + ACTIONS(1877), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1904), 2, + ACTIONS(1879), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(1908), 2, + ACTIONS(1883), 2, anon_sym_LT_LT, anon_sym_GT_GT_GT, - [15675] = 18, - ACTIONS(1894), 1, - anon_sym_AMP, - ACTIONS(1906), 1, + [16468] = 18, + ACTIONS(1881), 1, anon_sym_SLASH, - ACTIONS(1910), 1, + ACTIONS(1885), 1, anon_sym_GT_GT, - ACTIONS(1912), 1, + ACTIONS(1887), 1, anon_sym_instanceof, - ACTIONS(1914), 1, + ACTIONS(1889), 1, + anon_sym_AMP, + ACTIONS(1891), 1, anon_sym_PIPE, - ACTIONS(1916), 1, + ACTIONS(1893), 1, anon_sym_CARET, - ACTIONS(1918), 1, + ACTIONS(1895), 1, anon_sym_AMP_AMP, - ACTIONS(1920), 1, + ACTIONS(1911), 1, anon_sym_PIPE_PIPE, - ACTIONS(1922), 1, + ACTIONS(1913), 1, anon_sym_QMARK, - ACTIONS(2133), 1, + ACTIONS(2109), 1, anon_sym_SEMI, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1824), 2, + ACTIONS(1809), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(1896), 2, + ACTIONS(1871), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(1898), 2, + ACTIONS(1873), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(1900), 2, + ACTIONS(1875), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1902), 2, + ACTIONS(1877), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1904), 2, + ACTIONS(1879), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(1908), 2, + ACTIONS(1883), 2, anon_sym_LT_LT, anon_sym_GT_GT_GT, - [15738] = 18, - ACTIONS(1894), 1, - anon_sym_AMP, - ACTIONS(1906), 1, + [16531] = 18, + ACTIONS(1881), 1, anon_sym_SLASH, - ACTIONS(1910), 1, + ACTIONS(1885), 1, anon_sym_GT_GT, - ACTIONS(1912), 1, + ACTIONS(1887), 1, anon_sym_instanceof, - ACTIONS(1914), 1, + ACTIONS(1889), 1, + anon_sym_AMP, + ACTIONS(1891), 1, anon_sym_PIPE, - ACTIONS(1916), 1, + ACTIONS(1893), 1, anon_sym_CARET, - ACTIONS(1918), 1, + ACTIONS(1895), 1, anon_sym_AMP_AMP, - ACTIONS(1920), 1, + ACTIONS(1911), 1, anon_sym_PIPE_PIPE, - ACTIONS(1922), 1, + ACTIONS(1913), 1, anon_sym_QMARK, - ACTIONS(2135), 1, - anon_sym_SEMI, + ACTIONS(2111), 1, + anon_sym_RPAREN, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1824), 2, + ACTIONS(1809), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(1896), 2, + ACTIONS(1871), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(1898), 2, + ACTIONS(1873), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(1900), 2, + ACTIONS(1875), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1902), 2, + ACTIONS(1877), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1904), 2, + ACTIONS(1879), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(1908), 2, + ACTIONS(1883), 2, anon_sym_LT_LT, anon_sym_GT_GT_GT, - [15801] = 18, - ACTIONS(1894), 1, - anon_sym_AMP, - ACTIONS(1906), 1, + [16594] = 14, + ACTIONS(275), 1, + anon_sym_AT, + ACTIONS(1210), 1, + sym_identifier, + ACTIONS(2113), 1, + anon_sym_open, + ACTIONS(2115), 1, + anon_sym_module, + ACTIONS(2117), 1, + anon_sym_package, + STATE(666), 1, + sym_scoped_type_identifier, + STATE(686), 1, + sym_generic_type, + STATE(729), 1, + sym__unannotated_type, + ACTIONS(3), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(87), 2, + anon_sym_float, + anon_sym_double, + ACTIONS(89), 2, + sym_boolean_type, + sym_void_type, + STATE(688), 3, + sym_array_type, + sym_integral_type, + sym_floating_point_type, + STATE(711), 4, + sym__annotation, + sym_marker_annotation, + sym_annotation, + aux_sym_array_creation_expression_repeat1, + ACTIONS(85), 5, + anon_sym_byte, + anon_sym_short, + anon_sym_int, + anon_sym_long, + anon_sym_char, + [16649] = 18, + ACTIONS(1881), 1, anon_sym_SLASH, - ACTIONS(1910), 1, + ACTIONS(1885), 1, anon_sym_GT_GT, - ACTIONS(1912), 1, + ACTIONS(1887), 1, anon_sym_instanceof, - ACTIONS(1914), 1, + ACTIONS(1889), 1, + anon_sym_AMP, + ACTIONS(1891), 1, anon_sym_PIPE, - ACTIONS(1916), 1, + ACTIONS(1893), 1, anon_sym_CARET, - ACTIONS(1918), 1, + ACTIONS(1895), 1, anon_sym_AMP_AMP, - ACTIONS(1920), 1, + ACTIONS(1911), 1, anon_sym_PIPE_PIPE, - ACTIONS(1922), 1, + ACTIONS(1913), 1, anon_sym_QMARK, - ACTIONS(2137), 1, - anon_sym_SEMI, + ACTIONS(2119), 1, + anon_sym_RPAREN, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1824), 2, + ACTIONS(1809), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(1896), 2, + ACTIONS(1871), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(1898), 2, + ACTIONS(1873), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(1900), 2, + ACTIONS(1875), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1902), 2, + ACTIONS(1877), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1904), 2, + ACTIONS(1879), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(1908), 2, + ACTIONS(1883), 2, anon_sym_LT_LT, anon_sym_GT_GT_GT, - [15864] = 18, - ACTIONS(1894), 1, + [16712] = 15, + ACTIONS(311), 1, + anon_sym_AT, + ACTIONS(1787), 1, + anon_sym_LBRACK, + ACTIONS(2121), 1, + sym_identifier, + ACTIONS(2123), 1, + anon_sym_DOT, + ACTIONS(2125), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(2127), 1, + sym_this, + STATE(522), 1, + aux_sym_dimensions_repeat1, + STATE(683), 1, + sym_dimensions, + STATE(774), 1, + sym__reserved_identifier, + STATE(1057), 1, + aux_sym_receiver_parameter_repeat1, + STATE(1086), 1, + sym__variable_declarator_id, + ACTIONS(3), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(1310), 3, + anon_sym_RPAREN, + anon_sym_AMP, + anon_sym_COLON_COLON, + STATE(859), 4, + sym__annotation, + sym_marker_annotation, + sym_annotation, + aux_sym_array_creation_expression_repeat1, + ACTIONS(1046), 6, + anon_sym_yield, + anon_sym_open, + anon_sym_module, + anon_sym_with, + anon_sym_sealed, + anon_sym_record, + [16769] = 3, + ACTIONS(3), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(1402), 11, + anon_sym_DOT, + anon_sym_yield, + anon_sym_open, + anon_sym_module, + anon_sym_with, + anon_sym_sealed, + anon_sym_implements, + anon_sym_permits, + anon_sym_record, + sym_this, + sym_identifier, + ACTIONS(1404), 13, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT, + anon_sym_PIPE, + anon_sym_COMMA, + anon_sym_LBRACK, + anon_sym_COLON_COLON, + anon_sym_LBRACE, + anon_sym_SEMI, + anon_sym_AT, + anon_sym_DOT_DOT_DOT, + [16802] = 3, + ACTIONS(3), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(1398), 11, + anon_sym_DOT, + anon_sym_yield, + anon_sym_open, + anon_sym_module, + anon_sym_with, + anon_sym_sealed, + anon_sym_implements, + anon_sym_permits, + anon_sym_record, + sym_this, + sym_identifier, + ACTIONS(1400), 13, + anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_AMP, - ACTIONS(1906), 1, + anon_sym_GT, + anon_sym_LT, + anon_sym_PIPE, + anon_sym_COMMA, + anon_sym_LBRACK, + anon_sym_COLON_COLON, + anon_sym_LBRACE, + anon_sym_SEMI, + anon_sym_AT, + anon_sym_DOT_DOT_DOT, + [16835] = 18, + ACTIONS(1881), 1, anon_sym_SLASH, - ACTIONS(1910), 1, + ACTIONS(1885), 1, anon_sym_GT_GT, - ACTIONS(1912), 1, + ACTIONS(1887), 1, anon_sym_instanceof, - ACTIONS(1914), 1, + ACTIONS(1889), 1, + anon_sym_AMP, + ACTIONS(1891), 1, anon_sym_PIPE, - ACTIONS(1916), 1, + ACTIONS(1893), 1, anon_sym_CARET, - ACTIONS(1918), 1, + ACTIONS(1895), 1, anon_sym_AMP_AMP, - ACTIONS(1920), 1, + ACTIONS(1911), 1, anon_sym_PIPE_PIPE, - ACTIONS(1922), 1, + ACTIONS(1913), 1, anon_sym_QMARK, - ACTIONS(2139), 1, - anon_sym_SEMI, + ACTIONS(2129), 1, + anon_sym_COLON, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1824), 2, + ACTIONS(1809), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(1896), 2, + ACTIONS(1871), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(1898), 2, + ACTIONS(1873), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(1900), 2, + ACTIONS(1875), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1902), 2, + ACTIONS(1877), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1904), 2, + ACTIONS(1879), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(1908), 2, + ACTIONS(1883), 2, anon_sym_LT_LT, anon_sym_GT_GT_GT, - [15927] = 18, - ACTIONS(1894), 1, - anon_sym_AMP, - ACTIONS(1906), 1, + [16898] = 18, + ACTIONS(1881), 1, anon_sym_SLASH, - ACTIONS(1910), 1, + ACTIONS(1885), 1, anon_sym_GT_GT, - ACTIONS(1912), 1, + ACTIONS(1887), 1, anon_sym_instanceof, - ACTIONS(1914), 1, + ACTIONS(1889), 1, + anon_sym_AMP, + ACTIONS(1891), 1, anon_sym_PIPE, - ACTIONS(1916), 1, + ACTIONS(1893), 1, anon_sym_CARET, - ACTIONS(1918), 1, + ACTIONS(1895), 1, anon_sym_AMP_AMP, - ACTIONS(1920), 1, + ACTIONS(1911), 1, anon_sym_PIPE_PIPE, - ACTIONS(1922), 1, + ACTIONS(1913), 1, anon_sym_QMARK, - ACTIONS(2141), 1, + ACTIONS(2131), 1, anon_sym_SEMI, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1824), 2, + ACTIONS(1809), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(1896), 2, + ACTIONS(1871), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(1898), 2, + ACTIONS(1873), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(1900), 2, + ACTIONS(1875), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1902), 2, + ACTIONS(1877), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1904), 2, + ACTIONS(1879), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(1908), 2, + ACTIONS(1883), 2, anon_sym_LT_LT, anon_sym_GT_GT_GT, - [15990] = 18, - ACTIONS(1894), 1, - anon_sym_AMP, - ACTIONS(1906), 1, + [16961] = 18, + ACTIONS(1881), 1, anon_sym_SLASH, - ACTIONS(1910), 1, + ACTIONS(1885), 1, anon_sym_GT_GT, - ACTIONS(1912), 1, + ACTIONS(1887), 1, anon_sym_instanceof, - ACTIONS(1914), 1, + ACTIONS(1889), 1, + anon_sym_AMP, + ACTIONS(1891), 1, anon_sym_PIPE, - ACTIONS(1916), 1, + ACTIONS(1893), 1, anon_sym_CARET, - ACTIONS(1918), 1, + ACTIONS(1895), 1, anon_sym_AMP_AMP, - ACTIONS(1920), 1, + ACTIONS(1911), 1, anon_sym_PIPE_PIPE, - ACTIONS(1922), 1, + ACTIONS(1913), 1, anon_sym_QMARK, - ACTIONS(2143), 1, + ACTIONS(2133), 1, anon_sym_SEMI, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1824), 2, + ACTIONS(1809), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(1896), 2, + ACTIONS(1871), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(1898), 2, + ACTIONS(1873), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(1900), 2, + ACTIONS(1875), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1902), 2, + ACTIONS(1877), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1904), 2, + ACTIONS(1879), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(1908), 2, + ACTIONS(1883), 2, anon_sym_LT_LT, anon_sym_GT_GT_GT, - [16053] = 18, - ACTIONS(1894), 1, - anon_sym_AMP, - ACTIONS(1906), 1, + [17024] = 18, + ACTIONS(1881), 1, anon_sym_SLASH, - ACTIONS(1910), 1, + ACTIONS(1885), 1, anon_sym_GT_GT, - ACTIONS(1912), 1, + ACTIONS(1887), 1, anon_sym_instanceof, - ACTIONS(1914), 1, + ACTIONS(1889), 1, + anon_sym_AMP, + ACTIONS(1891), 1, anon_sym_PIPE, - ACTIONS(1916), 1, + ACTIONS(1893), 1, anon_sym_CARET, - ACTIONS(1918), 1, + ACTIONS(1895), 1, anon_sym_AMP_AMP, - ACTIONS(1920), 1, + ACTIONS(1911), 1, anon_sym_PIPE_PIPE, - ACTIONS(1922), 1, + ACTIONS(1913), 1, anon_sym_QMARK, - ACTIONS(2145), 1, - anon_sym_RPAREN, + ACTIONS(2135), 1, + anon_sym_SEMI, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1824), 2, + ACTIONS(1809), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(1896), 2, + ACTIONS(1871), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(1898), 2, + ACTIONS(1873), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(1900), 2, + ACTIONS(1875), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1902), 2, + ACTIONS(1877), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1904), 2, + ACTIONS(1879), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(1908), 2, + ACTIONS(1883), 2, anon_sym_LT_LT, anon_sym_GT_GT_GT, - [16116] = 18, - ACTIONS(1894), 1, - anon_sym_AMP, - ACTIONS(1906), 1, + [17087] = 18, + ACTIONS(1881), 1, anon_sym_SLASH, - ACTIONS(1910), 1, + ACTIONS(1885), 1, anon_sym_GT_GT, - ACTIONS(1912), 1, + ACTIONS(1887), 1, anon_sym_instanceof, - ACTIONS(1914), 1, + ACTIONS(1889), 1, + anon_sym_AMP, + ACTIONS(1891), 1, anon_sym_PIPE, - ACTIONS(1916), 1, + ACTIONS(1893), 1, anon_sym_CARET, - ACTIONS(1918), 1, + ACTIONS(1895), 1, anon_sym_AMP_AMP, - ACTIONS(1920), 1, + ACTIONS(1911), 1, anon_sym_PIPE_PIPE, - ACTIONS(1922), 1, + ACTIONS(1913), 1, anon_sym_QMARK, - ACTIONS(2147), 1, - anon_sym_RPAREN, + ACTIONS(2137), 1, + anon_sym_RBRACK, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1824), 2, + ACTIONS(1809), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(1896), 2, + ACTIONS(1871), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(1898), 2, + ACTIONS(1873), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(1900), 2, + ACTIONS(1875), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1902), 2, + ACTIONS(1877), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1904), 2, + ACTIONS(1879), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(1908), 2, + ACTIONS(1883), 2, anon_sym_LT_LT, anon_sym_GT_GT_GT, - [16179] = 18, - ACTIONS(1894), 1, - anon_sym_AMP, - ACTIONS(1906), 1, + [17150] = 18, + ACTIONS(1881), 1, anon_sym_SLASH, - ACTIONS(1910), 1, + ACTIONS(1885), 1, anon_sym_GT_GT, - ACTIONS(1912), 1, + ACTIONS(1887), 1, anon_sym_instanceof, - ACTIONS(1914), 1, + ACTIONS(1889), 1, + anon_sym_AMP, + ACTIONS(1891), 1, anon_sym_PIPE, - ACTIONS(1916), 1, + ACTIONS(1893), 1, anon_sym_CARET, - ACTIONS(1918), 1, + ACTIONS(1895), 1, anon_sym_AMP_AMP, - ACTIONS(1920), 1, + ACTIONS(1911), 1, anon_sym_PIPE_PIPE, - ACTIONS(1922), 1, + ACTIONS(1913), 1, anon_sym_QMARK, - ACTIONS(2149), 1, - anon_sym_SEMI, + ACTIONS(2139), 1, + anon_sym_COLON, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1824), 2, + ACTIONS(1809), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(1896), 2, + ACTIONS(1871), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(1898), 2, + ACTIONS(1873), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(1900), 2, + ACTIONS(1875), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1902), 2, + ACTIONS(1877), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1904), 2, + ACTIONS(1879), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(1908), 2, + ACTIONS(1883), 2, anon_sym_LT_LT, anon_sym_GT_GT_GT, - [16242] = 14, - ACTIONS(329), 1, - anon_sym_AT, - ACTIONS(1140), 1, - sym_identifier, - STATE(685), 1, - sym_scoped_type_identifier, - STATE(711), 1, - sym_generic_type, - STATE(725), 1, - sym__unannotated_type, - STATE(797), 1, - sym_annotated_type, - STATE(1004), 1, - sym__type, - STATE(1214), 1, - sym_type_list, + [17213] = 3, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(83), 2, - anon_sym_float, - anon_sym_double, - ACTIONS(85), 2, - sym_boolean_type, - sym_void_type, - STATE(702), 3, - sym_array_type, - sym_integral_type, - sym_floating_point_type, - STATE(683), 4, - sym__annotation, - sym_marker_annotation, - sym_annotation, - aux_sym_array_creation_expression_repeat1, - ACTIONS(81), 5, - anon_sym_byte, - anon_sym_short, - anon_sym_int, - anon_sym_long, - anon_sym_char, - [16297] = 14, - ACTIONS(329), 1, + ACTIONS(1380), 11, + anon_sym_DOT, + anon_sym_yield, + anon_sym_open, + anon_sym_module, + anon_sym_with, + anon_sym_sealed, + anon_sym_implements, + anon_sym_permits, + anon_sym_record, + sym_this, + sym_identifier, + ACTIONS(1382), 13, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT, + anon_sym_PIPE, + anon_sym_COMMA, + anon_sym_LBRACK, + anon_sym_COLON_COLON, + anon_sym_LBRACE, + anon_sym_SEMI, + anon_sym_AT, + anon_sym_DOT_DOT_DOT, + [17246] = 14, + ACTIONS(275), 1, anon_sym_AT, - ACTIONS(1140), 1, + ACTIONS(1210), 1, sym_identifier, - STATE(685), 1, + STATE(666), 1, sym_scoped_type_identifier, - STATE(711), 1, + STATE(686), 1, sym_generic_type, - STATE(725), 1, + STATE(743), 1, sym__unannotated_type, - STATE(797), 1, + STATE(831), 1, sym_annotated_type, - STATE(1004), 1, + STATE(932), 1, sym__type, - STATE(1250), 1, + STATE(1174), 1, sym_type_list, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(83), 2, + ACTIONS(87), 2, anon_sym_float, anon_sym_double, - ACTIONS(85), 2, + ACTIONS(89), 2, sym_boolean_type, sym_void_type, - STATE(702), 3, + STATE(688), 3, sym_array_type, sym_integral_type, sym_floating_point_type, - STATE(683), 4, + STATE(694), 4, sym__annotation, sym_marker_annotation, sym_annotation, aux_sym_array_creation_expression_repeat1, - ACTIONS(81), 5, + ACTIONS(85), 5, anon_sym_byte, anon_sym_short, anon_sym_int, anon_sym_long, anon_sym_char, - [16352] = 18, - ACTIONS(1894), 1, - anon_sym_AMP, - ACTIONS(1906), 1, - anon_sym_SLASH, - ACTIONS(1910), 1, - anon_sym_GT_GT, - ACTIONS(1912), 1, - anon_sym_instanceof, - ACTIONS(1914), 1, - anon_sym_PIPE, - ACTIONS(1916), 1, - anon_sym_CARET, - ACTIONS(1918), 1, - anon_sym_AMP_AMP, - ACTIONS(1920), 1, - anon_sym_PIPE_PIPE, - ACTIONS(1922), 1, - anon_sym_QMARK, - ACTIONS(2151), 1, - anon_sym_RPAREN, + [17301] = 6, + ACTIONS(99), 1, + anon_sym_LT, + ACTIONS(2141), 1, + anon_sym_DOT, + STATE(672), 1, + sym_type_arguments, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1824), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(1896), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(1898), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(1900), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(1902), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(1904), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(1908), 2, - anon_sym_LT_LT, - anon_sym_GT_GT_GT, - [16415] = 18, - ACTIONS(1894), 1, - anon_sym_AMP, - ACTIONS(1906), 1, - anon_sym_SLASH, - ACTIONS(1910), 1, - anon_sym_GT_GT, - ACTIONS(1912), 1, - anon_sym_instanceof, - ACTIONS(1914), 1, - anon_sym_PIPE, - ACTIONS(1916), 1, - anon_sym_CARET, - ACTIONS(1918), 1, - anon_sym_AMP_AMP, - ACTIONS(1920), 1, - anon_sym_PIPE_PIPE, - ACTIONS(1922), 1, - anon_sym_QMARK, - ACTIONS(2153), 1, + ACTIONS(1323), 10, + anon_sym_yield, + anon_sym_open, + anon_sym_module, + anon_sym_with, + anon_sym_sealed, + anon_sym_implements, + anon_sym_permits, + anon_sym_record, + sym_this, + sym_identifier, + ACTIONS(1325), 11, anon_sym_RPAREN, - ACTIONS(3), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(1824), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(1896), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(1898), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(1900), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(1902), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(1904), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(1908), 2, - anon_sym_LT_LT, - anon_sym_GT_GT_GT, - [16478] = 18, - ACTIONS(1894), 1, anon_sym_AMP, - ACTIONS(1906), 1, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_COMMA, + anon_sym_LBRACK, + anon_sym_COLON_COLON, + anon_sym_LBRACE, + anon_sym_SEMI, + anon_sym_AT, + anon_sym_DOT_DOT_DOT, + [17340] = 18, + ACTIONS(1881), 1, anon_sym_SLASH, - ACTIONS(1910), 1, + ACTIONS(1885), 1, anon_sym_GT_GT, - ACTIONS(1912), 1, + ACTIONS(1887), 1, anon_sym_instanceof, - ACTIONS(1914), 1, + ACTIONS(1889), 1, + anon_sym_AMP, + ACTIONS(1891), 1, anon_sym_PIPE, - ACTIONS(1916), 1, + ACTIONS(1893), 1, anon_sym_CARET, - ACTIONS(1918), 1, + ACTIONS(1895), 1, anon_sym_AMP_AMP, - ACTIONS(1920), 1, + ACTIONS(1911), 1, anon_sym_PIPE_PIPE, - ACTIONS(1922), 1, + ACTIONS(1913), 1, anon_sym_QMARK, - ACTIONS(2155), 1, - anon_sym_SEMI, + ACTIONS(2143), 1, + anon_sym_RPAREN, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1824), 2, + ACTIONS(1809), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(1896), 2, + ACTIONS(1871), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(1898), 2, + ACTIONS(1873), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(1900), 2, + ACTIONS(1875), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1902), 2, + ACTIONS(1877), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1904), 2, + ACTIONS(1879), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(1908), 2, + ACTIONS(1883), 2, anon_sym_LT_LT, anon_sym_GT_GT_GT, - [16541] = 14, - ACTIONS(329), 1, + [17403] = 14, + ACTIONS(275), 1, anon_sym_AT, - ACTIONS(1140), 1, + ACTIONS(1210), 1, sym_identifier, - ACTIONS(2157), 1, - anon_sym_open, - ACTIONS(2159), 1, - anon_sym_module, - ACTIONS(2161), 1, - anon_sym_package, - STATE(685), 1, + STATE(666), 1, sym_scoped_type_identifier, - STATE(711), 1, + STATE(686), 1, sym_generic_type, - STATE(716), 1, + STATE(743), 1, sym__unannotated_type, + STATE(831), 1, + sym_annotated_type, + STATE(932), 1, + sym__type, + STATE(1262), 1, + sym_type_list, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(83), 2, + ACTIONS(87), 2, anon_sym_float, anon_sym_double, - ACTIONS(85), 2, + ACTIONS(89), 2, sym_boolean_type, sym_void_type, - STATE(702), 3, + STATE(688), 3, sym_array_type, sym_integral_type, sym_floating_point_type, - STATE(705), 4, + STATE(694), 4, sym__annotation, sym_marker_annotation, sym_annotation, aux_sym_array_creation_expression_repeat1, - ACTIONS(81), 5, + ACTIONS(85), 5, anon_sym_byte, anon_sym_short, anon_sym_int, anon_sym_long, anon_sym_char, - [16596] = 18, - ACTIONS(1894), 1, - anon_sym_AMP, - ACTIONS(1906), 1, - anon_sym_SLASH, - ACTIONS(1910), 1, - anon_sym_GT_GT, - ACTIONS(1912), 1, - anon_sym_instanceof, - ACTIONS(1914), 1, - anon_sym_PIPE, - ACTIONS(1916), 1, - anon_sym_CARET, - ACTIONS(1918), 1, - anon_sym_AMP_AMP, - ACTIONS(1920), 1, - anon_sym_PIPE_PIPE, - ACTIONS(1922), 1, - anon_sym_QMARK, - ACTIONS(2163), 1, - anon_sym_COLON, - ACTIONS(3), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(1824), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(1896), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(1898), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(1900), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(1902), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(1904), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(1908), 2, - anon_sym_LT_LT, - anon_sym_GT_GT_GT, - [16659] = 18, - ACTIONS(1894), 1, - anon_sym_AMP, - ACTIONS(1906), 1, - anon_sym_SLASH, - ACTIONS(1910), 1, - anon_sym_GT_GT, - ACTIONS(1912), 1, - anon_sym_instanceof, - ACTIONS(1914), 1, - anon_sym_PIPE, - ACTIONS(1916), 1, - anon_sym_CARET, - ACTIONS(1918), 1, - anon_sym_AMP_AMP, - ACTIONS(1920), 1, - anon_sym_PIPE_PIPE, - ACTIONS(1922), 1, - anon_sym_QMARK, - ACTIONS(2165), 1, - anon_sym_SEMI, - ACTIONS(3), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(1824), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(1896), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(1898), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(1900), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(1902), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(1904), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(1908), 2, - anon_sym_LT_LT, - anon_sym_GT_GT_GT, - [16722] = 18, - ACTIONS(1894), 1, - anon_sym_AMP, - ACTIONS(1906), 1, - anon_sym_SLASH, - ACTIONS(1910), 1, - anon_sym_GT_GT, - ACTIONS(1912), 1, - anon_sym_instanceof, - ACTIONS(1914), 1, - anon_sym_PIPE, - ACTIONS(1916), 1, - anon_sym_CARET, - ACTIONS(1918), 1, - anon_sym_AMP_AMP, - ACTIONS(1920), 1, - anon_sym_PIPE_PIPE, - ACTIONS(1922), 1, - anon_sym_QMARK, - ACTIONS(2167), 1, - anon_sym_SEMI, - ACTIONS(3), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(1824), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(1896), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(1898), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(1900), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(1902), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(1904), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(1908), 2, - anon_sym_LT_LT, - anon_sym_GT_GT_GT, - [16785] = 17, - ACTIONS(1058), 1, - anon_sym_LT, - ACTIONS(1140), 1, + [17458] = 14, + ACTIONS(275), 1, + anon_sym_AT, + ACTIONS(1210), 1, sym_identifier, - ACTIONS(2093), 1, - anon_sym_class, - ACTIONS(2095), 1, - anon_sym_enum, - ACTIONS(2097), 1, - anon_sym_record, - ACTIONS(2099), 1, - anon_sym_ATinterface, - ACTIONS(2101), 1, - anon_sym_interface, - STATE(685), 1, + STATE(666), 1, sym_scoped_type_identifier, - STATE(688), 1, - sym_type_parameters, - STATE(711), 1, + STATE(686), 1, sym_generic_type, - STATE(731), 1, + STATE(743), 1, sym__unannotated_type, - STATE(1031), 1, - sym__method_header, + STATE(831), 1, + sym_annotated_type, + STATE(932), 1, + sym__type, + STATE(1075), 1, + sym_type_list, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(83), 2, + ACTIONS(87), 2, anon_sym_float, anon_sym_double, - ACTIONS(85), 2, + ACTIONS(89), 2, sym_boolean_type, sym_void_type, - STATE(702), 3, + STATE(688), 3, sym_array_type, sym_integral_type, sym_floating_point_type, - ACTIONS(81), 5, + STATE(694), 4, + sym__annotation, + sym_marker_annotation, + sym_annotation, + aux_sym_array_creation_expression_repeat1, + ACTIONS(85), 5, anon_sym_byte, anon_sym_short, anon_sym_int, anon_sym_long, anon_sym_char, - [16846] = 14, - ACTIONS(329), 1, + [17513] = 6, + ACTIONS(99), 1, + anon_sym_LT, + ACTIONS(2145), 1, + anon_sym_DOT, + STATE(680), 1, + sym_type_arguments, + ACTIONS(3), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(1124), 10, + anon_sym_yield, + anon_sym_open, + anon_sym_module, + anon_sym_with, + anon_sym_sealed, + anon_sym_implements, + anon_sym_permits, + anon_sym_record, + sym_this, + sym_identifier, + ACTIONS(1148), 11, + anon_sym_RPAREN, + anon_sym_AMP, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_COMMA, + anon_sym_LBRACK, + anon_sym_COLON_COLON, + anon_sym_LBRACE, + anon_sym_SEMI, + anon_sym_AT, + anon_sym_DOT_DOT_DOT, + [17552] = 13, + ACTIONS(275), 1, anon_sym_AT, - ACTIONS(1140), 1, + ACTIONS(1210), 1, sym_identifier, - STATE(685), 1, + STATE(666), 1, sym_scoped_type_identifier, - STATE(711), 1, + STATE(686), 1, sym_generic_type, - STATE(725), 1, + STATE(743), 1, sym__unannotated_type, - STATE(797), 1, + STATE(831), 1, sym_annotated_type, - STATE(1004), 1, + STATE(931), 1, sym__type, - STATE(1211), 1, - sym_type_list, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(83), 2, + ACTIONS(87), 2, anon_sym_float, anon_sym_double, - ACTIONS(85), 2, + ACTIONS(89), 2, sym_boolean_type, sym_void_type, - STATE(702), 3, + STATE(688), 3, sym_array_type, sym_integral_type, sym_floating_point_type, - STATE(683), 4, + STATE(694), 4, sym__annotation, sym_marker_annotation, sym_annotation, aux_sym_array_creation_expression_repeat1, - ACTIONS(81), 5, + ACTIONS(85), 5, anon_sym_byte, anon_sym_short, anon_sym_int, anon_sym_long, anon_sym_char, - [16901] = 18, - ACTIONS(1894), 1, - anon_sym_AMP, - ACTIONS(1906), 1, - anon_sym_SLASH, - ACTIONS(1910), 1, - anon_sym_GT_GT, - ACTIONS(1912), 1, - anon_sym_instanceof, - ACTIONS(1914), 1, - anon_sym_PIPE, - ACTIONS(1916), 1, - anon_sym_CARET, - ACTIONS(1918), 1, - anon_sym_AMP_AMP, - ACTIONS(1920), 1, - anon_sym_PIPE_PIPE, - ACTIONS(1922), 1, - anon_sym_QMARK, - ACTIONS(2169), 1, - anon_sym_RPAREN, + [17604] = 3, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1824), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(1896), 2, + ACTIONS(1372), 11, + anon_sym_DOT, + anon_sym_yield, + anon_sym_open, + anon_sym_module, + anon_sym_with, + anon_sym_sealed, + anon_sym_implements, + anon_sym_permits, + anon_sym_record, + sym_this, + sym_identifier, + ACTIONS(1374), 12, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_AMP, anon_sym_GT, - anon_sym_LT, - ACTIONS(1898), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(1900), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(1902), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(1904), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(1908), 2, - anon_sym_LT_LT, - anon_sym_GT_GT_GT, - [16964] = 13, - ACTIONS(329), 1, + anon_sym_PIPE, + anon_sym_COMMA, + anon_sym_LBRACK, + anon_sym_COLON_COLON, + anon_sym_LBRACE, + anon_sym_SEMI, anon_sym_AT, - ACTIONS(1140), 1, + anon_sym_DOT_DOT_DOT, + [17636] = 13, + ACTIONS(275), 1, + anon_sym_AT, + ACTIONS(1210), 1, sym_identifier, - STATE(685), 1, + STATE(666), 1, sym_scoped_type_identifier, - STATE(711), 1, + STATE(686), 1, sym_generic_type, - STATE(725), 1, + STATE(743), 1, sym__unannotated_type, - STATE(797), 1, + STATE(831), 1, sym_annotated_type, - STATE(985), 1, + STATE(954), 1, sym__type, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(83), 2, + ACTIONS(87), 2, anon_sym_float, anon_sym_double, - ACTIONS(85), 2, + ACTIONS(89), 2, sym_boolean_type, sym_void_type, - STATE(702), 3, + STATE(688), 3, sym_array_type, sym_integral_type, sym_floating_point_type, - STATE(683), 4, + STATE(694), 4, sym__annotation, sym_marker_annotation, sym_annotation, aux_sym_array_creation_expression_repeat1, - ACTIONS(81), 5, + ACTIONS(85), 5, anon_sym_byte, anon_sym_short, anon_sym_int, anon_sym_long, anon_sym_char, - [17016] = 13, - ACTIONS(329), 1, + [17688] = 13, + ACTIONS(275), 1, anon_sym_AT, - ACTIONS(2115), 1, + ACTIONS(1210), 1, sym_identifier, - STATE(392), 1, - sym__unannotated_type, - STATE(410), 1, + STATE(666), 1, sym_scoped_type_identifier, - STATE(413), 1, + STATE(686), 1, sym_generic_type, - STATE(458), 1, - sym__type, - STATE(466), 1, + STATE(743), 1, + sym__unannotated_type, + STATE(831), 1, sym_annotated_type, + STATE(1112), 1, + sym__type, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(2121), 2, + ACTIONS(87), 2, anon_sym_float, anon_sym_double, - ACTIONS(2123), 2, + ACTIONS(89), 2, sym_boolean_type, sym_void_type, - STATE(424), 3, + STATE(688), 3, sym_array_type, sym_integral_type, sym_floating_point_type, - STATE(687), 4, + STATE(694), 4, sym__annotation, sym_marker_annotation, sym_annotation, aux_sym_array_creation_expression_repeat1, - ACTIONS(2119), 5, + ACTIONS(85), 5, anon_sym_byte, anon_sym_short, anon_sym_int, anon_sym_long, anon_sym_char, - [17068] = 13, - ACTIONS(329), 1, + [17740] = 13, + ACTIONS(275), 1, anon_sym_AT, - ACTIONS(1140), 1, + ACTIONS(1210), 1, sym_identifier, - STATE(685), 1, + STATE(666), 1, sym_scoped_type_identifier, - STATE(711), 1, + STATE(686), 1, sym_generic_type, - STATE(725), 1, + STATE(743), 1, sym__unannotated_type, - STATE(797), 1, + STATE(831), 1, sym_annotated_type, - STATE(1089), 1, + STATE(1053), 1, sym__type, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(83), 2, + ACTIONS(87), 2, anon_sym_float, anon_sym_double, - ACTIONS(85), 2, + ACTIONS(89), 2, sym_boolean_type, sym_void_type, - STATE(702), 3, + STATE(688), 3, sym_array_type, sym_integral_type, sym_floating_point_type, - STATE(683), 4, + STATE(694), 4, sym__annotation, sym_marker_annotation, sym_annotation, aux_sym_array_creation_expression_repeat1, - ACTIONS(81), 5, + ACTIONS(85), 5, + anon_sym_byte, + anon_sym_short, + anon_sym_int, + anon_sym_long, + anon_sym_char, + [17792] = 6, + ACTIONS(2147), 1, + anon_sym_LPAREN, + ACTIONS(2149), 1, + anon_sym_DOT, + STATE(715), 1, + sym_annotation_argument_list, + ACTIONS(3), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(1436), 7, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_COMMA, + anon_sym_QMARK, + anon_sym_RBRACE, + anon_sym_SEMI, + anon_sym_AT, + ACTIONS(1432), 13, + anon_sym_open, + anon_sym_module, + anon_sym_package, anon_sym_byte, anon_sym_short, anon_sym_int, anon_sym_long, anon_sym_char, - [17120] = 13, - ACTIONS(329), 1, + anon_sym_float, + anon_sym_double, + sym_boolean_type, + sym_void_type, + sym_identifier, + [17830] = 3, + ACTIONS(3), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(1410), 11, + anon_sym_DOT, + anon_sym_yield, + anon_sym_open, + anon_sym_module, + anon_sym_with, + anon_sym_sealed, + anon_sym_implements, + anon_sym_permits, + anon_sym_record, + sym_this, + sym_identifier, + ACTIONS(1412), 12, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_AMP, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_COMMA, + anon_sym_LBRACK, + anon_sym_COLON_COLON, + anon_sym_LBRACE, + anon_sym_SEMI, + anon_sym_AT, + anon_sym_DOT_DOT_DOT, + [17862] = 3, + ACTIONS(3), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(1406), 11, + anon_sym_DOT, + anon_sym_yield, + anon_sym_open, + anon_sym_module, + anon_sym_with, + anon_sym_sealed, + anon_sym_implements, + anon_sym_permits, + anon_sym_record, + sym_this, + sym_identifier, + ACTIONS(1408), 12, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_AMP, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_COMMA, + anon_sym_LBRACK, + anon_sym_COLON_COLON, + anon_sym_LBRACE, + anon_sym_SEMI, anon_sym_AT, - ACTIONS(1140), 1, + anon_sym_DOT_DOT_DOT, + [17894] = 13, + ACTIONS(275), 1, + anon_sym_AT, + ACTIONS(1210), 1, sym_identifier, - STATE(685), 1, + STATE(666), 1, sym_scoped_type_identifier, - STATE(711), 1, + STATE(686), 1, sym_generic_type, - STATE(725), 1, + STATE(743), 1, sym__unannotated_type, - STATE(797), 1, + STATE(831), 1, sym_annotated_type, - STATE(998), 1, + STATE(928), 1, sym__type, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(83), 2, + ACTIONS(87), 2, anon_sym_float, anon_sym_double, - ACTIONS(85), 2, + ACTIONS(89), 2, sym_boolean_type, sym_void_type, - STATE(702), 3, + STATE(688), 3, sym_array_type, sym_integral_type, sym_floating_point_type, - STATE(683), 4, + STATE(694), 4, sym__annotation, sym_marker_annotation, sym_annotation, aux_sym_array_creation_expression_repeat1, - ACTIONS(81), 5, + ACTIONS(85), 5, anon_sym_byte, anon_sym_short, anon_sym_int, anon_sym_long, anon_sym_char, - [17172] = 13, - ACTIONS(329), 1, + [17946] = 3, + ACTIONS(3), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(1349), 11, + anon_sym_DOT, + anon_sym_yield, + anon_sym_open, + anon_sym_module, + anon_sym_with, + anon_sym_sealed, + anon_sym_implements, + anon_sym_permits, + anon_sym_record, + sym_this, + sym_identifier, + ACTIONS(1351), 12, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_AMP, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_COMMA, + anon_sym_LBRACK, + anon_sym_COLON_COLON, + anon_sym_LBRACE, + anon_sym_SEMI, + anon_sym_AT, + anon_sym_DOT_DOT_DOT, + [17978] = 13, + ACTIONS(275), 1, anon_sym_AT, - ACTIONS(1140), 1, + ACTIONS(1210), 1, sym_identifier, - STATE(685), 1, + STATE(666), 1, sym_scoped_type_identifier, - STATE(711), 1, + STATE(686), 1, sym_generic_type, - STATE(725), 1, + STATE(743), 1, sym__unannotated_type, - STATE(797), 1, + STATE(831), 1, sym_annotated_type, - STATE(1175), 1, + STATE(1031), 1, sym__type, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(83), 2, + ACTIONS(87), 2, anon_sym_float, anon_sym_double, - ACTIONS(85), 2, + ACTIONS(89), 2, sym_boolean_type, sym_void_type, - STATE(702), 3, + STATE(688), 3, sym_array_type, sym_integral_type, sym_floating_point_type, - STATE(683), 4, + STATE(694), 4, sym__annotation, sym_marker_annotation, sym_annotation, aux_sym_array_creation_expression_repeat1, - ACTIONS(81), 5, + ACTIONS(85), 5, anon_sym_byte, anon_sym_short, anon_sym_int, anon_sym_long, anon_sym_char, - [17224] = 13, - ACTIONS(329), 1, + [18030] = 13, + ACTIONS(275), 1, anon_sym_AT, - ACTIONS(1140), 1, + ACTIONS(1210), 1, sym_identifier, - STATE(685), 1, + STATE(666), 1, sym_scoped_type_identifier, - STATE(711), 1, + STATE(686), 1, sym_generic_type, - STATE(725), 1, + STATE(743), 1, sym__unannotated_type, - STATE(797), 1, + STATE(831), 1, sym_annotated_type, - STATE(975), 1, + STATE(1111), 1, sym__type, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(83), 2, + ACTIONS(87), 2, anon_sym_float, anon_sym_double, - ACTIONS(85), 2, + ACTIONS(89), 2, sym_boolean_type, sym_void_type, - STATE(702), 3, + STATE(688), 3, sym_array_type, sym_integral_type, sym_floating_point_type, - STATE(683), 4, + STATE(694), 4, sym__annotation, sym_marker_annotation, sym_annotation, aux_sym_array_creation_expression_repeat1, - ACTIONS(81), 5, + ACTIONS(85), 5, anon_sym_byte, anon_sym_short, anon_sym_int, anon_sym_long, anon_sym_char, - [17276] = 3, - ACTIONS(3), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(1327), 11, - anon_sym_COLON, - anon_sym_DOT, - anon_sym_default, - anon_sym_open, - anon_sym_module, - anon_sym_implements, - anon_sym_permits, - anon_sym_record, - anon_sym_throws, - sym_this, - sym_identifier, - ACTIONS(1329), 12, - anon_sym_RPAREN, - anon_sym_AMP, - anon_sym_EQ, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_COMMA, - anon_sym_LBRACK, - anon_sym_COLON_COLON, - anon_sym_LBRACE, - anon_sym_SEMI, - anon_sym_AT, - anon_sym_DOT_DOT_DOT, - [17308] = 3, + [18082] = 3, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1403), 11, - anon_sym_COLON, + ACTIONS(1416), 11, anon_sym_DOT, - anon_sym_default, + anon_sym_yield, anon_sym_open, anon_sym_module, + anon_sym_with, + anon_sym_sealed, anon_sym_implements, anon_sym_permits, anon_sym_record, - anon_sym_throws, sym_this, sym_identifier, - ACTIONS(1405), 12, + ACTIONS(1418), 11, anon_sym_RPAREN, anon_sym_AMP, - anon_sym_EQ, anon_sym_GT, anon_sym_PIPE, anon_sym_COMMA, @@ -57947,102 +58695,58 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_AT, anon_sym_DOT_DOT_DOT, - [17340] = 13, - ACTIONS(329), 1, + [18113] = 12, + ACTIONS(275), 1, anon_sym_AT, - ACTIONS(1140), 1, + ACTIONS(1210), 1, sym_identifier, - STATE(685), 1, + ACTIONS(2151), 1, + anon_sym_QMARK, + STATE(666), 1, sym_scoped_type_identifier, - STATE(711), 1, + STATE(686), 1, sym_generic_type, - STATE(725), 1, + STATE(729), 1, sym__unannotated_type, - STATE(797), 1, - sym_annotated_type, - STATE(1156), 1, - sym__type, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(83), 2, + ACTIONS(87), 2, anon_sym_float, anon_sym_double, - ACTIONS(85), 2, + ACTIONS(89), 2, sym_boolean_type, sym_void_type, - STATE(702), 3, + STATE(688), 3, sym_array_type, sym_integral_type, sym_floating_point_type, - STATE(683), 4, + STATE(711), 4, sym__annotation, sym_marker_annotation, sym_annotation, aux_sym_array_creation_expression_repeat1, - ACTIONS(81), 5, + ACTIONS(85), 5, anon_sym_byte, anon_sym_short, anon_sym_int, anon_sym_long, anon_sym_char, - [17392] = 13, - ACTIONS(329), 1, - anon_sym_AT, - ACTIONS(1140), 1, - sym_identifier, - STATE(685), 1, - sym_scoped_type_identifier, - STATE(711), 1, - sym_generic_type, - STATE(725), 1, - sym__unannotated_type, - STATE(797), 1, - sym_annotated_type, - STATE(1045), 1, - sym__type, + [18162] = 3, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(83), 2, - anon_sym_float, - anon_sym_double, - ACTIONS(85), 2, - sym_boolean_type, - sym_void_type, - STATE(702), 3, - sym_array_type, - sym_integral_type, - sym_floating_point_type, - STATE(683), 4, - sym__annotation, - sym_marker_annotation, - sym_annotation, - aux_sym_array_creation_expression_repeat1, - ACTIONS(81), 5, - anon_sym_byte, - anon_sym_short, - anon_sym_int, - anon_sym_long, - anon_sym_char, - [17444] = 6, - ACTIONS(2171), 1, + ACTIONS(273), 9, anon_sym_LPAREN, - ACTIONS(2173), 1, - anon_sym_DOT, - STATE(710), 1, - sym_annotation_argument_list, - ACTIONS(3), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(1420), 6, anon_sym_RPAREN, + anon_sym_LT, anon_sym_COMMA, anon_sym_QMARK, + anon_sym_DOT, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_AT, - ACTIONS(1416), 13, + ACTIONS(271), 13, anon_sym_open, anon_sym_module, anon_sym_package, @@ -58056,24 +58760,50 @@ static const uint16_t ts_small_parse_table[] = { sym_boolean_type, sym_void_type, sym_identifier, - [17481] = 6, - ACTIONS(2171), 1, - anon_sym_LPAREN, - ACTIONS(2175), 1, + [18193] = 4, + ACTIONS(2141), 1, anon_sym_DOT, - STATE(713), 1, - sym_annotation_argument_list, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1446), 6, + ACTIONS(1323), 10, + anon_sym_yield, + anon_sym_open, + anon_sym_module, + anon_sym_with, + anon_sym_sealed, + anon_sym_implements, + anon_sym_permits, + anon_sym_record, + sym_this, + sym_identifier, + ACTIONS(1325), 11, + anon_sym_RPAREN, + anon_sym_AMP, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_COMMA, + anon_sym_LBRACK, + anon_sym_COLON_COLON, + anon_sym_LBRACE, + anon_sym_SEMI, + anon_sym_AT, + anon_sym_DOT_DOT_DOT, + [18226] = 3, + ACTIONS(3), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(1366), 9, + anon_sym_LPAREN, anon_sym_RPAREN, + anon_sym_LT, anon_sym_COMMA, anon_sym_QMARK, + anon_sym_DOT, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_AT, - ACTIONS(1444), 13, + ACTIONS(1364), 13, anon_sym_open, anon_sym_module, anon_sym_package, @@ -58087,889 +58817,755 @@ static const uint16_t ts_small_parse_table[] = { sym_boolean_type, sym_void_type, sym_identifier, - [17518] = 8, - ACTIONS(293), 1, - anon_sym_AT, - ACTIONS(297), 1, - anon_sym_non_DASHsealed, - ACTIONS(2024), 1, - sym_identifier, - STATE(1058), 1, - sym_enum_constant, - STATE(1294), 1, - sym_modifiers, + [18257] = 3, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - STATE(563), 4, - sym__annotation, - sym_marker_annotation, - sym_annotation, - aux_sym_modifiers_repeat1, - ACTIONS(291), 13, - anon_sym_final, - anon_sym_default, - anon_sym_synchronized, - anon_sym_static, - anon_sym_public, - anon_sym_protected, - anon_sym_private, - anon_sym_abstract, + ACTIONS(1323), 11, + anon_sym_DOT, + anon_sym_yield, + anon_sym_open, + anon_sym_module, + anon_sym_with, + anon_sym_sealed, + anon_sym_implements, + anon_sym_permits, + anon_sym_record, + sym_this, + sym_identifier, + ACTIONS(1325), 11, + anon_sym_RPAREN, + anon_sym_AMP, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_COMMA, + anon_sym_LBRACK, + anon_sym_COLON_COLON, + anon_sym_LBRACE, + anon_sym_SEMI, + anon_sym_AT, + anon_sym_DOT_DOT_DOT, + [18288] = 8, + ACTIONS(311), 1, + anon_sym_AT, + ACTIONS(315), 1, + anon_sym_non_DASHsealed, + ACTIONS(2020), 1, + sym_identifier, + STATE(1042), 1, + sym_enum_constant, + STATE(1203), 1, + sym_modifiers, + ACTIONS(3), 2, + sym_line_comment, + sym_block_comment, + STATE(554), 4, + sym__annotation, + sym_marker_annotation, + sym_annotation, + aux_sym_modifiers_repeat1, + ACTIONS(309), 13, + anon_sym_final, + anon_sym_default, + anon_sym_synchronized, + anon_sym_static, + anon_sym_public, + anon_sym_protected, + anon_sym_private, + anon_sym_abstract, anon_sym_strictfp, anon_sym_native, anon_sym_transient, anon_sym_volatile, anon_sym_sealed, - [17559] = 12, - ACTIONS(329), 1, + [18329] = 11, + ACTIONS(275), 1, anon_sym_AT, - ACTIONS(1140), 1, + ACTIONS(2153), 1, sym_identifier, - ACTIONS(2177), 1, - anon_sym_QMARK, - STATE(685), 1, + STATE(375), 1, + sym__unannotated_type, + STATE(401), 1, sym_scoped_type_identifier, - STATE(711), 1, + STATE(414), 1, sym_generic_type, - STATE(716), 1, - sym__unannotated_type, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(83), 2, + ACTIONS(1780), 2, anon_sym_float, anon_sym_double, - ACTIONS(85), 2, + ACTIONS(1782), 2, sym_boolean_type, sym_void_type, - STATE(702), 3, + STATE(420), 3, sym_array_type, sym_integral_type, sym_floating_point_type, + STATE(711), 4, + sym__annotation, + sym_marker_annotation, + sym_annotation, + aux_sym_array_creation_expression_repeat1, + ACTIONS(1778), 5, + anon_sym_byte, + anon_sym_short, + anon_sym_int, + anon_sym_long, + anon_sym_char, + [18375] = 12, + ACTIONS(99), 1, + anon_sym_LT, + ACTIONS(275), 1, + anon_sym_AT, + ACTIONS(2155), 1, + sym_identifier, + STATE(753), 1, + sym_scoped_type_identifier, + STATE(762), 1, + sym_type_arguments, + STATE(776), 1, + sym_generic_type, + ACTIONS(3), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(87), 2, + anon_sym_float, + anon_sym_double, + ACTIONS(2157), 2, + sym_boolean_type, + sym_void_type, + STATE(782), 2, + sym_integral_type, + sym_floating_point_type, STATE(705), 4, sym__annotation, sym_marker_annotation, sym_annotation, aux_sym_array_creation_expression_repeat1, - ACTIONS(81), 5, + ACTIONS(85), 5, anon_sym_byte, anon_sym_short, anon_sym_int, anon_sym_long, anon_sym_char, - [17608] = 14, - ACTIONS(1140), 1, + [18423] = 11, + ACTIONS(275), 1, + anon_sym_AT, + ACTIONS(1210), 1, sym_identifier, - ACTIONS(2093), 1, - anon_sym_class, - ACTIONS(2095), 1, - anon_sym_enum, - ACTIONS(2097), 1, - anon_sym_record, - ACTIONS(2099), 1, - anon_sym_ATinterface, - ACTIONS(2101), 1, - anon_sym_interface, - STATE(685), 1, + STATE(666), 1, sym_scoped_type_identifier, - STATE(711), 1, + STATE(686), 1, sym_generic_type, - STATE(737), 1, + STATE(728), 1, sym__unannotated_type, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(83), 2, + ACTIONS(87), 2, anon_sym_float, anon_sym_double, - ACTIONS(85), 2, + ACTIONS(89), 2, sym_boolean_type, sym_void_type, - STATE(702), 3, + STATE(688), 3, sym_array_type, sym_integral_type, sym_floating_point_type, - ACTIONS(81), 5, + STATE(711), 4, + sym__annotation, + sym_marker_annotation, + sym_annotation, + aux_sym_array_creation_expression_repeat1, + ACTIONS(85), 5, anon_sym_byte, anon_sym_short, anon_sym_int, anon_sym_long, anon_sym_char, - [17660] = 12, - ACTIONS(95), 1, + [18469] = 12, + ACTIONS(99), 1, anon_sym_LT, - ACTIONS(329), 1, + ACTIONS(275), 1, anon_sym_AT, - ACTIONS(2179), 1, + ACTIONS(2159), 1, sym_identifier, - STATE(738), 1, - sym_scoped_type_identifier, - STATE(749), 1, + STATE(762), 1, sym_type_arguments, - STATE(758), 1, + STATE(904), 1, + sym_scoped_type_identifier, + STATE(1012), 1, sym_generic_type, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(83), 2, + ACTIONS(87), 2, anon_sym_float, anon_sym_double, - ACTIONS(2181), 2, + ACTIONS(2161), 2, sym_boolean_type, sym_void_type, - STATE(776), 2, + STATE(1172), 2, sym_integral_type, sym_floating_point_type, - STATE(706), 4, + STATE(695), 4, sym__annotation, sym_marker_annotation, sym_annotation, aux_sym_array_creation_expression_repeat1, - ACTIONS(81), 5, + ACTIONS(85), 5, anon_sym_byte, anon_sym_short, anon_sym_int, anon_sym_long, anon_sym_char, - [17708] = 11, - ACTIONS(329), 1, + [18517] = 11, + ACTIONS(275), 1, anon_sym_AT, - ACTIONS(1140), 1, + ACTIONS(1210), 1, sym_identifier, - STATE(685), 1, + STATE(666), 1, sym_scoped_type_identifier, - STATE(711), 1, + STATE(686), 1, sym_generic_type, - STATE(765), 1, + STATE(729), 1, sym__unannotated_type, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(83), 2, + ACTIONS(87), 2, anon_sym_float, anon_sym_double, - ACTIONS(85), 2, + ACTIONS(89), 2, sym_boolean_type, sym_void_type, - STATE(702), 3, + STATE(688), 3, sym_array_type, sym_integral_type, sym_floating_point_type, - STATE(705), 4, + STATE(711), 4, sym__annotation, sym_marker_annotation, sym_annotation, aux_sym_array_creation_expression_repeat1, - ACTIONS(81), 5, + ACTIONS(85), 5, anon_sym_byte, anon_sym_short, anon_sym_int, anon_sym_long, anon_sym_char, - [17754] = 3, - ACTIONS(3), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(1458), 8, - anon_sym_DOT, - anon_sym_open, - anon_sym_module, - anon_sym_implements, - anon_sym_permits, - anon_sym_record, - sym_this, - sym_identifier, - ACTIONS(1460), 13, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_AMP, - anon_sym_GT, + [18563] = 12, + ACTIONS(99), 1, anon_sym_LT, - anon_sym_PIPE, - anon_sym_COMMA, - anon_sym_LBRACK, - anon_sym_COLON_COLON, - anon_sym_LBRACE, - anon_sym_SEMI, + ACTIONS(275), 1, anon_sym_AT, - anon_sym_DOT_DOT_DOT, - [17784] = 11, - ACTIONS(329), 1, - anon_sym_AT, - ACTIONS(1140), 1, + ACTIONS(2163), 1, sym_identifier, - STATE(685), 1, + STATE(760), 1, + sym_type_arguments, + STATE(902), 1, sym_scoped_type_identifier, - STATE(711), 1, + STATE(1023), 1, sym_generic_type, - STATE(716), 1, - sym__unannotated_type, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(83), 2, + ACTIONS(87), 2, anon_sym_float, anon_sym_double, - ACTIONS(85), 2, + ACTIONS(2165), 2, sym_boolean_type, sym_void_type, - STATE(702), 3, - sym_array_type, + STATE(1097), 2, sym_integral_type, sym_floating_point_type, - STATE(705), 4, + STATE(711), 4, sym__annotation, sym_marker_annotation, sym_annotation, aux_sym_array_creation_expression_repeat1, - ACTIONS(81), 5, + ACTIONS(85), 5, anon_sym_byte, anon_sym_short, anon_sym_int, anon_sym_long, anon_sym_char, - [17830] = 3, + [18611] = 11, + ACTIONS(275), 1, + anon_sym_AT, + ACTIONS(1210), 1, + sym_identifier, + STATE(666), 1, + sym_scoped_type_identifier, + STATE(686), 1, + sym_generic_type, + STATE(763), 1, + sym__unannotated_type, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1380), 8, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_QMARK, - anon_sym_DOT, - anon_sym_RBRACE, - anon_sym_SEMI, - anon_sym_AT, - ACTIONS(1378), 13, - anon_sym_open, - anon_sym_module, - anon_sym_package, + ACTIONS(87), 2, + anon_sym_float, + anon_sym_double, + ACTIONS(89), 2, + sym_boolean_type, + sym_void_type, + STATE(688), 3, + sym_array_type, + sym_integral_type, + sym_floating_point_type, + STATE(711), 4, + sym__annotation, + sym_marker_annotation, + sym_annotation, + aux_sym_array_creation_expression_repeat1, + ACTIONS(85), 5, anon_sym_byte, anon_sym_short, anon_sym_int, anon_sym_long, anon_sym_char, - anon_sym_float, - anon_sym_double, - sym_boolean_type, - sym_void_type, + [18657] = 14, + ACTIONS(311), 1, + anon_sym_AT, + ACTIONS(1310), 1, + anon_sym_COLON_COLON, + ACTIONS(1787), 1, + anon_sym_LBRACK, + ACTIONS(2167), 1, sym_identifier, - [17860] = 6, - ACTIONS(95), 1, - anon_sym_LT, - ACTIONS(2183), 1, + ACTIONS(2169), 1, anon_sym_DOT, - STATE(699), 1, - sym_type_arguments, + STATE(522), 1, + aux_sym_dimensions_repeat1, + STATE(683), 1, + sym_dimensions, + STATE(774), 1, + sym__reserved_identifier, + STATE(965), 1, + sym__variable_declarator_id, + STATE(1070), 1, + sym_variable_declarator, + STATE(1211), 1, + sym__variable_declarator_list, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1407), 7, + STATE(859), 4, + sym__annotation, + sym_marker_annotation, + sym_annotation, + aux_sym_array_creation_expression_repeat1, + ACTIONS(1046), 6, + anon_sym_yield, anon_sym_open, anon_sym_module, - anon_sym_implements, - anon_sym_permits, + anon_sym_with, + anon_sym_sealed, anon_sym_record, - sym_this, - sym_identifier, - ACTIONS(1409), 11, - anon_sym_RPAREN, - anon_sym_AMP, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_COMMA, - anon_sym_LBRACK, - anon_sym_COLON_COLON, - anon_sym_LBRACE, - anon_sym_SEMI, + [18709] = 14, + ACTIONS(311), 1, anon_sym_AT, - anon_sym_DOT_DOT_DOT, - [17896] = 3, + ACTIONS(1310), 1, + anon_sym_COLON_COLON, + ACTIONS(1787), 1, + anon_sym_LBRACK, + ACTIONS(2167), 1, + sym_identifier, + ACTIONS(2169), 1, + anon_sym_DOT, + STATE(522), 1, + aux_sym_dimensions_repeat1, + STATE(683), 1, + sym_dimensions, + STATE(774), 1, + sym__reserved_identifier, + STATE(959), 1, + sym__variable_declarator_id, + STATE(1070), 1, + sym_variable_declarator, + STATE(1211), 1, + sym__variable_declarator_list, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1384), 8, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_QMARK, - anon_sym_DOT, - anon_sym_RBRACE, - anon_sym_SEMI, - anon_sym_AT, - ACTIONS(1382), 13, + STATE(859), 4, + sym__annotation, + sym_marker_annotation, + sym_annotation, + aux_sym_array_creation_expression_repeat1, + ACTIONS(1046), 6, + anon_sym_yield, anon_sym_open, anon_sym_module, - anon_sym_package, - anon_sym_byte, - anon_sym_short, - anon_sym_int, - anon_sym_long, - anon_sym_char, - anon_sym_float, - anon_sym_double, - sym_boolean_type, - sym_void_type, - sym_identifier, - [17926] = 11, - ACTIONS(329), 1, + anon_sym_with, + anon_sym_sealed, + anon_sym_record, + [18761] = 11, + ACTIONS(275), 1, anon_sym_AT, - ACTIONS(2115), 1, + ACTIONS(2171), 1, sym_identifier, - STATE(394), 1, - sym__unannotated_type, - STATE(410), 1, + STATE(666), 1, sym_scoped_type_identifier, - STATE(413), 1, + STATE(686), 1, sym_generic_type, + STATE(734), 1, + sym__unannotated_type, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(2121), 2, + ACTIONS(87), 2, anon_sym_float, anon_sym_double, - ACTIONS(2123), 2, + ACTIONS(89), 2, sym_boolean_type, sym_void_type, - STATE(424), 3, + STATE(688), 3, sym_array_type, sym_integral_type, sym_floating_point_type, - STATE(705), 4, + STATE(692), 4, sym__annotation, sym_marker_annotation, sym_annotation, aux_sym_array_creation_expression_repeat1, - ACTIONS(2119), 5, + ACTIONS(85), 5, anon_sym_byte, anon_sym_short, anon_sym_int, anon_sym_long, anon_sym_char, - [17972] = 11, - ACTIONS(329), 1, + [18807] = 14, + ACTIONS(311), 1, + anon_sym_AT, + ACTIONS(1310), 1, + anon_sym_COLON_COLON, + ACTIONS(1787), 1, + anon_sym_LBRACK, + ACTIONS(2167), 1, + sym_identifier, + ACTIONS(2169), 1, + anon_sym_DOT, + STATE(522), 1, + aux_sym_dimensions_repeat1, + STATE(683), 1, + sym_dimensions, + STATE(774), 1, + sym__reserved_identifier, + STATE(964), 1, + sym__variable_declarator_id, + STATE(1070), 1, + sym_variable_declarator, + STATE(1225), 1, + sym__variable_declarator_list, + ACTIONS(3), 2, + sym_line_comment, + sym_block_comment, + STATE(859), 4, + sym__annotation, + sym_marker_annotation, + sym_annotation, + aux_sym_array_creation_expression_repeat1, + ACTIONS(1046), 6, + anon_sym_yield, + anon_sym_open, + anon_sym_module, + anon_sym_with, + anon_sym_sealed, + anon_sym_record, + [18859] = 12, + ACTIONS(99), 1, + anon_sym_LT, + ACTIONS(275), 1, anon_sym_AT, - ACTIONS(1140), 1, + ACTIONS(2173), 1, sym_identifier, - STATE(685), 1, + STATE(755), 1, sym_scoped_type_identifier, - STATE(711), 1, + STATE(762), 1, + sym_type_arguments, + STATE(771), 1, sym_generic_type, - STATE(761), 1, - sym__unannotated_type, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(83), 2, + ACTIONS(87), 2, anon_sym_float, anon_sym_double, - ACTIONS(85), 2, + ACTIONS(2175), 2, sym_boolean_type, sym_void_type, - STATE(702), 3, - sym_array_type, + STATE(786), 2, sym_integral_type, sym_floating_point_type, - STATE(689), 4, + STATE(703), 4, sym__annotation, sym_marker_annotation, sym_annotation, aux_sym_array_creation_expression_repeat1, - ACTIONS(81), 5, + ACTIONS(85), 5, anon_sym_byte, anon_sym_short, anon_sym_int, anon_sym_long, anon_sym_char, - [18018] = 11, - ACTIONS(329), 1, - anon_sym_AT, - ACTIONS(1140), 1, + [18907] = 14, + ACTIONS(1210), 1, sym_identifier, - STATE(685), 1, + ACTIONS(2069), 1, + anon_sym_class, + ACTIONS(2071), 1, + anon_sym_enum, + ACTIONS(2073), 1, + anon_sym_record, + ACTIONS(2075), 1, + anon_sym_ATinterface, + ACTIONS(2077), 1, + anon_sym_interface, + STATE(666), 1, sym_scoped_type_identifier, - STATE(711), 1, + STATE(686), 1, sym_generic_type, - STATE(750), 1, + STATE(718), 1, sym__unannotated_type, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(83), 2, + ACTIONS(87), 2, anon_sym_float, anon_sym_double, - ACTIONS(85), 2, + ACTIONS(89), 2, sym_boolean_type, sym_void_type, - STATE(702), 3, + STATE(688), 3, sym_array_type, sym_integral_type, sym_floating_point_type, - STATE(705), 4, - sym__annotation, - sym_marker_annotation, - sym_annotation, - aux_sym_array_creation_expression_repeat1, - ACTIONS(81), 5, + ACTIONS(85), 5, anon_sym_byte, anon_sym_short, anon_sym_int, anon_sym_long, anon_sym_char, - [18064] = 3, - ACTIONS(3), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(1454), 8, - anon_sym_DOT, - anon_sym_open, - anon_sym_module, - anon_sym_implements, - anon_sym_permits, - anon_sym_record, - sym_this, - sym_identifier, - ACTIONS(1456), 13, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - anon_sym_PIPE, - anon_sym_COMMA, - anon_sym_LBRACK, - anon_sym_COLON_COLON, - anon_sym_LBRACE, - anon_sym_SEMI, - anon_sym_AT, - anon_sym_DOT_DOT_DOT, - [18094] = 3, - ACTIONS(3), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(1432), 8, - anon_sym_DOT, - anon_sym_open, - anon_sym_module, - anon_sym_implements, - anon_sym_permits, - anon_sym_record, - sym_this, - sym_identifier, - ACTIONS(1434), 13, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_AMP, - anon_sym_GT, + [18959] = 12, + ACTIONS(99), 1, anon_sym_LT, - anon_sym_PIPE, - anon_sym_COMMA, - anon_sym_LBRACK, - anon_sym_COLON_COLON, - anon_sym_LBRACE, - anon_sym_SEMI, - anon_sym_AT, - anon_sym_DOT_DOT_DOT, - [18124] = 11, - ACTIONS(329), 1, + ACTIONS(275), 1, anon_sym_AT, - ACTIONS(1140), 1, + ACTIONS(2177), 1, sym_identifier, - STATE(685), 1, + STATE(748), 1, sym_scoped_type_identifier, - STATE(711), 1, + STATE(760), 1, + sym_type_arguments, + STATE(767), 1, sym_generic_type, - STATE(790), 1, - sym__unannotated_type, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(83), 2, + ACTIONS(87), 2, anon_sym_float, anon_sym_double, - ACTIONS(85), 2, + ACTIONS(2179), 2, sym_boolean_type, sym_void_type, - STATE(702), 3, - sym_array_type, + STATE(787), 2, sym_integral_type, sym_floating_point_type, - STATE(705), 4, + STATE(711), 4, sym__annotation, sym_marker_annotation, sym_annotation, aux_sym_array_creation_expression_repeat1, - ACTIONS(81), 5, + ACTIONS(85), 5, anon_sym_byte, anon_sym_short, anon_sym_int, anon_sym_long, anon_sym_char, - [18170] = 11, - ACTIONS(329), 1, + [19007] = 11, + ACTIONS(275), 1, anon_sym_AT, - ACTIONS(2185), 1, + ACTIONS(1210), 1, sym_identifier, - STATE(685), 1, + STATE(666), 1, sym_scoped_type_identifier, - STATE(711), 1, + STATE(686), 1, sym_generic_type, - STATE(761), 1, + STATE(734), 1, sym__unannotated_type, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(83), 2, + ACTIONS(87), 2, anon_sym_float, anon_sym_double, - ACTIONS(85), 2, + ACTIONS(89), 2, sym_boolean_type, sym_void_type, - STATE(702), 3, + STATE(688), 3, sym_array_type, sym_integral_type, sym_floating_point_type, - STATE(689), 4, + STATE(692), 4, sym__annotation, sym_marker_annotation, sym_annotation, aux_sym_array_creation_expression_repeat1, - ACTIONS(81), 5, + ACTIONS(85), 5, anon_sym_byte, anon_sym_short, anon_sym_int, anon_sym_long, anon_sym_char, - [18216] = 3, - ACTIONS(3), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(1428), 8, - anon_sym_DOT, - anon_sym_open, - anon_sym_module, - anon_sym_implements, - anon_sym_permits, - anon_sym_record, - sym_this, - sym_identifier, - ACTIONS(1430), 13, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_AMP, - anon_sym_GT, + [19053] = 12, + ACTIONS(99), 1, anon_sym_LT, - anon_sym_PIPE, - anon_sym_COMMA, - anon_sym_LBRACK, - anon_sym_COLON_COLON, - anon_sym_LBRACE, - anon_sym_SEMI, + ACTIONS(275), 1, anon_sym_AT, - anon_sym_DOT_DOT_DOT, - [18246] = 6, - ACTIONS(95), 1, - anon_sym_LT, - ACTIONS(2187), 1, - anon_sym_DOT, - STATE(698), 1, + ACTIONS(2181), 1, + sym_identifier, + STATE(754), 1, + sym_scoped_type_identifier, + STATE(760), 1, sym_type_arguments, + STATE(772), 1, + sym_generic_type, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1194), 7, - anon_sym_open, - anon_sym_module, - anon_sym_implements, - anon_sym_permits, - anon_sym_record, - sym_this, - sym_identifier, - ACTIONS(1218), 11, - anon_sym_RPAREN, - anon_sym_AMP, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_COMMA, - anon_sym_LBRACK, - anon_sym_COLON_COLON, - anon_sym_LBRACE, - anon_sym_SEMI, - anon_sym_AT, - anon_sym_DOT_DOT_DOT, - [18282] = 12, - ACTIONS(95), 1, - anon_sym_LT, - ACTIONS(329), 1, + ACTIONS(87), 2, + anon_sym_float, + anon_sym_double, + ACTIONS(2183), 2, + sym_boolean_type, + sym_void_type, + STATE(789), 2, + sym_integral_type, + sym_floating_point_type, + STATE(711), 4, + sym__annotation, + sym_marker_annotation, + sym_annotation, + aux_sym_array_creation_expression_repeat1, + ACTIONS(85), 5, + anon_sym_byte, + anon_sym_short, + anon_sym_int, + anon_sym_long, + anon_sym_char, + [19101] = 11, + ACTIONS(275), 1, anon_sym_AT, - ACTIONS(2189), 1, + ACTIONS(1210), 1, sym_identifier, - STATE(733), 1, + STATE(666), 1, sym_scoped_type_identifier, - STATE(749), 1, - sym_type_arguments, - STATE(760), 1, + STATE(686), 1, sym_generic_type, + STATE(794), 1, + sym__unannotated_type, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(83), 2, + ACTIONS(87), 2, anon_sym_float, anon_sym_double, - ACTIONS(2191), 2, + ACTIONS(89), 2, sym_boolean_type, sym_void_type, - STATE(773), 2, + STATE(688), 3, + sym_array_type, sym_integral_type, sym_floating_point_type, - STATE(704), 4, + STATE(711), 4, sym__annotation, sym_marker_annotation, sym_annotation, aux_sym_array_creation_expression_repeat1, - ACTIONS(81), 5, + ACTIONS(85), 5, anon_sym_byte, anon_sym_short, anon_sym_int, anon_sym_long, anon_sym_char, - [18330] = 3, - ACTIONS(3), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(1474), 8, - anon_sym_DOT, - anon_sym_open, - anon_sym_module, - anon_sym_implements, - anon_sym_permits, - anon_sym_record, - sym_this, - sym_identifier, - ACTIONS(1476), 12, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_AMP, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_COMMA, - anon_sym_LBRACK, - anon_sym_COLON_COLON, - anon_sym_LBRACE, - anon_sym_SEMI, - anon_sym_AT, - anon_sym_DOT_DOT_DOT, - [18359] = 3, + [19147] = 3, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1440), 8, - anon_sym_DOT, - anon_sym_open, - anon_sym_module, - anon_sym_implements, - anon_sym_permits, - anon_sym_record, - sym_this, - sym_identifier, - ACTIONS(1442), 12, - anon_sym_LPAREN, + ACTIONS(1529), 7, anon_sym_RPAREN, - anon_sym_AMP, - anon_sym_GT, - anon_sym_PIPE, + anon_sym_LT, anon_sym_COMMA, - anon_sym_LBRACK, - anon_sym_COLON_COLON, - anon_sym_LBRACE, + anon_sym_QMARK, + anon_sym_RBRACE, anon_sym_SEMI, anon_sym_AT, - anon_sym_DOT_DOT_DOT, - [18388] = 3, - ACTIONS(3), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(1450), 8, - anon_sym_DOT, + ACTIONS(1527), 13, anon_sym_open, anon_sym_module, - anon_sym_implements, - anon_sym_permits, - anon_sym_record, - sym_this, + anon_sym_package, + anon_sym_byte, + anon_sym_short, + anon_sym_int, + anon_sym_long, + anon_sym_char, + anon_sym_float, + anon_sym_double, + sym_boolean_type, + sym_void_type, sym_identifier, - ACTIONS(1452), 12, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_AMP, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_COMMA, - anon_sym_LBRACK, - anon_sym_COLON_COLON, - anon_sym_LBRACE, - anon_sym_SEMI, - anon_sym_AT, - anon_sym_DOT_DOT_DOT, - [18417] = 13, - ACTIONS(1140), 1, + [19176] = 13, + ACTIONS(1210), 1, sym_identifier, - ACTIONS(2093), 1, + ACTIONS(2069), 1, anon_sym_class, - ACTIONS(2095), 1, + ACTIONS(2071), 1, anon_sym_enum, - ACTIONS(2099), 1, + ACTIONS(2075), 1, anon_sym_ATinterface, - ACTIONS(2101), 1, + ACTIONS(2077), 1, anon_sym_interface, - STATE(685), 1, + STATE(666), 1, sym_scoped_type_identifier, - STATE(711), 1, + STATE(686), 1, sym_generic_type, - STATE(732), 1, + STATE(721), 1, sym__unannotated_type, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(83), 2, + ACTIONS(87), 2, anon_sym_float, anon_sym_double, - ACTIONS(85), 2, + ACTIONS(89), 2, sym_boolean_type, sym_void_type, - STATE(702), 3, + STATE(688), 3, sym_array_type, sym_integral_type, sym_floating_point_type, - ACTIONS(81), 5, + ACTIONS(85), 5, anon_sym_byte, anon_sym_short, anon_sym_int, anon_sym_long, anon_sym_char, - [18466] = 3, + [19225] = 3, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1466), 8, - anon_sym_DOT, - anon_sym_open, - anon_sym_module, - anon_sym_implements, - anon_sym_permits, - anon_sym_record, - sym_this, - sym_identifier, - ACTIONS(1468), 12, - anon_sym_LPAREN, + ACTIONS(1517), 7, anon_sym_RPAREN, - anon_sym_AMP, - anon_sym_GT, - anon_sym_PIPE, + anon_sym_LT, anon_sym_COMMA, - anon_sym_LBRACK, - anon_sym_COLON_COLON, - anon_sym_LBRACE, + anon_sym_QMARK, + anon_sym_RBRACE, anon_sym_SEMI, anon_sym_AT, - anon_sym_DOT_DOT_DOT, - [18495] = 3, - ACTIONS(3), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(1407), 8, - anon_sym_DOT, - anon_sym_open, - anon_sym_module, - anon_sym_implements, - anon_sym_permits, - anon_sym_record, - sym_this, - sym_identifier, - ACTIONS(1409), 11, - anon_sym_RPAREN, - anon_sym_AMP, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_COMMA, - anon_sym_LBRACK, - anon_sym_COLON_COLON, - anon_sym_LBRACE, - anon_sym_SEMI, - anon_sym_AT, - anon_sym_DOT_DOT_DOT, - [18523] = 3, - ACTIONS(3), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(1470), 8, - anon_sym_DOT, - anon_sym_open, - anon_sym_module, - anon_sym_implements, - anon_sym_permits, - anon_sym_record, - sym_this, - sym_identifier, - ACTIONS(1472), 11, - anon_sym_RPAREN, - anon_sym_AMP, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_COMMA, - anon_sym_LBRACK, - anon_sym_COLON_COLON, - anon_sym_LBRACE, - anon_sym_SEMI, - anon_sym_AT, - anon_sym_DOT_DOT_DOT, - [18551] = 10, - ACTIONS(329), 1, - anon_sym_AT, - ACTIONS(2193), 1, - sym_identifier, - STATE(751), 1, - sym_scoped_type_identifier, - STATE(782), 1, - sym_generic_type, - ACTIONS(3), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(83), 2, - anon_sym_float, - anon_sym_double, - ACTIONS(2195), 2, - sym_boolean_type, - sym_void_type, - STATE(794), 2, - sym_integral_type, - sym_floating_point_type, - STATE(705), 4, - sym__annotation, - sym_marker_annotation, - sym_annotation, - aux_sym_array_creation_expression_repeat1, - ACTIONS(81), 5, - anon_sym_byte, - anon_sym_short, - anon_sym_int, - anon_sym_long, - anon_sym_char, - [18593] = 5, - ACTIONS(2199), 1, - anon_sym_QMARK, - ACTIONS(2201), 1, - anon_sym_AT, - ACTIONS(3), 2, - sym_line_comment, - sym_block_comment, - STATE(705), 4, - sym__annotation, - sym_marker_annotation, - sym_annotation, - aux_sym_array_creation_expression_repeat1, - ACTIONS(2197), 13, + ACTIONS(1515), 13, anon_sym_open, anon_sym_module, anon_sym_package, @@ -58983,110 +59579,57 @@ static const uint16_t ts_small_parse_table[] = { sym_boolean_type, sym_void_type, sym_identifier, - [18625] = 10, - ACTIONS(329), 1, - anon_sym_AT, - ACTIONS(2204), 1, - sym_identifier, - STATE(755), 1, - sym_scoped_type_identifier, - STATE(780), 1, - sym_generic_type, - ACTIONS(3), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(83), 2, - anon_sym_float, - anon_sym_double, - ACTIONS(2206), 2, - sym_boolean_type, - sym_void_type, - STATE(789), 2, - sym_integral_type, - sym_floating_point_type, - STATE(705), 4, - sym__annotation, - sym_marker_annotation, - sym_annotation, - aux_sym_array_creation_expression_repeat1, - ACTIONS(81), 5, - anon_sym_byte, - anon_sym_short, - anon_sym_int, - anon_sym_long, - anon_sym_char, - [18667] = 13, - ACTIONS(293), 1, + [19254] = 13, + ACTIONS(311), 1, anon_sym_AT, - ACTIONS(1952), 1, + ACTIONS(1787), 1, anon_sym_LBRACK, - ACTIONS(2208), 1, + ACTIONS(2121), 1, sym_identifier, - ACTIONS(2210), 1, - anon_sym_DOT, - ACTIONS(2214), 1, + ACTIONS(2125), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(2216), 1, + ACTIONS(2127), 1, sym_this, - STATE(567), 1, + STATE(522), 1, aux_sym_dimensions_repeat1, - STATE(703), 1, + STATE(683), 1, sym_dimensions, - STATE(1125), 1, + STATE(774), 1, + sym__reserved_identifier, + STATE(1057), 1, + aux_sym_receiver_parameter_repeat1, + STATE(1086), 1, sym__variable_declarator_id, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1360), 3, - anon_sym_RPAREN, - anon_sym_AMP, - anon_sym_COLON_COLON, - ACTIONS(2212), 3, - anon_sym_open, - anon_sym_module, - anon_sym_record, - STATE(865), 4, + STATE(859), 4, sym__annotation, sym_marker_annotation, sym_annotation, aux_sym_array_creation_expression_repeat1, - [18715] = 3, - ACTIONS(3), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(1611), 6, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_QMARK, - anon_sym_RBRACE, - anon_sym_SEMI, - anon_sym_AT, - ACTIONS(1609), 13, + ACTIONS(1046), 6, + anon_sym_yield, anon_sym_open, anon_sym_module, - anon_sym_package, - anon_sym_byte, - anon_sym_short, - anon_sym_int, - anon_sym_long, - anon_sym_char, - anon_sym_float, - anon_sym_double, - sym_boolean_type, - sym_void_type, - sym_identifier, - [18743] = 3, + anon_sym_with, + anon_sym_sealed, + anon_sym_record, + [19303] = 5, + ACTIONS(2189), 1, + anon_sym_AT, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1519), 6, - anon_sym_RPAREN, - anon_sym_COMMA, + ACTIONS(2187), 2, + anon_sym_LT, anon_sym_QMARK, - anon_sym_RBRACE, - anon_sym_SEMI, - anon_sym_AT, - ACTIONS(1517), 13, + STATE(711), 4, + sym__annotation, + sym_marker_annotation, + sym_annotation, + aux_sym_array_creation_expression_repeat1, + ACTIONS(2185), 13, anon_sym_open, anon_sym_module, anon_sym_package, @@ -59100,18 +59643,19 @@ static const uint16_t ts_small_parse_table[] = { sym_boolean_type, sym_void_type, sym_identifier, - [18771] = 3, + [19336] = 3, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1607), 6, + ACTIONS(1549), 7, anon_sym_RPAREN, + anon_sym_LT, anon_sym_COMMA, anon_sym_QMARK, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_AT, - ACTIONS(1605), 13, + ACTIONS(1547), 13, anon_sym_open, anon_sym_module, anon_sym_package, @@ -59125,69 +59669,91 @@ static const uint16_t ts_small_parse_table[] = { sym_boolean_type, sym_void_type, sym_identifier, - [18799] = 4, - ACTIONS(2183), 1, - anon_sym_DOT, + [19365] = 13, + ACTIONS(311), 1, + anon_sym_AT, + ACTIONS(1787), 1, + anon_sym_LBRACK, + ACTIONS(2192), 1, + sym_identifier, + STATE(522), 1, + aux_sym_dimensions_repeat1, + STATE(683), 1, + sym_dimensions, + STATE(773), 1, + sym__reserved_identifier, + STATE(937), 1, + sym__method_declarator, + STATE(964), 1, + sym__variable_declarator_id, + STATE(1070), 1, + sym_variable_declarator, + STATE(1202), 1, + sym__variable_declarator_list, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1407), 7, + STATE(859), 4, + sym__annotation, + sym_marker_annotation, + sym_annotation, + aux_sym_array_creation_expression_repeat1, + ACTIONS(1046), 6, + anon_sym_yield, anon_sym_open, anon_sym_module, - anon_sym_implements, - anon_sym_permits, + anon_sym_with, + anon_sym_sealed, anon_sym_record, - sym_this, - sym_identifier, - ACTIONS(1409), 11, - anon_sym_RPAREN, - anon_sym_AMP, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_COMMA, - anon_sym_LBRACK, - anon_sym_COLON_COLON, - anon_sym_LBRACE, - anon_sym_SEMI, + [19414] = 13, + ACTIONS(311), 1, anon_sym_AT, - anon_sym_DOT_DOT_DOT, - [18829] = 3, + ACTIONS(1787), 1, + anon_sym_LBRACK, + ACTIONS(2192), 1, + sym_identifier, + STATE(522), 1, + aux_sym_dimensions_repeat1, + STATE(683), 1, + sym_dimensions, + STATE(773), 1, + sym__reserved_identifier, + STATE(937), 1, + sym__method_declarator, + STATE(964), 1, + sym__variable_declarator_id, + STATE(1070), 1, + sym_variable_declarator, + STATE(1216), 1, + sym__variable_declarator_list, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1591), 6, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_QMARK, - anon_sym_RBRACE, - anon_sym_SEMI, - anon_sym_AT, - ACTIONS(1589), 13, + STATE(859), 4, + sym__annotation, + sym_marker_annotation, + sym_annotation, + aux_sym_array_creation_expression_repeat1, + ACTIONS(1046), 6, + anon_sym_yield, anon_sym_open, anon_sym_module, - anon_sym_package, - anon_sym_byte, - anon_sym_short, - anon_sym_int, - anon_sym_long, - anon_sym_char, - anon_sym_float, - anon_sym_double, - sym_boolean_type, - sym_void_type, - sym_identifier, - [18857] = 3, + anon_sym_with, + anon_sym_sealed, + anon_sym_record, + [19463] = 3, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1523), 6, + ACTIONS(1505), 7, anon_sym_RPAREN, + anon_sym_LT, anon_sym_COMMA, anon_sym_QMARK, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_AT, - ACTIONS(1521), 13, + ACTIONS(1503), 13, anon_sym_open, anon_sym_module, anon_sym_package, @@ -59201,8217 +59767,7791 @@ static const uint16_t ts_small_parse_table[] = { sym_boolean_type, sym_void_type, sym_identifier, - [18885] = 10, - ACTIONS(1140), 1, + [19492] = 13, + ACTIONS(311), 1, + anon_sym_AT, + ACTIONS(1787), 1, + anon_sym_LBRACK, + ACTIONS(2192), 1, sym_identifier, - STATE(685), 1, - sym_scoped_type_identifier, - STATE(711), 1, - sym_generic_type, - STATE(748), 1, - sym__unannotated_type, - STATE(932), 1, - sym_catch_type, + STATE(522), 1, + aux_sym_dimensions_repeat1, + STATE(683), 1, + sym_dimensions, + STATE(773), 1, + sym__reserved_identifier, + STATE(937), 1, + sym__method_declarator, + STATE(964), 1, + sym__variable_declarator_id, + STATE(1070), 1, + sym_variable_declarator, + STATE(1198), 1, + sym__variable_declarator_list, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(83), 2, - anon_sym_float, - anon_sym_double, - ACTIONS(85), 2, - sym_boolean_type, - sym_void_type, - STATE(702), 3, - sym_array_type, - sym_integral_type, - sym_floating_point_type, - ACTIONS(81), 5, - anon_sym_byte, - anon_sym_short, - anon_sym_int, - anon_sym_long, - anon_sym_char, - [18925] = 13, - ACTIONS(293), 1, + STATE(859), 4, + sym__annotation, + sym_marker_annotation, + sym_annotation, + aux_sym_array_creation_expression_repeat1, + ACTIONS(1046), 6, + anon_sym_yield, + anon_sym_open, + anon_sym_module, + anon_sym_with, + anon_sym_sealed, + anon_sym_record, + [19541] = 13, + ACTIONS(311), 1, anon_sym_AT, - ACTIONS(1360), 1, - anon_sym_COLON_COLON, - ACTIONS(1952), 1, + ACTIONS(1787), 1, anon_sym_LBRACK, - ACTIONS(2218), 1, + ACTIONS(2192), 1, sym_identifier, - ACTIONS(2220), 1, - anon_sym_DOT, - STATE(567), 1, + STATE(522), 1, aux_sym_dimensions_repeat1, - STATE(703), 1, + STATE(683), 1, sym_dimensions, - STATE(971), 1, + STATE(773), 1, + sym__reserved_identifier, + STATE(937), 1, + sym__method_declarator, + STATE(964), 1, sym__variable_declarator_id, - STATE(1100), 1, + STATE(1070), 1, sym_variable_declarator, - STATE(1261), 1, + STATE(1212), 1, sym__variable_declarator_list, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(2212), 3, - anon_sym_open, - anon_sym_module, - anon_sym_record, - STATE(865), 4, + STATE(859), 4, sym__annotation, sym_marker_annotation, sym_annotation, aux_sym_array_creation_expression_repeat1, - [18971] = 7, - ACTIONS(293), 1, + ACTIONS(1046), 6, + anon_sym_yield, + anon_sym_open, + anon_sym_module, + anon_sym_with, + anon_sym_sealed, + anon_sym_record, + [19590] = 12, + ACTIONS(311), 1, anon_sym_AT, - ACTIONS(1952), 1, + ACTIONS(1787), 1, anon_sym_LBRACK, - STATE(567), 1, + ACTIONS(2167), 1, + sym_identifier, + STATE(522), 1, aux_sym_dimensions_repeat1, - STATE(703), 1, + STATE(683), 1, sym_dimensions, + STATE(774), 1, + sym__reserved_identifier, + STATE(964), 1, + sym__variable_declarator_id, + STATE(1070), 1, + sym_variable_declarator, + STATE(1240), 1, + sym__variable_declarator_list, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - STATE(865), 4, + STATE(859), 4, sym__annotation, sym_marker_annotation, sym_annotation, aux_sym_array_creation_expression_repeat1, - ACTIONS(1368), 9, - anon_sym_RPAREN, - anon_sym_AMP, - anon_sym_GT, - anon_sym_COMMA, - anon_sym_COLON_COLON, - anon_sym_LBRACE, - anon_sym_SEMI, - anon_sym_implements, - anon_sym_permits, - [19005] = 13, - ACTIONS(293), 1, + ACTIONS(1046), 6, + anon_sym_yield, + anon_sym_open, + anon_sym_module, + anon_sym_with, + anon_sym_sealed, + anon_sym_record, + [19636] = 12, + ACTIONS(311), 1, anon_sym_AT, - ACTIONS(1360), 1, + ACTIONS(1310), 1, anon_sym_COLON_COLON, - ACTIONS(1952), 1, + ACTIONS(1787), 1, anon_sym_LBRACK, - ACTIONS(2218), 1, + ACTIONS(2167), 1, sym_identifier, - ACTIONS(2220), 1, + ACTIONS(2169), 1, anon_sym_DOT, - STATE(567), 1, + STATE(522), 1, aux_sym_dimensions_repeat1, - STATE(703), 1, + STATE(683), 1, sym_dimensions, - STATE(951), 1, + STATE(774), 1, + sym__reserved_identifier, + STATE(1250), 1, sym__variable_declarator_id, - STATE(1100), 1, - sym_variable_declarator, - STATE(1261), 1, - sym__variable_declarator_list, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(2212), 3, - anon_sym_open, - anon_sym_module, - anon_sym_record, - STATE(865), 4, + STATE(859), 4, sym__annotation, sym_marker_annotation, sym_annotation, aux_sym_array_creation_expression_repeat1, - [19051] = 13, - ACTIONS(293), 1, + ACTIONS(1046), 6, + anon_sym_yield, + anon_sym_open, + anon_sym_module, + anon_sym_with, + anon_sym_sealed, + anon_sym_record, + [19682] = 12, + ACTIONS(311), 1, anon_sym_AT, - ACTIONS(1360), 1, - anon_sym_COLON_COLON, - ACTIONS(1952), 1, + ACTIONS(1787), 1, anon_sym_LBRACK, - ACTIONS(2218), 1, + ACTIONS(2167), 1, sym_identifier, - ACTIONS(2220), 1, - anon_sym_DOT, - STATE(567), 1, + STATE(522), 1, aux_sym_dimensions_repeat1, - STATE(703), 1, + STATE(683), 1, sym_dimensions, - STATE(962), 1, + STATE(774), 1, + sym__reserved_identifier, + STATE(967), 1, sym__variable_declarator_id, - STATE(1100), 1, + STATE(1070), 1, sym_variable_declarator, - STATE(1304), 1, + STATE(1205), 1, sym__variable_declarator_list, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(2212), 3, + STATE(859), 4, + sym__annotation, + sym_marker_annotation, + sym_annotation, + aux_sym_array_creation_expression_repeat1, + ACTIONS(1046), 6, + anon_sym_yield, anon_sym_open, anon_sym_module, + anon_sym_with, + anon_sym_sealed, anon_sym_record, - STATE(865), 4, + [19728] = 12, + ACTIONS(311), 1, + anon_sym_AT, + ACTIONS(1787), 1, + anon_sym_LBRACK, + ACTIONS(2194), 1, + sym_identifier, + STATE(522), 1, + aux_sym_dimensions_repeat1, + STATE(683), 1, + sym_dimensions, + STATE(778), 1, + sym__reserved_identifier, + STATE(964), 1, + sym__variable_declarator_id, + STATE(1070), 1, + sym_variable_declarator, + STATE(1216), 1, + sym__variable_declarator_list, + ACTIONS(3), 2, + sym_line_comment, + sym_block_comment, + STATE(859), 4, sym__annotation, sym_marker_annotation, sym_annotation, aux_sym_array_creation_expression_repeat1, - [19097] = 9, - ACTIONS(1140), 1, + ACTIONS(1046), 6, + anon_sym_yield, + anon_sym_open, + anon_sym_module, + anon_sym_with, + anon_sym_sealed, + anon_sym_record, + [19774] = 12, + ACTIONS(311), 1, + anon_sym_AT, + ACTIONS(1787), 1, + anon_sym_LBRACK, + ACTIONS(2196), 1, sym_identifier, - STATE(685), 1, - sym_scoped_type_identifier, - STATE(711), 1, - sym_generic_type, - STATE(746), 1, - sym__unannotated_type, + STATE(522), 1, + aux_sym_dimensions_repeat1, + STATE(683), 1, + sym_dimensions, + STATE(788), 1, + sym__reserved_identifier, + STATE(964), 1, + sym__variable_declarator_id, + STATE(1070), 1, + sym_variable_declarator, + STATE(1202), 1, + sym__variable_declarator_list, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(83), 2, - anon_sym_float, - anon_sym_double, - ACTIONS(85), 2, - sym_boolean_type, - sym_void_type, - STATE(702), 3, - sym_array_type, - sym_integral_type, - sym_floating_point_type, - ACTIONS(81), 5, - anon_sym_byte, - anon_sym_short, - anon_sym_int, - anon_sym_long, - anon_sym_char, - [19134] = 12, - ACTIONS(293), 1, + STATE(859), 4, + sym__annotation, + sym_marker_annotation, + sym_annotation, + aux_sym_array_creation_expression_repeat1, + ACTIONS(1046), 6, + anon_sym_yield, + anon_sym_open, + anon_sym_module, + anon_sym_with, + anon_sym_sealed, + anon_sym_record, + [19820] = 12, + ACTIONS(311), 1, anon_sym_AT, - ACTIONS(1952), 1, + ACTIONS(1787), 1, anon_sym_LBRACK, - ACTIONS(2222), 1, + ACTIONS(2167), 1, sym_identifier, - STATE(567), 1, + STATE(522), 1, aux_sym_dimensions_repeat1, - STATE(703), 1, + STATE(683), 1, sym_dimensions, - STATE(962), 1, + STATE(774), 1, + sym__reserved_identifier, + STATE(960), 1, sym__variable_declarator_id, - STATE(979), 1, - sym__method_declarator, - STATE(1100), 1, + STATE(1070), 1, sym_variable_declarator, - STATE(1296), 1, + STATE(1205), 1, sym__variable_declarator_list, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(2224), 3, + STATE(859), 4, + sym__annotation, + sym_marker_annotation, + sym_annotation, + aux_sym_array_creation_expression_repeat1, + ACTIONS(1046), 6, + anon_sym_yield, anon_sym_open, anon_sym_module, + anon_sym_with, + anon_sym_sealed, anon_sym_record, - STATE(865), 4, + [19866] = 11, + ACTIONS(311), 1, + anon_sym_AT, + ACTIONS(1787), 1, + anon_sym_LBRACK, + ACTIONS(2125), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(2167), 1, + sym_identifier, + STATE(522), 1, + aux_sym_dimensions_repeat1, + STATE(683), 1, + sym_dimensions, + STATE(774), 1, + sym__reserved_identifier, + STATE(1086), 1, + sym__variable_declarator_id, + ACTIONS(3), 2, + sym_line_comment, + sym_block_comment, + STATE(859), 4, sym__annotation, sym_marker_annotation, sym_annotation, aux_sym_array_creation_expression_repeat1, - [19177] = 9, - ACTIONS(1140), 1, + ACTIONS(1046), 6, + anon_sym_yield, + anon_sym_open, + anon_sym_module, + anon_sym_with, + anon_sym_sealed, + anon_sym_record, + [19909] = 11, + ACTIONS(311), 1, + anon_sym_AT, + ACTIONS(1310), 1, + anon_sym_COLON_COLON, + ACTIONS(1787), 1, + anon_sym_LBRACK, + ACTIONS(2169), 1, + anon_sym_DOT, + ACTIONS(2198), 1, sym_identifier, - STATE(685), 1, - sym_scoped_type_identifier, - STATE(711), 1, - sym_generic_type, - STATE(753), 1, - sym__unannotated_type, + STATE(522), 1, + aux_sym_dimensions_repeat1, + STATE(683), 1, + sym_dimensions, + STATE(1169), 1, + sym__reserved_identifier, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(83), 2, - anon_sym_float, - anon_sym_double, - ACTIONS(85), 2, - sym_boolean_type, - sym_void_type, - STATE(702), 3, - sym_array_type, - sym_integral_type, - sym_floating_point_type, - ACTIONS(81), 5, - anon_sym_byte, - anon_sym_short, - anon_sym_int, - anon_sym_long, - anon_sym_char, - [19214] = 12, - ACTIONS(293), 1, + STATE(859), 4, + sym__annotation, + sym_marker_annotation, + sym_annotation, + aux_sym_array_creation_expression_repeat1, + ACTIONS(67), 6, + anon_sym_yield, + anon_sym_open, + anon_sym_module, + anon_sym_with, + anon_sym_sealed, + anon_sym_record, + [19952] = 11, + ACTIONS(311), 1, anon_sym_AT, - ACTIONS(1952), 1, + ACTIONS(1787), 1, anon_sym_LBRACK, - ACTIONS(2222), 1, + ACTIONS(2167), 1, sym_identifier, - STATE(567), 1, + ACTIONS(2200), 1, + anon_sym_DOT_DOT_DOT, + STATE(522), 1, aux_sym_dimensions_repeat1, - STATE(703), 1, + STATE(683), 1, sym_dimensions, - STATE(962), 1, + STATE(774), 1, + sym__reserved_identifier, + STATE(1107), 1, sym__variable_declarator_id, - STATE(979), 1, - sym__method_declarator, - STATE(1100), 1, - sym_variable_declarator, - STATE(1317), 1, - sym__variable_declarator_list, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(2224), 3, - anon_sym_open, - anon_sym_module, - anon_sym_record, - STATE(865), 4, + STATE(859), 4, sym__annotation, sym_marker_annotation, sym_annotation, aux_sym_array_creation_expression_repeat1, - [19257] = 3, + ACTIONS(1046), 6, + anon_sym_yield, + anon_sym_open, + anon_sym_module, + anon_sym_with, + anon_sym_sealed, + anon_sym_record, + [19995] = 11, + ACTIONS(311), 1, + anon_sym_AT, + ACTIONS(1310), 1, + anon_sym_COLON_COLON, + ACTIONS(1787), 1, + anon_sym_LBRACK, + ACTIONS(2169), 1, + anon_sym_DOT, + ACTIONS(2202), 1, + sym_identifier, + STATE(522), 1, + aux_sym_dimensions_repeat1, + STATE(683), 1, + sym_dimensions, + STATE(1119), 1, + sym__reserved_identifier, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(2228), 3, - anon_sym_LPAREN, - anon_sym_LBRACE, + STATE(859), 4, + sym__annotation, + sym_marker_annotation, + sym_annotation, + aux_sym_array_creation_expression_repeat1, + ACTIONS(67), 6, + anon_sym_yield, + anon_sym_open, + anon_sym_module, + anon_sym_with, + anon_sym_sealed, + anon_sym_record, + [20038] = 10, + ACTIONS(311), 1, anon_sym_AT, - ACTIONS(2226), 13, - anon_sym_extends, - anon_sym_implements, - anon_sym_permits, - anon_sym_byte, - anon_sym_short, - anon_sym_int, - anon_sym_long, - anon_sym_char, - anon_sym_float, - anon_sym_double, - sym_boolean_type, - sym_void_type, - sym_identifier, - [19282] = 9, - ACTIONS(1140), 1, + ACTIONS(1787), 1, + anon_sym_LBRACK, + ACTIONS(2204), 1, sym_identifier, - STATE(685), 1, - sym_scoped_type_identifier, - STATE(711), 1, - sym_generic_type, - STATE(734), 1, - sym__unannotated_type, + STATE(522), 1, + aux_sym_dimensions_repeat1, + STATE(683), 1, + sym_dimensions, + STATE(950), 1, + sym__method_declarator, + STATE(1141), 1, + sym__reserved_identifier, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(83), 2, - anon_sym_float, - anon_sym_double, - ACTIONS(85), 2, - sym_boolean_type, - sym_void_type, - STATE(702), 3, - sym_array_type, - sym_integral_type, - sym_floating_point_type, - ACTIONS(81), 5, - anon_sym_byte, - anon_sym_short, - anon_sym_int, - anon_sym_long, - anon_sym_char, - [19319] = 7, - ACTIONS(293), 1, + STATE(859), 4, + sym__annotation, + sym_marker_annotation, + sym_annotation, + aux_sym_array_creation_expression_repeat1, + ACTIONS(67), 6, + anon_sym_yield, + anon_sym_open, + anon_sym_module, + anon_sym_with, + anon_sym_sealed, + anon_sym_record, + [20078] = 7, + ACTIONS(311), 1, anon_sym_AT, - ACTIONS(1952), 1, + ACTIONS(1787), 1, anon_sym_LBRACK, - STATE(567), 1, + STATE(522), 1, aux_sym_dimensions_repeat1, - STATE(703), 1, + STATE(683), 1, sym_dimensions, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - STATE(865), 4, + STATE(859), 4, sym__annotation, sym_marker_annotation, sym_annotation, aux_sym_array_creation_expression_repeat1, - ACTIONS(1360), 8, + ACTIONS(1302), 9, anon_sym_RPAREN, anon_sym_AMP, anon_sym_GT, anon_sym_COMMA, + anon_sym_COLON_COLON, anon_sym_LBRACE, anon_sym_SEMI, anon_sym_implements, anon_sym_permits, - [19352] = 9, - ACTIONS(1140), 1, + [20112] = 10, + ACTIONS(311), 1, + anon_sym_AT, + ACTIONS(1787), 1, + anon_sym_LBRACK, + ACTIONS(2167), 1, sym_identifier, - STATE(685), 1, - sym_scoped_type_identifier, - STATE(711), 1, - sym_generic_type, - STATE(743), 1, - sym__unannotated_type, + STATE(522), 1, + aux_sym_dimensions_repeat1, + STATE(683), 1, + sym_dimensions, + STATE(774), 1, + sym__reserved_identifier, + STATE(1255), 1, + sym__variable_declarator_id, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(83), 2, + STATE(859), 4, + sym__annotation, + sym_marker_annotation, + sym_annotation, + aux_sym_array_creation_expression_repeat1, + ACTIONS(1046), 6, + anon_sym_yield, + anon_sym_open, + anon_sym_module, + anon_sym_with, + anon_sym_sealed, + anon_sym_record, + [20152] = 10, + ACTIONS(1210), 1, + sym_identifier, + STATE(666), 1, + sym_scoped_type_identifier, + STATE(686), 1, + sym_generic_type, + STATE(732), 1, + sym__unannotated_type, + STATE(827), 1, + sym_catch_type, + ACTIONS(3), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(87), 2, anon_sym_float, anon_sym_double, - ACTIONS(85), 2, + ACTIONS(89), 2, sym_boolean_type, sym_void_type, - STATE(702), 3, + STATE(688), 3, sym_array_type, sym_integral_type, sym_floating_point_type, - ACTIONS(81), 5, + ACTIONS(85), 5, anon_sym_byte, anon_sym_short, anon_sym_int, anon_sym_long, anon_sym_char, - [19389] = 3, + [20192] = 9, + ACTIONS(311), 1, + anon_sym_AT, + ACTIONS(1787), 1, + anon_sym_LBRACK, + ACTIONS(2208), 1, + anon_sym_PIPE, + STATE(522), 1, + aux_sym_dimensions_repeat1, + STATE(683), 1, + sym_dimensions, + STATE(806), 1, + aux_sym_catch_type_repeat1, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(2232), 3, + STATE(859), 4, + sym__annotation, + sym_marker_annotation, + sym_annotation, + aux_sym_array_creation_expression_repeat1, + ACTIONS(2206), 7, + anon_sym_yield, + anon_sym_open, + anon_sym_module, + anon_sym_with, + anon_sym_sealed, + anon_sym_record, + sym_identifier, + [20230] = 10, + ACTIONS(99), 1, + anon_sym_LT, + ACTIONS(1126), 1, anon_sym_LPAREN, - anon_sym_LBRACE, + ACTIONS(1144), 1, + anon_sym_DOT, + ACTIONS(1148), 1, anon_sym_AT, - ACTIONS(2230), 13, - anon_sym_extends, - anon_sym_implements, - anon_sym_permits, - anon_sym_byte, - anon_sym_short, - anon_sym_int, - anon_sym_long, - anon_sym_char, - anon_sym_float, - anon_sym_double, - sym_boolean_type, - sym_void_type, + STATE(504), 1, + sym_argument_list, + STATE(680), 1, + sym_type_arguments, + ACTIONS(3), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(1141), 2, + anon_sym_LBRACK, + anon_sym_COLON_COLON, + ACTIONS(2210), 2, + anon_sym_RPAREN, + anon_sym_SEMI, + ACTIONS(1124), 7, + anon_sym_yield, + anon_sym_open, + anon_sym_module, + anon_sym_with, + anon_sym_sealed, + anon_sym_record, sym_identifier, - [19414] = 10, - ACTIONS(95), 1, - anon_sym_LT, - ACTIONS(2234), 1, + [20270] = 10, + ACTIONS(311), 1, + anon_sym_AT, + ACTIONS(1787), 1, + anon_sym_LBRACK, + ACTIONS(2204), 1, sym_identifier, - STATE(749), 1, + STATE(522), 1, + aux_sym_dimensions_repeat1, + STATE(683), 1, + sym_dimensions, + STATE(940), 1, + sym__method_declarator, + STATE(1141), 1, + sym__reserved_identifier, + ACTIONS(3), 2, + sym_line_comment, + sym_block_comment, + STATE(859), 4, + sym__annotation, + sym_marker_annotation, + sym_annotation, + aux_sym_array_creation_expression_repeat1, + ACTIONS(67), 6, + anon_sym_yield, + anon_sym_open, + anon_sym_module, + anon_sym_with, + anon_sym_sealed, + anon_sym_record, + [20310] = 6, + ACTIONS(99), 1, + anon_sym_LT, + ACTIONS(2212), 1, + anon_sym_DOT, + STATE(672), 1, sym_type_arguments, - STATE(908), 1, + ACTIONS(3), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(1325), 6, + anon_sym_RPAREN, + anon_sym_AMP, + anon_sym_LBRACK, + anon_sym_COLON_COLON, + anon_sym_AT, + anon_sym_DOT_DOT_DOT, + ACTIONS(1323), 8, + anon_sym_yield, + anon_sym_open, + anon_sym_module, + anon_sym_with, + anon_sym_sealed, + anon_sym_record, + sym_this, + sym_identifier, + [20342] = 9, + ACTIONS(1210), 1, + sym_identifier, + STATE(666), 1, sym_scoped_type_identifier, - STATE(1074), 1, + STATE(686), 1, sym_generic_type, + STATE(741), 1, + sym__unannotated_type, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(83), 2, + ACTIONS(87), 2, anon_sym_float, anon_sym_double, - ACTIONS(2236), 2, + ACTIONS(89), 2, sym_boolean_type, sym_void_type, - STATE(1200), 2, + STATE(688), 3, + sym_array_type, sym_integral_type, sym_floating_point_type, - ACTIONS(81), 5, + ACTIONS(85), 5, anon_sym_byte, anon_sym_short, anon_sym_int, anon_sym_long, anon_sym_char, - [19453] = 9, - ACTIONS(1140), 1, + [20379] = 9, + ACTIONS(311), 1, + anon_sym_AT, + ACTIONS(1787), 1, + anon_sym_LBRACK, + ACTIONS(2202), 1, + sym_identifier, + STATE(522), 1, + aux_sym_dimensions_repeat1, + STATE(683), 1, + sym_dimensions, + STATE(1119), 1, + sym__reserved_identifier, + ACTIONS(3), 2, + sym_line_comment, + sym_block_comment, + STATE(859), 4, + sym__annotation, + sym_marker_annotation, + sym_annotation, + aux_sym_array_creation_expression_repeat1, + ACTIONS(67), 6, + anon_sym_yield, + anon_sym_open, + anon_sym_module, + anon_sym_with, + anon_sym_sealed, + anon_sym_record, + [20416] = 9, + ACTIONS(1210), 1, sym_identifier, - STATE(685), 1, + STATE(666), 1, sym_scoped_type_identifier, - STATE(711), 1, + STATE(686), 1, sym_generic_type, - STATE(762), 1, + STATE(720), 1, sym__unannotated_type, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(83), 2, + ACTIONS(87), 2, anon_sym_float, anon_sym_double, - ACTIONS(85), 2, + ACTIONS(89), 2, sym_boolean_type, sym_void_type, - STATE(702), 3, + STATE(688), 3, sym_array_type, sym_integral_type, sym_floating_point_type, - ACTIONS(81), 5, + ACTIONS(85), 5, anon_sym_byte, anon_sym_short, anon_sym_int, anon_sym_long, anon_sym_char, - [19490] = 12, - ACTIONS(293), 1, - anon_sym_AT, - ACTIONS(1952), 1, + [20453] = 10, + ACTIONS(33), 1, + anon_sym_LBRACE, + ACTIONS(99), 1, + anon_sym_LT, + ACTIONS(2215), 1, + anon_sym_LPAREN, + ACTIONS(2217), 1, + anon_sym_DOT, + STATE(468), 1, + sym_block, + STATE(680), 1, + sym_type_arguments, + STATE(1074), 1, + sym_formal_parameters, + ACTIONS(3), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(1148), 2, anon_sym_LBRACK, - ACTIONS(2222), 1, + anon_sym_AT, + ACTIONS(1124), 7, + anon_sym_yield, + anon_sym_open, + anon_sym_module, + anon_sym_with, + anon_sym_sealed, + anon_sym_record, sym_identifier, - STATE(567), 1, - aux_sym_dimensions_repeat1, - STATE(703), 1, - sym_dimensions, - STATE(962), 1, - sym__variable_declarator_id, - STATE(979), 1, - sym__method_declarator, - STATE(1100), 1, - sym_variable_declarator, - STATE(1255), 1, - sym__variable_declarator_list, + [20492] = 10, + ACTIONS(33), 1, + anon_sym_LBRACE, + ACTIONS(99), 1, + anon_sym_LT, + ACTIONS(2215), 1, + anon_sym_LPAREN, + ACTIONS(2217), 1, + anon_sym_DOT, + STATE(459), 1, + sym_block, + STATE(680), 1, + sym_type_arguments, + STATE(1074), 1, + sym_formal_parameters, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(2224), 3, + ACTIONS(1148), 2, + anon_sym_LBRACK, + anon_sym_AT, + ACTIONS(1124), 7, + anon_sym_yield, anon_sym_open, anon_sym_module, + anon_sym_with, + anon_sym_sealed, anon_sym_record, - STATE(865), 4, - sym__annotation, - sym_marker_annotation, - sym_annotation, - aux_sym_array_creation_expression_repeat1, - [19533] = 12, - ACTIONS(293), 1, + sym_identifier, + [20531] = 8, + ACTIONS(311), 1, anon_sym_AT, - ACTIONS(1952), 1, + ACTIONS(1787), 1, anon_sym_LBRACK, - ACTIONS(2222), 1, - sym_identifier, - STATE(567), 1, + ACTIONS(2221), 1, + anon_sym_PIPE, + STATE(522), 1, aux_sym_dimensions_repeat1, - STATE(703), 1, + STATE(683), 1, sym_dimensions, - STATE(962), 1, - sym__variable_declarator_id, - STATE(979), 1, - sym__method_declarator, - STATE(1100), 1, - sym_variable_declarator, - STATE(1282), 1, - sym__variable_declarator_list, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(2224), 3, - anon_sym_open, - anon_sym_module, - anon_sym_record, - STATE(865), 4, + STATE(859), 4, sym__annotation, sym_marker_annotation, sym_annotation, aux_sym_array_creation_expression_repeat1, - [19576] = 11, - ACTIONS(293), 1, + ACTIONS(2219), 7, + anon_sym_yield, + anon_sym_open, + anon_sym_module, + anon_sym_with, + anon_sym_sealed, + anon_sym_record, + sym_identifier, + [20566] = 3, + ACTIONS(3), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(2225), 3, + anon_sym_LPAREN, + anon_sym_LBRACE, anon_sym_AT, - ACTIONS(1952), 1, - anon_sym_LBRACK, - ACTIONS(2238), 1, + ACTIONS(2223), 13, + anon_sym_extends, + anon_sym_implements, + anon_sym_permits, + anon_sym_byte, + anon_sym_short, + anon_sym_int, + anon_sym_long, + anon_sym_char, + anon_sym_float, + anon_sym_double, + sym_boolean_type, + sym_void_type, sym_identifier, - STATE(567), 1, + [20591] = 7, + ACTIONS(311), 1, + anon_sym_AT, + ACTIONS(1787), 1, + anon_sym_LBRACK, + STATE(522), 1, aux_sym_dimensions_repeat1, - STATE(703), 1, + STATE(683), 1, sym_dimensions, - STATE(962), 1, - sym__variable_declarator_id, - STATE(1100), 1, - sym_variable_declarator, - STATE(1282), 1, - sym__variable_declarator_list, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(2212), 3, - anon_sym_open, - anon_sym_module, - anon_sym_record, - STATE(865), 4, + STATE(859), 4, sym__annotation, sym_marker_annotation, sym_annotation, aux_sym_array_creation_expression_repeat1, - [19616] = 12, - ACTIONS(95), 1, + ACTIONS(1310), 8, + anon_sym_RPAREN, + anon_sym_AMP, + anon_sym_GT, + anon_sym_COMMA, + anon_sym_LBRACE, + anon_sym_SEMI, + anon_sym_implements, + anon_sym_permits, + [20624] = 9, + ACTIONS(1210), 1, + sym_identifier, + STATE(666), 1, + sym_scoped_type_identifier, + STATE(686), 1, + sym_generic_type, + STATE(730), 1, + sym__unannotated_type, + ACTIONS(3), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(87), 2, + anon_sym_float, + anon_sym_double, + ACTIONS(89), 2, + sym_boolean_type, + sym_void_type, + STATE(688), 3, + sym_array_type, + sym_integral_type, + sym_floating_point_type, + ACTIONS(85), 5, + anon_sym_byte, + anon_sym_short, + anon_sym_int, + anon_sym_long, + anon_sym_char, + [20661] = 3, + ACTIONS(3), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(2229), 3, + anon_sym_LPAREN, + anon_sym_LBRACE, + anon_sym_AT, + ACTIONS(2227), 13, + anon_sym_extends, + anon_sym_implements, + anon_sym_permits, + anon_sym_byte, + anon_sym_short, + anon_sym_int, + anon_sym_long, + anon_sym_char, + anon_sym_float, + anon_sym_double, + sym_boolean_type, + sym_void_type, + sym_identifier, + [20686] = 9, + ACTIONS(1210), 1, + sym_identifier, + STATE(666), 1, + sym_scoped_type_identifier, + STATE(686), 1, + sym_generic_type, + STATE(726), 1, + sym__unannotated_type, + ACTIONS(3), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(87), 2, + anon_sym_float, + anon_sym_double, + ACTIONS(89), 2, + sym_boolean_type, + sym_void_type, + STATE(688), 3, + sym_array_type, + sym_integral_type, + sym_floating_point_type, + ACTIONS(85), 5, + anon_sym_byte, + anon_sym_short, + anon_sym_int, + anon_sym_long, + anon_sym_char, + [20723] = 9, + ACTIONS(1210), 1, + sym_identifier, + STATE(666), 1, + sym_scoped_type_identifier, + STATE(686), 1, + sym_generic_type, + STATE(723), 1, + sym__unannotated_type, + ACTIONS(3), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(87), 2, + anon_sym_float, + anon_sym_double, + ACTIONS(89), 2, + sym_boolean_type, + sym_void_type, + STATE(688), 3, + sym_array_type, + sym_integral_type, + sym_floating_point_type, + ACTIONS(85), 5, + anon_sym_byte, + anon_sym_short, + anon_sym_int, + anon_sym_long, + anon_sym_char, + [20760] = 12, + ACTIONS(99), 1, anon_sym_LT, - ACTIONS(293), 1, + ACTIONS(311), 1, anon_sym_AT, - ACTIONS(1196), 1, + ACTIONS(1126), 1, anon_sym_LPAREN, - ACTIONS(2240), 1, + ACTIONS(2231), 1, anon_sym_LBRACK, - ACTIONS(2242), 1, + ACTIONS(2233), 1, anon_sym_DOT, - STATE(436), 1, + STATE(439), 1, sym_argument_list, - STATE(567), 1, + STATE(522), 1, aux_sym_dimensions_repeat1, - STATE(699), 1, + STATE(672), 1, sym_type_arguments, - STATE(1187), 1, + STATE(1154), 1, sym_dimensions, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - STATE(778), 2, + STATE(392), 2, sym_dimensions_expr, aux_sym_array_creation_expression_repeat2, - STATE(873), 4, + STATE(891), 4, sym__annotation, sym_marker_annotation, sym_annotation, aux_sym_array_creation_expression_repeat1, - [19658] = 11, - ACTIONS(293), 1, + [20802] = 12, + ACTIONS(99), 1, + anon_sym_LT, + ACTIONS(311), 1, anon_sym_AT, - ACTIONS(1952), 1, + ACTIONS(1126), 1, + anon_sym_LPAREN, + ACTIONS(2217), 1, + anon_sym_DOT, + ACTIONS(2231), 1, anon_sym_LBRACK, - ACTIONS(2218), 1, - sym_identifier, - STATE(567), 1, + STATE(440), 1, + sym_argument_list, + STATE(522), 1, aux_sym_dimensions_repeat1, - STATE(703), 1, + STATE(680), 1, + sym_type_arguments, + STATE(1150), 1, sym_dimensions, - STATE(950), 1, - sym__variable_declarator_id, - STATE(1100), 1, - sym_variable_declarator, - STATE(1257), 1, - sym__variable_declarator_list, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(2212), 3, - anon_sym_open, - anon_sym_module, - anon_sym_record, - STATE(865), 4, + STATE(395), 2, + sym_dimensions_expr, + aux_sym_array_creation_expression_repeat2, + STATE(891), 4, sym__annotation, sym_marker_annotation, sym_annotation, aux_sym_array_creation_expression_repeat1, - [19698] = 12, - ACTIONS(95), 1, + [20844] = 12, + ACTIONS(99), 1, anon_sym_LT, - ACTIONS(293), 1, + ACTIONS(311), 1, anon_sym_AT, - ACTIONS(1196), 1, + ACTIONS(1126), 1, anon_sym_LPAREN, - ACTIONS(2240), 1, - anon_sym_LBRACK, - ACTIONS(2244), 1, + ACTIONS(2217), 1, anon_sym_DOT, - STATE(431), 1, + ACTIONS(2231), 1, + anon_sym_LBRACK, + STATE(438), 1, sym_argument_list, - STATE(567), 1, + STATE(522), 1, aux_sym_dimensions_repeat1, - STATE(698), 1, + STATE(680), 1, sym_type_arguments, - STATE(1183), 1, + STATE(1078), 1, sym_dimensions, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - STATE(772), 2, + STATE(394), 2, sym_dimensions_expr, aux_sym_array_creation_expression_repeat2, - STATE(873), 4, + STATE(891), 4, sym__annotation, sym_marker_annotation, sym_annotation, aux_sym_array_creation_expression_repeat1, - [19740] = 11, - ACTIONS(293), 1, - anon_sym_AT, - ACTIONS(1952), 1, - anon_sym_LBRACK, - ACTIONS(2246), 1, - sym_identifier, - STATE(567), 1, - aux_sym_dimensions_repeat1, - STATE(703), 1, - sym_dimensions, - STATE(962), 1, - sym__variable_declarator_id, - STATE(1100), 1, - sym_variable_declarator, - STATE(1255), 1, - sym__variable_declarator_list, + [20886] = 4, + ACTIONS(2212), 1, + anon_sym_DOT, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(2212), 3, + ACTIONS(1325), 6, + anon_sym_RPAREN, + anon_sym_AMP, + anon_sym_LBRACK, + anon_sym_COLON_COLON, + anon_sym_AT, + anon_sym_DOT_DOT_DOT, + ACTIONS(1323), 8, + anon_sym_yield, anon_sym_open, anon_sym_module, + anon_sym_with, + anon_sym_sealed, anon_sym_record, - STATE(865), 4, - sym__annotation, - sym_marker_annotation, - sym_annotation, - aux_sym_array_creation_expression_repeat1, - [19780] = 11, - ACTIONS(293), 1, + sym_this, + sym_identifier, + [20912] = 12, + ACTIONS(99), 1, + anon_sym_LT, + ACTIONS(311), 1, anon_sym_AT, - ACTIONS(1952), 1, + ACTIONS(1126), 1, + anon_sym_LPAREN, + ACTIONS(2217), 1, + anon_sym_DOT, + ACTIONS(2231), 1, anon_sym_LBRACK, - ACTIONS(2218), 1, - sym_identifier, - STATE(567), 1, + STATE(440), 1, + sym_argument_list, + STATE(522), 1, aux_sym_dimensions_repeat1, - STATE(703), 1, + STATE(680), 1, + sym_type_arguments, + STATE(1150), 1, sym_dimensions, - STATE(962), 1, - sym__variable_declarator_id, - STATE(1100), 1, - sym_variable_declarator, - STATE(1265), 1, - sym__variable_declarator_list, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(2212), 3, - anon_sym_open, - anon_sym_module, - anon_sym_record, - STATE(865), 4, + STATE(780), 2, + sym_dimensions_expr, + aux_sym_array_creation_expression_repeat2, + STATE(891), 4, sym__annotation, sym_marker_annotation, sym_annotation, aux_sym_array_creation_expression_repeat1, - [19820] = 12, - ACTIONS(95), 1, + [20954] = 12, + ACTIONS(99), 1, anon_sym_LT, - ACTIONS(293), 1, + ACTIONS(311), 1, anon_sym_AT, - ACTIONS(1196), 1, + ACTIONS(1126), 1, anon_sym_LPAREN, - ACTIONS(2240), 1, + ACTIONS(2231), 1, anon_sym_LBRACK, - ACTIONS(2242), 1, + ACTIONS(2233), 1, anon_sym_DOT, - STATE(436), 1, + STATE(435), 1, sym_argument_list, - STATE(567), 1, + STATE(522), 1, aux_sym_dimensions_repeat1, - STATE(699), 1, + STATE(672), 1, sym_type_arguments, - STATE(1187), 1, + STATE(1080), 1, sym_dimensions, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - STATE(395), 2, + STATE(784), 2, sym_dimensions_expr, aux_sym_array_creation_expression_repeat2, - STATE(873), 4, + STATE(891), 4, sym__annotation, sym_marker_annotation, sym_annotation, aux_sym_array_creation_expression_repeat1, - [19862] = 4, - ACTIONS(2248), 1, - anon_sym_AT, - ACTIONS(3), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(1986), 4, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_SEMI, - ACTIONS(1656), 10, - anon_sym_byte, - anon_sym_short, - anon_sym_int, - anon_sym_long, - anon_sym_char, - anon_sym_float, - anon_sym_double, - sym_boolean_type, - sym_void_type, - sym_identifier, - [19888] = 11, - ACTIONS(293), 1, + [20996] = 12, + ACTIONS(99), 1, + anon_sym_LT, + ACTIONS(311), 1, anon_sym_AT, - ACTIONS(1952), 1, + ACTIONS(1126), 1, + anon_sym_LPAREN, + ACTIONS(2231), 1, anon_sym_LBRACK, - ACTIONS(2208), 1, - sym_identifier, - ACTIONS(2214), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(2216), 1, - sym_this, - STATE(567), 1, + ACTIONS(2233), 1, + anon_sym_DOT, + STATE(439), 1, + sym_argument_list, + STATE(522), 1, aux_sym_dimensions_repeat1, - STATE(703), 1, + STATE(672), 1, + sym_type_arguments, + STATE(1154), 1, sym_dimensions, - STATE(1125), 1, - sym__variable_declarator_id, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(2212), 3, - anon_sym_open, - anon_sym_module, - anon_sym_record, - STATE(865), 4, + STATE(781), 2, + sym_dimensions_expr, + aux_sym_array_creation_expression_repeat2, + STATE(891), 4, sym__annotation, sym_marker_annotation, sym_annotation, aux_sym_array_creation_expression_repeat1, - [19928] = 12, - ACTIONS(95), 1, + [21038] = 12, + ACTIONS(99), 1, anon_sym_LT, - ACTIONS(293), 1, + ACTIONS(311), 1, anon_sym_AT, - ACTIONS(1196), 1, + ACTIONS(1126), 1, anon_sym_LPAREN, - ACTIONS(2240), 1, + ACTIONS(2231), 1, anon_sym_LBRACK, - ACTIONS(2244), 1, + ACTIONS(2233), 1, anon_sym_DOT, - STATE(431), 1, + STATE(435), 1, sym_argument_list, - STATE(567), 1, + STATE(522), 1, aux_sym_dimensions_repeat1, - STATE(698), 1, + STATE(672), 1, sym_type_arguments, - STATE(1183), 1, + STATE(1080), 1, sym_dimensions, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - STATE(396), 2, + STATE(393), 2, sym_dimensions_expr, aux_sym_array_creation_expression_repeat2, - STATE(873), 4, + STATE(891), 4, sym__annotation, sym_marker_annotation, sym_annotation, aux_sym_array_creation_expression_repeat1, - [19970] = 11, - ACTIONS(293), 1, + [21080] = 12, + ACTIONS(99), 1, + anon_sym_LT, + ACTIONS(311), 1, anon_sym_AT, - ACTIONS(1360), 1, - anon_sym_COLON_COLON, - ACTIONS(1952), 1, - anon_sym_LBRACK, - ACTIONS(2218), 1, - sym_identifier, - ACTIONS(2220), 1, + ACTIONS(1126), 1, + anon_sym_LPAREN, + ACTIONS(2217), 1, anon_sym_DOT, - STATE(567), 1, + ACTIONS(2231), 1, + anon_sym_LBRACK, + STATE(438), 1, + sym_argument_list, + STATE(522), 1, aux_sym_dimensions_repeat1, - STATE(703), 1, + STATE(680), 1, + sym_type_arguments, + STATE(1078), 1, sym_dimensions, - STATE(1280), 1, - sym__variable_declarator_id, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(2212), 3, - anon_sym_open, - anon_sym_module, - anon_sym_record, - STATE(865), 4, + STATE(779), 2, + sym_dimensions_expr, + aux_sym_array_creation_expression_repeat2, + STATE(891), 4, sym__annotation, sym_marker_annotation, sym_annotation, aux_sym_array_creation_expression_repeat1, - [20010] = 11, - ACTIONS(293), 1, + [21122] = 4, + ACTIONS(2235), 1, anon_sym_AT, - ACTIONS(1952), 1, - anon_sym_LBRACK, - ACTIONS(2218), 1, - sym_identifier, - STATE(567), 1, - aux_sym_dimensions_repeat1, - STATE(703), 1, - sym_dimensions, - STATE(978), 1, - sym__variable_declarator_id, - STATE(1100), 1, - sym_variable_declarator, - STATE(1257), 1, - sym__variable_declarator_list, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(2212), 3, - anon_sym_open, - anon_sym_module, - anon_sym_record, - STATE(865), 4, - sym__annotation, - sym_marker_annotation, - sym_annotation, - aux_sym_array_creation_expression_repeat1, - [20050] = 10, - ACTIONS(95), 1, + ACTIONS(1928), 4, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_SEMI, + ACTIONS(1618), 10, + anon_sym_byte, + anon_sym_short, + anon_sym_int, + anon_sym_long, + anon_sym_char, + anon_sym_float, + anon_sym_double, + sym_boolean_type, + sym_void_type, + sym_identifier, + [21148] = 8, + ACTIONS(99), 1, anon_sym_LT, - ACTIONS(1196), 1, + ACTIONS(2215), 1, anon_sym_LPAREN, - ACTIONS(1214), 1, + ACTIONS(2217), 1, anon_sym_DOT, - ACTIONS(1218), 1, - anon_sym_AT, - STATE(505), 1, - sym_argument_list, - STATE(698), 1, + STATE(680), 1, sym_type_arguments, + STATE(1137), 1, + sym_formal_parameters, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1211), 2, + ACTIONS(1148), 2, anon_sym_LBRACK, - anon_sym_COLON_COLON, - ACTIONS(2250), 2, - anon_sym_RPAREN, - anon_sym_SEMI, - ACTIONS(1194), 4, + anon_sym_AT, + ACTIONS(1124), 7, + anon_sym_yield, anon_sym_open, anon_sym_module, + anon_sym_with, + anon_sym_sealed, anon_sym_record, sym_identifier, - [20087] = 6, - ACTIONS(95), 1, + [21181] = 10, + ACTIONS(99), 1, anon_sym_LT, - ACTIONS(2252), 1, - anon_sym_DOT, - STATE(699), 1, + ACTIONS(2237), 1, + sym_identifier, + ACTIONS(2239), 1, + anon_sym_new, + ACTIONS(2241), 1, + sym_this, + ACTIONS(2243), 1, + sym_super, + STATE(371), 1, + sym__reserved_identifier, + STATE(493), 1, + sym__unqualified_object_creation_expression, + STATE(840), 1, sym_type_arguments, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1407), 5, + ACTIONS(67), 6, + anon_sym_yield, anon_sym_open, anon_sym_module, + anon_sym_with, + anon_sym_sealed, anon_sym_record, - sym_this, - sym_identifier, - ACTIONS(1409), 6, - anon_sym_RPAREN, - anon_sym_AMP, - anon_sym_LBRACK, - anon_sym_COLON_COLON, - anon_sym_AT, - anon_sym_DOT_DOT_DOT, - [20116] = 10, - ACTIONS(293), 1, - anon_sym_AT, - ACTIONS(1952), 1, - anon_sym_LBRACK, - ACTIONS(2218), 1, + [21218] = 8, + ACTIONS(2245), 1, sym_identifier, - ACTIONS(2255), 1, - anon_sym_DOT_DOT_DOT, - STATE(567), 1, - aux_sym_dimensions_repeat1, - STATE(703), 1, - sym_dimensions, - STATE(1157), 1, - sym__variable_declarator_id, + STATE(900), 1, + sym_scoped_type_identifier, + STATE(1067), 1, + sym_generic_type, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(2212), 3, - anon_sym_open, - anon_sym_module, - anon_sym_record, - STATE(865), 4, - sym__annotation, - sym_marker_annotation, - sym_annotation, - aux_sym_array_creation_expression_repeat1, - [20153] = 10, - ACTIONS(293), 1, - anon_sym_AT, - ACTIONS(1952), 1, - anon_sym_LBRACK, - ACTIONS(2214), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(2218), 1, - sym_identifier, - STATE(567), 1, - aux_sym_dimensions_repeat1, - STATE(703), 1, - sym_dimensions, - STATE(1125), 1, - sym__variable_declarator_id, - ACTIONS(3), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(2212), 3, - anon_sym_open, - anon_sym_module, - anon_sym_record, - STATE(865), 4, - sym__annotation, - sym_marker_annotation, - sym_annotation, - aux_sym_array_creation_expression_repeat1, - [20190] = 9, - ACTIONS(293), 1, - anon_sym_AT, - ACTIONS(1952), 1, - anon_sym_LBRACK, - ACTIONS(2259), 1, - anon_sym_PIPE, - STATE(567), 1, - aux_sym_dimensions_repeat1, - STATE(703), 1, - sym_dimensions, - STATE(829), 1, - aux_sym_catch_type_repeat1, + ACTIONS(87), 2, + anon_sym_float, + anon_sym_double, + ACTIONS(2247), 2, + sym_boolean_type, + sym_void_type, + STATE(1148), 2, + sym_integral_type, + sym_floating_point_type, + ACTIONS(85), 5, + anon_sym_byte, + anon_sym_short, + anon_sym_int, + anon_sym_long, + anon_sym_char, + [21251] = 10, + ACTIONS(99), 1, + anon_sym_LT, + ACTIONS(2237), 1, + sym_identifier, + ACTIONS(2239), 1, + anon_sym_new, + ACTIONS(2241), 1, + sym_this, + ACTIONS(2249), 1, + sym_super, + STATE(371), 1, + sym__reserved_identifier, + STATE(493), 1, + sym__unqualified_object_creation_expression, + STATE(814), 1, + sym_type_arguments, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(2257), 4, + ACTIONS(67), 6, + anon_sym_yield, anon_sym_open, anon_sym_module, + anon_sym_with, + anon_sym_sealed, anon_sym_record, + [21288] = 8, + ACTIONS(2251), 1, sym_identifier, - STATE(865), 4, - sym__annotation, - sym_marker_annotation, - sym_annotation, - aux_sym_array_creation_expression_repeat1, - [20225] = 8, - ACTIONS(2261), 1, - sym_identifier, - STATE(898), 1, + STATE(894), 1, sym_scoped_type_identifier, - STATE(1081), 1, + STATE(1059), 1, sym_generic_type, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(83), 2, + ACTIONS(87), 2, anon_sym_float, anon_sym_double, - ACTIONS(2263), 2, + ACTIONS(2253), 2, sym_boolean_type, sym_void_type, - STATE(1181), 2, + STATE(1077), 2, sym_integral_type, sym_floating_point_type, - ACTIONS(81), 5, + ACTIONS(85), 5, anon_sym_byte, anon_sym_short, anon_sym_int, anon_sym_long, anon_sym_char, - [20258] = 9, - ACTIONS(293), 1, + [21321] = 10, + ACTIONS(311), 1, anon_sym_AT, - ACTIONS(1952), 1, + ACTIONS(1787), 1, anon_sym_LBRACK, - ACTIONS(2265), 1, + ACTIONS(2255), 1, sym_identifier, - STATE(567), 1, - aux_sym_dimensions_repeat1, - STATE(703), 1, - sym_dimensions, - STATE(986), 1, - sym__method_declarator, - ACTIONS(3), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(2267), 3, - anon_sym_open, - anon_sym_module, - anon_sym_record, - STATE(865), 4, - sym__annotation, - sym_marker_annotation, - sym_annotation, - aux_sym_array_creation_expression_repeat1, - [20292] = 10, - ACTIONS(95), 1, - anon_sym_LT, - ACTIONS(293), 1, - anon_sym_AT, - ACTIONS(2240), 1, - anon_sym_LBRACK, - ACTIONS(2242), 1, - anon_sym_DOT, - STATE(567), 1, + ACTIONS(2257), 1, + sym_this, + STATE(522), 1, aux_sym_dimensions_repeat1, - STATE(699), 1, - sym_type_arguments, - STATE(1159), 1, + STATE(683), 1, sym_dimensions, + STATE(1024), 1, + aux_sym_receiver_parameter_repeat1, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - STATE(775), 2, - sym_dimensions_expr, - aux_sym_array_creation_expression_repeat2, - STATE(873), 4, + ACTIONS(1302), 3, + anon_sym_RPAREN, + anon_sym_AMP, + anon_sym_COLON_COLON, + STATE(859), 4, sym__annotation, sym_marker_annotation, sym_annotation, aux_sym_array_creation_expression_repeat1, - [20328] = 10, - ACTIONS(33), 1, - anon_sym_LBRACE, - ACTIONS(95), 1, + [21358] = 8, + ACTIONS(99), 1, anon_sym_LT, - ACTIONS(2244), 1, - anon_sym_DOT, - ACTIONS(2269), 1, + ACTIONS(1314), 1, anon_sym_LPAREN, - STATE(449), 1, - sym_block, - STATE(698), 1, + ACTIONS(2217), 1, + anon_sym_DOT, + STATE(526), 1, + sym_record_pattern_body, + STATE(680), 1, sym_type_arguments, - STATE(1217), 1, - sym_formal_parameters, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1218), 2, + ACTIONS(1148), 2, anon_sym_LBRACK, anon_sym_AT, - ACTIONS(1194), 4, + ACTIONS(1124), 7, + anon_sym_yield, anon_sym_open, anon_sym_module, + anon_sym_with, + anon_sym_sealed, anon_sym_record, sym_identifier, - [20364] = 9, - ACTIONS(293), 1, - anon_sym_AT, - ACTIONS(1952), 1, - anon_sym_LBRACK, - ACTIONS(2218), 1, + [21391] = 10, + ACTIONS(99), 1, + anon_sym_LT, + ACTIONS(2239), 1, + anon_sym_new, + ACTIONS(2259), 1, sym_identifier, - STATE(567), 1, - aux_sym_dimensions_repeat1, - STATE(703), 1, - sym_dimensions, - STATE(1279), 1, - sym__variable_declarator_id, + ACTIONS(2261), 1, + sym_this, + ACTIONS(2263), 1, + sym_super, + STATE(431), 1, + sym__reserved_identifier, + STATE(493), 1, + sym__unqualified_object_creation_expression, + STATE(840), 1, + sym_type_arguments, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(2212), 3, + ACTIONS(1046), 6, + anon_sym_yield, anon_sym_open, anon_sym_module, + anon_sym_with, + anon_sym_sealed, anon_sym_record, - STATE(865), 4, - sym__annotation, - sym_marker_annotation, - sym_annotation, - aux_sym_array_creation_expression_repeat1, - [20398] = 10, - ACTIONS(95), 1, - anon_sym_LT, - ACTIONS(293), 1, - anon_sym_AT, - ACTIONS(2240), 1, - anon_sym_LBRACK, - ACTIONS(2244), 1, - anon_sym_DOT, - STATE(567), 1, - aux_sym_dimensions_repeat1, - STATE(698), 1, - sym_type_arguments, - STATE(1173), 1, - sym_dimensions, - ACTIONS(3), 2, - sym_line_comment, - sym_block_comment, - STATE(393), 2, - sym_dimensions_expr, - aux_sym_array_creation_expression_repeat2, - STATE(873), 4, - sym__annotation, - sym_marker_annotation, - sym_annotation, - aux_sym_array_creation_expression_repeat1, - [20434] = 10, - ACTIONS(95), 1, - anon_sym_LT, - ACTIONS(293), 1, - anon_sym_AT, - ACTIONS(2240), 1, - anon_sym_LBRACK, - ACTIONS(2242), 1, - anon_sym_DOT, - STATE(567), 1, - aux_sym_dimensions_repeat1, - STATE(699), 1, - sym_type_arguments, - STATE(1159), 1, - sym_dimensions, - ACTIONS(3), 2, - sym_line_comment, - sym_block_comment, - STATE(391), 2, - sym_dimensions_expr, - aux_sym_array_creation_expression_repeat2, - STATE(873), 4, - sym__annotation, - sym_marker_annotation, - sym_annotation, - aux_sym_array_creation_expression_repeat1, - [20470] = 9, - ACTIONS(293), 1, - anon_sym_AT, - ACTIONS(1952), 1, - anon_sym_LBRACK, - ACTIONS(2269), 1, - anon_sym_LPAREN, - STATE(567), 1, - aux_sym_dimensions_repeat1, - STATE(783), 1, - sym_formal_parameters, - STATE(916), 1, - sym_dimensions, - ACTIONS(3), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(2271), 3, - anon_sym_EQ, - anon_sym_COMMA, - anon_sym_SEMI, - STATE(865), 4, - sym__annotation, - sym_marker_annotation, - sym_annotation, - aux_sym_array_creation_expression_repeat1, - [20504] = 9, - ACTIONS(2273), 1, + [21428] = 9, + ACTIONS(2265), 1, anon_sym_RBRACE, - ACTIONS(2275), 1, + ACTIONS(2267), 1, anon_sym_requires, - ACTIONS(2277), 1, + ACTIONS(2269), 1, anon_sym_exports, - ACTIONS(2279), 1, + ACTIONS(2271), 1, anon_sym_opens, - ACTIONS(2281), 1, + ACTIONS(2273), 1, anon_sym_uses, - ACTIONS(2283), 1, + ACTIONS(2275), 1, anon_sym_provides, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - STATE(767), 2, + STATE(770), 2, sym_module_directive, aux_sym_module_body_repeat1, - STATE(834), 5, + STATE(872), 5, sym_requires_module_directive, sym_exports_module_directive, sym_opens_module_directive, sym_uses_module_directive, sym_provides_module_directive, - [20538] = 10, - ACTIONS(293), 1, + [21462] = 10, + ACTIONS(311), 1, anon_sym_AT, - ACTIONS(1196), 1, + ACTIONS(1126), 1, anon_sym_LPAREN, - ACTIONS(2240), 1, + ACTIONS(2231), 1, anon_sym_LBRACK, - ACTIONS(2242), 1, + ACTIONS(2233), 1, anon_sym_DOT, - STATE(436), 1, + STATE(439), 1, sym_argument_list, - STATE(567), 1, + STATE(522), 1, aux_sym_dimensions_repeat1, - STATE(1187), 1, + STATE(1154), 1, sym_dimensions, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - STATE(395), 2, + STATE(392), 2, sym_dimensions_expr, aux_sym_array_creation_expression_repeat2, - STATE(873), 4, + STATE(891), 4, sym__annotation, sym_marker_annotation, sym_annotation, aux_sym_array_creation_expression_repeat1, - [20574] = 10, - ACTIONS(33), 1, - anon_sym_LBRACE, - ACTIONS(95), 1, - anon_sym_LT, - ACTIONS(2244), 1, - anon_sym_DOT, - ACTIONS(2269), 1, + [21498] = 8, + ACTIONS(2277), 1, + sym_identifier, + STATE(793), 1, + aux_sym_requires_module_directive_repeat1, + STATE(812), 1, + sym_requires_modifier, + STATE(1142), 1, + sym__reserved_identifier, + STATE(1143), 1, + sym_scoped_identifier, + ACTIONS(3), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(2279), 2, + anon_sym_transitive, + anon_sym_static, + ACTIONS(67), 6, + anon_sym_yield, + anon_sym_open, + anon_sym_module, + anon_sym_with, + anon_sym_sealed, + anon_sym_record, + [21530] = 6, + ACTIONS(1314), 1, anon_sym_LPAREN, - STATE(468), 1, - sym_block, - STATE(698), 1, - sym_type_arguments, - STATE(1217), 1, - sym_formal_parameters, + ACTIONS(2281), 1, + anon_sym_DOT, + STATE(526), 1, + sym_record_pattern_body, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1218), 2, + ACTIONS(1325), 3, anon_sym_LBRACK, + anon_sym_COLON_COLON, anon_sym_AT, - ACTIONS(1194), 4, + ACTIONS(1323), 7, + anon_sym_yield, anon_sym_open, anon_sym_module, + anon_sym_with, + anon_sym_sealed, anon_sym_record, sym_identifier, - [20610] = 10, - ACTIONS(293), 1, + [21558] = 9, + ACTIONS(2267), 1, + anon_sym_requires, + ACTIONS(2269), 1, + anon_sym_exports, + ACTIONS(2271), 1, + anon_sym_opens, + ACTIONS(2273), 1, + anon_sym_uses, + ACTIONS(2275), 1, + anon_sym_provides, + ACTIONS(2284), 1, + anon_sym_RBRACE, + ACTIONS(3), 2, + sym_line_comment, + sym_block_comment, + STATE(775), 2, + sym_module_directive, + aux_sym_module_body_repeat1, + STATE(872), 5, + sym_requires_module_directive, + sym_exports_module_directive, + sym_opens_module_directive, + sym_uses_module_directive, + sym_provides_module_directive, + [21592] = 10, + ACTIONS(311), 1, anon_sym_AT, - ACTIONS(1196), 1, + ACTIONS(1126), 1, anon_sym_LPAREN, - ACTIONS(2240), 1, + ACTIONS(2231), 1, anon_sym_LBRACK, - ACTIONS(2242), 1, + ACTIONS(2233), 1, anon_sym_DOT, - STATE(436), 1, + STATE(435), 1, sym_argument_list, - STATE(567), 1, + STATE(522), 1, aux_sym_dimensions_repeat1, - STATE(1187), 1, + STATE(1080), 1, sym_dimensions, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - STATE(778), 2, + STATE(393), 2, sym_dimensions_expr, aux_sym_array_creation_expression_repeat2, - STATE(873), 4, + STATE(891), 4, sym__annotation, sym_marker_annotation, sym_annotation, aux_sym_array_creation_expression_repeat1, - [20646] = 9, - ACTIONS(293), 1, + [21628] = 10, + ACTIONS(311), 1, anon_sym_AT, - ACTIONS(1952), 1, + ACTIONS(1126), 1, + anon_sym_LPAREN, + ACTIONS(2231), 1, anon_sym_LBRACK, - ACTIONS(2265), 1, - sym_identifier, - STATE(567), 1, + ACTIONS(2233), 1, + anon_sym_DOT, + STATE(439), 1, + sym_argument_list, + STATE(522), 1, aux_sym_dimensions_repeat1, - STATE(703), 1, + STATE(1154), 1, sym_dimensions, - STATE(981), 1, - sym__method_declarator, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(2267), 3, - anon_sym_open, - anon_sym_module, - anon_sym_record, - STATE(865), 4, + STATE(781), 2, + sym_dimensions_expr, + aux_sym_array_creation_expression_repeat2, + STATE(891), 4, sym__annotation, sym_marker_annotation, sym_annotation, aux_sym_array_creation_expression_repeat1, - [20680] = 8, - ACTIONS(293), 1, + [21664] = 9, + ACTIONS(311), 1, anon_sym_AT, - ACTIONS(1952), 1, + ACTIONS(1787), 1, anon_sym_LBRACK, - ACTIONS(2287), 1, - anon_sym_PIPE, - STATE(567), 1, + ACTIONS(2215), 1, + anon_sym_LPAREN, + STATE(522), 1, aux_sym_dimensions_repeat1, - STATE(703), 1, + STATE(795), 1, + sym_formal_parameters, + STATE(909), 1, sym_dimensions, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(2285), 4, - anon_sym_open, - anon_sym_module, - anon_sym_record, - sym_identifier, - STATE(865), 4, + ACTIONS(2286), 3, + anon_sym_EQ, + anon_sym_COMMA, + anon_sym_SEMI, + STATE(859), 4, sym__annotation, sym_marker_annotation, sym_annotation, aux_sym_array_creation_expression_repeat1, - [20712] = 10, - ACTIONS(95), 1, - anon_sym_LT, - ACTIONS(293), 1, + [21698] = 7, + ACTIONS(311), 1, anon_sym_AT, - ACTIONS(2240), 1, + ACTIONS(1787), 1, anon_sym_LBRACK, - ACTIONS(2244), 1, - anon_sym_DOT, - STATE(567), 1, + STATE(522), 1, aux_sym_dimensions_repeat1, - STATE(698), 1, - sym_type_arguments, - STATE(1173), 1, + STATE(909), 1, sym_dimensions, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - STATE(774), 2, - sym_dimensions_expr, - aux_sym_array_creation_expression_repeat2, - STATE(873), 4, + STATE(859), 4, sym__annotation, sym_marker_annotation, sym_annotation, aux_sym_array_creation_expression_repeat1, - [20748] = 9, - ACTIONS(2275), 1, + ACTIONS(2286), 5, + anon_sym_RPAREN, + anon_sym_EQ, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_SEMI, + [21728] = 9, + ACTIONS(2288), 1, + anon_sym_RBRACE, + ACTIONS(2290), 1, anon_sym_requires, - ACTIONS(2277), 1, + ACTIONS(2293), 1, anon_sym_exports, - ACTIONS(2279), 1, + ACTIONS(2296), 1, anon_sym_opens, - ACTIONS(2281), 1, + ACTIONS(2299), 1, anon_sym_uses, - ACTIONS(2283), 1, + ACTIONS(2302), 1, anon_sym_provides, - ACTIONS(2289), 1, - anon_sym_RBRACE, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - STATE(757), 2, + STATE(775), 2, sym_module_directive, aux_sym_module_body_repeat1, - STATE(834), 5, + STATE(872), 5, sym_requires_module_directive, sym_exports_module_directive, sym_opens_module_directive, sym_uses_module_directive, sym_provides_module_directive, - [20782] = 9, - ACTIONS(293), 1, + [21762] = 10, + ACTIONS(311), 1, anon_sym_AT, - ACTIONS(1952), 1, + ACTIONS(1126), 1, + anon_sym_LPAREN, + ACTIONS(2231), 1, anon_sym_LBRACK, - ACTIONS(2291), 1, - sym_identifier, - ACTIONS(2293), 1, - sym_this, - STATE(567), 1, + ACTIONS(2233), 1, + anon_sym_DOT, + STATE(435), 1, + sym_argument_list, + STATE(522), 1, aux_sym_dimensions_repeat1, - STATE(703), 1, + STATE(1080), 1, sym_dimensions, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1368), 3, - anon_sym_RPAREN, - anon_sym_AMP, - anon_sym_COLON_COLON, - STATE(865), 4, + STATE(784), 2, + sym_dimensions_expr, + aux_sym_array_creation_expression_repeat2, + STATE(891), 4, sym__annotation, sym_marker_annotation, sym_annotation, aux_sym_array_creation_expression_repeat1, - [20816] = 9, - ACTIONS(293), 1, + [21798] = 7, + ACTIONS(2305), 1, + sym_identifier, + STATE(768), 1, + aux_sym_requires_module_directive_repeat1, + STATE(812), 1, + sym_requires_modifier, + ACTIONS(3), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(2279), 2, + anon_sym_transitive, + anon_sym_static, + STATE(1173), 2, + sym_scoped_identifier, + sym__reserved_identifier, + ACTIONS(67), 6, + anon_sym_yield, + anon_sym_open, + anon_sym_module, + anon_sym_with, + anon_sym_sealed, + anon_sym_record, + [21828] = 8, + ACTIONS(311), 1, anon_sym_AT, - ACTIONS(1952), 1, + ACTIONS(1787), 1, anon_sym_LBRACK, - ACTIONS(2269), 1, + ACTIONS(2307), 1, anon_sym_LPAREN, - STATE(567), 1, + STATE(522), 1, aux_sym_dimensions_repeat1, - STATE(784), 1, - sym_formal_parameters, - STATE(917), 1, + STATE(909), 1, sym_dimensions, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(2295), 3, + ACTIONS(2286), 3, anon_sym_EQ, anon_sym_COMMA, anon_sym_SEMI, - STATE(865), 4, + STATE(859), 4, sym__annotation, sym_marker_annotation, sym_annotation, aux_sym_array_creation_expression_repeat1, - [20850] = 9, - ACTIONS(2297), 1, - anon_sym_RBRACE, - ACTIONS(2299), 1, - anon_sym_requires, - ACTIONS(2302), 1, - anon_sym_exports, - ACTIONS(2305), 1, - anon_sym_opens, - ACTIONS(2308), 1, - anon_sym_uses, - ACTIONS(2311), 1, - anon_sym_provides, - ACTIONS(3), 2, - sym_line_comment, - sym_block_comment, - STATE(767), 2, - sym_module_directive, - aux_sym_module_body_repeat1, - STATE(834), 5, - sym_requires_module_directive, - sym_exports_module_directive, - sym_opens_module_directive, - sym_uses_module_directive, - sym_provides_module_directive, - [20884] = 7, - ACTIONS(293), 1, + [21859] = 8, + ACTIONS(311), 1, anon_sym_AT, - ACTIONS(1952), 1, + ACTIONS(2231), 1, anon_sym_LBRACK, - STATE(567), 1, - aux_sym_dimensions_repeat1, - STATE(916), 1, + STATE(500), 1, sym_dimensions, - ACTIONS(3), 2, - sym_line_comment, - sym_block_comment, - STATE(865), 4, - sym__annotation, - sym_marker_annotation, - sym_annotation, - aux_sym_array_creation_expression_repeat1, - ACTIONS(2271), 5, - anon_sym_RPAREN, - anon_sym_EQ, - anon_sym_COMMA, - anon_sym_COLON, - anon_sym_SEMI, - [20914] = 7, - ACTIONS(293), 1, - anon_sym_AT, - ACTIONS(1952), 1, - anon_sym_LBRACK, - STATE(567), 1, + STATE(522), 1, aux_sym_dimensions_repeat1, - STATE(917), 1, - sym_dimensions, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - STATE(865), 4, + ACTIONS(1341), 2, + anon_sym_DOT, + anon_sym_COLON_COLON, + STATE(412), 2, + sym_dimensions_expr, + aux_sym_array_creation_expression_repeat2, + STATE(891), 4, sym__annotation, sym_marker_annotation, sym_annotation, aux_sym_array_creation_expression_repeat1, - ACTIONS(2295), 5, - anon_sym_RPAREN, - anon_sym_EQ, - anon_sym_COMMA, - anon_sym_COLON, - anon_sym_SEMI, - [20944] = 8, - ACTIONS(293), 1, + [21890] = 8, + ACTIONS(311), 1, anon_sym_AT, - ACTIONS(1952), 1, + ACTIONS(2231), 1, anon_sym_LBRACK, - ACTIONS(2314), 1, - anon_sym_LPAREN, - STATE(567), 1, - aux_sym_dimensions_repeat1, - STATE(917), 1, + STATE(480), 1, sym_dimensions, + STATE(522), 1, + aux_sym_dimensions_repeat1, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(2295), 3, - anon_sym_EQ, - anon_sym_COMMA, - anon_sym_SEMI, - STATE(865), 4, + ACTIONS(1345), 2, + anon_sym_DOT, + anon_sym_COLON_COLON, + STATE(412), 2, + sym_dimensions_expr, + aux_sym_array_creation_expression_repeat2, + STATE(891), 4, sym__annotation, sym_marker_annotation, sym_annotation, aux_sym_array_creation_expression_repeat1, - [20975] = 4, - ACTIONS(2252), 1, - anon_sym_DOT, - ACTIONS(3), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(1407), 5, - anon_sym_open, - anon_sym_module, - anon_sym_record, - sym_this, - sym_identifier, - ACTIONS(1409), 6, - anon_sym_RPAREN, - anon_sym_AMP, - anon_sym_LBRACK, - anon_sym_COLON_COLON, + [21921] = 8, + ACTIONS(311), 1, anon_sym_AT, - anon_sym_DOT_DOT_DOT, - [20998] = 8, - ACTIONS(293), 1, - anon_sym_AT, - ACTIONS(2240), 1, + ACTIONS(2231), 1, anon_sym_LBRACK, - STATE(511), 1, + STATE(473), 1, sym_dimensions, - STATE(567), 1, + STATE(522), 1, aux_sym_dimensions_repeat1, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1374), 2, + ACTIONS(1331), 2, anon_sym_DOT, anon_sym_COLON_COLON, - STATE(401), 2, + STATE(412), 2, sym_dimensions_expr, aux_sym_array_creation_expression_repeat2, - STATE(873), 4, + STATE(891), 4, sym__annotation, sym_marker_annotation, sym_annotation, aux_sym_array_creation_expression_repeat1, - [21029] = 9, - ACTIONS(293), 1, + [21952] = 9, + ACTIONS(311), 1, anon_sym_AT, - ACTIONS(1196), 1, + ACTIONS(1126), 1, anon_sym_LPAREN, - ACTIONS(2240), 1, + ACTIONS(2231), 1, anon_sym_LBRACK, - STATE(436), 1, + STATE(435), 1, sym_argument_list, - STATE(567), 1, + STATE(522), 1, aux_sym_dimensions_repeat1, - STATE(1187), 1, + STATE(1080), 1, sym_dimensions, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - STATE(778), 2, + STATE(784), 2, sym_dimensions_expr, aux_sym_array_creation_expression_repeat2, - STATE(873), 4, + STATE(891), 4, sym__annotation, sym_marker_annotation, sym_annotation, aux_sym_array_creation_expression_repeat1, - [21062] = 8, - ACTIONS(293), 1, + [21985] = 6, + ACTIONS(1314), 1, + anon_sym_LPAREN, + ACTIONS(2233), 1, + anon_sym_DOT, + STATE(526), 1, + sym_record_pattern_body, + ACTIONS(3), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(1325), 2, + anon_sym_LBRACK, + anon_sym_AT, + ACTIONS(1323), 7, + anon_sym_yield, + anon_sym_open, + anon_sym_module, + anon_sym_with, + anon_sym_sealed, + anon_sym_record, + sym_identifier, + [22012] = 8, + ACTIONS(311), 1, anon_sym_AT, - ACTIONS(2240), 1, + ACTIONS(2231), 1, anon_sym_LBRACK, - STATE(482), 1, + STATE(488), 1, sym_dimensions, - STATE(567), 1, + STATE(522), 1, aux_sym_dimensions_repeat1, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1362), 2, + ACTIONS(1337), 2, anon_sym_DOT, anon_sym_COLON_COLON, - STATE(401), 2, + STATE(412), 2, sym_dimensions_expr, aux_sym_array_creation_expression_repeat2, - STATE(873), 4, + STATE(891), 4, sym__annotation, sym_marker_annotation, sym_annotation, aux_sym_array_creation_expression_repeat1, - [21093] = 8, - ACTIONS(293), 1, + [22043] = 8, + ACTIONS(99), 1, + anon_sym_LT, + ACTIONS(2259), 1, + sym_identifier, + ACTIONS(2261), 1, + sym_this, + ACTIONS(2263), 1, + sym_super, + STATE(431), 1, + sym__reserved_identifier, + STATE(840), 1, + sym_type_arguments, + ACTIONS(3), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(1046), 6, + anon_sym_yield, + anon_sym_open, + anon_sym_module, + anon_sym_with, + anon_sym_sealed, + anon_sym_record, + [22074] = 9, + ACTIONS(311), 1, anon_sym_AT, - ACTIONS(2240), 1, + ACTIONS(1126), 1, + anon_sym_LPAREN, + ACTIONS(2231), 1, anon_sym_LBRACK, - STATE(489), 1, - sym_dimensions, - STATE(567), 1, + STATE(435), 1, + sym_argument_list, + STATE(522), 1, aux_sym_dimensions_repeat1, + STATE(1080), 1, + sym_dimensions, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1352), 2, - anon_sym_DOT, - anon_sym_COLON_COLON, - STATE(401), 2, + STATE(393), 2, sym_dimensions_expr, aux_sym_array_creation_expression_repeat2, - STATE(873), 4, + STATE(891), 4, sym__annotation, sym_marker_annotation, sym_annotation, aux_sym_array_creation_expression_repeat1, - [21124] = 9, - ACTIONS(293), 1, + [22107] = 9, + ACTIONS(311), 1, anon_sym_AT, - ACTIONS(1196), 1, + ACTIONS(1126), 1, anon_sym_LPAREN, - ACTIONS(2240), 1, + ACTIONS(2231), 1, anon_sym_LBRACK, - STATE(436), 1, + STATE(439), 1, sym_argument_list, - STATE(567), 1, + STATE(522), 1, aux_sym_dimensions_repeat1, - STATE(1187), 1, + STATE(1154), 1, sym_dimensions, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - STATE(395), 2, + STATE(392), 2, sym_dimensions_expr, aux_sym_array_creation_expression_repeat2, - STATE(873), 4, + STATE(891), 4, sym__annotation, sym_marker_annotation, sym_annotation, aux_sym_array_creation_expression_repeat1, - [21157] = 8, - ACTIONS(293), 1, + [22140] = 8, + ACTIONS(311), 1, anon_sym_AT, - ACTIONS(1952), 1, + ACTIONS(1787), 1, anon_sym_LBRACK, - ACTIONS(2316), 1, + ACTIONS(2309), 1, anon_sym_LPAREN, - STATE(567), 1, + STATE(522), 1, aux_sym_dimensions_repeat1, - STATE(917), 1, + STATE(909), 1, sym_dimensions, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(2295), 3, + ACTIONS(2286), 3, anon_sym_EQ, anon_sym_COMMA, anon_sym_SEMI, - STATE(865), 4, + STATE(859), 4, sym__annotation, sym_marker_annotation, sym_annotation, aux_sym_array_creation_expression_repeat1, - [21188] = 8, - ACTIONS(293), 1, + [22171] = 9, + ACTIONS(311), 1, anon_sym_AT, - ACTIONS(2240), 1, + ACTIONS(1126), 1, + anon_sym_LPAREN, + ACTIONS(2231), 1, anon_sym_LBRACK, - STATE(469), 1, - sym_dimensions, - STATE(567), 1, + STATE(439), 1, + sym_argument_list, + STATE(522), 1, aux_sym_dimensions_repeat1, + STATE(1154), 1, + sym_dimensions, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1370), 2, - anon_sym_DOT, - anon_sym_COLON_COLON, - STATE(401), 2, + STATE(781), 2, sym_dimensions_expr, aux_sym_array_creation_expression_repeat2, - STATE(873), 4, + STATE(891), 4, sym__annotation, sym_marker_annotation, sym_annotation, aux_sym_array_creation_expression_repeat1, - [21219] = 8, - ACTIONS(293), 1, - anon_sym_AT, - ACTIONS(1952), 1, - anon_sym_LBRACK, - ACTIONS(2318), 1, - anon_sym_DOT, - STATE(567), 1, - aux_sym_dimensions_repeat1, - STATE(917), 1, - sym_dimensions, + [22204] = 8, + ACTIONS(99), 1, + anon_sym_LT, + ACTIONS(2237), 1, + sym_identifier, + ACTIONS(2241), 1, + sym_this, + ACTIONS(2243), 1, + sym_super, + STATE(371), 1, + sym__reserved_identifier, + STATE(840), 1, + sym_type_arguments, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(2295), 2, - anon_sym_RPAREN, - anon_sym_COMMA, - STATE(865), 4, - sym__annotation, - sym_marker_annotation, - sym_annotation, - aux_sym_array_creation_expression_repeat1, - [21249] = 8, - ACTIONS(293), 1, - anon_sym_AT, - ACTIONS(2240), 1, - anon_sym_LBRACK, - ACTIONS(2242), 1, - anon_sym_DOT, - STATE(567), 1, - aux_sym_dimensions_repeat1, - STATE(1159), 1, - sym_dimensions, + ACTIONS(67), 6, + anon_sym_yield, + anon_sym_open, + anon_sym_module, + anon_sym_with, + anon_sym_sealed, + anon_sym_record, + [22235] = 7, + ACTIONS(99), 1, + anon_sym_LT, + ACTIONS(2311), 1, + sym_identifier, + ACTIONS(2313), 1, + sym_this, + STATE(370), 1, + sym__reserved_identifier, + STATE(834), 1, + sym_type_arguments, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - STATE(391), 2, - sym_dimensions_expr, - aux_sym_array_creation_expression_repeat2, - STATE(873), 4, - sym__annotation, - sym_marker_annotation, - sym_annotation, - aux_sym_array_creation_expression_repeat1, - [21279] = 9, - ACTIONS(293), 1, + ACTIONS(67), 6, + anon_sym_yield, + anon_sym_open, + anon_sym_module, + anon_sym_with, + anon_sym_sealed, + anon_sym_record, + [22263] = 9, + ACTIONS(311), 1, anon_sym_AT, - ACTIONS(1952), 1, + ACTIONS(1787), 1, anon_sym_LBRACK, - ACTIONS(2320), 1, + ACTIONS(2315), 1, anon_sym_default, - ACTIONS(2322), 1, + ACTIONS(2317), 1, anon_sym_SEMI, - STATE(567), 1, + STATE(522), 1, aux_sym_dimensions_repeat1, - STATE(1062), 1, + STATE(980), 1, sym_dimensions, - STATE(1270), 1, + STATE(1257), 1, sym__default_value, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - STATE(865), 4, + STATE(859), 4, sym__annotation, sym_marker_annotation, sym_annotation, aux_sym_array_creation_expression_repeat1, - [21311] = 8, - ACTIONS(293), 1, - anon_sym_AT, - ACTIONS(2240), 1, - anon_sym_LBRACK, - ACTIONS(2242), 1, - anon_sym_DOT, - STATE(567), 1, - aux_sym_dimensions_repeat1, - STATE(1159), 1, - sym_dimensions, + [22295] = 5, + STATE(793), 1, + aux_sym_requires_module_directive_repeat1, + STATE(812), 1, + sym_requires_modifier, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - STATE(775), 2, - sym_dimensions_expr, - aux_sym_array_creation_expression_repeat2, - STATE(873), 4, - sym__annotation, - sym_marker_annotation, - sym_annotation, - aux_sym_array_creation_expression_repeat1, - [21341] = 7, - ACTIONS(293), 1, + ACTIONS(2321), 2, + anon_sym_transitive, + anon_sym_static, + ACTIONS(2319), 7, + anon_sym_yield, + anon_sym_open, + anon_sym_module, + anon_sym_with, + anon_sym_sealed, + anon_sym_record, + sym_identifier, + [22319] = 9, + ACTIONS(311), 1, anon_sym_AT, - ACTIONS(1952), 1, + ACTIONS(1787), 1, anon_sym_LBRACK, - STATE(567), 1, + ACTIONS(2255), 1, + sym_identifier, + ACTIONS(2257), 1, + sym_this, + STATE(522), 1, aux_sym_dimensions_repeat1, - STATE(1042), 1, + STATE(683), 1, sym_dimensions, + STATE(1024), 1, + aux_sym_receiver_parameter_repeat1, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(2324), 3, - anon_sym_LBRACE, - anon_sym_SEMI, - anon_sym_throws, - STATE(865), 4, + STATE(859), 4, sym__annotation, sym_marker_annotation, sym_annotation, aux_sym_array_creation_expression_repeat1, - [21369] = 7, - ACTIONS(293), 1, + [22351] = 7, + ACTIONS(311), 1, anon_sym_AT, - ACTIONS(1952), 1, + ACTIONS(1787), 1, anon_sym_LBRACK, - STATE(567), 1, + STATE(522), 1, aux_sym_dimensions_repeat1, - STATE(1034), 1, + STATE(1063), 1, sym_dimensions, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(2326), 3, + ACTIONS(2324), 3, anon_sym_LBRACE, anon_sym_SEMI, anon_sym_throws, - STATE(865), 4, + STATE(859), 4, sym__annotation, sym_marker_annotation, sym_annotation, aux_sym_array_creation_expression_repeat1, - [21397] = 8, - ACTIONS(95), 1, + [22379] = 7, + ACTIONS(99), 1, anon_sym_LT, - ACTIONS(2244), 1, - anon_sym_DOT, - ACTIONS(2269), 1, - anon_sym_LPAREN, - STATE(698), 1, + ACTIONS(2326), 1, + sym_identifier, + ACTIONS(2328), 1, + sym_this, + STATE(437), 1, + sym__reserved_identifier, + STATE(834), 1, sym_type_arguments, - STATE(1123), 1, - sym_formal_parameters, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1218), 2, - anon_sym_LBRACK, - anon_sym_AT, - ACTIONS(1194), 4, + ACTIONS(1046), 6, + anon_sym_yield, anon_sym_open, anon_sym_module, + anon_sym_with, + anon_sym_sealed, anon_sym_record, - sym_identifier, - [21427] = 9, - ACTIONS(293), 1, + [22407] = 8, + ACTIONS(311), 1, + anon_sym_AT, + ACTIONS(1787), 1, + anon_sym_LBRACK, + ACTIONS(2330), 1, + anon_sym_DOT, + STATE(522), 1, + aux_sym_dimensions_repeat1, + STATE(909), 1, + sym_dimensions, + ACTIONS(3), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(2286), 2, + anon_sym_RPAREN, + anon_sym_COMMA, + STATE(859), 4, + sym__annotation, + sym_marker_annotation, + sym_annotation, + aux_sym_array_creation_expression_repeat1, + [22437] = 9, + ACTIONS(311), 1, anon_sym_AT, - ACTIONS(1952), 1, + ACTIONS(1787), 1, anon_sym_LBRACK, - ACTIONS(2320), 1, + ACTIONS(2315), 1, anon_sym_default, - ACTIONS(2328), 1, + ACTIONS(2332), 1, anon_sym_SEMI, - STATE(567), 1, + STATE(522), 1, aux_sym_dimensions_repeat1, - STATE(1026), 1, + STATE(1005), 1, sym_dimensions, - STATE(1244), 1, + STATE(1185), 1, sym__default_value, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - STATE(865), 4, + STATE(859), 4, sym__annotation, sym_marker_annotation, sym_annotation, aux_sym_array_creation_expression_repeat1, - [21459] = 9, - ACTIONS(95), 1, - anon_sym_LT, - ACTIONS(2330), 1, + [22469] = 6, + ACTIONS(2167), 1, sym_identifier, - ACTIONS(2332), 1, - anon_sym_new, - ACTIONS(2336), 1, - sym_this, - ACTIONS(2338), 1, - sym_super, - STATE(479), 1, - sym__unqualified_object_creation_expression, - STATE(992), 1, - sym_type_arguments, + STATE(774), 1, + sym__reserved_identifier, + STATE(964), 1, + sym__variable_declarator_id, + STATE(1114), 1, + sym_variable_declarator, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(2334), 3, + ACTIONS(1046), 6, + anon_sym_yield, anon_sym_open, anon_sym_module, + anon_sym_with, + anon_sym_sealed, anon_sym_record, - [21490] = 11, - ACTIONS(1058), 1, + [22494] = 6, + ACTIONS(2167), 1, + sym_identifier, + STATE(774), 1, + sym__reserved_identifier, + STATE(964), 1, + sym__variable_declarator_id, + STATE(1113), 1, + sym_variable_declarator, + ACTIONS(3), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(1046), 6, + anon_sym_yield, + anon_sym_open, + anon_sym_module, + anon_sym_with, + anon_sym_sealed, + anon_sym_record, + [22519] = 11, + ACTIONS(1054), 1, anon_sym_LT, - ACTIONS(1490), 1, + ACTIONS(1457), 1, anon_sym_LBRACE, - ACTIONS(2340), 1, + ACTIONS(2334), 1, anon_sym_extends, - ACTIONS(2342), 1, + ACTIONS(2336), 1, anon_sym_implements, - ACTIONS(2344), 1, + ACTIONS(2338), 1, anon_sym_permits, - STATE(234), 1, + STATE(237), 1, sym_class_body, - STATE(805), 1, + STATE(833), 1, sym_type_parameters, - STATE(847), 1, + STATE(881), 1, sym_superclass, - STATE(976), 1, + STATE(921), 1, sym_super_interfaces, - STATE(1143), 1, + STATE(1071), 1, sym_permits, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [21525] = 7, - ACTIONS(293), 1, - anon_sym_AT, - ACTIONS(2240), 1, - anon_sym_LBRACK, - STATE(567), 1, - aux_sym_dimensions_repeat1, - STATE(1159), 1, - sym_dimensions, - ACTIONS(3), 2, - sym_line_comment, - sym_block_comment, - STATE(391), 2, - sym_dimensions_expr, - aux_sym_array_creation_expression_repeat2, - STATE(873), 4, - sym__annotation, - sym_marker_annotation, - sym_annotation, - aux_sym_array_creation_expression_repeat1, - [21552] = 8, - ACTIONS(293), 1, - anon_sym_AT, - ACTIONS(1952), 1, - anon_sym_LBRACK, - ACTIONS(2291), 1, + [22554] = 6, + ACTIONS(2167), 1, sym_identifier, - ACTIONS(2293), 1, - sym_this, - STATE(567), 1, - aux_sym_dimensions_repeat1, - STATE(703), 1, - sym_dimensions, + STATE(774), 1, + sym__reserved_identifier, + STATE(964), 1, + sym__variable_declarator_id, + STATE(1103), 1, + sym_variable_declarator, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - STATE(865), 4, - sym__annotation, - sym_marker_annotation, - sym_annotation, - aux_sym_array_creation_expression_repeat1, - [21581] = 9, - ACTIONS(95), 1, - anon_sym_LT, - ACTIONS(2332), 1, - anon_sym_new, - ACTIONS(2346), 1, + ACTIONS(1046), 6, + anon_sym_yield, + anon_sym_open, + anon_sym_module, + anon_sym_with, + anon_sym_sealed, + anon_sym_record, + [22579] = 5, + ACTIONS(2340), 1, sym_identifier, - ACTIONS(2350), 1, - sym_this, - ACTIONS(2352), 1, - sym_super, - STATE(479), 1, - sym__unqualified_object_creation_expression, - STATE(923), 1, - sym_type_arguments, + ACTIONS(2342), 1, + anon_sym_static, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(2348), 3, + STATE(1134), 2, + sym_scoped_identifier, + sym__reserved_identifier, + ACTIONS(67), 6, + anon_sym_yield, anon_sym_open, anon_sym_module, + anon_sym_with, + anon_sym_sealed, anon_sym_record, - [21612] = 11, - ACTIONS(1058), 1, + [22602] = 11, + ACTIONS(1054), 1, anon_sym_LT, - ACTIONS(1490), 1, + ACTIONS(1457), 1, anon_sym_LBRACE, - ACTIONS(2340), 1, + ACTIONS(2334), 1, anon_sym_extends, - ACTIONS(2342), 1, + ACTIONS(2336), 1, anon_sym_implements, - ACTIONS(2344), 1, + ACTIONS(2338), 1, anon_sym_permits, - STATE(206), 1, + STATE(219), 1, sym_class_body, - STATE(803), 1, + STATE(835), 1, sym_type_parameters, - STATE(823), 1, + STATE(882), 1, sym_superclass, - STATE(973), 1, + STATE(912), 1, sym_super_interfaces, - STATE(1165), 1, + STATE(1155), 1, sym_permits, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [21647] = 9, - ACTIONS(95), 1, - anon_sym_LT, - ACTIONS(2332), 1, - anon_sym_new, - ACTIONS(2346), 1, - sym_identifier, - ACTIONS(2350), 1, - sym_this, - ACTIONS(2354), 1, - sym_super, - STATE(479), 1, - sym__unqualified_object_creation_expression, - STATE(992), 1, - sym_type_arguments, - ACTIONS(3), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(2348), 3, - anon_sym_open, - anon_sym_module, - anon_sym_record, - [21678] = 7, - ACTIONS(293), 1, + [22637] = 8, + ACTIONS(311), 1, anon_sym_AT, - ACTIONS(2240), 1, + ACTIONS(1310), 1, + anon_sym_COLON_COLON, + ACTIONS(1787), 1, anon_sym_LBRACK, - STATE(567), 1, + ACTIONS(2169), 1, + anon_sym_DOT, + STATE(522), 1, aux_sym_dimensions_repeat1, - STATE(1159), 1, + STATE(683), 1, sym_dimensions, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - STATE(775), 2, - sym_dimensions_expr, - aux_sym_array_creation_expression_repeat2, - STATE(873), 4, + STATE(859), 4, sym__annotation, sym_marker_annotation, sym_annotation, aux_sym_array_creation_expression_repeat1, - [21705] = 8, - ACTIONS(293), 1, - anon_sym_AT, - ACTIONS(1360), 1, - anon_sym_COLON_COLON, - ACTIONS(1952), 1, - anon_sym_LBRACK, - ACTIONS(2220), 1, - anon_sym_DOT, - STATE(567), 1, - aux_sym_dimensions_repeat1, - STATE(703), 1, - sym_dimensions, + [22666] = 4, + ACTIONS(2208), 1, + anon_sym_PIPE, + STATE(816), 1, + aux_sym_catch_type_repeat1, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - STATE(865), 4, - sym__annotation, - sym_marker_annotation, - sym_annotation, - aux_sym_array_creation_expression_repeat1, - [21734] = 7, - ACTIONS(2356), 1, + ACTIONS(2344), 7, + anon_sym_yield, + anon_sym_open, + anon_sym_module, + anon_sym_with, + anon_sym_sealed, + anon_sym_record, + sym_identifier, + [22686] = 4, + ACTIONS(2346), 1, sym_identifier, - STATE(798), 1, - aux_sym_requires_module_directive_repeat1, - STATE(827), 1, - sym_requires_modifier, - STATE(1197), 1, - sym_scoped_identifier, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(2360), 2, - anon_sym_transitive, - anon_sym_static, - ACTIONS(2358), 3, + STATE(1028), 2, + sym_scoped_identifier, + sym__reserved_identifier, + ACTIONS(67), 6, + anon_sym_yield, anon_sym_open, anon_sym_module, + anon_sym_with, + anon_sym_sealed, anon_sym_record, - [21760] = 2, + [22706] = 4, + ACTIONS(2348), 1, + sym_identifier, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(1360), 9, - anon_sym_RPAREN, - anon_sym_AMP, - anon_sym_GT, - anon_sym_COMMA, - anon_sym_COLON_COLON, - anon_sym_LBRACE, - anon_sym_SEMI, - anon_sym_implements, - anon_sym_permits, - [21776] = 9, - ACTIONS(2362), 1, - sym_identifier, - ACTIONS(2364), 1, + STATE(1025), 2, + sym_scoped_identifier, + sym__reserved_identifier, + ACTIONS(67), 6, + anon_sym_yield, anon_sym_open, - ACTIONS(2366), 1, anon_sym_module, - ACTIONS(2368), 1, + anon_sym_with, + anon_sym_sealed, anon_sym_record, - STATE(800), 1, - aux_sym_requires_module_directive_repeat1, - STATE(827), 1, - sym_requires_modifier, - STATE(1198), 1, + [22726] = 4, + ACTIONS(2350), 1, + sym_identifier, + ACTIONS(3), 2, + sym_line_comment, + sym_block_comment, + STATE(426), 2, sym_scoped_identifier, + sym__reserved_identifier, + ACTIONS(67), 6, + anon_sym_yield, + anon_sym_open, + anon_sym_module, + anon_sym_with, + anon_sym_sealed, + anon_sym_record, + [22746] = 4, + ACTIONS(2352), 1, + sym_identifier, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(2360), 2, - anon_sym_transitive, - anon_sym_static, - [21806] = 8, - ACTIONS(2370), 1, - anon_sym_RBRACE, - ACTIONS(2372), 1, - anon_sym_case, - ACTIONS(2374), 1, - anon_sym_default, - STATE(2), 1, - aux_sym_switch_block_statement_group_repeat1, - STATE(1168), 1, - sym_switch_label, + STATE(1144), 2, + sym_scoped_identifier, + sym__reserved_identifier, + ACTIONS(67), 6, + anon_sym_yield, + anon_sym_open, + anon_sym_module, + anon_sym_with, + anon_sym_sealed, + anon_sym_record, + [22766] = 4, + ACTIONS(2354), 1, + sym_identifier, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - STATE(813), 2, - sym_switch_block_statement_group, - aux_sym_switch_block_repeat1, - STATE(882), 2, - sym_switch_rule, - aux_sym_switch_block_repeat2, - [21834] = 5, - STATE(800), 1, - aux_sym_requires_module_directive_repeat1, - STATE(827), 1, - sym_requires_modifier, + STATE(996), 2, + sym_scoped_identifier, + sym__reserved_identifier, + ACTIONS(67), 6, + anon_sym_yield, + anon_sym_open, + anon_sym_module, + anon_sym_with, + anon_sym_sealed, + anon_sym_record, + [22786] = 2, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(2378), 2, - anon_sym_transitive, - anon_sym_static, - ACTIONS(2376), 4, + ACTIONS(2356), 9, + anon_sym_yield, anon_sym_open, anon_sym_module, + anon_sym_transitive, + anon_sym_static, + anon_sym_with, + anon_sym_sealed, anon_sym_record, sym_identifier, - [21855] = 7, - ACTIONS(95), 1, - anon_sym_LT, - ACTIONS(2330), 1, + [22802] = 4, + ACTIONS(2358), 1, sym_identifier, - ACTIONS(2336), 1, - sym_this, - ACTIONS(2338), 1, - sym_super, - STATE(992), 1, - sym_type_arguments, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(2334), 3, + STATE(676), 2, + sym_scoped_identifier, + sym__reserved_identifier, + ACTIONS(2360), 6, + anon_sym_yield, anon_sym_open, anon_sym_module, + anon_sym_with, + anon_sym_sealed, anon_sym_record, - [21880] = 6, - ACTIONS(2381), 1, - anon_sym_DQUOTE_DQUOTE_DQUOTE, - ACTIONS(2383), 1, - aux_sym__multiline_string_fragment_token1, - ACTIONS(2386), 1, - aux_sym__multiline_string_fragment_token2, - ACTIONS(2389), 2, - aux_sym__escape_sequence_token1, - sym_escape_sequence, - ACTIONS(2392), 2, - sym_line_comment, - sym_block_comment, - STATE(802), 3, - sym__multiline_string_fragment, - sym__escape_sequence, - aux_sym__multiline_string_literal_repeat1, - [21903] = 9, - ACTIONS(1490), 1, - anon_sym_LBRACE, - ACTIONS(2340), 1, - anon_sym_extends, - ACTIONS(2342), 1, - anon_sym_implements, - ACTIONS(2344), 1, - anon_sym_permits, - STATE(231), 1, - sym_class_body, - STATE(863), 1, - sym_superclass, - STATE(957), 1, - sym_super_interfaces, - STATE(1167), 1, - sym_permits, + [22822] = 5, + ACTIONS(2362), 1, + sym_identifier, + ACTIONS(2364), 1, + sym_super, + STATE(1179), 1, + sym__reserved_identifier, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [21932] = 6, - ACTIONS(2394), 1, - anon_sym_DQUOTE_DQUOTE_DQUOTE, - ACTIONS(2396), 1, - aux_sym__multiline_string_fragment_token1, - ACTIONS(2398), 1, - aux_sym__multiline_string_fragment_token2, - ACTIONS(2392), 2, + ACTIONS(67), 6, + anon_sym_yield, + anon_sym_open, + anon_sym_module, + anon_sym_with, + anon_sym_sealed, + anon_sym_record, + [22844] = 4, + ACTIONS(2366), 1, + sym_identifier, + ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(2400), 2, - aux_sym__escape_sequence_token1, - sym_escape_sequence, - STATE(802), 3, - sym__multiline_string_fragment, - sym__escape_sequence, - aux_sym__multiline_string_literal_repeat1, - [21955] = 9, - ACTIONS(1490), 1, - anon_sym_LBRACE, - ACTIONS(2340), 1, - anon_sym_extends, - ACTIONS(2342), 1, - anon_sym_implements, - ACTIONS(2344), 1, - anon_sym_permits, - STATE(200), 1, - sym_class_body, - STATE(867), 1, - sym_superclass, - STATE(1002), 1, - sym_super_interfaces, - STATE(1222), 1, - sym_permits, + STATE(1178), 2, + sym_scoped_identifier, + sym__reserved_identifier, + ACTIONS(67), 6, + anon_sym_yield, + anon_sym_open, + anon_sym_module, + anon_sym_with, + anon_sym_sealed, + anon_sym_record, + [22864] = 4, + ACTIONS(2368), 1, + anon_sym_PIPE, + STATE(816), 1, + aux_sym_catch_type_repeat1, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [21984] = 7, - ACTIONS(95), 1, - anon_sym_LT, - ACTIONS(2346), 1, + ACTIONS(2219), 7, + anon_sym_yield, + anon_sym_open, + anon_sym_module, + anon_sym_with, + anon_sym_sealed, + anon_sym_record, sym_identifier, - ACTIONS(2350), 1, - sym_this, - ACTIONS(2354), 1, - sym_super, - STATE(992), 1, - sym_type_arguments, + [22884] = 2, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(2348), 3, + ACTIONS(2371), 9, + anon_sym_yield, anon_sym_open, anon_sym_module, + anon_sym_transitive, + anon_sym_static, + anon_sym_with, + anon_sym_sealed, anon_sym_record, - [22009] = 6, - ACTIONS(2396), 1, - aux_sym__multiline_string_fragment_token1, - ACTIONS(2398), 1, - aux_sym__multiline_string_fragment_token2, - ACTIONS(2402), 1, - anon_sym_DQUOTE_DQUOTE_DQUOTE, - ACTIONS(2392), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(2404), 2, - aux_sym__escape_sequence_token1, - sym_escape_sequence, - STATE(804), 3, - sym__multiline_string_fragment, - sym__escape_sequence, - aux_sym__multiline_string_literal_repeat1, - [22032] = 9, - ACTIONS(1058), 1, - anon_sym_LT, - ACTIONS(2344), 1, - anon_sym_permits, - ACTIONS(2406), 1, - anon_sym_extends, - ACTIONS(2408), 1, - anon_sym_LBRACE, - STATE(211), 1, - sym_interface_body, - STATE(822), 1, - sym_type_parameters, - STATE(970), 1, - sym_extends_interfaces, - STATE(1122), 1, - sym_permits, + sym_identifier, + [22900] = 4, + ACTIONS(2373), 1, + sym_identifier, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [22061] = 9, - ACTIONS(1058), 1, - anon_sym_LT, - ACTIONS(2344), 1, - anon_sym_permits, - ACTIONS(2406), 1, - anon_sym_extends, - ACTIONS(2408), 1, - anon_sym_LBRACE, - STATE(267), 1, - sym_interface_body, - STATE(877), 1, - sym_type_parameters, - STATE(991), 1, - sym_extends_interfaces, - STATE(1224), 1, - sym_permits, + STATE(917), 2, + sym_scoped_identifier, + sym__reserved_identifier, + ACTIONS(67), 6, + anon_sym_yield, + anon_sym_open, + anon_sym_module, + anon_sym_with, + anon_sym_sealed, + anon_sym_record, + [22920] = 4, + ACTIONS(2375), 1, + sym_identifier, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [22090] = 6, - ACTIONS(1196), 1, - anon_sym_LPAREN, - ACTIONS(1490), 1, - anon_sym_LBRACE, - STATE(924), 1, - sym_argument_list, - STATE(1036), 1, - sym_class_body, + STATE(1121), 2, + sym_scoped_identifier, + sym__reserved_identifier, + ACTIONS(67), 6, + anon_sym_yield, + anon_sym_open, + anon_sym_module, + anon_sym_with, + anon_sym_sealed, + anon_sym_record, + [22940] = 4, + ACTIONS(2377), 1, + sym_identifier, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(2410), 3, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_SEMI, - [22112] = 2, + STATE(918), 2, + sym_scoped_identifier, + sym__reserved_identifier, + ACTIONS(67), 6, + anon_sym_yield, + anon_sym_open, + anon_sym_module, + anon_sym_with, + anon_sym_sealed, + anon_sym_record, + [22960] = 5, + ACTIONS(2167), 1, + sym_identifier, + STATE(774), 1, + sym__reserved_identifier, + STATE(1224), 1, + sym__variable_declarator_id, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(2412), 7, - anon_sym_DASH_GT, - anon_sym_LBRACK, - anon_sym_LBRACE, - anon_sym_SEMI, - anon_sym_AT, - anon_sym_implements, - anon_sym_throws, - [22126] = 2, + ACTIONS(1046), 6, + anon_sym_yield, + anon_sym_open, + anon_sym_module, + anon_sym_with, + anon_sym_sealed, + anon_sym_record, + [22982] = 4, + ACTIONS(2379), 1, + sym_identifier, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(2414), 7, - anon_sym_DASH_GT, - anon_sym_LBRACK, - anon_sym_LBRACE, - anon_sym_SEMI, - anon_sym_AT, - anon_sym_implements, - anon_sym_throws, - [22140] = 7, - ACTIONS(2374), 1, - anon_sym_default, - ACTIONS(2416), 1, + STATE(919), 2, + sym_scoped_identifier, + sym__reserved_identifier, + ACTIONS(67), 6, + anon_sym_yield, + anon_sym_open, + anon_sym_module, + anon_sym_with, + anon_sym_sealed, + anon_sym_record, + [23002] = 8, + ACTIONS(2381), 1, anon_sym_RBRACE, - ACTIONS(2418), 1, + ACTIONS(2383), 1, anon_sym_case, + ACTIONS(2385), 1, + anon_sym_default, STATE(2), 1, aux_sym_switch_block_statement_group_repeat1, - STATE(1308), 1, + STATE(1085), 1, sym_switch_label, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - STATE(815), 2, + STATE(843), 2, sym_switch_block_statement_group, aux_sym_switch_block_repeat1, - [22164] = 5, - ACTIONS(329), 1, - anon_sym_AT, - ACTIONS(2420), 1, + STATE(883), 2, + sym_switch_rule, + aux_sym_switch_block_repeat2, + [23030] = 4, + ACTIONS(2387), 1, sym_identifier, - STATE(1047), 1, - sym_type_parameter, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - STATE(843), 4, - sym__annotation, - sym_marker_annotation, - sym_annotation, - aux_sym_array_creation_expression_repeat1, - [22184] = 7, - ACTIONS(2422), 1, - anon_sym_RBRACE, - ACTIONS(2424), 1, - anon_sym_case, - ACTIONS(2427), 1, - anon_sym_default, - STATE(2), 1, - aux_sym_switch_block_statement_group_repeat1, - STATE(1308), 1, - sym_switch_label, + STATE(556), 2, + sym_scoped_identifier, + sym__reserved_identifier, + ACTIONS(1046), 6, + anon_sym_yield, + anon_sym_open, + anon_sym_module, + anon_sym_with, + anon_sym_sealed, + anon_sym_record, + [23050] = 4, + ACTIONS(2389), 1, + sym_identifier, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - STATE(815), 2, - sym_switch_block_statement_group, - aux_sym_switch_block_repeat1, - [22208] = 2, + STATE(1133), 2, + sym_scoped_identifier, + sym__reserved_identifier, + ACTIONS(67), 6, + anon_sym_yield, + anon_sym_open, + anon_sym_module, + anon_sym_with, + anon_sym_sealed, + anon_sym_record, + [23070] = 4, + ACTIONS(2391), 1, + sym_identifier, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(2430), 7, - anon_sym_DASH_GT, - anon_sym_LBRACK, - anon_sym_LBRACE, - anon_sym_SEMI, - anon_sym_AT, - anon_sym_implements, - anon_sym_throws, - [22222] = 6, - ACTIONS(1196), 1, - anon_sym_LPAREN, - ACTIONS(1490), 1, - anon_sym_LBRACE, - STATE(903), 1, - sym_argument_list, - STATE(1113), 1, - sym_class_body, + STATE(997), 2, + sym_scoped_identifier, + sym__reserved_identifier, + ACTIONS(67), 6, + anon_sym_yield, + anon_sym_open, + anon_sym_module, + anon_sym_with, + anon_sym_sealed, + anon_sym_record, + [23090] = 5, + ACTIONS(2167), 1, + sym_identifier, + STATE(774), 1, + sym__reserved_identifier, + STATE(1261), 1, + sym__variable_declarator_id, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(2432), 3, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_SEMI, - [22244] = 6, - ACTIONS(95), 1, - anon_sym_LT, - ACTIONS(2434), 1, + ACTIONS(1046), 6, + anon_sym_yield, + anon_sym_open, + anon_sym_module, + anon_sym_with, + anon_sym_sealed, + anon_sym_record, + [23112] = 4, + ACTIONS(2393), 1, sym_identifier, - ACTIONS(2438), 1, - sym_this, - STATE(953), 1, - sym_type_arguments, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(2436), 3, + STATE(1135), 2, + sym_scoped_identifier, + sym__reserved_identifier, + ACTIONS(67), 6, + anon_sym_yield, anon_sym_open, anon_sym_module, + anon_sym_with, + anon_sym_sealed, anon_sym_record, - [22266] = 2, + [23132] = 4, + ACTIONS(2395), 1, + sym_identifier, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(2440), 7, - anon_sym_DASH_GT, - anon_sym_LBRACK, - anon_sym_LBRACE, - anon_sym_SEMI, - anon_sym_AT, - anon_sym_implements, - anon_sym_throws, - [22280] = 6, - ACTIONS(95), 1, - anon_sym_LT, - ACTIONS(2442), 1, + STATE(1001), 2, + sym_scoped_identifier, + sym__reserved_identifier, + ACTIONS(67), 6, + anon_sym_yield, + anon_sym_open, + anon_sym_module, + anon_sym_with, + anon_sym_sealed, + anon_sym_record, + [23152] = 4, + ACTIONS(2397), 1, sym_identifier, - ACTIONS(2446), 1, - sym_this, - STATE(953), 1, - sym_type_arguments, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(2444), 3, + STATE(1035), 2, + sym_scoped_identifier, + sym__reserved_identifier, + ACTIONS(67), 6, + anon_sym_yield, anon_sym_open, anon_sym_module, + anon_sym_with, + anon_sym_sealed, anon_sym_record, - [22302] = 5, - ACTIONS(329), 1, - anon_sym_AT, - ACTIONS(2420), 1, - sym_identifier, - STATE(1151), 1, - sym_type_parameter, + [23172] = 2, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - STATE(843), 4, - sym__annotation, - sym_marker_annotation, - sym_annotation, - aux_sym_array_creation_expression_repeat1, - [22322] = 7, - ACTIONS(2344), 1, - anon_sym_permits, - ACTIONS(2406), 1, - anon_sym_extends, - ACTIONS(2408), 1, + ACTIONS(1310), 9, + anon_sym_RPAREN, + anon_sym_AMP, + anon_sym_GT, + anon_sym_COMMA, + anon_sym_COLON_COLON, anon_sym_LBRACE, - STATE(213), 1, - sym_interface_body, - STATE(963), 1, - sym_extends_interfaces, - STATE(1140), 1, - sym_permits, - ACTIONS(3), 2, + anon_sym_SEMI, + anon_sym_implements, + anon_sym_permits, + [23188] = 6, + ACTIONS(2399), 1, + anon_sym_DQUOTE_DQUOTE_DQUOTE, + ACTIONS(2401), 1, + aux_sym__multiline_string_fragment_token1, + ACTIONS(2403), 1, + aux_sym__multiline_string_fragment_token2, + ACTIONS(2405), 2, + aux_sym__escape_sequence_token1, + sym_escape_sequence, + ACTIONS(2407), 2, sym_line_comment, sym_block_comment, - [22345] = 7, - ACTIONS(1490), 1, + STATE(836), 3, + sym__multiline_string_fragment, + sym__escape_sequence, + aux_sym__multiline_string_literal_repeat1, + [23211] = 9, + ACTIONS(1457), 1, anon_sym_LBRACE, - ACTIONS(2342), 1, + ACTIONS(2334), 1, + anon_sym_extends, + ACTIONS(2336), 1, anon_sym_implements, - ACTIONS(2344), 1, + ACTIONS(2338), 1, anon_sym_permits, - STATE(229), 1, + STATE(251), 1, sym_class_body, - STATE(960), 1, + STATE(889), 1, + sym_superclass, + STATE(938), 1, sym_super_interfaces, - STATE(1161), 1, + STATE(1079), 1, sym_permits, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [22368] = 2, - ACTIONS(3), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(2448), 6, - anon_sym_RBRACE, - anon_sym_requires, - anon_sym_exports, - anon_sym_opens, - anon_sym_uses, - anon_sym_provides, - [22381] = 2, - ACTIONS(3), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(2450), 6, - anon_sym_RBRACE, - anon_sym_requires, - anon_sym_exports, - anon_sym_opens, - anon_sym_uses, - anon_sym_provides, - [22394] = 2, - ACTIONS(3), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(2450), 6, - anon_sym_RBRACE, - anon_sym_requires, - anon_sym_exports, - anon_sym_opens, - anon_sym_uses, - anon_sym_provides, - [22407] = 2, + [23240] = 4, + ACTIONS(2409), 1, + sym_identifier, + STATE(1123), 1, + sym__reserved_identifier, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(2452), 6, + ACTIONS(67), 6, + anon_sym_yield, anon_sym_open, anon_sym_module, - anon_sym_transitive, - anon_sym_static, + anon_sym_with, + anon_sym_sealed, anon_sym_record, - sym_identifier, - [22420] = 2, - ACTIONS(3), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(2448), 6, - anon_sym_RBRACE, - anon_sym_requires, - anon_sym_exports, - anon_sym_opens, - anon_sym_uses, - anon_sym_provides, - [22433] = 4, - ACTIONS(2259), 1, - anon_sym_PIPE, - STATE(860), 1, - aux_sym_catch_type_repeat1, + [23259] = 9, + ACTIONS(1457), 1, + anon_sym_LBRACE, + ACTIONS(2334), 1, + anon_sym_extends, + ACTIONS(2336), 1, + anon_sym_implements, + ACTIONS(2338), 1, + anon_sym_permits, + STATE(229), 1, + sym_class_body, + STATE(888), 1, + sym_superclass, + STATE(942), 1, + sym_super_interfaces, + STATE(1175), 1, + sym_permits, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(2454), 4, - anon_sym_open, - anon_sym_module, - anon_sym_record, - sym_identifier, - [22450] = 4, - ACTIONS(2458), 1, + [23288] = 6, + ACTIONS(2411), 1, + anon_sym_DQUOTE_DQUOTE_DQUOTE, + ACTIONS(2413), 1, aux_sym__multiline_string_fragment_token1, - STATE(868), 1, - aux_sym__multiline_string_fragment_repeat1, - ACTIONS(2392), 2, + ACTIONS(2416), 1, + aux_sym__multiline_string_fragment_token2, + ACTIONS(2407), 2, sym_line_comment, sym_block_comment, - ACTIONS(2456), 4, - anon_sym_DQUOTE_DQUOTE_DQUOTE, - aux_sym__multiline_string_fragment_token2, + ACTIONS(2419), 2, aux_sym__escape_sequence_token1, sym_escape_sequence, - [22467] = 5, - ACTIONS(2218), 1, - sym_identifier, - STATE(962), 1, - sym__variable_declarator_id, - STATE(1164), 1, - sym_variable_declarator, - ACTIONS(3), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(2212), 3, - anon_sym_open, - anon_sym_module, - anon_sym_record, - [22486] = 4, - ACTIONS(2462), 1, + STATE(836), 3, + sym__multiline_string_fragment, + sym__escape_sequence, + aux_sym__multiline_string_literal_repeat1, + [23311] = 6, + ACTIONS(2401), 1, aux_sym__multiline_string_fragment_token1, - STATE(832), 1, - aux_sym__multiline_string_fragment_repeat1, - ACTIONS(2392), 2, + ACTIONS(2403), 1, + aux_sym__multiline_string_fragment_token2, + ACTIONS(2422), 1, + anon_sym_DQUOTE_DQUOTE_DQUOTE, + ACTIONS(2407), 2, sym_line_comment, sym_block_comment, - ACTIONS(2460), 4, - anon_sym_DQUOTE_DQUOTE_DQUOTE, - aux_sym__multiline_string_fragment_token2, + ACTIONS(2424), 2, aux_sym__escape_sequence_token1, sym_escape_sequence, - [22503] = 4, - ACTIONS(329), 1, - anon_sym_AT, - ACTIONS(2465), 1, + STATE(832), 3, + sym__multiline_string_fragment, + sym__escape_sequence, + aux_sym__multiline_string_literal_repeat1, + [23334] = 4, + ACTIONS(2426), 1, sym_identifier, + STATE(1132), 1, + sym__reserved_identifier, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - STATE(705), 4, - sym__annotation, - sym_marker_annotation, - sym_annotation, - aux_sym_array_creation_expression_repeat1, - [22520] = 2, + ACTIONS(67), 6, + anon_sym_yield, + anon_sym_open, + anon_sym_module, + anon_sym_with, + anon_sym_sealed, + anon_sym_record, + [23353] = 9, + ACTIONS(1054), 1, + anon_sym_LT, + ACTIONS(2338), 1, + anon_sym_permits, + ACTIONS(2428), 1, + anon_sym_extends, + ACTIONS(2430), 1, + anon_sym_LBRACE, + STATE(269), 1, + sym_interface_body, + STATE(853), 1, + sym_type_parameters, + STATE(947), 1, + sym_extends_interfaces, + STATE(1170), 1, + sym_permits, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(2467), 6, - anon_sym_RBRACE, - anon_sym_requires, - anon_sym_exports, - anon_sym_opens, - anon_sym_uses, - anon_sym_provides, - [22533] = 2, + [23382] = 4, + ACTIONS(2362), 1, + sym_identifier, + STATE(1179), 1, + sym__reserved_identifier, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(2469), 6, - anon_sym_RBRACE, - anon_sym_requires, - anon_sym_exports, - anon_sym_opens, - anon_sym_uses, - anon_sym_provides, - [22546] = 2, + ACTIONS(67), 6, + anon_sym_yield, + anon_sym_open, + anon_sym_module, + anon_sym_with, + anon_sym_sealed, + anon_sym_record, + [23401] = 9, + ACTIONS(1054), 1, + anon_sym_LT, + ACTIONS(2338), 1, + anon_sym_permits, + ACTIONS(2428), 1, + anon_sym_extends, + ACTIONS(2430), 1, + anon_sym_LBRACE, + STATE(231), 1, + sym_interface_body, + STATE(890), 1, + sym_type_parameters, + STATE(944), 1, + sym_extends_interfaces, + STATE(1146), 1, + sym_permits, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(2471), 6, - anon_sym_RBRACE, - anon_sym_requires, - anon_sym_exports, - anon_sym_opens, - anon_sym_uses, - anon_sym_provides, - [22559] = 4, - ACTIONS(329), 1, + [23430] = 5, + ACTIONS(275), 1, anon_sym_AT, - ACTIONS(2473), 1, + ACTIONS(2432), 1, sym_identifier, + STATE(1048), 1, + sym_type_parameter, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - STATE(705), 4, + STATE(887), 4, sym__annotation, sym_marker_annotation, sym_annotation, aux_sym_array_creation_expression_repeat1, - [22576] = 4, - ACTIONS(329), 1, - anon_sym_AT, - ACTIONS(2475), 1, - sym_identifier, + [23450] = 7, + ACTIONS(2385), 1, + anon_sym_default, + ACTIONS(2434), 1, + anon_sym_RBRACE, + ACTIONS(2436), 1, + anon_sym_case, + STATE(2), 1, + aux_sym_switch_block_statement_group_repeat1, + STATE(1222), 1, + sym_switch_label, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - STATE(705), 4, - sym__annotation, - sym_marker_annotation, - sym_annotation, - aux_sym_array_creation_expression_repeat1, - [22593] = 4, - ACTIONS(2199), 1, - anon_sym_LBRACK, - ACTIONS(2477), 1, - anon_sym_AT, + STATE(845), 2, + sym_switch_block_statement_group, + aux_sym_switch_block_repeat1, + [23474] = 2, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - STATE(839), 4, - sym__annotation, - sym_marker_annotation, - sym_annotation, - aux_sym_array_creation_expression_repeat1, - [22610] = 4, - ACTIONS(329), 1, + ACTIONS(2438), 7, + anon_sym_DASH_GT, + anon_sym_LBRACK, + anon_sym_LBRACE, + anon_sym_SEMI, anon_sym_AT, - ACTIONS(2480), 1, - sym_identifier, - ACTIONS(3), 2, - sym_line_comment, - sym_block_comment, - STATE(833), 4, - sym__annotation, - sym_marker_annotation, - sym_annotation, - aux_sym_array_creation_expression_repeat1, - [22627] = 6, - ACTIONS(2482), 1, + anon_sym_implements, + anon_sym_throws, + [23488] = 7, + ACTIONS(2440), 1, anon_sym_RBRACE, - ACTIONS(2484), 1, + ACTIONS(2442), 1, anon_sym_case, - ACTIONS(2487), 1, + ACTIONS(2445), 1, anon_sym_default, - STATE(1269), 1, + STATE(2), 1, + aux_sym_switch_block_statement_group_repeat1, + STATE(1222), 1, sym_switch_label, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - STATE(841), 2, - sym_switch_rule, - aux_sym_switch_block_repeat2, - [22648] = 2, + STATE(845), 2, + sym_switch_block_statement_group, + aux_sym_switch_block_repeat1, + [23512] = 2, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(2490), 6, - anon_sym_RBRACE, - anon_sym_requires, - anon_sym_exports, - anon_sym_opens, - anon_sym_uses, - anon_sym_provides, - [22661] = 4, - ACTIONS(329), 1, + ACTIONS(2448), 7, + anon_sym_DASH_GT, + anon_sym_LBRACK, + anon_sym_LBRACE, + anon_sym_SEMI, anon_sym_AT, - ACTIONS(2492), 1, - sym_identifier, - ACTIONS(3), 2, - sym_line_comment, - sym_block_comment, - STATE(705), 4, - sym__annotation, - sym_marker_annotation, - sym_annotation, - aux_sym_array_creation_expression_repeat1, - [22678] = 2, - ACTIONS(3), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(2494), 6, - anon_sym_RBRACE, - anon_sym_requires, - anon_sym_exports, - anon_sym_opens, - anon_sym_uses, - anon_sym_provides, - [22691] = 5, - ACTIONS(2218), 1, - sym_identifier, - STATE(962), 1, - sym__variable_declarator_id, - STATE(1130), 1, - sym_variable_declarator, - ACTIONS(3), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(2212), 3, - anon_sym_open, - anon_sym_module, - anon_sym_record, - [22710] = 2, + anon_sym_implements, + anon_sym_throws, + [23526] = 2, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(2496), 6, - anon_sym_RBRACE, - anon_sym_requires, - anon_sym_exports, - anon_sym_opens, - anon_sym_uses, - anon_sym_provides, - [22723] = 7, - ACTIONS(1490), 1, + ACTIONS(2450), 7, + anon_sym_DASH_GT, + anon_sym_LBRACK, anon_sym_LBRACE, - ACTIONS(2342), 1, + anon_sym_SEMI, + anon_sym_AT, anon_sym_implements, - ACTIONS(2344), 1, - anon_sym_permits, - STATE(199), 1, + anon_sym_throws, + [23540] = 6, + ACTIONS(1126), 1, + anon_sym_LPAREN, + ACTIONS(1457), 1, + anon_sym_LBRACE, + STATE(911), 1, + sym_argument_list, + STATE(1069), 1, sym_class_body, - STATE(989), 1, - sym_super_interfaces, - STATE(1219), 1, - sym_permits, - ACTIONS(3), 2, - sym_line_comment, - sym_block_comment, - [22746] = 2, - ACTIONS(3), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(2498), 6, - anon_sym_RBRACE, - anon_sym_requires, - anon_sym_exports, - anon_sym_opens, - anon_sym_uses, - anon_sym_provides, - [22759] = 2, - ACTIONS(3), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(2500), 6, - anon_sym_RBRACE, - anon_sym_requires, - anon_sym_exports, - anon_sym_opens, - anon_sym_uses, - anon_sym_provides, - [22772] = 2, - ACTIONS(3), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(2502), 6, - anon_sym_RBRACE, - anon_sym_requires, - anon_sym_exports, - anon_sym_opens, - anon_sym_uses, - anon_sym_provides, - [22785] = 2, - ACTIONS(3), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(2504), 6, - anon_sym_RBRACE, - anon_sym_requires, - anon_sym_exports, - anon_sym_opens, - anon_sym_uses, - anon_sym_provides, - [22798] = 2, - ACTIONS(3), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(2506), 6, - anon_sym_RBRACE, - anon_sym_requires, - anon_sym_exports, - anon_sym_opens, - anon_sym_uses, - anon_sym_provides, - [22811] = 2, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(2508), 6, - anon_sym_RBRACE, - anon_sym_requires, - anon_sym_exports, - anon_sym_opens, - anon_sym_uses, - anon_sym_provides, - [22824] = 2, - ACTIONS(3), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(2510), 6, + ACTIONS(2452), 3, + anon_sym_COMMA, anon_sym_RBRACE, - anon_sym_requires, - anon_sym_exports, - anon_sym_opens, - anon_sym_uses, - anon_sym_provides, - [22837] = 2, + anon_sym_SEMI, + [23562] = 2, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(2512), 6, - anon_sym_RBRACE, - anon_sym_requires, - anon_sym_exports, - anon_sym_opens, - anon_sym_uses, - anon_sym_provides, - [22850] = 2, + ACTIONS(2454), 7, + anon_sym_DASH_GT, + anon_sym_LBRACK, + anon_sym_LBRACE, + anon_sym_SEMI, + anon_sym_AT, + anon_sym_implements, + anon_sym_throws, + [23576] = 6, + ACTIONS(1126), 1, + anon_sym_LPAREN, + ACTIONS(1457), 1, + anon_sym_LBRACE, + STATE(910), 1, + sym_argument_list, + STATE(1043), 1, + sym_class_body, ACTIONS(3), 2, sym_line_comment, - sym_block_comment, - ACTIONS(2514), 6, - anon_sym_RBRACE, - anon_sym_requires, - anon_sym_exports, - anon_sym_opens, - anon_sym_uses, - anon_sym_provides, - [22863] = 4, - ACTIONS(329), 1, + sym_block_comment, + ACTIONS(2456), 3, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_SEMI, + [23598] = 5, + ACTIONS(275), 1, anon_sym_AT, - ACTIONS(2516), 1, + ACTIONS(2432), 1, sym_identifier, + STATE(1125), 1, + sym_type_parameter, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - STATE(837), 4, + STATE(887), 4, sym__annotation, sym_marker_annotation, sym_annotation, aux_sym_array_creation_expression_repeat1, - [22880] = 2, + [23618] = 2, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(2518), 6, + ACTIONS(2458), 6, anon_sym_RBRACE, anon_sym_requires, anon_sym_exports, anon_sym_opens, anon_sym_uses, anon_sym_provides, - [22893] = 2, + [23631] = 7, + ACTIONS(2338), 1, + anon_sym_permits, + ACTIONS(2428), 1, + anon_sym_extends, + ACTIONS(2430), 1, + anon_sym_LBRACE, + STATE(238), 1, + sym_interface_body, + STATE(930), 1, + sym_extends_interfaces, + STATE(1176), 1, + sym_permits, + ACTIONS(3), 2, + sym_line_comment, + sym_block_comment, + [23654] = 2, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(2520), 6, + ACTIONS(2460), 6, anon_sym_RBRACE, anon_sym_requires, anon_sym_exports, anon_sym_opens, anon_sym_uses, anon_sym_provides, - [22906] = 4, - ACTIONS(2522), 1, - anon_sym_PIPE, - STATE(860), 1, - aux_sym_catch_type_repeat1, - ACTIONS(3), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(2285), 4, - anon_sym_open, - anon_sym_module, - anon_sym_record, - sym_identifier, - [22923] = 2, + [23667] = 2, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(2525), 6, + ACTIONS(2462), 6, anon_sym_RBRACE, anon_sym_requires, anon_sym_exports, anon_sym_opens, anon_sym_uses, anon_sym_provides, - [22936] = 2, + [23680] = 2, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(2527), 6, + ACTIONS(2464), 6, anon_sym_RBRACE, anon_sym_requires, anon_sym_exports, anon_sym_opens, anon_sym_uses, anon_sym_provides, - [22949] = 7, - ACTIONS(1490), 1, - anon_sym_LBRACE, - ACTIONS(2342), 1, - anon_sym_implements, - ACTIONS(2344), 1, - anon_sym_permits, - STATE(175), 1, - sym_class_body, - STATE(968), 1, - sym_super_interfaces, - STATE(1124), 1, - sym_permits, - ACTIONS(3), 2, - sym_line_comment, - sym_block_comment, - [22972] = 4, - ACTIONS(329), 1, - anon_sym_AT, - ACTIONS(2529), 1, - sym_identifier, - ACTIONS(3), 2, - sym_line_comment, - sym_block_comment, - STATE(875), 4, - sym__annotation, - sym_marker_annotation, - sym_annotation, - aux_sym_array_creation_expression_repeat1, - [22989] = 4, - ACTIONS(293), 1, - anon_sym_AT, - ACTIONS(2531), 1, - anon_sym_LBRACK, - ACTIONS(3), 2, - sym_line_comment, - sym_block_comment, - STATE(839), 4, - sym__annotation, - sym_marker_annotation, - sym_annotation, - aux_sym_array_creation_expression_repeat1, - [23006] = 4, - ACTIONS(329), 1, - anon_sym_AT, - ACTIONS(2533), 1, - sym_identifier, - ACTIONS(3), 2, - sym_line_comment, - sym_block_comment, - STATE(838), 4, - sym__annotation, - sym_marker_annotation, - sym_annotation, - aux_sym_array_creation_expression_repeat1, - [23023] = 7, - ACTIONS(1490), 1, - anon_sym_LBRACE, - ACTIONS(2342), 1, - anon_sym_implements, - ACTIONS(2344), 1, - anon_sym_permits, - STATE(254), 1, - sym_class_body, - STATE(966), 1, - sym_super_interfaces, - STATE(1152), 1, - sym_permits, - ACTIONS(3), 2, - sym_line_comment, - sym_block_comment, - [23046] = 4, - ACTIONS(2537), 1, + [23693] = 4, + ACTIONS(2468), 1, aux_sym__multiline_string_fragment_token1, - STATE(832), 1, + STATE(857), 1, aux_sym__multiline_string_fragment_repeat1, - ACTIONS(2392), 2, + ACTIONS(2407), 2, sym_line_comment, sym_block_comment, - ACTIONS(2535), 4, + ACTIONS(2466), 4, anon_sym_DQUOTE_DQUOTE_DQUOTE, aux_sym__multiline_string_fragment_token2, aux_sym__escape_sequence_token1, sym_escape_sequence, - [23063] = 5, - ACTIONS(2218), 1, - sym_identifier, - STATE(962), 1, - sym__variable_declarator_id, - STATE(1155), 1, - sym_variable_declarator, - ACTIONS(3), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(2212), 3, - anon_sym_open, - anon_sym_module, - anon_sym_record, - [23082] = 4, - ACTIONS(293), 1, + [23710] = 4, + ACTIONS(275), 1, anon_sym_AT, - ACTIONS(2539), 1, - anon_sym_LBRACK, + ACTIONS(2471), 1, + sym_identifier, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - STATE(839), 4, + STATE(711), 4, sym__annotation, sym_marker_annotation, sym_annotation, aux_sym_array_creation_expression_repeat1, - [23099] = 4, - ACTIONS(293), 1, + [23727] = 4, + ACTIONS(311), 1, anon_sym_AT, - ACTIONS(2541), 1, + ACTIONS(2473), 1, anon_sym_LBRACK, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - STATE(839), 4, + STATE(870), 4, sym__annotation, sym_marker_annotation, sym_annotation, aux_sym_array_creation_expression_repeat1, - [23116] = 2, - ACTIONS(3), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(2543), 6, - anon_sym_RBRACE, - anon_sym_requires, - anon_sym_exports, - anon_sym_opens, - anon_sym_uses, - anon_sym_provides, - [23129] = 4, - ACTIONS(293), 1, + [23744] = 4, + ACTIONS(275), 1, anon_sym_AT, - ACTIONS(2545), 1, - anon_sym_LBRACK, + ACTIONS(2475), 1, + sym_identifier, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - STATE(839), 4, + STATE(858), 4, sym__annotation, sym_marker_annotation, sym_annotation, aux_sym_array_creation_expression_repeat1, - [23146] = 2, + [23761] = 2, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(2547), 6, + ACTIONS(2462), 6, anon_sym_RBRACE, anon_sym_requires, anon_sym_exports, anon_sym_opens, anon_sym_uses, anon_sym_provides, - [23159] = 4, - ACTIONS(329), 1, - anon_sym_AT, - ACTIONS(2549), 1, - sym_identifier, - ACTIONS(3), 2, - sym_line_comment, - sym_block_comment, - STATE(705), 4, - sym__annotation, - sym_marker_annotation, - sym_annotation, - aux_sym_array_creation_expression_repeat1, - [23176] = 2, + [23774] = 2, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(2448), 6, + ACTIONS(2462), 6, anon_sym_RBRACE, anon_sym_requires, anon_sym_exports, anon_sym_opens, anon_sym_uses, anon_sym_provides, - [23189] = 7, - ACTIONS(2344), 1, - anon_sym_permits, - ACTIONS(2406), 1, - anon_sym_extends, - ACTIONS(2408), 1, - anon_sym_LBRACE, - STATE(183), 1, - sym_interface_body, - STATE(987), 1, - sym_extends_interfaces, - STATE(1195), 1, - sym_permits, + [23787] = 6, + ACTIONS(2477), 1, + anon_sym_RBRACE, + ACTIONS(2479), 1, + anon_sym_case, + ACTIONS(2482), 1, + anon_sym_default, + STATE(1248), 1, + sym_switch_label, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [23212] = 2, + STATE(863), 2, + sym_switch_rule, + aux_sym_switch_block_repeat2, + [23808] = 4, + ACTIONS(311), 1, + anon_sym_AT, + ACTIONS(2485), 1, + anon_sym_LBRACK, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(2551), 6, - anon_sym_open, - anon_sym_module, - anon_sym_transitive, - anon_sym_static, - anon_sym_record, - sym_identifier, - [23225] = 2, + STATE(870), 4, + sym__annotation, + sym_marker_annotation, + sym_annotation, + aux_sym_array_creation_expression_repeat1, + [23825] = 2, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(2553), 6, + ACTIONS(2487), 6, anon_sym_RBRACE, anon_sym_requires, anon_sym_exports, anon_sym_opens, anon_sym_uses, anon_sym_provides, - [23238] = 2, + [23838] = 4, + ACTIONS(275), 1, + anon_sym_AT, + ACTIONS(2489), 1, + sym_identifier, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(2555), 6, - anon_sym_RBRACE, - anon_sym_requires, - anon_sym_exports, - anon_sym_opens, - anon_sym_uses, - anon_sym_provides, - [23251] = 2, + STATE(878), 4, + sym__annotation, + sym_marker_annotation, + sym_annotation, + aux_sym_array_creation_expression_repeat1, + [23855] = 2, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(2557), 6, + ACTIONS(2491), 6, anon_sym_RBRACE, anon_sym_requires, anon_sym_exports, anon_sym_opens, anon_sym_uses, anon_sym_provides, - [23264] = 6, - ACTIONS(2372), 1, - anon_sym_case, - ACTIONS(2374), 1, - anon_sym_default, - ACTIONS(2416), 1, - anon_sym_RBRACE, - STATE(1269), 1, - sym_switch_label, - ACTIONS(3), 2, + [23868] = 4, + ACTIONS(2495), 1, + aux_sym__multiline_string_fragment_token1, + STATE(857), 1, + aux_sym__multiline_string_fragment_repeat1, + ACTIONS(2407), 2, sym_line_comment, sym_block_comment, - STATE(841), 2, - sym_switch_rule, - aux_sym_switch_block_repeat2, - [23285] = 5, - ACTIONS(2559), 1, + ACTIONS(2493), 4, + anon_sym_DQUOTE_DQUOTE_DQUOTE, + aux_sym__multiline_string_fragment_token2, + aux_sym__escape_sequence_token1, + sym_escape_sequence, + [23885] = 4, + ACTIONS(275), 1, + anon_sym_AT, + ACTIONS(2497), 1, sym_identifier, - ACTIONS(2563), 1, - anon_sym_static, - STATE(1182), 1, - sym_scoped_identifier, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(2561), 3, - anon_sym_open, - anon_sym_module, - anon_sym_record, - [23304] = 4, - ACTIONS(293), 1, - anon_sym_AT, - ACTIONS(2565), 1, + STATE(880), 4, + sym__annotation, + sym_marker_annotation, + sym_annotation, + aux_sym_array_creation_expression_repeat1, + [23902] = 4, + ACTIONS(2187), 1, anon_sym_LBRACK, + ACTIONS(2499), 1, + anon_sym_AT, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - STATE(839), 4, + STATE(870), 4, sym__annotation, sym_marker_annotation, sym_annotation, aux_sym_array_creation_expression_repeat1, - [23321] = 2, - ACTIONS(3), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(2567), 6, - anon_sym_RBRACE, - anon_sym_requires, - anon_sym_exports, - anon_sym_opens, - anon_sym_uses, - anon_sym_provides, - [23334] = 2, - ACTIONS(3), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(2569), 6, - anon_sym_RBRACE, - anon_sym_requires, - anon_sym_exports, - anon_sym_opens, - anon_sym_uses, - anon_sym_provides, - [23347] = 2, + [23919] = 2, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(2571), 6, + ACTIONS(2502), 6, anon_sym_RBRACE, anon_sym_requires, anon_sym_exports, anon_sym_opens, anon_sym_uses, anon_sym_provides, - [23360] = 2, + [23932] = 2, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(2573), 6, + ACTIONS(2504), 6, anon_sym_RBRACE, anon_sym_requires, anon_sym_exports, anon_sym_opens, anon_sym_uses, anon_sym_provides, - [23373] = 2, + [23945] = 2, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(2575), 6, + ACTIONS(2506), 6, anon_sym_RBRACE, anon_sym_requires, anon_sym_exports, anon_sym_opens, anon_sym_uses, anon_sym_provides, - [23386] = 2, + [23958] = 2, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(2577), 6, + ACTIONS(2508), 6, anon_sym_RBRACE, anon_sym_requires, anon_sym_exports, anon_sym_opens, anon_sym_uses, anon_sym_provides, - [23399] = 2, + [23971] = 4, + ACTIONS(275), 1, + anon_sym_AT, + ACTIONS(2510), 1, + sym_identifier, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(2579), 6, - anon_sym_RBRACE, - anon_sym_requires, - anon_sym_exports, - anon_sym_opens, - anon_sym_uses, - anon_sym_provides, - [23412] = 2, + STATE(884), 4, + sym__annotation, + sym_marker_annotation, + sym_annotation, + aux_sym_array_creation_expression_repeat1, + [23988] = 2, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(2581), 6, + ACTIONS(2512), 6, anon_sym_RBRACE, anon_sym_requires, anon_sym_exports, anon_sym_opens, anon_sym_uses, anon_sym_provides, - [23425] = 2, + [24001] = 2, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(2583), 6, + ACTIONS(2514), 6, anon_sym_RBRACE, anon_sym_requires, anon_sym_exports, anon_sym_opens, anon_sym_uses, anon_sym_provides, - [23438] = 4, - ACTIONS(2585), 1, - sym_identifier, - STATE(945), 1, - sym_scoped_identifier, - ACTIONS(3), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(2587), 3, - anon_sym_open, - anon_sym_module, - anon_sym_record, - [23454] = 4, - ACTIONS(2589), 1, - sym_identifier, - STATE(1069), 1, - sym_scoped_identifier, - ACTIONS(3), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(2591), 3, - anon_sym_open, - anon_sym_module, - anon_sym_record, - [23470] = 4, - ACTIONS(1196), 1, - anon_sym_LPAREN, - STATE(499), 1, - sym_argument_list, - ACTIONS(3), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(1299), 3, - anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_COLON_COLON, - [23486] = 4, - ACTIONS(2593), 1, - sym_identifier, - STATE(943), 1, - sym_scoped_identifier, - ACTIONS(3), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(2595), 3, - anon_sym_open, - anon_sym_module, - anon_sym_record, - [23502] = 6, - ACTIONS(95), 1, - anon_sym_LT, - ACTIONS(1196), 1, - anon_sym_LPAREN, - ACTIONS(2242), 1, - anon_sym_DOT, - STATE(429), 1, - sym_argument_list, - STATE(699), 1, - sym_type_arguments, - ACTIONS(3), 2, - sym_line_comment, - sym_block_comment, - [23522] = 6, - ACTIONS(2030), 1, - anon_sym_SEMI, - ACTIONS(2597), 1, - anon_sym_COMMA, - ACTIONS(2599), 1, - anon_sym_RBRACE, - STATE(922), 1, - aux_sym_enum_body_repeat1, - STATE(1238), 1, - sym_enum_body_declarations, - ACTIONS(3), 2, - sym_line_comment, - sym_block_comment, - [23542] = 6, - ACTIONS(95), 1, - anon_sym_LT, - ACTIONS(1196), 1, - anon_sym_LPAREN, - ACTIONS(2244), 1, - anon_sym_DOT, - STATE(434), 1, - sym_argument_list, - STATE(698), 1, - sym_type_arguments, - ACTIONS(3), 2, - sym_line_comment, - sym_block_comment, - [23562] = 4, - STATE(1160), 1, - sym__wildcard_bounds, - ACTIONS(3), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(2601), 2, - anon_sym_GT, - anon_sym_COMMA, - ACTIONS(2603), 2, - anon_sym_extends, - sym_super, - [23578] = 4, - ACTIONS(2605), 1, - sym_identifier, - STATE(1174), 1, - sym_scoped_identifier, - ACTIONS(3), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(2607), 3, - anon_sym_open, - anon_sym_module, - anon_sym_record, - [23594] = 4, - ACTIONS(1490), 1, - anon_sym_LBRACE, - STATE(1111), 1, - sym_class_body, - ACTIONS(3), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(2609), 3, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_SEMI, - [23610] = 4, - ACTIONS(2611), 1, - sym_identifier, - STATE(1171), 1, - sym_scoped_identifier, - ACTIONS(3), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(2613), 3, - anon_sym_open, - anon_sym_module, - anon_sym_record, - [23626] = 4, - ACTIONS(2615), 1, - sym_identifier, - STATE(1011), 1, - sym_scoped_identifier, - ACTIONS(3), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(2617), 3, - anon_sym_open, - anon_sym_module, - anon_sym_record, - [23642] = 4, - ACTIONS(2619), 1, - sym_identifier, - STATE(1055), 1, - sym_scoped_identifier, - ACTIONS(3), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(2621), 3, - anon_sym_open, - anon_sym_module, - anon_sym_record, - [23658] = 4, - ACTIONS(2623), 1, - sym_identifier, - STATE(551), 1, - sym_scoped_identifier, - ACTIONS(3), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(2625), 3, - anon_sym_open, - anon_sym_module, - anon_sym_record, - [23674] = 6, - ACTIONS(95), 1, - anon_sym_LT, - ACTIONS(1196), 1, - anon_sym_LPAREN, - ACTIONS(2242), 1, - anon_sym_DOT, - STATE(436), 1, - sym_argument_list, - STATE(699), 1, - sym_type_arguments, - ACTIONS(3), 2, - sym_line_comment, - sym_block_comment, - [23694] = 4, - ACTIONS(2627), 1, - sym_identifier, - STATE(1023), 1, - sym_scoped_identifier, - ACTIONS(3), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(2629), 3, - anon_sym_open, - anon_sym_module, - anon_sym_record, - [23710] = 4, - ACTIONS(2631), 1, - sym_identifier, - STATE(1225), 1, - sym_scoped_identifier, - ACTIONS(3), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(2633), 3, - anon_sym_open, - anon_sym_module, - anon_sym_record, - [23726] = 4, - ACTIONS(2635), 1, - sym_identifier, - STATE(1234), 1, - sym_scoped_identifier, - ACTIONS(3), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(2637), 3, - anon_sym_open, - anon_sym_module, - anon_sym_record, - [23742] = 3, - ACTIONS(3), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(2250), 2, - anon_sym_RPAREN, - anon_sym_SEMI, - ACTIONS(1198), 3, - anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_COLON_COLON, - [23756] = 4, - ACTIONS(2639), 1, - sym_identifier, - STATE(949), 1, - sym_scoped_identifier, - ACTIONS(3), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(2641), 3, - anon_sym_open, - anon_sym_module, - anon_sym_record, - [23772] = 4, - ACTIONS(2643), 1, - sym_identifier, - STATE(934), 1, - sym_scoped_identifier, - ACTIONS(3), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(2645), 3, - anon_sym_open, - anon_sym_module, - anon_sym_record, - [23788] = 4, - ACTIONS(2647), 1, - sym_identifier, - STATE(947), 1, - sym_scoped_identifier, - ACTIONS(3), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(2649), 3, - anon_sym_open, - anon_sym_module, - anon_sym_record, - [23804] = 2, - ACTIONS(3), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(2651), 5, - anon_sym_RPAREN, - anon_sym_EQ, - anon_sym_COMMA, - anon_sym_COLON, - anon_sym_SEMI, - [23816] = 2, - ACTIONS(3), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(2653), 5, - anon_sym_RPAREN, - anon_sym_EQ, - anon_sym_COMMA, - anon_sym_COLON, - anon_sym_SEMI, - [23828] = 4, - ACTIONS(2655), 1, - sym_identifier, - STATE(941), 1, - sym_scoped_identifier, - ACTIONS(3), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(2657), 3, - anon_sym_open, - anon_sym_module, - anon_sym_record, - [23844] = 4, - ACTIONS(2659), 1, - sym_identifier, - STATE(1044), 1, - sym_scoped_identifier, - ACTIONS(3), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(2661), 3, - anon_sym_open, - anon_sym_module, - anon_sym_record, - [23860] = 5, - ACTIONS(2663), 1, - anon_sym_catch, - ACTIONS(2665), 1, - anon_sym_finally, - STATE(303), 1, - sym_finally_clause, - ACTIONS(3), 2, - sym_line_comment, - sym_block_comment, - STATE(98), 2, - sym_catch_clause, - aux_sym_try_statement_repeat1, - [23878] = 4, - ACTIONS(2667), 1, - sym_identifier, - STATE(1103), 1, - sym_scoped_identifier, - ACTIONS(3), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(2669), 3, - anon_sym_open, - anon_sym_module, - anon_sym_record, - [23894] = 6, - ACTIONS(2030), 1, - anon_sym_SEMI, - ACTIONS(2082), 1, - anon_sym_RBRACE, - ACTIONS(2671), 1, - anon_sym_COMMA, - STATE(938), 1, - aux_sym_enum_body_repeat1, - STATE(1264), 1, - sym_enum_body_declarations, - ACTIONS(3), 2, - sym_line_comment, - sym_block_comment, - [23914] = 4, - ACTIONS(2673), 1, + [24014] = 4, + ACTIONS(275), 1, + anon_sym_AT, + ACTIONS(2516), 1, sym_identifier, - ACTIONS(2677), 1, - sym_super, - ACTIONS(3), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(2675), 3, - anon_sym_open, - anon_sym_module, - anon_sym_record, - [23930] = 4, - ACTIONS(1490), 1, - anon_sym_LBRACE, - STATE(1061), 1, - sym_class_body, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(2679), 3, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_SEMI, - [23946] = 2, - ACTIONS(2392), 2, + STATE(711), 4, + sym__annotation, + sym_marker_annotation, + sym_annotation, + aux_sym_array_creation_expression_repeat1, + [24031] = 4, + ACTIONS(2520), 1, + aux_sym__multiline_string_fragment_token1, + STATE(868), 1, + aux_sym__multiline_string_fragment_repeat1, + ACTIONS(2407), 2, sym_line_comment, sym_block_comment, - ACTIONS(2456), 5, + ACTIONS(2518), 4, anon_sym_DQUOTE_DQUOTE_DQUOTE, - aux_sym__multiline_string_fragment_token1, aux_sym__multiline_string_fragment_token2, aux_sym__escape_sequence_token1, - sym_escape_sequence, - [23958] = 4, - STATE(1179), 1, - sym__wildcard_bounds, + sym_escape_sequence, + [24048] = 4, + ACTIONS(275), 1, + anon_sym_AT, + ACTIONS(2522), 1, + sym_identifier, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(2603), 2, - anon_sym_extends, - sym_super, - ACTIONS(2681), 2, - anon_sym_GT, - anon_sym_COMMA, - [23974] = 4, - ACTIONS(2683), 1, - anon_sym_COMMA, - STATE(927), 1, - aux_sym_type_list_repeat1, + STATE(711), 4, + sym__annotation, + sym_marker_annotation, + sym_annotation, + aux_sym_array_creation_expression_repeat1, + [24065] = 7, + ACTIONS(1457), 1, + anon_sym_LBRACE, + ACTIONS(2336), 1, + anon_sym_implements, + ACTIONS(2338), 1, + anon_sym_permits, + STATE(247), 1, + sym_class_body, + STATE(939), 1, + sym_super_interfaces, + STATE(1081), 1, + sym_permits, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(2686), 3, + [24088] = 7, + ACTIONS(1457), 1, anon_sym_LBRACE, - anon_sym_SEMI, + ACTIONS(2336), 1, + anon_sym_implements, + ACTIONS(2338), 1, anon_sym_permits, - [23990] = 6, - ACTIONS(95), 1, - anon_sym_LT, - ACTIONS(1196), 1, - anon_sym_LPAREN, - ACTIONS(2244), 1, - anon_sym_DOT, - STATE(431), 1, - sym_argument_list, - STATE(698), 1, - sym_type_arguments, + STATE(226), 1, + sym_class_body, + STATE(936), 1, + sym_super_interfaces, + STATE(1098), 1, + sym_permits, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [24010] = 4, - ACTIONS(2688), 1, - sym_identifier, - STATE(676), 1, - sym_scoped_identifier, + [24111] = 6, + ACTIONS(2383), 1, + anon_sym_case, + ACTIONS(2385), 1, + anon_sym_default, + ACTIONS(2434), 1, + anon_sym_RBRACE, + STATE(1248), 1, + sym_switch_label, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(2690), 3, - anon_sym_open, - anon_sym_module, - anon_sym_record, - [24026] = 4, - ACTIONS(2692), 1, + STATE(863), 2, + sym_switch_rule, + aux_sym_switch_block_repeat2, + [24132] = 4, + ACTIONS(275), 1, + anon_sym_AT, + ACTIONS(2524), 1, sym_identifier, - STATE(1166), 1, - sym_scoped_identifier, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(2694), 3, - anon_sym_open, - anon_sym_module, - anon_sym_record, - [24042] = 4, - ACTIONS(2696), 1, - sym_identifier, - STATE(419), 1, - sym_scoped_identifier, + STATE(711), 4, + sym__annotation, + sym_marker_annotation, + sym_annotation, + aux_sym_array_creation_expression_repeat1, + [24149] = 4, + ACTIONS(311), 1, + anon_sym_AT, + ACTIONS(2526), 1, + anon_sym_LBRACK, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(2698), 3, - anon_sym_open, - anon_sym_module, - anon_sym_record, - [24058] = 4, - ACTIONS(2218), 1, - sym_identifier, - STATE(1248), 1, - sym__variable_declarator_id, + STATE(870), 4, + sym__annotation, + sym_marker_annotation, + sym_annotation, + aux_sym_array_creation_expression_repeat1, + [24166] = 4, + ACTIONS(311), 1, + anon_sym_AT, + ACTIONS(2528), 1, + anon_sym_LBRACK, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(2212), 3, - anon_sym_open, - anon_sym_module, - anon_sym_record, - [24074] = 4, - ACTIONS(2218), 1, + STATE(870), 4, + sym__annotation, + sym_marker_annotation, + sym_annotation, + aux_sym_array_creation_expression_repeat1, + [24183] = 4, + ACTIONS(275), 1, + anon_sym_AT, + ACTIONS(2530), 1, sym_identifier, - STATE(1249), 1, - sym__variable_declarator_id, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(2212), 3, - anon_sym_open, - anon_sym_module, - anon_sym_record, - [24090] = 5, - ACTIONS(1448), 1, - anon_sym_DOT, - ACTIONS(2700), 1, - anon_sym_COMMA, - ACTIONS(2702), 1, - anon_sym_SEMI, - STATE(1024), 1, - aux_sym_exports_module_directive_repeat1, + STATE(711), 4, + sym__annotation, + sym_marker_annotation, + sym_annotation, + aux_sym_array_creation_expression_repeat1, + [24200] = 7, + ACTIONS(1457), 1, + anon_sym_LBRACE, + ACTIONS(2336), 1, + anon_sym_implements, + ACTIONS(2338), 1, + anon_sym_permits, + STATE(235), 1, + sym_class_body, + STATE(926), 1, + sym_super_interfaces, + STATE(1115), 1, + sym_permits, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [24107] = 5, - ACTIONS(2342), 1, - anon_sym_implements, - ACTIONS(2704), 1, + [24223] = 7, + ACTIONS(1457), 1, anon_sym_LBRACE, - STATE(207), 1, - sym_enum_body, - STATE(1169), 1, + ACTIONS(2336), 1, + anon_sym_implements, + ACTIONS(2338), 1, + anon_sym_permits, + STATE(273), 1, + sym_class_body, + STATE(953), 1, sym_super_interfaces, + STATE(1106), 1, + sym_permits, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [24124] = 4, - ACTIONS(2706), 1, - anon_sym_DQUOTE, - STATE(1003), 1, - aux_sym__string_literal_repeat1, - ACTIONS(2392), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(2708), 2, - sym_string_fragment, - sym_escape_sequence, - [24139] = 5, - ACTIONS(1649), 1, - anon_sym_COLON_COLON, - ACTIONS(2710), 1, - anon_sym_RPAREN, - ACTIONS(2712), 1, - anon_sym_AMP, - STATE(1050), 1, - aux_sym_cast_expression_repeat1, + [24246] = 7, + ACTIONS(2338), 1, + anon_sym_permits, + ACTIONS(2428), 1, + anon_sym_extends, + ACTIONS(2430), 1, + anon_sym_LBRACE, + STATE(261), 1, + sym_interface_body, + STATE(962), 1, + sym_extends_interfaces, + STATE(1088), 1, + sym_permits, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [24156] = 4, - ACTIONS(2714), 1, - anon_sym_COMMA, - STATE(938), 1, - aux_sym_enum_body_repeat1, + [24269] = 4, + ACTIONS(311), 1, + anon_sym_AT, + ACTIONS(2532), 1, + anon_sym_LBRACK, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(2717), 2, - anon_sym_RBRACE, - anon_sym_SEMI, - [24171] = 5, - ACTIONS(1422), 1, - anon_sym_DOT, - ACTIONS(2700), 1, - anon_sym_COMMA, - ACTIONS(2719), 1, - anon_sym_SEMI, - STATE(1028), 1, - aux_sym_exports_module_directive_repeat1, + STATE(870), 4, + sym__annotation, + sym_marker_annotation, + sym_annotation, + aux_sym_array_creation_expression_repeat1, + [24286] = 4, + ACTIONS(1126), 1, + anon_sym_LPAREN, + STATE(504), 1, + sym_argument_list, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [24188] = 5, - ACTIONS(1422), 1, + ACTIONS(1128), 3, + anon_sym_LBRACK, anon_sym_DOT, - ACTIONS(2700), 1, - anon_sym_COMMA, - ACTIONS(2721), 1, - anon_sym_SEMI, - STATE(1020), 1, - aux_sym_exports_module_directive_repeat1, - ACTIONS(3), 2, - sym_line_comment, - sym_block_comment, - [24205] = 5, - ACTIONS(1448), 1, + anon_sym_COLON_COLON, + [24302] = 6, + ACTIONS(99), 1, + anon_sym_LT, + ACTIONS(1126), 1, + anon_sym_LPAREN, + ACTIONS(2217), 1, anon_sym_DOT, - ACTIONS(2700), 1, - anon_sym_COMMA, - ACTIONS(2723), 1, - anon_sym_SEMI, - STATE(1013), 1, - aux_sym_exports_module_directive_repeat1, + STATE(436), 1, + sym_argument_list, + STATE(680), 1, + sym_type_arguments, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [24222] = 5, - ACTIONS(1422), 1, + [24322] = 6, + ACTIONS(99), 1, + anon_sym_LT, + ACTIONS(1126), 1, + anon_sym_LPAREN, + ACTIONS(2233), 1, anon_sym_DOT, - ACTIONS(2700), 1, - anon_sym_COMMA, - ACTIONS(2725), 1, - anon_sym_SEMI, - STATE(1006), 1, - aux_sym_exports_module_directive_repeat1, + STATE(434), 1, + sym_argument_list, + STATE(672), 1, + sym_type_arguments, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [24239] = 5, - ACTIONS(1448), 1, - anon_sym_DOT, - ACTIONS(2700), 1, - anon_sym_COMMA, - ACTIONS(2727), 1, - anon_sym_SEMI, - STATE(1008), 1, - aux_sym_exports_module_directive_repeat1, + [24342] = 4, + STATE(1096), 1, + sym__wildcard_bounds, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [24256] = 5, - ACTIONS(1422), 1, - anon_sym_DOT, - ACTIONS(2700), 1, + ACTIONS(2534), 2, + anon_sym_GT, anon_sym_COMMA, - ACTIONS(2729), 1, - anon_sym_SEMI, - STATE(1010), 1, - aux_sym_exports_module_directive_repeat1, + ACTIONS(2536), 2, + anon_sym_extends, + sym_super, + [24358] = 4, + STATE(1160), 1, + sym__wildcard_bounds, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [24273] = 5, - ACTIONS(1448), 1, - anon_sym_DOT, - ACTIONS(2700), 1, + ACTIONS(2536), 2, + anon_sym_extends, + sym_super, + ACTIONS(2538), 2, + anon_sym_GT, anon_sym_COMMA, - ACTIONS(2731), 1, - anon_sym_SEMI, - STATE(1012), 1, - aux_sym_exports_module_directive_repeat1, + [24374] = 3, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [24290] = 5, - ACTIONS(1422), 1, - anon_sym_DOT, - ACTIONS(2733), 1, - anon_sym_COMMA, - ACTIONS(2735), 1, + ACTIONS(2210), 2, + anon_sym_RPAREN, anon_sym_SEMI, - STATE(1015), 1, - aux_sym_provides_module_directive_repeat1, - ACTIONS(3), 2, - sym_line_comment, - sym_block_comment, - [24307] = 5, - ACTIONS(1448), 1, + ACTIONS(1128), 3, + anon_sym_LBRACK, anon_sym_DOT, - ACTIONS(2733), 1, - anon_sym_COMMA, - ACTIONS(2737), 1, - anon_sym_SEMI, - STATE(1017), 1, - aux_sym_provides_module_directive_repeat1, + anon_sym_COLON_COLON, + [24388] = 5, + ACTIONS(2540), 1, + anon_sym_catch, + ACTIONS(2542), 1, + anon_sym_finally, + STATE(304), 1, + sym_finally_clause, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [24324] = 5, - ACTIONS(1422), 1, + STATE(121), 2, + sym_catch_clause, + aux_sym_try_statement_repeat1, + [24406] = 6, + ACTIONS(99), 1, + anon_sym_LT, + ACTIONS(1126), 1, + anon_sym_LPAREN, + ACTIONS(2217), 1, anon_sym_DOT, - ACTIONS(2733), 1, - anon_sym_COMMA, - ACTIONS(2739), 1, - anon_sym_SEMI, - STATE(1019), 1, - aux_sym_provides_module_directive_repeat1, + STATE(432), 1, + sym_argument_list, + STATE(680), 1, + sym_type_arguments, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [24341] = 5, - ACTIONS(1448), 1, + [24426] = 6, + ACTIONS(99), 1, + anon_sym_LT, + ACTIONS(1126), 1, + anon_sym_LPAREN, + ACTIONS(2233), 1, anon_sym_DOT, - ACTIONS(2733), 1, - anon_sym_COMMA, - ACTIONS(2741), 1, - anon_sym_SEMI, - STATE(1021), 1, - aux_sym_provides_module_directive_repeat1, - ACTIONS(3), 2, - sym_line_comment, - sym_block_comment, - [24358] = 4, - ACTIONS(2743), 1, - anon_sym_EQ, - ACTIONS(2747), 1, - anon_sym_COLON, + STATE(430), 1, + sym_argument_list, + STATE(672), 1, + sym_type_arguments, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(2745), 2, + [24446] = 4, + ACTIONS(2544), 1, anon_sym_COMMA, - anon_sym_SEMI, - [24373] = 4, - ACTIONS(2743), 1, - anon_sym_EQ, - ACTIONS(2749), 1, - anon_sym_COLON, + STATE(901), 1, + aux_sym_type_list_repeat1, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(2745), 2, - anon_sym_COMMA, - anon_sym_SEMI, - [24388] = 5, - ACTIONS(2342), 1, - anon_sym_implements, - ACTIONS(2704), 1, + ACTIONS(2547), 3, anon_sym_LBRACE, - STATE(264), 1, - sym_enum_body, - STATE(1131), 1, - sym_super_interfaces, + anon_sym_SEMI, + anon_sym_permits, + [24462] = 6, + ACTIONS(99), 1, + anon_sym_LT, + ACTIONS(1126), 1, + anon_sym_LPAREN, + ACTIONS(2233), 1, + anon_sym_DOT, + STATE(439), 1, + sym_argument_list, + STATE(672), 1, + sym_type_arguments, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [24405] = 3, - ACTIONS(2751), 1, - sym_identifier, + [24482] = 6, + ACTIONS(99), 1, + anon_sym_LT, + ACTIONS(1126), 1, + anon_sym_LPAREN, + ACTIONS(2217), 1, + anon_sym_DOT, + STATE(440), 1, + sym_argument_list, + STATE(680), 1, + sym_type_arguments, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(2753), 3, - anon_sym_open, - anon_sym_module, - anon_sym_record, - [24418] = 5, - ACTIONS(1490), 1, - anon_sym_LBRACE, - ACTIONS(2342), 1, - anon_sym_implements, - STATE(251), 1, - sym_class_body, - STATE(1218), 1, - sym_super_interfaces, + [24502] = 6, + ACTIONS(99), 1, + anon_sym_LT, + ACTIONS(1126), 1, + anon_sym_LPAREN, + ACTIONS(2233), 1, + anon_sym_DOT, + STATE(435), 1, + sym_argument_list, + STATE(672), 1, + sym_type_arguments, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [24435] = 5, - ACTIONS(1058), 1, + [24522] = 6, + ACTIONS(99), 1, anon_sym_LT, - ACTIONS(2269), 1, + ACTIONS(1126), 1, anon_sym_LPAREN, - STATE(983), 1, - sym_formal_parameters, - STATE(1128), 1, - sym_type_parameters, + ACTIONS(2217), 1, + anon_sym_DOT, + STATE(438), 1, + sym_argument_list, + STATE(680), 1, + sym_type_arguments, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [24452] = 2, + [24542] = 6, + ACTIONS(2026), 1, + anon_sym_SEMI, + ACTIONS(2055), 1, + anon_sym_RBRACE, + ACTIONS(2549), 1, + anon_sym_COMMA, + STATE(963), 1, + aux_sym_enum_body_repeat1, + STATE(1245), 1, + sym_enum_body_declarations, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(2755), 4, - anon_sym_RPAREN, + [24562] = 6, + ACTIONS(2026), 1, + anon_sym_SEMI, + ACTIONS(2551), 1, anon_sym_COMMA, + ACTIONS(2553), 1, anon_sym_RBRACE, - anon_sym_SEMI, - [24463] = 5, - ACTIONS(1490), 1, - anon_sym_LBRACE, - ACTIONS(2344), 1, - anon_sym_permits, - STATE(176), 1, - sym_class_body, - STATE(1120), 1, - sym_permits, + STATE(906), 1, + aux_sym_enum_body_repeat1, + STATE(1234), 1, + sym_enum_body_declarations, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [24480] = 4, - ACTIONS(2757), 1, - anon_sym_COMMA, - STATE(958), 1, - aux_sym_argument_list_repeat1, - ACTIONS(3), 2, + [24582] = 2, + ACTIONS(2407), 2, sym_line_comment, sym_block_comment, - ACTIONS(2012), 2, - anon_sym_DASH_GT, - anon_sym_COLON, - [24495] = 5, - ACTIONS(2760), 1, - anon_sym_LPAREN, - ACTIONS(2762), 1, - anon_sym_LBRACE, - STATE(920), 1, - sym_block, - STATE(1201), 1, - sym_resource_specification, + ACTIONS(2518), 5, + anon_sym_DQUOTE_DQUOTE_DQUOTE, + aux_sym__multiline_string_fragment_token1, + aux_sym__multiline_string_fragment_token2, + aux_sym__escape_sequence_token1, + sym_escape_sequence, + [24594] = 2, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [24512] = 5, - ACTIONS(1490), 1, + ACTIONS(2555), 5, + anon_sym_RPAREN, + anon_sym_EQ, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_SEMI, + [24606] = 4, + ACTIONS(1457), 1, anon_sym_LBRACE, - ACTIONS(2344), 1, - anon_sym_permits, - STATE(180), 1, + STATE(1046), 1, sym_class_body, - STATE(1184), 1, - sym_permits, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [24529] = 5, - ACTIONS(1490), 1, + ACTIONS(2557), 3, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_SEMI, + [24622] = 4, + ACTIONS(1457), 1, anon_sym_LBRACE, - ACTIONS(2342), 1, - anon_sym_implements, - STATE(187), 1, + STATE(1040), 1, sym_class_body, - STATE(1162), 1, - sym_super_interfaces, - ACTIONS(3), 2, - sym_line_comment, - sym_block_comment, - [24546] = 3, - ACTIONS(2743), 1, - anon_sym_EQ, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(2745), 3, - anon_sym_RPAREN, + ACTIONS(2559), 3, anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_SEMI, - [24559] = 5, - ACTIONS(2344), 1, - anon_sym_permits, - ACTIONS(2408), 1, + [24638] = 5, + ACTIONS(1457), 1, anon_sym_LBRACE, - STATE(190), 1, - sym_interface_body, - STATE(1133), 1, + ACTIONS(2338), 1, + anon_sym_permits, + STATE(222), 1, + sym_class_body, + STATE(1138), 1, sym_permits, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [24576] = 4, - ACTIONS(2764), 1, + [24655] = 4, + ACTIONS(2561), 1, anon_sym_DQUOTE, - STATE(964), 1, + STATE(952), 1, aux_sym__string_literal_repeat1, - ACTIONS(2392), 2, + ACTIONS(2407), 2, sym_line_comment, sym_block_comment, - ACTIONS(2766), 2, + ACTIONS(2563), 2, sym_string_fragment, sym_escape_sequence, - [24591] = 3, - ACTIONS(2769), 1, - sym_identifier, + [24670] = 5, + ACTIONS(1636), 1, + anon_sym_COLON_COLON, + ACTIONS(2565), 1, + anon_sym_RPAREN, + ACTIONS(2567), 1, + anon_sym_AMP, + STATE(1008), 1, + aux_sym_cast_expression_repeat1, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(2771), 3, - anon_sym_open, - anon_sym_module, - anon_sym_record, - [24604] = 5, - ACTIONS(1490), 1, + [24687] = 4, + ACTIONS(2569), 1, + anon_sym_COMMA, + STATE(901), 1, + aux_sym_type_list_repeat1, + ACTIONS(3), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(2571), 2, anon_sym_LBRACE, - ACTIONS(2344), 1, anon_sym_permits, - STATE(182), 1, - sym_class_body, - STATE(1134), 1, - sym_permits, + [24702] = 4, + ACTIONS(99), 1, + anon_sym_LT, + STATE(1145), 1, + sym_type_arguments, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [24621] = 4, - ACTIONS(1982), 1, + ACTIONS(2573), 2, + anon_sym_new, + sym_identifier, + [24717] = 5, + ACTIONS(1438), 1, + anon_sym_DOT, + ACTIONS(2575), 1, anon_sym_COMMA, - STATE(958), 1, - aux_sym_argument_list_repeat1, + ACTIONS(2577), 1, + anon_sym_SEMI, + STATE(974), 1, + aux_sym_exports_module_directive_repeat1, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(2773), 2, - anon_sym_DASH_GT, - anon_sym_COLON, - [24636] = 5, - ACTIONS(1490), 1, - anon_sym_LBRACE, - ACTIONS(2344), 1, - anon_sym_permits, - STATE(241), 1, - sym_class_body, - STATE(1142), 1, - sym_permits, + [24734] = 5, + ACTIONS(1438), 1, + anon_sym_DOT, + ACTIONS(2575), 1, + anon_sym_COMMA, + ACTIONS(2579), 1, + anon_sym_SEMI, + STATE(975), 1, + aux_sym_exports_module_directive_repeat1, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [24653] = 4, - ACTIONS(2775), 1, - anon_sym_AMP, - STATE(969), 1, - aux_sym_type_bound_repeat1, + [24751] = 5, + ACTIONS(1438), 1, + anon_sym_DOT, + ACTIONS(2581), 1, + anon_sym_COMMA, + ACTIONS(2583), 1, + anon_sym_SEMI, + STATE(976), 1, + aux_sym_provides_module_directive_repeat1, + ACTIONS(3), 2, + sym_line_comment, + sym_block_comment, + [24768] = 4, + ACTIONS(2587), 1, + anon_sym_extends, + STATE(1073), 1, + sym_type_bound, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(2778), 2, + ACTIONS(2585), 2, anon_sym_GT, anon_sym_COMMA, - [24668] = 5, - ACTIONS(2344), 1, - anon_sym_permits, - ACTIONS(2408), 1, + [24783] = 5, + ACTIONS(1457), 1, anon_sym_LBRACE, - STATE(209), 1, - sym_interface_body, - STATE(1117), 1, + ACTIONS(2338), 1, + anon_sym_permits, + STATE(236), 1, + sym_class_body, + STATE(1082), 1, sym_permits, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [24685] = 4, - ACTIONS(2743), 1, - anon_sym_EQ, - ACTIONS(2780), 1, - anon_sym_COLON, + [24800] = 2, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(2745), 2, + ACTIONS(2589), 4, + anon_sym_RPAREN, anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_SEMI, - [24700] = 5, - ACTIONS(1490), 1, - anon_sym_LBRACE, - ACTIONS(2342), 1, - anon_sym_implements, - STATE(215), 1, - sym_class_body, - STATE(1149), 1, - sym_super_interfaces, - ACTIONS(3), 2, - sym_line_comment, - sym_block_comment, - [24717] = 5, - ACTIONS(1490), 1, - anon_sym_LBRACE, - ACTIONS(2344), 1, - anon_sym_permits, - STATE(228), 1, - sym_class_body, - STATE(1154), 1, - sym_permits, + [24811] = 4, + ACTIONS(1958), 1, + anon_sym_COMMA, + STATE(958), 1, + aux_sym_argument_list_repeat1, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [24734] = 4, - ACTIONS(2782), 1, + ACTIONS(2591), 2, + anon_sym_DASH_GT, + anon_sym_COLON, + [24826] = 4, + ACTIONS(2593), 1, anon_sym_COMMA, - STATE(927), 1, - aux_sym_type_list_repeat1, + STATE(924), 1, + aux_sym_argument_list_repeat1, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(2784), 2, + ACTIONS(1980), 2, + anon_sym_RPAREN, + anon_sym_COLON, + [24841] = 5, + ACTIONS(2596), 1, anon_sym_LBRACE, - anon_sym_permits, - [24749] = 4, - ACTIONS(2786), 1, - anon_sym_AMP, - STATE(984), 1, - aux_sym_type_bound_repeat1, + ACTIONS(2598), 1, + anon_sym_throws, + STATE(452), 1, + sym_constructor_body, + STATE(1087), 1, + sym_throws, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(2788), 2, - anon_sym_GT, - anon_sym_COMMA, - [24764] = 5, - ACTIONS(1490), 1, + [24858] = 5, + ACTIONS(1457), 1, anon_sym_LBRACE, - ACTIONS(2344), 1, + ACTIONS(2338), 1, anon_sym_permits, - STATE(198), 1, + STATE(245), 1, sym_class_body, - STATE(1209), 1, + STATE(1140), 1, sym_permits, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [24781] = 4, - ACTIONS(95), 1, - anon_sym_LT, - STATE(1230), 1, - sym_type_arguments, - ACTIONS(3), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(2790), 2, - anon_sym_new, - sym_identifier, - [24796] = 4, - ACTIONS(2743), 1, - anon_sym_EQ, - ACTIONS(2792), 1, - anon_sym_COLON, + [24875] = 4, + ACTIONS(2587), 1, + anon_sym_extends, + STATE(1072), 1, + sym_type_bound, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(2745), 2, + ACTIONS(2600), 2, + anon_sym_GT, anon_sym_COMMA, - anon_sym_SEMI, - [24811] = 4, - ACTIONS(2796), 1, - anon_sym_throws, - STATE(1192), 1, - sym_throws, + [24890] = 2, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(2794), 2, + ACTIONS(2547), 4, + anon_sym_COMMA, anon_sym_LBRACE, anon_sym_SEMI, - [24826] = 2, + anon_sym_permits, + [24901] = 5, + ACTIONS(1636), 1, + anon_sym_COLON_COLON, + ACTIONS(2567), 1, + anon_sym_AMP, + ACTIONS(2602), 1, + anon_sym_RPAREN, + STATE(1064), 1, + aux_sym_cast_expression_repeat1, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(2798), 4, - anon_sym_RPAREN, + [24918] = 5, + ACTIONS(2338), 1, + anon_sym_permits, + ACTIONS(2430), 1, + anon_sym_LBRACE, + STATE(254), 1, + sym_interface_body, + STATE(1127), 1, + sym_permits, + ACTIONS(3), 2, + sym_line_comment, + sym_block_comment, + [24935] = 4, + ACTIONS(2569), 1, anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_SEMI, - [24837] = 4, - ACTIONS(2796), 1, - anon_sym_throws, - STATE(1212), 1, - sym_throws, + STATE(949), 1, + aux_sym_type_list_repeat1, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(2800), 2, + ACTIONS(2604), 2, anon_sym_LBRACE, anon_sym_SEMI, - [24852] = 4, - ACTIONS(2804), 1, - anon_sym_extends, - STATE(1203), 1, - sym_type_bound, + [24950] = 4, + ACTIONS(2569), 1, + anon_sym_COMMA, + STATE(915), 1, + aux_sym_type_list_repeat1, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(2802), 2, - anon_sym_GT, - anon_sym_COMMA, - [24867] = 5, - ACTIONS(1490), 1, + ACTIONS(2606), 2, anon_sym_LBRACE, - ACTIONS(2342), 1, + anon_sym_permits, + [24965] = 5, + ACTIONS(1457), 1, + anon_sym_LBRACE, + ACTIONS(2336), 1, anon_sym_implements, - STATE(151), 1, + STATE(271), 1, sym_class_body, - STATE(1193), 1, + STATE(1076), 1, sym_super_interfaces, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [24884] = 4, - ACTIONS(2786), 1, - anon_sym_AMP, - STATE(969), 1, - aux_sym_type_bound_repeat1, + [24982] = 5, + ACTIONS(1126), 1, + anon_sym_LPAREN, + ACTIONS(1636), 1, + anon_sym_COLON_COLON, + ACTIONS(2608), 1, + anon_sym_DOT, + STATE(1252), 1, + sym_argument_list, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(2806), 2, - anon_sym_GT, - anon_sym_COMMA, - [24899] = 2, + [24999] = 5, + ACTIONS(2596), 1, + anon_sym_LBRACE, + ACTIONS(2598), 1, + anon_sym_throws, + STATE(467), 1, + sym_constructor_body, + STATE(1136), 1, + sym_throws, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(2686), 4, - anon_sym_COMMA, + [25016] = 5, + ACTIONS(1457), 1, anon_sym_LBRACE, - anon_sym_SEMI, + ACTIONS(2338), 1, anon_sym_permits, - [24910] = 4, - ACTIONS(2796), 1, + STATE(242), 1, + sym_class_body, + STATE(1167), 1, + sym_permits, + ACTIONS(3), 2, + sym_line_comment, + sym_block_comment, + [25033] = 4, + ACTIONS(2598), 1, anon_sym_throws, - STATE(1158), 1, + STATE(1162), 1, sym_throws, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(2808), 2, + ACTIONS(2610), 2, anon_sym_LBRACE, anon_sym_SEMI, - [24925] = 5, - ACTIONS(2344), 1, + [25048] = 5, + ACTIONS(1457), 1, + anon_sym_LBRACE, + ACTIONS(2338), 1, anon_sym_permits, - ACTIONS(2408), 1, + STATE(265), 1, + sym_class_body, + STATE(1116), 1, + sym_permits, + ACTIONS(3), 2, + sym_line_comment, + sym_block_comment, + [25065] = 5, + ACTIONS(1457), 1, anon_sym_LBRACE, - STATE(235), 1, - sym_interface_body, - STATE(1202), 1, + ACTIONS(2338), 1, + anon_sym_permits, + STATE(253), 1, + sym_class_body, + STATE(1117), 1, sym_permits, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [24942] = 4, - ACTIONS(2804), 1, - anon_sym_extends, - STATE(1147), 1, - sym_type_bound, + [25082] = 4, + ACTIONS(2598), 1, + anon_sym_throws, + STATE(1091), 1, + sym_throws, + ACTIONS(3), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(2612), 2, + anon_sym_LBRACE, + anon_sym_SEMI, + [25097] = 4, + ACTIONS(2614), 1, + anon_sym_AMP, + STATE(941), 1, + aux_sym_type_bound_repeat1, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(2810), 2, + ACTIONS(2617), 2, anon_sym_GT, anon_sym_COMMA, - [24957] = 5, - ACTIONS(1490), 1, + [25112] = 5, + ACTIONS(1457), 1, anon_sym_LBRACE, - ACTIONS(2344), 1, + ACTIONS(2338), 1, anon_sym_permits, - STATE(258), 1, + STATE(240), 1, sym_class_body, - STATE(1145), 1, + STATE(1108), 1, sym_permits, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [24974] = 4, - ACTIONS(2782), 1, - anon_sym_COMMA, - STATE(927), 1, - aux_sym_type_list_repeat1, + [25129] = 5, + ACTIONS(1457), 1, + anon_sym_LBRACE, + ACTIONS(2336), 1, + anon_sym_implements, + STATE(217), 1, + sym_class_body, + STATE(1166), 1, + sym_super_interfaces, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(2812), 2, - anon_sym_LBRACE, - anon_sym_SEMI, - [24989] = 5, - ACTIONS(2344), 1, + [25146] = 5, + ACTIONS(2338), 1, anon_sym_permits, - ACTIONS(2408), 1, + ACTIONS(2430), 1, anon_sym_LBRACE, - STATE(192), 1, + STATE(233), 1, sym_interface_body, - STATE(1194), 1, + STATE(1093), 1, sym_permits, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [25006] = 3, - ACTIONS(2673), 1, - sym_identifier, + [25163] = 5, + ACTIONS(1457), 1, + anon_sym_LBRACE, + ACTIONS(2336), 1, + anon_sym_implements, + STATE(267), 1, + sym_class_body, + STATE(1122), 1, + sym_super_interfaces, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(2675), 3, - anon_sym_open, - anon_sym_module, - anon_sym_record, - [25019] = 4, - ACTIONS(2814), 1, - anon_sym_COMMA, - STATE(993), 1, - aux_sym_argument_list_repeat1, + [25180] = 2, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(2012), 2, + ACTIONS(2619), 4, anon_sym_RPAREN, - anon_sym_COLON, - [25034] = 2, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_SEMI, + [25191] = 5, + ACTIONS(2338), 1, + anon_sym_permits, + ACTIONS(2430), 1, + anon_sym_LBRACE, + STATE(244), 1, + sym_interface_body, + STATE(1177), 1, + sym_permits, + ACTIONS(3), 2, + sym_line_comment, + sym_block_comment, + [25208] = 2, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(2817), 4, + ACTIONS(2621), 4, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, - [25045] = 5, - ACTIONS(1196), 1, - anon_sym_LPAREN, - ACTIONS(1649), 1, - anon_sym_COLON_COLON, - ACTIONS(2819), 1, - anon_sym_DOT, - STATE(1253), 1, - sym_argument_list, + [25219] = 4, + ACTIONS(2569), 1, + anon_sym_COMMA, + STATE(901), 1, + aux_sym_type_list_repeat1, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [25062] = 5, - ACTIONS(2796), 1, - anon_sym_throws, - ACTIONS(2821), 1, + ACTIONS(2623), 2, anon_sym_LBRACE, - STATE(453), 1, - sym_constructor_body, - STATE(1136), 1, + anon_sym_SEMI, + [25234] = 4, + ACTIONS(2598), 1, + anon_sym_throws, + STATE(1165), 1, sym_throws, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [25079] = 5, - ACTIONS(1649), 1, - anon_sym_COLON_COLON, - ACTIONS(2712), 1, + ACTIONS(2625), 2, + anon_sym_LBRACE, + anon_sym_SEMI, + [25249] = 4, + ACTIONS(2627), 1, anon_sym_AMP, - ACTIONS(2823), 1, - anon_sym_RPAREN, - STATE(1090), 1, - aux_sym_cast_expression_repeat1, + STATE(941), 1, + aux_sym_type_bound_repeat1, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [25096] = 4, - ACTIONS(2782), 1, + ACTIONS(2629), 2, + anon_sym_GT, anon_sym_COMMA, - STATE(990), 1, - aux_sym_type_list_repeat1, - ACTIONS(3), 2, + [25264] = 4, + ACTIONS(2631), 1, + anon_sym_DQUOTE, + STATE(952), 1, + aux_sym__string_literal_repeat1, + ACTIONS(2407), 2, sym_line_comment, sym_block_comment, - ACTIONS(2825), 2, + ACTIONS(2633), 2, + sym_string_fragment, + sym_escape_sequence, + [25279] = 5, + ACTIONS(1457), 1, anon_sym_LBRACE, - anon_sym_SEMI, - [25111] = 2, + ACTIONS(2338), 1, + anon_sym_permits, + STATE(220), 1, + sym_class_body, + STATE(1168), 1, + sym_permits, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(2827), 4, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_SEMI, - [25122] = 5, - ACTIONS(1058), 1, - anon_sym_LT, - ACTIONS(2269), 1, - anon_sym_LPAREN, - STATE(972), 1, - sym_formal_parameters, - STATE(1188), 1, - sym_type_parameters, + [25296] = 4, + ACTIONS(2627), 1, + anon_sym_AMP, + STATE(951), 1, + aux_sym_type_bound_repeat1, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [25139] = 5, - ACTIONS(2796), 1, - anon_sym_throws, - ACTIONS(2821), 1, + ACTIONS(2636), 2, + anon_sym_GT, + anon_sym_COMMA, + [25311] = 5, + ACTIONS(2336), 1, + anon_sym_implements, + ACTIONS(2638), 1, anon_sym_LBRACE, - STATE(447), 1, - sym_constructor_body, - STATE(1190), 1, - sym_throws, + STATE(272), 1, + sym_enum_body, + STATE(1180), 1, + sym_super_interfaces, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [25156] = 5, - ACTIONS(1490), 1, + [25328] = 5, + ACTIONS(2336), 1, + anon_sym_implements, + ACTIONS(2638), 1, anon_sym_LBRACE, - ACTIONS(2344), 1, - anon_sym_permits, - STATE(255), 1, - sym_class_body, - STATE(1150), 1, - sym_permits, + STATE(206), 1, + sym_enum_body, + STATE(1153), 1, + sym_super_interfaces, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [25173] = 4, - ACTIONS(2829), 1, - anon_sym_DQUOTE, - STATE(964), 1, - aux_sym__string_literal_repeat1, - ACTIONS(2392), 2, + [25345] = 5, + ACTIONS(1054), 1, + anon_sym_LT, + ACTIONS(2215), 1, + anon_sym_LPAREN, + STATE(933), 1, + sym_formal_parameters, + STATE(1152), 1, + sym_type_parameters, + ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(2831), 2, - sym_string_fragment, - sym_escape_sequence, - [25188] = 4, - ACTIONS(2782), 1, + [25362] = 4, + ACTIONS(2640), 1, anon_sym_COMMA, - STATE(974), 1, - aux_sym_type_list_repeat1, + STATE(958), 1, + aux_sym_argument_list_repeat1, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(2833), 2, - anon_sym_LBRACE, - anon_sym_permits, - [25203] = 4, - ACTIONS(2835), 1, - anon_sym_RPAREN, - ACTIONS(2837), 1, - anon_sym_COMMA, - STATE(1027), 1, - aux_sym_annotation_argument_list_repeat1, + ACTIONS(1980), 2, + anon_sym_DASH_GT, + anon_sym_COLON, + [25377] = 4, + ACTIONS(2643), 1, + anon_sym_EQ, + ACTIONS(2647), 1, + anon_sym_COLON, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [25217] = 4, - ACTIONS(2700), 1, + ACTIONS(2645), 2, anon_sym_COMMA, - ACTIONS(2839), 1, anon_sym_SEMI, - STATE(1046), 1, - aux_sym_exports_module_directive_repeat1, + [25392] = 4, + ACTIONS(2643), 1, + anon_sym_EQ, + ACTIONS(2649), 1, + anon_sym_COLON, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [25231] = 4, - ACTIONS(33), 1, - anon_sym_LBRACE, - ACTIONS(2841), 1, + ACTIONS(2645), 2, + anon_sym_COMMA, anon_sym_SEMI, - STATE(446), 1, + [25407] = 5, + ACTIONS(2651), 1, + anon_sym_LPAREN, + ACTIONS(2653), 1, + anon_sym_LBRACE, + STATE(898), 1, sym_block, + STATE(1159), 1, + sym_resource_specification, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [25245] = 4, - ACTIONS(2700), 1, - anon_sym_COMMA, - ACTIONS(2843), 1, - anon_sym_SEMI, - STATE(1046), 1, - aux_sym_exports_module_directive_repeat1, + [25424] = 5, + ACTIONS(2338), 1, + anon_sym_permits, + ACTIONS(2430), 1, + anon_sym_LBRACE, + STATE(213), 1, + sym_interface_body, + STATE(1095), 1, + sym_permits, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [25259] = 4, - ACTIONS(2845), 1, - anon_sym_RPAREN, - ACTIONS(2847), 1, + [25441] = 4, + ACTIONS(2655), 1, anon_sym_COMMA, - STATE(1009), 1, - aux_sym_for_statement_repeat2, + STATE(963), 1, + aux_sym_enum_body_repeat1, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [25273] = 4, - ACTIONS(2700), 1, - anon_sym_COMMA, - ACTIONS(2850), 1, + ACTIONS(2658), 2, + anon_sym_RBRACE, anon_sym_SEMI, - STATE(1046), 1, - aux_sym_exports_module_directive_repeat1, + [25456] = 3, + ACTIONS(2643), 1, + anon_sym_EQ, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [25287] = 4, - ACTIONS(1448), 1, - anon_sym_DOT, - ACTIONS(2852), 1, + ACTIONS(2645), 3, + anon_sym_RPAREN, + anon_sym_COMMA, anon_sym_SEMI, - ACTIONS(2854), 1, - anon_sym_to, + [25469] = 4, + ACTIONS(2643), 1, + anon_sym_EQ, + ACTIONS(2660), 1, + anon_sym_COLON, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [25301] = 4, - ACTIONS(2700), 1, + ACTIONS(2645), 2, anon_sym_COMMA, - ACTIONS(2856), 1, anon_sym_SEMI, - STATE(1046), 1, - aux_sym_exports_module_directive_repeat1, + [25484] = 2, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [25315] = 4, - ACTIONS(2700), 1, + ACTIONS(2662), 4, + anon_sym_RPAREN, anon_sym_COMMA, - ACTIONS(2858), 1, + anon_sym_RBRACE, anon_sym_SEMI, - STATE(1046), 1, - aux_sym_exports_module_directive_repeat1, + [25495] = 4, + ACTIONS(2643), 1, + anon_sym_EQ, + ACTIONS(2664), 1, + anon_sym_COLON, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [25329] = 4, - ACTIONS(1992), 1, + ACTIONS(2645), 2, anon_sym_COMMA, - ACTIONS(2860), 1, - anon_sym_RPAREN, - STATE(1009), 1, - aux_sym_for_statement_repeat2, + anon_sym_SEMI, + [25510] = 5, + ACTIONS(1457), 1, + anon_sym_LBRACE, + ACTIONS(2336), 1, + anon_sym_implements, + STATE(258), 1, + sym_class_body, + STATE(1099), 1, + sym_super_interfaces, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [25343] = 4, - ACTIONS(2733), 1, - anon_sym_COMMA, - ACTIONS(2862), 1, - anon_sym_SEMI, - STATE(1057), 1, - aux_sym_provides_module_directive_repeat1, + [25527] = 5, + ACTIONS(1054), 1, + anon_sym_LT, + ACTIONS(2215), 1, + anon_sym_LPAREN, + STATE(943), 1, + sym_formal_parameters, + STATE(1181), 1, + sym_type_parameters, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [25357] = 4, - ACTIONS(1422), 1, - anon_sym_DOT, - ACTIONS(2864), 1, - anon_sym_SEMI, - ACTIONS(2866), 1, - anon_sym_to, - ACTIONS(3), 2, + [25544] = 4, + ACTIONS(2666), 1, + anon_sym_DQUOTE, + STATE(913), 1, + aux_sym__string_literal_repeat1, + ACTIONS(2407), 2, sym_line_comment, sym_block_comment, - [25371] = 4, - ACTIONS(2733), 1, + ACTIONS(2668), 2, + sym_string_fragment, + sym_escape_sequence, + [25559] = 4, + ACTIONS(2670), 1, + anon_sym_RPAREN, + ACTIONS(2672), 1, anon_sym_COMMA, - ACTIONS(2868), 1, - anon_sym_SEMI, - STATE(1057), 1, - aux_sym_provides_module_directive_repeat1, + STATE(1018), 1, + aux_sym_annotation_argument_list_repeat1, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [25385] = 4, - ACTIONS(1992), 1, + [25573] = 4, + ACTIONS(2674), 1, + anon_sym_RPAREN, + ACTIONS(2676), 1, anon_sym_COMMA, - ACTIONS(2870), 1, + STATE(1016), 1, + aux_sym_formal_parameters_repeat1, + ACTIONS(3), 2, + sym_line_comment, + sym_block_comment, + [25587] = 4, + ACTIONS(2678), 1, anon_sym_RPAREN, - STATE(1009), 1, - aux_sym_for_statement_repeat2, + ACTIONS(2680), 1, + anon_sym_SEMI, + STATE(973), 1, + aux_sym_resource_specification_repeat1, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [25399] = 4, - ACTIONS(2733), 1, + [25601] = 4, + ACTIONS(2575), 1, anon_sym_COMMA, - ACTIONS(2872), 1, + ACTIONS(2683), 1, anon_sym_SEMI, - STATE(1057), 1, - aux_sym_provides_module_directive_repeat1, + STATE(999), 1, + aux_sym_exports_module_directive_repeat1, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [25413] = 4, - ACTIONS(2700), 1, + [25615] = 4, + ACTIONS(2575), 1, anon_sym_COMMA, - ACTIONS(2874), 1, + ACTIONS(2685), 1, anon_sym_SEMI, - STATE(1046), 1, + STATE(999), 1, aux_sym_exports_module_directive_repeat1, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [25427] = 4, - ACTIONS(2733), 1, + [25629] = 4, + ACTIONS(2581), 1, anon_sym_COMMA, - ACTIONS(2876), 1, + ACTIONS(2687), 1, anon_sym_SEMI, - STATE(1057), 1, + STATE(1003), 1, aux_sym_provides_module_directive_repeat1, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [25441] = 4, - ACTIONS(2878), 1, - sym_identifier, - ACTIONS(2880), 1, - anon_sym_STAR, - STATE(1315), 1, - sym_asterisk, + [25643] = 4, + ACTIONS(1988), 1, + anon_sym_COMMA, + ACTIONS(1990), 1, + anon_sym_RBRACE, + STATE(989), 1, + aux_sym_array_initializer_repeat1, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [25455] = 4, - ACTIONS(1448), 1, - anon_sym_DOT, - ACTIONS(2882), 1, + [25657] = 4, + ACTIONS(33), 1, + anon_sym_LBRACE, + ACTIONS(2689), 1, anon_sym_SEMI, - ACTIONS(2884), 1, - anon_sym_to, + STATE(451), 1, + sym_block, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [25469] = 4, - ACTIONS(2700), 1, + [25671] = 4, + ACTIONS(1976), 1, anon_sym_COMMA, - ACTIONS(2886), 1, + ACTIONS(2691), 1, anon_sym_SEMI, - STATE(1046), 1, - aux_sym_exports_module_directive_repeat1, - ACTIONS(3), 2, - sym_line_comment, - sym_block_comment, - [25483] = 4, - ACTIONS(1448), 1, - anon_sym_DOT, - ACTIONS(2888), 1, - anon_sym_LBRACE, - STATE(281), 1, - sym_module_body, + STATE(983), 1, + aux_sym_for_statement_repeat1, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [25497] = 4, - ACTIONS(2320), 1, + [25685] = 4, + ACTIONS(2315), 1, anon_sym_default, - ACTIONS(2890), 1, + ACTIONS(2693), 1, anon_sym_SEMI, - STATE(1303), 1, + STATE(1210), 1, sym__default_value, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [25511] = 4, - ACTIONS(2837), 1, + [25699] = 4, + ACTIONS(2695), 1, + anon_sym_GT, + ACTIONS(2697), 1, anon_sym_COMMA, - ACTIONS(2892), 1, - anon_sym_RPAREN, - STATE(1051), 1, - aux_sym_annotation_argument_list_repeat1, + STATE(981), 1, + aux_sym_type_arguments_repeat1, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [25525] = 4, + [25713] = 4, ACTIONS(2700), 1, anon_sym_COMMA, - ACTIONS(2894), 1, + ACTIONS(2702), 1, + anon_sym_SEMI, + STATE(1007), 1, + aux_sym__variable_declarator_list_repeat1, + ACTIONS(3), 2, + sym_line_comment, + sym_block_comment, + [25727] = 4, + ACTIONS(2704), 1, + anon_sym_COMMA, + ACTIONS(2707), 1, anon_sym_SEMI, - STATE(1046), 1, - aux_sym_exports_module_directive_repeat1, + STATE(983), 1, + aux_sym_for_statement_repeat1, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [25539] = 4, - ACTIONS(1992), 1, + [25741] = 4, + ACTIONS(1966), 1, anon_sym_COMMA, - ACTIONS(2896), 1, + ACTIONS(2709), 1, anon_sym_RPAREN, - STATE(1009), 1, + STATE(1066), 1, aux_sym_for_statement_repeat2, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [25553] = 4, - ACTIONS(1396), 1, + [25755] = 4, + ACTIONS(1966), 1, + anon_sym_COMMA, + ACTIONS(2711), 1, anon_sym_RPAREN, - ACTIONS(2898), 1, + STATE(1066), 1, + aux_sym_for_statement_repeat2, + ACTIONS(3), 2, + sym_line_comment, + sym_block_comment, + [25769] = 4, + ACTIONS(2713), 1, + anon_sym_RPAREN, + ACTIONS(2715), 1, anon_sym_COMMA, - STATE(1087), 1, - aux_sym_formal_parameters_repeat1, + STATE(986), 1, + aux_sym_inferred_parameters_repeat1, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [25567] = 4, - ACTIONS(33), 1, - anon_sym_LBRACE, - ACTIONS(2900), 1, - anon_sym_SEMI, - STATE(462), 1, - sym_block, + [25783] = 4, + ACTIONS(1966), 1, + anon_sym_COMMA, + ACTIONS(2718), 1, + anon_sym_RPAREN, + STATE(1066), 1, + aux_sym_for_statement_repeat2, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [25581] = 4, - ACTIONS(1422), 1, - anon_sym_DOT, - ACTIONS(2902), 1, - anon_sym_SEMI, - ACTIONS(2904), 1, - anon_sym_to, + [25797] = 4, + ACTIONS(1966), 1, + anon_sym_COMMA, + ACTIONS(2720), 1, + anon_sym_RPAREN, + STATE(1066), 1, + aux_sym_for_statement_repeat2, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [25595] = 4, - ACTIONS(339), 1, + [25811] = 4, + ACTIONS(375), 1, anon_sym_RBRACE, - ACTIONS(2906), 1, + ACTIONS(2722), 1, anon_sym_COMMA, - STATE(1115), 1, - aux_sym_element_value_array_initializer_repeat1, + STATE(1065), 1, + aux_sym_array_initializer_repeat1, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [25609] = 2, + [25825] = 4, + ACTIONS(1966), 1, + anon_sym_COMMA, + ACTIONS(2724), 1, + anon_sym_RPAREN, + STATE(1066), 1, + aux_sym_for_statement_repeat2, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(2908), 3, - anon_sym_LBRACE, - anon_sym_SEMI, - anon_sym_throws, - [25619] = 4, - ACTIONS(2880), 1, - anon_sym_STAR, - ACTIONS(2910), 1, - sym_identifier, - STATE(1237), 1, - sym_asterisk, + [25839] = 4, + ACTIONS(1966), 1, + anon_sym_COMMA, + ACTIONS(2726), 1, + anon_sym_RPAREN, + STATE(1066), 1, + aux_sym_for_statement_repeat2, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [25633] = 2, + [25853] = 4, + ACTIONS(2728), 1, + anon_sym_RPAREN, + ACTIONS(2730), 1, + anon_sym_AMP, + STATE(992), 1, + aux_sym_cast_expression_repeat1, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(2912), 3, + [25867] = 4, + ACTIONS(1966), 1, anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_SEMI, - [25643] = 4, - ACTIONS(2837), 1, + ACTIONS(2733), 1, + anon_sym_RPAREN, + STATE(1066), 1, + aux_sym_for_statement_repeat2, + ACTIONS(3), 2, + sym_line_comment, + sym_block_comment, + [25881] = 4, + ACTIONS(1966), 1, anon_sym_COMMA, - ACTIONS(2914), 1, + ACTIONS(2735), 1, anon_sym_RPAREN, - STATE(1051), 1, - aux_sym_annotation_argument_list_repeat1, + STATE(1066), 1, + aux_sym_for_statement_repeat2, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [25657] = 4, - ACTIONS(2837), 1, + [25895] = 4, + ACTIONS(1966), 1, anon_sym_COMMA, - ACTIONS(2916), 1, + ACTIONS(2737), 1, anon_sym_RPAREN, - STATE(1051), 1, - aux_sym_annotation_argument_list_repeat1, + STATE(1066), 1, + aux_sym_for_statement_repeat2, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [25671] = 4, - ACTIONS(2030), 1, - anon_sym_SEMI, - ACTIONS(2599), 1, - anon_sym_RBRACE, - STATE(1238), 1, - sym_enum_body_declarations, + [25909] = 4, + ACTIONS(1438), 1, + anon_sym_DOT, + ACTIONS(2739), 1, + anon_sym_LBRACE, + STATE(328), 1, + sym_module_body, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [25685] = 4, - ACTIONS(1992), 1, - anon_sym_COMMA, - ACTIONS(2918), 1, - anon_sym_RPAREN, - STATE(1009), 1, - aux_sym_for_statement_repeat2, + [25923] = 3, + ACTIONS(1438), 1, + anon_sym_DOT, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [25699] = 4, - ACTIONS(2837), 1, + ACTIONS(2741), 2, + anon_sym_COMMA, + anon_sym_SEMI, + [25935] = 4, + ACTIONS(1966), 1, anon_sym_COMMA, - ACTIONS(2920), 1, + ACTIONS(2743), 1, anon_sym_RPAREN, - STATE(1038), 1, - aux_sym_annotation_argument_list_repeat1, + STATE(1066), 1, + aux_sym_for_statement_repeat2, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [25713] = 2, + [25949] = 4, + ACTIONS(2745), 1, + anon_sym_COMMA, + ACTIONS(2748), 1, + anon_sym_SEMI, + STATE(999), 1, + aux_sym_exports_module_directive_repeat1, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(2922), 3, - anon_sym_LBRACE, - anon_sym_SEMI, - anon_sym_throws, - [25723] = 3, - ACTIONS(1422), 1, - anon_sym_DOT, + [25963] = 4, + ACTIONS(1966), 1, + anon_sym_COMMA, + ACTIONS(2750), 1, + anon_sym_RPAREN, + STATE(1066), 1, + aux_sym_for_statement_repeat2, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(2924), 2, - anon_sym_COMMA, - anon_sym_SEMI, - [25735] = 3, - ACTIONS(1448), 1, + [25977] = 3, + ACTIONS(1438), 1, anon_sym_DOT, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(2926), 2, + ACTIONS(2752), 2, anon_sym_COMMA, anon_sym_SEMI, - [25747] = 2, + [25989] = 4, + ACTIONS(2754), 1, + sym_identifier, + ACTIONS(2757), 1, + sym_this, + STATE(1002), 1, + aux_sym_receiver_parameter_repeat1, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(2928), 3, - anon_sym_LBRACE, - anon_sym_implements, - anon_sym_permits, - [25757] = 4, - ACTIONS(2930), 1, + [26003] = 4, + ACTIONS(2759), 1, anon_sym_COMMA, - ACTIONS(2933), 1, + ACTIONS(2762), 1, anon_sym_SEMI, - STATE(1046), 1, - aux_sym_exports_module_directive_repeat1, + STATE(1003), 1, + aux_sym_provides_module_directive_repeat1, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [25771] = 4, - ACTIONS(2935), 1, + [26017] = 4, + ACTIONS(2764), 1, anon_sym_GT, - ACTIONS(2937), 1, + ACTIONS(2766), 1, anon_sym_COMMA, - STATE(1053), 1, + STATE(1004), 1, aux_sym_type_parameters_repeat1, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [25785] = 4, - ACTIONS(2939), 1, - anon_sym_COMMA, - ACTIONS(2941), 1, + [26031] = 4, + ACTIONS(2315), 1, + anon_sym_default, + ACTIONS(2769), 1, anon_sym_SEMI, - STATE(1094), 1, - aux_sym__variable_declarator_list_repeat1, + STATE(1223), 1, + sym__default_value, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [25799] = 4, - ACTIONS(2943), 1, - anon_sym_GT, - ACTIONS(2945), 1, + [26045] = 2, + ACTIONS(3), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(2018), 3, + anon_sym_RPAREN, anon_sym_COMMA, - STATE(1110), 1, - aux_sym_type_arguments_repeat1, + anon_sym_SEMI, + [26055] = 4, + ACTIONS(2771), 1, + anon_sym_COMMA, + ACTIONS(2774), 1, + anon_sym_SEMI, + STATE(1007), 1, + aux_sym__variable_declarator_list_repeat1, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [25813] = 4, - ACTIONS(2712), 1, + [26069] = 4, + ACTIONS(2567), 1, anon_sym_AMP, - ACTIONS(2947), 1, + ACTIONS(2776), 1, anon_sym_RPAREN, - STATE(1095), 1, + STATE(992), 1, aux_sym_cast_expression_repeat1, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [25827] = 4, - ACTIONS(2949), 1, - anon_sym_RPAREN, - ACTIONS(2951), 1, + [26083] = 4, + ACTIONS(2778), 1, anon_sym_COMMA, - STATE(1051), 1, - aux_sym_annotation_argument_list_repeat1, + ACTIONS(2780), 1, + anon_sym_RBRACE, + STATE(1030), 1, + aux_sym_element_value_array_initializer_repeat1, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [25841] = 4, - ACTIONS(1992), 1, + [26097] = 4, + ACTIONS(2672), 1, anon_sym_COMMA, - ACTIONS(2954), 1, + ACTIONS(2782), 1, anon_sym_RPAREN, - STATE(1009), 1, - aux_sym_for_statement_repeat2, + STATE(1037), 1, + aux_sym_annotation_argument_list_repeat1, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [25855] = 4, - ACTIONS(2937), 1, + [26111] = 4, + ACTIONS(2672), 1, anon_sym_COMMA, - ACTIONS(2956), 1, - anon_sym_GT, - STATE(1077), 1, - aux_sym_type_parameters_repeat1, - ACTIONS(3), 2, - sym_line_comment, - sym_block_comment, - [25869] = 3, - ACTIONS(1422), 1, - anon_sym_DOT, + ACTIONS(2784), 1, + anon_sym_RPAREN, + STATE(1010), 1, + aux_sym_annotation_argument_list_repeat1, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(2958), 2, - anon_sym_COMMA, - anon_sym_SEMI, - [25881] = 3, - ACTIONS(1448), 1, + [26125] = 4, + ACTIONS(1126), 1, + anon_sym_LPAREN, + ACTIONS(2233), 1, anon_sym_DOT, + STATE(435), 1, + sym_argument_list, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(2960), 2, - anon_sym_COMMA, - anon_sym_SEMI, - [25893] = 4, - ACTIONS(2945), 1, - anon_sym_COMMA, - ACTIONS(2962), 1, - anon_sym_GT, - STATE(1049), 1, - aux_sym_type_arguments_repeat1, + [26139] = 2, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [25907] = 4, - ACTIONS(2964), 1, + ACTIONS(2786), 3, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_default, + [26149] = 4, + ACTIONS(2788), 1, + anon_sym_RPAREN, + ACTIONS(2790), 1, anon_sym_COMMA, - ACTIONS(2967), 1, - anon_sym_SEMI, - STATE(1057), 1, - aux_sym_provides_module_directive_repeat1, - ACTIONS(3), 2, - sym_line_comment, - sym_block_comment, - [25921] = 2, + STATE(1014), 1, + aux_sym_formal_parameters_repeat1, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(2717), 3, + [26163] = 4, + ACTIONS(2793), 1, + anon_sym_RPAREN, + ACTIONS(2795), 1, anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_SEMI, - [25931] = 2, + STATE(1047), 1, + aux_sym_record_pattern_body_repeat1, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(2969), 3, - anon_sym_RBRACE, - anon_sym_case, - anon_sym_default, - [25941] = 4, - ACTIONS(2087), 1, - anon_sym_RBRACE, - ACTIONS(2971), 1, + [26177] = 4, + ACTIONS(2676), 1, anon_sym_COMMA, - STATE(1060), 1, - aux_sym_array_initializer_repeat1, - ACTIONS(3), 2, - sym_line_comment, - sym_block_comment, - [25955] = 2, + ACTIONS(2797), 1, + anon_sym_RPAREN, + STATE(1014), 1, + aux_sym_formal_parameters_repeat1, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(2974), 3, + [26191] = 4, + ACTIONS(1414), 1, + anon_sym_RPAREN, + ACTIONS(2676), 1, anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_SEMI, - [25965] = 4, - ACTIONS(2320), 1, - anon_sym_default, - ACTIONS(2976), 1, - anon_sym_SEMI, - STATE(1307), 1, - sym__default_value, + STATE(1054), 1, + aux_sym_formal_parameters_repeat1, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [25979] = 4, - ACTIONS(1994), 1, + [26205] = 4, + ACTIONS(2672), 1, anon_sym_COMMA, - ACTIONS(1996), 1, - anon_sym_RBRACE, - STATE(1080), 1, - aux_sym_array_initializer_repeat1, + ACTIONS(2799), 1, + anon_sym_RPAREN, + STATE(1037), 1, + aux_sym_annotation_argument_list_repeat1, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [25993] = 4, - ACTIONS(1422), 1, + [26219] = 4, + ACTIONS(1126), 1, + anon_sym_LPAREN, + ACTIONS(2801), 1, anon_sym_DOT, - ACTIONS(2888), 1, - anon_sym_LBRACE, - STATE(280), 1, - sym_module_body, + STATE(1247), 1, + sym_argument_list, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [26007] = 4, - ACTIONS(1992), 1, + [26233] = 4, + ACTIONS(2010), 1, anon_sym_COMMA, - ACTIONS(2978), 1, + ACTIONS(2803), 1, anon_sym_RPAREN, - STATE(1009), 1, - aux_sym_for_statement_repeat2, + STATE(924), 1, + aux_sym_argument_list_repeat1, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [26021] = 4, - ACTIONS(2880), 1, - anon_sym_STAR, - ACTIONS(2910), 1, - sym_identifier, - STATE(1262), 1, - sym_asterisk, + [26247] = 4, + ACTIONS(1966), 1, + anon_sym_COMMA, + ACTIONS(2805), 1, + anon_sym_RPAREN, + STATE(1066), 1, + aux_sym_for_statement_repeat2, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [26035] = 4, - ACTIONS(2878), 1, + [26261] = 4, + ACTIONS(2807), 1, sym_identifier, - ACTIONS(2880), 1, + ACTIONS(2809), 1, anon_sym_STAR, - STATE(1245), 1, + STATE(1221), 1, sym_asterisk, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [26049] = 4, - ACTIONS(2980), 1, - anon_sym_COMMA, - ACTIONS(2982), 1, - anon_sym_RBRACE, - STATE(1033), 1, - aux_sym_element_value_array_initializer_repeat1, + [26275] = 4, + ACTIONS(1126), 1, + anon_sym_LPAREN, + ACTIONS(2233), 1, + anon_sym_DOT, + STATE(439), 1, + sym_argument_list, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [26063] = 4, - ACTIONS(1448), 1, - anon_sym_DOT, - ACTIONS(2888), 1, - anon_sym_LBRACE, - STATE(345), 1, - sym_module_body, + [26289] = 4, + ACTIONS(2255), 1, + sym_identifier, + ACTIONS(2811), 1, + sym_this, + STATE(1002), 1, + aux_sym_receiver_parameter_repeat1, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [26077] = 4, - ACTIONS(1422), 1, + [26303] = 4, + ACTIONS(1438), 1, anon_sym_DOT, - ACTIONS(2888), 1, + ACTIONS(2739), 1, anon_sym_LBRACE, - STATE(346), 1, + STATE(310), 1, sym_module_body, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [26091] = 4, - ACTIONS(1992), 1, + [26317] = 4, + ACTIONS(1966), 1, anon_sym_COMMA, - ACTIONS(2984), 1, + ACTIONS(2813), 1, anon_sym_RPAREN, - STATE(1009), 1, + STATE(1066), 1, aux_sym_for_statement_repeat2, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [26105] = 4, - ACTIONS(2986), 1, + [26331] = 4, + ACTIONS(2672), 1, + anon_sym_COMMA, + ACTIONS(2815), 1, anon_sym_RPAREN, - ACTIONS(2988), 1, - anon_sym_SEMI, - STATE(1076), 1, - aux_sym_resource_specification_repeat1, + STATE(1037), 1, + aux_sym_annotation_argument_list_repeat1, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [26119] = 4, - ACTIONS(1645), 1, - anon_sym_LBRACK, - ACTIONS(1647), 1, + [26345] = 4, + ACTIONS(1438), 1, anon_sym_DOT, - ACTIONS(1649), 1, - anon_sym_COLON_COLON, + ACTIONS(2817), 1, + anon_sym_SEMI, + ACTIONS(2819), 1, + anon_sym_to, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [26133] = 4, - ACTIONS(1196), 1, - anon_sym_LPAREN, - ACTIONS(2242), 1, - anon_sym_DOT, - STATE(436), 1, - sym_argument_list, + [26359] = 4, + ACTIONS(2672), 1, + anon_sym_COMMA, + ACTIONS(2821), 1, + anon_sym_RPAREN, + STATE(1027), 1, + aux_sym_annotation_argument_list_repeat1, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [26147] = 4, - ACTIONS(2990), 1, + [26373] = 4, + ACTIONS(351), 1, + anon_sym_RBRACE, + ACTIONS(2823), 1, anon_sym_COMMA, - ACTIONS(2993), 1, - anon_sym_SEMI, - STATE(1075), 1, - aux_sym_for_statement_repeat1, + STATE(1049), 1, + aux_sym_element_value_array_initializer_repeat1, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [26161] = 4, - ACTIONS(828), 1, - anon_sym_RPAREN, - ACTIONS(2995), 1, - anon_sym_SEMI, - STATE(1114), 1, - aux_sym_resource_specification_repeat1, + [26387] = 2, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [26175] = 4, - ACTIONS(2997), 1, + ACTIONS(2617), 3, + anon_sym_AMP, anon_sym_GT, - ACTIONS(2999), 1, anon_sym_COMMA, - STATE(1077), 1, - aux_sym_type_parameters_repeat1, - ACTIONS(3), 2, - sym_line_comment, - sym_block_comment, - [26189] = 4, - ACTIONS(3002), 1, - anon_sym_RPAREN, - ACTIONS(3004), 1, + [26397] = 4, + ACTIONS(2825), 1, + anon_sym_GT, + ACTIONS(2827), 1, anon_sym_COMMA, - STATE(1078), 1, - aux_sym_inferred_parameters_repeat1, + STATE(981), 1, + aux_sym_type_arguments_repeat1, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [26203] = 4, - ACTIONS(1992), 1, - anon_sym_COMMA, - ACTIONS(3007), 1, - anon_sym_RPAREN, - STATE(1009), 1, - aux_sym_for_statement_repeat2, + [26411] = 4, + ACTIONS(1438), 1, + anon_sym_DOT, + ACTIONS(2739), 1, + anon_sym_LBRACE, + STATE(293), 1, + sym_module_body, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [26217] = 4, - ACTIONS(374), 1, - anon_sym_RBRACE, - ACTIONS(3009), 1, + [26425] = 4, + ACTIONS(2827), 1, anon_sym_COMMA, - STATE(1060), 1, - aux_sym_array_initializer_repeat1, + ACTIONS(2829), 1, + anon_sym_GT, + STATE(981), 1, + aux_sym_type_arguments_repeat1, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [26231] = 4, - ACTIONS(1196), 1, - anon_sym_LPAREN, - ACTIONS(2242), 1, + [26439] = 4, + ACTIONS(1438), 1, anon_sym_DOT, - STATE(429), 1, - sym_argument_list, + ACTIONS(2831), 1, + anon_sym_SEMI, + ACTIONS(2833), 1, + anon_sym_to, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [26245] = 4, - ACTIONS(1998), 1, - anon_sym_COMMA, - ACTIONS(3011), 1, + [26453] = 4, + ACTIONS(2835), 1, + anon_sym_RPAREN, + ACTIONS(2837), 1, anon_sym_SEMI, - STATE(1075), 1, - aux_sym_for_statement_repeat1, + STATE(1062), 1, + aux_sym_resource_specification_repeat1, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [26259] = 4, - ACTIONS(1196), 1, - anon_sym_LPAREN, - ACTIONS(3013), 1, - anon_sym_DOT, - STATE(1243), 1, - sym_argument_list, + [26467] = 4, + ACTIONS(2839), 1, + anon_sym_RPAREN, + ACTIONS(2841), 1, + anon_sym_COMMA, + STATE(1037), 1, + aux_sym_annotation_argument_list_repeat1, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [26273] = 4, - ACTIONS(2945), 1, + [26481] = 4, + ACTIONS(2827), 1, anon_sym_COMMA, - ACTIONS(3015), 1, + ACTIONS(2844), 1, anon_sym_GT, - STATE(1116), 1, + STATE(1032), 1, aux_sym_type_arguments_repeat1, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [26287] = 4, - ACTIONS(1992), 1, - anon_sym_COMMA, - ACTIONS(3017), 1, - anon_sym_RPAREN, - STATE(1009), 1, - aux_sym_for_statement_repeat2, + [26495] = 4, + ACTIONS(1632), 1, + anon_sym_LBRACK, + ACTIONS(1634), 1, + anon_sym_DOT, + ACTIONS(1636), 1, + anon_sym_COLON_COLON, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [26301] = 4, - ACTIONS(2898), 1, + [26509] = 2, + ACTIONS(3), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(2846), 3, anon_sym_COMMA, - ACTIONS(3019), 1, + anon_sym_RBRACE, + anon_sym_SEMI, + [26519] = 4, + ACTIONS(2848), 1, anon_sym_RPAREN, - STATE(1108), 1, - aux_sym_formal_parameters_repeat1, + ACTIONS(2850), 1, + anon_sym_COMMA, + STATE(1041), 1, + aux_sym_record_pattern_body_repeat1, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [26315] = 4, - ACTIONS(2898), 1, + [26533] = 2, + ACTIONS(3), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(2658), 3, anon_sym_COMMA, - ACTIONS(3019), 1, - anon_sym_RPAREN, - STATE(1105), 1, - aux_sym_formal_parameters_repeat1, + anon_sym_RBRACE, + anon_sym_SEMI, + [26543] = 2, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [26329] = 4, - ACTIONS(1992), 1, + ACTIONS(2853), 3, anon_sym_COMMA, - ACTIONS(3021), 1, - anon_sym_RPAREN, - STATE(1009), 1, - aux_sym_for_statement_repeat2, + anon_sym_RBRACE, + anon_sym_SEMI, + [26553] = 4, + ACTIONS(2026), 1, + anon_sym_SEMI, + ACTIONS(2553), 1, + anon_sym_RBRACE, + STATE(1234), 1, + sym_enum_body_declarations, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [26343] = 2, + [26567] = 4, + ACTIONS(2807), 1, + sym_identifier, + ACTIONS(2809), 1, + anon_sym_STAR, + STATE(1232), 1, + sym_asterisk, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(2778), 3, - anon_sym_AMP, - anon_sym_GT, - anon_sym_COMMA, - [26353] = 4, - ACTIONS(2712), 1, - anon_sym_AMP, - ACTIONS(3023), 1, - anon_sym_RPAREN, - STATE(1095), 1, - aux_sym_cast_expression_repeat1, + [26581] = 2, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [26367] = 4, - ACTIONS(1223), 1, + ACTIONS(2855), 3, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_SEMI, + [26591] = 4, + ACTIONS(2795), 1, anon_sym_COMMA, - ACTIONS(3025), 1, + ACTIONS(2857), 1, anon_sym_RPAREN, - STATE(1078), 1, - aux_sym_inferred_parameters_repeat1, + STATE(1041), 1, + aux_sym_record_pattern_body_repeat1, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [26381] = 4, - ACTIONS(1223), 1, + [26605] = 4, + ACTIONS(2859), 1, + anon_sym_GT, + ACTIONS(2861), 1, anon_sym_COMMA, - ACTIONS(3027), 1, - anon_sym_RPAREN, - STATE(1078), 1, - aux_sym_inferred_parameters_repeat1, + STATE(1055), 1, + aux_sym_type_parameters_repeat1, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [26395] = 4, - ACTIONS(1992), 1, + [26619] = 4, + ACTIONS(2863), 1, anon_sym_COMMA, - ACTIONS(3029), 1, - anon_sym_RPAREN, - STATE(1009), 1, - aux_sym_for_statement_repeat2, + ACTIONS(2866), 1, + anon_sym_RBRACE, + STATE(1049), 1, + aux_sym_element_value_array_initializer_repeat1, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [26409] = 4, - ACTIONS(3031), 1, + [26633] = 4, + ACTIONS(2010), 1, anon_sym_COMMA, - ACTIONS(3034), 1, - anon_sym_SEMI, - STATE(1094), 1, - aux_sym__variable_declarator_list_repeat1, + ACTIONS(2591), 1, + anon_sym_COLON, + STATE(924), 1, + aux_sym_argument_list_repeat1, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [26423] = 4, - ACTIONS(3036), 1, + [26647] = 4, + ACTIONS(1153), 1, + anon_sym_COMMA, + ACTIONS(2868), 1, anon_sym_RPAREN, - ACTIONS(3038), 1, - anon_sym_AMP, - STATE(1095), 1, - aux_sym_cast_expression_repeat1, + STATE(986), 1, + aux_sym_inferred_parameters_repeat1, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [26437] = 4, - ACTIONS(1992), 1, + [26661] = 4, + ACTIONS(1966), 1, anon_sym_COMMA, - ACTIONS(3041), 1, + ACTIONS(2870), 1, anon_sym_RPAREN, - STATE(1009), 1, + STATE(1066), 1, aux_sym_for_statement_repeat2, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [26451] = 2, + [26675] = 2, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(2044), 3, + ACTIONS(2872), 3, + anon_sym_LBRACE, + anon_sym_implements, + anon_sym_permits, + [26685] = 4, + ACTIONS(2674), 1, anon_sym_RPAREN, + ACTIONS(2676), 1, anon_sym_COMMA, - anon_sym_SEMI, - [26461] = 4, - ACTIONS(2837), 1, - anon_sym_COMMA, - ACTIONS(3043), 1, - anon_sym_RPAREN, - STATE(1037), 1, - aux_sym_annotation_argument_list_repeat1, + STATE(1014), 1, + aux_sym_formal_parameters_repeat1, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [26475] = 4, - ACTIONS(1992), 1, + [26699] = 4, + ACTIONS(2861), 1, anon_sym_COMMA, - ACTIONS(3045), 1, - anon_sym_RPAREN, - STATE(1009), 1, - aux_sym_for_statement_repeat2, + ACTIONS(2874), 1, + anon_sym_GT, + STATE(1004), 1, + aux_sym_type_parameters_repeat1, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [26489] = 4, - ACTIONS(2939), 1, - anon_sym_COMMA, - ACTIONS(3047), 1, + [26713] = 4, + ACTIONS(33), 1, + anon_sym_LBRACE, + ACTIONS(2876), 1, anon_sym_SEMI, - STATE(1048), 1, - aux_sym__variable_declarator_list_repeat1, + STATE(448), 1, + sym_block, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [26503] = 4, - ACTIONS(1992), 1, - anon_sym_COMMA, - ACTIONS(3049), 1, - anon_sym_RPAREN, - STATE(1009), 1, - aux_sym_for_statement_repeat2, + [26727] = 4, + ACTIONS(2255), 1, + sym_identifier, + ACTIONS(2257), 1, + sym_this, + STATE(1002), 1, + aux_sym_receiver_parameter_repeat1, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [26517] = 4, - ACTIONS(1422), 1, - anon_sym_DOT, - ACTIONS(2888), 1, - anon_sym_LBRACE, - STATE(331), 1, - sym_module_body, + [26741] = 4, + ACTIONS(1976), 1, + anon_sym_COMMA, + ACTIONS(2878), 1, + anon_sym_SEMI, + STATE(983), 1, + aux_sym_for_statement_repeat1, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [26531] = 4, - ACTIONS(1448), 1, + [26755] = 4, + ACTIONS(1126), 1, + anon_sym_LPAREN, + ACTIONS(2233), 1, anon_sym_DOT, - ACTIONS(2888), 1, - anon_sym_LBRACE, - STATE(321), 1, - sym_module_body, + STATE(434), 1, + sym_argument_list, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [26545] = 4, - ACTIONS(1992), 1, + [26769] = 4, + ACTIONS(1966), 1, anon_sym_COMMA, - ACTIONS(3051), 1, + ACTIONS(2880), 1, anon_sym_RPAREN, - STATE(1009), 1, + STATE(1066), 1, aux_sym_for_statement_repeat2, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [26559] = 4, - ACTIONS(3053), 1, - anon_sym_RPAREN, - ACTIONS(3055), 1, + [26783] = 4, + ACTIONS(1966), 1, anon_sym_COMMA, - STATE(1105), 1, - aux_sym_formal_parameters_repeat1, + ACTIONS(2882), 1, + anon_sym_RPAREN, + STATE(1066), 1, + aux_sym_for_statement_repeat2, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [26573] = 4, - ACTIONS(2020), 1, - anon_sym_COMMA, - ACTIONS(3058), 1, + [26797] = 4, + ACTIONS(480), 1, anon_sym_RPAREN, - STATE(993), 1, - aux_sym_argument_list_repeat1, + ACTIONS(2884), 1, + anon_sym_SEMI, + STATE(973), 1, + aux_sym_resource_specification_repeat1, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [26587] = 4, - ACTIONS(2020), 1, - anon_sym_COMMA, - ACTIONS(2773), 1, - anon_sym_COLON, - STATE(993), 1, - aux_sym_argument_list_repeat1, + [26811] = 2, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [26601] = 4, - ACTIONS(2898), 1, - anon_sym_COMMA, - ACTIONS(3060), 1, + ACTIONS(2886), 3, + anon_sym_LBRACE, + anon_sym_SEMI, + anon_sym_throws, + [26821] = 4, + ACTIONS(2567), 1, + anon_sym_AMP, + ACTIONS(2888), 1, anon_sym_RPAREN, - STATE(1105), 1, - aux_sym_formal_parameters_repeat1, + STATE(992), 1, + aux_sym_cast_expression_repeat1, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [26615] = 4, - ACTIONS(1992), 1, + [26835] = 4, + ACTIONS(2061), 1, + anon_sym_RBRACE, + ACTIONS(2890), 1, anon_sym_COMMA, - ACTIONS(3062), 1, - anon_sym_RPAREN, - STATE(1009), 1, - aux_sym_for_statement_repeat2, + STATE(1065), 1, + aux_sym_array_initializer_repeat1, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [26629] = 4, - ACTIONS(3064), 1, - anon_sym_GT, - ACTIONS(3066), 1, + [26849] = 4, + ACTIONS(2893), 1, + anon_sym_RPAREN, + ACTIONS(2895), 1, anon_sym_COMMA, - STATE(1110), 1, - aux_sym_type_arguments_repeat1, + STATE(1066), 1, + aux_sym_for_statement_repeat2, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [26643] = 2, + [26863] = 4, + ACTIONS(1126), 1, + anon_sym_LPAREN, + ACTIONS(2233), 1, + anon_sym_DOT, + STATE(430), 1, + sym_argument_list, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(3069), 3, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_SEMI, - [26653] = 4, - ACTIONS(1998), 1, + [26877] = 4, + ACTIONS(2827), 1, anon_sym_COMMA, - ACTIONS(3071), 1, - anon_sym_SEMI, - STATE(1075), 1, - aux_sym_for_statement_repeat1, + ACTIONS(2898), 1, + anon_sym_GT, + STATE(1034), 1, + aux_sym_type_arguments_repeat1, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [26667] = 2, + [26891] = 2, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(3073), 3, + ACTIONS(2900), 3, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, - [26677] = 4, - ACTIONS(3075), 1, - anon_sym_RPAREN, - ACTIONS(3077), 1, - anon_sym_SEMI, - STATE(1114), 1, - aux_sym_resource_specification_repeat1, - ACTIONS(3), 2, - sym_line_comment, - sym_block_comment, - [26691] = 4, - ACTIONS(3080), 1, - anon_sym_COMMA, - ACTIONS(3083), 1, - anon_sym_RBRACE, - STATE(1115), 1, - aux_sym_element_value_array_initializer_repeat1, - ACTIONS(3), 2, - sym_line_comment, - sym_block_comment, - [26705] = 4, - ACTIONS(2945), 1, + [26901] = 4, + ACTIONS(2700), 1, anon_sym_COMMA, - ACTIONS(3085), 1, - anon_sym_GT, - STATE(1110), 1, - aux_sym_type_arguments_repeat1, + ACTIONS(2902), 1, + anon_sym_SEMI, + STATE(982), 1, + aux_sym__variable_declarator_list_repeat1, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [26719] = 3, - ACTIONS(2408), 1, + [26915] = 3, + ACTIONS(1457), 1, anon_sym_LBRACE, - STATE(193), 1, - sym_interface_body, + STATE(234), 1, + sym_class_body, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [26730] = 2, + [26926] = 2, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(2949), 2, - anon_sym_RPAREN, + ACTIONS(2904), 2, + anon_sym_GT, anon_sym_COMMA, - [26739] = 3, - ACTIONS(2269), 1, - anon_sym_LPAREN, - STATE(783), 1, - sym_formal_parameters, - ACTIONS(3), 2, - sym_line_comment, - sym_block_comment, - [26750] = 3, - ACTIONS(1490), 1, - anon_sym_LBRACE, - STATE(243), 1, - sym_class_body, + [26935] = 2, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [26761] = 3, - ACTIONS(3087), 1, - anon_sym_DOT, - ACTIONS(3089), 1, - anon_sym_SEMI, + ACTIONS(2906), 2, + anon_sym_GT, + anon_sym_COMMA, + [26944] = 2, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [26772] = 3, - ACTIONS(2408), 1, + ACTIONS(2908), 2, anon_sym_LBRACE, - STATE(210), 1, - sym_interface_body, - ACTIONS(3), 2, - sym_line_comment, - sym_block_comment, - [26783] = 2, + anon_sym_throws, + [26953] = 2, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(3091), 2, + ACTIONS(2910), 2, anon_sym_LBRACE, - anon_sym_throws, - [26792] = 3, - ACTIONS(1490), 1, + anon_sym_permits, + [26962] = 3, + ACTIONS(1457), 1, anon_sym_LBRACE, - STATE(242), 1, + STATE(266), 1, sym_class_body, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [26803] = 2, + [26973] = 3, + ACTIONS(1126), 1, + anon_sym_LPAREN, + STATE(434), 1, + sym_argument_list, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(3093), 2, - anon_sym_RPAREN, - anon_sym_COMMA, - [26812] = 2, + [26984] = 3, + ACTIONS(355), 1, + anon_sym_LBRACE, + STATE(471), 1, + sym_array_initializer, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(2087), 2, - anon_sym_COMMA, - anon_sym_RBRACE, - [26821] = 2, + [26995] = 3, + ACTIONS(1457), 1, + anon_sym_LBRACE, + STATE(260), 1, + sym_class_body, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(3075), 2, - anon_sym_RPAREN, - anon_sym_SEMI, - [26830] = 3, - ACTIONS(2269), 1, - anon_sym_LPAREN, - STATE(954), 1, - sym_formal_parameters, + [27006] = 3, + ACTIONS(355), 1, + anon_sym_LBRACE, + STATE(485), 1, + sym_array_initializer, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [26841] = 2, + [27017] = 3, + ACTIONS(1457), 1, + anon_sym_LBRACE, + STATE(252), 1, + sym_class_body, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(3083), 2, - anon_sym_COMMA, - anon_sym_RBRACE, - [26850] = 2, + [27028] = 3, + ACTIONS(1457), 1, + anon_sym_LBRACE, + STATE(249), 1, + sym_class_body, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(3095), 2, - anon_sym_COMMA, - anon_sym_SEMI, - [26859] = 3, - ACTIONS(2704), 1, - anon_sym_LBRACE, - STATE(156), 1, - sym_enum_body, + [27039] = 2, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [26870] = 2, + ACTIONS(2912), 2, + anon_sym_DASH_GT, + anon_sym_COLON, + [27048] = 2, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(3097), 2, + ACTIONS(2788), 2, + anon_sym_RPAREN, + anon_sym_COMMA, + [27057] = 3, + ACTIONS(2914), 1, anon_sym_DASH_GT, + ACTIONS(2916), 1, anon_sym_COLON, - [26879] = 3, - ACTIONS(2408), 1, - anon_sym_LBRACE, - STATE(246), 1, - sym_interface_body, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [26890] = 3, - ACTIONS(1490), 1, - anon_sym_LBRACE, - STATE(203), 1, - sym_class_body, + [27068] = 2, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [26901] = 3, - ACTIONS(760), 1, - anon_sym_LPAREN, - STATE(1227), 1, - sym_parenthesized_expression, + ACTIONS(2918), 2, + anon_sym_RPAREN, + anon_sym_COMMA, + [27077] = 3, + ACTIONS(2596), 1, + anon_sym_LBRACE, + STATE(464), 1, + sym_constructor_body, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [26912] = 3, - ACTIONS(2821), 1, + [27088] = 3, + ACTIONS(2430), 1, anon_sym_LBRACE, - STATE(443), 1, - sym_constructor_body, + STATE(212), 1, + sym_interface_body, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [26923] = 3, - ACTIONS(1196), 1, + [27099] = 3, + ACTIONS(1126), 1, anon_sym_LPAREN, - STATE(477), 1, + STATE(1187), 1, sym_argument_list, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [26934] = 3, - ACTIONS(760), 1, + [27110] = 3, + ACTIONS(474), 1, anon_sym_LPAREN, - STATE(1321), 1, + STATE(1171), 1, sym_parenthesized_expression, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [26945] = 3, - ACTIONS(3099), 1, + [27121] = 2, + ACTIONS(3), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(2920), 2, + anon_sym_LBRACE, + anon_sym_SEMI, + [27130] = 3, + ACTIONS(2922), 1, anon_sym_LPAREN, - STATE(53), 1, + STATE(47), 1, sym_condition, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [26956] = 3, - ACTIONS(2408), 1, + [27141] = 3, + ACTIONS(2430), 1, + anon_sym_LBRACE, + STATE(214), 1, + sym_interface_body, + ACTIONS(3), 2, + sym_line_comment, + sym_block_comment, + [27152] = 2, + ACTIONS(3), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(2061), 2, + anon_sym_COMMA, + anon_sym_RBRACE, + [27161] = 3, + ACTIONS(2430), 1, anon_sym_LBRACE, - STATE(189), 1, + STATE(215), 1, sym_interface_body, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [26967] = 3, - ACTIONS(1196), 1, + [27172] = 2, + ACTIONS(3), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(2924), 2, + anon_sym_GT, + anon_sym_COMMA, + [27181] = 3, + ACTIONS(1126), 1, anon_sym_LPAREN, - STATE(478), 1, + STATE(439), 1, sym_argument_list, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [26978] = 3, - ACTIONS(1490), 1, + [27192] = 3, + ACTIONS(1457), 1, anon_sym_LBRACE, - STATE(271), 1, + STATE(246), 1, sym_class_body, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [26989] = 3, - ACTIONS(1490), 1, + [27203] = 3, + ACTIONS(1457), 1, anon_sym_LBRACE, - STATE(197), 1, + STATE(209), 1, sym_class_body, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [27000] = 3, - ACTIONS(3101), 1, + [27214] = 3, + ACTIONS(2926), 1, sym_identifier, - ACTIONS(3103), 1, + ACTIONS(2928), 1, anon_sym_SEMI, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [27011] = 3, - ACTIONS(1490), 1, - anon_sym_LBRACE, - STATE(145), 1, - sym_class_body, - ACTIONS(3), 2, - sym_line_comment, - sym_block_comment, - [27022] = 3, - ACTIONS(3105), 1, + [27225] = 3, + ACTIONS(2930), 1, sym_identifier, - ACTIONS(3107), 1, + ACTIONS(2932), 1, anon_sym_SEMI, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [27033] = 2, + [27236] = 2, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(3109), 2, + ACTIONS(2695), 2, anon_sym_GT, anon_sym_COMMA, - [27042] = 2, + [27245] = 2, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(3053), 2, - anon_sym_RPAREN, + ACTIONS(2934), 2, anon_sym_COMMA, - [27051] = 3, - ACTIONS(1490), 1, - anon_sym_LBRACE, - STATE(188), 1, - sym_class_body, + anon_sym_SEMI, + [27254] = 3, + ACTIONS(1126), 1, + anon_sym_LPAREN, + STATE(1196), 1, + sym_argument_list, + ACTIONS(3), 2, + sym_line_comment, + sym_block_comment, + [27265] = 3, + ACTIONS(2922), 1, + anon_sym_LPAREN, + STATE(42), 1, + sym_condition, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [27062] = 3, - ACTIONS(1490), 1, + [27276] = 3, + ACTIONS(1457), 1, anon_sym_LBRACE, - STATE(174), 1, + STATE(221), 1, sym_class_body, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [27073] = 2, + [27287] = 2, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(2997), 2, - anon_sym_GT, + ACTIONS(2936), 2, + anon_sym_RPAREN, anon_sym_COMMA, - [27082] = 3, - ACTIONS(1490), 1, + [27296] = 3, + ACTIONS(1457), 1, anon_sym_LBRACE, - STATE(158), 1, + STATE(207), 1, sym_class_body, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [27093] = 3, - ACTIONS(3099), 1, - anon_sym_LPAREN, - STATE(37), 1, - sym_condition, + [27307] = 3, + ACTIONS(2938), 1, + anon_sym_LBRACE, + STATE(204), 1, + sym_annotation_type_body, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [27104] = 3, - ACTIONS(1490), 1, - anon_sym_LBRACE, - STATE(186), 1, - sym_class_body, + [27318] = 3, + ACTIONS(474), 1, + anon_sym_LPAREN, + STATE(1259), 1, + sym_parenthesized_expression, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [27115] = 2, + [27329] = 2, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(3111), 2, - anon_sym_RPAREN, + ACTIONS(2940), 2, + anon_sym_GT, anon_sym_COMMA, - [27124] = 2, + [27338] = 2, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(3113), 2, + ACTIONS(2942), 2, anon_sym_RPAREN, anon_sym_AMP, - [27133] = 2, + [27347] = 2, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(3115), 2, + ACTIONS(2944), 2, anon_sym_RPAREN, anon_sym_COMMA, - [27142] = 2, + [27356] = 2, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(3117), 2, - anon_sym_LBRACE, - anon_sym_SEMI, - [27151] = 3, - ACTIONS(343), 1, + ACTIONS(2946), 2, + anon_sym_RPAREN, + anon_sym_COMMA, + [27365] = 3, + ACTIONS(1457), 1, anon_sym_LBRACE, - STATE(493), 1, - sym_array_initializer, - ACTIONS(3), 2, - sym_line_comment, - sym_block_comment, - [27162] = 2, + STATE(243), 1, + sym_class_body, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(2681), 2, - anon_sym_GT, - anon_sym_COMMA, - [27171] = 3, - ACTIONS(1490), 1, + [27376] = 3, + ACTIONS(1457), 1, anon_sym_LBRACE, - STATE(185), 1, + STATE(223), 1, sym_class_body, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [27182] = 3, - ACTIONS(1490), 1, + [27387] = 3, + ACTIONS(1457), 1, anon_sym_LBRACE, - STATE(245), 1, + STATE(227), 1, sym_class_body, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [27193] = 2, + [27398] = 3, + ACTIONS(1314), 1, + anon_sym_LPAREN, + STATE(526), 1, + sym_record_pattern_body, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(3002), 2, - anon_sym_RPAREN, - anon_sym_COMMA, - [27202] = 2, + [27409] = 2, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(3119), 2, + ACTIONS(2948), 2, anon_sym_RPAREN, anon_sym_COMMA, - [27211] = 3, - ACTIONS(1490), 1, - anon_sym_LBRACE, - STATE(227), 1, - sym_class_body, + [27418] = 2, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [27222] = 3, - ACTIONS(1448), 1, + ACTIONS(1956), 2, + anon_sym_DASH_GT, + anon_sym_COLON, + [27427] = 3, + ACTIONS(1438), 1, anon_sym_DOT, - ACTIONS(3121), 1, - anon_sym_SEMI, + ACTIONS(2950), 1, + anon_sym_with, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [27233] = 3, - ACTIONS(1490), 1, + [27438] = 3, + ACTIONS(1457), 1, anon_sym_LBRACE, - STATE(177), 1, + STATE(210), 1, sym_class_body, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [27244] = 3, - ACTIONS(3123), 1, - anon_sym_DASH_GT, - ACTIONS(3125), 1, - anon_sym_COLON, + [27449] = 3, + ACTIONS(1126), 1, + anon_sym_LPAREN, + STATE(502), 1, + sym_argument_list, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [27255] = 3, - ACTIONS(2704), 1, - anon_sym_LBRACE, - STATE(216), 1, - sym_enum_body, + [27460] = 2, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [27266] = 3, - ACTIONS(3127), 1, - anon_sym_LBRACE, - STATE(265), 1, - sym_annotation_type_body, + ACTIONS(2757), 2, + sym_this, + sym_identifier, + [27469] = 2, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [27277] = 3, - ACTIONS(3129), 1, + ACTIONS(2764), 2, + anon_sym_GT, + anon_sym_COMMA, + [27478] = 3, + ACTIONS(1636), 1, + anon_sym_COLON_COLON, + ACTIONS(2952), 1, anon_sym_DOT, - ACTIONS(3131), 1, - anon_sym_SEMI, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [27288] = 2, - ACTIONS(3), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3133), 2, - anon_sym_RPAREN, - anon_sym_COMMA, - [27297] = 3, - ACTIONS(343), 1, + [27489] = 3, + ACTIONS(2430), 1, anon_sym_LBRACE, - STATE(486), 1, - sym_array_initializer, + STATE(205), 1, + sym_interface_body, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [27308] = 3, - ACTIONS(1448), 1, + [27500] = 3, + ACTIONS(1636), 1, + anon_sym_COLON_COLON, + ACTIONS(2608), 1, anon_sym_DOT, - ACTIONS(3135), 1, - anon_sym_SEMI, - ACTIONS(3), 2, - sym_line_comment, - sym_block_comment, - [27319] = 2, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(3137), 2, - anon_sym_GT, - anon_sym_COMMA, - [27328] = 2, + [27511] = 2, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(3064), 2, - anon_sym_GT, + ACTIONS(2866), 2, anon_sym_COMMA, - [27337] = 3, - ACTIONS(1649), 1, - anon_sym_COLON_COLON, - ACTIONS(2819), 1, - anon_sym_DOT, + anon_sym_RBRACE, + [27520] = 3, + ACTIONS(880), 1, + anon_sym_while, + ACTIONS(2954), 1, + anon_sym_else, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [27348] = 3, - ACTIONS(33), 1, + [27531] = 3, + ACTIONS(2938), 1, anon_sym_LBRACE, - STATE(294), 1, - sym_block, + STATE(274), 1, + sym_annotation_type_body, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [27359] = 2, + [27542] = 2, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(3139), 2, - anon_sym_GT, + ACTIONS(2713), 2, + anon_sym_RPAREN, anon_sym_COMMA, - [27368] = 3, - ACTIONS(854), 1, - anon_sym_while, - ACTIONS(3141), 1, - anon_sym_else, + [27551] = 3, + ACTIONS(1438), 1, + anon_sym_DOT, + ACTIONS(2956), 1, + anon_sym_SEMI, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [27379] = 3, - ACTIONS(1196), 1, - anon_sym_LPAREN, - STATE(429), 1, - sym_argument_list, + [27562] = 3, + ACTIONS(2958), 1, + anon_sym_DOT, + ACTIONS(2960), 1, + anon_sym_SEMI, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [27390] = 3, - ACTIONS(3143), 1, + [27573] = 3, + ACTIONS(1438), 1, anon_sym_DOT, - ACTIONS(3145), 1, + ACTIONS(2962), 1, anon_sym_SEMI, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [27401] = 3, - ACTIONS(343), 1, + [27584] = 3, + ACTIONS(2596), 1, anon_sym_LBRACE, - STATE(509), 1, - sym_array_initializer, + STATE(444), 1, + sym_constructor_body, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [27412] = 3, - ACTIONS(1490), 1, - anon_sym_LBRACE, - STATE(244), 1, - sym_class_body, + [27595] = 2, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [27423] = 3, - ACTIONS(1422), 1, - anon_sym_DOT, - ACTIONS(3147), 1, - anon_sym_SEMI, + ACTIONS(2964), 2, + anon_sym_LBRACE, + anon_sym_throws, + [27604] = 3, + ACTIONS(1457), 1, + anon_sym_LBRACE, + STATE(256), 1, + sym_class_body, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [27434] = 3, - ACTIONS(3149), 1, - anon_sym_DOT, - ACTIONS(3151), 1, - anon_sym_SEMI, + [27615] = 2, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [27445] = 3, - ACTIONS(343), 1, + ACTIONS(2848), 2, + anon_sym_RPAREN, + anon_sym_COMMA, + [27624] = 3, + ACTIONS(1457), 1, anon_sym_LBRACE, - STATE(500), 1, - sym_array_initializer, + STATE(230), 1, + sym_class_body, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [27456] = 3, - ACTIONS(2269), 1, + [27635] = 3, + ACTIONS(2215), 1, anon_sym_LPAREN, - STATE(961), 1, + STATE(795), 1, sym_formal_parameters, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [27467] = 3, - ACTIONS(1422), 1, + [27646] = 3, + ACTIONS(1438), 1, anon_sym_DOT, - ACTIONS(3153), 1, + ACTIONS(2966), 1, anon_sym_SEMI, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [27478] = 3, - ACTIONS(2821), 1, - anon_sym_LBRACE, - STATE(442), 1, - sym_constructor_body, - ACTIONS(3), 2, - sym_line_comment, - sym_block_comment, - [27489] = 3, - ACTIONS(3155), 1, - sym_identifier, - STATE(1118), 1, - sym_element_value_pair, - ACTIONS(3), 2, - sym_line_comment, - sym_block_comment, - [27500] = 2, + [27657] = 3, + ACTIONS(1438), 1, + anon_sym_DOT, + ACTIONS(2968), 1, + anon_sym_SEMI, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(3157), 2, - anon_sym_LBRACE, + [27668] = 3, + ACTIONS(1438), 1, + anon_sym_DOT, + ACTIONS(2970), 1, anon_sym_SEMI, - [27509] = 3, - ACTIONS(1490), 1, - anon_sym_LBRACE, - STATE(250), 1, - sym_class_body, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [27520] = 3, - ACTIONS(2408), 1, - anon_sym_LBRACE, - STATE(233), 1, - sym_interface_body, + [27679] = 2, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [27531] = 3, - ACTIONS(2408), 1, + ACTIONS(2972), 2, + anon_sym_new, + sym_identifier, + [27688] = 3, + ACTIONS(2430), 1, anon_sym_LBRACE, - STATE(237), 1, + STATE(250), 1, sym_interface_body, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [27542] = 3, - ACTIONS(1422), 1, + [27699] = 3, + ACTIONS(1438), 1, anon_sym_DOT, - ACTIONS(3159), 1, + ACTIONS(2974), 1, anon_sym_SEMI, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [27553] = 3, - ACTIONS(1448), 1, - anon_sym_DOT, - ACTIONS(3161), 1, - anon_sym_SEMI, + [27710] = 3, + ACTIONS(1126), 1, + anon_sym_LPAREN, + STATE(430), 1, + sym_argument_list, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [27564] = 3, - ACTIONS(1448), 1, - anon_sym_DOT, - ACTIONS(3163), 1, - anon_sym_SEMI, + [27721] = 2, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [27575] = 3, - ACTIONS(1448), 1, - anon_sym_DOT, - ACTIONS(3165), 1, + ACTIONS(2678), 2, + anon_sym_RPAREN, anon_sym_SEMI, + [27730] = 3, + ACTIONS(355), 1, + anon_sym_LBRACE, + STATE(479), 1, + sym_array_initializer, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [27586] = 3, - ACTIONS(1196), 1, - anon_sym_LPAREN, - STATE(436), 1, - sym_argument_list, + [27741] = 2, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [27597] = 3, - ACTIONS(2762), 1, - anon_sym_LBRACE, - STATE(95), 1, - sym_block, + ACTIONS(2976), 2, + sym_this, + sym_super, + [27750] = 3, + ACTIONS(2215), 1, + anon_sym_LPAREN, + STATE(968), 1, + sym_formal_parameters, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [27608] = 3, - ACTIONS(2408), 1, + [27761] = 3, + ACTIONS(2638), 1, anon_sym_LBRACE, - STATE(171), 1, - sym_interface_body, + STATE(270), 1, + sym_enum_body, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [27619] = 2, + [27772] = 3, + ACTIONS(355), 1, + anon_sym_LBRACE, + STATE(495), 1, + sym_array_initializer, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(3167), 2, - anon_sym_GT, - anon_sym_COMMA, - [27628] = 3, - ACTIONS(1422), 1, - anon_sym_DOT, - ACTIONS(3169), 1, - anon_sym_SEMI, + [27783] = 3, + ACTIONS(1457), 1, + anon_sym_LBRACE, + STATE(268), 1, + sym_class_body, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [27639] = 3, - ACTIONS(1649), 1, - anon_sym_COLON_COLON, - ACTIONS(3171), 1, - anon_sym_DOT, + [27794] = 2, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [27650] = 3, - ACTIONS(3099), 1, + ACTIONS(2839), 2, + anon_sym_RPAREN, + anon_sym_COMMA, + [27803] = 3, + ACTIONS(2922), 1, anon_sym_LPAREN, - STATE(35), 1, + STATE(39), 1, sym_condition, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [27661] = 3, - ACTIONS(1422), 1, - anon_sym_DOT, - ACTIONS(3173), 1, - anon_sym_SEMI, + [27814] = 2, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [27672] = 3, - ACTIONS(1422), 1, - anon_sym_DOT, - ACTIONS(3175), 1, - anon_sym_SEMI, + ACTIONS(2978), 2, + anon_sym_RPAREN, + anon_sym_COMMA, + [27823] = 3, + ACTIONS(2653), 1, + anon_sym_LBRACE, + STATE(120), 1, + sym_block, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [27683] = 3, - ACTIONS(1490), 1, - anon_sym_LBRACE, - STATE(260), 1, - sym_class_body, + [27834] = 2, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [27694] = 3, - ACTIONS(3099), 1, + ACTIONS(2534), 2, + anon_sym_GT, + anon_sym_COMMA, + [27843] = 3, + ACTIONS(2922), 1, anon_sym_LPAREN, - STATE(34), 1, + STATE(38), 1, sym_condition, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [27705] = 2, - ACTIONS(3), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3177), 2, - anon_sym_LBRACE, - anon_sym_permits, - [27714] = 2, + [27854] = 2, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(3179), 2, + ACTIONS(2980), 2, anon_sym_LBRACE, anon_sym_SEMI, - [27723] = 3, - ACTIONS(2762), 1, + [27863] = 3, + ACTIONS(33), 1, anon_sym_LBRACE, - STATE(130), 1, + STATE(331), 1, sym_block, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [27734] = 2, - ACTIONS(3), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3181), 2, - anon_sym_LBRACE, - anon_sym_permits, - [27743] = 3, + [27874] = 3, ACTIONS(33), 1, anon_sym_LBRACE, - STATE(312), 1, + STATE(308), 1, sym_block, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [27754] = 3, - ACTIONS(1196), 1, - anon_sym_LPAREN, - STATE(1289), 1, - sym_argument_list, - ACTIONS(3), 2, - sym_line_comment, - sym_block_comment, - [27765] = 2, + [27885] = 2, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(3183), 2, - anon_sym_LBRACE, - anon_sym_throws, - [27774] = 3, - ACTIONS(1490), 1, + ACTIONS(2982), 2, anon_sym_LBRACE, - STATE(169), 1, - sym_class_body, - ACTIONS(3), 2, - sym_line_comment, - sym_block_comment, - [27785] = 3, - ACTIONS(1490), 1, + anon_sym_SEMI, + [27894] = 3, + ACTIONS(1457), 1, anon_sym_LBRACE, - STATE(259), 1, + STATE(262), 1, sym_class_body, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [27796] = 3, - ACTIONS(3127), 1, + [27905] = 3, + ACTIONS(1457), 1, anon_sym_LBRACE, STATE(208), 1, - sym_annotation_type_body, - ACTIONS(3), 2, - sym_line_comment, - sym_block_comment, - [27807] = 3, - ACTIONS(2269), 1, - anon_sym_LPAREN, - STATE(784), 1, - sym_formal_parameters, + sym_class_body, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [27818] = 3, - ACTIONS(1490), 1, + [27916] = 3, + ACTIONS(1457), 1, anon_sym_LBRACE, - STATE(256), 1, + STATE(232), 1, sym_class_body, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [27829] = 3, - ACTIONS(1422), 1, - anon_sym_DOT, - ACTIONS(3185), 1, - anon_sym_SEMI, + [27927] = 2, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [27840] = 3, - ACTIONS(2408), 1, + ACTIONS(2984), 2, + anon_sym_DASH_GT, + anon_sym_COLON, + [27936] = 3, + ACTIONS(2430), 1, anon_sym_LBRACE, - STATE(184), 1, + STATE(239), 1, sym_interface_body, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [27851] = 3, - ACTIONS(1448), 1, - anon_sym_DOT, - ACTIONS(3187), 1, - anon_sym_SEMI, + [27947] = 3, + ACTIONS(2986), 1, + anon_sym_LBRACE, + STATE(80), 1, + sym_switch_block, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [27862] = 3, - ACTIONS(1196), 1, + [27958] = 3, + ACTIONS(1126), 1, anon_sym_LPAREN, - STATE(1305), 1, + STATE(435), 1, sym_argument_list, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [27873] = 3, - ACTIONS(3189), 1, - anon_sym_LBRACE, - STATE(78), 1, - sym_switch_block, + [27969] = 3, + ACTIONS(1438), 1, + anon_sym_DOT, + ACTIONS(2988), 1, + anon_sym_SEMI, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [27884] = 2, + [27980] = 2, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(3191), 2, - anon_sym_RPAREN, - anon_sym_COMMA, - [27893] = 3, - ACTIONS(1422), 1, - anon_sym_DOT, - ACTIONS(3193), 1, - anon_sym_with, + ACTIONS(2990), 2, + anon_sym_LBRACE, + anon_sym_permits, + [27989] = 3, + ACTIONS(1457), 1, + anon_sym_LBRACE, + STATE(241), 1, + sym_class_body, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [27904] = 2, + [28000] = 3, + ACTIONS(2430), 1, + anon_sym_LBRACE, + STATE(255), 1, + sym_interface_body, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(3195), 2, - anon_sym_new, - sym_identifier, - [27913] = 2, + [28011] = 3, + ACTIONS(2430), 1, + anon_sym_LBRACE, + STATE(248), 1, + sym_interface_body, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - ACTIONS(3197), 2, - sym_this, - sym_super, - [27922] = 3, - ACTIONS(1196), 1, - anon_sym_LPAREN, - STATE(497), 1, - sym_argument_list, + [28022] = 3, + ACTIONS(2992), 1, + anon_sym_DOT, + ACTIONS(2994), 1, + anon_sym_SEMI, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [27933] = 3, - ACTIONS(1196), 1, + [28033] = 3, + ACTIONS(1126), 1, anon_sym_LPAREN, - STATE(495), 1, + STATE(496), 1, sym_argument_list, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [27944] = 3, - ACTIONS(1448), 1, - anon_sym_DOT, - ACTIONS(3199), 1, - anon_sym_with, + [28044] = 3, + ACTIONS(2638), 1, + anon_sym_LBRACE, + STATE(202), 1, + sym_enum_body, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [27955] = 2, - ACTIONS(3201), 1, - ts_builtin_sym_end, + [28055] = 3, + ACTIONS(2215), 1, + anon_sym_LPAREN, + STATE(945), 1, + sym_formal_parameters, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [27963] = 2, - ACTIONS(3203), 1, - sym_identifier, + [28066] = 2, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [27971] = 2, - ACTIONS(3205), 1, - anon_sym_SEMI, + ACTIONS(2996), 2, + anon_sym_DASH_GT, + anon_sym_COLON, + [28075] = 3, + ACTIONS(2998), 1, + sym_identifier, + STATE(1156), 1, + sym_element_value_pair, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [27979] = 2, - ACTIONS(2082), 1, - anon_sym_RBRACE, + [28086] = 3, + ACTIONS(2653), 1, + anon_sym_LBRACE, + STATE(197), 1, + sym_block, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [27987] = 2, - ACTIONS(3013), 1, - anon_sym_DOT, + [28097] = 2, + ACTIONS(3000), 1, + anon_sym_SEMI, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [27995] = 2, - ACTIONS(3207), 1, - anon_sym_while, + [28105] = 2, + ACTIONS(385), 1, + anon_sym_RBRACK, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [28003] = 2, - ACTIONS(3209), 1, + [28113] = 2, + ACTIONS(3002), 1, anon_sym_SEMI, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [28011] = 2, - ACTIONS(3211), 1, - anon_sym_SEMI, + [28121] = 2, + ACTIONS(2807), 1, + sym_identifier, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [28019] = 2, - ACTIONS(3213), 1, - anon_sym_SEMI, + [28129] = 2, + ACTIONS(3004), 1, + anon_sym_LBRACE, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [28027] = 2, - ACTIONS(3215), 1, - anon_sym_SEMI, + [28137] = 2, + ACTIONS(3006), 1, + anon_sym_while, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [28035] = 2, - ACTIONS(3217), 1, + [28145] = 2, + ACTIONS(3008), 1, anon_sym_SEMI, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [28043] = 2, - ACTIONS(3219), 1, - anon_sym_EQ, - ACTIONS(3), 2, - sym_line_comment, - sym_block_comment, - [28051] = 2, - ACTIONS(2920), 1, - anon_sym_RPAREN, + [28153] = 2, + ACTIONS(2801), 1, + anon_sym_DOT, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [28059] = 2, - ACTIONS(3221), 1, - anon_sym_RPAREN, + [28161] = 2, + ACTIONS(3010), 1, + anon_sym_LBRACE, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [28067] = 2, - ACTIONS(3223), 1, - anon_sym_RPAREN, + [28169] = 2, + ACTIONS(3012), 1, + anon_sym_SEMI, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [28075] = 2, - ACTIONS(3225), 1, - anon_sym_LBRACE, + [28177] = 2, + ACTIONS(3014), 1, + sym_identifier, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [28083] = 2, - ACTIONS(3227), 1, - sym_identifier, + [28185] = 2, + ACTIONS(3016), 1, + anon_sym_SEMI, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [28091] = 2, - ACTIONS(3229), 1, - sym_identifier, + [28193] = 2, + ACTIONS(2784), 1, + anon_sym_RPAREN, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [28099] = 2, - ACTIONS(3231), 1, + [28201] = 2, + ACTIONS(3018), 1, anon_sym_SEMI, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [28107] = 2, - ACTIONS(2835), 1, + [28209] = 2, + ACTIONS(2821), 1, anon_sym_RPAREN, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [28115] = 2, - ACTIONS(3233), 1, - anon_sym_SEMI, + [28217] = 2, + ACTIONS(3020), 1, + anon_sym_LPAREN, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [28123] = 2, - ACTIONS(408), 1, - anon_sym_RBRACK, + [28225] = 2, + ACTIONS(3022), 1, + anon_sym_EQ, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [28131] = 2, - ACTIONS(3235), 1, + [28233] = 2, + ACTIONS(3024), 1, anon_sym_SEMI, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [28139] = 2, - ACTIONS(3237), 1, + [28241] = 2, + ACTIONS(3026), 1, sym_identifier, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [28147] = 2, - ACTIONS(1209), 1, - anon_sym_DASH_GT, + [28249] = 2, + ACTIONS(405), 1, + anon_sym_RBRACK, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [28155] = 2, - ACTIONS(3239), 1, - anon_sym_LBRACE, + [28257] = 2, + ACTIONS(3028), 1, + anon_sym_SEMI, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [28163] = 2, - ACTIONS(3241), 1, - anon_sym_SEMI, + [28265] = 2, + ACTIONS(3030), 1, + anon_sym_DOT, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [28171] = 2, - ACTIONS(3243), 1, - anon_sym_SEMI, + [28273] = 2, + ACTIONS(3032), 1, + sym_identifier, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [28179] = 2, - ACTIONS(428), 1, - anon_sym_RBRACK, + [28281] = 2, + ACTIONS(1636), 1, + anon_sym_COLON_COLON, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [28187] = 2, - ACTIONS(2074), 1, + [28289] = 2, + ACTIONS(2553), 1, anon_sym_RBRACE, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [28195] = 2, - ACTIONS(3245), 1, + [28297] = 2, + ACTIONS(3034), 1, anon_sym_SEMI, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [28203] = 2, - ACTIONS(1649), 1, - anon_sym_COLON_COLON, + [28305] = 2, + ACTIONS(3036), 1, + anon_sym_SEMI, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [28211] = 2, - ACTIONS(3247), 1, + [28313] = 2, + ACTIONS(3038), 1, anon_sym_SEMI, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [28219] = 2, - ACTIONS(3249), 1, - sym_identifier, + [28321] = 2, + ACTIONS(3040), 1, + anon_sym_DASH_GT, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [28227] = 2, - ACTIONS(3123), 1, - anon_sym_DASH_GT, + [28329] = 2, + ACTIONS(3042), 1, + anon_sym_RPAREN, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [28235] = 2, - ACTIONS(3251), 1, + [28337] = 2, + ACTIONS(3044), 1, anon_sym_SEMI, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [28243] = 2, - ACTIONS(3253), 1, - anon_sym_LPAREN, + [28345] = 2, + ACTIONS(3046), 1, + anon_sym_SEMI, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [28251] = 2, - ACTIONS(414), 1, - anon_sym_RBRACK, + [28353] = 2, + ACTIONS(3048), 1, + anon_sym_RPAREN, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [28259] = 2, - ACTIONS(3255), 1, + [28361] = 2, + ACTIONS(1139), 1, anon_sym_DASH_GT, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [28267] = 2, - ACTIONS(1996), 1, - anon_sym_RBRACE, - ACTIONS(3), 2, - sym_line_comment, - sym_block_comment, - [28275] = 2, - ACTIONS(3257), 1, - anon_sym_DOT, - ACTIONS(3), 2, - sym_line_comment, - sym_block_comment, - [28283] = 2, - ACTIONS(2982), 1, + [28369] = 2, + ACTIONS(2780), 1, anon_sym_RBRACE, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [28291] = 2, - ACTIONS(3259), 1, - sym_identifier, + [28377] = 2, + ACTIONS(3050), 1, + ts_builtin_sym_end, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [28299] = 2, - ACTIONS(3261), 1, + [28385] = 2, + ACTIONS(3052), 1, anon_sym_SEMI, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [28307] = 2, - ACTIONS(3263), 1, - anon_sym_EQ, - ACTIONS(3), 2, - sym_line_comment, - sym_block_comment, - [28315] = 2, - ACTIONS(3265), 1, - anon_sym_EQ, - ACTIONS(3), 2, - sym_line_comment, - sym_block_comment, - [28323] = 2, - ACTIONS(3267), 1, - sym_this, + [28393] = 2, + ACTIONS(2916), 1, + anon_sym_COLON, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [28331] = 2, - ACTIONS(3269), 1, + [28401] = 2, + ACTIONS(3054), 1, anon_sym_SEMI, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [28339] = 2, - ACTIONS(3271), 1, + [28409] = 2, + ACTIONS(3056), 1, anon_sym_RPAREN, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [28347] = 2, - ACTIONS(2878), 1, - sym_identifier, + [28417] = 2, + ACTIONS(3058), 1, + anon_sym_SEMI, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [28355] = 2, - ACTIONS(3273), 1, + [28425] = 2, + ACTIONS(3060), 1, sym_identifier, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [28363] = 2, - ACTIONS(3275), 1, + [28433] = 2, + ACTIONS(3062), 1, sym_identifier, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [28371] = 2, - ACTIONS(3277), 1, + [28441] = 2, + ACTIONS(3064), 1, sym_identifier, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [28379] = 2, - ACTIONS(3279), 1, - anon_sym_DASH_GT, + [28449] = 2, + ACTIONS(3066), 1, + anon_sym_SEMI, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [28387] = 2, - ACTIONS(3281), 1, - anon_sym_SEMI, + [28457] = 2, + ACTIONS(2330), 1, + anon_sym_DOT, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [28395] = 2, - ACTIONS(2599), 1, + [28465] = 2, + ACTIONS(3068), 1, anon_sym_RBRACE, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [28403] = 2, - ACTIONS(3283), 1, - sym_identifier, + [28473] = 2, + ACTIONS(3070), 1, + anon_sym_SEMI, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [28411] = 2, - ACTIONS(3285), 1, - anon_sym_DASH_GT, + [28481] = 2, + ACTIONS(3072), 1, + sym_identifier, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [28419] = 2, - ACTIONS(3287), 1, - sym_identifier, + [28489] = 2, + ACTIONS(2055), 1, + anon_sym_RBRACE, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [28427] = 2, - ACTIONS(3289), 1, + [28497] = 2, + ACTIONS(3074), 1, sym_identifier, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [28435] = 2, - ACTIONS(3291), 1, + [28505] = 2, + ACTIONS(3076), 1, anon_sym_LPAREN, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [28443] = 2, - ACTIONS(3293), 1, - anon_sym_SEMI, - ACTIONS(3), 2, - sym_line_comment, - sym_block_comment, - [28451] = 2, - ACTIONS(3295), 1, + [28513] = 2, + ACTIONS(3078), 1, sym_identifier, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [28459] = 2, - ACTIONS(3297), 1, + [28521] = 2, + ACTIONS(3080), 1, sym_identifier, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [28467] = 2, - ACTIONS(2910), 1, + [28529] = 2, + ACTIONS(3082), 1, sym_identifier, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [28475] = 2, - ACTIONS(412), 1, - anon_sym_RBRACK, + [28537] = 2, + ACTIONS(3084), 1, + anon_sym_SEMI, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [28483] = 2, - ACTIONS(3299), 1, - sym_this, + [28545] = 2, + ACTIONS(3086), 1, + anon_sym_LBRACE, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [28491] = 2, - ACTIONS(3301), 1, - anon_sym_class, + [28553] = 2, + ACTIONS(3088), 1, + anon_sym_DASH_GT, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [28499] = 2, - ACTIONS(3303), 1, - anon_sym_SEMI, + [28561] = 2, + ACTIONS(451), 1, + anon_sym_RBRACK, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [28507] = 2, - ACTIONS(3305), 1, - anon_sym_SEMI, + [28569] = 2, + ACTIONS(3090), 1, + anon_sym_class, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [28515] = 2, - ACTIONS(3307), 1, - anon_sym_SEMI, + [28577] = 2, + ACTIONS(2053), 1, + anon_sym_RBRACE, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [28523] = 2, - ACTIONS(3043), 1, + [28585] = 2, + ACTIONS(2670), 1, anon_sym_RPAREN, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [28531] = 2, - ACTIONS(3309), 1, + [28593] = 2, + ACTIONS(3092), 1, anon_sym_SEMI, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [28539] = 2, - ACTIONS(3125), 1, - anon_sym_COLON, + [28601] = 2, + ACTIONS(2914), 1, + anon_sym_DASH_GT, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [28547] = 2, - ACTIONS(3311), 1, + [28609] = 2, + ACTIONS(3094), 1, anon_sym_module, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [28555] = 2, - ACTIONS(3313), 1, - anon_sym_LBRACE, + [28617] = 2, + ACTIONS(3096), 1, + anon_sym_EQ, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [28563] = 2, - ACTIONS(3315), 1, + [28625] = 2, + ACTIONS(3098), 1, anon_sym_DASH_GT, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [28571] = 2, - ACTIONS(3317), 1, - anon_sym_DOT, + [28633] = 2, + ACTIONS(3100), 1, + anon_sym_SEMI, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [28579] = 2, - ACTIONS(3319), 1, - sym_identifier, + [28641] = 2, + ACTIONS(3102), 1, + anon_sym_RPAREN, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [28587] = 2, - ACTIONS(3321), 1, - anon_sym_RPAREN, + [28649] = 2, + ACTIONS(3104), 1, + sym_identifier, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [28595] = 2, - ACTIONS(3323), 1, - anon_sym_SEMI, + [28657] = 2, + ACTIONS(3106), 1, + anon_sym_EQ, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [28603] = 2, - ACTIONS(3325), 1, - anon_sym_RPAREN, + [28665] = 2, + ACTIONS(1990), 1, + anon_sym_RBRACE, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [28611] = 2, - ACTIONS(3327), 1, + [28673] = 2, + ACTIONS(3108), 1, anon_sym_SEMI, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [28619] = 2, - ACTIONS(3329), 1, - anon_sym_RBRACE, + [28681] = 2, + ACTIONS(441), 1, + anon_sym_RBRACK, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [28627] = 2, - ACTIONS(3331), 1, - anon_sym_LPAREN, + [28689] = 2, + ACTIONS(3110), 1, + anon_sym_SEMI, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [28635] = 2, - ACTIONS(3333), 1, - anon_sym_DASH_GT, + [28697] = 2, + ACTIONS(3112), 1, + anon_sym_LPAREN, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [28643] = 2, - ACTIONS(3335), 1, - anon_sym_SEMI, + [28705] = 2, + ACTIONS(3114), 1, + anon_sym_RPAREN, ACTIONS(3), 2, sym_line_comment, sym_block_comment, - [28651] = 2, - ACTIONS(3337), 1, + [28713] = 2, + ACTIONS(3116), 1, anon_sym_LBRACE, ACTIONS(3), 2, sym_line_comment, sym_block_comment, + [28721] = 2, + ACTIONS(3118), 1, + sym_identifier, + ACTIONS(3), 2, + sym_line_comment, + sym_block_comment, }; static const uint32_t ts_small_parse_table_map[] = { - [SMALL_STATE(355)] = 0, - [SMALL_STATE(356)] = 119, - [SMALL_STATE(357)] = 238, - [SMALL_STATE(358)] = 357, - [SMALL_STATE(359)] = 476, - [SMALL_STATE(360)] = 595, - [SMALL_STATE(361)] = 715, - [SMALL_STATE(362)] = 835, - [SMALL_STATE(363)] = 942, - [SMALL_STATE(364)] = 1049, - [SMALL_STATE(365)] = 1156, - [SMALL_STATE(366)] = 1240, - [SMALL_STATE(367)] = 1329, - [SMALL_STATE(368)] = 1420, - [SMALL_STATE(369)] = 1502, - [SMALL_STATE(370)] = 1584, - [SMALL_STATE(371)] = 1675, - [SMALL_STATE(372)] = 1766, - [SMALL_STATE(373)] = 1857, - [SMALL_STATE(374)] = 1917, - [SMALL_STATE(375)] = 1977, - [SMALL_STATE(376)] = 2037, - [SMALL_STATE(377)] = 2109, - [SMALL_STATE(378)] = 2175, - [SMALL_STATE(379)] = 2235, - [SMALL_STATE(380)] = 2289, - [SMALL_STATE(381)] = 2363, - [SMALL_STATE(382)] = 2417, - [SMALL_STATE(383)] = 2471, - [SMALL_STATE(384)] = 2540, - [SMALL_STATE(385)] = 2597, - [SMALL_STATE(386)] = 2670, - [SMALL_STATE(387)] = 2734, - [SMALL_STATE(388)] = 2794, - [SMALL_STATE(389)] = 2854, - [SMALL_STATE(390)] = 2916, - [SMALL_STATE(391)] = 2980, - [SMALL_STATE(392)] = 3043, - [SMALL_STATE(393)] = 3104, - [SMALL_STATE(394)] = 3167, - [SMALL_STATE(395)] = 3228, - [SMALL_STATE(396)] = 3291, - [SMALL_STATE(397)] = 3354, - [SMALL_STATE(398)] = 3436, - [SMALL_STATE(399)] = 3486, - [SMALL_STATE(400)] = 3536, - [SMALL_STATE(401)] = 3590, - [SMALL_STATE(402)] = 3647, - [SMALL_STATE(403)] = 3721, - [SMALL_STATE(404)] = 3774, - [SMALL_STATE(405)] = 3821, - [SMALL_STATE(406)] = 3894, - [SMALL_STATE(407)] = 3965, - [SMALL_STATE(408)] = 4012, - [SMALL_STATE(409)] = 4059, - [SMALL_STATE(410)] = 4106, - [SMALL_STATE(411)] = 4159, - [SMALL_STATE(412)] = 4211, - [SMALL_STATE(413)] = 4257, - [SMALL_STATE(414)] = 4305, - [SMALL_STATE(415)] = 4351, - [SMALL_STATE(416)] = 4397, - [SMALL_STATE(417)] = 4443, - [SMALL_STATE(418)] = 4505, - [SMALL_STATE(419)] = 4551, - [SMALL_STATE(420)] = 4603, - [SMALL_STATE(421)] = 4649, - [SMALL_STATE(422)] = 4695, - [SMALL_STATE(423)] = 4741, - [SMALL_STATE(424)] = 4787, - [SMALL_STATE(425)] = 4832, - [SMALL_STATE(426)] = 4877, - [SMALL_STATE(427)] = 4922, - [SMALL_STATE(428)] = 4967, - [SMALL_STATE(429)] = 5019, - [SMALL_STATE(430)] = 5067, - [SMALL_STATE(431)] = 5115, - [SMALL_STATE(432)] = 5163, - [SMALL_STATE(433)] = 5211, - [SMALL_STATE(434)] = 5263, - [SMALL_STATE(435)] = 5311, - [SMALL_STATE(436)] = 5361, - [SMALL_STATE(437)] = 5409, - [SMALL_STATE(438)] = 5457, - [SMALL_STATE(439)] = 5505, - [SMALL_STATE(440)] = 5548, - [SMALL_STATE(441)] = 5591, - [SMALL_STATE(442)] = 5634, - [SMALL_STATE(443)] = 5677, - [SMALL_STATE(444)] = 5720, - [SMALL_STATE(445)] = 5763, - [SMALL_STATE(446)] = 5806, - [SMALL_STATE(447)] = 5849, - [SMALL_STATE(448)] = 5892, - [SMALL_STATE(449)] = 5935, - [SMALL_STATE(450)] = 5978, - [SMALL_STATE(451)] = 6021, - [SMALL_STATE(452)] = 6064, - [SMALL_STATE(453)] = 6111, - [SMALL_STATE(454)] = 6154, - [SMALL_STATE(455)] = 6197, - [SMALL_STATE(456)] = 6240, - [SMALL_STATE(457)] = 6283, - [SMALL_STATE(458)] = 6326, - [SMALL_STATE(459)] = 6373, - [SMALL_STATE(460)] = 6416, - [SMALL_STATE(461)] = 6459, - [SMALL_STATE(462)] = 6502, - [SMALL_STATE(463)] = 6545, - [SMALL_STATE(464)] = 6588, - [SMALL_STATE(465)] = 6631, - [SMALL_STATE(466)] = 6674, - [SMALL_STATE(467)] = 6717, - [SMALL_STATE(468)] = 6760, - [SMALL_STATE(469)] = 6803, - [SMALL_STATE(470)] = 6845, - [SMALL_STATE(471)] = 6893, - [SMALL_STATE(472)] = 6939, - [SMALL_STATE(473)] = 6981, - [SMALL_STATE(474)] = 7023, - [SMALL_STATE(475)] = 7071, - [SMALL_STATE(476)] = 7113, - [SMALL_STATE(477)] = 7155, - [SMALL_STATE(478)] = 7197, - [SMALL_STATE(479)] = 7239, - [SMALL_STATE(480)] = 7281, - [SMALL_STATE(481)] = 7323, - [SMALL_STATE(482)] = 7365, - [SMALL_STATE(483)] = 7407, - [SMALL_STATE(484)] = 7449, - [SMALL_STATE(485)] = 7491, - [SMALL_STATE(486)] = 7533, - [SMALL_STATE(487)] = 7575, - [SMALL_STATE(488)] = 7617, - [SMALL_STATE(489)] = 7659, - [SMALL_STATE(490)] = 7701, - [SMALL_STATE(491)] = 7743, - [SMALL_STATE(492)] = 7791, - [SMALL_STATE(493)] = 7833, - [SMALL_STATE(494)] = 7875, - [SMALL_STATE(495)] = 7933, - [SMALL_STATE(496)] = 7975, - [SMALL_STATE(497)] = 8017, - [SMALL_STATE(498)] = 8059, - [SMALL_STATE(499)] = 8101, - [SMALL_STATE(500)] = 8143, - [SMALL_STATE(501)] = 8185, - [SMALL_STATE(502)] = 8231, - [SMALL_STATE(503)] = 8273, - [SMALL_STATE(504)] = 8315, - [SMALL_STATE(505)] = 8357, - [SMALL_STATE(506)] = 8399, - [SMALL_STATE(507)] = 8441, - [SMALL_STATE(508)] = 8483, - [SMALL_STATE(509)] = 8525, - [SMALL_STATE(510)] = 8567, - [SMALL_STATE(511)] = 8609, - [SMALL_STATE(512)] = 8651, - [SMALL_STATE(513)] = 8693, - [SMALL_STATE(514)] = 8735, - [SMALL_STATE(515)] = 8777, - [SMALL_STATE(516)] = 8819, - [SMALL_STATE(517)] = 8861, - [SMALL_STATE(518)] = 8903, - [SMALL_STATE(519)] = 8948, - [SMALL_STATE(520)] = 8988, - [SMALL_STATE(521)] = 9028, - [SMALL_STATE(522)] = 9074, - [SMALL_STATE(523)] = 9114, - [SMALL_STATE(524)] = 9155, - [SMALL_STATE(525)] = 9194, - [SMALL_STATE(526)] = 9233, - [SMALL_STATE(527)] = 9272, - [SMALL_STATE(528)] = 9311, - [SMALL_STATE(529)] = 9350, - [SMALL_STATE(530)] = 9389, - [SMALL_STATE(531)] = 9428, - [SMALL_STATE(532)] = 9467, - [SMALL_STATE(533)] = 9506, - [SMALL_STATE(534)] = 9545, - [SMALL_STATE(535)] = 9584, - [SMALL_STATE(536)] = 9623, - [SMALL_STATE(537)] = 9662, - [SMALL_STATE(538)] = 9701, - [SMALL_STATE(539)] = 9740, - [SMALL_STATE(540)] = 9779, - [SMALL_STATE(541)] = 9818, - [SMALL_STATE(542)] = 9859, - [SMALL_STATE(543)] = 9898, - [SMALL_STATE(544)] = 9937, - [SMALL_STATE(545)] = 9976, - [SMALL_STATE(546)] = 10036, - [SMALL_STATE(547)] = 10082, - [SMALL_STATE(548)] = 10144, - [SMALL_STATE(549)] = 10212, - [SMALL_STATE(550)] = 10256, - [SMALL_STATE(551)] = 10306, - [SMALL_STATE(552)] = 10350, - [SMALL_STATE(553)] = 10414, - [SMALL_STATE(554)] = 10458, - [SMALL_STATE(555)] = 10516, - [SMALL_STATE(556)] = 10584, - [SMALL_STATE(557)] = 10646, - [SMALL_STATE(558)] = 10714, - [SMALL_STATE(559)] = 10770, - [SMALL_STATE(560)] = 10838, - [SMALL_STATE(561)] = 10882, - [SMALL_STATE(562)] = 10924, - [SMALL_STATE(563)] = 10992, - [SMALL_STATE(564)] = 11036, - [SMALL_STATE(565)] = 11081, - [SMALL_STATE(566)] = 11118, - [SMALL_STATE(567)] = 11155, - [SMALL_STATE(568)] = 11200, - [SMALL_STATE(569)] = 11270, - [SMALL_STATE(570)] = 11336, - [SMALL_STATE(571)] = 11378, - [SMALL_STATE(572)] = 11447, - [SMALL_STATE(573)] = 11504, - [SMALL_STATE(574)] = 11569, - [SMALL_STATE(575)] = 11638, - [SMALL_STATE(576)] = 11673, - [SMALL_STATE(577)] = 11708, - [SMALL_STATE(578)] = 11743, - [SMALL_STATE(579)] = 11812, - [SMALL_STATE(580)] = 11877, - [SMALL_STATE(581)] = 11946, - [SMALL_STATE(582)] = 11981, - [SMALL_STATE(583)] = 12040, - [SMALL_STATE(584)] = 12075, - [SMALL_STATE(585)] = 12140, - [SMALL_STATE(586)] = 12175, - [SMALL_STATE(587)] = 12240, - [SMALL_STATE(588)] = 12309, - [SMALL_STATE(589)] = 12374, - [SMALL_STATE(590)] = 12429, - [SMALL_STATE(591)] = 12498, - [SMALL_STATE(592)] = 12551, - [SMALL_STATE(593)] = 12588, - [SMALL_STATE(594)] = 12657, - [SMALL_STATE(595)] = 12704, - [SMALL_STATE(596)] = 12739, - [SMALL_STATE(597)] = 12792, - [SMALL_STATE(598)] = 12851, - [SMALL_STATE(599)] = 12916, - [SMALL_STATE(600)] = 12977, - [SMALL_STATE(601)] = 13018, - [SMALL_STATE(602)] = 13077, - [SMALL_STATE(603)] = 13142, - [SMALL_STATE(604)] = 13185, - [SMALL_STATE(605)] = 13254, - [SMALL_STATE(606)] = 13313, - [SMALL_STATE(607)] = 13382, - [SMALL_STATE(608)] = 13447, - [SMALL_STATE(609)] = 13516, - [SMALL_STATE(610)] = 13585, - [SMALL_STATE(611)] = 13654, - [SMALL_STATE(612)] = 13723, - [SMALL_STATE(613)] = 13792, - [SMALL_STATE(614)] = 13861, - [SMALL_STATE(615)] = 13930, - [SMALL_STATE(616)] = 13999, - [SMALL_STATE(617)] = 14068, - [SMALL_STATE(618)] = 14103, - [SMALL_STATE(619)] = 14172, - [SMALL_STATE(620)] = 14241, - [SMALL_STATE(621)] = 14276, - [SMALL_STATE(622)] = 14345, - [SMALL_STATE(623)] = 14409, - [SMALL_STATE(624)] = 14473, - [SMALL_STATE(625)] = 14523, - [SMALL_STATE(626)] = 14589, - [SMALL_STATE(627)] = 14653, - [SMALL_STATE(628)] = 14703, - [SMALL_STATE(629)] = 14741, - [SMALL_STATE(630)] = 14805, - [SMALL_STATE(631)] = 14861, - [SMALL_STATE(632)] = 14925, - [SMALL_STATE(633)] = 14989, - [SMALL_STATE(634)] = 15053, - [SMALL_STATE(635)] = 15116, - [SMALL_STATE(636)] = 15179, - [SMALL_STATE(637)] = 15242, - [SMALL_STATE(638)] = 15305, - [SMALL_STATE(639)] = 15368, - [SMALL_STATE(640)] = 15423, - [SMALL_STATE(641)] = 15486, - [SMALL_STATE(642)] = 15549, - [SMALL_STATE(643)] = 15612, - [SMALL_STATE(644)] = 15675, - [SMALL_STATE(645)] = 15738, - [SMALL_STATE(646)] = 15801, - [SMALL_STATE(647)] = 15864, - [SMALL_STATE(648)] = 15927, - [SMALL_STATE(649)] = 15990, - [SMALL_STATE(650)] = 16053, - [SMALL_STATE(651)] = 16116, - [SMALL_STATE(652)] = 16179, - [SMALL_STATE(653)] = 16242, - [SMALL_STATE(654)] = 16297, - [SMALL_STATE(655)] = 16352, - [SMALL_STATE(656)] = 16415, - [SMALL_STATE(657)] = 16478, - [SMALL_STATE(658)] = 16541, - [SMALL_STATE(659)] = 16596, - [SMALL_STATE(660)] = 16659, - [SMALL_STATE(661)] = 16722, - [SMALL_STATE(662)] = 16785, - [SMALL_STATE(663)] = 16846, - [SMALL_STATE(664)] = 16901, - [SMALL_STATE(665)] = 16964, - [SMALL_STATE(666)] = 17016, - [SMALL_STATE(667)] = 17068, - [SMALL_STATE(668)] = 17120, - [SMALL_STATE(669)] = 17172, - [SMALL_STATE(670)] = 17224, - [SMALL_STATE(671)] = 17276, - [SMALL_STATE(672)] = 17308, - [SMALL_STATE(673)] = 17340, - [SMALL_STATE(674)] = 17392, - [SMALL_STATE(675)] = 17444, - [SMALL_STATE(676)] = 17481, - [SMALL_STATE(677)] = 17518, - [SMALL_STATE(678)] = 17559, - [SMALL_STATE(679)] = 17608, - [SMALL_STATE(680)] = 17660, - [SMALL_STATE(681)] = 17708, - [SMALL_STATE(682)] = 17754, - [SMALL_STATE(683)] = 17784, - [SMALL_STATE(684)] = 17830, - [SMALL_STATE(685)] = 17860, - [SMALL_STATE(686)] = 17896, - [SMALL_STATE(687)] = 17926, - [SMALL_STATE(688)] = 17972, - [SMALL_STATE(689)] = 18018, - [SMALL_STATE(690)] = 18064, - [SMALL_STATE(691)] = 18094, - [SMALL_STATE(692)] = 18124, - [SMALL_STATE(693)] = 18170, - [SMALL_STATE(694)] = 18216, - [SMALL_STATE(695)] = 18246, - [SMALL_STATE(696)] = 18282, - [SMALL_STATE(697)] = 18330, - [SMALL_STATE(698)] = 18359, - [SMALL_STATE(699)] = 18388, - [SMALL_STATE(700)] = 18417, - [SMALL_STATE(701)] = 18466, - [SMALL_STATE(702)] = 18495, - [SMALL_STATE(703)] = 18523, - [SMALL_STATE(704)] = 18551, - [SMALL_STATE(705)] = 18593, - [SMALL_STATE(706)] = 18625, - [SMALL_STATE(707)] = 18667, - [SMALL_STATE(708)] = 18715, - [SMALL_STATE(709)] = 18743, - [SMALL_STATE(710)] = 18771, - [SMALL_STATE(711)] = 18799, - [SMALL_STATE(712)] = 18829, - [SMALL_STATE(713)] = 18857, - [SMALL_STATE(714)] = 18885, - [SMALL_STATE(715)] = 18925, - [SMALL_STATE(716)] = 18971, - [SMALL_STATE(717)] = 19005, - [SMALL_STATE(718)] = 19051, - [SMALL_STATE(719)] = 19097, - [SMALL_STATE(720)] = 19134, - [SMALL_STATE(721)] = 19177, - [SMALL_STATE(722)] = 19214, - [SMALL_STATE(723)] = 19257, - [SMALL_STATE(724)] = 19282, - [SMALL_STATE(725)] = 19319, - [SMALL_STATE(726)] = 19352, - [SMALL_STATE(727)] = 19389, - [SMALL_STATE(728)] = 19414, - [SMALL_STATE(729)] = 19453, - [SMALL_STATE(730)] = 19490, - [SMALL_STATE(731)] = 19533, - [SMALL_STATE(732)] = 19576, - [SMALL_STATE(733)] = 19616, - [SMALL_STATE(734)] = 19658, - [SMALL_STATE(735)] = 19698, - [SMALL_STATE(736)] = 19740, - [SMALL_STATE(737)] = 19780, - [SMALL_STATE(738)] = 19820, - [SMALL_STATE(739)] = 19862, - [SMALL_STATE(740)] = 19888, - [SMALL_STATE(741)] = 19928, - [SMALL_STATE(742)] = 19970, - [SMALL_STATE(743)] = 20010, - [SMALL_STATE(744)] = 20050, - [SMALL_STATE(745)] = 20087, - [SMALL_STATE(746)] = 20116, - [SMALL_STATE(747)] = 20153, - [SMALL_STATE(748)] = 20190, - [SMALL_STATE(749)] = 20225, - [SMALL_STATE(750)] = 20258, - [SMALL_STATE(751)] = 20292, - [SMALL_STATE(752)] = 20328, - [SMALL_STATE(753)] = 20364, - [SMALL_STATE(754)] = 20398, - [SMALL_STATE(755)] = 20434, - [SMALL_STATE(756)] = 20470, - [SMALL_STATE(757)] = 20504, - [SMALL_STATE(758)] = 20538, - [SMALL_STATE(759)] = 20574, - [SMALL_STATE(760)] = 20610, - [SMALL_STATE(761)] = 20646, - [SMALL_STATE(762)] = 20680, - [SMALL_STATE(763)] = 20712, - [SMALL_STATE(764)] = 20748, - [SMALL_STATE(765)] = 20782, - [SMALL_STATE(766)] = 20816, - [SMALL_STATE(767)] = 20850, - [SMALL_STATE(768)] = 20884, - [SMALL_STATE(769)] = 20914, - [SMALL_STATE(770)] = 20944, - [SMALL_STATE(771)] = 20975, - [SMALL_STATE(772)] = 20998, - [SMALL_STATE(773)] = 21029, - [SMALL_STATE(774)] = 21062, - [SMALL_STATE(775)] = 21093, - [SMALL_STATE(776)] = 21124, - [SMALL_STATE(777)] = 21157, - [SMALL_STATE(778)] = 21188, - [SMALL_STATE(779)] = 21219, - [SMALL_STATE(780)] = 21249, - [SMALL_STATE(781)] = 21279, - [SMALL_STATE(782)] = 21311, - [SMALL_STATE(783)] = 21341, - [SMALL_STATE(784)] = 21369, - [SMALL_STATE(785)] = 21397, - [SMALL_STATE(786)] = 21427, - [SMALL_STATE(787)] = 21459, - [SMALL_STATE(788)] = 21490, - [SMALL_STATE(789)] = 21525, - [SMALL_STATE(790)] = 21552, - [SMALL_STATE(791)] = 21581, - [SMALL_STATE(792)] = 21612, - [SMALL_STATE(793)] = 21647, - [SMALL_STATE(794)] = 21678, - [SMALL_STATE(795)] = 21705, - [SMALL_STATE(796)] = 21734, - [SMALL_STATE(797)] = 21760, - [SMALL_STATE(798)] = 21776, - [SMALL_STATE(799)] = 21806, - [SMALL_STATE(800)] = 21834, - [SMALL_STATE(801)] = 21855, - [SMALL_STATE(802)] = 21880, - [SMALL_STATE(803)] = 21903, - [SMALL_STATE(804)] = 21932, - [SMALL_STATE(805)] = 21955, - [SMALL_STATE(806)] = 21984, - [SMALL_STATE(807)] = 22009, - [SMALL_STATE(808)] = 22032, - [SMALL_STATE(809)] = 22061, - [SMALL_STATE(810)] = 22090, - [SMALL_STATE(811)] = 22112, - [SMALL_STATE(812)] = 22126, - [SMALL_STATE(813)] = 22140, - [SMALL_STATE(814)] = 22164, - [SMALL_STATE(815)] = 22184, - [SMALL_STATE(816)] = 22208, - [SMALL_STATE(817)] = 22222, - [SMALL_STATE(818)] = 22244, - [SMALL_STATE(819)] = 22266, - [SMALL_STATE(820)] = 22280, - [SMALL_STATE(821)] = 22302, - [SMALL_STATE(822)] = 22322, - [SMALL_STATE(823)] = 22345, - [SMALL_STATE(824)] = 22368, - [SMALL_STATE(825)] = 22381, - [SMALL_STATE(826)] = 22394, - [SMALL_STATE(827)] = 22407, - [SMALL_STATE(828)] = 22420, - [SMALL_STATE(829)] = 22433, - [SMALL_STATE(830)] = 22450, - [SMALL_STATE(831)] = 22467, - [SMALL_STATE(832)] = 22486, - [SMALL_STATE(833)] = 22503, - [SMALL_STATE(834)] = 22520, - [SMALL_STATE(835)] = 22533, - [SMALL_STATE(836)] = 22546, - [SMALL_STATE(837)] = 22559, - [SMALL_STATE(838)] = 22576, - [SMALL_STATE(839)] = 22593, - [SMALL_STATE(840)] = 22610, - [SMALL_STATE(841)] = 22627, - [SMALL_STATE(842)] = 22648, - [SMALL_STATE(843)] = 22661, - [SMALL_STATE(844)] = 22678, - [SMALL_STATE(845)] = 22691, - [SMALL_STATE(846)] = 22710, - [SMALL_STATE(847)] = 22723, - [SMALL_STATE(848)] = 22746, - [SMALL_STATE(849)] = 22759, - [SMALL_STATE(850)] = 22772, - [SMALL_STATE(851)] = 22785, - [SMALL_STATE(852)] = 22798, - [SMALL_STATE(853)] = 22811, - [SMALL_STATE(854)] = 22824, - [SMALL_STATE(855)] = 22837, - [SMALL_STATE(856)] = 22850, - [SMALL_STATE(857)] = 22863, - [SMALL_STATE(858)] = 22880, - [SMALL_STATE(859)] = 22893, - [SMALL_STATE(860)] = 22906, - [SMALL_STATE(861)] = 22923, - [SMALL_STATE(862)] = 22936, - [SMALL_STATE(863)] = 22949, - [SMALL_STATE(864)] = 22972, - [SMALL_STATE(865)] = 22989, - [SMALL_STATE(866)] = 23006, - [SMALL_STATE(867)] = 23023, - [SMALL_STATE(868)] = 23046, - [SMALL_STATE(869)] = 23063, - [SMALL_STATE(870)] = 23082, - [SMALL_STATE(871)] = 23099, - [SMALL_STATE(872)] = 23116, - [SMALL_STATE(873)] = 23129, - [SMALL_STATE(874)] = 23146, - [SMALL_STATE(875)] = 23159, - [SMALL_STATE(876)] = 23176, - [SMALL_STATE(877)] = 23189, - [SMALL_STATE(878)] = 23212, - [SMALL_STATE(879)] = 23225, - [SMALL_STATE(880)] = 23238, - [SMALL_STATE(881)] = 23251, - [SMALL_STATE(882)] = 23264, - [SMALL_STATE(883)] = 23285, - [SMALL_STATE(884)] = 23304, - [SMALL_STATE(885)] = 23321, - [SMALL_STATE(886)] = 23334, - [SMALL_STATE(887)] = 23347, - [SMALL_STATE(888)] = 23360, - [SMALL_STATE(889)] = 23373, - [SMALL_STATE(890)] = 23386, - [SMALL_STATE(891)] = 23399, - [SMALL_STATE(892)] = 23412, - [SMALL_STATE(893)] = 23425, - [SMALL_STATE(894)] = 23438, - [SMALL_STATE(895)] = 23454, - [SMALL_STATE(896)] = 23470, - [SMALL_STATE(897)] = 23486, - [SMALL_STATE(898)] = 23502, - [SMALL_STATE(899)] = 23522, - [SMALL_STATE(900)] = 23542, - [SMALL_STATE(901)] = 23562, - [SMALL_STATE(902)] = 23578, - [SMALL_STATE(903)] = 23594, - [SMALL_STATE(904)] = 23610, - [SMALL_STATE(905)] = 23626, - [SMALL_STATE(906)] = 23642, - [SMALL_STATE(907)] = 23658, - [SMALL_STATE(908)] = 23674, - [SMALL_STATE(909)] = 23694, - [SMALL_STATE(910)] = 23710, - [SMALL_STATE(911)] = 23726, - [SMALL_STATE(912)] = 23742, - [SMALL_STATE(913)] = 23756, - [SMALL_STATE(914)] = 23772, - [SMALL_STATE(915)] = 23788, - [SMALL_STATE(916)] = 23804, - [SMALL_STATE(917)] = 23816, - [SMALL_STATE(918)] = 23828, - [SMALL_STATE(919)] = 23844, - [SMALL_STATE(920)] = 23860, - [SMALL_STATE(921)] = 23878, - [SMALL_STATE(922)] = 23894, - [SMALL_STATE(923)] = 23914, - [SMALL_STATE(924)] = 23930, - [SMALL_STATE(925)] = 23946, - [SMALL_STATE(926)] = 23958, - [SMALL_STATE(927)] = 23974, - [SMALL_STATE(928)] = 23990, - [SMALL_STATE(929)] = 24010, - [SMALL_STATE(930)] = 24026, - [SMALL_STATE(931)] = 24042, - [SMALL_STATE(932)] = 24058, - [SMALL_STATE(933)] = 24074, - [SMALL_STATE(934)] = 24090, - [SMALL_STATE(935)] = 24107, - [SMALL_STATE(936)] = 24124, - [SMALL_STATE(937)] = 24139, - [SMALL_STATE(938)] = 24156, - [SMALL_STATE(939)] = 24171, - [SMALL_STATE(940)] = 24188, - [SMALL_STATE(941)] = 24205, - [SMALL_STATE(942)] = 24222, - [SMALL_STATE(943)] = 24239, - [SMALL_STATE(944)] = 24256, - [SMALL_STATE(945)] = 24273, - [SMALL_STATE(946)] = 24290, - [SMALL_STATE(947)] = 24307, - [SMALL_STATE(948)] = 24324, - [SMALL_STATE(949)] = 24341, - [SMALL_STATE(950)] = 24358, - [SMALL_STATE(951)] = 24373, - [SMALL_STATE(952)] = 24388, - [SMALL_STATE(953)] = 24405, - [SMALL_STATE(954)] = 24418, - [SMALL_STATE(955)] = 24435, - [SMALL_STATE(956)] = 24452, - [SMALL_STATE(957)] = 24463, - [SMALL_STATE(958)] = 24480, - [SMALL_STATE(959)] = 24495, - [SMALL_STATE(960)] = 24512, - [SMALL_STATE(961)] = 24529, - [SMALL_STATE(962)] = 24546, - [SMALL_STATE(963)] = 24559, - [SMALL_STATE(964)] = 24576, - [SMALL_STATE(965)] = 24591, - [SMALL_STATE(966)] = 24604, - [SMALL_STATE(967)] = 24621, - [SMALL_STATE(968)] = 24636, - [SMALL_STATE(969)] = 24653, - [SMALL_STATE(970)] = 24668, - [SMALL_STATE(971)] = 24685, - [SMALL_STATE(972)] = 24700, - [SMALL_STATE(973)] = 24717, - [SMALL_STATE(974)] = 24734, - [SMALL_STATE(975)] = 24749, - [SMALL_STATE(976)] = 24764, - [SMALL_STATE(977)] = 24781, - [SMALL_STATE(978)] = 24796, - [SMALL_STATE(979)] = 24811, - [SMALL_STATE(980)] = 24826, - [SMALL_STATE(981)] = 24837, - [SMALL_STATE(982)] = 24852, - [SMALL_STATE(983)] = 24867, - [SMALL_STATE(984)] = 24884, - [SMALL_STATE(985)] = 24899, - [SMALL_STATE(986)] = 24910, - [SMALL_STATE(987)] = 24925, - [SMALL_STATE(988)] = 24942, - [SMALL_STATE(989)] = 24957, - [SMALL_STATE(990)] = 24974, - [SMALL_STATE(991)] = 24989, - [SMALL_STATE(992)] = 25006, - [SMALL_STATE(993)] = 25019, - [SMALL_STATE(994)] = 25034, - [SMALL_STATE(995)] = 25045, - [SMALL_STATE(996)] = 25062, - [SMALL_STATE(997)] = 25079, - [SMALL_STATE(998)] = 25096, - [SMALL_STATE(999)] = 25111, - [SMALL_STATE(1000)] = 25122, - [SMALL_STATE(1001)] = 25139, - [SMALL_STATE(1002)] = 25156, - [SMALL_STATE(1003)] = 25173, - [SMALL_STATE(1004)] = 25188, - [SMALL_STATE(1005)] = 25203, - [SMALL_STATE(1006)] = 25217, - [SMALL_STATE(1007)] = 25231, - [SMALL_STATE(1008)] = 25245, - [SMALL_STATE(1009)] = 25259, - [SMALL_STATE(1010)] = 25273, - [SMALL_STATE(1011)] = 25287, - [SMALL_STATE(1012)] = 25301, - [SMALL_STATE(1013)] = 25315, - [SMALL_STATE(1014)] = 25329, - [SMALL_STATE(1015)] = 25343, - [SMALL_STATE(1016)] = 25357, - [SMALL_STATE(1017)] = 25371, - [SMALL_STATE(1018)] = 25385, - [SMALL_STATE(1019)] = 25399, - [SMALL_STATE(1020)] = 25413, - [SMALL_STATE(1021)] = 25427, - [SMALL_STATE(1022)] = 25441, - [SMALL_STATE(1023)] = 25455, - [SMALL_STATE(1024)] = 25469, - [SMALL_STATE(1025)] = 25483, - [SMALL_STATE(1026)] = 25497, - [SMALL_STATE(1027)] = 25511, - [SMALL_STATE(1028)] = 25525, - [SMALL_STATE(1029)] = 25539, - [SMALL_STATE(1030)] = 25553, - [SMALL_STATE(1031)] = 25567, - [SMALL_STATE(1032)] = 25581, - [SMALL_STATE(1033)] = 25595, - [SMALL_STATE(1034)] = 25609, - [SMALL_STATE(1035)] = 25619, - [SMALL_STATE(1036)] = 25633, - [SMALL_STATE(1037)] = 25643, - [SMALL_STATE(1038)] = 25657, - [SMALL_STATE(1039)] = 25671, - [SMALL_STATE(1040)] = 25685, - [SMALL_STATE(1041)] = 25699, - [SMALL_STATE(1042)] = 25713, - [SMALL_STATE(1043)] = 25723, - [SMALL_STATE(1044)] = 25735, - [SMALL_STATE(1045)] = 25747, - [SMALL_STATE(1046)] = 25757, - [SMALL_STATE(1047)] = 25771, - [SMALL_STATE(1048)] = 25785, - [SMALL_STATE(1049)] = 25799, - [SMALL_STATE(1050)] = 25813, - [SMALL_STATE(1051)] = 25827, - [SMALL_STATE(1052)] = 25841, - [SMALL_STATE(1053)] = 25855, - [SMALL_STATE(1054)] = 25869, - [SMALL_STATE(1055)] = 25881, - [SMALL_STATE(1056)] = 25893, - [SMALL_STATE(1057)] = 25907, - [SMALL_STATE(1058)] = 25921, - [SMALL_STATE(1059)] = 25931, - [SMALL_STATE(1060)] = 25941, - [SMALL_STATE(1061)] = 25955, - [SMALL_STATE(1062)] = 25965, - [SMALL_STATE(1063)] = 25979, - [SMALL_STATE(1064)] = 25993, - [SMALL_STATE(1065)] = 26007, - [SMALL_STATE(1066)] = 26021, - [SMALL_STATE(1067)] = 26035, - [SMALL_STATE(1068)] = 26049, - [SMALL_STATE(1069)] = 26063, - [SMALL_STATE(1070)] = 26077, - [SMALL_STATE(1071)] = 26091, - [SMALL_STATE(1072)] = 26105, - [SMALL_STATE(1073)] = 26119, - [SMALL_STATE(1074)] = 26133, - [SMALL_STATE(1075)] = 26147, - [SMALL_STATE(1076)] = 26161, - [SMALL_STATE(1077)] = 26175, - [SMALL_STATE(1078)] = 26189, - [SMALL_STATE(1079)] = 26203, - [SMALL_STATE(1080)] = 26217, - [SMALL_STATE(1081)] = 26231, - [SMALL_STATE(1082)] = 26245, - [SMALL_STATE(1083)] = 26259, - [SMALL_STATE(1084)] = 26273, - [SMALL_STATE(1085)] = 26287, - [SMALL_STATE(1086)] = 26301, - [SMALL_STATE(1087)] = 26315, - [SMALL_STATE(1088)] = 26329, - [SMALL_STATE(1089)] = 26343, - [SMALL_STATE(1090)] = 26353, - [SMALL_STATE(1091)] = 26367, - [SMALL_STATE(1092)] = 26381, - [SMALL_STATE(1093)] = 26395, - [SMALL_STATE(1094)] = 26409, - [SMALL_STATE(1095)] = 26423, - [SMALL_STATE(1096)] = 26437, - [SMALL_STATE(1097)] = 26451, - [SMALL_STATE(1098)] = 26461, - [SMALL_STATE(1099)] = 26475, - [SMALL_STATE(1100)] = 26489, - [SMALL_STATE(1101)] = 26503, - [SMALL_STATE(1102)] = 26517, - [SMALL_STATE(1103)] = 26531, - [SMALL_STATE(1104)] = 26545, - [SMALL_STATE(1105)] = 26559, - [SMALL_STATE(1106)] = 26573, - [SMALL_STATE(1107)] = 26587, - [SMALL_STATE(1108)] = 26601, - [SMALL_STATE(1109)] = 26615, - [SMALL_STATE(1110)] = 26629, - [SMALL_STATE(1111)] = 26643, - [SMALL_STATE(1112)] = 26653, - [SMALL_STATE(1113)] = 26667, - [SMALL_STATE(1114)] = 26677, - [SMALL_STATE(1115)] = 26691, - [SMALL_STATE(1116)] = 26705, - [SMALL_STATE(1117)] = 26719, - [SMALL_STATE(1118)] = 26730, - [SMALL_STATE(1119)] = 26739, - [SMALL_STATE(1120)] = 26750, - [SMALL_STATE(1121)] = 26761, - [SMALL_STATE(1122)] = 26772, - [SMALL_STATE(1123)] = 26783, - [SMALL_STATE(1124)] = 26792, - [SMALL_STATE(1125)] = 26803, - [SMALL_STATE(1126)] = 26812, - [SMALL_STATE(1127)] = 26821, - [SMALL_STATE(1128)] = 26830, - [SMALL_STATE(1129)] = 26841, - [SMALL_STATE(1130)] = 26850, - [SMALL_STATE(1131)] = 26859, - [SMALL_STATE(1132)] = 26870, - [SMALL_STATE(1133)] = 26879, - [SMALL_STATE(1134)] = 26890, - [SMALL_STATE(1135)] = 26901, - [SMALL_STATE(1136)] = 26912, - [SMALL_STATE(1137)] = 26923, - [SMALL_STATE(1138)] = 26934, - [SMALL_STATE(1139)] = 26945, - [SMALL_STATE(1140)] = 26956, - [SMALL_STATE(1141)] = 26967, - [SMALL_STATE(1142)] = 26978, - [SMALL_STATE(1143)] = 26989, - [SMALL_STATE(1144)] = 27000, - [SMALL_STATE(1145)] = 27011, - [SMALL_STATE(1146)] = 27022, - [SMALL_STATE(1147)] = 27033, - [SMALL_STATE(1148)] = 27042, - [SMALL_STATE(1149)] = 27051, - [SMALL_STATE(1150)] = 27062, - [SMALL_STATE(1151)] = 27073, - [SMALL_STATE(1152)] = 27082, - [SMALL_STATE(1153)] = 27093, - [SMALL_STATE(1154)] = 27104, - [SMALL_STATE(1155)] = 27115, - [SMALL_STATE(1156)] = 27124, - [SMALL_STATE(1157)] = 27133, - [SMALL_STATE(1158)] = 27142, - [SMALL_STATE(1159)] = 27151, - [SMALL_STATE(1160)] = 27162, - [SMALL_STATE(1161)] = 27171, - [SMALL_STATE(1162)] = 27182, - [SMALL_STATE(1163)] = 27193, - [SMALL_STATE(1164)] = 27202, - [SMALL_STATE(1165)] = 27211, - [SMALL_STATE(1166)] = 27222, - [SMALL_STATE(1167)] = 27233, - [SMALL_STATE(1168)] = 27244, - [SMALL_STATE(1169)] = 27255, - [SMALL_STATE(1170)] = 27266, - [SMALL_STATE(1171)] = 27277, - [SMALL_STATE(1172)] = 27288, - [SMALL_STATE(1173)] = 27297, - [SMALL_STATE(1174)] = 27308, - [SMALL_STATE(1175)] = 27319, - [SMALL_STATE(1176)] = 27328, - [SMALL_STATE(1177)] = 27337, - [SMALL_STATE(1178)] = 27348, - [SMALL_STATE(1179)] = 27359, - [SMALL_STATE(1180)] = 27368, - [SMALL_STATE(1181)] = 27379, - [SMALL_STATE(1182)] = 27390, - [SMALL_STATE(1183)] = 27401, - [SMALL_STATE(1184)] = 27412, - [SMALL_STATE(1185)] = 27423, - [SMALL_STATE(1186)] = 27434, - [SMALL_STATE(1187)] = 27445, - [SMALL_STATE(1188)] = 27456, - [SMALL_STATE(1189)] = 27467, - [SMALL_STATE(1190)] = 27478, - [SMALL_STATE(1191)] = 27489, - [SMALL_STATE(1192)] = 27500, - [SMALL_STATE(1193)] = 27509, - [SMALL_STATE(1194)] = 27520, - [SMALL_STATE(1195)] = 27531, - [SMALL_STATE(1196)] = 27542, - [SMALL_STATE(1197)] = 27553, - [SMALL_STATE(1198)] = 27564, - [SMALL_STATE(1199)] = 27575, - [SMALL_STATE(1200)] = 27586, - [SMALL_STATE(1201)] = 27597, - [SMALL_STATE(1202)] = 27608, - [SMALL_STATE(1203)] = 27619, - [SMALL_STATE(1204)] = 27628, - [SMALL_STATE(1205)] = 27639, - [SMALL_STATE(1206)] = 27650, - [SMALL_STATE(1207)] = 27661, - [SMALL_STATE(1208)] = 27672, - [SMALL_STATE(1209)] = 27683, - [SMALL_STATE(1210)] = 27694, - [SMALL_STATE(1211)] = 27705, - [SMALL_STATE(1212)] = 27714, - [SMALL_STATE(1213)] = 27723, - [SMALL_STATE(1214)] = 27734, - [SMALL_STATE(1215)] = 27743, - [SMALL_STATE(1216)] = 27754, - [SMALL_STATE(1217)] = 27765, - [SMALL_STATE(1218)] = 27774, - [SMALL_STATE(1219)] = 27785, - [SMALL_STATE(1220)] = 27796, - [SMALL_STATE(1221)] = 27807, - [SMALL_STATE(1222)] = 27818, - [SMALL_STATE(1223)] = 27829, - [SMALL_STATE(1224)] = 27840, - [SMALL_STATE(1225)] = 27851, - [SMALL_STATE(1226)] = 27862, - [SMALL_STATE(1227)] = 27873, - [SMALL_STATE(1228)] = 27884, - [SMALL_STATE(1229)] = 27893, - [SMALL_STATE(1230)] = 27904, - [SMALL_STATE(1231)] = 27913, - [SMALL_STATE(1232)] = 27922, - [SMALL_STATE(1233)] = 27933, - [SMALL_STATE(1234)] = 27944, - [SMALL_STATE(1235)] = 27955, - [SMALL_STATE(1236)] = 27963, - [SMALL_STATE(1237)] = 27971, - [SMALL_STATE(1238)] = 27979, - [SMALL_STATE(1239)] = 27987, - [SMALL_STATE(1240)] = 27995, - [SMALL_STATE(1241)] = 28003, - [SMALL_STATE(1242)] = 28011, - [SMALL_STATE(1243)] = 28019, - [SMALL_STATE(1244)] = 28027, - [SMALL_STATE(1245)] = 28035, - [SMALL_STATE(1246)] = 28043, - [SMALL_STATE(1247)] = 28051, - [SMALL_STATE(1248)] = 28059, - [SMALL_STATE(1249)] = 28067, - [SMALL_STATE(1250)] = 28075, - [SMALL_STATE(1251)] = 28083, - [SMALL_STATE(1252)] = 28091, - [SMALL_STATE(1253)] = 28099, - [SMALL_STATE(1254)] = 28107, - [SMALL_STATE(1255)] = 28115, - [SMALL_STATE(1256)] = 28123, - [SMALL_STATE(1257)] = 28131, - [SMALL_STATE(1258)] = 28139, - [SMALL_STATE(1259)] = 28147, - [SMALL_STATE(1260)] = 28155, - [SMALL_STATE(1261)] = 28163, - [SMALL_STATE(1262)] = 28171, - [SMALL_STATE(1263)] = 28179, - [SMALL_STATE(1264)] = 28187, - [SMALL_STATE(1265)] = 28195, - [SMALL_STATE(1266)] = 28203, - [SMALL_STATE(1267)] = 28211, - [SMALL_STATE(1268)] = 28219, - [SMALL_STATE(1269)] = 28227, - [SMALL_STATE(1270)] = 28235, - [SMALL_STATE(1271)] = 28243, - [SMALL_STATE(1272)] = 28251, - [SMALL_STATE(1273)] = 28259, - [SMALL_STATE(1274)] = 28267, - [SMALL_STATE(1275)] = 28275, - [SMALL_STATE(1276)] = 28283, - [SMALL_STATE(1277)] = 28291, - [SMALL_STATE(1278)] = 28299, - [SMALL_STATE(1279)] = 28307, - [SMALL_STATE(1280)] = 28315, - [SMALL_STATE(1281)] = 28323, - [SMALL_STATE(1282)] = 28331, - [SMALL_STATE(1283)] = 28339, - [SMALL_STATE(1284)] = 28347, - [SMALL_STATE(1285)] = 28355, - [SMALL_STATE(1286)] = 28363, - [SMALL_STATE(1287)] = 28371, - [SMALL_STATE(1288)] = 28379, - [SMALL_STATE(1289)] = 28387, - [SMALL_STATE(1290)] = 28395, - [SMALL_STATE(1291)] = 28403, - [SMALL_STATE(1292)] = 28411, - [SMALL_STATE(1293)] = 28419, - [SMALL_STATE(1294)] = 28427, - [SMALL_STATE(1295)] = 28435, - [SMALL_STATE(1296)] = 28443, - [SMALL_STATE(1297)] = 28451, - [SMALL_STATE(1298)] = 28459, - [SMALL_STATE(1299)] = 28467, - [SMALL_STATE(1300)] = 28475, - [SMALL_STATE(1301)] = 28483, - [SMALL_STATE(1302)] = 28491, - [SMALL_STATE(1303)] = 28499, - [SMALL_STATE(1304)] = 28507, - [SMALL_STATE(1305)] = 28515, - [SMALL_STATE(1306)] = 28523, - [SMALL_STATE(1307)] = 28531, - [SMALL_STATE(1308)] = 28539, - [SMALL_STATE(1309)] = 28547, - [SMALL_STATE(1310)] = 28555, - [SMALL_STATE(1311)] = 28563, - [SMALL_STATE(1312)] = 28571, - [SMALL_STATE(1313)] = 28579, - [SMALL_STATE(1314)] = 28587, - [SMALL_STATE(1315)] = 28595, - [SMALL_STATE(1316)] = 28603, - [SMALL_STATE(1317)] = 28611, - [SMALL_STATE(1318)] = 28619, - [SMALL_STATE(1319)] = 28627, - [SMALL_STATE(1320)] = 28635, - [SMALL_STATE(1321)] = 28643, - [SMALL_STATE(1322)] = 28651, + [SMALL_STATE(349)] = 0, + [SMALL_STATE(350)] = 119, + [SMALL_STATE(351)] = 188, + [SMALL_STATE(352)] = 307, + [SMALL_STATE(353)] = 426, + [SMALL_STATE(354)] = 545, + [SMALL_STATE(355)] = 664, + [SMALL_STATE(356)] = 751, + [SMALL_STATE(357)] = 843, + [SMALL_STATE(358)] = 937, + [SMALL_STATE(359)] = 1044, + [SMALL_STATE(360)] = 1151, + [SMALL_STATE(361)] = 1258, + [SMALL_STATE(362)] = 1344, + [SMALL_STATE(363)] = 1430, + [SMALL_STATE(364)] = 1516, + [SMALL_STATE(365)] = 1601, + [SMALL_STATE(366)] = 1686, + [SMALL_STATE(367)] = 1751, + [SMALL_STATE(368)] = 1842, + [SMALL_STATE(369)] = 1933, + [SMALL_STATE(370)] = 2024, + [SMALL_STATE(371)] = 2084, + [SMALL_STATE(372)] = 2144, + [SMALL_STATE(373)] = 2210, + [SMALL_STATE(374)] = 2273, + [SMALL_STATE(375)] = 2336, + [SMALL_STATE(376)] = 2400, + [SMALL_STATE(377)] = 2454, + [SMALL_STATE(378)] = 2508, + [SMALL_STATE(379)] = 2582, + [SMALL_STATE(380)] = 2646, + [SMALL_STATE(381)] = 2700, + [SMALL_STATE(382)] = 2765, + [SMALL_STATE(383)] = 2838, + [SMALL_STATE(384)] = 2903, + [SMALL_STATE(385)] = 2972, + [SMALL_STATE(386)] = 3029, + [SMALL_STATE(387)] = 3094, + [SMALL_STATE(388)] = 3156, + [SMALL_STATE(389)] = 3218, + [SMALL_STATE(390)] = 3271, + [SMALL_STATE(391)] = 3328, + [SMALL_STATE(392)] = 3381, + [SMALL_STATE(393)] = 3444, + [SMALL_STATE(394)] = 3507, + [SMALL_STATE(395)] = 3570, + [SMALL_STATE(396)] = 3633, + [SMALL_STATE(397)] = 3683, + [SMALL_STATE(398)] = 3733, + [SMALL_STATE(399)] = 3783, + [SMALL_STATE(400)] = 3833, + [SMALL_STATE(401)] = 3915, + [SMALL_STATE(402)] = 3971, + [SMALL_STATE(403)] = 4021, + [SMALL_STATE(404)] = 4071, + [SMALL_STATE(405)] = 4121, + [SMALL_STATE(406)] = 4177, + [SMALL_STATE(407)] = 4231, + [SMALL_STATE(408)] = 4281, + [SMALL_STATE(409)] = 4331, + [SMALL_STATE(410)] = 4381, + [SMALL_STATE(411)] = 4430, + [SMALL_STATE(412)] = 4479, + [SMALL_STATE(413)] = 4536, + [SMALL_STATE(414)] = 4585, + [SMALL_STATE(415)] = 4636, + [SMALL_STATE(416)] = 4685, + [SMALL_STATE(417)] = 4733, + [SMALL_STATE(418)] = 4781, + [SMALL_STATE(419)] = 4855, + [SMALL_STATE(420)] = 4903, + [SMALL_STATE(421)] = 4951, + [SMALL_STATE(422)] = 5024, + [SMALL_STATE(423)] = 5077, + [SMALL_STATE(424)] = 5148, + [SMALL_STATE(425)] = 5201, + [SMALL_STATE(426)] = 5263, + [SMALL_STATE(427)] = 5315, + [SMALL_STATE(428)] = 5361, + [SMALL_STATE(429)] = 5411, + [SMALL_STATE(430)] = 5463, + [SMALL_STATE(431)] = 5511, + [SMALL_STATE(432)] = 5559, + [SMALL_STATE(433)] = 5607, + [SMALL_STATE(434)] = 5659, + [SMALL_STATE(435)] = 5707, + [SMALL_STATE(436)] = 5755, + [SMALL_STATE(437)] = 5803, + [SMALL_STATE(438)] = 5851, + [SMALL_STATE(439)] = 5899, + [SMALL_STATE(440)] = 5947, + [SMALL_STATE(441)] = 5995, + [SMALL_STATE(442)] = 6038, + [SMALL_STATE(443)] = 6081, + [SMALL_STATE(444)] = 6124, + [SMALL_STATE(445)] = 6167, + [SMALL_STATE(446)] = 6210, + [SMALL_STATE(447)] = 6253, + [SMALL_STATE(448)] = 6296, + [SMALL_STATE(449)] = 6339, + [SMALL_STATE(450)] = 6382, + [SMALL_STATE(451)] = 6425, + [SMALL_STATE(452)] = 6468, + [SMALL_STATE(453)] = 6511, + [SMALL_STATE(454)] = 6554, + [SMALL_STATE(455)] = 6597, + [SMALL_STATE(456)] = 6640, + [SMALL_STATE(457)] = 6683, + [SMALL_STATE(458)] = 6726, + [SMALL_STATE(459)] = 6769, + [SMALL_STATE(460)] = 6812, + [SMALL_STATE(461)] = 6855, + [SMALL_STATE(462)] = 6898, + [SMALL_STATE(463)] = 6941, + [SMALL_STATE(464)] = 6984, + [SMALL_STATE(465)] = 7027, + [SMALL_STATE(466)] = 7070, + [SMALL_STATE(467)] = 7113, + [SMALL_STATE(468)] = 7156, + [SMALL_STATE(469)] = 7199, + [SMALL_STATE(470)] = 7242, + [SMALL_STATE(471)] = 7284, + [SMALL_STATE(472)] = 7326, + [SMALL_STATE(473)] = 7368, + [SMALL_STATE(474)] = 7410, + [SMALL_STATE(475)] = 7456, + [SMALL_STATE(476)] = 7498, + [SMALL_STATE(477)] = 7556, + [SMALL_STATE(478)] = 7598, + [SMALL_STATE(479)] = 7646, + [SMALL_STATE(480)] = 7688, + [SMALL_STATE(481)] = 7730, + [SMALL_STATE(482)] = 7772, + [SMALL_STATE(483)] = 7814, + [SMALL_STATE(484)] = 7856, + [SMALL_STATE(485)] = 7898, + [SMALL_STATE(486)] = 7940, + [SMALL_STATE(487)] = 7982, + [SMALL_STATE(488)] = 8024, + [SMALL_STATE(489)] = 8066, + [SMALL_STATE(490)] = 8108, + [SMALL_STATE(491)] = 8150, + [SMALL_STATE(492)] = 8192, + [SMALL_STATE(493)] = 8234, + [SMALL_STATE(494)] = 8276, + [SMALL_STATE(495)] = 8318, + [SMALL_STATE(496)] = 8360, + [SMALL_STATE(497)] = 8402, + [SMALL_STATE(498)] = 8444, + [SMALL_STATE(499)] = 8486, + [SMALL_STATE(500)] = 8528, + [SMALL_STATE(501)] = 8570, + [SMALL_STATE(502)] = 8612, + [SMALL_STATE(503)] = 8654, + [SMALL_STATE(504)] = 8696, + [SMALL_STATE(505)] = 8738, + [SMALL_STATE(506)] = 8780, + [SMALL_STATE(507)] = 8822, + [SMALL_STATE(508)] = 8864, + [SMALL_STATE(509)] = 8906, + [SMALL_STATE(510)] = 8954, + [SMALL_STATE(511)] = 9002, + [SMALL_STATE(512)] = 9044, + [SMALL_STATE(513)] = 9086, + [SMALL_STATE(514)] = 9128, + [SMALL_STATE(515)] = 9174, + [SMALL_STATE(516)] = 9216, + [SMALL_STATE(517)] = 9258, + [SMALL_STATE(518)] = 9300, + [SMALL_STATE(519)] = 9369, + [SMALL_STATE(520)] = 9414, + [SMALL_STATE(521)] = 9480, + [SMALL_STATE(522)] = 9528, + [SMALL_STATE(523)] = 9576, + [SMALL_STATE(524)] = 9622, + [SMALL_STATE(525)] = 9661, + [SMALL_STATE(526)] = 9700, + [SMALL_STATE(527)] = 9739, + [SMALL_STATE(528)] = 9778, + [SMALL_STATE(529)] = 9817, + [SMALL_STATE(530)] = 9858, + [SMALL_STATE(531)] = 9897, + [SMALL_STATE(532)] = 9936, + [SMALL_STATE(533)] = 9975, + [SMALL_STATE(534)] = 10014, + [SMALL_STATE(535)] = 10053, + [SMALL_STATE(536)] = 10092, + [SMALL_STATE(537)] = 10131, + [SMALL_STATE(538)] = 10170, + [SMALL_STATE(539)] = 10209, + [SMALL_STATE(540)] = 10248, + [SMALL_STATE(541)] = 10287, + [SMALL_STATE(542)] = 10326, + [SMALL_STATE(543)] = 10365, + [SMALL_STATE(544)] = 10404, + [SMALL_STATE(545)] = 10443, + [SMALL_STATE(546)] = 10482, + [SMALL_STATE(547)] = 10521, + [SMALL_STATE(548)] = 10560, + [SMALL_STATE(549)] = 10601, + [SMALL_STATE(550)] = 10659, + [SMALL_STATE(551)] = 10703, + [SMALL_STATE(552)] = 10765, + [SMALL_STATE(553)] = 10829, + [SMALL_STATE(554)] = 10885, + [SMALL_STATE(555)] = 10929, + [SMALL_STATE(556)] = 10979, + [SMALL_STATE(557)] = 11023, + [SMALL_STATE(558)] = 11085, + [SMALL_STATE(559)] = 11145, + [SMALL_STATE(560)] = 11191, + [SMALL_STATE(561)] = 11233, + [SMALL_STATE(562)] = 11275, + [SMALL_STATE(563)] = 11343, + [SMALL_STATE(564)] = 11411, + [SMALL_STATE(565)] = 11479, + [SMALL_STATE(566)] = 11523, + [SMALL_STATE(567)] = 11562, + [SMALL_STATE(568)] = 11599, + [SMALL_STATE(569)] = 11665, + [SMALL_STATE(570)] = 11735, + [SMALL_STATE(571)] = 11777, + [SMALL_STATE(572)] = 11812, + [SMALL_STATE(573)] = 11877, + [SMALL_STATE(574)] = 11946, + [SMALL_STATE(575)] = 12001, + [SMALL_STATE(576)] = 12036, + [SMALL_STATE(577)] = 12105, + [SMALL_STATE(578)] = 12140, + [SMALL_STATE(579)] = 12175, + [SMALL_STATE(580)] = 12240, + [SMALL_STATE(581)] = 12309, + [SMALL_STATE(582)] = 12374, + [SMALL_STATE(583)] = 12439, + [SMALL_STATE(584)] = 12508, + [SMALL_STATE(585)] = 12543, + [SMALL_STATE(586)] = 12612, + [SMALL_STATE(587)] = 12681, + [SMALL_STATE(588)] = 12738, + [SMALL_STATE(589)] = 12797, + [SMALL_STATE(590)] = 12856, + [SMALL_STATE(591)] = 12897, + [SMALL_STATE(592)] = 12966, + [SMALL_STATE(593)] = 13001, + [SMALL_STATE(594)] = 13070, + [SMALL_STATE(595)] = 13129, + [SMALL_STATE(596)] = 13198, + [SMALL_STATE(597)] = 13267, + [SMALL_STATE(598)] = 13302, + [SMALL_STATE(599)] = 13371, + [SMALL_STATE(600)] = 13432, + [SMALL_STATE(601)] = 13467, + [SMALL_STATE(602)] = 13526, + [SMALL_STATE(603)] = 13591, + [SMALL_STATE(604)] = 13644, + [SMALL_STATE(605)] = 13697, + [SMALL_STATE(606)] = 13766, + [SMALL_STATE(607)] = 13835, + [SMALL_STATE(608)] = 13872, + [SMALL_STATE(609)] = 13941, + [SMALL_STATE(610)] = 14010, + [SMALL_STATE(611)] = 14079, + [SMALL_STATE(612)] = 14148, + [SMALL_STATE(613)] = 14217, + [SMALL_STATE(614)] = 14286, + [SMALL_STATE(615)] = 14333, + [SMALL_STATE(616)] = 14368, + [SMALL_STATE(617)] = 14433, + [SMALL_STATE(618)] = 14476, + [SMALL_STATE(619)] = 14545, + [SMALL_STATE(620)] = 14614, + [SMALL_STATE(621)] = 14669, + [SMALL_STATE(622)] = 14733, + [SMALL_STATE(623)] = 14771, + [SMALL_STATE(624)] = 14835, + [SMALL_STATE(625)] = 14899, + [SMALL_STATE(626)] = 14949, + [SMALL_STATE(627)] = 14999, + [SMALL_STATE(628)] = 15051, + [SMALL_STATE(629)] = 15117, + [SMALL_STATE(630)] = 15181, + [SMALL_STATE(631)] = 15245, + [SMALL_STATE(632)] = 15309, + [SMALL_STATE(633)] = 15373, + [SMALL_STATE(634)] = 15429, + [SMALL_STATE(635)] = 15492, + [SMALL_STATE(636)] = 15555, + [SMALL_STATE(637)] = 15618, + [SMALL_STATE(638)] = 15651, + [SMALL_STATE(639)] = 15714, + [SMALL_STATE(640)] = 15777, + [SMALL_STATE(641)] = 15840, + [SMALL_STATE(642)] = 15903, + [SMALL_STATE(643)] = 15964, + [SMALL_STATE(644)] = 16027, + [SMALL_STATE(645)] = 16090, + [SMALL_STATE(646)] = 16153, + [SMALL_STATE(647)] = 16216, + [SMALL_STATE(648)] = 16279, + [SMALL_STATE(649)] = 16342, + [SMALL_STATE(650)] = 16405, + [SMALL_STATE(651)] = 16468, + [SMALL_STATE(652)] = 16531, + [SMALL_STATE(653)] = 16594, + [SMALL_STATE(654)] = 16649, + [SMALL_STATE(655)] = 16712, + [SMALL_STATE(656)] = 16769, + [SMALL_STATE(657)] = 16802, + [SMALL_STATE(658)] = 16835, + [SMALL_STATE(659)] = 16898, + [SMALL_STATE(660)] = 16961, + [SMALL_STATE(661)] = 17024, + [SMALL_STATE(662)] = 17087, + [SMALL_STATE(663)] = 17150, + [SMALL_STATE(664)] = 17213, + [SMALL_STATE(665)] = 17246, + [SMALL_STATE(666)] = 17301, + [SMALL_STATE(667)] = 17340, + [SMALL_STATE(668)] = 17403, + [SMALL_STATE(669)] = 17458, + [SMALL_STATE(670)] = 17513, + [SMALL_STATE(671)] = 17552, + [SMALL_STATE(672)] = 17604, + [SMALL_STATE(673)] = 17636, + [SMALL_STATE(674)] = 17688, + [SMALL_STATE(675)] = 17740, + [SMALL_STATE(676)] = 17792, + [SMALL_STATE(677)] = 17830, + [SMALL_STATE(678)] = 17862, + [SMALL_STATE(679)] = 17894, + [SMALL_STATE(680)] = 17946, + [SMALL_STATE(681)] = 17978, + [SMALL_STATE(682)] = 18030, + [SMALL_STATE(683)] = 18082, + [SMALL_STATE(684)] = 18113, + [SMALL_STATE(685)] = 18162, + [SMALL_STATE(686)] = 18193, + [SMALL_STATE(687)] = 18226, + [SMALL_STATE(688)] = 18257, + [SMALL_STATE(689)] = 18288, + [SMALL_STATE(690)] = 18329, + [SMALL_STATE(691)] = 18375, + [SMALL_STATE(692)] = 18423, + [SMALL_STATE(693)] = 18469, + [SMALL_STATE(694)] = 18517, + [SMALL_STATE(695)] = 18563, + [SMALL_STATE(696)] = 18611, + [SMALL_STATE(697)] = 18657, + [SMALL_STATE(698)] = 18709, + [SMALL_STATE(699)] = 18761, + [SMALL_STATE(700)] = 18807, + [SMALL_STATE(701)] = 18859, + [SMALL_STATE(702)] = 18907, + [SMALL_STATE(703)] = 18959, + [SMALL_STATE(704)] = 19007, + [SMALL_STATE(705)] = 19053, + [SMALL_STATE(706)] = 19101, + [SMALL_STATE(707)] = 19147, + [SMALL_STATE(708)] = 19176, + [SMALL_STATE(709)] = 19225, + [SMALL_STATE(710)] = 19254, + [SMALL_STATE(711)] = 19303, + [SMALL_STATE(712)] = 19336, + [SMALL_STATE(713)] = 19365, + [SMALL_STATE(714)] = 19414, + [SMALL_STATE(715)] = 19463, + [SMALL_STATE(716)] = 19492, + [SMALL_STATE(717)] = 19541, + [SMALL_STATE(718)] = 19590, + [SMALL_STATE(719)] = 19636, + [SMALL_STATE(720)] = 19682, + [SMALL_STATE(721)] = 19728, + [SMALL_STATE(722)] = 19774, + [SMALL_STATE(723)] = 19820, + [SMALL_STATE(724)] = 19866, + [SMALL_STATE(725)] = 19909, + [SMALL_STATE(726)] = 19952, + [SMALL_STATE(727)] = 19995, + [SMALL_STATE(728)] = 20038, + [SMALL_STATE(729)] = 20078, + [SMALL_STATE(730)] = 20112, + [SMALL_STATE(731)] = 20152, + [SMALL_STATE(732)] = 20192, + [SMALL_STATE(733)] = 20230, + [SMALL_STATE(734)] = 20270, + [SMALL_STATE(735)] = 20310, + [SMALL_STATE(736)] = 20342, + [SMALL_STATE(737)] = 20379, + [SMALL_STATE(738)] = 20416, + [SMALL_STATE(739)] = 20453, + [SMALL_STATE(740)] = 20492, + [SMALL_STATE(741)] = 20531, + [SMALL_STATE(742)] = 20566, + [SMALL_STATE(743)] = 20591, + [SMALL_STATE(744)] = 20624, + [SMALL_STATE(745)] = 20661, + [SMALL_STATE(746)] = 20686, + [SMALL_STATE(747)] = 20723, + [SMALL_STATE(748)] = 20760, + [SMALL_STATE(749)] = 20802, + [SMALL_STATE(750)] = 20844, + [SMALL_STATE(751)] = 20886, + [SMALL_STATE(752)] = 20912, + [SMALL_STATE(753)] = 20954, + [SMALL_STATE(754)] = 20996, + [SMALL_STATE(755)] = 21038, + [SMALL_STATE(756)] = 21080, + [SMALL_STATE(757)] = 21122, + [SMALL_STATE(758)] = 21148, + [SMALL_STATE(759)] = 21181, + [SMALL_STATE(760)] = 21218, + [SMALL_STATE(761)] = 21251, + [SMALL_STATE(762)] = 21288, + [SMALL_STATE(763)] = 21321, + [SMALL_STATE(764)] = 21358, + [SMALL_STATE(765)] = 21391, + [SMALL_STATE(766)] = 21428, + [SMALL_STATE(767)] = 21462, + [SMALL_STATE(768)] = 21498, + [SMALL_STATE(769)] = 21530, + [SMALL_STATE(770)] = 21558, + [SMALL_STATE(771)] = 21592, + [SMALL_STATE(772)] = 21628, + [SMALL_STATE(773)] = 21664, + [SMALL_STATE(774)] = 21698, + [SMALL_STATE(775)] = 21728, + [SMALL_STATE(776)] = 21762, + [SMALL_STATE(777)] = 21798, + [SMALL_STATE(778)] = 21828, + [SMALL_STATE(779)] = 21859, + [SMALL_STATE(780)] = 21890, + [SMALL_STATE(781)] = 21921, + [SMALL_STATE(782)] = 21952, + [SMALL_STATE(783)] = 21985, + [SMALL_STATE(784)] = 22012, + [SMALL_STATE(785)] = 22043, + [SMALL_STATE(786)] = 22074, + [SMALL_STATE(787)] = 22107, + [SMALL_STATE(788)] = 22140, + [SMALL_STATE(789)] = 22171, + [SMALL_STATE(790)] = 22204, + [SMALL_STATE(791)] = 22235, + [SMALL_STATE(792)] = 22263, + [SMALL_STATE(793)] = 22295, + [SMALL_STATE(794)] = 22319, + [SMALL_STATE(795)] = 22351, + [SMALL_STATE(796)] = 22379, + [SMALL_STATE(797)] = 22407, + [SMALL_STATE(798)] = 22437, + [SMALL_STATE(799)] = 22469, + [SMALL_STATE(800)] = 22494, + [SMALL_STATE(801)] = 22519, + [SMALL_STATE(802)] = 22554, + [SMALL_STATE(803)] = 22579, + [SMALL_STATE(804)] = 22602, + [SMALL_STATE(805)] = 22637, + [SMALL_STATE(806)] = 22666, + [SMALL_STATE(807)] = 22686, + [SMALL_STATE(808)] = 22706, + [SMALL_STATE(809)] = 22726, + [SMALL_STATE(810)] = 22746, + [SMALL_STATE(811)] = 22766, + [SMALL_STATE(812)] = 22786, + [SMALL_STATE(813)] = 22802, + [SMALL_STATE(814)] = 22822, + [SMALL_STATE(815)] = 22844, + [SMALL_STATE(816)] = 22864, + [SMALL_STATE(817)] = 22884, + [SMALL_STATE(818)] = 22900, + [SMALL_STATE(819)] = 22920, + [SMALL_STATE(820)] = 22940, + [SMALL_STATE(821)] = 22960, + [SMALL_STATE(822)] = 22982, + [SMALL_STATE(823)] = 23002, + [SMALL_STATE(824)] = 23030, + [SMALL_STATE(825)] = 23050, + [SMALL_STATE(826)] = 23070, + [SMALL_STATE(827)] = 23090, + [SMALL_STATE(828)] = 23112, + [SMALL_STATE(829)] = 23132, + [SMALL_STATE(830)] = 23152, + [SMALL_STATE(831)] = 23172, + [SMALL_STATE(832)] = 23188, + [SMALL_STATE(833)] = 23211, + [SMALL_STATE(834)] = 23240, + [SMALL_STATE(835)] = 23259, + [SMALL_STATE(836)] = 23288, + [SMALL_STATE(837)] = 23311, + [SMALL_STATE(838)] = 23334, + [SMALL_STATE(839)] = 23353, + [SMALL_STATE(840)] = 23382, + [SMALL_STATE(841)] = 23401, + [SMALL_STATE(842)] = 23430, + [SMALL_STATE(843)] = 23450, + [SMALL_STATE(844)] = 23474, + [SMALL_STATE(845)] = 23488, + [SMALL_STATE(846)] = 23512, + [SMALL_STATE(847)] = 23526, + [SMALL_STATE(848)] = 23540, + [SMALL_STATE(849)] = 23562, + [SMALL_STATE(850)] = 23576, + [SMALL_STATE(851)] = 23598, + [SMALL_STATE(852)] = 23618, + [SMALL_STATE(853)] = 23631, + [SMALL_STATE(854)] = 23654, + [SMALL_STATE(855)] = 23667, + [SMALL_STATE(856)] = 23680, + [SMALL_STATE(857)] = 23693, + [SMALL_STATE(858)] = 23710, + [SMALL_STATE(859)] = 23727, + [SMALL_STATE(860)] = 23744, + [SMALL_STATE(861)] = 23761, + [SMALL_STATE(862)] = 23774, + [SMALL_STATE(863)] = 23787, + [SMALL_STATE(864)] = 23808, + [SMALL_STATE(865)] = 23825, + [SMALL_STATE(866)] = 23838, + [SMALL_STATE(867)] = 23855, + [SMALL_STATE(868)] = 23868, + [SMALL_STATE(869)] = 23885, + [SMALL_STATE(870)] = 23902, + [SMALL_STATE(871)] = 23919, + [SMALL_STATE(872)] = 23932, + [SMALL_STATE(873)] = 23945, + [SMALL_STATE(874)] = 23958, + [SMALL_STATE(875)] = 23971, + [SMALL_STATE(876)] = 23988, + [SMALL_STATE(877)] = 24001, + [SMALL_STATE(878)] = 24014, + [SMALL_STATE(879)] = 24031, + [SMALL_STATE(880)] = 24048, + [SMALL_STATE(881)] = 24065, + [SMALL_STATE(882)] = 24088, + [SMALL_STATE(883)] = 24111, + [SMALL_STATE(884)] = 24132, + [SMALL_STATE(885)] = 24149, + [SMALL_STATE(886)] = 24166, + [SMALL_STATE(887)] = 24183, + [SMALL_STATE(888)] = 24200, + [SMALL_STATE(889)] = 24223, + [SMALL_STATE(890)] = 24246, + [SMALL_STATE(891)] = 24269, + [SMALL_STATE(892)] = 24286, + [SMALL_STATE(893)] = 24302, + [SMALL_STATE(894)] = 24322, + [SMALL_STATE(895)] = 24342, + [SMALL_STATE(896)] = 24358, + [SMALL_STATE(897)] = 24374, + [SMALL_STATE(898)] = 24388, + [SMALL_STATE(899)] = 24406, + [SMALL_STATE(900)] = 24426, + [SMALL_STATE(901)] = 24446, + [SMALL_STATE(902)] = 24462, + [SMALL_STATE(903)] = 24482, + [SMALL_STATE(904)] = 24502, + [SMALL_STATE(905)] = 24522, + [SMALL_STATE(906)] = 24542, + [SMALL_STATE(907)] = 24562, + [SMALL_STATE(908)] = 24582, + [SMALL_STATE(909)] = 24594, + [SMALL_STATE(910)] = 24606, + [SMALL_STATE(911)] = 24622, + [SMALL_STATE(912)] = 24638, + [SMALL_STATE(913)] = 24655, + [SMALL_STATE(914)] = 24670, + [SMALL_STATE(915)] = 24687, + [SMALL_STATE(916)] = 24702, + [SMALL_STATE(917)] = 24717, + [SMALL_STATE(918)] = 24734, + [SMALL_STATE(919)] = 24751, + [SMALL_STATE(920)] = 24768, + [SMALL_STATE(921)] = 24783, + [SMALL_STATE(922)] = 24800, + [SMALL_STATE(923)] = 24811, + [SMALL_STATE(924)] = 24826, + [SMALL_STATE(925)] = 24841, + [SMALL_STATE(926)] = 24858, + [SMALL_STATE(927)] = 24875, + [SMALL_STATE(928)] = 24890, + [SMALL_STATE(929)] = 24901, + [SMALL_STATE(930)] = 24918, + [SMALL_STATE(931)] = 24935, + [SMALL_STATE(932)] = 24950, + [SMALL_STATE(933)] = 24965, + [SMALL_STATE(934)] = 24982, + [SMALL_STATE(935)] = 24999, + [SMALL_STATE(936)] = 25016, + [SMALL_STATE(937)] = 25033, + [SMALL_STATE(938)] = 25048, + [SMALL_STATE(939)] = 25065, + [SMALL_STATE(940)] = 25082, + [SMALL_STATE(941)] = 25097, + [SMALL_STATE(942)] = 25112, + [SMALL_STATE(943)] = 25129, + [SMALL_STATE(944)] = 25146, + [SMALL_STATE(945)] = 25163, + [SMALL_STATE(946)] = 25180, + [SMALL_STATE(947)] = 25191, + [SMALL_STATE(948)] = 25208, + [SMALL_STATE(949)] = 25219, + [SMALL_STATE(950)] = 25234, + [SMALL_STATE(951)] = 25249, + [SMALL_STATE(952)] = 25264, + [SMALL_STATE(953)] = 25279, + [SMALL_STATE(954)] = 25296, + [SMALL_STATE(955)] = 25311, + [SMALL_STATE(956)] = 25328, + [SMALL_STATE(957)] = 25345, + [SMALL_STATE(958)] = 25362, + [SMALL_STATE(959)] = 25377, + [SMALL_STATE(960)] = 25392, + [SMALL_STATE(961)] = 25407, + [SMALL_STATE(962)] = 25424, + [SMALL_STATE(963)] = 25441, + [SMALL_STATE(964)] = 25456, + [SMALL_STATE(965)] = 25469, + [SMALL_STATE(966)] = 25484, + [SMALL_STATE(967)] = 25495, + [SMALL_STATE(968)] = 25510, + [SMALL_STATE(969)] = 25527, + [SMALL_STATE(970)] = 25544, + [SMALL_STATE(971)] = 25559, + [SMALL_STATE(972)] = 25573, + [SMALL_STATE(973)] = 25587, + [SMALL_STATE(974)] = 25601, + [SMALL_STATE(975)] = 25615, + [SMALL_STATE(976)] = 25629, + [SMALL_STATE(977)] = 25643, + [SMALL_STATE(978)] = 25657, + [SMALL_STATE(979)] = 25671, + [SMALL_STATE(980)] = 25685, + [SMALL_STATE(981)] = 25699, + [SMALL_STATE(982)] = 25713, + [SMALL_STATE(983)] = 25727, + [SMALL_STATE(984)] = 25741, + [SMALL_STATE(985)] = 25755, + [SMALL_STATE(986)] = 25769, + [SMALL_STATE(987)] = 25783, + [SMALL_STATE(988)] = 25797, + [SMALL_STATE(989)] = 25811, + [SMALL_STATE(990)] = 25825, + [SMALL_STATE(991)] = 25839, + [SMALL_STATE(992)] = 25853, + [SMALL_STATE(993)] = 25867, + [SMALL_STATE(994)] = 25881, + [SMALL_STATE(995)] = 25895, + [SMALL_STATE(996)] = 25909, + [SMALL_STATE(997)] = 25923, + [SMALL_STATE(998)] = 25935, + [SMALL_STATE(999)] = 25949, + [SMALL_STATE(1000)] = 25963, + [SMALL_STATE(1001)] = 25977, + [SMALL_STATE(1002)] = 25989, + [SMALL_STATE(1003)] = 26003, + [SMALL_STATE(1004)] = 26017, + [SMALL_STATE(1005)] = 26031, + [SMALL_STATE(1006)] = 26045, + [SMALL_STATE(1007)] = 26055, + [SMALL_STATE(1008)] = 26069, + [SMALL_STATE(1009)] = 26083, + [SMALL_STATE(1010)] = 26097, + [SMALL_STATE(1011)] = 26111, + [SMALL_STATE(1012)] = 26125, + [SMALL_STATE(1013)] = 26139, + [SMALL_STATE(1014)] = 26149, + [SMALL_STATE(1015)] = 26163, + [SMALL_STATE(1016)] = 26177, + [SMALL_STATE(1017)] = 26191, + [SMALL_STATE(1018)] = 26205, + [SMALL_STATE(1019)] = 26219, + [SMALL_STATE(1020)] = 26233, + [SMALL_STATE(1021)] = 26247, + [SMALL_STATE(1022)] = 26261, + [SMALL_STATE(1023)] = 26275, + [SMALL_STATE(1024)] = 26289, + [SMALL_STATE(1025)] = 26303, + [SMALL_STATE(1026)] = 26317, + [SMALL_STATE(1027)] = 26331, + [SMALL_STATE(1028)] = 26345, + [SMALL_STATE(1029)] = 26359, + [SMALL_STATE(1030)] = 26373, + [SMALL_STATE(1031)] = 26387, + [SMALL_STATE(1032)] = 26397, + [SMALL_STATE(1033)] = 26411, + [SMALL_STATE(1034)] = 26425, + [SMALL_STATE(1035)] = 26439, + [SMALL_STATE(1036)] = 26453, + [SMALL_STATE(1037)] = 26467, + [SMALL_STATE(1038)] = 26481, + [SMALL_STATE(1039)] = 26495, + [SMALL_STATE(1040)] = 26509, + [SMALL_STATE(1041)] = 26519, + [SMALL_STATE(1042)] = 26533, + [SMALL_STATE(1043)] = 26543, + [SMALL_STATE(1044)] = 26553, + [SMALL_STATE(1045)] = 26567, + [SMALL_STATE(1046)] = 26581, + [SMALL_STATE(1047)] = 26591, + [SMALL_STATE(1048)] = 26605, + [SMALL_STATE(1049)] = 26619, + [SMALL_STATE(1050)] = 26633, + [SMALL_STATE(1051)] = 26647, + [SMALL_STATE(1052)] = 26661, + [SMALL_STATE(1053)] = 26675, + [SMALL_STATE(1054)] = 26685, + [SMALL_STATE(1055)] = 26699, + [SMALL_STATE(1056)] = 26713, + [SMALL_STATE(1057)] = 26727, + [SMALL_STATE(1058)] = 26741, + [SMALL_STATE(1059)] = 26755, + [SMALL_STATE(1060)] = 26769, + [SMALL_STATE(1061)] = 26783, + [SMALL_STATE(1062)] = 26797, + [SMALL_STATE(1063)] = 26811, + [SMALL_STATE(1064)] = 26821, + [SMALL_STATE(1065)] = 26835, + [SMALL_STATE(1066)] = 26849, + [SMALL_STATE(1067)] = 26863, + [SMALL_STATE(1068)] = 26877, + [SMALL_STATE(1069)] = 26891, + [SMALL_STATE(1070)] = 26901, + [SMALL_STATE(1071)] = 26915, + [SMALL_STATE(1072)] = 26926, + [SMALL_STATE(1073)] = 26935, + [SMALL_STATE(1074)] = 26944, + [SMALL_STATE(1075)] = 26953, + [SMALL_STATE(1076)] = 26962, + [SMALL_STATE(1077)] = 26973, + [SMALL_STATE(1078)] = 26984, + [SMALL_STATE(1079)] = 26995, + [SMALL_STATE(1080)] = 27006, + [SMALL_STATE(1081)] = 27017, + [SMALL_STATE(1082)] = 27028, + [SMALL_STATE(1083)] = 27039, + [SMALL_STATE(1084)] = 27048, + [SMALL_STATE(1085)] = 27057, + [SMALL_STATE(1086)] = 27068, + [SMALL_STATE(1087)] = 27077, + [SMALL_STATE(1088)] = 27088, + [SMALL_STATE(1089)] = 27099, + [SMALL_STATE(1090)] = 27110, + [SMALL_STATE(1091)] = 27121, + [SMALL_STATE(1092)] = 27130, + [SMALL_STATE(1093)] = 27141, + [SMALL_STATE(1094)] = 27152, + [SMALL_STATE(1095)] = 27161, + [SMALL_STATE(1096)] = 27172, + [SMALL_STATE(1097)] = 27181, + [SMALL_STATE(1098)] = 27192, + [SMALL_STATE(1099)] = 27203, + [SMALL_STATE(1100)] = 27214, + [SMALL_STATE(1101)] = 27225, + [SMALL_STATE(1102)] = 27236, + [SMALL_STATE(1103)] = 27245, + [SMALL_STATE(1104)] = 27254, + [SMALL_STATE(1105)] = 27265, + [SMALL_STATE(1106)] = 27276, + [SMALL_STATE(1107)] = 27287, + [SMALL_STATE(1108)] = 27296, + [SMALL_STATE(1109)] = 27307, + [SMALL_STATE(1110)] = 27318, + [SMALL_STATE(1111)] = 27329, + [SMALL_STATE(1112)] = 27338, + [SMALL_STATE(1113)] = 27347, + [SMALL_STATE(1114)] = 27356, + [SMALL_STATE(1115)] = 27365, + [SMALL_STATE(1116)] = 27376, + [SMALL_STATE(1117)] = 27387, + [SMALL_STATE(1118)] = 27398, + [SMALL_STATE(1119)] = 27409, + [SMALL_STATE(1120)] = 27418, + [SMALL_STATE(1121)] = 27427, + [SMALL_STATE(1122)] = 27438, + [SMALL_STATE(1123)] = 27449, + [SMALL_STATE(1124)] = 27460, + [SMALL_STATE(1125)] = 27469, + [SMALL_STATE(1126)] = 27478, + [SMALL_STATE(1127)] = 27489, + [SMALL_STATE(1128)] = 27500, + [SMALL_STATE(1129)] = 27511, + [SMALL_STATE(1130)] = 27520, + [SMALL_STATE(1131)] = 27531, + [SMALL_STATE(1132)] = 27542, + [SMALL_STATE(1133)] = 27551, + [SMALL_STATE(1134)] = 27562, + [SMALL_STATE(1135)] = 27573, + [SMALL_STATE(1136)] = 27584, + [SMALL_STATE(1137)] = 27595, + [SMALL_STATE(1138)] = 27604, + [SMALL_STATE(1139)] = 27615, + [SMALL_STATE(1140)] = 27624, + [SMALL_STATE(1141)] = 27635, + [SMALL_STATE(1142)] = 27646, + [SMALL_STATE(1143)] = 27657, + [SMALL_STATE(1144)] = 27668, + [SMALL_STATE(1145)] = 27679, + [SMALL_STATE(1146)] = 27688, + [SMALL_STATE(1147)] = 27699, + [SMALL_STATE(1148)] = 27710, + [SMALL_STATE(1149)] = 27721, + [SMALL_STATE(1150)] = 27730, + [SMALL_STATE(1151)] = 27741, + [SMALL_STATE(1152)] = 27750, + [SMALL_STATE(1153)] = 27761, + [SMALL_STATE(1154)] = 27772, + [SMALL_STATE(1155)] = 27783, + [SMALL_STATE(1156)] = 27794, + [SMALL_STATE(1157)] = 27803, + [SMALL_STATE(1158)] = 27814, + [SMALL_STATE(1159)] = 27823, + [SMALL_STATE(1160)] = 27834, + [SMALL_STATE(1161)] = 27843, + [SMALL_STATE(1162)] = 27854, + [SMALL_STATE(1163)] = 27863, + [SMALL_STATE(1164)] = 27874, + [SMALL_STATE(1165)] = 27885, + [SMALL_STATE(1166)] = 27894, + [SMALL_STATE(1167)] = 27905, + [SMALL_STATE(1168)] = 27916, + [SMALL_STATE(1169)] = 27927, + [SMALL_STATE(1170)] = 27936, + [SMALL_STATE(1171)] = 27947, + [SMALL_STATE(1172)] = 27958, + [SMALL_STATE(1173)] = 27969, + [SMALL_STATE(1174)] = 27980, + [SMALL_STATE(1175)] = 27989, + [SMALL_STATE(1176)] = 28000, + [SMALL_STATE(1177)] = 28011, + [SMALL_STATE(1178)] = 28022, + [SMALL_STATE(1179)] = 28033, + [SMALL_STATE(1180)] = 28044, + [SMALL_STATE(1181)] = 28055, + [SMALL_STATE(1182)] = 28066, + [SMALL_STATE(1183)] = 28075, + [SMALL_STATE(1184)] = 28086, + [SMALL_STATE(1185)] = 28097, + [SMALL_STATE(1186)] = 28105, + [SMALL_STATE(1187)] = 28113, + [SMALL_STATE(1188)] = 28121, + [SMALL_STATE(1189)] = 28129, + [SMALL_STATE(1190)] = 28137, + [SMALL_STATE(1191)] = 28145, + [SMALL_STATE(1192)] = 28153, + [SMALL_STATE(1193)] = 28161, + [SMALL_STATE(1194)] = 28169, + [SMALL_STATE(1195)] = 28177, + [SMALL_STATE(1196)] = 28185, + [SMALL_STATE(1197)] = 28193, + [SMALL_STATE(1198)] = 28201, + [SMALL_STATE(1199)] = 28209, + [SMALL_STATE(1200)] = 28217, + [SMALL_STATE(1201)] = 28225, + [SMALL_STATE(1202)] = 28233, + [SMALL_STATE(1203)] = 28241, + [SMALL_STATE(1204)] = 28249, + [SMALL_STATE(1205)] = 28257, + [SMALL_STATE(1206)] = 28265, + [SMALL_STATE(1207)] = 28273, + [SMALL_STATE(1208)] = 28281, + [SMALL_STATE(1209)] = 28289, + [SMALL_STATE(1210)] = 28297, + [SMALL_STATE(1211)] = 28305, + [SMALL_STATE(1212)] = 28313, + [SMALL_STATE(1213)] = 28321, + [SMALL_STATE(1214)] = 28329, + [SMALL_STATE(1215)] = 28337, + [SMALL_STATE(1216)] = 28345, + [SMALL_STATE(1217)] = 28353, + [SMALL_STATE(1218)] = 28361, + [SMALL_STATE(1219)] = 28369, + [SMALL_STATE(1220)] = 28377, + [SMALL_STATE(1221)] = 28385, + [SMALL_STATE(1222)] = 28393, + [SMALL_STATE(1223)] = 28401, + [SMALL_STATE(1224)] = 28409, + [SMALL_STATE(1225)] = 28417, + [SMALL_STATE(1226)] = 28425, + [SMALL_STATE(1227)] = 28433, + [SMALL_STATE(1228)] = 28441, + [SMALL_STATE(1229)] = 28449, + [SMALL_STATE(1230)] = 28457, + [SMALL_STATE(1231)] = 28465, + [SMALL_STATE(1232)] = 28473, + [SMALL_STATE(1233)] = 28481, + [SMALL_STATE(1234)] = 28489, + [SMALL_STATE(1235)] = 28497, + [SMALL_STATE(1236)] = 28505, + [SMALL_STATE(1237)] = 28513, + [SMALL_STATE(1238)] = 28521, + [SMALL_STATE(1239)] = 28529, + [SMALL_STATE(1240)] = 28537, + [SMALL_STATE(1241)] = 28545, + [SMALL_STATE(1242)] = 28553, + [SMALL_STATE(1243)] = 28561, + [SMALL_STATE(1244)] = 28569, + [SMALL_STATE(1245)] = 28577, + [SMALL_STATE(1246)] = 28585, + [SMALL_STATE(1247)] = 28593, + [SMALL_STATE(1248)] = 28601, + [SMALL_STATE(1249)] = 28609, + [SMALL_STATE(1250)] = 28617, + [SMALL_STATE(1251)] = 28625, + [SMALL_STATE(1252)] = 28633, + [SMALL_STATE(1253)] = 28641, + [SMALL_STATE(1254)] = 28649, + [SMALL_STATE(1255)] = 28657, + [SMALL_STATE(1256)] = 28665, + [SMALL_STATE(1257)] = 28673, + [SMALL_STATE(1258)] = 28681, + [SMALL_STATE(1259)] = 28689, + [SMALL_STATE(1260)] = 28697, + [SMALL_STATE(1261)] = 28705, + [SMALL_STATE(1262)] = 28713, + [SMALL_STATE(1263)] = 28721, }; static const TSParseActionEntry ts_parse_actions[] = { @@ -67419,1595 +67559,1483 @@ static const TSParseActionEntry ts_parse_actions[] = { [1] = {.entry = {.count = 1, .reusable = false}}, RECOVER(), [3] = {.entry = {.count = 1, .reusable = true}}, SHIFT_EXTRA(), [5] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_program, 0), - [7] = {.entry = {.count = 1, .reusable = false}}, SHIFT(368), - [9] = {.entry = {.count = 1, .reusable = false}}, SHIFT(510), - [11] = {.entry = {.count = 1, .reusable = true}}, SHIFT(510), - [13] = {.entry = {.count = 1, .reusable = false}}, SHIFT(936), - [15] = {.entry = {.count = 1, .reusable = true}}, SHIFT(807), + [7] = {.entry = {.count = 1, .reusable = false}}, SHIFT(365), + [9] = {.entry = {.count = 1, .reusable = false}}, SHIFT(505), + [11] = {.entry = {.count = 1, .reusable = true}}, SHIFT(505), + [13] = {.entry = {.count = 1, .reusable = false}}, SHIFT(970), + [15] = {.entry = {.count = 1, .reusable = true}}, SHIFT(837), [17] = {.entry = {.count = 1, .reusable = true}}, SHIFT(84), - [19] = {.entry = {.count = 1, .reusable = false}}, SHIFT(270), - [21] = {.entry = {.count = 1, .reusable = false}}, SHIFT(428), - [23] = {.entry = {.count = 1, .reusable = true}}, SHIFT(270), - [25] = {.entry = {.count = 1, .reusable = true}}, SHIFT(269), - [27] = {.entry = {.count = 1, .reusable = false}}, SHIFT(680), - [29] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1313), - [31] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1135), - [33] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12), - [35] = {.entry = {.count = 1, .reusable = true}}, SHIFT(276), - [37] = {.entry = {.count = 1, .reusable = false}}, SHIFT(263), - [39] = {.entry = {.count = 1, .reusable = false}}, SHIFT(16), - [41] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1139), - [43] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1144), - [45] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1146), - [47] = {.entry = {.count = 1, .reusable = false}}, SHIFT(143), - [49] = {.entry = {.count = 1, .reusable = false}}, SHIFT(262), - [51] = {.entry = {.count = 1, .reusable = false}}, SHIFT(518), - [53] = {.entry = {.count = 1, .reusable = false}}, SHIFT(261), - [55] = {.entry = {.count = 1, .reusable = false}}, SHIFT(959), - [57] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1153), - [59] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1295), - [61] = {.entry = {.count = 1, .reusable = false}}, SHIFT(931), - [63] = {.entry = {.count = 1, .reusable = false}}, SHIFT(390), - [65] = {.entry = {.count = 1, .reusable = false}}, SHIFT(376), - [67] = {.entry = {.count = 1, .reusable = false}}, SHIFT(930), - [69] = {.entry = {.count = 1, .reusable = false}}, SHIFT(883), - [71] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1287), - [73] = {.entry = {.count = 1, .reusable = true}}, SHIFT(428), - [75] = {.entry = {.count = 1, .reusable = false}}, SHIFT(386), - [77] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1286), - [79] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1285), - [81] = {.entry = {.count = 1, .reusable = false}}, SHIFT(701), - [83] = {.entry = {.count = 1, .reusable = false}}, SHIFT(697), - [85] = {.entry = {.count = 1, .reusable = false}}, SHIFT(702), - [87] = {.entry = {.count = 1, .reusable = false}}, SHIFT(507), - [89] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1177), - [91] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_switch_block_statement_group, 1), - [93] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_switch_block_statement_group, 1), - [95] = {.entry = {.count = 1, .reusable = true}}, SHIFT(605), - [97] = {.entry = {.count = 1, .reusable = true}}, SHIFT(461), - [99] = {.entry = {.count = 1, .reusable = false}}, SHIFT(561), - [101] = {.entry = {.count = 1, .reusable = false}}, SHIFT(995), - [103] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_program_repeat1, 2), - [105] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(368), - [108] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(510), - [111] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(510), - [114] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(936), - [117] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(807), - [120] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(84), - [123] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(270), - [126] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(428), - [129] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(270), - [132] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(269), - [135] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(680), - [138] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(1313), - [141] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(1135), - [144] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(12), - [147] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), - [149] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(276), - [152] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(263), - [155] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(16), - [158] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(1139), - [161] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(1144), - [164] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(1146), - [167] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(143), - [170] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(262), - [173] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(518), - [176] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(261), - [179] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(959), - [182] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(1153), - [185] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(1295), - [188] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(931), - [191] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(390), - [194] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(376), - [197] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(930), - [200] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(883), - [203] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(1287), - [206] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(428), - [209] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(386), - [212] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(1286), - [215] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(1285), - [218] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(701), - [221] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(697), - [224] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(702), - [227] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(507), - [230] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(1177), - [233] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_switch_block_statement_group, 2), - [235] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_switch_block_statement_group, 2), - [237] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_program, 1), - [239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(445), - [241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(112), - [243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(118), - [245] = {.entry = {.count = 1, .reusable = true}}, SHIFT(465), - [247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(77), - [249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(79), - [251] = {.entry = {.count = 1, .reusable = false}}, SHIFT(369), - [253] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1210), - [255] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1206), - [257] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1319), - [259] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_body, 2), - [261] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_body, 2), - [263] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_body, 3), - [265] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_body, 3), - [267] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block, 2), - [269] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_block, 2), - [271] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_switch_expression, 3, .production_id = 21), - [273] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_switch_expression, 3, .production_id = 21), - [275] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block, 3), - [277] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_block, 3), - [279] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_switch_block, 3), - [281] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_switch_block, 3), - [283] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_switch_block, 2), - [285] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_switch_block, 2), - [287] = {.entry = {.count = 1, .reusable = false}}, SHIFT(366), - [289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(819), - [291] = {.entry = {.count = 1, .reusable = false}}, SHIFT(563), - [293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(907), - [295] = {.entry = {.count = 1, .reusable = false}}, SHIFT(383), - [297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(563), - [299] = {.entry = {.count = 1, .reusable = false}}, SHIFT(367), - [301] = {.entry = {.count = 1, .reusable = false}}, SHIFT(365), - [303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(135), - [305] = {.entry = {.count = 1, .reusable = false}}, SHIFT(377), - [307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(144), - [309] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_statement, 1), - [311] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_statement, 1), - [313] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression, 1), - [315] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression, 1), - [317] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_expression, 1), REDUCE(sym_statement, 1), - [320] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_expression, 1), REDUCE(sym_statement, 1), - [323] = {.entry = {.count = 1, .reusable = false}}, SHIFT(385), - [325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(617), - [327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(90), - [329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(929), - [331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1276), - [333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(980), - [335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(712), - [337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(456), - [339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(956), - [341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1274), - [343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(94), - [345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(513), - [347] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_try_with_resources_statement, 3, .production_id = 24), - [349] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_try_with_resources_statement, 3, .production_id = 24), - [351] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1271), - [353] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1178), - [355] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_try_with_resources_statement, 4, .production_id = 24), - [357] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_try_with_resources_statement, 4, .production_id = 24), - [359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(994), - [361] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_try_statement, 3, .production_id = 23), - [363] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_try_statement, 3, .production_id = 23), - [365] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_try_statement_repeat1, 2), - [367] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_try_statement_repeat1, 2), - [369] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_try_statement_repeat1, 2), SHIFT_REPEAT(1271), - [372] = {.entry = {.count = 1, .reusable = true}}, SHIFT(496), - [374] = {.entry = {.count = 1, .reusable = true}}, SHIFT(504), - [376] = {.entry = {.count = 1, .reusable = false}}, SHIFT(380), - [378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(83), - [380] = {.entry = {.count = 1, .reusable = false}}, SHIFT(194), - [382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(194), - [384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(196), - [386] = {.entry = {.count = 1, .reusable = false}}, SHIFT(389), - [388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(66), - [390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(455), - [392] = {.entry = {.count = 1, .reusable = true}}, SHIFT(141), - [394] = {.entry = {.count = 1, .reusable = true}}, SHIFT(56), - [396] = {.entry = {.count = 1, .reusable = true}}, SHIFT(54), - [398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(38), - [400] = {.entry = {.count = 1, .reusable = true}}, SHIFT(123), - [402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17), - [404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(36), - [406] = {.entry = {.count = 1, .reusable = true}}, SHIFT(40), - [408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(408), - [410] = {.entry = {.count = 1, .reusable = true}}, SHIFT(46), - [412] = {.entry = {.count = 1, .reusable = true}}, SHIFT(671), - [414] = {.entry = {.count = 1, .reusable = true}}, SHIFT(672), - [416] = {.entry = {.count = 1, .reusable = true}}, SHIFT(116), - [418] = {.entry = {.count = 1, .reusable = true}}, SHIFT(28), - [420] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_catch_clause, 5, .production_id = 163), - [422] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_catch_clause, 5, .production_id = 163), - [424] = {.entry = {.count = 1, .reusable = true}}, SHIFT(119), - [426] = {.entry = {.count = 1, .reusable = true}}, SHIFT(42), - [428] = {.entry = {.count = 1, .reusable = true}}, SHIFT(404), - [430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15), - [432] = {.entry = {.count = 1, .reusable = true}}, SHIFT(129), - [434] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21), - [436] = {.entry = {.count = 1, .reusable = true}}, SHIFT(134), - [438] = {.entry = {.count = 1, .reusable = true}}, SHIFT(33), - [440] = {.entry = {.count = 1, .reusable = true}}, SHIFT(74), - [442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(132), - [444] = {.entry = {.count = 1, .reusable = true}}, SHIFT(62), - [446] = {.entry = {.count = 1, .reusable = true}}, SHIFT(52), - [448] = {.entry = {.count = 1, .reusable = true}}, SHIFT(334), - [450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(125), - [452] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 6, .production_id = 130), - [454] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 6, .production_id = 130), - [456] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_annotation_type_body, 2), - [458] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_annotation_type_body, 2), - [460] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_declaration, 4, .production_id = 64), - [462] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_record_declaration, 4, .production_id = 64), - [464] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_declaration, 4, .production_id = 57), - [466] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_declaration, 4, .production_id = 57), - [468] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 6, .production_id = 128), - [470] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 6, .production_id = 128), - [472] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_body, 2), - [474] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_body, 2), - [476] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_body, 4), - [478] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_body, 4), - [480] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_declaration, 6, .production_id = 143), - [482] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_record_declaration, 6, .production_id = 143), - [484] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_declaration, 6, .production_id = 144), - [486] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interface_declaration, 6, .production_id = 144), - [488] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_body, 2), - [490] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interface_body, 2), - [492] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 6, .production_id = 129), - [494] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 6, .production_id = 129), - [496] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 6, .production_id = 147), - [498] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 6, .production_id = 147), - [500] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 6, .production_id = 148), - [502] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 6, .production_id = 148), - [504] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 6, .production_id = 149), - [506] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 6, .production_id = 149), - [508] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 6, .production_id = 150), - [510] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 6, .production_id = 150), - [512] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 6, .production_id = 127), - [514] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 6, .production_id = 127), - [516] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_declaration, 4, .production_id = 55), - [518] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interface_declaration, 4, .production_id = 55), - [520] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_declaration, 4, .production_id = 58), - [522] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interface_declaration, 4, .production_id = 58), - [524] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 6, .production_id = 151), - [526] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 6, .production_id = 151), - [528] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 6, .production_id = 152), - [530] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 6, .production_id = 152), - [532] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_declaration, 6, .production_id = 153), - [534] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_record_declaration, 6, .production_id = 153), - [536] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_declaration, 6, .production_id = 154), - [538] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_record_declaration, 6, .production_id = 154), - [540] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_declaration, 6, .production_id = 149), - [542] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interface_declaration, 6, .production_id = 149), - [544] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_declaration, 6, .production_id = 155), - [546] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interface_declaration, 6, .production_id = 155), - [548] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_declaration, 4, .production_id = 65), - [550] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interface_declaration, 4, .production_id = 65), - [552] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_declaration, 6, .production_id = 156), - [554] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interface_declaration, 6, .production_id = 156), - [556] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 4, .production_id = 58), - [558] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 4, .production_id = 58), - [560] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 4, .production_id = 57), - [562] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 4, .production_id = 57), - [564] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 4, .production_id = 56), - [566] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 4, .production_id = 56), - [568] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 4, .production_id = 55), - [570] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 4, .production_id = 55), - [572] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 7, .production_id = 161), - [574] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 7, .production_id = 161), - [576] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 4, .production_id = 62), - [578] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 4, .production_id = 62), - [580] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_declaration, 4, .production_id = 62), - [582] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_declaration, 4, .production_id = 62), - [584] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_annotation_type_declaration, 4, .production_id = 62), - [586] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_annotation_type_declaration, 4, .production_id = 62), - [588] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_declaration, 5, .production_id = 117), - [590] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interface_declaration, 5, .production_id = 117), - [592] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_declaration, 5, .production_id = 115), - [594] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interface_declaration, 5, .production_id = 115), - [596] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_declaration, 4, .production_id = 62), - [598] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interface_declaration, 4, .production_id = 62), - [600] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_declaration, 5, .production_id = 112), - [602] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interface_declaration, 5, .production_id = 112), - [604] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_declaration, 5, .production_id = 116), - [606] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_record_declaration, 5, .production_id = 116), - [608] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_declaration, 5, .production_id = 114), - [610] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_declaration, 5, .production_id = 114), - [612] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 5, .production_id = 115), - [614] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 5, .production_id = 115), - [616] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 5, .production_id = 114), - [618] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 5, .production_id = 114), - [620] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 5, .production_id = 113), - [622] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 5, .production_id = 113), - [624] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 5, .production_id = 112), - [626] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 5, .production_id = 112), - [628] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_declaration, 5, .production_id = 104), - [630] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interface_declaration, 5, .production_id = 104), - [632] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 3, .production_id = 20), - [634] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 3, .production_id = 20), - [636] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_declaration, 5, .production_id = 103), - [638] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interface_declaration, 5, .production_id = 103), - [640] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_declaration, 5, .production_id = 92), - [642] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interface_declaration, 5, .production_id = 92), - [644] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_body, 5), - [646] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_body, 5), - [648] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_body, 3), - [650] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interface_body, 3), - [652] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 7, .production_id = 177), - [654] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 7, .production_id = 177), - [656] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 7, .production_id = 178), - [658] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 7, .production_id = 178), - [660] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 7, .production_id = 179), - [662] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 7, .production_id = 179), - [664] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 7, .production_id = 180), - [666] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 7, .production_id = 180), - [668] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_declaration, 7, .production_id = 181), - [670] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_record_declaration, 7, .production_id = 181), - [672] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_declaration, 7, .production_id = 182), - [674] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interface_declaration, 7, .production_id = 182), - [676] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_annotation_type_body, 3), - [678] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_annotation_type_body, 3), - [680] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_declaration, 5, .production_id = 102), - [682] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_record_declaration, 5, .production_id = 102), - [684] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_declaration, 5, .production_id = 101), - [686] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_record_declaration, 5, .production_id = 101), - [688] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_body, 3), - [690] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_body, 3), - [692] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 5, .production_id = 90), - [694] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 5, .production_id = 90), - [696] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 5, .production_id = 91), - [698] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 5, .production_id = 91), - [700] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 5, .production_id = 92), - [702] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 5, .production_id = 92), - [704] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_body, 6), - [706] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_body, 6), - [708] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 5, .production_id = 93), - [710] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 5, .production_id = 93), - [712] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 5, .production_id = 94), - [714] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 5, .production_id = 94), - [716] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 5, .production_id = 95), - [718] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 5, .production_id = 95), - [720] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_declaration, 3, .production_id = 20), - [722] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_declaration, 3, .production_id = 20), - [724] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_annotation_type_declaration, 3, .production_id = 20), - [726] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_annotation_type_declaration, 3, .production_id = 20), - [728] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_declaration, 3, .production_id = 20), - [730] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interface_declaration, 3, .production_id = 20), - [732] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 8, .production_id = 201), - [734] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 8, .production_id = 201), - [736] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_declaration, 6, .production_id = 63), - [738] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_import_declaration, 6, .production_id = 63), - [740] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_break_statement, 3), - [742] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_break_statement, 3), - [744] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assert_statement, 5), - [746] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_assert_statement, 5), - [748] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_switch_block_statement_group_repeat1, 2), - [750] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_switch_block_statement_group_repeat1, 2), - [752] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_switch_block_statement_group_repeat1, 2), SHIFT_REPEAT(167), - [755] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_switch_block_statement_group_repeat1, 2), SHIFT_REPEAT(1132), - [758] = {.entry = {.count = 1, .reusable = false}}, SHIFT(744), - [760] = {.entry = {.count = 1, .reusable = true}}, SHIFT(214), - [762] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1260), - [764] = {.entry = {.count = 1, .reusable = false}}, SHIFT(696), - [766] = {.entry = {.count = 1, .reusable = false}}, SHIFT(896), - [768] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_try_with_resources_statement, 5, .production_id = 24), - [770] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_try_with_resources_statement, 5, .production_id = 24), - [772] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 5, .production_id = 97), - [774] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 5, .production_id = 97), - [776] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_module_declaration, 3, .production_id = 30), - [778] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_module_declaration, 3, .production_id = 30), - [780] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_module_declaration, 3, .production_id = 20), - [782] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_module_declaration, 3, .production_id = 20), - [784] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_package_declaration, 3, .production_id = 14), - [786] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_package_declaration, 3, .production_id = 14), - [788] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_package_declaration, 3), - [790] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_package_declaration, 3), - [792] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 10, .production_id = 231), - [794] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 10, .production_id = 231), - [796] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_declaration, 3, .production_id = 14), - [798] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_import_declaration, 3, .production_id = 14), - [800] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 10, .production_id = 230), - [802] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 10, .production_id = 230), - [804] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 10, .production_id = 229), - [806] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 10, .production_id = 229), - [808] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 7, .production_id = 169), - [810] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 7, .production_id = 169), - [812] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_declaration, 3), - [814] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_import_declaration, 3), - [816] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 7, .production_id = 168), - [818] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 7, .production_id = 168), - [820] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 7, .production_id = 165), - [822] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 7, .production_id = 165), - [824] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 7, .production_id = 170), - [826] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 7, .production_id = 170), - [828] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1322), - [830] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_finally_clause, 2), - [832] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_finally_clause, 2), - [834] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 7, .production_id = 171), - [836] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 7, .production_id = 171), - [838] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_try_statement, 4, .production_id = 23), - [840] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_try_statement, 4, .production_id = 23), - [842] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 11, .production_id = 236), - [844] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 11, .production_id = 236), - [846] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 9, .production_id = 209), - [848] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 9, .production_id = 209), - [850] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enhanced_for_statement, 9, .production_id = 208), - [852] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enhanced_for_statement, 9, .production_id = 208), - [854] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 3, .production_id = 25), - [856] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 3, .production_id = 25), - [858] = {.entry = {.count = 1, .reusable = false}}, SHIFT(24), - [860] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 9, .production_id = 207), - [862] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 9, .production_id = 207), - [864] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_package_declaration, 4), - [866] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_package_declaration, 4), - [868] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_package_declaration, 4, .production_id = 63), - [870] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_package_declaration, 4, .production_id = 63), - [872] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_while_statement, 3, .production_id = 21), - [874] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_while_statement, 3, .production_id = 21), - [876] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_continue_statement, 3), - [878] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_continue_statement, 3), - [880] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 9, .production_id = 206), - [882] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 9, .production_id = 206), - [884] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_return_statement, 3), - [886] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_return_statement, 3), - [888] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_yield_statement, 3), - [890] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_yield_statement, 3), - [892] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_break_statement, 2), - [894] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_break_statement, 2), - [896] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_synchronized_statement, 3, .production_id = 22), - [898] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_synchronized_statement, 3, .production_id = 22), - [900] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_throw_statement, 3), - [902] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_throw_statement, 3), - [904] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_labeled_statement, 3), - [906] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_labeled_statement, 3), - [908] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 9, .production_id = 205), - [910] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 9, .production_id = 205), - [912] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 9, .production_id = 204), - [914] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 9, .production_id = 204), - [916] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 8, .production_id = 184), - [918] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 8, .production_id = 184), - [920] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_statement, 2), - [922] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression_statement, 2), - [924] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 6, .production_id = 133), - [926] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 6, .production_id = 133), - [928] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 8, .production_id = 185), - [930] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 8, .production_id = 185), - [932] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_module_declaration, 5, .production_id = 119), - [934] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_module_declaration, 5, .production_id = 119), - [936] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_declaration, 4), - [938] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_import_declaration, 4), - [940] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 6, .production_id = 134), - [942] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 6, .production_id = 134), - [944] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_declaration, 4, .production_id = 63), - [946] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_import_declaration, 4, .production_id = 63), - [948] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_module_body, 3), - [950] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_module_body, 3), - [952] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_declaration, 5, .production_id = 14), - [954] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_import_declaration, 5, .production_id = 14), - [956] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 9, .production_id = 203), - [958] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 9, .production_id = 203), - [960] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 8, .production_id = 186), - [962] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 8, .production_id = 186), - [964] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 8, .production_id = 187), - [966] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 8, .production_id = 187), - [968] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_declaration, 5), - [970] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_import_declaration, 5), - [972] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_module_declaration, 5, .production_id = 118), - [974] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_module_declaration, 5, .production_id = 118), - [976] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_declaration, 1), - [978] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_declaration, 1), - [980] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 8, .production_id = 188), - [982] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 8, .production_id = 188), - [984] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_return_statement, 2), - [986] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_return_statement, 2), - [988] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assert_statement, 3), - [990] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_assert_statement, 3), - [992] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_do_statement, 5, .production_id = 96), - [994] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_do_statement, 5, .production_id = 96), - [996] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_declaration, 6), - [998] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_import_declaration, 6), - [1000] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 8, .production_id = 191), - [1002] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 8, .production_id = 191), - [1004] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 8, .production_id = 190), - [1006] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 8, .production_id = 190), - [1008] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_continue_statement, 2), - [1010] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_continue_statement, 2), - [1012] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enhanced_for_statement, 8, .production_id = 189), - [1014] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enhanced_for_statement, 8, .production_id = 189), - [1016] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_module_body, 2), - [1018] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_module_body, 2), - [1020] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_local_variable_declaration, 3, .production_id = 40), - [1022] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_local_variable_declaration, 3, .production_id = 40), - [1024] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_local_variable_declaration, 4, .production_id = 73), - [1026] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_local_variable_declaration, 4, .production_id = 73), - [1028] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_module_declaration, 4, .production_id = 62), - [1030] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_module_declaration, 4, .production_id = 62), - [1032] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_module_declaration, 4, .production_id = 61), - [1034] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_module_declaration, 4, .production_id = 61), - [1036] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_explicit_constructor_invocation, 3, .production_id = 183), - [1038] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_explicit_constructor_invocation, 3, .production_id = 183), - [1040] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_explicit_constructor_invocation, 5, .production_id = 228), - [1042] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_explicit_constructor_invocation, 5, .production_id = 228), - [1044] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_explicit_constructor_invocation, 6, .production_id = 235), - [1046] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_explicit_constructor_invocation, 6, .production_id = 235), - [1048] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_explicit_constructor_invocation, 4, .production_id = 202), - [1050] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_explicit_constructor_invocation, 4, .production_id = 202), - [1052] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_condition, 3), - [1054] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_condition, 3), - [1056] = {.entry = {.count = 1, .reusable = false}}, SHIFT(759), - [1058] = {.entry = {.count = 1, .reusable = true}}, SHIFT(814), - [1060] = {.entry = {.count = 1, .reusable = true}}, SHIFT(75), - [1062] = {.entry = {.count = 1, .reusable = true}}, SHIFT(356), - [1064] = {.entry = {.count = 1, .reusable = false}}, SHIFT(501), - [1066] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1268), - [1068] = {.entry = {.count = 1, .reusable = true}}, SHIFT(76), - [1070] = {.entry = {.count = 1, .reusable = true}}, SHIFT(359), - [1072] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_body_declarations, 2), - [1074] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_body_declarations, 1), - [1076] = {.entry = {.count = 1, .reusable = true}}, SHIFT(357), - [1078] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enum_body_declarations_repeat1, 2), SHIFT_REPEAT(759), - [1081] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enum_body_declarations_repeat1, 2), SHIFT_REPEAT(814), - [1084] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enum_body_declarations_repeat1, 2), SHIFT_REPEAT(428), - [1087] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enum_body_declarations_repeat1, 2), SHIFT_REPEAT(1313), - [1090] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enum_body_declarations_repeat1, 2), SHIFT_REPEAT(12), - [1093] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_enum_body_declarations_repeat1, 2), - [1095] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enum_body_declarations_repeat1, 2), SHIFT_REPEAT(359), - [1098] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enum_body_declarations_repeat1, 2), SHIFT_REPEAT(931), - [1101] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enum_body_declarations_repeat1, 2), SHIFT_REPEAT(501), - [1104] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enum_body_declarations_repeat1, 2), SHIFT_REPEAT(1287), - [1107] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enum_body_declarations_repeat1, 2), SHIFT_REPEAT(428), - [1110] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enum_body_declarations_repeat1, 2), SHIFT_REPEAT(1268), - [1113] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enum_body_declarations_repeat1, 2), SHIFT_REPEAT(1286), - [1116] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enum_body_declarations_repeat1, 2), SHIFT_REPEAT(1285), - [1119] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enum_body_declarations_repeat1, 2), SHIFT_REPEAT(701), - [1122] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enum_body_declarations_repeat1, 2), SHIFT_REPEAT(697), - [1125] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enum_body_declarations_repeat1, 2), SHIFT_REPEAT(702), - [1128] = {.entry = {.count = 1, .reusable = false}}, SHIFT(417), - [1130] = {.entry = {.count = 1, .reusable = true}}, SHIFT(82), - [1132] = {.entry = {.count = 1, .reusable = false}}, SHIFT(435), - [1134] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1205), - [1136] = {.entry = {.count = 1, .reusable = false}}, SHIFT(494), - [1138] = {.entry = {.count = 1, .reusable = false}}, SHIFT(521), - [1140] = {.entry = {.count = 1, .reusable = false}}, SHIFT(695), - [1142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(240), - [1144] = {.entry = {.count = 1, .reusable = true}}, SHIFT(363), - [1146] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_interface_body_repeat1, 2), SHIFT_REPEAT(695), - [1149] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_interface_body_repeat1, 2), SHIFT_REPEAT(814), - [1152] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_interface_body_repeat1, 2), SHIFT_REPEAT(428), - [1155] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_interface_body_repeat1, 2), SHIFT_REPEAT(1313), - [1158] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_interface_body_repeat1, 2), - [1160] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_interface_body_repeat1, 2), SHIFT_REPEAT(363), - [1163] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_interface_body_repeat1, 2), SHIFT_REPEAT(931), - [1166] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_interface_body_repeat1, 2), SHIFT_REPEAT(1287), - [1169] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_interface_body_repeat1, 2), SHIFT_REPEAT(428), - [1172] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_interface_body_repeat1, 2), SHIFT_REPEAT(1268), - [1175] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_interface_body_repeat1, 2), SHIFT_REPEAT(1286), - [1178] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_interface_body_repeat1, 2), SHIFT_REPEAT(1285), - [1181] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_interface_body_repeat1, 2), SHIFT_REPEAT(701), - [1184] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_interface_body_repeat1, 2), SHIFT_REPEAT(697), - [1187] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_interface_body_repeat1, 2), SHIFT_REPEAT(702), - [1190] = {.entry = {.count = 1, .reusable = true}}, SHIFT(173), - [1192] = {.entry = {.count = 1, .reusable = true}}, SHIFT(362), - [1194] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__unannotated_type, 1, .production_id = 2), - [1196] = {.entry = {.count = 1, .reusable = true}}, SHIFT(114), - [1198] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_primary_expression, 1), - [1200] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_primary_expression, 1), - [1202] = {.entry = {.count = 1, .reusable = false}}, SHIFT(178), - [1204] = {.entry = {.count = 1, .reusable = true}}, SHIFT(178), - [1206] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_primary_expression, 1), SHIFT(605), - [1209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(109), - [1211] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_primary_expression, 1), REDUCE(sym__unannotated_type, 1, .production_id = 2), - [1214] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_primary_expression, 1), REDUCE(sym__unannotated_type, 1, .production_id = 2), SHIFT(864), - [1218] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__unannotated_type, 1, .production_id = 2), - [1220] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_primary_expression, 1), SHIFT(1320), - [1223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(965), - [1225] = {.entry = {.count = 3, .reusable = false}}, REDUCE(sym_primary_expression, 1), REDUCE(sym__unannotated_type, 1, .production_id = 2), SHIFT(864), - [1229] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_primary_expression, 1), REDUCE(sym__unannotated_type, 1, .production_id = 2), SHIFT(1320), - [1233] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_primary_expression, 1), REDUCE(sym__unannotated_type, 1, .production_id = 2), - [1236] = {.entry = {.count = 1, .reusable = false}}, SHIFT(23), - [1238] = {.entry = {.count = 1, .reusable = false}}, SHIFT(14), - [1240] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_annotation_type_body_repeat1, 2), SHIFT_REPEAT(695), - [1243] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_annotation_type_body_repeat1, 2), SHIFT_REPEAT(428), - [1246] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_annotation_type_body_repeat1, 2), SHIFT_REPEAT(1313), - [1249] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_annotation_type_body_repeat1, 2), - [1251] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_annotation_type_body_repeat1, 2), SHIFT_REPEAT(931), - [1254] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_annotation_type_body_repeat1, 2), SHIFT_REPEAT(1287), - [1257] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_annotation_type_body_repeat1, 2), SHIFT_REPEAT(428), - [1260] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_annotation_type_body_repeat1, 2), SHIFT_REPEAT(1286), - [1263] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_annotation_type_body_repeat1, 2), SHIFT_REPEAT(1285), - [1266] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_annotation_type_body_repeat1, 2), SHIFT_REPEAT(701), - [1269] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_annotation_type_body_repeat1, 2), SHIFT_REPEAT(697), - [1272] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_annotation_type_body_repeat1, 2), SHIFT_REPEAT(702), - [1275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(249), - [1277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(150), - [1279] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_access, 5, .production_id = 105), - [1281] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_access, 5, .production_id = 105), - [1283] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_access, 5, .production_id = 106), - [1285] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_access, 5, .production_id = 106), - [1287] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_access, 3, .production_id = 32), - [1289] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_access, 3, .production_id = 32), - [1291] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1025), - [1293] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_primary_expression, 1, .production_id = 1), - [1295] = {.entry = {.count = 1, .reusable = false}}, SHIFT(204), - [1297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(204), - [1299] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_primary_expression, 1, .production_id = 1), - [1301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(111), - [1303] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1064), - [1305] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_access, 3, .production_id = 31), - [1307] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_access, 3, .production_id = 31), - [1309] = {.entry = {.count = 1, .reusable = false}}, SHIFT(230), - [1311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(230), - [1313] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_primary_expression, 1), SHIFT(108), - [1316] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_access, 4, .production_id = 72), - [1318] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_access, 4, .production_id = 72), - [1320] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_primary_expression, 1, .production_id = 1), SHIFT(1311), - [1323] = {.entry = {.count = 1, .reusable = false}}, SHIFT(104), - [1325] = {.entry = {.count = 1, .reusable = false}}, SHIFT(955), - [1327] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_dimensions_repeat1, 2), - [1329] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_dimensions_repeat1, 2), - [1331] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_dimensions_repeat1, 2), SHIFT_REPEAT(1263), - [1334] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_dimensions_repeat1, 2), SHIFT_REPEAT(907), - [1337] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dimensions, 1), - [1339] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dimensions, 1), - [1341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1263), - [1343] = {.entry = {.count = 1, .reusable = false}}, SHIFT(232), - [1345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(232), - [1347] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_primary_expression, 1, .production_id = 1), SHIFT(107), - [1350] = {.entry = {.count = 1, .reusable = true}}, SHIFT(895), - [1352] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_creation_expression, 4, .production_id = 53), - [1354] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_creation_expression, 4, .production_id = 53), - [1356] = {.entry = {.count = 1, .reusable = true}}, SHIFT(133), - [1358] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type, 1), - [1360] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type, 1), - [1362] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_creation_expression, 4, .production_id = 54), - [1364] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_creation_expression, 4, .production_id = 54), - [1366] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_annotated_type, 2), - [1368] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_annotated_type, 2), - [1370] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_creation_expression, 3, .production_id = 17), - [1372] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_creation_expression, 3, .production_id = 17), - [1374] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_creation_expression, 3, .production_id = 19), - [1376] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_creation_expression, 3, .production_id = 19), - [1378] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_scoped_identifier, 3, .production_id = 59), - [1380] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_scoped_identifier, 3, .production_id = 59), - [1382] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_scoped_identifier, 3, .production_id = 60), - [1384] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_scoped_identifier, 3, .production_id = 60), - [1386] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_array_creation_expression_repeat2, 2), - [1388] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_array_creation_expression_repeat2, 2), - [1390] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_array_creation_expression_repeat2, 2), SHIFT_REPEAT(236), - [1393] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_array_creation_expression_repeat2, 2), SHIFT_REPEAT(907), - [1396] = {.entry = {.count = 1, .reusable = true}}, SHIFT(816), - [1398] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__unannotated_type, 1, .production_id = 2), SHIFT(582), - [1401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(857), - [1403] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_dimensions_repeat1, 3), - [1405] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_dimensions_repeat1, 3), - [1407] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__unannotated_type, 1), - [1409] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__unannotated_type, 1), - [1411] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__unannotated_type, 1), SHIFT(582), - [1414] = {.entry = {.count = 1, .reusable = true}}, SHIFT(840), - [1416] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_marker_annotation, 2, .production_id = 5), - [1418] = {.entry = {.count = 1, .reusable = true}}, SHIFT(92), - [1420] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_marker_annotation, 2, .production_id = 5), - [1422] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1284), - [1424] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_arguments, 3), - [1426] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_arguments, 3), - [1428] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_scoped_type_identifier, 4, .production_id = 68), - [1430] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_scoped_type_identifier, 4, .production_id = 68), - [1432] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_scoped_type_identifier, 3, .production_id = 42), - [1434] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_scoped_type_identifier, 3, .production_id = 42), - [1436] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_arguments, 2), - [1438] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_arguments, 2), - [1440] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generic_type, 2, .dynamic_precedence = 10, .production_id = 2), - [1442] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_type, 2, .dynamic_precedence = 10, .production_id = 2), - [1444] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_marker_annotation, 2, .production_id = 6), - [1446] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_marker_annotation, 2, .production_id = 6), - [1448] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1299), - [1450] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generic_type, 2, .dynamic_precedence = 10), - [1452] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_type, 2, .dynamic_precedence = 10), - [1454] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_scoped_type_identifier, 4, .production_id = 77), - [1456] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_scoped_type_identifier, 4, .production_id = 77), - [1458] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_scoped_type_identifier, 3, .production_id = 35), - [1460] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_scoped_type_identifier, 3, .production_id = 35), - [1462] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_arguments, 4), - [1464] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_arguments, 4), - [1466] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_integral_type, 1), - [1468] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_integral_type, 1), - [1470] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_type, 2, .production_id = 11), - [1472] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_type, 2, .production_id = 11), - [1474] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_floating_point_type, 1), - [1476] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_floating_point_type, 1), - [1478] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_modifiers, 1), - [1480] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_modifiers, 1), - [1482] = {.entry = {.count = 1, .reusable = false}}, SHIFT(433), - [1484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(433), - [1486] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__unqualified_object_creation_expression, 4, .production_id = 51), - [1488] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__unqualified_object_creation_expression, 4, .production_id = 51), - [1490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(355), - [1492] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__unqualified_object_creation_expression, 3, .production_id = 18), - [1494] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__unqualified_object_creation_expression, 3, .production_id = 18), - [1496] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_modifiers_repeat1, 2), - [1498] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_modifiers_repeat1, 2), - [1500] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_modifiers_repeat1, 2), SHIFT_REPEAT(433), - [1503] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_modifiers_repeat1, 2), SHIFT_REPEAT(931), - [1506] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_modifiers_repeat1, 2), SHIFT_REPEAT(433), - [1509] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__unqualified_object_creation_expression, 4, .production_id = 52), - [1511] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__unqualified_object_creation_expression, 4, .production_id = 52), - [1513] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__unqualified_object_creation_expression, 3, .production_id = 16), - [1515] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__unqualified_object_creation_expression, 3, .production_id = 16), - [1517] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_annotation_argument_list, 3), - [1519] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_annotation_argument_list, 3), - [1521] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_annotation, 3, .production_id = 27), - [1523] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_annotation, 3, .production_id = 27), - [1525] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 3, .production_id = 40), - [1527] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 3, .production_id = 40), - [1529] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constructor_declaration, 3, .production_id = 125), - [1531] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constructor_declaration, 3, .production_id = 125), - [1533] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constructor_declaration, 4, .production_id = 157), - [1535] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constructor_declaration, 4, .production_id = 157), - [1537] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 4, .production_id = 73), - [1539] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 4, .production_id = 73), - [1541] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constructor_body, 3), - [1543] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constructor_body, 3), - [1545] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_method_declaration, 2, .production_id = 89), - [1547] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_declaration, 2, .production_id = 89), - [1549] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constructor_declaration, 2, .production_id = 86), - [1551] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constructor_declaration, 2, .production_id = 86), - [1553] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesized_expression, 3), - [1555] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parenthesized_expression, 3), - [1557] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_compact_constructor_declaration, 3, .production_id = 20), - [1559] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_compact_constructor_declaration, 3, .production_id = 20), - [1561] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 4), - [1563] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 4), - [1565] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dimensions_expr, 4), - [1567] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dimensions_expr, 4), - [1569] = {.entry = {.count = 1, .reusable = false}}, SHIFT(529), - [1571] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_instanceof_expression, 3, .production_id = 36), - [1573] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_instanceof_expression, 3, .production_id = 36), - [1575] = {.entry = {.count = 1, .reusable = false}}, SHIFT(528), - [1577] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constructor_declaration, 3, .production_id = 120), - [1579] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constructor_declaration, 3, .production_id = 120), - [1581] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dimensions_expr, 3), - [1583] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dimensions_expr, 3), - [1585] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 2), - [1587] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 2), - [1589] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_annotation_argument_list, 2), - [1591] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_annotation_argument_list, 2), - [1593] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_method_declaration, 2, .production_id = 88), - [1595] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_declaration, 2, .production_id = 88), - [1597] = {.entry = {.count = 1, .reusable = false}}, SHIFT(535), - [1599] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_instanceof_expression, 4, .production_id = 69), - [1601] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_instanceof_expression, 4, .production_id = 69), - [1603] = {.entry = {.count = 1, .reusable = false}}, SHIFT(526), - [1605] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_annotation, 3, .production_id = 26), - [1607] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_annotation, 3, .production_id = 26), - [1609] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_annotation_argument_list, 4), - [1611] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_annotation_argument_list, 4), - [1613] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constructor_body, 2), - [1615] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constructor_body, 2), - [1617] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_method_declaration, 3, .production_id = 122), - [1619] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_declaration, 3, .production_id = 122), - [1621] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_method_declaration, 3, .production_id = 121), - [1623] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_declaration, 3, .production_id = 121), - [1625] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 3), - [1627] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 3), - [1629] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constructor_body, 4), - [1631] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constructor_body, 4), - [1633] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_static_initializer, 2), - [1635] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_static_initializer, 2), - [1637] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_compact_constructor_declaration, 2, .production_id = 84), - [1639] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_compact_constructor_declaration, 2, .production_id = 84), - [1641] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_creation_expression, 4, .production_id = 48), - [1643] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_creation_expression, 4, .production_id = 48), - [1645] = {.entry = {.count = 1, .reusable = true}}, SHIFT(152), - [1647] = {.entry = {.count = 1, .reusable = true}}, SHIFT(793), - [1649] = {.entry = {.count = 1, .reusable = true}}, SHIFT(977), - [1651] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_array_creation_expression_repeat1, 1), REDUCE(aux_sym_modifiers_repeat1, 1), - [1654] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_modifiers_repeat1, 1), - [1656] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_array_creation_expression_repeat1, 1), - [1658] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_modifiers_repeat1, 1), - [1660] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__unqualified_object_creation_expression, 5, .production_id = 51), - [1662] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__unqualified_object_creation_expression, 5, .production_id = 51), - [1664] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_literal, 3, .dynamic_precedence = 17), - [1666] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_literal, 3, .dynamic_precedence = 17), - [1668] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_cast_expression, 4, .production_id = 44), - [1670] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_cast_expression, 4, .production_id = 44), - [1672] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constant_declaration, 3, .production_id = 40), - [1674] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constant_declaration, 3, .production_id = 40), - [1676] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_invocation, 6, .production_id = 145), - [1678] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_method_invocation, 6, .production_id = 145), - [1680] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_invocation, 7, .production_id = 176), - [1682] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_method_invocation, 7, .production_id = 176), - [1684] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_invocation, 7, .production_id = 175), - [1686] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_method_invocation, 7, .production_id = 175), - [1688] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_creation_expression, 3, .production_id = 37), - [1690] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_creation_expression, 3, .production_id = 37), - [1692] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_invocation, 6, .production_id = 146), - [1694] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_method_invocation, 6, .production_id = 146), - [1696] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constant_declaration, 4, .production_id = 73), - [1698] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constant_declaration, 4, .production_id = 73), - [1700] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_creation_expression, 5, .production_id = 82), - [1702] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_creation_expression, 5, .production_id = 82), - [1704] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_creation_expression, 1, .production_id = 3), - [1706] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_creation_expression, 1, .production_id = 3), - [1708] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__string_literal, 3), - [1710] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__string_literal, 3), - [1712] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_creation_expression, 5, .production_id = 81), - [1714] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_creation_expression, 5, .production_id = 81), - [1716] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__multiline_string_literal, 3), - [1718] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__multiline_string_literal, 3), - [1720] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_initializer, 3), - [1722] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_initializer, 3), - [1724] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_creation_expression, 5, .production_id = 80), - [1726] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_creation_expression, 5, .production_id = 80), - [1728] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__unqualified_object_creation_expression, 5, .production_id = 52), - [1730] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__unqualified_object_creation_expression, 5, .production_id = 52), - [1732] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_cast_expression, 5, .production_id = 78), - [1734] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_cast_expression, 5, .production_id = 78), - [1736] = {.entry = {.count = 1, .reusable = true}}, SHIFT(248), - [1738] = {.entry = {.count = 1, .reusable = true}}, SHIFT(787), - [1740] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__unqualified_object_creation_expression, 4, .production_id = 16), - [1742] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__unqualified_object_creation_expression, 4, .production_id = 16), - [1744] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_creation_expression, 5, .production_id = 79), - [1746] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_creation_expression, 5, .production_id = 79), - [1748] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_invocation, 5, .production_id = 108), - [1750] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_method_invocation, 5, .production_id = 108), - [1752] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_initializer, 5), - [1754] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_initializer, 5), - [1756] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_invocation, 5, .production_id = 107), - [1758] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_method_invocation, 5, .production_id = 107), - [1760] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_string_literal, 1), - [1762] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_string_literal, 1), - [1764] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_invocation, 2, .production_id = 7), - [1766] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_method_invocation, 2, .production_id = 7), - [1768] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_creation_expression, 4, .production_id = 47), - [1770] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_creation_expression, 4, .production_id = 47), - [1772] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_reference, 3), - [1774] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_method_reference, 3), - [1776] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_initializer, 4), - [1778] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_initializer, 4), - [1780] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_invocation, 2, .production_id = 8), - [1782] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_method_invocation, 2, .production_id = 8), - [1784] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__unqualified_object_creation_expression, 4, .production_id = 18), - [1786] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__unqualified_object_creation_expression, 4, .production_id = 18), - [1788] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_creation_expression, 4, .production_id = 49), - [1790] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_creation_expression, 4, .production_id = 49), - [1792] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__literal, 1), - [1794] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__literal, 1), - [1796] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_creation_expression, 4, .production_id = 50), - [1798] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_creation_expression, 4, .production_id = 50), - [1800] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_invocation, 4, .production_id = 66), - [1802] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_method_invocation, 4, .production_id = 66), - [1804] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_initializer, 2), - [1806] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_initializer, 2), - [1808] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_invocation, 4, .production_id = 67), - [1810] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_method_invocation, 4, .production_id = 67), - [1812] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__string_literal, 2), - [1814] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__string_literal, 2), - [1816] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_reference, 4), - [1818] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_method_reference, 4), - [1820] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__multiline_string_literal, 2), - [1822] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__multiline_string_literal, 2), - [1824] = {.entry = {.count = 1, .reusable = true}}, SHIFT(533), - [1826] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_instanceof_expression, 5, .production_id = 109), - [1828] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_instanceof_expression, 5, .production_id = 109), - [1830] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda_expression, 3, .production_id = 29), - [1832] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_lambda_expression, 3, .production_id = 29), - [1834] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_instanceof_expression, 4, .production_id = 70), - [1836] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_instanceof_expression, 4, .production_id = 70), - [1838] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_instanceof_expression, 4, .production_id = 71), - [1840] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_instanceof_expression, 4, .production_id = 71), - [1842] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_annotation_type_element_declaration, 7, .production_id = 233), - [1844] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_annotation_type_element_declaration, 7, .production_id = 233), - [1846] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_annotation_type_element_declaration, 7, .production_id = 232), - [1848] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_annotation_type_element_declaration, 7, .production_id = 232), - [1850] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_annotation_type_element_declaration, 8, .production_id = 237), - [1852] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_annotation_type_element_declaration, 8, .production_id = 237), - [1854] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_update_expression, 2), - [1856] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_update_expression, 2), - [1858] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_annotation_type_element_declaration, 6, .production_id = 227), - [1860] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_annotation_type_element_declaration, 6, .production_id = 227), - [1862] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_instanceof_expression, 5, .production_id = 110), - [1864] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_instanceof_expression, 5, .production_id = 110), - [1866] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_annotation_type_element_declaration, 6, .production_id = 226), - [1868] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_annotation_type_element_declaration, 6, .production_id = 226), - [1870] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_annotation_type_element_declaration, 6, .production_id = 224), - [1872] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_annotation_type_element_declaration, 6, .production_id = 224), - [1874] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_annotation_type_element_declaration, 5, .production_id = 200), - [1876] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_annotation_type_element_declaration, 5, .production_id = 200), - [1878] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_annotation_type_element_declaration, 7, .production_id = 234), - [1880] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_annotation_type_element_declaration, 7, .production_id = 234), - [1882] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_binary_expression, 3, .production_id = 33), - [1884] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_binary_expression, 3, .production_id = 33), - [1886] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda_expression, 3, .production_id = 34), - [1888] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_lambda_expression, 3, .production_id = 34), - [1890] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unary_expression, 2, .production_id = 4), - [1892] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unary_expression, 2, .production_id = 4), - [1894] = {.entry = {.count = 1, .reusable = false}}, SHIFT(172), - [1896] = {.entry = {.count = 1, .reusable = false}}, SHIFT(166), - [1898] = {.entry = {.count = 1, .reusable = true}}, SHIFT(166), - [1900] = {.entry = {.count = 1, .reusable = true}}, SHIFT(165), - [1902] = {.entry = {.count = 1, .reusable = false}}, SHIFT(153), - [1904] = {.entry = {.count = 1, .reusable = true}}, SHIFT(155), - [1906] = {.entry = {.count = 1, .reusable = false}}, SHIFT(155), - [1908] = {.entry = {.count = 1, .reusable = true}}, SHIFT(147), - [1910] = {.entry = {.count = 1, .reusable = false}}, SHIFT(147), - [1912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(639), - [1914] = {.entry = {.count = 1, .reusable = false}}, SHIFT(157), - [1916] = {.entry = {.count = 1, .reusable = true}}, SHIFT(146), - [1918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(164), - [1920] = {.entry = {.count = 1, .reusable = true}}, SHIFT(160), - [1922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(149), - [1924] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_modifiers_repeat1, 2), SHIFT_REPEAT(549), - [1927] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_modifiers_repeat1, 2), SHIFT_REPEAT(907), - [1930] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_modifiers_repeat1, 2), SHIFT_REPEAT(549), - [1933] = {.entry = {.count = 1, .reusable = true}}, SHIFT(88), - [1935] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1258), - [1937] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ternary_expression, 5, .production_id = 111), - [1939] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assignment_expression, 3, .production_id = 28), - [1941] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1277), - [1943] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assignment_expression, 3, .production_id = 33), - [1945] = {.entry = {.count = 1, .reusable = false}}, SHIFT(549), - [1947] = {.entry = {.count = 1, .reusable = true}}, SHIFT(549), - [1949] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_dimensions_repeat1, 2), SHIFT_REPEAT(1300), - [1952] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1300), - [1954] = {.entry = {.count = 1, .reusable = false}}, SHIFT(226), - [1956] = {.entry = {.count = 1, .reusable = false}}, SHIFT(225), - [1958] = {.entry = {.count = 1, .reusable = true}}, SHIFT(225), - [1960] = {.entry = {.count = 1, .reusable = true}}, SHIFT(224), - [1962] = {.entry = {.count = 1, .reusable = true}}, SHIFT(223), - [1964] = {.entry = {.count = 1, .reusable = true}}, SHIFT(222), - [1966] = {.entry = {.count = 1, .reusable = false}}, SHIFT(221), - [1968] = {.entry = {.count = 1, .reusable = true}}, SHIFT(220), - [1970] = {.entry = {.count = 1, .reusable = false}}, SHIFT(220), - [1972] = {.entry = {.count = 1, .reusable = false}}, SHIFT(219), - [1974] = {.entry = {.count = 1, .reusable = true}}, SHIFT(218), - [1976] = {.entry = {.count = 1, .reusable = true}}, SHIFT(217), - [1978] = {.entry = {.count = 1, .reusable = false}}, SHIFT(217), - [1980] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_switch_label, 2), - [1982] = {.entry = {.count = 1, .reusable = true}}, SHIFT(163), - [1984] = {.entry = {.count = 1, .reusable = true}}, SHIFT(247), - [1986] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__element_value, 1), - [1988] = {.entry = {.count = 1, .reusable = true}}, SHIFT(791), - [1990] = {.entry = {.count = 1, .reusable = true}}, SHIFT(48), - [1992] = {.entry = {.count = 1, .reusable = true}}, SHIFT(154), - [1994] = {.entry = {.count = 1, .reusable = true}}, SHIFT(105), - [1996] = {.entry = {.count = 1, .reusable = true}}, SHIFT(488), - [1998] = {.entry = {.count = 1, .reusable = true}}, SHIFT(179), - [2000] = {.entry = {.count = 1, .reusable = true}}, SHIFT(128), - [2002] = {.entry = {.count = 1, .reusable = true}}, SHIFT(47), - [2004] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_receiver_parameter, 2), - [2006] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_receiver_parameter, 2), - [2008] = {.entry = {.count = 1, .reusable = true}}, SHIFT(416), - [2010] = {.entry = {.count = 1, .reusable = true}}, SHIFT(901), - [2012] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_argument_list_repeat1, 2), - [2014] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_receiver_parameter, 3), - [2016] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_receiver_parameter, 3), - [2018] = {.entry = {.count = 1, .reusable = true}}, SHIFT(464), - [2020] = {.entry = {.count = 1, .reusable = true}}, SHIFT(170), - [2022] = {.entry = {.count = 1, .reusable = true}}, SHIFT(131), - [2024] = {.entry = {.count = 1, .reusable = false}}, SHIFT(810), - [2026] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1039), - [2028] = {.entry = {.count = 1, .reusable = true}}, SHIFT(159), - [2030] = {.entry = {.count = 1, .reusable = true}}, SHIFT(358), - [2032] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27), - [2034] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_receiver_parameter, 4), - [2036] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_receiver_parameter, 4), - [2038] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20), - [2040] = {.entry = {.count = 1, .reusable = true}}, SHIFT(519), - [2042] = {.entry = {.count = 1, .reusable = true}}, SHIFT(60), - [2044] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable_declarator, 3, .production_id = 76), - [2046] = {.entry = {.count = 1, .reusable = true}}, SHIFT(58), - [2048] = {.entry = {.count = 1, .reusable = true}}, SHIFT(43), - [2050] = {.entry = {.count = 1, .reusable = true}}, SHIFT(67), - [2052] = {.entry = {.count = 1, .reusable = true}}, SHIFT(55), - [2054] = {.entry = {.count = 1, .reusable = true}}, SHIFT(69), - [2056] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22), - [2058] = {.entry = {.count = 1, .reusable = true}}, SHIFT(32), - [2060] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19), - [2062] = {.entry = {.count = 1, .reusable = true}}, SHIFT(73), - [2064] = {.entry = {.count = 1, .reusable = true}}, SHIFT(45), - [2066] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_receiver_parameter, 5), - [2068] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_receiver_parameter, 5), - [2070] = {.entry = {.count = 1, .reusable = true}}, SHIFT(70), - [2072] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_for_statement_repeat1, 2, .production_id = 98), - [2074] = {.entry = {.count = 1, .reusable = true}}, SHIFT(239), - [2076] = {.entry = {.count = 1, .reusable = true}}, SHIFT(238), - [2078] = {.entry = {.count = 1, .reusable = true}}, SHIFT(335), - [2080] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_resource, 4, .production_id = 131), - [2082] = {.entry = {.count = 1, .reusable = true}}, SHIFT(168), - [2084] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_array_creation_expression_repeat1, 1), REDUCE(aux_sym_modifiers_repeat1, 1), - [2087] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_array_initializer_repeat1, 2), - [2089] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_for_statement_repeat2, 2, .production_id = 166), - [2091] = {.entry = {.count = 1, .reusable = false}}, SHIFT(752), - [2093] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1291), - [2095] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1293), - [2097] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1236), - [2099] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1297), - [2101] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1298), - [2103] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_resource, 5, .production_id = 162), - [2105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(381), - [2107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(454), - [2109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(39), - [2111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(138), - [2113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(451), - [2115] = {.entry = {.count = 1, .reusable = false}}, SHIFT(403), - [2117] = {.entry = {.count = 1, .reusable = false}}, SHIFT(666), - [2119] = {.entry = {.count = 1, .reusable = false}}, SHIFT(425), - [2121] = {.entry = {.count = 1, .reusable = false}}, SHIFT(427), - [2123] = {.entry = {.count = 1, .reusable = false}}, SHIFT(424), - [2125] = {.entry = {.count = 1, .reusable = true}}, SHIFT(161), - [2127] = {.entry = {.count = 1, .reusable = true}}, SHIFT(113), - [2129] = {.entry = {.count = 1, .reusable = true}}, SHIFT(122), - [2131] = {.entry = {.count = 1, .reusable = true}}, SHIFT(485), - [2133] = {.entry = {.count = 1, .reusable = true}}, SHIFT(313), - [2135] = {.entry = {.count = 1, .reusable = true}}, SHIFT(274), - [2137] = {.entry = {.count = 1, .reusable = true}}, SHIFT(117), - [2139] = {.entry = {.count = 1, .reusable = true}}, SHIFT(139), - [2141] = {.entry = {.count = 1, .reusable = true}}, SHIFT(310), - [2143] = {.entry = {.count = 1, .reusable = true}}, SHIFT(309), - [2145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(65), - [2147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18), - [2149] = {.entry = {.count = 1, .reusable = true}}, SHIFT(142), - [2151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(354), - [2153] = {.entry = {.count = 1, .reusable = true}}, SHIFT(448), - [2155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(318), - [2157] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1309), - [2159] = {.entry = {.count = 1, .reusable = false}}, SHIFT(895), - [2161] = {.entry = {.count = 1, .reusable = false}}, SHIFT(902), - [2163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(201), - [2165] = {.entry = {.count = 1, .reusable = true}}, SHIFT(121), - [2167] = {.entry = {.count = 1, .reusable = true}}, SHIFT(136), - [2169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(30), - [2171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(91), - [2173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1251), - [2175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1252), - [2177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(926), - [2179] = {.entry = {.count = 1, .reusable = false}}, SHIFT(741), - [2181] = {.entry = {.count = 1, .reusable = false}}, SHIFT(776), - [2183] = {.entry = {.count = 1, .reusable = false}}, SHIFT(866), - [2185] = {.entry = {.count = 1, .reusable = false}}, SHIFT(785), - [2187] = {.entry = {.count = 1, .reusable = false}}, SHIFT(864), - [2189] = {.entry = {.count = 1, .reusable = false}}, SHIFT(735), - [2191] = {.entry = {.count = 1, .reusable = false}}, SHIFT(773), - [2193] = {.entry = {.count = 1, .reusable = false}}, SHIFT(763), - [2195] = {.entry = {.count = 1, .reusable = false}}, SHIFT(794), - [2197] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_array_creation_expression_repeat1, 2), - [2199] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_array_creation_expression_repeat1, 2), - [2201] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_array_creation_expression_repeat1, 2), SHIFT_REPEAT(929), - [2204] = {.entry = {.count = 1, .reusable = false}}, SHIFT(754), - [2206] = {.entry = {.count = 1, .reusable = false}}, SHIFT(789), - [2208] = {.entry = {.count = 1, .reusable = false}}, SHIFT(779), - [2210] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1302), - [2212] = {.entry = {.count = 1, .reusable = false}}, SHIFT(768), - [2214] = {.entry = {.count = 1, .reusable = true}}, SHIFT(869), - [2216] = {.entry = {.count = 1, .reusable = false}}, SHIFT(581), - [2218] = {.entry = {.count = 1, .reusable = false}}, SHIFT(769), - [2220] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1302), - [2222] = {.entry = {.count = 1, .reusable = false}}, SHIFT(766), - [2224] = {.entry = {.count = 1, .reusable = false}}, SHIFT(756), - [2226] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_parameters, 4), - [2228] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameters, 4), - [2230] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_parameters, 3), - [2232] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameters, 3), - [2234] = {.entry = {.count = 1, .reusable = false}}, SHIFT(928), - [2236] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1200), - [2238] = {.entry = {.count = 1, .reusable = false}}, SHIFT(770), - [2240] = {.entry = {.count = 1, .reusable = true}}, SHIFT(126), - [2242] = {.entry = {.count = 1, .reusable = true}}, SHIFT(866), - [2244] = {.entry = {.count = 1, .reusable = true}}, SHIFT(864), - [2246] = {.entry = {.count = 1, .reusable = false}}, SHIFT(777), - [2248] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_array_creation_expression_repeat1, 1), - [2250] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_resource, 1), - [2252] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__unannotated_type, 1), SHIFT(866), - [2255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(831), - [2257] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_catch_type, 1), - [2259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(729), - [2261] = {.entry = {.count = 1, .reusable = false}}, SHIFT(900), - [2263] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1181), - [2265] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1221), - [2267] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1119), - [2269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(397), - [2271] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__variable_declarator_id, 1, .production_id = 9), - [2273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(325), - [2275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(796), - [2277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(905), - [2279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(909), - [2281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(910), - [2283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(911), - [2285] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_catch_type_repeat1, 2), - [2287] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_catch_type_repeat1, 2), - [2289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(342), - [2291] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1312), - [2293] = {.entry = {.count = 1, .reusable = false}}, SHIFT(585), - [2295] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__variable_declarator_id, 1, .production_id = 10), - [2297] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_module_body_repeat1, 2), - [2299] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_module_body_repeat1, 2), SHIFT_REPEAT(796), - [2302] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_module_body_repeat1, 2), SHIFT_REPEAT(905), - [2305] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_module_body_repeat1, 2), SHIFT_REPEAT(909), - [2308] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_module_body_repeat1, 2), SHIFT_REPEAT(910), - [2311] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_module_body_repeat1, 2), SHIFT_REPEAT(911), - [2314] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1316), - [2316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1283), - [2318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1301), - [2320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(99), - [2322] = {.entry = {.count = 1, .reusable = true}}, SHIFT(537), - [2324] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__method_declarator, 2, .production_id = 126), - [2326] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__method_declarator, 2, .production_id = 85), - [2328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(538), - [2330] = {.entry = {.count = 1, .reusable = false}}, SHIFT(432), - [2332] = {.entry = {.count = 1, .reusable = false}}, SHIFT(728), - [2334] = {.entry = {.count = 1, .reusable = false}}, SHIFT(430), - [2336] = {.entry = {.count = 1, .reusable = false}}, SHIFT(503), - [2338] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1275), - [2340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(674), - [2342] = {.entry = {.count = 1, .reusable = true}}, SHIFT(653), - [2344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(654), - [2346] = {.entry = {.count = 1, .reusable = false}}, SHIFT(375), - [2348] = {.entry = {.count = 1, .reusable = false}}, SHIFT(378), - [2350] = {.entry = {.count = 1, .reusable = false}}, SHIFT(379), - [2352] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1083), - [2354] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1239), - [2356] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1197), - [2358] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1196), - [2360] = {.entry = {.count = 1, .reusable = false}}, SHIFT(878), - [2362] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1199), - [2364] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1208), - [2366] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1207), - [2368] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1204), - [2370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(81), - [2372] = {.entry = {.count = 1, .reusable = true}}, SHIFT(195), - [2374] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1132), - [2376] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_requires_module_directive_repeat1, 2, .production_id = 138), - [2378] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_requires_module_directive_repeat1, 2, .production_id = 138), SHIFT_REPEAT(878), - [2381] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__multiline_string_literal_repeat1, 2), - [2383] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__multiline_string_literal_repeat1, 2), SHIFT_REPEAT(925), - [2386] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__multiline_string_literal_repeat1, 2), SHIFT_REPEAT(830), - [2389] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__multiline_string_literal_repeat1, 2), SHIFT_REPEAT(802), - [2392] = {.entry = {.count = 1, .reusable = false}}, SHIFT_EXTRA(), - [2394] = {.entry = {.count = 1, .reusable = false}}, SHIFT(487), - [2396] = {.entry = {.count = 1, .reusable = false}}, SHIFT(925), - [2398] = {.entry = {.count = 1, .reusable = false}}, SHIFT(830), - [2400] = {.entry = {.count = 1, .reusable = false}}, SHIFT(802), - [2402] = {.entry = {.count = 1, .reusable = false}}, SHIFT(517), - [2404] = {.entry = {.count = 1, .reusable = false}}, SHIFT(804), - [2406] = {.entry = {.count = 1, .reusable = true}}, SHIFT(663), - [2408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(364), - [2410] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_constant, 1, .production_id = 10), - [2412] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_parameters, 5), - [2414] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_parameters, 4), - [2416] = {.entry = {.count = 1, .reusable = true}}, SHIFT(80), - [2418] = {.entry = {.count = 1, .reusable = true}}, SHIFT(167), - [2420] = {.entry = {.count = 1, .reusable = true}}, SHIFT(982), - [2422] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_switch_block_repeat1, 2), - [2424] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_switch_block_repeat1, 2), SHIFT_REPEAT(167), - [2427] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_switch_block_repeat1, 2), SHIFT_REPEAT(1132), - [2430] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_parameters, 3), - [2432] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_constant, 2, .production_id = 6), - [2434] = {.entry = {.count = 1, .reusable = false}}, SHIFT(437), - [2436] = {.entry = {.count = 1, .reusable = false}}, SHIFT(438), - [2438] = {.entry = {.count = 1, .reusable = false}}, SHIFT(508), - [2440] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_parameters, 2), - [2442] = {.entry = {.count = 1, .reusable = false}}, SHIFT(374), - [2444] = {.entry = {.count = 1, .reusable = false}}, SHIFT(373), - [2446] = {.entry = {.count = 1, .reusable = false}}, SHIFT(382), - [2448] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_requires_module_directive, 4, .production_id = 172), - [2450] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_requires_module_directive, 4, .production_id = 173), - [2452] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_requires_module_directive_repeat1, 1, .production_id = 100), - [2454] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_catch_type, 2), - [2456] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__multiline_string_fragment, 1), - [2458] = {.entry = {.count = 1, .reusable = false}}, SHIFT(868), - [2460] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__multiline_string_fragment_repeat1, 2), - [2462] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__multiline_string_fragment_repeat1, 2), SHIFT_REPEAT(832), - [2465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(421), - [2467] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_module_directive, 1), - [2469] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_requires_module_directive, 3, .production_id = 136), - [2471] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_requires_module_directive, 3, .production_id = 137), - [2473] = {.entry = {.count = 1, .reusable = true}}, SHIFT(414), - [2475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(690), - [2477] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_array_creation_expression_repeat1, 2), SHIFT_REPEAT(907), - [2480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(415), - [2482] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_switch_block_repeat2, 2), - [2484] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_switch_block_repeat2, 2), SHIFT_REPEAT(195), - [2487] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_switch_block_repeat2, 2), SHIFT_REPEAT(1132), - [2490] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_exports_module_directive, 3, .production_id = 139), - [2492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(988), - [2494] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_exports_module_directive, 3, .production_id = 140), - [2496] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_opens_module_directive, 3, .production_id = 139), - [2498] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_opens_module_directive, 3, .production_id = 140), - [2500] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_exports_module_directive, 5, .production_id = 192), - [2502] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_uses_module_directive, 3, .production_id = 141), - [2504] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_uses_module_directive, 3, .production_id = 45), - [2506] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_exports_module_directive, 5, .production_id = 193), - [2508] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_exports_module_directive, 5, .production_id = 194), - [2510] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_exports_module_directive, 5, .production_id = 195), - [2512] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_opens_module_directive, 5, .production_id = 192), - [2514] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_opens_module_directive, 5, .production_id = 193), - [2516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(422), - [2518] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_opens_module_directive, 5, .production_id = 194), - [2520] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_opens_module_directive, 5, .production_id = 195), - [2522] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_catch_type_repeat1, 2), SHIFT_REPEAT(729), - [2525] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_provides_module_directive, 5, .production_id = 196), - [2527] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_provides_module_directive, 5, .production_id = 197), - [2529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(682), - [2531] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1272), - [2533] = {.entry = {.count = 1, .reusable = true}}, SHIFT(691), - [2535] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__multiline_string_fragment, 2), - [2537] = {.entry = {.count = 1, .reusable = false}}, SHIFT(832), - [2539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(124), - [2541] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1256), - [2543] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_provides_module_directive, 5, .production_id = 198), - [2545] = {.entry = {.count = 1, .reusable = true}}, SHIFT(127), - [2547] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_provides_module_directive, 5, .production_id = 199), - [2549] = {.entry = {.count = 1, .reusable = true}}, SHIFT(694), - [2551] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_requires_modifier, 1), - [2553] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_exports_module_directive, 6, .production_id = 212), - [2555] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_exports_module_directive, 6, .production_id = 214), - [2557] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_exports_module_directive, 6, .production_id = 215), - [2559] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1182), - [2561] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1186), - [2563] = {.entry = {.count = 1, .reusable = false}}, SHIFT(904), - [2565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(202), - [2567] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_provides_module_directive, 6, .production_id = 223), - [2569] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_provides_module_directive, 6, .production_id = 222), - [2571] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_provides_module_directive, 6, .production_id = 221), - [2573] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_provides_module_directive, 6, .production_id = 219), - [2575] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_opens_module_directive, 6, .production_id = 216), - [2577] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_opens_module_directive, 6, .production_id = 215), - [2579] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_opens_module_directive, 6, .production_id = 214), - [2581] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_opens_module_directive, 6, .production_id = 212), - [2583] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_exports_module_directive, 6, .production_id = 216), - [2585] = {.entry = {.count = 1, .reusable = false}}, SHIFT(945), - [2587] = {.entry = {.count = 1, .reusable = false}}, SHIFT(944), - [2589] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1069), - [2591] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1070), - [2593] = {.entry = {.count = 1, .reusable = false}}, SHIFT(943), - [2595] = {.entry = {.count = 1, .reusable = false}}, SHIFT(942), - [2597] = {.entry = {.count = 1, .reusable = true}}, SHIFT(627), - [2599] = {.entry = {.count = 1, .reusable = true}}, SHIFT(252), - [2601] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_wildcard, 1), - [2603] = {.entry = {.count = 1, .reusable = true}}, SHIFT(669), - [2605] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1174), - [2607] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1185), - [2609] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_constant, 3, .production_id = 27), - [2611] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1171), - [2613] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1121), - [2615] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1011), - [2617] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1032), - [2619] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1055), - [2621] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1054), - [2623] = {.entry = {.count = 1, .reusable = false}}, SHIFT(551), - [2625] = {.entry = {.count = 1, .reusable = false}}, SHIFT(560), - [2627] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1023), - [2629] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1016), - [2631] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1225), - [2633] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1223), - [2635] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1234), - [2637] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1229), - [2639] = {.entry = {.count = 1, .reusable = false}}, SHIFT(949), - [2641] = {.entry = {.count = 1, .reusable = false}}, SHIFT(948), - [2643] = {.entry = {.count = 1, .reusable = false}}, SHIFT(934), - [2645] = {.entry = {.count = 1, .reusable = false}}, SHIFT(939), - [2647] = {.entry = {.count = 1, .reusable = false}}, SHIFT(947), - [2649] = {.entry = {.count = 1, .reusable = false}}, SHIFT(946), - [2651] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__variable_declarator_id, 2, .production_id = 38), - [2653] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__variable_declarator_id, 2, .production_id = 39), - [2655] = {.entry = {.count = 1, .reusable = false}}, SHIFT(941), - [2657] = {.entry = {.count = 1, .reusable = false}}, SHIFT(940), - [2659] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1044), - [2661] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1043), - [2663] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1271), - [2665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1178), - [2667] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1103), - [2669] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1102), - [2671] = {.entry = {.count = 1, .reusable = true}}, SHIFT(624), - [2673] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1233), - [2675] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1232), - [2677] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1226), - [2679] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_constant, 2, .production_id = 8), - [2681] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_wildcard, 2), - [2683] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_list_repeat1, 2), SHIFT_REPEAT(665), - [2686] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_type_list_repeat1, 2), - [2688] = {.entry = {.count = 1, .reusable = false}}, SHIFT(676), - [2690] = {.entry = {.count = 1, .reusable = false}}, SHIFT(675), - [2692] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1166), - [2694] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1189), - [2696] = {.entry = {.count = 1, .reusable = false}}, SHIFT(419), - [2698] = {.entry = {.count = 1, .reusable = false}}, SHIFT(411), - [2700] = {.entry = {.count = 1, .reusable = true}}, SHIFT(919), - [2702] = {.entry = {.count = 1, .reusable = true}}, SHIFT(852), - [2704] = {.entry = {.count = 1, .reusable = true}}, SHIFT(591), - [2706] = {.entry = {.count = 1, .reusable = false}}, SHIFT(515), - [2708] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1003), - [2710] = {.entry = {.count = 1, .reusable = true}}, SHIFT(205), - [2712] = {.entry = {.count = 1, .reusable = true}}, SHIFT(673), - [2714] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enum_body_repeat1, 2), SHIFT_REPEAT(677), - [2717] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_enum_body_repeat1, 2), - [2719] = {.entry = {.count = 1, .reusable = true}}, SHIFT(849), - [2721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(853), - [2723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(854), - [2725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(855), - [2727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(856), - [2729] = {.entry = {.count = 1, .reusable = true}}, SHIFT(858), - [2731] = {.entry = {.count = 1, .reusable = true}}, SHIFT(859), - [2733] = {.entry = {.count = 1, .reusable = true}}, SHIFT(906), - [2735] = {.entry = {.count = 1, .reusable = true}}, SHIFT(861), - [2737] = {.entry = {.count = 1, .reusable = true}}, SHIFT(862), - [2739] = {.entry = {.count = 1, .reusable = true}}, SHIFT(872), - [2741] = {.entry = {.count = 1, .reusable = true}}, SHIFT(874), - [2743] = {.entry = {.count = 1, .reusable = true}}, SHIFT(110), - [2745] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable_declarator, 1, .production_id = 13), - [2747] = {.entry = {.count = 1, .reusable = true}}, SHIFT(268), - [2749] = {.entry = {.count = 1, .reusable = true}}, SHIFT(266), - [2751] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1137), - [2753] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1141), - [2755] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_element_value_array_initializer, 4), - [2757] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_argument_list_repeat1, 2), SHIFT_REPEAT(163), - [2760] = {.entry = {.count = 1, .reusable = true}}, SHIFT(348), - [2762] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8), - [2764] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__string_literal_repeat1, 2), - [2766] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__string_literal_repeat1, 2), SHIFT_REPEAT(964), - [2769] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1163), - [2771] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1172), - [2773] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_switch_label, 3), - [2775] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_bound_repeat1, 2), SHIFT_REPEAT(667), - [2778] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_type_bound_repeat1, 2), - [2780] = {.entry = {.count = 1, .reusable = true}}, SHIFT(253), - [2782] = {.entry = {.count = 1, .reusable = true}}, SHIFT(665), - [2784] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_list, 2), - [2786] = {.entry = {.count = 1, .reusable = true}}, SHIFT(667), - [2788] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_bound, 2), - [2790] = {.entry = {.count = 1, .reusable = false}}, SHIFT(502), - [2792] = {.entry = {.count = 1, .reusable = true}}, SHIFT(162), - [2794] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__method_header, 2, .production_id = 87), - [2796] = {.entry = {.count = 1, .reusable = true}}, SHIFT(668), - [2798] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_element_value_array_initializer, 2), - [2800] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__method_header, 3, .production_id = 124), - [2802] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameter, 1, .production_id = 2), - [2804] = {.entry = {.count = 1, .reusable = true}}, SHIFT(670), - [2806] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_bound, 3), - [2808] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__method_header, 4, .production_id = 158), - [2810] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameter, 2, .production_id = 83), - [2812] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_throws, 3), - [2814] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_argument_list_repeat1, 2), SHIFT_REPEAT(170), - [2817] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_element_value_array_initializer, 5), - [2819] = {.entry = {.count = 1, .reusable = true}}, SHIFT(806), - [2821] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3), - [2823] = {.entry = {.count = 1, .reusable = true}}, SHIFT(191), - [2825] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_throws, 2), - [2827] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_element_value_array_initializer, 3), - [2829] = {.entry = {.count = 1, .reusable = false}}, SHIFT(484), - [2831] = {.entry = {.count = 1, .reusable = true}}, SHIFT(964), - [2833] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_list, 1), - [2835] = {.entry = {.count = 1, .reusable = true}}, SHIFT(709), - [2837] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1191), - [2839] = {.entry = {.count = 1, .reusable = true}}, SHIFT(892), - [2841] = {.entry = {.count = 1, .reusable = true}}, SHIFT(457), - [2843] = {.entry = {.count = 1, .reusable = true}}, SHIFT(891), - [2845] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_for_statement_repeat2, 2, .production_id = 167), - [2847] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_for_statement_repeat2, 2, .production_id = 167), SHIFT_REPEAT(154), - [2850] = {.entry = {.count = 1, .reusable = true}}, SHIFT(890), - [2852] = {.entry = {.count = 1, .reusable = true}}, SHIFT(844), - [2854] = {.entry = {.count = 1, .reusable = true}}, SHIFT(918), - [2856] = {.entry = {.count = 1, .reusable = true}}, SHIFT(889), - [2858] = {.entry = {.count = 1, .reusable = true}}, SHIFT(893), - [2860] = {.entry = {.count = 1, .reusable = true}}, SHIFT(59), - [2862] = {.entry = {.count = 1, .reusable = true}}, SHIFT(888), - [2864] = {.entry = {.count = 1, .reusable = true}}, SHIFT(846), - [2866] = {.entry = {.count = 1, .reusable = true}}, SHIFT(897), - [2868] = {.entry = {.count = 1, .reusable = true}}, SHIFT(887), - [2870] = {.entry = {.count = 1, .reusable = true}}, SHIFT(51), - [2872] = {.entry = {.count = 1, .reusable = true}}, SHIFT(886), - [2874] = {.entry = {.count = 1, .reusable = true}}, SHIFT(881), - [2876] = {.entry = {.count = 1, .reusable = true}}, SHIFT(885), - [2878] = {.entry = {.count = 1, .reusable = true}}, SHIFT(398), - [2880] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1278), - [2882] = {.entry = {.count = 1, .reusable = true}}, SHIFT(848), - [2884] = {.entry = {.count = 1, .reusable = true}}, SHIFT(894), - [2886] = {.entry = {.count = 1, .reusable = true}}, SHIFT(880), - [2888] = {.entry = {.count = 1, .reusable = true}}, SHIFT(764), - [2890] = {.entry = {.count = 1, .reusable = true}}, SHIFT(536), - [2892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(708), - [2894] = {.entry = {.count = 1, .reusable = true}}, SHIFT(879), - [2896] = {.entry = {.count = 1, .reusable = true}}, SHIFT(50), - [2898] = {.entry = {.count = 1, .reusable = true}}, SHIFT(406), - [2900] = {.entry = {.count = 1, .reusable = true}}, SHIFT(463), - [2902] = {.entry = {.count = 1, .reusable = true}}, SHIFT(842), - [2904] = {.entry = {.count = 1, .reusable = true}}, SHIFT(914), - [2906] = {.entry = {.count = 1, .reusable = true}}, SHIFT(97), - [2908] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__method_declarator, 3, .production_id = 160), - [2910] = {.entry = {.count = 1, .reusable = true}}, SHIFT(399), - [2912] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_constant, 2, .production_id = 84), - [2914] = {.entry = {.count = 1, .reusable = true}}, SHIFT(460), - [2916] = {.entry = {.count = 1, .reusable = true}}, SHIFT(577), - [2918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(31), - [2920] = {.entry = {.count = 1, .reusable = true}}, SHIFT(583), - [2922] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__method_declarator, 3, .production_id = 159), - [2924] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_exports_module_directive_repeat1, 2, .production_id = 210), - [2926] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_exports_module_directive_repeat1, 2, .production_id = 211), - [2928] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_superclass, 2), - [2930] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_exports_module_directive_repeat1, 2, .production_id = 213), SHIFT_REPEAT(919), - [2933] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_exports_module_directive_repeat1, 2, .production_id = 213), - [2935] = {.entry = {.count = 1, .reusable = true}}, SHIFT(727), - [2937] = {.entry = {.count = 1, .reusable = true}}, SHIFT(821), - [2939] = {.entry = {.count = 1, .reusable = true}}, SHIFT(845), - [2941] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__variable_declarator_list, 2, .production_id = 41), - [2943] = {.entry = {.count = 1, .reusable = true}}, SHIFT(423), - [2945] = {.entry = {.count = 1, .reusable = true}}, SHIFT(630), - [2947] = {.entry = {.count = 1, .reusable = true}}, SHIFT(361), - [2949] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_annotation_argument_list_repeat1, 2), - [2951] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_annotation_argument_list_repeat1, 2), SHIFT_REPEAT(1191), - [2954] = {.entry = {.count = 1, .reusable = true}}, SHIFT(26), - [2956] = {.entry = {.count = 1, .reusable = true}}, SHIFT(723), - [2958] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_provides_module_directive_repeat1, 2, .production_id = 217), - [2960] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_provides_module_directive_repeat1, 2, .production_id = 218), - [2962] = {.entry = {.count = 1, .reusable = true}}, SHIFT(412), - [2964] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_provides_module_directive_repeat1, 2, .production_id = 220), SHIFT_REPEAT(906), - [2967] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_provides_module_directive_repeat1, 2, .production_id = 220), - [2969] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_switch_rule, 3), - [2971] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_array_initializer_repeat1, 2), SHIFT_REPEAT(106), - [2974] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_constant, 3, .production_id = 142), - [2976] = {.entry = {.count = 1, .reusable = true}}, SHIFT(531), - [2978] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25), - [2980] = {.entry = {.count = 1, .reusable = true}}, SHIFT(93), - [2982] = {.entry = {.count = 1, .reusable = true}}, SHIFT(999), - [2984] = {.entry = {.count = 1, .reusable = true}}, SHIFT(49), - [2986] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1310), - [2988] = {.entry = {.count = 1, .reusable = true}}, SHIFT(293), - [2990] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_for_statement_repeat1, 2, .production_id = 99), SHIFT_REPEAT(179), - [2993] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_for_statement_repeat1, 2, .production_id = 99), - [2995] = {.entry = {.count = 1, .reusable = true}}, SHIFT(277), - [2997] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_type_parameters_repeat1, 2), - [2999] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_parameters_repeat1, 2), SHIFT_REPEAT(821), - [3002] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_inferred_parameters_repeat1, 2), - [3004] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_inferred_parameters_repeat1, 2), SHIFT_REPEAT(965), - [3007] = {.entry = {.count = 1, .reusable = true}}, SHIFT(68), - [3009] = {.entry = {.count = 1, .reusable = true}}, SHIFT(103), - [3011] = {.entry = {.count = 1, .reusable = true}}, SHIFT(115), - [3013] = {.entry = {.count = 1, .reusable = true}}, SHIFT(820), - [3015] = {.entry = {.count = 1, .reusable = true}}, SHIFT(522), - [3017] = {.entry = {.count = 1, .reusable = true}}, SHIFT(72), - [3019] = {.entry = {.count = 1, .reusable = true}}, SHIFT(812), - [3021] = {.entry = {.count = 1, .reusable = true}}, SHIFT(71), - [3023] = {.entry = {.count = 1, .reusable = true}}, SHIFT(360), - [3025] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1292), - [3027] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1288), - [3029] = {.entry = {.count = 1, .reusable = true}}, SHIFT(64), - [3031] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__variable_declarator_list_repeat1, 2, .production_id = 75), SHIFT_REPEAT(845), - [3034] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__variable_declarator_list_repeat1, 2, .production_id = 75), - [3036] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_cast_expression_repeat1, 2, .production_id = 46), - [3038] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_cast_expression_repeat1, 2, .production_id = 46), SHIFT_REPEAT(673), - [3041] = {.entry = {.count = 1, .reusable = true}}, SHIFT(63), - [3043] = {.entry = {.count = 1, .reusable = true}}, SHIFT(439), - [3045] = {.entry = {.count = 1, .reusable = true}}, SHIFT(61), - [3047] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__variable_declarator_list, 1, .production_id = 12), - [3049] = {.entry = {.count = 1, .reusable = true}}, SHIFT(57), - [3051] = {.entry = {.count = 1, .reusable = true}}, SHIFT(29), - [3053] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_formal_parameters_repeat1, 2), - [3055] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_formal_parameters_repeat1, 2), SHIFT_REPEAT(406), - [3058] = {.entry = {.count = 1, .reusable = true}}, SHIFT(450), - [3060] = {.entry = {.count = 1, .reusable = true}}, SHIFT(811), - [3062] = {.entry = {.count = 1, .reusable = true}}, SHIFT(41), - [3064] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_type_arguments_repeat1, 2), - [3066] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_arguments_repeat1, 2), SHIFT_REPEAT(630), - [3069] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_constant, 4, .production_id = 174), - [3071] = {.entry = {.count = 1, .reusable = true}}, SHIFT(120), - [3073] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_constant, 3, .production_id = 20), - [3075] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_resource_specification_repeat1, 2), - [3077] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_resource_specification_repeat1, 2), SHIFT_REPEAT(347), - [3080] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_element_value_array_initializer_repeat1, 2), SHIFT_REPEAT(102), - [3083] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_element_value_array_initializer_repeat1, 2), - [3085] = {.entry = {.count = 1, .reusable = true}}, SHIFT(520), - [3087] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1022), - [3089] = {.entry = {.count = 1, .reusable = true}}, SHIFT(324), - [3091] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__constructor_declarator, 3, .production_id = 123), - [3093] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_parameter, 2, .production_id = 15), - [3095] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__variable_declarator_list_repeat1, 2, .production_id = 74), - [3097] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_switch_label, 1), - [3099] = {.entry = {.count = 1, .reusable = true}}, SHIFT(212), - [3101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1241), - [3103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(311), - [3105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1242), - [3107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(340), - [3109] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameter, 3, .production_id = 83), - [3111] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_spread_parameter, 3), - [3113] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_cast_expression_repeat1, 2, .production_id = 45), - [3115] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_parameter, 3, .production_id = 43), - [3117] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__method_header, 5, .production_id = 158), - [3119] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_spread_parameter, 4), - [3121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(283), - [3123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(89), - [3125] = {.entry = {.count = 1, .reusable = true}}, SHIFT(349), - [3127] = {.entry = {.count = 1, .reusable = true}}, SHIFT(372), - [3129] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1035), - [3131] = {.entry = {.count = 1, .reusable = true}}, SHIFT(322), - [3133] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_inferred_parameters_repeat1, 2, .production_id = 14), - [3135] = {.entry = {.count = 1, .reusable = true}}, SHIFT(304), - [3137] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__wildcard_bounds, 2), - [3139] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_wildcard, 3), - [3141] = {.entry = {.count = 1, .reusable = true}}, SHIFT(44), - [3143] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1066), - [3145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(289), - [3147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(305), - [3149] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1067), - [3151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(285), - [3153] = {.entry = {.count = 1, .reusable = true}}, SHIFT(282), - [3155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1246), - [3157] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__method_header, 3, .production_id = 87), - [3159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(835), - [3161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(836), - [3163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(825), - [3165] = {.entry = {.count = 1, .reusable = true}}, SHIFT(826), - [3167] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameter, 2, .production_id = 2), - [3169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(828), - [3171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(801), - [3173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(876), - [3175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(824), - [3177] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_extends_interfaces, 2), - [3179] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__method_header, 4, .production_id = 124), - [3181] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_super_interfaces, 2), - [3183] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__constructor_declarator, 2, .production_id = 85), - [3185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(850), - [3187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(851), - [3189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(799), - [3191] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_element_value_pair, 3, .production_id = 135), - [3193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(915), - [3195] = {.entry = {.count = 1, .reusable = false}}, SHIFT(516), - [3197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1216), - [3199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(913), - [3201] = {.entry = {.count = 1, .reusable = true}}, ACCEPT_INPUT(), - [3203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1000), - [3205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(337), - [3207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1138), - [3209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(273), - [3211] = {.entry = {.count = 1, .reusable = true}}, SHIFT(307), - [3213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(351), - [3215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(534), - [3217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(326), - [3219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(100), - [3221] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_catch_formal_parameter, 3, .production_id = 164), - [3223] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_catch_formal_parameter, 2, .production_id = 132), - [3225] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_permits, 2), - [3227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(684), - [3229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(686), - [3231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(350), - [3233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(475), - [3235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(409), - [3237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(565), - [3239] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_resource_specification, 5), - [3241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(407), - [3243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(330), - [3245] = {.entry = {.count = 1, .reusable = true}}, SHIFT(344), - [3247] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__default_value, 2, .production_id = 225), - [3249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(955), - [3251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(530), - [3253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(405), - [3255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(108), - [3257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(818), - [3259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(566), - [3261] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_asterisk, 1), - [3263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(148), - [3265] = {.entry = {.count = 1, .reusable = true}}, SHIFT(181), - [3267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(620), - [3269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(481), - [3271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(786), - [3273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(809), - [3275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1170), - [3277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(952), - [3279] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_inferred_parameters, 4, .production_id = 14), - [3281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(353), - [3283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(792), - [3285] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_inferred_parameters, 4), - [3287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(935), - [3289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(817), - [3291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(85), - [3293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(441), - [3295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1220), - [3297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(808), - [3299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(595), - [3301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(473), - [3303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(539), - [3305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(343), - [3307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(352), - [3309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(532), - [3311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(921), - [3313] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_resource_specification, 3), - [3315] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_inferred_parameters, 3, .production_id = 14), - [3317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1281), - [3319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(788), - [3321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1213), - [3323] = {.entry = {.count = 1, .reusable = true}}, SHIFT(272), - [3325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(781), - [3327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(444), - [3329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(257), - [3331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(86), - [3333] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_inferred_parameters, 3), - [3335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(336), - [3337] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_resource_specification, 4), + [19] = {.entry = {.count = 1, .reusable = false}}, SHIFT(177), + [21] = {.entry = {.count = 1, .reusable = false}}, SHIFT(433), + [23] = {.entry = {.count = 1, .reusable = true}}, SHIFT(177), + [25] = {.entry = {.count = 1, .reusable = true}}, SHIFT(178), + [27] = {.entry = {.count = 1, .reusable = false}}, SHIFT(701), + [29] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1254), + [31] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1090), + [33] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11), + [35] = {.entry = {.count = 1, .reusable = true}}, SHIFT(284), + [37] = {.entry = {.count = 1, .reusable = false}}, SHIFT(176), + [39] = {.entry = {.count = 1, .reusable = false}}, SHIFT(19), + [41] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1092), + [43] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1100), + [45] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1101), + [47] = {.entry = {.count = 1, .reusable = false}}, SHIFT(132), + [49] = {.entry = {.count = 1, .reusable = false}}, SHIFT(75), + [51] = {.entry = {.count = 1, .reusable = false}}, SHIFT(519), + [53] = {.entry = {.count = 1, .reusable = false}}, SHIFT(162), + [55] = {.entry = {.count = 1, .reusable = false}}, SHIFT(961), + [57] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1105), + [59] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1236), + [61] = {.entry = {.count = 1, .reusable = false}}, SHIFT(809), + [63] = {.entry = {.count = 1, .reusable = false}}, SHIFT(389), + [65] = {.entry = {.count = 1, .reusable = false}}, SHIFT(366), + [67] = {.entry = {.count = 1, .reusable = false}}, SHIFT(98), + [69] = {.entry = {.count = 1, .reusable = false}}, SHIFT(810), + [71] = {.entry = {.count = 1, .reusable = false}}, SHIFT(803), + [73] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1228), + [75] = {.entry = {.count = 1, .reusable = false}}, SHIFT(345), + [77] = {.entry = {.count = 1, .reusable = true}}, SHIFT(433), + [79] = {.entry = {.count = 1, .reusable = false}}, SHIFT(391), + [81] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1227), + [83] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1226), + [85] = {.entry = {.count = 1, .reusable = false}}, SHIFT(677), + [87] = {.entry = {.count = 1, .reusable = false}}, SHIFT(678), + [89] = {.entry = {.count = 1, .reusable = false}}, SHIFT(688), + [91] = {.entry = {.count = 1, .reusable = false}}, SHIFT(498), + [93] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1128), + [95] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_switch_block_statement_group, 1), + [97] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_switch_block_statement_group, 1), + [99] = {.entry = {.count = 1, .reusable = true}}, SHIFT(594), + [101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(442), + [103] = {.entry = {.count = 1, .reusable = false}}, SHIFT(561), + [105] = {.entry = {.count = 1, .reusable = false}}, SHIFT(934), + [107] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_program_repeat1, 2), + [109] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(365), + [112] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(505), + [115] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(505), + [118] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(970), + [121] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(837), + [124] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(84), + [127] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(177), + [130] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(433), + [133] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(177), + [136] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(178), + [139] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(701), + [142] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(1254), + [145] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(1090), + [148] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(11), + [151] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), + [153] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(284), + [156] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(176), + [159] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(19), + [162] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(1092), + [165] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(1100), + [168] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(1101), + [171] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(132), + [174] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(75), + [177] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(519), + [180] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(162), + [183] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(961), + [186] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(1105), + [189] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(1236), + [192] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(809), + [195] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(389), + [198] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(366), + [201] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(98), + [204] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(810), + [207] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(803), + [210] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(1228), + [213] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(345), + [216] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(433), + [219] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(391), + [222] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(1227), + [225] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(1226), + [228] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(677), + [231] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(678), + [234] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(688), + [237] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(498), + [240] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(1128), + [243] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_switch_block_statement_group, 2), + [245] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_switch_block_statement_group, 2), + [247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(199), + [249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(201), + [251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(466), + [253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(79), + [255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(457), + [257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(81), + [259] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_program, 1), + [261] = {.entry = {.count = 1, .reusable = false}}, SHIFT(364), + [263] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1161), + [265] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1157), + [267] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1260), + [269] = {.entry = {.count = 1, .reusable = false}}, SHIFT(355), + [271] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__reserved_identifier, 1, .production_id = 1), + [273] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__reserved_identifier, 1, .production_id = 1), + [275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(813), + [277] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_body, 2), + [279] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_body, 2), + [281] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_body, 3), + [283] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_body, 3), + [285] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_switch_block, 3), + [287] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_switch_block, 3), + [289] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block, 3), + [291] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_block, 3), + [293] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_switch_expression, 3, .production_id = 17), + [295] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_switch_expression, 3, .production_id = 17), + [297] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block, 2), + [299] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_block, 2), + [301] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_switch_block, 2), + [303] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_switch_block, 2), + [305] = {.entry = {.count = 1, .reusable = false}}, SHIFT(357), + [307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(847), + [309] = {.entry = {.count = 1, .reusable = false}}, SHIFT(554), + [311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(824), + [313] = {.entry = {.count = 1, .reusable = false}}, SHIFT(346), + [315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(554), + [317] = {.entry = {.count = 1, .reusable = false}}, SHIFT(356), + [319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(130), + [321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(114), + [323] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_statement, 1), + [325] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_statement, 1), + [327] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression, 1), + [329] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression, 1), + [331] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_expression, 1), REDUCE(sym_statement, 1), + [334] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_expression, 1), REDUCE(sym_statement, 1), + [337] = {.entry = {.count = 1, .reusable = false}}, SHIFT(382), + [339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(709), + [341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(93), + [343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(578), + [345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(446), + [347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1219), + [349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(948), + [351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(922), + [353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1256), + [355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(95), + [357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(513), + [359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(966), + [361] = {.entry = {.count = 1, .reusable = false}}, SHIFT(362), + [363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(560), + [365] = {.entry = {.count = 1, .reusable = false}}, SHIFT(363), + [367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(83), + [369] = {.entry = {.count = 1, .reusable = false}}, SHIFT(165), + [371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(165), + [373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(145), + [375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(511), + [377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(566), + [379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(472), + [381] = {.entry = {.count = 1, .reusable = false}}, SHIFT(361), + [383] = {.entry = {.count = 1, .reusable = false}}, SHIFT(378), + [385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(397), + [387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(117), + [389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(137), + [391] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_try_with_resources_statement, 4, .production_id = 20), + [393] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_try_with_resources_statement, 4, .production_id = 20), + [395] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1200), + [397] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1163), + [399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(32), + [401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(31), + [403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(45), + [405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(403), + [407] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_try_with_resources_statement, 3, .production_id = 20), + [409] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_try_with_resources_statement, 3, .production_id = 20), + [411] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_try_statement, 3, .production_id = 19), + [413] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_try_statement, 3, .production_id = 19), + [415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(36), + [417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(48), + [419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(50), + [421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(133), + [423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(144), + [425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(123), + [427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(122), + [429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(447), + [431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(138), + [433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(63), + [435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(337), + [437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(61), + [439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(72), + [441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(600), + [443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(60), + [445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17), + [447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(41), + [449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(142), + [451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(571), + [453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24), + [455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(30), + [457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(54), + [459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(55), + [461] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_try_statement_repeat1, 2), + [463] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_try_statement_repeat1, 2), + [465] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_try_statement_repeat1, 2), SHIFT_REPEAT(1200), + [468] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_catch_clause, 5, .production_id = 144), + [470] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_catch_clause, 5, .production_id = 144), + [472] = {.entry = {.count = 1, .reusable = false}}, SHIFT(733), + [474] = {.entry = {.count = 1, .reusable = true}}, SHIFT(158), + [476] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1189), + [478] = {.entry = {.count = 1, .reusable = false}}, SHIFT(691), + [480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1241), + [482] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_declaration, 4, .production_id = 50), + [484] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_declaration, 4, .production_id = 50), + [486] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_body, 3), + [488] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_body, 3), + [490] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_annotation_type_declaration, 4, .production_id = 53), + [492] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_annotation_type_declaration, 4, .production_id = 53), + [494] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_declaration, 6, .production_id = 127), + [496] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interface_declaration, 6, .production_id = 127), + [498] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_declaration, 4, .production_id = 53), + [500] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_declaration, 4, .production_id = 53), + [502] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 7, .production_id = 158), + [504] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 7, .production_id = 158), + [506] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 7, .production_id = 159), + [508] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 7, .production_id = 159), + [510] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_declaration, 7, .production_id = 160), + [512] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_record_declaration, 7, .production_id = 160), + [514] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_declaration, 6, .production_id = 126), + [516] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_record_declaration, 6, .production_id = 126), + [518] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_body, 2), + [520] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_body, 2), + [522] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_declaration, 6, .production_id = 131), + [524] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interface_declaration, 6, .production_id = 131), + [526] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_declaration, 6, .production_id = 137), + [528] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interface_declaration, 6, .production_id = 137), + [530] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_declaration, 6, .production_id = 138), + [532] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interface_declaration, 6, .production_id = 138), + [534] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_declaration, 7, .production_id = 161), + [536] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interface_declaration, 7, .production_id = 161), + [538] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_body, 4), + [540] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_body, 4), + [542] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_declaration, 4, .production_id = 54), + [544] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_record_declaration, 4, .production_id = 54), + [546] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_annotation_type_body, 2), + [548] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_annotation_type_body, 2), + [550] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 4, .production_id = 53), + [552] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 4, .production_id = 53), + [554] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 6, .production_id = 113), + [556] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 6, .production_id = 113), + [558] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 6, .production_id = 114), + [560] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 6, .production_id = 114), + [562] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 5, .production_id = 102), + [564] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 5, .production_id = 102), + [566] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 6, .production_id = 115), + [568] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 6, .production_id = 115), + [570] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_body, 6), + [572] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_body, 6), + [574] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 5, .production_id = 101), + [576] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 5, .production_id = 101), + [578] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 6, .production_id = 116), + [580] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 6, .production_id = 116), + [582] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_body, 2), + [584] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interface_body, 2), + [586] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 5, .production_id = 100), + [588] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 5, .production_id = 100), + [590] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 8, .production_id = 174), + [592] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 8, .production_id = 174), + [594] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_declaration, 4, .production_id = 53), + [596] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interface_declaration, 4, .production_id = 53), + [598] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 7, .production_id = 142), + [600] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 7, .production_id = 142), + [602] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_declaration, 5, .production_id = 105), + [604] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interface_declaration, 5, .production_id = 105), + [606] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 4, .production_id = 51), + [608] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 4, .production_id = 51), + [610] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 6, .production_id = 129), + [612] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 6, .production_id = 129), + [614] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 4, .production_id = 50), + [616] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 4, .production_id = 50), + [618] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 3, .production_id = 16), + [620] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 3, .production_id = 16), + [622] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_declaration, 4, .production_id = 48), + [624] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interface_declaration, 4, .production_id = 48), + [626] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_declaration, 4, .production_id = 51), + [628] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interface_declaration, 4, .production_id = 51), + [630] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 6, .production_id = 130), + [632] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 6, .production_id = 130), + [634] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 6, .production_id = 131), + [636] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 6, .production_id = 131), + [638] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 6, .production_id = 132), + [640] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 6, .production_id = 132), + [642] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 7, .production_id = 157), + [644] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 7, .production_id = 157), + [646] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_declaration, 4, .production_id = 55), + [648] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interface_declaration, 4, .production_id = 55), + [650] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 7, .production_id = 156), + [652] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 7, .production_id = 156), + [654] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 6, .production_id = 133), + [656] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 6, .production_id = 133), + [658] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 4, .production_id = 49), + [660] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 4, .production_id = 49), + [662] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_declaration, 5, .production_id = 95), + [664] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interface_declaration, 5, .production_id = 95), + [666] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 5, .production_id = 86), + [668] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 5, .production_id = 86), + [670] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_declaration, 5, .production_id = 103), + [672] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interface_declaration, 5, .production_id = 103), + [674] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 4, .production_id = 48), + [676] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 4, .production_id = 48), + [678] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 5, .production_id = 85), + [680] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 5, .production_id = 85), + [682] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 5, .production_id = 84), + [684] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 5, .production_id = 84), + [686] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_declaration, 5, .production_id = 94), + [688] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interface_declaration, 5, .production_id = 94), + [690] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_declaration, 5, .production_id = 83), + [692] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interface_declaration, 5, .production_id = 83), + [694] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 6, .production_id = 134), + [696] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 6, .production_id = 134), + [698] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_body, 3), + [700] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interface_body, 3), + [702] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_declaration, 6, .production_id = 135), + [704] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_record_declaration, 6, .production_id = 135), + [706] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_annotation_type_body, 3), + [708] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_annotation_type_body, 3), + [710] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 5, .production_id = 83), + [712] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 5, .production_id = 83), + [714] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_declaration, 5, .production_id = 100), + [716] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interface_declaration, 5, .production_id = 100), + [718] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_declaration, 5, .production_id = 93), + [720] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_record_declaration, 5, .production_id = 93), + [722] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_body, 5), + [724] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_body, 5), + [726] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 5, .production_id = 82), + [728] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 5, .production_id = 82), + [730] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_declaration, 6, .production_id = 136), + [732] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_record_declaration, 6, .production_id = 136), + [734] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_declaration, 5, .production_id = 92), + [736] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_record_declaration, 5, .production_id = 92), + [738] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 5, .production_id = 103), + [740] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 5, .production_id = 103), + [742] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_declaration, 3, .production_id = 16), + [744] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interface_declaration, 3, .production_id = 16), + [746] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_declaration, 5, .production_id = 102), + [748] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_declaration, 5, .production_id = 102), + [750] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_declaration, 5, .production_id = 104), + [752] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_record_declaration, 5, .production_id = 104), + [754] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_declaration, 3, .production_id = 16), + [756] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_declaration, 3, .production_id = 16), + [758] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 5, .production_id = 81), + [760] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 5, .production_id = 81), + [762] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_annotation_type_declaration, 3, .production_id = 16), + [764] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_annotation_type_declaration, 3, .production_id = 16), + [766] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 10, .production_id = 195), + [768] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 10, .production_id = 195), + [770] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 7, .production_id = 146), + [772] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 7, .production_id = 146), + [774] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_declaration, 5), + [776] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_import_declaration, 5), + [778] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 5, .production_id = 88), + [780] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 5, .production_id = 88), + [782] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_declaration, 4), + [784] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_import_declaration, 4), + [786] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_try_with_resources_statement, 5, .production_id = 20), + [788] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_try_with_resources_statement, 5, .production_id = 20), + [790] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 10, .production_id = 196), + [792] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 10, .production_id = 196), + [794] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_package_declaration, 4), + [796] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_package_declaration, 4), + [798] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 10, .production_id = 194), + [800] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 10, .production_id = 194), + [802] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_do_statement, 5, .production_id = 87), + [804] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_do_statement, 5, .production_id = 87), + [806] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assert_statement, 5), + [808] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_assert_statement, 5), + [810] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 7, .production_id = 151), + [812] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 7, .production_id = 151), + [814] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 11, .production_id = 201), + [816] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 11, .production_id = 201), + [818] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 7, .production_id = 152), + [820] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 7, .production_id = 152), + [822] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_switch_block_statement_group_repeat1, 2), + [824] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_switch_block_statement_group_repeat1, 2), + [826] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_switch_block_statement_group_repeat1, 2), SHIFT_REPEAT(107), + [829] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_switch_block_statement_group_repeat1, 2), SHIFT_REPEAT(1083), + [832] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_package_declaration, 3), + [834] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_package_declaration, 3), + [836] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_declaration, 1), + [838] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_declaration, 1), + [840] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_module_declaration, 3, .production_id = 16), + [842] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_module_declaration, 3, .production_id = 16), + [844] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_break_statement, 2), + [846] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_break_statement, 2), + [848] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_declaration, 6), + [850] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_import_declaration, 6), + [852] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_labeled_statement, 3), + [854] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_labeled_statement, 3), + [856] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 7, .production_id = 150), + [858] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 7, .production_id = 150), + [860] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 9, .production_id = 182), + [862] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 9, .production_id = 182), + [864] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_statement, 2), + [866] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression_statement, 2), + [868] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 6, .production_id = 119), + [870] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 6, .production_id = 119), + [872] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 8, .production_id = 163), + [874] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 8, .production_id = 163), + [876] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_module_body, 3), + [878] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_module_body, 3), + [880] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 3, .production_id = 21), + [882] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 3, .production_id = 21), + [884] = {.entry = {.count = 1, .reusable = false}}, SHIFT(46), + [886] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 7, .production_id = 149), + [888] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 7, .production_id = 149), + [890] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 8, .production_id = 164), + [892] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 8, .production_id = 164), + [894] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_throw_statement, 3), + [896] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_throw_statement, 3), + [898] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_synchronized_statement, 3, .production_id = 18), + [900] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_synchronized_statement, 3, .production_id = 18), + [902] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_yield_statement, 3), + [904] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_yield_statement, 3), + [906] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_module_declaration, 4, .production_id = 53), + [908] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_module_declaration, 4, .production_id = 53), + [910] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_module_body, 2), + [912] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_module_body, 2), + [914] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_return_statement, 3), + [916] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_return_statement, 3), + [918] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_continue_statement, 3), + [920] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_continue_statement, 3), + [922] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enhanced_for_statement, 9, .production_id = 181), + [924] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enhanced_for_statement, 9, .production_id = 181), + [926] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_break_statement, 3), + [928] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_break_statement, 3), + [930] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_while_statement, 3, .production_id = 17), + [932] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_while_statement, 3, .production_id = 17), + [934] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 9, .production_id = 180), + [936] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 9, .production_id = 180), + [938] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_declaration, 3), + [940] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_import_declaration, 3), + [942] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assert_statement, 3), + [944] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_assert_statement, 3), + [946] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 9, .production_id = 179), + [948] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 9, .production_id = 179), + [950] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 9, .production_id = 178), + [952] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 9, .production_id = 178), + [954] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 9, .production_id = 177), + [956] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 9, .production_id = 177), + [958] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 9, .production_id = 176), + [960] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 9, .production_id = 176), + [962] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 8, .production_id = 165), + [964] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 8, .production_id = 165), + [966] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_local_variable_declaration, 4, .production_id = 62), + [968] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_local_variable_declaration, 4, .production_id = 62), + [970] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 8, .production_id = 166), + [972] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 8, .production_id = 166), + [974] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_local_variable_declaration, 3, .production_id = 31), + [976] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_local_variable_declaration, 3, .production_id = 31), + [978] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_module_declaration, 5, .production_id = 106), + [980] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_module_declaration, 5, .production_id = 106), + [982] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 8, .production_id = 167), + [984] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 8, .production_id = 167), + [986] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_continue_statement, 2), + [988] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_continue_statement, 2), + [990] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_finally_clause, 2), + [992] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_finally_clause, 2), + [994] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_try_statement, 4, .production_id = 19), + [996] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_try_statement, 4, .production_id = 19), + [998] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 8, .production_id = 170), + [1000] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 8, .production_id = 170), + [1002] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 8, .production_id = 169), + [1004] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 8, .production_id = 169), + [1006] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enhanced_for_statement, 8, .production_id = 168), + [1008] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enhanced_for_statement, 8, .production_id = 168), + [1010] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_return_statement, 2), + [1012] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_return_statement, 2), + [1014] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 6, .production_id = 120), + [1016] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 6, .production_id = 120), + [1018] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_explicit_constructor_invocation, 3, .production_id = 162), + [1020] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_explicit_constructor_invocation, 3, .production_id = 162), + [1022] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_explicit_constructor_invocation, 6, .production_id = 200), + [1024] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_explicit_constructor_invocation, 6, .production_id = 200), + [1026] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_explicit_constructor_invocation, 5, .production_id = 193), + [1028] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_explicit_constructor_invocation, 5, .production_id = 193), + [1030] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_explicit_constructor_invocation, 4, .production_id = 175), + [1032] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_explicit_constructor_invocation, 4, .production_id = 175), + [1034] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_condition, 3), + [1036] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_condition, 3), + [1038] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_modifiers_repeat1, 1), + [1040] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_modifiers_repeat1, 1), + [1042] = {.entry = {.count = 1, .reusable = false}}, SHIFT(476), + [1044] = {.entry = {.count = 1, .reusable = true}}, SHIFT(85), + [1046] = {.entry = {.count = 1, .reusable = false}}, SHIFT(350), + [1048] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1126), + [1050] = {.entry = {.count = 1, .reusable = false}}, SHIFT(425), + [1052] = {.entry = {.count = 1, .reusable = false}}, SHIFT(740), + [1054] = {.entry = {.count = 1, .reusable = true}}, SHIFT(842), + [1056] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_body_declarations, 1), + [1058] = {.entry = {.count = 1, .reusable = true}}, SHIFT(353), + [1060] = {.entry = {.count = 1, .reusable = false}}, SHIFT(514), + [1062] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1263), + [1064] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enum_body_declarations_repeat1, 2), SHIFT_REPEAT(740), + [1067] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enum_body_declarations_repeat1, 2), SHIFT_REPEAT(842), + [1070] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enum_body_declarations_repeat1, 2), SHIFT_REPEAT(433), + [1073] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enum_body_declarations_repeat1, 2), SHIFT_REPEAT(1254), + [1076] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enum_body_declarations_repeat1, 2), SHIFT_REPEAT(11), + [1079] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_enum_body_declarations_repeat1, 2), + [1081] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enum_body_declarations_repeat1, 2), SHIFT_REPEAT(351), + [1084] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enum_body_declarations_repeat1, 2), SHIFT_REPEAT(809), + [1087] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enum_body_declarations_repeat1, 2), SHIFT_REPEAT(514), + [1090] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enum_body_declarations_repeat1, 2), SHIFT_REPEAT(1228), + [1093] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enum_body_declarations_repeat1, 2), SHIFT_REPEAT(433), + [1096] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enum_body_declarations_repeat1, 2), SHIFT_REPEAT(1263), + [1099] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enum_body_declarations_repeat1, 2), SHIFT_REPEAT(1227), + [1102] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enum_body_declarations_repeat1, 2), SHIFT_REPEAT(1226), + [1105] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enum_body_declarations_repeat1, 2), SHIFT_REPEAT(677), + [1108] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enum_body_declarations_repeat1, 2), SHIFT_REPEAT(678), + [1111] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enum_body_declarations_repeat1, 2), SHIFT_REPEAT(688), + [1114] = {.entry = {.count = 1, .reusable = true}}, SHIFT(76), + [1116] = {.entry = {.count = 1, .reusable = true}}, SHIFT(354), + [1118] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_body_declarations, 2), + [1120] = {.entry = {.count = 1, .reusable = true}}, SHIFT(351), + [1122] = {.entry = {.count = 1, .reusable = true}}, SHIFT(77), + [1124] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__unannotated_type, 1, .production_id = 2), + [1126] = {.entry = {.count = 1, .reusable = true}}, SHIFT(129), + [1128] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_primary_expression, 1), + [1130] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_primary_expression, 1), + [1132] = {.entry = {.count = 1, .reusable = false}}, SHIFT(166), + [1134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(166), + [1136] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_primary_expression, 1), SHIFT(594), + [1139] = {.entry = {.count = 1, .reusable = true}}, SHIFT(109), + [1141] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_primary_expression, 1), REDUCE(sym__unannotated_type, 1, .production_id = 2), + [1144] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_primary_expression, 1), REDUCE(sym__unannotated_type, 1, .production_id = 2), SHIFT(875), + [1148] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__unannotated_type, 1, .production_id = 2), + [1150] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_primary_expression, 1), SHIFT(1251), + [1153] = {.entry = {.count = 1, .reusable = true}}, SHIFT(838), + [1155] = {.entry = {.count = 3, .reusable = false}}, REDUCE(sym_primary_expression, 1), REDUCE(sym__unannotated_type, 1, .production_id = 2), SHIFT(875), + [1159] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_primary_expression, 1), REDUCE(sym__unannotated_type, 1, .production_id = 2), SHIFT(1251), + [1163] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_primary_expression, 1), REDUCE(sym__unannotated_type, 1, .production_id = 2), + [1166] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_interface_body_repeat1, 2), SHIFT_REPEAT(670), + [1169] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_interface_body_repeat1, 2), SHIFT_REPEAT(842), + [1172] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_interface_body_repeat1, 2), SHIFT_REPEAT(433), + [1175] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_interface_body_repeat1, 2), SHIFT_REPEAT(1254), + [1178] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_interface_body_repeat1, 2), + [1180] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_interface_body_repeat1, 2), SHIFT_REPEAT(358), + [1183] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_interface_body_repeat1, 2), SHIFT_REPEAT(809), + [1186] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_interface_body_repeat1, 2), SHIFT_REPEAT(1228), + [1189] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_interface_body_repeat1, 2), SHIFT_REPEAT(433), + [1192] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_interface_body_repeat1, 2), SHIFT_REPEAT(1263), + [1195] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_interface_body_repeat1, 2), SHIFT_REPEAT(1227), + [1198] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_interface_body_repeat1, 2), SHIFT_REPEAT(1226), + [1201] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_interface_body_repeat1, 2), SHIFT_REPEAT(677), + [1204] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_interface_body_repeat1, 2), SHIFT_REPEAT(678), + [1207] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_interface_body_repeat1, 2), SHIFT_REPEAT(688), + [1210] = {.entry = {.count = 1, .reusable = false}}, SHIFT(670), + [1212] = {.entry = {.count = 1, .reusable = true}}, SHIFT(257), + [1214] = {.entry = {.count = 1, .reusable = true}}, SHIFT(358), + [1216] = {.entry = {.count = 1, .reusable = true}}, SHIFT(228), + [1218] = {.entry = {.count = 1, .reusable = true}}, SHIFT(359), + [1220] = {.entry = {.count = 1, .reusable = true}}, SHIFT(97), + [1222] = {.entry = {.count = 1, .reusable = true}}, SHIFT(103), + [1224] = {.entry = {.count = 1, .reusable = false}}, SHIFT(193), + [1226] = {.entry = {.count = 1, .reusable = true}}, SHIFT(193), + [1228] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_primary_expression, 1), SHIFT(108), + [1231] = {.entry = {.count = 1, .reusable = false}}, SHIFT(40), + [1233] = {.entry = {.count = 1, .reusable = false}}, SHIFT(37), + [1235] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1033), + [1237] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_annotation_type_body_repeat1, 2), SHIFT_REPEAT(670), + [1240] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_annotation_type_body_repeat1, 2), SHIFT_REPEAT(433), + [1243] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_annotation_type_body_repeat1, 2), SHIFT_REPEAT(1254), + [1246] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_annotation_type_body_repeat1, 2), + [1248] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_annotation_type_body_repeat1, 2), SHIFT_REPEAT(809), + [1251] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_annotation_type_body_repeat1, 2), SHIFT_REPEAT(1228), + [1254] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_annotation_type_body_repeat1, 2), SHIFT_REPEAT(433), + [1257] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_annotation_type_body_repeat1, 2), SHIFT_REPEAT(1227), + [1260] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_annotation_type_body_repeat1, 2), SHIFT_REPEAT(1226), + [1263] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_annotation_type_body_repeat1, 2), SHIFT_REPEAT(677), + [1266] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_annotation_type_body_repeat1, 2), SHIFT_REPEAT(678), + [1269] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_annotation_type_body_repeat1, 2), SHIFT_REPEAT(688), + [1272] = {.entry = {.count = 1, .reusable = true}}, SHIFT(259), + [1274] = {.entry = {.count = 1, .reusable = true}}, SHIFT(218), + [1276] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_access, 5, .production_id = 96), + [1278] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_access, 5, .production_id = 96), + [1280] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_access, 3, .production_id = 23), + [1282] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_access, 3, .production_id = 23), + [1284] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dimensions, 1), + [1286] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dimensions, 1), + [1288] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1186), + [1290] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_dimensions_repeat1, 2), + [1292] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_dimensions_repeat1, 2), + [1294] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_dimensions_repeat1, 2), SHIFT_REPEAT(1186), + [1297] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_dimensions_repeat1, 2), SHIFT_REPEAT(824), + [1300] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_annotated_type, 2), + [1302] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_annotated_type, 2), + [1304] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_access, 4, .production_id = 61), + [1306] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_access, 4, .production_id = 61), + [1308] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type, 1), + [1310] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type, 1), + [1312] = {.entry = {.count = 1, .reusable = false}}, SHIFT(99), + [1314] = {.entry = {.count = 1, .reusable = true}}, SHIFT(574), + [1316] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__unannotated_type, 1, .production_id = 2), SHIFT(589), + [1319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(866), + [1321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(808), + [1323] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__unannotated_type, 1), + [1325] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__unannotated_type, 1), + [1327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(869), + [1329] = {.entry = {.count = 1, .reusable = false}}, SHIFT(969), + [1331] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_creation_expression, 4, .production_id = 45), + [1333] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_creation_expression, 4, .production_id = 45), + [1335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(112), + [1337] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_creation_expression, 3, .production_id = 13), + [1339] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_creation_expression, 3, .production_id = 13), + [1341] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_creation_expression, 3, .production_id = 15), + [1343] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_creation_expression, 3, .production_id = 15), + [1345] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_creation_expression, 4, .production_id = 47), + [1347] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_creation_expression, 4, .production_id = 47), + [1349] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generic_type, 2, .dynamic_precedence = 10, .production_id = 2), + [1351] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_type, 2, .dynamic_precedence = 10, .production_id = 2), + [1353] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_arguments, 3), + [1355] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_arguments, 3), + [1357] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__unannotated_type, 1), SHIFT(589), + [1360] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_dimensions_repeat1, 3), + [1362] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_dimensions_repeat1, 3), + [1364] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_scoped_identifier, 3, .production_id = 52), + [1366] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_scoped_identifier, 3, .production_id = 52), + [1368] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_arguments, 2), + [1370] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_arguments, 2), + [1372] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generic_type, 2, .dynamic_precedence = 10), + [1374] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_type, 2, .dynamic_precedence = 10), + [1376] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_arguments, 4), + [1378] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_arguments, 4), + [1380] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_scoped_type_identifier, 3, .production_id = 26), + [1382] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_scoped_type_identifier, 3, .production_id = 26), + [1384] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_scoped_type_identifier, 4, .production_id = 57), + [1386] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_scoped_type_identifier, 4, .production_id = 57), + [1388] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_array_creation_expression_repeat2, 2), + [1390] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_array_creation_expression_repeat2, 2), + [1392] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_array_creation_expression_repeat2, 2), SHIFT_REPEAT(187), + [1395] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_array_creation_expression_repeat2, 2), SHIFT_REPEAT(824), + [1398] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_scoped_type_identifier, 3, .production_id = 33), + [1400] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_scoped_type_identifier, 3, .production_id = 33), + [1402] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_scoped_type_identifier, 4, .production_id = 66), + [1404] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_scoped_type_identifier, 4, .production_id = 66), + [1406] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_floating_point_type, 1), + [1408] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_floating_point_type, 1), + [1410] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_integral_type, 1), + [1412] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_integral_type, 1), + [1414] = {.entry = {.count = 1, .reusable = true}}, SHIFT(849), + [1416] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_type, 2, .production_id = 8), + [1418] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_type, 2, .production_id = 8), + [1420] = {.entry = {.count = 1, .reusable = false}}, SHIFT(527), + [1422] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_instanceof_expression, 3, .production_id = 28), + [1424] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_instanceof_expression, 3, .production_id = 28), + [1426] = {.entry = {.count = 1, .reusable = false}}, SHIFT(536), + [1428] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_instanceof_expression, 4, .production_id = 59), + [1430] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_instanceof_expression, 4, .production_id = 59), + [1432] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_marker_annotation, 2, .production_id = 5), + [1434] = {.entry = {.count = 1, .reusable = true}}, SHIFT(92), + [1436] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_marker_annotation, 2, .production_id = 5), + [1438] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1188), + [1440] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_modifiers_repeat1, 2), + [1442] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_modifiers_repeat1, 2), + [1444] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_modifiers_repeat1, 2), SHIFT_REPEAT(429), + [1447] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_modifiers_repeat1, 2), SHIFT_REPEAT(809), + [1450] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_modifiers_repeat1, 2), SHIFT_REPEAT(429), + [1453] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__unqualified_object_creation_expression, 5, .production_id = 72), + [1455] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__unqualified_object_creation_expression, 5, .production_id = 72), + [1457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(352), + [1459] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__unqualified_object_creation_expression, 5, .production_id = 73), + [1461] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__unqualified_object_creation_expression, 5, .production_id = 73), + [1463] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_modifiers, 1), + [1465] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_modifiers, 1), + [1467] = {.entry = {.count = 1, .reusable = false}}, SHIFT(429), + [1469] = {.entry = {.count = 1, .reusable = true}}, SHIFT(429), + [1471] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__unqualified_object_creation_expression, 4, .production_id = 42), + [1473] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__unqualified_object_creation_expression, 4, .production_id = 42), + [1475] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__unqualified_object_creation_expression, 3, .production_id = 12), + [1477] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__unqualified_object_creation_expression, 3, .production_id = 12), + [1479] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__unqualified_object_creation_expression, 4, .production_id = 43), + [1481] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__unqualified_object_creation_expression, 4, .production_id = 43), + [1483] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__unqualified_object_creation_expression, 3, .production_id = 14), + [1485] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__unqualified_object_creation_expression, 3, .production_id = 14), + [1487] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__unqualified_object_creation_expression, 4, .production_id = 44), + [1489] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__unqualified_object_creation_expression, 4, .production_id = 44), + [1491] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__unqualified_object_creation_expression, 4, .production_id = 46), + [1493] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__unqualified_object_creation_expression, 4, .production_id = 46), + [1495] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dimensions_expr, 4), + [1497] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dimensions_expr, 4), + [1499] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constructor_body, 2), + [1501] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constructor_body, 2), + [1503] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_annotation, 3, .production_id = 22), + [1505] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_annotation, 3, .production_id = 22), + [1507] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constructor_declaration, 4, .production_id = 139), + [1509] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constructor_declaration, 4, .production_id = 139), + [1511] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dimensions_expr, 3), + [1513] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dimensions_expr, 3), + [1515] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_annotation_argument_list, 2), + [1517] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_annotation_argument_list, 2), + [1519] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 2), + [1521] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 2), + [1523] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_method_declaration, 2, .production_id = 80), + [1525] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_declaration, 2, .production_id = 80), + [1527] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_annotation_argument_list, 4), + [1529] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_annotation_argument_list, 4), + [1531] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_method_declaration, 2, .production_id = 79), + [1533] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_declaration, 2, .production_id = 79), + [1535] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_method_declaration, 3, .production_id = 109), + [1537] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_declaration, 3, .production_id = 109), + [1539] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constructor_declaration, 2, .production_id = 77), + [1541] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constructor_declaration, 2, .production_id = 77), + [1543] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 3), + [1545] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 3), + [1547] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_annotation_argument_list, 3), + [1549] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_annotation_argument_list, 3), + [1551] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 4, .production_id = 62), + [1553] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 4, .production_id = 62), + [1555] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constructor_body, 3), + [1557] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constructor_body, 3), + [1559] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 4), + [1561] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 4), + [1563] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_compact_constructor_declaration, 2, .production_id = 75), + [1565] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_compact_constructor_declaration, 2, .production_id = 75), + [1567] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_static_initializer, 2), + [1569] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_static_initializer, 2), + [1571] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_method_declaration, 3, .production_id = 108), + [1573] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_declaration, 3, .production_id = 108), + [1575] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 3, .production_id = 31), + [1577] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 3, .production_id = 31), + [1579] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesized_expression, 3), + [1581] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parenthesized_expression, 3), + [1583] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constructor_declaration, 3, .production_id = 112), + [1585] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constructor_declaration, 3, .production_id = 112), + [1587] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constructor_body, 4), + [1589] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constructor_body, 4), + [1591] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constructor_declaration, 3, .production_id = 107), + [1593] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constructor_declaration, 3, .production_id = 107), + [1595] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_compact_constructor_declaration, 3, .production_id = 16), + [1597] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_compact_constructor_declaration, 3, .production_id = 16), + [1599] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constant_declaration, 4, .production_id = 62), + [1601] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constant_declaration, 4, .production_id = 62), + [1603] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_creation_expression, 4, .production_id = 40), + [1605] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_creation_expression, 4, .production_id = 40), + [1607] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_initializer, 5), + [1609] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_initializer, 5), + [1611] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_creation_expression, 5, .production_id = 69), + [1613] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_creation_expression, 5, .production_id = 69), + [1615] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_array_creation_expression_repeat1, 1), REDUCE(aux_sym_modifiers_repeat1, 1), + [1618] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_array_creation_expression_repeat1, 1), + [1620] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__unqualified_object_creation_expression, 6, .production_id = 73), + [1622] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__unqualified_object_creation_expression, 6, .production_id = 73), + [1624] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__unqualified_object_creation_expression, 5, .production_id = 46), + [1626] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__unqualified_object_creation_expression, 5, .production_id = 46), + [1628] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_cast_expression, 4, .production_id = 35), + [1630] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_cast_expression, 4, .production_id = 35), + [1632] = {.entry = {.count = 1, .reusable = true}}, SHIFT(147), + [1634] = {.entry = {.count = 1, .reusable = true}}, SHIFT(759), + [1636] = {.entry = {.count = 1, .reusable = true}}, SHIFT(916), + [1638] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_creation_expression, 5, .production_id = 70), + [1640] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_creation_expression, 5, .production_id = 70), + [1642] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_creation_expression, 5, .production_id = 71), + [1644] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_creation_expression, 5, .production_id = 71), + [1646] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__unqualified_object_creation_expression, 4, .production_id = 12), + [1648] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__unqualified_object_creation_expression, 4, .production_id = 12), + [1650] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constant_declaration, 3, .production_id = 31), + [1652] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constant_declaration, 3, .production_id = 31), + [1654] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__multiline_string_literal, 2), + [1656] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__multiline_string_literal, 2), + [1658] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_creation_expression, 4, .production_id = 38), + [1660] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_creation_expression, 4, .production_id = 38), + [1662] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__string_literal, 2), + [1664] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__string_literal, 2), + [1666] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__string_literal, 3), + [1668] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__string_literal, 3), + [1670] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_creation_expression, 4, .production_id = 39), + [1672] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_creation_expression, 4, .production_id = 39), + [1674] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_literal, 3, .dynamic_precedence = 17), + [1676] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_literal, 3, .dynamic_precedence = 17), + [1678] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_invocation, 6, .production_id = 128), + [1680] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_method_invocation, 6, .production_id = 128), + [1682] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__unqualified_object_creation_expression, 6, .production_id = 72), + [1684] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__unqualified_object_creation_expression, 6, .production_id = 72), + [1686] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__unqualified_object_creation_expression, 4, .production_id = 14), + [1688] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__unqualified_object_creation_expression, 4, .production_id = 14), + [1690] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_creation_expression, 3, .production_id = 29), + [1692] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_creation_expression, 3, .production_id = 29), + [1694] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__multiline_string_literal, 3), + [1696] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__multiline_string_literal, 3), + [1698] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_creation_expression, 5, .production_id = 68), + [1700] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_creation_expression, 5, .production_id = 68), + [1702] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_invocation, 5, .production_id = 97), + [1704] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_method_invocation, 5, .production_id = 97), + [1706] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_invocation, 4, .production_id = 56), + [1708] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_method_invocation, 4, .production_id = 56), + [1710] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_reference, 4), + [1712] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_method_reference, 4), + [1714] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_creation_expression, 4, .production_id = 41), + [1716] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_creation_expression, 4, .production_id = 41), + [1718] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__unqualified_object_creation_expression, 5, .production_id = 44), + [1720] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__unqualified_object_creation_expression, 5, .production_id = 44), + [1722] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_invocation, 7, .production_id = 155), + [1724] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_method_invocation, 7, .production_id = 155), + [1726] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_initializer, 3), + [1728] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_initializer, 3), + [1730] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_invocation, 2, .production_id = 6), + [1732] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_method_invocation, 2, .production_id = 6), + [1734] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__literal, 1), + [1736] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__literal, 1), + [1738] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__unqualified_object_creation_expression, 5, .production_id = 43), + [1740] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__unqualified_object_creation_expression, 5, .production_id = 43), + [1742] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_reference, 3), + [1744] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_method_reference, 3), + [1746] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_string_literal, 1), + [1748] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_string_literal, 1), + [1750] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_cast_expression, 5, .production_id = 67), + [1752] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_cast_expression, 5, .production_id = 67), + [1754] = {.entry = {.count = 1, .reusable = true}}, SHIFT(169), + [1756] = {.entry = {.count = 1, .reusable = true}}, SHIFT(765), + [1758] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_initializer, 4), + [1760] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_initializer, 4), + [1762] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_initializer, 2), + [1764] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_initializer, 2), + [1766] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_creation_expression, 1, .production_id = 3), + [1768] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_creation_expression, 1, .production_id = 3), + [1770] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__unqualified_object_creation_expression, 5, .production_id = 42), + [1772] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__unqualified_object_creation_expression, 5, .production_id = 42), + [1774] = {.entry = {.count = 1, .reusable = false}}, SHIFT(387), + [1776] = {.entry = {.count = 1, .reusable = false}}, SHIFT(520), + [1778] = {.entry = {.count = 1, .reusable = false}}, SHIFT(417), + [1780] = {.entry = {.count = 1, .reusable = false}}, SHIFT(416), + [1782] = {.entry = {.count = 1, .reusable = false}}, SHIFT(420), + [1784] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_dimensions_repeat1, 2), SHIFT_REPEAT(1243), + [1787] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1243), + [1789] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_annotation_type_element_declaration, 6, .production_id = 189), + [1791] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_annotation_type_element_declaration, 6, .production_id = 189), + [1793] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_annotation_type_element_declaration, 6, .production_id = 191), + [1795] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_annotation_type_element_declaration, 6, .production_id = 191), + [1797] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_pattern, 2), + [1799] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_record_pattern, 2), + [1801] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_instanceof_expression, 4, .production_id = 60), + [1803] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_instanceof_expression, 4, .production_id = 60), + [1805] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_pattern_body, 3), + [1807] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_record_pattern_body, 3), + [1809] = {.entry = {.count = 1, .reusable = true}}, SHIFT(537), + [1811] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_pattern_body, 2), + [1813] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_record_pattern_body, 2), + [1815] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_annotation_type_element_declaration, 8, .production_id = 202), + [1817] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_annotation_type_element_declaration, 8, .production_id = 202), + [1819] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_annotation_type_element_declaration, 7, .production_id = 199), + [1821] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_annotation_type_element_declaration, 7, .production_id = 199), + [1823] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_annotation_type_element_declaration, 7, .production_id = 198), + [1825] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_annotation_type_element_declaration, 7, .production_id = 198), + [1827] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_annotation_type_element_declaration, 7, .production_id = 197), + [1829] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_annotation_type_element_declaration, 7, .production_id = 197), + [1831] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_instanceof_expression, 5, .production_id = 98), + [1833] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_instanceof_expression, 5, .production_id = 98), + [1835] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_update_expression, 2), + [1837] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_update_expression, 2), + [1839] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_pattern_body, 4), + [1841] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_record_pattern_body, 4), + [1843] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_annotation_type_element_declaration, 5, .production_id = 173), + [1845] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_annotation_type_element_declaration, 5, .production_id = 173), + [1847] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unary_expression, 2, .production_id = 4), + [1849] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unary_expression, 2, .production_id = 4), + [1851] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_instanceof_expression, 4, .production_id = 58), + [1853] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_instanceof_expression, 4, .production_id = 58), + [1855] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda_expression, 3, .production_id = 25), + [1857] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_lambda_expression, 3, .production_id = 25), + [1859] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_instanceof_expression, 3, .production_id = 27), + [1861] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_instanceof_expression, 3, .production_id = 27), + [1863] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_annotation_type_element_declaration, 6, .production_id = 192), + [1865] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_annotation_type_element_declaration, 6, .production_id = 192), + [1867] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_binary_expression, 3, .production_id = 24), + [1869] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_binary_expression, 3, .production_id = 24), + [1871] = {.entry = {.count = 1, .reusable = false}}, SHIFT(160), + [1873] = {.entry = {.count = 1, .reusable = true}}, SHIFT(160), + [1875] = {.entry = {.count = 1, .reusable = true}}, SHIFT(157), + [1877] = {.entry = {.count = 1, .reusable = false}}, SHIFT(156), + [1879] = {.entry = {.count = 1, .reusable = true}}, SHIFT(152), + [1881] = {.entry = {.count = 1, .reusable = false}}, SHIFT(152), + [1883] = {.entry = {.count = 1, .reusable = true}}, SHIFT(173), + [1885] = {.entry = {.count = 1, .reusable = false}}, SHIFT(173), + [1887] = {.entry = {.count = 1, .reusable = true}}, SHIFT(518), + [1889] = {.entry = {.count = 1, .reusable = false}}, SHIFT(161), + [1891] = {.entry = {.count = 1, .reusable = false}}, SHIFT(151), + [1893] = {.entry = {.count = 1, .reusable = true}}, SHIFT(150), + [1895] = {.entry = {.count = 1, .reusable = true}}, SHIFT(185), + [1897] = {.entry = {.count = 1, .reusable = false}}, SHIFT(565), + [1899] = {.entry = {.count = 1, .reusable = true}}, SHIFT(565), + [1901] = {.entry = {.count = 1, .reusable = true}}, SHIFT(91), + [1903] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1207), + [1905] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_argument_list, 2), REDUCE(sym_record_pattern_body, 2), + [1908] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_argument_list, 2), REDUCE(sym_record_pattern_body, 2), + [1911] = {.entry = {.count = 1, .reusable = true}}, SHIFT(189), + [1913] = {.entry = {.count = 1, .reusable = true}}, SHIFT(175), + [1915] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ternary_expression, 5, .production_id = 99), + [1917] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assignment_expression, 3, .production_id = 24), + [1919] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_modifiers_repeat1, 2), SHIFT_REPEAT(565), + [1922] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_modifiers_repeat1, 2), SHIFT_REPEAT(824), + [1925] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_modifiers_repeat1, 2), SHIFT_REPEAT(565), + [1928] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__element_value, 1), + [1930] = {.entry = {.count = 1, .reusable = false}}, SHIFT(184), + [1932] = {.entry = {.count = 1, .reusable = false}}, SHIFT(146), + [1934] = {.entry = {.count = 1, .reusable = true}}, SHIFT(146), + [1936] = {.entry = {.count = 1, .reusable = true}}, SHIFT(181), + [1938] = {.entry = {.count = 1, .reusable = true}}, SHIFT(180), + [1940] = {.entry = {.count = 1, .reusable = true}}, SHIFT(153), + [1942] = {.entry = {.count = 1, .reusable = false}}, SHIFT(163), + [1944] = {.entry = {.count = 1, .reusable = true}}, SHIFT(182), + [1946] = {.entry = {.count = 1, .reusable = false}}, SHIFT(182), + [1948] = {.entry = {.count = 1, .reusable = false}}, SHIFT(196), + [1950] = {.entry = {.count = 1, .reusable = true}}, SHIFT(195), + [1952] = {.entry = {.count = 1, .reusable = true}}, SHIFT(194), + [1954] = {.entry = {.count = 1, .reusable = false}}, SHIFT(194), + [1956] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_switch_label, 2), + [1958] = {.entry = {.count = 1, .reusable = true}}, SHIFT(170), + [1960] = {.entry = {.count = 1, .reusable = true}}, SHIFT(171), + [1962] = {.entry = {.count = 1, .reusable = true}}, SHIFT(761), + [1964] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18), + [1966] = {.entry = {.count = 1, .reusable = true}}, SHIFT(188), + [1968] = {.entry = {.count = 1, .reusable = false}}, SHIFT(764), + [1970] = {.entry = {.count = 1, .reusable = true}}, SHIFT(531), + [1972] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_receiver_parameter, 3), + [1974] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_receiver_parameter, 3), + [1976] = {.entry = {.count = 1, .reusable = true}}, SHIFT(172), + [1978] = {.entry = {.count = 1, .reusable = true}}, SHIFT(127), + [1980] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_argument_list_repeat1, 2), + [1982] = {.entry = {.count = 1, .reusable = true}}, SHIFT(56), + [1984] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25), + [1986] = {.entry = {.count = 1, .reusable = true}}, SHIFT(26), + [1988] = {.entry = {.count = 1, .reusable = true}}, SHIFT(101), + [1990] = {.entry = {.count = 1, .reusable = true}}, SHIFT(503), + [1992] = {.entry = {.count = 1, .reusable = true}}, SHIFT(407), + [1994] = {.entry = {.count = 1, .reusable = true}}, SHIFT(896), + [1996] = {.entry = {.count = 1, .reusable = true}}, SHIFT(66), + [1998] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_receiver_parameter, 4), + [2000] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_receiver_parameter, 4), + [2002] = {.entry = {.count = 1, .reusable = true}}, SHIFT(44), + [2004] = {.entry = {.count = 1, .reusable = true}}, SHIFT(454), + [2006] = {.entry = {.count = 1, .reusable = true}}, SHIFT(49), + [2008] = {.entry = {.count = 1, .reusable = true}}, SHIFT(453), + [2010] = {.entry = {.count = 1, .reusable = true}}, SHIFT(167), + [2012] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_receiver_parameter, 2), + [2014] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_receiver_parameter, 2), + [2016] = {.entry = {.count = 1, .reusable = true}}, SHIFT(73), + [2018] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable_declarator, 3, .production_id = 65), + [2020] = {.entry = {.count = 1, .reusable = false}}, SHIFT(848), + [2022] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1044), + [2024] = {.entry = {.count = 1, .reusable = true}}, SHIFT(211), + [2026] = {.entry = {.count = 1, .reusable = true}}, SHIFT(349), + [2028] = {.entry = {.count = 1, .reusable = true}}, SHIFT(125), + [2030] = {.entry = {.count = 1, .reusable = true}}, SHIFT(74), + [2032] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15), + [2034] = {.entry = {.count = 1, .reusable = true}}, SHIFT(33), + [2036] = {.entry = {.count = 1, .reusable = true}}, SHIFT(34), + [2038] = {.entry = {.count = 1, .reusable = true}}, SHIFT(43), + [2040] = {.entry = {.count = 1, .reusable = true}}, SHIFT(53), + [2042] = {.entry = {.count = 1, .reusable = true}}, SHIFT(70), + [2044] = {.entry = {.count = 1, .reusable = true}}, SHIFT(59), + [2046] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_resource, 4, .production_id = 117), + [2048] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_array_creation_expression_repeat1, 1), REDUCE(aux_sym_modifiers_repeat1, 1), + [2051] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_for_statement_repeat1, 2, .production_id = 89), + [2053] = {.entry = {.count = 1, .reusable = true}}, SHIFT(264), + [2055] = {.entry = {.count = 1, .reusable = true}}, SHIFT(216), + [2057] = {.entry = {.count = 1, .reusable = true}}, SHIFT(191), + [2059] = {.entry = {.count = 1, .reusable = true}}, SHIFT(319), + [2061] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_array_initializer_repeat1, 2), + [2063] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_resource, 5, .production_id = 143), + [2065] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_for_statement_repeat2, 2, .production_id = 147), + [2067] = {.entry = {.count = 1, .reusable = false}}, SHIFT(739), + [2069] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1233), + [2071] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1235), + [2073] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1237), + [2075] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1238), + [2077] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1239), + [2079] = {.entry = {.count = 1, .reusable = true}}, SHIFT(377), + [2081] = {.entry = {.count = 1, .reusable = true}}, SHIFT(445), + [2083] = {.entry = {.count = 1, .reusable = true}}, SHIFT(441), + [2085] = {.entry = {.count = 1, .reusable = true}}, SHIFT(134), + [2087] = {.entry = {.count = 1, .reusable = true}}, SHIFT(143), + [2089] = {.entry = {.count = 1, .reusable = true}}, SHIFT(124), + [2091] = {.entry = {.count = 1, .reusable = true}}, SHIFT(118), + [2093] = {.entry = {.count = 1, .reusable = true}}, SHIFT(116), + [2095] = {.entry = {.count = 1, .reusable = true}}, SHIFT(141), + [2097] = {.entry = {.count = 1, .reusable = true}}, SHIFT(71), + [2099] = {.entry = {.count = 1, .reusable = true}}, SHIFT(57), + [2101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14), + [2103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(131), + [2105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(136), + [2107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(299), + [2109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(286), + [2111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23), + [2113] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1249), + [2115] = {.entry = {.count = 1, .reusable = false}}, SHIFT(808), + [2117] = {.entry = {.count = 1, .reusable = false}}, SHIFT(828), + [2119] = {.entry = {.count = 1, .reusable = true}}, SHIFT(463), + [2121] = {.entry = {.count = 1, .reusable = false}}, SHIFT(797), + [2123] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1244), + [2125] = {.entry = {.count = 1, .reusable = true}}, SHIFT(799), + [2127] = {.entry = {.count = 1, .reusable = false}}, SHIFT(597), + [2129] = {.entry = {.count = 1, .reusable = true}}, SHIFT(159), + [2131] = {.entry = {.count = 1, .reusable = true}}, SHIFT(312), + [2133] = {.entry = {.count = 1, .reusable = true}}, SHIFT(309), + [2135] = {.entry = {.count = 1, .reusable = true}}, SHIFT(307), + [2137] = {.entry = {.count = 1, .reusable = true}}, SHIFT(483), + [2139] = {.entry = {.count = 1, .reusable = true}}, SHIFT(168), + [2141] = {.entry = {.count = 1, .reusable = false}}, SHIFT(860), + [2143] = {.entry = {.count = 1, .reusable = true}}, SHIFT(344), + [2145] = {.entry = {.count = 1, .reusable = false}}, SHIFT(875), + [2147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(89), + [2149] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1195), + [2151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(895), + [2153] = {.entry = {.count = 1, .reusable = false}}, SHIFT(405), + [2155] = {.entry = {.count = 1, .reusable = false}}, SHIFT(756), + [2157] = {.entry = {.count = 1, .reusable = false}}, SHIFT(782), + [2159] = {.entry = {.count = 1, .reusable = false}}, SHIFT(905), + [2161] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1172), + [2163] = {.entry = {.count = 1, .reusable = false}}, SHIFT(903), + [2165] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1097), + [2167] = {.entry = {.count = 1, .reusable = false}}, SHIFT(774), + [2169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1244), + [2171] = {.entry = {.count = 1, .reusable = false}}, SHIFT(758), + [2173] = {.entry = {.count = 1, .reusable = false}}, SHIFT(750), + [2175] = {.entry = {.count = 1, .reusable = false}}, SHIFT(786), + [2177] = {.entry = {.count = 1, .reusable = false}}, SHIFT(749), + [2179] = {.entry = {.count = 1, .reusable = false}}, SHIFT(787), + [2181] = {.entry = {.count = 1, .reusable = false}}, SHIFT(752), + [2183] = {.entry = {.count = 1, .reusable = false}}, SHIFT(789), + [2185] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_array_creation_expression_repeat1, 2), + [2187] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_array_creation_expression_repeat1, 2), + [2189] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_array_creation_expression_repeat1, 2), SHIFT_REPEAT(813), + [2192] = {.entry = {.count = 1, .reusable = false}}, SHIFT(773), + [2194] = {.entry = {.count = 1, .reusable = false}}, SHIFT(778), + [2196] = {.entry = {.count = 1, .reusable = false}}, SHIFT(788), + [2198] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1169), + [2200] = {.entry = {.count = 1, .reusable = true}}, SHIFT(800), + [2202] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1119), + [2204] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1141), + [2206] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_catch_type, 1), + [2208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(736), + [2210] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_resource, 1), + [2212] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__unannotated_type, 1), SHIFT(860), + [2215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(400), + [2217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(875), + [2219] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_catch_type_repeat1, 2), + [2221] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_catch_type_repeat1, 2), + [2223] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_parameters, 4), + [2225] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameters, 4), + [2227] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_parameters, 3), + [2229] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameters, 3), + [2231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(140), + [2233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(860), + [2235] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_array_creation_expression_repeat1, 1), + [2237] = {.entry = {.count = 1, .reusable = false}}, SHIFT(371), + [2239] = {.entry = {.count = 1, .reusable = false}}, SHIFT(693), + [2241] = {.entry = {.count = 1, .reusable = false}}, SHIFT(376), + [2243] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1192), + [2245] = {.entry = {.count = 1, .reusable = false}}, SHIFT(899), + [2247] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1148), + [2249] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1019), + [2251] = {.entry = {.count = 1, .reusable = false}}, SHIFT(893), + [2253] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1077), + [2255] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1230), + [2257] = {.entry = {.count = 1, .reusable = false}}, SHIFT(575), + [2259] = {.entry = {.count = 1, .reusable = false}}, SHIFT(431), + [2261] = {.entry = {.count = 1, .reusable = false}}, SHIFT(512), + [2263] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1206), + [2265] = {.entry = {.count = 1, .reusable = true}}, SHIFT(311), + [2267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(777), + [2269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(807), + [2271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(830), + [2273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(825), + [2275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(819), + [2277] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1147), + [2279] = {.entry = {.count = 1, .reusable = false}}, SHIFT(817), + [2281] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__unannotated_type, 1), SHIFT(860), + [2284] = {.entry = {.count = 1, .reusable = true}}, SHIFT(302), + [2286] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__variable_declarator_id, 1, .production_id = 7), + [2288] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_module_body_repeat1, 2), + [2290] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_module_body_repeat1, 2), SHIFT_REPEAT(777), + [2293] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_module_body_repeat1, 2), SHIFT_REPEAT(807), + [2296] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_module_body_repeat1, 2), SHIFT_REPEAT(830), + [2299] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_module_body_repeat1, 2), SHIFT_REPEAT(825), + [2302] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_module_body_repeat1, 2), SHIFT_REPEAT(819), + [2305] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1173), + [2307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1214), + [2309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1217), + [2311] = {.entry = {.count = 1, .reusable = false}}, SHIFT(370), + [2313] = {.entry = {.count = 1, .reusable = false}}, SHIFT(380), + [2315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(105), + [2317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(540), + [2319] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_requires_module_directive_repeat1, 2, .production_id = 123), + [2321] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_requires_module_directive_repeat1, 2, .production_id = 123), SHIFT_REPEAT(817), + [2324] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__method_declarator, 2, .production_id = 76), + [2326] = {.entry = {.count = 1, .reusable = false}}, SHIFT(437), + [2328] = {.entry = {.count = 1, .reusable = false}}, SHIFT(517), + [2330] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1124), + [2332] = {.entry = {.count = 1, .reusable = true}}, SHIFT(524), + [2334] = {.entry = {.count = 1, .reusable = true}}, SHIFT(675), + [2336] = {.entry = {.count = 1, .reusable = true}}, SHIFT(669), + [2338] = {.entry = {.count = 1, .reusable = true}}, SHIFT(668), + [2340] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1134), + [2342] = {.entry = {.count = 1, .reusable = false}}, SHIFT(815), + [2344] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_catch_type, 2), + [2346] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1028), + [2348] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1025), + [2350] = {.entry = {.count = 1, .reusable = false}}, SHIFT(426), + [2352] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1144), + [2354] = {.entry = {.count = 1, .reusable = false}}, SHIFT(996), + [2356] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_requires_module_directive_repeat1, 1, .production_id = 91), + [2358] = {.entry = {.count = 1, .reusable = false}}, SHIFT(676), + [2360] = {.entry = {.count = 1, .reusable = false}}, SHIFT(685), + [2362] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1179), + [2364] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1104), + [2366] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1178), + [2368] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_catch_type_repeat1, 2), SHIFT_REPEAT(736), + [2371] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_requires_modifier, 1), + [2373] = {.entry = {.count = 1, .reusable = false}}, SHIFT(917), + [2375] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1121), + [2377] = {.entry = {.count = 1, .reusable = false}}, SHIFT(918), + [2379] = {.entry = {.count = 1, .reusable = false}}, SHIFT(919), + [2381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(82), + [2383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(100), + [2385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1083), + [2387] = {.entry = {.count = 1, .reusable = false}}, SHIFT(556), + [2389] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1133), + [2391] = {.entry = {.count = 1, .reusable = false}}, SHIFT(997), + [2393] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1135), + [2395] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1001), + [2397] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1035), + [2399] = {.entry = {.count = 1, .reusable = false}}, SHIFT(494), + [2401] = {.entry = {.count = 1, .reusable = false}}, SHIFT(908), + [2403] = {.entry = {.count = 1, .reusable = false}}, SHIFT(879), + [2405] = {.entry = {.count = 1, .reusable = false}}, SHIFT(836), + [2407] = {.entry = {.count = 1, .reusable = false}}, SHIFT_EXTRA(), + [2409] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1123), + [2411] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__multiline_string_literal_repeat1, 2), + [2413] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__multiline_string_literal_repeat1, 2), SHIFT_REPEAT(908), + [2416] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__multiline_string_literal_repeat1, 2), SHIFT_REPEAT(879), + [2419] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__multiline_string_literal_repeat1, 2), SHIFT_REPEAT(836), + [2422] = {.entry = {.count = 1, .reusable = false}}, SHIFT(484), + [2424] = {.entry = {.count = 1, .reusable = false}}, SHIFT(832), + [2426] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1132), + [2428] = {.entry = {.count = 1, .reusable = true}}, SHIFT(665), + [2430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(360), + [2432] = {.entry = {.count = 1, .reusable = true}}, SHIFT(920), + [2434] = {.entry = {.count = 1, .reusable = true}}, SHIFT(78), + [2436] = {.entry = {.count = 1, .reusable = true}}, SHIFT(107), + [2438] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_parameters, 5), + [2440] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_switch_block_repeat1, 2), + [2442] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_switch_block_repeat1, 2), SHIFT_REPEAT(107), + [2445] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_switch_block_repeat1, 2), SHIFT_REPEAT(1083), + [2448] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_parameters, 4), + [2450] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_parameters, 2), + [2452] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_constant, 1, .production_id = 7), + [2454] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_parameters, 3), + [2456] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_constant, 2, .production_id = 5), + [2458] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_opens_module_directive, 5, .production_id = 171), + [2460] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_provides_module_directive, 5, .production_id = 172), + [2462] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_requires_module_directive, 4, .production_id = 153), + [2464] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_exports_module_directive, 5, .production_id = 171), + [2466] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__multiline_string_fragment_repeat1, 2), + [2468] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__multiline_string_fragment_repeat1, 2), SHIFT_REPEAT(857), + [2471] = {.entry = {.count = 1, .reusable = true}}, SHIFT(656), + [2473] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1258), + [2475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(657), + [2477] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_switch_block_repeat2, 2), + [2479] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_switch_block_repeat2, 2), SHIFT_REPEAT(100), + [2482] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_switch_block_repeat2, 2), SHIFT_REPEAT(1083), + [2485] = {.entry = {.count = 1, .reusable = true}}, SHIFT(192), + [2487] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_exports_module_directive, 6, .production_id = 184), + [2489] = {.entry = {.count = 1, .reusable = true}}, SHIFT(410), + [2491] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_opens_module_directive, 6, .production_id = 184), + [2493] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__multiline_string_fragment, 2), + [2495] = {.entry = {.count = 1, .reusable = false}}, SHIFT(857), + [2497] = {.entry = {.count = 1, .reusable = true}}, SHIFT(413), + [2499] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_array_creation_expression_repeat1, 2), SHIFT_REPEAT(824), + [2502] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_provides_module_directive, 6, .production_id = 187), + [2504] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_module_directive, 1), + [2506] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_uses_module_directive, 3, .production_id = 36), + [2508] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_opens_module_directive, 3, .production_id = 124), + [2510] = {.entry = {.count = 1, .reusable = true}}, SHIFT(664), + [2512] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_exports_module_directive, 3, .production_id = 124), + [2514] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_requires_module_directive, 3, .production_id = 122), + [2516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(411), + [2518] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__multiline_string_fragment, 1), + [2520] = {.entry = {.count = 1, .reusable = false}}, SHIFT(868), + [2522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(415), + [2524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(637), + [2526] = {.entry = {.count = 1, .reusable = true}}, SHIFT(119), + [2528] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1204), + [2530] = {.entry = {.count = 1, .reusable = true}}, SHIFT(927), + [2532] = {.entry = {.count = 1, .reusable = true}}, SHIFT(135), + [2534] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_wildcard, 2), + [2536] = {.entry = {.count = 1, .reusable = true}}, SHIFT(682), + [2538] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_wildcard, 1), + [2540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1200), + [2542] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1163), + [2544] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_list_repeat1, 2), SHIFT_REPEAT(679), + [2547] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_type_list_repeat1, 2), + [2549] = {.entry = {.count = 1, .reusable = true}}, SHIFT(625), + [2551] = {.entry = {.count = 1, .reusable = true}}, SHIFT(626), + [2553] = {.entry = {.count = 1, .reusable = true}}, SHIFT(203), + [2555] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__variable_declarator_id, 2, .production_id = 30), + [2557] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_constant, 3, .production_id = 22), + [2559] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_constant, 2, .production_id = 6), + [2561] = {.entry = {.count = 1, .reusable = false}}, SHIFT(487), + [2563] = {.entry = {.count = 1, .reusable = true}}, SHIFT(952), + [2565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(186), + [2567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(674), + [2569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(679), + [2571] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_list, 2), + [2573] = {.entry = {.count = 1, .reusable = false}}, SHIFT(507), + [2575] = {.entry = {.count = 1, .reusable = true}}, SHIFT(826), + [2577] = {.entry = {.count = 1, .reusable = true}}, SHIFT(856), + [2579] = {.entry = {.count = 1, .reusable = true}}, SHIFT(852), + [2581] = {.entry = {.count = 1, .reusable = true}}, SHIFT(829), + [2583] = {.entry = {.count = 1, .reusable = true}}, SHIFT(854), + [2585] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameter, 1, .production_id = 2), + [2587] = {.entry = {.count = 1, .reusable = true}}, SHIFT(673), + [2589] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_element_value_array_initializer, 4), + [2591] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_switch_label, 3), + [2593] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_argument_list_repeat1, 2), SHIFT_REPEAT(167), + [2596] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3), + [2598] = {.entry = {.count = 1, .reusable = true}}, SHIFT(671), + [2600] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameter, 2, .production_id = 74), + [2602] = {.entry = {.count = 1, .reusable = true}}, SHIFT(183), + [2604] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_throws, 2), + [2606] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_list, 1), + [2608] = {.entry = {.count = 1, .reusable = true}}, SHIFT(790), + [2610] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__method_header, 2, .production_id = 78), + [2612] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__method_header, 3, .production_id = 111), + [2614] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_bound_repeat1, 2), SHIFT_REPEAT(681), + [2617] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_type_bound_repeat1, 2), + [2619] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_element_value_array_initializer, 3), + [2621] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_element_value_array_initializer, 2), + [2623] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_throws, 3), + [2625] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__method_header, 4, .production_id = 140), + [2627] = {.entry = {.count = 1, .reusable = true}}, SHIFT(681), + [2629] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_bound, 3), + [2631] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__string_literal_repeat1, 2), + [2633] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__string_literal_repeat1, 2), SHIFT_REPEAT(952), + [2636] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_bound, 2), + [2638] = {.entry = {.count = 1, .reusable = true}}, SHIFT(603), + [2640] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_argument_list_repeat1, 2), SHIFT_REPEAT(170), + [2643] = {.entry = {.count = 1, .reusable = true}}, SHIFT(111), + [2645] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable_declarator, 1, .production_id = 10), + [2647] = {.entry = {.count = 1, .reusable = true}}, SHIFT(149), + [2649] = {.entry = {.count = 1, .reusable = true}}, SHIFT(155), + [2651] = {.entry = {.count = 1, .reusable = true}}, SHIFT(225), + [2653] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6), + [2655] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enum_body_repeat1, 2), SHIFT_REPEAT(689), + [2658] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_enum_body_repeat1, 2), + [2660] = {.entry = {.count = 1, .reusable = true}}, SHIFT(154), + [2662] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_element_value_array_initializer, 5), + [2664] = {.entry = {.count = 1, .reusable = true}}, SHIFT(179), + [2666] = {.entry = {.count = 1, .reusable = false}}, SHIFT(486), + [2668] = {.entry = {.count = 1, .reusable = true}}, SHIFT(913), + [2670] = {.entry = {.count = 1, .reusable = true}}, SHIFT(455), + [2672] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1183), + [2674] = {.entry = {.count = 1, .reusable = true}}, SHIFT(846), + [2676] = {.entry = {.count = 1, .reusable = true}}, SHIFT(423), + [2678] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_resource_specification_repeat1, 2), + [2680] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_resource_specification_repeat1, 2), SHIFT_REPEAT(263), + [2683] = {.entry = {.count = 1, .reusable = true}}, SHIFT(865), + [2685] = {.entry = {.count = 1, .reusable = true}}, SHIFT(867), + [2687] = {.entry = {.count = 1, .reusable = true}}, SHIFT(871), + [2689] = {.entry = {.count = 1, .reusable = true}}, SHIFT(461), + [2691] = {.entry = {.count = 1, .reusable = true}}, SHIFT(126), + [2693] = {.entry = {.count = 1, .reusable = true}}, SHIFT(525), + [2695] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_type_arguments_repeat1, 2), + [2697] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_arguments_repeat1, 2), SHIFT_REPEAT(633), + [2700] = {.entry = {.count = 1, .reusable = true}}, SHIFT(802), + [2702] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__variable_declarator_list, 2, .production_id = 32), + [2704] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_for_statement_repeat1, 2, .production_id = 90), SHIFT_REPEAT(172), + [2707] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_for_statement_repeat1, 2, .production_id = 90), + [2709] = {.entry = {.count = 1, .reusable = true}}, SHIFT(64), + [2711] = {.entry = {.count = 1, .reusable = true}}, SHIFT(67), + [2713] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_inferred_parameters_repeat1, 2), + [2715] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_inferred_parameters_repeat1, 2), SHIFT_REPEAT(838), + [2718] = {.entry = {.count = 1, .reusable = true}}, SHIFT(68), + [2720] = {.entry = {.count = 1, .reusable = true}}, SHIFT(69), + [2722] = {.entry = {.count = 1, .reusable = true}}, SHIFT(106), + [2724] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20), + [2726] = {.entry = {.count = 1, .reusable = true}}, SHIFT(65), + [2728] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_cast_expression_repeat1, 2, .production_id = 37), + [2730] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_cast_expression_repeat1, 2, .production_id = 37), SHIFT_REPEAT(674), + [2733] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21), + [2735] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16), + [2737] = {.entry = {.count = 1, .reusable = true}}, SHIFT(62), + [2739] = {.entry = {.count = 1, .reusable = true}}, SHIFT(766), + [2741] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_exports_module_directive_repeat1, 2, .production_id = 183), + [2743] = {.entry = {.count = 1, .reusable = true}}, SHIFT(58), + [2745] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_exports_module_directive_repeat1, 2, .production_id = 185), SHIFT_REPEAT(826), + [2748] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_exports_module_directive_repeat1, 2, .production_id = 185), + [2750] = {.entry = {.count = 1, .reusable = true}}, SHIFT(51), + [2752] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_provides_module_directive_repeat1, 2, .production_id = 186), + [2754] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_receiver_parameter_repeat1, 2), SHIFT_REPEAT(1230), + [2757] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_receiver_parameter_repeat1, 2), + [2759] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_provides_module_directive_repeat1, 2, .production_id = 188), SHIFT_REPEAT(829), + [2762] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_provides_module_directive_repeat1, 2, .production_id = 188), + [2764] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_type_parameters_repeat1, 2), + [2766] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_parameters_repeat1, 2), SHIFT_REPEAT(851), + [2769] = {.entry = {.count = 1, .reusable = true}}, SHIFT(535), + [2771] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__variable_declarator_list_repeat1, 2, .production_id = 64), SHIFT_REPEAT(802), + [2774] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__variable_declarator_list_repeat1, 2, .production_id = 64), + [2776] = {.entry = {.count = 1, .reusable = true}}, SHIFT(347), + [2778] = {.entry = {.count = 1, .reusable = true}}, SHIFT(94), + [2780] = {.entry = {.count = 1, .reusable = true}}, SHIFT(946), + [2782] = {.entry = {.count = 1, .reusable = true}}, SHIFT(707), + [2784] = {.entry = {.count = 1, .reusable = true}}, SHIFT(712), + [2786] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_switch_rule, 3), + [2788] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_formal_parameters_repeat1, 2), + [2790] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_formal_parameters_repeat1, 2), SHIFT_REPEAT(423), + [2793] = {.entry = {.count = 1, .reusable = true}}, SHIFT(528), + [2795] = {.entry = {.count = 1, .reusable = true}}, SHIFT(627), + [2797] = {.entry = {.count = 1, .reusable = true}}, SHIFT(844), + [2799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(449), + [2801] = {.entry = {.count = 1, .reusable = true}}, SHIFT(791), + [2803] = {.entry = {.count = 1, .reusable = true}}, SHIFT(458), + [2805] = {.entry = {.count = 1, .reusable = true}}, SHIFT(35), + [2807] = {.entry = {.count = 1, .reusable = true}}, SHIFT(404), + [2809] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1229), + [2811] = {.entry = {.count = 1, .reusable = false}}, SHIFT(592), + [2813] = {.entry = {.count = 1, .reusable = true}}, SHIFT(29), + [2815] = {.entry = {.count = 1, .reusable = true}}, SHIFT(584), + [2817] = {.entry = {.count = 1, .reusable = true}}, SHIFT(876), + [2819] = {.entry = {.count = 1, .reusable = true}}, SHIFT(818), + [2821] = {.entry = {.count = 1, .reusable = true}}, SHIFT(577), + [2823] = {.entry = {.count = 1, .reusable = true}}, SHIFT(96), + [2825] = {.entry = {.count = 1, .reusable = true}}, SHIFT(409), + [2827] = {.entry = {.count = 1, .reusable = true}}, SHIFT(633), + [2829] = {.entry = {.count = 1, .reusable = true}}, SHIFT(465), + [2831] = {.entry = {.count = 1, .reusable = true}}, SHIFT(874), + [2833] = {.entry = {.count = 1, .reusable = true}}, SHIFT(820), + [2835] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1193), + [2837] = {.entry = {.count = 1, .reusable = true}}, SHIFT(200), + [2839] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_annotation_argument_list_repeat1, 2), + [2841] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_annotation_argument_list_repeat1, 2), SHIFT_REPEAT(1183), + [2844] = {.entry = {.count = 1, .reusable = true}}, SHIFT(399), + [2846] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_constant, 3, .production_id = 125), + [2848] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_record_pattern_body_repeat1, 2), + [2850] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_record_pattern_body_repeat1, 2), SHIFT_REPEAT(627), + [2853] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_constant, 3, .production_id = 16), + [2855] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_constant, 4, .production_id = 154), + [2857] = {.entry = {.count = 1, .reusable = true}}, SHIFT(539), + [2859] = {.entry = {.count = 1, .reusable = true}}, SHIFT(745), + [2861] = {.entry = {.count = 1, .reusable = true}}, SHIFT(851), + [2863] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_element_value_array_initializer_repeat1, 2), SHIFT_REPEAT(104), + [2866] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_element_value_array_initializer_repeat1, 2), + [2868] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1242), + [2870] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22), + [2872] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_superclass, 2), + [2874] = {.entry = {.count = 1, .reusable = true}}, SHIFT(742), + [2876] = {.entry = {.count = 1, .reusable = true}}, SHIFT(450), + [2878] = {.entry = {.count = 1, .reusable = true}}, SHIFT(139), + [2880] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27), + [2882] = {.entry = {.count = 1, .reusable = true}}, SHIFT(28), + [2884] = {.entry = {.count = 1, .reusable = true}}, SHIFT(198), + [2886] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__method_declarator, 3, .production_id = 141), + [2888] = {.entry = {.count = 1, .reusable = true}}, SHIFT(348), + [2890] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_array_initializer_repeat1, 2), SHIFT_REPEAT(110), + [2893] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_for_statement_repeat2, 2, .production_id = 148), + [2895] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_for_statement_repeat2, 2, .production_id = 148), SHIFT_REPEAT(188), + [2898] = {.entry = {.count = 1, .reusable = true}}, SHIFT(469), + [2900] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_constant, 2, .production_id = 75), + [2902] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__variable_declarator_list, 1, .production_id = 9), + [2904] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameter, 3, .production_id = 74), + [2906] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameter, 2, .production_id = 2), + [2908] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__constructor_declarator, 2, .production_id = 76), + [2910] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_super_interfaces, 2), + [2912] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_switch_label, 1), + [2914] = {.entry = {.count = 1, .reusable = true}}, SHIFT(90), + [2916] = {.entry = {.count = 1, .reusable = true}}, SHIFT(339), + [2918] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_parameter, 2, .production_id = 11), + [2920] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__method_header, 4, .production_id = 111), + [2922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(148), + [2924] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_wildcard, 3), + [2926] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1191), + [2928] = {.entry = {.count = 1, .reusable = true}}, SHIFT(294), + [2930] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1194), + [2932] = {.entry = {.count = 1, .reusable = true}}, SHIFT(330), + [2934] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__variable_declarator_list_repeat1, 2, .production_id = 63), + [2936] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_parameter, 3, .production_id = 34), + [2938] = {.entry = {.count = 1, .reusable = true}}, SHIFT(369), + [2940] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__wildcard_bounds, 2), + [2942] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_cast_expression_repeat1, 2, .production_id = 36), + [2944] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_spread_parameter, 4), + [2946] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_spread_parameter, 3), + [2948] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_pattern_component, 2), + [2950] = {.entry = {.count = 1, .reusable = true}}, SHIFT(822), + [2952] = {.entry = {.count = 1, .reusable = true}}, SHIFT(785), + [2954] = {.entry = {.count = 1, .reusable = true}}, SHIFT(52), + [2956] = {.entry = {.count = 1, .reusable = true}}, SHIFT(873), + [2958] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1022), + [2960] = {.entry = {.count = 1, .reusable = true}}, SHIFT(318), + [2962] = {.entry = {.count = 1, .reusable = true}}, SHIFT(282), + [2964] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__constructor_declarator, 3, .production_id = 110), + [2966] = {.entry = {.count = 1, .reusable = true}}, SHIFT(862), + [2968] = {.entry = {.count = 1, .reusable = true}}, SHIFT(861), + [2970] = {.entry = {.count = 1, .reusable = true}}, SHIFT(291), + [2972] = {.entry = {.count = 1, .reusable = false}}, SHIFT(499), + [2974] = {.entry = {.count = 1, .reusable = true}}, SHIFT(855), + [2976] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1089), + [2978] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_element_value_pair, 3, .production_id = 121), + [2980] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__method_header, 3, .production_id = 78), + [2982] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__method_header, 5, .production_id = 140), + [2984] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_pattern, 2), + [2986] = {.entry = {.count = 1, .reusable = true}}, SHIFT(823), + [2988] = {.entry = {.count = 1, .reusable = true}}, SHIFT(877), + [2990] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_extends_interfaces, 2), + [2992] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1045), + [2994] = {.entry = {.count = 1, .reusable = true}}, SHIFT(279), + [2996] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pattern, 1), + [2998] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1201), + [3000] = {.entry = {.count = 1, .reusable = true}}, SHIFT(534), + [3002] = {.entry = {.count = 1, .reusable = true}}, SHIFT(343), + [3004] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_resource_specification, 5), + [3006] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1110), + [3008] = {.entry = {.count = 1, .reusable = true}}, SHIFT(315), + [3010] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_resource_specification, 3), + [3012] = {.entry = {.count = 1, .reusable = true}}, SHIFT(313), + [3014] = {.entry = {.count = 1, .reusable = true}}, SHIFT(687), + [3016] = {.entry = {.count = 1, .reusable = true}}, SHIFT(341), + [3018] = {.entry = {.count = 1, .reusable = true}}, SHIFT(462), + [3020] = {.entry = {.count = 1, .reusable = true}}, SHIFT(421), + [3022] = {.entry = {.count = 1, .reusable = true}}, SHIFT(102), + [3024] = {.entry = {.count = 1, .reusable = true}}, SHIFT(482), + [3026] = {.entry = {.count = 1, .reusable = true}}, SHIFT(850), + [3028] = {.entry = {.count = 1, .reusable = true}}, SHIFT(398), + [3030] = {.entry = {.count = 1, .reusable = true}}, SHIFT(796), + [3032] = {.entry = {.count = 1, .reusable = true}}, SHIFT(567), + [3034] = {.entry = {.count = 1, .reusable = true}}, SHIFT(533), + [3036] = {.entry = {.count = 1, .reusable = true}}, SHIFT(402), + [3038] = {.entry = {.count = 1, .reusable = true}}, SHIFT(456), + [3040] = {.entry = {.count = 1, .reusable = true}}, SHIFT(108), + [3042] = {.entry = {.count = 1, .reusable = true}}, SHIFT(798), + [3044] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__default_value, 2, .production_id = 190), + [3046] = {.entry = {.count = 1, .reusable = true}}, SHIFT(470), + [3048] = {.entry = {.count = 1, .reusable = true}}, SHIFT(792), + [3050] = {.entry = {.count = 1, .reusable = true}}, ACCEPT_INPUT(), + [3052] = {.entry = {.count = 1, .reusable = true}}, SHIFT(277), + [3054] = {.entry = {.count = 1, .reusable = true}}, SHIFT(532), + [3056] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_catch_formal_parameter, 2, .production_id = 118), + [3058] = {.entry = {.count = 1, .reusable = true}}, SHIFT(327), + [3060] = {.entry = {.count = 1, .reusable = true}}, SHIFT(839), + [3062] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1131), + [3064] = {.entry = {.count = 1, .reusable = true}}, SHIFT(955), + [3066] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_asterisk, 1), + [3068] = {.entry = {.count = 1, .reusable = true}}, SHIFT(224), + [3070] = {.entry = {.count = 1, .reusable = true}}, SHIFT(295), + [3072] = {.entry = {.count = 1, .reusable = true}}, SHIFT(804), + [3074] = {.entry = {.count = 1, .reusable = true}}, SHIFT(956), + [3076] = {.entry = {.count = 1, .reusable = true}}, SHIFT(87), + [3078] = {.entry = {.count = 1, .reusable = true}}, SHIFT(957), + [3080] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1109), + [3082] = {.entry = {.count = 1, .reusable = true}}, SHIFT(841), + [3084] = {.entry = {.count = 1, .reusable = true}}, SHIFT(325), + [3086] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_resource_specification, 4), + [3088] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_inferred_parameters, 4), + [3090] = {.entry = {.count = 1, .reusable = true}}, SHIFT(489), + [3092] = {.entry = {.count = 1, .reusable = true}}, SHIFT(342), + [3094] = {.entry = {.count = 1, .reusable = true}}, SHIFT(811), + [3096] = {.entry = {.count = 1, .reusable = true}}, SHIFT(174), + [3098] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_inferred_parameters, 3), + [3100] = {.entry = {.count = 1, .reusable = true}}, SHIFT(340), + [3102] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1184), + [3104] = {.entry = {.count = 1, .reusable = true}}, SHIFT(801), + [3106] = {.entry = {.count = 1, .reusable = true}}, SHIFT(164), + [3108] = {.entry = {.count = 1, .reusable = true}}, SHIFT(547), + [3110] = {.entry = {.count = 1, .reusable = true}}, SHIFT(285), + [3112] = {.entry = {.count = 1, .reusable = true}}, SHIFT(86), + [3114] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_catch_formal_parameter, 3, .production_id = 145), + [3116] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_permits, 2), + [3118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(969), }; #ifdef __cplusplus