/* Automatically @generated by tree-sitter */
#include "tree_sitter/parser.h"
#if defined(__GNUC__) || defined(__clang__)
#pragma GCC diagnostic ignored "-Wmissing-field-initializers"
#endif
#define LANGUAGE_VERSION 14
#define STATE_COUNT 1594
#define LARGE_STATE_COUNT 421
#define SYMBOL_COUNT 323
#define ALIAS_COUNT 1
#define TOKEN_COUNT 136
#define EXTERNAL_TOKEN_COUNT 0
#define FIELD_COUNT 41
#define MAX_ALIAS_SEQUENCE_LENGTH 11
#define MAX_RESERVED_WORD_SET_SIZE 0
#define PRODUCTION_ID_COUNT 215
#define SUPERTYPE_COUNT 0
enum ts_symbol_identifiers {
sym_identifier = 1,
sym_decimal_integer_literal = 2,
sym_hex_integer_literal = 3,
sym_octal_integer_literal = 4,
sym_binary_integer_literal = 5,
sym_decimal_floating_point_literal = 6,
sym_hex_floating_point_literal = 7,
sym_true = 8,
sym_false = 9,
sym_character_literal = 10,
anon_sym_DQUOTE = 11,
anon_sym_DQUOTE_DQUOTE_DQUOTE = 12,
sym_string_fragment = 13,
aux_sym__multiline_string_fragment_token1 = 14,
aux_sym__multiline_string_fragment_token2 = 15,
anon_sym_BSLASH_LBRACE = 16,
anon_sym_RBRACE = 17,
sym_escape_sequence = 18,
sym_null_literal = 19,
anon_sym_LPAREN = 20,
anon_sym_RPAREN = 21,
anon_sym_AMP = 22,
anon_sym_EQ = 23,
anon_sym_PLUS_EQ = 24,
anon_sym_DASH_EQ = 25,
anon_sym_STAR_EQ = 26,
anon_sym_SLASH_EQ = 27,
anon_sym_AMP_EQ = 28,
anon_sym_PIPE_EQ = 29,
anon_sym_CARET_EQ = 30,
anon_sym_PERCENT_EQ = 31,
anon_sym_LT_LT_EQ = 32,
anon_sym_GT_GT_EQ = 33,
anon_sym_GT_GT_GT_EQ = 34,
anon_sym_GT = 35,
anon_sym_LT = 36,
anon_sym_GT_EQ = 37,
anon_sym_LT_EQ = 38,
anon_sym_EQ_EQ = 39,
anon_sym_BANG_EQ = 40,
anon_sym_AMP_AMP = 41,
anon_sym_PIPE_PIPE = 42,
anon_sym_PLUS = 43,
anon_sym_DASH = 44,
anon_sym_STAR = 45,
anon_sym_SLASH = 46,
anon_sym_PIPE = 47,
anon_sym_CARET = 48,
anon_sym_PERCENT = 49,
anon_sym_LT_LT = 50,
anon_sym_GT_GT = 51,
anon_sym_GT_GT_GT = 52,
anon_sym_instanceof = 53,
anon_sym_DASH_GT = 54,
anon_sym_COMMA = 55,
anon_sym_QMARK = 56,
anon_sym_COLON = 57,
anon_sym_TILDE = 58,
anon_sym_BANG = 59,
anon_sym_PLUS_PLUS = 60,
anon_sym_DASH_DASH = 61,
anon_sym_new = 62,
anon_sym_LBRACK = 63,
anon_sym_RBRACK = 64,
anon_sym_DOT = 65,
anon_sym_class = 66,
anon_sym_COLON_COLON = 67,
anon_sym_extends = 68,
anon_sym_switch = 69,
anon_sym_LBRACE = 70,
anon_sym_case = 71,
anon_sym_default = 72,
sym_underscore_pattern = 73,
anon_sym_when = 74,
anon_sym_SEMI = 75,
anon_sym_assert = 76,
anon_sym_do = 77,
anon_sym_while = 78,
anon_sym_break = 79,
anon_sym_continue = 80,
anon_sym_return = 81,
anon_sym_yield = 82,
anon_sym_synchronized = 83,
anon_sym_throw = 84,
anon_sym_try = 85,
anon_sym_catch = 86,
anon_sym_finally = 87,
anon_sym_if = 88,
anon_sym_else = 89,
anon_sym_for = 90,
anon_sym_AT = 91,
anon_sym_open = 92,
anon_sym_module = 93,
anon_sym_requires = 94,
anon_sym_transitive = 95,
anon_sym_static = 96,
anon_sym_exports = 97,
anon_sym_to = 98,
anon_sym_opens = 99,
anon_sym_uses = 100,
anon_sym_provides = 101,
anon_sym_with = 102,
anon_sym_package = 103,
anon_sym_import = 104,
anon_sym_enum = 105,
anon_sym_public = 106,
anon_sym_protected = 107,
anon_sym_private = 108,
anon_sym_abstract = 109,
anon_sym_final = 110,
anon_sym_strictfp = 111,
anon_sym_native = 112,
anon_sym_transient = 113,
anon_sym_volatile = 114,
anon_sym_sealed = 115,
anon_sym_non_DASHsealed = 116,
anon_sym_implements = 117,
anon_sym_permits = 118,
anon_sym_record = 119,
anon_sym_interface = 120,
anon_sym_byte = 121,
anon_sym_short = 122,
anon_sym_int = 123,
anon_sym_long = 124,
anon_sym_char = 125,
anon_sym_float = 126,
anon_sym_double = 127,
sym_boolean_type = 128,
sym_void_type = 129,
anon_sym_DOT_DOT_DOT = 130,
anon_sym_throws = 131,
sym_this = 132,
sym_super = 133,
sym_line_comment = 134,
sym_block_comment = 135,
sym_program = 136,
sym__toplevel_statement = 137,
sym__literal = 138,
sym_string_literal = 139,
sym__string_literal = 140,
sym__multiline_string_literal = 141,
sym__multiline_string_fragment = 142,
sym_string_interpolation = 143,
sym_expression = 144,
sym_cast_expression = 145,
sym_assignment_expression = 146,
sym_binary_expression = 147,
sym_instanceof_expression = 148,
sym_lambda_expression = 149,
sym_inferred_parameters = 150,
sym_ternary_expression = 151,
sym_unary_expression = 152,
sym__unary_complement_expression = 153,
sym_update_expression = 154,
sym_primary_expression = 155,
sym_array_creation_expression = 156,
sym_dimensions_expr = 157,
sym_parenthesized_expression = 158,
sym_class_literal = 159,
sym_object_creation_expression = 160,
sym__unqualified_object_creation_expression = 161,
sym_field_access = 162,
sym_template_expression = 163,
sym_array_access = 164,
sym_method_invocation = 165,
sym_argument_list = 166,
sym_method_reference = 167,
sym_type_arguments = 168,
sym_wildcard = 169,
sym__wildcard_bounds = 170,
sym_dimensions = 171,
sym_switch_expression = 172,
sym_switch_block = 173,
sym_switch_block_statement_group = 174,
sym_switch_rule = 175,
sym_switch_label = 176,
sym_pattern = 177,
sym_type_pattern = 178,
sym_record_pattern = 179,
sym_record_pattern_body = 180,
sym_record_pattern_component = 181,
sym_guard = 182,
sym_statement = 183,
sym_block = 184,
sym_expression_statement = 185,
sym_labeled_statement = 186,
sym_assert_statement = 187,
sym_do_statement = 188,
sym_break_statement = 189,
sym_continue_statement = 190,
sym_return_statement = 191,
sym_yield_statement = 192,
sym_synchronized_statement = 193,
sym_throw_statement = 194,
sym_try_statement = 195,
sym_catch_clause = 196,
sym_catch_formal_parameter = 197,
sym_catch_type = 198,
sym_finally_clause = 199,
sym_try_with_resources_statement = 200,
sym_resource_specification = 201,
sym_resource = 202,
sym_if_statement = 203,
sym_while_statement = 204,
sym_for_statement = 205,
sym_enhanced_for_statement = 206,
sym__annotation = 207,
sym_marker_annotation = 208,
sym_annotation = 209,
sym_annotation_argument_list = 210,
sym_element_value_pair = 211,
sym__element_value = 212,
sym_element_value_array_initializer = 213,
sym_declaration = 214,
sym_module_declaration = 215,
sym_module_body = 216,
sym_module_directive = 217,
sym_requires_module_directive = 218,
sym_requires_modifier = 219,
sym_exports_module_directive = 220,
sym_opens_module_directive = 221,
sym_uses_module_directive = 222,
sym_provides_module_directive = 223,
sym_package_declaration = 224,
sym_import_declaration = 225,
sym_asterisk = 226,
sym_enum_declaration = 227,
sym_enum_body = 228,
sym_enum_body_declarations = 229,
sym_enum_constant = 230,
sym_class_declaration = 231,
sym_visibility = 232,
sym__modifier = 233,
sym_modifiers = 234,
sym_type_parameters = 235,
sym_type_parameter = 236,
sym_type_bound = 237,
sym_superclass = 238,
sym_super_interfaces = 239,
sym_type_list = 240,
sym_permits = 241,
sym_class_body = 242,
sym_static_initializer = 243,
sym_constructor_declaration = 244,
sym__constructor_declarator = 245,
sym_constructor_body = 246,
sym_explicit_constructor_invocation = 247,
sym_scoped_identifier = 248,
sym_field_declaration = 249,
sym_record_declaration = 250,
sym_annotation_type_declaration = 251,
sym_annotation_type_body = 252,
sym_annotation_type_element_declaration = 253,
sym__default_value = 254,
sym_interface_declaration = 255,
sym_extends_interfaces = 256,
sym_interface_body = 257,
sym_constant_declaration = 258,
sym__variable_declarator_list = 259,
sym_variable_declarator = 260,
sym__variable_declarator_id = 261,
sym_array_initializer = 262,
sym__type = 263,
sym__unannotated_type = 264,
sym_annotated_type = 265,
sym_scoped_type_identifier = 266,
sym_generic_type = 267,
sym_array_type = 268,
sym_integral_type = 269,
sym_floating_point_type = 270,
sym__method_header = 271,
sym__method_declarator = 272,
sym_formal_parameters = 273,
sym_formal_parameter = 274,
sym_receiver_parameter = 275,
sym_spread_parameter = 276,
sym_throws = 277,
sym_local_variable_declaration = 278,
sym_method_declaration = 279,
sym_compact_constructor_declaration = 280,
sym__reserved_identifier = 281,
aux_sym_program_repeat1 = 282,
aux_sym__string_literal_repeat1 = 283,
aux_sym__multiline_string_literal_repeat1 = 284,
aux_sym_cast_expression_repeat1 = 285,
aux_sym_inferred_parameters_repeat1 = 286,
aux_sym_array_creation_expression_repeat1 = 287,
aux_sym_array_creation_expression_repeat2 = 288,
aux_sym_argument_list_repeat1 = 289,
aux_sym_type_arguments_repeat1 = 290,
aux_sym_dimensions_repeat1 = 291,
aux_sym_switch_block_repeat1 = 292,
aux_sym_switch_block_repeat2 = 293,
aux_sym_switch_block_statement_group_repeat1 = 294,
aux_sym_switch_block_statement_group_repeat2 = 295,
aux_sym_switch_label_repeat1 = 296,
aux_sym_switch_label_repeat2 = 297,
aux_sym_record_pattern_body_repeat1 = 298,
aux_sym_try_statement_repeat1 = 299,
aux_sym_catch_type_repeat1 = 300,
aux_sym_resource_specification_repeat1 = 301,
aux_sym_for_statement_repeat1 = 302,
aux_sym_for_statement_repeat2 = 303,
aux_sym_annotation_argument_list_repeat1 = 304,
aux_sym_element_value_array_initializer_repeat1 = 305,
aux_sym_module_body_repeat1 = 306,
aux_sym_requires_module_directive_repeat1 = 307,
aux_sym_exports_module_directive_repeat1 = 308,
aux_sym_provides_module_directive_repeat1 = 309,
aux_sym_enum_body_repeat1 = 310,
aux_sym_enum_body_declarations_repeat1 = 311,
aux_sym_modifiers_repeat1 = 312,
aux_sym_type_parameters_repeat1 = 313,
aux_sym_type_bound_repeat1 = 314,
aux_sym_type_list_repeat1 = 315,
aux_sym_constructor_body_repeat1 = 316,
aux_sym_annotation_type_body_repeat1 = 317,
aux_sym_interface_body_repeat1 = 318,
aux_sym__variable_declarator_list_repeat1 = 319,
aux_sym_array_initializer_repeat1 = 320,
aux_sym_formal_parameters_repeat1 = 321,
aux_sym_receiver_parameter_repeat1 = 322,
alias_sym_type_identifier = 323,
};
static const char * const ts_symbol_names[] = {
[ts_builtin_sym_end] = "end",
[sym_identifier] = "identifier",
[sym_decimal_integer_literal] = "decimal_integer_literal",
[sym_hex_integer_literal] = "hex_integer_literal",
[sym_octal_integer_literal] = "octal_integer_literal",
[sym_binary_integer_literal] = "binary_integer_literal",
[sym_decimal_floating_point_literal] = "decimal_floating_point_literal",
[sym_hex_floating_point_literal] = "hex_floating_point_literal",
[sym_true] = "true",
[sym_false] = "false",
[sym_character_literal] = "character_literal",
[anon_sym_DQUOTE] = "\"",
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = "\"\"\"",
[sym_string_fragment] = "string_fragment",
[aux_sym__multiline_string_fragment_token1] = "_multiline_string_fragment_token1",
[aux_sym__multiline_string_fragment_token2] = "_multiline_string_fragment_token2",
[anon_sym_BSLASH_LBRACE] = "\\{",
[anon_sym_RBRACE] = "}",
[sym_escape_sequence] = "escape_sequence",
[sym_null_literal] = "null_literal",
[anon_sym_LPAREN] = "(",
[anon_sym_RPAREN] = ")",
[anon_sym_AMP] = "&",
[anon_sym_EQ] = "=",
[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] = ">",
[anon_sym_LT] = "<",
[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_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] = "instanceof",
[anon_sym_DASH_GT] = "->",
[anon_sym_COMMA] = ",",
[anon_sym_QMARK] = "\?",
[anon_sym_COLON] = ":",
[anon_sym_TILDE] = "~",
[anon_sym_BANG] = "!",
[anon_sym_PLUS_PLUS] = "++",
[anon_sym_DASH_DASH] = "--",
[anon_sym_new] = "new",
[anon_sym_LBRACK] = "[",
[anon_sym_RBRACK] = "]",
[anon_sym_DOT] = ".",
[anon_sym_class] = "class",
[anon_sym_COLON_COLON] = "::",
[anon_sym_extends] = "extends",
[anon_sym_switch] = "switch",
[anon_sym_LBRACE] = "{",
[anon_sym_case] = "case",
[anon_sym_default] = "default",
[sym_underscore_pattern] = "underscore_pattern",
[anon_sym_when] = "when",
[anon_sym_SEMI] = ";",
[anon_sym_assert] = "assert",
[anon_sym_do] = "do",
[anon_sym_while] = "while",
[anon_sym_break] = "break",
[anon_sym_continue] = "continue",
[anon_sym_return] = "return",
[anon_sym_yield] = "yield",
[anon_sym_synchronized] = "synchronized",
[anon_sym_throw] = "throw",
[anon_sym_try] = "try",
[anon_sym_catch] = "catch",
[anon_sym_finally] = "finally",
[anon_sym_if] = "if",
[anon_sym_else] = "else",
[anon_sym_for] = "for",
[anon_sym_AT] = "@",
[anon_sym_open] = "open",
[anon_sym_module] = "module",
[anon_sym_requires] = "requires",
[anon_sym_transitive] = "transitive",
[anon_sym_static] = "static",
[anon_sym_exports] = "exports",
[anon_sym_to] = "to",
[anon_sym_opens] = "opens",
[anon_sym_uses] = "uses",
[anon_sym_provides] = "provides",
[anon_sym_with] = "with",
[anon_sym_package] = "package",
[anon_sym_import] = "import",
[anon_sym_enum] = "enum",
[anon_sym_public] = "public",
[anon_sym_protected] = "protected",
[anon_sym_private] = "private",
[anon_sym_abstract] = "abstract",
[anon_sym_final] = "final",
[anon_sym_strictfp] = "strictfp",
[anon_sym_native] = "native",
[anon_sym_transient] = "transient",
[anon_sym_volatile] = "volatile",
[anon_sym_sealed] = "sealed",
[anon_sym_non_DASHsealed] = "non-sealed",
[anon_sym_implements] = "implements",
[anon_sym_permits] = "permits",
[anon_sym_record] = "record",
[anon_sym_interface] = "interface",
[anon_sym_byte] = "byte",
[anon_sym_short] = "short",
[anon_sym_int] = "int",
[anon_sym_long] = "long",
[anon_sym_char] = "char",
[anon_sym_float] = "float",
[anon_sym_double] = "double",
[sym_boolean_type] = "boolean_type",
[sym_void_type] = "void_type",
[anon_sym_DOT_DOT_DOT] = "...",
[anon_sym_throws] = "throws",
[sym_this] = "this",
[sym_super] = "super",
[sym_line_comment] = "line_comment",
[sym_block_comment] = "block_comment",
[sym_program] = "program",
[sym__toplevel_statement] = "_toplevel_statement",
[sym__literal] = "_literal",
[sym_string_literal] = "string_literal",
[sym__string_literal] = "_string_literal",
[sym__multiline_string_literal] = "_multiline_string_literal",
[sym__multiline_string_fragment] = "multiline_string_fragment",
[sym_string_interpolation] = "string_interpolation",
[sym_expression] = "expression",
[sym_cast_expression] = "cast_expression",
[sym_assignment_expression] = "assignment_expression",
[sym_binary_expression] = "binary_expression",
[sym_instanceof_expression] = "instanceof_expression",
[sym_lambda_expression] = "lambda_expression",
[sym_inferred_parameters] = "inferred_parameters",
[sym_ternary_expression] = "ternary_expression",
[sym_unary_expression] = "unary_expression",
[sym__unary_complement_expression] = "_unary_complement_expression",
[sym_update_expression] = "update_expression",
[sym_primary_expression] = "primary_expression",
[sym_array_creation_expression] = "array_creation_expression",
[sym_dimensions_expr] = "dimensions_expr",
[sym_parenthesized_expression] = "parenthesized_expression",
[sym_class_literal] = "class_literal",
[sym_object_creation_expression] = "object_creation_expression",
[sym__unqualified_object_creation_expression] = "_unqualified_object_creation_expression",
[sym_field_access] = "field_access",
[sym_template_expression] = "template_expression",
[sym_array_access] = "array_access",
[sym_method_invocation] = "method_invocation",
[sym_argument_list] = "argument_list",
[sym_method_reference] = "method_reference",
[sym_type_arguments] = "type_arguments",
[sym_wildcard] = "wildcard",
[sym__wildcard_bounds] = "_wildcard_bounds",
[sym_dimensions] = "dimensions",
[sym_switch_expression] = "switch_expression",
[sym_switch_block] = "switch_block",
[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_guard] = "guard",
[sym_statement] = "statement",
[sym_block] = "block",
[sym_expression_statement] = "expression_statement",
[sym_labeled_statement] = "labeled_statement",
[sym_assert_statement] = "assert_statement",
[sym_do_statement] = "do_statement",
[sym_break_statement] = "break_statement",
[sym_continue_statement] = "continue_statement",
[sym_return_statement] = "return_statement",
[sym_yield_statement] = "yield_statement",
[sym_synchronized_statement] = "synchronized_statement",
[sym_throw_statement] = "throw_statement",
[sym_try_statement] = "try_statement",
[sym_catch_clause] = "catch_clause",
[sym_catch_formal_parameter] = "catch_formal_parameter",
[sym_catch_type] = "catch_type",
[sym_finally_clause] = "finally_clause",
[sym_try_with_resources_statement] = "try_with_resources_statement",
[sym_resource_specification] = "resource_specification",
[sym_resource] = "resource",
[sym_if_statement] = "if_statement",
[sym_while_statement] = "while_statement",
[sym_for_statement] = "for_statement",
[sym_enhanced_for_statement] = "enhanced_for_statement",
[sym__annotation] = "_annotation",
[sym_marker_annotation] = "marker_annotation",
[sym_annotation] = "annotation",
[sym_annotation_argument_list] = "annotation_argument_list",
[sym_element_value_pair] = "element_value_pair",
[sym__element_value] = "_element_value",
[sym_element_value_array_initializer] = "element_value_array_initializer",
[sym_declaration] = "declaration",
[sym_module_declaration] = "module_declaration",
[sym_module_body] = "module_body",
[sym_module_directive] = "module_directive",
[sym_requires_module_directive] = "requires_module_directive",
[sym_requires_modifier] = "requires_modifier",
[sym_exports_module_directive] = "exports_module_directive",
[sym_opens_module_directive] = "opens_module_directive",
[sym_uses_module_directive] = "uses_module_directive",
[sym_provides_module_directive] = "provides_module_directive",
[sym_package_declaration] = "package_declaration",
[sym_import_declaration] = "import_declaration",
[sym_asterisk] = "asterisk",
[sym_enum_declaration] = "enum_declaration",
[sym_enum_body] = "enum_body",
[sym_enum_body_declarations] = "enum_body_declarations",
[sym_enum_constant] = "enum_constant",
[sym_class_declaration] = "class_declaration",
[sym_visibility] = "visibility",
[sym__modifier] = "modifier",
[sym_modifiers] = "modifiers",
[sym_type_parameters] = "type_parameters",
[sym_type_parameter] = "type_parameter",
[sym_type_bound] = "type_bound",
[sym_superclass] = "superclass",
[sym_super_interfaces] = "super_interfaces",
[sym_type_list] = "type_list",
[sym_permits] = "permits",
[sym_class_body] = "class_body",
[sym_static_initializer] = "static_initializer",
[sym_constructor_declaration] = "constructor_declaration",
[sym__constructor_declarator] = "_constructor_declarator",
[sym_constructor_body] = "constructor_body",
[sym_explicit_constructor_invocation] = "explicit_constructor_invocation",
[sym_scoped_identifier] = "scoped_identifier",
[sym_field_declaration] = "field_declaration",
[sym_record_declaration] = "record_declaration",
[sym_annotation_type_declaration] = "annotation_type_declaration",
[sym_annotation_type_body] = "annotation_type_body",
[sym_annotation_type_element_declaration] = "annotation_type_element_declaration",
[sym__default_value] = "_default_value",
[sym_interface_declaration] = "interface_declaration",
[sym_extends_interfaces] = "extends_interfaces",
[sym_interface_body] = "interface_body",
[sym_constant_declaration] = "constant_declaration",
[sym__variable_declarator_list] = "_variable_declarator_list",
[sym_variable_declarator] = "variable_declarator",
[sym__variable_declarator_id] = "_variable_declarator_id",
[sym_array_initializer] = "array_initializer",
[sym__type] = "_type",
[sym__unannotated_type] = "_unannotated_type",
[sym_annotated_type] = "annotated_type",
[sym_scoped_type_identifier] = "scoped_type_identifier",
[sym_generic_type] = "generic_type",
[sym_array_type] = "array_type",
[sym_integral_type] = "integral_type",
[sym_floating_point_type] = "floating_point_type",
[sym__method_header] = "_method_header",
[sym__method_declarator] = "_method_declarator",
[sym_formal_parameters] = "formal_parameters",
[sym_formal_parameter] = "formal_parameter",
[sym_receiver_parameter] = "receiver_parameter",
[sym_spread_parameter] = "spread_parameter",
[sym_throws] = "throws",
[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",
[aux_sym_cast_expression_repeat1] = "cast_expression_repeat1",
[aux_sym_inferred_parameters_repeat1] = "inferred_parameters_repeat1",
[aux_sym_array_creation_expression_repeat1] = "array_creation_expression_repeat1",
[aux_sym_array_creation_expression_repeat2] = "array_creation_expression_repeat2",
[aux_sym_argument_list_repeat1] = "argument_list_repeat1",
[aux_sym_type_arguments_repeat1] = "type_arguments_repeat1",
[aux_sym_dimensions_repeat1] = "dimensions_repeat1",
[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_switch_block_statement_group_repeat2] = "switch_block_statement_group_repeat2",
[aux_sym_switch_label_repeat1] = "switch_label_repeat1",
[aux_sym_switch_label_repeat2] = "switch_label_repeat2",
[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",
[aux_sym_for_statement_repeat1] = "for_statement_repeat1",
[aux_sym_for_statement_repeat2] = "for_statement_repeat2",
[aux_sym_annotation_argument_list_repeat1] = "annotation_argument_list_repeat1",
[aux_sym_element_value_array_initializer_repeat1] = "element_value_array_initializer_repeat1",
[aux_sym_module_body_repeat1] = "module_body_repeat1",
[aux_sym_requires_module_directive_repeat1] = "requires_module_directive_repeat1",
[aux_sym_exports_module_directive_repeat1] = "exports_module_directive_repeat1",
[aux_sym_provides_module_directive_repeat1] = "provides_module_directive_repeat1",
[aux_sym_enum_body_repeat1] = "enum_body_repeat1",
[aux_sym_enum_body_declarations_repeat1] = "enum_body_declarations_repeat1",
[aux_sym_modifiers_repeat1] = "modifiers_repeat1",
[aux_sym_type_parameters_repeat1] = "type_parameters_repeat1",
[aux_sym_type_bound_repeat1] = "type_bound_repeat1",
[aux_sym_type_list_repeat1] = "type_list_repeat1",
[aux_sym_constructor_body_repeat1] = "constructor_body_repeat1",
[aux_sym_annotation_type_body_repeat1] = "annotation_type_body_repeat1",
[aux_sym_interface_body_repeat1] = "interface_body_repeat1",
[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",
};
static const TSSymbol ts_symbol_map[] = {
[ts_builtin_sym_end] = ts_builtin_sym_end,
[sym_identifier] = sym_identifier,
[sym_decimal_integer_literal] = sym_decimal_integer_literal,
[sym_hex_integer_literal] = sym_hex_integer_literal,
[sym_octal_integer_literal] = sym_octal_integer_literal,
[sym_binary_integer_literal] = sym_binary_integer_literal,
[sym_decimal_floating_point_literal] = sym_decimal_floating_point_literal,
[sym_hex_floating_point_literal] = sym_hex_floating_point_literal,
[sym_true] = sym_true,
[sym_false] = sym_false,
[sym_character_literal] = sym_character_literal,
[anon_sym_DQUOTE] = anon_sym_DQUOTE,
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = anon_sym_DQUOTE_DQUOTE_DQUOTE,
[sym_string_fragment] = sym_string_fragment,
[aux_sym__multiline_string_fragment_token1] = aux_sym__multiline_string_fragment_token1,
[aux_sym__multiline_string_fragment_token2] = aux_sym__multiline_string_fragment_token2,
[anon_sym_BSLASH_LBRACE] = anon_sym_BSLASH_LBRACE,
[anon_sym_RBRACE] = anon_sym_RBRACE,
[sym_escape_sequence] = sym_escape_sequence,
[sym_null_literal] = sym_null_literal,
[anon_sym_LPAREN] = anon_sym_LPAREN,
[anon_sym_RPAREN] = anon_sym_RPAREN,
[anon_sym_AMP] = anon_sym_AMP,
[anon_sym_EQ] = anon_sym_EQ,
[anon_sym_PLUS_EQ] = anon_sym_PLUS_EQ,
[anon_sym_DASH_EQ] = anon_sym_DASH_EQ,
[anon_sym_STAR_EQ] = anon_sym_STAR_EQ,
[anon_sym_SLASH_EQ] = anon_sym_SLASH_EQ,
[anon_sym_AMP_EQ] = anon_sym_AMP_EQ,
[anon_sym_PIPE_EQ] = anon_sym_PIPE_EQ,
[anon_sym_CARET_EQ] = anon_sym_CARET_EQ,
[anon_sym_PERCENT_EQ] = anon_sym_PERCENT_EQ,
[anon_sym_LT_LT_EQ] = anon_sym_LT_LT_EQ,
[anon_sym_GT_GT_EQ] = anon_sym_GT_GT_EQ,
[anon_sym_GT_GT_GT_EQ] = anon_sym_GT_GT_GT_EQ,
[anon_sym_GT] = anon_sym_GT,
[anon_sym_LT] = anon_sym_LT,
[anon_sym_GT_EQ] = anon_sym_GT_EQ,
[anon_sym_LT_EQ] = anon_sym_LT_EQ,
[anon_sym_EQ_EQ] = anon_sym_EQ_EQ,
[anon_sym_BANG_EQ] = anon_sym_BANG_EQ,
[anon_sym_AMP_AMP] = anon_sym_AMP_AMP,
[anon_sym_PIPE_PIPE] = anon_sym_PIPE_PIPE,
[anon_sym_PLUS] = anon_sym_PLUS,
[anon_sym_DASH] = anon_sym_DASH,
[anon_sym_STAR] = anon_sym_STAR,
[anon_sym_SLASH] = anon_sym_SLASH,
[anon_sym_PIPE] = anon_sym_PIPE,
[anon_sym_CARET] = anon_sym_CARET,
[anon_sym_PERCENT] = anon_sym_PERCENT,
[anon_sym_LT_LT] = anon_sym_LT_LT,
[anon_sym_GT_GT] = anon_sym_GT_GT,
[anon_sym_GT_GT_GT] = anon_sym_GT_GT_GT,
[anon_sym_instanceof] = anon_sym_instanceof,
[anon_sym_DASH_GT] = anon_sym_DASH_GT,
[anon_sym_COMMA] = anon_sym_COMMA,
[anon_sym_QMARK] = anon_sym_QMARK,
[anon_sym_COLON] = anon_sym_COLON,
[anon_sym_TILDE] = anon_sym_TILDE,
[anon_sym_BANG] = anon_sym_BANG,
[anon_sym_PLUS_PLUS] = anon_sym_PLUS_PLUS,
[anon_sym_DASH_DASH] = anon_sym_DASH_DASH,
[anon_sym_new] = anon_sym_new,
[anon_sym_LBRACK] = anon_sym_LBRACK,
[anon_sym_RBRACK] = anon_sym_RBRACK,
[anon_sym_DOT] = anon_sym_DOT,
[anon_sym_class] = anon_sym_class,
[anon_sym_COLON_COLON] = anon_sym_COLON_COLON,
[anon_sym_extends] = anon_sym_extends,
[anon_sym_switch] = anon_sym_switch,
[anon_sym_LBRACE] = anon_sym_LBRACE,
[anon_sym_case] = anon_sym_case,
[anon_sym_default] = anon_sym_default,
[sym_underscore_pattern] = sym_underscore_pattern,
[anon_sym_when] = anon_sym_when,
[anon_sym_SEMI] = anon_sym_SEMI,
[anon_sym_assert] = anon_sym_assert,
[anon_sym_do] = anon_sym_do,
[anon_sym_while] = anon_sym_while,
[anon_sym_break] = anon_sym_break,
[anon_sym_continue] = anon_sym_continue,
[anon_sym_return] = anon_sym_return,
[anon_sym_yield] = anon_sym_yield,
[anon_sym_synchronized] = anon_sym_synchronized,
[anon_sym_throw] = anon_sym_throw,
[anon_sym_try] = anon_sym_try,
[anon_sym_catch] = anon_sym_catch,
[anon_sym_finally] = anon_sym_finally,
[anon_sym_if] = anon_sym_if,
[anon_sym_else] = anon_sym_else,
[anon_sym_for] = anon_sym_for,
[anon_sym_AT] = anon_sym_AT,
[anon_sym_open] = anon_sym_open,
[anon_sym_module] = anon_sym_module,
[anon_sym_requires] = anon_sym_requires,
[anon_sym_transitive] = anon_sym_transitive,
[anon_sym_static] = anon_sym_static,
[anon_sym_exports] = anon_sym_exports,
[anon_sym_to] = anon_sym_to,
[anon_sym_opens] = anon_sym_opens,
[anon_sym_uses] = anon_sym_uses,
[anon_sym_provides] = anon_sym_provides,
[anon_sym_with] = anon_sym_with,
[anon_sym_package] = anon_sym_package,
[anon_sym_import] = anon_sym_import,
[anon_sym_enum] = anon_sym_enum,
[anon_sym_public] = anon_sym_public,
[anon_sym_protected] = anon_sym_protected,
[anon_sym_private] = anon_sym_private,
[anon_sym_abstract] = anon_sym_abstract,
[anon_sym_final] = anon_sym_final,
[anon_sym_strictfp] = anon_sym_strictfp,
[anon_sym_native] = anon_sym_native,
[anon_sym_transient] = anon_sym_transient,
[anon_sym_volatile] = anon_sym_volatile,
[anon_sym_sealed] = anon_sym_sealed,
[anon_sym_non_DASHsealed] = anon_sym_non_DASHsealed,
[anon_sym_implements] = anon_sym_implements,
[anon_sym_permits] = anon_sym_permits,
[anon_sym_record] = anon_sym_record,
[anon_sym_interface] = anon_sym_interface,
[anon_sym_byte] = anon_sym_byte,
[anon_sym_short] = anon_sym_short,
[anon_sym_int] = anon_sym_int,
[anon_sym_long] = anon_sym_long,
[anon_sym_char] = anon_sym_char,
[anon_sym_float] = anon_sym_float,
[anon_sym_double] = anon_sym_double,
[sym_boolean_type] = sym_boolean_type,
[sym_void_type] = sym_void_type,
[anon_sym_DOT_DOT_DOT] = anon_sym_DOT_DOT_DOT,
[anon_sym_throws] = anon_sym_throws,
[sym_this] = sym_this,
[sym_super] = sym_super,
[sym_line_comment] = sym_line_comment,
[sym_block_comment] = sym_block_comment,
[sym_program] = sym_program,
[sym__toplevel_statement] = sym__toplevel_statement,
[sym__literal] = sym__literal,
[sym_string_literal] = sym_string_literal,
[sym__string_literal] = sym__string_literal,
[sym__multiline_string_literal] = sym__multiline_string_literal,
[sym__multiline_string_fragment] = sym__multiline_string_fragment,
[sym_string_interpolation] = sym_string_interpolation,
[sym_expression] = sym_expression,
[sym_cast_expression] = sym_cast_expression,
[sym_assignment_expression] = sym_assignment_expression,
[sym_binary_expression] = sym_binary_expression,
[sym_instanceof_expression] = sym_instanceof_expression,
[sym_lambda_expression] = sym_lambda_expression,
[sym_inferred_parameters] = sym_inferred_parameters,
[sym_ternary_expression] = sym_ternary_expression,
[sym_unary_expression] = sym_unary_expression,
[sym__unary_complement_expression] = sym__unary_complement_expression,
[sym_update_expression] = sym_update_expression,
[sym_primary_expression] = sym_primary_expression,
[sym_array_creation_expression] = sym_array_creation_expression,
[sym_dimensions_expr] = sym_dimensions_expr,
[sym_parenthesized_expression] = sym_parenthesized_expression,
[sym_class_literal] = sym_class_literal,
[sym_object_creation_expression] = sym_object_creation_expression,
[sym__unqualified_object_creation_expression] = sym__unqualified_object_creation_expression,
[sym_field_access] = sym_field_access,
[sym_template_expression] = sym_template_expression,
[sym_array_access] = sym_array_access,
[sym_method_invocation] = sym_method_invocation,
[sym_argument_list] = sym_argument_list,
[sym_method_reference] = sym_method_reference,
[sym_type_arguments] = sym_type_arguments,
[sym_wildcard] = sym_wildcard,
[sym__wildcard_bounds] = sym__wildcard_bounds,
[sym_dimensions] = sym_dimensions,
[sym_switch_expression] = sym_switch_expression,
[sym_switch_block] = sym_switch_block,
[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_guard] = sym_guard,
[sym_statement] = sym_statement,
[sym_block] = sym_block,
[sym_expression_statement] = sym_expression_statement,
[sym_labeled_statement] = sym_labeled_statement,
[sym_assert_statement] = sym_assert_statement,
[sym_do_statement] = sym_do_statement,
[sym_break_statement] = sym_break_statement,
[sym_continue_statement] = sym_continue_statement,
[sym_return_statement] = sym_return_statement,
[sym_yield_statement] = sym_yield_statement,
[sym_synchronized_statement] = sym_synchronized_statement,
[sym_throw_statement] = sym_throw_statement,
[sym_try_statement] = sym_try_statement,
[sym_catch_clause] = sym_catch_clause,
[sym_catch_formal_parameter] = sym_catch_formal_parameter,
[sym_catch_type] = sym_catch_type,
[sym_finally_clause] = sym_finally_clause,
[sym_try_with_resources_statement] = sym_try_with_resources_statement,
[sym_resource_specification] = sym_resource_specification,
[sym_resource] = sym_resource,
[sym_if_statement] = sym_if_statement,
[sym_while_statement] = sym_while_statement,
[sym_for_statement] = sym_for_statement,
[sym_enhanced_for_statement] = sym_enhanced_for_statement,
[sym__annotation] = sym__annotation,
[sym_marker_annotation] = sym_marker_annotation,
[sym_annotation] = sym_annotation,
[sym_annotation_argument_list] = sym_annotation_argument_list,
[sym_element_value_pair] = sym_element_value_pair,
[sym__element_value] = sym__element_value,
[sym_element_value_array_initializer] = sym_element_value_array_initializer,
[sym_declaration] = sym_declaration,
[sym_module_declaration] = sym_module_declaration,
[sym_module_body] = sym_module_body,
[sym_module_directive] = sym_module_directive,
[sym_requires_module_directive] = sym_requires_module_directive,
[sym_requires_modifier] = sym_requires_modifier,
[sym_exports_module_directive] = sym_exports_module_directive,
[sym_opens_module_directive] = sym_opens_module_directive,
[sym_uses_module_directive] = sym_uses_module_directive,
[sym_provides_module_directive] = sym_provides_module_directive,
[sym_package_declaration] = sym_package_declaration,
[sym_import_declaration] = sym_import_declaration,
[sym_asterisk] = sym_asterisk,
[sym_enum_declaration] = sym_enum_declaration,
[sym_enum_body] = sym_enum_body,
[sym_enum_body_declarations] = sym_enum_body_declarations,
[sym_enum_constant] = sym_enum_constant,
[sym_class_declaration] = sym_class_declaration,
[sym_visibility] = sym_visibility,
[sym__modifier] = sym__modifier,
[sym_modifiers] = sym_modifiers,
[sym_type_parameters] = sym_type_parameters,
[sym_type_parameter] = sym_type_parameter,
[sym_type_bound] = sym_type_bound,
[sym_superclass] = sym_superclass,
[sym_super_interfaces] = sym_super_interfaces,
[sym_type_list] = sym_type_list,
[sym_permits] = sym_permits,
[sym_class_body] = sym_class_body,
[sym_static_initializer] = sym_static_initializer,
[sym_constructor_declaration] = sym_constructor_declaration,
[sym__constructor_declarator] = sym__constructor_declarator,
[sym_constructor_body] = sym_constructor_body,
[sym_explicit_constructor_invocation] = sym_explicit_constructor_invocation,
[sym_scoped_identifier] = sym_scoped_identifier,
[sym_field_declaration] = sym_field_declaration,
[sym_record_declaration] = sym_record_declaration,
[sym_annotation_type_declaration] = sym_annotation_type_declaration,
[sym_annotation_type_body] = sym_annotation_type_body,
[sym_annotation_type_element_declaration] = sym_annotation_type_element_declaration,
[sym__default_value] = sym__default_value,
[sym_interface_declaration] = sym_interface_declaration,
[sym_extends_interfaces] = sym_extends_interfaces,
[sym_interface_body] = sym_interface_body,
[sym_constant_declaration] = sym_constant_declaration,
[sym__variable_declarator_list] = sym__variable_declarator_list,
[sym_variable_declarator] = sym_variable_declarator,
[sym__variable_declarator_id] = sym__variable_declarator_id,
[sym_array_initializer] = sym_array_initializer,
[sym__type] = sym__type,
[sym__unannotated_type] = sym__unannotated_type,
[sym_annotated_type] = sym_annotated_type,
[sym_scoped_type_identifier] = sym_scoped_type_identifier,
[sym_generic_type] = sym_generic_type,
[sym_array_type] = sym_array_type,
[sym_integral_type] = sym_integral_type,
[sym_floating_point_type] = sym_floating_point_type,
[sym__method_header] = sym__method_header,
[sym__method_declarator] = sym__method_declarator,
[sym_formal_parameters] = sym_formal_parameters,
[sym_formal_parameter] = sym_formal_parameter,
[sym_receiver_parameter] = sym_receiver_parameter,
[sym_spread_parameter] = sym_spread_parameter,
[sym_throws] = sym_throws,
[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,
[aux_sym_cast_expression_repeat1] = aux_sym_cast_expression_repeat1,
[aux_sym_inferred_parameters_repeat1] = aux_sym_inferred_parameters_repeat1,
[aux_sym_array_creation_expression_repeat1] = aux_sym_array_creation_expression_repeat1,
[aux_sym_array_creation_expression_repeat2] = aux_sym_array_creation_expression_repeat2,
[aux_sym_argument_list_repeat1] = aux_sym_argument_list_repeat1,
[aux_sym_type_arguments_repeat1] = aux_sym_type_arguments_repeat1,
[aux_sym_dimensions_repeat1] = aux_sym_dimensions_repeat1,
[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_switch_block_statement_group_repeat2] = aux_sym_switch_block_statement_group_repeat2,
[aux_sym_switch_label_repeat1] = aux_sym_switch_label_repeat1,
[aux_sym_switch_label_repeat2] = aux_sym_switch_label_repeat2,
[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,
[aux_sym_for_statement_repeat1] = aux_sym_for_statement_repeat1,
[aux_sym_for_statement_repeat2] = aux_sym_for_statement_repeat2,
[aux_sym_annotation_argument_list_repeat1] = aux_sym_annotation_argument_list_repeat1,
[aux_sym_element_value_array_initializer_repeat1] = aux_sym_element_value_array_initializer_repeat1,
[aux_sym_module_body_repeat1] = aux_sym_module_body_repeat1,
[aux_sym_requires_module_directive_repeat1] = aux_sym_requires_module_directive_repeat1,
[aux_sym_exports_module_directive_repeat1] = aux_sym_exports_module_directive_repeat1,
[aux_sym_provides_module_directive_repeat1] = aux_sym_provides_module_directive_repeat1,
[aux_sym_enum_body_repeat1] = aux_sym_enum_body_repeat1,
[aux_sym_enum_body_declarations_repeat1] = aux_sym_enum_body_declarations_repeat1,
[aux_sym_modifiers_repeat1] = aux_sym_modifiers_repeat1,
[aux_sym_type_parameters_repeat1] = aux_sym_type_parameters_repeat1,
[aux_sym_type_bound_repeat1] = aux_sym_type_bound_repeat1,
[aux_sym_type_list_repeat1] = aux_sym_type_list_repeat1,
[aux_sym_constructor_body_repeat1] = aux_sym_constructor_body_repeat1,
[aux_sym_annotation_type_body_repeat1] = aux_sym_annotation_type_body_repeat1,
[aux_sym_interface_body_repeat1] = aux_sym_interface_body_repeat1,
[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,
};
static const TSSymbolMetadata ts_symbol_metadata[] = {
[ts_builtin_sym_end] = {
.visible = false,
.named = true,
},
[sym_identifier] = {
.visible = true,
.named = true,
},
[sym_decimal_integer_literal] = {
.visible = true,
.named = true,
},
[sym_hex_integer_literal] = {
.visible = true,
.named = true,
},
[sym_octal_integer_literal] = {
.visible = true,
.named = true,
},
[sym_binary_integer_literal] = {
.visible = true,
.named = true,
},
[sym_decimal_floating_point_literal] = {
.visible = true,
.named = true,
},
[sym_hex_floating_point_literal] = {
.visible = true,
.named = true,
},
[sym_true] = {
.visible = true,
.named = true,
},
[sym_false] = {
.visible = true,
.named = true,
},
[sym_character_literal] = {
.visible = true,
.named = true,
},
[anon_sym_DQUOTE] = {
.visible = true,
.named = false,
},
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = {
.visible = true,
.named = false,
},
[sym_string_fragment] = {
.visible = true,
.named = true,
},
[aux_sym__multiline_string_fragment_token1] = {
.visible = false,
.named = false,
},
[aux_sym__multiline_string_fragment_token2] = {
.visible = false,
.named = false,
},
[anon_sym_BSLASH_LBRACE] = {
.visible = true,
.named = false,
},
[anon_sym_RBRACE] = {
.visible = true,
.named = false,
},
[sym_escape_sequence] = {
.visible = true,
.named = true,
},
[sym_null_literal] = {
.visible = true,
.named = true,
},
[anon_sym_LPAREN] = {
.visible = true,
.named = false,
},
[anon_sym_RPAREN] = {
.visible = true,
.named = false,
},
[anon_sym_AMP] = {
.visible = true,
.named = false,
},
[anon_sym_EQ] = {
.visible = true,
.named = false,
},
[anon_sym_PLUS_EQ] = {
.visible = true,
.named = false,
},
[anon_sym_DASH_EQ] = {
.visible = true,
.named = false,
},
[anon_sym_STAR_EQ] = {
.visible = true,
.named = false,
},
[anon_sym_SLASH_EQ] = {
.visible = true,
.named = false,
},
[anon_sym_AMP_EQ] = {
.visible = true,
.named = false,
},
[anon_sym_PIPE_EQ] = {
.visible = true,
.named = false,
},
[anon_sym_CARET_EQ] = {
.visible = true,
.named = false,
},
[anon_sym_PERCENT_EQ] = {
.visible = true,
.named = false,
},
[anon_sym_LT_LT_EQ] = {
.visible = true,
.named = false,
},
[anon_sym_GT_GT_EQ] = {
.visible = true,
.named = false,
},
[anon_sym_GT_GT_GT_EQ] = {
.visible = true,
.named = false,
},
[anon_sym_GT] = {
.visible = true,
.named = false,
},
[anon_sym_LT] = {
.visible = true,
.named = false,
},
[anon_sym_GT_EQ] = {
.visible = true,
.named = false,
},
[anon_sym_LT_EQ] = {
.visible = true,
.named = false,
},
[anon_sym_EQ_EQ] = {
.visible = true,
.named = false,
},
[anon_sym_BANG_EQ] = {
.visible = true,
.named = false,
},
[anon_sym_AMP_AMP] = {
.visible = true,
.named = false,
},
[anon_sym_PIPE_PIPE] = {
.visible = true,
.named = false,
},
[anon_sym_PLUS] = {
.visible = true,
.named = false,
},
[anon_sym_DASH] = {
.visible = true,
.named = false,
},
[anon_sym_STAR] = {
.visible = true,
.named = false,
},
[anon_sym_SLASH] = {
.visible = true,
.named = false,
},
[anon_sym_PIPE] = {
.visible = true,
.named = false,
},
[anon_sym_CARET] = {
.visible = true,
.named = false,
},
[anon_sym_PERCENT] = {
.visible = true,
.named = false,
},
[anon_sym_LT_LT] = {
.visible = true,
.named = false,
},
[anon_sym_GT_GT] = {
.visible = true,
.named = false,
},
[anon_sym_GT_GT_GT] = {
.visible = true,
.named = false,
},
[anon_sym_instanceof] = {
.visible = true,
.named = false,
},
[anon_sym_DASH_GT] = {
.visible = true,
.named = false,
},
[anon_sym_COMMA] = {
.visible = true,
.named = false,
},
[anon_sym_QMARK] = {
.visible = true,
.named = false,
},
[anon_sym_COLON] = {
.visible = true,
.named = false,
},
[anon_sym_TILDE] = {
.visible = true,
.named = false,
},
[anon_sym_BANG] = {
.visible = true,
.named = false,
},
[anon_sym_PLUS_PLUS] = {
.visible = true,
.named = false,
},
[anon_sym_DASH_DASH] = {
.visible = true,
.named = false,
},
[anon_sym_new] = {
.visible = true,
.named = false,
},
[anon_sym_LBRACK] = {
.visible = true,
.named = false,
},
[anon_sym_RBRACK] = {
.visible = true,
.named = false,
},
[anon_sym_DOT] = {
.visible = true,
.named = false,
},
[anon_sym_class] = {
.visible = true,
.named = false,
},
[anon_sym_COLON_COLON] = {
.visible = true,
.named = false,
},
[anon_sym_extends] = {
.visible = true,
.named = false,
},
[anon_sym_switch] = {
.visible = true,
.named = false,
},
[anon_sym_LBRACE] = {
.visible = true,
.named = false,
},
[anon_sym_case] = {
.visible = true,
.named = false,
},
[anon_sym_default] = {
.visible = true,
.named = false,
},
[sym_underscore_pattern] = {
.visible = true,
.named = true,
},
[anon_sym_when] = {
.visible = true,
.named = false,
},
[anon_sym_SEMI] = {
.visible = true,
.named = false,
},
[anon_sym_assert] = {
.visible = true,
.named = false,
},
[anon_sym_do] = {
.visible = true,
.named = false,
},
[anon_sym_while] = {
.visible = true,
.named = false,
},
[anon_sym_break] = {
.visible = true,
.named = false,
},
[anon_sym_continue] = {
.visible = true,
.named = false,
},
[anon_sym_return] = {
.visible = true,
.named = false,
},
[anon_sym_yield] = {
.visible = true,
.named = false,
},
[anon_sym_synchronized] = {
.visible = true,
.named = false,
},
[anon_sym_throw] = {
.visible = true,
.named = false,
},
[anon_sym_try] = {
.visible = true,
.named = false,
},
[anon_sym_catch] = {
.visible = true,
.named = false,
},
[anon_sym_finally] = {
.visible = true,
.named = false,
},
[anon_sym_if] = {
.visible = true,
.named = false,
},
[anon_sym_else] = {
.visible = true,
.named = false,
},
[anon_sym_for] = {
.visible = true,
.named = false,
},
[anon_sym_AT] = {
.visible = true,
.named = false,
},
[anon_sym_open] = {
.visible = true,
.named = false,
},
[anon_sym_module] = {
.visible = true,
.named = false,
},
[anon_sym_requires] = {
.visible = true,
.named = false,
},
[anon_sym_transitive] = {
.visible = true,
.named = false,
},
[anon_sym_static] = {
.visible = true,
.named = false,
},
[anon_sym_exports] = {
.visible = true,
.named = false,
},
[anon_sym_to] = {
.visible = true,
.named = false,
},
[anon_sym_opens] = {
.visible = true,
.named = false,
},
[anon_sym_uses] = {
.visible = true,
.named = false,
},
[anon_sym_provides] = {
.visible = true,
.named = false,
},
[anon_sym_with] = {
.visible = true,
.named = false,
},
[anon_sym_package] = {
.visible = true,
.named = false,
},
[anon_sym_import] = {
.visible = true,
.named = false,
},
[anon_sym_enum] = {
.visible = true,
.named = false,
},
[anon_sym_public] = {
.visible = true,
.named = false,
},
[anon_sym_protected] = {
.visible = true,
.named = false,
},
[anon_sym_private] = {
.visible = true,
.named = false,
},
[anon_sym_abstract] = {
.visible = true,
.named = false,
},
[anon_sym_final] = {
.visible = true,
.named = false,
},
[anon_sym_strictfp] = {
.visible = true,
.named = false,
},
[anon_sym_native] = {
.visible = true,
.named = false,
},
[anon_sym_transient] = {
.visible = true,
.named = false,
},
[anon_sym_volatile] = {
.visible = true,
.named = false,
},
[anon_sym_sealed] = {
.visible = true,
.named = false,
},
[anon_sym_non_DASHsealed] = {
.visible = true,
.named = false,
},
[anon_sym_implements] = {
.visible = true,
.named = false,
},
[anon_sym_permits] = {
.visible = true,
.named = false,
},
[anon_sym_record] = {
.visible = true,
.named = false,
},
[anon_sym_interface] = {
.visible = true,
.named = false,
},
[anon_sym_byte] = {
.visible = true,
.named = false,
},
[anon_sym_short] = {
.visible = true,
.named = false,
},
[anon_sym_int] = {
.visible = true,
.named = false,
},
[anon_sym_long] = {
.visible = true,
.named = false,
},
[anon_sym_char] = {
.visible = true,
.named = false,
},
[anon_sym_float] = {
.visible = true,
.named = false,
},
[anon_sym_double] = {
.visible = true,
.named = false,
},
[sym_boolean_type] = {
.visible = true,
.named = true,
},
[sym_void_type] = {
.visible = true,
.named = true,
},
[anon_sym_DOT_DOT_DOT] = {
.visible = true,
.named = false,
},
[anon_sym_throws] = {
.visible = true,
.named = false,
},
[sym_this] = {
.visible = true,
.named = true,
},
[sym_super] = {
.visible = true,
.named = true,
},
[sym_line_comment] = {
.visible = true,
.named = true,
},
[sym_block_comment] = {
.visible = true,
.named = true,
},
[sym_program] = {
.visible = true,
.named = true,
},
[sym__toplevel_statement] = {
.visible = false,
.named = true,
},
[sym__literal] = {
.visible = false,
.named = true,
.supertype = true,
},
[sym_string_literal] = {
.visible = true,
.named = true,
},
[sym__string_literal] = {
.visible = false,
.named = true,
},
[sym__multiline_string_literal] = {
.visible = false,
.named = true,
},
[sym__multiline_string_fragment] = {
.visible = true,
.named = true,
},
[sym_string_interpolation] = {
.visible = true,
.named = true,
},
[sym_expression] = {
.visible = false,
.named = true,
.supertype = true,
},
[sym_cast_expression] = {
.visible = true,
.named = true,
},
[sym_assignment_expression] = {
.visible = true,
.named = true,
},
[sym_binary_expression] = {
.visible = true,
.named = true,
},
[sym_instanceof_expression] = {
.visible = true,
.named = true,
},
[sym_lambda_expression] = {
.visible = true,
.named = true,
},
[sym_inferred_parameters] = {
.visible = true,
.named = true,
},
[sym_ternary_expression] = {
.visible = true,
.named = true,
},
[sym_unary_expression] = {
.visible = true,
.named = true,
},
[sym__unary_complement_expression] = {
.visible = false,
.named = true,
},
[sym_update_expression] = {
.visible = true,
.named = true,
},
[sym_primary_expression] = {
.visible = false,
.named = true,
.supertype = true,
},
[sym_array_creation_expression] = {
.visible = true,
.named = true,
},
[sym_dimensions_expr] = {
.visible = true,
.named = true,
},
[sym_parenthesized_expression] = {
.visible = true,
.named = true,
},
[sym_class_literal] = {
.visible = true,
.named = true,
},
[sym_object_creation_expression] = {
.visible = true,
.named = true,
},
[sym__unqualified_object_creation_expression] = {
.visible = false,
.named = true,
},
[sym_field_access] = {
.visible = true,
.named = true,
},
[sym_template_expression] = {
.visible = true,
.named = true,
},
[sym_array_access] = {
.visible = true,
.named = true,
},
[sym_method_invocation] = {
.visible = true,
.named = true,
},
[sym_argument_list] = {
.visible = true,
.named = true,
},
[sym_method_reference] = {
.visible = true,
.named = true,
},
[sym_type_arguments] = {
.visible = true,
.named = true,
},
[sym_wildcard] = {
.visible = true,
.named = true,
},
[sym__wildcard_bounds] = {
.visible = false,
.named = true,
},
[sym_dimensions] = {
.visible = true,
.named = true,
},
[sym_switch_expression] = {
.visible = true,
.named = true,
},
[sym_switch_block] = {
.visible = true,
.named = true,
},
[sym_switch_block_statement_group] = {
.visible = true,
.named = true,
},
[sym_switch_rule] = {
.visible = true,
.named = true,
},
[sym_switch_label] = {
.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_guard] = {
.visible = true,
.named = true,
},
[sym_statement] = {
.visible = false,
.named = true,
.supertype = true,
},
[sym_block] = {
.visible = true,
.named = true,
},
[sym_expression_statement] = {
.visible = true,
.named = true,
},
[sym_labeled_statement] = {
.visible = true,
.named = true,
},
[sym_assert_statement] = {
.visible = true,
.named = true,
},
[sym_do_statement] = {
.visible = true,
.named = true,
},
[sym_break_statement] = {
.visible = true,
.named = true,
},
[sym_continue_statement] = {
.visible = true,
.named = true,
},
[sym_return_statement] = {
.visible = true,
.named = true,
},
[sym_yield_statement] = {
.visible = true,
.named = true,
},
[sym_synchronized_statement] = {
.visible = true,
.named = true,
},
[sym_throw_statement] = {
.visible = true,
.named = true,
},
[sym_try_statement] = {
.visible = true,
.named = true,
},
[sym_catch_clause] = {
.visible = true,
.named = true,
},
[sym_catch_formal_parameter] = {
.visible = true,
.named = true,
},
[sym_catch_type] = {
.visible = true,
.named = true,
},
[sym_finally_clause] = {
.visible = true,
.named = true,
},
[sym_try_with_resources_statement] = {
.visible = true,
.named = true,
},
[sym_resource_specification] = {
.visible = true,
.named = true,
},
[sym_resource] = {
.visible = true,
.named = true,
},
[sym_if_statement] = {
.visible = true,
.named = true,
},
[sym_while_statement] = {
.visible = true,
.named = true,
},
[sym_for_statement] = {
.visible = true,
.named = true,
},
[sym_enhanced_for_statement] = {
.visible = true,
.named = true,
},
[sym__annotation] = {
.visible = false,
.named = true,
},
[sym_marker_annotation] = {
.visible = true,
.named = true,
},
[sym_annotation] = {
.visible = true,
.named = true,
},
[sym_annotation_argument_list] = {
.visible = true,
.named = true,
},
[sym_element_value_pair] = {
.visible = true,
.named = true,
},
[sym__element_value] = {
.visible = false,
.named = true,
},
[sym_element_value_array_initializer] = {
.visible = true,
.named = true,
},
[sym_declaration] = {
.visible = false,
.named = true,
.supertype = true,
},
[sym_module_declaration] = {
.visible = true,
.named = true,
},
[sym_module_body] = {
.visible = true,
.named = true,
},
[sym_module_directive] = {
.visible = false,
.named = true,
.supertype = true,
},
[sym_requires_module_directive] = {
.visible = true,
.named = true,
},
[sym_requires_modifier] = {
.visible = true,
.named = true,
},
[sym_exports_module_directive] = {
.visible = true,
.named = true,
},
[sym_opens_module_directive] = {
.visible = true,
.named = true,
},
[sym_uses_module_directive] = {
.visible = true,
.named = true,
},
[sym_provides_module_directive] = {
.visible = true,
.named = true,
},
[sym_package_declaration] = {
.visible = true,
.named = true,
},
[sym_import_declaration] = {
.visible = true,
.named = true,
},
[sym_asterisk] = {
.visible = true,
.named = true,
},
[sym_enum_declaration] = {
.visible = true,
.named = true,
},
[sym_enum_body] = {
.visible = true,
.named = true,
},
[sym_enum_body_declarations] = {
.visible = true,
.named = true,
},
[sym_enum_constant] = {
.visible = true,
.named = true,
},
[sym_class_declaration] = {
.visible = true,
.named = true,
},
[sym_visibility] = {
.visible = true,
.named = true,
},
[sym__modifier] = {
.visible = true,
.named = true,
},
[sym_modifiers] = {
.visible = true,
.named = true,
},
[sym_type_parameters] = {
.visible = true,
.named = true,
},
[sym_type_parameter] = {
.visible = true,
.named = true,
},
[sym_type_bound] = {
.visible = true,
.named = true,
},
[sym_superclass] = {
.visible = true,
.named = true,
},
[sym_super_interfaces] = {
.visible = true,
.named = true,
},
[sym_type_list] = {
.visible = true,
.named = true,
},
[sym_permits] = {
.visible = true,
.named = true,
},
[sym_class_body] = {
.visible = true,
.named = true,
},
[sym_static_initializer] = {
.visible = true,
.named = true,
},
[sym_constructor_declaration] = {
.visible = true,
.named = true,
},
[sym__constructor_declarator] = {
.visible = false,
.named = true,
},
[sym_constructor_body] = {
.visible = true,
.named = true,
},
[sym_explicit_constructor_invocation] = {
.visible = true,
.named = true,
},
[sym_scoped_identifier] = {
.visible = true,
.named = true,
},
[sym_field_declaration] = {
.visible = true,
.named = true,
},
[sym_record_declaration] = {
.visible = true,
.named = true,
},
[sym_annotation_type_declaration] = {
.visible = true,
.named = true,
},
[sym_annotation_type_body] = {
.visible = true,
.named = true,
},
[sym_annotation_type_element_declaration] = {
.visible = true,
.named = true,
},
[sym__default_value] = {
.visible = false,
.named = true,
},
[sym_interface_declaration] = {
.visible = true,
.named = true,
},
[sym_extends_interfaces] = {
.visible = true,
.named = true,
},
[sym_interface_body] = {
.visible = true,
.named = true,
},
[sym_constant_declaration] = {
.visible = true,
.named = true,
},
[sym__variable_declarator_list] = {
.visible = false,
.named = true,
},
[sym_variable_declarator] = {
.visible = true,
.named = true,
},
[sym__variable_declarator_id] = {
.visible = false,
.named = true,
},
[sym_array_initializer] = {
.visible = true,
.named = true,
},
[sym__type] = {
.visible = false,
.named = true,
.supertype = true,
},
[sym__unannotated_type] = {
.visible = false,
.named = true,
.supertype = true,
},
[sym_annotated_type] = {
.visible = true,
.named = true,
},
[sym_scoped_type_identifier] = {
.visible = true,
.named = true,
},
[sym_generic_type] = {
.visible = true,
.named = true,
},
[sym_array_type] = {
.visible = true,
.named = true,
},
[sym_integral_type] = {
.visible = true,
.named = true,
},
[sym_floating_point_type] = {
.visible = true,
.named = true,
},
[sym__method_header] = {
.visible = false,
.named = true,
},
[sym__method_declarator] = {
.visible = false,
.named = true,
},
[sym_formal_parameters] = {
.visible = true,
.named = true,
},
[sym_formal_parameter] = {
.visible = true,
.named = true,
},
[sym_receiver_parameter] = {
.visible = true,
.named = true,
},
[sym_spread_parameter] = {
.visible = true,
.named = true,
},
[sym_throws] = {
.visible = true,
.named = true,
},
[sym_local_variable_declaration] = {
.visible = true,
.named = true,
},
[sym_method_declaration] = {
.visible = true,
.named = true,
},
[sym_compact_constructor_declaration] = {
.visible = true,
.named = true,
},
[sym__reserved_identifier] = {
.visible = false,
.named = true,
},
[aux_sym_program_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym__string_literal_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym__multiline_string_literal_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym_cast_expression_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym_inferred_parameters_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym_array_creation_expression_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym_array_creation_expression_repeat2] = {
.visible = false,
.named = false,
},
[aux_sym_argument_list_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym_type_arguments_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym_dimensions_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym_switch_block_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym_switch_block_repeat2] = {
.visible = false,
.named = false,
},
[aux_sym_switch_block_statement_group_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym_switch_block_statement_group_repeat2] = {
.visible = false,
.named = false,
},
[aux_sym_switch_label_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym_switch_label_repeat2] = {
.visible = false,
.named = false,
},
[aux_sym_record_pattern_body_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym_try_statement_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym_catch_type_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym_resource_specification_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym_for_statement_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym_for_statement_repeat2] = {
.visible = false,
.named = false,
},
[aux_sym_annotation_argument_list_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym_element_value_array_initializer_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym_module_body_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym_requires_module_directive_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym_exports_module_directive_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym_provides_module_directive_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym_enum_body_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym_enum_body_declarations_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym_modifiers_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym_type_parameters_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym_type_bound_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym_type_list_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym_constructor_body_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym_annotation_type_body_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym_interface_body_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym__variable_declarator_list_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym_array_initializer_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym_formal_parameters_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym_receiver_parameter_repeat1] = {
.visible = false,
.named = false,
},
[alias_sym_type_identifier] = {
.visible = true,
.named = true,
},
};
enum ts_field_identifiers {
field_alternative = 1,
field_annotations = 2,
field_arguments = 3,
field_array = 4,
field_body = 5,
field_condition = 6,
field_consequence = 7,
field_constructor = 8,
field_declarator = 9,
field_dimensions = 10,
field_element = 11,
field_field = 12,
field_index = 13,
field_init = 14,
field_interfaces = 15,
field_key = 16,
field_left = 17,
field_modifiers = 18,
field_module = 19,
field_modules = 20,
field_name = 21,
field_object = 22,
field_operand = 23,
field_operator = 24,
field_package = 25,
field_parameters = 26,
field_pattern = 27,
field_permits = 28,
field_provided = 29,
field_provider = 30,
field_resources = 31,
field_right = 32,
field_scope = 33,
field_superclass = 34,
field_template_argument = 35,
field_template_processor = 36,
field_type = 37,
field_type_arguments = 38,
field_type_parameters = 39,
field_update = 40,
field_value = 41,
};
static const char * const ts_field_names[] = {
[0] = NULL,
[field_alternative] = "alternative",
[field_annotations] = "annotations",
[field_arguments] = "arguments",
[field_array] = "array",
[field_body] = "body",
[field_condition] = "condition",
[field_consequence] = "consequence",
[field_constructor] = "constructor",
[field_declarator] = "declarator",
[field_dimensions] = "dimensions",
[field_element] = "element",
[field_field] = "field",
[field_index] = "index",
[field_init] = "init",
[field_interfaces] = "interfaces",
[field_key] = "key",
[field_left] = "left",
[field_modifiers] = "modifiers",
[field_module] = "module",
[field_modules] = "modules",
[field_name] = "name",
[field_object] = "object",
[field_operand] = "operand",
[field_operator] = "operator",
[field_package] = "package",
[field_parameters] = "parameters",
[field_pattern] = "pattern",
[field_permits] = "permits",
[field_provided] = "provided",
[field_provider] = "provider",
[field_resources] = "resources",
[field_right] = "right",
[field_scope] = "scope",
[field_superclass] = "superclass",
[field_template_argument] = "template_argument",
[field_template_processor] = "template_processor",
[field_type] = "type",
[field_type_arguments] = "type_arguments",
[field_type_parameters] = "type_parameters",
[field_update] = "update",
[field_value] = "value",
};
static const TSMapSlice ts_field_map_slices[PRODUCTION_ID_COUNT] = {
[3] = {.index = 0, .length = 2},
[4] = {.index = 2, .length = 3},
[5] = {.index = 5, .length = 2},
[6] = {.index = 7, .length = 1},
[7] = {.index = 8, .length = 2},
[8] = {.index = 10, .length = 1},
[9] = {.index = 11, .length = 2},
[10] = {.index = 13, .length = 1},
[11] = {.index = 14, .length = 2},
[12] = {.index = 16, .length = 4},
[13] = {.index = 20, .length = 5},
[14] = {.index = 25, .length = 6},
[15] = {.index = 31, .length = 3},
[17] = {.index = 34, .length = 2},
[18] = {.index = 36, .length = 2},
[19] = {.index = 34, .length = 2},
[20] = {.index = 36, .length = 2},
[21] = {.index = 38, .length = 2},
[22] = {.index = 40, .length = 2},
[23] = {.index = 42, .length = 1},
[24] = {.index = 43, .length = 1},
[25] = {.index = 44, .length = 2},
[26] = {.index = 46, .length = 2},
[27] = {.index = 48, .length = 2},
[28] = {.index = 50, .length = 2},
[29] = {.index = 52, .length = 3},
[30] = {.index = 55, .length = 2},
[32] = {.index = 57, .length = 2},
[33] = {.index = 59, .length = 2},
[34] = {.index = 61, .length = 2},
[35] = {.index = 63, .length = 3},
[36] = {.index = 66, .length = 5},
[37] = {.index = 71, .length = 6},
[38] = {.index = 77, .length = 5},
[39] = {.index = 82, .length = 2},
[40] = {.index = 84, .length = 2},
[41] = {.index = 86, .length = 2},
[42] = {.index = 88, .length = 2},
[44] = {.index = 90, .length = 3},
[45] = {.index = 93, .length = 2},
[46] = {.index = 95, .length = 4},
[47] = {.index = 99, .length = 1},
[48] = {.index = 100, .length = 2},
[49] = {.index = 102, .length = 1},
[50] = {.index = 103, .length = 3},
[51] = {.index = 106, .length = 3},
[52] = {.index = 103, .length = 3},
[53] = {.index = 106, .length = 3},
[54] = {.index = 109, .length = 3},
[55] = {.index = 109, .length = 3},
[56] = {.index = 112, .length = 2},
[57] = {.index = 114, .length = 2},
[58] = {.index = 112, .length = 2},
[59] = {.index = 114, .length = 2},
[60] = {.index = 116, .length = 3},
[61] = {.index = 119, .length = 3},
[62] = {.index = 122, .length = 3},
[63] = {.index = 125, .length = 3},
[64] = {.index = 128, .length = 2},
[65] = {.index = 130, .length = 2},
[66] = {.index = 132, .length = 3},
[67] = {.index = 135, .length = 2},
[68] = {.index = 137, .length = 3},
[70] = {.index = 140, .length = 2},
[71] = {.index = 142, .length = 2},
[72] = {.index = 144, .length = 3},
[73] = {.index = 147, .length = 2},
[74] = {.index = 149, .length = 2},
[75] = {.index = 151, .length = 5},
[76] = {.index = 156, .length = 3},
[77] = {.index = 159, .length = 1},
[78] = {.index = 160, .length = 2},
[79] = {.index = 162, .length = 3},
[81] = {.index = 165, .length = 2},
[82] = {.index = 167, .length = 3},
[83] = {.index = 170, .length = 5},
[84] = {.index = 175, .length = 2},
[85] = {.index = 177, .length = 3},
[86] = {.index = 177, .length = 3},
[87] = {.index = 180, .length = 3},
[88] = {.index = 183, .length = 3},
[89] = {.index = 180, .length = 3},
[90] = {.index = 183, .length = 3},
[91] = {.index = 186, .length = 3},
[92] = {.index = 186, .length = 3},
[93] = {.index = 189, .length = 2},
[94] = {.index = 191, .length = 4},
[95] = {.index = 195, .length = 4},
[96] = {.index = 199, .length = 4},
[97] = {.index = 203, .length = 4},
[98] = {.index = 207, .length = 4},
[99] = {.index = 211, .length = 4},
[100] = {.index = 215, .length = 4},
[101] = {.index = 219, .length = 2},
[102] = {.index = 221, .length = 3},
[103] = {.index = 224, .length = 1},
[104] = {.index = 225, .length = 2},
[105] = {.index = 227, .length = 1},
[106] = {.index = 228, .length = 4},
[107] = {.index = 232, .length = 4},
[108] = {.index = 236, .length = 3},
[109] = {.index = 239, .length = 3},
[110] = {.index = 242, .length = 2},
[111] = {.index = 244, .length = 4},
[112] = {.index = 248, .length = 3},
[113] = {.index = 251, .length = 3},
[114] = {.index = 254, .length = 3},
[115] = {.index = 257, .length = 3},
[116] = {.index = 260, .length = 3},
[117] = {.index = 263, .length = 3},
[118] = {.index = 266, .length = 2},
[119] = {.index = 268, .length = 3},
[120] = {.index = 271, .length = 2},
[121] = {.index = 273, .length = 3},
[122] = {.index = 276, .length = 3},
[123] = {.index = 276, .length = 3},
[124] = {.index = 279, .length = 4},
[125] = {.index = 283, .length = 3},
[126] = {.index = 286, .length = 4},
[127] = {.index = 290, .length = 5},
[128] = {.index = 295, .length = 5},
[129] = {.index = 300, .length = 5},
[130] = {.index = 305, .length = 5},
[131] = {.index = 310, .length = 4},
[132] = {.index = 314, .length = 2},
[133] = {.index = 316, .length = 1},
[134] = {.index = 317, .length = 2},
[135] = {.index = 319, .length = 2},
[136] = {.index = 321, .length = 1},
[137] = {.index = 322, .length = 2},
[138] = {.index = 324, .length = 1},
[139] = {.index = 325, .length = 3},
[140] = {.index = 328, .length = 5},
[141] = {.index = 333, .length = 4},
[142] = {.index = 337, .length = 3},
[143] = {.index = 340, .length = 4},
[144] = {.index = 344, .length = 4},
[145] = {.index = 348, .length = 4},
[146] = {.index = 352, .length = 4},
[147] = {.index = 356, .length = 4},
[148] = {.index = 360, .length = 4},
[149] = {.index = 364, .length = 4},
[150] = {.index = 368, .length = 4},
[151] = {.index = 372, .length = 3},
[152] = {.index = 375, .length = 3},
[153] = {.index = 378, .length = 4},
[154] = {.index = 382, .length = 6},
[155] = {.index = 388, .length = 4},
[156] = {.index = 392, .length = 1},
[157] = {.index = 393, .length = 2},
[158] = {.index = 395, .length = 2},
[159] = {.index = 397, .length = 1},
[160] = {.index = 398, .length = 2},
[161] = {.index = 400, .length = 2},
[162] = {.index = 402, .length = 2},
[163] = {.index = 404, .length = 3},
[164] = {.index = 407, .length = 3},
[165] = {.index = 410, .length = 2},
[166] = {.index = 412, .length = 3},
[167] = {.index = 415, .length = 4},
[168] = {.index = 419, .length = 5},
[169] = {.index = 424, .length = 5},
[170] = {.index = 429, .length = 5},
[171] = {.index = 434, .length = 5},
[172] = {.index = 439, .length = 5},
[173] = {.index = 444, .length = 4},
[174] = {.index = 448, .length = 2},
[175] = {.index = 450, .length = 3},
[176] = {.index = 453, .length = 3},
[177] = {.index = 456, .length = 3},
[178] = {.index = 459, .length = 3},
[179] = {.index = 462, .length = 3},
[180] = {.index = 465, .length = 5},
[181] = {.index = 470, .length = 4},
[182] = {.index = 474, .length = 4},
[183] = {.index = 478, .length = 2},
[184] = {.index = 480, .length = 2},
[185] = {.index = 482, .length = 6},
[186] = {.index = 488, .length = 3},
[187] = {.index = 491, .length = 4},
[188] = {.index = 495, .length = 4},
[189] = {.index = 499, .length = 4},
[190] = {.index = 503, .length = 4},
[191] = {.index = 507, .length = 4},
[192] = {.index = 511, .length = 5},
[193] = {.index = 516, .length = 5},
[194] = {.index = 521, .length = 2},
[195] = {.index = 523, .length = 1},
[196] = {.index = 524, .length = 3},
[197] = {.index = 527, .length = 2},
[198] = {.index = 529, .length = 1},
[199] = {.index = 530, .length = 3},
[200] = {.index = 533, .length = 2},
[201] = {.index = 535, .length = 3},
[202] = {.index = 538, .length = 5},
[203] = {.index = 543, .length = 5},
[204] = {.index = 548, .length = 5},
[205] = {.index = 553, .length = 2},
[206] = {.index = 555, .length = 1},
[207] = {.index = 556, .length = 3},
[208] = {.index = 559, .length = 3},
[209] = {.index = 562, .length = 4},
[210] = {.index = 566, .length = 6},
[211] = {.index = 572, .length = 3},
[212] = {.index = 575, .length = 3},
[213] = {.index = 578, .length = 4},
[214] = {.index = 582, .length = 4},
};
static const TSFieldMapEntry ts_field_map_entries[] = {
[0] =
{field_operand, 0, .inherited = true},
{field_operator, 0, .inherited = true},
[2] =
{field_arguments, 0, .inherited = true},
{field_type, 0, .inherited = true},
{field_type_arguments, 0, .inherited = true},
[5] =
{field_operand, 1},
{field_operator, 0},
[7] =
{field_name, 1},
[8] =
{field_arguments, 1},
{field_name, 0},
[10] =
{field_name, 0},
[11] =
{field_dimensions, 1},
{field_element, 0},
[13] =
{field_declarator, 0},
[14] =
{field_dimensions, 0, .inherited = true},
{field_name, 0, .inherited = true},
[16] =
{field_dimensions, 1, .inherited = true},
{field_name, 1, .inherited = true},
{field_parameters, 1, .inherited = true},
{field_type, 0},
[20] =
{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},
[25] =
{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},
[31] =
{field_dimensions, 1, .inherited = true},
{field_name, 1, .inherited = true},
{field_type, 0},
[34] =
{field_arguments, 2},
{field_type, 1},
[36] =
{field_dimensions, 2},
{field_type, 1},
[38] =
{field_body, 2},
{field_name, 1},
[40] =
{field_body, 2},
{field_condition, 1},
[42] =
{field_body, 2},
[43] =
{field_body, 1},
[44] =
{field_body, 2},
{field_resources, 1},
[46] =
{field_condition, 1},
{field_consequence, 2},
[48] =
{field_arguments, 2},
{field_name, 1},
[50] =
{field_field, 2},
{field_object, 0},
[52] =
{field_left, 0},
{field_operator, 1},
{field_right, 2},
[55] =
{field_body, 2},
{field_parameters, 0},
[57] =
{field_left, 0},
{field_pattern, 2},
[59] =
{field_left, 0},
{field_right, 2},
[61] =
{field_template_argument, 2},
{field_template_processor, 0},
[63] =
{field_arguments, 2, .inherited = true},
{field_type, 2, .inherited = true},
{field_type_arguments, 2, .inherited = true},
[66] =
{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},
[71] =
{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},
[77] =
{field_dimensions, 2, .inherited = true},
{field_name, 2, .inherited = true},
{field_parameters, 2, .inherited = true},
{field_type, 1},
{field_type_parameters, 0},
[82] =
{field_dimensions, 1},
{field_name, 0},
[84] =
{field_name, 0},
{field_parameters, 1},
[86] =
{field_declarator, 1, .inherited = true},
{field_type, 0},
[88] =
{field_declarator, 0},
{field_declarator, 1, .inherited = true},
[90] =
{field_dimensions, 2, .inherited = true},
{field_name, 2, .inherited = true},
{field_type, 1},
[93] =
{field_type, 1},
{field_value, 3},
[95] =
{field_operand, 3, .inherited = true},
{field_operator, 3, .inherited = true},
{field_type, 1},
{field_value, 3},
[99] =
{field_type, 1},
[100] =
{field_type, 0, .inherited = true},
{field_type, 1, .inherited = true},
[102] =
{field_type, 0},
[103] =
{field_dimensions, 2},
{field_type, 1},
{field_value, 3},
[106] =
{field_dimensions, 2},
{field_dimensions, 3},
{field_type, 1},
[109] =
{field_arguments, 3},
{field_type, 2},
{field_type_arguments, 1},
[112] =
{field_arguments, 3},
{field_type, 2},
[114] =
{field_dimensions, 3},
{field_type, 2},
[116] =
{field_body, 3},
{field_name, 1},
{field_type_parameters, 2},
[119] =
{field_body, 3},
{field_name, 1},
{field_superclass, 2},
[122] =
{field_body, 3},
{field_interfaces, 2},
{field_name, 1},
[125] =
{field_body, 3},
{field_name, 1},
{field_permits, 2},
[128] =
{field_body, 3},
{field_name, 2},
[130] =
{field_name, 2},
{field_scope, 0},
[132] =
{field_body, 3},
{field_name, 1},
{field_parameters, 2},
[135] =
{field_body, 3},
{field_name, 1},
[137] =
{field_arguments, 3},
{field_name, 2},
{field_object, 0},
[140] =
{field_left, 0},
{field_pattern, 3},
[142] =
{field_left, 0},
{field_right, 3},
[144] =
{field_left, 0},
{field_name, 3},
{field_right, 2},
[147] =
{field_array, 0},
{field_index, 2},
[149] =
{field_declarator, 2, .inherited = true},
{field_type, 1},
[151] =
{field_dimensions, 3, .inherited = true},
{field_name, 3, .inherited = true},
{field_parameters, 3, .inherited = true},
{field_type, 2},
{field_type_parameters, 0},
[156] =
{field_dimensions, 2},
{field_name, 0},
{field_parameters, 1},
[159] =
{field_declarator, 1},
[160] =
{field_declarator, 0, .inherited = true},
{field_declarator, 1, .inherited = true},
[162] =
{field_dimensions, 0, .inherited = true},
{field_name, 0, .inherited = true},
{field_value, 2},
[165] =
{field_modifiers, 0},
{field_type, 1},
[167] =
{field_type, 1},
{field_type, 2, .inherited = true},
{field_value, 4},
[170] =
{field_operand, 4, .inherited = true},
{field_operator, 4, .inherited = true},
{field_type, 1},
{field_type, 2, .inherited = true},
{field_value, 4},
[175] =
{field_annotations, 1},
{field_type, 0},
[177] =
{field_arguments, 4},
{field_type, 3},
{field_type_arguments, 1},
[180] =
{field_dimensions, 3},
{field_type, 2},
{field_value, 4},
[183] =
{field_dimensions, 3},
{field_dimensions, 4},
{field_type, 2},
[186] =
{field_arguments, 4},
{field_type, 3},
{field_type_arguments, 2},
[189] =
{field_body, 1},
{field_name, 0},
[191] =
{field_body, 1},
{field_name, 0, .inherited = true},
{field_parameters, 0, .inherited = true},
{field_type_parameters, 0, .inherited = true},
[195] =
{field_body, 4},
{field_name, 1},
{field_superclass, 3},
{field_type_parameters, 2},
[199] =
{field_body, 4},
{field_interfaces, 3},
{field_name, 1},
{field_type_parameters, 2},
[203] =
{field_body, 4},
{field_name, 1},
{field_permits, 3},
{field_type_parameters, 2},
[207] =
{field_body, 4},
{field_interfaces, 3},
{field_name, 1},
{field_superclass, 2},
[211] =
{field_body, 4},
{field_name, 1},
{field_permits, 3},
{field_superclass, 2},
[215] =
{field_body, 4},
{field_interfaces, 2},
{field_name, 1},
{field_permits, 3},
[219] =
{field_body, 1},
{field_condition, 3},
[221] =
{field_alternative, 4},
{field_condition, 1},
{field_consequence, 2},
[224] =
{field_init, 1},
[225] =
{field_init, 0, .inherited = true},
{field_init, 1, .inherited = true},
[227] =
{field_modifiers, 0},
[228] =
{field_body, 4},
{field_name, 1},
{field_parameters, 3},
{field_type_parameters, 2},
[232] =
{field_body, 4},
{field_interfaces, 3},
{field_name, 1},
{field_parameters, 2},
[236] =
{field_body, 4},
{field_name, 1},
{field_type_parameters, 2},
[239] =
{field_body, 4},
{field_name, 1},
{field_permits, 3},
[242] =
{field_field, 4},
{field_object, 0},
[244] =
{field_arguments, 4},
{field_name, 3},
{field_object, 0},
{field_type_arguments, 2},
[248] =
{field_left, 0},
{field_name, 4},
{field_right, 3},
[251] =
{field_alternative, 4},
{field_condition, 0},
{field_consequence, 2},
[254] =
{field_body, 4},
{field_name, 2},
{field_type_parameters, 3},
[257] =
{field_body, 4},
{field_name, 2},
{field_superclass, 3},
[260] =
{field_body, 4},
{field_interfaces, 3},
{field_name, 2},
[263] =
{field_body, 4},
{field_name, 2},
{field_permits, 3},
[266] =
{field_body, 4},
{field_name, 3},
[268] =
{field_body, 4},
{field_name, 2},
{field_parameters, 3},
[271] =
{field_body, 4},
{field_name, 2},
[273] =
{field_annotations, 2},
{field_modifiers, 0},
{field_type, 1},
[276] =
{field_arguments, 5},
{field_type, 4},
{field_type_arguments, 2},
[279] =
{field_body, 2},
{field_name, 1, .inherited = true},
{field_parameters, 1, .inherited = true},
{field_type_parameters, 1, .inherited = true},
[283] =
{field_name, 1},
{field_parameters, 2},
{field_type_parameters, 0},
[286] =
{field_body, 2},
{field_name, 0, .inherited = true},
{field_parameters, 0, .inherited = true},
{field_type_parameters, 0, .inherited = true},
[290] =
{field_body, 5},
{field_interfaces, 4},
{field_name, 1},
{field_superclass, 3},
{field_type_parameters, 2},
[295] =
{field_body, 5},
{field_name, 1},
{field_permits, 4},
{field_superclass, 3},
{field_type_parameters, 2},
[300] =
{field_body, 5},
{field_interfaces, 3},
{field_name, 1},
{field_permits, 4},
{field_type_parameters, 2},
[305] =
{field_body, 5},
{field_interfaces, 3},
{field_name, 1},
{field_permits, 4},
{field_superclass, 2},
[310] =
{field_dimensions, 1, .inherited = true},
{field_name, 1, .inherited = true},
{field_type, 0},
{field_value, 3},
[314] =
{field_dimensions, 1, .inherited = true},
{field_name, 1, .inherited = true},
[316] =
{field_body, 5},
[317] =
{field_body, 5},
{field_init, 2},
[319] =
{field_key, 0},
{field_value, 2},
[321] =
{field_module, 1},
[322] =
{field_modifiers, 0, .inherited = true},
{field_modifiers, 1, .inherited = true},
[324] =
{field_package, 1},
[325] =
{field_arguments, 1},
{field_body, 2},
{field_name, 0},
[328] =
{field_body, 5},
{field_interfaces, 4},
{field_name, 1},
{field_parameters, 3},
{field_type_parameters, 2},
[333] =
{field_body, 5},
{field_name, 1},
{field_permits, 4},
{field_type_parameters, 2},
[337] =
{field_arguments, 5},
{field_name, 4},
{field_object, 0},
[340] =
{field_body, 5},
{field_name, 2},
{field_superclass, 4},
{field_type_parameters, 3},
[344] =
{field_body, 5},
{field_interfaces, 4},
{field_name, 2},
{field_type_parameters, 3},
[348] =
{field_body, 5},
{field_name, 2},
{field_permits, 4},
{field_type_parameters, 3},
[352] =
{field_body, 5},
{field_interfaces, 4},
{field_name, 2},
{field_superclass, 3},
[356] =
{field_body, 5},
{field_name, 2},
{field_permits, 4},
{field_superclass, 3},
[360] =
{field_body, 5},
{field_interfaces, 3},
{field_name, 2},
{field_permits, 4},
[364] =
{field_body, 5},
{field_name, 2},
{field_parameters, 4},
{field_type_parameters, 3},
[368] =
{field_body, 5},
{field_interfaces, 4},
{field_name, 2},
{field_parameters, 3},
[372] =
{field_body, 5},
{field_name, 2},
{field_type_parameters, 3},
[375] =
{field_body, 5},
{field_name, 2},
{field_permits, 4},
[378] =
{field_body, 3},
{field_name, 1, .inherited = true},
{field_parameters, 1, .inherited = true},
{field_type_parameters, 1, .inherited = true},
[382] =
{field_body, 6},
{field_interfaces, 4},
{field_name, 1},
{field_permits, 5},
{field_superclass, 3},
{field_type_parameters, 2},
[388] =
{field_dimensions, 2, .inherited = true},
{field_name, 2, .inherited = true},
{field_type, 1},
{field_value, 4},
[392] =
{field_body, 4},
[393] =
{field_dimensions, 2, .inherited = true},
{field_name, 2, .inherited = true},
[395] =
{field_body, 6},
{field_update, 4},
[397] =
{field_update, 1},
[398] =
{field_update, 0, .inherited = true},
{field_update, 1, .inherited = true},
[400] =
{field_body, 6},
{field_condition, 3},
[402] =
{field_body, 6},
{field_init, 2},
[404] =
{field_body, 6},
{field_init, 2},
{field_update, 4},
[407] =
{field_body, 6},
{field_condition, 3},
{field_init, 2},
[410] =
{field_modifiers, 1, .inherited = true},
{field_module, 2},
[412] =
{field_arguments, 2},
{field_body, 3},
{field_name, 1},
[415] =
{field_arguments, 6},
{field_name, 5},
{field_object, 0},
{field_type_arguments, 4},
[419] =
{field_body, 6},
{field_interfaces, 5},
{field_name, 2},
{field_superclass, 4},
{field_type_parameters, 3},
[424] =
{field_body, 6},
{field_name, 2},
{field_permits, 5},
{field_superclass, 4},
{field_type_parameters, 3},
[429] =
{field_body, 6},
{field_interfaces, 4},
{field_name, 2},
{field_permits, 5},
{field_type_parameters, 3},
[434] =
{field_body, 6},
{field_interfaces, 4},
{field_name, 2},
{field_permits, 5},
{field_superclass, 3},
[439] =
{field_body, 6},
{field_interfaces, 5},
{field_name, 2},
{field_parameters, 4},
{field_type_parameters, 3},
[444] =
{field_body, 6},
{field_name, 2},
{field_permits, 5},
{field_type_parameters, 3},
[448] =
{field_arguments, 1},
{field_constructor, 0},
[450] =
{field_body, 7},
{field_update, 4},
{field_update, 5, .inherited = true},
[453] =
{field_body, 7},
{field_condition, 3},
{field_update, 5},
[456] =
{field_body, 7},
{field_init, 2},
{field_update, 5},
[459] =
{field_body, 7},
{field_condition, 4},
{field_init, 2},
[462] =
{field_body, 7},
{field_init, 2},
{field_init, 3, .inherited = true},
[465] =
{field_body, 7},
{field_dimensions, 3, .inherited = true},
{field_name, 3, .inherited = true},
{field_type, 2},
{field_value, 5},
[470] =
{field_body, 7},
{field_init, 2},
{field_update, 4},
{field_update, 5, .inherited = true},
[474] =
{field_body, 7},
{field_condition, 3},
{field_init, 2},
{field_update, 5},
[478] =
{field_modules, 3},
{field_package, 1},
[480] =
{field_provided, 1},
{field_provider, 3},
[482] =
{field_body, 7},
{field_interfaces, 5},
{field_name, 2},
{field_permits, 6},
{field_superclass, 4},
{field_type_parameters, 3},
[488] =
{field_arguments, 2},
{field_constructor, 1},
{field_type_arguments, 0},
[491] =
{field_body, 8},
{field_condition, 3},
{field_update, 5},
{field_update, 6, .inherited = true},
[495] =
{field_body, 8},
{field_init, 2},
{field_update, 5},
{field_update, 6, .inherited = true},
[499] =
{field_body, 8},
{field_condition, 4},
{field_init, 2},
{field_update, 6},
[503] =
{field_body, 8},
{field_init, 2},
{field_init, 3, .inherited = true},
{field_update, 6},
[507] =
{field_body, 8},
{field_condition, 5},
{field_init, 2},
{field_init, 3, .inherited = true},
[511] =
{field_body, 8},
{field_dimensions, 4, .inherited = true},
{field_name, 4, .inherited = true},
{field_type, 3},
{field_value, 6},
[516] =
{field_body, 8},
{field_condition, 3},
{field_init, 2},
{field_update, 5},
{field_update, 6, .inherited = true},
[521] =
{field_name, 1},
{field_type, 0},
[523] =
{field_modules, 1},
[524] =
{field_modules, 3},
{field_modules, 4, .inherited = true},
{field_package, 1},
[527] =
{field_modules, 0, .inherited = true},
{field_modules, 1, .inherited = true},
[529] =
{field_provider, 1},
[530] =
{field_provided, 1},
{field_provider, 3},
{field_provider, 4, .inherited = true},
[533] =
{field_provider, 0, .inherited = true},
{field_provider, 1, .inherited = true},
[535] =
{field_arguments, 3},
{field_constructor, 2},
{field_object, 0},
[538] =
{field_body, 9},
{field_condition, 4},
{field_init, 2},
{field_update, 6},
{field_update, 7, .inherited = true},
[543] =
{field_body, 9},
{field_init, 2},
{field_init, 3, .inherited = true},
{field_update, 6},
{field_update, 7, .inherited = true},
[548] =
{field_body, 9},
{field_condition, 5},
{field_init, 2},
{field_init, 3, .inherited = true},
{field_update, 7},
[553] =
{field_name, 2},
{field_type, 1},
[555] =
{field_value, 1},
[556] =
{field_dimensions, 4},
{field_name, 1},
{field_type, 0},
[559] =
{field_name, 1},
{field_type, 0},
{field_value, 4, .inherited = true},
[562] =
{field_arguments, 4},
{field_constructor, 3},
{field_object, 0},
{field_type_arguments, 2},
[566] =
{field_body, 10},
{field_condition, 5},
{field_init, 2},
{field_init, 3, .inherited = true},
{field_update, 7},
{field_update, 8, .inherited = true},
[572] =
{field_dimensions, 5},
{field_name, 2},
{field_type, 1},
[575] =
{field_name, 2},
{field_type, 1},
{field_value, 5, .inherited = true},
[578] =
{field_dimensions, 4},
{field_name, 1},
{field_type, 0},
{field_value, 5, .inherited = true},
[582] =
{field_dimensions, 5},
{field_name, 2},
{field_type, 1},
{field_value, 6, .inherited = true},
};
static const TSSymbol ts_alias_sequences[PRODUCTION_ID_COUNT][MAX_ALIAS_SEQUENCE_LENGTH] = {
[0] = {0},
[1] = {
[0] = sym_identifier,
},
[2] = {
[0] = alias_sym_type_identifier,
},
[16] = {
[1] = alias_sym_type_identifier,
},
[19] = {
[1] = alias_sym_type_identifier,
},
[20] = {
[1] = alias_sym_type_identifier,
},
[31] = {
[0] = alias_sym_type_identifier,
[2] = alias_sym_type_identifier,
},
[43] = {
[2] = alias_sym_type_identifier,
},
[46] = {
[3] = sym_unary_expression,
},
[52] = {
[1] = alias_sym_type_identifier,
},
[53] = {
[1] = alias_sym_type_identifier,
},
[55] = {
[2] = alias_sym_type_identifier,
},
[58] = {
[2] = alias_sym_type_identifier,
},
[59] = {
[2] = alias_sym_type_identifier,
},
[69] = {
[0] = alias_sym_type_identifier,
[3] = alias_sym_type_identifier,
},
[80] = {
[3] = alias_sym_type_identifier,
},
[83] = {
[4] = sym_unary_expression,
},
[86] = {
[3] = alias_sym_type_identifier,
},
[89] = {
[2] = alias_sym_type_identifier,
},
[90] = {
[2] = alias_sym_type_identifier,
},
[92] = {
[3] = alias_sym_type_identifier,
},
[123] = {
[4] = alias_sym_type_identifier,
},
};
static const uint16_t ts_non_terminal_alias_map[] = {
sym__unary_complement_expression, 2,
sym__unary_complement_expression,
sym_unary_expression,
0,
};
static const TSStateId ts_primary_state_ids[STATE_COUNT] = {
[0] = 0,
[1] = 1,
[2] = 2,
[3] = 3,
[4] = 4,
[5] = 5,
[6] = 6,
[7] = 7,
[8] = 8,
[9] = 9,
[10] = 10,
[11] = 11,
[12] = 11,
[13] = 10,
[14] = 11,
[15] = 10,
[16] = 16,
[17] = 17,
[18] = 18,
[19] = 19,
[20] = 20,
[21] = 21,
[22] = 22,
[23] = 23,
[24] = 24,
[25] = 25,
[26] = 26,
[27] = 27,
[28] = 28,
[29] = 29,
[30] = 16,
[31] = 31,
[32] = 32,
[33] = 33,
[34] = 34,
[35] = 35,
[36] = 36,
[37] = 37,
[38] = 38,
[39] = 39,
[40] = 40,
[41] = 41,
[42] = 42,
[43] = 17,
[44] = 44,
[45] = 45,
[46] = 23,
[47] = 24,
[48] = 44,
[49] = 49,
[50] = 50,
[51] = 18,
[52] = 19,
[53] = 20,
[54] = 21,
[55] = 22,
[56] = 25,
[57] = 26,
[58] = 27,
[59] = 28,
[60] = 29,
[61] = 16,
[62] = 31,
[63] = 63,
[64] = 33,
[65] = 34,
[66] = 35,
[67] = 36,
[68] = 37,
[69] = 38,
[70] = 39,
[71] = 40,
[72] = 41,
[73] = 42,
[74] = 17,
[75] = 45,
[76] = 49,
[77] = 45,
[78] = 23,
[79] = 24,
[80] = 44,
[81] = 49,
[82] = 50,
[83] = 18,
[84] = 19,
[85] = 20,
[86] = 21,
[87] = 22,
[88] = 25,
[89] = 26,
[90] = 27,
[91] = 28,
[92] = 29,
[93] = 50,
[94] = 31,
[95] = 32,
[96] = 33,
[97] = 34,
[98] = 35,
[99] = 36,
[100] = 37,
[101] = 38,
[102] = 39,
[103] = 40,
[104] = 41,
[105] = 42,
[106] = 32,
[107] = 107,
[108] = 108,
[109] = 109,
[110] = 110,
[111] = 111,
[112] = 112,
[113] = 109,
[114] = 109,
[115] = 109,
[116] = 116,
[117] = 116,
[118] = 118,
[119] = 118,
[120] = 118,
[121] = 121,
[122] = 122,
[123] = 123,
[124] = 124,
[125] = 124,
[126] = 126,
[127] = 127,
[128] = 128,
[129] = 128,
[130] = 128,
[131] = 131,
[132] = 132,
[133] = 133,
[134] = 132,
[135] = 135,
[136] = 136,
[137] = 136,
[138] = 138,
[139] = 139,
[140] = 140,
[141] = 138,
[142] = 142,
[143] = 143,
[144] = 144,
[145] = 145,
[146] = 146,
[147] = 147,
[148] = 146,
[149] = 149,
[150] = 150,
[151] = 151,
[152] = 152,
[153] = 152,
[154] = 154,
[155] = 155,
[156] = 156,
[157] = 149,
[158] = 158,
[159] = 159,
[160] = 160,
[161] = 161,
[162] = 162,
[163] = 152,
[164] = 164,
[165] = 150,
[166] = 152,
[167] = 167,
[168] = 164,
[169] = 150,
[170] = 156,
[171] = 171,
[172] = 160,
[173] = 161,
[174] = 149,
[175] = 175,
[176] = 167,
[177] = 164,
[178] = 155,
[179] = 156,
[180] = 171,
[181] = 160,
[182] = 161,
[183] = 171,
[184] = 167,
[185] = 159,
[186] = 162,
[187] = 151,
[188] = 158,
[189] = 150,
[190] = 159,
[191] = 162,
[192] = 151,
[193] = 158,
[194] = 154,
[195] = 155,
[196] = 196,
[197] = 196,
[198] = 198,
[199] = 199,
[200] = 200,
[201] = 201,
[202] = 202,
[203] = 203,
[204] = 204,
[205] = 205,
[206] = 206,
[207] = 207,
[208] = 208,
[209] = 209,
[210] = 210,
[211] = 211,
[212] = 212,
[213] = 213,
[214] = 214,
[215] = 215,
[216] = 202,
[217] = 217,
[218] = 203,
[219] = 204,
[220] = 205,
[221] = 196,
[222] = 206,
[223] = 207,
[224] = 224,
[225] = 225,
[226] = 226,
[227] = 227,
[228] = 228,
[229] = 227,
[230] = 230,
[231] = 231,
[232] = 212,
[233] = 233,
[234] = 209,
[235] = 224,
[236] = 236,
[237] = 208,
[238] = 226,
[239] = 239,
[240] = 240,
[241] = 228,
[242] = 242,
[243] = 243,
[244] = 215,
[245] = 213,
[246] = 198,
[247] = 199,
[248] = 243,
[249] = 230,
[250] = 200,
[251] = 201,
[252] = 210,
[253] = 211,
[254] = 243,
[255] = 231,
[256] = 256,
[257] = 257,
[258] = 258,
[259] = 259,
[260] = 260,
[261] = 261,
[262] = 262,
[263] = 263,
[264] = 264,
[265] = 265,
[266] = 266,
[267] = 267,
[268] = 268,
[269] = 269,
[270] = 270,
[271] = 271,
[272] = 272,
[273] = 273,
[274] = 274,
[275] = 275,
[276] = 276,
[277] = 277,
[278] = 278,
[279] = 279,
[280] = 280,
[281] = 281,
[282] = 282,
[283] = 283,
[284] = 284,
[285] = 285,
[286] = 286,
[287] = 287,
[288] = 288,
[289] = 289,
[290] = 290,
[291] = 291,
[292] = 292,
[293] = 293,
[294] = 294,
[295] = 295,
[296] = 296,
[297] = 297,
[298] = 298,
[299] = 299,
[300] = 300,
[301] = 301,
[302] = 302,
[303] = 303,
[304] = 304,
[305] = 305,
[306] = 306,
[307] = 307,
[308] = 308,
[309] = 309,
[310] = 310,
[311] = 311,
[312] = 312,
[313] = 313,
[314] = 314,
[315] = 315,
[316] = 316,
[317] = 317,
[318] = 318,
[319] = 319,
[320] = 320,
[321] = 321,
[322] = 322,
[323] = 323,
[324] = 324,
[325] = 325,
[326] = 326,
[327] = 327,
[328] = 264,
[329] = 329,
[330] = 330,
[331] = 331,
[332] = 332,
[333] = 333,
[334] = 334,
[335] = 335,
[336] = 336,
[337] = 337,
[338] = 338,
[339] = 339,
[340] = 340,
[341] = 341,
[342] = 342,
[343] = 343,
[344] = 344,
[345] = 345,
[346] = 346,
[347] = 347,
[348] = 348,
[349] = 349,
[350] = 350,
[351] = 351,
[352] = 352,
[353] = 353,
[354] = 354,
[355] = 355,
[356] = 356,
[357] = 357,
[358] = 358,
[359] = 359,
[360] = 360,
[361] = 361,
[362] = 362,
[363] = 363,
[364] = 364,
[365] = 365,
[366] = 366,
[367] = 367,
[368] = 368,
[369] = 369,
[370] = 370,
[371] = 371,
[372] = 372,
[373] = 373,
[374] = 374,
[375] = 375,
[376] = 376,
[377] = 377,
[378] = 378,
[379] = 379,
[380] = 266,
[381] = 381,
[382] = 382,
[383] = 383,
[384] = 384,
[385] = 385,
[386] = 386,
[387] = 387,
[388] = 388,
[389] = 389,
[390] = 390,
[391] = 391,
[392] = 392,
[393] = 393,
[394] = 394,
[395] = 395,
[396] = 396,
[397] = 397,
[398] = 398,
[399] = 399,
[400] = 400,
[401] = 401,
[402] = 402,
[403] = 403,
[404] = 404,
[405] = 405,
[406] = 406,
[407] = 407,
[408] = 408,
[409] = 404,
[410] = 410,
[411] = 411,
[412] = 412,
[413] = 413,
[414] = 414,
[415] = 368,
[416] = 368,
[417] = 417,
[418] = 417,
[419] = 144,
[420] = 145,
[421] = 421,
[422] = 422,
[423] = 423,
[424] = 424,
[425] = 425,
[426] = 426,
[427] = 425,
[428] = 426,
[429] = 429,
[430] = 430,
[431] = 431,
[432] = 432,
[433] = 433,
[434] = 434,
[435] = 432,
[436] = 436,
[437] = 436,
[438] = 436,
[439] = 439,
[440] = 440,
[441] = 441,
[442] = 442,
[443] = 443,
[444] = 444,
[445] = 445,
[446] = 446,
[447] = 447,
[448] = 448,
[449] = 449,
[450] = 429,
[451] = 451,
[452] = 452,
[453] = 453,
[454] = 429,
[455] = 455,
[456] = 456,
[457] = 453,
[458] = 458,
[459] = 459,
[460] = 460,
[461] = 444,
[462] = 462,
[463] = 463,
[464] = 444,
[465] = 429,
[466] = 466,
[467] = 467,
[468] = 468,
[469] = 469,
[470] = 470,
[471] = 471,
[472] = 466,
[473] = 466,
[474] = 474,
[475] = 475,
[476] = 476,
[477] = 477,
[478] = 449,
[479] = 479,
[480] = 444,
[481] = 481,
[482] = 482,
[483] = 483,
[484] = 268,
[485] = 469,
[486] = 486,
[487] = 487,
[488] = 467,
[489] = 475,
[490] = 476,
[491] = 375,
[492] = 492,
[493] = 493,
[494] = 494,
[495] = 495,
[496] = 496,
[497] = 474,
[498] = 498,
[499] = 499,
[500] = 500,
[501] = 501,
[502] = 502,
[503] = 503,
[504] = 504,
[505] = 459,
[506] = 506,
[507] = 487,
[508] = 508,
[509] = 509,
[510] = 510,
[511] = 474,
[512] = 512,
[513] = 513,
[514] = 514,
[515] = 515,
[516] = 516,
[517] = 517,
[518] = 518,
[519] = 514,
[520] = 520,
[521] = 521,
[522] = 522,
[523] = 516,
[524] = 524,
[525] = 525,
[526] = 526,
[527] = 527,
[528] = 528,
[529] = 529,
[530] = 530,
[531] = 531,
[532] = 532,
[533] = 533,
[534] = 494,
[535] = 535,
[536] = 504,
[537] = 499,
[538] = 538,
[539] = 539,
[540] = 540,
[541] = 541,
[542] = 542,
[543] = 492,
[544] = 544,
[545] = 498,
[546] = 521,
[547] = 530,
[548] = 531,
[549] = 515,
[550] = 550,
[551] = 551,
[552] = 552,
[553] = 520,
[554] = 525,
[555] = 527,
[556] = 556,
[557] = 443,
[558] = 518,
[559] = 522,
[560] = 560,
[561] = 561,
[562] = 562,
[563] = 563,
[564] = 564,
[565] = 565,
[566] = 566,
[567] = 567,
[568] = 568,
[569] = 569,
[570] = 570,
[571] = 571,
[572] = 572,
[573] = 573,
[574] = 574,
[575] = 575,
[576] = 576,
[577] = 577,
[578] = 578,
[579] = 579,
[580] = 580,
[581] = 581,
[582] = 582,
[583] = 583,
[584] = 584,
[585] = 585,
[586] = 586,
[587] = 587,
[588] = 588,
[589] = 589,
[590] = 526,
[591] = 529,
[592] = 445,
[593] = 593,
[594] = 594,
[595] = 595,
[596] = 596,
[597] = 597,
[598] = 598,
[599] = 599,
[600] = 600,
[601] = 601,
[602] = 602,
[603] = 603,
[604] = 604,
[605] = 517,
[606] = 509,
[607] = 535,
[608] = 608,
[609] = 609,
[610] = 610,
[611] = 611,
[612] = 612,
[613] = 539,
[614] = 544,
[615] = 532,
[616] = 616,
[617] = 617,
[618] = 618,
[619] = 619,
[620] = 620,
[621] = 621,
[622] = 622,
[623] = 533,
[624] = 586,
[625] = 570,
[626] = 589,
[627] = 602,
[628] = 459,
[629] = 110,
[630] = 630,
[631] = 631,
[632] = 452,
[633] = 563,
[634] = 455,
[635] = 565,
[636] = 566,
[637] = 572,
[638] = 575,
[639] = 580,
[640] = 111,
[641] = 641,
[642] = 567,
[643] = 574,
[644] = 644,
[645] = 645,
[646] = 587,
[647] = 108,
[648] = 596,
[649] = 598,
[650] = 599,
[651] = 584,
[652] = 595,
[653] = 583,
[654] = 451,
[655] = 524,
[656] = 585,
[657] = 564,
[658] = 568,
[659] = 569,
[660] = 588,
[661] = 571,
[662] = 593,
[663] = 550,
[664] = 600,
[665] = 561,
[666] = 560,
[667] = 556,
[668] = 479,
[669] = 669,
[670] = 601,
[671] = 597,
[672] = 603,
[673] = 576,
[674] = 577,
[675] = 579,
[676] = 604,
[677] = 552,
[678] = 581,
[679] = 582,
[680] = 680,
[681] = 594,
[682] = 682,
[683] = 123,
[684] = 630,
[685] = 685,
[686] = 686,
[687] = 687,
[688] = 688,
[689] = 122,
[690] = 516,
[691] = 121,
[692] = 692,
[693] = 693,
[694] = 694,
[695] = 695,
[696] = 696,
[697] = 551,
[698] = 541,
[699] = 699,
[700] = 699,
[701] = 542,
[702] = 702,
[703] = 702,
[704] = 538,
[705] = 540,
[706] = 706,
[707] = 707,
[708] = 708,
[709] = 709,
[710] = 710,
[711] = 711,
[712] = 712,
[713] = 713,
[714] = 714,
[715] = 715,
[716] = 716,
[717] = 717,
[718] = 266,
[719] = 264,
[720] = 720,
[721] = 721,
[722] = 722,
[723] = 723,
[724] = 724,
[725] = 725,
[726] = 726,
[727] = 727,
[728] = 728,
[729] = 729,
[730] = 730,
[731] = 731,
[732] = 732,
[733] = 733,
[734] = 734,
[735] = 735,
[736] = 736,
[737] = 737,
[738] = 738,
[739] = 739,
[740] = 740,
[741] = 474,
[742] = 742,
[743] = 743,
[744] = 744,
[745] = 745,
[746] = 746,
[747] = 747,
[748] = 748,
[749] = 749,
[750] = 499,
[751] = 498,
[752] = 748,
[753] = 753,
[754] = 753,
[755] = 755,
[756] = 736,
[757] = 757,
[758] = 738,
[759] = 731,
[760] = 760,
[761] = 761,
[762] = 735,
[763] = 763,
[764] = 619,
[765] = 765,
[766] = 506,
[767] = 501,
[768] = 745,
[769] = 733,
[770] = 770,
[771] = 739,
[772] = 740,
[773] = 734,
[774] = 774,
[775] = 503,
[776] = 743,
[777] = 777,
[778] = 493,
[779] = 737,
[780] = 744,
[781] = 781,
[782] = 782,
[783] = 783,
[784] = 784,
[785] = 785,
[786] = 786,
[787] = 787,
[788] = 788,
[789] = 785,
[790] = 781,
[791] = 788,
[792] = 792,
[793] = 783,
[794] = 794,
[795] = 794,
[796] = 796,
[797] = 797,
[798] = 786,
[799] = 799,
[800] = 799,
[801] = 781,
[802] = 802,
[803] = 784,
[804] = 785,
[805] = 786,
[806] = 797,
[807] = 788,
[808] = 502,
[809] = 799,
[810] = 810,
[811] = 784,
[812] = 812,
[813] = 813,
[814] = 814,
[815] = 794,
[816] = 797,
[817] = 124,
[818] = 818,
[819] = 512,
[820] = 500,
[821] = 513,
[822] = 813,
[823] = 796,
[824] = 813,
[825] = 825,
[826] = 510,
[827] = 827,
[828] = 828,
[829] = 829,
[830] = 830,
[831] = 831,
[832] = 832,
[833] = 833,
[834] = 834,
[835] = 835,
[836] = 836,
[837] = 837,
[838] = 838,
[839] = 839,
[840] = 840,
[841] = 841,
[842] = 509,
[843] = 843,
[844] = 508,
[845] = 845,
[846] = 846,
[847] = 847,
[848] = 848,
[849] = 849,
[850] = 850,
[851] = 851,
[852] = 852,
[853] = 853,
[854] = 854,
[855] = 855,
[856] = 856,
[857] = 857,
[858] = 858,
[859] = 859,
[860] = 145,
[861] = 144,
[862] = 862,
[863] = 479,
[864] = 516,
[865] = 865,
[866] = 850,
[867] = 867,
[868] = 868,
[869] = 853,
[870] = 870,
[871] = 871,
[872] = 865,
[873] = 873,
[874] = 848,
[875] = 868,
[876] = 852,
[877] = 862,
[878] = 852,
[879] = 879,
[880] = 862,
[881] = 879,
[882] = 871,
[883] = 870,
[884] = 867,
[885] = 879,
[886] = 871,
[887] = 870,
[888] = 867,
[889] = 859,
[890] = 859,
[891] = 858,
[892] = 892,
[893] = 893,
[894] = 893,
[895] = 895,
[896] = 896,
[897] = 895,
[898] = 898,
[899] = 899,
[900] = 900,
[901] = 901,
[902] = 902,
[903] = 898,
[904] = 904,
[905] = 905,
[906] = 893,
[907] = 896,
[908] = 908,
[909] = 909,
[910] = 910,
[911] = 905,
[912] = 912,
[913] = 913,
[914] = 914,
[915] = 915,
[916] = 916,
[917] = 896,
[918] = 538,
[919] = 919,
[920] = 919,
[921] = 921,
[922] = 922,
[923] = 540,
[924] = 919,
[925] = 541,
[926] = 542,
[927] = 927,
[928] = 928,
[929] = 929,
[930] = 930,
[931] = 931,
[932] = 930,
[933] = 933,
[934] = 934,
[935] = 935,
[936] = 936,
[937] = 937,
[938] = 933,
[939] = 931,
[940] = 937,
[941] = 941,
[942] = 941,
[943] = 943,
[944] = 944,
[945] = 945,
[946] = 946,
[947] = 765,
[948] = 948,
[949] = 949,
[950] = 950,
[951] = 951,
[952] = 952,
[953] = 953,
[954] = 954,
[955] = 955,
[956] = 956,
[957] = 957,
[958] = 958,
[959] = 959,
[960] = 960,
[961] = 961,
[962] = 836,
[963] = 963,
[964] = 964,
[965] = 965,
[966] = 963,
[967] = 967,
[968] = 963,
[969] = 969,
[970] = 970,
[971] = 482,
[972] = 972,
[973] = 474,
[974] = 974,
[975] = 975,
[976] = 972,
[977] = 974,
[978] = 969,
[979] = 974,
[980] = 970,
[981] = 970,
[982] = 969,
[983] = 972,
[984] = 481,
[985] = 985,
[986] = 986,
[987] = 482,
[988] = 988,
[989] = 989,
[990] = 486,
[991] = 989,
[992] = 992,
[993] = 988,
[994] = 994,
[995] = 995,
[996] = 996,
[997] = 997,
[998] = 998,
[999] = 999,
[1000] = 989,
[1001] = 988,
[1002] = 1002,
[1003] = 467,
[1004] = 1004,
[1005] = 1002,
[1006] = 476,
[1007] = 486,
[1008] = 475,
[1009] = 469,
[1010] = 1010,
[1011] = 1011,
[1012] = 1004,
[1013] = 1004,
[1014] = 1014,
[1015] = 1010,
[1016] = 1002,
[1017] = 1017,
[1018] = 1018,
[1019] = 1019,
[1020] = 1020,
[1021] = 1021,
[1022] = 1022,
[1023] = 1023,
[1024] = 1024,
[1025] = 1025,
[1026] = 1026,
[1027] = 1027,
[1028] = 1028,
[1029] = 1023,
[1030] = 1030,
[1031] = 1031,
[1032] = 1032,
[1033] = 1033,
[1034] = 1034,
[1035] = 1034,
[1036] = 1036,
[1037] = 1037,
[1038] = 1038,
[1039] = 1039,
[1040] = 1040,
[1041] = 1041,
[1042] = 1042,
[1043] = 1043,
[1044] = 1044,
[1045] = 1045,
[1046] = 1046,
[1047] = 1047,
[1048] = 1048,
[1049] = 1041,
[1050] = 1050,
[1051] = 1051,
[1052] = 1052,
[1053] = 1041,
[1054] = 474,
[1055] = 1048,
[1056] = 1056,
[1057] = 1057,
[1058] = 1058,
[1059] = 1059,
[1060] = 1060,
[1061] = 1061,
[1062] = 1062,
[1063] = 1063,
[1064] = 1064,
[1065] = 1065,
[1066] = 1066,
[1067] = 1067,
[1068] = 1068,
[1069] = 1069,
[1070] = 1070,
[1071] = 1071,
[1072] = 1072,
[1073] = 1073,
[1074] = 1073,
[1075] = 1075,
[1076] = 1076,
[1077] = 1066,
[1078] = 1069,
[1079] = 1071,
[1080] = 1080,
[1081] = 1081,
[1082] = 921,
[1083] = 1083,
[1084] = 1084,
[1085] = 1085,
[1086] = 1086,
[1087] = 1087,
[1088] = 1088,
[1089] = 1089,
[1090] = 1090,
[1091] = 1091,
[1092] = 1086,
[1093] = 1093,
[1094] = 1094,
[1095] = 1095,
[1096] = 1096,
[1097] = 1097,
[1098] = 1098,
[1099] = 1099,
[1100] = 1100,
[1101] = 1101,
[1102] = 1102,
[1103] = 1103,
[1104] = 1104,
[1105] = 1105,
[1106] = 1106,
[1107] = 1096,
[1108] = 1108,
[1109] = 1109,
[1110] = 1101,
[1111] = 1111,
[1112] = 1112,
[1113] = 1113,
[1114] = 1114,
[1115] = 1104,
[1116] = 1116,
[1117] = 1117,
[1118] = 1118,
[1119] = 1119,
[1120] = 1120,
[1121] = 1119,
[1122] = 1122,
[1123] = 1123,
[1124] = 1124,
[1125] = 1100,
[1126] = 1126,
[1127] = 1127,
[1128] = 1119,
[1129] = 1122,
[1130] = 1130,
[1131] = 1102,
[1132] = 1106,
[1133] = 1133,
[1134] = 1126,
[1135] = 1122,
[1136] = 1122,
[1137] = 1137,
[1138] = 1097,
[1139] = 1139,
[1140] = 1140,
[1141] = 1141,
[1142] = 1142,
[1143] = 1143,
[1144] = 1144,
[1145] = 1145,
[1146] = 1146,
[1147] = 1147,
[1148] = 1148,
[1149] = 1149,
[1150] = 1150,
[1151] = 1150,
[1152] = 1152,
[1153] = 1153,
[1154] = 1154,
[1155] = 1155,
[1156] = 1156,
[1157] = 1105,
[1158] = 1153,
[1159] = 1154,
[1160] = 1120,
[1161] = 1161,
[1162] = 578,
[1163] = 1163,
[1164] = 1164,
[1165] = 1165,
[1166] = 1124,
[1167] = 1167,
[1168] = 1155,
[1169] = 1169,
[1170] = 1156,
[1171] = 1164,
[1172] = 1172,
[1173] = 1173,
[1174] = 1146,
[1175] = 1175,
[1176] = 1176,
[1177] = 1177,
[1178] = 1152,
[1179] = 1179,
[1180] = 1161,
[1181] = 1181,
[1182] = 1182,
[1183] = 1173,
[1184] = 1149,
[1185] = 1181,
[1186] = 1186,
[1187] = 1187,
[1188] = 1188,
[1189] = 1187,
[1190] = 1165,
[1191] = 1191,
[1192] = 1192,
[1193] = 1193,
[1194] = 1194,
[1195] = 1195,
[1196] = 1196,
[1197] = 1197,
[1198] = 1198,
[1199] = 1199,
[1200] = 1200,
[1201] = 1201,
[1202] = 1202,
[1203] = 1203,
[1204] = 1204,
[1205] = 1205,
[1206] = 1206,
[1207] = 1207,
[1208] = 1208,
[1209] = 1209,
[1210] = 1210,
[1211] = 1211,
[1212] = 1212,
[1213] = 1213,
[1214] = 1214,
[1215] = 1215,
[1216] = 1216,
[1217] = 1217,
[1218] = 1218,
[1219] = 1219,
[1220] = 1220,
[1221] = 1221,
[1222] = 1222,
[1223] = 1223,
[1224] = 1204,
[1225] = 1225,
[1226] = 1226,
[1227] = 1227,
[1228] = 1228,
[1229] = 1229,
[1230] = 1230,
[1231] = 1231,
[1232] = 1232,
[1233] = 1233,
[1234] = 1163,
[1235] = 1235,
[1236] = 1211,
[1237] = 1230,
[1238] = 1238,
[1239] = 1211,
[1240] = 1230,
[1241] = 1241,
[1242] = 1242,
[1243] = 1243,
[1244] = 1244,
[1245] = 1245,
[1246] = 1246,
[1247] = 1247,
[1248] = 1248,
[1249] = 1249,
[1250] = 1250,
[1251] = 1251,
[1252] = 1252,
[1253] = 1253,
[1254] = 1254,
[1255] = 1255,
[1256] = 1256,
[1257] = 1257,
[1258] = 1258,
[1259] = 1259,
[1260] = 1260,
[1261] = 1261,
[1262] = 1262,
[1263] = 1263,
[1264] = 1264,
[1265] = 1265,
[1266] = 1266,
[1267] = 1267,
[1268] = 1268,
[1269] = 1269,
[1270] = 1270,
[1271] = 1251,
[1272] = 1272,
[1273] = 1273,
[1274] = 1274,
[1275] = 1275,
[1276] = 1276,
[1277] = 1277,
[1278] = 1275,
[1279] = 1279,
[1280] = 1280,
[1281] = 1281,
[1282] = 1274,
[1283] = 1263,
[1284] = 1284,
[1285] = 1253,
[1286] = 1286,
[1287] = 1287,
[1288] = 1248,
[1289] = 1289,
[1290] = 1290,
[1291] = 1291,
[1292] = 1286,
[1293] = 1293,
[1294] = 1294,
[1295] = 1295,
[1296] = 1296,
[1297] = 1297,
[1298] = 1298,
[1299] = 1299,
[1300] = 1300,
[1301] = 1289,
[1302] = 1302,
[1303] = 1296,
[1304] = 1304,
[1305] = 1305,
[1306] = 1306,
[1307] = 1307,
[1308] = 1308,
[1309] = 1296,
[1310] = 1310,
[1311] = 1311,
[1312] = 1312,
[1313] = 1313,
[1314] = 1314,
[1315] = 1315,
[1316] = 1316,
[1317] = 1317,
[1318] = 1297,
[1319] = 1319,
[1320] = 1320,
[1321] = 1321,
[1322] = 1307,
[1323] = 1323,
[1324] = 1324,
[1325] = 1325,
[1326] = 1326,
[1327] = 1327,
[1328] = 1291,
[1329] = 1329,
[1330] = 1330,
[1331] = 1331,
[1332] = 1261,
[1333] = 1268,
[1334] = 1270,
[1335] = 1335,
[1336] = 1280,
[1337] = 1324,
[1338] = 1326,
[1339] = 1250,
[1340] = 1340,
[1341] = 1281,
[1342] = 1299,
[1343] = 1343,
[1344] = 1344,
[1345] = 1248,
[1346] = 1346,
[1347] = 1295,
[1348] = 1261,
[1349] = 1268,
[1350] = 1270,
[1351] = 1280,
[1352] = 1324,
[1353] = 1326,
[1354] = 1250,
[1355] = 1355,
[1356] = 1356,
[1357] = 1357,
[1358] = 1358,
[1359] = 1359,
[1360] = 1360,
[1361] = 1361,
[1362] = 1362,
[1363] = 1362,
[1364] = 1362,
[1365] = 1365,
[1366] = 1366,
[1367] = 1253,
[1368] = 1368,
[1369] = 1369,
[1370] = 1370,
[1371] = 1371,
[1372] = 1372,
[1373] = 1373,
[1374] = 1374,
[1375] = 1375,
[1376] = 1376,
[1377] = 1377,
[1378] = 1378,
[1379] = 1379,
[1380] = 1380,
[1381] = 1381,
[1382] = 1382,
[1383] = 1383,
[1384] = 1384,
[1385] = 1385,
[1386] = 1386,
[1387] = 1387,
[1388] = 1388,
[1389] = 1389,
[1390] = 1390,
[1391] = 1391,
[1392] = 1392,
[1393] = 1393,
[1394] = 1394,
[1395] = 1395,
[1396] = 1396,
[1397] = 1397,
[1398] = 1398,
[1399] = 1399,
[1400] = 1377,
[1401] = 1401,
[1402] = 1402,
[1403] = 1403,
[1404] = 1404,
[1405] = 1405,
[1406] = 1406,
[1407] = 1407,
[1408] = 1408,
[1409] = 1409,
[1410] = 1410,
[1411] = 1411,
[1412] = 1412,
[1413] = 1413,
[1414] = 1414,
[1415] = 1375,
[1416] = 1381,
[1417] = 1417,
[1418] = 1418,
[1419] = 1376,
[1420] = 1404,
[1421] = 1421,
[1422] = 1422,
[1423] = 1423,
[1424] = 1424,
[1425] = 1425,
[1426] = 1426,
[1427] = 1427,
[1428] = 1428,
[1429] = 1418,
[1430] = 1430,
[1431] = 1431,
[1432] = 1432,
[1433] = 1433,
[1434] = 1434,
[1435] = 1435,
[1436] = 1436,
[1437] = 1437,
[1438] = 1438,
[1439] = 1439,
[1440] = 1440,
[1441] = 1441,
[1442] = 1442,
[1443] = 1401,
[1444] = 1444,
[1445] = 1445,
[1446] = 1370,
[1447] = 1447,
[1448] = 1448,
[1449] = 1449,
[1450] = 1407,
[1451] = 1391,
[1452] = 1452,
[1453] = 1453,
[1454] = 1454,
[1455] = 1455,
[1456] = 1448,
[1457] = 1457,
[1458] = 1376,
[1459] = 1404,
[1460] = 1460,
[1461] = 1461,
[1462] = 1462,
[1463] = 404,
[1464] = 1464,
[1465] = 1465,
[1466] = 1466,
[1467] = 1467,
[1468] = 1369,
[1469] = 1469,
[1470] = 1470,
[1471] = 1471,
[1472] = 1444,
[1473] = 1473,
[1474] = 1474,
[1475] = 1475,
[1476] = 1476,
[1477] = 1477,
[1478] = 1478,
[1479] = 1479,
[1480] = 1480,
[1481] = 1481,
[1482] = 1437,
[1483] = 1466,
[1484] = 1484,
[1485] = 1485,
[1486] = 1486,
[1487] = 1487,
[1488] = 1480,
[1489] = 1489,
[1490] = 1490,
[1491] = 1491,
[1492] = 1492,
[1493] = 1493,
[1494] = 1494,
[1495] = 1378,
[1496] = 1496,
[1497] = 1497,
[1498] = 1498,
[1499] = 1499,
[1500] = 1500,
[1501] = 1501,
[1502] = 1469,
[1503] = 1503,
[1504] = 1504,
[1505] = 1505,
[1506] = 1506,
[1507] = 1507,
[1508] = 1508,
[1509] = 1509,
[1510] = 1510,
[1511] = 1511,
[1512] = 1512,
[1513] = 1513,
[1514] = 1514,
[1515] = 1515,
[1516] = 1516,
[1517] = 1517,
[1518] = 1518,
[1519] = 1519,
[1520] = 1515,
[1521] = 1521,
[1522] = 1522,
[1523] = 1523,
[1524] = 1524,
[1525] = 1525,
[1526] = 1526,
[1527] = 1527,
[1528] = 1528,
[1529] = 1529,
[1530] = 1530,
[1531] = 1531,
[1532] = 1532,
[1533] = 1533,
[1534] = 1534,
[1535] = 1535,
[1536] = 1516,
[1537] = 1537,
[1538] = 1538,
[1539] = 1539,
[1540] = 1540,
[1541] = 1541,
[1542] = 1542,
[1543] = 1543,
[1544] = 1544,
[1545] = 1545,
[1546] = 1546,
[1547] = 1519,
[1548] = 1548,
[1549] = 1549,
[1550] = 1550,
[1551] = 1521,
[1552] = 1552,
[1553] = 1553,
[1554] = 1554,
[1555] = 1555,
[1556] = 1556,
[1557] = 1557,
[1558] = 1558,
[1559] = 1532,
[1560] = 1560,
[1561] = 1516,
[1562] = 1549,
[1563] = 1563,
[1564] = 1519,
[1565] = 1565,
[1566] = 1566,
[1567] = 1567,
[1568] = 1568,
[1569] = 1569,
[1570] = 1570,
[1571] = 1571,
[1572] = 1572,
[1573] = 1556,
[1574] = 1552,
[1575] = 1575,
[1576] = 1532,
[1577] = 1577,
[1578] = 1578,
[1579] = 1579,
[1580] = 1580,
[1581] = 1581,
[1582] = 1567,
[1583] = 1578,
[1584] = 1521,
[1585] = 1523,
[1586] = 1586,
[1587] = 1587,
[1588] = 1523,
[1589] = 1513,
[1590] = 1590,
[1591] = 1591,
[1592] = 1592,
[1593] = 1593,
};
static const TSCharacterRange sym_identifier_character_set_1[] = {
{'$', '$'}, {'A', 'Z'}, {'_', '_'}, {'a', 'z'}, {0xaa, 0xaa}, {0xb5, 0xb5}, {0xba, 0xba}, {0xc0, 0xd6},
{0xd8, 0xf6}, {0xf8, 0x17e}, {0x180, 0x2c1}, {0x2c6, 0x2d1}, {0x2e0, 0x2e4}, {0x2ec, 0x2ec}, {0x2ee, 0x2ee}, {0x370, 0x374},
{0x376, 0x377}, {0x37b, 0x37d}, {0x37f, 0x37f}, {0x386, 0x386}, {0x388, 0x38a}, {0x38c, 0x38c}, {0x38e, 0x3a1}, {0x3a3, 0x3f5},
{0x3f7, 0x481}, {0x48a, 0x52f}, {0x531, 0x556}, {0x559, 0x559}, {0x560, 0x588}, {0x5d0, 0x5ea}, {0x5ef, 0x5f2}, {0x620, 0x64a},
{0x66e, 0x66f}, {0x671, 0x6d3}, {0x6d5, 0x6d5}, {0x6e5, 0x6e6}, {0x6ee, 0x6ef}, {0x6fa, 0x6fc}, {0x6ff, 0x6ff}, {0x710, 0x710},
{0x712, 0x72f}, {0x74d, 0x7a5}, {0x7b1, 0x7b1}, {0x7ca, 0x7ea}, {0x7f4, 0x7f5}, {0x7fa, 0x7fa}, {0x800, 0x815}, {0x81a, 0x81a},
{0x824, 0x824}, {0x828, 0x828}, {0x840, 0x858}, {0x860, 0x86a}, {0x870, 0x887}, {0x889, 0x88e}, {0x8a0, 0x8c9}, {0x904, 0x939},
{0x93d, 0x93d}, {0x950, 0x950}, {0x958, 0x961}, {0x971, 0x980}, {0x985, 0x98c}, {0x98f, 0x990}, {0x993, 0x9a8}, {0x9aa, 0x9b0},
{0x9b2, 0x9b2}, {0x9b6, 0x9b9}, {0x9bd, 0x9bd}, {0x9ce, 0x9ce}, {0x9dc, 0x9dd}, {0x9df, 0x9e1}, {0x9f0, 0x9f1}, {0x9fc, 0x9fc},
{0xa05, 0xa0a}, {0xa0f, 0xa10}, {0xa13, 0xa28}, {0xa2a, 0xa30}, {0xa32, 0xa33}, {0xa35, 0xa36}, {0xa38, 0xa39}, {0xa59, 0xa5c},
{0xa5e, 0xa5e}, {0xa72, 0xa74}, {0xa85, 0xa8d}, {0xa8f, 0xa91}, {0xa93, 0xaa8}, {0xaaa, 0xab0}, {0xab2, 0xab3}, {0xab5, 0xab9},
{0xabd, 0xabd}, {0xad0, 0xad0}, {0xae0, 0xae1}, {0xaf9, 0xaf9}, {0xb05, 0xb0c}, {0xb0f, 0xb10}, {0xb13, 0xb28}, {0xb2a, 0xb30},
{0xb32, 0xb33}, {0xb35, 0xb39}, {0xb3d, 0xb3d}, {0xb5c, 0xb5d}, {0xb5f, 0xb61}, {0xb71, 0xb71}, {0xb83, 0xb83}, {0xb85, 0xb8a},
{0xb8e, 0xb90}, {0xb92, 0xb95}, {0xb99, 0xb9a}, {0xb9c, 0xb9c}, {0xb9e, 0xb9f}, {0xba3, 0xba4}, {0xba8, 0xbaa}, {0xbae, 0xbb9},
{0xbd0, 0xbd0}, {0xc05, 0xc0c}, {0xc0e, 0xc10}, {0xc12, 0xc28}, {0xc2a, 0xc39}, {0xc3d, 0xc3d}, {0xc58, 0xc5a}, {0xc5d, 0xc5d},
{0xc60, 0xc61}, {0xc80, 0xc80}, {0xc85, 0xc8c}, {0xc8e, 0xc90}, {0xc92, 0xca8}, {0xcaa, 0xcb3}, {0xcb5, 0xcb9}, {0xcbd, 0xcbd},
{0xcdd, 0xcde}, {0xce0, 0xce1}, {0xcf1, 0xcf2}, {0xd04, 0xd0c}, {0xd0e, 0xd10}, {0xd12, 0xd3a}, {0xd3d, 0xd3d}, {0xd4e, 0xd4e},
{0xd54, 0xd56}, {0xd5f, 0xd61}, {0xd7a, 0xd7f}, {0xd85, 0xd96}, {0xd9a, 0xdb1}, {0xdb3, 0xdbb}, {0xdbd, 0xdbd}, {0xdc0, 0xdc6},
{0xe01, 0xe30}, {0xe32, 0xe32}, {0xe40, 0xe46}, {0xe81, 0xe82}, {0xe84, 0xe84}, {0xe86, 0xe8a}, {0xe8c, 0xea3}, {0xea5, 0xea5},
{0xea7, 0xeb0}, {0xeb2, 0xeb2}, {0xebd, 0xebd}, {0xec0, 0xec4}, {0xec6, 0xec6}, {0xedc, 0xedf}, {0xf00, 0xf00}, {0xf40, 0xf47},
{0xf49, 0xf6c}, {0xf88, 0xf8c}, {0x1000, 0x102a}, {0x103f, 0x103f}, {0x1050, 0x1055}, {0x105a, 0x105d}, {0x1061, 0x1061}, {0x1065, 0x1066},
{0x106e, 0x1070}, {0x1075, 0x1081}, {0x108e, 0x108e}, {0x10a0, 0x10c5}, {0x10c7, 0x10c7}, {0x10cd, 0x10cd}, {0x10d0, 0x10fa}, {0x10fc, 0x1248},
{0x124a, 0x124d}, {0x1250, 0x1256}, {0x1258, 0x1258}, {0x125a, 0x125d}, {0x1260, 0x1288}, {0x128a, 0x128d}, {0x1290, 0x12b0}, {0x12b2, 0x12b5},
{0x12b8, 0x12be}, {0x12c0, 0x12c0}, {0x12c2, 0x12c5}, {0x12c8, 0x12d6}, {0x12d8, 0x1310}, {0x1312, 0x1315}, {0x1318, 0x135a}, {0x1380, 0x138f},
{0x13a0, 0x13f5}, {0x13f8, 0x13fd}, {0x1401, 0x166c}, {0x166f, 0x167f}, {0x1681, 0x169a}, {0x16a0, 0x16ea}, {0x16ee, 0x16f8}, {0x1700, 0x1711},
{0x171f, 0x1731}, {0x1740, 0x1751}, {0x1760, 0x176c}, {0x176e, 0x1770}, {0x1780, 0x17b3}, {0x17d7, 0x17d7}, {0x17dc, 0x17dc}, {0x1820, 0x1878},
{0x1880, 0x18a8}, {0x18aa, 0x18aa}, {0x18b0, 0x18f5}, {0x1900, 0x191e}, {0x1950, 0x196d}, {0x1970, 0x1974}, {0x1980, 0x19ab}, {0x19b0, 0x19c9},
{0x1a00, 0x1a16}, {0x1a20, 0x1a54}, {0x1aa7, 0x1aa7}, {0x1b05, 0x1b33}, {0x1b45, 0x1b4c}, {0x1b83, 0x1ba0}, {0x1bae, 0x1baf}, {0x1bba, 0x1be5},
{0x1c00, 0x1c23}, {0x1c4d, 0x1c4f}, {0x1c5a, 0x1c7d}, {0x1c80, 0x1c8a}, {0x1c90, 0x1cba}, {0x1cbd, 0x1cbf}, {0x1ce9, 0x1cec}, {0x1cee, 0x1cf3},
{0x1cf5, 0x1cf6}, {0x1cfa, 0x1cfa}, {0x1d00, 0x1dbf}, {0x1e00, 0x1f15}, {0x1f18, 0x1f1d}, {0x1f20, 0x1f45}, {0x1f48, 0x1f4d}, {0x1f50, 0x1f57},
{0x1f59, 0x1f59}, {0x1f5b, 0x1f5b}, {0x1f5d, 0x1f5d}, {0x1f5f, 0x1f7d}, {0x1f80, 0x1fb4}, {0x1fb6, 0x1fbc}, {0x1fbe, 0x1fbe}, {0x1fc2, 0x1fc4},
{0x1fc6, 0x1fcc}, {0x1fd0, 0x1fd3}, {0x1fd6, 0x1fdb}, {0x1fe0, 0x1fec}, {0x1ff2, 0x1ff4}, {0x1ff6, 0x1ffc}, {0x2071, 0x2071}, {0x207f, 0x207f},
{0x2090, 0x209c}, {0x2102, 0x2102}, {0x2107, 0x2107}, {0x210a, 0x2113}, {0x2115, 0x2115}, {0x2118, 0x211d}, {0x2124, 0x2124}, {0x2126, 0x2126},
{0x2128, 0x2128}, {0x212b, 0x2139}, {0x213c, 0x213f}, {0x2145, 0x2149}, {0x214e, 0x214e}, {0x2160, 0x2188}, {0x2c00, 0x2ce4}, {0x2ceb, 0x2cee},
{0x2cf2, 0x2cf3}, {0x2d00, 0x2d25}, {0x2d27, 0x2d27}, {0x2d2d, 0x2d2d}, {0x2d30, 0x2d67}, {0x2d6f, 0x2d6f}, {0x2d80, 0x2d96}, {0x2da0, 0x2da6},
{0x2da8, 0x2dae}, {0x2db0, 0x2db6}, {0x2db8, 0x2dbe}, {0x2dc0, 0x2dc6}, {0x2dc8, 0x2dce}, {0x2dd0, 0x2dd6}, {0x2dd8, 0x2dde}, {0x3005, 0x3007},
{0x3021, 0x3029}, {0x3031, 0x3035}, {0x3038, 0x303c}, {0x3041, 0x3096}, {0x309d, 0x309f}, {0x30a1, 0x30fa}, {0x30fc, 0x30ff}, {0x3105, 0x312f},
{0x3131, 0x318e}, {0x31a0, 0x31bf}, {0x31f0, 0x31ff}, {0x3400, 0x4dbf}, {0x4e00, 0xa48c}, {0xa4d0, 0xa4fd}, {0xa500, 0xa60c}, {0xa610, 0xa61f},
{0xa62a, 0xa62b}, {0xa640, 0xa66e}, {0xa67f, 0xa69d}, {0xa6a0, 0xa6ef}, {0xa717, 0xa71f}, {0xa722, 0xa788}, {0xa78b, 0xa7cd}, {0xa7d0, 0xa7d1},
{0xa7d3, 0xa7d3}, {0xa7d5, 0xa7dc}, {0xa7f2, 0xa801}, {0xa803, 0xa805}, {0xa807, 0xa80a}, {0xa80c, 0xa822}, {0xa840, 0xa873}, {0xa882, 0xa8b3},
{0xa8f2, 0xa8f7}, {0xa8fb, 0xa8fb}, {0xa8fd, 0xa8fe}, {0xa90a, 0xa925}, {0xa930, 0xa946}, {0xa960, 0xa97c}, {0xa984, 0xa9b2}, {0xa9cf, 0xa9cf},
{0xa9e0, 0xa9e4}, {0xa9e6, 0xa9ef}, {0xa9fa, 0xa9fe}, {0xaa00, 0xaa28}, {0xaa40, 0xaa42}, {0xaa44, 0xaa4b}, {0xaa60, 0xaa76}, {0xaa7a, 0xaa7a},
{0xaa7e, 0xaaaf}, {0xaab1, 0xaab1}, {0xaab5, 0xaab6}, {0xaab9, 0xaabd}, {0xaac0, 0xaac0}, {0xaac2, 0xaac2}, {0xaadb, 0xaadd}, {0xaae0, 0xaaea},
{0xaaf2, 0xaaf4}, {0xab01, 0xab06}, {0xab09, 0xab0e}, {0xab11, 0xab16}, {0xab20, 0xab26}, {0xab28, 0xab2e}, {0xab30, 0xab5a}, {0xab5c, 0xab69},
{0xab70, 0xabe2}, {0xac00, 0xd7a3}, {0xd7b0, 0xd7c6}, {0xd7cb, 0xd7fb}, {0xf900, 0xfa6d}, {0xfa70, 0xfad9}, {0xfb00, 0xfb06}, {0xfb13, 0xfb17},
{0xfb1d, 0xfb1d}, {0xfb1f, 0xfb28}, {0xfb2a, 0xfb36}, {0xfb38, 0xfb3c}, {0xfb3e, 0xfb3e}, {0xfb40, 0xfb41}, {0xfb43, 0xfb44}, {0xfb46, 0xfbb1},
{0xfbd3, 0xfc5d}, {0xfc64, 0xfd3d}, {0xfd50, 0xfd8f}, {0xfd92, 0xfdc7}, {0xfdf0, 0xfdf9}, {0xfe71, 0xfe71}, {0xfe73, 0xfe73}, {0xfe77, 0xfe77},
{0xfe79, 0xfe79}, {0xfe7b, 0xfe7b}, {0xfe7d, 0xfe7d}, {0xfe7f, 0xfefc}, {0xff21, 0xff3a}, {0xff41, 0xff5a}, {0xff66, 0xff9d}, {0xffa0, 0xffbe},
{0xffc2, 0xffc7}, {0xffca, 0xffcf}, {0xffd2, 0xffd7}, {0xffda, 0xffdc}, {0x10000, 0x1000b}, {0x1000d, 0x10026}, {0x10028, 0x1003a}, {0x1003c, 0x1003d},
{0x1003f, 0x1004d}, {0x10050, 0x1005d}, {0x10080, 0x100fa}, {0x10140, 0x10174}, {0x10280, 0x1029c}, {0x102a0, 0x102d0}, {0x10300, 0x1031f}, {0x1032d, 0x1034a},
{0x10350, 0x10375}, {0x10380, 0x1039d}, {0x103a0, 0x103c3}, {0x103c8, 0x103cf}, {0x103d1, 0x103d5}, {0x10400, 0x1049d}, {0x104b0, 0x104d3}, {0x104d8, 0x104fb},
{0x10500, 0x10527}, {0x10530, 0x10563}, {0x10570, 0x1057a}, {0x1057c, 0x1058a}, {0x1058c, 0x10592}, {0x10594, 0x10595}, {0x10597, 0x105a1}, {0x105a3, 0x105b1},
{0x105b3, 0x105b9}, {0x105bb, 0x105bc}, {0x105c0, 0x105f3}, {0x10600, 0x10736}, {0x10740, 0x10755}, {0x10760, 0x10767}, {0x10780, 0x10785}, {0x10787, 0x107b0},
{0x107b2, 0x107ba}, {0x10800, 0x10805}, {0x10808, 0x10808}, {0x1080a, 0x10835}, {0x10837, 0x10838}, {0x1083c, 0x1083c}, {0x1083f, 0x10855}, {0x10860, 0x10876},
{0x10880, 0x1089e}, {0x108e0, 0x108f2}, {0x108f4, 0x108f5}, {0x10900, 0x10915}, {0x10920, 0x10939}, {0x10980, 0x109b7}, {0x109be, 0x109bf}, {0x10a00, 0x10a00},
{0x10a10, 0x10a13}, {0x10a15, 0x10a17}, {0x10a19, 0x10a35}, {0x10a60, 0x10a7c}, {0x10a80, 0x10a9c}, {0x10ac0, 0x10ac7}, {0x10ac9, 0x10ae4}, {0x10b00, 0x10b35},
{0x10b40, 0x10b55}, {0x10b60, 0x10b72}, {0x10b80, 0x10b91}, {0x10c00, 0x10c48}, {0x10c80, 0x10cb2}, {0x10cc0, 0x10cf2}, {0x10d00, 0x10d23}, {0x10d4a, 0x10d65},
{0x10d6f, 0x10d85}, {0x10e80, 0x10ea9}, {0x10eb0, 0x10eb1}, {0x10ec2, 0x10ec4}, {0x10f00, 0x10f1c}, {0x10f27, 0x10f27}, {0x10f30, 0x10f45}, {0x10f70, 0x10f81},
{0x10fb0, 0x10fc4}, {0x10fe0, 0x10ff6}, {0x11003, 0x11037}, {0x11071, 0x11072}, {0x11075, 0x11075}, {0x11083, 0x110af}, {0x110d0, 0x110e8}, {0x11103, 0x11126},
{0x11144, 0x11144}, {0x11147, 0x11147}, {0x11150, 0x11172}, {0x11176, 0x11176}, {0x11183, 0x111b2}, {0x111c1, 0x111c4}, {0x111da, 0x111da}, {0x111dc, 0x111dc},
{0x11200, 0x11211}, {0x11213, 0x1122b}, {0x1123f, 0x11240}, {0x11280, 0x11286}, {0x11288, 0x11288}, {0x1128a, 0x1128d}, {0x1128f, 0x1129d}, {0x1129f, 0x112a8},
{0x112b0, 0x112de}, {0x11305, 0x1130c}, {0x1130f, 0x11310}, {0x11313, 0x11328}, {0x1132a, 0x11330}, {0x11332, 0x11333}, {0x11335, 0x11339}, {0x1133d, 0x1133d},
{0x11350, 0x11350}, {0x1135d, 0x11361}, {0x11380, 0x11389}, {0x1138b, 0x1138b}, {0x1138e, 0x1138e}, {0x11390, 0x113b5}, {0x113b7, 0x113b7}, {0x113d1, 0x113d1},
{0x113d3, 0x113d3}, {0x11400, 0x11434}, {0x11447, 0x1144a}, {0x1145f, 0x11461}, {0x11480, 0x114af}, {0x114c4, 0x114c5}, {0x114c7, 0x114c7}, {0x11580, 0x115ae},
{0x115d8, 0x115db}, {0x11600, 0x1162f}, {0x11644, 0x11644}, {0x11680, 0x116aa}, {0x116b8, 0x116b8}, {0x11700, 0x1171a}, {0x11740, 0x11746}, {0x11800, 0x1182b},
{0x118a0, 0x118df}, {0x118ff, 0x11906}, {0x11909, 0x11909}, {0x1190c, 0x11913}, {0x11915, 0x11916}, {0x11918, 0x1192f}, {0x1193f, 0x1193f}, {0x11941, 0x11941},
{0x119a0, 0x119a7}, {0x119aa, 0x119d0}, {0x119e1, 0x119e1}, {0x119e3, 0x119e3}, {0x11a00, 0x11a00}, {0x11a0b, 0x11a32}, {0x11a3a, 0x11a3a}, {0x11a50, 0x11a50},
{0x11a5c, 0x11a89}, {0x11a9d, 0x11a9d}, {0x11ab0, 0x11af8}, {0x11bc0, 0x11be0}, {0x11c00, 0x11c08}, {0x11c0a, 0x11c2e}, {0x11c40, 0x11c40}, {0x11c72, 0x11c8f},
{0x11d00, 0x11d06}, {0x11d08, 0x11d09}, {0x11d0b, 0x11d30}, {0x11d46, 0x11d46}, {0x11d60, 0x11d65}, {0x11d67, 0x11d68}, {0x11d6a, 0x11d89}, {0x11d98, 0x11d98},
{0x11ee0, 0x11ef2}, {0x11f02, 0x11f02}, {0x11f04, 0x11f10}, {0x11f12, 0x11f33}, {0x11fb0, 0x11fb0}, {0x12000, 0x12399}, {0x12400, 0x1246e}, {0x12480, 0x12543},
{0x12f90, 0x12ff0}, {0x13000, 0x1342f}, {0x13441, 0x13446}, {0x13460, 0x143fa}, {0x14400, 0x14646}, {0x16100, 0x1611d}, {0x16800, 0x16a38}, {0x16a40, 0x16a5e},
{0x16a70, 0x16abe}, {0x16ad0, 0x16aed}, {0x16b00, 0x16b2f}, {0x16b40, 0x16b43}, {0x16b63, 0x16b77}, {0x16b7d, 0x16b8f}, {0x16d40, 0x16d6c}, {0x16e40, 0x16e7f},
{0x16f00, 0x16f4a}, {0x16f50, 0x16f50}, {0x16f93, 0x16f9f}, {0x16fe0, 0x16fe1}, {0x16fe3, 0x16fe3}, {0x17000, 0x187f7}, {0x18800, 0x18cd5}, {0x18cff, 0x18d08},
{0x1aff0, 0x1aff3}, {0x1aff5, 0x1affb}, {0x1affd, 0x1affe}, {0x1b000, 0x1b122}, {0x1b132, 0x1b132}, {0x1b150, 0x1b152}, {0x1b155, 0x1b155}, {0x1b164, 0x1b167},
{0x1b170, 0x1b2fb}, {0x1bc00, 0x1bc6a}, {0x1bc70, 0x1bc7c}, {0x1bc80, 0x1bc88}, {0x1bc90, 0x1bc99}, {0x1d400, 0x1d454}, {0x1d456, 0x1d49c}, {0x1d49e, 0x1d49f},
{0x1d4a2, 0x1d4a2}, {0x1d4a5, 0x1d4a6}, {0x1d4a9, 0x1d4ac}, {0x1d4ae, 0x1d4b9}, {0x1d4bb, 0x1d4bb}, {0x1d4bd, 0x1d4c3}, {0x1d4c5, 0x1d505}, {0x1d507, 0x1d50a},
{0x1d50d, 0x1d514}, {0x1d516, 0x1d51c}, {0x1d51e, 0x1d539}, {0x1d53b, 0x1d53e}, {0x1d540, 0x1d544}, {0x1d546, 0x1d546}, {0x1d54a, 0x1d550}, {0x1d552, 0x1d6a5},
{0x1d6a8, 0x1d6c0}, {0x1d6c2, 0x1d6da}, {0x1d6dc, 0x1d6fa}, {0x1d6fc, 0x1d714}, {0x1d716, 0x1d734}, {0x1d736, 0x1d74e}, {0x1d750, 0x1d76e}, {0x1d770, 0x1d788},
{0x1d78a, 0x1d7a8}, {0x1d7aa, 0x1d7c2}, {0x1d7c4, 0x1d7cb}, {0x1df00, 0x1df1e}, {0x1df25, 0x1df2a}, {0x1e030, 0x1e06d}, {0x1e100, 0x1e12c}, {0x1e137, 0x1e13d},
{0x1e14e, 0x1e14e}, {0x1e290, 0x1e2ad}, {0x1e2c0, 0x1e2eb}, {0x1e4d0, 0x1e4eb}, {0x1e5d0, 0x1e5ed}, {0x1e5f0, 0x1e5f0}, {0x1e7e0, 0x1e7e6}, {0x1e7e8, 0x1e7eb},
{0x1e7ed, 0x1e7ee}, {0x1e7f0, 0x1e7fe}, {0x1e800, 0x1e8c4}, {0x1e900, 0x1e943}, {0x1e94b, 0x1e94b}, {0x1ee00, 0x1ee03}, {0x1ee05, 0x1ee1f}, {0x1ee21, 0x1ee22},
{0x1ee24, 0x1ee24}, {0x1ee27, 0x1ee27}, {0x1ee29, 0x1ee32}, {0x1ee34, 0x1ee37}, {0x1ee39, 0x1ee39}, {0x1ee3b, 0x1ee3b}, {0x1ee42, 0x1ee42}, {0x1ee47, 0x1ee47},
{0x1ee49, 0x1ee49}, {0x1ee4b, 0x1ee4b}, {0x1ee4d, 0x1ee4f}, {0x1ee51, 0x1ee52}, {0x1ee54, 0x1ee54}, {0x1ee57, 0x1ee57}, {0x1ee59, 0x1ee59}, {0x1ee5b, 0x1ee5b},
{0x1ee5d, 0x1ee5d}, {0x1ee5f, 0x1ee5f}, {0x1ee61, 0x1ee62}, {0x1ee64, 0x1ee64}, {0x1ee67, 0x1ee6a}, {0x1ee6c, 0x1ee72}, {0x1ee74, 0x1ee77}, {0x1ee79, 0x1ee7c},
{0x1ee7e, 0x1ee7e}, {0x1ee80, 0x1ee89}, {0x1ee8b, 0x1ee9b}, {0x1eea1, 0x1eea3}, {0x1eea5, 0x1eea9}, {0x1eeab, 0x1eebb}, {0x20000, 0x2a6df}, {0x2a700, 0x2b739},
{0x2b740, 0x2b81d}, {0x2b820, 0x2cea1}, {0x2ceb0, 0x2ebe0}, {0x2ebf0, 0x2ee5d}, {0x2f800, 0x2fa1d}, {0x30000, 0x3134a}, {0x31350, 0x323af},
};
static const TSCharacterRange sym_identifier_character_set_2[] = {
{'$', '$'}, {'0', '9'}, {'A', 'Z'}, {'_', '_'}, {'a', 'z'}, {0xa2, 0xa2}, {0xaa, 0xaa}, {0xb5, 0xb5},
{0xb7, 0xb7}, {0xba, 0xba}, {0xc0, 0xd6}, {0xd8, 0xf6}, {0xf8, 0x17e}, {0x180, 0x2c1}, {0x2c6, 0x2d1}, {0x2e0, 0x2e4},
{0x2ec, 0x2ec}, {0x2ee, 0x2ee}, {0x300, 0x374}, {0x376, 0x377}, {0x37b, 0x37d}, {0x37f, 0x37f}, {0x386, 0x38a}, {0x38c, 0x38c},
{0x38e, 0x3a1}, {0x3a3, 0x3f5}, {0x3f7, 0x481}, {0x483, 0x487}, {0x48a, 0x52f}, {0x531, 0x556}, {0x559, 0x559}, {0x560, 0x588},
{0x591, 0x5bd}, {0x5bf, 0x5bf}, {0x5c1, 0x5c2}, {0x5c4, 0x5c5}, {0x5c7, 0x5c7}, {0x5d0, 0x5ea}, {0x5ef, 0x5f2}, {0x610, 0x61a},
{0x620, 0x669}, {0x66e, 0x6d3}, {0x6d5, 0x6dc}, {0x6df, 0x6e8}, {0x6ea, 0x6fc}, {0x6ff, 0x6ff}, {0x710, 0x74a}, {0x74d, 0x7b1},
{0x7c0, 0x7f5}, {0x7fa, 0x7fa}, {0x7fd, 0x7fd}, {0x800, 0x82d}, {0x840, 0x85b}, {0x860, 0x86a}, {0x870, 0x887}, {0x889, 0x88e},
{0x897, 0x8e1}, {0x8e3, 0x963}, {0x966, 0x96f}, {0x971, 0x983}, {0x985, 0x98c}, {0x98f, 0x990}, {0x993, 0x9a8}, {0x9aa, 0x9b0},
{0x9b2, 0x9b2}, {0x9b6, 0x9b9}, {0x9bc, 0x9c4}, {0x9c7, 0x9c8}, {0x9cb, 0x9ce}, {0x9d7, 0x9d7}, {0x9dc, 0x9dd}, {0x9df, 0x9e3},
{0x9e6, 0x9f1}, {0x9fc, 0x9fc}, {0x9fe, 0x9fe}, {0xa01, 0xa03}, {0xa05, 0xa0a}, {0xa0f, 0xa10}, {0xa13, 0xa28}, {0xa2a, 0xa30},
{0xa32, 0xa33}, {0xa35, 0xa36}, {0xa38, 0xa39}, {0xa3c, 0xa3c}, {0xa3e, 0xa42}, {0xa47, 0xa48}, {0xa4b, 0xa4d}, {0xa51, 0xa51},
{0xa59, 0xa5c}, {0xa5e, 0xa5e}, {0xa66, 0xa75}, {0xa81, 0xa83}, {0xa85, 0xa8d}, {0xa8f, 0xa91}, {0xa93, 0xaa8}, {0xaaa, 0xab0},
{0xab2, 0xab3}, {0xab5, 0xab9}, {0xabc, 0xac5}, {0xac7, 0xac9}, {0xacb, 0xacd}, {0xad0, 0xad0}, {0xae0, 0xae3}, {0xae6, 0xaef},
{0xaf9, 0xaff}, {0xb01, 0xb03}, {0xb05, 0xb0c}, {0xb0f, 0xb10}, {0xb13, 0xb28}, {0xb2a, 0xb30}, {0xb32, 0xb33}, {0xb35, 0xb39},
{0xb3c, 0xb44}, {0xb47, 0xb48}, {0xb4b, 0xb4d}, {0xb55, 0xb57}, {0xb5c, 0xb5d}, {0xb5f, 0xb63}, {0xb66, 0xb6f}, {0xb71, 0xb71},
{0xb82, 0xb83}, {0xb85, 0xb8a}, {0xb8e, 0xb90}, {0xb92, 0xb95}, {0xb99, 0xb9a}, {0xb9c, 0xb9c}, {0xb9e, 0xb9f}, {0xba3, 0xba4},
{0xba8, 0xbaa}, {0xbae, 0xbb9}, {0xbbe, 0xbc2}, {0xbc6, 0xbc8}, {0xbca, 0xbcd}, {0xbd0, 0xbd0}, {0xbd7, 0xbd7}, {0xbe6, 0xbef},
{0xc00, 0xc0c}, {0xc0e, 0xc10}, {0xc12, 0xc28}, {0xc2a, 0xc39}, {0xc3c, 0xc44}, {0xc46, 0xc48}, {0xc4a, 0xc4d}, {0xc55, 0xc56},
{0xc58, 0xc5a}, {0xc5d, 0xc5d}, {0xc60, 0xc63}, {0xc66, 0xc6f}, {0xc80, 0xc83}, {0xc85, 0xc8c}, {0xc8e, 0xc90}, {0xc92, 0xca8},
{0xcaa, 0xcb3}, {0xcb5, 0xcb9}, {0xcbc, 0xcc4}, {0xcc6, 0xcc8}, {0xcca, 0xccd}, {0xcd5, 0xcd6}, {0xcdd, 0xcde}, {0xce0, 0xce3},
{0xce6, 0xcef}, {0xcf1, 0xcf3}, {0xd00, 0xd0c}, {0xd0e, 0xd10}, {0xd12, 0xd44}, {0xd46, 0xd48}, {0xd4a, 0xd4e}, {0xd54, 0xd57},
{0xd5f, 0xd63}, {0xd66, 0xd6f}, {0xd7a, 0xd7f}, {0xd81, 0xd83}, {0xd85, 0xd96}, {0xd9a, 0xdb1}, {0xdb3, 0xdbb}, {0xdbd, 0xdbd},
{0xdc0, 0xdc6}, {0xdca, 0xdca}, {0xdcf, 0xdd4}, {0xdd6, 0xdd6}, {0xdd8, 0xddf}, {0xde6, 0xdef}, {0xdf2, 0xdf3}, {0xe01, 0xe3a},
{0xe40, 0xe4e}, {0xe50, 0xe59}, {0xe81, 0xe82}, {0xe84, 0xe84}, {0xe86, 0xe8a}, {0xe8c, 0xea3}, {0xea5, 0xea5}, {0xea7, 0xebd},
{0xec0, 0xec4}, {0xec6, 0xec6}, {0xec8, 0xece}, {0xed0, 0xed9}, {0xedc, 0xedf}, {0xf00, 0xf00}, {0xf18, 0xf19}, {0xf20, 0xf29},
{0xf35, 0xf35}, {0xf37, 0xf37}, {0xf39, 0xf39}, {0xf3e, 0xf47}, {0xf49, 0xf6c}, {0xf71, 0xf84}, {0xf86, 0xf97}, {0xf99, 0xfbc},
{0xfc6, 0xfc6}, {0x1000, 0x1049}, {0x1050, 0x109d}, {0x10a0, 0x10c5}, {0x10c7, 0x10c7}, {0x10cd, 0x10cd}, {0x10d0, 0x10fa}, {0x10fc, 0x1248},
{0x124a, 0x124d}, {0x1250, 0x1256}, {0x1258, 0x1258}, {0x125a, 0x125d}, {0x1260, 0x1288}, {0x128a, 0x128d}, {0x1290, 0x12b0}, {0x12b2, 0x12b5},
{0x12b8, 0x12be}, {0x12c0, 0x12c0}, {0x12c2, 0x12c5}, {0x12c8, 0x12d6}, {0x12d8, 0x1310}, {0x1312, 0x1315}, {0x1318, 0x135a}, {0x135d, 0x135f},
{0x1369, 0x1371}, {0x1380, 0x138f}, {0x13a0, 0x13f5}, {0x13f8, 0x13fd}, {0x1401, 0x166c}, {0x166f, 0x167f}, {0x1681, 0x169a}, {0x16a0, 0x16ea},
{0x16ee, 0x16f8}, {0x1700, 0x1715}, {0x171f, 0x1734}, {0x1740, 0x1753}, {0x1760, 0x176c}, {0x176e, 0x1770}, {0x1772, 0x1773}, {0x1780, 0x17d3},
{0x17d7, 0x17d7}, {0x17dc, 0x17dd}, {0x17e0, 0x17e9}, {0x180b, 0x180d}, {0x180f, 0x1819}, {0x1820, 0x1878}, {0x1880, 0x18aa}, {0x18b0, 0x18f5},
{0x1900, 0x191e}, {0x1920, 0x192b}, {0x1930, 0x193b}, {0x1946, 0x196d}, {0x1970, 0x1974}, {0x1980, 0x19ab}, {0x19b0, 0x19c9}, {0x19d0, 0x19da},
{0x1a00, 0x1a1b}, {0x1a20, 0x1a5e}, {0x1a60, 0x1a7c}, {0x1a7f, 0x1a89}, {0x1a90, 0x1a99}, {0x1aa7, 0x1aa7}, {0x1ab0, 0x1abd}, {0x1abf, 0x1ace},
{0x1b00, 0x1b4c}, {0x1b50, 0x1b59}, {0x1b6b, 0x1b73}, {0x1b80, 0x1bf3}, {0x1c00, 0x1c37}, {0x1c40, 0x1c49}, {0x1c4d, 0x1c7d}, {0x1c80, 0x1c8a},
{0x1c90, 0x1cba}, {0x1cbd, 0x1cbf}, {0x1cd0, 0x1cd2}, {0x1cd4, 0x1cfa}, {0x1d00, 0x1f15}, {0x1f18, 0x1f1d}, {0x1f20, 0x1f45}, {0x1f48, 0x1f4d},
{0x1f50, 0x1f57}, {0x1f59, 0x1f59}, {0x1f5b, 0x1f5b}, {0x1f5d, 0x1f5d}, {0x1f5f, 0x1f7d}, {0x1f80, 0x1fb4}, {0x1fb6, 0x1fbc}, {0x1fbe, 0x1fbe},
{0x1fc2, 0x1fc4}, {0x1fc6, 0x1fcc}, {0x1fd0, 0x1fd3}, {0x1fd6, 0x1fdb}, {0x1fe0, 0x1fec}, {0x1ff2, 0x1ff4}, {0x1ff6, 0x1ffc}, {0x200c, 0x200d},
{0x203f, 0x2040}, {0x2054, 0x2054}, {0x2071, 0x2071}, {0x207f, 0x207f}, {0x2090, 0x209c}, {0x20d0, 0x20dc}, {0x20e1, 0x20e1}, {0x20e5, 0x20f0},
{0x2102, 0x2102}, {0x2107, 0x2107}, {0x210a, 0x2113}, {0x2115, 0x2115}, {0x2118, 0x211d}, {0x2124, 0x2124}, {0x2126, 0x2126}, {0x2128, 0x2128},
{0x212b, 0x2139}, {0x213c, 0x213f}, {0x2145, 0x2149}, {0x214e, 0x214e}, {0x2160, 0x2188}, {0x2c00, 0x2ce4}, {0x2ceb, 0x2cf3}, {0x2d00, 0x2d25},
{0x2d27, 0x2d27}, {0x2d2d, 0x2d2d}, {0x2d30, 0x2d67}, {0x2d6f, 0x2d6f}, {0x2d7f, 0x2d96}, {0x2da0, 0x2da6}, {0x2da8, 0x2dae}, {0x2db0, 0x2db6},
{0x2db8, 0x2dbe}, {0x2dc0, 0x2dc6}, {0x2dc8, 0x2dce}, {0x2dd0, 0x2dd6}, {0x2dd8, 0x2dde}, {0x2de0, 0x2dff}, {0x3005, 0x3007}, {0x3021, 0x302f},
{0x3031, 0x3035}, {0x3038, 0x303c}, {0x3041, 0x3096}, {0x3099, 0x309a}, {0x309d, 0x309f}, {0x30a1, 0x30ff}, {0x3105, 0x312f}, {0x3131, 0x318e},
{0x31a0, 0x31bf}, {0x31f0, 0x31ff}, {0x3400, 0x4dbf}, {0x4e00, 0xa48c}, {0xa4d0, 0xa4fd}, {0xa500, 0xa60c}, {0xa610, 0xa62b}, {0xa640, 0xa66f},
{0xa674, 0xa67d}, {0xa67f, 0xa6f1}, {0xa717, 0xa71f}, {0xa722, 0xa788}, {0xa78b, 0xa7cd}, {0xa7d0, 0xa7d1}, {0xa7d3, 0xa7d3}, {0xa7d5, 0xa7dc},
{0xa7f2, 0xa827}, {0xa82c, 0xa82c}, {0xa840, 0xa873}, {0xa880, 0xa8c5}, {0xa8d0, 0xa8d9}, {0xa8e0, 0xa8f7}, {0xa8fb, 0xa8fb}, {0xa8fd, 0xa92d},
{0xa930, 0xa953}, {0xa960, 0xa97c}, {0xa980, 0xa9c0}, {0xa9cf, 0xa9d9}, {0xa9e0, 0xa9fe}, {0xaa00, 0xaa36}, {0xaa40, 0xaa4d}, {0xaa50, 0xaa59},
{0xaa60, 0xaa76}, {0xaa7a, 0xaac2}, {0xaadb, 0xaadd}, {0xaae0, 0xaaef}, {0xaaf2, 0xaaf6}, {0xab01, 0xab06}, {0xab09, 0xab0e}, {0xab11, 0xab16},
{0xab20, 0xab26}, {0xab28, 0xab2e}, {0xab30, 0xab5a}, {0xab5c, 0xab69}, {0xab70, 0xabea}, {0xabec, 0xabed}, {0xabf0, 0xabf9}, {0xac00, 0xd7a3},
{0xd7b0, 0xd7c6}, {0xd7cb, 0xd7fb}, {0xf900, 0xfa6d}, {0xfa70, 0xfad9}, {0xfb00, 0xfb06}, {0xfb13, 0xfb17}, {0xfb1d, 0xfb28}, {0xfb2a, 0xfb36},
{0xfb38, 0xfb3c}, {0xfb3e, 0xfb3e}, {0xfb40, 0xfb41}, {0xfb43, 0xfb44}, {0xfb46, 0xfbb1}, {0xfbd3, 0xfc5d}, {0xfc64, 0xfd3d}, {0xfd50, 0xfd8f},
{0xfd92, 0xfdc7}, {0xfdf0, 0xfdf9}, {0xfe00, 0xfe0f}, {0xfe20, 0xfe2f}, {0xfe33, 0xfe34}, {0xfe4d, 0xfe4f}, {0xfe71, 0xfe71}, {0xfe73, 0xfe73},
{0xfe77, 0xfe77}, {0xfe79, 0xfe79}, {0xfe7b, 0xfe7b}, {0xfe7d, 0xfe7d}, {0xfe7f, 0xfefc}, {0xff10, 0xff19}, {0xff21, 0xff3a}, {0xff3f, 0xff3f},
{0xff41, 0xff5a}, {0xff65, 0xffbe}, {0xffc2, 0xffc7}, {0xffca, 0xffcf}, {0xffd2, 0xffd7}, {0xffda, 0xffdc}, {0x10000, 0x1000b}, {0x1000d, 0x10026},
{0x10028, 0x1003a}, {0x1003c, 0x1003d}, {0x1003f, 0x1004d}, {0x10050, 0x1005d}, {0x10080, 0x100fa}, {0x10140, 0x10174}, {0x101fd, 0x101fd}, {0x10280, 0x1029c},
{0x102a0, 0x102d0}, {0x102e0, 0x102e0}, {0x10300, 0x1031f}, {0x1032d, 0x1034a}, {0x10350, 0x1037a}, {0x10380, 0x1039d}, {0x103a0, 0x103c3}, {0x103c8, 0x103cf},
{0x103d1, 0x103d5}, {0x10400, 0x1049d}, {0x104a0, 0x104a9}, {0x104b0, 0x104d3}, {0x104d8, 0x104fb}, {0x10500, 0x10527}, {0x10530, 0x10563}, {0x10570, 0x1057a},
{0x1057c, 0x1058a}, {0x1058c, 0x10592}, {0x10594, 0x10595}, {0x10597, 0x105a1}, {0x105a3, 0x105b1}, {0x105b3, 0x105b9}, {0x105bb, 0x105bc}, {0x105c0, 0x105f3},
{0x10600, 0x10736}, {0x10740, 0x10755}, {0x10760, 0x10767}, {0x10780, 0x10785}, {0x10787, 0x107b0}, {0x107b2, 0x107ba}, {0x10800, 0x10805}, {0x10808, 0x10808},
{0x1080a, 0x10835}, {0x10837, 0x10838}, {0x1083c, 0x1083c}, {0x1083f, 0x10855}, {0x10860, 0x10876}, {0x10880, 0x1089e}, {0x108e0, 0x108f2}, {0x108f4, 0x108f5},
{0x10900, 0x10915}, {0x10920, 0x10939}, {0x10980, 0x109b7}, {0x109be, 0x109bf}, {0x10a00, 0x10a03}, {0x10a05, 0x10a06}, {0x10a0c, 0x10a13}, {0x10a15, 0x10a17},
{0x10a19, 0x10a35}, {0x10a38, 0x10a3a}, {0x10a3f, 0x10a3f}, {0x10a60, 0x10a7c}, {0x10a80, 0x10a9c}, {0x10ac0, 0x10ac7}, {0x10ac9, 0x10ae6}, {0x10b00, 0x10b35},
{0x10b40, 0x10b55}, {0x10b60, 0x10b72}, {0x10b80, 0x10b91}, {0x10c00, 0x10c48}, {0x10c80, 0x10cb2}, {0x10cc0, 0x10cf2}, {0x10d00, 0x10d27}, {0x10d30, 0x10d39},
{0x10d40, 0x10d65}, {0x10d69, 0x10d6d}, {0x10d6f, 0x10d85}, {0x10e80, 0x10ea9}, {0x10eab, 0x10eac}, {0x10eb0, 0x10eb1}, {0x10ec2, 0x10ec4}, {0x10efc, 0x10f1c},
{0x10f27, 0x10f27}, {0x10f30, 0x10f50}, {0x10f70, 0x10f85}, {0x10fb0, 0x10fc4}, {0x10fe0, 0x10ff6}, {0x11000, 0x11046}, {0x11066, 0x11075}, {0x1107f, 0x110ba},
{0x110c2, 0x110c2}, {0x110d0, 0x110e8}, {0x110f0, 0x110f9}, {0x11100, 0x11134}, {0x11136, 0x1113f}, {0x11144, 0x11147}, {0x11150, 0x11173}, {0x11176, 0x11176},
{0x11180, 0x111c4}, {0x111c9, 0x111cc}, {0x111ce, 0x111da}, {0x111dc, 0x111dc}, {0x11200, 0x11211}, {0x11213, 0x11237}, {0x1123e, 0x11241}, {0x11280, 0x11286},
{0x11288, 0x11288}, {0x1128a, 0x1128d}, {0x1128f, 0x1129d}, {0x1129f, 0x112a8}, {0x112b0, 0x112ea}, {0x112f0, 0x112f9}, {0x11300, 0x11303}, {0x11305, 0x1130c},
{0x1130f, 0x11310}, {0x11313, 0x11328}, {0x1132a, 0x11330}, {0x11332, 0x11333}, {0x11335, 0x11339}, {0x1133b, 0x11344}, {0x11347, 0x11348}, {0x1134b, 0x1134d},
{0x11350, 0x11350}, {0x11357, 0x11357}, {0x1135d, 0x11363}, {0x11366, 0x1136c}, {0x11370, 0x11374}, {0x11380, 0x11389}, {0x1138b, 0x1138b}, {0x1138e, 0x1138e},
{0x11390, 0x113b5}, {0x113b7, 0x113c0}, {0x113c2, 0x113c2}, {0x113c5, 0x113c5}, {0x113c7, 0x113ca}, {0x113cc, 0x113d3}, {0x113e1, 0x113e2}, {0x11400, 0x1144a},
{0x11450, 0x11459}, {0x1145e, 0x11461}, {0x11480, 0x114c5}, {0x114c7, 0x114c7}, {0x114d0, 0x114d9}, {0x11580, 0x115b5}, {0x115b8, 0x115c0}, {0x115d8, 0x115dd},
{0x11600, 0x11640}, {0x11644, 0x11644}, {0x11650, 0x11659}, {0x11680, 0x116b8}, {0x116c0, 0x116c9}, {0x116d0, 0x116e3}, {0x11700, 0x1171a}, {0x1171d, 0x1172b},
{0x11730, 0x11739}, {0x11740, 0x11746}, {0x11800, 0x1183a}, {0x118a0, 0x118e9}, {0x118ff, 0x11906}, {0x11909, 0x11909}, {0x1190c, 0x11913}, {0x11915, 0x11916},
{0x11918, 0x11935}, {0x11937, 0x11938}, {0x1193b, 0x11943}, {0x11950, 0x11959}, {0x119a0, 0x119a7}, {0x119aa, 0x119d7}, {0x119da, 0x119e1}, {0x119e3, 0x119e4},
{0x11a00, 0x11a3e}, {0x11a47, 0x11a47}, {0x11a50, 0x11a99}, {0x11a9d, 0x11a9d}, {0x11ab0, 0x11af8}, {0x11bc0, 0x11be0}, {0x11bf0, 0x11bf9}, {0x11c00, 0x11c08},
{0x11c0a, 0x11c36}, {0x11c38, 0x11c40}, {0x11c50, 0x11c59}, {0x11c72, 0x11c8f}, {0x11c92, 0x11ca7}, {0x11ca9, 0x11cb6}, {0x11d00, 0x11d06}, {0x11d08, 0x11d09},
{0x11d0b, 0x11d36}, {0x11d3a, 0x11d3a}, {0x11d3c, 0x11d3d}, {0x11d3f, 0x11d47}, {0x11d50, 0x11d59}, {0x11d60, 0x11d65}, {0x11d67, 0x11d68}, {0x11d6a, 0x11d8e},
{0x11d90, 0x11d91}, {0x11d93, 0x11d98}, {0x11da0, 0x11da9}, {0x11ee0, 0x11ef6}, {0x11f00, 0x11f10}, {0x11f12, 0x11f3a}, {0x11f3e, 0x11f42}, {0x11f50, 0x11f5a},
{0x11fb0, 0x11fb0}, {0x12000, 0x12399}, {0x12400, 0x1246e}, {0x12480, 0x12543}, {0x12f90, 0x12ff0}, {0x13000, 0x1342f}, {0x13440, 0x13455}, {0x13460, 0x143fa},
{0x14400, 0x14646}, {0x16100, 0x16139}, {0x16800, 0x16a38}, {0x16a40, 0x16a5e}, {0x16a60, 0x16a69}, {0x16a70, 0x16abe}, {0x16ac0, 0x16ac9}, {0x16ad0, 0x16aed},
{0x16af0, 0x16af4}, {0x16b00, 0x16b36}, {0x16b40, 0x16b43}, {0x16b50, 0x16b59}, {0x16b63, 0x16b77}, {0x16b7d, 0x16b8f}, {0x16d40, 0x16d6c}, {0x16d70, 0x16d79},
{0x16e40, 0x16e7f}, {0x16f00, 0x16f4a}, {0x16f4f, 0x16f87}, {0x16f8f, 0x16f9f}, {0x16fe0, 0x16fe1}, {0x16fe3, 0x16fe4}, {0x16ff0, 0x16ff1}, {0x17000, 0x187f7},
{0x18800, 0x18cd5}, {0x18cff, 0x18d08}, {0x1aff0, 0x1aff3}, {0x1aff5, 0x1affb}, {0x1affd, 0x1affe}, {0x1b000, 0x1b122}, {0x1b132, 0x1b132}, {0x1b150, 0x1b152},
{0x1b155, 0x1b155}, {0x1b164, 0x1b167}, {0x1b170, 0x1b2fb}, {0x1bc00, 0x1bc6a}, {0x1bc70, 0x1bc7c}, {0x1bc80, 0x1bc88}, {0x1bc90, 0x1bc99}, {0x1bc9d, 0x1bc9e},
{0x1ccf0, 0x1ccf9}, {0x1cf00, 0x1cf2d}, {0x1cf30, 0x1cf46}, {0x1d165, 0x1d169}, {0x1d16d, 0x1d172}, {0x1d17b, 0x1d182}, {0x1d185, 0x1d18b}, {0x1d1aa, 0x1d1ad},
{0x1d242, 0x1d244}, {0x1d400, 0x1d454}, {0x1d456, 0x1d49c}, {0x1d49e, 0x1d49f}, {0x1d4a2, 0x1d4a2}, {0x1d4a5, 0x1d4a6}, {0x1d4a9, 0x1d4ac}, {0x1d4ae, 0x1d4b9},
{0x1d4bb, 0x1d4bb}, {0x1d4bd, 0x1d4c3}, {0x1d4c5, 0x1d505}, {0x1d507, 0x1d50a}, {0x1d50d, 0x1d514}, {0x1d516, 0x1d51c}, {0x1d51e, 0x1d539}, {0x1d53b, 0x1d53e},
{0x1d540, 0x1d544}, {0x1d546, 0x1d546}, {0x1d54a, 0x1d550}, {0x1d552, 0x1d6a5}, {0x1d6a8, 0x1d6c0}, {0x1d6c2, 0x1d6da}, {0x1d6dc, 0x1d6fa}, {0x1d6fc, 0x1d714},
{0x1d716, 0x1d734}, {0x1d736, 0x1d74e}, {0x1d750, 0x1d76e}, {0x1d770, 0x1d788}, {0x1d78a, 0x1d7a8}, {0x1d7aa, 0x1d7c2}, {0x1d7c4, 0x1d7cb}, {0x1d7ce, 0x1d7ff},
{0x1da00, 0x1da36}, {0x1da3b, 0x1da6c}, {0x1da75, 0x1da75}, {0x1da84, 0x1da84}, {0x1da9b, 0x1da9f}, {0x1daa1, 0x1daaf}, {0x1df00, 0x1df1e}, {0x1df25, 0x1df2a},
{0x1e000, 0x1e006}, {0x1e008, 0x1e018}, {0x1e01b, 0x1e021}, {0x1e023, 0x1e024}, {0x1e026, 0x1e02a}, {0x1e030, 0x1e06d}, {0x1e08f, 0x1e08f}, {0x1e100, 0x1e12c},
{0x1e130, 0x1e13d}, {0x1e140, 0x1e149}, {0x1e14e, 0x1e14e}, {0x1e290, 0x1e2ae}, {0x1e2c0, 0x1e2f9}, {0x1e4d0, 0x1e4f9}, {0x1e5d0, 0x1e5fa}, {0x1e7e0, 0x1e7e6},
{0x1e7e8, 0x1e7eb}, {0x1e7ed, 0x1e7ee}, {0x1e7f0, 0x1e7fe}, {0x1e800, 0x1e8c4}, {0x1e8d0, 0x1e8d6}, {0x1e900, 0x1e94b}, {0x1e950, 0x1e959}, {0x1ee00, 0x1ee03},
{0x1ee05, 0x1ee1f}, {0x1ee21, 0x1ee22}, {0x1ee24, 0x1ee24}, {0x1ee27, 0x1ee27}, {0x1ee29, 0x1ee32}, {0x1ee34, 0x1ee37}, {0x1ee39, 0x1ee39}, {0x1ee3b, 0x1ee3b},
{0x1ee42, 0x1ee42}, {0x1ee47, 0x1ee47}, {0x1ee49, 0x1ee49}, {0x1ee4b, 0x1ee4b}, {0x1ee4d, 0x1ee4f}, {0x1ee51, 0x1ee52}, {0x1ee54, 0x1ee54}, {0x1ee57, 0x1ee57},
{0x1ee59, 0x1ee59}, {0x1ee5b, 0x1ee5b}, {0x1ee5d, 0x1ee5d}, {0x1ee5f, 0x1ee5f}, {0x1ee61, 0x1ee62}, {0x1ee64, 0x1ee64}, {0x1ee67, 0x1ee6a}, {0x1ee6c, 0x1ee72},
{0x1ee74, 0x1ee77}, {0x1ee79, 0x1ee7c}, {0x1ee7e, 0x1ee7e}, {0x1ee80, 0x1ee89}, {0x1ee8b, 0x1ee9b}, {0x1eea1, 0x1eea3}, {0x1eea5, 0x1eea9}, {0x1eeab, 0x1eebb},
{0x1fbf0, 0x1fbf9}, {0x20000, 0x2a6df}, {0x2a700, 0x2b739}, {0x2b740, 0x2b81d}, {0x2b820, 0x2cea1}, {0x2ceb0, 0x2ebe0}, {0x2ebf0, 0x2ee5d}, {0x2f800, 0x2fa1d},
{0x30000, 0x3134a}, {0x31350, 0x323af}, {0xe0100, 0xe01ef},
};
static bool ts_lex(TSLexer *lexer, TSStateId state) {
START_LEXER();
eof = lexer->eof(lexer);
switch (state) {
case 0:
if (eof) ADVANCE(65);
ADVANCE_MAP(
'!', 167,
'"', 87,
'%', 155,
'&', 113,
'\'', 29,
'(', 109,
')', 110,
'*', 146,
'+', 141,
',', 163,
'-', 142,
'.', 174,
'/', 148,
'0', 67,
':', 165,
';', 178,
'<', 131,
'=', 115,
'>', 128,
'?', 164,
'@', 179,
'[', 170,
'\\', 46,
']', 171,
'^', 153,
'n', 184,
'{', 177,
'|', 150,
'}', 104,
'~', 166,
);
if (('\t' <= lookahead && lookahead <= '\r') ||
lookahead == ' ') SKIP(63);
if (('1' <= lookahead && lookahead <= '9')) ADVANCE(68);
if (set_contains(sym_identifier_character_set_1, 687, lookahead)) ADVANCE(185);
END_STATE();
case 1:
ADVANCE_MAP(
'!', 167,
'"', 87,
'%', 155,
'&', 113,
'\'', 29,
'(', 109,
')', 110,
'*', 146,
'+', 141,
',', 163,
'-', 142,
'.', 174,
'/', 148,
'0', 67,
':', 165,
';', 178,
'<', 131,
'=', 115,
'>', 128,
'?', 164,
'@', 179,
'[', 170,
']', 171,
'^', 153,
'{', 177,
'|', 150,
'}', 104,
'~', 166,
);
if (('\t' <= lookahead && lookahead <= '\r') ||
lookahead == ' ') SKIP(1);
if (('1' <= lookahead && lookahead <= '9')) ADVANCE(68);
if (set_contains(sym_identifier_character_set_1, 687, lookahead)) ADVANCE(185);
END_STATE();
case 2:
ADVANCE_MAP(
'!', 27,
'%', 154,
'&', 112,
'(', 109,
')', 110,
'*', 145,
'+', 140,
',', 163,
'-', 143,
'.', 172,
'/', 147,
':', 165,
';', 178,
'<', 132,
'=', 28,
'>', 129,
'?', 164,
'@', 179,
'[', 170,
']', 171,
'^', 152,
'{', 177,
'|', 151,
'}', 104,
);
if (('\t' <= lookahead && lookahead <= '\r') ||
lookahead == ' ') SKIP(2);
if (set_contains(sym_identifier_character_set_1, 687, lookahead)) ADVANCE(185);
END_STATE();
case 3:
ADVANCE_MAP(
'!', 27,
'%', 154,
'&', 112,
'(', 109,
')', 110,
'*', 145,
'+', 139,
',', 163,
'-', 144,
'.', 172,
'/', 147,
':', 165,
';', 178,
'<', 132,
'=', 28,
'>', 129,
'?', 164,
'@', 179,
'[', 170,
']', 171,
'^', 152,
'n', 184,
'|', 151,
'}', 104,
);
if (('\t' <= lookahead && lookahead <= '\r') ||
lookahead == ' ') SKIP(3);
if (set_contains(sym_identifier_character_set_1, 687, lookahead)) ADVANCE(185);
END_STATE();
case 4:
ADVANCE_MAP(
'!', 27,
'%', 154,
'&', 112,
'(', 109,
')', 110,
'*', 145,
'+', 139,
',', 163,
'-', 144,
'.', 172,
'/', 147,
':', 165,
';', 178,
'<', 132,
'=', 28,
'>', 129,
'?', 164,
'@', 179,
'[', 170,
']', 171,
'^', 152,
'{', 177,
'|', 151,
'}', 104,
);
if (('\t' <= lookahead && lookahead <= '\r') ||
lookahead == ' ') SKIP(4);
if (set_contains(sym_identifier_character_set_1, 687, lookahead)) ADVANCE(185);
END_STATE();
case 5:
if (lookahead == '"') ADVANCE(88);
END_STATE();
case 6:
if (lookahead == '"') ADVANCE(101);
if (lookahead == '/') ADVANCE(96);
if (lookahead == '\\') ADVANCE(46);
if (('\t' <= lookahead && lookahead <= '\r') ||
lookahead == ' ') ADVANCE(99);
if (lookahead != 0 &&
lookahead != 0x17f &&
lookahead != 0x212a) ADVANCE(100);
END_STATE();
case 7:
if (lookahead == '"') ADVANCE(102);
END_STATE();
case 8:
if (lookahead == '"') ADVANCE(86);
if (lookahead == '/') ADVANCE(90);
if (lookahead == '\\') ADVANCE(46);
if (('\t' <= lookahead && lookahead <= '\r') ||
lookahead == ' ') ADVANCE(93);
if (lookahead != 0 &&
lookahead != 0x17f &&
lookahead != 0x212a) ADVANCE(94);
END_STATE();
case 9:
ADVANCE_MAP(
'&', 111,
'(', 109,
')', 110,
',', 163,
'.', 173,
'/', 17,
':', 165,
';', 178,
'<', 130,
'=', 114,
'>', 127,
'?', 164,
'@', 179,
'[', 170,
'{', 177,
'|', 149,
);
if (('\t' <= lookahead && lookahead <= '\r') ||
lookahead == ' ') SKIP(9);
if (set_contains(sym_identifier_character_set_1, 687, lookahead)) ADVANCE(185);
END_STATE();
case 10:
if (lookahead == '\'') ADVANCE(84);
if (lookahead == '0') ADVANCE(11);
if (lookahead == '\\') ADVANCE(47);
if (lookahead == 'u') ADVANCE(10);
if (lookahead != 0 &&
lookahead != '\n' &&
lookahead != 0x17f &&
lookahead != 0x212a) ADVANCE(14);
END_STATE();
case 11:
if (lookahead == '\'') ADVANCE(84);
if (lookahead == '0') ADVANCE(12);
if (lookahead == '\\') ADVANCE(47);
if (lookahead != 0 &&
lookahead != '\n' &&
lookahead != 0x17f &&
lookahead != 0x212a) ADVANCE(14);
END_STATE();
case 12:
if (lookahead == '\'') ADVANCE(84);
if (lookahead == '5') ADVANCE(13);
if (lookahead == '\\') ADVANCE(47);
if (lookahead != 0 &&
lookahead != '\n' &&
lookahead != 0x17f &&
lookahead != 0x212a) ADVANCE(14);
END_STATE();
case 13:
if (lookahead == '\'') ADVANCE(84);
if (lookahead == '\\') ADVANCE(47);
if (lookahead == 'C' ||
lookahead == 'c') ADVANCE(16);
if (lookahead != 0 &&
lookahead != '\n' &&
lookahead != 0x17f &&
lookahead != 0x212a) ADVANCE(14);
END_STATE();
case 14:
if (lookahead == '\'') ADVANCE(84);
if (lookahead == '\\') ADVANCE(47);
if (lookahead != 0 &&
lookahead != '\n' &&
lookahead != 0x17f &&
lookahead != 0x212a) ADVANCE(14);
END_STATE();
case 15:
if (lookahead == '\'') ADVANCE(85);
if (lookahead == '\\') ADVANCE(15);
if (lookahead == 'u') ADVANCE(10);
if (lookahead != 0 &&
lookahead != 0x17f &&
lookahead != 0x212a) ADVANCE(14);
END_STATE();
case 16:
if (lookahead == '\'') ADVANCE(85);
if (lookahead == '\\') ADVANCE(15);
if (lookahead != 0 &&
lookahead != 0x17f &&
lookahead != 0x212a) ADVANCE(14);
END_STATE();
case 17:
if (lookahead == '*') ADVANCE(19);
if (lookahead == '/') ADVANCE(186);
END_STATE();
case 18:
if (lookahead == '*') ADVANCE(18);
if (lookahead == '/') ADVANCE(187);
if (lookahead != 0 &&
lookahead != 0x17f &&
lookahead != 0x212a) ADVANCE(19);
END_STATE();
case 19:
if (lookahead == '*') ADVANCE(18);
if (lookahead != 0 &&
lookahead != 0x17f &&
lookahead != 0x212a) ADVANCE(19);
END_STATE();
case 20:
ADVANCE_MAP(
'.', 79,
'_', 37,
'E', 52,
'e', 52,
'D', 76,
'F', 76,
'd', 76,
'f', 76,
);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(20);
END_STATE();
case 21:
if (lookahead == '.') ADVANCE(181);
END_STATE();
case 22:
if (lookahead == '.') ADVANCE(60);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'F') ||
('a' <= lookahead && lookahead <= 'f')) ADVANCE(70);
END_STATE();
case 23:
if (lookahead == '0') ADVANCE(25);
if (lookahead == 'u') ADVANCE(24);
if (lookahead == '{') ADVANCE(61);
if (('1' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'F') ||
('a' <= lookahead && lookahead <= 'f')) ADVANCE(58);
END_STATE();
case 24:
if (lookahead == '0') ADVANCE(25);
if (lookahead == 'u') ADVANCE(24);
if (('1' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'F') ||
('a' <= lookahead && lookahead <= 'f')) ADVANCE(58);
END_STATE();
case 25:
if (lookahead == '0') ADVANCE(26);
if (('1' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'F') ||
('a' <= lookahead && lookahead <= 'f')) ADVANCE(62);
END_STATE();
case 26:
if (lookahead == '5') ADVANCE(54);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'F') ||
('a' <= lookahead && lookahead <= 'f')) ADVANCE(59);
END_STATE();
case 27:
if (lookahead == '=') ADVANCE(136);
END_STATE();
case 28:
if (lookahead == '=') ADVANCE(135);
END_STATE();
case 29:
if (lookahead == '\\') ADVANCE(47);
if (lookahead != 0 &&
lookahead != '\n' &&
lookahead != '\'' &&
lookahead != 0x17f &&
lookahead != 0x212a) ADVANCE(14);
END_STATE();
case 30:
if (lookahead == '_') ADVANCE(30);
if (lookahead == '8' ||
lookahead == '9') ADVANCE(20);
if (('0' <= lookahead && lookahead <= '7')) ADVANCE(72);
END_STATE();
case 31:
if (lookahead == '_') ADVANCE(31);
if (('0' <= lookahead && lookahead <= '7')) ADVANCE(73);
END_STATE();
case 32:
if (lookahead == '_') ADVANCE(32);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(68);
END_STATE();
case 33:
if (lookahead == '_') ADVANCE(33);
if (lookahead == '0' ||
lookahead == '1') ADVANCE(75);
END_STATE();
case 34:
if (lookahead == '_') ADVANCE(34);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'F') ||
('a' <= lookahead && lookahead <= 'f')) ADVANCE(70);
END_STATE();
case 35:
if (lookahead == '_') ADVANCE(35);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(77);
END_STATE();
case 36:
if (lookahead == '_') ADVANCE(36);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'F') ||
('a' <= lookahead && lookahead <= 'f')) ADVANCE(81);
END_STATE();
case 37:
if (lookahead == '_') ADVANCE(37);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(20);
END_STATE();
case 38:
if (lookahead == '_') ADVANCE(38);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(78);
END_STATE();
case 39:
if (lookahead == '_') ADVANCE(39);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(82);
END_STATE();
case 40:
if (lookahead == 'a') ADVANCE(44);
END_STATE();
case 41:
if (lookahead == 'd') ADVANCE(180);
END_STATE();
case 42:
if (lookahead == 'e') ADVANCE(40);
END_STATE();
case 43:
if (lookahead == 'e') ADVANCE(41);
END_STATE();
case 44:
if (lookahead == 'l') ADVANCE(43);
END_STATE();
case 45:
if (lookahead == 's') ADVANCE(42);
END_STATE();
case 46:
if (lookahead == 'u') ADVANCE(23);
if (lookahead == 'x') ADVANCE(62);
if (lookahead == '{') ADVANCE(103);
if (('0' <= lookahead && lookahead <= '7')) ADVANCE(108);
if (lookahead != 0 &&
lookahead != 0x17f &&
lookahead != 0x212a) ADVANCE(105);
END_STATE();
case 47:
if (lookahead == 'u') ADVANCE(10);
if (lookahead != 0 &&
lookahead != 0x17f &&
lookahead != 0x212a) ADVANCE(14);
END_STATE();
case 48:
if (lookahead == 'u') ADVANCE(49);
if (lookahead == '{') ADVANCE(61);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'F') ||
('a' <= lookahead && lookahead <= 'f')) ADVANCE(58);
END_STATE();
case 49:
if (lookahead == 'u') ADVANCE(49);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'F') ||
('a' <= lookahead && lookahead <= 'f')) ADVANCE(58);
END_STATE();
case 50:
if (lookahead == '{') ADVANCE(103);
END_STATE();
case 51:
if (lookahead == '}') ADVANCE(105);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'F') ||
('a' <= lookahead && lookahead <= 'f')) ADVANCE(51);
END_STATE();
case 52:
if (lookahead == '+' ||
lookahead == '-') ADVANCE(56);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(78);
END_STATE();
case 53:
if (lookahead == '+' ||
lookahead == '-') ADVANCE(57);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(82);
END_STATE();
case 54:
if (lookahead == 'C' ||
lookahead == 'c') ADVANCE(106);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'F') ||
('a' <= lookahead && lookahead <= 'f')) ADVANCE(105);
END_STATE();
case 55:
if (lookahead == '0' ||
lookahead == '1') ADVANCE(75);
END_STATE();
case 56:
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(78);
END_STATE();
case 57:
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(82);
END_STATE();
case 58:
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'F') ||
('a' <= lookahead && lookahead <= 'f')) ADVANCE(62);
END_STATE();
case 59:
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'F') ||
('a' <= lookahead && lookahead <= 'f')) ADVANCE(105);
END_STATE();
case 60:
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'F') ||
('a' <= lookahead && lookahead <= 'f')) ADVANCE(81);
END_STATE();
case 61:
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'F') ||
('a' <= lookahead && lookahead <= 'f')) ADVANCE(51);
END_STATE();
case 62:
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'F') ||
('a' <= lookahead && lookahead <= 'f')) ADVANCE(59);
END_STATE();
case 63:
if (eof) ADVANCE(65);
ADVANCE_MAP(
'!', 167,
'"', 87,
'%', 155,
'&', 113,
'\'', 29,
'(', 109,
')', 110,
'*', 146,
'+', 141,
',', 163,
'-', 142,
'.', 174,
'/', 148,
'0', 67,
':', 165,
';', 178,
'<', 131,
'=', 115,
'>', 128,
'?', 164,
'@', 179,
'[', 170,
'\\', 50,
']', 171,
'^', 153,
'n', 184,
'{', 177,
'|', 150,
'}', 104,
'~', 166,
);
if (('\t' <= lookahead && lookahead <= '\r') ||
lookahead == ' ') SKIP(63);
if (('1' <= lookahead && lookahead <= '9')) ADVANCE(68);
if (set_contains(sym_identifier_character_set_1, 687, lookahead)) ADVANCE(185);
END_STATE();
case 64:
if (eof) ADVANCE(65);
ADVANCE_MAP(
'!', 167,
'"', 87,
'%', 154,
'&', 112,
'\'', 29,
'(', 109,
')', 110,
'*', 145,
'+', 140,
',', 163,
'-', 143,
'.', 175,
'/', 147,
'0', 67,
':', 165,
';', 178,
'<', 132,
'=', 28,
'>', 129,
'?', 164,
'@', 179,
'[', 170,
']', 171,
'^', 152,
'n', 184,
'{', 177,
'|', 151,
'}', 104,
'~', 166,
);
if (('\t' <= lookahead && lookahead <= '\r') ||
lookahead == ' ') SKIP(64);
if (('1' <= lookahead && lookahead <= '9')) ADVANCE(68);
if (set_contains(sym_identifier_character_set_1, 687, lookahead)) ADVANCE(185);
END_STATE();
case 65:
ACCEPT_TOKEN(ts_builtin_sym_end);
END_STATE();
case 66:
ACCEPT_TOKEN(sym_decimal_integer_literal);
END_STATE();
case 67:
ACCEPT_TOKEN(sym_decimal_integer_literal);
ADVANCE_MAP(
'.', 79,
'_', 30,
'B', 55,
'b', 55,
'E', 52,
'e', 52,
'L', 66,
'l', 66,
'O', 31,
'o', 31,
'X', 22,
'x', 22,
'8', 20,
'9', 20,
'D', 76,
'F', 76,
'd', 76,
'f', 76,
);
if (('0' <= lookahead && lookahead <= '7')) ADVANCE(72);
END_STATE();
case 68:
ACCEPT_TOKEN(sym_decimal_integer_literal);
ADVANCE_MAP(
'.', 79,
'_', 32,
'E', 52,
'e', 52,
'L', 66,
'l', 66,
'D', 76,
'F', 76,
'd', 76,
'f', 76,
);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(68);
END_STATE();
case 69:
ACCEPT_TOKEN(sym_hex_integer_literal);
END_STATE();
case 70:
ACCEPT_TOKEN(sym_hex_integer_literal);
if (lookahead == '.') ADVANCE(83);
if (lookahead == '_') ADVANCE(34);
if (lookahead == 'L' ||
lookahead == 'l') ADVANCE(69);
if (lookahead == 'P' ||
lookahead == 'p') ADVANCE(53);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'F') ||
('a' <= lookahead && lookahead <= 'f')) ADVANCE(70);
END_STATE();
case 71:
ACCEPT_TOKEN(sym_octal_integer_literal);
END_STATE();
case 72:
ACCEPT_TOKEN(sym_octal_integer_literal);
ADVANCE_MAP(
'.', 79,
'_', 30,
'E', 52,
'e', 52,
'L', 71,
'l', 71,
'8', 20,
'9', 20,
'D', 76,
'F', 76,
'd', 76,
'f', 76,
);
if (('0' <= lookahead && lookahead <= '7')) ADVANCE(72);
END_STATE();
case 73:
ACCEPT_TOKEN(sym_octal_integer_literal);
if (lookahead == '_') ADVANCE(31);
if (lookahead == 'L' ||
lookahead == 'l') ADVANCE(71);
if (('0' <= lookahead && lookahead <= '7')) ADVANCE(73);
END_STATE();
case 74:
ACCEPT_TOKEN(sym_binary_integer_literal);
END_STATE();
case 75:
ACCEPT_TOKEN(sym_binary_integer_literal);
if (lookahead == '_') ADVANCE(33);
if (lookahead == 'L' ||
lookahead == 'l') ADVANCE(74);
if (lookahead == '0' ||
lookahead == '1') ADVANCE(75);
END_STATE();
case 76:
ACCEPT_TOKEN(sym_decimal_floating_point_literal);
END_STATE();
case 77:
ACCEPT_TOKEN(sym_decimal_floating_point_literal);
if (lookahead == '_') ADVANCE(35);
if (lookahead == 'E' ||
lookahead == 'e') ADVANCE(52);
if (('D' <= lookahead && lookahead <= 'F') ||
('d' <= lookahead && lookahead <= 'f')) ADVANCE(76);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(77);
END_STATE();
case 78:
ACCEPT_TOKEN(sym_decimal_floating_point_literal);
if (lookahead == '_') ADVANCE(38);
if (lookahead == 'D' ||
lookahead == 'F' ||
lookahead == 'd' ||
lookahead == 'f') ADVANCE(76);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(78);
END_STATE();
case 79:
ACCEPT_TOKEN(sym_decimal_floating_point_literal);
if (lookahead == 'E' ||
lookahead == 'e') ADVANCE(52);
if (('D' <= lookahead && lookahead <= 'F') ||
('d' <= lookahead && lookahead <= 'f')) ADVANCE(76);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(77);
END_STATE();
case 80:
ACCEPT_TOKEN(sym_hex_floating_point_literal);
END_STATE();
case 81:
ACCEPT_TOKEN(sym_hex_floating_point_literal);
if (lookahead == '_') ADVANCE(36);
if (lookahead == 'P' ||
lookahead == 'p') ADVANCE(53);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'F') ||
('a' <= lookahead && lookahead <= 'f')) ADVANCE(81);
END_STATE();
case 82:
ACCEPT_TOKEN(sym_hex_floating_point_literal);
if (lookahead == '_') ADVANCE(39);
if (lookahead == 'D' ||
lookahead == 'F' ||
lookahead == 'd' ||
lookahead == 'f') ADVANCE(80);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(82);
END_STATE();
case 83:
ACCEPT_TOKEN(sym_hex_floating_point_literal);
if (lookahead == 'P' ||
lookahead == 'p') ADVANCE(53);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'F') ||
('a' <= lookahead && lookahead <= 'f')) ADVANCE(81);
END_STATE();
case 84:
ACCEPT_TOKEN(sym_character_literal);
END_STATE();
case 85:
ACCEPT_TOKEN(sym_character_literal);
if (lookahead == '\'') ADVANCE(84);
if (lookahead == '\\') ADVANCE(47);
if (lookahead != 0 &&
lookahead != '\n' &&
lookahead != 0x17f &&
lookahead != 0x212a) ADVANCE(14);
END_STATE();
case 86:
ACCEPT_TOKEN(anon_sym_DQUOTE);
END_STATE();
case 87:
ACCEPT_TOKEN(anon_sym_DQUOTE);
if (lookahead == '"') ADVANCE(5);
END_STATE();
case 88:
ACCEPT_TOKEN(anon_sym_DQUOTE_DQUOTE_DQUOTE);
END_STATE();
case 89:
ACCEPT_TOKEN(sym_string_fragment);
if (lookahead == '\n') ADVANCE(94);
if (lookahead != 0 &&
lookahead != '"' &&
lookahead != '\\' &&
lookahead != 0x17f &&
lookahead != 0x212a) ADVANCE(89);
END_STATE();
case 90:
ACCEPT_TOKEN(sym_string_fragment);
if (lookahead == '*') ADVANCE(92);
if (lookahead == '/') ADVANCE(89);
if (lookahead != 0 &&
lookahead != '"' &&
lookahead != '\\' &&
lookahead != 0x17f &&
lookahead != 0x212a) ADVANCE(94);
END_STATE();
case 91:
ACCEPT_TOKEN(sym_string_fragment);
if (lookahead == '*') ADVANCE(91);
if (lookahead == '/') ADVANCE(94);
if (lookahead != 0 &&
lookahead != '"' &&
lookahead != '\\' &&
lookahead != 0x17f &&
lookahead != 0x212a) ADVANCE(92);
END_STATE();
case 92:
ACCEPT_TOKEN(sym_string_fragment);
if (lookahead == '*') ADVANCE(91);
if (lookahead != 0 &&
lookahead != '"' &&
lookahead != '\\' &&
lookahead != 0x17f &&
lookahead != 0x212a) ADVANCE(92);
END_STATE();
case 93:
ACCEPT_TOKEN(sym_string_fragment);
if (lookahead == '/') ADVANCE(90);
if (('\t' <= lookahead && lookahead <= '\r') ||
lookahead == ' ') ADVANCE(93);
if (lookahead != 0 &&
lookahead != '"' &&
lookahead != '\\' &&
lookahead != 0x17f &&
lookahead != 0x212a) ADVANCE(94);
END_STATE();
case 94:
ACCEPT_TOKEN(sym_string_fragment);
if (lookahead != 0 &&
lookahead != '"' &&
lookahead != '\\' &&
lookahead != 0x17f &&
lookahead != 0x212a) ADVANCE(94);
END_STATE();
case 95:
ACCEPT_TOKEN(aux_sym__multiline_string_fragment_token1);
if (lookahead == '\n') ADVANCE(100);
if (lookahead == '"' ||
lookahead == '\\') ADVANCE(186);
if (lookahead != 0 &&
lookahead != 0x17f &&
lookahead != 0x212a) ADVANCE(95);
END_STATE();
case 96:
ACCEPT_TOKEN(aux_sym__multiline_string_fragment_token1);
if (lookahead == '*') ADVANCE(98);
if (lookahead == '/') ADVANCE(95);
if (lookahead != 0 &&
lookahead != '"' &&
lookahead != '\\' &&
lookahead != 0x17f &&
lookahead != 0x212a) ADVANCE(100);
END_STATE();
case 97:
ACCEPT_TOKEN(aux_sym__multiline_string_fragment_token1);
if (lookahead == '*') ADVANCE(97);
if (lookahead == '/') ADVANCE(100);
if (lookahead == '"' ||
lookahead == '\\') ADVANCE(19);
if (lookahead != 0 &&
lookahead != 0x17f &&
lookahead != 0x212a) ADVANCE(98);
END_STATE();
case 98:
ACCEPT_TOKEN(aux_sym__multiline_string_fragment_token1);
if (lookahead == '*') ADVANCE(97);
if (lookahead == '"' ||
lookahead == '\\') ADVANCE(19);
if (lookahead != 0 &&
lookahead != 0x17f &&
lookahead != 0x212a) ADVANCE(98);
END_STATE();
case 99:
ACCEPT_TOKEN(aux_sym__multiline_string_fragment_token1);
if (lookahead == '/') ADVANCE(96);
if (('\t' <= lookahead && lookahead <= '\r') ||
lookahead == ' ') ADVANCE(99);
if (lookahead != 0 &&
lookahead != '"' &&
lookahead != '\\' &&
lookahead != 0x17f &&
lookahead != 0x212a) ADVANCE(100);
END_STATE();
case 100:
ACCEPT_TOKEN(aux_sym__multiline_string_fragment_token1);
if (lookahead != 0 &&
lookahead != '"' &&
lookahead != '\\' &&
lookahead != 0x17f &&
lookahead != 0x212a) ADVANCE(100);
END_STATE();
case 101:
ACCEPT_TOKEN(aux_sym__multiline_string_fragment_token2);
if (lookahead == '"') ADVANCE(5);
if (lookahead == '\\') ADVANCE(7);
if (lookahead != 0 &&
lookahead != 0x17f &&
lookahead != 0x212a) ADVANCE(102);
END_STATE();
case 102:
ACCEPT_TOKEN(aux_sym__multiline_string_fragment_token2);
if (lookahead == '\\') ADVANCE(7);
if (lookahead != 0 &&
lookahead != '"' &&
lookahead != 0x17f &&
lookahead != 0x212a) ADVANCE(102);
END_STATE();
case 103:
ACCEPT_TOKEN(anon_sym_BSLASH_LBRACE);
END_STATE();
case 104:
ACCEPT_TOKEN(anon_sym_RBRACE);
END_STATE();
case 105:
ACCEPT_TOKEN(sym_escape_sequence);
END_STATE();
case 106:
ACCEPT_TOKEN(sym_escape_sequence);
if (lookahead == 'u') ADVANCE(48);
if (lookahead == 'x') ADVANCE(62);
if (('0' <= lookahead && lookahead <= '7')) ADVANCE(108);
if (lookahead != 0 &&
lookahead != 0x17f &&
lookahead != 0x212a) ADVANCE(105);
END_STATE();
case 107:
ACCEPT_TOKEN(sym_escape_sequence);
if (('0' <= lookahead && lookahead <= '7')) ADVANCE(105);
END_STATE();
case 108:
ACCEPT_TOKEN(sym_escape_sequence);
if (('0' <= lookahead && lookahead <= '7')) ADVANCE(107);
END_STATE();
case 109:
ACCEPT_TOKEN(anon_sym_LPAREN);
END_STATE();
case 110:
ACCEPT_TOKEN(anon_sym_RPAREN);
END_STATE();
case 111:
ACCEPT_TOKEN(anon_sym_AMP);
END_STATE();
case 112:
ACCEPT_TOKEN(anon_sym_AMP);
if (lookahead == '&') ADVANCE(137);
END_STATE();
case 113:
ACCEPT_TOKEN(anon_sym_AMP);
if (lookahead == '&') ADVANCE(137);
if (lookahead == '=') ADVANCE(120);
END_STATE();
case 114:
ACCEPT_TOKEN(anon_sym_EQ);
END_STATE();
case 115:
ACCEPT_TOKEN(anon_sym_EQ);
if (lookahead == '=') ADVANCE(135);
END_STATE();
case 116:
ACCEPT_TOKEN(anon_sym_PLUS_EQ);
END_STATE();
case 117:
ACCEPT_TOKEN(anon_sym_DASH_EQ);
END_STATE();
case 118:
ACCEPT_TOKEN(anon_sym_STAR_EQ);
END_STATE();
case 119:
ACCEPT_TOKEN(anon_sym_SLASH_EQ);
END_STATE();
case 120:
ACCEPT_TOKEN(anon_sym_AMP_EQ);
END_STATE();
case 121:
ACCEPT_TOKEN(anon_sym_PIPE_EQ);
END_STATE();
case 122:
ACCEPT_TOKEN(anon_sym_CARET_EQ);
END_STATE();
case 123:
ACCEPT_TOKEN(anon_sym_PERCENT_EQ);
END_STATE();
case 124:
ACCEPT_TOKEN(anon_sym_LT_LT_EQ);
END_STATE();
case 125:
ACCEPT_TOKEN(anon_sym_GT_GT_EQ);
END_STATE();
case 126:
ACCEPT_TOKEN(anon_sym_GT_GT_GT_EQ);
END_STATE();
case 127:
ACCEPT_TOKEN(anon_sym_GT);
END_STATE();
case 128:
ACCEPT_TOKEN(anon_sym_GT);
if (lookahead == '=') ADVANCE(133);
if (lookahead == '>') ADVANCE(158);
END_STATE();
case 129:
ACCEPT_TOKEN(anon_sym_GT);
if (lookahead == '=') ADVANCE(133);
if (lookahead == '>') ADVANCE(159);
END_STATE();
case 130:
ACCEPT_TOKEN(anon_sym_LT);
END_STATE();
case 131:
ACCEPT_TOKEN(anon_sym_LT);
if (lookahead == '<') ADVANCE(157);
if (lookahead == '=') ADVANCE(134);
END_STATE();
case 132:
ACCEPT_TOKEN(anon_sym_LT);
if (lookahead == '<') ADVANCE(156);
if (lookahead == '=') ADVANCE(134);
END_STATE();
case 133:
ACCEPT_TOKEN(anon_sym_GT_EQ);
END_STATE();
case 134:
ACCEPT_TOKEN(anon_sym_LT_EQ);
END_STATE();
case 135:
ACCEPT_TOKEN(anon_sym_EQ_EQ);
END_STATE();
case 136:
ACCEPT_TOKEN(anon_sym_BANG_EQ);
END_STATE();
case 137:
ACCEPT_TOKEN(anon_sym_AMP_AMP);
END_STATE();
case 138:
ACCEPT_TOKEN(anon_sym_PIPE_PIPE);
END_STATE();
case 139:
ACCEPT_TOKEN(anon_sym_PLUS);
END_STATE();
case 140:
ACCEPT_TOKEN(anon_sym_PLUS);
if (lookahead == '+') ADVANCE(168);
END_STATE();
case 141:
ACCEPT_TOKEN(anon_sym_PLUS);
if (lookahead == '+') ADVANCE(168);
if (lookahead == '=') ADVANCE(116);
END_STATE();
case 142:
ACCEPT_TOKEN(anon_sym_DASH);
if (lookahead == '-') ADVANCE(169);
if (lookahead == '=') ADVANCE(117);
if (lookahead == '>') ADVANCE(162);
END_STATE();
case 143:
ACCEPT_TOKEN(anon_sym_DASH);
if (lookahead == '-') ADVANCE(169);
if (lookahead == '>') ADVANCE(162);
END_STATE();
case 144:
ACCEPT_TOKEN(anon_sym_DASH);
if (lookahead == '>') ADVANCE(162);
END_STATE();
case 145:
ACCEPT_TOKEN(anon_sym_STAR);
END_STATE();
case 146:
ACCEPT_TOKEN(anon_sym_STAR);
if (lookahead == '=') ADVANCE(118);
END_STATE();
case 147:
ACCEPT_TOKEN(anon_sym_SLASH);
if (lookahead == '*') ADVANCE(19);
if (lookahead == '/') ADVANCE(186);
END_STATE();
case 148:
ACCEPT_TOKEN(anon_sym_SLASH);
if (lookahead == '*') ADVANCE(19);
if (lookahead == '/') ADVANCE(186);
if (lookahead == '=') ADVANCE(119);
END_STATE();
case 149:
ACCEPT_TOKEN(anon_sym_PIPE);
END_STATE();
case 150:
ACCEPT_TOKEN(anon_sym_PIPE);
if (lookahead == '=') ADVANCE(121);
if (lookahead == '|') ADVANCE(138);
END_STATE();
case 151:
ACCEPT_TOKEN(anon_sym_PIPE);
if (lookahead == '|') ADVANCE(138);
END_STATE();
case 152:
ACCEPT_TOKEN(anon_sym_CARET);
END_STATE();
case 153:
ACCEPT_TOKEN(anon_sym_CARET);
if (lookahead == '=') ADVANCE(122);
END_STATE();
case 154:
ACCEPT_TOKEN(anon_sym_PERCENT);
END_STATE();
case 155:
ACCEPT_TOKEN(anon_sym_PERCENT);
if (lookahead == '=') ADVANCE(123);
END_STATE();
case 156:
ACCEPT_TOKEN(anon_sym_LT_LT);
END_STATE();
case 157:
ACCEPT_TOKEN(anon_sym_LT_LT);
if (lookahead == '=') ADVANCE(124);
END_STATE();
case 158:
ACCEPT_TOKEN(anon_sym_GT_GT);
if (lookahead == '=') ADVANCE(125);
if (lookahead == '>') ADVANCE(161);
END_STATE();
case 159:
ACCEPT_TOKEN(anon_sym_GT_GT);
if (lookahead == '>') ADVANCE(160);
END_STATE();
case 160:
ACCEPT_TOKEN(anon_sym_GT_GT_GT);
END_STATE();
case 161:
ACCEPT_TOKEN(anon_sym_GT_GT_GT);
if (lookahead == '=') ADVANCE(126);
END_STATE();
case 162:
ACCEPT_TOKEN(anon_sym_DASH_GT);
END_STATE();
case 163:
ACCEPT_TOKEN(anon_sym_COMMA);
END_STATE();
case 164:
ACCEPT_TOKEN(anon_sym_QMARK);
END_STATE();
case 165:
ACCEPT_TOKEN(anon_sym_COLON);
if (lookahead == ':') ADVANCE(176);
END_STATE();
case 166:
ACCEPT_TOKEN(anon_sym_TILDE);
END_STATE();
case 167:
ACCEPT_TOKEN(anon_sym_BANG);
if (lookahead == '=') ADVANCE(136);
END_STATE();
case 168:
ACCEPT_TOKEN(anon_sym_PLUS_PLUS);
END_STATE();
case 169:
ACCEPT_TOKEN(anon_sym_DASH_DASH);
END_STATE();
case 170:
ACCEPT_TOKEN(anon_sym_LBRACK);
END_STATE();
case 171:
ACCEPT_TOKEN(anon_sym_RBRACK);
END_STATE();
case 172:
ACCEPT_TOKEN(anon_sym_DOT);
END_STATE();
case 173:
ACCEPT_TOKEN(anon_sym_DOT);
if (lookahead == '.') ADVANCE(21);
END_STATE();
case 174:
ACCEPT_TOKEN(anon_sym_DOT);
if (lookahead == '.') ADVANCE(21);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(77);
END_STATE();
case 175:
ACCEPT_TOKEN(anon_sym_DOT);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(77);
END_STATE();
case 176:
ACCEPT_TOKEN(anon_sym_COLON_COLON);
END_STATE();
case 177:
ACCEPT_TOKEN(anon_sym_LBRACE);
END_STATE();
case 178:
ACCEPT_TOKEN(anon_sym_SEMI);
END_STATE();
case 179:
ACCEPT_TOKEN(anon_sym_AT);
END_STATE();
case 180:
ACCEPT_TOKEN(anon_sym_non_DASHsealed);
END_STATE();
case 181:
ACCEPT_TOKEN(anon_sym_DOT_DOT_DOT);
END_STATE();
case 182:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == '-') ADVANCE(45);
if (set_contains(sym_identifier_character_set_2, 803, lookahead)) ADVANCE(185);
END_STATE();
case 183:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'n') ADVANCE(182);
if (set_contains(sym_identifier_character_set_2, 803, lookahead)) ADVANCE(185);
END_STATE();
case 184:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'o') ADVANCE(183);
if (set_contains(sym_identifier_character_set_2, 803, lookahead)) ADVANCE(185);
END_STATE();
case 185:
ACCEPT_TOKEN(sym_identifier);
if (set_contains(sym_identifier_character_set_2, 803, lookahead)) ADVANCE(185);
END_STATE();
case 186:
ACCEPT_TOKEN(sym_line_comment);
if (lookahead != 0 &&
lookahead != '\n' &&
lookahead != 0x17f &&
lookahead != 0x212a) ADVANCE(186);
END_STATE();
case 187:
ACCEPT_TOKEN(sym_block_comment);
END_STATE();
default:
return false;
}
}
static bool ts_lex_keywords(TSLexer *lexer, TSStateId state) {
START_LEXER();
eof = lexer->eof(lexer);
switch (state) {
case 0:
ADVANCE_MAP(
'_', 1,
'a', 2,
'b', 3,
'c', 4,
'd', 5,
'e', 6,
'f', 7,
'i', 8,
'l', 9,
'm', 10,
'n', 11,
'o', 12,
'p', 13,
'r', 14,
's', 15,
't', 16,
'u', 17,
'v', 18,
'w', 19,
'y', 20,
);
if (('\t' <= lookahead && lookahead <= '\r') ||
lookahead == ' ') SKIP(0);
END_STATE();
case 1:
ACCEPT_TOKEN(sym_underscore_pattern);
END_STATE();
case 2:
if (lookahead == 'b') ADVANCE(21);
if (lookahead == 's') ADVANCE(22);
END_STATE();
case 3:
if (lookahead == 'o') ADVANCE(23);
if (lookahead == 'r') ADVANCE(24);
if (lookahead == 'y') ADVANCE(25);
END_STATE();
case 4:
if (lookahead == 'a') ADVANCE(26);
if (lookahead == 'h') ADVANCE(27);
if (lookahead == 'l') ADVANCE(28);
if (lookahead == 'o') ADVANCE(29);
END_STATE();
case 5:
if (lookahead == 'e') ADVANCE(30);
if (lookahead == 'o') ADVANCE(31);
END_STATE();
case 6:
if (lookahead == 'l') ADVANCE(32);
if (lookahead == 'n') ADVANCE(33);
if (lookahead == 'x') ADVANCE(34);
END_STATE();
case 7:
if (lookahead == 'a') ADVANCE(35);
if (lookahead == 'i') ADVANCE(36);
if (lookahead == 'l') ADVANCE(37);
if (lookahead == 'o') ADVANCE(38);
END_STATE();
case 8:
if (lookahead == 'f') ADVANCE(39);
if (lookahead == 'm') ADVANCE(40);
if (lookahead == 'n') ADVANCE(41);
END_STATE();
case 9:
if (lookahead == 'o') ADVANCE(42);
END_STATE();
case 10:
if (lookahead == 'o') ADVANCE(43);
END_STATE();
case 11:
if (lookahead == 'a') ADVANCE(44);
if (lookahead == 'e') ADVANCE(45);
if (lookahead == 'u') ADVANCE(46);
END_STATE();
case 12:
if (lookahead == 'p') ADVANCE(47);
END_STATE();
case 13:
if (lookahead == 'a') ADVANCE(48);
if (lookahead == 'e') ADVANCE(49);
if (lookahead == 'r') ADVANCE(50);
if (lookahead == 'u') ADVANCE(51);
END_STATE();
case 14:
if (lookahead == 'e') ADVANCE(52);
END_STATE();
case 15:
if (lookahead == 'e') ADVANCE(53);
if (lookahead == 'h') ADVANCE(54);
if (lookahead == 't') ADVANCE(55);
if (lookahead == 'u') ADVANCE(56);
if (lookahead == 'w') ADVANCE(57);
if (lookahead == 'y') ADVANCE(58);
END_STATE();
case 16:
if (lookahead == 'h') ADVANCE(59);
if (lookahead == 'o') ADVANCE(60);
if (lookahead == 'r') ADVANCE(61);
END_STATE();
case 17:
if (lookahead == 's') ADVANCE(62);
END_STATE();
case 18:
if (lookahead == 'o') ADVANCE(63);
END_STATE();
case 19:
if (lookahead == 'h') ADVANCE(64);
if (lookahead == 'i') ADVANCE(65);
END_STATE();
case 20:
if (lookahead == 'i') ADVANCE(66);
END_STATE();
case 21:
if (lookahead == 's') ADVANCE(67);
END_STATE();
case 22:
if (lookahead == 's') ADVANCE(68);
END_STATE();
case 23:
if (lookahead == 'o') ADVANCE(69);
END_STATE();
case 24:
if (lookahead == 'e') ADVANCE(70);
END_STATE();
case 25:
if (lookahead == 't') ADVANCE(71);
END_STATE();
case 26:
if (lookahead == 's') ADVANCE(72);
if (lookahead == 't') ADVANCE(73);
END_STATE();
case 27:
if (lookahead == 'a') ADVANCE(74);
END_STATE();
case 28:
if (lookahead == 'a') ADVANCE(75);
END_STATE();
case 29:
if (lookahead == 'n') ADVANCE(76);
END_STATE();
case 30:
if (lookahead == 'f') ADVANCE(77);
END_STATE();
case 31:
ACCEPT_TOKEN(anon_sym_do);
if (lookahead == 'u') ADVANCE(78);
END_STATE();
case 32:
if (lookahead == 's') ADVANCE(79);
END_STATE();
case 33:
if (lookahead == 'u') ADVANCE(80);
END_STATE();
case 34:
if (lookahead == 'p') ADVANCE(81);
if (lookahead == 't') ADVANCE(82);
END_STATE();
case 35:
if (lookahead == 'l') ADVANCE(83);
END_STATE();
case 36:
if (lookahead == 'n') ADVANCE(84);
END_STATE();
case 37:
if (lookahead == 'o') ADVANCE(85);
END_STATE();
case 38:
if (lookahead == 'r') ADVANCE(86);
END_STATE();
case 39:
ACCEPT_TOKEN(anon_sym_if);
END_STATE();
case 40:
if (lookahead == 'p') ADVANCE(87);
END_STATE();
case 41:
if (lookahead == 's') ADVANCE(88);
if (lookahead == 't') ADVANCE(89);
END_STATE();
case 42:
if (lookahead == 'n') ADVANCE(90);
END_STATE();
case 43:
if (lookahead == 'd') ADVANCE(91);
END_STATE();
case 44:
if (lookahead == 't') ADVANCE(92);
END_STATE();
case 45:
if (lookahead == 'w') ADVANCE(93);
END_STATE();
case 46:
if (lookahead == 'l') ADVANCE(94);
END_STATE();
case 47:
if (lookahead == 'e') ADVANCE(95);
END_STATE();
case 48:
if (lookahead == 'c') ADVANCE(96);
END_STATE();
case 49:
if (lookahead == 'r') ADVANCE(97);
END_STATE();
case 50:
if (lookahead == 'i') ADVANCE(98);
if (lookahead == 'o') ADVANCE(99);
END_STATE();
case 51:
if (lookahead == 'b') ADVANCE(100);
END_STATE();
case 52:
if (lookahead == 'c') ADVANCE(101);
if (lookahead == 'q') ADVANCE(102);
if (lookahead == 't') ADVANCE(103);
END_STATE();
case 53:
if (lookahead == 'a') ADVANCE(104);
END_STATE();
case 54:
if (lookahead == 'o') ADVANCE(105);
END_STATE();
case 55:
if (lookahead == 'a') ADVANCE(106);
if (lookahead == 'r') ADVANCE(107);
END_STATE();
case 56:
if (lookahead == 'p') ADVANCE(108);
END_STATE();
case 57:
if (lookahead == 'i') ADVANCE(109);
END_STATE();
case 58:
if (lookahead == 'n') ADVANCE(110);
END_STATE();
case 59:
if (lookahead == 'i') ADVANCE(111);
if (lookahead == 'r') ADVANCE(112);
END_STATE();
case 60:
ACCEPT_TOKEN(anon_sym_to);
END_STATE();
case 61:
if (lookahead == 'a') ADVANCE(113);
if (lookahead == 'u') ADVANCE(114);
if (lookahead == 'y') ADVANCE(115);
END_STATE();
case 62:
if (lookahead == 'e') ADVANCE(116);
END_STATE();
case 63:
if (lookahead == 'i') ADVANCE(117);
if (lookahead == 'l') ADVANCE(118);
END_STATE();
case 64:
if (lookahead == 'e') ADVANCE(119);
if (lookahead == 'i') ADVANCE(120);
END_STATE();
case 65:
if (lookahead == 't') ADVANCE(121);
END_STATE();
case 66:
if (lookahead == 'e') ADVANCE(122);
END_STATE();
case 67:
if (lookahead == 't') ADVANCE(123);
END_STATE();
case 68:
if (lookahead == 'e') ADVANCE(124);
END_STATE();
case 69:
if (lookahead == 'l') ADVANCE(125);
END_STATE();
case 70:
if (lookahead == 'a') ADVANCE(126);
END_STATE();
case 71:
if (lookahead == 'e') ADVANCE(127);
END_STATE();
case 72:
if (lookahead == 'e') ADVANCE(128);
END_STATE();
case 73:
if (lookahead == 'c') ADVANCE(129);
END_STATE();
case 74:
if (lookahead == 'r') ADVANCE(130);
END_STATE();
case 75:
if (lookahead == 's') ADVANCE(131);
END_STATE();
case 76:
if (lookahead == 't') ADVANCE(132);
END_STATE();
case 77:
if (lookahead == 'a') ADVANCE(133);
END_STATE();
case 78:
if (lookahead == 'b') ADVANCE(134);
END_STATE();
case 79:
if (lookahead == 'e') ADVANCE(135);
END_STATE();
case 80:
if (lookahead == 'm') ADVANCE(136);
END_STATE();
case 81:
if (lookahead == 'o') ADVANCE(137);
END_STATE();
case 82:
if (lookahead == 'e') ADVANCE(138);
END_STATE();
case 83:
if (lookahead == 's') ADVANCE(139);
END_STATE();
case 84:
if (lookahead == 'a') ADVANCE(140);
END_STATE();
case 85:
if (lookahead == 'a') ADVANCE(141);
END_STATE();
case 86:
ACCEPT_TOKEN(anon_sym_for);
END_STATE();
case 87:
if (lookahead == 'l') ADVANCE(142);
if (lookahead == 'o') ADVANCE(143);
END_STATE();
case 88:
if (lookahead == 't') ADVANCE(144);
END_STATE();
case 89:
ACCEPT_TOKEN(anon_sym_int);
if (lookahead == 'e') ADVANCE(145);
END_STATE();
case 90:
if (lookahead == 'g') ADVANCE(146);
END_STATE();
case 91:
if (lookahead == 'u') ADVANCE(147);
END_STATE();
case 92:
if (lookahead == 'i') ADVANCE(148);
END_STATE();
case 93:
ACCEPT_TOKEN(anon_sym_new);
END_STATE();
case 94:
if (lookahead == 'l') ADVANCE(149);
END_STATE();
case 95:
if (lookahead == 'n') ADVANCE(150);
END_STATE();
case 96:
if (lookahead == 'k') ADVANCE(151);
END_STATE();
case 97:
if (lookahead == 'm') ADVANCE(152);
END_STATE();
case 98:
if (lookahead == 'v') ADVANCE(153);
END_STATE();
case 99:
if (lookahead == 't') ADVANCE(154);
if (lookahead == 'v') ADVANCE(155);
END_STATE();
case 100:
if (lookahead == 'l') ADVANCE(156);
END_STATE();
case 101:
if (lookahead == 'o') ADVANCE(157);
END_STATE();
case 102:
if (lookahead == 'u') ADVANCE(158);
END_STATE();
case 103:
if (lookahead == 'u') ADVANCE(159);
END_STATE();
case 104:
if (lookahead == 'l') ADVANCE(160);
END_STATE();
case 105:
if (lookahead == 'r') ADVANCE(161);
END_STATE();
case 106:
if (lookahead == 't') ADVANCE(162);
END_STATE();
case 107:
if (lookahead == 'i') ADVANCE(163);
END_STATE();
case 108:
if (lookahead == 'e') ADVANCE(164);
END_STATE();
case 109:
if (lookahead == 't') ADVANCE(165);
END_STATE();
case 110:
if (lookahead == 'c') ADVANCE(166);
END_STATE();
case 111:
if (lookahead == 's') ADVANCE(167);
END_STATE();
case 112:
if (lookahead == 'o') ADVANCE(168);
END_STATE();
case 113:
if (lookahead == 'n') ADVANCE(169);
END_STATE();
case 114:
if (lookahead == 'e') ADVANCE(170);
END_STATE();
case 115:
ACCEPT_TOKEN(anon_sym_try);
END_STATE();
case 116:
if (lookahead == 's') ADVANCE(171);
END_STATE();
case 117:
if (lookahead == 'd') ADVANCE(172);
END_STATE();
case 118:
if (lookahead == 'a') ADVANCE(173);
END_STATE();
case 119:
if (lookahead == 'n') ADVANCE(174);
END_STATE();
case 120:
if (lookahead == 'l') ADVANCE(175);
END_STATE();
case 121:
if (lookahead == 'h') ADVANCE(176);
END_STATE();
case 122:
if (lookahead == 'l') ADVANCE(177);
END_STATE();
case 123:
if (lookahead == 'r') ADVANCE(178);
END_STATE();
case 124:
if (lookahead == 'r') ADVANCE(179);
END_STATE();
case 125:
if (lookahead == 'e') ADVANCE(180);
END_STATE();
case 126:
if (lookahead == 'k') ADVANCE(181);
END_STATE();
case 127:
ACCEPT_TOKEN(anon_sym_byte);
END_STATE();
case 128:
ACCEPT_TOKEN(anon_sym_case);
END_STATE();
case 129:
if (lookahead == 'h') ADVANCE(182);
END_STATE();
case 130:
ACCEPT_TOKEN(anon_sym_char);
END_STATE();
case 131:
if (lookahead == 's') ADVANCE(183);
END_STATE();
case 132:
if (lookahead == 'i') ADVANCE(184);
END_STATE();
case 133:
if (lookahead == 'u') ADVANCE(185);
END_STATE();
case 134:
if (lookahead == 'l') ADVANCE(186);
END_STATE();
case 135:
ACCEPT_TOKEN(anon_sym_else);
END_STATE();
case 136:
ACCEPT_TOKEN(anon_sym_enum);
END_STATE();
case 137:
if (lookahead == 'r') ADVANCE(187);
END_STATE();
case 138:
if (lookahead == 'n') ADVANCE(188);
END_STATE();
case 139:
if (lookahead == 'e') ADVANCE(189);
END_STATE();
case 140:
if (lookahead == 'l') ADVANCE(190);
END_STATE();
case 141:
if (lookahead == 't') ADVANCE(191);
END_STATE();
case 142:
if (lookahead == 'e') ADVANCE(192);
END_STATE();
case 143:
if (lookahead == 'r') ADVANCE(193);
END_STATE();
case 144:
if (lookahead == 'a') ADVANCE(194);
END_STATE();
case 145:
if (lookahead == 'r') ADVANCE(195);
END_STATE();
case 146:
ACCEPT_TOKEN(anon_sym_long);
END_STATE();
case 147:
if (lookahead == 'l') ADVANCE(196);
END_STATE();
case 148:
if (lookahead == 'v') ADVANCE(197);
END_STATE();
case 149:
ACCEPT_TOKEN(sym_null_literal);
END_STATE();
case 150:
ACCEPT_TOKEN(anon_sym_open);
if (lookahead == 's') ADVANCE(198);
END_STATE();
case 151:
if (lookahead == 'a') ADVANCE(199);
END_STATE();
case 152:
if (lookahead == 'i') ADVANCE(200);
END_STATE();
case 153:
if (lookahead == 'a') ADVANCE(201);
END_STATE();
case 154:
if (lookahead == 'e') ADVANCE(202);
END_STATE();
case 155:
if (lookahead == 'i') ADVANCE(203);
END_STATE();
case 156:
if (lookahead == 'i') ADVANCE(204);
END_STATE();
case 157:
if (lookahead == 'r') ADVANCE(205);
END_STATE();
case 158:
if (lookahead == 'i') ADVANCE(206);
END_STATE();
case 159:
if (lookahead == 'r') ADVANCE(207);
END_STATE();
case 160:
if (lookahead == 'e') ADVANCE(208);
END_STATE();
case 161:
if (lookahead == 't') ADVANCE(209);
END_STATE();
case 162:
if (lookahead == 'i') ADVANCE(210);
END_STATE();
case 163:
if (lookahead == 'c') ADVANCE(211);
END_STATE();
case 164:
if (lookahead == 'r') ADVANCE(212);
END_STATE();
case 165:
if (lookahead == 'c') ADVANCE(213);
END_STATE();
case 166:
if (lookahead == 'h') ADVANCE(214);
END_STATE();
case 167:
ACCEPT_TOKEN(sym_this);
END_STATE();
case 168:
if (lookahead == 'w') ADVANCE(215);
END_STATE();
case 169:
if (lookahead == 's') ADVANCE(216);
END_STATE();
case 170:
ACCEPT_TOKEN(sym_true);
END_STATE();
case 171:
ACCEPT_TOKEN(anon_sym_uses);
END_STATE();
case 172:
ACCEPT_TOKEN(sym_void_type);
END_STATE();
case 173:
if (lookahead == 't') ADVANCE(217);
END_STATE();
case 174:
ACCEPT_TOKEN(anon_sym_when);
END_STATE();
case 175:
if (lookahead == 'e') ADVANCE(218);
END_STATE();
case 176:
ACCEPT_TOKEN(anon_sym_with);
END_STATE();
case 177:
if (lookahead == 'd') ADVANCE(219);
END_STATE();
case 178:
if (lookahead == 'a') ADVANCE(220);
END_STATE();
case 179:
if (lookahead == 't') ADVANCE(221);
END_STATE();
case 180:
if (lookahead == 'a') ADVANCE(222);
END_STATE();
case 181:
ACCEPT_TOKEN(anon_sym_break);
END_STATE();
case 182:
ACCEPT_TOKEN(anon_sym_catch);
END_STATE();
case 183:
ACCEPT_TOKEN(anon_sym_class);
END_STATE();
case 184:
if (lookahead == 'n') ADVANCE(223);
END_STATE();
case 185:
if (lookahead == 'l') ADVANCE(224);
END_STATE();
case 186:
if (lookahead == 'e') ADVANCE(225);
END_STATE();
case 187:
if (lookahead == 't') ADVANCE(226);
END_STATE();
case 188:
if (lookahead == 'd') ADVANCE(227);
END_STATE();
case 189:
ACCEPT_TOKEN(sym_false);
END_STATE();
case 190:
ACCEPT_TOKEN(anon_sym_final);
if (lookahead == 'l') ADVANCE(228);
END_STATE();
case 191:
ACCEPT_TOKEN(anon_sym_float);
END_STATE();
case 192:
if (lookahead == 'm') ADVANCE(229);
END_STATE();
case 193:
if (lookahead == 't') ADVANCE(230);
END_STATE();
case 194:
if (lookahead == 'n') ADVANCE(231);
END_STATE();
case 195:
if (lookahead == 'f') ADVANCE(232);
END_STATE();
case 196:
if (lookahead == 'e') ADVANCE(233);
END_STATE();
case 197:
if (lookahead == 'e') ADVANCE(234);
END_STATE();
case 198:
ACCEPT_TOKEN(anon_sym_opens);
END_STATE();
case 199:
if (lookahead == 'g') ADVANCE(235);
END_STATE();
case 200:
if (lookahead == 't') ADVANCE(236);
END_STATE();
case 201:
if (lookahead == 't') ADVANCE(237);
END_STATE();
case 202:
if (lookahead == 'c') ADVANCE(238);
END_STATE();
case 203:
if (lookahead == 'd') ADVANCE(239);
END_STATE();
case 204:
if (lookahead == 'c') ADVANCE(240);
END_STATE();
case 205:
if (lookahead == 'd') ADVANCE(241);
END_STATE();
case 206:
if (lookahead == 'r') ADVANCE(242);
END_STATE();
case 207:
if (lookahead == 'n') ADVANCE(243);
END_STATE();
case 208:
if (lookahead == 'd') ADVANCE(244);
END_STATE();
case 209:
ACCEPT_TOKEN(anon_sym_short);
END_STATE();
case 210:
if (lookahead == 'c') ADVANCE(245);
END_STATE();
case 211:
if (lookahead == 't') ADVANCE(246);
END_STATE();
case 212:
ACCEPT_TOKEN(sym_super);
END_STATE();
case 213:
if (lookahead == 'h') ADVANCE(247);
END_STATE();
case 214:
if (lookahead == 'r') ADVANCE(248);
END_STATE();
case 215:
ACCEPT_TOKEN(anon_sym_throw);
if (lookahead == 's') ADVANCE(249);
END_STATE();
case 216:
if (lookahead == 'i') ADVANCE(250);
END_STATE();
case 217:
if (lookahead == 'i') ADVANCE(251);
END_STATE();
case 218:
ACCEPT_TOKEN(anon_sym_while);
END_STATE();
case 219:
ACCEPT_TOKEN(anon_sym_yield);
END_STATE();
case 220:
if (lookahead == 'c') ADVANCE(252);
END_STATE();
case 221:
ACCEPT_TOKEN(anon_sym_assert);
END_STATE();
case 222:
if (lookahead == 'n') ADVANCE(253);
END_STATE();
case 223:
if (lookahead == 'u') ADVANCE(254);
END_STATE();
case 224:
if (lookahead == 't') ADVANCE(255);
END_STATE();
case 225:
ACCEPT_TOKEN(anon_sym_double);
END_STATE();
case 226:
if (lookahead == 's') ADVANCE(256);
END_STATE();
case 227:
if (lookahead == 's') ADVANCE(257);
END_STATE();
case 228:
if (lookahead == 'y') ADVANCE(258);
END_STATE();
case 229:
if (lookahead == 'e') ADVANCE(259);
END_STATE();
case 230:
ACCEPT_TOKEN(anon_sym_import);
END_STATE();
case 231:
if (lookahead == 'c') ADVANCE(260);
END_STATE();
case 232:
if (lookahead == 'a') ADVANCE(261);
END_STATE();
case 233:
ACCEPT_TOKEN(anon_sym_module);
END_STATE();
case 234:
ACCEPT_TOKEN(anon_sym_native);
END_STATE();
case 235:
if (lookahead == 'e') ADVANCE(262);
END_STATE();
case 236:
if (lookahead == 's') ADVANCE(263);
END_STATE();
case 237:
if (lookahead == 'e') ADVANCE(264);
END_STATE();
case 238:
if (lookahead == 't') ADVANCE(265);
END_STATE();
case 239:
if (lookahead == 'e') ADVANCE(266);
END_STATE();
case 240:
ACCEPT_TOKEN(anon_sym_public);
END_STATE();
case 241:
ACCEPT_TOKEN(anon_sym_record);
END_STATE();
case 242:
if (lookahead == 'e') ADVANCE(267);
END_STATE();
case 243:
ACCEPT_TOKEN(anon_sym_return);
END_STATE();
case 244:
ACCEPT_TOKEN(anon_sym_sealed);
END_STATE();
case 245:
ACCEPT_TOKEN(anon_sym_static);
END_STATE();
case 246:
if (lookahead == 'f') ADVANCE(268);
END_STATE();
case 247:
ACCEPT_TOKEN(anon_sym_switch);
END_STATE();
case 248:
if (lookahead == 'o') ADVANCE(269);
END_STATE();
case 249:
ACCEPT_TOKEN(anon_sym_throws);
END_STATE();
case 250:
if (lookahead == 'e') ADVANCE(270);
if (lookahead == 't') ADVANCE(271);
END_STATE();
case 251:
if (lookahead == 'l') ADVANCE(272);
END_STATE();
case 252:
if (lookahead == 't') ADVANCE(273);
END_STATE();
case 253:
ACCEPT_TOKEN(sym_boolean_type);
END_STATE();
case 254:
if (lookahead == 'e') ADVANCE(274);
END_STATE();
case 255:
ACCEPT_TOKEN(anon_sym_default);
END_STATE();
case 256:
ACCEPT_TOKEN(anon_sym_exports);
END_STATE();
case 257:
ACCEPT_TOKEN(anon_sym_extends);
END_STATE();
case 258:
ACCEPT_TOKEN(anon_sym_finally);
END_STATE();
case 259:
if (lookahead == 'n') ADVANCE(275);
END_STATE();
case 260:
if (lookahead == 'e') ADVANCE(276);
END_STATE();
case 261:
if (lookahead == 'c') ADVANCE(277);
END_STATE();
case 262:
ACCEPT_TOKEN(anon_sym_package);
END_STATE();
case 263:
ACCEPT_TOKEN(anon_sym_permits);
END_STATE();
case 264:
ACCEPT_TOKEN(anon_sym_private);
END_STATE();
case 265:
if (lookahead == 'e') ADVANCE(278);
END_STATE();
case 266:
if (lookahead == 's') ADVANCE(279);
END_STATE();
case 267:
if (lookahead == 's') ADVANCE(280);
END_STATE();
case 268:
if (lookahead == 'p') ADVANCE(281);
END_STATE();
case 269:
if (lookahead == 'n') ADVANCE(282);
END_STATE();
case 270:
if (lookahead == 'n') ADVANCE(283);
END_STATE();
case 271:
if (lookahead == 'i') ADVANCE(284);
END_STATE();
case 272:
if (lookahead == 'e') ADVANCE(285);
END_STATE();
case 273:
ACCEPT_TOKEN(anon_sym_abstract);
END_STATE();
case 274:
ACCEPT_TOKEN(anon_sym_continue);
END_STATE();
case 275:
if (lookahead == 't') ADVANCE(286);
END_STATE();
case 276:
if (lookahead == 'o') ADVANCE(287);
END_STATE();
case 277:
if (lookahead == 'e') ADVANCE(288);
END_STATE();
case 278:
if (lookahead == 'd') ADVANCE(289);
END_STATE();
case 279:
ACCEPT_TOKEN(anon_sym_provides);
END_STATE();
case 280:
ACCEPT_TOKEN(anon_sym_requires);
END_STATE();
case 281:
ACCEPT_TOKEN(anon_sym_strictfp);
END_STATE();
case 282:
if (lookahead == 'i') ADVANCE(290);
END_STATE();
case 283:
if (lookahead == 't') ADVANCE(291);
END_STATE();
case 284:
if (lookahead == 'v') ADVANCE(292);
END_STATE();
case 285:
ACCEPT_TOKEN(anon_sym_volatile);
END_STATE();
case 286:
if (lookahead == 's') ADVANCE(293);
END_STATE();
case 287:
if (lookahead == 'f') ADVANCE(294);
END_STATE();
case 288:
ACCEPT_TOKEN(anon_sym_interface);
END_STATE();
case 289:
ACCEPT_TOKEN(anon_sym_protected);
END_STATE();
case 290:
if (lookahead == 'z') ADVANCE(295);
END_STATE();
case 291:
ACCEPT_TOKEN(anon_sym_transient);
END_STATE();
case 292:
if (lookahead == 'e') ADVANCE(296);
END_STATE();
case 293:
ACCEPT_TOKEN(anon_sym_implements);
END_STATE();
case 294:
ACCEPT_TOKEN(anon_sym_instanceof);
END_STATE();
case 295:
if (lookahead == 'e') ADVANCE(297);
END_STATE();
case 296:
ACCEPT_TOKEN(anon_sym_transitive);
END_STATE();
case 297:
if (lookahead == 'd') ADVANCE(298);
END_STATE();
case 298:
ACCEPT_TOKEN(anon_sym_synchronized);
END_STATE();
default:
return false;
}
}
static const TSLexMode ts_lex_modes[STATE_COUNT] = {
[0] = {.lex_state = 0},
[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 = 0},
[76] = {.lex_state = 0},
[77] = {.lex_state = 0},
[78] = {.lex_state = 0},
[79] = {.lex_state = 0},
[80] = {.lex_state = 0},
[81] = {.lex_state = 0},
[82] = {.lex_state = 0},
[83] = {.lex_state = 0},
[84] = {.lex_state = 0},
[85] = {.lex_state = 0},
[86] = {.lex_state = 0},
[87] = {.lex_state = 0},
[88] = {.lex_state = 0},
[89] = {.lex_state = 0},
[90] = {.lex_state = 0},
[91] = {.lex_state = 0},
[92] = {.lex_state = 0},
[93] = {.lex_state = 0},
[94] = {.lex_state = 0},
[95] = {.lex_state = 0},
[96] = {.lex_state = 0},
[97] = {.lex_state = 0},
[98] = {.lex_state = 0},
[99] = {.lex_state = 0},
[100] = {.lex_state = 0},
[101] = {.lex_state = 0},
[102] = {.lex_state = 0},
[103] = {.lex_state = 0},
[104] = {.lex_state = 0},
[105] = {.lex_state = 0},
[106] = {.lex_state = 0},
[107] = {.lex_state = 1},
[108] = {.lex_state = 0},
[109] = {.lex_state = 0},
[110] = {.lex_state = 64},
[111] = {.lex_state = 64},
[112] = {.lex_state = 0},
[113] = {.lex_state = 0},
[114] = {.lex_state = 0},
[115] = {.lex_state = 0},
[116] = {.lex_state = 0},
[117] = {.lex_state = 0},
[118] = {.lex_state = 0},
[119] = {.lex_state = 0},
[120] = {.lex_state = 0},
[121] = {.lex_state = 64},
[122] = {.lex_state = 64},
[123] = {.lex_state = 64},
[124] = {.lex_state = 64},
[125] = {.lex_state = 64},
[126] = {.lex_state = 1},
[127] = {.lex_state = 1},
[128] = {.lex_state = 1},
[129] = {.lex_state = 1},
[130] = {.lex_state = 1},
[131] = {.lex_state = 1},
[132] = {.lex_state = 1},
[133] = {.lex_state = 1},
[134] = {.lex_state = 1},
[135] = {.lex_state = 1},
[136] = {.lex_state = 1},
[137] = {.lex_state = 1},
[138] = {.lex_state = 1},
[139] = {.lex_state = 1},
[140] = {.lex_state = 1},
[141] = {.lex_state = 1},
[142] = {.lex_state = 1},
[143] = {.lex_state = 1},
[144] = {.lex_state = 0},
[145] = {.lex_state = 0},
[146] = {.lex_state = 1},
[147] = {.lex_state = 1},
[148] = {.lex_state = 1},
[149] = {.lex_state = 1},
[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 = 1},
[157] = {.lex_state = 1},
[158] = {.lex_state = 1},
[159] = {.lex_state = 1},
[160] = {.lex_state = 1},
[161] = {.lex_state = 1},
[162] = {.lex_state = 1},
[163] = {.lex_state = 1},
[164] = {.lex_state = 1},
[165] = {.lex_state = 1},
[166] = {.lex_state = 1},
[167] = {.lex_state = 1},
[168] = {.lex_state = 1},
[169] = {.lex_state = 1},
[170] = {.lex_state = 1},
[171] = {.lex_state = 1},
[172] = {.lex_state = 1},
[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 = 1},
[181] = {.lex_state = 1},
[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 = 1},
[191] = {.lex_state = 1},
[192] = {.lex_state = 1},
[193] = {.lex_state = 1},
[194] = {.lex_state = 1},
[195] = {.lex_state = 1},
[196] = {.lex_state = 1},
[197] = {.lex_state = 1},
[198] = {.lex_state = 1},
[199] = {.lex_state = 1},
[200] = {.lex_state = 1},
[201] = {.lex_state = 1},
[202] = {.lex_state = 1},
[203] = {.lex_state = 1},
[204] = {.lex_state = 1},
[205] = {.lex_state = 1},
[206] = {.lex_state = 1},
[207] = {.lex_state = 1},
[208] = {.lex_state = 1},
[209] = {.lex_state = 1},
[210] = {.lex_state = 1},
[211] = {.lex_state = 1},
[212] = {.lex_state = 1},
[213] = {.lex_state = 1},
[214] = {.lex_state = 1},
[215] = {.lex_state = 1},
[216] = {.lex_state = 1},
[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 = 1},
[228] = {.lex_state = 1},
[229] = {.lex_state = 1},
[230] = {.lex_state = 1},
[231] = {.lex_state = 1},
[232] = {.lex_state = 1},
[233] = {.lex_state = 1},
[234] = {.lex_state = 1},
[235] = {.lex_state = 1},
[236] = {.lex_state = 1},
[237] = {.lex_state = 1},
[238] = {.lex_state = 1},
[239] = {.lex_state = 1},
[240] = {.lex_state = 1},
[241] = {.lex_state = 1},
[242] = {.lex_state = 1},
[243] = {.lex_state = 1},
[244] = {.lex_state = 1},
[245] = {.lex_state = 1},
[246] = {.lex_state = 1},
[247] = {.lex_state = 1},
[248] = {.lex_state = 1},
[249] = {.lex_state = 1},
[250] = {.lex_state = 1},
[251] = {.lex_state = 1},
[252] = {.lex_state = 1},
[253] = {.lex_state = 1},
[254] = {.lex_state = 1},
[255] = {.lex_state = 1},
[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 = 0},
[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 = 0},
[347] = {.lex_state = 0},
[348] = {.lex_state = 0},
[349] = {.lex_state = 0},
[350] = {.lex_state = 0},
[351] = {.lex_state = 0},
[352] = {.lex_state = 0},
[353] = {.lex_state = 0},
[354] = {.lex_state = 0},
[355] = {.lex_state = 0},
[356] = {.lex_state = 0},
[357] = {.lex_state = 0},
[358] = {.lex_state = 0},
[359] = {.lex_state = 0},
[360] = {.lex_state = 0},
[361] = {.lex_state = 0},
[362] = {.lex_state = 0},
[363] = {.lex_state = 0},
[364] = {.lex_state = 0},
[365] = {.lex_state = 0},
[366] = {.lex_state = 0},
[367] = {.lex_state = 0},
[368] = {.lex_state = 0},
[369] = {.lex_state = 0},
[370] = {.lex_state = 0},
[371] = {.lex_state = 0},
[372] = {.lex_state = 0},
[373] = {.lex_state = 0},
[374] = {.lex_state = 0},
[375] = {.lex_state = 0},
[376] = {.lex_state = 0},
[377] = {.lex_state = 0},
[378] = {.lex_state = 0},
[379] = {.lex_state = 0},
[380] = {.lex_state = 0},
[381] = {.lex_state = 0},
[382] = {.lex_state = 0},
[383] = {.lex_state = 0},
[384] = {.lex_state = 0},
[385] = {.lex_state = 0},
[386] = {.lex_state = 0},
[387] = {.lex_state = 0},
[388] = {.lex_state = 0},
[389] = {.lex_state = 0},
[390] = {.lex_state = 0},
[391] = {.lex_state = 0},
[392] = {.lex_state = 0},
[393] = {.lex_state = 0},
[394] = {.lex_state = 0},
[395] = {.lex_state = 0},
[396] = {.lex_state = 0},
[397] = {.lex_state = 0},
[398] = {.lex_state = 0},
[399] = {.lex_state = 0},
[400] = {.lex_state = 0},
[401] = {.lex_state = 0},
[402] = {.lex_state = 0},
[403] = {.lex_state = 0},
[404] = {.lex_state = 0},
[405] = {.lex_state = 0},
[406] = {.lex_state = 0},
[407] = {.lex_state = 0},
[408] = {.lex_state = 0},
[409] = {.lex_state = 0},
[410] = {.lex_state = 0},
[411] = {.lex_state = 0},
[412] = {.lex_state = 0},
[413] = {.lex_state = 0},
[414] = {.lex_state = 0},
[415] = {.lex_state = 0},
[416] = {.lex_state = 0},
[417] = {.lex_state = 1},
[418] = {.lex_state = 1},
[419] = {.lex_state = 3},
[420] = {.lex_state = 3},
[421] = {.lex_state = 0},
[422] = {.lex_state = 1},
[423] = {.lex_state = 0},
[424] = {.lex_state = 0},
[425] = {.lex_state = 0},
[426] = {.lex_state = 0},
[427] = {.lex_state = 0},
[428] = {.lex_state = 0},
[429] = {.lex_state = 1},
[430] = {.lex_state = 1},
[431] = {.lex_state = 0},
[432] = {.lex_state = 1},
[433] = {.lex_state = 0},
[434] = {.lex_state = 0},
[435] = {.lex_state = 1},
[436] = {.lex_state = 1},
[437] = {.lex_state = 1},
[438] = {.lex_state = 1},
[439] = {.lex_state = 0},
[440] = {.lex_state = 0},
[441] = {.lex_state = 0},
[442] = {.lex_state = 1},
[443] = {.lex_state = 1},
[444] = {.lex_state = 1},
[445] = {.lex_state = 1},
[446] = {.lex_state = 0},
[447] = {.lex_state = 0},
[448] = {.lex_state = 0},
[449] = {.lex_state = 1},
[450] = {.lex_state = 1},
[451] = {.lex_state = 1},
[452] = {.lex_state = 1},
[453] = {.lex_state = 1},
[454] = {.lex_state = 1},
[455] = {.lex_state = 1},
[456] = {.lex_state = 4},
[457] = {.lex_state = 1},
[458] = {.lex_state = 0},
[459] = {.lex_state = 4},
[460] = {.lex_state = 4},
[461] = {.lex_state = 1},
[462] = {.lex_state = 1},
[463] = {.lex_state = 1},
[464] = {.lex_state = 1},
[465] = {.lex_state = 1},
[466] = {.lex_state = 1},
[467] = {.lex_state = 2},
[468] = {.lex_state = 1},
[469] = {.lex_state = 2},
[470] = {.lex_state = 1},
[471] = {.lex_state = 0},
[472] = {.lex_state = 1},
[473] = {.lex_state = 1},
[474] = {.lex_state = 4},
[475] = {.lex_state = 2},
[476] = {.lex_state = 2},
[477] = {.lex_state = 1},
[478] = {.lex_state = 1},
[479] = {.lex_state = 0},
[480] = {.lex_state = 1},
[481] = {.lex_state = 4},
[482] = {.lex_state = 4},
[483] = {.lex_state = 0},
[484] = {.lex_state = 1},
[485] = {.lex_state = 4},
[486] = {.lex_state = 4},
[487] = {.lex_state = 2},
[488] = {.lex_state = 4},
[489] = {.lex_state = 4},
[490] = {.lex_state = 4},
[491] = {.lex_state = 1},
[492] = {.lex_state = 4},
[493] = {.lex_state = 4},
[494] = {.lex_state = 4},
[495] = {.lex_state = 0},
[496] = {.lex_state = 0},
[497] = {.lex_state = 2},
[498] = {.lex_state = 4},
[499] = {.lex_state = 4},
[500] = {.lex_state = 4},
[501] = {.lex_state = 4},
[502] = {.lex_state = 4},
[503] = {.lex_state = 4},
[504] = {.lex_state = 4},
[505] = {.lex_state = 2},
[506] = {.lex_state = 4},
[507] = {.lex_state = 4},
[508] = {.lex_state = 4},
[509] = {.lex_state = 0},
[510] = {.lex_state = 4},
[511] = {.lex_state = 4},
[512] = {.lex_state = 4},
[513] = {.lex_state = 4},
[514] = {.lex_state = 0},
[515] = {.lex_state = 2},
[516] = {.lex_state = 0},
[517] = {.lex_state = 2},
[518] = {.lex_state = 2},
[519] = {.lex_state = 0},
[520] = {.lex_state = 2},
[521] = {.lex_state = 2},
[522] = {.lex_state = 2},
[523] = {.lex_state = 0},
[524] = {.lex_state = 4},
[525] = {.lex_state = 2},
[526] = {.lex_state = 2},
[527] = {.lex_state = 2},
[528] = {.lex_state = 4},
[529] = {.lex_state = 2},
[530] = {.lex_state = 2},
[531] = {.lex_state = 2},
[532] = {.lex_state = 2},
[533] = {.lex_state = 2},
[534] = {.lex_state = 9},
[535] = {.lex_state = 2},
[536] = {.lex_state = 9},
[537] = {.lex_state = 2},
[538] = {.lex_state = 0},
[539] = {.lex_state = 2},
[540] = {.lex_state = 0},
[541] = {.lex_state = 0},
[542] = {.lex_state = 0},
[543] = {.lex_state = 9},
[544] = {.lex_state = 2},
[545] = {.lex_state = 2},
[546] = {.lex_state = 4},
[547] = {.lex_state = 4},
[548] = {.lex_state = 4},
[549] = {.lex_state = 4},
[550] = {.lex_state = 2},
[551] = {.lex_state = 4},
[552] = {.lex_state = 2},
[553] = {.lex_state = 4},
[554] = {.lex_state = 4},
[555] = {.lex_state = 4},
[556] = {.lex_state = 2},
[557] = {.lex_state = 4},
[558] = {.lex_state = 4},
[559] = {.lex_state = 4},
[560] = {.lex_state = 2},
[561] = {.lex_state = 2},
[562] = {.lex_state = 2},
[563] = {.lex_state = 2},
[564] = {.lex_state = 2},
[565] = {.lex_state = 2},
[566] = {.lex_state = 2},
[567] = {.lex_state = 2},
[568] = {.lex_state = 2},
[569] = {.lex_state = 2},
[570] = {.lex_state = 2},
[571] = {.lex_state = 2},
[572] = {.lex_state = 2},
[573] = {.lex_state = 2},
[574] = {.lex_state = 2},
[575] = {.lex_state = 2},
[576] = {.lex_state = 2},
[577] = {.lex_state = 2},
[578] = {.lex_state = 4},
[579] = {.lex_state = 2},
[580] = {.lex_state = 2},
[581] = {.lex_state = 2},
[582] = {.lex_state = 2},
[583] = {.lex_state = 2},
[584] = {.lex_state = 2},
[585] = {.lex_state = 2},
[586] = {.lex_state = 2},
[587] = {.lex_state = 2},
[588] = {.lex_state = 2},
[589] = {.lex_state = 2},
[590] = {.lex_state = 4},
[591] = {.lex_state = 4},
[592] = {.lex_state = 4},
[593] = {.lex_state = 2},
[594] = {.lex_state = 2},
[595] = {.lex_state = 2},
[596] = {.lex_state = 2},
[597] = {.lex_state = 2},
[598] = {.lex_state = 2},
[599] = {.lex_state = 2},
[600] = {.lex_state = 2},
[601] = {.lex_state = 2},
[602] = {.lex_state = 2},
[603] = {.lex_state = 2},
[604] = {.lex_state = 2},
[605] = {.lex_state = 4},
[606] = {.lex_state = 0},
[607] = {.lex_state = 4},
[608] = {.lex_state = 0},
[609] = {.lex_state = 0},
[610] = {.lex_state = 0},
[611] = {.lex_state = 0},
[612] = {.lex_state = 0},
[613] = {.lex_state = 4},
[614] = {.lex_state = 4},
[615] = {.lex_state = 4},
[616] = {.lex_state = 0},
[617] = {.lex_state = 0},
[618] = {.lex_state = 0},
[619] = {.lex_state = 0},
[620] = {.lex_state = 0},
[621] = {.lex_state = 0},
[622] = {.lex_state = 0},
[623] = {.lex_state = 4},
[624] = {.lex_state = 4},
[625] = {.lex_state = 4},
[626] = {.lex_state = 4},
[627] = {.lex_state = 4},
[628] = {.lex_state = 9},
[629] = {.lex_state = 4},
[630] = {.lex_state = 2},
[631] = {.lex_state = 4},
[632] = {.lex_state = 4},
[633] = {.lex_state = 4},
[634] = {.lex_state = 4},
[635] = {.lex_state = 4},
[636] = {.lex_state = 4},
[637] = {.lex_state = 4},
[638] = {.lex_state = 4},
[639] = {.lex_state = 4},
[640] = {.lex_state = 4},
[641] = {.lex_state = 0},
[642] = {.lex_state = 4},
[643] = {.lex_state = 4},
[644] = {.lex_state = 0},
[645] = {.lex_state = 0},
[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 = 4},
[654] = {.lex_state = 4},
[655] = {.lex_state = 4},
[656] = {.lex_state = 4},
[657] = {.lex_state = 4},
[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 = 4},
[665] = {.lex_state = 4},
[666] = {.lex_state = 4},
[667] = {.lex_state = 4},
[668] = {.lex_state = 0},
[669] = {.lex_state = 0},
[670] = {.lex_state = 4},
[671] = {.lex_state = 4},
[672] = {.lex_state = 4},
[673] = {.lex_state = 4},
[674] = {.lex_state = 4},
[675] = {.lex_state = 4},
[676] = {.lex_state = 4},
[677] = {.lex_state = 4},
[678] = {.lex_state = 4},
[679] = {.lex_state = 4},
[680] = {.lex_state = 4},
[681] = {.lex_state = 4},
[682] = {.lex_state = 0},
[683] = {.lex_state = 4},
[684] = {.lex_state = 2},
[685] = {.lex_state = 0},
[686] = {.lex_state = 0},
[687] = {.lex_state = 0},
[688] = {.lex_state = 0},
[689] = {.lex_state = 4},
[690] = {.lex_state = 0},
[691] = {.lex_state = 4},
[692] = {.lex_state = 0},
[693] = {.lex_state = 2},
[694] = {.lex_state = 0},
[695] = {.lex_state = 0},
[696] = {.lex_state = 2},
[697] = {.lex_state = 4},
[698] = {.lex_state = 0},
[699] = {.lex_state = 0},
[700] = {.lex_state = 0},
[701] = {.lex_state = 0},
[702] = {.lex_state = 0},
[703] = {.lex_state = 0},
[704] = {.lex_state = 0},
[705] = {.lex_state = 0},
[706] = {.lex_state = 4},
[707] = {.lex_state = 4},
[708] = {.lex_state = 4},
[709] = {.lex_state = 4},
[710] = {.lex_state = 4},
[711] = {.lex_state = 4},
[712] = {.lex_state = 4},
[713] = {.lex_state = 4},
[714] = {.lex_state = 4},
[715] = {.lex_state = 4},
[716] = {.lex_state = 4},
[717] = {.lex_state = 4},
[718] = {.lex_state = 4},
[719] = {.lex_state = 4},
[720] = {.lex_state = 4},
[721] = {.lex_state = 4},
[722] = {.lex_state = 4},
[723] = {.lex_state = 2},
[724] = {.lex_state = 4},
[725] = {.lex_state = 4},
[726] = {.lex_state = 4},
[727] = {.lex_state = 4},
[728] = {.lex_state = 4},
[729] = {.lex_state = 4},
[730] = {.lex_state = 4},
[731] = {.lex_state = 4},
[732] = {.lex_state = 0},
[733] = {.lex_state = 4},
[734] = {.lex_state = 4},
[735] = {.lex_state = 4},
[736] = {.lex_state = 4},
[737] = {.lex_state = 4},
[738] = {.lex_state = 4},
[739] = {.lex_state = 4},
[740] = {.lex_state = 4},
[741] = {.lex_state = 9},
[742] = {.lex_state = 2},
[743] = {.lex_state = 4},
[744] = {.lex_state = 4},
[745] = {.lex_state = 4},
[746] = {.lex_state = 0},
[747] = {.lex_state = 2},
[748] = {.lex_state = 4},
[749] = {.lex_state = 0},
[750] = {.lex_state = 9},
[751] = {.lex_state = 9},
[752] = {.lex_state = 4},
[753] = {.lex_state = 9},
[754] = {.lex_state = 9},
[755] = {.lex_state = 9},
[756] = {.lex_state = 4},
[757] = {.lex_state = 9},
[758] = {.lex_state = 4},
[759] = {.lex_state = 4},
[760] = {.lex_state = 9},
[761] = {.lex_state = 4},
[762] = {.lex_state = 4},
[763] = {.lex_state = 1},
[764] = {.lex_state = 0},
[765] = {.lex_state = 9},
[766] = {.lex_state = 9},
[767] = {.lex_state = 9},
[768] = {.lex_state = 4},
[769] = {.lex_state = 4},
[770] = {.lex_state = 1},
[771] = {.lex_state = 4},
[772] = {.lex_state = 4},
[773] = {.lex_state = 4},
[774] = {.lex_state = 1},
[775] = {.lex_state = 9},
[776] = {.lex_state = 4},
[777] = {.lex_state = 4},
[778] = {.lex_state = 9},
[779] = {.lex_state = 4},
[780] = {.lex_state = 4},
[781] = {.lex_state = 4},
[782] = {.lex_state = 1},
[783] = {.lex_state = 4},
[784] = {.lex_state = 4},
[785] = {.lex_state = 4},
[786] = {.lex_state = 4},
[787] = {.lex_state = 1},
[788] = {.lex_state = 4},
[789] = {.lex_state = 4},
[790] = {.lex_state = 4},
[791] = {.lex_state = 4},
[792] = {.lex_state = 1},
[793] = {.lex_state = 4},
[794] = {.lex_state = 4},
[795] = {.lex_state = 4},
[796] = {.lex_state = 4},
[797] = {.lex_state = 4},
[798] = {.lex_state = 4},
[799] = {.lex_state = 4},
[800] = {.lex_state = 4},
[801] = {.lex_state = 4},
[802] = {.lex_state = 1},
[803] = {.lex_state = 4},
[804] = {.lex_state = 4},
[805] = {.lex_state = 4},
[806] = {.lex_state = 4},
[807] = {.lex_state = 4},
[808] = {.lex_state = 9},
[809] = {.lex_state = 4},
[810] = {.lex_state = 1},
[811] = {.lex_state = 4},
[812] = {.lex_state = 0},
[813] = {.lex_state = 4},
[814] = {.lex_state = 4},
[815] = {.lex_state = 4},
[816] = {.lex_state = 4},
[817] = {.lex_state = 4},
[818] = {.lex_state = 1},
[819] = {.lex_state = 9},
[820] = {.lex_state = 9},
[821] = {.lex_state = 9},
[822] = {.lex_state = 4},
[823] = {.lex_state = 4},
[824] = {.lex_state = 4},
[825] = {.lex_state = 1},
[826] = {.lex_state = 9},
[827] = {.lex_state = 1},
[828] = {.lex_state = 4},
[829] = {.lex_state = 1},
[830] = {.lex_state = 4},
[831] = {.lex_state = 4},
[832] = {.lex_state = 4},
[833] = {.lex_state = 4},
[834] = {.lex_state = 1},
[835] = {.lex_state = 1},
[836] = {.lex_state = 9},
[837] = {.lex_state = 1},
[838] = {.lex_state = 4},
[839] = {.lex_state = 1},
[840] = {.lex_state = 1},
[841] = {.lex_state = 1},
[842] = {.lex_state = 1},
[843] = {.lex_state = 4},
[844] = {.lex_state = 9},
[845] = {.lex_state = 4},
[846] = {.lex_state = 1},
[847] = {.lex_state = 4},
[848] = {.lex_state = 4},
[849] = {.lex_state = 1},
[850] = {.lex_state = 4},
[851] = {.lex_state = 1},
[852] = {.lex_state = 4},
[853] = {.lex_state = 4},
[854] = {.lex_state = 4},
[855] = {.lex_state = 4},
[856] = {.lex_state = 4},
[857] = {.lex_state = 4},
[858] = {.lex_state = 4},
[859] = {.lex_state = 1},
[860] = {.lex_state = 1},
[861] = {.lex_state = 1},
[862] = {.lex_state = 4},
[863] = {.lex_state = 1},
[864] = {.lex_state = 0},
[865] = {.lex_state = 4},
[866] = {.lex_state = 4},
[867] = {.lex_state = 4},
[868] = {.lex_state = 4},
[869] = {.lex_state = 4},
[870] = {.lex_state = 4},
[871] = {.lex_state = 4},
[872] = {.lex_state = 4},
[873] = {.lex_state = 4},
[874] = {.lex_state = 4},
[875] = {.lex_state = 4},
[876] = {.lex_state = 4},
[877] = {.lex_state = 4},
[878] = {.lex_state = 4},
[879] = {.lex_state = 4},
[880] = {.lex_state = 4},
[881] = {.lex_state = 4},
[882] = {.lex_state = 4},
[883] = {.lex_state = 4},
[884] = {.lex_state = 4},
[885] = {.lex_state = 4},
[886] = {.lex_state = 4},
[887] = {.lex_state = 4},
[888] = {.lex_state = 4},
[889] = {.lex_state = 1},
[890] = {.lex_state = 1},
[891] = {.lex_state = 4},
[892] = {.lex_state = 1},
[893] = {.lex_state = 1},
[894] = {.lex_state = 1},
[895] = {.lex_state = 1},
[896] = {.lex_state = 1},
[897] = {.lex_state = 1},
[898] = {.lex_state = 1},
[899] = {.lex_state = 1},
[900] = {.lex_state = 1},
[901] = {.lex_state = 1},
[902] = {.lex_state = 1},
[903] = {.lex_state = 1},
[904] = {.lex_state = 1},
[905] = {.lex_state = 4},
[906] = {.lex_state = 1},
[907] = {.lex_state = 1},
[908] = {.lex_state = 1},
[909] = {.lex_state = 1},
[910] = {.lex_state = 1},
[911] = {.lex_state = 4},
[912] = {.lex_state = 1},
[913] = {.lex_state = 1},
[914] = {.lex_state = 1},
[915] = {.lex_state = 1},
[916] = {.lex_state = 1},
[917] = {.lex_state = 1},
[918] = {.lex_state = 1},
[919] = {.lex_state = 1},
[920] = {.lex_state = 1},
[921] = {.lex_state = 1},
[922] = {.lex_state = 1},
[923] = {.lex_state = 1},
[924] = {.lex_state = 1},
[925] = {.lex_state = 1},
[926] = {.lex_state = 1},
[927] = {.lex_state = 1},
[928] = {.lex_state = 1},
[929] = {.lex_state = 1},
[930] = {.lex_state = 1},
[931] = {.lex_state = 1},
[932] = {.lex_state = 1},
[933] = {.lex_state = 1},
[934] = {.lex_state = 1},
[935] = {.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 = 1},
[942] = {.lex_state = 1},
[943] = {.lex_state = 1},
[944] = {.lex_state = 9},
[945] = {.lex_state = 1},
[946] = {.lex_state = 1},
[947] = {.lex_state = 1},
[948] = {.lex_state = 1},
[949] = {.lex_state = 1},
[950] = {.lex_state = 1},
[951] = {.lex_state = 1},
[952] = {.lex_state = 1},
[953] = {.lex_state = 1},
[954] = {.lex_state = 1},
[955] = {.lex_state = 1},
[956] = {.lex_state = 1},
[957] = {.lex_state = 1},
[958] = {.lex_state = 1},
[959] = {.lex_state = 1},
[960] = {.lex_state = 1},
[961] = {.lex_state = 1},
[962] = {.lex_state = 1},
[963] = {.lex_state = 1},
[964] = {.lex_state = 1},
[965] = {.lex_state = 1},
[966] = {.lex_state = 1},
[967] = {.lex_state = 1},
[968] = {.lex_state = 1},
[969] = {.lex_state = 0},
[970] = {.lex_state = 0},
[971] = {.lex_state = 1},
[972] = {.lex_state = 0},
[973] = {.lex_state = 1},
[974] = {.lex_state = 0},
[975] = {.lex_state = 1},
[976] = {.lex_state = 0},
[977] = {.lex_state = 0},
[978] = {.lex_state = 0},
[979] = {.lex_state = 0},
[980] = {.lex_state = 0},
[981] = {.lex_state = 0},
[982] = {.lex_state = 0},
[983] = {.lex_state = 0},
[984] = {.lex_state = 1},
[985] = {.lex_state = 1},
[986] = {.lex_state = 1},
[987] = {.lex_state = 1},
[988] = {.lex_state = 0},
[989] = {.lex_state = 0},
[990] = {.lex_state = 1},
[991] = {.lex_state = 0},
[992] = {.lex_state = 1},
[993] = {.lex_state = 0},
[994] = {.lex_state = 1},
[995] = {.lex_state = 1},
[996] = {.lex_state = 0},
[997] = {.lex_state = 1},
[998] = {.lex_state = 0},
[999] = {.lex_state = 1},
[1000] = {.lex_state = 0},
[1001] = {.lex_state = 0},
[1002] = {.lex_state = 0},
[1003] = {.lex_state = 0},
[1004] = {.lex_state = 0},
[1005] = {.lex_state = 0},
[1006] = {.lex_state = 0},
[1007] = {.lex_state = 1},
[1008] = {.lex_state = 0},
[1009] = {.lex_state = 0},
[1010] = {.lex_state = 1},
[1011] = {.lex_state = 0},
[1012] = {.lex_state = 0},
[1013] = {.lex_state = 0},
[1014] = {.lex_state = 0},
[1015] = {.lex_state = 1},
[1016] = {.lex_state = 0},
[1017] = {.lex_state = 1},
[1018] = {.lex_state = 1},
[1019] = {.lex_state = 1},
[1020] = {.lex_state = 1},
[1021] = {.lex_state = 1},
[1022] = {.lex_state = 1},
[1023] = {.lex_state = 1},
[1024] = {.lex_state = 1},
[1025] = {.lex_state = 1},
[1026] = {.lex_state = 0},
[1027] = {.lex_state = 1},
[1028] = {.lex_state = 1},
[1029] = {.lex_state = 1},
[1030] = {.lex_state = 1},
[1031] = {.lex_state = 1},
[1032] = {.lex_state = 1},
[1033] = {.lex_state = 1},
[1034] = {.lex_state = 0},
[1035] = {.lex_state = 0},
[1036] = {.lex_state = 1},
[1037] = {.lex_state = 1},
[1038] = {.lex_state = 1},
[1039] = {.lex_state = 1},
[1040] = {.lex_state = 1},
[1041] = {.lex_state = 1},
[1042] = {.lex_state = 1},
[1043] = {.lex_state = 1},
[1044] = {.lex_state = 1},
[1045] = {.lex_state = 1},
[1046] = {.lex_state = 1},
[1047] = {.lex_state = 1},
[1048] = {.lex_state = 1},
[1049] = {.lex_state = 1},
[1050] = {.lex_state = 1},
[1051] = {.lex_state = 1},
[1052] = {.lex_state = 1},
[1053] = {.lex_state = 1},
[1054] = {.lex_state = 0},
[1055] = {.lex_state = 1},
[1056] = {.lex_state = 1},
[1057] = {.lex_state = 1},
[1058] = {.lex_state = 1},
[1059] = {.lex_state = 1},
[1060] = {.lex_state = 1},
[1061] = {.lex_state = 1},
[1062] = {.lex_state = 1},
[1063] = {.lex_state = 1},
[1064] = {.lex_state = 1},
[1065] = {.lex_state = 1},
[1066] = {.lex_state = 1},
[1067] = {.lex_state = 1},
[1068] = {.lex_state = 1},
[1069] = {.lex_state = 6},
[1070] = {.lex_state = 1},
[1071] = {.lex_state = 6},
[1072] = {.lex_state = 6},
[1073] = {.lex_state = 1},
[1074] = {.lex_state = 1},
[1075] = {.lex_state = 1},
[1076] = {.lex_state = 1},
[1077] = {.lex_state = 1},
[1078] = {.lex_state = 6},
[1079] = {.lex_state = 6},
[1080] = {.lex_state = 0},
[1081] = {.lex_state = 1},
[1082] = {.lex_state = 0},
[1083] = {.lex_state = 0},
[1084] = {.lex_state = 1},
[1085] = {.lex_state = 1},
[1086] = {.lex_state = 1},
[1087] = {.lex_state = 1},
[1088] = {.lex_state = 1},
[1089] = {.lex_state = 1},
[1090] = {.lex_state = 1},
[1091] = {.lex_state = 0},
[1092] = {.lex_state = 1},
[1093] = {.lex_state = 1},
[1094] = {.lex_state = 0},
[1095] = {.lex_state = 1},
[1096] = {.lex_state = 1},
[1097] = {.lex_state = 1},
[1098] = {.lex_state = 1},
[1099] = {.lex_state = 1},
[1100] = {.lex_state = 1},
[1101] = {.lex_state = 8},
[1102] = {.lex_state = 1},
[1103] = {.lex_state = 1},
[1104] = {.lex_state = 8},
[1105] = {.lex_state = 1},
[1106] = {.lex_state = 1},
[1107] = {.lex_state = 1},
[1108] = {.lex_state = 1},
[1109] = {.lex_state = 1},
[1110] = {.lex_state = 8},
[1111] = {.lex_state = 1},
[1112] = {.lex_state = 1},
[1113] = {.lex_state = 1},
[1114] = {.lex_state = 1},
[1115] = {.lex_state = 8},
[1116] = {.lex_state = 1},
[1117] = {.lex_state = 1},
[1118] = {.lex_state = 1},
[1119] = {.lex_state = 0},
[1120] = {.lex_state = 1},
[1121] = {.lex_state = 0},
[1122] = {.lex_state = 0},
[1123] = {.lex_state = 1},
[1124] = {.lex_state = 1},
[1125] = {.lex_state = 1},
[1126] = {.lex_state = 0},
[1127] = {.lex_state = 1},
[1128] = {.lex_state = 0},
[1129] = {.lex_state = 0},
[1130] = {.lex_state = 1},
[1131] = {.lex_state = 1},
[1132] = {.lex_state = 1},
[1133] = {.lex_state = 1},
[1134] = {.lex_state = 0},
[1135] = {.lex_state = 0},
[1136] = {.lex_state = 0},
[1137] = {.lex_state = 1},
[1138] = {.lex_state = 1},
[1139] = {.lex_state = 1},
[1140] = {.lex_state = 1},
[1141] = {.lex_state = 1},
[1142] = {.lex_state = 8},
[1143] = {.lex_state = 1},
[1144] = {.lex_state = 9},
[1145] = {.lex_state = 0},
[1146] = {.lex_state = 0},
[1147] = {.lex_state = 0},
[1148] = {.lex_state = 9},
[1149] = {.lex_state = 0},
[1150] = {.lex_state = 0},
[1151] = {.lex_state = 0},
[1152] = {.lex_state = 0},
[1153] = {.lex_state = 0},
[1154] = {.lex_state = 0},
[1155] = {.lex_state = 0},
[1156] = {.lex_state = 0},
[1157] = {.lex_state = 1},
[1158] = {.lex_state = 0},
[1159] = {.lex_state = 0},
[1160] = {.lex_state = 1},
[1161] = {.lex_state = 0},
[1162] = {.lex_state = 0},
[1163] = {.lex_state = 6},
[1164] = {.lex_state = 0},
[1165] = {.lex_state = 1},
[1166] = {.lex_state = 1},
[1167] = {.lex_state = 0},
[1168] = {.lex_state = 0},
[1169] = {.lex_state = 0},
[1170] = {.lex_state = 0},
[1171] = {.lex_state = 0},
[1172] = {.lex_state = 0},
[1173] = {.lex_state = 0},
[1174] = {.lex_state = 0},
[1175] = {.lex_state = 6},
[1176] = {.lex_state = 1},
[1177] = {.lex_state = 1},
[1178] = {.lex_state = 0},
[1179] = {.lex_state = 1},
[1180] = {.lex_state = 0},
[1181] = {.lex_state = 0},
[1182] = {.lex_state = 0},
[1183] = {.lex_state = 0},
[1184] = {.lex_state = 0},
[1185] = {.lex_state = 0},
[1186] = {.lex_state = 0},
[1187] = {.lex_state = 0},
[1188] = {.lex_state = 1},
[1189] = {.lex_state = 0},
[1190] = {.lex_state = 1},
[1191] = {.lex_state = 1},
[1192] = {.lex_state = 0},
[1193] = {.lex_state = 1},
[1194] = {.lex_state = 1},
[1195] = {.lex_state = 0},
[1196] = {.lex_state = 1},
[1197] = {.lex_state = 1},
[1198] = {.lex_state = 9},
[1199] = {.lex_state = 9},
[1200] = {.lex_state = 0},
[1201] = {.lex_state = 0},
[1202] = {.lex_state = 1},
[1203] = {.lex_state = 0},
[1204] = {.lex_state = 1},
[1205] = {.lex_state = 9},
[1206] = {.lex_state = 0},
[1207] = {.lex_state = 1},
[1208] = {.lex_state = 1},
[1209] = {.lex_state = 0},
[1210] = {.lex_state = 1},
[1211] = {.lex_state = 0},
[1212] = {.lex_state = 9},
[1213] = {.lex_state = 1},
[1214] = {.lex_state = 0},
[1215] = {.lex_state = 1},
[1216] = {.lex_state = 1},
[1217] = {.lex_state = 1},
[1218] = {.lex_state = 1},
[1219] = {.lex_state = 0},
[1220] = {.lex_state = 1},
[1221] = {.lex_state = 0},
[1222] = {.lex_state = 0},
[1223] = {.lex_state = 0},
[1224] = {.lex_state = 1},
[1225] = {.lex_state = 0},
[1226] = {.lex_state = 1},
[1227] = {.lex_state = 1},
[1228] = {.lex_state = 1},
[1229] = {.lex_state = 1},
[1230] = {.lex_state = 0},
[1231] = {.lex_state = 1},
[1232] = {.lex_state = 1},
[1233] = {.lex_state = 1},
[1234] = {.lex_state = 8},
[1235] = {.lex_state = 1},
[1236] = {.lex_state = 0},
[1237] = {.lex_state = 0},
[1238] = {.lex_state = 9},
[1239] = {.lex_state = 0},
[1240] = {.lex_state = 0},
[1241] = {.lex_state = 1},
[1242] = {.lex_state = 1},
[1243] = {.lex_state = 1},
[1244] = {.lex_state = 1},
[1245] = {.lex_state = 0},
[1246] = {.lex_state = 1},
[1247] = {.lex_state = 1},
[1248] = {.lex_state = 0},
[1249] = {.lex_state = 1},
[1250] = {.lex_state = 0},
[1251] = {.lex_state = 9},
[1252] = {.lex_state = 0},
[1253] = {.lex_state = 0},
[1254] = {.lex_state = 1},
[1255] = {.lex_state = 0},
[1256] = {.lex_state = 0},
[1257] = {.lex_state = 0},
[1258] = {.lex_state = 9},
[1259] = {.lex_state = 0},
[1260] = {.lex_state = 0},
[1261] = {.lex_state = 0},
[1262] = {.lex_state = 0},
[1263] = {.lex_state = 0},
[1264] = {.lex_state = 1},
[1265] = {.lex_state = 0},
[1266] = {.lex_state = 0},
[1267] = {.lex_state = 1},
[1268] = {.lex_state = 0},
[1269] = {.lex_state = 1},
[1270] = {.lex_state = 0},
[1271] = {.lex_state = 9},
[1272] = {.lex_state = 0},
[1273] = {.lex_state = 0},
[1274] = {.lex_state = 0},
[1275] = {.lex_state = 9},
[1276] = {.lex_state = 0},
[1277] = {.lex_state = 0},
[1278] = {.lex_state = 9},
[1279] = {.lex_state = 0},
[1280] = {.lex_state = 0},
[1281] = {.lex_state = 0},
[1282] = {.lex_state = 0},
[1283] = {.lex_state = 0},
[1284] = {.lex_state = 0},
[1285] = {.lex_state = 0},
[1286] = {.lex_state = 0},
[1287] = {.lex_state = 0},
[1288] = {.lex_state = 0},
[1289] = {.lex_state = 0},
[1290] = {.lex_state = 0},
[1291] = {.lex_state = 0},
[1292] = {.lex_state = 0},
[1293] = {.lex_state = 1},
[1294] = {.lex_state = 0},
[1295] = {.lex_state = 0},
[1296] = {.lex_state = 0},
[1297] = {.lex_state = 0},
[1298] = {.lex_state = 0},
[1299] = {.lex_state = 0},
[1300] = {.lex_state = 0},
[1301] = {.lex_state = 0},
[1302] = {.lex_state = 0},
[1303] = {.lex_state = 0},
[1304] = {.lex_state = 1},
[1305] = {.lex_state = 1},
[1306] = {.lex_state = 0},
[1307] = {.lex_state = 0},
[1308] = {.lex_state = 9},
[1309] = {.lex_state = 0},
[1310] = {.lex_state = 0},
[1311] = {.lex_state = 1},
[1312] = {.lex_state = 0},
[1313] = {.lex_state = 0},
[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},
[1323] = {.lex_state = 0},
[1324] = {.lex_state = 0},
[1325] = {.lex_state = 9},
[1326] = {.lex_state = 0},
[1327] = {.lex_state = 0},
[1328] = {.lex_state = 0},
[1329] = {.lex_state = 1},
[1330] = {.lex_state = 0},
[1331] = {.lex_state = 0},
[1332] = {.lex_state = 0},
[1333] = {.lex_state = 0},
[1334] = {.lex_state = 0},
[1335] = {.lex_state = 0},
[1336] = {.lex_state = 0},
[1337] = {.lex_state = 0},
[1338] = {.lex_state = 0},
[1339] = {.lex_state = 0},
[1340] = {.lex_state = 9},
[1341] = {.lex_state = 0},
[1342] = {.lex_state = 0},
[1343] = {.lex_state = 0},
[1344] = {.lex_state = 0},
[1345] = {.lex_state = 0},
[1346] = {.lex_state = 0},
[1347] = {.lex_state = 0},
[1348] = {.lex_state = 0},
[1349] = {.lex_state = 0},
[1350] = {.lex_state = 0},
[1351] = {.lex_state = 0},
[1352] = {.lex_state = 0},
[1353] = {.lex_state = 0},
[1354] = {.lex_state = 0},
[1355] = {.lex_state = 0},
[1356] = {.lex_state = 0},
[1357] = {.lex_state = 1},
[1358] = {.lex_state = 0},
[1359] = {.lex_state = 0},
[1360] = {.lex_state = 0},
[1361] = {.lex_state = 0},
[1362] = {.lex_state = 0},
[1363] = {.lex_state = 0},
[1364] = {.lex_state = 0},
[1365] = {.lex_state = 1},
[1366] = {.lex_state = 9},
[1367] = {.lex_state = 0},
[1368] = {.lex_state = 0},
[1369] = {.lex_state = 0},
[1370] = {.lex_state = 0},
[1371] = {.lex_state = 0},
[1372] = {.lex_state = 0},
[1373] = {.lex_state = 0},
[1374] = {.lex_state = 0},
[1375] = {.lex_state = 0},
[1376] = {.lex_state = 0},
[1377] = {.lex_state = 0},
[1378] = {.lex_state = 0},
[1379] = {.lex_state = 0},
[1380] = {.lex_state = 0},
[1381] = {.lex_state = 0},
[1382] = {.lex_state = 0},
[1383] = {.lex_state = 0},
[1384] = {.lex_state = 0},
[1385] = {.lex_state = 0},
[1386] = {.lex_state = 0},
[1387] = {.lex_state = 0},
[1388] = {.lex_state = 1},
[1389] = {.lex_state = 0},
[1390] = {.lex_state = 0},
[1391] = {.lex_state = 0},
[1392] = {.lex_state = 1},
[1393] = {.lex_state = 0},
[1394] = {.lex_state = 0},
[1395] = {.lex_state = 0},
[1396] = {.lex_state = 0},
[1397] = {.lex_state = 0},
[1398] = {.lex_state = 0},
[1399] = {.lex_state = 0},
[1400] = {.lex_state = 0},
[1401] = {.lex_state = 0},
[1402] = {.lex_state = 0},
[1403] = {.lex_state = 0},
[1404] = {.lex_state = 0},
[1405] = {.lex_state = 9},
[1406] = {.lex_state = 0},
[1407] = {.lex_state = 0},
[1408] = {.lex_state = 0},
[1409] = {.lex_state = 0},
[1410] = {.lex_state = 0},
[1411] = {.lex_state = 0},
[1412] = {.lex_state = 0},
[1413] = {.lex_state = 0},
[1414] = {.lex_state = 0},
[1415] = {.lex_state = 0},
[1416] = {.lex_state = 0},
[1417] = {.lex_state = 0},
[1418] = {.lex_state = 0},
[1419] = {.lex_state = 0},
[1420] = {.lex_state = 0},
[1421] = {.lex_state = 0},
[1422] = {.lex_state = 0},
[1423] = {.lex_state = 0},
[1424] = {.lex_state = 9},
[1425] = {.lex_state = 0},
[1426] = {.lex_state = 0},
[1427] = {.lex_state = 0},
[1428] = {.lex_state = 0},
[1429] = {.lex_state = 0},
[1430] = {.lex_state = 0},
[1431] = {.lex_state = 0},
[1432] = {.lex_state = 0},
[1433] = {.lex_state = 0},
[1434] = {.lex_state = 9},
[1435] = {.lex_state = 9},
[1436] = {.lex_state = 0},
[1437] = {.lex_state = 1},
[1438] = {.lex_state = 0},
[1439] = {.lex_state = 9},
[1440] = {.lex_state = 0},
[1441] = {.lex_state = 0},
[1442] = {.lex_state = 0},
[1443] = {.lex_state = 0},
[1444] = {.lex_state = 0},
[1445] = {.lex_state = 0},
[1446] = {.lex_state = 0},
[1447] = {.lex_state = 0},
[1448] = {.lex_state = 0},
[1449] = {.lex_state = 0},
[1450] = {.lex_state = 0},
[1451] = {.lex_state = 0},
[1452] = {.lex_state = 0},
[1453] = {.lex_state = 0},
[1454] = {.lex_state = 1},
[1455] = {.lex_state = 0},
[1456] = {.lex_state = 0},
[1457] = {.lex_state = 0},
[1458] = {.lex_state = 0},
[1459] = {.lex_state = 0},
[1460] = {.lex_state = 0},
[1461] = {.lex_state = 0},
[1462] = {.lex_state = 0},
[1463] = {.lex_state = 1},
[1464] = {.lex_state = 0},
[1465] = {.lex_state = 0},
[1466] = {.lex_state = 0},
[1467] = {.lex_state = 0},
[1468] = {.lex_state = 0},
[1469] = {.lex_state = 0},
[1470] = {.lex_state = 1},
[1471] = {.lex_state = 0},
[1472] = {.lex_state = 0},
[1473] = {.lex_state = 0},
[1474] = {.lex_state = 0},
[1475] = {.lex_state = 1},
[1476] = {.lex_state = 1},
[1477] = {.lex_state = 0},
[1478] = {.lex_state = 0},
[1479] = {.lex_state = 0},
[1480] = {.lex_state = 0},
[1481] = {.lex_state = 1},
[1482] = {.lex_state = 1},
[1483] = {.lex_state = 0},
[1484] = {.lex_state = 0},
[1485] = {.lex_state = 0},
[1486] = {.lex_state = 1},
[1487] = {.lex_state = 0},
[1488] = {.lex_state = 0},
[1489] = {.lex_state = 0},
[1490] = {.lex_state = 0},
[1491] = {.lex_state = 9},
[1492] = {.lex_state = 0},
[1493] = {.lex_state = 0},
[1494] = {.lex_state = 0},
[1495] = {.lex_state = 0},
[1496] = {.lex_state = 0},
[1497] = {.lex_state = 0},
[1498] = {.lex_state = 0},
[1499] = {.lex_state = 0},
[1500] = {.lex_state = 0},
[1501] = {.lex_state = 0},
[1502] = {.lex_state = 0},
[1503] = {.lex_state = 0},
[1504] = {.lex_state = 0},
[1505] = {.lex_state = 0},
[1506] = {.lex_state = 9},
[1507] = {.lex_state = 1},
[1508] = {.lex_state = 0},
[1509] = {.lex_state = 0},
[1510] = {.lex_state = 0},
[1511] = {.lex_state = 0},
[1512] = {.lex_state = 0},
[1513] = {.lex_state = 0},
[1514] = {.lex_state = 0},
[1515] = {.lex_state = 0},
[1516] = {.lex_state = 0},
[1517] = {.lex_state = 0},
[1518] = {.lex_state = 1},
[1519] = {.lex_state = 1},
[1520] = {.lex_state = 0},
[1521] = {.lex_state = 0},
[1522] = {.lex_state = 0},
[1523] = {.lex_state = 0},
[1524] = {.lex_state = 0},
[1525] = {.lex_state = 0},
[1526] = {.lex_state = 0},
[1527] = {.lex_state = 0},
[1528] = {.lex_state = 0},
[1529] = {.lex_state = 1},
[1530] = {.lex_state = 0},
[1531] = {.lex_state = 0},
[1532] = {.lex_state = 0},
[1533] = {.lex_state = 0},
[1534] = {.lex_state = 1},
[1535] = {.lex_state = 0},
[1536] = {.lex_state = 0},
[1537] = {.lex_state = 0},
[1538] = {.lex_state = 0},
[1539] = {.lex_state = 0},
[1540] = {.lex_state = 1},
[1541] = {.lex_state = 0},
[1542] = {.lex_state = 0},
[1543] = {.lex_state = 0},
[1544] = {.lex_state = 0},
[1545] = {.lex_state = 0},
[1546] = {.lex_state = 0},
[1547] = {.lex_state = 1},
[1548] = {.lex_state = 0},
[1549] = {.lex_state = 0},
[1550] = {.lex_state = 0},
[1551] = {.lex_state = 0},
[1552] = {.lex_state = 0},
[1553] = {.lex_state = 1},
[1554] = {.lex_state = 0},
[1555] = {.lex_state = 1},
[1556] = {.lex_state = 1},
[1557] = {.lex_state = 1},
[1558] = {.lex_state = 1},
[1559] = {.lex_state = 0},
[1560] = {.lex_state = 1},
[1561] = {.lex_state = 0},
[1562] = {.lex_state = 0},
[1563] = {.lex_state = 0},
[1564] = {.lex_state = 1},
[1565] = {.lex_state = 1},
[1566] = {.lex_state = 0},
[1567] = {.lex_state = 0},
[1568] = {.lex_state = 0},
[1569] = {.lex_state = 0},
[1570] = {.lex_state = 0},
[1571] = {.lex_state = 0},
[1572] = {.lex_state = 0},
[1573] = {.lex_state = 1},
[1574] = {.lex_state = 0},
[1575] = {.lex_state = 0},
[1576] = {.lex_state = 0},
[1577] = {.lex_state = 0},
[1578] = {.lex_state = 0},
[1579] = {.lex_state = 0},
[1580] = {.lex_state = 0},
[1581] = {.lex_state = 1},
[1582] = {.lex_state = 0},
[1583] = {.lex_state = 0},
[1584] = {.lex_state = 0},
[1585] = {.lex_state = 0},
[1586] = {.lex_state = 1},
[1587] = {.lex_state = 0},
[1588] = {.lex_state = 0},
[1589] = {.lex_state = 0},
[1590] = {.lex_state = 1},
[1591] = {.lex_state = 0},
[1592] = {.lex_state = 1},
[1593] = {.lex_state = 0},
};
static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = {
[STATE(0)] = {
[ts_builtin_sym_end] = ACTIONS(1),
[sym_identifier] = ACTIONS(1),
[sym_decimal_integer_literal] = ACTIONS(1),
[sym_hex_integer_literal] = ACTIONS(1),
[sym_octal_integer_literal] = ACTIONS(1),
[sym_binary_integer_literal] = ACTIONS(1),
[sym_decimal_floating_point_literal] = ACTIONS(1),
[sym_hex_floating_point_literal] = ACTIONS(1),
[sym_true] = ACTIONS(1),
[sym_false] = ACTIONS(1),
[sym_character_literal] = ACTIONS(1),
[anon_sym_DQUOTE] = ACTIONS(1),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1),
[anon_sym_BSLASH_LBRACE] = ACTIONS(1),
[anon_sym_RBRACE] = ACTIONS(1),
[sym_escape_sequence] = ACTIONS(1),
[sym_null_literal] = ACTIONS(1),
[anon_sym_LPAREN] = ACTIONS(1),
[anon_sym_RPAREN] = ACTIONS(1),
[anon_sym_AMP] = ACTIONS(1),
[anon_sym_EQ] = ACTIONS(1),
[anon_sym_PLUS_EQ] = ACTIONS(1),
[anon_sym_DASH_EQ] = ACTIONS(1),
[anon_sym_STAR_EQ] = ACTIONS(1),
[anon_sym_SLASH_EQ] = ACTIONS(1),
[anon_sym_AMP_EQ] = ACTIONS(1),
[anon_sym_PIPE_EQ] = ACTIONS(1),
[anon_sym_CARET_EQ] = ACTIONS(1),
[anon_sym_PERCENT_EQ] = ACTIONS(1),
[anon_sym_LT_LT_EQ] = ACTIONS(1),
[anon_sym_GT_GT_EQ] = ACTIONS(1),
[anon_sym_GT_GT_GT_EQ] = ACTIONS(1),
[anon_sym_GT] = ACTIONS(1),
[anon_sym_LT] = ACTIONS(1),
[anon_sym_GT_EQ] = ACTIONS(1),
[anon_sym_LT_EQ] = ACTIONS(1),
[anon_sym_EQ_EQ] = ACTIONS(1),
[anon_sym_BANG_EQ] = ACTIONS(1),
[anon_sym_AMP_AMP] = ACTIONS(1),
[anon_sym_PIPE_PIPE] = ACTIONS(1),
[anon_sym_PLUS] = ACTIONS(1),
[anon_sym_DASH] = ACTIONS(1),
[anon_sym_STAR] = ACTIONS(1),
[anon_sym_SLASH] = ACTIONS(1),
[anon_sym_PIPE] = ACTIONS(1),
[anon_sym_CARET] = ACTIONS(1),
[anon_sym_PERCENT] = ACTIONS(1),
[anon_sym_LT_LT] = ACTIONS(1),
[anon_sym_GT_GT] = ACTIONS(1),
[anon_sym_GT_GT_GT] = ACTIONS(1),
[anon_sym_instanceof] = ACTIONS(1),
[anon_sym_DASH_GT] = ACTIONS(1),
[anon_sym_COMMA] = ACTIONS(1),
[anon_sym_QMARK] = ACTIONS(1),
[anon_sym_COLON] = ACTIONS(1),
[anon_sym_TILDE] = ACTIONS(1),
[anon_sym_BANG] = ACTIONS(1),
[anon_sym_PLUS_PLUS] = ACTIONS(1),
[anon_sym_DASH_DASH] = ACTIONS(1),
[anon_sym_new] = ACTIONS(1),
[anon_sym_LBRACK] = ACTIONS(1),
[anon_sym_RBRACK] = ACTIONS(1),
[anon_sym_DOT] = ACTIONS(1),
[anon_sym_class] = ACTIONS(1),
[anon_sym_COLON_COLON] = ACTIONS(1),
[anon_sym_extends] = ACTIONS(1),
[anon_sym_switch] = ACTIONS(1),
[anon_sym_LBRACE] = ACTIONS(1),
[anon_sym_case] = ACTIONS(1),
[anon_sym_default] = ACTIONS(1),
[sym_underscore_pattern] = ACTIONS(1),
[anon_sym_when] = ACTIONS(1),
[anon_sym_SEMI] = ACTIONS(1),
[anon_sym_assert] = ACTIONS(1),
[anon_sym_do] = ACTIONS(1),
[anon_sym_while] = ACTIONS(1),
[anon_sym_break] = ACTIONS(1),
[anon_sym_continue] = ACTIONS(1),
[anon_sym_return] = ACTIONS(1),
[anon_sym_yield] = ACTIONS(1),
[anon_sym_synchronized] = ACTIONS(1),
[anon_sym_throw] = ACTIONS(1),
[anon_sym_try] = ACTIONS(1),
[anon_sym_catch] = ACTIONS(1),
[anon_sym_finally] = ACTIONS(1),
[anon_sym_if] = ACTIONS(1),
[anon_sym_else] = ACTIONS(1),
[anon_sym_for] = ACTIONS(1),
[anon_sym_AT] = ACTIONS(1),
[anon_sym_open] = ACTIONS(1),
[anon_sym_module] = ACTIONS(1),
[anon_sym_requires] = ACTIONS(1),
[anon_sym_transitive] = ACTIONS(1),
[anon_sym_static] = ACTIONS(1),
[anon_sym_exports] = ACTIONS(1),
[anon_sym_to] = ACTIONS(1),
[anon_sym_opens] = ACTIONS(1),
[anon_sym_uses] = ACTIONS(1),
[anon_sym_provides] = ACTIONS(1),
[anon_sym_with] = ACTIONS(1),
[anon_sym_package] = ACTIONS(1),
[anon_sym_import] = ACTIONS(1),
[anon_sym_enum] = ACTIONS(1),
[anon_sym_public] = ACTIONS(1),
[anon_sym_protected] = ACTIONS(1),
[anon_sym_private] = ACTIONS(1),
[anon_sym_abstract] = ACTIONS(1),
[anon_sym_final] = ACTIONS(1),
[anon_sym_strictfp] = ACTIONS(1),
[anon_sym_native] = ACTIONS(1),
[anon_sym_transient] = ACTIONS(1),
[anon_sym_volatile] = ACTIONS(1),
[anon_sym_sealed] = ACTIONS(1),
[anon_sym_non_DASHsealed] = ACTIONS(1),
[anon_sym_implements] = ACTIONS(1),
[anon_sym_permits] = ACTIONS(1),
[anon_sym_record] = ACTIONS(1),
[anon_sym_interface] = ACTIONS(1),
[anon_sym_byte] = ACTIONS(1),
[anon_sym_short] = ACTIONS(1),
[anon_sym_int] = ACTIONS(1),
[anon_sym_long] = ACTIONS(1),
[anon_sym_char] = ACTIONS(1),
[anon_sym_float] = ACTIONS(1),
[anon_sym_double] = ACTIONS(1),
[sym_boolean_type] = ACTIONS(1),
[sym_void_type] = ACTIONS(1),
[anon_sym_DOT_DOT_DOT] = ACTIONS(1),
[anon_sym_throws] = ACTIONS(1),
[sym_this] = ACTIONS(1),
[sym_super] = ACTIONS(1),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(1)] = {
[sym_program] = STATE(1537),
[sym__toplevel_statement] = STATE(3),
[sym__literal] = STATE(593),
[sym_string_literal] = STATE(594),
[sym__string_literal] = STATE(550),
[sym__multiline_string_literal] = STATE(550),
[sym_expression] = STATE(856),
[sym_cast_expression] = STATE(709),
[sym_assignment_expression] = STATE(709),
[sym_binary_expression] = STATE(709),
[sym_instanceof_expression] = STATE(709),
[sym_lambda_expression] = STATE(709),
[sym_inferred_parameters] = STATE(1589),
[sym_ternary_expression] = STATE(709),
[sym_unary_expression] = STATE(709),
[sym__unary_complement_expression] = STATE(716),
[sym_update_expression] = STATE(709),
[sym_primary_expression] = STATE(562),
[sym_array_creation_expression] = STATE(593),
[sym_parenthesized_expression] = STATE(449),
[sym_class_literal] = STATE(593),
[sym_object_creation_expression] = STATE(593),
[sym__unqualified_object_creation_expression] = STATE(600),
[sym_field_access] = STATE(449),
[sym_template_expression] = STATE(593),
[sym_array_access] = STATE(449),
[sym_method_invocation] = STATE(593),
[sym_method_reference] = STATE(593),
[sym_switch_expression] = STATE(124),
[sym_statement] = STATE(3),
[sym_block] = STATE(381),
[sym_expression_statement] = STATE(381),
[sym_labeled_statement] = STATE(381),
[sym_assert_statement] = STATE(381),
[sym_do_statement] = STATE(381),
[sym_break_statement] = STATE(381),
[sym_continue_statement] = STATE(381),
[sym_return_statement] = STATE(381),
[sym_yield_statement] = STATE(381),
[sym_synchronized_statement] = STATE(381),
[sym_throw_statement] = STATE(381),
[sym_try_statement] = STATE(381),
[sym_try_with_resources_statement] = STATE(381),
[sym_if_statement] = STATE(381),
[sym_while_statement] = STATE(381),
[sym_for_statement] = STATE(381),
[sym_enhanced_for_statement] = STATE(381),
[sym__annotation] = STATE(619),
[sym_marker_annotation] = STATE(619),
[sym_annotation] = STATE(619),
[sym_declaration] = STATE(381),
[sym_module_declaration] = STATE(279),
[sym_package_declaration] = STATE(279),
[sym_import_declaration] = STATE(279),
[sym_enum_declaration] = STATE(279),
[sym_class_declaration] = STATE(279),
[sym_visibility] = STATE(516),
[sym__modifier] = STATE(516),
[sym_modifiers] = STATE(782),
[sym_type_parameters] = STATE(914),
[sym_record_declaration] = STATE(279),
[sym_annotation_type_declaration] = STATE(279),
[sym_interface_declaration] = STATE(279),
[sym__type] = STATE(1515),
[sym__unannotated_type] = STATE(839),
[sym_annotated_type] = STATE(944),
[sym_scoped_type_identifier] = STATE(947),
[sym_generic_type] = STATE(962),
[sym_array_type] = STATE(844),
[sym_integral_type] = STATE(844),
[sym_floating_point_type] = STATE(844),
[sym__method_header] = STATE(1343),
[sym_formal_parameters] = STATE(1589),
[sym_local_variable_declaration] = STATE(381),
[sym_method_declaration] = STATE(3),
[sym__reserved_identifier] = STATE(466),
[aux_sym_program_repeat1] = STATE(3),
[aux_sym_array_creation_expression_repeat1] = STATE(810),
[aux_sym_modifiers_repeat1] = STATE(516),
[ts_builtin_sym_end] = ACTIONS(5),
[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_LT] = ACTIONS(19),
[anon_sym_PLUS] = ACTIONS(21),
[anon_sym_DASH] = ACTIONS(21),
[anon_sym_TILDE] = ACTIONS(23),
[anon_sym_BANG] = 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(35),
[anon_sym_SEMI] = ACTIONS(37),
[anon_sym_assert] = ACTIONS(39),
[anon_sym_do] = ACTIONS(41),
[anon_sym_while] = ACTIONS(43),
[anon_sym_break] = ACTIONS(45),
[anon_sym_continue] = ACTIONS(47),
[anon_sym_return] = ACTIONS(49),
[anon_sym_yield] = ACTIONS(51),
[anon_sym_synchronized] = ACTIONS(53),
[anon_sym_throw] = ACTIONS(55),
[anon_sym_try] = ACTIONS(57),
[anon_sym_if] = ACTIONS(59),
[anon_sym_for] = ACTIONS(61),
[anon_sym_AT] = ACTIONS(63),
[anon_sym_open] = ACTIONS(65),
[anon_sym_module] = ACTIONS(67),
[anon_sym_static] = ACTIONS(35),
[anon_sym_with] = ACTIONS(69),
[anon_sym_package] = ACTIONS(71),
[anon_sym_import] = ACTIONS(73),
[anon_sym_enum] = ACTIONS(75),
[anon_sym_public] = ACTIONS(77),
[anon_sym_protected] = ACTIONS(77),
[anon_sym_private] = ACTIONS(77),
[anon_sym_abstract] = ACTIONS(35),
[anon_sym_final] = ACTIONS(35),
[anon_sym_strictfp] = ACTIONS(35),
[anon_sym_native] = ACTIONS(35),
[anon_sym_transient] = ACTIONS(35),
[anon_sym_volatile] = ACTIONS(35),
[anon_sym_sealed] = ACTIONS(79),
[anon_sym_non_DASHsealed] = ACTIONS(81),
[anon_sym_record] = ACTIONS(83),
[anon_sym_interface] = ACTIONS(85),
[anon_sym_byte] = ACTIONS(87),
[anon_sym_short] = ACTIONS(87),
[anon_sym_int] = ACTIONS(87),
[anon_sym_long] = ACTIONS(87),
[anon_sym_char] = ACTIONS(87),
[anon_sym_float] = ACTIONS(89),
[anon_sym_double] = ACTIONS(89),
[sym_boolean_type] = ACTIONS(91),
[sym_void_type] = ACTIONS(91),
[sym_this] = ACTIONS(93),
[sym_super] = ACTIONS(95),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(2)] = {
[sym__toplevel_statement] = STATE(2),
[sym__literal] = STATE(593),
[sym_string_literal] = STATE(594),
[sym__string_literal] = STATE(550),
[sym__multiline_string_literal] = STATE(550),
[sym_expression] = STATE(856),
[sym_cast_expression] = STATE(709),
[sym_assignment_expression] = STATE(709),
[sym_binary_expression] = STATE(709),
[sym_instanceof_expression] = STATE(709),
[sym_lambda_expression] = STATE(709),
[sym_inferred_parameters] = STATE(1589),
[sym_ternary_expression] = STATE(709),
[sym_unary_expression] = STATE(709),
[sym__unary_complement_expression] = STATE(716),
[sym_update_expression] = STATE(709),
[sym_primary_expression] = STATE(562),
[sym_array_creation_expression] = STATE(593),
[sym_parenthesized_expression] = STATE(449),
[sym_class_literal] = STATE(593),
[sym_object_creation_expression] = STATE(593),
[sym__unqualified_object_creation_expression] = STATE(600),
[sym_field_access] = STATE(449),
[sym_template_expression] = STATE(593),
[sym_array_access] = STATE(449),
[sym_method_invocation] = STATE(593),
[sym_method_reference] = STATE(593),
[sym_switch_expression] = STATE(124),
[sym_statement] = STATE(2),
[sym_block] = STATE(381),
[sym_expression_statement] = STATE(381),
[sym_labeled_statement] = STATE(381),
[sym_assert_statement] = STATE(381),
[sym_do_statement] = STATE(381),
[sym_break_statement] = STATE(381),
[sym_continue_statement] = STATE(381),
[sym_return_statement] = STATE(381),
[sym_yield_statement] = STATE(381),
[sym_synchronized_statement] = STATE(381),
[sym_throw_statement] = STATE(381),
[sym_try_statement] = STATE(381),
[sym_try_with_resources_statement] = STATE(381),
[sym_if_statement] = STATE(381),
[sym_while_statement] = STATE(381),
[sym_for_statement] = STATE(381),
[sym_enhanced_for_statement] = STATE(381),
[sym__annotation] = STATE(619),
[sym_marker_annotation] = STATE(619),
[sym_annotation] = STATE(619),
[sym_declaration] = STATE(381),
[sym_module_declaration] = STATE(279),
[sym_package_declaration] = STATE(279),
[sym_import_declaration] = STATE(279),
[sym_enum_declaration] = STATE(279),
[sym_class_declaration] = STATE(279),
[sym_visibility] = STATE(516),
[sym__modifier] = STATE(516),
[sym_modifiers] = STATE(782),
[sym_type_parameters] = STATE(914),
[sym_record_declaration] = STATE(279),
[sym_annotation_type_declaration] = STATE(279),
[sym_interface_declaration] = STATE(279),
[sym__type] = STATE(1515),
[sym__unannotated_type] = STATE(839),
[sym_annotated_type] = STATE(944),
[sym_scoped_type_identifier] = STATE(947),
[sym_generic_type] = STATE(962),
[sym_array_type] = STATE(844),
[sym_integral_type] = STATE(844),
[sym_floating_point_type] = STATE(844),
[sym__method_header] = STATE(1343),
[sym_formal_parameters] = STATE(1589),
[sym_local_variable_declaration] = STATE(381),
[sym_method_declaration] = STATE(2),
[sym__reserved_identifier] = STATE(466),
[aux_sym_program_repeat1] = STATE(2),
[aux_sym_array_creation_expression_repeat1] = STATE(810),
[aux_sym_modifiers_repeat1] = STATE(516),
[ts_builtin_sym_end] = ACTIONS(97),
[sym_identifier] = ACTIONS(99),
[sym_decimal_integer_literal] = ACTIONS(102),
[sym_hex_integer_literal] = ACTIONS(102),
[sym_octal_integer_literal] = ACTIONS(102),
[sym_binary_integer_literal] = ACTIONS(105),
[sym_decimal_floating_point_literal] = ACTIONS(105),
[sym_hex_floating_point_literal] = ACTIONS(102),
[sym_true] = ACTIONS(102),
[sym_false] = ACTIONS(102),
[sym_character_literal] = ACTIONS(105),
[anon_sym_DQUOTE] = ACTIONS(108),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(111),
[sym_null_literal] = ACTIONS(102),
[anon_sym_LPAREN] = ACTIONS(114),
[anon_sym_LT] = ACTIONS(117),
[anon_sym_PLUS] = ACTIONS(120),
[anon_sym_DASH] = ACTIONS(120),
[anon_sym_TILDE] = ACTIONS(123),
[anon_sym_BANG] = ACTIONS(123),
[anon_sym_PLUS_PLUS] = ACTIONS(126),
[anon_sym_DASH_DASH] = ACTIONS(126),
[anon_sym_new] = ACTIONS(129),
[anon_sym_class] = ACTIONS(132),
[anon_sym_switch] = ACTIONS(135),
[anon_sym_LBRACE] = ACTIONS(138),
[anon_sym_default] = ACTIONS(141),
[anon_sym_SEMI] = ACTIONS(144),
[anon_sym_assert] = ACTIONS(147),
[anon_sym_do] = ACTIONS(150),
[anon_sym_while] = ACTIONS(153),
[anon_sym_break] = ACTIONS(156),
[anon_sym_continue] = ACTIONS(159),
[anon_sym_return] = ACTIONS(162),
[anon_sym_yield] = ACTIONS(165),
[anon_sym_synchronized] = ACTIONS(168),
[anon_sym_throw] = ACTIONS(171),
[anon_sym_try] = ACTIONS(174),
[anon_sym_if] = ACTIONS(177),
[anon_sym_for] = ACTIONS(180),
[anon_sym_AT] = ACTIONS(183),
[anon_sym_open] = ACTIONS(186),
[anon_sym_module] = ACTIONS(189),
[anon_sym_static] = ACTIONS(141),
[anon_sym_with] = ACTIONS(192),
[anon_sym_package] = ACTIONS(195),
[anon_sym_import] = ACTIONS(198),
[anon_sym_enum] = ACTIONS(201),
[anon_sym_public] = ACTIONS(204),
[anon_sym_protected] = ACTIONS(204),
[anon_sym_private] = ACTIONS(204),
[anon_sym_abstract] = ACTIONS(141),
[anon_sym_final] = ACTIONS(141),
[anon_sym_strictfp] = ACTIONS(141),
[anon_sym_native] = ACTIONS(141),
[anon_sym_transient] = ACTIONS(141),
[anon_sym_volatile] = ACTIONS(141),
[anon_sym_sealed] = ACTIONS(207),
[anon_sym_non_DASHsealed] = ACTIONS(210),
[anon_sym_record] = ACTIONS(213),
[anon_sym_interface] = ACTIONS(216),
[anon_sym_byte] = ACTIONS(219),
[anon_sym_short] = ACTIONS(219),
[anon_sym_int] = ACTIONS(219),
[anon_sym_long] = ACTIONS(219),
[anon_sym_char] = ACTIONS(219),
[anon_sym_float] = ACTIONS(222),
[anon_sym_double] = ACTIONS(222),
[sym_boolean_type] = ACTIONS(225),
[sym_void_type] = ACTIONS(225),
[sym_this] = ACTIONS(228),
[sym_super] = ACTIONS(231),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(3)] = {
[sym__toplevel_statement] = STATE(2),
[sym__literal] = STATE(593),
[sym_string_literal] = STATE(594),
[sym__string_literal] = STATE(550),
[sym__multiline_string_literal] = STATE(550),
[sym_expression] = STATE(856),
[sym_cast_expression] = STATE(709),
[sym_assignment_expression] = STATE(709),
[sym_binary_expression] = STATE(709),
[sym_instanceof_expression] = STATE(709),
[sym_lambda_expression] = STATE(709),
[sym_inferred_parameters] = STATE(1589),
[sym_ternary_expression] = STATE(709),
[sym_unary_expression] = STATE(709),
[sym__unary_complement_expression] = STATE(716),
[sym_update_expression] = STATE(709),
[sym_primary_expression] = STATE(562),
[sym_array_creation_expression] = STATE(593),
[sym_parenthesized_expression] = STATE(449),
[sym_class_literal] = STATE(593),
[sym_object_creation_expression] = STATE(593),
[sym__unqualified_object_creation_expression] = STATE(600),
[sym_field_access] = STATE(449),
[sym_template_expression] = STATE(593),
[sym_array_access] = STATE(449),
[sym_method_invocation] = STATE(593),
[sym_method_reference] = STATE(593),
[sym_switch_expression] = STATE(124),
[sym_statement] = STATE(2),
[sym_block] = STATE(381),
[sym_expression_statement] = STATE(381),
[sym_labeled_statement] = STATE(381),
[sym_assert_statement] = STATE(381),
[sym_do_statement] = STATE(381),
[sym_break_statement] = STATE(381),
[sym_continue_statement] = STATE(381),
[sym_return_statement] = STATE(381),
[sym_yield_statement] = STATE(381),
[sym_synchronized_statement] = STATE(381),
[sym_throw_statement] = STATE(381),
[sym_try_statement] = STATE(381),
[sym_try_with_resources_statement] = STATE(381),
[sym_if_statement] = STATE(381),
[sym_while_statement] = STATE(381),
[sym_for_statement] = STATE(381),
[sym_enhanced_for_statement] = STATE(381),
[sym__annotation] = STATE(619),
[sym_marker_annotation] = STATE(619),
[sym_annotation] = STATE(619),
[sym_declaration] = STATE(381),
[sym_module_declaration] = STATE(279),
[sym_package_declaration] = STATE(279),
[sym_import_declaration] = STATE(279),
[sym_enum_declaration] = STATE(279),
[sym_class_declaration] = STATE(279),
[sym_visibility] = STATE(516),
[sym__modifier] = STATE(516),
[sym_modifiers] = STATE(782),
[sym_type_parameters] = STATE(914),
[sym_record_declaration] = STATE(279),
[sym_annotation_type_declaration] = STATE(279),
[sym_interface_declaration] = STATE(279),
[sym__type] = STATE(1515),
[sym__unannotated_type] = STATE(839),
[sym_annotated_type] = STATE(944),
[sym_scoped_type_identifier] = STATE(947),
[sym_generic_type] = STATE(962),
[sym_array_type] = STATE(844),
[sym_integral_type] = STATE(844),
[sym_floating_point_type] = STATE(844),
[sym__method_header] = STATE(1343),
[sym_formal_parameters] = STATE(1589),
[sym_local_variable_declaration] = STATE(381),
[sym_method_declaration] = STATE(2),
[sym__reserved_identifier] = STATE(466),
[aux_sym_program_repeat1] = STATE(2),
[aux_sym_array_creation_expression_repeat1] = STATE(810),
[aux_sym_modifiers_repeat1] = STATE(516),
[ts_builtin_sym_end] = ACTIONS(234),
[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_LT] = ACTIONS(19),
[anon_sym_PLUS] = ACTIONS(21),
[anon_sym_DASH] = ACTIONS(21),
[anon_sym_TILDE] = ACTIONS(23),
[anon_sym_BANG] = 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(35),
[anon_sym_SEMI] = ACTIONS(37),
[anon_sym_assert] = ACTIONS(39),
[anon_sym_do] = ACTIONS(41),
[anon_sym_while] = ACTIONS(43),
[anon_sym_break] = ACTIONS(45),
[anon_sym_continue] = ACTIONS(47),
[anon_sym_return] = ACTIONS(49),
[anon_sym_yield] = ACTIONS(51),
[anon_sym_synchronized] = ACTIONS(53),
[anon_sym_throw] = ACTIONS(55),
[anon_sym_try] = ACTIONS(57),
[anon_sym_if] = ACTIONS(59),
[anon_sym_for] = ACTIONS(61),
[anon_sym_AT] = ACTIONS(63),
[anon_sym_open] = ACTIONS(65),
[anon_sym_module] = ACTIONS(67),
[anon_sym_static] = ACTIONS(35),
[anon_sym_with] = ACTIONS(69),
[anon_sym_package] = ACTIONS(71),
[anon_sym_import] = ACTIONS(73),
[anon_sym_enum] = ACTIONS(75),
[anon_sym_public] = ACTIONS(77),
[anon_sym_protected] = ACTIONS(77),
[anon_sym_private] = ACTIONS(77),
[anon_sym_abstract] = ACTIONS(35),
[anon_sym_final] = ACTIONS(35),
[anon_sym_strictfp] = ACTIONS(35),
[anon_sym_native] = ACTIONS(35),
[anon_sym_transient] = ACTIONS(35),
[anon_sym_volatile] = ACTIONS(35),
[anon_sym_sealed] = ACTIONS(79),
[anon_sym_non_DASHsealed] = ACTIONS(81),
[anon_sym_record] = ACTIONS(83),
[anon_sym_interface] = ACTIONS(85),
[anon_sym_byte] = ACTIONS(87),
[anon_sym_short] = ACTIONS(87),
[anon_sym_int] = ACTIONS(87),
[anon_sym_long] = ACTIONS(87),
[anon_sym_char] = ACTIONS(87),
[anon_sym_float] = ACTIONS(89),
[anon_sym_double] = ACTIONS(89),
[sym_boolean_type] = ACTIONS(91),
[sym_void_type] = ACTIONS(91),
[sym_this] = ACTIONS(93),
[sym_super] = ACTIONS(95),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(4)] = {
[sym__literal] = STATE(593),
[sym_string_literal] = STATE(594),
[sym__string_literal] = STATE(550),
[sym__multiline_string_literal] = STATE(550),
[sym_expression] = STATE(856),
[sym_cast_expression] = STATE(709),
[sym_assignment_expression] = STATE(709),
[sym_binary_expression] = STATE(709),
[sym_instanceof_expression] = STATE(709),
[sym_lambda_expression] = STATE(709),
[sym_inferred_parameters] = STATE(1589),
[sym_ternary_expression] = STATE(709),
[sym_unary_expression] = STATE(709),
[sym__unary_complement_expression] = STATE(716),
[sym_update_expression] = STATE(709),
[sym_primary_expression] = STATE(747),
[sym_array_creation_expression] = STATE(593),
[sym_parenthesized_expression] = STATE(449),
[sym_class_literal] = STATE(593),
[sym_object_creation_expression] = STATE(593),
[sym__unqualified_object_creation_expression] = STATE(600),
[sym_field_access] = STATE(449),
[sym_template_expression] = STATE(593),
[sym_array_access] = STATE(449),
[sym_method_invocation] = STATE(593),
[sym_method_reference] = STATE(593),
[sym_type_arguments] = STATE(1486),
[sym_switch_expression] = STATE(124),
[sym_statement] = STATE(5),
[sym_block] = STATE(381),
[sym_expression_statement] = STATE(381),
[sym_labeled_statement] = STATE(381),
[sym_assert_statement] = STATE(381),
[sym_do_statement] = STATE(381),
[sym_break_statement] = STATE(381),
[sym_continue_statement] = STATE(381),
[sym_return_statement] = STATE(381),
[sym_yield_statement] = STATE(381),
[sym_synchronized_statement] = STATE(381),
[sym_throw_statement] = STATE(381),
[sym_try_statement] = STATE(381),
[sym_try_with_resources_statement] = STATE(381),
[sym_if_statement] = STATE(381),
[sym_while_statement] = STATE(381),
[sym_for_statement] = STATE(381),
[sym_enhanced_for_statement] = STATE(381),
[sym__annotation] = STATE(619),
[sym_marker_annotation] = STATE(619),
[sym_annotation] = STATE(619),
[sym_declaration] = STATE(381),
[sym_module_declaration] = STATE(279),
[sym_package_declaration] = STATE(279),
[sym_import_declaration] = STATE(279),
[sym_enum_declaration] = STATE(279),
[sym_class_declaration] = STATE(279),
[sym_visibility] = STATE(516),
[sym__modifier] = STATE(516),
[sym_modifiers] = STATE(899),
[sym_explicit_constructor_invocation] = STATE(5),
[sym_record_declaration] = STATE(279),
[sym_annotation_type_declaration] = STATE(279),
[sym_interface_declaration] = STATE(279),
[sym__type] = STATE(1515),
[sym__unannotated_type] = STATE(851),
[sym_annotated_type] = STATE(944),
[sym_scoped_type_identifier] = STATE(947),
[sym_generic_type] = STATE(962),
[sym_array_type] = STATE(844),
[sym_integral_type] = STATE(844),
[sym_floating_point_type] = STATE(844),
[sym_formal_parameters] = STATE(1589),
[sym_local_variable_declaration] = STATE(381),
[sym__reserved_identifier] = STATE(466),
[aux_sym_array_creation_expression_repeat1] = STATE(810),
[aux_sym_modifiers_repeat1] = STATE(516),
[aux_sym_constructor_body_repeat1] = STATE(5),
[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),
[anon_sym_RBRACE] = ACTIONS(236),
[sym_null_literal] = ACTIONS(9),
[anon_sym_LPAREN] = ACTIONS(17),
[anon_sym_LT] = ACTIONS(238),
[anon_sym_PLUS] = ACTIONS(21),
[anon_sym_DASH] = ACTIONS(21),
[anon_sym_TILDE] = ACTIONS(23),
[anon_sym_BANG] = 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(35),
[anon_sym_SEMI] = ACTIONS(37),
[anon_sym_assert] = ACTIONS(39),
[anon_sym_do] = ACTIONS(41),
[anon_sym_while] = ACTIONS(43),
[anon_sym_break] = ACTIONS(45),
[anon_sym_continue] = ACTIONS(47),
[anon_sym_return] = ACTIONS(49),
[anon_sym_yield] = ACTIONS(51),
[anon_sym_synchronized] = ACTIONS(53),
[anon_sym_throw] = ACTIONS(55),
[anon_sym_try] = ACTIONS(57),
[anon_sym_if] = ACTIONS(59),
[anon_sym_for] = ACTIONS(61),
[anon_sym_AT] = ACTIONS(63),
[anon_sym_open] = ACTIONS(65),
[anon_sym_module] = ACTIONS(67),
[anon_sym_static] = ACTIONS(35),
[anon_sym_with] = ACTIONS(69),
[anon_sym_package] = ACTIONS(71),
[anon_sym_import] = ACTIONS(73),
[anon_sym_enum] = ACTIONS(75),
[anon_sym_public] = ACTIONS(77),
[anon_sym_protected] = ACTIONS(77),
[anon_sym_private] = ACTIONS(77),
[anon_sym_abstract] = ACTIONS(35),
[anon_sym_final] = ACTIONS(35),
[anon_sym_strictfp] = ACTIONS(35),
[anon_sym_native] = ACTIONS(35),
[anon_sym_transient] = ACTIONS(35),
[anon_sym_volatile] = ACTIONS(35),
[anon_sym_sealed] = ACTIONS(240),
[anon_sym_non_DASHsealed] = ACTIONS(81),
[anon_sym_record] = ACTIONS(83),
[anon_sym_interface] = ACTIONS(85),
[anon_sym_byte] = ACTIONS(87),
[anon_sym_short] = ACTIONS(87),
[anon_sym_int] = ACTIONS(87),
[anon_sym_long] = ACTIONS(87),
[anon_sym_char] = ACTIONS(87),
[anon_sym_float] = ACTIONS(89),
[anon_sym_double] = ACTIONS(89),
[sym_boolean_type] = ACTIONS(91),
[sym_void_type] = ACTIONS(91),
[sym_this] = ACTIONS(242),
[sym_super] = ACTIONS(244),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(5)] = {
[sym__literal] = STATE(593),
[sym_string_literal] = STATE(594),
[sym__string_literal] = STATE(550),
[sym__multiline_string_literal] = STATE(550),
[sym_expression] = STATE(856),
[sym_cast_expression] = STATE(709),
[sym_assignment_expression] = STATE(709),
[sym_binary_expression] = STATE(709),
[sym_instanceof_expression] = STATE(709),
[sym_lambda_expression] = STATE(709),
[sym_inferred_parameters] = STATE(1589),
[sym_ternary_expression] = STATE(709),
[sym_unary_expression] = STATE(709),
[sym__unary_complement_expression] = STATE(716),
[sym_update_expression] = STATE(709),
[sym_primary_expression] = STATE(747),
[sym_array_creation_expression] = STATE(593),
[sym_parenthesized_expression] = STATE(449),
[sym_class_literal] = STATE(593),
[sym_object_creation_expression] = STATE(593),
[sym__unqualified_object_creation_expression] = STATE(600),
[sym_field_access] = STATE(449),
[sym_template_expression] = STATE(593),
[sym_array_access] = STATE(449),
[sym_method_invocation] = STATE(593),
[sym_method_reference] = STATE(593),
[sym_type_arguments] = STATE(1486),
[sym_switch_expression] = STATE(124),
[sym_statement] = STATE(5),
[sym_block] = STATE(381),
[sym_expression_statement] = STATE(381),
[sym_labeled_statement] = STATE(381),
[sym_assert_statement] = STATE(381),
[sym_do_statement] = STATE(381),
[sym_break_statement] = STATE(381),
[sym_continue_statement] = STATE(381),
[sym_return_statement] = STATE(381),
[sym_yield_statement] = STATE(381),
[sym_synchronized_statement] = STATE(381),
[sym_throw_statement] = STATE(381),
[sym_try_statement] = STATE(381),
[sym_try_with_resources_statement] = STATE(381),
[sym_if_statement] = STATE(381),
[sym_while_statement] = STATE(381),
[sym_for_statement] = STATE(381),
[sym_enhanced_for_statement] = STATE(381),
[sym__annotation] = STATE(619),
[sym_marker_annotation] = STATE(619),
[sym_annotation] = STATE(619),
[sym_declaration] = STATE(381),
[sym_module_declaration] = STATE(279),
[sym_package_declaration] = STATE(279),
[sym_import_declaration] = STATE(279),
[sym_enum_declaration] = STATE(279),
[sym_class_declaration] = STATE(279),
[sym_visibility] = STATE(516),
[sym__modifier] = STATE(516),
[sym_modifiers] = STATE(899),
[sym_explicit_constructor_invocation] = STATE(5),
[sym_record_declaration] = STATE(279),
[sym_annotation_type_declaration] = STATE(279),
[sym_interface_declaration] = STATE(279),
[sym__type] = STATE(1515),
[sym__unannotated_type] = STATE(851),
[sym_annotated_type] = STATE(944),
[sym_scoped_type_identifier] = STATE(947),
[sym_generic_type] = STATE(962),
[sym_array_type] = STATE(844),
[sym_integral_type] = STATE(844),
[sym_floating_point_type] = STATE(844),
[sym_formal_parameters] = STATE(1589),
[sym_local_variable_declaration] = STATE(381),
[sym__reserved_identifier] = STATE(466),
[aux_sym_array_creation_expression_repeat1] = STATE(810),
[aux_sym_modifiers_repeat1] = STATE(516),
[aux_sym_constructor_body_repeat1] = STATE(5),
[sym_identifier] = ACTIONS(246),
[sym_decimal_integer_literal] = ACTIONS(249),
[sym_hex_integer_literal] = ACTIONS(249),
[sym_octal_integer_literal] = ACTIONS(249),
[sym_binary_integer_literal] = ACTIONS(252),
[sym_decimal_floating_point_literal] = ACTIONS(252),
[sym_hex_floating_point_literal] = ACTIONS(249),
[sym_true] = ACTIONS(249),
[sym_false] = ACTIONS(249),
[sym_character_literal] = ACTIONS(252),
[anon_sym_DQUOTE] = ACTIONS(255),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(258),
[anon_sym_RBRACE] = ACTIONS(261),
[sym_null_literal] = ACTIONS(249),
[anon_sym_LPAREN] = ACTIONS(263),
[anon_sym_LT] = ACTIONS(266),
[anon_sym_PLUS] = ACTIONS(269),
[anon_sym_DASH] = ACTIONS(269),
[anon_sym_TILDE] = ACTIONS(272),
[anon_sym_BANG] = ACTIONS(272),
[anon_sym_PLUS_PLUS] = ACTIONS(275),
[anon_sym_DASH_DASH] = ACTIONS(275),
[anon_sym_new] = ACTIONS(278),
[anon_sym_class] = ACTIONS(281),
[anon_sym_switch] = ACTIONS(284),
[anon_sym_LBRACE] = ACTIONS(287),
[anon_sym_default] = ACTIONS(290),
[anon_sym_SEMI] = ACTIONS(293),
[anon_sym_assert] = ACTIONS(296),
[anon_sym_do] = ACTIONS(299),
[anon_sym_while] = ACTIONS(302),
[anon_sym_break] = ACTIONS(305),
[anon_sym_continue] = ACTIONS(308),
[anon_sym_return] = ACTIONS(311),
[anon_sym_yield] = ACTIONS(314),
[anon_sym_synchronized] = ACTIONS(317),
[anon_sym_throw] = ACTIONS(320),
[anon_sym_try] = ACTIONS(323),
[anon_sym_if] = ACTIONS(326),
[anon_sym_for] = ACTIONS(329),
[anon_sym_AT] = ACTIONS(332),
[anon_sym_open] = ACTIONS(335),
[anon_sym_module] = ACTIONS(338),
[anon_sym_static] = ACTIONS(290),
[anon_sym_with] = ACTIONS(341),
[anon_sym_package] = ACTIONS(344),
[anon_sym_import] = ACTIONS(347),
[anon_sym_enum] = ACTIONS(350),
[anon_sym_public] = ACTIONS(353),
[anon_sym_protected] = ACTIONS(353),
[anon_sym_private] = ACTIONS(353),
[anon_sym_abstract] = ACTIONS(290),
[anon_sym_final] = ACTIONS(290),
[anon_sym_strictfp] = ACTIONS(290),
[anon_sym_native] = ACTIONS(290),
[anon_sym_transient] = ACTIONS(290),
[anon_sym_volatile] = ACTIONS(290),
[anon_sym_sealed] = ACTIONS(356),
[anon_sym_non_DASHsealed] = ACTIONS(359),
[anon_sym_record] = ACTIONS(362),
[anon_sym_interface] = ACTIONS(365),
[anon_sym_byte] = ACTIONS(368),
[anon_sym_short] = ACTIONS(368),
[anon_sym_int] = ACTIONS(368),
[anon_sym_long] = ACTIONS(368),
[anon_sym_char] = ACTIONS(368),
[anon_sym_float] = ACTIONS(371),
[anon_sym_double] = ACTIONS(371),
[sym_boolean_type] = ACTIONS(374),
[sym_void_type] = ACTIONS(374),
[sym_this] = ACTIONS(377),
[sym_super] = ACTIONS(380),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(6)] = {
[sym__literal] = STATE(593),
[sym_string_literal] = STATE(594),
[sym__string_literal] = STATE(550),
[sym__multiline_string_literal] = STATE(550),
[sym_expression] = STATE(856),
[sym_cast_expression] = STATE(709),
[sym_assignment_expression] = STATE(709),
[sym_binary_expression] = STATE(709),
[sym_instanceof_expression] = STATE(709),
[sym_lambda_expression] = STATE(709),
[sym_inferred_parameters] = STATE(1589),
[sym_ternary_expression] = STATE(709),
[sym_unary_expression] = STATE(709),
[sym__unary_complement_expression] = STATE(716),
[sym_update_expression] = STATE(709),
[sym_primary_expression] = STATE(747),
[sym_array_creation_expression] = STATE(593),
[sym_parenthesized_expression] = STATE(449),
[sym_class_literal] = STATE(593),
[sym_object_creation_expression] = STATE(593),
[sym__unqualified_object_creation_expression] = STATE(600),
[sym_field_access] = STATE(449),
[sym_template_expression] = STATE(593),
[sym_array_access] = STATE(449),
[sym_method_invocation] = STATE(593),
[sym_method_reference] = STATE(593),
[sym_type_arguments] = STATE(1486),
[sym_switch_expression] = STATE(124),
[sym_statement] = STATE(4),
[sym_block] = STATE(381),
[sym_expression_statement] = STATE(381),
[sym_labeled_statement] = STATE(381),
[sym_assert_statement] = STATE(381),
[sym_do_statement] = STATE(381),
[sym_break_statement] = STATE(381),
[sym_continue_statement] = STATE(381),
[sym_return_statement] = STATE(381),
[sym_yield_statement] = STATE(381),
[sym_synchronized_statement] = STATE(381),
[sym_throw_statement] = STATE(381),
[sym_try_statement] = STATE(381),
[sym_try_with_resources_statement] = STATE(381),
[sym_if_statement] = STATE(381),
[sym_while_statement] = STATE(381),
[sym_for_statement] = STATE(381),
[sym_enhanced_for_statement] = STATE(381),
[sym__annotation] = STATE(619),
[sym_marker_annotation] = STATE(619),
[sym_annotation] = STATE(619),
[sym_declaration] = STATE(381),
[sym_module_declaration] = STATE(279),
[sym_package_declaration] = STATE(279),
[sym_import_declaration] = STATE(279),
[sym_enum_declaration] = STATE(279),
[sym_class_declaration] = STATE(279),
[sym_visibility] = STATE(516),
[sym__modifier] = STATE(516),
[sym_modifiers] = STATE(899),
[sym_explicit_constructor_invocation] = STATE(4),
[sym_record_declaration] = STATE(279),
[sym_annotation_type_declaration] = STATE(279),
[sym_interface_declaration] = STATE(279),
[sym__type] = STATE(1515),
[sym__unannotated_type] = STATE(851),
[sym_annotated_type] = STATE(944),
[sym_scoped_type_identifier] = STATE(947),
[sym_generic_type] = STATE(962),
[sym_array_type] = STATE(844),
[sym_integral_type] = STATE(844),
[sym_floating_point_type] = STATE(844),
[sym_formal_parameters] = STATE(1589),
[sym_local_variable_declaration] = STATE(381),
[sym__reserved_identifier] = STATE(466),
[aux_sym_array_creation_expression_repeat1] = STATE(810),
[aux_sym_modifiers_repeat1] = STATE(516),
[aux_sym_constructor_body_repeat1] = STATE(4),
[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),
[anon_sym_RBRACE] = ACTIONS(383),
[sym_null_literal] = ACTIONS(9),
[anon_sym_LPAREN] = ACTIONS(17),
[anon_sym_LT] = ACTIONS(238),
[anon_sym_PLUS] = ACTIONS(21),
[anon_sym_DASH] = ACTIONS(21),
[anon_sym_TILDE] = ACTIONS(23),
[anon_sym_BANG] = 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(35),
[anon_sym_SEMI] = ACTIONS(37),
[anon_sym_assert] = ACTIONS(39),
[anon_sym_do] = ACTIONS(41),
[anon_sym_while] = ACTIONS(43),
[anon_sym_break] = ACTIONS(45),
[anon_sym_continue] = ACTIONS(47),
[anon_sym_return] = ACTIONS(49),
[anon_sym_yield] = ACTIONS(51),
[anon_sym_synchronized] = ACTIONS(53),
[anon_sym_throw] = ACTIONS(55),
[anon_sym_try] = ACTIONS(57),
[anon_sym_if] = ACTIONS(59),
[anon_sym_for] = ACTIONS(61),
[anon_sym_AT] = ACTIONS(63),
[anon_sym_open] = ACTIONS(65),
[anon_sym_module] = ACTIONS(67),
[anon_sym_static] = ACTIONS(35),
[anon_sym_with] = ACTIONS(69),
[anon_sym_package] = ACTIONS(71),
[anon_sym_import] = ACTIONS(73),
[anon_sym_enum] = ACTIONS(75),
[anon_sym_public] = ACTIONS(77),
[anon_sym_protected] = ACTIONS(77),
[anon_sym_private] = ACTIONS(77),
[anon_sym_abstract] = ACTIONS(35),
[anon_sym_final] = ACTIONS(35),
[anon_sym_strictfp] = ACTIONS(35),
[anon_sym_native] = ACTIONS(35),
[anon_sym_transient] = ACTIONS(35),
[anon_sym_volatile] = ACTIONS(35),
[anon_sym_sealed] = ACTIONS(240),
[anon_sym_non_DASHsealed] = ACTIONS(81),
[anon_sym_record] = ACTIONS(83),
[anon_sym_interface] = ACTIONS(85),
[anon_sym_byte] = ACTIONS(87),
[anon_sym_short] = ACTIONS(87),
[anon_sym_int] = ACTIONS(87),
[anon_sym_long] = ACTIONS(87),
[anon_sym_char] = ACTIONS(87),
[anon_sym_float] = ACTIONS(89),
[anon_sym_double] = ACTIONS(89),
[sym_boolean_type] = ACTIONS(91),
[sym_void_type] = ACTIONS(91),
[sym_this] = ACTIONS(242),
[sym_super] = ACTIONS(244),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(7)] = {
[sym__literal] = STATE(593),
[sym_string_literal] = STATE(594),
[sym__string_literal] = STATE(550),
[sym__multiline_string_literal] = STATE(550),
[sym_expression] = STATE(856),
[sym_cast_expression] = STATE(709),
[sym_assignment_expression] = STATE(709),
[sym_binary_expression] = STATE(709),
[sym_instanceof_expression] = STATE(709),
[sym_lambda_expression] = STATE(709),
[sym_inferred_parameters] = STATE(1589),
[sym_ternary_expression] = STATE(709),
[sym_unary_expression] = STATE(709),
[sym__unary_complement_expression] = STATE(716),
[sym_update_expression] = STATE(709),
[sym_primary_expression] = STATE(562),
[sym_array_creation_expression] = STATE(593),
[sym_parenthesized_expression] = STATE(449),
[sym_class_literal] = STATE(593),
[sym_object_creation_expression] = STATE(593),
[sym__unqualified_object_creation_expression] = STATE(600),
[sym_field_access] = STATE(449),
[sym_template_expression] = STATE(593),
[sym_array_access] = STATE(449),
[sym_method_invocation] = STATE(593),
[sym_method_reference] = STATE(593),
[sym_switch_expression] = STATE(125),
[sym_switch_label] = STATE(1512),
[sym_statement] = STATE(9),
[sym_block] = STATE(381),
[sym_expression_statement] = STATE(381),
[sym_labeled_statement] = STATE(381),
[sym_assert_statement] = STATE(381),
[sym_do_statement] = STATE(381),
[sym_break_statement] = STATE(381),
[sym_continue_statement] = STATE(381),
[sym_return_statement] = STATE(381),
[sym_yield_statement] = STATE(381),
[sym_synchronized_statement] = STATE(381),
[sym_throw_statement] = STATE(381),
[sym_try_statement] = STATE(381),
[sym_try_with_resources_statement] = STATE(381),
[sym_if_statement] = STATE(381),
[sym_while_statement] = STATE(381),
[sym_for_statement] = STATE(381),
[sym_enhanced_for_statement] = STATE(381),
[sym__annotation] = STATE(619),
[sym_marker_annotation] = STATE(619),
[sym_annotation] = STATE(619),
[sym_declaration] = STATE(381),
[sym_module_declaration] = STATE(279),
[sym_package_declaration] = STATE(279),
[sym_import_declaration] = STATE(279),
[sym_enum_declaration] = STATE(279),
[sym_class_declaration] = STATE(279),
[sym_visibility] = STATE(516),
[sym__modifier] = STATE(516),
[sym_modifiers] = STATE(899),
[sym_record_declaration] = STATE(279),
[sym_annotation_type_declaration] = STATE(279),
[sym_interface_declaration] = STATE(279),
[sym__type] = STATE(1515),
[sym__unannotated_type] = STATE(851),
[sym_annotated_type] = STATE(944),
[sym_scoped_type_identifier] = STATE(947),
[sym_generic_type] = STATE(962),
[sym_array_type] = STATE(844),
[sym_integral_type] = STATE(844),
[sym_floating_point_type] = STATE(844),
[sym_formal_parameters] = STATE(1589),
[sym_local_variable_declaration] = STATE(381),
[sym__reserved_identifier] = STATE(472),
[aux_sym_array_creation_expression_repeat1] = STATE(810),
[aux_sym_switch_block_statement_group_repeat1] = STATE(403),
[aux_sym_switch_block_statement_group_repeat2] = STATE(9),
[aux_sym_modifiers_repeat1] = STATE(516),
[sym_identifier] = ACTIONS(385),
[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),
[anon_sym_RBRACE] = ACTIONS(387),
[sym_null_literal] = ACTIONS(9),
[anon_sym_LPAREN] = ACTIONS(17),
[anon_sym_PLUS] = ACTIONS(21),
[anon_sym_DASH] = ACTIONS(21),
[anon_sym_TILDE] = ACTIONS(23),
[anon_sym_BANG] = 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_case] = ACTIONS(389),
[anon_sym_default] = ACTIONS(389),
[anon_sym_SEMI] = ACTIONS(37),
[anon_sym_assert] = ACTIONS(39),
[anon_sym_do] = ACTIONS(41),
[anon_sym_while] = ACTIONS(391),
[anon_sym_break] = ACTIONS(45),
[anon_sym_continue] = ACTIONS(47),
[anon_sym_return] = ACTIONS(49),
[anon_sym_yield] = ACTIONS(51),
[anon_sym_synchronized] = ACTIONS(53),
[anon_sym_throw] = ACTIONS(55),
[anon_sym_try] = ACTIONS(57),
[anon_sym_if] = ACTIONS(393),
[anon_sym_for] = ACTIONS(395),
[anon_sym_AT] = ACTIONS(63),
[anon_sym_open] = ACTIONS(65),
[anon_sym_module] = ACTIONS(67),
[anon_sym_static] = ACTIONS(35),
[anon_sym_with] = ACTIONS(69),
[anon_sym_package] = ACTIONS(71),
[anon_sym_import] = ACTIONS(73),
[anon_sym_enum] = ACTIONS(75),
[anon_sym_public] = ACTIONS(77),
[anon_sym_protected] = ACTIONS(77),
[anon_sym_private] = ACTIONS(77),
[anon_sym_abstract] = ACTIONS(35),
[anon_sym_final] = ACTIONS(35),
[anon_sym_strictfp] = ACTIONS(35),
[anon_sym_native] = ACTIONS(35),
[anon_sym_transient] = ACTIONS(35),
[anon_sym_volatile] = ACTIONS(35),
[anon_sym_sealed] = ACTIONS(240),
[anon_sym_non_DASHsealed] = ACTIONS(81),
[anon_sym_record] = ACTIONS(83),
[anon_sym_interface] = ACTIONS(85),
[anon_sym_byte] = ACTIONS(87),
[anon_sym_short] = ACTIONS(87),
[anon_sym_int] = ACTIONS(87),
[anon_sym_long] = ACTIONS(87),
[anon_sym_char] = ACTIONS(87),
[anon_sym_float] = ACTIONS(89),
[anon_sym_double] = ACTIONS(89),
[sym_boolean_type] = ACTIONS(91),
[sym_void_type] = ACTIONS(91),
[sym_this] = ACTIONS(93),
[sym_super] = ACTIONS(95),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(8)] = {
[sym__literal] = STATE(593),
[sym_string_literal] = STATE(594),
[sym__string_literal] = STATE(550),
[sym__multiline_string_literal] = STATE(550),
[sym_expression] = STATE(856),
[sym_cast_expression] = STATE(709),
[sym_assignment_expression] = STATE(709),
[sym_binary_expression] = STATE(709),
[sym_instanceof_expression] = STATE(709),
[sym_lambda_expression] = STATE(709),
[sym_inferred_parameters] = STATE(1589),
[sym_ternary_expression] = STATE(709),
[sym_unary_expression] = STATE(709),
[sym__unary_complement_expression] = STATE(716),
[sym_update_expression] = STATE(709),
[sym_primary_expression] = STATE(562),
[sym_array_creation_expression] = STATE(593),
[sym_parenthesized_expression] = STATE(449),
[sym_class_literal] = STATE(593),
[sym_object_creation_expression] = STATE(593),
[sym__unqualified_object_creation_expression] = STATE(600),
[sym_field_access] = STATE(449),
[sym_template_expression] = STATE(593),
[sym_array_access] = STATE(449),
[sym_method_invocation] = STATE(593),
[sym_method_reference] = STATE(593),
[sym_switch_expression] = STATE(125),
[sym_statement] = STATE(8),
[sym_block] = STATE(381),
[sym_expression_statement] = STATE(381),
[sym_labeled_statement] = STATE(381),
[sym_assert_statement] = STATE(381),
[sym_do_statement] = STATE(381),
[sym_break_statement] = STATE(381),
[sym_continue_statement] = STATE(381),
[sym_return_statement] = STATE(381),
[sym_yield_statement] = STATE(381),
[sym_synchronized_statement] = STATE(381),
[sym_throw_statement] = STATE(381),
[sym_try_statement] = STATE(381),
[sym_try_with_resources_statement] = STATE(381),
[sym_if_statement] = STATE(381),
[sym_while_statement] = STATE(381),
[sym_for_statement] = STATE(381),
[sym_enhanced_for_statement] = STATE(381),
[sym__annotation] = STATE(619),
[sym_marker_annotation] = STATE(619),
[sym_annotation] = STATE(619),
[sym_declaration] = STATE(381),
[sym_module_declaration] = STATE(279),
[sym_package_declaration] = STATE(279),
[sym_import_declaration] = STATE(279),
[sym_enum_declaration] = STATE(279),
[sym_class_declaration] = STATE(279),
[sym_visibility] = STATE(516),
[sym__modifier] = STATE(516),
[sym_modifiers] = STATE(899),
[sym_record_declaration] = STATE(279),
[sym_annotation_type_declaration] = STATE(279),
[sym_interface_declaration] = STATE(279),
[sym__type] = STATE(1515),
[sym__unannotated_type] = STATE(851),
[sym_annotated_type] = STATE(944),
[sym_scoped_type_identifier] = STATE(947),
[sym_generic_type] = STATE(962),
[sym_array_type] = STATE(844),
[sym_integral_type] = STATE(844),
[sym_floating_point_type] = STATE(844),
[sym_formal_parameters] = STATE(1589),
[sym_local_variable_declaration] = STATE(381),
[sym__reserved_identifier] = STATE(472),
[aux_sym_array_creation_expression_repeat1] = STATE(810),
[aux_sym_switch_block_statement_group_repeat2] = STATE(8),
[aux_sym_modifiers_repeat1] = STATE(516),
[sym_identifier] = ACTIONS(397),
[sym_decimal_integer_literal] = ACTIONS(400),
[sym_hex_integer_literal] = ACTIONS(400),
[sym_octal_integer_literal] = ACTIONS(400),
[sym_binary_integer_literal] = ACTIONS(403),
[sym_decimal_floating_point_literal] = ACTIONS(403),
[sym_hex_floating_point_literal] = ACTIONS(400),
[sym_true] = ACTIONS(400),
[sym_false] = ACTIONS(400),
[sym_character_literal] = ACTIONS(403),
[anon_sym_DQUOTE] = ACTIONS(406),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(409),
[anon_sym_RBRACE] = ACTIONS(412),
[sym_null_literal] = ACTIONS(400),
[anon_sym_LPAREN] = ACTIONS(414),
[anon_sym_PLUS] = ACTIONS(417),
[anon_sym_DASH] = ACTIONS(417),
[anon_sym_TILDE] = ACTIONS(420),
[anon_sym_BANG] = ACTIONS(420),
[anon_sym_PLUS_PLUS] = ACTIONS(423),
[anon_sym_DASH_DASH] = ACTIONS(423),
[anon_sym_new] = ACTIONS(426),
[anon_sym_class] = ACTIONS(429),
[anon_sym_switch] = ACTIONS(432),
[anon_sym_LBRACE] = ACTIONS(435),
[anon_sym_case] = ACTIONS(438),
[anon_sym_default] = ACTIONS(440),
[anon_sym_SEMI] = ACTIONS(443),
[anon_sym_assert] = ACTIONS(446),
[anon_sym_do] = ACTIONS(449),
[anon_sym_while] = ACTIONS(452),
[anon_sym_break] = ACTIONS(455),
[anon_sym_continue] = ACTIONS(458),
[anon_sym_return] = ACTIONS(461),
[anon_sym_yield] = ACTIONS(464),
[anon_sym_synchronized] = ACTIONS(467),
[anon_sym_throw] = ACTIONS(470),
[anon_sym_try] = ACTIONS(473),
[anon_sym_if] = ACTIONS(476),
[anon_sym_for] = ACTIONS(479),
[anon_sym_AT] = ACTIONS(482),
[anon_sym_open] = ACTIONS(485),
[anon_sym_module] = ACTIONS(488),
[anon_sym_static] = ACTIONS(440),
[anon_sym_with] = ACTIONS(491),
[anon_sym_package] = ACTIONS(494),
[anon_sym_import] = ACTIONS(497),
[anon_sym_enum] = ACTIONS(500),
[anon_sym_public] = ACTIONS(503),
[anon_sym_protected] = ACTIONS(503),
[anon_sym_private] = ACTIONS(503),
[anon_sym_abstract] = ACTIONS(440),
[anon_sym_final] = ACTIONS(440),
[anon_sym_strictfp] = ACTIONS(440),
[anon_sym_native] = ACTIONS(440),
[anon_sym_transient] = ACTIONS(440),
[anon_sym_volatile] = ACTIONS(440),
[anon_sym_sealed] = ACTIONS(506),
[anon_sym_non_DASHsealed] = ACTIONS(509),
[anon_sym_record] = ACTIONS(512),
[anon_sym_interface] = ACTIONS(515),
[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(521),
[anon_sym_double] = ACTIONS(521),
[sym_boolean_type] = ACTIONS(524),
[sym_void_type] = ACTIONS(524),
[sym_this] = ACTIONS(527),
[sym_super] = ACTIONS(530),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(9)] = {
[sym__literal] = STATE(593),
[sym_string_literal] = STATE(594),
[sym__string_literal] = STATE(550),
[sym__multiline_string_literal] = STATE(550),
[sym_expression] = STATE(856),
[sym_cast_expression] = STATE(709),
[sym_assignment_expression] = STATE(709),
[sym_binary_expression] = STATE(709),
[sym_instanceof_expression] = STATE(709),
[sym_lambda_expression] = STATE(709),
[sym_inferred_parameters] = STATE(1589),
[sym_ternary_expression] = STATE(709),
[sym_unary_expression] = STATE(709),
[sym__unary_complement_expression] = STATE(716),
[sym_update_expression] = STATE(709),
[sym_primary_expression] = STATE(562),
[sym_array_creation_expression] = STATE(593),
[sym_parenthesized_expression] = STATE(449),
[sym_class_literal] = STATE(593),
[sym_object_creation_expression] = STATE(593),
[sym__unqualified_object_creation_expression] = STATE(600),
[sym_field_access] = STATE(449),
[sym_template_expression] = STATE(593),
[sym_array_access] = STATE(449),
[sym_method_invocation] = STATE(593),
[sym_method_reference] = STATE(593),
[sym_switch_expression] = STATE(125),
[sym_statement] = STATE(8),
[sym_block] = STATE(381),
[sym_expression_statement] = STATE(381),
[sym_labeled_statement] = STATE(381),
[sym_assert_statement] = STATE(381),
[sym_do_statement] = STATE(381),
[sym_break_statement] = STATE(381),
[sym_continue_statement] = STATE(381),
[sym_return_statement] = STATE(381),
[sym_yield_statement] = STATE(381),
[sym_synchronized_statement] = STATE(381),
[sym_throw_statement] = STATE(381),
[sym_try_statement] = STATE(381),
[sym_try_with_resources_statement] = STATE(381),
[sym_if_statement] = STATE(381),
[sym_while_statement] = STATE(381),
[sym_for_statement] = STATE(381),
[sym_enhanced_for_statement] = STATE(381),
[sym__annotation] = STATE(619),
[sym_marker_annotation] = STATE(619),
[sym_annotation] = STATE(619),
[sym_declaration] = STATE(381),
[sym_module_declaration] = STATE(279),
[sym_package_declaration] = STATE(279),
[sym_import_declaration] = STATE(279),
[sym_enum_declaration] = STATE(279),
[sym_class_declaration] = STATE(279),
[sym_visibility] = STATE(516),
[sym__modifier] = STATE(516),
[sym_modifiers] = STATE(899),
[sym_record_declaration] = STATE(279),
[sym_annotation_type_declaration] = STATE(279),
[sym_interface_declaration] = STATE(279),
[sym__type] = STATE(1515),
[sym__unannotated_type] = STATE(851),
[sym_annotated_type] = STATE(944),
[sym_scoped_type_identifier] = STATE(947),
[sym_generic_type] = STATE(962),
[sym_array_type] = STATE(844),
[sym_integral_type] = STATE(844),
[sym_floating_point_type] = STATE(844),
[sym_formal_parameters] = STATE(1589),
[sym_local_variable_declaration] = STATE(381),
[sym__reserved_identifier] = STATE(472),
[aux_sym_array_creation_expression_repeat1] = STATE(810),
[aux_sym_switch_block_statement_group_repeat2] = STATE(8),
[aux_sym_modifiers_repeat1] = STATE(516),
[sym_identifier] = ACTIONS(385),
[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),
[anon_sym_RBRACE] = ACTIONS(533),
[sym_null_literal] = ACTIONS(9),
[anon_sym_LPAREN] = ACTIONS(17),
[anon_sym_PLUS] = ACTIONS(21),
[anon_sym_DASH] = ACTIONS(21),
[anon_sym_TILDE] = ACTIONS(23),
[anon_sym_BANG] = 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_case] = ACTIONS(535),
[anon_sym_default] = ACTIONS(535),
[anon_sym_SEMI] = ACTIONS(37),
[anon_sym_assert] = ACTIONS(39),
[anon_sym_do] = ACTIONS(41),
[anon_sym_while] = ACTIONS(391),
[anon_sym_break] = ACTIONS(45),
[anon_sym_continue] = ACTIONS(47),
[anon_sym_return] = ACTIONS(49),
[anon_sym_yield] = ACTIONS(51),
[anon_sym_synchronized] = ACTIONS(53),
[anon_sym_throw] = ACTIONS(55),
[anon_sym_try] = ACTIONS(57),
[anon_sym_if] = ACTIONS(393),
[anon_sym_for] = ACTIONS(395),
[anon_sym_AT] = ACTIONS(63),
[anon_sym_open] = ACTIONS(65),
[anon_sym_module] = ACTIONS(67),
[anon_sym_static] = ACTIONS(35),
[anon_sym_with] = ACTIONS(69),
[anon_sym_package] = ACTIONS(71),
[anon_sym_import] = ACTIONS(73),
[anon_sym_enum] = ACTIONS(75),
[anon_sym_public] = ACTIONS(77),
[anon_sym_protected] = ACTIONS(77),
[anon_sym_private] = ACTIONS(77),
[anon_sym_abstract] = ACTIONS(35),
[anon_sym_final] = ACTIONS(35),
[anon_sym_strictfp] = ACTIONS(35),
[anon_sym_native] = ACTIONS(35),
[anon_sym_transient] = ACTIONS(35),
[anon_sym_volatile] = ACTIONS(35),
[anon_sym_sealed] = ACTIONS(240),
[anon_sym_non_DASHsealed] = ACTIONS(81),
[anon_sym_record] = ACTIONS(83),
[anon_sym_interface] = ACTIONS(85),
[anon_sym_byte] = ACTIONS(87),
[anon_sym_short] = ACTIONS(87),
[anon_sym_int] = ACTIONS(87),
[anon_sym_long] = ACTIONS(87),
[anon_sym_char] = ACTIONS(87),
[anon_sym_float] = ACTIONS(89),
[anon_sym_double] = ACTIONS(89),
[sym_boolean_type] = ACTIONS(91),
[sym_void_type] = ACTIONS(91),
[sym_this] = ACTIONS(93),
[sym_super] = ACTIONS(95),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(10)] = {
[sym__literal] = STATE(593),
[sym_string_literal] = STATE(594),
[sym__string_literal] = STATE(550),
[sym__multiline_string_literal] = STATE(550),
[sym_expression] = STATE(856),
[sym_cast_expression] = STATE(709),
[sym_assignment_expression] = STATE(709),
[sym_binary_expression] = STATE(709),
[sym_instanceof_expression] = STATE(709),
[sym_lambda_expression] = STATE(709),
[sym_inferred_parameters] = STATE(1589),
[sym_ternary_expression] = STATE(709),
[sym_unary_expression] = STATE(709),
[sym__unary_complement_expression] = STATE(716),
[sym_update_expression] = STATE(709),
[sym_primary_expression] = STATE(562),
[sym_array_creation_expression] = STATE(593),
[sym_parenthesized_expression] = STATE(449),
[sym_class_literal] = STATE(593),
[sym_object_creation_expression] = STATE(593),
[sym__unqualified_object_creation_expression] = STATE(600),
[sym_field_access] = STATE(449),
[sym_template_expression] = STATE(593),
[sym_array_access] = STATE(449),
[sym_method_invocation] = STATE(593),
[sym_method_reference] = STATE(593),
[sym_switch_expression] = STATE(125),
[sym_statement] = STATE(8),
[sym_block] = STATE(381),
[sym_expression_statement] = STATE(381),
[sym_labeled_statement] = STATE(381),
[sym_assert_statement] = STATE(381),
[sym_do_statement] = STATE(381),
[sym_break_statement] = STATE(381),
[sym_continue_statement] = STATE(381),
[sym_return_statement] = STATE(381),
[sym_yield_statement] = STATE(381),
[sym_synchronized_statement] = STATE(381),
[sym_throw_statement] = STATE(381),
[sym_try_statement] = STATE(381),
[sym_try_with_resources_statement] = STATE(381),
[sym_if_statement] = STATE(381),
[sym_while_statement] = STATE(381),
[sym_for_statement] = STATE(381),
[sym_enhanced_for_statement] = STATE(381),
[sym__annotation] = STATE(619),
[sym_marker_annotation] = STATE(619),
[sym_annotation] = STATE(619),
[sym_declaration] = STATE(381),
[sym_module_declaration] = STATE(279),
[sym_package_declaration] = STATE(279),
[sym_import_declaration] = STATE(279),
[sym_enum_declaration] = STATE(279),
[sym_class_declaration] = STATE(279),
[sym_visibility] = STATE(516),
[sym__modifier] = STATE(516),
[sym_modifiers] = STATE(899),
[sym_record_declaration] = STATE(279),
[sym_annotation_type_declaration] = STATE(279),
[sym_interface_declaration] = STATE(279),
[sym__type] = STATE(1515),
[sym__unannotated_type] = STATE(851),
[sym_annotated_type] = STATE(944),
[sym_scoped_type_identifier] = STATE(947),
[sym_generic_type] = STATE(962),
[sym_array_type] = STATE(844),
[sym_integral_type] = STATE(844),
[sym_floating_point_type] = STATE(844),
[sym_formal_parameters] = STATE(1589),
[sym_local_variable_declaration] = STATE(381),
[sym__reserved_identifier] = STATE(472),
[aux_sym_array_creation_expression_repeat1] = STATE(810),
[aux_sym_switch_block_statement_group_repeat2] = STATE(8),
[aux_sym_modifiers_repeat1] = STATE(516),
[sym_identifier] = ACTIONS(385),
[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),
[anon_sym_RBRACE] = ACTIONS(537),
[sym_null_literal] = ACTIONS(9),
[anon_sym_LPAREN] = ACTIONS(17),
[anon_sym_PLUS] = ACTIONS(21),
[anon_sym_DASH] = ACTIONS(21),
[anon_sym_TILDE] = ACTIONS(23),
[anon_sym_BANG] = 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(35),
[anon_sym_SEMI] = ACTIONS(37),
[anon_sym_assert] = ACTIONS(39),
[anon_sym_do] = ACTIONS(41),
[anon_sym_while] = ACTIONS(391),
[anon_sym_break] = ACTIONS(45),
[anon_sym_continue] = ACTIONS(47),
[anon_sym_return] = ACTIONS(49),
[anon_sym_yield] = ACTIONS(51),
[anon_sym_synchronized] = ACTIONS(53),
[anon_sym_throw] = ACTIONS(55),
[anon_sym_try] = ACTIONS(57),
[anon_sym_if] = ACTIONS(393),
[anon_sym_for] = ACTIONS(395),
[anon_sym_AT] = ACTIONS(63),
[anon_sym_open] = ACTIONS(65),
[anon_sym_module] = ACTIONS(67),
[anon_sym_static] = ACTIONS(35),
[anon_sym_with] = ACTIONS(69),
[anon_sym_package] = ACTIONS(71),
[anon_sym_import] = ACTIONS(73),
[anon_sym_enum] = ACTIONS(75),
[anon_sym_public] = ACTIONS(77),
[anon_sym_protected] = ACTIONS(77),
[anon_sym_private] = ACTIONS(77),
[anon_sym_abstract] = ACTIONS(35),
[anon_sym_final] = ACTIONS(35),
[anon_sym_strictfp] = ACTIONS(35),
[anon_sym_native] = ACTIONS(35),
[anon_sym_transient] = ACTIONS(35),
[anon_sym_volatile] = ACTIONS(35),
[anon_sym_sealed] = ACTIONS(240),
[anon_sym_non_DASHsealed] = ACTIONS(81),
[anon_sym_record] = ACTIONS(83),
[anon_sym_interface] = ACTIONS(85),
[anon_sym_byte] = ACTIONS(87),
[anon_sym_short] = ACTIONS(87),
[anon_sym_int] = ACTIONS(87),
[anon_sym_long] = ACTIONS(87),
[anon_sym_char] = ACTIONS(87),
[anon_sym_float] = ACTIONS(89),
[anon_sym_double] = ACTIONS(89),
[sym_boolean_type] = ACTIONS(91),
[sym_void_type] = ACTIONS(91),
[sym_this] = ACTIONS(93),
[sym_super] = ACTIONS(95),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(11)] = {
[sym__literal] = STATE(593),
[sym_string_literal] = STATE(594),
[sym__string_literal] = STATE(550),
[sym__multiline_string_literal] = STATE(550),
[sym_expression] = STATE(856),
[sym_cast_expression] = STATE(709),
[sym_assignment_expression] = STATE(709),
[sym_binary_expression] = STATE(709),
[sym_instanceof_expression] = STATE(709),
[sym_lambda_expression] = STATE(709),
[sym_inferred_parameters] = STATE(1589),
[sym_ternary_expression] = STATE(709),
[sym_unary_expression] = STATE(709),
[sym__unary_complement_expression] = STATE(716),
[sym_update_expression] = STATE(709),
[sym_primary_expression] = STATE(562),
[sym_array_creation_expression] = STATE(593),
[sym_parenthesized_expression] = STATE(449),
[sym_class_literal] = STATE(593),
[sym_object_creation_expression] = STATE(593),
[sym__unqualified_object_creation_expression] = STATE(600),
[sym_field_access] = STATE(449),
[sym_template_expression] = STATE(593),
[sym_array_access] = STATE(449),
[sym_method_invocation] = STATE(593),
[sym_method_reference] = STATE(593),
[sym_switch_expression] = STATE(125),
[sym_statement] = STATE(10),
[sym_block] = STATE(381),
[sym_expression_statement] = STATE(381),
[sym_labeled_statement] = STATE(381),
[sym_assert_statement] = STATE(381),
[sym_do_statement] = STATE(381),
[sym_break_statement] = STATE(381),
[sym_continue_statement] = STATE(381),
[sym_return_statement] = STATE(381),
[sym_yield_statement] = STATE(381),
[sym_synchronized_statement] = STATE(381),
[sym_throw_statement] = STATE(381),
[sym_try_statement] = STATE(381),
[sym_try_with_resources_statement] = STATE(381),
[sym_if_statement] = STATE(381),
[sym_while_statement] = STATE(381),
[sym_for_statement] = STATE(381),
[sym_enhanced_for_statement] = STATE(381),
[sym__annotation] = STATE(619),
[sym_marker_annotation] = STATE(619),
[sym_annotation] = STATE(619),
[sym_declaration] = STATE(381),
[sym_module_declaration] = STATE(279),
[sym_package_declaration] = STATE(279),
[sym_import_declaration] = STATE(279),
[sym_enum_declaration] = STATE(279),
[sym_class_declaration] = STATE(279),
[sym_visibility] = STATE(516),
[sym__modifier] = STATE(516),
[sym_modifiers] = STATE(899),
[sym_record_declaration] = STATE(279),
[sym_annotation_type_declaration] = STATE(279),
[sym_interface_declaration] = STATE(279),
[sym__type] = STATE(1515),
[sym__unannotated_type] = STATE(851),
[sym_annotated_type] = STATE(944),
[sym_scoped_type_identifier] = STATE(947),
[sym_generic_type] = STATE(962),
[sym_array_type] = STATE(844),
[sym_integral_type] = STATE(844),
[sym_floating_point_type] = STATE(844),
[sym_formal_parameters] = STATE(1589),
[sym_local_variable_declaration] = STATE(381),
[sym__reserved_identifier] = STATE(472),
[aux_sym_array_creation_expression_repeat1] = STATE(810),
[aux_sym_switch_block_statement_group_repeat2] = STATE(10),
[aux_sym_modifiers_repeat1] = STATE(516),
[sym_identifier] = ACTIONS(385),
[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),
[anon_sym_RBRACE] = ACTIONS(539),
[sym_null_literal] = ACTIONS(9),
[anon_sym_LPAREN] = ACTIONS(17),
[anon_sym_PLUS] = ACTIONS(21),
[anon_sym_DASH] = ACTIONS(21),
[anon_sym_TILDE] = ACTIONS(23),
[anon_sym_BANG] = 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(35),
[anon_sym_SEMI] = ACTIONS(37),
[anon_sym_assert] = ACTIONS(39),
[anon_sym_do] = ACTIONS(41),
[anon_sym_while] = ACTIONS(391),
[anon_sym_break] = ACTIONS(45),
[anon_sym_continue] = ACTIONS(47),
[anon_sym_return] = ACTIONS(49),
[anon_sym_yield] = ACTIONS(51),
[anon_sym_synchronized] = ACTIONS(53),
[anon_sym_throw] = ACTIONS(55),
[anon_sym_try] = ACTIONS(57),
[anon_sym_if] = ACTIONS(393),
[anon_sym_for] = ACTIONS(395),
[anon_sym_AT] = ACTIONS(63),
[anon_sym_open] = ACTIONS(65),
[anon_sym_module] = ACTIONS(67),
[anon_sym_static] = ACTIONS(35),
[anon_sym_with] = ACTIONS(69),
[anon_sym_package] = ACTIONS(71),
[anon_sym_import] = ACTIONS(73),
[anon_sym_enum] = ACTIONS(75),
[anon_sym_public] = ACTIONS(77),
[anon_sym_protected] = ACTIONS(77),
[anon_sym_private] = ACTIONS(77),
[anon_sym_abstract] = ACTIONS(35),
[anon_sym_final] = ACTIONS(35),
[anon_sym_strictfp] = ACTIONS(35),
[anon_sym_native] = ACTIONS(35),
[anon_sym_transient] = ACTIONS(35),
[anon_sym_volatile] = ACTIONS(35),
[anon_sym_sealed] = ACTIONS(240),
[anon_sym_non_DASHsealed] = ACTIONS(81),
[anon_sym_record] = ACTIONS(83),
[anon_sym_interface] = ACTIONS(85),
[anon_sym_byte] = ACTIONS(87),
[anon_sym_short] = ACTIONS(87),
[anon_sym_int] = ACTIONS(87),
[anon_sym_long] = ACTIONS(87),
[anon_sym_char] = ACTIONS(87),
[anon_sym_float] = ACTIONS(89),
[anon_sym_double] = ACTIONS(89),
[sym_boolean_type] = ACTIONS(91),
[sym_void_type] = ACTIONS(91),
[sym_this] = ACTIONS(93),
[sym_super] = ACTIONS(95),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(12)] = {
[sym__literal] = STATE(593),
[sym_string_literal] = STATE(594),
[sym__string_literal] = STATE(550),
[sym__multiline_string_literal] = STATE(550),
[sym_expression] = STATE(856),
[sym_cast_expression] = STATE(709),
[sym_assignment_expression] = STATE(709),
[sym_binary_expression] = STATE(709),
[sym_instanceof_expression] = STATE(709),
[sym_lambda_expression] = STATE(709),
[sym_inferred_parameters] = STATE(1589),
[sym_ternary_expression] = STATE(709),
[sym_unary_expression] = STATE(709),
[sym__unary_complement_expression] = STATE(716),
[sym_update_expression] = STATE(709),
[sym_primary_expression] = STATE(562),
[sym_array_creation_expression] = STATE(593),
[sym_parenthesized_expression] = STATE(449),
[sym_class_literal] = STATE(593),
[sym_object_creation_expression] = STATE(593),
[sym__unqualified_object_creation_expression] = STATE(600),
[sym_field_access] = STATE(449),
[sym_template_expression] = STATE(593),
[sym_array_access] = STATE(449),
[sym_method_invocation] = STATE(593),
[sym_method_reference] = STATE(593),
[sym_switch_expression] = STATE(125),
[sym_statement] = STATE(13),
[sym_block] = STATE(381),
[sym_expression_statement] = STATE(381),
[sym_labeled_statement] = STATE(381),
[sym_assert_statement] = STATE(381),
[sym_do_statement] = STATE(381),
[sym_break_statement] = STATE(381),
[sym_continue_statement] = STATE(381),
[sym_return_statement] = STATE(381),
[sym_yield_statement] = STATE(381),
[sym_synchronized_statement] = STATE(381),
[sym_throw_statement] = STATE(381),
[sym_try_statement] = STATE(381),
[sym_try_with_resources_statement] = STATE(381),
[sym_if_statement] = STATE(381),
[sym_while_statement] = STATE(381),
[sym_for_statement] = STATE(381),
[sym_enhanced_for_statement] = STATE(381),
[sym__annotation] = STATE(619),
[sym_marker_annotation] = STATE(619),
[sym_annotation] = STATE(619),
[sym_declaration] = STATE(381),
[sym_module_declaration] = STATE(279),
[sym_package_declaration] = STATE(279),
[sym_import_declaration] = STATE(279),
[sym_enum_declaration] = STATE(279),
[sym_class_declaration] = STATE(279),
[sym_visibility] = STATE(516),
[sym__modifier] = STATE(516),
[sym_modifiers] = STATE(899),
[sym_record_declaration] = STATE(279),
[sym_annotation_type_declaration] = STATE(279),
[sym_interface_declaration] = STATE(279),
[sym__type] = STATE(1515),
[sym__unannotated_type] = STATE(851),
[sym_annotated_type] = STATE(944),
[sym_scoped_type_identifier] = STATE(947),
[sym_generic_type] = STATE(962),
[sym_array_type] = STATE(844),
[sym_integral_type] = STATE(844),
[sym_floating_point_type] = STATE(844),
[sym_formal_parameters] = STATE(1589),
[sym_local_variable_declaration] = STATE(381),
[sym__reserved_identifier] = STATE(472),
[aux_sym_array_creation_expression_repeat1] = STATE(810),
[aux_sym_switch_block_statement_group_repeat2] = STATE(13),
[aux_sym_modifiers_repeat1] = STATE(516),
[sym_identifier] = ACTIONS(385),
[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),
[anon_sym_RBRACE] = ACTIONS(541),
[sym_null_literal] = ACTIONS(9),
[anon_sym_LPAREN] = ACTIONS(17),
[anon_sym_PLUS] = ACTIONS(21),
[anon_sym_DASH] = ACTIONS(21),
[anon_sym_TILDE] = ACTIONS(23),
[anon_sym_BANG] = 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(35),
[anon_sym_SEMI] = ACTIONS(37),
[anon_sym_assert] = ACTIONS(39),
[anon_sym_do] = ACTIONS(41),
[anon_sym_while] = ACTIONS(391),
[anon_sym_break] = ACTIONS(45),
[anon_sym_continue] = ACTIONS(47),
[anon_sym_return] = ACTIONS(49),
[anon_sym_yield] = ACTIONS(51),
[anon_sym_synchronized] = ACTIONS(53),
[anon_sym_throw] = ACTIONS(55),
[anon_sym_try] = ACTIONS(57),
[anon_sym_if] = ACTIONS(393),
[anon_sym_for] = ACTIONS(395),
[anon_sym_AT] = ACTIONS(63),
[anon_sym_open] = ACTIONS(65),
[anon_sym_module] = ACTIONS(67),
[anon_sym_static] = ACTIONS(35),
[anon_sym_with] = ACTIONS(69),
[anon_sym_package] = ACTIONS(71),
[anon_sym_import] = ACTIONS(73),
[anon_sym_enum] = ACTIONS(75),
[anon_sym_public] = ACTIONS(77),
[anon_sym_protected] = ACTIONS(77),
[anon_sym_private] = ACTIONS(77),
[anon_sym_abstract] = ACTIONS(35),
[anon_sym_final] = ACTIONS(35),
[anon_sym_strictfp] = ACTIONS(35),
[anon_sym_native] = ACTIONS(35),
[anon_sym_transient] = ACTIONS(35),
[anon_sym_volatile] = ACTIONS(35),
[anon_sym_sealed] = ACTIONS(240),
[anon_sym_non_DASHsealed] = ACTIONS(81),
[anon_sym_record] = ACTIONS(83),
[anon_sym_interface] = ACTIONS(85),
[anon_sym_byte] = ACTIONS(87),
[anon_sym_short] = ACTIONS(87),
[anon_sym_int] = ACTIONS(87),
[anon_sym_long] = ACTIONS(87),
[anon_sym_char] = ACTIONS(87),
[anon_sym_float] = ACTIONS(89),
[anon_sym_double] = ACTIONS(89),
[sym_boolean_type] = ACTIONS(91),
[sym_void_type] = ACTIONS(91),
[sym_this] = ACTIONS(93),
[sym_super] = ACTIONS(95),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(13)] = {
[sym__literal] = STATE(593),
[sym_string_literal] = STATE(594),
[sym__string_literal] = STATE(550),
[sym__multiline_string_literal] = STATE(550),
[sym_expression] = STATE(856),
[sym_cast_expression] = STATE(709),
[sym_assignment_expression] = STATE(709),
[sym_binary_expression] = STATE(709),
[sym_instanceof_expression] = STATE(709),
[sym_lambda_expression] = STATE(709),
[sym_inferred_parameters] = STATE(1589),
[sym_ternary_expression] = STATE(709),
[sym_unary_expression] = STATE(709),
[sym__unary_complement_expression] = STATE(716),
[sym_update_expression] = STATE(709),
[sym_primary_expression] = STATE(562),
[sym_array_creation_expression] = STATE(593),
[sym_parenthesized_expression] = STATE(449),
[sym_class_literal] = STATE(593),
[sym_object_creation_expression] = STATE(593),
[sym__unqualified_object_creation_expression] = STATE(600),
[sym_field_access] = STATE(449),
[sym_template_expression] = STATE(593),
[sym_array_access] = STATE(449),
[sym_method_invocation] = STATE(593),
[sym_method_reference] = STATE(593),
[sym_switch_expression] = STATE(125),
[sym_statement] = STATE(8),
[sym_block] = STATE(381),
[sym_expression_statement] = STATE(381),
[sym_labeled_statement] = STATE(381),
[sym_assert_statement] = STATE(381),
[sym_do_statement] = STATE(381),
[sym_break_statement] = STATE(381),
[sym_continue_statement] = STATE(381),
[sym_return_statement] = STATE(381),
[sym_yield_statement] = STATE(381),
[sym_synchronized_statement] = STATE(381),
[sym_throw_statement] = STATE(381),
[sym_try_statement] = STATE(381),
[sym_try_with_resources_statement] = STATE(381),
[sym_if_statement] = STATE(381),
[sym_while_statement] = STATE(381),
[sym_for_statement] = STATE(381),
[sym_enhanced_for_statement] = STATE(381),
[sym__annotation] = STATE(619),
[sym_marker_annotation] = STATE(619),
[sym_annotation] = STATE(619),
[sym_declaration] = STATE(381),
[sym_module_declaration] = STATE(279),
[sym_package_declaration] = STATE(279),
[sym_import_declaration] = STATE(279),
[sym_enum_declaration] = STATE(279),
[sym_class_declaration] = STATE(279),
[sym_visibility] = STATE(516),
[sym__modifier] = STATE(516),
[sym_modifiers] = STATE(899),
[sym_record_declaration] = STATE(279),
[sym_annotation_type_declaration] = STATE(279),
[sym_interface_declaration] = STATE(279),
[sym__type] = STATE(1515),
[sym__unannotated_type] = STATE(851),
[sym_annotated_type] = STATE(944),
[sym_scoped_type_identifier] = STATE(947),
[sym_generic_type] = STATE(962),
[sym_array_type] = STATE(844),
[sym_integral_type] = STATE(844),
[sym_floating_point_type] = STATE(844),
[sym_formal_parameters] = STATE(1589),
[sym_local_variable_declaration] = STATE(381),
[sym__reserved_identifier] = STATE(472),
[aux_sym_array_creation_expression_repeat1] = STATE(810),
[aux_sym_switch_block_statement_group_repeat2] = STATE(8),
[aux_sym_modifiers_repeat1] = STATE(516),
[sym_identifier] = ACTIONS(385),
[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),
[anon_sym_RBRACE] = ACTIONS(543),
[sym_null_literal] = ACTIONS(9),
[anon_sym_LPAREN] = ACTIONS(17),
[anon_sym_PLUS] = ACTIONS(21),
[anon_sym_DASH] = ACTIONS(21),
[anon_sym_TILDE] = ACTIONS(23),
[anon_sym_BANG] = 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(35),
[anon_sym_SEMI] = ACTIONS(37),
[anon_sym_assert] = ACTIONS(39),
[anon_sym_do] = ACTIONS(41),
[anon_sym_while] = ACTIONS(391),
[anon_sym_break] = ACTIONS(45),
[anon_sym_continue] = ACTIONS(47),
[anon_sym_return] = ACTIONS(49),
[anon_sym_yield] = ACTIONS(51),
[anon_sym_synchronized] = ACTIONS(53),
[anon_sym_throw] = ACTIONS(55),
[anon_sym_try] = ACTIONS(57),
[anon_sym_if] = ACTIONS(393),
[anon_sym_for] = ACTIONS(395),
[anon_sym_AT] = ACTIONS(63),
[anon_sym_open] = ACTIONS(65),
[anon_sym_module] = ACTIONS(67),
[anon_sym_static] = ACTIONS(35),
[anon_sym_with] = ACTIONS(69),
[anon_sym_package] = ACTIONS(71),
[anon_sym_import] = ACTIONS(73),
[anon_sym_enum] = ACTIONS(75),
[anon_sym_public] = ACTIONS(77),
[anon_sym_protected] = ACTIONS(77),
[anon_sym_private] = ACTIONS(77),
[anon_sym_abstract] = ACTIONS(35),
[anon_sym_final] = ACTIONS(35),
[anon_sym_strictfp] = ACTIONS(35),
[anon_sym_native] = ACTIONS(35),
[anon_sym_transient] = ACTIONS(35),
[anon_sym_volatile] = ACTIONS(35),
[anon_sym_sealed] = ACTIONS(240),
[anon_sym_non_DASHsealed] = ACTIONS(81),
[anon_sym_record] = ACTIONS(83),
[anon_sym_interface] = ACTIONS(85),
[anon_sym_byte] = ACTIONS(87),
[anon_sym_short] = ACTIONS(87),
[anon_sym_int] = ACTIONS(87),
[anon_sym_long] = ACTIONS(87),
[anon_sym_char] = ACTIONS(87),
[anon_sym_float] = ACTIONS(89),
[anon_sym_double] = ACTIONS(89),
[sym_boolean_type] = ACTIONS(91),
[sym_void_type] = ACTIONS(91),
[sym_this] = ACTIONS(93),
[sym_super] = ACTIONS(95),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(14)] = {
[sym__literal] = STATE(593),
[sym_string_literal] = STATE(594),
[sym__string_literal] = STATE(550),
[sym__multiline_string_literal] = STATE(550),
[sym_expression] = STATE(856),
[sym_cast_expression] = STATE(709),
[sym_assignment_expression] = STATE(709),
[sym_binary_expression] = STATE(709),
[sym_instanceof_expression] = STATE(709),
[sym_lambda_expression] = STATE(709),
[sym_inferred_parameters] = STATE(1589),
[sym_ternary_expression] = STATE(709),
[sym_unary_expression] = STATE(709),
[sym__unary_complement_expression] = STATE(716),
[sym_update_expression] = STATE(709),
[sym_primary_expression] = STATE(562),
[sym_array_creation_expression] = STATE(593),
[sym_parenthesized_expression] = STATE(449),
[sym_class_literal] = STATE(593),
[sym_object_creation_expression] = STATE(593),
[sym__unqualified_object_creation_expression] = STATE(600),
[sym_field_access] = STATE(449),
[sym_template_expression] = STATE(593),
[sym_array_access] = STATE(449),
[sym_method_invocation] = STATE(593),
[sym_method_reference] = STATE(593),
[sym_switch_expression] = STATE(125),
[sym_statement] = STATE(15),
[sym_block] = STATE(381),
[sym_expression_statement] = STATE(381),
[sym_labeled_statement] = STATE(381),
[sym_assert_statement] = STATE(381),
[sym_do_statement] = STATE(381),
[sym_break_statement] = STATE(381),
[sym_continue_statement] = STATE(381),
[sym_return_statement] = STATE(381),
[sym_yield_statement] = STATE(381),
[sym_synchronized_statement] = STATE(381),
[sym_throw_statement] = STATE(381),
[sym_try_statement] = STATE(381),
[sym_try_with_resources_statement] = STATE(381),
[sym_if_statement] = STATE(381),
[sym_while_statement] = STATE(381),
[sym_for_statement] = STATE(381),
[sym_enhanced_for_statement] = STATE(381),
[sym__annotation] = STATE(619),
[sym_marker_annotation] = STATE(619),
[sym_annotation] = STATE(619),
[sym_declaration] = STATE(381),
[sym_module_declaration] = STATE(279),
[sym_package_declaration] = STATE(279),
[sym_import_declaration] = STATE(279),
[sym_enum_declaration] = STATE(279),
[sym_class_declaration] = STATE(279),
[sym_visibility] = STATE(516),
[sym__modifier] = STATE(516),
[sym_modifiers] = STATE(899),
[sym_record_declaration] = STATE(279),
[sym_annotation_type_declaration] = STATE(279),
[sym_interface_declaration] = STATE(279),
[sym__type] = STATE(1515),
[sym__unannotated_type] = STATE(851),
[sym_annotated_type] = STATE(944),
[sym_scoped_type_identifier] = STATE(947),
[sym_generic_type] = STATE(962),
[sym_array_type] = STATE(844),
[sym_integral_type] = STATE(844),
[sym_floating_point_type] = STATE(844),
[sym_formal_parameters] = STATE(1589),
[sym_local_variable_declaration] = STATE(381),
[sym__reserved_identifier] = STATE(472),
[aux_sym_array_creation_expression_repeat1] = STATE(810),
[aux_sym_switch_block_statement_group_repeat2] = STATE(15),
[aux_sym_modifiers_repeat1] = STATE(516),
[sym_identifier] = ACTIONS(385),
[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),
[anon_sym_RBRACE] = ACTIONS(545),
[sym_null_literal] = ACTIONS(9),
[anon_sym_LPAREN] = ACTIONS(17),
[anon_sym_PLUS] = ACTIONS(21),
[anon_sym_DASH] = ACTIONS(21),
[anon_sym_TILDE] = ACTIONS(23),
[anon_sym_BANG] = 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(35),
[anon_sym_SEMI] = ACTIONS(37),
[anon_sym_assert] = ACTIONS(39),
[anon_sym_do] = ACTIONS(41),
[anon_sym_while] = ACTIONS(391),
[anon_sym_break] = ACTIONS(45),
[anon_sym_continue] = ACTIONS(47),
[anon_sym_return] = ACTIONS(49),
[anon_sym_yield] = ACTIONS(51),
[anon_sym_synchronized] = ACTIONS(53),
[anon_sym_throw] = ACTIONS(55),
[anon_sym_try] = ACTIONS(57),
[anon_sym_if] = ACTIONS(393),
[anon_sym_for] = ACTIONS(395),
[anon_sym_AT] = ACTIONS(63),
[anon_sym_open] = ACTIONS(65),
[anon_sym_module] = ACTIONS(67),
[anon_sym_static] = ACTIONS(35),
[anon_sym_with] = ACTIONS(69),
[anon_sym_package] = ACTIONS(71),
[anon_sym_import] = ACTIONS(73),
[anon_sym_enum] = ACTIONS(75),
[anon_sym_public] = ACTIONS(77),
[anon_sym_protected] = ACTIONS(77),
[anon_sym_private] = ACTIONS(77),
[anon_sym_abstract] = ACTIONS(35),
[anon_sym_final] = ACTIONS(35),
[anon_sym_strictfp] = ACTIONS(35),
[anon_sym_native] = ACTIONS(35),
[anon_sym_transient] = ACTIONS(35),
[anon_sym_volatile] = ACTIONS(35),
[anon_sym_sealed] = ACTIONS(240),
[anon_sym_non_DASHsealed] = ACTIONS(81),
[anon_sym_record] = ACTIONS(83),
[anon_sym_interface] = ACTIONS(85),
[anon_sym_byte] = ACTIONS(87),
[anon_sym_short] = ACTIONS(87),
[anon_sym_int] = ACTIONS(87),
[anon_sym_long] = ACTIONS(87),
[anon_sym_char] = ACTIONS(87),
[anon_sym_float] = ACTIONS(89),
[anon_sym_double] = ACTIONS(89),
[sym_boolean_type] = ACTIONS(91),
[sym_void_type] = ACTIONS(91),
[sym_this] = ACTIONS(93),
[sym_super] = ACTIONS(95),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(15)] = {
[sym__literal] = STATE(593),
[sym_string_literal] = STATE(594),
[sym__string_literal] = STATE(550),
[sym__multiline_string_literal] = STATE(550),
[sym_expression] = STATE(856),
[sym_cast_expression] = STATE(709),
[sym_assignment_expression] = STATE(709),
[sym_binary_expression] = STATE(709),
[sym_instanceof_expression] = STATE(709),
[sym_lambda_expression] = STATE(709),
[sym_inferred_parameters] = STATE(1589),
[sym_ternary_expression] = STATE(709),
[sym_unary_expression] = STATE(709),
[sym__unary_complement_expression] = STATE(716),
[sym_update_expression] = STATE(709),
[sym_primary_expression] = STATE(562),
[sym_array_creation_expression] = STATE(593),
[sym_parenthesized_expression] = STATE(449),
[sym_class_literal] = STATE(593),
[sym_object_creation_expression] = STATE(593),
[sym__unqualified_object_creation_expression] = STATE(600),
[sym_field_access] = STATE(449),
[sym_template_expression] = STATE(593),
[sym_array_access] = STATE(449),
[sym_method_invocation] = STATE(593),
[sym_method_reference] = STATE(593),
[sym_switch_expression] = STATE(125),
[sym_statement] = STATE(8),
[sym_block] = STATE(381),
[sym_expression_statement] = STATE(381),
[sym_labeled_statement] = STATE(381),
[sym_assert_statement] = STATE(381),
[sym_do_statement] = STATE(381),
[sym_break_statement] = STATE(381),
[sym_continue_statement] = STATE(381),
[sym_return_statement] = STATE(381),
[sym_yield_statement] = STATE(381),
[sym_synchronized_statement] = STATE(381),
[sym_throw_statement] = STATE(381),
[sym_try_statement] = STATE(381),
[sym_try_with_resources_statement] = STATE(381),
[sym_if_statement] = STATE(381),
[sym_while_statement] = STATE(381),
[sym_for_statement] = STATE(381),
[sym_enhanced_for_statement] = STATE(381),
[sym__annotation] = STATE(619),
[sym_marker_annotation] = STATE(619),
[sym_annotation] = STATE(619),
[sym_declaration] = STATE(381),
[sym_module_declaration] = STATE(279),
[sym_package_declaration] = STATE(279),
[sym_import_declaration] = STATE(279),
[sym_enum_declaration] = STATE(279),
[sym_class_declaration] = STATE(279),
[sym_visibility] = STATE(516),
[sym__modifier] = STATE(516),
[sym_modifiers] = STATE(899),
[sym_record_declaration] = STATE(279),
[sym_annotation_type_declaration] = STATE(279),
[sym_interface_declaration] = STATE(279),
[sym__type] = STATE(1515),
[sym__unannotated_type] = STATE(851),
[sym_annotated_type] = STATE(944),
[sym_scoped_type_identifier] = STATE(947),
[sym_generic_type] = STATE(962),
[sym_array_type] = STATE(844),
[sym_integral_type] = STATE(844),
[sym_floating_point_type] = STATE(844),
[sym_formal_parameters] = STATE(1589),
[sym_local_variable_declaration] = STATE(381),
[sym__reserved_identifier] = STATE(472),
[aux_sym_array_creation_expression_repeat1] = STATE(810),
[aux_sym_switch_block_statement_group_repeat2] = STATE(8),
[aux_sym_modifiers_repeat1] = STATE(516),
[sym_identifier] = ACTIONS(385),
[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),
[anon_sym_RBRACE] = ACTIONS(547),
[sym_null_literal] = ACTIONS(9),
[anon_sym_LPAREN] = ACTIONS(17),
[anon_sym_PLUS] = ACTIONS(21),
[anon_sym_DASH] = ACTIONS(21),
[anon_sym_TILDE] = ACTIONS(23),
[anon_sym_BANG] = 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(35),
[anon_sym_SEMI] = ACTIONS(37),
[anon_sym_assert] = ACTIONS(39),
[anon_sym_do] = ACTIONS(41),
[anon_sym_while] = ACTIONS(391),
[anon_sym_break] = ACTIONS(45),
[anon_sym_continue] = ACTIONS(47),
[anon_sym_return] = ACTIONS(49),
[anon_sym_yield] = ACTIONS(51),
[anon_sym_synchronized] = ACTIONS(53),
[anon_sym_throw] = ACTIONS(55),
[anon_sym_try] = ACTIONS(57),
[anon_sym_if] = ACTIONS(393),
[anon_sym_for] = ACTIONS(395),
[anon_sym_AT] = ACTIONS(63),
[anon_sym_open] = ACTIONS(65),
[anon_sym_module] = ACTIONS(67),
[anon_sym_static] = ACTIONS(35),
[anon_sym_with] = ACTIONS(69),
[anon_sym_package] = ACTIONS(71),
[anon_sym_import] = ACTIONS(73),
[anon_sym_enum] = ACTIONS(75),
[anon_sym_public] = ACTIONS(77),
[anon_sym_protected] = ACTIONS(77),
[anon_sym_private] = ACTIONS(77),
[anon_sym_abstract] = ACTIONS(35),
[anon_sym_final] = ACTIONS(35),
[anon_sym_strictfp] = ACTIONS(35),
[anon_sym_native] = ACTIONS(35),
[anon_sym_transient] = ACTIONS(35),
[anon_sym_volatile] = ACTIONS(35),
[anon_sym_sealed] = ACTIONS(240),
[anon_sym_non_DASHsealed] = ACTIONS(81),
[anon_sym_record] = ACTIONS(83),
[anon_sym_interface] = ACTIONS(85),
[anon_sym_byte] = ACTIONS(87),
[anon_sym_short] = ACTIONS(87),
[anon_sym_int] = ACTIONS(87),
[anon_sym_long] = ACTIONS(87),
[anon_sym_char] = ACTIONS(87),
[anon_sym_float] = ACTIONS(89),
[anon_sym_double] = ACTIONS(89),
[sym_boolean_type] = ACTIONS(91),
[sym_void_type] = ACTIONS(91),
[sym_this] = ACTIONS(93),
[sym_super] = ACTIONS(95),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(16)] = {
[sym__literal] = STATE(593),
[sym_string_literal] = STATE(594),
[sym__string_literal] = STATE(550),
[sym__multiline_string_literal] = STATE(550),
[sym_expression] = STATE(856),
[sym_cast_expression] = STATE(709),
[sym_assignment_expression] = STATE(709),
[sym_binary_expression] = STATE(709),
[sym_instanceof_expression] = STATE(709),
[sym_lambda_expression] = STATE(709),
[sym_inferred_parameters] = STATE(1589),
[sym_ternary_expression] = STATE(709),
[sym_unary_expression] = STATE(709),
[sym__unary_complement_expression] = STATE(716),
[sym_update_expression] = STATE(709),
[sym_primary_expression] = STATE(562),
[sym_array_creation_expression] = STATE(593),
[sym_parenthesized_expression] = STATE(449),
[sym_class_literal] = STATE(593),
[sym_object_creation_expression] = STATE(593),
[sym__unqualified_object_creation_expression] = STATE(600),
[sym_field_access] = STATE(449),
[sym_template_expression] = STATE(593),
[sym_array_access] = STATE(449),
[sym_method_invocation] = STATE(593),
[sym_method_reference] = STATE(593),
[sym_switch_expression] = STATE(817),
[sym_statement] = STATE(352),
[sym_block] = STATE(381),
[sym_expression_statement] = STATE(381),
[sym_labeled_statement] = STATE(381),
[sym_assert_statement] = STATE(381),
[sym_do_statement] = STATE(381),
[sym_break_statement] = STATE(381),
[sym_continue_statement] = STATE(381),
[sym_return_statement] = STATE(381),
[sym_yield_statement] = STATE(381),
[sym_synchronized_statement] = STATE(381),
[sym_throw_statement] = STATE(381),
[sym_try_statement] = STATE(381),
[sym_try_with_resources_statement] = STATE(381),
[sym_if_statement] = STATE(381),
[sym_while_statement] = STATE(381),
[sym_for_statement] = STATE(381),
[sym_enhanced_for_statement] = STATE(381),
[sym__annotation] = STATE(619),
[sym_marker_annotation] = STATE(619),
[sym_annotation] = STATE(619),
[sym_declaration] = STATE(381),
[sym_module_declaration] = STATE(279),
[sym_package_declaration] = STATE(279),
[sym_import_declaration] = STATE(279),
[sym_enum_declaration] = STATE(279),
[sym_class_declaration] = STATE(279),
[sym_visibility] = STATE(516),
[sym__modifier] = STATE(516),
[sym_modifiers] = STATE(899),
[sym_record_declaration] = STATE(279),
[sym_annotation_type_declaration] = STATE(279),
[sym_interface_declaration] = STATE(279),
[sym__type] = STATE(1515),
[sym__unannotated_type] = STATE(851),
[sym_annotated_type] = STATE(944),
[sym_scoped_type_identifier] = STATE(947),
[sym_generic_type] = STATE(962),
[sym_array_type] = STATE(844),
[sym_integral_type] = STATE(844),
[sym_floating_point_type] = STATE(844),
[sym_formal_parameters] = STATE(1589),
[sym_local_variable_declaration] = STATE(381),
[sym__reserved_identifier] = STATE(473),
[aux_sym_array_creation_expression_repeat1] = STATE(810),
[aux_sym_modifiers_repeat1] = STATE(516),
[sym_identifier] = ACTIONS(549),
[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(21),
[anon_sym_DASH] = ACTIONS(21),
[anon_sym_TILDE] = ACTIONS(23),
[anon_sym_BANG] = 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(551),
[anon_sym_LBRACE] = ACTIONS(33),
[anon_sym_default] = ACTIONS(35),
[anon_sym_SEMI] = ACTIONS(37),
[anon_sym_assert] = ACTIONS(39),
[anon_sym_do] = ACTIONS(41),
[anon_sym_while] = ACTIONS(553),
[anon_sym_break] = ACTIONS(45),
[anon_sym_continue] = ACTIONS(47),
[anon_sym_return] = ACTIONS(49),
[anon_sym_yield] = ACTIONS(51),
[anon_sym_synchronized] = ACTIONS(53),
[anon_sym_throw] = ACTIONS(55),
[anon_sym_try] = ACTIONS(57),
[anon_sym_if] = ACTIONS(555),
[anon_sym_for] = ACTIONS(557),
[anon_sym_AT] = ACTIONS(63),
[anon_sym_open] = ACTIONS(65),
[anon_sym_module] = ACTIONS(67),
[anon_sym_static] = ACTIONS(35),
[anon_sym_with] = ACTIONS(69),
[anon_sym_package] = ACTIONS(71),
[anon_sym_import] = ACTIONS(73),
[anon_sym_enum] = ACTIONS(75),
[anon_sym_public] = ACTIONS(77),
[anon_sym_protected] = ACTIONS(77),
[anon_sym_private] = ACTIONS(77),
[anon_sym_abstract] = ACTIONS(35),
[anon_sym_final] = ACTIONS(35),
[anon_sym_strictfp] = ACTIONS(35),
[anon_sym_native] = ACTIONS(35),
[anon_sym_transient] = ACTIONS(35),
[anon_sym_volatile] = ACTIONS(35),
[anon_sym_sealed] = ACTIONS(240),
[anon_sym_non_DASHsealed] = ACTIONS(81),
[anon_sym_record] = ACTIONS(83),
[anon_sym_interface] = ACTIONS(85),
[anon_sym_byte] = ACTIONS(87),
[anon_sym_short] = ACTIONS(87),
[anon_sym_int] = ACTIONS(87),
[anon_sym_long] = ACTIONS(87),
[anon_sym_char] = ACTIONS(87),
[anon_sym_float] = ACTIONS(89),
[anon_sym_double] = ACTIONS(89),
[sym_boolean_type] = ACTIONS(91),
[sym_void_type] = ACTIONS(91),
[sym_this] = ACTIONS(93),
[sym_super] = ACTIONS(95),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(17)] = {
[sym__literal] = STATE(593),
[sym_string_literal] = STATE(594),
[sym__string_literal] = STATE(550),
[sym__multiline_string_literal] = STATE(550),
[sym_expression] = STATE(856),
[sym_cast_expression] = STATE(709),
[sym_assignment_expression] = STATE(709),
[sym_binary_expression] = STATE(709),
[sym_instanceof_expression] = STATE(709),
[sym_lambda_expression] = STATE(709),
[sym_inferred_parameters] = STATE(1589),
[sym_ternary_expression] = STATE(709),
[sym_unary_expression] = STATE(709),
[sym__unary_complement_expression] = STATE(716),
[sym_update_expression] = STATE(709),
[sym_primary_expression] = STATE(562),
[sym_array_creation_expression] = STATE(593),
[sym_parenthesized_expression] = STATE(449),
[sym_class_literal] = STATE(593),
[sym_object_creation_expression] = STATE(593),
[sym__unqualified_object_creation_expression] = STATE(600),
[sym_field_access] = STATE(449),
[sym_template_expression] = STATE(593),
[sym_array_access] = STATE(449),
[sym_method_invocation] = STATE(593),
[sym_method_reference] = STATE(593),
[sym_switch_expression] = STATE(817),
[sym_statement] = STATE(367),
[sym_block] = STATE(381),
[sym_expression_statement] = STATE(381),
[sym_labeled_statement] = STATE(381),
[sym_assert_statement] = STATE(381),
[sym_do_statement] = STATE(381),
[sym_break_statement] = STATE(381),
[sym_continue_statement] = STATE(381),
[sym_return_statement] = STATE(381),
[sym_yield_statement] = STATE(381),
[sym_synchronized_statement] = STATE(381),
[sym_throw_statement] = STATE(381),
[sym_try_statement] = STATE(381),
[sym_try_with_resources_statement] = STATE(381),
[sym_if_statement] = STATE(381),
[sym_while_statement] = STATE(381),
[sym_for_statement] = STATE(381),
[sym_enhanced_for_statement] = STATE(381),
[sym__annotation] = STATE(619),
[sym_marker_annotation] = STATE(619),
[sym_annotation] = STATE(619),
[sym_declaration] = STATE(381),
[sym_module_declaration] = STATE(279),
[sym_package_declaration] = STATE(279),
[sym_import_declaration] = STATE(279),
[sym_enum_declaration] = STATE(279),
[sym_class_declaration] = STATE(279),
[sym_visibility] = STATE(516),
[sym__modifier] = STATE(516),
[sym_modifiers] = STATE(899),
[sym_record_declaration] = STATE(279),
[sym_annotation_type_declaration] = STATE(279),
[sym_interface_declaration] = STATE(279),
[sym__type] = STATE(1515),
[sym__unannotated_type] = STATE(851),
[sym_annotated_type] = STATE(944),
[sym_scoped_type_identifier] = STATE(947),
[sym_generic_type] = STATE(962),
[sym_array_type] = STATE(844),
[sym_integral_type] = STATE(844),
[sym_floating_point_type] = STATE(844),
[sym_formal_parameters] = STATE(1589),
[sym_local_variable_declaration] = STATE(381),
[sym__reserved_identifier] = STATE(473),
[aux_sym_array_creation_expression_repeat1] = STATE(810),
[aux_sym_modifiers_repeat1] = STATE(516),
[sym_identifier] = ACTIONS(549),
[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(21),
[anon_sym_DASH] = ACTIONS(21),
[anon_sym_TILDE] = ACTIONS(23),
[anon_sym_BANG] = 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(551),
[anon_sym_LBRACE] = ACTIONS(33),
[anon_sym_default] = ACTIONS(35),
[anon_sym_SEMI] = ACTIONS(37),
[anon_sym_assert] = ACTIONS(39),
[anon_sym_do] = ACTIONS(41),
[anon_sym_while] = ACTIONS(553),
[anon_sym_break] = ACTIONS(45),
[anon_sym_continue] = ACTIONS(47),
[anon_sym_return] = ACTIONS(49),
[anon_sym_yield] = ACTIONS(51),
[anon_sym_synchronized] = ACTIONS(53),
[anon_sym_throw] = ACTIONS(55),
[anon_sym_try] = ACTIONS(57),
[anon_sym_if] = ACTIONS(555),
[anon_sym_for] = ACTIONS(557),
[anon_sym_AT] = ACTIONS(63),
[anon_sym_open] = ACTIONS(65),
[anon_sym_module] = ACTIONS(67),
[anon_sym_static] = ACTIONS(35),
[anon_sym_with] = ACTIONS(69),
[anon_sym_package] = ACTIONS(71),
[anon_sym_import] = ACTIONS(73),
[anon_sym_enum] = ACTIONS(75),
[anon_sym_public] = ACTIONS(77),
[anon_sym_protected] = ACTIONS(77),
[anon_sym_private] = ACTIONS(77),
[anon_sym_abstract] = ACTIONS(35),
[anon_sym_final] = ACTIONS(35),
[anon_sym_strictfp] = ACTIONS(35),
[anon_sym_native] = ACTIONS(35),
[anon_sym_transient] = ACTIONS(35),
[anon_sym_volatile] = ACTIONS(35),
[anon_sym_sealed] = ACTIONS(240),
[anon_sym_non_DASHsealed] = ACTIONS(81),
[anon_sym_record] = ACTIONS(83),
[anon_sym_interface] = ACTIONS(85),
[anon_sym_byte] = ACTIONS(87),
[anon_sym_short] = ACTIONS(87),
[anon_sym_int] = ACTIONS(87),
[anon_sym_long] = ACTIONS(87),
[anon_sym_char] = ACTIONS(87),
[anon_sym_float] = ACTIONS(89),
[anon_sym_double] = ACTIONS(89),
[sym_boolean_type] = ACTIONS(91),
[sym_void_type] = ACTIONS(91),
[sym_this] = ACTIONS(93),
[sym_super] = ACTIONS(95),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(18)] = {
[sym__literal] = STATE(593),
[sym_string_literal] = STATE(594),
[sym__string_literal] = STATE(550),
[sym__multiline_string_literal] = STATE(550),
[sym_expression] = STATE(856),
[sym_cast_expression] = STATE(709),
[sym_assignment_expression] = STATE(709),
[sym_binary_expression] = STATE(709),
[sym_instanceof_expression] = STATE(709),
[sym_lambda_expression] = STATE(709),
[sym_inferred_parameters] = STATE(1589),
[sym_ternary_expression] = STATE(709),
[sym_unary_expression] = STATE(709),
[sym__unary_complement_expression] = STATE(716),
[sym_update_expression] = STATE(709),
[sym_primary_expression] = STATE(562),
[sym_array_creation_expression] = STATE(593),
[sym_parenthesized_expression] = STATE(449),
[sym_class_literal] = STATE(593),
[sym_object_creation_expression] = STATE(593),
[sym__unqualified_object_creation_expression] = STATE(600),
[sym_field_access] = STATE(449),
[sym_template_expression] = STATE(593),
[sym_array_access] = STATE(449),
[sym_method_invocation] = STATE(593),
[sym_method_reference] = STATE(593),
[sym_switch_expression] = STATE(124),
[sym_statement] = STATE(324),
[sym_block] = STATE(381),
[sym_expression_statement] = STATE(381),
[sym_labeled_statement] = STATE(381),
[sym_assert_statement] = STATE(381),
[sym_do_statement] = STATE(381),
[sym_break_statement] = STATE(381),
[sym_continue_statement] = STATE(381),
[sym_return_statement] = STATE(381),
[sym_yield_statement] = STATE(381),
[sym_synchronized_statement] = STATE(381),
[sym_throw_statement] = STATE(381),
[sym_try_statement] = STATE(381),
[sym_try_with_resources_statement] = STATE(381),
[sym_if_statement] = STATE(381),
[sym_while_statement] = STATE(381),
[sym_for_statement] = STATE(381),
[sym_enhanced_for_statement] = STATE(381),
[sym__annotation] = STATE(619),
[sym_marker_annotation] = STATE(619),
[sym_annotation] = STATE(619),
[sym_declaration] = STATE(381),
[sym_module_declaration] = STATE(279),
[sym_package_declaration] = STATE(279),
[sym_import_declaration] = STATE(279),
[sym_enum_declaration] = STATE(279),
[sym_class_declaration] = STATE(279),
[sym_visibility] = STATE(516),
[sym__modifier] = STATE(516),
[sym_modifiers] = STATE(899),
[sym_record_declaration] = STATE(279),
[sym_annotation_type_declaration] = STATE(279),
[sym_interface_declaration] = STATE(279),
[sym__type] = STATE(1515),
[sym__unannotated_type] = STATE(851),
[sym_annotated_type] = STATE(944),
[sym_scoped_type_identifier] = STATE(947),
[sym_generic_type] = STATE(962),
[sym_array_type] = STATE(844),
[sym_integral_type] = STATE(844),
[sym_floating_point_type] = STATE(844),
[sym_formal_parameters] = STATE(1589),
[sym_local_variable_declaration] = STATE(381),
[sym__reserved_identifier] = STATE(466),
[aux_sym_array_creation_expression_repeat1] = STATE(810),
[aux_sym_modifiers_repeat1] = STATE(516),
[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(21),
[anon_sym_DASH] = ACTIONS(21),
[anon_sym_TILDE] = ACTIONS(23),
[anon_sym_BANG] = 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(35),
[anon_sym_SEMI] = ACTIONS(37),
[anon_sym_assert] = ACTIONS(39),
[anon_sym_do] = ACTIONS(41),
[anon_sym_while] = ACTIONS(43),
[anon_sym_break] = ACTIONS(45),
[anon_sym_continue] = ACTIONS(47),
[anon_sym_return] = ACTIONS(49),
[anon_sym_yield] = ACTIONS(51),
[anon_sym_synchronized] = ACTIONS(53),
[anon_sym_throw] = ACTIONS(55),
[anon_sym_try] = ACTIONS(57),
[anon_sym_if] = ACTIONS(59),
[anon_sym_for] = ACTIONS(61),
[anon_sym_AT] = ACTIONS(63),
[anon_sym_open] = ACTIONS(65),
[anon_sym_module] = ACTIONS(67),
[anon_sym_static] = ACTIONS(35),
[anon_sym_with] = ACTIONS(69),
[anon_sym_package] = ACTIONS(71),
[anon_sym_import] = ACTIONS(73),
[anon_sym_enum] = ACTIONS(75),
[anon_sym_public] = ACTIONS(77),
[anon_sym_protected] = ACTIONS(77),
[anon_sym_private] = ACTIONS(77),
[anon_sym_abstract] = ACTIONS(35),
[anon_sym_final] = ACTIONS(35),
[anon_sym_strictfp] = ACTIONS(35),
[anon_sym_native] = ACTIONS(35),
[anon_sym_transient] = ACTIONS(35),
[anon_sym_volatile] = ACTIONS(35),
[anon_sym_sealed] = ACTIONS(240),
[anon_sym_non_DASHsealed] = ACTIONS(81),
[anon_sym_record] = ACTIONS(83),
[anon_sym_interface] = ACTIONS(85),
[anon_sym_byte] = ACTIONS(87),
[anon_sym_short] = ACTIONS(87),
[anon_sym_int] = ACTIONS(87),
[anon_sym_long] = ACTIONS(87),
[anon_sym_char] = ACTIONS(87),
[anon_sym_float] = ACTIONS(89),
[anon_sym_double] = ACTIONS(89),
[sym_boolean_type] = ACTIONS(91),
[sym_void_type] = ACTIONS(91),
[sym_this] = ACTIONS(93),
[sym_super] = ACTIONS(95),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(19)] = {
[sym__literal] = STATE(593),
[sym_string_literal] = STATE(594),
[sym__string_literal] = STATE(550),
[sym__multiline_string_literal] = STATE(550),
[sym_expression] = STATE(856),
[sym_cast_expression] = STATE(709),
[sym_assignment_expression] = STATE(709),
[sym_binary_expression] = STATE(709),
[sym_instanceof_expression] = STATE(709),
[sym_lambda_expression] = STATE(709),
[sym_inferred_parameters] = STATE(1589),
[sym_ternary_expression] = STATE(709),
[sym_unary_expression] = STATE(709),
[sym__unary_complement_expression] = STATE(716),
[sym_update_expression] = STATE(709),
[sym_primary_expression] = STATE(562),
[sym_array_creation_expression] = STATE(593),
[sym_parenthesized_expression] = STATE(449),
[sym_class_literal] = STATE(593),
[sym_object_creation_expression] = STATE(593),
[sym__unqualified_object_creation_expression] = STATE(600),
[sym_field_access] = STATE(449),
[sym_template_expression] = STATE(593),
[sym_array_access] = STATE(449),
[sym_method_invocation] = STATE(593),
[sym_method_reference] = STATE(593),
[sym_switch_expression] = STATE(124),
[sym_statement] = STATE(325),
[sym_block] = STATE(381),
[sym_expression_statement] = STATE(381),
[sym_labeled_statement] = STATE(381),
[sym_assert_statement] = STATE(381),
[sym_do_statement] = STATE(381),
[sym_break_statement] = STATE(381),
[sym_continue_statement] = STATE(381),
[sym_return_statement] = STATE(381),
[sym_yield_statement] = STATE(381),
[sym_synchronized_statement] = STATE(381),
[sym_throw_statement] = STATE(381),
[sym_try_statement] = STATE(381),
[sym_try_with_resources_statement] = STATE(381),
[sym_if_statement] = STATE(381),
[sym_while_statement] = STATE(381),
[sym_for_statement] = STATE(381),
[sym_enhanced_for_statement] = STATE(381),
[sym__annotation] = STATE(619),
[sym_marker_annotation] = STATE(619),
[sym_annotation] = STATE(619),
[sym_declaration] = STATE(381),
[sym_module_declaration] = STATE(279),
[sym_package_declaration] = STATE(279),
[sym_import_declaration] = STATE(279),
[sym_enum_declaration] = STATE(279),
[sym_class_declaration] = STATE(279),
[sym_visibility] = STATE(516),
[sym__modifier] = STATE(516),
[sym_modifiers] = STATE(899),
[sym_record_declaration] = STATE(279),
[sym_annotation_type_declaration] = STATE(279),
[sym_interface_declaration] = STATE(279),
[sym__type] = STATE(1515),
[sym__unannotated_type] = STATE(851),
[sym_annotated_type] = STATE(944),
[sym_scoped_type_identifier] = STATE(947),
[sym_generic_type] = STATE(962),
[sym_array_type] = STATE(844),
[sym_integral_type] = STATE(844),
[sym_floating_point_type] = STATE(844),
[sym_formal_parameters] = STATE(1589),
[sym_local_variable_declaration] = STATE(381),
[sym__reserved_identifier] = STATE(466),
[aux_sym_array_creation_expression_repeat1] = STATE(810),
[aux_sym_modifiers_repeat1] = STATE(516),
[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(21),
[anon_sym_DASH] = ACTIONS(21),
[anon_sym_TILDE] = ACTIONS(23),
[anon_sym_BANG] = 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(35),
[anon_sym_SEMI] = ACTIONS(37),
[anon_sym_assert] = ACTIONS(39),
[anon_sym_do] = ACTIONS(41),
[anon_sym_while] = ACTIONS(43),
[anon_sym_break] = ACTIONS(45),
[anon_sym_continue] = ACTIONS(47),
[anon_sym_return] = ACTIONS(49),
[anon_sym_yield] = ACTIONS(51),
[anon_sym_synchronized] = ACTIONS(53),
[anon_sym_throw] = ACTIONS(55),
[anon_sym_try] = ACTIONS(57),
[anon_sym_if] = ACTIONS(59),
[anon_sym_for] = ACTIONS(61),
[anon_sym_AT] = ACTIONS(63),
[anon_sym_open] = ACTIONS(65),
[anon_sym_module] = ACTIONS(67),
[anon_sym_static] = ACTIONS(35),
[anon_sym_with] = ACTIONS(69),
[anon_sym_package] = ACTIONS(71),
[anon_sym_import] = ACTIONS(73),
[anon_sym_enum] = ACTIONS(75),
[anon_sym_public] = ACTIONS(77),
[anon_sym_protected] = ACTIONS(77),
[anon_sym_private] = ACTIONS(77),
[anon_sym_abstract] = ACTIONS(35),
[anon_sym_final] = ACTIONS(35),
[anon_sym_strictfp] = ACTIONS(35),
[anon_sym_native] = ACTIONS(35),
[anon_sym_transient] = ACTIONS(35),
[anon_sym_volatile] = ACTIONS(35),
[anon_sym_sealed] = ACTIONS(240),
[anon_sym_non_DASHsealed] = ACTIONS(81),
[anon_sym_record] = ACTIONS(83),
[anon_sym_interface] = ACTIONS(85),
[anon_sym_byte] = ACTIONS(87),
[anon_sym_short] = ACTIONS(87),
[anon_sym_int] = ACTIONS(87),
[anon_sym_long] = ACTIONS(87),
[anon_sym_char] = ACTIONS(87),
[anon_sym_float] = ACTIONS(89),
[anon_sym_double] = ACTIONS(89),
[sym_boolean_type] = ACTIONS(91),
[sym_void_type] = ACTIONS(91),
[sym_this] = ACTIONS(93),
[sym_super] = ACTIONS(95),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(20)] = {
[sym__literal] = STATE(593),
[sym_string_literal] = STATE(594),
[sym__string_literal] = STATE(550),
[sym__multiline_string_literal] = STATE(550),
[sym_expression] = STATE(856),
[sym_cast_expression] = STATE(709),
[sym_assignment_expression] = STATE(709),
[sym_binary_expression] = STATE(709),
[sym_instanceof_expression] = STATE(709),
[sym_lambda_expression] = STATE(709),
[sym_inferred_parameters] = STATE(1589),
[sym_ternary_expression] = STATE(709),
[sym_unary_expression] = STATE(709),
[sym__unary_complement_expression] = STATE(716),
[sym_update_expression] = STATE(709),
[sym_primary_expression] = STATE(562),
[sym_array_creation_expression] = STATE(593),
[sym_parenthesized_expression] = STATE(449),
[sym_class_literal] = STATE(593),
[sym_object_creation_expression] = STATE(593),
[sym__unqualified_object_creation_expression] = STATE(600),
[sym_field_access] = STATE(449),
[sym_template_expression] = STATE(593),
[sym_array_access] = STATE(449),
[sym_method_invocation] = STATE(593),
[sym_method_reference] = STATE(593),
[sym_switch_expression] = STATE(124),
[sym_statement] = STATE(326),
[sym_block] = STATE(381),
[sym_expression_statement] = STATE(381),
[sym_labeled_statement] = STATE(381),
[sym_assert_statement] = STATE(381),
[sym_do_statement] = STATE(381),
[sym_break_statement] = STATE(381),
[sym_continue_statement] = STATE(381),
[sym_return_statement] = STATE(381),
[sym_yield_statement] = STATE(381),
[sym_synchronized_statement] = STATE(381),
[sym_throw_statement] = STATE(381),
[sym_try_statement] = STATE(381),
[sym_try_with_resources_statement] = STATE(381),
[sym_if_statement] = STATE(381),
[sym_while_statement] = STATE(381),
[sym_for_statement] = STATE(381),
[sym_enhanced_for_statement] = STATE(381),
[sym__annotation] = STATE(619),
[sym_marker_annotation] = STATE(619),
[sym_annotation] = STATE(619),
[sym_declaration] = STATE(381),
[sym_module_declaration] = STATE(279),
[sym_package_declaration] = STATE(279),
[sym_import_declaration] = STATE(279),
[sym_enum_declaration] = STATE(279),
[sym_class_declaration] = STATE(279),
[sym_visibility] = STATE(516),
[sym__modifier] = STATE(516),
[sym_modifiers] = STATE(899),
[sym_record_declaration] = STATE(279),
[sym_annotation_type_declaration] = STATE(279),
[sym_interface_declaration] = STATE(279),
[sym__type] = STATE(1515),
[sym__unannotated_type] = STATE(851),
[sym_annotated_type] = STATE(944),
[sym_scoped_type_identifier] = STATE(947),
[sym_generic_type] = STATE(962),
[sym_array_type] = STATE(844),
[sym_integral_type] = STATE(844),
[sym_floating_point_type] = STATE(844),
[sym_formal_parameters] = STATE(1589),
[sym_local_variable_declaration] = STATE(381),
[sym__reserved_identifier] = STATE(466),
[aux_sym_array_creation_expression_repeat1] = STATE(810),
[aux_sym_modifiers_repeat1] = STATE(516),
[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(21),
[anon_sym_DASH] = ACTIONS(21),
[anon_sym_TILDE] = ACTIONS(23),
[anon_sym_BANG] = 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(35),
[anon_sym_SEMI] = ACTIONS(37),
[anon_sym_assert] = ACTIONS(39),
[anon_sym_do] = ACTIONS(41),
[anon_sym_while] = ACTIONS(43),
[anon_sym_break] = ACTIONS(45),
[anon_sym_continue] = ACTIONS(47),
[anon_sym_return] = ACTIONS(49),
[anon_sym_yield] = ACTIONS(51),
[anon_sym_synchronized] = ACTIONS(53),
[anon_sym_throw] = ACTIONS(55),
[anon_sym_try] = ACTIONS(57),
[anon_sym_if] = ACTIONS(59),
[anon_sym_for] = ACTIONS(61),
[anon_sym_AT] = ACTIONS(63),
[anon_sym_open] = ACTIONS(65),
[anon_sym_module] = ACTIONS(67),
[anon_sym_static] = ACTIONS(35),
[anon_sym_with] = ACTIONS(69),
[anon_sym_package] = ACTIONS(71),
[anon_sym_import] = ACTIONS(73),
[anon_sym_enum] = ACTIONS(75),
[anon_sym_public] = ACTIONS(77),
[anon_sym_protected] = ACTIONS(77),
[anon_sym_private] = ACTIONS(77),
[anon_sym_abstract] = ACTIONS(35),
[anon_sym_final] = ACTIONS(35),
[anon_sym_strictfp] = ACTIONS(35),
[anon_sym_native] = ACTIONS(35),
[anon_sym_transient] = ACTIONS(35),
[anon_sym_volatile] = ACTIONS(35),
[anon_sym_sealed] = ACTIONS(240),
[anon_sym_non_DASHsealed] = ACTIONS(81),
[anon_sym_record] = ACTIONS(83),
[anon_sym_interface] = ACTIONS(85),
[anon_sym_byte] = ACTIONS(87),
[anon_sym_short] = ACTIONS(87),
[anon_sym_int] = ACTIONS(87),
[anon_sym_long] = ACTIONS(87),
[anon_sym_char] = ACTIONS(87),
[anon_sym_float] = ACTIONS(89),
[anon_sym_double] = ACTIONS(89),
[sym_boolean_type] = ACTIONS(91),
[sym_void_type] = ACTIONS(91),
[sym_this] = ACTIONS(93),
[sym_super] = ACTIONS(95),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(21)] = {
[sym__literal] = STATE(593),
[sym_string_literal] = STATE(594),
[sym__string_literal] = STATE(550),
[sym__multiline_string_literal] = STATE(550),
[sym_expression] = STATE(856),
[sym_cast_expression] = STATE(709),
[sym_assignment_expression] = STATE(709),
[sym_binary_expression] = STATE(709),
[sym_instanceof_expression] = STATE(709),
[sym_lambda_expression] = STATE(709),
[sym_inferred_parameters] = STATE(1589),
[sym_ternary_expression] = STATE(709),
[sym_unary_expression] = STATE(709),
[sym__unary_complement_expression] = STATE(716),
[sym_update_expression] = STATE(709),
[sym_primary_expression] = STATE(562),
[sym_array_creation_expression] = STATE(593),
[sym_parenthesized_expression] = STATE(449),
[sym_class_literal] = STATE(593),
[sym_object_creation_expression] = STATE(593),
[sym__unqualified_object_creation_expression] = STATE(600),
[sym_field_access] = STATE(449),
[sym_template_expression] = STATE(593),
[sym_array_access] = STATE(449),
[sym_method_invocation] = STATE(593),
[sym_method_reference] = STATE(593),
[sym_switch_expression] = STATE(124),
[sym_statement] = STATE(329),
[sym_block] = STATE(381),
[sym_expression_statement] = STATE(381),
[sym_labeled_statement] = STATE(381),
[sym_assert_statement] = STATE(381),
[sym_do_statement] = STATE(381),
[sym_break_statement] = STATE(381),
[sym_continue_statement] = STATE(381),
[sym_return_statement] = STATE(381),
[sym_yield_statement] = STATE(381),
[sym_synchronized_statement] = STATE(381),
[sym_throw_statement] = STATE(381),
[sym_try_statement] = STATE(381),
[sym_try_with_resources_statement] = STATE(381),
[sym_if_statement] = STATE(381),
[sym_while_statement] = STATE(381),
[sym_for_statement] = STATE(381),
[sym_enhanced_for_statement] = STATE(381),
[sym__annotation] = STATE(619),
[sym_marker_annotation] = STATE(619),
[sym_annotation] = STATE(619),
[sym_declaration] = STATE(381),
[sym_module_declaration] = STATE(279),
[sym_package_declaration] = STATE(279),
[sym_import_declaration] = STATE(279),
[sym_enum_declaration] = STATE(279),
[sym_class_declaration] = STATE(279),
[sym_visibility] = STATE(516),
[sym__modifier] = STATE(516),
[sym_modifiers] = STATE(899),
[sym_record_declaration] = STATE(279),
[sym_annotation_type_declaration] = STATE(279),
[sym_interface_declaration] = STATE(279),
[sym__type] = STATE(1515),
[sym__unannotated_type] = STATE(851),
[sym_annotated_type] = STATE(944),
[sym_scoped_type_identifier] = STATE(947),
[sym_generic_type] = STATE(962),
[sym_array_type] = STATE(844),
[sym_integral_type] = STATE(844),
[sym_floating_point_type] = STATE(844),
[sym_formal_parameters] = STATE(1589),
[sym_local_variable_declaration] = STATE(381),
[sym__reserved_identifier] = STATE(466),
[aux_sym_array_creation_expression_repeat1] = STATE(810),
[aux_sym_modifiers_repeat1] = STATE(516),
[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(21),
[anon_sym_DASH] = ACTIONS(21),
[anon_sym_TILDE] = ACTIONS(23),
[anon_sym_BANG] = 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(35),
[anon_sym_SEMI] = ACTIONS(37),
[anon_sym_assert] = ACTIONS(39),
[anon_sym_do] = ACTIONS(41),
[anon_sym_while] = ACTIONS(43),
[anon_sym_break] = ACTIONS(45),
[anon_sym_continue] = ACTIONS(47),
[anon_sym_return] = ACTIONS(49),
[anon_sym_yield] = ACTIONS(51),
[anon_sym_synchronized] = ACTIONS(53),
[anon_sym_throw] = ACTIONS(55),
[anon_sym_try] = ACTIONS(57),
[anon_sym_if] = ACTIONS(59),
[anon_sym_for] = ACTIONS(61),
[anon_sym_AT] = ACTIONS(63),
[anon_sym_open] = ACTIONS(65),
[anon_sym_module] = ACTIONS(67),
[anon_sym_static] = ACTIONS(35),
[anon_sym_with] = ACTIONS(69),
[anon_sym_package] = ACTIONS(71),
[anon_sym_import] = ACTIONS(73),
[anon_sym_enum] = ACTIONS(75),
[anon_sym_public] = ACTIONS(77),
[anon_sym_protected] = ACTIONS(77),
[anon_sym_private] = ACTIONS(77),
[anon_sym_abstract] = ACTIONS(35),
[anon_sym_final] = ACTIONS(35),
[anon_sym_strictfp] = ACTIONS(35),
[anon_sym_native] = ACTIONS(35),
[anon_sym_transient] = ACTIONS(35),
[anon_sym_volatile] = ACTIONS(35),
[anon_sym_sealed] = ACTIONS(240),
[anon_sym_non_DASHsealed] = ACTIONS(81),
[anon_sym_record] = ACTIONS(83),
[anon_sym_interface] = ACTIONS(85),
[anon_sym_byte] = ACTIONS(87),
[anon_sym_short] = ACTIONS(87),
[anon_sym_int] = ACTIONS(87),
[anon_sym_long] = ACTIONS(87),
[anon_sym_char] = ACTIONS(87),
[anon_sym_float] = ACTIONS(89),
[anon_sym_double] = ACTIONS(89),
[sym_boolean_type] = ACTIONS(91),
[sym_void_type] = ACTIONS(91),
[sym_this] = ACTIONS(93),
[sym_super] = ACTIONS(95),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(22)] = {
[sym__literal] = STATE(593),
[sym_string_literal] = STATE(594),
[sym__string_literal] = STATE(550),
[sym__multiline_string_literal] = STATE(550),
[sym_expression] = STATE(856),
[sym_cast_expression] = STATE(709),
[sym_assignment_expression] = STATE(709),
[sym_binary_expression] = STATE(709),
[sym_instanceof_expression] = STATE(709),
[sym_lambda_expression] = STATE(709),
[sym_inferred_parameters] = STATE(1589),
[sym_ternary_expression] = STATE(709),
[sym_unary_expression] = STATE(709),
[sym__unary_complement_expression] = STATE(716),
[sym_update_expression] = STATE(709),
[sym_primary_expression] = STATE(562),
[sym_array_creation_expression] = STATE(593),
[sym_parenthesized_expression] = STATE(449),
[sym_class_literal] = STATE(593),
[sym_object_creation_expression] = STATE(593),
[sym__unqualified_object_creation_expression] = STATE(600),
[sym_field_access] = STATE(449),
[sym_template_expression] = STATE(593),
[sym_array_access] = STATE(449),
[sym_method_invocation] = STATE(593),
[sym_method_reference] = STATE(593),
[sym_switch_expression] = STATE(124),
[sym_statement] = STATE(330),
[sym_block] = STATE(381),
[sym_expression_statement] = STATE(381),
[sym_labeled_statement] = STATE(381),
[sym_assert_statement] = STATE(381),
[sym_do_statement] = STATE(381),
[sym_break_statement] = STATE(381),
[sym_continue_statement] = STATE(381),
[sym_return_statement] = STATE(381),
[sym_yield_statement] = STATE(381),
[sym_synchronized_statement] = STATE(381),
[sym_throw_statement] = STATE(381),
[sym_try_statement] = STATE(381),
[sym_try_with_resources_statement] = STATE(381),
[sym_if_statement] = STATE(381),
[sym_while_statement] = STATE(381),
[sym_for_statement] = STATE(381),
[sym_enhanced_for_statement] = STATE(381),
[sym__annotation] = STATE(619),
[sym_marker_annotation] = STATE(619),
[sym_annotation] = STATE(619),
[sym_declaration] = STATE(381),
[sym_module_declaration] = STATE(279),
[sym_package_declaration] = STATE(279),
[sym_import_declaration] = STATE(279),
[sym_enum_declaration] = STATE(279),
[sym_class_declaration] = STATE(279),
[sym_visibility] = STATE(516),
[sym__modifier] = STATE(516),
[sym_modifiers] = STATE(899),
[sym_record_declaration] = STATE(279),
[sym_annotation_type_declaration] = STATE(279),
[sym_interface_declaration] = STATE(279),
[sym__type] = STATE(1515),
[sym__unannotated_type] = STATE(851),
[sym_annotated_type] = STATE(944),
[sym_scoped_type_identifier] = STATE(947),
[sym_generic_type] = STATE(962),
[sym_array_type] = STATE(844),
[sym_integral_type] = STATE(844),
[sym_floating_point_type] = STATE(844),
[sym_formal_parameters] = STATE(1589),
[sym_local_variable_declaration] = STATE(381),
[sym__reserved_identifier] = STATE(466),
[aux_sym_array_creation_expression_repeat1] = STATE(810),
[aux_sym_modifiers_repeat1] = STATE(516),
[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(21),
[anon_sym_DASH] = ACTIONS(21),
[anon_sym_TILDE] = ACTIONS(23),
[anon_sym_BANG] = 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(35),
[anon_sym_SEMI] = ACTIONS(37),
[anon_sym_assert] = ACTIONS(39),
[anon_sym_do] = ACTIONS(41),
[anon_sym_while] = ACTIONS(43),
[anon_sym_break] = ACTIONS(45),
[anon_sym_continue] = ACTIONS(47),
[anon_sym_return] = ACTIONS(49),
[anon_sym_yield] = ACTIONS(51),
[anon_sym_synchronized] = ACTIONS(53),
[anon_sym_throw] = ACTIONS(55),
[anon_sym_try] = ACTIONS(57),
[anon_sym_if] = ACTIONS(59),
[anon_sym_for] = ACTIONS(61),
[anon_sym_AT] = ACTIONS(63),
[anon_sym_open] = ACTIONS(65),
[anon_sym_module] = ACTIONS(67),
[anon_sym_static] = ACTIONS(35),
[anon_sym_with] = ACTIONS(69),
[anon_sym_package] = ACTIONS(71),
[anon_sym_import] = ACTIONS(73),
[anon_sym_enum] = ACTIONS(75),
[anon_sym_public] = ACTIONS(77),
[anon_sym_protected] = ACTIONS(77),
[anon_sym_private] = ACTIONS(77),
[anon_sym_abstract] = ACTIONS(35),
[anon_sym_final] = ACTIONS(35),
[anon_sym_strictfp] = ACTIONS(35),
[anon_sym_native] = ACTIONS(35),
[anon_sym_transient] = ACTIONS(35),
[anon_sym_volatile] = ACTIONS(35),
[anon_sym_sealed] = ACTIONS(240),
[anon_sym_non_DASHsealed] = ACTIONS(81),
[anon_sym_record] = ACTIONS(83),
[anon_sym_interface] = ACTIONS(85),
[anon_sym_byte] = ACTIONS(87),
[anon_sym_short] = ACTIONS(87),
[anon_sym_int] = ACTIONS(87),
[anon_sym_long] = ACTIONS(87),
[anon_sym_char] = ACTIONS(87),
[anon_sym_float] = ACTIONS(89),
[anon_sym_double] = ACTIONS(89),
[sym_boolean_type] = ACTIONS(91),
[sym_void_type] = ACTIONS(91),
[sym_this] = ACTIONS(93),
[sym_super] = ACTIONS(95),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(23)] = {
[sym__literal] = STATE(593),
[sym_string_literal] = STATE(594),
[sym__string_literal] = STATE(550),
[sym__multiline_string_literal] = STATE(550),
[sym_expression] = STATE(856),
[sym_cast_expression] = STATE(709),
[sym_assignment_expression] = STATE(709),
[sym_binary_expression] = STATE(709),
[sym_instanceof_expression] = STATE(709),
[sym_lambda_expression] = STATE(709),
[sym_inferred_parameters] = STATE(1589),
[sym_ternary_expression] = STATE(709),
[sym_unary_expression] = STATE(709),
[sym__unary_complement_expression] = STATE(716),
[sym_update_expression] = STATE(709),
[sym_primary_expression] = STATE(562),
[sym_array_creation_expression] = STATE(593),
[sym_parenthesized_expression] = STATE(449),
[sym_class_literal] = STATE(593),
[sym_object_creation_expression] = STATE(593),
[sym__unqualified_object_creation_expression] = STATE(600),
[sym_field_access] = STATE(449),
[sym_template_expression] = STATE(593),
[sym_array_access] = STATE(449),
[sym_method_invocation] = STATE(593),
[sym_method_reference] = STATE(593),
[sym_switch_expression] = STATE(124),
[sym_statement] = STATE(404),
[sym_block] = STATE(381),
[sym_expression_statement] = STATE(381),
[sym_labeled_statement] = STATE(381),
[sym_assert_statement] = STATE(381),
[sym_do_statement] = STATE(381),
[sym_break_statement] = STATE(381),
[sym_continue_statement] = STATE(381),
[sym_return_statement] = STATE(381),
[sym_yield_statement] = STATE(381),
[sym_synchronized_statement] = STATE(381),
[sym_throw_statement] = STATE(381),
[sym_try_statement] = STATE(381),
[sym_try_with_resources_statement] = STATE(381),
[sym_if_statement] = STATE(381),
[sym_while_statement] = STATE(381),
[sym_for_statement] = STATE(381),
[sym_enhanced_for_statement] = STATE(381),
[sym__annotation] = STATE(619),
[sym_marker_annotation] = STATE(619),
[sym_annotation] = STATE(619),
[sym_declaration] = STATE(381),
[sym_module_declaration] = STATE(279),
[sym_package_declaration] = STATE(279),
[sym_import_declaration] = STATE(279),
[sym_enum_declaration] = STATE(279),
[sym_class_declaration] = STATE(279),
[sym_visibility] = STATE(516),
[sym__modifier] = STATE(516),
[sym_modifiers] = STATE(899),
[sym_record_declaration] = STATE(279),
[sym_annotation_type_declaration] = STATE(279),
[sym_interface_declaration] = STATE(279),
[sym__type] = STATE(1515),
[sym__unannotated_type] = STATE(851),
[sym_annotated_type] = STATE(944),
[sym_scoped_type_identifier] = STATE(947),
[sym_generic_type] = STATE(962),
[sym_array_type] = STATE(844),
[sym_integral_type] = STATE(844),
[sym_floating_point_type] = STATE(844),
[sym_formal_parameters] = STATE(1589),
[sym_local_variable_declaration] = STATE(381),
[sym__reserved_identifier] = STATE(466),
[aux_sym_array_creation_expression_repeat1] = STATE(810),
[aux_sym_modifiers_repeat1] = STATE(516),
[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(21),
[anon_sym_DASH] = ACTIONS(21),
[anon_sym_TILDE] = ACTIONS(23),
[anon_sym_BANG] = 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(35),
[anon_sym_SEMI] = ACTIONS(37),
[anon_sym_assert] = ACTIONS(39),
[anon_sym_do] = ACTIONS(41),
[anon_sym_while] = ACTIONS(43),
[anon_sym_break] = ACTIONS(45),
[anon_sym_continue] = ACTIONS(47),
[anon_sym_return] = ACTIONS(49),
[anon_sym_yield] = ACTIONS(51),
[anon_sym_synchronized] = ACTIONS(53),
[anon_sym_throw] = ACTIONS(55),
[anon_sym_try] = ACTIONS(57),
[anon_sym_if] = ACTIONS(59),
[anon_sym_for] = ACTIONS(61),
[anon_sym_AT] = ACTIONS(63),
[anon_sym_open] = ACTIONS(65),
[anon_sym_module] = ACTIONS(67),
[anon_sym_static] = ACTIONS(35),
[anon_sym_with] = ACTIONS(69),
[anon_sym_package] = ACTIONS(71),
[anon_sym_import] = ACTIONS(73),
[anon_sym_enum] = ACTIONS(75),
[anon_sym_public] = ACTIONS(77),
[anon_sym_protected] = ACTIONS(77),
[anon_sym_private] = ACTIONS(77),
[anon_sym_abstract] = ACTIONS(35),
[anon_sym_final] = ACTIONS(35),
[anon_sym_strictfp] = ACTIONS(35),
[anon_sym_native] = ACTIONS(35),
[anon_sym_transient] = ACTIONS(35),
[anon_sym_volatile] = ACTIONS(35),
[anon_sym_sealed] = ACTIONS(240),
[anon_sym_non_DASHsealed] = ACTIONS(81),
[anon_sym_record] = ACTIONS(83),
[anon_sym_interface] = ACTIONS(85),
[anon_sym_byte] = ACTIONS(87),
[anon_sym_short] = ACTIONS(87),
[anon_sym_int] = ACTIONS(87),
[anon_sym_long] = ACTIONS(87),
[anon_sym_char] = ACTIONS(87),
[anon_sym_float] = ACTIONS(89),
[anon_sym_double] = ACTIONS(89),
[sym_boolean_type] = ACTIONS(91),
[sym_void_type] = ACTIONS(91),
[sym_this] = ACTIONS(93),
[sym_super] = ACTIONS(95),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(24)] = {
[sym__literal] = STATE(593),
[sym_string_literal] = STATE(594),
[sym__string_literal] = STATE(550),
[sym__multiline_string_literal] = STATE(550),
[sym_expression] = STATE(856),
[sym_cast_expression] = STATE(709),
[sym_assignment_expression] = STATE(709),
[sym_binary_expression] = STATE(709),
[sym_instanceof_expression] = STATE(709),
[sym_lambda_expression] = STATE(709),
[sym_inferred_parameters] = STATE(1589),
[sym_ternary_expression] = STATE(709),
[sym_unary_expression] = STATE(709),
[sym__unary_complement_expression] = STATE(716),
[sym_update_expression] = STATE(709),
[sym_primary_expression] = STATE(562),
[sym_array_creation_expression] = STATE(593),
[sym_parenthesized_expression] = STATE(449),
[sym_class_literal] = STATE(593),
[sym_object_creation_expression] = STATE(593),
[sym__unqualified_object_creation_expression] = STATE(600),
[sym_field_access] = STATE(449),
[sym_template_expression] = STATE(593),
[sym_array_access] = STATE(449),
[sym_method_invocation] = STATE(593),
[sym_method_reference] = STATE(593),
[sym_switch_expression] = STATE(124),
[sym_statement] = STATE(374),
[sym_block] = STATE(381),
[sym_expression_statement] = STATE(381),
[sym_labeled_statement] = STATE(381),
[sym_assert_statement] = STATE(381),
[sym_do_statement] = STATE(381),
[sym_break_statement] = STATE(381),
[sym_continue_statement] = STATE(381),
[sym_return_statement] = STATE(381),
[sym_yield_statement] = STATE(381),
[sym_synchronized_statement] = STATE(381),
[sym_throw_statement] = STATE(381),
[sym_try_statement] = STATE(381),
[sym_try_with_resources_statement] = STATE(381),
[sym_if_statement] = STATE(381),
[sym_while_statement] = STATE(381),
[sym_for_statement] = STATE(381),
[sym_enhanced_for_statement] = STATE(381),
[sym__annotation] = STATE(619),
[sym_marker_annotation] = STATE(619),
[sym_annotation] = STATE(619),
[sym_declaration] = STATE(381),
[sym_module_declaration] = STATE(279),
[sym_package_declaration] = STATE(279),
[sym_import_declaration] = STATE(279),
[sym_enum_declaration] = STATE(279),
[sym_class_declaration] = STATE(279),
[sym_visibility] = STATE(516),
[sym__modifier] = STATE(516),
[sym_modifiers] = STATE(899),
[sym_record_declaration] = STATE(279),
[sym_annotation_type_declaration] = STATE(279),
[sym_interface_declaration] = STATE(279),
[sym__type] = STATE(1515),
[sym__unannotated_type] = STATE(851),
[sym_annotated_type] = STATE(944),
[sym_scoped_type_identifier] = STATE(947),
[sym_generic_type] = STATE(962),
[sym_array_type] = STATE(844),
[sym_integral_type] = STATE(844),
[sym_floating_point_type] = STATE(844),
[sym_formal_parameters] = STATE(1589),
[sym_local_variable_declaration] = STATE(381),
[sym__reserved_identifier] = STATE(466),
[aux_sym_array_creation_expression_repeat1] = STATE(810),
[aux_sym_modifiers_repeat1] = STATE(516),
[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(21),
[anon_sym_DASH] = ACTIONS(21),
[anon_sym_TILDE] = ACTIONS(23),
[anon_sym_BANG] = 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(35),
[anon_sym_SEMI] = ACTIONS(37),
[anon_sym_assert] = ACTIONS(39),
[anon_sym_do] = ACTIONS(41),
[anon_sym_while] = ACTIONS(43),
[anon_sym_break] = ACTIONS(45),
[anon_sym_continue] = ACTIONS(47),
[anon_sym_return] = ACTIONS(49),
[anon_sym_yield] = ACTIONS(51),
[anon_sym_synchronized] = ACTIONS(53),
[anon_sym_throw] = ACTIONS(55),
[anon_sym_try] = ACTIONS(57),
[anon_sym_if] = ACTIONS(59),
[anon_sym_for] = ACTIONS(61),
[anon_sym_AT] = ACTIONS(63),
[anon_sym_open] = ACTIONS(65),
[anon_sym_module] = ACTIONS(67),
[anon_sym_static] = ACTIONS(35),
[anon_sym_with] = ACTIONS(69),
[anon_sym_package] = ACTIONS(71),
[anon_sym_import] = ACTIONS(73),
[anon_sym_enum] = ACTIONS(75),
[anon_sym_public] = ACTIONS(77),
[anon_sym_protected] = ACTIONS(77),
[anon_sym_private] = ACTIONS(77),
[anon_sym_abstract] = ACTIONS(35),
[anon_sym_final] = ACTIONS(35),
[anon_sym_strictfp] = ACTIONS(35),
[anon_sym_native] = ACTIONS(35),
[anon_sym_transient] = ACTIONS(35),
[anon_sym_volatile] = ACTIONS(35),
[anon_sym_sealed] = ACTIONS(240),
[anon_sym_non_DASHsealed] = ACTIONS(81),
[anon_sym_record] = ACTIONS(83),
[anon_sym_interface] = ACTIONS(85),
[anon_sym_byte] = ACTIONS(87),
[anon_sym_short] = ACTIONS(87),
[anon_sym_int] = ACTIONS(87),
[anon_sym_long] = ACTIONS(87),
[anon_sym_char] = ACTIONS(87),
[anon_sym_float] = ACTIONS(89),
[anon_sym_double] = ACTIONS(89),
[sym_boolean_type] = ACTIONS(91),
[sym_void_type] = ACTIONS(91),
[sym_this] = ACTIONS(93),
[sym_super] = ACTIONS(95),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(25)] = {
[sym__literal] = STATE(593),
[sym_string_literal] = STATE(594),
[sym__string_literal] = STATE(550),
[sym__multiline_string_literal] = STATE(550),
[sym_expression] = STATE(856),
[sym_cast_expression] = STATE(709),
[sym_assignment_expression] = STATE(709),
[sym_binary_expression] = STATE(709),
[sym_instanceof_expression] = STATE(709),
[sym_lambda_expression] = STATE(709),
[sym_inferred_parameters] = STATE(1589),
[sym_ternary_expression] = STATE(709),
[sym_unary_expression] = STATE(709),
[sym__unary_complement_expression] = STATE(716),
[sym_update_expression] = STATE(709),
[sym_primary_expression] = STATE(562),
[sym_array_creation_expression] = STATE(593),
[sym_parenthesized_expression] = STATE(449),
[sym_class_literal] = STATE(593),
[sym_object_creation_expression] = STATE(593),
[sym__unqualified_object_creation_expression] = STATE(600),
[sym_field_access] = STATE(449),
[sym_template_expression] = STATE(593),
[sym_array_access] = STATE(449),
[sym_method_invocation] = STATE(593),
[sym_method_reference] = STATE(593),
[sym_switch_expression] = STATE(124),
[sym_statement] = STATE(341),
[sym_block] = STATE(381),
[sym_expression_statement] = STATE(381),
[sym_labeled_statement] = STATE(381),
[sym_assert_statement] = STATE(381),
[sym_do_statement] = STATE(381),
[sym_break_statement] = STATE(381),
[sym_continue_statement] = STATE(381),
[sym_return_statement] = STATE(381),
[sym_yield_statement] = STATE(381),
[sym_synchronized_statement] = STATE(381),
[sym_throw_statement] = STATE(381),
[sym_try_statement] = STATE(381),
[sym_try_with_resources_statement] = STATE(381),
[sym_if_statement] = STATE(381),
[sym_while_statement] = STATE(381),
[sym_for_statement] = STATE(381),
[sym_enhanced_for_statement] = STATE(381),
[sym__annotation] = STATE(619),
[sym_marker_annotation] = STATE(619),
[sym_annotation] = STATE(619),
[sym_declaration] = STATE(381),
[sym_module_declaration] = STATE(279),
[sym_package_declaration] = STATE(279),
[sym_import_declaration] = STATE(279),
[sym_enum_declaration] = STATE(279),
[sym_class_declaration] = STATE(279),
[sym_visibility] = STATE(516),
[sym__modifier] = STATE(516),
[sym_modifiers] = STATE(899),
[sym_record_declaration] = STATE(279),
[sym_annotation_type_declaration] = STATE(279),
[sym_interface_declaration] = STATE(279),
[sym__type] = STATE(1515),
[sym__unannotated_type] = STATE(851),
[sym_annotated_type] = STATE(944),
[sym_scoped_type_identifier] = STATE(947),
[sym_generic_type] = STATE(962),
[sym_array_type] = STATE(844),
[sym_integral_type] = STATE(844),
[sym_floating_point_type] = STATE(844),
[sym_formal_parameters] = STATE(1589),
[sym_local_variable_declaration] = STATE(381),
[sym__reserved_identifier] = STATE(466),
[aux_sym_array_creation_expression_repeat1] = STATE(810),
[aux_sym_modifiers_repeat1] = STATE(516),
[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(21),
[anon_sym_DASH] = ACTIONS(21),
[anon_sym_TILDE] = ACTIONS(23),
[anon_sym_BANG] = 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(35),
[anon_sym_SEMI] = ACTIONS(37),
[anon_sym_assert] = ACTIONS(39),
[anon_sym_do] = ACTIONS(41),
[anon_sym_while] = ACTIONS(43),
[anon_sym_break] = ACTIONS(45),
[anon_sym_continue] = ACTIONS(47),
[anon_sym_return] = ACTIONS(49),
[anon_sym_yield] = ACTIONS(51),
[anon_sym_synchronized] = ACTIONS(53),
[anon_sym_throw] = ACTIONS(55),
[anon_sym_try] = ACTIONS(57),
[anon_sym_if] = ACTIONS(59),
[anon_sym_for] = ACTIONS(61),
[anon_sym_AT] = ACTIONS(63),
[anon_sym_open] = ACTIONS(65),
[anon_sym_module] = ACTIONS(67),
[anon_sym_static] = ACTIONS(35),
[anon_sym_with] = ACTIONS(69),
[anon_sym_package] = ACTIONS(71),
[anon_sym_import] = ACTIONS(73),
[anon_sym_enum] = ACTIONS(75),
[anon_sym_public] = ACTIONS(77),
[anon_sym_protected] = ACTIONS(77),
[anon_sym_private] = ACTIONS(77),
[anon_sym_abstract] = ACTIONS(35),
[anon_sym_final] = ACTIONS(35),
[anon_sym_strictfp] = ACTIONS(35),
[anon_sym_native] = ACTIONS(35),
[anon_sym_transient] = ACTIONS(35),
[anon_sym_volatile] = ACTIONS(35),
[anon_sym_sealed] = ACTIONS(240),
[anon_sym_non_DASHsealed] = ACTIONS(81),
[anon_sym_record] = ACTIONS(83),
[anon_sym_interface] = ACTIONS(85),
[anon_sym_byte] = ACTIONS(87),
[anon_sym_short] = ACTIONS(87),
[anon_sym_int] = ACTIONS(87),
[anon_sym_long] = ACTIONS(87),
[anon_sym_char] = ACTIONS(87),
[anon_sym_float] = ACTIONS(89),
[anon_sym_double] = ACTIONS(89),
[sym_boolean_type] = ACTIONS(91),
[sym_void_type] = ACTIONS(91),
[sym_this] = ACTIONS(93),
[sym_super] = ACTIONS(95),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(26)] = {
[sym__literal] = STATE(593),
[sym_string_literal] = STATE(594),
[sym__string_literal] = STATE(550),
[sym__multiline_string_literal] = STATE(550),
[sym_expression] = STATE(856),
[sym_cast_expression] = STATE(709),
[sym_assignment_expression] = STATE(709),
[sym_binary_expression] = STATE(709),
[sym_instanceof_expression] = STATE(709),
[sym_lambda_expression] = STATE(709),
[sym_inferred_parameters] = STATE(1589),
[sym_ternary_expression] = STATE(709),
[sym_unary_expression] = STATE(709),
[sym__unary_complement_expression] = STATE(716),
[sym_update_expression] = STATE(709),
[sym_primary_expression] = STATE(562),
[sym_array_creation_expression] = STATE(593),
[sym_parenthesized_expression] = STATE(449),
[sym_class_literal] = STATE(593),
[sym_object_creation_expression] = STATE(593),
[sym__unqualified_object_creation_expression] = STATE(600),
[sym_field_access] = STATE(449),
[sym_template_expression] = STATE(593),
[sym_array_access] = STATE(449),
[sym_method_invocation] = STATE(593),
[sym_method_reference] = STATE(593),
[sym_switch_expression] = STATE(124),
[sym_statement] = STATE(342),
[sym_block] = STATE(381),
[sym_expression_statement] = STATE(381),
[sym_labeled_statement] = STATE(381),
[sym_assert_statement] = STATE(381),
[sym_do_statement] = STATE(381),
[sym_break_statement] = STATE(381),
[sym_continue_statement] = STATE(381),
[sym_return_statement] = STATE(381),
[sym_yield_statement] = STATE(381),
[sym_synchronized_statement] = STATE(381),
[sym_throw_statement] = STATE(381),
[sym_try_statement] = STATE(381),
[sym_try_with_resources_statement] = STATE(381),
[sym_if_statement] = STATE(381),
[sym_while_statement] = STATE(381),
[sym_for_statement] = STATE(381),
[sym_enhanced_for_statement] = STATE(381),
[sym__annotation] = STATE(619),
[sym_marker_annotation] = STATE(619),
[sym_annotation] = STATE(619),
[sym_declaration] = STATE(381),
[sym_module_declaration] = STATE(279),
[sym_package_declaration] = STATE(279),
[sym_import_declaration] = STATE(279),
[sym_enum_declaration] = STATE(279),
[sym_class_declaration] = STATE(279),
[sym_visibility] = STATE(516),
[sym__modifier] = STATE(516),
[sym_modifiers] = STATE(899),
[sym_record_declaration] = STATE(279),
[sym_annotation_type_declaration] = STATE(279),
[sym_interface_declaration] = STATE(279),
[sym__type] = STATE(1515),
[sym__unannotated_type] = STATE(851),
[sym_annotated_type] = STATE(944),
[sym_scoped_type_identifier] = STATE(947),
[sym_generic_type] = STATE(962),
[sym_array_type] = STATE(844),
[sym_integral_type] = STATE(844),
[sym_floating_point_type] = STATE(844),
[sym_formal_parameters] = STATE(1589),
[sym_local_variable_declaration] = STATE(381),
[sym__reserved_identifier] = STATE(466),
[aux_sym_array_creation_expression_repeat1] = STATE(810),
[aux_sym_modifiers_repeat1] = STATE(516),
[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(21),
[anon_sym_DASH] = ACTIONS(21),
[anon_sym_TILDE] = ACTIONS(23),
[anon_sym_BANG] = 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(35),
[anon_sym_SEMI] = ACTIONS(37),
[anon_sym_assert] = ACTIONS(39),
[anon_sym_do] = ACTIONS(41),
[anon_sym_while] = ACTIONS(43),
[anon_sym_break] = ACTIONS(45),
[anon_sym_continue] = ACTIONS(47),
[anon_sym_return] = ACTIONS(49),
[anon_sym_yield] = ACTIONS(51),
[anon_sym_synchronized] = ACTIONS(53),
[anon_sym_throw] = ACTIONS(55),
[anon_sym_try] = ACTIONS(57),
[anon_sym_if] = ACTIONS(59),
[anon_sym_for] = ACTIONS(61),
[anon_sym_AT] = ACTIONS(63),
[anon_sym_open] = ACTIONS(65),
[anon_sym_module] = ACTIONS(67),
[anon_sym_static] = ACTIONS(35),
[anon_sym_with] = ACTIONS(69),
[anon_sym_package] = ACTIONS(71),
[anon_sym_import] = ACTIONS(73),
[anon_sym_enum] = ACTIONS(75),
[anon_sym_public] = ACTIONS(77),
[anon_sym_protected] = ACTIONS(77),
[anon_sym_private] = ACTIONS(77),
[anon_sym_abstract] = ACTIONS(35),
[anon_sym_final] = ACTIONS(35),
[anon_sym_strictfp] = ACTIONS(35),
[anon_sym_native] = ACTIONS(35),
[anon_sym_transient] = ACTIONS(35),
[anon_sym_volatile] = ACTIONS(35),
[anon_sym_sealed] = ACTIONS(240),
[anon_sym_non_DASHsealed] = ACTIONS(81),
[anon_sym_record] = ACTIONS(83),
[anon_sym_interface] = ACTIONS(85),
[anon_sym_byte] = ACTIONS(87),
[anon_sym_short] = ACTIONS(87),
[anon_sym_int] = ACTIONS(87),
[anon_sym_long] = ACTIONS(87),
[anon_sym_char] = ACTIONS(87),
[anon_sym_float] = ACTIONS(89),
[anon_sym_double] = ACTIONS(89),
[sym_boolean_type] = ACTIONS(91),
[sym_void_type] = ACTIONS(91),
[sym_this] = ACTIONS(93),
[sym_super] = ACTIONS(95),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(27)] = {
[sym__literal] = STATE(593),
[sym_string_literal] = STATE(594),
[sym__string_literal] = STATE(550),
[sym__multiline_string_literal] = STATE(550),
[sym_expression] = STATE(856),
[sym_cast_expression] = STATE(709),
[sym_assignment_expression] = STATE(709),
[sym_binary_expression] = STATE(709),
[sym_instanceof_expression] = STATE(709),
[sym_lambda_expression] = STATE(709),
[sym_inferred_parameters] = STATE(1589),
[sym_ternary_expression] = STATE(709),
[sym_unary_expression] = STATE(709),
[sym__unary_complement_expression] = STATE(716),
[sym_update_expression] = STATE(709),
[sym_primary_expression] = STATE(562),
[sym_array_creation_expression] = STATE(593),
[sym_parenthesized_expression] = STATE(449),
[sym_class_literal] = STATE(593),
[sym_object_creation_expression] = STATE(593),
[sym__unqualified_object_creation_expression] = STATE(600),
[sym_field_access] = STATE(449),
[sym_template_expression] = STATE(593),
[sym_array_access] = STATE(449),
[sym_method_invocation] = STATE(593),
[sym_method_reference] = STATE(593),
[sym_switch_expression] = STATE(124),
[sym_statement] = STATE(344),
[sym_block] = STATE(381),
[sym_expression_statement] = STATE(381),
[sym_labeled_statement] = STATE(381),
[sym_assert_statement] = STATE(381),
[sym_do_statement] = STATE(381),
[sym_break_statement] = STATE(381),
[sym_continue_statement] = STATE(381),
[sym_return_statement] = STATE(381),
[sym_yield_statement] = STATE(381),
[sym_synchronized_statement] = STATE(381),
[sym_throw_statement] = STATE(381),
[sym_try_statement] = STATE(381),
[sym_try_with_resources_statement] = STATE(381),
[sym_if_statement] = STATE(381),
[sym_while_statement] = STATE(381),
[sym_for_statement] = STATE(381),
[sym_enhanced_for_statement] = STATE(381),
[sym__annotation] = STATE(619),
[sym_marker_annotation] = STATE(619),
[sym_annotation] = STATE(619),
[sym_declaration] = STATE(381),
[sym_module_declaration] = STATE(279),
[sym_package_declaration] = STATE(279),
[sym_import_declaration] = STATE(279),
[sym_enum_declaration] = STATE(279),
[sym_class_declaration] = STATE(279),
[sym_visibility] = STATE(516),
[sym__modifier] = STATE(516),
[sym_modifiers] = STATE(899),
[sym_record_declaration] = STATE(279),
[sym_annotation_type_declaration] = STATE(279),
[sym_interface_declaration] = STATE(279),
[sym__type] = STATE(1515),
[sym__unannotated_type] = STATE(851),
[sym_annotated_type] = STATE(944),
[sym_scoped_type_identifier] = STATE(947),
[sym_generic_type] = STATE(962),
[sym_array_type] = STATE(844),
[sym_integral_type] = STATE(844),
[sym_floating_point_type] = STATE(844),
[sym_formal_parameters] = STATE(1589),
[sym_local_variable_declaration] = STATE(381),
[sym__reserved_identifier] = STATE(466),
[aux_sym_array_creation_expression_repeat1] = STATE(810),
[aux_sym_modifiers_repeat1] = STATE(516),
[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(21),
[anon_sym_DASH] = ACTIONS(21),
[anon_sym_TILDE] = ACTIONS(23),
[anon_sym_BANG] = 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(35),
[anon_sym_SEMI] = ACTIONS(37),
[anon_sym_assert] = ACTIONS(39),
[anon_sym_do] = ACTIONS(41),
[anon_sym_while] = ACTIONS(43),
[anon_sym_break] = ACTIONS(45),
[anon_sym_continue] = ACTIONS(47),
[anon_sym_return] = ACTIONS(49),
[anon_sym_yield] = ACTIONS(51),
[anon_sym_synchronized] = ACTIONS(53),
[anon_sym_throw] = ACTIONS(55),
[anon_sym_try] = ACTIONS(57),
[anon_sym_if] = ACTIONS(59),
[anon_sym_for] = ACTIONS(61),
[anon_sym_AT] = ACTIONS(63),
[anon_sym_open] = ACTIONS(65),
[anon_sym_module] = ACTIONS(67),
[anon_sym_static] = ACTIONS(35),
[anon_sym_with] = ACTIONS(69),
[anon_sym_package] = ACTIONS(71),
[anon_sym_import] = ACTIONS(73),
[anon_sym_enum] = ACTIONS(75),
[anon_sym_public] = ACTIONS(77),
[anon_sym_protected] = ACTIONS(77),
[anon_sym_private] = ACTIONS(77),
[anon_sym_abstract] = ACTIONS(35),
[anon_sym_final] = ACTIONS(35),
[anon_sym_strictfp] = ACTIONS(35),
[anon_sym_native] = ACTIONS(35),
[anon_sym_transient] = ACTIONS(35),
[anon_sym_volatile] = ACTIONS(35),
[anon_sym_sealed] = ACTIONS(240),
[anon_sym_non_DASHsealed] = ACTIONS(81),
[anon_sym_record] = ACTIONS(83),
[anon_sym_interface] = ACTIONS(85),
[anon_sym_byte] = ACTIONS(87),
[anon_sym_short] = ACTIONS(87),
[anon_sym_int] = ACTIONS(87),
[anon_sym_long] = ACTIONS(87),
[anon_sym_char] = ACTIONS(87),
[anon_sym_float] = ACTIONS(89),
[anon_sym_double] = ACTIONS(89),
[sym_boolean_type] = ACTIONS(91),
[sym_void_type] = ACTIONS(91),
[sym_this] = ACTIONS(93),
[sym_super] = ACTIONS(95),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(28)] = {
[sym__literal] = STATE(593),
[sym_string_literal] = STATE(594),
[sym__string_literal] = STATE(550),
[sym__multiline_string_literal] = STATE(550),
[sym_expression] = STATE(856),
[sym_cast_expression] = STATE(709),
[sym_assignment_expression] = STATE(709),
[sym_binary_expression] = STATE(709),
[sym_instanceof_expression] = STATE(709),
[sym_lambda_expression] = STATE(709),
[sym_inferred_parameters] = STATE(1589),
[sym_ternary_expression] = STATE(709),
[sym_unary_expression] = STATE(709),
[sym__unary_complement_expression] = STATE(716),
[sym_update_expression] = STATE(709),
[sym_primary_expression] = STATE(562),
[sym_array_creation_expression] = STATE(593),
[sym_parenthesized_expression] = STATE(449),
[sym_class_literal] = STATE(593),
[sym_object_creation_expression] = STATE(593),
[sym__unqualified_object_creation_expression] = STATE(600),
[sym_field_access] = STATE(449),
[sym_template_expression] = STATE(593),
[sym_array_access] = STATE(449),
[sym_method_invocation] = STATE(593),
[sym_method_reference] = STATE(593),
[sym_switch_expression] = STATE(124),
[sym_statement] = STATE(346),
[sym_block] = STATE(381),
[sym_expression_statement] = STATE(381),
[sym_labeled_statement] = STATE(381),
[sym_assert_statement] = STATE(381),
[sym_do_statement] = STATE(381),
[sym_break_statement] = STATE(381),
[sym_continue_statement] = STATE(381),
[sym_return_statement] = STATE(381),
[sym_yield_statement] = STATE(381),
[sym_synchronized_statement] = STATE(381),
[sym_throw_statement] = STATE(381),
[sym_try_statement] = STATE(381),
[sym_try_with_resources_statement] = STATE(381),
[sym_if_statement] = STATE(381),
[sym_while_statement] = STATE(381),
[sym_for_statement] = STATE(381),
[sym_enhanced_for_statement] = STATE(381),
[sym__annotation] = STATE(619),
[sym_marker_annotation] = STATE(619),
[sym_annotation] = STATE(619),
[sym_declaration] = STATE(381),
[sym_module_declaration] = STATE(279),
[sym_package_declaration] = STATE(279),
[sym_import_declaration] = STATE(279),
[sym_enum_declaration] = STATE(279),
[sym_class_declaration] = STATE(279),
[sym_visibility] = STATE(516),
[sym__modifier] = STATE(516),
[sym_modifiers] = STATE(899),
[sym_record_declaration] = STATE(279),
[sym_annotation_type_declaration] = STATE(279),
[sym_interface_declaration] = STATE(279),
[sym__type] = STATE(1515),
[sym__unannotated_type] = STATE(851),
[sym_annotated_type] = STATE(944),
[sym_scoped_type_identifier] = STATE(947),
[sym_generic_type] = STATE(962),
[sym_array_type] = STATE(844),
[sym_integral_type] = STATE(844),
[sym_floating_point_type] = STATE(844),
[sym_formal_parameters] = STATE(1589),
[sym_local_variable_declaration] = STATE(381),
[sym__reserved_identifier] = STATE(466),
[aux_sym_array_creation_expression_repeat1] = STATE(810),
[aux_sym_modifiers_repeat1] = STATE(516),
[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(21),
[anon_sym_DASH] = ACTIONS(21),
[anon_sym_TILDE] = ACTIONS(23),
[anon_sym_BANG] = 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(35),
[anon_sym_SEMI] = ACTIONS(37),
[anon_sym_assert] = ACTIONS(39),
[anon_sym_do] = ACTIONS(41),
[anon_sym_while] = ACTIONS(43),
[anon_sym_break] = ACTIONS(45),
[anon_sym_continue] = ACTIONS(47),
[anon_sym_return] = ACTIONS(49),
[anon_sym_yield] = ACTIONS(51),
[anon_sym_synchronized] = ACTIONS(53),
[anon_sym_throw] = ACTIONS(55),
[anon_sym_try] = ACTIONS(57),
[anon_sym_if] = ACTIONS(59),
[anon_sym_for] = ACTIONS(61),
[anon_sym_AT] = ACTIONS(63),
[anon_sym_open] = ACTIONS(65),
[anon_sym_module] = ACTIONS(67),
[anon_sym_static] = ACTIONS(35),
[anon_sym_with] = ACTIONS(69),
[anon_sym_package] = ACTIONS(71),
[anon_sym_import] = ACTIONS(73),
[anon_sym_enum] = ACTIONS(75),
[anon_sym_public] = ACTIONS(77),
[anon_sym_protected] = ACTIONS(77),
[anon_sym_private] = ACTIONS(77),
[anon_sym_abstract] = ACTIONS(35),
[anon_sym_final] = ACTIONS(35),
[anon_sym_strictfp] = ACTIONS(35),
[anon_sym_native] = ACTIONS(35),
[anon_sym_transient] = ACTIONS(35),
[anon_sym_volatile] = ACTIONS(35),
[anon_sym_sealed] = ACTIONS(240),
[anon_sym_non_DASHsealed] = ACTIONS(81),
[anon_sym_record] = ACTIONS(83),
[anon_sym_interface] = ACTIONS(85),
[anon_sym_byte] = ACTIONS(87),
[anon_sym_short] = ACTIONS(87),
[anon_sym_int] = ACTIONS(87),
[anon_sym_long] = ACTIONS(87),
[anon_sym_char] = ACTIONS(87),
[anon_sym_float] = ACTIONS(89),
[anon_sym_double] = ACTIONS(89),
[sym_boolean_type] = ACTIONS(91),
[sym_void_type] = ACTIONS(91),
[sym_this] = ACTIONS(93),
[sym_super] = ACTIONS(95),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(29)] = {
[sym__literal] = STATE(593),
[sym_string_literal] = STATE(594),
[sym__string_literal] = STATE(550),
[sym__multiline_string_literal] = STATE(550),
[sym_expression] = STATE(856),
[sym_cast_expression] = STATE(709),
[sym_assignment_expression] = STATE(709),
[sym_binary_expression] = STATE(709),
[sym_instanceof_expression] = STATE(709),
[sym_lambda_expression] = STATE(709),
[sym_inferred_parameters] = STATE(1589),
[sym_ternary_expression] = STATE(709),
[sym_unary_expression] = STATE(709),
[sym__unary_complement_expression] = STATE(716),
[sym_update_expression] = STATE(709),
[sym_primary_expression] = STATE(562),
[sym_array_creation_expression] = STATE(593),
[sym_parenthesized_expression] = STATE(449),
[sym_class_literal] = STATE(593),
[sym_object_creation_expression] = STATE(593),
[sym__unqualified_object_creation_expression] = STATE(600),
[sym_field_access] = STATE(449),
[sym_template_expression] = STATE(593),
[sym_array_access] = STATE(449),
[sym_method_invocation] = STATE(593),
[sym_method_reference] = STATE(593),
[sym_switch_expression] = STATE(124),
[sym_statement] = STATE(348),
[sym_block] = STATE(381),
[sym_expression_statement] = STATE(381),
[sym_labeled_statement] = STATE(381),
[sym_assert_statement] = STATE(381),
[sym_do_statement] = STATE(381),
[sym_break_statement] = STATE(381),
[sym_continue_statement] = STATE(381),
[sym_return_statement] = STATE(381),
[sym_yield_statement] = STATE(381),
[sym_synchronized_statement] = STATE(381),
[sym_throw_statement] = STATE(381),
[sym_try_statement] = STATE(381),
[sym_try_with_resources_statement] = STATE(381),
[sym_if_statement] = STATE(381),
[sym_while_statement] = STATE(381),
[sym_for_statement] = STATE(381),
[sym_enhanced_for_statement] = STATE(381),
[sym__annotation] = STATE(619),
[sym_marker_annotation] = STATE(619),
[sym_annotation] = STATE(619),
[sym_declaration] = STATE(381),
[sym_module_declaration] = STATE(279),
[sym_package_declaration] = STATE(279),
[sym_import_declaration] = STATE(279),
[sym_enum_declaration] = STATE(279),
[sym_class_declaration] = STATE(279),
[sym_visibility] = STATE(516),
[sym__modifier] = STATE(516),
[sym_modifiers] = STATE(899),
[sym_record_declaration] = STATE(279),
[sym_annotation_type_declaration] = STATE(279),
[sym_interface_declaration] = STATE(279),
[sym__type] = STATE(1515),
[sym__unannotated_type] = STATE(851),
[sym_annotated_type] = STATE(944),
[sym_scoped_type_identifier] = STATE(947),
[sym_generic_type] = STATE(962),
[sym_array_type] = STATE(844),
[sym_integral_type] = STATE(844),
[sym_floating_point_type] = STATE(844),
[sym_formal_parameters] = STATE(1589),
[sym_local_variable_declaration] = STATE(381),
[sym__reserved_identifier] = STATE(466),
[aux_sym_array_creation_expression_repeat1] = STATE(810),
[aux_sym_modifiers_repeat1] = STATE(516),
[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(21),
[anon_sym_DASH] = ACTIONS(21),
[anon_sym_TILDE] = ACTIONS(23),
[anon_sym_BANG] = 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(35),
[anon_sym_SEMI] = ACTIONS(37),
[anon_sym_assert] = ACTIONS(39),
[anon_sym_do] = ACTIONS(41),
[anon_sym_while] = ACTIONS(43),
[anon_sym_break] = ACTIONS(45),
[anon_sym_continue] = ACTIONS(47),
[anon_sym_return] = ACTIONS(49),
[anon_sym_yield] = ACTIONS(51),
[anon_sym_synchronized] = ACTIONS(53),
[anon_sym_throw] = ACTIONS(55),
[anon_sym_try] = ACTIONS(57),
[anon_sym_if] = ACTIONS(59),
[anon_sym_for] = ACTIONS(61),
[anon_sym_AT] = ACTIONS(63),
[anon_sym_open] = ACTIONS(65),
[anon_sym_module] = ACTIONS(67),
[anon_sym_static] = ACTIONS(35),
[anon_sym_with] = ACTIONS(69),
[anon_sym_package] = ACTIONS(71),
[anon_sym_import] = ACTIONS(73),
[anon_sym_enum] = ACTIONS(75),
[anon_sym_public] = ACTIONS(77),
[anon_sym_protected] = ACTIONS(77),
[anon_sym_private] = ACTIONS(77),
[anon_sym_abstract] = ACTIONS(35),
[anon_sym_final] = ACTIONS(35),
[anon_sym_strictfp] = ACTIONS(35),
[anon_sym_native] = ACTIONS(35),
[anon_sym_transient] = ACTIONS(35),
[anon_sym_volatile] = ACTIONS(35),
[anon_sym_sealed] = ACTIONS(240),
[anon_sym_non_DASHsealed] = ACTIONS(81),
[anon_sym_record] = ACTIONS(83),
[anon_sym_interface] = ACTIONS(85),
[anon_sym_byte] = ACTIONS(87),
[anon_sym_short] = ACTIONS(87),
[anon_sym_int] = ACTIONS(87),
[anon_sym_long] = ACTIONS(87),
[anon_sym_char] = ACTIONS(87),
[anon_sym_float] = ACTIONS(89),
[anon_sym_double] = ACTIONS(89),
[sym_boolean_type] = ACTIONS(91),
[sym_void_type] = ACTIONS(91),
[sym_this] = ACTIONS(93),
[sym_super] = ACTIONS(95),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(30)] = {
[sym__literal] = STATE(593),
[sym_string_literal] = STATE(594),
[sym__string_literal] = STATE(550),
[sym__multiline_string_literal] = STATE(550),
[sym_expression] = STATE(856),
[sym_cast_expression] = STATE(709),
[sym_assignment_expression] = STATE(709),
[sym_binary_expression] = STATE(709),
[sym_instanceof_expression] = STATE(709),
[sym_lambda_expression] = STATE(709),
[sym_inferred_parameters] = STATE(1589),
[sym_ternary_expression] = STATE(709),
[sym_unary_expression] = STATE(709),
[sym__unary_complement_expression] = STATE(716),
[sym_update_expression] = STATE(709),
[sym_primary_expression] = STATE(562),
[sym_array_creation_expression] = STATE(593),
[sym_parenthesized_expression] = STATE(449),
[sym_class_literal] = STATE(593),
[sym_object_creation_expression] = STATE(593),
[sym__unqualified_object_creation_expression] = STATE(600),
[sym_field_access] = STATE(449),
[sym_template_expression] = STATE(593),
[sym_array_access] = STATE(449),
[sym_method_invocation] = STATE(593),
[sym_method_reference] = STATE(593),
[sym_switch_expression] = STATE(124),
[sym_statement] = STATE(352),
[sym_block] = STATE(381),
[sym_expression_statement] = STATE(381),
[sym_labeled_statement] = STATE(381),
[sym_assert_statement] = STATE(381),
[sym_do_statement] = STATE(381),
[sym_break_statement] = STATE(381),
[sym_continue_statement] = STATE(381),
[sym_return_statement] = STATE(381),
[sym_yield_statement] = STATE(381),
[sym_synchronized_statement] = STATE(381),
[sym_throw_statement] = STATE(381),
[sym_try_statement] = STATE(381),
[sym_try_with_resources_statement] = STATE(381),
[sym_if_statement] = STATE(381),
[sym_while_statement] = STATE(381),
[sym_for_statement] = STATE(381),
[sym_enhanced_for_statement] = STATE(381),
[sym__annotation] = STATE(619),
[sym_marker_annotation] = STATE(619),
[sym_annotation] = STATE(619),
[sym_declaration] = STATE(381),
[sym_module_declaration] = STATE(279),
[sym_package_declaration] = STATE(279),
[sym_import_declaration] = STATE(279),
[sym_enum_declaration] = STATE(279),
[sym_class_declaration] = STATE(279),
[sym_visibility] = STATE(516),
[sym__modifier] = STATE(516),
[sym_modifiers] = STATE(899),
[sym_record_declaration] = STATE(279),
[sym_annotation_type_declaration] = STATE(279),
[sym_interface_declaration] = STATE(279),
[sym__type] = STATE(1515),
[sym__unannotated_type] = STATE(851),
[sym_annotated_type] = STATE(944),
[sym_scoped_type_identifier] = STATE(947),
[sym_generic_type] = STATE(962),
[sym_array_type] = STATE(844),
[sym_integral_type] = STATE(844),
[sym_floating_point_type] = STATE(844),
[sym_formal_parameters] = STATE(1589),
[sym_local_variable_declaration] = STATE(381),
[sym__reserved_identifier] = STATE(466),
[aux_sym_array_creation_expression_repeat1] = STATE(810),
[aux_sym_modifiers_repeat1] = STATE(516),
[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(21),
[anon_sym_DASH] = ACTIONS(21),
[anon_sym_TILDE] = ACTIONS(23),
[anon_sym_BANG] = 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(35),
[anon_sym_SEMI] = ACTIONS(37),
[anon_sym_assert] = ACTIONS(39),
[anon_sym_do] = ACTIONS(41),
[anon_sym_while] = ACTIONS(43),
[anon_sym_break] = ACTIONS(45),
[anon_sym_continue] = ACTIONS(47),
[anon_sym_return] = ACTIONS(49),
[anon_sym_yield] = ACTIONS(51),
[anon_sym_synchronized] = ACTIONS(53),
[anon_sym_throw] = ACTIONS(55),
[anon_sym_try] = ACTIONS(57),
[anon_sym_if] = ACTIONS(59),
[anon_sym_for] = ACTIONS(61),
[anon_sym_AT] = ACTIONS(63),
[anon_sym_open] = ACTIONS(65),
[anon_sym_module] = ACTIONS(67),
[anon_sym_static] = ACTIONS(35),
[anon_sym_with] = ACTIONS(69),
[anon_sym_package] = ACTIONS(71),
[anon_sym_import] = ACTIONS(73),
[anon_sym_enum] = ACTIONS(75),
[anon_sym_public] = ACTIONS(77),
[anon_sym_protected] = ACTIONS(77),
[anon_sym_private] = ACTIONS(77),
[anon_sym_abstract] = ACTIONS(35),
[anon_sym_final] = ACTIONS(35),
[anon_sym_strictfp] = ACTIONS(35),
[anon_sym_native] = ACTIONS(35),
[anon_sym_transient] = ACTIONS(35),
[anon_sym_volatile] = ACTIONS(35),
[anon_sym_sealed] = ACTIONS(240),
[anon_sym_non_DASHsealed] = ACTIONS(81),
[anon_sym_record] = ACTIONS(83),
[anon_sym_interface] = ACTIONS(85),
[anon_sym_byte] = ACTIONS(87),
[anon_sym_short] = ACTIONS(87),
[anon_sym_int] = ACTIONS(87),
[anon_sym_long] = ACTIONS(87),
[anon_sym_char] = ACTIONS(87),
[anon_sym_float] = ACTIONS(89),
[anon_sym_double] = ACTIONS(89),
[sym_boolean_type] = ACTIONS(91),
[sym_void_type] = ACTIONS(91),
[sym_this] = ACTIONS(93),
[sym_super] = ACTIONS(95),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(31)] = {
[sym__literal] = STATE(593),
[sym_string_literal] = STATE(594),
[sym__string_literal] = STATE(550),
[sym__multiline_string_literal] = STATE(550),
[sym_expression] = STATE(856),
[sym_cast_expression] = STATE(709),
[sym_assignment_expression] = STATE(709),
[sym_binary_expression] = STATE(709),
[sym_instanceof_expression] = STATE(709),
[sym_lambda_expression] = STATE(709),
[sym_inferred_parameters] = STATE(1589),
[sym_ternary_expression] = STATE(709),
[sym_unary_expression] = STATE(709),
[sym__unary_complement_expression] = STATE(716),
[sym_update_expression] = STATE(709),
[sym_primary_expression] = STATE(562),
[sym_array_creation_expression] = STATE(593),
[sym_parenthesized_expression] = STATE(449),
[sym_class_literal] = STATE(593),
[sym_object_creation_expression] = STATE(593),
[sym__unqualified_object_creation_expression] = STATE(600),
[sym_field_access] = STATE(449),
[sym_template_expression] = STATE(593),
[sym_array_access] = STATE(449),
[sym_method_invocation] = STATE(593),
[sym_method_reference] = STATE(593),
[sym_switch_expression] = STATE(124),
[sym_statement] = STATE(353),
[sym_block] = STATE(381),
[sym_expression_statement] = STATE(381),
[sym_labeled_statement] = STATE(381),
[sym_assert_statement] = STATE(381),
[sym_do_statement] = STATE(381),
[sym_break_statement] = STATE(381),
[sym_continue_statement] = STATE(381),
[sym_return_statement] = STATE(381),
[sym_yield_statement] = STATE(381),
[sym_synchronized_statement] = STATE(381),
[sym_throw_statement] = STATE(381),
[sym_try_statement] = STATE(381),
[sym_try_with_resources_statement] = STATE(381),
[sym_if_statement] = STATE(381),
[sym_while_statement] = STATE(381),
[sym_for_statement] = STATE(381),
[sym_enhanced_for_statement] = STATE(381),
[sym__annotation] = STATE(619),
[sym_marker_annotation] = STATE(619),
[sym_annotation] = STATE(619),
[sym_declaration] = STATE(381),
[sym_module_declaration] = STATE(279),
[sym_package_declaration] = STATE(279),
[sym_import_declaration] = STATE(279),
[sym_enum_declaration] = STATE(279),
[sym_class_declaration] = STATE(279),
[sym_visibility] = STATE(516),
[sym__modifier] = STATE(516),
[sym_modifiers] = STATE(899),
[sym_record_declaration] = STATE(279),
[sym_annotation_type_declaration] = STATE(279),
[sym_interface_declaration] = STATE(279),
[sym__type] = STATE(1515),
[sym__unannotated_type] = STATE(851),
[sym_annotated_type] = STATE(944),
[sym_scoped_type_identifier] = STATE(947),
[sym_generic_type] = STATE(962),
[sym_array_type] = STATE(844),
[sym_integral_type] = STATE(844),
[sym_floating_point_type] = STATE(844),
[sym_formal_parameters] = STATE(1589),
[sym_local_variable_declaration] = STATE(381),
[sym__reserved_identifier] = STATE(466),
[aux_sym_array_creation_expression_repeat1] = STATE(810),
[aux_sym_modifiers_repeat1] = STATE(516),
[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(21),
[anon_sym_DASH] = ACTIONS(21),
[anon_sym_TILDE] = ACTIONS(23),
[anon_sym_BANG] = 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(35),
[anon_sym_SEMI] = ACTIONS(37),
[anon_sym_assert] = ACTIONS(39),
[anon_sym_do] = ACTIONS(41),
[anon_sym_while] = ACTIONS(43),
[anon_sym_break] = ACTIONS(45),
[anon_sym_continue] = ACTIONS(47),
[anon_sym_return] = ACTIONS(49),
[anon_sym_yield] = ACTIONS(51),
[anon_sym_synchronized] = ACTIONS(53),
[anon_sym_throw] = ACTIONS(55),
[anon_sym_try] = ACTIONS(57),
[anon_sym_if] = ACTIONS(59),
[anon_sym_for] = ACTIONS(61),
[anon_sym_AT] = ACTIONS(63),
[anon_sym_open] = ACTIONS(65),
[anon_sym_module] = ACTIONS(67),
[anon_sym_static] = ACTIONS(35),
[anon_sym_with] = ACTIONS(69),
[anon_sym_package] = ACTIONS(71),
[anon_sym_import] = ACTIONS(73),
[anon_sym_enum] = ACTIONS(75),
[anon_sym_public] = ACTIONS(77),
[anon_sym_protected] = ACTIONS(77),
[anon_sym_private] = ACTIONS(77),
[anon_sym_abstract] = ACTIONS(35),
[anon_sym_final] = ACTIONS(35),
[anon_sym_strictfp] = ACTIONS(35),
[anon_sym_native] = ACTIONS(35),
[anon_sym_transient] = ACTIONS(35),
[anon_sym_volatile] = ACTIONS(35),
[anon_sym_sealed] = ACTIONS(240),
[anon_sym_non_DASHsealed] = ACTIONS(81),
[anon_sym_record] = ACTIONS(83),
[anon_sym_interface] = ACTIONS(85),
[anon_sym_byte] = ACTIONS(87),
[anon_sym_short] = ACTIONS(87),
[anon_sym_int] = ACTIONS(87),
[anon_sym_long] = ACTIONS(87),
[anon_sym_char] = ACTIONS(87),
[anon_sym_float] = ACTIONS(89),
[anon_sym_double] = ACTIONS(89),
[sym_boolean_type] = ACTIONS(91),
[sym_void_type] = ACTIONS(91),
[sym_this] = ACTIONS(93),
[sym_super] = ACTIONS(95),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(32)] = {
[sym__literal] = STATE(593),
[sym_string_literal] = STATE(594),
[sym__string_literal] = STATE(550),
[sym__multiline_string_literal] = STATE(550),
[sym_expression] = STATE(856),
[sym_cast_expression] = STATE(709),
[sym_assignment_expression] = STATE(709),
[sym_binary_expression] = STATE(709),
[sym_instanceof_expression] = STATE(709),
[sym_lambda_expression] = STATE(709),
[sym_inferred_parameters] = STATE(1589),
[sym_ternary_expression] = STATE(709),
[sym_unary_expression] = STATE(709),
[sym__unary_complement_expression] = STATE(716),
[sym_update_expression] = STATE(709),
[sym_primary_expression] = STATE(562),
[sym_array_creation_expression] = STATE(593),
[sym_parenthesized_expression] = STATE(449),
[sym_class_literal] = STATE(593),
[sym_object_creation_expression] = STATE(593),
[sym__unqualified_object_creation_expression] = STATE(600),
[sym_field_access] = STATE(449),
[sym_template_expression] = STATE(593),
[sym_array_access] = STATE(449),
[sym_method_invocation] = STATE(593),
[sym_method_reference] = STATE(593),
[sym_switch_expression] = STATE(124),
[sym_statement] = STATE(354),
[sym_block] = STATE(381),
[sym_expression_statement] = STATE(381),
[sym_labeled_statement] = STATE(381),
[sym_assert_statement] = STATE(381),
[sym_do_statement] = STATE(381),
[sym_break_statement] = STATE(381),
[sym_continue_statement] = STATE(381),
[sym_return_statement] = STATE(381),
[sym_yield_statement] = STATE(381),
[sym_synchronized_statement] = STATE(381),
[sym_throw_statement] = STATE(381),
[sym_try_statement] = STATE(381),
[sym_try_with_resources_statement] = STATE(381),
[sym_if_statement] = STATE(381),
[sym_while_statement] = STATE(381),
[sym_for_statement] = STATE(381),
[sym_enhanced_for_statement] = STATE(381),
[sym__annotation] = STATE(619),
[sym_marker_annotation] = STATE(619),
[sym_annotation] = STATE(619),
[sym_declaration] = STATE(381),
[sym_module_declaration] = STATE(279),
[sym_package_declaration] = STATE(279),
[sym_import_declaration] = STATE(279),
[sym_enum_declaration] = STATE(279),
[sym_class_declaration] = STATE(279),
[sym_visibility] = STATE(516),
[sym__modifier] = STATE(516),
[sym_modifiers] = STATE(899),
[sym_record_declaration] = STATE(279),
[sym_annotation_type_declaration] = STATE(279),
[sym_interface_declaration] = STATE(279),
[sym__type] = STATE(1515),
[sym__unannotated_type] = STATE(851),
[sym_annotated_type] = STATE(944),
[sym_scoped_type_identifier] = STATE(947),
[sym_generic_type] = STATE(962),
[sym_array_type] = STATE(844),
[sym_integral_type] = STATE(844),
[sym_floating_point_type] = STATE(844),
[sym_formal_parameters] = STATE(1589),
[sym_local_variable_declaration] = STATE(381),
[sym__reserved_identifier] = STATE(466),
[aux_sym_array_creation_expression_repeat1] = STATE(810),
[aux_sym_modifiers_repeat1] = STATE(516),
[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(21),
[anon_sym_DASH] = ACTIONS(21),
[anon_sym_TILDE] = ACTIONS(23),
[anon_sym_BANG] = 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(35),
[anon_sym_SEMI] = ACTIONS(37),
[anon_sym_assert] = ACTIONS(39),
[anon_sym_do] = ACTIONS(41),
[anon_sym_while] = ACTIONS(43),
[anon_sym_break] = ACTIONS(45),
[anon_sym_continue] = ACTIONS(47),
[anon_sym_return] = ACTIONS(49),
[anon_sym_yield] = ACTIONS(51),
[anon_sym_synchronized] = ACTIONS(53),
[anon_sym_throw] = ACTIONS(55),
[anon_sym_try] = ACTIONS(57),
[anon_sym_if] = ACTIONS(59),
[anon_sym_for] = ACTIONS(61),
[anon_sym_AT] = ACTIONS(63),
[anon_sym_open] = ACTIONS(65),
[anon_sym_module] = ACTIONS(67),
[anon_sym_static] = ACTIONS(35),
[anon_sym_with] = ACTIONS(69),
[anon_sym_package] = ACTIONS(71),
[anon_sym_import] = ACTIONS(73),
[anon_sym_enum] = ACTIONS(75),
[anon_sym_public] = ACTIONS(77),
[anon_sym_protected] = ACTIONS(77),
[anon_sym_private] = ACTIONS(77),
[anon_sym_abstract] = ACTIONS(35),
[anon_sym_final] = ACTIONS(35),
[anon_sym_strictfp] = ACTIONS(35),
[anon_sym_native] = ACTIONS(35),
[anon_sym_transient] = ACTIONS(35),
[anon_sym_volatile] = ACTIONS(35),
[anon_sym_sealed] = ACTIONS(240),
[anon_sym_non_DASHsealed] = ACTIONS(81),
[anon_sym_record] = ACTIONS(83),
[anon_sym_interface] = ACTIONS(85),
[anon_sym_byte] = ACTIONS(87),
[anon_sym_short] = ACTIONS(87),
[anon_sym_int] = ACTIONS(87),
[anon_sym_long] = ACTIONS(87),
[anon_sym_char] = ACTIONS(87),
[anon_sym_float] = ACTIONS(89),
[anon_sym_double] = ACTIONS(89),
[sym_boolean_type] = ACTIONS(91),
[sym_void_type] = ACTIONS(91),
[sym_this] = ACTIONS(93),
[sym_super] = ACTIONS(95),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(33)] = {
[sym__literal] = STATE(593),
[sym_string_literal] = STATE(594),
[sym__string_literal] = STATE(550),
[sym__multiline_string_literal] = STATE(550),
[sym_expression] = STATE(856),
[sym_cast_expression] = STATE(709),
[sym_assignment_expression] = STATE(709),
[sym_binary_expression] = STATE(709),
[sym_instanceof_expression] = STATE(709),
[sym_lambda_expression] = STATE(709),
[sym_inferred_parameters] = STATE(1589),
[sym_ternary_expression] = STATE(709),
[sym_unary_expression] = STATE(709),
[sym__unary_complement_expression] = STATE(716),
[sym_update_expression] = STATE(709),
[sym_primary_expression] = STATE(562),
[sym_array_creation_expression] = STATE(593),
[sym_parenthesized_expression] = STATE(449),
[sym_class_literal] = STATE(593),
[sym_object_creation_expression] = STATE(593),
[sym__unqualified_object_creation_expression] = STATE(600),
[sym_field_access] = STATE(449),
[sym_template_expression] = STATE(593),
[sym_array_access] = STATE(449),
[sym_method_invocation] = STATE(593),
[sym_method_reference] = STATE(593),
[sym_switch_expression] = STATE(124),
[sym_statement] = STATE(357),
[sym_block] = STATE(381),
[sym_expression_statement] = STATE(381),
[sym_labeled_statement] = STATE(381),
[sym_assert_statement] = STATE(381),
[sym_do_statement] = STATE(381),
[sym_break_statement] = STATE(381),
[sym_continue_statement] = STATE(381),
[sym_return_statement] = STATE(381),
[sym_yield_statement] = STATE(381),
[sym_synchronized_statement] = STATE(381),
[sym_throw_statement] = STATE(381),
[sym_try_statement] = STATE(381),
[sym_try_with_resources_statement] = STATE(381),
[sym_if_statement] = STATE(381),
[sym_while_statement] = STATE(381),
[sym_for_statement] = STATE(381),
[sym_enhanced_for_statement] = STATE(381),
[sym__annotation] = STATE(619),
[sym_marker_annotation] = STATE(619),
[sym_annotation] = STATE(619),
[sym_declaration] = STATE(381),
[sym_module_declaration] = STATE(279),
[sym_package_declaration] = STATE(279),
[sym_import_declaration] = STATE(279),
[sym_enum_declaration] = STATE(279),
[sym_class_declaration] = STATE(279),
[sym_visibility] = STATE(516),
[sym__modifier] = STATE(516),
[sym_modifiers] = STATE(899),
[sym_record_declaration] = STATE(279),
[sym_annotation_type_declaration] = STATE(279),
[sym_interface_declaration] = STATE(279),
[sym__type] = STATE(1515),
[sym__unannotated_type] = STATE(851),
[sym_annotated_type] = STATE(944),
[sym_scoped_type_identifier] = STATE(947),
[sym_generic_type] = STATE(962),
[sym_array_type] = STATE(844),
[sym_integral_type] = STATE(844),
[sym_floating_point_type] = STATE(844),
[sym_formal_parameters] = STATE(1589),
[sym_local_variable_declaration] = STATE(381),
[sym__reserved_identifier] = STATE(466),
[aux_sym_array_creation_expression_repeat1] = STATE(810),
[aux_sym_modifiers_repeat1] = STATE(516),
[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(21),
[anon_sym_DASH] = ACTIONS(21),
[anon_sym_TILDE] = ACTIONS(23),
[anon_sym_BANG] = 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(35),
[anon_sym_SEMI] = ACTIONS(37),
[anon_sym_assert] = ACTIONS(39),
[anon_sym_do] = ACTIONS(41),
[anon_sym_while] = ACTIONS(43),
[anon_sym_break] = ACTIONS(45),
[anon_sym_continue] = ACTIONS(47),
[anon_sym_return] = ACTIONS(49),
[anon_sym_yield] = ACTIONS(51),
[anon_sym_synchronized] = ACTIONS(53),
[anon_sym_throw] = ACTIONS(55),
[anon_sym_try] = ACTIONS(57),
[anon_sym_if] = ACTIONS(59),
[anon_sym_for] = ACTIONS(61),
[anon_sym_AT] = ACTIONS(63),
[anon_sym_open] = ACTIONS(65),
[anon_sym_module] = ACTIONS(67),
[anon_sym_static] = ACTIONS(35),
[anon_sym_with] = ACTIONS(69),
[anon_sym_package] = ACTIONS(71),
[anon_sym_import] = ACTIONS(73),
[anon_sym_enum] = ACTIONS(75),
[anon_sym_public] = ACTIONS(77),
[anon_sym_protected] = ACTIONS(77),
[anon_sym_private] = ACTIONS(77),
[anon_sym_abstract] = ACTIONS(35),
[anon_sym_final] = ACTIONS(35),
[anon_sym_strictfp] = ACTIONS(35),
[anon_sym_native] = ACTIONS(35),
[anon_sym_transient] = ACTIONS(35),
[anon_sym_volatile] = ACTIONS(35),
[anon_sym_sealed] = ACTIONS(240),
[anon_sym_non_DASHsealed] = ACTIONS(81),
[anon_sym_record] = ACTIONS(83),
[anon_sym_interface] = ACTIONS(85),
[anon_sym_byte] = ACTIONS(87),
[anon_sym_short] = ACTIONS(87),
[anon_sym_int] = ACTIONS(87),
[anon_sym_long] = ACTIONS(87),
[anon_sym_char] = ACTIONS(87),
[anon_sym_float] = ACTIONS(89),
[anon_sym_double] = ACTIONS(89),
[sym_boolean_type] = ACTIONS(91),
[sym_void_type] = ACTIONS(91),
[sym_this] = ACTIONS(93),
[sym_super] = ACTIONS(95),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(34)] = {
[sym__literal] = STATE(593),
[sym_string_literal] = STATE(594),
[sym__string_literal] = STATE(550),
[sym__multiline_string_literal] = STATE(550),
[sym_expression] = STATE(856),
[sym_cast_expression] = STATE(709),
[sym_assignment_expression] = STATE(709),
[sym_binary_expression] = STATE(709),
[sym_instanceof_expression] = STATE(709),
[sym_lambda_expression] = STATE(709),
[sym_inferred_parameters] = STATE(1589),
[sym_ternary_expression] = STATE(709),
[sym_unary_expression] = STATE(709),
[sym__unary_complement_expression] = STATE(716),
[sym_update_expression] = STATE(709),
[sym_primary_expression] = STATE(562),
[sym_array_creation_expression] = STATE(593),
[sym_parenthesized_expression] = STATE(449),
[sym_class_literal] = STATE(593),
[sym_object_creation_expression] = STATE(593),
[sym__unqualified_object_creation_expression] = STATE(600),
[sym_field_access] = STATE(449),
[sym_template_expression] = STATE(593),
[sym_array_access] = STATE(449),
[sym_method_invocation] = STATE(593),
[sym_method_reference] = STATE(593),
[sym_switch_expression] = STATE(124),
[sym_statement] = STATE(358),
[sym_block] = STATE(381),
[sym_expression_statement] = STATE(381),
[sym_labeled_statement] = STATE(381),
[sym_assert_statement] = STATE(381),
[sym_do_statement] = STATE(381),
[sym_break_statement] = STATE(381),
[sym_continue_statement] = STATE(381),
[sym_return_statement] = STATE(381),
[sym_yield_statement] = STATE(381),
[sym_synchronized_statement] = STATE(381),
[sym_throw_statement] = STATE(381),
[sym_try_statement] = STATE(381),
[sym_try_with_resources_statement] = STATE(381),
[sym_if_statement] = STATE(381),
[sym_while_statement] = STATE(381),
[sym_for_statement] = STATE(381),
[sym_enhanced_for_statement] = STATE(381),
[sym__annotation] = STATE(619),
[sym_marker_annotation] = STATE(619),
[sym_annotation] = STATE(619),
[sym_declaration] = STATE(381),
[sym_module_declaration] = STATE(279),
[sym_package_declaration] = STATE(279),
[sym_import_declaration] = STATE(279),
[sym_enum_declaration] = STATE(279),
[sym_class_declaration] = STATE(279),
[sym_visibility] = STATE(516),
[sym__modifier] = STATE(516),
[sym_modifiers] = STATE(899),
[sym_record_declaration] = STATE(279),
[sym_annotation_type_declaration] = STATE(279),
[sym_interface_declaration] = STATE(279),
[sym__type] = STATE(1515),
[sym__unannotated_type] = STATE(851),
[sym_annotated_type] = STATE(944),
[sym_scoped_type_identifier] = STATE(947),
[sym_generic_type] = STATE(962),
[sym_array_type] = STATE(844),
[sym_integral_type] = STATE(844),
[sym_floating_point_type] = STATE(844),
[sym_formal_parameters] = STATE(1589),
[sym_local_variable_declaration] = STATE(381),
[sym__reserved_identifier] = STATE(466),
[aux_sym_array_creation_expression_repeat1] = STATE(810),
[aux_sym_modifiers_repeat1] = STATE(516),
[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(21),
[anon_sym_DASH] = ACTIONS(21),
[anon_sym_TILDE] = ACTIONS(23),
[anon_sym_BANG] = 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(35),
[anon_sym_SEMI] = ACTIONS(37),
[anon_sym_assert] = ACTIONS(39),
[anon_sym_do] = ACTIONS(41),
[anon_sym_while] = ACTIONS(43),
[anon_sym_break] = ACTIONS(45),
[anon_sym_continue] = ACTIONS(47),
[anon_sym_return] = ACTIONS(49),
[anon_sym_yield] = ACTIONS(51),
[anon_sym_synchronized] = ACTIONS(53),
[anon_sym_throw] = ACTIONS(55),
[anon_sym_try] = ACTIONS(57),
[anon_sym_if] = ACTIONS(59),
[anon_sym_for] = ACTIONS(61),
[anon_sym_AT] = ACTIONS(63),
[anon_sym_open] = ACTIONS(65),
[anon_sym_module] = ACTIONS(67),
[anon_sym_static] = ACTIONS(35),
[anon_sym_with] = ACTIONS(69),
[anon_sym_package] = ACTIONS(71),
[anon_sym_import] = ACTIONS(73),
[anon_sym_enum] = ACTIONS(75),
[anon_sym_public] = ACTIONS(77),
[anon_sym_protected] = ACTIONS(77),
[anon_sym_private] = ACTIONS(77),
[anon_sym_abstract] = ACTIONS(35),
[anon_sym_final] = ACTIONS(35),
[anon_sym_strictfp] = ACTIONS(35),
[anon_sym_native] = ACTIONS(35),
[anon_sym_transient] = ACTIONS(35),
[anon_sym_volatile] = ACTIONS(35),
[anon_sym_sealed] = ACTIONS(240),
[anon_sym_non_DASHsealed] = ACTIONS(81),
[anon_sym_record] = ACTIONS(83),
[anon_sym_interface] = ACTIONS(85),
[anon_sym_byte] = ACTIONS(87),
[anon_sym_short] = ACTIONS(87),
[anon_sym_int] = ACTIONS(87),
[anon_sym_long] = ACTIONS(87),
[anon_sym_char] = ACTIONS(87),
[anon_sym_float] = ACTIONS(89),
[anon_sym_double] = ACTIONS(89),
[sym_boolean_type] = ACTIONS(91),
[sym_void_type] = ACTIONS(91),
[sym_this] = ACTIONS(93),
[sym_super] = ACTIONS(95),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(35)] = {
[sym__literal] = STATE(593),
[sym_string_literal] = STATE(594),
[sym__string_literal] = STATE(550),
[sym__multiline_string_literal] = STATE(550),
[sym_expression] = STATE(856),
[sym_cast_expression] = STATE(709),
[sym_assignment_expression] = STATE(709),
[sym_binary_expression] = STATE(709),
[sym_instanceof_expression] = STATE(709),
[sym_lambda_expression] = STATE(709),
[sym_inferred_parameters] = STATE(1589),
[sym_ternary_expression] = STATE(709),
[sym_unary_expression] = STATE(709),
[sym__unary_complement_expression] = STATE(716),
[sym_update_expression] = STATE(709),
[sym_primary_expression] = STATE(562),
[sym_array_creation_expression] = STATE(593),
[sym_parenthesized_expression] = STATE(449),
[sym_class_literal] = STATE(593),
[sym_object_creation_expression] = STATE(593),
[sym__unqualified_object_creation_expression] = STATE(600),
[sym_field_access] = STATE(449),
[sym_template_expression] = STATE(593),
[sym_array_access] = STATE(449),
[sym_method_invocation] = STATE(593),
[sym_method_reference] = STATE(593),
[sym_switch_expression] = STATE(124),
[sym_statement] = STATE(359),
[sym_block] = STATE(381),
[sym_expression_statement] = STATE(381),
[sym_labeled_statement] = STATE(381),
[sym_assert_statement] = STATE(381),
[sym_do_statement] = STATE(381),
[sym_break_statement] = STATE(381),
[sym_continue_statement] = STATE(381),
[sym_return_statement] = STATE(381),
[sym_yield_statement] = STATE(381),
[sym_synchronized_statement] = STATE(381),
[sym_throw_statement] = STATE(381),
[sym_try_statement] = STATE(381),
[sym_try_with_resources_statement] = STATE(381),
[sym_if_statement] = STATE(381),
[sym_while_statement] = STATE(381),
[sym_for_statement] = STATE(381),
[sym_enhanced_for_statement] = STATE(381),
[sym__annotation] = STATE(619),
[sym_marker_annotation] = STATE(619),
[sym_annotation] = STATE(619),
[sym_declaration] = STATE(381),
[sym_module_declaration] = STATE(279),
[sym_package_declaration] = STATE(279),
[sym_import_declaration] = STATE(279),
[sym_enum_declaration] = STATE(279),
[sym_class_declaration] = STATE(279),
[sym_visibility] = STATE(516),
[sym__modifier] = STATE(516),
[sym_modifiers] = STATE(899),
[sym_record_declaration] = STATE(279),
[sym_annotation_type_declaration] = STATE(279),
[sym_interface_declaration] = STATE(279),
[sym__type] = STATE(1515),
[sym__unannotated_type] = STATE(851),
[sym_annotated_type] = STATE(944),
[sym_scoped_type_identifier] = STATE(947),
[sym_generic_type] = STATE(962),
[sym_array_type] = STATE(844),
[sym_integral_type] = STATE(844),
[sym_floating_point_type] = STATE(844),
[sym_formal_parameters] = STATE(1589),
[sym_local_variable_declaration] = STATE(381),
[sym__reserved_identifier] = STATE(466),
[aux_sym_array_creation_expression_repeat1] = STATE(810),
[aux_sym_modifiers_repeat1] = STATE(516),
[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(21),
[anon_sym_DASH] = ACTIONS(21),
[anon_sym_TILDE] = ACTIONS(23),
[anon_sym_BANG] = 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(35),
[anon_sym_SEMI] = ACTIONS(37),
[anon_sym_assert] = ACTIONS(39),
[anon_sym_do] = ACTIONS(41),
[anon_sym_while] = ACTIONS(43),
[anon_sym_break] = ACTIONS(45),
[anon_sym_continue] = ACTIONS(47),
[anon_sym_return] = ACTIONS(49),
[anon_sym_yield] = ACTIONS(51),
[anon_sym_synchronized] = ACTIONS(53),
[anon_sym_throw] = ACTIONS(55),
[anon_sym_try] = ACTIONS(57),
[anon_sym_if] = ACTIONS(59),
[anon_sym_for] = ACTIONS(61),
[anon_sym_AT] = ACTIONS(63),
[anon_sym_open] = ACTIONS(65),
[anon_sym_module] = ACTIONS(67),
[anon_sym_static] = ACTIONS(35),
[anon_sym_with] = ACTIONS(69),
[anon_sym_package] = ACTIONS(71),
[anon_sym_import] = ACTIONS(73),
[anon_sym_enum] = ACTIONS(75),
[anon_sym_public] = ACTIONS(77),
[anon_sym_protected] = ACTIONS(77),
[anon_sym_private] = ACTIONS(77),
[anon_sym_abstract] = ACTIONS(35),
[anon_sym_final] = ACTIONS(35),
[anon_sym_strictfp] = ACTIONS(35),
[anon_sym_native] = ACTIONS(35),
[anon_sym_transient] = ACTIONS(35),
[anon_sym_volatile] = ACTIONS(35),
[anon_sym_sealed] = ACTIONS(240),
[anon_sym_non_DASHsealed] = ACTIONS(81),
[anon_sym_record] = ACTIONS(83),
[anon_sym_interface] = ACTIONS(85),
[anon_sym_byte] = ACTIONS(87),
[anon_sym_short] = ACTIONS(87),
[anon_sym_int] = ACTIONS(87),
[anon_sym_long] = ACTIONS(87),
[anon_sym_char] = ACTIONS(87),
[anon_sym_float] = ACTIONS(89),
[anon_sym_double] = ACTIONS(89),
[sym_boolean_type] = ACTIONS(91),
[sym_void_type] = ACTIONS(91),
[sym_this] = ACTIONS(93),
[sym_super] = ACTIONS(95),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(36)] = {
[sym__literal] = STATE(593),
[sym_string_literal] = STATE(594),
[sym__string_literal] = STATE(550),
[sym__multiline_string_literal] = STATE(550),
[sym_expression] = STATE(856),
[sym_cast_expression] = STATE(709),
[sym_assignment_expression] = STATE(709),
[sym_binary_expression] = STATE(709),
[sym_instanceof_expression] = STATE(709),
[sym_lambda_expression] = STATE(709),
[sym_inferred_parameters] = STATE(1589),
[sym_ternary_expression] = STATE(709),
[sym_unary_expression] = STATE(709),
[sym__unary_complement_expression] = STATE(716),
[sym_update_expression] = STATE(709),
[sym_primary_expression] = STATE(562),
[sym_array_creation_expression] = STATE(593),
[sym_parenthesized_expression] = STATE(449),
[sym_class_literal] = STATE(593),
[sym_object_creation_expression] = STATE(593),
[sym__unqualified_object_creation_expression] = STATE(600),
[sym_field_access] = STATE(449),
[sym_template_expression] = STATE(593),
[sym_array_access] = STATE(449),
[sym_method_invocation] = STATE(593),
[sym_method_reference] = STATE(593),
[sym_switch_expression] = STATE(124),
[sym_statement] = STATE(360),
[sym_block] = STATE(381),
[sym_expression_statement] = STATE(381),
[sym_labeled_statement] = STATE(381),
[sym_assert_statement] = STATE(381),
[sym_do_statement] = STATE(381),
[sym_break_statement] = STATE(381),
[sym_continue_statement] = STATE(381),
[sym_return_statement] = STATE(381),
[sym_yield_statement] = STATE(381),
[sym_synchronized_statement] = STATE(381),
[sym_throw_statement] = STATE(381),
[sym_try_statement] = STATE(381),
[sym_try_with_resources_statement] = STATE(381),
[sym_if_statement] = STATE(381),
[sym_while_statement] = STATE(381),
[sym_for_statement] = STATE(381),
[sym_enhanced_for_statement] = STATE(381),
[sym__annotation] = STATE(619),
[sym_marker_annotation] = STATE(619),
[sym_annotation] = STATE(619),
[sym_declaration] = STATE(381),
[sym_module_declaration] = STATE(279),
[sym_package_declaration] = STATE(279),
[sym_import_declaration] = STATE(279),
[sym_enum_declaration] = STATE(279),
[sym_class_declaration] = STATE(279),
[sym_visibility] = STATE(516),
[sym__modifier] = STATE(516),
[sym_modifiers] = STATE(899),
[sym_record_declaration] = STATE(279),
[sym_annotation_type_declaration] = STATE(279),
[sym_interface_declaration] = STATE(279),
[sym__type] = STATE(1515),
[sym__unannotated_type] = STATE(851),
[sym_annotated_type] = STATE(944),
[sym_scoped_type_identifier] = STATE(947),
[sym_generic_type] = STATE(962),
[sym_array_type] = STATE(844),
[sym_integral_type] = STATE(844),
[sym_floating_point_type] = STATE(844),
[sym_formal_parameters] = STATE(1589),
[sym_local_variable_declaration] = STATE(381),
[sym__reserved_identifier] = STATE(466),
[aux_sym_array_creation_expression_repeat1] = STATE(810),
[aux_sym_modifiers_repeat1] = STATE(516),
[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(21),
[anon_sym_DASH] = ACTIONS(21),
[anon_sym_TILDE] = ACTIONS(23),
[anon_sym_BANG] = 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(35),
[anon_sym_SEMI] = ACTIONS(37),
[anon_sym_assert] = ACTIONS(39),
[anon_sym_do] = ACTIONS(41),
[anon_sym_while] = ACTIONS(43),
[anon_sym_break] = ACTIONS(45),
[anon_sym_continue] = ACTIONS(47),
[anon_sym_return] = ACTIONS(49),
[anon_sym_yield] = ACTIONS(51),
[anon_sym_synchronized] = ACTIONS(53),
[anon_sym_throw] = ACTIONS(55),
[anon_sym_try] = ACTIONS(57),
[anon_sym_if] = ACTIONS(59),
[anon_sym_for] = ACTIONS(61),
[anon_sym_AT] = ACTIONS(63),
[anon_sym_open] = ACTIONS(65),
[anon_sym_module] = ACTIONS(67),
[anon_sym_static] = ACTIONS(35),
[anon_sym_with] = ACTIONS(69),
[anon_sym_package] = ACTIONS(71),
[anon_sym_import] = ACTIONS(73),
[anon_sym_enum] = ACTIONS(75),
[anon_sym_public] = ACTIONS(77),
[anon_sym_protected] = ACTIONS(77),
[anon_sym_private] = ACTIONS(77),
[anon_sym_abstract] = ACTIONS(35),
[anon_sym_final] = ACTIONS(35),
[anon_sym_strictfp] = ACTIONS(35),
[anon_sym_native] = ACTIONS(35),
[anon_sym_transient] = ACTIONS(35),
[anon_sym_volatile] = ACTIONS(35),
[anon_sym_sealed] = ACTIONS(240),
[anon_sym_non_DASHsealed] = ACTIONS(81),
[anon_sym_record] = ACTIONS(83),
[anon_sym_interface] = ACTIONS(85),
[anon_sym_byte] = ACTIONS(87),
[anon_sym_short] = ACTIONS(87),
[anon_sym_int] = ACTIONS(87),
[anon_sym_long] = ACTIONS(87),
[anon_sym_char] = ACTIONS(87),
[anon_sym_float] = ACTIONS(89),
[anon_sym_double] = ACTIONS(89),
[sym_boolean_type] = ACTIONS(91),
[sym_void_type] = ACTIONS(91),
[sym_this] = ACTIONS(93),
[sym_super] = ACTIONS(95),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(37)] = {
[sym__literal] = STATE(593),
[sym_string_literal] = STATE(594),
[sym__string_literal] = STATE(550),
[sym__multiline_string_literal] = STATE(550),
[sym_expression] = STATE(856),
[sym_cast_expression] = STATE(709),
[sym_assignment_expression] = STATE(709),
[sym_binary_expression] = STATE(709),
[sym_instanceof_expression] = STATE(709),
[sym_lambda_expression] = STATE(709),
[sym_inferred_parameters] = STATE(1589),
[sym_ternary_expression] = STATE(709),
[sym_unary_expression] = STATE(709),
[sym__unary_complement_expression] = STATE(716),
[sym_update_expression] = STATE(709),
[sym_primary_expression] = STATE(562),
[sym_array_creation_expression] = STATE(593),
[sym_parenthesized_expression] = STATE(449),
[sym_class_literal] = STATE(593),
[sym_object_creation_expression] = STATE(593),
[sym__unqualified_object_creation_expression] = STATE(600),
[sym_field_access] = STATE(449),
[sym_template_expression] = STATE(593),
[sym_array_access] = STATE(449),
[sym_method_invocation] = STATE(593),
[sym_method_reference] = STATE(593),
[sym_switch_expression] = STATE(124),
[sym_statement] = STATE(361),
[sym_block] = STATE(381),
[sym_expression_statement] = STATE(381),
[sym_labeled_statement] = STATE(381),
[sym_assert_statement] = STATE(381),
[sym_do_statement] = STATE(381),
[sym_break_statement] = STATE(381),
[sym_continue_statement] = STATE(381),
[sym_return_statement] = STATE(381),
[sym_yield_statement] = STATE(381),
[sym_synchronized_statement] = STATE(381),
[sym_throw_statement] = STATE(381),
[sym_try_statement] = STATE(381),
[sym_try_with_resources_statement] = STATE(381),
[sym_if_statement] = STATE(381),
[sym_while_statement] = STATE(381),
[sym_for_statement] = STATE(381),
[sym_enhanced_for_statement] = STATE(381),
[sym__annotation] = STATE(619),
[sym_marker_annotation] = STATE(619),
[sym_annotation] = STATE(619),
[sym_declaration] = STATE(381),
[sym_module_declaration] = STATE(279),
[sym_package_declaration] = STATE(279),
[sym_import_declaration] = STATE(279),
[sym_enum_declaration] = STATE(279),
[sym_class_declaration] = STATE(279),
[sym_visibility] = STATE(516),
[sym__modifier] = STATE(516),
[sym_modifiers] = STATE(899),
[sym_record_declaration] = STATE(279),
[sym_annotation_type_declaration] = STATE(279),
[sym_interface_declaration] = STATE(279),
[sym__type] = STATE(1515),
[sym__unannotated_type] = STATE(851),
[sym_annotated_type] = STATE(944),
[sym_scoped_type_identifier] = STATE(947),
[sym_generic_type] = STATE(962),
[sym_array_type] = STATE(844),
[sym_integral_type] = STATE(844),
[sym_floating_point_type] = STATE(844),
[sym_formal_parameters] = STATE(1589),
[sym_local_variable_declaration] = STATE(381),
[sym__reserved_identifier] = STATE(466),
[aux_sym_array_creation_expression_repeat1] = STATE(810),
[aux_sym_modifiers_repeat1] = STATE(516),
[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(21),
[anon_sym_DASH] = ACTIONS(21),
[anon_sym_TILDE] = ACTIONS(23),
[anon_sym_BANG] = 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(35),
[anon_sym_SEMI] = ACTIONS(37),
[anon_sym_assert] = ACTIONS(39),
[anon_sym_do] = ACTIONS(41),
[anon_sym_while] = ACTIONS(43),
[anon_sym_break] = ACTIONS(45),
[anon_sym_continue] = ACTIONS(47),
[anon_sym_return] = ACTIONS(49),
[anon_sym_yield] = ACTIONS(51),
[anon_sym_synchronized] = ACTIONS(53),
[anon_sym_throw] = ACTIONS(55),
[anon_sym_try] = ACTIONS(57),
[anon_sym_if] = ACTIONS(59),
[anon_sym_for] = ACTIONS(61),
[anon_sym_AT] = ACTIONS(63),
[anon_sym_open] = ACTIONS(65),
[anon_sym_module] = ACTIONS(67),
[anon_sym_static] = ACTIONS(35),
[anon_sym_with] = ACTIONS(69),
[anon_sym_package] = ACTIONS(71),
[anon_sym_import] = ACTIONS(73),
[anon_sym_enum] = ACTIONS(75),
[anon_sym_public] = ACTIONS(77),
[anon_sym_protected] = ACTIONS(77),
[anon_sym_private] = ACTIONS(77),
[anon_sym_abstract] = ACTIONS(35),
[anon_sym_final] = ACTIONS(35),
[anon_sym_strictfp] = ACTIONS(35),
[anon_sym_native] = ACTIONS(35),
[anon_sym_transient] = ACTIONS(35),
[anon_sym_volatile] = ACTIONS(35),
[anon_sym_sealed] = ACTIONS(240),
[anon_sym_non_DASHsealed] = ACTIONS(81),
[anon_sym_record] = ACTIONS(83),
[anon_sym_interface] = ACTIONS(85),
[anon_sym_byte] = ACTIONS(87),
[anon_sym_short] = ACTIONS(87),
[anon_sym_int] = ACTIONS(87),
[anon_sym_long] = ACTIONS(87),
[anon_sym_char] = ACTIONS(87),
[anon_sym_float] = ACTIONS(89),
[anon_sym_double] = ACTIONS(89),
[sym_boolean_type] = ACTIONS(91),
[sym_void_type] = ACTIONS(91),
[sym_this] = ACTIONS(93),
[sym_super] = ACTIONS(95),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(38)] = {
[sym__literal] = STATE(593),
[sym_string_literal] = STATE(594),
[sym__string_literal] = STATE(550),
[sym__multiline_string_literal] = STATE(550),
[sym_expression] = STATE(856),
[sym_cast_expression] = STATE(709),
[sym_assignment_expression] = STATE(709),
[sym_binary_expression] = STATE(709),
[sym_instanceof_expression] = STATE(709),
[sym_lambda_expression] = STATE(709),
[sym_inferred_parameters] = STATE(1589),
[sym_ternary_expression] = STATE(709),
[sym_unary_expression] = STATE(709),
[sym__unary_complement_expression] = STATE(716),
[sym_update_expression] = STATE(709),
[sym_primary_expression] = STATE(562),
[sym_array_creation_expression] = STATE(593),
[sym_parenthesized_expression] = STATE(449),
[sym_class_literal] = STATE(593),
[sym_object_creation_expression] = STATE(593),
[sym__unqualified_object_creation_expression] = STATE(600),
[sym_field_access] = STATE(449),
[sym_template_expression] = STATE(593),
[sym_array_access] = STATE(449),
[sym_method_invocation] = STATE(593),
[sym_method_reference] = STATE(593),
[sym_switch_expression] = STATE(124),
[sym_statement] = STATE(362),
[sym_block] = STATE(381),
[sym_expression_statement] = STATE(381),
[sym_labeled_statement] = STATE(381),
[sym_assert_statement] = STATE(381),
[sym_do_statement] = STATE(381),
[sym_break_statement] = STATE(381),
[sym_continue_statement] = STATE(381),
[sym_return_statement] = STATE(381),
[sym_yield_statement] = STATE(381),
[sym_synchronized_statement] = STATE(381),
[sym_throw_statement] = STATE(381),
[sym_try_statement] = STATE(381),
[sym_try_with_resources_statement] = STATE(381),
[sym_if_statement] = STATE(381),
[sym_while_statement] = STATE(381),
[sym_for_statement] = STATE(381),
[sym_enhanced_for_statement] = STATE(381),
[sym__annotation] = STATE(619),
[sym_marker_annotation] = STATE(619),
[sym_annotation] = STATE(619),
[sym_declaration] = STATE(381),
[sym_module_declaration] = STATE(279),
[sym_package_declaration] = STATE(279),
[sym_import_declaration] = STATE(279),
[sym_enum_declaration] = STATE(279),
[sym_class_declaration] = STATE(279),
[sym_visibility] = STATE(516),
[sym__modifier] = STATE(516),
[sym_modifiers] = STATE(899),
[sym_record_declaration] = STATE(279),
[sym_annotation_type_declaration] = STATE(279),
[sym_interface_declaration] = STATE(279),
[sym__type] = STATE(1515),
[sym__unannotated_type] = STATE(851),
[sym_annotated_type] = STATE(944),
[sym_scoped_type_identifier] = STATE(947),
[sym_generic_type] = STATE(962),
[sym_array_type] = STATE(844),
[sym_integral_type] = STATE(844),
[sym_floating_point_type] = STATE(844),
[sym_formal_parameters] = STATE(1589),
[sym_local_variable_declaration] = STATE(381),
[sym__reserved_identifier] = STATE(466),
[aux_sym_array_creation_expression_repeat1] = STATE(810),
[aux_sym_modifiers_repeat1] = STATE(516),
[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(21),
[anon_sym_DASH] = ACTIONS(21),
[anon_sym_TILDE] = ACTIONS(23),
[anon_sym_BANG] = 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(35),
[anon_sym_SEMI] = ACTIONS(37),
[anon_sym_assert] = ACTIONS(39),
[anon_sym_do] = ACTIONS(41),
[anon_sym_while] = ACTIONS(43),
[anon_sym_break] = ACTIONS(45),
[anon_sym_continue] = ACTIONS(47),
[anon_sym_return] = ACTIONS(49),
[anon_sym_yield] = ACTIONS(51),
[anon_sym_synchronized] = ACTIONS(53),
[anon_sym_throw] = ACTIONS(55),
[anon_sym_try] = ACTIONS(57),
[anon_sym_if] = ACTIONS(59),
[anon_sym_for] = ACTIONS(61),
[anon_sym_AT] = ACTIONS(63),
[anon_sym_open] = ACTIONS(65),
[anon_sym_module] = ACTIONS(67),
[anon_sym_static] = ACTIONS(35),
[anon_sym_with] = ACTIONS(69),
[anon_sym_package] = ACTIONS(71),
[anon_sym_import] = ACTIONS(73),
[anon_sym_enum] = ACTIONS(75),
[anon_sym_public] = ACTIONS(77),
[anon_sym_protected] = ACTIONS(77),
[anon_sym_private] = ACTIONS(77),
[anon_sym_abstract] = ACTIONS(35),
[anon_sym_final] = ACTIONS(35),
[anon_sym_strictfp] = ACTIONS(35),
[anon_sym_native] = ACTIONS(35),
[anon_sym_transient] = ACTIONS(35),
[anon_sym_volatile] = ACTIONS(35),
[anon_sym_sealed] = ACTIONS(240),
[anon_sym_non_DASHsealed] = ACTIONS(81),
[anon_sym_record] = ACTIONS(83),
[anon_sym_interface] = ACTIONS(85),
[anon_sym_byte] = ACTIONS(87),
[anon_sym_short] = ACTIONS(87),
[anon_sym_int] = ACTIONS(87),
[anon_sym_long] = ACTIONS(87),
[anon_sym_char] = ACTIONS(87),
[anon_sym_float] = ACTIONS(89),
[anon_sym_double] = ACTIONS(89),
[sym_boolean_type] = ACTIONS(91),
[sym_void_type] = ACTIONS(91),
[sym_this] = ACTIONS(93),
[sym_super] = ACTIONS(95),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(39)] = {
[sym__literal] = STATE(593),
[sym_string_literal] = STATE(594),
[sym__string_literal] = STATE(550),
[sym__multiline_string_literal] = STATE(550),
[sym_expression] = STATE(856),
[sym_cast_expression] = STATE(709),
[sym_assignment_expression] = STATE(709),
[sym_binary_expression] = STATE(709),
[sym_instanceof_expression] = STATE(709),
[sym_lambda_expression] = STATE(709),
[sym_inferred_parameters] = STATE(1589),
[sym_ternary_expression] = STATE(709),
[sym_unary_expression] = STATE(709),
[sym__unary_complement_expression] = STATE(716),
[sym_update_expression] = STATE(709),
[sym_primary_expression] = STATE(562),
[sym_array_creation_expression] = STATE(593),
[sym_parenthesized_expression] = STATE(449),
[sym_class_literal] = STATE(593),
[sym_object_creation_expression] = STATE(593),
[sym__unqualified_object_creation_expression] = STATE(600),
[sym_field_access] = STATE(449),
[sym_template_expression] = STATE(593),
[sym_array_access] = STATE(449),
[sym_method_invocation] = STATE(593),
[sym_method_reference] = STATE(593),
[sym_switch_expression] = STATE(124),
[sym_statement] = STATE(363),
[sym_block] = STATE(381),
[sym_expression_statement] = STATE(381),
[sym_labeled_statement] = STATE(381),
[sym_assert_statement] = STATE(381),
[sym_do_statement] = STATE(381),
[sym_break_statement] = STATE(381),
[sym_continue_statement] = STATE(381),
[sym_return_statement] = STATE(381),
[sym_yield_statement] = STATE(381),
[sym_synchronized_statement] = STATE(381),
[sym_throw_statement] = STATE(381),
[sym_try_statement] = STATE(381),
[sym_try_with_resources_statement] = STATE(381),
[sym_if_statement] = STATE(381),
[sym_while_statement] = STATE(381),
[sym_for_statement] = STATE(381),
[sym_enhanced_for_statement] = STATE(381),
[sym__annotation] = STATE(619),
[sym_marker_annotation] = STATE(619),
[sym_annotation] = STATE(619),
[sym_declaration] = STATE(381),
[sym_module_declaration] = STATE(279),
[sym_package_declaration] = STATE(279),
[sym_import_declaration] = STATE(279),
[sym_enum_declaration] = STATE(279),
[sym_class_declaration] = STATE(279),
[sym_visibility] = STATE(516),
[sym__modifier] = STATE(516),
[sym_modifiers] = STATE(899),
[sym_record_declaration] = STATE(279),
[sym_annotation_type_declaration] = STATE(279),
[sym_interface_declaration] = STATE(279),
[sym__type] = STATE(1515),
[sym__unannotated_type] = STATE(851),
[sym_annotated_type] = STATE(944),
[sym_scoped_type_identifier] = STATE(947),
[sym_generic_type] = STATE(962),
[sym_array_type] = STATE(844),
[sym_integral_type] = STATE(844),
[sym_floating_point_type] = STATE(844),
[sym_formal_parameters] = STATE(1589),
[sym_local_variable_declaration] = STATE(381),
[sym__reserved_identifier] = STATE(466),
[aux_sym_array_creation_expression_repeat1] = STATE(810),
[aux_sym_modifiers_repeat1] = STATE(516),
[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(21),
[anon_sym_DASH] = ACTIONS(21),
[anon_sym_TILDE] = ACTIONS(23),
[anon_sym_BANG] = 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(35),
[anon_sym_SEMI] = ACTIONS(37),
[anon_sym_assert] = ACTIONS(39),
[anon_sym_do] = ACTIONS(41),
[anon_sym_while] = ACTIONS(43),
[anon_sym_break] = ACTIONS(45),
[anon_sym_continue] = ACTIONS(47),
[anon_sym_return] = ACTIONS(49),
[anon_sym_yield] = ACTIONS(51),
[anon_sym_synchronized] = ACTIONS(53),
[anon_sym_throw] = ACTIONS(55),
[anon_sym_try] = ACTIONS(57),
[anon_sym_if] = ACTIONS(59),
[anon_sym_for] = ACTIONS(61),
[anon_sym_AT] = ACTIONS(63),
[anon_sym_open] = ACTIONS(65),
[anon_sym_module] = ACTIONS(67),
[anon_sym_static] = ACTIONS(35),
[anon_sym_with] = ACTIONS(69),
[anon_sym_package] = ACTIONS(71),
[anon_sym_import] = ACTIONS(73),
[anon_sym_enum] = ACTIONS(75),
[anon_sym_public] = ACTIONS(77),
[anon_sym_protected] = ACTIONS(77),
[anon_sym_private] = ACTIONS(77),
[anon_sym_abstract] = ACTIONS(35),
[anon_sym_final] = ACTIONS(35),
[anon_sym_strictfp] = ACTIONS(35),
[anon_sym_native] = ACTIONS(35),
[anon_sym_transient] = ACTIONS(35),
[anon_sym_volatile] = ACTIONS(35),
[anon_sym_sealed] = ACTIONS(240),
[anon_sym_non_DASHsealed] = ACTIONS(81),
[anon_sym_record] = ACTIONS(83),
[anon_sym_interface] = ACTIONS(85),
[anon_sym_byte] = ACTIONS(87),
[anon_sym_short] = ACTIONS(87),
[anon_sym_int] = ACTIONS(87),
[anon_sym_long] = ACTIONS(87),
[anon_sym_char] = ACTIONS(87),
[anon_sym_float] = ACTIONS(89),
[anon_sym_double] = ACTIONS(89),
[sym_boolean_type] = ACTIONS(91),
[sym_void_type] = ACTIONS(91),
[sym_this] = ACTIONS(93),
[sym_super] = ACTIONS(95),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(40)] = {
[sym__literal] = STATE(593),
[sym_string_literal] = STATE(594),
[sym__string_literal] = STATE(550),
[sym__multiline_string_literal] = STATE(550),
[sym_expression] = STATE(856),
[sym_cast_expression] = STATE(709),
[sym_assignment_expression] = STATE(709),
[sym_binary_expression] = STATE(709),
[sym_instanceof_expression] = STATE(709),
[sym_lambda_expression] = STATE(709),
[sym_inferred_parameters] = STATE(1589),
[sym_ternary_expression] = STATE(709),
[sym_unary_expression] = STATE(709),
[sym__unary_complement_expression] = STATE(716),
[sym_update_expression] = STATE(709),
[sym_primary_expression] = STATE(562),
[sym_array_creation_expression] = STATE(593),
[sym_parenthesized_expression] = STATE(449),
[sym_class_literal] = STATE(593),
[sym_object_creation_expression] = STATE(593),
[sym__unqualified_object_creation_expression] = STATE(600),
[sym_field_access] = STATE(449),
[sym_template_expression] = STATE(593),
[sym_array_access] = STATE(449),
[sym_method_invocation] = STATE(593),
[sym_method_reference] = STATE(593),
[sym_switch_expression] = STATE(124),
[sym_statement] = STATE(364),
[sym_block] = STATE(381),
[sym_expression_statement] = STATE(381),
[sym_labeled_statement] = STATE(381),
[sym_assert_statement] = STATE(381),
[sym_do_statement] = STATE(381),
[sym_break_statement] = STATE(381),
[sym_continue_statement] = STATE(381),
[sym_return_statement] = STATE(381),
[sym_yield_statement] = STATE(381),
[sym_synchronized_statement] = STATE(381),
[sym_throw_statement] = STATE(381),
[sym_try_statement] = STATE(381),
[sym_try_with_resources_statement] = STATE(381),
[sym_if_statement] = STATE(381),
[sym_while_statement] = STATE(381),
[sym_for_statement] = STATE(381),
[sym_enhanced_for_statement] = STATE(381),
[sym__annotation] = STATE(619),
[sym_marker_annotation] = STATE(619),
[sym_annotation] = STATE(619),
[sym_declaration] = STATE(381),
[sym_module_declaration] = STATE(279),
[sym_package_declaration] = STATE(279),
[sym_import_declaration] = STATE(279),
[sym_enum_declaration] = STATE(279),
[sym_class_declaration] = STATE(279),
[sym_visibility] = STATE(516),
[sym__modifier] = STATE(516),
[sym_modifiers] = STATE(899),
[sym_record_declaration] = STATE(279),
[sym_annotation_type_declaration] = STATE(279),
[sym_interface_declaration] = STATE(279),
[sym__type] = STATE(1515),
[sym__unannotated_type] = STATE(851),
[sym_annotated_type] = STATE(944),
[sym_scoped_type_identifier] = STATE(947),
[sym_generic_type] = STATE(962),
[sym_array_type] = STATE(844),
[sym_integral_type] = STATE(844),
[sym_floating_point_type] = STATE(844),
[sym_formal_parameters] = STATE(1589),
[sym_local_variable_declaration] = STATE(381),
[sym__reserved_identifier] = STATE(466),
[aux_sym_array_creation_expression_repeat1] = STATE(810),
[aux_sym_modifiers_repeat1] = STATE(516),
[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(21),
[anon_sym_DASH] = ACTIONS(21),
[anon_sym_TILDE] = ACTIONS(23),
[anon_sym_BANG] = 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(35),
[anon_sym_SEMI] = ACTIONS(37),
[anon_sym_assert] = ACTIONS(39),
[anon_sym_do] = ACTIONS(41),
[anon_sym_while] = ACTIONS(43),
[anon_sym_break] = ACTIONS(45),
[anon_sym_continue] = ACTIONS(47),
[anon_sym_return] = ACTIONS(49),
[anon_sym_yield] = ACTIONS(51),
[anon_sym_synchronized] = ACTIONS(53),
[anon_sym_throw] = ACTIONS(55),
[anon_sym_try] = ACTIONS(57),
[anon_sym_if] = ACTIONS(59),
[anon_sym_for] = ACTIONS(61),
[anon_sym_AT] = ACTIONS(63),
[anon_sym_open] = ACTIONS(65),
[anon_sym_module] = ACTIONS(67),
[anon_sym_static] = ACTIONS(35),
[anon_sym_with] = ACTIONS(69),
[anon_sym_package] = ACTIONS(71),
[anon_sym_import] = ACTIONS(73),
[anon_sym_enum] = ACTIONS(75),
[anon_sym_public] = ACTIONS(77),
[anon_sym_protected] = ACTIONS(77),
[anon_sym_private] = ACTIONS(77),
[anon_sym_abstract] = ACTIONS(35),
[anon_sym_final] = ACTIONS(35),
[anon_sym_strictfp] = ACTIONS(35),
[anon_sym_native] = ACTIONS(35),
[anon_sym_transient] = ACTIONS(35),
[anon_sym_volatile] = ACTIONS(35),
[anon_sym_sealed] = ACTIONS(240),
[anon_sym_non_DASHsealed] = ACTIONS(81),
[anon_sym_record] = ACTIONS(83),
[anon_sym_interface] = ACTIONS(85),
[anon_sym_byte] = ACTIONS(87),
[anon_sym_short] = ACTIONS(87),
[anon_sym_int] = ACTIONS(87),
[anon_sym_long] = ACTIONS(87),
[anon_sym_char] = ACTIONS(87),
[anon_sym_float] = ACTIONS(89),
[anon_sym_double] = ACTIONS(89),
[sym_boolean_type] = ACTIONS(91),
[sym_void_type] = ACTIONS(91),
[sym_this] = ACTIONS(93),
[sym_super] = ACTIONS(95),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(41)] = {
[sym__literal] = STATE(593),
[sym_string_literal] = STATE(594),
[sym__string_literal] = STATE(550),
[sym__multiline_string_literal] = STATE(550),
[sym_expression] = STATE(856),
[sym_cast_expression] = STATE(709),
[sym_assignment_expression] = STATE(709),
[sym_binary_expression] = STATE(709),
[sym_instanceof_expression] = STATE(709),
[sym_lambda_expression] = STATE(709),
[sym_inferred_parameters] = STATE(1589),
[sym_ternary_expression] = STATE(709),
[sym_unary_expression] = STATE(709),
[sym__unary_complement_expression] = STATE(716),
[sym_update_expression] = STATE(709),
[sym_primary_expression] = STATE(562),
[sym_array_creation_expression] = STATE(593),
[sym_parenthesized_expression] = STATE(449),
[sym_class_literal] = STATE(593),
[sym_object_creation_expression] = STATE(593),
[sym__unqualified_object_creation_expression] = STATE(600),
[sym_field_access] = STATE(449),
[sym_template_expression] = STATE(593),
[sym_array_access] = STATE(449),
[sym_method_invocation] = STATE(593),
[sym_method_reference] = STATE(593),
[sym_switch_expression] = STATE(124),
[sym_statement] = STATE(365),
[sym_block] = STATE(381),
[sym_expression_statement] = STATE(381),
[sym_labeled_statement] = STATE(381),
[sym_assert_statement] = STATE(381),
[sym_do_statement] = STATE(381),
[sym_break_statement] = STATE(381),
[sym_continue_statement] = STATE(381),
[sym_return_statement] = STATE(381),
[sym_yield_statement] = STATE(381),
[sym_synchronized_statement] = STATE(381),
[sym_throw_statement] = STATE(381),
[sym_try_statement] = STATE(381),
[sym_try_with_resources_statement] = STATE(381),
[sym_if_statement] = STATE(381),
[sym_while_statement] = STATE(381),
[sym_for_statement] = STATE(381),
[sym_enhanced_for_statement] = STATE(381),
[sym__annotation] = STATE(619),
[sym_marker_annotation] = STATE(619),
[sym_annotation] = STATE(619),
[sym_declaration] = STATE(381),
[sym_module_declaration] = STATE(279),
[sym_package_declaration] = STATE(279),
[sym_import_declaration] = STATE(279),
[sym_enum_declaration] = STATE(279),
[sym_class_declaration] = STATE(279),
[sym_visibility] = STATE(516),
[sym__modifier] = STATE(516),
[sym_modifiers] = STATE(899),
[sym_record_declaration] = STATE(279),
[sym_annotation_type_declaration] = STATE(279),
[sym_interface_declaration] = STATE(279),
[sym__type] = STATE(1515),
[sym__unannotated_type] = STATE(851),
[sym_annotated_type] = STATE(944),
[sym_scoped_type_identifier] = STATE(947),
[sym_generic_type] = STATE(962),
[sym_array_type] = STATE(844),
[sym_integral_type] = STATE(844),
[sym_floating_point_type] = STATE(844),
[sym_formal_parameters] = STATE(1589),
[sym_local_variable_declaration] = STATE(381),
[sym__reserved_identifier] = STATE(466),
[aux_sym_array_creation_expression_repeat1] = STATE(810),
[aux_sym_modifiers_repeat1] = STATE(516),
[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(21),
[anon_sym_DASH] = ACTIONS(21),
[anon_sym_TILDE] = ACTIONS(23),
[anon_sym_BANG] = 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(35),
[anon_sym_SEMI] = ACTIONS(37),
[anon_sym_assert] = ACTIONS(39),
[anon_sym_do] = ACTIONS(41),
[anon_sym_while] = ACTIONS(43),
[anon_sym_break] = ACTIONS(45),
[anon_sym_continue] = ACTIONS(47),
[anon_sym_return] = ACTIONS(49),
[anon_sym_yield] = ACTIONS(51),
[anon_sym_synchronized] = ACTIONS(53),
[anon_sym_throw] = ACTIONS(55),
[anon_sym_try] = ACTIONS(57),
[anon_sym_if] = ACTIONS(59),
[anon_sym_for] = ACTIONS(61),
[anon_sym_AT] = ACTIONS(63),
[anon_sym_open] = ACTIONS(65),
[anon_sym_module] = ACTIONS(67),
[anon_sym_static] = ACTIONS(35),
[anon_sym_with] = ACTIONS(69),
[anon_sym_package] = ACTIONS(71),
[anon_sym_import] = ACTIONS(73),
[anon_sym_enum] = ACTIONS(75),
[anon_sym_public] = ACTIONS(77),
[anon_sym_protected] = ACTIONS(77),
[anon_sym_private] = ACTIONS(77),
[anon_sym_abstract] = ACTIONS(35),
[anon_sym_final] = ACTIONS(35),
[anon_sym_strictfp] = ACTIONS(35),
[anon_sym_native] = ACTIONS(35),
[anon_sym_transient] = ACTIONS(35),
[anon_sym_volatile] = ACTIONS(35),
[anon_sym_sealed] = ACTIONS(240),
[anon_sym_non_DASHsealed] = ACTIONS(81),
[anon_sym_record] = ACTIONS(83),
[anon_sym_interface] = ACTIONS(85),
[anon_sym_byte] = ACTIONS(87),
[anon_sym_short] = ACTIONS(87),
[anon_sym_int] = ACTIONS(87),
[anon_sym_long] = ACTIONS(87),
[anon_sym_char] = ACTIONS(87),
[anon_sym_float] = ACTIONS(89),
[anon_sym_double] = ACTIONS(89),
[sym_boolean_type] = ACTIONS(91),
[sym_void_type] = ACTIONS(91),
[sym_this] = ACTIONS(93),
[sym_super] = ACTIONS(95),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(42)] = {
[sym__literal] = STATE(593),
[sym_string_literal] = STATE(594),
[sym__string_literal] = STATE(550),
[sym__multiline_string_literal] = STATE(550),
[sym_expression] = STATE(856),
[sym_cast_expression] = STATE(709),
[sym_assignment_expression] = STATE(709),
[sym_binary_expression] = STATE(709),
[sym_instanceof_expression] = STATE(709),
[sym_lambda_expression] = STATE(709),
[sym_inferred_parameters] = STATE(1589),
[sym_ternary_expression] = STATE(709),
[sym_unary_expression] = STATE(709),
[sym__unary_complement_expression] = STATE(716),
[sym_update_expression] = STATE(709),
[sym_primary_expression] = STATE(562),
[sym_array_creation_expression] = STATE(593),
[sym_parenthesized_expression] = STATE(449),
[sym_class_literal] = STATE(593),
[sym_object_creation_expression] = STATE(593),
[sym__unqualified_object_creation_expression] = STATE(600),
[sym_field_access] = STATE(449),
[sym_template_expression] = STATE(593),
[sym_array_access] = STATE(449),
[sym_method_invocation] = STATE(593),
[sym_method_reference] = STATE(593),
[sym_switch_expression] = STATE(124),
[sym_statement] = STATE(366),
[sym_block] = STATE(381),
[sym_expression_statement] = STATE(381),
[sym_labeled_statement] = STATE(381),
[sym_assert_statement] = STATE(381),
[sym_do_statement] = STATE(381),
[sym_break_statement] = STATE(381),
[sym_continue_statement] = STATE(381),
[sym_return_statement] = STATE(381),
[sym_yield_statement] = STATE(381),
[sym_synchronized_statement] = STATE(381),
[sym_throw_statement] = STATE(381),
[sym_try_statement] = STATE(381),
[sym_try_with_resources_statement] = STATE(381),
[sym_if_statement] = STATE(381),
[sym_while_statement] = STATE(381),
[sym_for_statement] = STATE(381),
[sym_enhanced_for_statement] = STATE(381),
[sym__annotation] = STATE(619),
[sym_marker_annotation] = STATE(619),
[sym_annotation] = STATE(619),
[sym_declaration] = STATE(381),
[sym_module_declaration] = STATE(279),
[sym_package_declaration] = STATE(279),
[sym_import_declaration] = STATE(279),
[sym_enum_declaration] = STATE(279),
[sym_class_declaration] = STATE(279),
[sym_visibility] = STATE(516),
[sym__modifier] = STATE(516),
[sym_modifiers] = STATE(899),
[sym_record_declaration] = STATE(279),
[sym_annotation_type_declaration] = STATE(279),
[sym_interface_declaration] = STATE(279),
[sym__type] = STATE(1515),
[sym__unannotated_type] = STATE(851),
[sym_annotated_type] = STATE(944),
[sym_scoped_type_identifier] = STATE(947),
[sym_generic_type] = STATE(962),
[sym_array_type] = STATE(844),
[sym_integral_type] = STATE(844),
[sym_floating_point_type] = STATE(844),
[sym_formal_parameters] = STATE(1589),
[sym_local_variable_declaration] = STATE(381),
[sym__reserved_identifier] = STATE(466),
[aux_sym_array_creation_expression_repeat1] = STATE(810),
[aux_sym_modifiers_repeat1] = STATE(516),
[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(21),
[anon_sym_DASH] = ACTIONS(21),
[anon_sym_TILDE] = ACTIONS(23),
[anon_sym_BANG] = 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(35),
[anon_sym_SEMI] = ACTIONS(37),
[anon_sym_assert] = ACTIONS(39),
[anon_sym_do] = ACTIONS(41),
[anon_sym_while] = ACTIONS(43),
[anon_sym_break] = ACTIONS(45),
[anon_sym_continue] = ACTIONS(47),
[anon_sym_return] = ACTIONS(49),
[anon_sym_yield] = ACTIONS(51),
[anon_sym_synchronized] = ACTIONS(53),
[anon_sym_throw] = ACTIONS(55),
[anon_sym_try] = ACTIONS(57),
[anon_sym_if] = ACTIONS(59),
[anon_sym_for] = ACTIONS(61),
[anon_sym_AT] = ACTIONS(63),
[anon_sym_open] = ACTIONS(65),
[anon_sym_module] = ACTIONS(67),
[anon_sym_static] = ACTIONS(35),
[anon_sym_with] = ACTIONS(69),
[anon_sym_package] = ACTIONS(71),
[anon_sym_import] = ACTIONS(73),
[anon_sym_enum] = ACTIONS(75),
[anon_sym_public] = ACTIONS(77),
[anon_sym_protected] = ACTIONS(77),
[anon_sym_private] = ACTIONS(77),
[anon_sym_abstract] = ACTIONS(35),
[anon_sym_final] = ACTIONS(35),
[anon_sym_strictfp] = ACTIONS(35),
[anon_sym_native] = ACTIONS(35),
[anon_sym_transient] = ACTIONS(35),
[anon_sym_volatile] = ACTIONS(35),
[anon_sym_sealed] = ACTIONS(240),
[anon_sym_non_DASHsealed] = ACTIONS(81),
[anon_sym_record] = ACTIONS(83),
[anon_sym_interface] = ACTIONS(85),
[anon_sym_byte] = ACTIONS(87),
[anon_sym_short] = ACTIONS(87),
[anon_sym_int] = ACTIONS(87),
[anon_sym_long] = ACTIONS(87),
[anon_sym_char] = ACTIONS(87),
[anon_sym_float] = ACTIONS(89),
[anon_sym_double] = ACTIONS(89),
[sym_boolean_type] = ACTIONS(91),
[sym_void_type] = ACTIONS(91),
[sym_this] = ACTIONS(93),
[sym_super] = ACTIONS(95),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(43)] = {
[sym__literal] = STATE(593),
[sym_string_literal] = STATE(594),
[sym__string_literal] = STATE(550),
[sym__multiline_string_literal] = STATE(550),
[sym_expression] = STATE(856),
[sym_cast_expression] = STATE(709),
[sym_assignment_expression] = STATE(709),
[sym_binary_expression] = STATE(709),
[sym_instanceof_expression] = STATE(709),
[sym_lambda_expression] = STATE(709),
[sym_inferred_parameters] = STATE(1589),
[sym_ternary_expression] = STATE(709),
[sym_unary_expression] = STATE(709),
[sym__unary_complement_expression] = STATE(716),
[sym_update_expression] = STATE(709),
[sym_primary_expression] = STATE(562),
[sym_array_creation_expression] = STATE(593),
[sym_parenthesized_expression] = STATE(449),
[sym_class_literal] = STATE(593),
[sym_object_creation_expression] = STATE(593),
[sym__unqualified_object_creation_expression] = STATE(600),
[sym_field_access] = STATE(449),
[sym_template_expression] = STATE(593),
[sym_array_access] = STATE(449),
[sym_method_invocation] = STATE(593),
[sym_method_reference] = STATE(593),
[sym_switch_expression] = STATE(124),
[sym_statement] = STATE(367),
[sym_block] = STATE(381),
[sym_expression_statement] = STATE(381),
[sym_labeled_statement] = STATE(381),
[sym_assert_statement] = STATE(381),
[sym_do_statement] = STATE(381),
[sym_break_statement] = STATE(381),
[sym_continue_statement] = STATE(381),
[sym_return_statement] = STATE(381),
[sym_yield_statement] = STATE(381),
[sym_synchronized_statement] = STATE(381),
[sym_throw_statement] = STATE(381),
[sym_try_statement] = STATE(381),
[sym_try_with_resources_statement] = STATE(381),
[sym_if_statement] = STATE(381),
[sym_while_statement] = STATE(381),
[sym_for_statement] = STATE(381),
[sym_enhanced_for_statement] = STATE(381),
[sym__annotation] = STATE(619),
[sym_marker_annotation] = STATE(619),
[sym_annotation] = STATE(619),
[sym_declaration] = STATE(381),
[sym_module_declaration] = STATE(279),
[sym_package_declaration] = STATE(279),
[sym_import_declaration] = STATE(279),
[sym_enum_declaration] = STATE(279),
[sym_class_declaration] = STATE(279),
[sym_visibility] = STATE(516),
[sym__modifier] = STATE(516),
[sym_modifiers] = STATE(899),
[sym_record_declaration] = STATE(279),
[sym_annotation_type_declaration] = STATE(279),
[sym_interface_declaration] = STATE(279),
[sym__type] = STATE(1515),
[sym__unannotated_type] = STATE(851),
[sym_annotated_type] = STATE(944),
[sym_scoped_type_identifier] = STATE(947),
[sym_generic_type] = STATE(962),
[sym_array_type] = STATE(844),
[sym_integral_type] = STATE(844),
[sym_floating_point_type] = STATE(844),
[sym_formal_parameters] = STATE(1589),
[sym_local_variable_declaration] = STATE(381),
[sym__reserved_identifier] = STATE(466),
[aux_sym_array_creation_expression_repeat1] = STATE(810),
[aux_sym_modifiers_repeat1] = STATE(516),
[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(21),
[anon_sym_DASH] = ACTIONS(21),
[anon_sym_TILDE] = ACTIONS(23),
[anon_sym_BANG] = 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(35),
[anon_sym_SEMI] = ACTIONS(37),
[anon_sym_assert] = ACTIONS(39),
[anon_sym_do] = ACTIONS(41),
[anon_sym_while] = ACTIONS(43),
[anon_sym_break] = ACTIONS(45),
[anon_sym_continue] = ACTIONS(47),
[anon_sym_return] = ACTIONS(49),
[anon_sym_yield] = ACTIONS(51),
[anon_sym_synchronized] = ACTIONS(53),
[anon_sym_throw] = ACTIONS(55),
[anon_sym_try] = ACTIONS(57),
[anon_sym_if] = ACTIONS(59),
[anon_sym_for] = ACTIONS(61),
[anon_sym_AT] = ACTIONS(63),
[anon_sym_open] = ACTIONS(65),
[anon_sym_module] = ACTIONS(67),
[anon_sym_static] = ACTIONS(35),
[anon_sym_with] = ACTIONS(69),
[anon_sym_package] = ACTIONS(71),
[anon_sym_import] = ACTIONS(73),
[anon_sym_enum] = ACTIONS(75),
[anon_sym_public] = ACTIONS(77),
[anon_sym_protected] = ACTIONS(77),
[anon_sym_private] = ACTIONS(77),
[anon_sym_abstract] = ACTIONS(35),
[anon_sym_final] = ACTIONS(35),
[anon_sym_strictfp] = ACTIONS(35),
[anon_sym_native] = ACTIONS(35),
[anon_sym_transient] = ACTIONS(35),
[anon_sym_volatile] = ACTIONS(35),
[anon_sym_sealed] = ACTIONS(240),
[anon_sym_non_DASHsealed] = ACTIONS(81),
[anon_sym_record] = ACTIONS(83),
[anon_sym_interface] = ACTIONS(85),
[anon_sym_byte] = ACTIONS(87),
[anon_sym_short] = ACTIONS(87),
[anon_sym_int] = ACTIONS(87),
[anon_sym_long] = ACTIONS(87),
[anon_sym_char] = ACTIONS(87),
[anon_sym_float] = ACTIONS(89),
[anon_sym_double] = ACTIONS(89),
[sym_boolean_type] = ACTIONS(91),
[sym_void_type] = ACTIONS(91),
[sym_this] = ACTIONS(93),
[sym_super] = ACTIONS(95),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(44)] = {
[sym__literal] = STATE(593),
[sym_string_literal] = STATE(594),
[sym__string_literal] = STATE(550),
[sym__multiline_string_literal] = STATE(550),
[sym_expression] = STATE(856),
[sym_cast_expression] = STATE(709),
[sym_assignment_expression] = STATE(709),
[sym_binary_expression] = STATE(709),
[sym_instanceof_expression] = STATE(709),
[sym_lambda_expression] = STATE(709),
[sym_inferred_parameters] = STATE(1589),
[sym_ternary_expression] = STATE(709),
[sym_unary_expression] = STATE(709),
[sym__unary_complement_expression] = STATE(716),
[sym_update_expression] = STATE(709),
[sym_primary_expression] = STATE(562),
[sym_array_creation_expression] = STATE(593),
[sym_parenthesized_expression] = STATE(449),
[sym_class_literal] = STATE(593),
[sym_object_creation_expression] = STATE(593),
[sym__unqualified_object_creation_expression] = STATE(600),
[sym_field_access] = STATE(449),
[sym_template_expression] = STATE(593),
[sym_array_access] = STATE(449),
[sym_method_invocation] = STATE(593),
[sym_method_reference] = STATE(593),
[sym_switch_expression] = STATE(124),
[sym_statement] = STATE(278),
[sym_block] = STATE(381),
[sym_expression_statement] = STATE(381),
[sym_labeled_statement] = STATE(381),
[sym_assert_statement] = STATE(381),
[sym_do_statement] = STATE(381),
[sym_break_statement] = STATE(381),
[sym_continue_statement] = STATE(381),
[sym_return_statement] = STATE(381),
[sym_yield_statement] = STATE(381),
[sym_synchronized_statement] = STATE(381),
[sym_throw_statement] = STATE(381),
[sym_try_statement] = STATE(381),
[sym_try_with_resources_statement] = STATE(381),
[sym_if_statement] = STATE(381),
[sym_while_statement] = STATE(381),
[sym_for_statement] = STATE(381),
[sym_enhanced_for_statement] = STATE(381),
[sym__annotation] = STATE(619),
[sym_marker_annotation] = STATE(619),
[sym_annotation] = STATE(619),
[sym_declaration] = STATE(381),
[sym_module_declaration] = STATE(279),
[sym_package_declaration] = STATE(279),
[sym_import_declaration] = STATE(279),
[sym_enum_declaration] = STATE(279),
[sym_class_declaration] = STATE(279),
[sym_visibility] = STATE(516),
[sym__modifier] = STATE(516),
[sym_modifiers] = STATE(899),
[sym_record_declaration] = STATE(279),
[sym_annotation_type_declaration] = STATE(279),
[sym_interface_declaration] = STATE(279),
[sym__type] = STATE(1515),
[sym__unannotated_type] = STATE(851),
[sym_annotated_type] = STATE(944),
[sym_scoped_type_identifier] = STATE(947),
[sym_generic_type] = STATE(962),
[sym_array_type] = STATE(844),
[sym_integral_type] = STATE(844),
[sym_floating_point_type] = STATE(844),
[sym_formal_parameters] = STATE(1589),
[sym_local_variable_declaration] = STATE(381),
[sym__reserved_identifier] = STATE(466),
[aux_sym_array_creation_expression_repeat1] = STATE(810),
[aux_sym_modifiers_repeat1] = STATE(516),
[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(21),
[anon_sym_DASH] = ACTIONS(21),
[anon_sym_TILDE] = ACTIONS(23),
[anon_sym_BANG] = 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(35),
[anon_sym_SEMI] = ACTIONS(37),
[anon_sym_assert] = ACTIONS(39),
[anon_sym_do] = ACTIONS(41),
[anon_sym_while] = ACTIONS(43),
[anon_sym_break] = ACTIONS(45),
[anon_sym_continue] = ACTIONS(47),
[anon_sym_return] = ACTIONS(49),
[anon_sym_yield] = ACTIONS(51),
[anon_sym_synchronized] = ACTIONS(53),
[anon_sym_throw] = ACTIONS(55),
[anon_sym_try] = ACTIONS(57),
[anon_sym_if] = ACTIONS(59),
[anon_sym_for] = ACTIONS(61),
[anon_sym_AT] = ACTIONS(63),
[anon_sym_open] = ACTIONS(65),
[anon_sym_module] = ACTIONS(67),
[anon_sym_static] = ACTIONS(35),
[anon_sym_with] = ACTIONS(69),
[anon_sym_package] = ACTIONS(71),
[anon_sym_import] = ACTIONS(73),
[anon_sym_enum] = ACTIONS(75),
[anon_sym_public] = ACTIONS(77),
[anon_sym_protected] = ACTIONS(77),
[anon_sym_private] = ACTIONS(77),
[anon_sym_abstract] = ACTIONS(35),
[anon_sym_final] = ACTIONS(35),
[anon_sym_strictfp] = ACTIONS(35),
[anon_sym_native] = ACTIONS(35),
[anon_sym_transient] = ACTIONS(35),
[anon_sym_volatile] = ACTIONS(35),
[anon_sym_sealed] = ACTIONS(240),
[anon_sym_non_DASHsealed] = ACTIONS(81),
[anon_sym_record] = ACTIONS(83),
[anon_sym_interface] = ACTIONS(85),
[anon_sym_byte] = ACTIONS(87),
[anon_sym_short] = ACTIONS(87),
[anon_sym_int] = ACTIONS(87),
[anon_sym_long] = ACTIONS(87),
[anon_sym_char] = ACTIONS(87),
[anon_sym_float] = ACTIONS(89),
[anon_sym_double] = ACTIONS(89),
[sym_boolean_type] = ACTIONS(91),
[sym_void_type] = ACTIONS(91),
[sym_this] = ACTIONS(93),
[sym_super] = ACTIONS(95),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(45)] = {
[sym__literal] = STATE(593),
[sym_string_literal] = STATE(594),
[sym__string_literal] = STATE(550),
[sym__multiline_string_literal] = STATE(550),
[sym_expression] = STATE(856),
[sym_cast_expression] = STATE(709),
[sym_assignment_expression] = STATE(709),
[sym_binary_expression] = STATE(709),
[sym_instanceof_expression] = STATE(709),
[sym_lambda_expression] = STATE(709),
[sym_inferred_parameters] = STATE(1589),
[sym_ternary_expression] = STATE(709),
[sym_unary_expression] = STATE(709),
[sym__unary_complement_expression] = STATE(716),
[sym_update_expression] = STATE(709),
[sym_primary_expression] = STATE(562),
[sym_array_creation_expression] = STATE(593),
[sym_parenthesized_expression] = STATE(449),
[sym_class_literal] = STATE(593),
[sym_object_creation_expression] = STATE(593),
[sym__unqualified_object_creation_expression] = STATE(600),
[sym_field_access] = STATE(449),
[sym_template_expression] = STATE(593),
[sym_array_access] = STATE(449),
[sym_method_invocation] = STATE(593),
[sym_method_reference] = STATE(593),
[sym_switch_expression] = STATE(125),
[sym_statement] = STATE(332),
[sym_block] = STATE(381),
[sym_expression_statement] = STATE(381),
[sym_labeled_statement] = STATE(381),
[sym_assert_statement] = STATE(381),
[sym_do_statement] = STATE(381),
[sym_break_statement] = STATE(381),
[sym_continue_statement] = STATE(381),
[sym_return_statement] = STATE(381),
[sym_yield_statement] = STATE(381),
[sym_synchronized_statement] = STATE(381),
[sym_throw_statement] = STATE(381),
[sym_try_statement] = STATE(381),
[sym_try_with_resources_statement] = STATE(381),
[sym_if_statement] = STATE(381),
[sym_while_statement] = STATE(381),
[sym_for_statement] = STATE(381),
[sym_enhanced_for_statement] = STATE(381),
[sym__annotation] = STATE(619),
[sym_marker_annotation] = STATE(619),
[sym_annotation] = STATE(619),
[sym_declaration] = STATE(381),
[sym_module_declaration] = STATE(279),
[sym_package_declaration] = STATE(279),
[sym_import_declaration] = STATE(279),
[sym_enum_declaration] = STATE(279),
[sym_class_declaration] = STATE(279),
[sym_visibility] = STATE(516),
[sym__modifier] = STATE(516),
[sym_modifiers] = STATE(899),
[sym_record_declaration] = STATE(279),
[sym_annotation_type_declaration] = STATE(279),
[sym_interface_declaration] = STATE(279),
[sym__type] = STATE(1515),
[sym__unannotated_type] = STATE(851),
[sym_annotated_type] = STATE(944),
[sym_scoped_type_identifier] = STATE(947),
[sym_generic_type] = STATE(962),
[sym_array_type] = STATE(844),
[sym_integral_type] = STATE(844),
[sym_floating_point_type] = STATE(844),
[sym_formal_parameters] = STATE(1589),
[sym_local_variable_declaration] = STATE(381),
[sym__reserved_identifier] = STATE(472),
[aux_sym_array_creation_expression_repeat1] = STATE(810),
[aux_sym_modifiers_repeat1] = STATE(516),
[sym_identifier] = ACTIONS(385),
[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(21),
[anon_sym_DASH] = ACTIONS(21),
[anon_sym_TILDE] = ACTIONS(23),
[anon_sym_BANG] = 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(35),
[anon_sym_SEMI] = ACTIONS(37),
[anon_sym_assert] = ACTIONS(39),
[anon_sym_do] = ACTIONS(41),
[anon_sym_while] = ACTIONS(391),
[anon_sym_break] = ACTIONS(45),
[anon_sym_continue] = ACTIONS(47),
[anon_sym_return] = ACTIONS(49),
[anon_sym_yield] = ACTIONS(51),
[anon_sym_synchronized] = ACTIONS(53),
[anon_sym_throw] = ACTIONS(55),
[anon_sym_try] = ACTIONS(57),
[anon_sym_if] = ACTIONS(393),
[anon_sym_for] = ACTIONS(395),
[anon_sym_AT] = ACTIONS(63),
[anon_sym_open] = ACTIONS(65),
[anon_sym_module] = ACTIONS(67),
[anon_sym_static] = ACTIONS(35),
[anon_sym_with] = ACTIONS(69),
[anon_sym_package] = ACTIONS(71),
[anon_sym_import] = ACTIONS(73),
[anon_sym_enum] = ACTIONS(75),
[anon_sym_public] = ACTIONS(77),
[anon_sym_protected] = ACTIONS(77),
[anon_sym_private] = ACTIONS(77),
[anon_sym_abstract] = ACTIONS(35),
[anon_sym_final] = ACTIONS(35),
[anon_sym_strictfp] = ACTIONS(35),
[anon_sym_native] = ACTIONS(35),
[anon_sym_transient] = ACTIONS(35),
[anon_sym_volatile] = ACTIONS(35),
[anon_sym_sealed] = ACTIONS(240),
[anon_sym_non_DASHsealed] = ACTIONS(81),
[anon_sym_record] = ACTIONS(83),
[anon_sym_interface] = ACTIONS(85),
[anon_sym_byte] = ACTIONS(87),
[anon_sym_short] = ACTIONS(87),
[anon_sym_int] = ACTIONS(87),
[anon_sym_long] = ACTIONS(87),
[anon_sym_char] = ACTIONS(87),
[anon_sym_float] = ACTIONS(89),
[anon_sym_double] = ACTIONS(89),
[sym_boolean_type] = ACTIONS(91),
[sym_void_type] = ACTIONS(91),
[sym_this] = ACTIONS(93),
[sym_super] = ACTIONS(95),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(46)] = {
[sym__literal] = STATE(593),
[sym_string_literal] = STATE(594),
[sym__string_literal] = STATE(550),
[sym__multiline_string_literal] = STATE(550),
[sym_expression] = STATE(856),
[sym_cast_expression] = STATE(709),
[sym_assignment_expression] = STATE(709),
[sym_binary_expression] = STATE(709),
[sym_instanceof_expression] = STATE(709),
[sym_lambda_expression] = STATE(709),
[sym_inferred_parameters] = STATE(1589),
[sym_ternary_expression] = STATE(709),
[sym_unary_expression] = STATE(709),
[sym__unary_complement_expression] = STATE(716),
[sym_update_expression] = STATE(709),
[sym_primary_expression] = STATE(562),
[sym_array_creation_expression] = STATE(593),
[sym_parenthesized_expression] = STATE(449),
[sym_class_literal] = STATE(593),
[sym_object_creation_expression] = STATE(593),
[sym__unqualified_object_creation_expression] = STATE(600),
[sym_field_access] = STATE(449),
[sym_template_expression] = STATE(593),
[sym_array_access] = STATE(449),
[sym_method_invocation] = STATE(593),
[sym_method_reference] = STATE(593),
[sym_switch_expression] = STATE(125),
[sym_statement] = STATE(409),
[sym_block] = STATE(381),
[sym_expression_statement] = STATE(381),
[sym_labeled_statement] = STATE(381),
[sym_assert_statement] = STATE(381),
[sym_do_statement] = STATE(381),
[sym_break_statement] = STATE(381),
[sym_continue_statement] = STATE(381),
[sym_return_statement] = STATE(381),
[sym_yield_statement] = STATE(381),
[sym_synchronized_statement] = STATE(381),
[sym_throw_statement] = STATE(381),
[sym_try_statement] = STATE(381),
[sym_try_with_resources_statement] = STATE(381),
[sym_if_statement] = STATE(381),
[sym_while_statement] = STATE(381),
[sym_for_statement] = STATE(381),
[sym_enhanced_for_statement] = STATE(381),
[sym__annotation] = STATE(619),
[sym_marker_annotation] = STATE(619),
[sym_annotation] = STATE(619),
[sym_declaration] = STATE(381),
[sym_module_declaration] = STATE(279),
[sym_package_declaration] = STATE(279),
[sym_import_declaration] = STATE(279),
[sym_enum_declaration] = STATE(279),
[sym_class_declaration] = STATE(279),
[sym_visibility] = STATE(516),
[sym__modifier] = STATE(516),
[sym_modifiers] = STATE(899),
[sym_record_declaration] = STATE(279),
[sym_annotation_type_declaration] = STATE(279),
[sym_interface_declaration] = STATE(279),
[sym__type] = STATE(1515),
[sym__unannotated_type] = STATE(851),
[sym_annotated_type] = STATE(944),
[sym_scoped_type_identifier] = STATE(947),
[sym_generic_type] = STATE(962),
[sym_array_type] = STATE(844),
[sym_integral_type] = STATE(844),
[sym_floating_point_type] = STATE(844),
[sym_formal_parameters] = STATE(1589),
[sym_local_variable_declaration] = STATE(381),
[sym__reserved_identifier] = STATE(472),
[aux_sym_array_creation_expression_repeat1] = STATE(810),
[aux_sym_modifiers_repeat1] = STATE(516),
[sym_identifier] = ACTIONS(385),
[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(21),
[anon_sym_DASH] = ACTIONS(21),
[anon_sym_TILDE] = ACTIONS(23),
[anon_sym_BANG] = 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(35),
[anon_sym_SEMI] = ACTIONS(37),
[anon_sym_assert] = ACTIONS(39),
[anon_sym_do] = ACTIONS(41),
[anon_sym_while] = ACTIONS(391),
[anon_sym_break] = ACTIONS(45),
[anon_sym_continue] = ACTIONS(47),
[anon_sym_return] = ACTIONS(49),
[anon_sym_yield] = ACTIONS(51),
[anon_sym_synchronized] = ACTIONS(53),
[anon_sym_throw] = ACTIONS(55),
[anon_sym_try] = ACTIONS(57),
[anon_sym_if] = ACTIONS(393),
[anon_sym_for] = ACTIONS(395),
[anon_sym_AT] = ACTIONS(63),
[anon_sym_open] = ACTIONS(65),
[anon_sym_module] = ACTIONS(67),
[anon_sym_static] = ACTIONS(35),
[anon_sym_with] = ACTIONS(69),
[anon_sym_package] = ACTIONS(71),
[anon_sym_import] = ACTIONS(73),
[anon_sym_enum] = ACTIONS(75),
[anon_sym_public] = ACTIONS(77),
[anon_sym_protected] = ACTIONS(77),
[anon_sym_private] = ACTIONS(77),
[anon_sym_abstract] = ACTIONS(35),
[anon_sym_final] = ACTIONS(35),
[anon_sym_strictfp] = ACTIONS(35),
[anon_sym_native] = ACTIONS(35),
[anon_sym_transient] = ACTIONS(35),
[anon_sym_volatile] = ACTIONS(35),
[anon_sym_sealed] = ACTIONS(240),
[anon_sym_non_DASHsealed] = ACTIONS(81),
[anon_sym_record] = ACTIONS(83),
[anon_sym_interface] = ACTIONS(85),
[anon_sym_byte] = ACTIONS(87),
[anon_sym_short] = ACTIONS(87),
[anon_sym_int] = ACTIONS(87),
[anon_sym_long] = ACTIONS(87),
[anon_sym_char] = ACTIONS(87),
[anon_sym_float] = ACTIONS(89),
[anon_sym_double] = ACTIONS(89),
[sym_boolean_type] = ACTIONS(91),
[sym_void_type] = ACTIONS(91),
[sym_this] = ACTIONS(93),
[sym_super] = ACTIONS(95),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(47)] = {
[sym__literal] = STATE(593),
[sym_string_literal] = STATE(594),
[sym__string_literal] = STATE(550),
[sym__multiline_string_literal] = STATE(550),
[sym_expression] = STATE(856),
[sym_cast_expression] = STATE(709),
[sym_assignment_expression] = STATE(709),
[sym_binary_expression] = STATE(709),
[sym_instanceof_expression] = STATE(709),
[sym_lambda_expression] = STATE(709),
[sym_inferred_parameters] = STATE(1589),
[sym_ternary_expression] = STATE(709),
[sym_unary_expression] = STATE(709),
[sym__unary_complement_expression] = STATE(716),
[sym_update_expression] = STATE(709),
[sym_primary_expression] = STATE(562),
[sym_array_creation_expression] = STATE(593),
[sym_parenthesized_expression] = STATE(449),
[sym_class_literal] = STATE(593),
[sym_object_creation_expression] = STATE(593),
[sym__unqualified_object_creation_expression] = STATE(600),
[sym_field_access] = STATE(449),
[sym_template_expression] = STATE(593),
[sym_array_access] = STATE(449),
[sym_method_invocation] = STATE(593),
[sym_method_reference] = STATE(593),
[sym_switch_expression] = STATE(125),
[sym_statement] = STATE(374),
[sym_block] = STATE(381),
[sym_expression_statement] = STATE(381),
[sym_labeled_statement] = STATE(381),
[sym_assert_statement] = STATE(381),
[sym_do_statement] = STATE(381),
[sym_break_statement] = STATE(381),
[sym_continue_statement] = STATE(381),
[sym_return_statement] = STATE(381),
[sym_yield_statement] = STATE(381),
[sym_synchronized_statement] = STATE(381),
[sym_throw_statement] = STATE(381),
[sym_try_statement] = STATE(381),
[sym_try_with_resources_statement] = STATE(381),
[sym_if_statement] = STATE(381),
[sym_while_statement] = STATE(381),
[sym_for_statement] = STATE(381),
[sym_enhanced_for_statement] = STATE(381),
[sym__annotation] = STATE(619),
[sym_marker_annotation] = STATE(619),
[sym_annotation] = STATE(619),
[sym_declaration] = STATE(381),
[sym_module_declaration] = STATE(279),
[sym_package_declaration] = STATE(279),
[sym_import_declaration] = STATE(279),
[sym_enum_declaration] = STATE(279),
[sym_class_declaration] = STATE(279),
[sym_visibility] = STATE(516),
[sym__modifier] = STATE(516),
[sym_modifiers] = STATE(899),
[sym_record_declaration] = STATE(279),
[sym_annotation_type_declaration] = STATE(279),
[sym_interface_declaration] = STATE(279),
[sym__type] = STATE(1515),
[sym__unannotated_type] = STATE(851),
[sym_annotated_type] = STATE(944),
[sym_scoped_type_identifier] = STATE(947),
[sym_generic_type] = STATE(962),
[sym_array_type] = STATE(844),
[sym_integral_type] = STATE(844),
[sym_floating_point_type] = STATE(844),
[sym_formal_parameters] = STATE(1589),
[sym_local_variable_declaration] = STATE(381),
[sym__reserved_identifier] = STATE(472),
[aux_sym_array_creation_expression_repeat1] = STATE(810),
[aux_sym_modifiers_repeat1] = STATE(516),
[sym_identifier] = ACTIONS(385),
[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(21),
[anon_sym_DASH] = ACTIONS(21),
[anon_sym_TILDE] = ACTIONS(23),
[anon_sym_BANG] = 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(35),
[anon_sym_SEMI] = ACTIONS(37),
[anon_sym_assert] = ACTIONS(39),
[anon_sym_do] = ACTIONS(41),
[anon_sym_while] = ACTIONS(391),
[anon_sym_break] = ACTIONS(45),
[anon_sym_continue] = ACTIONS(47),
[anon_sym_return] = ACTIONS(49),
[anon_sym_yield] = ACTIONS(51),
[anon_sym_synchronized] = ACTIONS(53),
[anon_sym_throw] = ACTIONS(55),
[anon_sym_try] = ACTIONS(57),
[anon_sym_if] = ACTIONS(393),
[anon_sym_for] = ACTIONS(395),
[anon_sym_AT] = ACTIONS(63),
[anon_sym_open] = ACTIONS(65),
[anon_sym_module] = ACTIONS(67),
[anon_sym_static] = ACTIONS(35),
[anon_sym_with] = ACTIONS(69),
[anon_sym_package] = ACTIONS(71),
[anon_sym_import] = ACTIONS(73),
[anon_sym_enum] = ACTIONS(75),
[anon_sym_public] = ACTIONS(77),
[anon_sym_protected] = ACTIONS(77),
[anon_sym_private] = ACTIONS(77),
[anon_sym_abstract] = ACTIONS(35),
[anon_sym_final] = ACTIONS(35),
[anon_sym_strictfp] = ACTIONS(35),
[anon_sym_native] = ACTIONS(35),
[anon_sym_transient] = ACTIONS(35),
[anon_sym_volatile] = ACTIONS(35),
[anon_sym_sealed] = ACTIONS(240),
[anon_sym_non_DASHsealed] = ACTIONS(81),
[anon_sym_record] = ACTIONS(83),
[anon_sym_interface] = ACTIONS(85),
[anon_sym_byte] = ACTIONS(87),
[anon_sym_short] = ACTIONS(87),
[anon_sym_int] = ACTIONS(87),
[anon_sym_long] = ACTIONS(87),
[anon_sym_char] = ACTIONS(87),
[anon_sym_float] = ACTIONS(89),
[anon_sym_double] = ACTIONS(89),
[sym_boolean_type] = ACTIONS(91),
[sym_void_type] = ACTIONS(91),
[sym_this] = ACTIONS(93),
[sym_super] = ACTIONS(95),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(48)] = {
[sym__literal] = STATE(593),
[sym_string_literal] = STATE(594),
[sym__string_literal] = STATE(550),
[sym__multiline_string_literal] = STATE(550),
[sym_expression] = STATE(856),
[sym_cast_expression] = STATE(709),
[sym_assignment_expression] = STATE(709),
[sym_binary_expression] = STATE(709),
[sym_instanceof_expression] = STATE(709),
[sym_lambda_expression] = STATE(709),
[sym_inferred_parameters] = STATE(1589),
[sym_ternary_expression] = STATE(709),
[sym_unary_expression] = STATE(709),
[sym__unary_complement_expression] = STATE(716),
[sym_update_expression] = STATE(709),
[sym_primary_expression] = STATE(562),
[sym_array_creation_expression] = STATE(593),
[sym_parenthesized_expression] = STATE(449),
[sym_class_literal] = STATE(593),
[sym_object_creation_expression] = STATE(593),
[sym__unqualified_object_creation_expression] = STATE(600),
[sym_field_access] = STATE(449),
[sym_template_expression] = STATE(593),
[sym_array_access] = STATE(449),
[sym_method_invocation] = STATE(593),
[sym_method_reference] = STATE(593),
[sym_switch_expression] = STATE(125),
[sym_statement] = STATE(278),
[sym_block] = STATE(381),
[sym_expression_statement] = STATE(381),
[sym_labeled_statement] = STATE(381),
[sym_assert_statement] = STATE(381),
[sym_do_statement] = STATE(381),
[sym_break_statement] = STATE(381),
[sym_continue_statement] = STATE(381),
[sym_return_statement] = STATE(381),
[sym_yield_statement] = STATE(381),
[sym_synchronized_statement] = STATE(381),
[sym_throw_statement] = STATE(381),
[sym_try_statement] = STATE(381),
[sym_try_with_resources_statement] = STATE(381),
[sym_if_statement] = STATE(381),
[sym_while_statement] = STATE(381),
[sym_for_statement] = STATE(381),
[sym_enhanced_for_statement] = STATE(381),
[sym__annotation] = STATE(619),
[sym_marker_annotation] = STATE(619),
[sym_annotation] = STATE(619),
[sym_declaration] = STATE(381),
[sym_module_declaration] = STATE(279),
[sym_package_declaration] = STATE(279),
[sym_import_declaration] = STATE(279),
[sym_enum_declaration] = STATE(279),
[sym_class_declaration] = STATE(279),
[sym_visibility] = STATE(516),
[sym__modifier] = STATE(516),
[sym_modifiers] = STATE(899),
[sym_record_declaration] = STATE(279),
[sym_annotation_type_declaration] = STATE(279),
[sym_interface_declaration] = STATE(279),
[sym__type] = STATE(1515),
[sym__unannotated_type] = STATE(851),
[sym_annotated_type] = STATE(944),
[sym_scoped_type_identifier] = STATE(947),
[sym_generic_type] = STATE(962),
[sym_array_type] = STATE(844),
[sym_integral_type] = STATE(844),
[sym_floating_point_type] = STATE(844),
[sym_formal_parameters] = STATE(1589),
[sym_local_variable_declaration] = STATE(381),
[sym__reserved_identifier] = STATE(472),
[aux_sym_array_creation_expression_repeat1] = STATE(810),
[aux_sym_modifiers_repeat1] = STATE(516),
[sym_identifier] = ACTIONS(385),
[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(21),
[anon_sym_DASH] = ACTIONS(21),
[anon_sym_TILDE] = ACTIONS(23),
[anon_sym_BANG] = 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(35),
[anon_sym_SEMI] = ACTIONS(37),
[anon_sym_assert] = ACTIONS(39),
[anon_sym_do] = ACTIONS(41),
[anon_sym_while] = ACTIONS(391),
[anon_sym_break] = ACTIONS(45),
[anon_sym_continue] = ACTIONS(47),
[anon_sym_return] = ACTIONS(49),
[anon_sym_yield] = ACTIONS(51),
[anon_sym_synchronized] = ACTIONS(53),
[anon_sym_throw] = ACTIONS(55),
[anon_sym_try] = ACTIONS(57),
[anon_sym_if] = ACTIONS(393),
[anon_sym_for] = ACTIONS(395),
[anon_sym_AT] = ACTIONS(63),
[anon_sym_open] = ACTIONS(65),
[anon_sym_module] = ACTIONS(67),
[anon_sym_static] = ACTIONS(35),
[anon_sym_with] = ACTIONS(69),
[anon_sym_package] = ACTIONS(71),
[anon_sym_import] = ACTIONS(73),
[anon_sym_enum] = ACTIONS(75),
[anon_sym_public] = ACTIONS(77),
[anon_sym_protected] = ACTIONS(77),
[anon_sym_private] = ACTIONS(77),
[anon_sym_abstract] = ACTIONS(35),
[anon_sym_final] = ACTIONS(35),
[anon_sym_strictfp] = ACTIONS(35),
[anon_sym_native] = ACTIONS(35),
[anon_sym_transient] = ACTIONS(35),
[anon_sym_volatile] = ACTIONS(35),
[anon_sym_sealed] = ACTIONS(240),
[anon_sym_non_DASHsealed] = ACTIONS(81),
[anon_sym_record] = ACTIONS(83),
[anon_sym_interface] = ACTIONS(85),
[anon_sym_byte] = ACTIONS(87),
[anon_sym_short] = ACTIONS(87),
[anon_sym_int] = ACTIONS(87),
[anon_sym_long] = ACTIONS(87),
[anon_sym_char] = ACTIONS(87),
[anon_sym_float] = ACTIONS(89),
[anon_sym_double] = ACTIONS(89),
[sym_boolean_type] = ACTIONS(91),
[sym_void_type] = ACTIONS(91),
[sym_this] = ACTIONS(93),
[sym_super] = ACTIONS(95),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(49)] = {
[sym__literal] = STATE(593),
[sym_string_literal] = STATE(594),
[sym__string_literal] = STATE(550),
[sym__multiline_string_literal] = STATE(550),
[sym_expression] = STATE(856),
[sym_cast_expression] = STATE(709),
[sym_assignment_expression] = STATE(709),
[sym_binary_expression] = STATE(709),
[sym_instanceof_expression] = STATE(709),
[sym_lambda_expression] = STATE(709),
[sym_inferred_parameters] = STATE(1589),
[sym_ternary_expression] = STATE(709),
[sym_unary_expression] = STATE(709),
[sym__unary_complement_expression] = STATE(716),
[sym_update_expression] = STATE(709),
[sym_primary_expression] = STATE(562),
[sym_array_creation_expression] = STATE(593),
[sym_parenthesized_expression] = STATE(449),
[sym_class_literal] = STATE(593),
[sym_object_creation_expression] = STATE(593),
[sym__unqualified_object_creation_expression] = STATE(600),
[sym_field_access] = STATE(449),
[sym_template_expression] = STATE(593),
[sym_array_access] = STATE(449),
[sym_method_invocation] = STATE(593),
[sym_method_reference] = STATE(593),
[sym_switch_expression] = STATE(125),
[sym_statement] = STATE(306),
[sym_block] = STATE(381),
[sym_expression_statement] = STATE(381),
[sym_labeled_statement] = STATE(381),
[sym_assert_statement] = STATE(381),
[sym_do_statement] = STATE(381),
[sym_break_statement] = STATE(381),
[sym_continue_statement] = STATE(381),
[sym_return_statement] = STATE(381),
[sym_yield_statement] = STATE(381),
[sym_synchronized_statement] = STATE(381),
[sym_throw_statement] = STATE(381),
[sym_try_statement] = STATE(381),
[sym_try_with_resources_statement] = STATE(381),
[sym_if_statement] = STATE(381),
[sym_while_statement] = STATE(381),
[sym_for_statement] = STATE(381),
[sym_enhanced_for_statement] = STATE(381),
[sym__annotation] = STATE(619),
[sym_marker_annotation] = STATE(619),
[sym_annotation] = STATE(619),
[sym_declaration] = STATE(381),
[sym_module_declaration] = STATE(279),
[sym_package_declaration] = STATE(279),
[sym_import_declaration] = STATE(279),
[sym_enum_declaration] = STATE(279),
[sym_class_declaration] = STATE(279),
[sym_visibility] = STATE(516),
[sym__modifier] = STATE(516),
[sym_modifiers] = STATE(899),
[sym_record_declaration] = STATE(279),
[sym_annotation_type_declaration] = STATE(279),
[sym_interface_declaration] = STATE(279),
[sym__type] = STATE(1515),
[sym__unannotated_type] = STATE(851),
[sym_annotated_type] = STATE(944),
[sym_scoped_type_identifier] = STATE(947),
[sym_generic_type] = STATE(962),
[sym_array_type] = STATE(844),
[sym_integral_type] = STATE(844),
[sym_floating_point_type] = STATE(844),
[sym_formal_parameters] = STATE(1589),
[sym_local_variable_declaration] = STATE(381),
[sym__reserved_identifier] = STATE(472),
[aux_sym_array_creation_expression_repeat1] = STATE(810),
[aux_sym_modifiers_repeat1] = STATE(516),
[sym_identifier] = ACTIONS(385),
[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(21),
[anon_sym_DASH] = ACTIONS(21),
[anon_sym_TILDE] = ACTIONS(23),
[anon_sym_BANG] = 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(35),
[anon_sym_SEMI] = ACTIONS(37),
[anon_sym_assert] = ACTIONS(39),
[anon_sym_do] = ACTIONS(41),
[anon_sym_while] = ACTIONS(391),
[anon_sym_break] = ACTIONS(45),
[anon_sym_continue] = ACTIONS(47),
[anon_sym_return] = ACTIONS(49),
[anon_sym_yield] = ACTIONS(51),
[anon_sym_synchronized] = ACTIONS(53),
[anon_sym_throw] = ACTIONS(55),
[anon_sym_try] = ACTIONS(57),
[anon_sym_if] = ACTIONS(393),
[anon_sym_for] = ACTIONS(395),
[anon_sym_AT] = ACTIONS(63),
[anon_sym_open] = ACTIONS(65),
[anon_sym_module] = ACTIONS(67),
[anon_sym_static] = ACTIONS(35),
[anon_sym_with] = ACTIONS(69),
[anon_sym_package] = ACTIONS(71),
[anon_sym_import] = ACTIONS(73),
[anon_sym_enum] = ACTIONS(75),
[anon_sym_public] = ACTIONS(77),
[anon_sym_protected] = ACTIONS(77),
[anon_sym_private] = ACTIONS(77),
[anon_sym_abstract] = ACTIONS(35),
[anon_sym_final] = ACTIONS(35),
[anon_sym_strictfp] = ACTIONS(35),
[anon_sym_native] = ACTIONS(35),
[anon_sym_transient] = ACTIONS(35),
[anon_sym_volatile] = ACTIONS(35),
[anon_sym_sealed] = ACTIONS(240),
[anon_sym_non_DASHsealed] = ACTIONS(81),
[anon_sym_record] = ACTIONS(83),
[anon_sym_interface] = ACTIONS(85),
[anon_sym_byte] = ACTIONS(87),
[anon_sym_short] = ACTIONS(87),
[anon_sym_int] = ACTIONS(87),
[anon_sym_long] = ACTIONS(87),
[anon_sym_char] = ACTIONS(87),
[anon_sym_float] = ACTIONS(89),
[anon_sym_double] = ACTIONS(89),
[sym_boolean_type] = ACTIONS(91),
[sym_void_type] = ACTIONS(91),
[sym_this] = ACTIONS(93),
[sym_super] = ACTIONS(95),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(50)] = {
[sym__literal] = STATE(593),
[sym_string_literal] = STATE(594),
[sym__string_literal] = STATE(550),
[sym__multiline_string_literal] = STATE(550),
[sym_expression] = STATE(856),
[sym_cast_expression] = STATE(709),
[sym_assignment_expression] = STATE(709),
[sym_binary_expression] = STATE(709),
[sym_instanceof_expression] = STATE(709),
[sym_lambda_expression] = STATE(709),
[sym_inferred_parameters] = STATE(1589),
[sym_ternary_expression] = STATE(709),
[sym_unary_expression] = STATE(709),
[sym__unary_complement_expression] = STATE(716),
[sym_update_expression] = STATE(709),
[sym_primary_expression] = STATE(562),
[sym_array_creation_expression] = STATE(593),
[sym_parenthesized_expression] = STATE(449),
[sym_class_literal] = STATE(593),
[sym_object_creation_expression] = STATE(593),
[sym__unqualified_object_creation_expression] = STATE(600),
[sym_field_access] = STATE(449),
[sym_template_expression] = STATE(593),
[sym_array_access] = STATE(449),
[sym_method_invocation] = STATE(593),
[sym_method_reference] = STATE(593),
[sym_switch_expression] = STATE(125),
[sym_statement] = STATE(307),
[sym_block] = STATE(381),
[sym_expression_statement] = STATE(381),
[sym_labeled_statement] = STATE(381),
[sym_assert_statement] = STATE(381),
[sym_do_statement] = STATE(381),
[sym_break_statement] = STATE(381),
[sym_continue_statement] = STATE(381),
[sym_return_statement] = STATE(381),
[sym_yield_statement] = STATE(381),
[sym_synchronized_statement] = STATE(381),
[sym_throw_statement] = STATE(381),
[sym_try_statement] = STATE(381),
[sym_try_with_resources_statement] = STATE(381),
[sym_if_statement] = STATE(381),
[sym_while_statement] = STATE(381),
[sym_for_statement] = STATE(381),
[sym_enhanced_for_statement] = STATE(381),
[sym__annotation] = STATE(619),
[sym_marker_annotation] = STATE(619),
[sym_annotation] = STATE(619),
[sym_declaration] = STATE(381),
[sym_module_declaration] = STATE(279),
[sym_package_declaration] = STATE(279),
[sym_import_declaration] = STATE(279),
[sym_enum_declaration] = STATE(279),
[sym_class_declaration] = STATE(279),
[sym_visibility] = STATE(516),
[sym__modifier] = STATE(516),
[sym_modifiers] = STATE(899),
[sym_record_declaration] = STATE(279),
[sym_annotation_type_declaration] = STATE(279),
[sym_interface_declaration] = STATE(279),
[sym__type] = STATE(1515),
[sym__unannotated_type] = STATE(851),
[sym_annotated_type] = STATE(944),
[sym_scoped_type_identifier] = STATE(947),
[sym_generic_type] = STATE(962),
[sym_array_type] = STATE(844),
[sym_integral_type] = STATE(844),
[sym_floating_point_type] = STATE(844),
[sym_formal_parameters] = STATE(1589),
[sym_local_variable_declaration] = STATE(381),
[sym__reserved_identifier] = STATE(472),
[aux_sym_array_creation_expression_repeat1] = STATE(810),
[aux_sym_modifiers_repeat1] = STATE(516),
[sym_identifier] = ACTIONS(385),
[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(21),
[anon_sym_DASH] = ACTIONS(21),
[anon_sym_TILDE] = ACTIONS(23),
[anon_sym_BANG] = 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(35),
[anon_sym_SEMI] = ACTIONS(37),
[anon_sym_assert] = ACTIONS(39),
[anon_sym_do] = ACTIONS(41),
[anon_sym_while] = ACTIONS(391),
[anon_sym_break] = ACTIONS(45),
[anon_sym_continue] = ACTIONS(47),
[anon_sym_return] = ACTIONS(49),
[anon_sym_yield] = ACTIONS(51),
[anon_sym_synchronized] = ACTIONS(53),
[anon_sym_throw] = ACTIONS(55),
[anon_sym_try] = ACTIONS(57),
[anon_sym_if] = ACTIONS(393),
[anon_sym_for] = ACTIONS(395),
[anon_sym_AT] = ACTIONS(63),
[anon_sym_open] = ACTIONS(65),
[anon_sym_module] = ACTIONS(67),
[anon_sym_static] = ACTIONS(35),
[anon_sym_with] = ACTIONS(69),
[anon_sym_package] = ACTIONS(71),
[anon_sym_import] = ACTIONS(73),
[anon_sym_enum] = ACTIONS(75),
[anon_sym_public] = ACTIONS(77),
[anon_sym_protected] = ACTIONS(77),
[anon_sym_private] = ACTIONS(77),
[anon_sym_abstract] = ACTIONS(35),
[anon_sym_final] = ACTIONS(35),
[anon_sym_strictfp] = ACTIONS(35),
[anon_sym_native] = ACTIONS(35),
[anon_sym_transient] = ACTIONS(35),
[anon_sym_volatile] = ACTIONS(35),
[anon_sym_sealed] = ACTIONS(240),
[anon_sym_non_DASHsealed] = ACTIONS(81),
[anon_sym_record] = ACTIONS(83),
[anon_sym_interface] = ACTIONS(85),
[anon_sym_byte] = ACTIONS(87),
[anon_sym_short] = ACTIONS(87),
[anon_sym_int] = ACTIONS(87),
[anon_sym_long] = ACTIONS(87),
[anon_sym_char] = ACTIONS(87),
[anon_sym_float] = ACTIONS(89),
[anon_sym_double] = ACTIONS(89),
[sym_boolean_type] = ACTIONS(91),
[sym_void_type] = ACTIONS(91),
[sym_this] = ACTIONS(93),
[sym_super] = ACTIONS(95),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(51)] = {
[sym__literal] = STATE(593),
[sym_string_literal] = STATE(594),
[sym__string_literal] = STATE(550),
[sym__multiline_string_literal] = STATE(550),
[sym_expression] = STATE(856),
[sym_cast_expression] = STATE(709),
[sym_assignment_expression] = STATE(709),
[sym_binary_expression] = STATE(709),
[sym_instanceof_expression] = STATE(709),
[sym_lambda_expression] = STATE(709),
[sym_inferred_parameters] = STATE(1589),
[sym_ternary_expression] = STATE(709),
[sym_unary_expression] = STATE(709),
[sym__unary_complement_expression] = STATE(716),
[sym_update_expression] = STATE(709),
[sym_primary_expression] = STATE(562),
[sym_array_creation_expression] = STATE(593),
[sym_parenthesized_expression] = STATE(449),
[sym_class_literal] = STATE(593),
[sym_object_creation_expression] = STATE(593),
[sym__unqualified_object_creation_expression] = STATE(600),
[sym_field_access] = STATE(449),
[sym_template_expression] = STATE(593),
[sym_array_access] = STATE(449),
[sym_method_invocation] = STATE(593),
[sym_method_reference] = STATE(593),
[sym_switch_expression] = STATE(125),
[sym_statement] = STATE(324),
[sym_block] = STATE(381),
[sym_expression_statement] = STATE(381),
[sym_labeled_statement] = STATE(381),
[sym_assert_statement] = STATE(381),
[sym_do_statement] = STATE(381),
[sym_break_statement] = STATE(381),
[sym_continue_statement] = STATE(381),
[sym_return_statement] = STATE(381),
[sym_yield_statement] = STATE(381),
[sym_synchronized_statement] = STATE(381),
[sym_throw_statement] = STATE(381),
[sym_try_statement] = STATE(381),
[sym_try_with_resources_statement] = STATE(381),
[sym_if_statement] = STATE(381),
[sym_while_statement] = STATE(381),
[sym_for_statement] = STATE(381),
[sym_enhanced_for_statement] = STATE(381),
[sym__annotation] = STATE(619),
[sym_marker_annotation] = STATE(619),
[sym_annotation] = STATE(619),
[sym_declaration] = STATE(381),
[sym_module_declaration] = STATE(279),
[sym_package_declaration] = STATE(279),
[sym_import_declaration] = STATE(279),
[sym_enum_declaration] = STATE(279),
[sym_class_declaration] = STATE(279),
[sym_visibility] = STATE(516),
[sym__modifier] = STATE(516),
[sym_modifiers] = STATE(899),
[sym_record_declaration] = STATE(279),
[sym_annotation_type_declaration] = STATE(279),
[sym_interface_declaration] = STATE(279),
[sym__type] = STATE(1515),
[sym__unannotated_type] = STATE(851),
[sym_annotated_type] = STATE(944),
[sym_scoped_type_identifier] = STATE(947),
[sym_generic_type] = STATE(962),
[sym_array_type] = STATE(844),
[sym_integral_type] = STATE(844),
[sym_floating_point_type] = STATE(844),
[sym_formal_parameters] = STATE(1589),
[sym_local_variable_declaration] = STATE(381),
[sym__reserved_identifier] = STATE(472),
[aux_sym_array_creation_expression_repeat1] = STATE(810),
[aux_sym_modifiers_repeat1] = STATE(516),
[sym_identifier] = ACTIONS(385),
[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(21),
[anon_sym_DASH] = ACTIONS(21),
[anon_sym_TILDE] = ACTIONS(23),
[anon_sym_BANG] = 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(35),
[anon_sym_SEMI] = ACTIONS(37),
[anon_sym_assert] = ACTIONS(39),
[anon_sym_do] = ACTIONS(41),
[anon_sym_while] = ACTIONS(391),
[anon_sym_break] = ACTIONS(45),
[anon_sym_continue] = ACTIONS(47),
[anon_sym_return] = ACTIONS(49),
[anon_sym_yield] = ACTIONS(51),
[anon_sym_synchronized] = ACTIONS(53),
[anon_sym_throw] = ACTIONS(55),
[anon_sym_try] = ACTIONS(57),
[anon_sym_if] = ACTIONS(393),
[anon_sym_for] = ACTIONS(395),
[anon_sym_AT] = ACTIONS(63),
[anon_sym_open] = ACTIONS(65),
[anon_sym_module] = ACTIONS(67),
[anon_sym_static] = ACTIONS(35),
[anon_sym_with] = ACTIONS(69),
[anon_sym_package] = ACTIONS(71),
[anon_sym_import] = ACTIONS(73),
[anon_sym_enum] = ACTIONS(75),
[anon_sym_public] = ACTIONS(77),
[anon_sym_protected] = ACTIONS(77),
[anon_sym_private] = ACTIONS(77),
[anon_sym_abstract] = ACTIONS(35),
[anon_sym_final] = ACTIONS(35),
[anon_sym_strictfp] = ACTIONS(35),
[anon_sym_native] = ACTIONS(35),
[anon_sym_transient] = ACTIONS(35),
[anon_sym_volatile] = ACTIONS(35),
[anon_sym_sealed] = ACTIONS(240),
[anon_sym_non_DASHsealed] = ACTIONS(81),
[anon_sym_record] = ACTIONS(83),
[anon_sym_interface] = ACTIONS(85),
[anon_sym_byte] = ACTIONS(87),
[anon_sym_short] = ACTIONS(87),
[anon_sym_int] = ACTIONS(87),
[anon_sym_long] = ACTIONS(87),
[anon_sym_char] = ACTIONS(87),
[anon_sym_float] = ACTIONS(89),
[anon_sym_double] = ACTIONS(89),
[sym_boolean_type] = ACTIONS(91),
[sym_void_type] = ACTIONS(91),
[sym_this] = ACTIONS(93),
[sym_super] = ACTIONS(95),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(52)] = {
[sym__literal] = STATE(593),
[sym_string_literal] = STATE(594),
[sym__string_literal] = STATE(550),
[sym__multiline_string_literal] = STATE(550),
[sym_expression] = STATE(856),
[sym_cast_expression] = STATE(709),
[sym_assignment_expression] = STATE(709),
[sym_binary_expression] = STATE(709),
[sym_instanceof_expression] = STATE(709),
[sym_lambda_expression] = STATE(709),
[sym_inferred_parameters] = STATE(1589),
[sym_ternary_expression] = STATE(709),
[sym_unary_expression] = STATE(709),
[sym__unary_complement_expression] = STATE(716),
[sym_update_expression] = STATE(709),
[sym_primary_expression] = STATE(562),
[sym_array_creation_expression] = STATE(593),
[sym_parenthesized_expression] = STATE(449),
[sym_class_literal] = STATE(593),
[sym_object_creation_expression] = STATE(593),
[sym__unqualified_object_creation_expression] = STATE(600),
[sym_field_access] = STATE(449),
[sym_template_expression] = STATE(593),
[sym_array_access] = STATE(449),
[sym_method_invocation] = STATE(593),
[sym_method_reference] = STATE(593),
[sym_switch_expression] = STATE(125),
[sym_statement] = STATE(325),
[sym_block] = STATE(381),
[sym_expression_statement] = STATE(381),
[sym_labeled_statement] = STATE(381),
[sym_assert_statement] = STATE(381),
[sym_do_statement] = STATE(381),
[sym_break_statement] = STATE(381),
[sym_continue_statement] = STATE(381),
[sym_return_statement] = STATE(381),
[sym_yield_statement] = STATE(381),
[sym_synchronized_statement] = STATE(381),
[sym_throw_statement] = STATE(381),
[sym_try_statement] = STATE(381),
[sym_try_with_resources_statement] = STATE(381),
[sym_if_statement] = STATE(381),
[sym_while_statement] = STATE(381),
[sym_for_statement] = STATE(381),
[sym_enhanced_for_statement] = STATE(381),
[sym__annotation] = STATE(619),
[sym_marker_annotation] = STATE(619),
[sym_annotation] = STATE(619),
[sym_declaration] = STATE(381),
[sym_module_declaration] = STATE(279),
[sym_package_declaration] = STATE(279),
[sym_import_declaration] = STATE(279),
[sym_enum_declaration] = STATE(279),
[sym_class_declaration] = STATE(279),
[sym_visibility] = STATE(516),
[sym__modifier] = STATE(516),
[sym_modifiers] = STATE(899),
[sym_record_declaration] = STATE(279),
[sym_annotation_type_declaration] = STATE(279),
[sym_interface_declaration] = STATE(279),
[sym__type] = STATE(1515),
[sym__unannotated_type] = STATE(851),
[sym_annotated_type] = STATE(944),
[sym_scoped_type_identifier] = STATE(947),
[sym_generic_type] = STATE(962),
[sym_array_type] = STATE(844),
[sym_integral_type] = STATE(844),
[sym_floating_point_type] = STATE(844),
[sym_formal_parameters] = STATE(1589),
[sym_local_variable_declaration] = STATE(381),
[sym__reserved_identifier] = STATE(472),
[aux_sym_array_creation_expression_repeat1] = STATE(810),
[aux_sym_modifiers_repeat1] = STATE(516),
[sym_identifier] = ACTIONS(385),
[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(21),
[anon_sym_DASH] = ACTIONS(21),
[anon_sym_TILDE] = ACTIONS(23),
[anon_sym_BANG] = 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(35),
[anon_sym_SEMI] = ACTIONS(37),
[anon_sym_assert] = ACTIONS(39),
[anon_sym_do] = ACTIONS(41),
[anon_sym_while] = ACTIONS(391),
[anon_sym_break] = ACTIONS(45),
[anon_sym_continue] = ACTIONS(47),
[anon_sym_return] = ACTIONS(49),
[anon_sym_yield] = ACTIONS(51),
[anon_sym_synchronized] = ACTIONS(53),
[anon_sym_throw] = ACTIONS(55),
[anon_sym_try] = ACTIONS(57),
[anon_sym_if] = ACTIONS(393),
[anon_sym_for] = ACTIONS(395),
[anon_sym_AT] = ACTIONS(63),
[anon_sym_open] = ACTIONS(65),
[anon_sym_module] = ACTIONS(67),
[anon_sym_static] = ACTIONS(35),
[anon_sym_with] = ACTIONS(69),
[anon_sym_package] = ACTIONS(71),
[anon_sym_import] = ACTIONS(73),
[anon_sym_enum] = ACTIONS(75),
[anon_sym_public] = ACTIONS(77),
[anon_sym_protected] = ACTIONS(77),
[anon_sym_private] = ACTIONS(77),
[anon_sym_abstract] = ACTIONS(35),
[anon_sym_final] = ACTIONS(35),
[anon_sym_strictfp] = ACTIONS(35),
[anon_sym_native] = ACTIONS(35),
[anon_sym_transient] = ACTIONS(35),
[anon_sym_volatile] = ACTIONS(35),
[anon_sym_sealed] = ACTIONS(240),
[anon_sym_non_DASHsealed] = ACTIONS(81),
[anon_sym_record] = ACTIONS(83),
[anon_sym_interface] = ACTIONS(85),
[anon_sym_byte] = ACTIONS(87),
[anon_sym_short] = ACTIONS(87),
[anon_sym_int] = ACTIONS(87),
[anon_sym_long] = ACTIONS(87),
[anon_sym_char] = ACTIONS(87),
[anon_sym_float] = ACTIONS(89),
[anon_sym_double] = ACTIONS(89),
[sym_boolean_type] = ACTIONS(91),
[sym_void_type] = ACTIONS(91),
[sym_this] = ACTIONS(93),
[sym_super] = ACTIONS(95),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(53)] = {
[sym__literal] = STATE(593),
[sym_string_literal] = STATE(594),
[sym__string_literal] = STATE(550),
[sym__multiline_string_literal] = STATE(550),
[sym_expression] = STATE(856),
[sym_cast_expression] = STATE(709),
[sym_assignment_expression] = STATE(709),
[sym_binary_expression] = STATE(709),
[sym_instanceof_expression] = STATE(709),
[sym_lambda_expression] = STATE(709),
[sym_inferred_parameters] = STATE(1589),
[sym_ternary_expression] = STATE(709),
[sym_unary_expression] = STATE(709),
[sym__unary_complement_expression] = STATE(716),
[sym_update_expression] = STATE(709),
[sym_primary_expression] = STATE(562),
[sym_array_creation_expression] = STATE(593),
[sym_parenthesized_expression] = STATE(449),
[sym_class_literal] = STATE(593),
[sym_object_creation_expression] = STATE(593),
[sym__unqualified_object_creation_expression] = STATE(600),
[sym_field_access] = STATE(449),
[sym_template_expression] = STATE(593),
[sym_array_access] = STATE(449),
[sym_method_invocation] = STATE(593),
[sym_method_reference] = STATE(593),
[sym_switch_expression] = STATE(125),
[sym_statement] = STATE(326),
[sym_block] = STATE(381),
[sym_expression_statement] = STATE(381),
[sym_labeled_statement] = STATE(381),
[sym_assert_statement] = STATE(381),
[sym_do_statement] = STATE(381),
[sym_break_statement] = STATE(381),
[sym_continue_statement] = STATE(381),
[sym_return_statement] = STATE(381),
[sym_yield_statement] = STATE(381),
[sym_synchronized_statement] = STATE(381),
[sym_throw_statement] = STATE(381),
[sym_try_statement] = STATE(381),
[sym_try_with_resources_statement] = STATE(381),
[sym_if_statement] = STATE(381),
[sym_while_statement] = STATE(381),
[sym_for_statement] = STATE(381),
[sym_enhanced_for_statement] = STATE(381),
[sym__annotation] = STATE(619),
[sym_marker_annotation] = STATE(619),
[sym_annotation] = STATE(619),
[sym_declaration] = STATE(381),
[sym_module_declaration] = STATE(279),
[sym_package_declaration] = STATE(279),
[sym_import_declaration] = STATE(279),
[sym_enum_declaration] = STATE(279),
[sym_class_declaration] = STATE(279),
[sym_visibility] = STATE(516),
[sym__modifier] = STATE(516),
[sym_modifiers] = STATE(899),
[sym_record_declaration] = STATE(279),
[sym_annotation_type_declaration] = STATE(279),
[sym_interface_declaration] = STATE(279),
[sym__type] = STATE(1515),
[sym__unannotated_type] = STATE(851),
[sym_annotated_type] = STATE(944),
[sym_scoped_type_identifier] = STATE(947),
[sym_generic_type] = STATE(962),
[sym_array_type] = STATE(844),
[sym_integral_type] = STATE(844),
[sym_floating_point_type] = STATE(844),
[sym_formal_parameters] = STATE(1589),
[sym_local_variable_declaration] = STATE(381),
[sym__reserved_identifier] = STATE(472),
[aux_sym_array_creation_expression_repeat1] = STATE(810),
[aux_sym_modifiers_repeat1] = STATE(516),
[sym_identifier] = ACTIONS(385),
[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(21),
[anon_sym_DASH] = ACTIONS(21),
[anon_sym_TILDE] = ACTIONS(23),
[anon_sym_BANG] = 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(35),
[anon_sym_SEMI] = ACTIONS(37),
[anon_sym_assert] = ACTIONS(39),
[anon_sym_do] = ACTIONS(41),
[anon_sym_while] = ACTIONS(391),
[anon_sym_break] = ACTIONS(45),
[anon_sym_continue] = ACTIONS(47),
[anon_sym_return] = ACTIONS(49),
[anon_sym_yield] = ACTIONS(51),
[anon_sym_synchronized] = ACTIONS(53),
[anon_sym_throw] = ACTIONS(55),
[anon_sym_try] = ACTIONS(57),
[anon_sym_if] = ACTIONS(393),
[anon_sym_for] = ACTIONS(395),
[anon_sym_AT] = ACTIONS(63),
[anon_sym_open] = ACTIONS(65),
[anon_sym_module] = ACTIONS(67),
[anon_sym_static] = ACTIONS(35),
[anon_sym_with] = ACTIONS(69),
[anon_sym_package] = ACTIONS(71),
[anon_sym_import] = ACTIONS(73),
[anon_sym_enum] = ACTIONS(75),
[anon_sym_public] = ACTIONS(77),
[anon_sym_protected] = ACTIONS(77),
[anon_sym_private] = ACTIONS(77),
[anon_sym_abstract] = ACTIONS(35),
[anon_sym_final] = ACTIONS(35),
[anon_sym_strictfp] = ACTIONS(35),
[anon_sym_native] = ACTIONS(35),
[anon_sym_transient] = ACTIONS(35),
[anon_sym_volatile] = ACTIONS(35),
[anon_sym_sealed] = ACTIONS(240),
[anon_sym_non_DASHsealed] = ACTIONS(81),
[anon_sym_record] = ACTIONS(83),
[anon_sym_interface] = ACTIONS(85),
[anon_sym_byte] = ACTIONS(87),
[anon_sym_short] = ACTIONS(87),
[anon_sym_int] = ACTIONS(87),
[anon_sym_long] = ACTIONS(87),
[anon_sym_char] = ACTIONS(87),
[anon_sym_float] = ACTIONS(89),
[anon_sym_double] = ACTIONS(89),
[sym_boolean_type] = ACTIONS(91),
[sym_void_type] = ACTIONS(91),
[sym_this] = ACTIONS(93),
[sym_super] = ACTIONS(95),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(54)] = {
[sym__literal] = STATE(593),
[sym_string_literal] = STATE(594),
[sym__string_literal] = STATE(550),
[sym__multiline_string_literal] = STATE(550),
[sym_expression] = STATE(856),
[sym_cast_expression] = STATE(709),
[sym_assignment_expression] = STATE(709),
[sym_binary_expression] = STATE(709),
[sym_instanceof_expression] = STATE(709),
[sym_lambda_expression] = STATE(709),
[sym_inferred_parameters] = STATE(1589),
[sym_ternary_expression] = STATE(709),
[sym_unary_expression] = STATE(709),
[sym__unary_complement_expression] = STATE(716),
[sym_update_expression] = STATE(709),
[sym_primary_expression] = STATE(562),
[sym_array_creation_expression] = STATE(593),
[sym_parenthesized_expression] = STATE(449),
[sym_class_literal] = STATE(593),
[sym_object_creation_expression] = STATE(593),
[sym__unqualified_object_creation_expression] = STATE(600),
[sym_field_access] = STATE(449),
[sym_template_expression] = STATE(593),
[sym_array_access] = STATE(449),
[sym_method_invocation] = STATE(593),
[sym_method_reference] = STATE(593),
[sym_switch_expression] = STATE(125),
[sym_statement] = STATE(329),
[sym_block] = STATE(381),
[sym_expression_statement] = STATE(381),
[sym_labeled_statement] = STATE(381),
[sym_assert_statement] = STATE(381),
[sym_do_statement] = STATE(381),
[sym_break_statement] = STATE(381),
[sym_continue_statement] = STATE(381),
[sym_return_statement] = STATE(381),
[sym_yield_statement] = STATE(381),
[sym_synchronized_statement] = STATE(381),
[sym_throw_statement] = STATE(381),
[sym_try_statement] = STATE(381),
[sym_try_with_resources_statement] = STATE(381),
[sym_if_statement] = STATE(381),
[sym_while_statement] = STATE(381),
[sym_for_statement] = STATE(381),
[sym_enhanced_for_statement] = STATE(381),
[sym__annotation] = STATE(619),
[sym_marker_annotation] = STATE(619),
[sym_annotation] = STATE(619),
[sym_declaration] = STATE(381),
[sym_module_declaration] = STATE(279),
[sym_package_declaration] = STATE(279),
[sym_import_declaration] = STATE(279),
[sym_enum_declaration] = STATE(279),
[sym_class_declaration] = STATE(279),
[sym_visibility] = STATE(516),
[sym__modifier] = STATE(516),
[sym_modifiers] = STATE(899),
[sym_record_declaration] = STATE(279),
[sym_annotation_type_declaration] = STATE(279),
[sym_interface_declaration] = STATE(279),
[sym__type] = STATE(1515),
[sym__unannotated_type] = STATE(851),
[sym_annotated_type] = STATE(944),
[sym_scoped_type_identifier] = STATE(947),
[sym_generic_type] = STATE(962),
[sym_array_type] = STATE(844),
[sym_integral_type] = STATE(844),
[sym_floating_point_type] = STATE(844),
[sym_formal_parameters] = STATE(1589),
[sym_local_variable_declaration] = STATE(381),
[sym__reserved_identifier] = STATE(472),
[aux_sym_array_creation_expression_repeat1] = STATE(810),
[aux_sym_modifiers_repeat1] = STATE(516),
[sym_identifier] = ACTIONS(385),
[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(21),
[anon_sym_DASH] = ACTIONS(21),
[anon_sym_TILDE] = ACTIONS(23),
[anon_sym_BANG] = 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(35),
[anon_sym_SEMI] = ACTIONS(37),
[anon_sym_assert] = ACTIONS(39),
[anon_sym_do] = ACTIONS(41),
[anon_sym_while] = ACTIONS(391),
[anon_sym_break] = ACTIONS(45),
[anon_sym_continue] = ACTIONS(47),
[anon_sym_return] = ACTIONS(49),
[anon_sym_yield] = ACTIONS(51),
[anon_sym_synchronized] = ACTIONS(53),
[anon_sym_throw] = ACTIONS(55),
[anon_sym_try] = ACTIONS(57),
[anon_sym_if] = ACTIONS(393),
[anon_sym_for] = ACTIONS(395),
[anon_sym_AT] = ACTIONS(63),
[anon_sym_open] = ACTIONS(65),
[anon_sym_module] = ACTIONS(67),
[anon_sym_static] = ACTIONS(35),
[anon_sym_with] = ACTIONS(69),
[anon_sym_package] = ACTIONS(71),
[anon_sym_import] = ACTIONS(73),
[anon_sym_enum] = ACTIONS(75),
[anon_sym_public] = ACTIONS(77),
[anon_sym_protected] = ACTIONS(77),
[anon_sym_private] = ACTIONS(77),
[anon_sym_abstract] = ACTIONS(35),
[anon_sym_final] = ACTIONS(35),
[anon_sym_strictfp] = ACTIONS(35),
[anon_sym_native] = ACTIONS(35),
[anon_sym_transient] = ACTIONS(35),
[anon_sym_volatile] = ACTIONS(35),
[anon_sym_sealed] = ACTIONS(240),
[anon_sym_non_DASHsealed] = ACTIONS(81),
[anon_sym_record] = ACTIONS(83),
[anon_sym_interface] = ACTIONS(85),
[anon_sym_byte] = ACTIONS(87),
[anon_sym_short] = ACTIONS(87),
[anon_sym_int] = ACTIONS(87),
[anon_sym_long] = ACTIONS(87),
[anon_sym_char] = ACTIONS(87),
[anon_sym_float] = ACTIONS(89),
[anon_sym_double] = ACTIONS(89),
[sym_boolean_type] = ACTIONS(91),
[sym_void_type] = ACTIONS(91),
[sym_this] = ACTIONS(93),
[sym_super] = ACTIONS(95),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(55)] = {
[sym__literal] = STATE(593),
[sym_string_literal] = STATE(594),
[sym__string_literal] = STATE(550),
[sym__multiline_string_literal] = STATE(550),
[sym_expression] = STATE(856),
[sym_cast_expression] = STATE(709),
[sym_assignment_expression] = STATE(709),
[sym_binary_expression] = STATE(709),
[sym_instanceof_expression] = STATE(709),
[sym_lambda_expression] = STATE(709),
[sym_inferred_parameters] = STATE(1589),
[sym_ternary_expression] = STATE(709),
[sym_unary_expression] = STATE(709),
[sym__unary_complement_expression] = STATE(716),
[sym_update_expression] = STATE(709),
[sym_primary_expression] = STATE(562),
[sym_array_creation_expression] = STATE(593),
[sym_parenthesized_expression] = STATE(449),
[sym_class_literal] = STATE(593),
[sym_object_creation_expression] = STATE(593),
[sym__unqualified_object_creation_expression] = STATE(600),
[sym_field_access] = STATE(449),
[sym_template_expression] = STATE(593),
[sym_array_access] = STATE(449),
[sym_method_invocation] = STATE(593),
[sym_method_reference] = STATE(593),
[sym_switch_expression] = STATE(125),
[sym_statement] = STATE(330),
[sym_block] = STATE(381),
[sym_expression_statement] = STATE(381),
[sym_labeled_statement] = STATE(381),
[sym_assert_statement] = STATE(381),
[sym_do_statement] = STATE(381),
[sym_break_statement] = STATE(381),
[sym_continue_statement] = STATE(381),
[sym_return_statement] = STATE(381),
[sym_yield_statement] = STATE(381),
[sym_synchronized_statement] = STATE(381),
[sym_throw_statement] = STATE(381),
[sym_try_statement] = STATE(381),
[sym_try_with_resources_statement] = STATE(381),
[sym_if_statement] = STATE(381),
[sym_while_statement] = STATE(381),
[sym_for_statement] = STATE(381),
[sym_enhanced_for_statement] = STATE(381),
[sym__annotation] = STATE(619),
[sym_marker_annotation] = STATE(619),
[sym_annotation] = STATE(619),
[sym_declaration] = STATE(381),
[sym_module_declaration] = STATE(279),
[sym_package_declaration] = STATE(279),
[sym_import_declaration] = STATE(279),
[sym_enum_declaration] = STATE(279),
[sym_class_declaration] = STATE(279),
[sym_visibility] = STATE(516),
[sym__modifier] = STATE(516),
[sym_modifiers] = STATE(899),
[sym_record_declaration] = STATE(279),
[sym_annotation_type_declaration] = STATE(279),
[sym_interface_declaration] = STATE(279),
[sym__type] = STATE(1515),
[sym__unannotated_type] = STATE(851),
[sym_annotated_type] = STATE(944),
[sym_scoped_type_identifier] = STATE(947),
[sym_generic_type] = STATE(962),
[sym_array_type] = STATE(844),
[sym_integral_type] = STATE(844),
[sym_floating_point_type] = STATE(844),
[sym_formal_parameters] = STATE(1589),
[sym_local_variable_declaration] = STATE(381),
[sym__reserved_identifier] = STATE(472),
[aux_sym_array_creation_expression_repeat1] = STATE(810),
[aux_sym_modifiers_repeat1] = STATE(516),
[sym_identifier] = ACTIONS(385),
[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(21),
[anon_sym_DASH] = ACTIONS(21),
[anon_sym_TILDE] = ACTIONS(23),
[anon_sym_BANG] = 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(35),
[anon_sym_SEMI] = ACTIONS(37),
[anon_sym_assert] = ACTIONS(39),
[anon_sym_do] = ACTIONS(41),
[anon_sym_while] = ACTIONS(391),
[anon_sym_break] = ACTIONS(45),
[anon_sym_continue] = ACTIONS(47),
[anon_sym_return] = ACTIONS(49),
[anon_sym_yield] = ACTIONS(51),
[anon_sym_synchronized] = ACTIONS(53),
[anon_sym_throw] = ACTIONS(55),
[anon_sym_try] = ACTIONS(57),
[anon_sym_if] = ACTIONS(393),
[anon_sym_for] = ACTIONS(395),
[anon_sym_AT] = ACTIONS(63),
[anon_sym_open] = ACTIONS(65),
[anon_sym_module] = ACTIONS(67),
[anon_sym_static] = ACTIONS(35),
[anon_sym_with] = ACTIONS(69),
[anon_sym_package] = ACTIONS(71),
[anon_sym_import] = ACTIONS(73),
[anon_sym_enum] = ACTIONS(75),
[anon_sym_public] = ACTIONS(77),
[anon_sym_protected] = ACTIONS(77),
[anon_sym_private] = ACTIONS(77),
[anon_sym_abstract] = ACTIONS(35),
[anon_sym_final] = ACTIONS(35),
[anon_sym_strictfp] = ACTIONS(35),
[anon_sym_native] = ACTIONS(35),
[anon_sym_transient] = ACTIONS(35),
[anon_sym_volatile] = ACTIONS(35),
[anon_sym_sealed] = ACTIONS(240),
[anon_sym_non_DASHsealed] = ACTIONS(81),
[anon_sym_record] = ACTIONS(83),
[anon_sym_interface] = ACTIONS(85),
[anon_sym_byte] = ACTIONS(87),
[anon_sym_short] = ACTIONS(87),
[anon_sym_int] = ACTIONS(87),
[anon_sym_long] = ACTIONS(87),
[anon_sym_char] = ACTIONS(87),
[anon_sym_float] = ACTIONS(89),
[anon_sym_double] = ACTIONS(89),
[sym_boolean_type] = ACTIONS(91),
[sym_void_type] = ACTIONS(91),
[sym_this] = ACTIONS(93),
[sym_super] = ACTIONS(95),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(56)] = {
[sym__literal] = STATE(593),
[sym_string_literal] = STATE(594),
[sym__string_literal] = STATE(550),
[sym__multiline_string_literal] = STATE(550),
[sym_expression] = STATE(856),
[sym_cast_expression] = STATE(709),
[sym_assignment_expression] = STATE(709),
[sym_binary_expression] = STATE(709),
[sym_instanceof_expression] = STATE(709),
[sym_lambda_expression] = STATE(709),
[sym_inferred_parameters] = STATE(1589),
[sym_ternary_expression] = STATE(709),
[sym_unary_expression] = STATE(709),
[sym__unary_complement_expression] = STATE(716),
[sym_update_expression] = STATE(709),
[sym_primary_expression] = STATE(562),
[sym_array_creation_expression] = STATE(593),
[sym_parenthesized_expression] = STATE(449),
[sym_class_literal] = STATE(593),
[sym_object_creation_expression] = STATE(593),
[sym__unqualified_object_creation_expression] = STATE(600),
[sym_field_access] = STATE(449),
[sym_template_expression] = STATE(593),
[sym_array_access] = STATE(449),
[sym_method_invocation] = STATE(593),
[sym_method_reference] = STATE(593),
[sym_switch_expression] = STATE(125),
[sym_statement] = STATE(341),
[sym_block] = STATE(381),
[sym_expression_statement] = STATE(381),
[sym_labeled_statement] = STATE(381),
[sym_assert_statement] = STATE(381),
[sym_do_statement] = STATE(381),
[sym_break_statement] = STATE(381),
[sym_continue_statement] = STATE(381),
[sym_return_statement] = STATE(381),
[sym_yield_statement] = STATE(381),
[sym_synchronized_statement] = STATE(381),
[sym_throw_statement] = STATE(381),
[sym_try_statement] = STATE(381),
[sym_try_with_resources_statement] = STATE(381),
[sym_if_statement] = STATE(381),
[sym_while_statement] = STATE(381),
[sym_for_statement] = STATE(381),
[sym_enhanced_for_statement] = STATE(381),
[sym__annotation] = STATE(619),
[sym_marker_annotation] = STATE(619),
[sym_annotation] = STATE(619),
[sym_declaration] = STATE(381),
[sym_module_declaration] = STATE(279),
[sym_package_declaration] = STATE(279),
[sym_import_declaration] = STATE(279),
[sym_enum_declaration] = STATE(279),
[sym_class_declaration] = STATE(279),
[sym_visibility] = STATE(516),
[sym__modifier] = STATE(516),
[sym_modifiers] = STATE(899),
[sym_record_declaration] = STATE(279),
[sym_annotation_type_declaration] = STATE(279),
[sym_interface_declaration] = STATE(279),
[sym__type] = STATE(1515),
[sym__unannotated_type] = STATE(851),
[sym_annotated_type] = STATE(944),
[sym_scoped_type_identifier] = STATE(947),
[sym_generic_type] = STATE(962),
[sym_array_type] = STATE(844),
[sym_integral_type] = STATE(844),
[sym_floating_point_type] = STATE(844),
[sym_formal_parameters] = STATE(1589),
[sym_local_variable_declaration] = STATE(381),
[sym__reserved_identifier] = STATE(472),
[aux_sym_array_creation_expression_repeat1] = STATE(810),
[aux_sym_modifiers_repeat1] = STATE(516),
[sym_identifier] = ACTIONS(385),
[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(21),
[anon_sym_DASH] = ACTIONS(21),
[anon_sym_TILDE] = ACTIONS(23),
[anon_sym_BANG] = 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(35),
[anon_sym_SEMI] = ACTIONS(37),
[anon_sym_assert] = ACTIONS(39),
[anon_sym_do] = ACTIONS(41),
[anon_sym_while] = ACTIONS(391),
[anon_sym_break] = ACTIONS(45),
[anon_sym_continue] = ACTIONS(47),
[anon_sym_return] = ACTIONS(49),
[anon_sym_yield] = ACTIONS(51),
[anon_sym_synchronized] = ACTIONS(53),
[anon_sym_throw] = ACTIONS(55),
[anon_sym_try] = ACTIONS(57),
[anon_sym_if] = ACTIONS(393),
[anon_sym_for] = ACTIONS(395),
[anon_sym_AT] = ACTIONS(63),
[anon_sym_open] = ACTIONS(65),
[anon_sym_module] = ACTIONS(67),
[anon_sym_static] = ACTIONS(35),
[anon_sym_with] = ACTIONS(69),
[anon_sym_package] = ACTIONS(71),
[anon_sym_import] = ACTIONS(73),
[anon_sym_enum] = ACTIONS(75),
[anon_sym_public] = ACTIONS(77),
[anon_sym_protected] = ACTIONS(77),
[anon_sym_private] = ACTIONS(77),
[anon_sym_abstract] = ACTIONS(35),
[anon_sym_final] = ACTIONS(35),
[anon_sym_strictfp] = ACTIONS(35),
[anon_sym_native] = ACTIONS(35),
[anon_sym_transient] = ACTIONS(35),
[anon_sym_volatile] = ACTIONS(35),
[anon_sym_sealed] = ACTIONS(240),
[anon_sym_non_DASHsealed] = ACTIONS(81),
[anon_sym_record] = ACTIONS(83),
[anon_sym_interface] = ACTIONS(85),
[anon_sym_byte] = ACTIONS(87),
[anon_sym_short] = ACTIONS(87),
[anon_sym_int] = ACTIONS(87),
[anon_sym_long] = ACTIONS(87),
[anon_sym_char] = ACTIONS(87),
[anon_sym_float] = ACTIONS(89),
[anon_sym_double] = ACTIONS(89),
[sym_boolean_type] = ACTIONS(91),
[sym_void_type] = ACTIONS(91),
[sym_this] = ACTIONS(93),
[sym_super] = ACTIONS(95),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(57)] = {
[sym__literal] = STATE(593),
[sym_string_literal] = STATE(594),
[sym__string_literal] = STATE(550),
[sym__multiline_string_literal] = STATE(550),
[sym_expression] = STATE(856),
[sym_cast_expression] = STATE(709),
[sym_assignment_expression] = STATE(709),
[sym_binary_expression] = STATE(709),
[sym_instanceof_expression] = STATE(709),
[sym_lambda_expression] = STATE(709),
[sym_inferred_parameters] = STATE(1589),
[sym_ternary_expression] = STATE(709),
[sym_unary_expression] = STATE(709),
[sym__unary_complement_expression] = STATE(716),
[sym_update_expression] = STATE(709),
[sym_primary_expression] = STATE(562),
[sym_array_creation_expression] = STATE(593),
[sym_parenthesized_expression] = STATE(449),
[sym_class_literal] = STATE(593),
[sym_object_creation_expression] = STATE(593),
[sym__unqualified_object_creation_expression] = STATE(600),
[sym_field_access] = STATE(449),
[sym_template_expression] = STATE(593),
[sym_array_access] = STATE(449),
[sym_method_invocation] = STATE(593),
[sym_method_reference] = STATE(593),
[sym_switch_expression] = STATE(125),
[sym_statement] = STATE(342),
[sym_block] = STATE(381),
[sym_expression_statement] = STATE(381),
[sym_labeled_statement] = STATE(381),
[sym_assert_statement] = STATE(381),
[sym_do_statement] = STATE(381),
[sym_break_statement] = STATE(381),
[sym_continue_statement] = STATE(381),
[sym_return_statement] = STATE(381),
[sym_yield_statement] = STATE(381),
[sym_synchronized_statement] = STATE(381),
[sym_throw_statement] = STATE(381),
[sym_try_statement] = STATE(381),
[sym_try_with_resources_statement] = STATE(381),
[sym_if_statement] = STATE(381),
[sym_while_statement] = STATE(381),
[sym_for_statement] = STATE(381),
[sym_enhanced_for_statement] = STATE(381),
[sym__annotation] = STATE(619),
[sym_marker_annotation] = STATE(619),
[sym_annotation] = STATE(619),
[sym_declaration] = STATE(381),
[sym_module_declaration] = STATE(279),
[sym_package_declaration] = STATE(279),
[sym_import_declaration] = STATE(279),
[sym_enum_declaration] = STATE(279),
[sym_class_declaration] = STATE(279),
[sym_visibility] = STATE(516),
[sym__modifier] = STATE(516),
[sym_modifiers] = STATE(899),
[sym_record_declaration] = STATE(279),
[sym_annotation_type_declaration] = STATE(279),
[sym_interface_declaration] = STATE(279),
[sym__type] = STATE(1515),
[sym__unannotated_type] = STATE(851),
[sym_annotated_type] = STATE(944),
[sym_scoped_type_identifier] = STATE(947),
[sym_generic_type] = STATE(962),
[sym_array_type] = STATE(844),
[sym_integral_type] = STATE(844),
[sym_floating_point_type] = STATE(844),
[sym_formal_parameters] = STATE(1589),
[sym_local_variable_declaration] = STATE(381),
[sym__reserved_identifier] = STATE(472),
[aux_sym_array_creation_expression_repeat1] = STATE(810),
[aux_sym_modifiers_repeat1] = STATE(516),
[sym_identifier] = ACTIONS(385),
[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(21),
[anon_sym_DASH] = ACTIONS(21),
[anon_sym_TILDE] = ACTIONS(23),
[anon_sym_BANG] = 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(35),
[anon_sym_SEMI] = ACTIONS(37),
[anon_sym_assert] = ACTIONS(39),
[anon_sym_do] = ACTIONS(41),
[anon_sym_while] = ACTIONS(391),
[anon_sym_break] = ACTIONS(45),
[anon_sym_continue] = ACTIONS(47),
[anon_sym_return] = ACTIONS(49),
[anon_sym_yield] = ACTIONS(51),
[anon_sym_synchronized] = ACTIONS(53),
[anon_sym_throw] = ACTIONS(55),
[anon_sym_try] = ACTIONS(57),
[anon_sym_if] = ACTIONS(393),
[anon_sym_for] = ACTIONS(395),
[anon_sym_AT] = ACTIONS(63),
[anon_sym_open] = ACTIONS(65),
[anon_sym_module] = ACTIONS(67),
[anon_sym_static] = ACTIONS(35),
[anon_sym_with] = ACTIONS(69),
[anon_sym_package] = ACTIONS(71),
[anon_sym_import] = ACTIONS(73),
[anon_sym_enum] = ACTIONS(75),
[anon_sym_public] = ACTIONS(77),
[anon_sym_protected] = ACTIONS(77),
[anon_sym_private] = ACTIONS(77),
[anon_sym_abstract] = ACTIONS(35),
[anon_sym_final] = ACTIONS(35),
[anon_sym_strictfp] = ACTIONS(35),
[anon_sym_native] = ACTIONS(35),
[anon_sym_transient] = ACTIONS(35),
[anon_sym_volatile] = ACTIONS(35),
[anon_sym_sealed] = ACTIONS(240),
[anon_sym_non_DASHsealed] = ACTIONS(81),
[anon_sym_record] = ACTIONS(83),
[anon_sym_interface] = ACTIONS(85),
[anon_sym_byte] = ACTIONS(87),
[anon_sym_short] = ACTIONS(87),
[anon_sym_int] = ACTIONS(87),
[anon_sym_long] = ACTIONS(87),
[anon_sym_char] = ACTIONS(87),
[anon_sym_float] = ACTIONS(89),
[anon_sym_double] = ACTIONS(89),
[sym_boolean_type] = ACTIONS(91),
[sym_void_type] = ACTIONS(91),
[sym_this] = ACTIONS(93),
[sym_super] = ACTIONS(95),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(58)] = {
[sym__literal] = STATE(593),
[sym_string_literal] = STATE(594),
[sym__string_literal] = STATE(550),
[sym__multiline_string_literal] = STATE(550),
[sym_expression] = STATE(856),
[sym_cast_expression] = STATE(709),
[sym_assignment_expression] = STATE(709),
[sym_binary_expression] = STATE(709),
[sym_instanceof_expression] = STATE(709),
[sym_lambda_expression] = STATE(709),
[sym_inferred_parameters] = STATE(1589),
[sym_ternary_expression] = STATE(709),
[sym_unary_expression] = STATE(709),
[sym__unary_complement_expression] = STATE(716),
[sym_update_expression] = STATE(709),
[sym_primary_expression] = STATE(562),
[sym_array_creation_expression] = STATE(593),
[sym_parenthesized_expression] = STATE(449),
[sym_class_literal] = STATE(593),
[sym_object_creation_expression] = STATE(593),
[sym__unqualified_object_creation_expression] = STATE(600),
[sym_field_access] = STATE(449),
[sym_template_expression] = STATE(593),
[sym_array_access] = STATE(449),
[sym_method_invocation] = STATE(593),
[sym_method_reference] = STATE(593),
[sym_switch_expression] = STATE(125),
[sym_statement] = STATE(344),
[sym_block] = STATE(381),
[sym_expression_statement] = STATE(381),
[sym_labeled_statement] = STATE(381),
[sym_assert_statement] = STATE(381),
[sym_do_statement] = STATE(381),
[sym_break_statement] = STATE(381),
[sym_continue_statement] = STATE(381),
[sym_return_statement] = STATE(381),
[sym_yield_statement] = STATE(381),
[sym_synchronized_statement] = STATE(381),
[sym_throw_statement] = STATE(381),
[sym_try_statement] = STATE(381),
[sym_try_with_resources_statement] = STATE(381),
[sym_if_statement] = STATE(381),
[sym_while_statement] = STATE(381),
[sym_for_statement] = STATE(381),
[sym_enhanced_for_statement] = STATE(381),
[sym__annotation] = STATE(619),
[sym_marker_annotation] = STATE(619),
[sym_annotation] = STATE(619),
[sym_declaration] = STATE(381),
[sym_module_declaration] = STATE(279),
[sym_package_declaration] = STATE(279),
[sym_import_declaration] = STATE(279),
[sym_enum_declaration] = STATE(279),
[sym_class_declaration] = STATE(279),
[sym_visibility] = STATE(516),
[sym__modifier] = STATE(516),
[sym_modifiers] = STATE(899),
[sym_record_declaration] = STATE(279),
[sym_annotation_type_declaration] = STATE(279),
[sym_interface_declaration] = STATE(279),
[sym__type] = STATE(1515),
[sym__unannotated_type] = STATE(851),
[sym_annotated_type] = STATE(944),
[sym_scoped_type_identifier] = STATE(947),
[sym_generic_type] = STATE(962),
[sym_array_type] = STATE(844),
[sym_integral_type] = STATE(844),
[sym_floating_point_type] = STATE(844),
[sym_formal_parameters] = STATE(1589),
[sym_local_variable_declaration] = STATE(381),
[sym__reserved_identifier] = STATE(472),
[aux_sym_array_creation_expression_repeat1] = STATE(810),
[aux_sym_modifiers_repeat1] = STATE(516),
[sym_identifier] = ACTIONS(385),
[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(21),
[anon_sym_DASH] = ACTIONS(21),
[anon_sym_TILDE] = ACTIONS(23),
[anon_sym_BANG] = 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(35),
[anon_sym_SEMI] = ACTIONS(37),
[anon_sym_assert] = ACTIONS(39),
[anon_sym_do] = ACTIONS(41),
[anon_sym_while] = ACTIONS(391),
[anon_sym_break] = ACTIONS(45),
[anon_sym_continue] = ACTIONS(47),
[anon_sym_return] = ACTIONS(49),
[anon_sym_yield] = ACTIONS(51),
[anon_sym_synchronized] = ACTIONS(53),
[anon_sym_throw] = ACTIONS(55),
[anon_sym_try] = ACTIONS(57),
[anon_sym_if] = ACTIONS(393),
[anon_sym_for] = ACTIONS(395),
[anon_sym_AT] = ACTIONS(63),
[anon_sym_open] = ACTIONS(65),
[anon_sym_module] = ACTIONS(67),
[anon_sym_static] = ACTIONS(35),
[anon_sym_with] = ACTIONS(69),
[anon_sym_package] = ACTIONS(71),
[anon_sym_import] = ACTIONS(73),
[anon_sym_enum] = ACTIONS(75),
[anon_sym_public] = ACTIONS(77),
[anon_sym_protected] = ACTIONS(77),
[anon_sym_private] = ACTIONS(77),
[anon_sym_abstract] = ACTIONS(35),
[anon_sym_final] = ACTIONS(35),
[anon_sym_strictfp] = ACTIONS(35),
[anon_sym_native] = ACTIONS(35),
[anon_sym_transient] = ACTIONS(35),
[anon_sym_volatile] = ACTIONS(35),
[anon_sym_sealed] = ACTIONS(240),
[anon_sym_non_DASHsealed] = ACTIONS(81),
[anon_sym_record] = ACTIONS(83),
[anon_sym_interface] = ACTIONS(85),
[anon_sym_byte] = ACTIONS(87),
[anon_sym_short] = ACTIONS(87),
[anon_sym_int] = ACTIONS(87),
[anon_sym_long] = ACTIONS(87),
[anon_sym_char] = ACTIONS(87),
[anon_sym_float] = ACTIONS(89),
[anon_sym_double] = ACTIONS(89),
[sym_boolean_type] = ACTIONS(91),
[sym_void_type] = ACTIONS(91),
[sym_this] = ACTIONS(93),
[sym_super] = ACTIONS(95),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(59)] = {
[sym__literal] = STATE(593),
[sym_string_literal] = STATE(594),
[sym__string_literal] = STATE(550),
[sym__multiline_string_literal] = STATE(550),
[sym_expression] = STATE(856),
[sym_cast_expression] = STATE(709),
[sym_assignment_expression] = STATE(709),
[sym_binary_expression] = STATE(709),
[sym_instanceof_expression] = STATE(709),
[sym_lambda_expression] = STATE(709),
[sym_inferred_parameters] = STATE(1589),
[sym_ternary_expression] = STATE(709),
[sym_unary_expression] = STATE(709),
[sym__unary_complement_expression] = STATE(716),
[sym_update_expression] = STATE(709),
[sym_primary_expression] = STATE(562),
[sym_array_creation_expression] = STATE(593),
[sym_parenthesized_expression] = STATE(449),
[sym_class_literal] = STATE(593),
[sym_object_creation_expression] = STATE(593),
[sym__unqualified_object_creation_expression] = STATE(600),
[sym_field_access] = STATE(449),
[sym_template_expression] = STATE(593),
[sym_array_access] = STATE(449),
[sym_method_invocation] = STATE(593),
[sym_method_reference] = STATE(593),
[sym_switch_expression] = STATE(125),
[sym_statement] = STATE(346),
[sym_block] = STATE(381),
[sym_expression_statement] = STATE(381),
[sym_labeled_statement] = STATE(381),
[sym_assert_statement] = STATE(381),
[sym_do_statement] = STATE(381),
[sym_break_statement] = STATE(381),
[sym_continue_statement] = STATE(381),
[sym_return_statement] = STATE(381),
[sym_yield_statement] = STATE(381),
[sym_synchronized_statement] = STATE(381),
[sym_throw_statement] = STATE(381),
[sym_try_statement] = STATE(381),
[sym_try_with_resources_statement] = STATE(381),
[sym_if_statement] = STATE(381),
[sym_while_statement] = STATE(381),
[sym_for_statement] = STATE(381),
[sym_enhanced_for_statement] = STATE(381),
[sym__annotation] = STATE(619),
[sym_marker_annotation] = STATE(619),
[sym_annotation] = STATE(619),
[sym_declaration] = STATE(381),
[sym_module_declaration] = STATE(279),
[sym_package_declaration] = STATE(279),
[sym_import_declaration] = STATE(279),
[sym_enum_declaration] = STATE(279),
[sym_class_declaration] = STATE(279),
[sym_visibility] = STATE(516),
[sym__modifier] = STATE(516),
[sym_modifiers] = STATE(899),
[sym_record_declaration] = STATE(279),
[sym_annotation_type_declaration] = STATE(279),
[sym_interface_declaration] = STATE(279),
[sym__type] = STATE(1515),
[sym__unannotated_type] = STATE(851),
[sym_annotated_type] = STATE(944),
[sym_scoped_type_identifier] = STATE(947),
[sym_generic_type] = STATE(962),
[sym_array_type] = STATE(844),
[sym_integral_type] = STATE(844),
[sym_floating_point_type] = STATE(844),
[sym_formal_parameters] = STATE(1589),
[sym_local_variable_declaration] = STATE(381),
[sym__reserved_identifier] = STATE(472),
[aux_sym_array_creation_expression_repeat1] = STATE(810),
[aux_sym_modifiers_repeat1] = STATE(516),
[sym_identifier] = ACTIONS(385),
[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(21),
[anon_sym_DASH] = ACTIONS(21),
[anon_sym_TILDE] = ACTIONS(23),
[anon_sym_BANG] = 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(35),
[anon_sym_SEMI] = ACTIONS(37),
[anon_sym_assert] = ACTIONS(39),
[anon_sym_do] = ACTIONS(41),
[anon_sym_while] = ACTIONS(391),
[anon_sym_break] = ACTIONS(45),
[anon_sym_continue] = ACTIONS(47),
[anon_sym_return] = ACTIONS(49),
[anon_sym_yield] = ACTIONS(51),
[anon_sym_synchronized] = ACTIONS(53),
[anon_sym_throw] = ACTIONS(55),
[anon_sym_try] = ACTIONS(57),
[anon_sym_if] = ACTIONS(393),
[anon_sym_for] = ACTIONS(395),
[anon_sym_AT] = ACTIONS(63),
[anon_sym_open] = ACTIONS(65),
[anon_sym_module] = ACTIONS(67),
[anon_sym_static] = ACTIONS(35),
[anon_sym_with] = ACTIONS(69),
[anon_sym_package] = ACTIONS(71),
[anon_sym_import] = ACTIONS(73),
[anon_sym_enum] = ACTIONS(75),
[anon_sym_public] = ACTIONS(77),
[anon_sym_protected] = ACTIONS(77),
[anon_sym_private] = ACTIONS(77),
[anon_sym_abstract] = ACTIONS(35),
[anon_sym_final] = ACTIONS(35),
[anon_sym_strictfp] = ACTIONS(35),
[anon_sym_native] = ACTIONS(35),
[anon_sym_transient] = ACTIONS(35),
[anon_sym_volatile] = ACTIONS(35),
[anon_sym_sealed] = ACTIONS(240),
[anon_sym_non_DASHsealed] = ACTIONS(81),
[anon_sym_record] = ACTIONS(83),
[anon_sym_interface] = ACTIONS(85),
[anon_sym_byte] = ACTIONS(87),
[anon_sym_short] = ACTIONS(87),
[anon_sym_int] = ACTIONS(87),
[anon_sym_long] = ACTIONS(87),
[anon_sym_char] = ACTIONS(87),
[anon_sym_float] = ACTIONS(89),
[anon_sym_double] = ACTIONS(89),
[sym_boolean_type] = ACTIONS(91),
[sym_void_type] = ACTIONS(91),
[sym_this] = ACTIONS(93),
[sym_super] = ACTIONS(95),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(60)] = {
[sym__literal] = STATE(593),
[sym_string_literal] = STATE(594),
[sym__string_literal] = STATE(550),
[sym__multiline_string_literal] = STATE(550),
[sym_expression] = STATE(856),
[sym_cast_expression] = STATE(709),
[sym_assignment_expression] = STATE(709),
[sym_binary_expression] = STATE(709),
[sym_instanceof_expression] = STATE(709),
[sym_lambda_expression] = STATE(709),
[sym_inferred_parameters] = STATE(1589),
[sym_ternary_expression] = STATE(709),
[sym_unary_expression] = STATE(709),
[sym__unary_complement_expression] = STATE(716),
[sym_update_expression] = STATE(709),
[sym_primary_expression] = STATE(562),
[sym_array_creation_expression] = STATE(593),
[sym_parenthesized_expression] = STATE(449),
[sym_class_literal] = STATE(593),
[sym_object_creation_expression] = STATE(593),
[sym__unqualified_object_creation_expression] = STATE(600),
[sym_field_access] = STATE(449),
[sym_template_expression] = STATE(593),
[sym_array_access] = STATE(449),
[sym_method_invocation] = STATE(593),
[sym_method_reference] = STATE(593),
[sym_switch_expression] = STATE(125),
[sym_statement] = STATE(348),
[sym_block] = STATE(381),
[sym_expression_statement] = STATE(381),
[sym_labeled_statement] = STATE(381),
[sym_assert_statement] = STATE(381),
[sym_do_statement] = STATE(381),
[sym_break_statement] = STATE(381),
[sym_continue_statement] = STATE(381),
[sym_return_statement] = STATE(381),
[sym_yield_statement] = STATE(381),
[sym_synchronized_statement] = STATE(381),
[sym_throw_statement] = STATE(381),
[sym_try_statement] = STATE(381),
[sym_try_with_resources_statement] = STATE(381),
[sym_if_statement] = STATE(381),
[sym_while_statement] = STATE(381),
[sym_for_statement] = STATE(381),
[sym_enhanced_for_statement] = STATE(381),
[sym__annotation] = STATE(619),
[sym_marker_annotation] = STATE(619),
[sym_annotation] = STATE(619),
[sym_declaration] = STATE(381),
[sym_module_declaration] = STATE(279),
[sym_package_declaration] = STATE(279),
[sym_import_declaration] = STATE(279),
[sym_enum_declaration] = STATE(279),
[sym_class_declaration] = STATE(279),
[sym_visibility] = STATE(516),
[sym__modifier] = STATE(516),
[sym_modifiers] = STATE(899),
[sym_record_declaration] = STATE(279),
[sym_annotation_type_declaration] = STATE(279),
[sym_interface_declaration] = STATE(279),
[sym__type] = STATE(1515),
[sym__unannotated_type] = STATE(851),
[sym_annotated_type] = STATE(944),
[sym_scoped_type_identifier] = STATE(947),
[sym_generic_type] = STATE(962),
[sym_array_type] = STATE(844),
[sym_integral_type] = STATE(844),
[sym_floating_point_type] = STATE(844),
[sym_formal_parameters] = STATE(1589),
[sym_local_variable_declaration] = STATE(381),
[sym__reserved_identifier] = STATE(472),
[aux_sym_array_creation_expression_repeat1] = STATE(810),
[aux_sym_modifiers_repeat1] = STATE(516),
[sym_identifier] = ACTIONS(385),
[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(21),
[anon_sym_DASH] = ACTIONS(21),
[anon_sym_TILDE] = ACTIONS(23),
[anon_sym_BANG] = 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(35),
[anon_sym_SEMI] = ACTIONS(37),
[anon_sym_assert] = ACTIONS(39),
[anon_sym_do] = ACTIONS(41),
[anon_sym_while] = ACTIONS(391),
[anon_sym_break] = ACTIONS(45),
[anon_sym_continue] = ACTIONS(47),
[anon_sym_return] = ACTIONS(49),
[anon_sym_yield] = ACTIONS(51),
[anon_sym_synchronized] = ACTIONS(53),
[anon_sym_throw] = ACTIONS(55),
[anon_sym_try] = ACTIONS(57),
[anon_sym_if] = ACTIONS(393),
[anon_sym_for] = ACTIONS(395),
[anon_sym_AT] = ACTIONS(63),
[anon_sym_open] = ACTIONS(65),
[anon_sym_module] = ACTIONS(67),
[anon_sym_static] = ACTIONS(35),
[anon_sym_with] = ACTIONS(69),
[anon_sym_package] = ACTIONS(71),
[anon_sym_import] = ACTIONS(73),
[anon_sym_enum] = ACTIONS(75),
[anon_sym_public] = ACTIONS(77),
[anon_sym_protected] = ACTIONS(77),
[anon_sym_private] = ACTIONS(77),
[anon_sym_abstract] = ACTIONS(35),
[anon_sym_final] = ACTIONS(35),
[anon_sym_strictfp] = ACTIONS(35),
[anon_sym_native] = ACTIONS(35),
[anon_sym_transient] = ACTIONS(35),
[anon_sym_volatile] = ACTIONS(35),
[anon_sym_sealed] = ACTIONS(240),
[anon_sym_non_DASHsealed] = ACTIONS(81),
[anon_sym_record] = ACTIONS(83),
[anon_sym_interface] = ACTIONS(85),
[anon_sym_byte] = ACTIONS(87),
[anon_sym_short] = ACTIONS(87),
[anon_sym_int] = ACTIONS(87),
[anon_sym_long] = ACTIONS(87),
[anon_sym_char] = ACTIONS(87),
[anon_sym_float] = ACTIONS(89),
[anon_sym_double] = ACTIONS(89),
[sym_boolean_type] = ACTIONS(91),
[sym_void_type] = ACTIONS(91),
[sym_this] = ACTIONS(93),
[sym_super] = ACTIONS(95),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(61)] = {
[sym__literal] = STATE(593),
[sym_string_literal] = STATE(594),
[sym__string_literal] = STATE(550),
[sym__multiline_string_literal] = STATE(550),
[sym_expression] = STATE(856),
[sym_cast_expression] = STATE(709),
[sym_assignment_expression] = STATE(709),
[sym_binary_expression] = STATE(709),
[sym_instanceof_expression] = STATE(709),
[sym_lambda_expression] = STATE(709),
[sym_inferred_parameters] = STATE(1589),
[sym_ternary_expression] = STATE(709),
[sym_unary_expression] = STATE(709),
[sym__unary_complement_expression] = STATE(716),
[sym_update_expression] = STATE(709),
[sym_primary_expression] = STATE(562),
[sym_array_creation_expression] = STATE(593),
[sym_parenthesized_expression] = STATE(449),
[sym_class_literal] = STATE(593),
[sym_object_creation_expression] = STATE(593),
[sym__unqualified_object_creation_expression] = STATE(600),
[sym_field_access] = STATE(449),
[sym_template_expression] = STATE(593),
[sym_array_access] = STATE(449),
[sym_method_invocation] = STATE(593),
[sym_method_reference] = STATE(593),
[sym_switch_expression] = STATE(125),
[sym_statement] = STATE(352),
[sym_block] = STATE(381),
[sym_expression_statement] = STATE(381),
[sym_labeled_statement] = STATE(381),
[sym_assert_statement] = STATE(381),
[sym_do_statement] = STATE(381),
[sym_break_statement] = STATE(381),
[sym_continue_statement] = STATE(381),
[sym_return_statement] = STATE(381),
[sym_yield_statement] = STATE(381),
[sym_synchronized_statement] = STATE(381),
[sym_throw_statement] = STATE(381),
[sym_try_statement] = STATE(381),
[sym_try_with_resources_statement] = STATE(381),
[sym_if_statement] = STATE(381),
[sym_while_statement] = STATE(381),
[sym_for_statement] = STATE(381),
[sym_enhanced_for_statement] = STATE(381),
[sym__annotation] = STATE(619),
[sym_marker_annotation] = STATE(619),
[sym_annotation] = STATE(619),
[sym_declaration] = STATE(381),
[sym_module_declaration] = STATE(279),
[sym_package_declaration] = STATE(279),
[sym_import_declaration] = STATE(279),
[sym_enum_declaration] = STATE(279),
[sym_class_declaration] = STATE(279),
[sym_visibility] = STATE(516),
[sym__modifier] = STATE(516),
[sym_modifiers] = STATE(899),
[sym_record_declaration] = STATE(279),
[sym_annotation_type_declaration] = STATE(279),
[sym_interface_declaration] = STATE(279),
[sym__type] = STATE(1515),
[sym__unannotated_type] = STATE(851),
[sym_annotated_type] = STATE(944),
[sym_scoped_type_identifier] = STATE(947),
[sym_generic_type] = STATE(962),
[sym_array_type] = STATE(844),
[sym_integral_type] = STATE(844),
[sym_floating_point_type] = STATE(844),
[sym_formal_parameters] = STATE(1589),
[sym_local_variable_declaration] = STATE(381),
[sym__reserved_identifier] = STATE(472),
[aux_sym_array_creation_expression_repeat1] = STATE(810),
[aux_sym_modifiers_repeat1] = STATE(516),
[sym_identifier] = ACTIONS(385),
[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(21),
[anon_sym_DASH] = ACTIONS(21),
[anon_sym_TILDE] = ACTIONS(23),
[anon_sym_BANG] = 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(35),
[anon_sym_SEMI] = ACTIONS(37),
[anon_sym_assert] = ACTIONS(39),
[anon_sym_do] = ACTIONS(41),
[anon_sym_while] = ACTIONS(391),
[anon_sym_break] = ACTIONS(45),
[anon_sym_continue] = ACTIONS(47),
[anon_sym_return] = ACTIONS(49),
[anon_sym_yield] = ACTIONS(51),
[anon_sym_synchronized] = ACTIONS(53),
[anon_sym_throw] = ACTIONS(55),
[anon_sym_try] = ACTIONS(57),
[anon_sym_if] = ACTIONS(393),
[anon_sym_for] = ACTIONS(395),
[anon_sym_AT] = ACTIONS(63),
[anon_sym_open] = ACTIONS(65),
[anon_sym_module] = ACTIONS(67),
[anon_sym_static] = ACTIONS(35),
[anon_sym_with] = ACTIONS(69),
[anon_sym_package] = ACTIONS(71),
[anon_sym_import] = ACTIONS(73),
[anon_sym_enum] = ACTIONS(75),
[anon_sym_public] = ACTIONS(77),
[anon_sym_protected] = ACTIONS(77),
[anon_sym_private] = ACTIONS(77),
[anon_sym_abstract] = ACTIONS(35),
[anon_sym_final] = ACTIONS(35),
[anon_sym_strictfp] = ACTIONS(35),
[anon_sym_native] = ACTIONS(35),
[anon_sym_transient] = ACTIONS(35),
[anon_sym_volatile] = ACTIONS(35),
[anon_sym_sealed] = ACTIONS(240),
[anon_sym_non_DASHsealed] = ACTIONS(81),
[anon_sym_record] = ACTIONS(83),
[anon_sym_interface] = ACTIONS(85),
[anon_sym_byte] = ACTIONS(87),
[anon_sym_short] = ACTIONS(87),
[anon_sym_int] = ACTIONS(87),
[anon_sym_long] = ACTIONS(87),
[anon_sym_char] = ACTIONS(87),
[anon_sym_float] = ACTIONS(89),
[anon_sym_double] = ACTIONS(89),
[sym_boolean_type] = ACTIONS(91),
[sym_void_type] = ACTIONS(91),
[sym_this] = ACTIONS(93),
[sym_super] = ACTIONS(95),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(62)] = {
[sym__literal] = STATE(593),
[sym_string_literal] = STATE(594),
[sym__string_literal] = STATE(550),
[sym__multiline_string_literal] = STATE(550),
[sym_expression] = STATE(856),
[sym_cast_expression] = STATE(709),
[sym_assignment_expression] = STATE(709),
[sym_binary_expression] = STATE(709),
[sym_instanceof_expression] = STATE(709),
[sym_lambda_expression] = STATE(709),
[sym_inferred_parameters] = STATE(1589),
[sym_ternary_expression] = STATE(709),
[sym_unary_expression] = STATE(709),
[sym__unary_complement_expression] = STATE(716),
[sym_update_expression] = STATE(709),
[sym_primary_expression] = STATE(562),
[sym_array_creation_expression] = STATE(593),
[sym_parenthesized_expression] = STATE(449),
[sym_class_literal] = STATE(593),
[sym_object_creation_expression] = STATE(593),
[sym__unqualified_object_creation_expression] = STATE(600),
[sym_field_access] = STATE(449),
[sym_template_expression] = STATE(593),
[sym_array_access] = STATE(449),
[sym_method_invocation] = STATE(593),
[sym_method_reference] = STATE(593),
[sym_switch_expression] = STATE(125),
[sym_statement] = STATE(353),
[sym_block] = STATE(381),
[sym_expression_statement] = STATE(381),
[sym_labeled_statement] = STATE(381),
[sym_assert_statement] = STATE(381),
[sym_do_statement] = STATE(381),
[sym_break_statement] = STATE(381),
[sym_continue_statement] = STATE(381),
[sym_return_statement] = STATE(381),
[sym_yield_statement] = STATE(381),
[sym_synchronized_statement] = STATE(381),
[sym_throw_statement] = STATE(381),
[sym_try_statement] = STATE(381),
[sym_try_with_resources_statement] = STATE(381),
[sym_if_statement] = STATE(381),
[sym_while_statement] = STATE(381),
[sym_for_statement] = STATE(381),
[sym_enhanced_for_statement] = STATE(381),
[sym__annotation] = STATE(619),
[sym_marker_annotation] = STATE(619),
[sym_annotation] = STATE(619),
[sym_declaration] = STATE(381),
[sym_module_declaration] = STATE(279),
[sym_package_declaration] = STATE(279),
[sym_import_declaration] = STATE(279),
[sym_enum_declaration] = STATE(279),
[sym_class_declaration] = STATE(279),
[sym_visibility] = STATE(516),
[sym__modifier] = STATE(516),
[sym_modifiers] = STATE(899),
[sym_record_declaration] = STATE(279),
[sym_annotation_type_declaration] = STATE(279),
[sym_interface_declaration] = STATE(279),
[sym__type] = STATE(1515),
[sym__unannotated_type] = STATE(851),
[sym_annotated_type] = STATE(944),
[sym_scoped_type_identifier] = STATE(947),
[sym_generic_type] = STATE(962),
[sym_array_type] = STATE(844),
[sym_integral_type] = STATE(844),
[sym_floating_point_type] = STATE(844),
[sym_formal_parameters] = STATE(1589),
[sym_local_variable_declaration] = STATE(381),
[sym__reserved_identifier] = STATE(472),
[aux_sym_array_creation_expression_repeat1] = STATE(810),
[aux_sym_modifiers_repeat1] = STATE(516),
[sym_identifier] = ACTIONS(385),
[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(21),
[anon_sym_DASH] = ACTIONS(21),
[anon_sym_TILDE] = ACTIONS(23),
[anon_sym_BANG] = 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(35),
[anon_sym_SEMI] = ACTIONS(37),
[anon_sym_assert] = ACTIONS(39),
[anon_sym_do] = ACTIONS(41),
[anon_sym_while] = ACTIONS(391),
[anon_sym_break] = ACTIONS(45),
[anon_sym_continue] = ACTIONS(47),
[anon_sym_return] = ACTIONS(49),
[anon_sym_yield] = ACTIONS(51),
[anon_sym_synchronized] = ACTIONS(53),
[anon_sym_throw] = ACTIONS(55),
[anon_sym_try] = ACTIONS(57),
[anon_sym_if] = ACTIONS(393),
[anon_sym_for] = ACTIONS(395),
[anon_sym_AT] = ACTIONS(63),
[anon_sym_open] = ACTIONS(65),
[anon_sym_module] = ACTIONS(67),
[anon_sym_static] = ACTIONS(35),
[anon_sym_with] = ACTIONS(69),
[anon_sym_package] = ACTIONS(71),
[anon_sym_import] = ACTIONS(73),
[anon_sym_enum] = ACTIONS(75),
[anon_sym_public] = ACTIONS(77),
[anon_sym_protected] = ACTIONS(77),
[anon_sym_private] = ACTIONS(77),
[anon_sym_abstract] = ACTIONS(35),
[anon_sym_final] = ACTIONS(35),
[anon_sym_strictfp] = ACTIONS(35),
[anon_sym_native] = ACTIONS(35),
[anon_sym_transient] = ACTIONS(35),
[anon_sym_volatile] = ACTIONS(35),
[anon_sym_sealed] = ACTIONS(240),
[anon_sym_non_DASHsealed] = ACTIONS(81),
[anon_sym_record] = ACTIONS(83),
[anon_sym_interface] = ACTIONS(85),
[anon_sym_byte] = ACTIONS(87),
[anon_sym_short] = ACTIONS(87),
[anon_sym_int] = ACTIONS(87),
[anon_sym_long] = ACTIONS(87),
[anon_sym_char] = ACTIONS(87),
[anon_sym_float] = ACTIONS(89),
[anon_sym_double] = ACTIONS(89),
[sym_boolean_type] = ACTIONS(91),
[sym_void_type] = ACTIONS(91),
[sym_this] = ACTIONS(93),
[sym_super] = ACTIONS(95),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(63)] = {
[sym__literal] = STATE(593),
[sym_string_literal] = STATE(594),
[sym__string_literal] = STATE(550),
[sym__multiline_string_literal] = STATE(550),
[sym_expression] = STATE(856),
[sym_cast_expression] = STATE(709),
[sym_assignment_expression] = STATE(709),
[sym_binary_expression] = STATE(709),
[sym_instanceof_expression] = STATE(709),
[sym_lambda_expression] = STATE(709),
[sym_inferred_parameters] = STATE(1589),
[sym_ternary_expression] = STATE(709),
[sym_unary_expression] = STATE(709),
[sym__unary_complement_expression] = STATE(716),
[sym_update_expression] = STATE(709),
[sym_primary_expression] = STATE(562),
[sym_array_creation_expression] = STATE(593),
[sym_parenthesized_expression] = STATE(449),
[sym_class_literal] = STATE(593),
[sym_object_creation_expression] = STATE(593),
[sym__unqualified_object_creation_expression] = STATE(600),
[sym_field_access] = STATE(449),
[sym_template_expression] = STATE(593),
[sym_array_access] = STATE(449),
[sym_method_invocation] = STATE(593),
[sym_method_reference] = STATE(593),
[sym_switch_expression] = STATE(817),
[sym_statement] = STATE(1592),
[sym_block] = STATE(381),
[sym_expression_statement] = STATE(381),
[sym_labeled_statement] = STATE(381),
[sym_assert_statement] = STATE(381),
[sym_do_statement] = STATE(381),
[sym_break_statement] = STATE(381),
[sym_continue_statement] = STATE(381),
[sym_return_statement] = STATE(381),
[sym_yield_statement] = STATE(381),
[sym_synchronized_statement] = STATE(381),
[sym_throw_statement] = STATE(381),
[sym_try_statement] = STATE(381),
[sym_try_with_resources_statement] = STATE(381),
[sym_if_statement] = STATE(381),
[sym_while_statement] = STATE(381),
[sym_for_statement] = STATE(381),
[sym_enhanced_for_statement] = STATE(381),
[sym__annotation] = STATE(619),
[sym_marker_annotation] = STATE(619),
[sym_annotation] = STATE(619),
[sym_declaration] = STATE(381),
[sym_module_declaration] = STATE(279),
[sym_package_declaration] = STATE(279),
[sym_import_declaration] = STATE(279),
[sym_enum_declaration] = STATE(279),
[sym_class_declaration] = STATE(279),
[sym_visibility] = STATE(516),
[sym__modifier] = STATE(516),
[sym_modifiers] = STATE(899),
[sym_record_declaration] = STATE(279),
[sym_annotation_type_declaration] = STATE(279),
[sym_interface_declaration] = STATE(279),
[sym__type] = STATE(1515),
[sym__unannotated_type] = STATE(851),
[sym_annotated_type] = STATE(944),
[sym_scoped_type_identifier] = STATE(947),
[sym_generic_type] = STATE(962),
[sym_array_type] = STATE(844),
[sym_integral_type] = STATE(844),
[sym_floating_point_type] = STATE(844),
[sym_formal_parameters] = STATE(1589),
[sym_local_variable_declaration] = STATE(381),
[sym__reserved_identifier] = STATE(473),
[aux_sym_array_creation_expression_repeat1] = STATE(810),
[aux_sym_modifiers_repeat1] = STATE(516),
[sym_identifier] = ACTIONS(549),
[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(21),
[anon_sym_DASH] = ACTIONS(21),
[anon_sym_TILDE] = ACTIONS(23),
[anon_sym_BANG] = 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(551),
[anon_sym_LBRACE] = ACTIONS(33),
[anon_sym_default] = ACTIONS(35),
[anon_sym_SEMI] = ACTIONS(37),
[anon_sym_assert] = ACTIONS(39),
[anon_sym_do] = ACTIONS(41),
[anon_sym_while] = ACTIONS(553),
[anon_sym_break] = ACTIONS(45),
[anon_sym_continue] = ACTIONS(47),
[anon_sym_return] = ACTIONS(49),
[anon_sym_yield] = ACTIONS(51),
[anon_sym_synchronized] = ACTIONS(53),
[anon_sym_throw] = ACTIONS(55),
[anon_sym_try] = ACTIONS(57),
[anon_sym_if] = ACTIONS(555),
[anon_sym_for] = ACTIONS(557),
[anon_sym_AT] = ACTIONS(63),
[anon_sym_open] = ACTIONS(65),
[anon_sym_module] = ACTIONS(67),
[anon_sym_static] = ACTIONS(35),
[anon_sym_with] = ACTIONS(69),
[anon_sym_package] = ACTIONS(71),
[anon_sym_import] = ACTIONS(73),
[anon_sym_enum] = ACTIONS(75),
[anon_sym_public] = ACTIONS(77),
[anon_sym_protected] = ACTIONS(77),
[anon_sym_private] = ACTIONS(77),
[anon_sym_abstract] = ACTIONS(35),
[anon_sym_final] = ACTIONS(35),
[anon_sym_strictfp] = ACTIONS(35),
[anon_sym_native] = ACTIONS(35),
[anon_sym_transient] = ACTIONS(35),
[anon_sym_volatile] = ACTIONS(35),
[anon_sym_sealed] = ACTIONS(240),
[anon_sym_non_DASHsealed] = ACTIONS(81),
[anon_sym_record] = ACTIONS(83),
[anon_sym_interface] = ACTIONS(85),
[anon_sym_byte] = ACTIONS(87),
[anon_sym_short] = ACTIONS(87),
[anon_sym_int] = ACTIONS(87),
[anon_sym_long] = ACTIONS(87),
[anon_sym_char] = ACTIONS(87),
[anon_sym_float] = ACTIONS(89),
[anon_sym_double] = ACTIONS(89),
[sym_boolean_type] = ACTIONS(91),
[sym_void_type] = ACTIONS(91),
[sym_this] = ACTIONS(93),
[sym_super] = ACTIONS(95),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(64)] = {
[sym__literal] = STATE(593),
[sym_string_literal] = STATE(594),
[sym__string_literal] = STATE(550),
[sym__multiline_string_literal] = STATE(550),
[sym_expression] = STATE(856),
[sym_cast_expression] = STATE(709),
[sym_assignment_expression] = STATE(709),
[sym_binary_expression] = STATE(709),
[sym_instanceof_expression] = STATE(709),
[sym_lambda_expression] = STATE(709),
[sym_inferred_parameters] = STATE(1589),
[sym_ternary_expression] = STATE(709),
[sym_unary_expression] = STATE(709),
[sym__unary_complement_expression] = STATE(716),
[sym_update_expression] = STATE(709),
[sym_primary_expression] = STATE(562),
[sym_array_creation_expression] = STATE(593),
[sym_parenthesized_expression] = STATE(449),
[sym_class_literal] = STATE(593),
[sym_object_creation_expression] = STATE(593),
[sym__unqualified_object_creation_expression] = STATE(600),
[sym_field_access] = STATE(449),
[sym_template_expression] = STATE(593),
[sym_array_access] = STATE(449),
[sym_method_invocation] = STATE(593),
[sym_method_reference] = STATE(593),
[sym_switch_expression] = STATE(125),
[sym_statement] = STATE(357),
[sym_block] = STATE(381),
[sym_expression_statement] = STATE(381),
[sym_labeled_statement] = STATE(381),
[sym_assert_statement] = STATE(381),
[sym_do_statement] = STATE(381),
[sym_break_statement] = STATE(381),
[sym_continue_statement] = STATE(381),
[sym_return_statement] = STATE(381),
[sym_yield_statement] = STATE(381),
[sym_synchronized_statement] = STATE(381),
[sym_throw_statement] = STATE(381),
[sym_try_statement] = STATE(381),
[sym_try_with_resources_statement] = STATE(381),
[sym_if_statement] = STATE(381),
[sym_while_statement] = STATE(381),
[sym_for_statement] = STATE(381),
[sym_enhanced_for_statement] = STATE(381),
[sym__annotation] = STATE(619),
[sym_marker_annotation] = STATE(619),
[sym_annotation] = STATE(619),
[sym_declaration] = STATE(381),
[sym_module_declaration] = STATE(279),
[sym_package_declaration] = STATE(279),
[sym_import_declaration] = STATE(279),
[sym_enum_declaration] = STATE(279),
[sym_class_declaration] = STATE(279),
[sym_visibility] = STATE(516),
[sym__modifier] = STATE(516),
[sym_modifiers] = STATE(899),
[sym_record_declaration] = STATE(279),
[sym_annotation_type_declaration] = STATE(279),
[sym_interface_declaration] = STATE(279),
[sym__type] = STATE(1515),
[sym__unannotated_type] = STATE(851),
[sym_annotated_type] = STATE(944),
[sym_scoped_type_identifier] = STATE(947),
[sym_generic_type] = STATE(962),
[sym_array_type] = STATE(844),
[sym_integral_type] = STATE(844),
[sym_floating_point_type] = STATE(844),
[sym_formal_parameters] = STATE(1589),
[sym_local_variable_declaration] = STATE(381),
[sym__reserved_identifier] = STATE(472),
[aux_sym_array_creation_expression_repeat1] = STATE(810),
[aux_sym_modifiers_repeat1] = STATE(516),
[sym_identifier] = ACTIONS(385),
[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(21),
[anon_sym_DASH] = ACTIONS(21),
[anon_sym_TILDE] = ACTIONS(23),
[anon_sym_BANG] = 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(35),
[anon_sym_SEMI] = ACTIONS(37),
[anon_sym_assert] = ACTIONS(39),
[anon_sym_do] = ACTIONS(41),
[anon_sym_while] = ACTIONS(391),
[anon_sym_break] = ACTIONS(45),
[anon_sym_continue] = ACTIONS(47),
[anon_sym_return] = ACTIONS(49),
[anon_sym_yield] = ACTIONS(51),
[anon_sym_synchronized] = ACTIONS(53),
[anon_sym_throw] = ACTIONS(55),
[anon_sym_try] = ACTIONS(57),
[anon_sym_if] = ACTIONS(393),
[anon_sym_for] = ACTIONS(395),
[anon_sym_AT] = ACTIONS(63),
[anon_sym_open] = ACTIONS(65),
[anon_sym_module] = ACTIONS(67),
[anon_sym_static] = ACTIONS(35),
[anon_sym_with] = ACTIONS(69),
[anon_sym_package] = ACTIONS(71),
[anon_sym_import] = ACTIONS(73),
[anon_sym_enum] = ACTIONS(75),
[anon_sym_public] = ACTIONS(77),
[anon_sym_protected] = ACTIONS(77),
[anon_sym_private] = ACTIONS(77),
[anon_sym_abstract] = ACTIONS(35),
[anon_sym_final] = ACTIONS(35),
[anon_sym_strictfp] = ACTIONS(35),
[anon_sym_native] = ACTIONS(35),
[anon_sym_transient] = ACTIONS(35),
[anon_sym_volatile] = ACTIONS(35),
[anon_sym_sealed] = ACTIONS(240),
[anon_sym_non_DASHsealed] = ACTIONS(81),
[anon_sym_record] = ACTIONS(83),
[anon_sym_interface] = ACTIONS(85),
[anon_sym_byte] = ACTIONS(87),
[anon_sym_short] = ACTIONS(87),
[anon_sym_int] = ACTIONS(87),
[anon_sym_long] = ACTIONS(87),
[anon_sym_char] = ACTIONS(87),
[anon_sym_float] = ACTIONS(89),
[anon_sym_double] = ACTIONS(89),
[sym_boolean_type] = ACTIONS(91),
[sym_void_type] = ACTIONS(91),
[sym_this] = ACTIONS(93),
[sym_super] = ACTIONS(95),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(65)] = {
[sym__literal] = STATE(593),
[sym_string_literal] = STATE(594),
[sym__string_literal] = STATE(550),
[sym__multiline_string_literal] = STATE(550),
[sym_expression] = STATE(856),
[sym_cast_expression] = STATE(709),
[sym_assignment_expression] = STATE(709),
[sym_binary_expression] = STATE(709),
[sym_instanceof_expression] = STATE(709),
[sym_lambda_expression] = STATE(709),
[sym_inferred_parameters] = STATE(1589),
[sym_ternary_expression] = STATE(709),
[sym_unary_expression] = STATE(709),
[sym__unary_complement_expression] = STATE(716),
[sym_update_expression] = STATE(709),
[sym_primary_expression] = STATE(562),
[sym_array_creation_expression] = STATE(593),
[sym_parenthesized_expression] = STATE(449),
[sym_class_literal] = STATE(593),
[sym_object_creation_expression] = STATE(593),
[sym__unqualified_object_creation_expression] = STATE(600),
[sym_field_access] = STATE(449),
[sym_template_expression] = STATE(593),
[sym_array_access] = STATE(449),
[sym_method_invocation] = STATE(593),
[sym_method_reference] = STATE(593),
[sym_switch_expression] = STATE(125),
[sym_statement] = STATE(358),
[sym_block] = STATE(381),
[sym_expression_statement] = STATE(381),
[sym_labeled_statement] = STATE(381),
[sym_assert_statement] = STATE(381),
[sym_do_statement] = STATE(381),
[sym_break_statement] = STATE(381),
[sym_continue_statement] = STATE(381),
[sym_return_statement] = STATE(381),
[sym_yield_statement] = STATE(381),
[sym_synchronized_statement] = STATE(381),
[sym_throw_statement] = STATE(381),
[sym_try_statement] = STATE(381),
[sym_try_with_resources_statement] = STATE(381),
[sym_if_statement] = STATE(381),
[sym_while_statement] = STATE(381),
[sym_for_statement] = STATE(381),
[sym_enhanced_for_statement] = STATE(381),
[sym__annotation] = STATE(619),
[sym_marker_annotation] = STATE(619),
[sym_annotation] = STATE(619),
[sym_declaration] = STATE(381),
[sym_module_declaration] = STATE(279),
[sym_package_declaration] = STATE(279),
[sym_import_declaration] = STATE(279),
[sym_enum_declaration] = STATE(279),
[sym_class_declaration] = STATE(279),
[sym_visibility] = STATE(516),
[sym__modifier] = STATE(516),
[sym_modifiers] = STATE(899),
[sym_record_declaration] = STATE(279),
[sym_annotation_type_declaration] = STATE(279),
[sym_interface_declaration] = STATE(279),
[sym__type] = STATE(1515),
[sym__unannotated_type] = STATE(851),
[sym_annotated_type] = STATE(944),
[sym_scoped_type_identifier] = STATE(947),
[sym_generic_type] = STATE(962),
[sym_array_type] = STATE(844),
[sym_integral_type] = STATE(844),
[sym_floating_point_type] = STATE(844),
[sym_formal_parameters] = STATE(1589),
[sym_local_variable_declaration] = STATE(381),
[sym__reserved_identifier] = STATE(472),
[aux_sym_array_creation_expression_repeat1] = STATE(810),
[aux_sym_modifiers_repeat1] = STATE(516),
[sym_identifier] = ACTIONS(385),
[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(21),
[anon_sym_DASH] = ACTIONS(21),
[anon_sym_TILDE] = ACTIONS(23),
[anon_sym_BANG] = 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(35),
[anon_sym_SEMI] = ACTIONS(37),
[anon_sym_assert] = ACTIONS(39),
[anon_sym_do] = ACTIONS(41),
[anon_sym_while] = ACTIONS(391),
[anon_sym_break] = ACTIONS(45),
[anon_sym_continue] = ACTIONS(47),
[anon_sym_return] = ACTIONS(49),
[anon_sym_yield] = ACTIONS(51),
[anon_sym_synchronized] = ACTIONS(53),
[anon_sym_throw] = ACTIONS(55),
[anon_sym_try] = ACTIONS(57),
[anon_sym_if] = ACTIONS(393),
[anon_sym_for] = ACTIONS(395),
[anon_sym_AT] = ACTIONS(63),
[anon_sym_open] = ACTIONS(65),
[anon_sym_module] = ACTIONS(67),
[anon_sym_static] = ACTIONS(35),
[anon_sym_with] = ACTIONS(69),
[anon_sym_package] = ACTIONS(71),
[anon_sym_import] = ACTIONS(73),
[anon_sym_enum] = ACTIONS(75),
[anon_sym_public] = ACTIONS(77),
[anon_sym_protected] = ACTIONS(77),
[anon_sym_private] = ACTIONS(77),
[anon_sym_abstract] = ACTIONS(35),
[anon_sym_final] = ACTIONS(35),
[anon_sym_strictfp] = ACTIONS(35),
[anon_sym_native] = ACTIONS(35),
[anon_sym_transient] = ACTIONS(35),
[anon_sym_volatile] = ACTIONS(35),
[anon_sym_sealed] = ACTIONS(240),
[anon_sym_non_DASHsealed] = ACTIONS(81),
[anon_sym_record] = ACTIONS(83),
[anon_sym_interface] = ACTIONS(85),
[anon_sym_byte] = ACTIONS(87),
[anon_sym_short] = ACTIONS(87),
[anon_sym_int] = ACTIONS(87),
[anon_sym_long] = ACTIONS(87),
[anon_sym_char] = ACTIONS(87),
[anon_sym_float] = ACTIONS(89),
[anon_sym_double] = ACTIONS(89),
[sym_boolean_type] = ACTIONS(91),
[sym_void_type] = ACTIONS(91),
[sym_this] = ACTIONS(93),
[sym_super] = ACTIONS(95),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(66)] = {
[sym__literal] = STATE(593),
[sym_string_literal] = STATE(594),
[sym__string_literal] = STATE(550),
[sym__multiline_string_literal] = STATE(550),
[sym_expression] = STATE(856),
[sym_cast_expression] = STATE(709),
[sym_assignment_expression] = STATE(709),
[sym_binary_expression] = STATE(709),
[sym_instanceof_expression] = STATE(709),
[sym_lambda_expression] = STATE(709),
[sym_inferred_parameters] = STATE(1589),
[sym_ternary_expression] = STATE(709),
[sym_unary_expression] = STATE(709),
[sym__unary_complement_expression] = STATE(716),
[sym_update_expression] = STATE(709),
[sym_primary_expression] = STATE(562),
[sym_array_creation_expression] = STATE(593),
[sym_parenthesized_expression] = STATE(449),
[sym_class_literal] = STATE(593),
[sym_object_creation_expression] = STATE(593),
[sym__unqualified_object_creation_expression] = STATE(600),
[sym_field_access] = STATE(449),
[sym_template_expression] = STATE(593),
[sym_array_access] = STATE(449),
[sym_method_invocation] = STATE(593),
[sym_method_reference] = STATE(593),
[sym_switch_expression] = STATE(125),
[sym_statement] = STATE(359),
[sym_block] = STATE(381),
[sym_expression_statement] = STATE(381),
[sym_labeled_statement] = STATE(381),
[sym_assert_statement] = STATE(381),
[sym_do_statement] = STATE(381),
[sym_break_statement] = STATE(381),
[sym_continue_statement] = STATE(381),
[sym_return_statement] = STATE(381),
[sym_yield_statement] = STATE(381),
[sym_synchronized_statement] = STATE(381),
[sym_throw_statement] = STATE(381),
[sym_try_statement] = STATE(381),
[sym_try_with_resources_statement] = STATE(381),
[sym_if_statement] = STATE(381),
[sym_while_statement] = STATE(381),
[sym_for_statement] = STATE(381),
[sym_enhanced_for_statement] = STATE(381),
[sym__annotation] = STATE(619),
[sym_marker_annotation] = STATE(619),
[sym_annotation] = STATE(619),
[sym_declaration] = STATE(381),
[sym_module_declaration] = STATE(279),
[sym_package_declaration] = STATE(279),
[sym_import_declaration] = STATE(279),
[sym_enum_declaration] = STATE(279),
[sym_class_declaration] = STATE(279),
[sym_visibility] = STATE(516),
[sym__modifier] = STATE(516),
[sym_modifiers] = STATE(899),
[sym_record_declaration] = STATE(279),
[sym_annotation_type_declaration] = STATE(279),
[sym_interface_declaration] = STATE(279),
[sym__type] = STATE(1515),
[sym__unannotated_type] = STATE(851),
[sym_annotated_type] = STATE(944),
[sym_scoped_type_identifier] = STATE(947),
[sym_generic_type] = STATE(962),
[sym_array_type] = STATE(844),
[sym_integral_type] = STATE(844),
[sym_floating_point_type] = STATE(844),
[sym_formal_parameters] = STATE(1589),
[sym_local_variable_declaration] = STATE(381),
[sym__reserved_identifier] = STATE(472),
[aux_sym_array_creation_expression_repeat1] = STATE(810),
[aux_sym_modifiers_repeat1] = STATE(516),
[sym_identifier] = ACTIONS(385),
[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(21),
[anon_sym_DASH] = ACTIONS(21),
[anon_sym_TILDE] = ACTIONS(23),
[anon_sym_BANG] = 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(35),
[anon_sym_SEMI] = ACTIONS(37),
[anon_sym_assert] = ACTIONS(39),
[anon_sym_do] = ACTIONS(41),
[anon_sym_while] = ACTIONS(391),
[anon_sym_break] = ACTIONS(45),
[anon_sym_continue] = ACTIONS(47),
[anon_sym_return] = ACTIONS(49),
[anon_sym_yield] = ACTIONS(51),
[anon_sym_synchronized] = ACTIONS(53),
[anon_sym_throw] = ACTIONS(55),
[anon_sym_try] = ACTIONS(57),
[anon_sym_if] = ACTIONS(393),
[anon_sym_for] = ACTIONS(395),
[anon_sym_AT] = ACTIONS(63),
[anon_sym_open] = ACTIONS(65),
[anon_sym_module] = ACTIONS(67),
[anon_sym_static] = ACTIONS(35),
[anon_sym_with] = ACTIONS(69),
[anon_sym_package] = ACTIONS(71),
[anon_sym_import] = ACTIONS(73),
[anon_sym_enum] = ACTIONS(75),
[anon_sym_public] = ACTIONS(77),
[anon_sym_protected] = ACTIONS(77),
[anon_sym_private] = ACTIONS(77),
[anon_sym_abstract] = ACTIONS(35),
[anon_sym_final] = ACTIONS(35),
[anon_sym_strictfp] = ACTIONS(35),
[anon_sym_native] = ACTIONS(35),
[anon_sym_transient] = ACTIONS(35),
[anon_sym_volatile] = ACTIONS(35),
[anon_sym_sealed] = ACTIONS(240),
[anon_sym_non_DASHsealed] = ACTIONS(81),
[anon_sym_record] = ACTIONS(83),
[anon_sym_interface] = ACTIONS(85),
[anon_sym_byte] = ACTIONS(87),
[anon_sym_short] = ACTIONS(87),
[anon_sym_int] = ACTIONS(87),
[anon_sym_long] = ACTIONS(87),
[anon_sym_char] = ACTIONS(87),
[anon_sym_float] = ACTIONS(89),
[anon_sym_double] = ACTIONS(89),
[sym_boolean_type] = ACTIONS(91),
[sym_void_type] = ACTIONS(91),
[sym_this] = ACTIONS(93),
[sym_super] = ACTIONS(95),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(67)] = {
[sym__literal] = STATE(593),
[sym_string_literal] = STATE(594),
[sym__string_literal] = STATE(550),
[sym__multiline_string_literal] = STATE(550),
[sym_expression] = STATE(856),
[sym_cast_expression] = STATE(709),
[sym_assignment_expression] = STATE(709),
[sym_binary_expression] = STATE(709),
[sym_instanceof_expression] = STATE(709),
[sym_lambda_expression] = STATE(709),
[sym_inferred_parameters] = STATE(1589),
[sym_ternary_expression] = STATE(709),
[sym_unary_expression] = STATE(709),
[sym__unary_complement_expression] = STATE(716),
[sym_update_expression] = STATE(709),
[sym_primary_expression] = STATE(562),
[sym_array_creation_expression] = STATE(593),
[sym_parenthesized_expression] = STATE(449),
[sym_class_literal] = STATE(593),
[sym_object_creation_expression] = STATE(593),
[sym__unqualified_object_creation_expression] = STATE(600),
[sym_field_access] = STATE(449),
[sym_template_expression] = STATE(593),
[sym_array_access] = STATE(449),
[sym_method_invocation] = STATE(593),
[sym_method_reference] = STATE(593),
[sym_switch_expression] = STATE(125),
[sym_statement] = STATE(360),
[sym_block] = STATE(381),
[sym_expression_statement] = STATE(381),
[sym_labeled_statement] = STATE(381),
[sym_assert_statement] = STATE(381),
[sym_do_statement] = STATE(381),
[sym_break_statement] = STATE(381),
[sym_continue_statement] = STATE(381),
[sym_return_statement] = STATE(381),
[sym_yield_statement] = STATE(381),
[sym_synchronized_statement] = STATE(381),
[sym_throw_statement] = STATE(381),
[sym_try_statement] = STATE(381),
[sym_try_with_resources_statement] = STATE(381),
[sym_if_statement] = STATE(381),
[sym_while_statement] = STATE(381),
[sym_for_statement] = STATE(381),
[sym_enhanced_for_statement] = STATE(381),
[sym__annotation] = STATE(619),
[sym_marker_annotation] = STATE(619),
[sym_annotation] = STATE(619),
[sym_declaration] = STATE(381),
[sym_module_declaration] = STATE(279),
[sym_package_declaration] = STATE(279),
[sym_import_declaration] = STATE(279),
[sym_enum_declaration] = STATE(279),
[sym_class_declaration] = STATE(279),
[sym_visibility] = STATE(516),
[sym__modifier] = STATE(516),
[sym_modifiers] = STATE(899),
[sym_record_declaration] = STATE(279),
[sym_annotation_type_declaration] = STATE(279),
[sym_interface_declaration] = STATE(279),
[sym__type] = STATE(1515),
[sym__unannotated_type] = STATE(851),
[sym_annotated_type] = STATE(944),
[sym_scoped_type_identifier] = STATE(947),
[sym_generic_type] = STATE(962),
[sym_array_type] = STATE(844),
[sym_integral_type] = STATE(844),
[sym_floating_point_type] = STATE(844),
[sym_formal_parameters] = STATE(1589),
[sym_local_variable_declaration] = STATE(381),
[sym__reserved_identifier] = STATE(472),
[aux_sym_array_creation_expression_repeat1] = STATE(810),
[aux_sym_modifiers_repeat1] = STATE(516),
[sym_identifier] = ACTIONS(385),
[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(21),
[anon_sym_DASH] = ACTIONS(21),
[anon_sym_TILDE] = ACTIONS(23),
[anon_sym_BANG] = 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(35),
[anon_sym_SEMI] = ACTIONS(37),
[anon_sym_assert] = ACTIONS(39),
[anon_sym_do] = ACTIONS(41),
[anon_sym_while] = ACTIONS(391),
[anon_sym_break] = ACTIONS(45),
[anon_sym_continue] = ACTIONS(47),
[anon_sym_return] = ACTIONS(49),
[anon_sym_yield] = ACTIONS(51),
[anon_sym_synchronized] = ACTIONS(53),
[anon_sym_throw] = ACTIONS(55),
[anon_sym_try] = ACTIONS(57),
[anon_sym_if] = ACTIONS(393),
[anon_sym_for] = ACTIONS(395),
[anon_sym_AT] = ACTIONS(63),
[anon_sym_open] = ACTIONS(65),
[anon_sym_module] = ACTIONS(67),
[anon_sym_static] = ACTIONS(35),
[anon_sym_with] = ACTIONS(69),
[anon_sym_package] = ACTIONS(71),
[anon_sym_import] = ACTIONS(73),
[anon_sym_enum] = ACTIONS(75),
[anon_sym_public] = ACTIONS(77),
[anon_sym_protected] = ACTIONS(77),
[anon_sym_private] = ACTIONS(77),
[anon_sym_abstract] = ACTIONS(35),
[anon_sym_final] = ACTIONS(35),
[anon_sym_strictfp] = ACTIONS(35),
[anon_sym_native] = ACTIONS(35),
[anon_sym_transient] = ACTIONS(35),
[anon_sym_volatile] = ACTIONS(35),
[anon_sym_sealed] = ACTIONS(240),
[anon_sym_non_DASHsealed] = ACTIONS(81),
[anon_sym_record] = ACTIONS(83),
[anon_sym_interface] = ACTIONS(85),
[anon_sym_byte] = ACTIONS(87),
[anon_sym_short] = ACTIONS(87),
[anon_sym_int] = ACTIONS(87),
[anon_sym_long] = ACTIONS(87),
[anon_sym_char] = ACTIONS(87),
[anon_sym_float] = ACTIONS(89),
[anon_sym_double] = ACTIONS(89),
[sym_boolean_type] = ACTIONS(91),
[sym_void_type] = ACTIONS(91),
[sym_this] = ACTIONS(93),
[sym_super] = ACTIONS(95),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(68)] = {
[sym__literal] = STATE(593),
[sym_string_literal] = STATE(594),
[sym__string_literal] = STATE(550),
[sym__multiline_string_literal] = STATE(550),
[sym_expression] = STATE(856),
[sym_cast_expression] = STATE(709),
[sym_assignment_expression] = STATE(709),
[sym_binary_expression] = STATE(709),
[sym_instanceof_expression] = STATE(709),
[sym_lambda_expression] = STATE(709),
[sym_inferred_parameters] = STATE(1589),
[sym_ternary_expression] = STATE(709),
[sym_unary_expression] = STATE(709),
[sym__unary_complement_expression] = STATE(716),
[sym_update_expression] = STATE(709),
[sym_primary_expression] = STATE(562),
[sym_array_creation_expression] = STATE(593),
[sym_parenthesized_expression] = STATE(449),
[sym_class_literal] = STATE(593),
[sym_object_creation_expression] = STATE(593),
[sym__unqualified_object_creation_expression] = STATE(600),
[sym_field_access] = STATE(449),
[sym_template_expression] = STATE(593),
[sym_array_access] = STATE(449),
[sym_method_invocation] = STATE(593),
[sym_method_reference] = STATE(593),
[sym_switch_expression] = STATE(125),
[sym_statement] = STATE(361),
[sym_block] = STATE(381),
[sym_expression_statement] = STATE(381),
[sym_labeled_statement] = STATE(381),
[sym_assert_statement] = STATE(381),
[sym_do_statement] = STATE(381),
[sym_break_statement] = STATE(381),
[sym_continue_statement] = STATE(381),
[sym_return_statement] = STATE(381),
[sym_yield_statement] = STATE(381),
[sym_synchronized_statement] = STATE(381),
[sym_throw_statement] = STATE(381),
[sym_try_statement] = STATE(381),
[sym_try_with_resources_statement] = STATE(381),
[sym_if_statement] = STATE(381),
[sym_while_statement] = STATE(381),
[sym_for_statement] = STATE(381),
[sym_enhanced_for_statement] = STATE(381),
[sym__annotation] = STATE(619),
[sym_marker_annotation] = STATE(619),
[sym_annotation] = STATE(619),
[sym_declaration] = STATE(381),
[sym_module_declaration] = STATE(279),
[sym_package_declaration] = STATE(279),
[sym_import_declaration] = STATE(279),
[sym_enum_declaration] = STATE(279),
[sym_class_declaration] = STATE(279),
[sym_visibility] = STATE(516),
[sym__modifier] = STATE(516),
[sym_modifiers] = STATE(899),
[sym_record_declaration] = STATE(279),
[sym_annotation_type_declaration] = STATE(279),
[sym_interface_declaration] = STATE(279),
[sym__type] = STATE(1515),
[sym__unannotated_type] = STATE(851),
[sym_annotated_type] = STATE(944),
[sym_scoped_type_identifier] = STATE(947),
[sym_generic_type] = STATE(962),
[sym_array_type] = STATE(844),
[sym_integral_type] = STATE(844),
[sym_floating_point_type] = STATE(844),
[sym_formal_parameters] = STATE(1589),
[sym_local_variable_declaration] = STATE(381),
[sym__reserved_identifier] = STATE(472),
[aux_sym_array_creation_expression_repeat1] = STATE(810),
[aux_sym_modifiers_repeat1] = STATE(516),
[sym_identifier] = ACTIONS(385),
[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(21),
[anon_sym_DASH] = ACTIONS(21),
[anon_sym_TILDE] = ACTIONS(23),
[anon_sym_BANG] = 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(35),
[anon_sym_SEMI] = ACTIONS(37),
[anon_sym_assert] = ACTIONS(39),
[anon_sym_do] = ACTIONS(41),
[anon_sym_while] = ACTIONS(391),
[anon_sym_break] = ACTIONS(45),
[anon_sym_continue] = ACTIONS(47),
[anon_sym_return] = ACTIONS(49),
[anon_sym_yield] = ACTIONS(51),
[anon_sym_synchronized] = ACTIONS(53),
[anon_sym_throw] = ACTIONS(55),
[anon_sym_try] = ACTIONS(57),
[anon_sym_if] = ACTIONS(393),
[anon_sym_for] = ACTIONS(395),
[anon_sym_AT] = ACTIONS(63),
[anon_sym_open] = ACTIONS(65),
[anon_sym_module] = ACTIONS(67),
[anon_sym_static] = ACTIONS(35),
[anon_sym_with] = ACTIONS(69),
[anon_sym_package] = ACTIONS(71),
[anon_sym_import] = ACTIONS(73),
[anon_sym_enum] = ACTIONS(75),
[anon_sym_public] = ACTIONS(77),
[anon_sym_protected] = ACTIONS(77),
[anon_sym_private] = ACTIONS(77),
[anon_sym_abstract] = ACTIONS(35),
[anon_sym_final] = ACTIONS(35),
[anon_sym_strictfp] = ACTIONS(35),
[anon_sym_native] = ACTIONS(35),
[anon_sym_transient] = ACTIONS(35),
[anon_sym_volatile] = ACTIONS(35),
[anon_sym_sealed] = ACTIONS(240),
[anon_sym_non_DASHsealed] = ACTIONS(81),
[anon_sym_record] = ACTIONS(83),
[anon_sym_interface] = ACTIONS(85),
[anon_sym_byte] = ACTIONS(87),
[anon_sym_short] = ACTIONS(87),
[anon_sym_int] = ACTIONS(87),
[anon_sym_long] = ACTIONS(87),
[anon_sym_char] = ACTIONS(87),
[anon_sym_float] = ACTIONS(89),
[anon_sym_double] = ACTIONS(89),
[sym_boolean_type] = ACTIONS(91),
[sym_void_type] = ACTIONS(91),
[sym_this] = ACTIONS(93),
[sym_super] = ACTIONS(95),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(69)] = {
[sym__literal] = STATE(593),
[sym_string_literal] = STATE(594),
[sym__string_literal] = STATE(550),
[sym__multiline_string_literal] = STATE(550),
[sym_expression] = STATE(856),
[sym_cast_expression] = STATE(709),
[sym_assignment_expression] = STATE(709),
[sym_binary_expression] = STATE(709),
[sym_instanceof_expression] = STATE(709),
[sym_lambda_expression] = STATE(709),
[sym_inferred_parameters] = STATE(1589),
[sym_ternary_expression] = STATE(709),
[sym_unary_expression] = STATE(709),
[sym__unary_complement_expression] = STATE(716),
[sym_update_expression] = STATE(709),
[sym_primary_expression] = STATE(562),
[sym_array_creation_expression] = STATE(593),
[sym_parenthesized_expression] = STATE(449),
[sym_class_literal] = STATE(593),
[sym_object_creation_expression] = STATE(593),
[sym__unqualified_object_creation_expression] = STATE(600),
[sym_field_access] = STATE(449),
[sym_template_expression] = STATE(593),
[sym_array_access] = STATE(449),
[sym_method_invocation] = STATE(593),
[sym_method_reference] = STATE(593),
[sym_switch_expression] = STATE(125),
[sym_statement] = STATE(362),
[sym_block] = STATE(381),
[sym_expression_statement] = STATE(381),
[sym_labeled_statement] = STATE(381),
[sym_assert_statement] = STATE(381),
[sym_do_statement] = STATE(381),
[sym_break_statement] = STATE(381),
[sym_continue_statement] = STATE(381),
[sym_return_statement] = STATE(381),
[sym_yield_statement] = STATE(381),
[sym_synchronized_statement] = STATE(381),
[sym_throw_statement] = STATE(381),
[sym_try_statement] = STATE(381),
[sym_try_with_resources_statement] = STATE(381),
[sym_if_statement] = STATE(381),
[sym_while_statement] = STATE(381),
[sym_for_statement] = STATE(381),
[sym_enhanced_for_statement] = STATE(381),
[sym__annotation] = STATE(619),
[sym_marker_annotation] = STATE(619),
[sym_annotation] = STATE(619),
[sym_declaration] = STATE(381),
[sym_module_declaration] = STATE(279),
[sym_package_declaration] = STATE(279),
[sym_import_declaration] = STATE(279),
[sym_enum_declaration] = STATE(279),
[sym_class_declaration] = STATE(279),
[sym_visibility] = STATE(516),
[sym__modifier] = STATE(516),
[sym_modifiers] = STATE(899),
[sym_record_declaration] = STATE(279),
[sym_annotation_type_declaration] = STATE(279),
[sym_interface_declaration] = STATE(279),
[sym__type] = STATE(1515),
[sym__unannotated_type] = STATE(851),
[sym_annotated_type] = STATE(944),
[sym_scoped_type_identifier] = STATE(947),
[sym_generic_type] = STATE(962),
[sym_array_type] = STATE(844),
[sym_integral_type] = STATE(844),
[sym_floating_point_type] = STATE(844),
[sym_formal_parameters] = STATE(1589),
[sym_local_variable_declaration] = STATE(381),
[sym__reserved_identifier] = STATE(472),
[aux_sym_array_creation_expression_repeat1] = STATE(810),
[aux_sym_modifiers_repeat1] = STATE(516),
[sym_identifier] = ACTIONS(385),
[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(21),
[anon_sym_DASH] = ACTIONS(21),
[anon_sym_TILDE] = ACTIONS(23),
[anon_sym_BANG] = 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(35),
[anon_sym_SEMI] = ACTIONS(37),
[anon_sym_assert] = ACTIONS(39),
[anon_sym_do] = ACTIONS(41),
[anon_sym_while] = ACTIONS(391),
[anon_sym_break] = ACTIONS(45),
[anon_sym_continue] = ACTIONS(47),
[anon_sym_return] = ACTIONS(49),
[anon_sym_yield] = ACTIONS(51),
[anon_sym_synchronized] = ACTIONS(53),
[anon_sym_throw] = ACTIONS(55),
[anon_sym_try] = ACTIONS(57),
[anon_sym_if] = ACTIONS(393),
[anon_sym_for] = ACTIONS(395),
[anon_sym_AT] = ACTIONS(63),
[anon_sym_open] = ACTIONS(65),
[anon_sym_module] = ACTIONS(67),
[anon_sym_static] = ACTIONS(35),
[anon_sym_with] = ACTIONS(69),
[anon_sym_package] = ACTIONS(71),
[anon_sym_import] = ACTIONS(73),
[anon_sym_enum] = ACTIONS(75),
[anon_sym_public] = ACTIONS(77),
[anon_sym_protected] = ACTIONS(77),
[anon_sym_private] = ACTIONS(77),
[anon_sym_abstract] = ACTIONS(35),
[anon_sym_final] = ACTIONS(35),
[anon_sym_strictfp] = ACTIONS(35),
[anon_sym_native] = ACTIONS(35),
[anon_sym_transient] = ACTIONS(35),
[anon_sym_volatile] = ACTIONS(35),
[anon_sym_sealed] = ACTIONS(240),
[anon_sym_non_DASHsealed] = ACTIONS(81),
[anon_sym_record] = ACTIONS(83),
[anon_sym_interface] = ACTIONS(85),
[anon_sym_byte] = ACTIONS(87),
[anon_sym_short] = ACTIONS(87),
[anon_sym_int] = ACTIONS(87),
[anon_sym_long] = ACTIONS(87),
[anon_sym_char] = ACTIONS(87),
[anon_sym_float] = ACTIONS(89),
[anon_sym_double] = ACTIONS(89),
[sym_boolean_type] = ACTIONS(91),
[sym_void_type] = ACTIONS(91),
[sym_this] = ACTIONS(93),
[sym_super] = ACTIONS(95),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(70)] = {
[sym__literal] = STATE(593),
[sym_string_literal] = STATE(594),
[sym__string_literal] = STATE(550),
[sym__multiline_string_literal] = STATE(550),
[sym_expression] = STATE(856),
[sym_cast_expression] = STATE(709),
[sym_assignment_expression] = STATE(709),
[sym_binary_expression] = STATE(709),
[sym_instanceof_expression] = STATE(709),
[sym_lambda_expression] = STATE(709),
[sym_inferred_parameters] = STATE(1589),
[sym_ternary_expression] = STATE(709),
[sym_unary_expression] = STATE(709),
[sym__unary_complement_expression] = STATE(716),
[sym_update_expression] = STATE(709),
[sym_primary_expression] = STATE(562),
[sym_array_creation_expression] = STATE(593),
[sym_parenthesized_expression] = STATE(449),
[sym_class_literal] = STATE(593),
[sym_object_creation_expression] = STATE(593),
[sym__unqualified_object_creation_expression] = STATE(600),
[sym_field_access] = STATE(449),
[sym_template_expression] = STATE(593),
[sym_array_access] = STATE(449),
[sym_method_invocation] = STATE(593),
[sym_method_reference] = STATE(593),
[sym_switch_expression] = STATE(125),
[sym_statement] = STATE(363),
[sym_block] = STATE(381),
[sym_expression_statement] = STATE(381),
[sym_labeled_statement] = STATE(381),
[sym_assert_statement] = STATE(381),
[sym_do_statement] = STATE(381),
[sym_break_statement] = STATE(381),
[sym_continue_statement] = STATE(381),
[sym_return_statement] = STATE(381),
[sym_yield_statement] = STATE(381),
[sym_synchronized_statement] = STATE(381),
[sym_throw_statement] = STATE(381),
[sym_try_statement] = STATE(381),
[sym_try_with_resources_statement] = STATE(381),
[sym_if_statement] = STATE(381),
[sym_while_statement] = STATE(381),
[sym_for_statement] = STATE(381),
[sym_enhanced_for_statement] = STATE(381),
[sym__annotation] = STATE(619),
[sym_marker_annotation] = STATE(619),
[sym_annotation] = STATE(619),
[sym_declaration] = STATE(381),
[sym_module_declaration] = STATE(279),
[sym_package_declaration] = STATE(279),
[sym_import_declaration] = STATE(279),
[sym_enum_declaration] = STATE(279),
[sym_class_declaration] = STATE(279),
[sym_visibility] = STATE(516),
[sym__modifier] = STATE(516),
[sym_modifiers] = STATE(899),
[sym_record_declaration] = STATE(279),
[sym_annotation_type_declaration] = STATE(279),
[sym_interface_declaration] = STATE(279),
[sym__type] = STATE(1515),
[sym__unannotated_type] = STATE(851),
[sym_annotated_type] = STATE(944),
[sym_scoped_type_identifier] = STATE(947),
[sym_generic_type] = STATE(962),
[sym_array_type] = STATE(844),
[sym_integral_type] = STATE(844),
[sym_floating_point_type] = STATE(844),
[sym_formal_parameters] = STATE(1589),
[sym_local_variable_declaration] = STATE(381),
[sym__reserved_identifier] = STATE(472),
[aux_sym_array_creation_expression_repeat1] = STATE(810),
[aux_sym_modifiers_repeat1] = STATE(516),
[sym_identifier] = ACTIONS(385),
[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(21),
[anon_sym_DASH] = ACTIONS(21),
[anon_sym_TILDE] = ACTIONS(23),
[anon_sym_BANG] = 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(35),
[anon_sym_SEMI] = ACTIONS(37),
[anon_sym_assert] = ACTIONS(39),
[anon_sym_do] = ACTIONS(41),
[anon_sym_while] = ACTIONS(391),
[anon_sym_break] = ACTIONS(45),
[anon_sym_continue] = ACTIONS(47),
[anon_sym_return] = ACTIONS(49),
[anon_sym_yield] = ACTIONS(51),
[anon_sym_synchronized] = ACTIONS(53),
[anon_sym_throw] = ACTIONS(55),
[anon_sym_try] = ACTIONS(57),
[anon_sym_if] = ACTIONS(393),
[anon_sym_for] = ACTIONS(395),
[anon_sym_AT] = ACTIONS(63),
[anon_sym_open] = ACTIONS(65),
[anon_sym_module] = ACTIONS(67),
[anon_sym_static] = ACTIONS(35),
[anon_sym_with] = ACTIONS(69),
[anon_sym_package] = ACTIONS(71),
[anon_sym_import] = ACTIONS(73),
[anon_sym_enum] = ACTIONS(75),
[anon_sym_public] = ACTIONS(77),
[anon_sym_protected] = ACTIONS(77),
[anon_sym_private] = ACTIONS(77),
[anon_sym_abstract] = ACTIONS(35),
[anon_sym_final] = ACTIONS(35),
[anon_sym_strictfp] = ACTIONS(35),
[anon_sym_native] = ACTIONS(35),
[anon_sym_transient] = ACTIONS(35),
[anon_sym_volatile] = ACTIONS(35),
[anon_sym_sealed] = ACTIONS(240),
[anon_sym_non_DASHsealed] = ACTIONS(81),
[anon_sym_record] = ACTIONS(83),
[anon_sym_interface] = ACTIONS(85),
[anon_sym_byte] = ACTIONS(87),
[anon_sym_short] = ACTIONS(87),
[anon_sym_int] = ACTIONS(87),
[anon_sym_long] = ACTIONS(87),
[anon_sym_char] = ACTIONS(87),
[anon_sym_float] = ACTIONS(89),
[anon_sym_double] = ACTIONS(89),
[sym_boolean_type] = ACTIONS(91),
[sym_void_type] = ACTIONS(91),
[sym_this] = ACTIONS(93),
[sym_super] = ACTIONS(95),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(71)] = {
[sym__literal] = STATE(593),
[sym_string_literal] = STATE(594),
[sym__string_literal] = STATE(550),
[sym__multiline_string_literal] = STATE(550),
[sym_expression] = STATE(856),
[sym_cast_expression] = STATE(709),
[sym_assignment_expression] = STATE(709),
[sym_binary_expression] = STATE(709),
[sym_instanceof_expression] = STATE(709),
[sym_lambda_expression] = STATE(709),
[sym_inferred_parameters] = STATE(1589),
[sym_ternary_expression] = STATE(709),
[sym_unary_expression] = STATE(709),
[sym__unary_complement_expression] = STATE(716),
[sym_update_expression] = STATE(709),
[sym_primary_expression] = STATE(562),
[sym_array_creation_expression] = STATE(593),
[sym_parenthesized_expression] = STATE(449),
[sym_class_literal] = STATE(593),
[sym_object_creation_expression] = STATE(593),
[sym__unqualified_object_creation_expression] = STATE(600),
[sym_field_access] = STATE(449),
[sym_template_expression] = STATE(593),
[sym_array_access] = STATE(449),
[sym_method_invocation] = STATE(593),
[sym_method_reference] = STATE(593),
[sym_switch_expression] = STATE(125),
[sym_statement] = STATE(364),
[sym_block] = STATE(381),
[sym_expression_statement] = STATE(381),
[sym_labeled_statement] = STATE(381),
[sym_assert_statement] = STATE(381),
[sym_do_statement] = STATE(381),
[sym_break_statement] = STATE(381),
[sym_continue_statement] = STATE(381),
[sym_return_statement] = STATE(381),
[sym_yield_statement] = STATE(381),
[sym_synchronized_statement] = STATE(381),
[sym_throw_statement] = STATE(381),
[sym_try_statement] = STATE(381),
[sym_try_with_resources_statement] = STATE(381),
[sym_if_statement] = STATE(381),
[sym_while_statement] = STATE(381),
[sym_for_statement] = STATE(381),
[sym_enhanced_for_statement] = STATE(381),
[sym__annotation] = STATE(619),
[sym_marker_annotation] = STATE(619),
[sym_annotation] = STATE(619),
[sym_declaration] = STATE(381),
[sym_module_declaration] = STATE(279),
[sym_package_declaration] = STATE(279),
[sym_import_declaration] = STATE(279),
[sym_enum_declaration] = STATE(279),
[sym_class_declaration] = STATE(279),
[sym_visibility] = STATE(516),
[sym__modifier] = STATE(516),
[sym_modifiers] = STATE(899),
[sym_record_declaration] = STATE(279),
[sym_annotation_type_declaration] = STATE(279),
[sym_interface_declaration] = STATE(279),
[sym__type] = STATE(1515),
[sym__unannotated_type] = STATE(851),
[sym_annotated_type] = STATE(944),
[sym_scoped_type_identifier] = STATE(947),
[sym_generic_type] = STATE(962),
[sym_array_type] = STATE(844),
[sym_integral_type] = STATE(844),
[sym_floating_point_type] = STATE(844),
[sym_formal_parameters] = STATE(1589),
[sym_local_variable_declaration] = STATE(381),
[sym__reserved_identifier] = STATE(472),
[aux_sym_array_creation_expression_repeat1] = STATE(810),
[aux_sym_modifiers_repeat1] = STATE(516),
[sym_identifier] = ACTIONS(385),
[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(21),
[anon_sym_DASH] = ACTIONS(21),
[anon_sym_TILDE] = ACTIONS(23),
[anon_sym_BANG] = 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(35),
[anon_sym_SEMI] = ACTIONS(37),
[anon_sym_assert] = ACTIONS(39),
[anon_sym_do] = ACTIONS(41),
[anon_sym_while] = ACTIONS(391),
[anon_sym_break] = ACTIONS(45),
[anon_sym_continue] = ACTIONS(47),
[anon_sym_return] = ACTIONS(49),
[anon_sym_yield] = ACTIONS(51),
[anon_sym_synchronized] = ACTIONS(53),
[anon_sym_throw] = ACTIONS(55),
[anon_sym_try] = ACTIONS(57),
[anon_sym_if] = ACTIONS(393),
[anon_sym_for] = ACTIONS(395),
[anon_sym_AT] = ACTIONS(63),
[anon_sym_open] = ACTIONS(65),
[anon_sym_module] = ACTIONS(67),
[anon_sym_static] = ACTIONS(35),
[anon_sym_with] = ACTIONS(69),
[anon_sym_package] = ACTIONS(71),
[anon_sym_import] = ACTIONS(73),
[anon_sym_enum] = ACTIONS(75),
[anon_sym_public] = ACTIONS(77),
[anon_sym_protected] = ACTIONS(77),
[anon_sym_private] = ACTIONS(77),
[anon_sym_abstract] = ACTIONS(35),
[anon_sym_final] = ACTIONS(35),
[anon_sym_strictfp] = ACTIONS(35),
[anon_sym_native] = ACTIONS(35),
[anon_sym_transient] = ACTIONS(35),
[anon_sym_volatile] = ACTIONS(35),
[anon_sym_sealed] = ACTIONS(240),
[anon_sym_non_DASHsealed] = ACTIONS(81),
[anon_sym_record] = ACTIONS(83),
[anon_sym_interface] = ACTIONS(85),
[anon_sym_byte] = ACTIONS(87),
[anon_sym_short] = ACTIONS(87),
[anon_sym_int] = ACTIONS(87),
[anon_sym_long] = ACTIONS(87),
[anon_sym_char] = ACTIONS(87),
[anon_sym_float] = ACTIONS(89),
[anon_sym_double] = ACTIONS(89),
[sym_boolean_type] = ACTIONS(91),
[sym_void_type] = ACTIONS(91),
[sym_this] = ACTIONS(93),
[sym_super] = ACTIONS(95),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(72)] = {
[sym__literal] = STATE(593),
[sym_string_literal] = STATE(594),
[sym__string_literal] = STATE(550),
[sym__multiline_string_literal] = STATE(550),
[sym_expression] = STATE(856),
[sym_cast_expression] = STATE(709),
[sym_assignment_expression] = STATE(709),
[sym_binary_expression] = STATE(709),
[sym_instanceof_expression] = STATE(709),
[sym_lambda_expression] = STATE(709),
[sym_inferred_parameters] = STATE(1589),
[sym_ternary_expression] = STATE(709),
[sym_unary_expression] = STATE(709),
[sym__unary_complement_expression] = STATE(716),
[sym_update_expression] = STATE(709),
[sym_primary_expression] = STATE(562),
[sym_array_creation_expression] = STATE(593),
[sym_parenthesized_expression] = STATE(449),
[sym_class_literal] = STATE(593),
[sym_object_creation_expression] = STATE(593),
[sym__unqualified_object_creation_expression] = STATE(600),
[sym_field_access] = STATE(449),
[sym_template_expression] = STATE(593),
[sym_array_access] = STATE(449),
[sym_method_invocation] = STATE(593),
[sym_method_reference] = STATE(593),
[sym_switch_expression] = STATE(125),
[sym_statement] = STATE(365),
[sym_block] = STATE(381),
[sym_expression_statement] = STATE(381),
[sym_labeled_statement] = STATE(381),
[sym_assert_statement] = STATE(381),
[sym_do_statement] = STATE(381),
[sym_break_statement] = STATE(381),
[sym_continue_statement] = STATE(381),
[sym_return_statement] = STATE(381),
[sym_yield_statement] = STATE(381),
[sym_synchronized_statement] = STATE(381),
[sym_throw_statement] = STATE(381),
[sym_try_statement] = STATE(381),
[sym_try_with_resources_statement] = STATE(381),
[sym_if_statement] = STATE(381),
[sym_while_statement] = STATE(381),
[sym_for_statement] = STATE(381),
[sym_enhanced_for_statement] = STATE(381),
[sym__annotation] = STATE(619),
[sym_marker_annotation] = STATE(619),
[sym_annotation] = STATE(619),
[sym_declaration] = STATE(381),
[sym_module_declaration] = STATE(279),
[sym_package_declaration] = STATE(279),
[sym_import_declaration] = STATE(279),
[sym_enum_declaration] = STATE(279),
[sym_class_declaration] = STATE(279),
[sym_visibility] = STATE(516),
[sym__modifier] = STATE(516),
[sym_modifiers] = STATE(899),
[sym_record_declaration] = STATE(279),
[sym_annotation_type_declaration] = STATE(279),
[sym_interface_declaration] = STATE(279),
[sym__type] = STATE(1515),
[sym__unannotated_type] = STATE(851),
[sym_annotated_type] = STATE(944),
[sym_scoped_type_identifier] = STATE(947),
[sym_generic_type] = STATE(962),
[sym_array_type] = STATE(844),
[sym_integral_type] = STATE(844),
[sym_floating_point_type] = STATE(844),
[sym_formal_parameters] = STATE(1589),
[sym_local_variable_declaration] = STATE(381),
[sym__reserved_identifier] = STATE(472),
[aux_sym_array_creation_expression_repeat1] = STATE(810),
[aux_sym_modifiers_repeat1] = STATE(516),
[sym_identifier] = ACTIONS(385),
[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(21),
[anon_sym_DASH] = ACTIONS(21),
[anon_sym_TILDE] = ACTIONS(23),
[anon_sym_BANG] = 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(35),
[anon_sym_SEMI] = ACTIONS(37),
[anon_sym_assert] = ACTIONS(39),
[anon_sym_do] = ACTIONS(41),
[anon_sym_while] = ACTIONS(391),
[anon_sym_break] = ACTIONS(45),
[anon_sym_continue] = ACTIONS(47),
[anon_sym_return] = ACTIONS(49),
[anon_sym_yield] = ACTIONS(51),
[anon_sym_synchronized] = ACTIONS(53),
[anon_sym_throw] = ACTIONS(55),
[anon_sym_try] = ACTIONS(57),
[anon_sym_if] = ACTIONS(393),
[anon_sym_for] = ACTIONS(395),
[anon_sym_AT] = ACTIONS(63),
[anon_sym_open] = ACTIONS(65),
[anon_sym_module] = ACTIONS(67),
[anon_sym_static] = ACTIONS(35),
[anon_sym_with] = ACTIONS(69),
[anon_sym_package] = ACTIONS(71),
[anon_sym_import] = ACTIONS(73),
[anon_sym_enum] = ACTIONS(75),
[anon_sym_public] = ACTIONS(77),
[anon_sym_protected] = ACTIONS(77),
[anon_sym_private] = ACTIONS(77),
[anon_sym_abstract] = ACTIONS(35),
[anon_sym_final] = ACTIONS(35),
[anon_sym_strictfp] = ACTIONS(35),
[anon_sym_native] = ACTIONS(35),
[anon_sym_transient] = ACTIONS(35),
[anon_sym_volatile] = ACTIONS(35),
[anon_sym_sealed] = ACTIONS(240),
[anon_sym_non_DASHsealed] = ACTIONS(81),
[anon_sym_record] = ACTIONS(83),
[anon_sym_interface] = ACTIONS(85),
[anon_sym_byte] = ACTIONS(87),
[anon_sym_short] = ACTIONS(87),
[anon_sym_int] = ACTIONS(87),
[anon_sym_long] = ACTIONS(87),
[anon_sym_char] = ACTIONS(87),
[anon_sym_float] = ACTIONS(89),
[anon_sym_double] = ACTIONS(89),
[sym_boolean_type] = ACTIONS(91),
[sym_void_type] = ACTIONS(91),
[sym_this] = ACTIONS(93),
[sym_super] = ACTIONS(95),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(73)] = {
[sym__literal] = STATE(593),
[sym_string_literal] = STATE(594),
[sym__string_literal] = STATE(550),
[sym__multiline_string_literal] = STATE(550),
[sym_expression] = STATE(856),
[sym_cast_expression] = STATE(709),
[sym_assignment_expression] = STATE(709),
[sym_binary_expression] = STATE(709),
[sym_instanceof_expression] = STATE(709),
[sym_lambda_expression] = STATE(709),
[sym_inferred_parameters] = STATE(1589),
[sym_ternary_expression] = STATE(709),
[sym_unary_expression] = STATE(709),
[sym__unary_complement_expression] = STATE(716),
[sym_update_expression] = STATE(709),
[sym_primary_expression] = STATE(562),
[sym_array_creation_expression] = STATE(593),
[sym_parenthesized_expression] = STATE(449),
[sym_class_literal] = STATE(593),
[sym_object_creation_expression] = STATE(593),
[sym__unqualified_object_creation_expression] = STATE(600),
[sym_field_access] = STATE(449),
[sym_template_expression] = STATE(593),
[sym_array_access] = STATE(449),
[sym_method_invocation] = STATE(593),
[sym_method_reference] = STATE(593),
[sym_switch_expression] = STATE(125),
[sym_statement] = STATE(366),
[sym_block] = STATE(381),
[sym_expression_statement] = STATE(381),
[sym_labeled_statement] = STATE(381),
[sym_assert_statement] = STATE(381),
[sym_do_statement] = STATE(381),
[sym_break_statement] = STATE(381),
[sym_continue_statement] = STATE(381),
[sym_return_statement] = STATE(381),
[sym_yield_statement] = STATE(381),
[sym_synchronized_statement] = STATE(381),
[sym_throw_statement] = STATE(381),
[sym_try_statement] = STATE(381),
[sym_try_with_resources_statement] = STATE(381),
[sym_if_statement] = STATE(381),
[sym_while_statement] = STATE(381),
[sym_for_statement] = STATE(381),
[sym_enhanced_for_statement] = STATE(381),
[sym__annotation] = STATE(619),
[sym_marker_annotation] = STATE(619),
[sym_annotation] = STATE(619),
[sym_declaration] = STATE(381),
[sym_module_declaration] = STATE(279),
[sym_package_declaration] = STATE(279),
[sym_import_declaration] = STATE(279),
[sym_enum_declaration] = STATE(279),
[sym_class_declaration] = STATE(279),
[sym_visibility] = STATE(516),
[sym__modifier] = STATE(516),
[sym_modifiers] = STATE(899),
[sym_record_declaration] = STATE(279),
[sym_annotation_type_declaration] = STATE(279),
[sym_interface_declaration] = STATE(279),
[sym__type] = STATE(1515),
[sym__unannotated_type] = STATE(851),
[sym_annotated_type] = STATE(944),
[sym_scoped_type_identifier] = STATE(947),
[sym_generic_type] = STATE(962),
[sym_array_type] = STATE(844),
[sym_integral_type] = STATE(844),
[sym_floating_point_type] = STATE(844),
[sym_formal_parameters] = STATE(1589),
[sym_local_variable_declaration] = STATE(381),
[sym__reserved_identifier] = STATE(472),
[aux_sym_array_creation_expression_repeat1] = STATE(810),
[aux_sym_modifiers_repeat1] = STATE(516),
[sym_identifier] = ACTIONS(385),
[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(21),
[anon_sym_DASH] = ACTIONS(21),
[anon_sym_TILDE] = ACTIONS(23),
[anon_sym_BANG] = 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(35),
[anon_sym_SEMI] = ACTIONS(37),
[anon_sym_assert] = ACTIONS(39),
[anon_sym_do] = ACTIONS(41),
[anon_sym_while] = ACTIONS(391),
[anon_sym_break] = ACTIONS(45),
[anon_sym_continue] = ACTIONS(47),
[anon_sym_return] = ACTIONS(49),
[anon_sym_yield] = ACTIONS(51),
[anon_sym_synchronized] = ACTIONS(53),
[anon_sym_throw] = ACTIONS(55),
[anon_sym_try] = ACTIONS(57),
[anon_sym_if] = ACTIONS(393),
[anon_sym_for] = ACTIONS(395),
[anon_sym_AT] = ACTIONS(63),
[anon_sym_open] = ACTIONS(65),
[anon_sym_module] = ACTIONS(67),
[anon_sym_static] = ACTIONS(35),
[anon_sym_with] = ACTIONS(69),
[anon_sym_package] = ACTIONS(71),
[anon_sym_import] = ACTIONS(73),
[anon_sym_enum] = ACTIONS(75),
[anon_sym_public] = ACTIONS(77),
[anon_sym_protected] = ACTIONS(77),
[anon_sym_private] = ACTIONS(77),
[anon_sym_abstract] = ACTIONS(35),
[anon_sym_final] = ACTIONS(35),
[anon_sym_strictfp] = ACTIONS(35),
[anon_sym_native] = ACTIONS(35),
[anon_sym_transient] = ACTIONS(35),
[anon_sym_volatile] = ACTIONS(35),
[anon_sym_sealed] = ACTIONS(240),
[anon_sym_non_DASHsealed] = ACTIONS(81),
[anon_sym_record] = ACTIONS(83),
[anon_sym_interface] = ACTIONS(85),
[anon_sym_byte] = ACTIONS(87),
[anon_sym_short] = ACTIONS(87),
[anon_sym_int] = ACTIONS(87),
[anon_sym_long] = ACTIONS(87),
[anon_sym_char] = ACTIONS(87),
[anon_sym_float] = ACTIONS(89),
[anon_sym_double] = ACTIONS(89),
[sym_boolean_type] = ACTIONS(91),
[sym_void_type] = ACTIONS(91),
[sym_this] = ACTIONS(93),
[sym_super] = ACTIONS(95),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(74)] = {
[sym__literal] = STATE(593),
[sym_string_literal] = STATE(594),
[sym__string_literal] = STATE(550),
[sym__multiline_string_literal] = STATE(550),
[sym_expression] = STATE(856),
[sym_cast_expression] = STATE(709),
[sym_assignment_expression] = STATE(709),
[sym_binary_expression] = STATE(709),
[sym_instanceof_expression] = STATE(709),
[sym_lambda_expression] = STATE(709),
[sym_inferred_parameters] = STATE(1589),
[sym_ternary_expression] = STATE(709),
[sym_unary_expression] = STATE(709),
[sym__unary_complement_expression] = STATE(716),
[sym_update_expression] = STATE(709),
[sym_primary_expression] = STATE(562),
[sym_array_creation_expression] = STATE(593),
[sym_parenthesized_expression] = STATE(449),
[sym_class_literal] = STATE(593),
[sym_object_creation_expression] = STATE(593),
[sym__unqualified_object_creation_expression] = STATE(600),
[sym_field_access] = STATE(449),
[sym_template_expression] = STATE(593),
[sym_array_access] = STATE(449),
[sym_method_invocation] = STATE(593),
[sym_method_reference] = STATE(593),
[sym_switch_expression] = STATE(125),
[sym_statement] = STATE(367),
[sym_block] = STATE(381),
[sym_expression_statement] = STATE(381),
[sym_labeled_statement] = STATE(381),
[sym_assert_statement] = STATE(381),
[sym_do_statement] = STATE(381),
[sym_break_statement] = STATE(381),
[sym_continue_statement] = STATE(381),
[sym_return_statement] = STATE(381),
[sym_yield_statement] = STATE(381),
[sym_synchronized_statement] = STATE(381),
[sym_throw_statement] = STATE(381),
[sym_try_statement] = STATE(381),
[sym_try_with_resources_statement] = STATE(381),
[sym_if_statement] = STATE(381),
[sym_while_statement] = STATE(381),
[sym_for_statement] = STATE(381),
[sym_enhanced_for_statement] = STATE(381),
[sym__annotation] = STATE(619),
[sym_marker_annotation] = STATE(619),
[sym_annotation] = STATE(619),
[sym_declaration] = STATE(381),
[sym_module_declaration] = STATE(279),
[sym_package_declaration] = STATE(279),
[sym_import_declaration] = STATE(279),
[sym_enum_declaration] = STATE(279),
[sym_class_declaration] = STATE(279),
[sym_visibility] = STATE(516),
[sym__modifier] = STATE(516),
[sym_modifiers] = STATE(899),
[sym_record_declaration] = STATE(279),
[sym_annotation_type_declaration] = STATE(279),
[sym_interface_declaration] = STATE(279),
[sym__type] = STATE(1515),
[sym__unannotated_type] = STATE(851),
[sym_annotated_type] = STATE(944),
[sym_scoped_type_identifier] = STATE(947),
[sym_generic_type] = STATE(962),
[sym_array_type] = STATE(844),
[sym_integral_type] = STATE(844),
[sym_floating_point_type] = STATE(844),
[sym_formal_parameters] = STATE(1589),
[sym_local_variable_declaration] = STATE(381),
[sym__reserved_identifier] = STATE(472),
[aux_sym_array_creation_expression_repeat1] = STATE(810),
[aux_sym_modifiers_repeat1] = STATE(516),
[sym_identifier] = ACTIONS(385),
[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(21),
[anon_sym_DASH] = ACTIONS(21),
[anon_sym_TILDE] = ACTIONS(23),
[anon_sym_BANG] = 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(35),
[anon_sym_SEMI] = ACTIONS(37),
[anon_sym_assert] = ACTIONS(39),
[anon_sym_do] = ACTIONS(41),
[anon_sym_while] = ACTIONS(391),
[anon_sym_break] = ACTIONS(45),
[anon_sym_continue] = ACTIONS(47),
[anon_sym_return] = ACTIONS(49),
[anon_sym_yield] = ACTIONS(51),
[anon_sym_synchronized] = ACTIONS(53),
[anon_sym_throw] = ACTIONS(55),
[anon_sym_try] = ACTIONS(57),
[anon_sym_if] = ACTIONS(393),
[anon_sym_for] = ACTIONS(395),
[anon_sym_AT] = ACTIONS(63),
[anon_sym_open] = ACTIONS(65),
[anon_sym_module] = ACTIONS(67),
[anon_sym_static] = ACTIONS(35),
[anon_sym_with] = ACTIONS(69),
[anon_sym_package] = ACTIONS(71),
[anon_sym_import] = ACTIONS(73),
[anon_sym_enum] = ACTIONS(75),
[anon_sym_public] = ACTIONS(77),
[anon_sym_protected] = ACTIONS(77),
[anon_sym_private] = ACTIONS(77),
[anon_sym_abstract] = ACTIONS(35),
[anon_sym_final] = ACTIONS(35),
[anon_sym_strictfp] = ACTIONS(35),
[anon_sym_native] = ACTIONS(35),
[anon_sym_transient] = ACTIONS(35),
[anon_sym_volatile] = ACTIONS(35),
[anon_sym_sealed] = ACTIONS(240),
[anon_sym_non_DASHsealed] = ACTIONS(81),
[anon_sym_record] = ACTIONS(83),
[anon_sym_interface] = ACTIONS(85),
[anon_sym_byte] = ACTIONS(87),
[anon_sym_short] = ACTIONS(87),
[anon_sym_int] = ACTIONS(87),
[anon_sym_long] = ACTIONS(87),
[anon_sym_char] = ACTIONS(87),
[anon_sym_float] = ACTIONS(89),
[anon_sym_double] = ACTIONS(89),
[sym_boolean_type] = ACTIONS(91),
[sym_void_type] = ACTIONS(91),
[sym_this] = ACTIONS(93),
[sym_super] = ACTIONS(95),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(75)] = {
[sym__literal] = STATE(593),
[sym_string_literal] = STATE(594),
[sym__string_literal] = STATE(550),
[sym__multiline_string_literal] = STATE(550),
[sym_expression] = STATE(856),
[sym_cast_expression] = STATE(709),
[sym_assignment_expression] = STATE(709),
[sym_binary_expression] = STATE(709),
[sym_instanceof_expression] = STATE(709),
[sym_lambda_expression] = STATE(709),
[sym_inferred_parameters] = STATE(1589),
[sym_ternary_expression] = STATE(709),
[sym_unary_expression] = STATE(709),
[sym__unary_complement_expression] = STATE(716),
[sym_update_expression] = STATE(709),
[sym_primary_expression] = STATE(562),
[sym_array_creation_expression] = STATE(593),
[sym_parenthesized_expression] = STATE(449),
[sym_class_literal] = STATE(593),
[sym_object_creation_expression] = STATE(593),
[sym__unqualified_object_creation_expression] = STATE(600),
[sym_field_access] = STATE(449),
[sym_template_expression] = STATE(593),
[sym_array_access] = STATE(449),
[sym_method_invocation] = STATE(593),
[sym_method_reference] = STATE(593),
[sym_switch_expression] = STATE(124),
[sym_statement] = STATE(332),
[sym_block] = STATE(381),
[sym_expression_statement] = STATE(381),
[sym_labeled_statement] = STATE(381),
[sym_assert_statement] = STATE(381),
[sym_do_statement] = STATE(381),
[sym_break_statement] = STATE(381),
[sym_continue_statement] = STATE(381),
[sym_return_statement] = STATE(381),
[sym_yield_statement] = STATE(381),
[sym_synchronized_statement] = STATE(381),
[sym_throw_statement] = STATE(381),
[sym_try_statement] = STATE(381),
[sym_try_with_resources_statement] = STATE(381),
[sym_if_statement] = STATE(381),
[sym_while_statement] = STATE(381),
[sym_for_statement] = STATE(381),
[sym_enhanced_for_statement] = STATE(381),
[sym__annotation] = STATE(619),
[sym_marker_annotation] = STATE(619),
[sym_annotation] = STATE(619),
[sym_declaration] = STATE(381),
[sym_module_declaration] = STATE(279),
[sym_package_declaration] = STATE(279),
[sym_import_declaration] = STATE(279),
[sym_enum_declaration] = STATE(279),
[sym_class_declaration] = STATE(279),
[sym_visibility] = STATE(516),
[sym__modifier] = STATE(516),
[sym_modifiers] = STATE(899),
[sym_record_declaration] = STATE(279),
[sym_annotation_type_declaration] = STATE(279),
[sym_interface_declaration] = STATE(279),
[sym__type] = STATE(1515),
[sym__unannotated_type] = STATE(851),
[sym_annotated_type] = STATE(944),
[sym_scoped_type_identifier] = STATE(947),
[sym_generic_type] = STATE(962),
[sym_array_type] = STATE(844),
[sym_integral_type] = STATE(844),
[sym_floating_point_type] = STATE(844),
[sym_formal_parameters] = STATE(1589),
[sym_local_variable_declaration] = STATE(381),
[sym__reserved_identifier] = STATE(466),
[aux_sym_array_creation_expression_repeat1] = STATE(810),
[aux_sym_modifiers_repeat1] = STATE(516),
[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(21),
[anon_sym_DASH] = ACTIONS(21),
[anon_sym_TILDE] = ACTIONS(23),
[anon_sym_BANG] = 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(35),
[anon_sym_SEMI] = ACTIONS(37),
[anon_sym_assert] = ACTIONS(39),
[anon_sym_do] = ACTIONS(41),
[anon_sym_while] = ACTIONS(43),
[anon_sym_break] = ACTIONS(45),
[anon_sym_continue] = ACTIONS(47),
[anon_sym_return] = ACTIONS(49),
[anon_sym_yield] = ACTIONS(51),
[anon_sym_synchronized] = ACTIONS(53),
[anon_sym_throw] = ACTIONS(55),
[anon_sym_try] = ACTIONS(57),
[anon_sym_if] = ACTIONS(59),
[anon_sym_for] = ACTIONS(61),
[anon_sym_AT] = ACTIONS(63),
[anon_sym_open] = ACTIONS(65),
[anon_sym_module] = ACTIONS(67),
[anon_sym_static] = ACTIONS(35),
[anon_sym_with] = ACTIONS(69),
[anon_sym_package] = ACTIONS(71),
[anon_sym_import] = ACTIONS(73),
[anon_sym_enum] = ACTIONS(75),
[anon_sym_public] = ACTIONS(77),
[anon_sym_protected] = ACTIONS(77),
[anon_sym_private] = ACTIONS(77),
[anon_sym_abstract] = ACTIONS(35),
[anon_sym_final] = ACTIONS(35),
[anon_sym_strictfp] = ACTIONS(35),
[anon_sym_native] = ACTIONS(35),
[anon_sym_transient] = ACTIONS(35),
[anon_sym_volatile] = ACTIONS(35),
[anon_sym_sealed] = ACTIONS(240),
[anon_sym_non_DASHsealed] = ACTIONS(81),
[anon_sym_record] = ACTIONS(83),
[anon_sym_interface] = ACTIONS(85),
[anon_sym_byte] = ACTIONS(87),
[anon_sym_short] = ACTIONS(87),
[anon_sym_int] = ACTIONS(87),
[anon_sym_long] = ACTIONS(87),
[anon_sym_char] = ACTIONS(87),
[anon_sym_float] = ACTIONS(89),
[anon_sym_double] = ACTIONS(89),
[sym_boolean_type] = ACTIONS(91),
[sym_void_type] = ACTIONS(91),
[sym_this] = ACTIONS(93),
[sym_super] = ACTIONS(95),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(76)] = {
[sym__literal] = STATE(593),
[sym_string_literal] = STATE(594),
[sym__string_literal] = STATE(550),
[sym__multiline_string_literal] = STATE(550),
[sym_expression] = STATE(856),
[sym_cast_expression] = STATE(709),
[sym_assignment_expression] = STATE(709),
[sym_binary_expression] = STATE(709),
[sym_instanceof_expression] = STATE(709),
[sym_lambda_expression] = STATE(709),
[sym_inferred_parameters] = STATE(1589),
[sym_ternary_expression] = STATE(709),
[sym_unary_expression] = STATE(709),
[sym__unary_complement_expression] = STATE(716),
[sym_update_expression] = STATE(709),
[sym_primary_expression] = STATE(562),
[sym_array_creation_expression] = STATE(593),
[sym_parenthesized_expression] = STATE(449),
[sym_class_literal] = STATE(593),
[sym_object_creation_expression] = STATE(593),
[sym__unqualified_object_creation_expression] = STATE(600),
[sym_field_access] = STATE(449),
[sym_template_expression] = STATE(593),
[sym_array_access] = STATE(449),
[sym_method_invocation] = STATE(593),
[sym_method_reference] = STATE(593),
[sym_switch_expression] = STATE(124),
[sym_statement] = STATE(306),
[sym_block] = STATE(381),
[sym_expression_statement] = STATE(381),
[sym_labeled_statement] = STATE(381),
[sym_assert_statement] = STATE(381),
[sym_do_statement] = STATE(381),
[sym_break_statement] = STATE(381),
[sym_continue_statement] = STATE(381),
[sym_return_statement] = STATE(381),
[sym_yield_statement] = STATE(381),
[sym_synchronized_statement] = STATE(381),
[sym_throw_statement] = STATE(381),
[sym_try_statement] = STATE(381),
[sym_try_with_resources_statement] = STATE(381),
[sym_if_statement] = STATE(381),
[sym_while_statement] = STATE(381),
[sym_for_statement] = STATE(381),
[sym_enhanced_for_statement] = STATE(381),
[sym__annotation] = STATE(619),
[sym_marker_annotation] = STATE(619),
[sym_annotation] = STATE(619),
[sym_declaration] = STATE(381),
[sym_module_declaration] = STATE(279),
[sym_package_declaration] = STATE(279),
[sym_import_declaration] = STATE(279),
[sym_enum_declaration] = STATE(279),
[sym_class_declaration] = STATE(279),
[sym_visibility] = STATE(516),
[sym__modifier] = STATE(516),
[sym_modifiers] = STATE(899),
[sym_record_declaration] = STATE(279),
[sym_annotation_type_declaration] = STATE(279),
[sym_interface_declaration] = STATE(279),
[sym__type] = STATE(1515),
[sym__unannotated_type] = STATE(851),
[sym_annotated_type] = STATE(944),
[sym_scoped_type_identifier] = STATE(947),
[sym_generic_type] = STATE(962),
[sym_array_type] = STATE(844),
[sym_integral_type] = STATE(844),
[sym_floating_point_type] = STATE(844),
[sym_formal_parameters] = STATE(1589),
[sym_local_variable_declaration] = STATE(381),
[sym__reserved_identifier] = STATE(466),
[aux_sym_array_creation_expression_repeat1] = STATE(810),
[aux_sym_modifiers_repeat1] = STATE(516),
[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(21),
[anon_sym_DASH] = ACTIONS(21),
[anon_sym_TILDE] = ACTIONS(23),
[anon_sym_BANG] = 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(35),
[anon_sym_SEMI] = ACTIONS(37),
[anon_sym_assert] = ACTIONS(39),
[anon_sym_do] = ACTIONS(41),
[anon_sym_while] = ACTIONS(43),
[anon_sym_break] = ACTIONS(45),
[anon_sym_continue] = ACTIONS(47),
[anon_sym_return] = ACTIONS(49),
[anon_sym_yield] = ACTIONS(51),
[anon_sym_synchronized] = ACTIONS(53),
[anon_sym_throw] = ACTIONS(55),
[anon_sym_try] = ACTIONS(57),
[anon_sym_if] = ACTIONS(59),
[anon_sym_for] = ACTIONS(61),
[anon_sym_AT] = ACTIONS(63),
[anon_sym_open] = ACTIONS(65),
[anon_sym_module] = ACTIONS(67),
[anon_sym_static] = ACTIONS(35),
[anon_sym_with] = ACTIONS(69),
[anon_sym_package] = ACTIONS(71),
[anon_sym_import] = ACTIONS(73),
[anon_sym_enum] = ACTIONS(75),
[anon_sym_public] = ACTIONS(77),
[anon_sym_protected] = ACTIONS(77),
[anon_sym_private] = ACTIONS(77),
[anon_sym_abstract] = ACTIONS(35),
[anon_sym_final] = ACTIONS(35),
[anon_sym_strictfp] = ACTIONS(35),
[anon_sym_native] = ACTIONS(35),
[anon_sym_transient] = ACTIONS(35),
[anon_sym_volatile] = ACTIONS(35),
[anon_sym_sealed] = ACTIONS(240),
[anon_sym_non_DASHsealed] = ACTIONS(81),
[anon_sym_record] = ACTIONS(83),
[anon_sym_interface] = ACTIONS(85),
[anon_sym_byte] = ACTIONS(87),
[anon_sym_short] = ACTIONS(87),
[anon_sym_int] = ACTIONS(87),
[anon_sym_long] = ACTIONS(87),
[anon_sym_char] = ACTIONS(87),
[anon_sym_float] = ACTIONS(89),
[anon_sym_double] = ACTIONS(89),
[sym_boolean_type] = ACTIONS(91),
[sym_void_type] = ACTIONS(91),
[sym_this] = ACTIONS(93),
[sym_super] = ACTIONS(95),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(77)] = {
[sym__literal] = STATE(593),
[sym_string_literal] = STATE(594),
[sym__string_literal] = STATE(550),
[sym__multiline_string_literal] = STATE(550),
[sym_expression] = STATE(856),
[sym_cast_expression] = STATE(709),
[sym_assignment_expression] = STATE(709),
[sym_binary_expression] = STATE(709),
[sym_instanceof_expression] = STATE(709),
[sym_lambda_expression] = STATE(709),
[sym_inferred_parameters] = STATE(1589),
[sym_ternary_expression] = STATE(709),
[sym_unary_expression] = STATE(709),
[sym__unary_complement_expression] = STATE(716),
[sym_update_expression] = STATE(709),
[sym_primary_expression] = STATE(562),
[sym_array_creation_expression] = STATE(593),
[sym_parenthesized_expression] = STATE(449),
[sym_class_literal] = STATE(593),
[sym_object_creation_expression] = STATE(593),
[sym__unqualified_object_creation_expression] = STATE(600),
[sym_field_access] = STATE(449),
[sym_template_expression] = STATE(593),
[sym_array_access] = STATE(449),
[sym_method_invocation] = STATE(593),
[sym_method_reference] = STATE(593),
[sym_switch_expression] = STATE(817),
[sym_statement] = STATE(332),
[sym_block] = STATE(381),
[sym_expression_statement] = STATE(381),
[sym_labeled_statement] = STATE(381),
[sym_assert_statement] = STATE(381),
[sym_do_statement] = STATE(381),
[sym_break_statement] = STATE(381),
[sym_continue_statement] = STATE(381),
[sym_return_statement] = STATE(381),
[sym_yield_statement] = STATE(381),
[sym_synchronized_statement] = STATE(381),
[sym_throw_statement] = STATE(381),
[sym_try_statement] = STATE(381),
[sym_try_with_resources_statement] = STATE(381),
[sym_if_statement] = STATE(381),
[sym_while_statement] = STATE(381),
[sym_for_statement] = STATE(381),
[sym_enhanced_for_statement] = STATE(381),
[sym__annotation] = STATE(619),
[sym_marker_annotation] = STATE(619),
[sym_annotation] = STATE(619),
[sym_declaration] = STATE(381),
[sym_module_declaration] = STATE(279),
[sym_package_declaration] = STATE(279),
[sym_import_declaration] = STATE(279),
[sym_enum_declaration] = STATE(279),
[sym_class_declaration] = STATE(279),
[sym_visibility] = STATE(516),
[sym__modifier] = STATE(516),
[sym_modifiers] = STATE(899),
[sym_record_declaration] = STATE(279),
[sym_annotation_type_declaration] = STATE(279),
[sym_interface_declaration] = STATE(279),
[sym__type] = STATE(1515),
[sym__unannotated_type] = STATE(851),
[sym_annotated_type] = STATE(944),
[sym_scoped_type_identifier] = STATE(947),
[sym_generic_type] = STATE(962),
[sym_array_type] = STATE(844),
[sym_integral_type] = STATE(844),
[sym_floating_point_type] = STATE(844),
[sym_formal_parameters] = STATE(1589),
[sym_local_variable_declaration] = STATE(381),
[sym__reserved_identifier] = STATE(473),
[aux_sym_array_creation_expression_repeat1] = STATE(810),
[aux_sym_modifiers_repeat1] = STATE(516),
[sym_identifier] = ACTIONS(549),
[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(21),
[anon_sym_DASH] = ACTIONS(21),
[anon_sym_TILDE] = ACTIONS(23),
[anon_sym_BANG] = 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(551),
[anon_sym_LBRACE] = ACTIONS(33),
[anon_sym_default] = ACTIONS(35),
[anon_sym_SEMI] = ACTIONS(37),
[anon_sym_assert] = ACTIONS(39),
[anon_sym_do] = ACTIONS(41),
[anon_sym_while] = ACTIONS(553),
[anon_sym_break] = ACTIONS(45),
[anon_sym_continue] = ACTIONS(47),
[anon_sym_return] = ACTIONS(49),
[anon_sym_yield] = ACTIONS(51),
[anon_sym_synchronized] = ACTIONS(53),
[anon_sym_throw] = ACTIONS(55),
[anon_sym_try] = ACTIONS(57),
[anon_sym_if] = ACTIONS(555),
[anon_sym_for] = ACTIONS(557),
[anon_sym_AT] = ACTIONS(63),
[anon_sym_open] = ACTIONS(65),
[anon_sym_module] = ACTIONS(67),
[anon_sym_static] = ACTIONS(35),
[anon_sym_with] = ACTIONS(69),
[anon_sym_package] = ACTIONS(71),
[anon_sym_import] = ACTIONS(73),
[anon_sym_enum] = ACTIONS(75),
[anon_sym_public] = ACTIONS(77),
[anon_sym_protected] = ACTIONS(77),
[anon_sym_private] = ACTIONS(77),
[anon_sym_abstract] = ACTIONS(35),
[anon_sym_final] = ACTIONS(35),
[anon_sym_strictfp] = ACTIONS(35),
[anon_sym_native] = ACTIONS(35),
[anon_sym_transient] = ACTIONS(35),
[anon_sym_volatile] = ACTIONS(35),
[anon_sym_sealed] = ACTIONS(240),
[anon_sym_non_DASHsealed] = ACTIONS(81),
[anon_sym_record] = ACTIONS(83),
[anon_sym_interface] = ACTIONS(85),
[anon_sym_byte] = ACTIONS(87),
[anon_sym_short] = ACTIONS(87),
[anon_sym_int] = ACTIONS(87),
[anon_sym_long] = ACTIONS(87),
[anon_sym_char] = ACTIONS(87),
[anon_sym_float] = ACTIONS(89),
[anon_sym_double] = ACTIONS(89),
[sym_boolean_type] = ACTIONS(91),
[sym_void_type] = ACTIONS(91),
[sym_this] = ACTIONS(93),
[sym_super] = ACTIONS(95),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(78)] = {
[sym__literal] = STATE(593),
[sym_string_literal] = STATE(594),
[sym__string_literal] = STATE(550),
[sym__multiline_string_literal] = STATE(550),
[sym_expression] = STATE(856),
[sym_cast_expression] = STATE(709),
[sym_assignment_expression] = STATE(709),
[sym_binary_expression] = STATE(709),
[sym_instanceof_expression] = STATE(709),
[sym_lambda_expression] = STATE(709),
[sym_inferred_parameters] = STATE(1589),
[sym_ternary_expression] = STATE(709),
[sym_unary_expression] = STATE(709),
[sym__unary_complement_expression] = STATE(716),
[sym_update_expression] = STATE(709),
[sym_primary_expression] = STATE(562),
[sym_array_creation_expression] = STATE(593),
[sym_parenthesized_expression] = STATE(449),
[sym_class_literal] = STATE(593),
[sym_object_creation_expression] = STATE(593),
[sym__unqualified_object_creation_expression] = STATE(600),
[sym_field_access] = STATE(449),
[sym_template_expression] = STATE(593),
[sym_array_access] = STATE(449),
[sym_method_invocation] = STATE(593),
[sym_method_reference] = STATE(593),
[sym_switch_expression] = STATE(817),
[sym_statement] = STATE(1463),
[sym_block] = STATE(381),
[sym_expression_statement] = STATE(381),
[sym_labeled_statement] = STATE(381),
[sym_assert_statement] = STATE(381),
[sym_do_statement] = STATE(381),
[sym_break_statement] = STATE(381),
[sym_continue_statement] = STATE(381),
[sym_return_statement] = STATE(381),
[sym_yield_statement] = STATE(381),
[sym_synchronized_statement] = STATE(381),
[sym_throw_statement] = STATE(381),
[sym_try_statement] = STATE(381),
[sym_try_with_resources_statement] = STATE(381),
[sym_if_statement] = STATE(381),
[sym_while_statement] = STATE(381),
[sym_for_statement] = STATE(381),
[sym_enhanced_for_statement] = STATE(381),
[sym__annotation] = STATE(619),
[sym_marker_annotation] = STATE(619),
[sym_annotation] = STATE(619),
[sym_declaration] = STATE(381),
[sym_module_declaration] = STATE(279),
[sym_package_declaration] = STATE(279),
[sym_import_declaration] = STATE(279),
[sym_enum_declaration] = STATE(279),
[sym_class_declaration] = STATE(279),
[sym_visibility] = STATE(516),
[sym__modifier] = STATE(516),
[sym_modifiers] = STATE(899),
[sym_record_declaration] = STATE(279),
[sym_annotation_type_declaration] = STATE(279),
[sym_interface_declaration] = STATE(279),
[sym__type] = STATE(1515),
[sym__unannotated_type] = STATE(851),
[sym_annotated_type] = STATE(944),
[sym_scoped_type_identifier] = STATE(947),
[sym_generic_type] = STATE(962),
[sym_array_type] = STATE(844),
[sym_integral_type] = STATE(844),
[sym_floating_point_type] = STATE(844),
[sym_formal_parameters] = STATE(1589),
[sym_local_variable_declaration] = STATE(381),
[sym__reserved_identifier] = STATE(473),
[aux_sym_array_creation_expression_repeat1] = STATE(810),
[aux_sym_modifiers_repeat1] = STATE(516),
[sym_identifier] = ACTIONS(549),
[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(21),
[anon_sym_DASH] = ACTIONS(21),
[anon_sym_TILDE] = ACTIONS(23),
[anon_sym_BANG] = 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(551),
[anon_sym_LBRACE] = ACTIONS(33),
[anon_sym_default] = ACTIONS(35),
[anon_sym_SEMI] = ACTIONS(37),
[anon_sym_assert] = ACTIONS(39),
[anon_sym_do] = ACTIONS(41),
[anon_sym_while] = ACTIONS(553),
[anon_sym_break] = ACTIONS(45),
[anon_sym_continue] = ACTIONS(47),
[anon_sym_return] = ACTIONS(49),
[anon_sym_yield] = ACTIONS(51),
[anon_sym_synchronized] = ACTIONS(53),
[anon_sym_throw] = ACTIONS(55),
[anon_sym_try] = ACTIONS(57),
[anon_sym_if] = ACTIONS(555),
[anon_sym_for] = ACTIONS(557),
[anon_sym_AT] = ACTIONS(63),
[anon_sym_open] = ACTIONS(65),
[anon_sym_module] = ACTIONS(67),
[anon_sym_static] = ACTIONS(35),
[anon_sym_with] = ACTIONS(69),
[anon_sym_package] = ACTIONS(71),
[anon_sym_import] = ACTIONS(73),
[anon_sym_enum] = ACTIONS(75),
[anon_sym_public] = ACTIONS(77),
[anon_sym_protected] = ACTIONS(77),
[anon_sym_private] = ACTIONS(77),
[anon_sym_abstract] = ACTIONS(35),
[anon_sym_final] = ACTIONS(35),
[anon_sym_strictfp] = ACTIONS(35),
[anon_sym_native] = ACTIONS(35),
[anon_sym_transient] = ACTIONS(35),
[anon_sym_volatile] = ACTIONS(35),
[anon_sym_sealed] = ACTIONS(240),
[anon_sym_non_DASHsealed] = ACTIONS(81),
[anon_sym_record] = ACTIONS(83),
[anon_sym_interface] = ACTIONS(85),
[anon_sym_byte] = ACTIONS(87),
[anon_sym_short] = ACTIONS(87),
[anon_sym_int] = ACTIONS(87),
[anon_sym_long] = ACTIONS(87),
[anon_sym_char] = ACTIONS(87),
[anon_sym_float] = ACTIONS(89),
[anon_sym_double] = ACTIONS(89),
[sym_boolean_type] = ACTIONS(91),
[sym_void_type] = ACTIONS(91),
[sym_this] = ACTIONS(93),
[sym_super] = ACTIONS(95),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(79)] = {
[sym__literal] = STATE(593),
[sym_string_literal] = STATE(594),
[sym__string_literal] = STATE(550),
[sym__multiline_string_literal] = STATE(550),
[sym_expression] = STATE(856),
[sym_cast_expression] = STATE(709),
[sym_assignment_expression] = STATE(709),
[sym_binary_expression] = STATE(709),
[sym_instanceof_expression] = STATE(709),
[sym_lambda_expression] = STATE(709),
[sym_inferred_parameters] = STATE(1589),
[sym_ternary_expression] = STATE(709),
[sym_unary_expression] = STATE(709),
[sym__unary_complement_expression] = STATE(716),
[sym_update_expression] = STATE(709),
[sym_primary_expression] = STATE(562),
[sym_array_creation_expression] = STATE(593),
[sym_parenthesized_expression] = STATE(449),
[sym_class_literal] = STATE(593),
[sym_object_creation_expression] = STATE(593),
[sym__unqualified_object_creation_expression] = STATE(600),
[sym_field_access] = STATE(449),
[sym_template_expression] = STATE(593),
[sym_array_access] = STATE(449),
[sym_method_invocation] = STATE(593),
[sym_method_reference] = STATE(593),
[sym_switch_expression] = STATE(817),
[sym_statement] = STATE(374),
[sym_block] = STATE(381),
[sym_expression_statement] = STATE(381),
[sym_labeled_statement] = STATE(381),
[sym_assert_statement] = STATE(381),
[sym_do_statement] = STATE(381),
[sym_break_statement] = STATE(381),
[sym_continue_statement] = STATE(381),
[sym_return_statement] = STATE(381),
[sym_yield_statement] = STATE(381),
[sym_synchronized_statement] = STATE(381),
[sym_throw_statement] = STATE(381),
[sym_try_statement] = STATE(381),
[sym_try_with_resources_statement] = STATE(381),
[sym_if_statement] = STATE(381),
[sym_while_statement] = STATE(381),
[sym_for_statement] = STATE(381),
[sym_enhanced_for_statement] = STATE(381),
[sym__annotation] = STATE(619),
[sym_marker_annotation] = STATE(619),
[sym_annotation] = STATE(619),
[sym_declaration] = STATE(381),
[sym_module_declaration] = STATE(279),
[sym_package_declaration] = STATE(279),
[sym_import_declaration] = STATE(279),
[sym_enum_declaration] = STATE(279),
[sym_class_declaration] = STATE(279),
[sym_visibility] = STATE(516),
[sym__modifier] = STATE(516),
[sym_modifiers] = STATE(899),
[sym_record_declaration] = STATE(279),
[sym_annotation_type_declaration] = STATE(279),
[sym_interface_declaration] = STATE(279),
[sym__type] = STATE(1515),
[sym__unannotated_type] = STATE(851),
[sym_annotated_type] = STATE(944),
[sym_scoped_type_identifier] = STATE(947),
[sym_generic_type] = STATE(962),
[sym_array_type] = STATE(844),
[sym_integral_type] = STATE(844),
[sym_floating_point_type] = STATE(844),
[sym_formal_parameters] = STATE(1589),
[sym_local_variable_declaration] = STATE(381),
[sym__reserved_identifier] = STATE(473),
[aux_sym_array_creation_expression_repeat1] = STATE(810),
[aux_sym_modifiers_repeat1] = STATE(516),
[sym_identifier] = ACTIONS(549),
[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(21),
[anon_sym_DASH] = ACTIONS(21),
[anon_sym_TILDE] = ACTIONS(23),
[anon_sym_BANG] = 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(551),
[anon_sym_LBRACE] = ACTIONS(33),
[anon_sym_default] = ACTIONS(35),
[anon_sym_SEMI] = ACTIONS(37),
[anon_sym_assert] = ACTIONS(39),
[anon_sym_do] = ACTIONS(41),
[anon_sym_while] = ACTIONS(553),
[anon_sym_break] = ACTIONS(45),
[anon_sym_continue] = ACTIONS(47),
[anon_sym_return] = ACTIONS(49),
[anon_sym_yield] = ACTIONS(51),
[anon_sym_synchronized] = ACTIONS(53),
[anon_sym_throw] = ACTIONS(55),
[anon_sym_try] = ACTIONS(57),
[anon_sym_if] = ACTIONS(555),
[anon_sym_for] = ACTIONS(557),
[anon_sym_AT] = ACTIONS(63),
[anon_sym_open] = ACTIONS(65),
[anon_sym_module] = ACTIONS(67),
[anon_sym_static] = ACTIONS(35),
[anon_sym_with] = ACTIONS(69),
[anon_sym_package] = ACTIONS(71),
[anon_sym_import] = ACTIONS(73),
[anon_sym_enum] = ACTIONS(75),
[anon_sym_public] = ACTIONS(77),
[anon_sym_protected] = ACTIONS(77),
[anon_sym_private] = ACTIONS(77),
[anon_sym_abstract] = ACTIONS(35),
[anon_sym_final] = ACTIONS(35),
[anon_sym_strictfp] = ACTIONS(35),
[anon_sym_native] = ACTIONS(35),
[anon_sym_transient] = ACTIONS(35),
[anon_sym_volatile] = ACTIONS(35),
[anon_sym_sealed] = ACTIONS(240),
[anon_sym_non_DASHsealed] = ACTIONS(81),
[anon_sym_record] = ACTIONS(83),
[anon_sym_interface] = ACTIONS(85),
[anon_sym_byte] = ACTIONS(87),
[anon_sym_short] = ACTIONS(87),
[anon_sym_int] = ACTIONS(87),
[anon_sym_long] = ACTIONS(87),
[anon_sym_char] = ACTIONS(87),
[anon_sym_float] = ACTIONS(89),
[anon_sym_double] = ACTIONS(89),
[sym_boolean_type] = ACTIONS(91),
[sym_void_type] = ACTIONS(91),
[sym_this] = ACTIONS(93),
[sym_super] = ACTIONS(95),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(80)] = {
[sym__literal] = STATE(593),
[sym_string_literal] = STATE(594),
[sym__string_literal] = STATE(550),
[sym__multiline_string_literal] = STATE(550),
[sym_expression] = STATE(856),
[sym_cast_expression] = STATE(709),
[sym_assignment_expression] = STATE(709),
[sym_binary_expression] = STATE(709),
[sym_instanceof_expression] = STATE(709),
[sym_lambda_expression] = STATE(709),
[sym_inferred_parameters] = STATE(1589),
[sym_ternary_expression] = STATE(709),
[sym_unary_expression] = STATE(709),
[sym__unary_complement_expression] = STATE(716),
[sym_update_expression] = STATE(709),
[sym_primary_expression] = STATE(562),
[sym_array_creation_expression] = STATE(593),
[sym_parenthesized_expression] = STATE(449),
[sym_class_literal] = STATE(593),
[sym_object_creation_expression] = STATE(593),
[sym__unqualified_object_creation_expression] = STATE(600),
[sym_field_access] = STATE(449),
[sym_template_expression] = STATE(593),
[sym_array_access] = STATE(449),
[sym_method_invocation] = STATE(593),
[sym_method_reference] = STATE(593),
[sym_switch_expression] = STATE(817),
[sym_statement] = STATE(278),
[sym_block] = STATE(381),
[sym_expression_statement] = STATE(381),
[sym_labeled_statement] = STATE(381),
[sym_assert_statement] = STATE(381),
[sym_do_statement] = STATE(381),
[sym_break_statement] = STATE(381),
[sym_continue_statement] = STATE(381),
[sym_return_statement] = STATE(381),
[sym_yield_statement] = STATE(381),
[sym_synchronized_statement] = STATE(381),
[sym_throw_statement] = STATE(381),
[sym_try_statement] = STATE(381),
[sym_try_with_resources_statement] = STATE(381),
[sym_if_statement] = STATE(381),
[sym_while_statement] = STATE(381),
[sym_for_statement] = STATE(381),
[sym_enhanced_for_statement] = STATE(381),
[sym__annotation] = STATE(619),
[sym_marker_annotation] = STATE(619),
[sym_annotation] = STATE(619),
[sym_declaration] = STATE(381),
[sym_module_declaration] = STATE(279),
[sym_package_declaration] = STATE(279),
[sym_import_declaration] = STATE(279),
[sym_enum_declaration] = STATE(279),
[sym_class_declaration] = STATE(279),
[sym_visibility] = STATE(516),
[sym__modifier] = STATE(516),
[sym_modifiers] = STATE(899),
[sym_record_declaration] = STATE(279),
[sym_annotation_type_declaration] = STATE(279),
[sym_interface_declaration] = STATE(279),
[sym__type] = STATE(1515),
[sym__unannotated_type] = STATE(851),
[sym_annotated_type] = STATE(944),
[sym_scoped_type_identifier] = STATE(947),
[sym_generic_type] = STATE(962),
[sym_array_type] = STATE(844),
[sym_integral_type] = STATE(844),
[sym_floating_point_type] = STATE(844),
[sym_formal_parameters] = STATE(1589),
[sym_local_variable_declaration] = STATE(381),
[sym__reserved_identifier] = STATE(473),
[aux_sym_array_creation_expression_repeat1] = STATE(810),
[aux_sym_modifiers_repeat1] = STATE(516),
[sym_identifier] = ACTIONS(549),
[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(21),
[anon_sym_DASH] = ACTIONS(21),
[anon_sym_TILDE] = ACTIONS(23),
[anon_sym_BANG] = 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(551),
[anon_sym_LBRACE] = ACTIONS(33),
[anon_sym_default] = ACTIONS(35),
[anon_sym_SEMI] = ACTIONS(37),
[anon_sym_assert] = ACTIONS(39),
[anon_sym_do] = ACTIONS(41),
[anon_sym_while] = ACTIONS(553),
[anon_sym_break] = ACTIONS(45),
[anon_sym_continue] = ACTIONS(47),
[anon_sym_return] = ACTIONS(49),
[anon_sym_yield] = ACTIONS(51),
[anon_sym_synchronized] = ACTIONS(53),
[anon_sym_throw] = ACTIONS(55),
[anon_sym_try] = ACTIONS(57),
[anon_sym_if] = ACTIONS(555),
[anon_sym_for] = ACTIONS(557),
[anon_sym_AT] = ACTIONS(63),
[anon_sym_open] = ACTIONS(65),
[anon_sym_module] = ACTIONS(67),
[anon_sym_static] = ACTIONS(35),
[anon_sym_with] = ACTIONS(69),
[anon_sym_package] = ACTIONS(71),
[anon_sym_import] = ACTIONS(73),
[anon_sym_enum] = ACTIONS(75),
[anon_sym_public] = ACTIONS(77),
[anon_sym_protected] = ACTIONS(77),
[anon_sym_private] = ACTIONS(77),
[anon_sym_abstract] = ACTIONS(35),
[anon_sym_final] = ACTIONS(35),
[anon_sym_strictfp] = ACTIONS(35),
[anon_sym_native] = ACTIONS(35),
[anon_sym_transient] = ACTIONS(35),
[anon_sym_volatile] = ACTIONS(35),
[anon_sym_sealed] = ACTIONS(240),
[anon_sym_non_DASHsealed] = ACTIONS(81),
[anon_sym_record] = ACTIONS(83),
[anon_sym_interface] = ACTIONS(85),
[anon_sym_byte] = ACTIONS(87),
[anon_sym_short] = ACTIONS(87),
[anon_sym_int] = ACTIONS(87),
[anon_sym_long] = ACTIONS(87),
[anon_sym_char] = ACTIONS(87),
[anon_sym_float] = ACTIONS(89),
[anon_sym_double] = ACTIONS(89),
[sym_boolean_type] = ACTIONS(91),
[sym_void_type] = ACTIONS(91),
[sym_this] = ACTIONS(93),
[sym_super] = ACTIONS(95),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(81)] = {
[sym__literal] = STATE(593),
[sym_string_literal] = STATE(594),
[sym__string_literal] = STATE(550),
[sym__multiline_string_literal] = STATE(550),
[sym_expression] = STATE(856),
[sym_cast_expression] = STATE(709),
[sym_assignment_expression] = STATE(709),
[sym_binary_expression] = STATE(709),
[sym_instanceof_expression] = STATE(709),
[sym_lambda_expression] = STATE(709),
[sym_inferred_parameters] = STATE(1589),
[sym_ternary_expression] = STATE(709),
[sym_unary_expression] = STATE(709),
[sym__unary_complement_expression] = STATE(716),
[sym_update_expression] = STATE(709),
[sym_primary_expression] = STATE(562),
[sym_array_creation_expression] = STATE(593),
[sym_parenthesized_expression] = STATE(449),
[sym_class_literal] = STATE(593),
[sym_object_creation_expression] = STATE(593),
[sym__unqualified_object_creation_expression] = STATE(600),
[sym_field_access] = STATE(449),
[sym_template_expression] = STATE(593),
[sym_array_access] = STATE(449),
[sym_method_invocation] = STATE(593),
[sym_method_reference] = STATE(593),
[sym_switch_expression] = STATE(817),
[sym_statement] = STATE(306),
[sym_block] = STATE(381),
[sym_expression_statement] = STATE(381),
[sym_labeled_statement] = STATE(381),
[sym_assert_statement] = STATE(381),
[sym_do_statement] = STATE(381),
[sym_break_statement] = STATE(381),
[sym_continue_statement] = STATE(381),
[sym_return_statement] = STATE(381),
[sym_yield_statement] = STATE(381),
[sym_synchronized_statement] = STATE(381),
[sym_throw_statement] = STATE(381),
[sym_try_statement] = STATE(381),
[sym_try_with_resources_statement] = STATE(381),
[sym_if_statement] = STATE(381),
[sym_while_statement] = STATE(381),
[sym_for_statement] = STATE(381),
[sym_enhanced_for_statement] = STATE(381),
[sym__annotation] = STATE(619),
[sym_marker_annotation] = STATE(619),
[sym_annotation] = STATE(619),
[sym_declaration] = STATE(381),
[sym_module_declaration] = STATE(279),
[sym_package_declaration] = STATE(279),
[sym_import_declaration] = STATE(279),
[sym_enum_declaration] = STATE(279),
[sym_class_declaration] = STATE(279),
[sym_visibility] = STATE(516),
[sym__modifier] = STATE(516),
[sym_modifiers] = STATE(899),
[sym_record_declaration] = STATE(279),
[sym_annotation_type_declaration] = STATE(279),
[sym_interface_declaration] = STATE(279),
[sym__type] = STATE(1515),
[sym__unannotated_type] = STATE(851),
[sym_annotated_type] = STATE(944),
[sym_scoped_type_identifier] = STATE(947),
[sym_generic_type] = STATE(962),
[sym_array_type] = STATE(844),
[sym_integral_type] = STATE(844),
[sym_floating_point_type] = STATE(844),
[sym_formal_parameters] = STATE(1589),
[sym_local_variable_declaration] = STATE(381),
[sym__reserved_identifier] = STATE(473),
[aux_sym_array_creation_expression_repeat1] = STATE(810),
[aux_sym_modifiers_repeat1] = STATE(516),
[sym_identifier] = ACTIONS(549),
[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(21),
[anon_sym_DASH] = ACTIONS(21),
[anon_sym_TILDE] = ACTIONS(23),
[anon_sym_BANG] = 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(551),
[anon_sym_LBRACE] = ACTIONS(33),
[anon_sym_default] = ACTIONS(35),
[anon_sym_SEMI] = ACTIONS(37),
[anon_sym_assert] = ACTIONS(39),
[anon_sym_do] = ACTIONS(41),
[anon_sym_while] = ACTIONS(553),
[anon_sym_break] = ACTIONS(45),
[anon_sym_continue] = ACTIONS(47),
[anon_sym_return] = ACTIONS(49),
[anon_sym_yield] = ACTIONS(51),
[anon_sym_synchronized] = ACTIONS(53),
[anon_sym_throw] = ACTIONS(55),
[anon_sym_try] = ACTIONS(57),
[anon_sym_if] = ACTIONS(555),
[anon_sym_for] = ACTIONS(557),
[anon_sym_AT] = ACTIONS(63),
[anon_sym_open] = ACTIONS(65),
[anon_sym_module] = ACTIONS(67),
[anon_sym_static] = ACTIONS(35),
[anon_sym_with] = ACTIONS(69),
[anon_sym_package] = ACTIONS(71),
[anon_sym_import] = ACTIONS(73),
[anon_sym_enum] = ACTIONS(75),
[anon_sym_public] = ACTIONS(77),
[anon_sym_protected] = ACTIONS(77),
[anon_sym_private] = ACTIONS(77),
[anon_sym_abstract] = ACTIONS(35),
[anon_sym_final] = ACTIONS(35),
[anon_sym_strictfp] = ACTIONS(35),
[anon_sym_native] = ACTIONS(35),
[anon_sym_transient] = ACTIONS(35),
[anon_sym_volatile] = ACTIONS(35),
[anon_sym_sealed] = ACTIONS(240),
[anon_sym_non_DASHsealed] = ACTIONS(81),
[anon_sym_record] = ACTIONS(83),
[anon_sym_interface] = ACTIONS(85),
[anon_sym_byte] = ACTIONS(87),
[anon_sym_short] = ACTIONS(87),
[anon_sym_int] = ACTIONS(87),
[anon_sym_long] = ACTIONS(87),
[anon_sym_char] = ACTIONS(87),
[anon_sym_float] = ACTIONS(89),
[anon_sym_double] = ACTIONS(89),
[sym_boolean_type] = ACTIONS(91),
[sym_void_type] = ACTIONS(91),
[sym_this] = ACTIONS(93),
[sym_super] = ACTIONS(95),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(82)] = {
[sym__literal] = STATE(593),
[sym_string_literal] = STATE(594),
[sym__string_literal] = STATE(550),
[sym__multiline_string_literal] = STATE(550),
[sym_expression] = STATE(856),
[sym_cast_expression] = STATE(709),
[sym_assignment_expression] = STATE(709),
[sym_binary_expression] = STATE(709),
[sym_instanceof_expression] = STATE(709),
[sym_lambda_expression] = STATE(709),
[sym_inferred_parameters] = STATE(1589),
[sym_ternary_expression] = STATE(709),
[sym_unary_expression] = STATE(709),
[sym__unary_complement_expression] = STATE(716),
[sym_update_expression] = STATE(709),
[sym_primary_expression] = STATE(562),
[sym_array_creation_expression] = STATE(593),
[sym_parenthesized_expression] = STATE(449),
[sym_class_literal] = STATE(593),
[sym_object_creation_expression] = STATE(593),
[sym__unqualified_object_creation_expression] = STATE(600),
[sym_field_access] = STATE(449),
[sym_template_expression] = STATE(593),
[sym_array_access] = STATE(449),
[sym_method_invocation] = STATE(593),
[sym_method_reference] = STATE(593),
[sym_switch_expression] = STATE(817),
[sym_statement] = STATE(307),
[sym_block] = STATE(381),
[sym_expression_statement] = STATE(381),
[sym_labeled_statement] = STATE(381),
[sym_assert_statement] = STATE(381),
[sym_do_statement] = STATE(381),
[sym_break_statement] = STATE(381),
[sym_continue_statement] = STATE(381),
[sym_return_statement] = STATE(381),
[sym_yield_statement] = STATE(381),
[sym_synchronized_statement] = STATE(381),
[sym_throw_statement] = STATE(381),
[sym_try_statement] = STATE(381),
[sym_try_with_resources_statement] = STATE(381),
[sym_if_statement] = STATE(381),
[sym_while_statement] = STATE(381),
[sym_for_statement] = STATE(381),
[sym_enhanced_for_statement] = STATE(381),
[sym__annotation] = STATE(619),
[sym_marker_annotation] = STATE(619),
[sym_annotation] = STATE(619),
[sym_declaration] = STATE(381),
[sym_module_declaration] = STATE(279),
[sym_package_declaration] = STATE(279),
[sym_import_declaration] = STATE(279),
[sym_enum_declaration] = STATE(279),
[sym_class_declaration] = STATE(279),
[sym_visibility] = STATE(516),
[sym__modifier] = STATE(516),
[sym_modifiers] = STATE(899),
[sym_record_declaration] = STATE(279),
[sym_annotation_type_declaration] = STATE(279),
[sym_interface_declaration] = STATE(279),
[sym__type] = STATE(1515),
[sym__unannotated_type] = STATE(851),
[sym_annotated_type] = STATE(944),
[sym_scoped_type_identifier] = STATE(947),
[sym_generic_type] = STATE(962),
[sym_array_type] = STATE(844),
[sym_integral_type] = STATE(844),
[sym_floating_point_type] = STATE(844),
[sym_formal_parameters] = STATE(1589),
[sym_local_variable_declaration] = STATE(381),
[sym__reserved_identifier] = STATE(473),
[aux_sym_array_creation_expression_repeat1] = STATE(810),
[aux_sym_modifiers_repeat1] = STATE(516),
[sym_identifier] = ACTIONS(549),
[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(21),
[anon_sym_DASH] = ACTIONS(21),
[anon_sym_TILDE] = ACTIONS(23),
[anon_sym_BANG] = 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(551),
[anon_sym_LBRACE] = ACTIONS(33),
[anon_sym_default] = ACTIONS(35),
[anon_sym_SEMI] = ACTIONS(37),
[anon_sym_assert] = ACTIONS(39),
[anon_sym_do] = ACTIONS(41),
[anon_sym_while] = ACTIONS(553),
[anon_sym_break] = ACTIONS(45),
[anon_sym_continue] = ACTIONS(47),
[anon_sym_return] = ACTIONS(49),
[anon_sym_yield] = ACTIONS(51),
[anon_sym_synchronized] = ACTIONS(53),
[anon_sym_throw] = ACTIONS(55),
[anon_sym_try] = ACTIONS(57),
[anon_sym_if] = ACTIONS(555),
[anon_sym_for] = ACTIONS(557),
[anon_sym_AT] = ACTIONS(63),
[anon_sym_open] = ACTIONS(65),
[anon_sym_module] = ACTIONS(67),
[anon_sym_static] = ACTIONS(35),
[anon_sym_with] = ACTIONS(69),
[anon_sym_package] = ACTIONS(71),
[anon_sym_import] = ACTIONS(73),
[anon_sym_enum] = ACTIONS(75),
[anon_sym_public] = ACTIONS(77),
[anon_sym_protected] = ACTIONS(77),
[anon_sym_private] = ACTIONS(77),
[anon_sym_abstract] = ACTIONS(35),
[anon_sym_final] = ACTIONS(35),
[anon_sym_strictfp] = ACTIONS(35),
[anon_sym_native] = ACTIONS(35),
[anon_sym_transient] = ACTIONS(35),
[anon_sym_volatile] = ACTIONS(35),
[anon_sym_sealed] = ACTIONS(240),
[anon_sym_non_DASHsealed] = ACTIONS(81),
[anon_sym_record] = ACTIONS(83),
[anon_sym_interface] = ACTIONS(85),
[anon_sym_byte] = ACTIONS(87),
[anon_sym_short] = ACTIONS(87),
[anon_sym_int] = ACTIONS(87),
[anon_sym_long] = ACTIONS(87),
[anon_sym_char] = ACTIONS(87),
[anon_sym_float] = ACTIONS(89),
[anon_sym_double] = ACTIONS(89),
[sym_boolean_type] = ACTIONS(91),
[sym_void_type] = ACTIONS(91),
[sym_this] = ACTIONS(93),
[sym_super] = ACTIONS(95),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(83)] = {
[sym__literal] = STATE(593),
[sym_string_literal] = STATE(594),
[sym__string_literal] = STATE(550),
[sym__multiline_string_literal] = STATE(550),
[sym_expression] = STATE(856),
[sym_cast_expression] = STATE(709),
[sym_assignment_expression] = STATE(709),
[sym_binary_expression] = STATE(709),
[sym_instanceof_expression] = STATE(709),
[sym_lambda_expression] = STATE(709),
[sym_inferred_parameters] = STATE(1589),
[sym_ternary_expression] = STATE(709),
[sym_unary_expression] = STATE(709),
[sym__unary_complement_expression] = STATE(716),
[sym_update_expression] = STATE(709),
[sym_primary_expression] = STATE(562),
[sym_array_creation_expression] = STATE(593),
[sym_parenthesized_expression] = STATE(449),
[sym_class_literal] = STATE(593),
[sym_object_creation_expression] = STATE(593),
[sym__unqualified_object_creation_expression] = STATE(600),
[sym_field_access] = STATE(449),
[sym_template_expression] = STATE(593),
[sym_array_access] = STATE(449),
[sym_method_invocation] = STATE(593),
[sym_method_reference] = STATE(593),
[sym_switch_expression] = STATE(817),
[sym_statement] = STATE(324),
[sym_block] = STATE(381),
[sym_expression_statement] = STATE(381),
[sym_labeled_statement] = STATE(381),
[sym_assert_statement] = STATE(381),
[sym_do_statement] = STATE(381),
[sym_break_statement] = STATE(381),
[sym_continue_statement] = STATE(381),
[sym_return_statement] = STATE(381),
[sym_yield_statement] = STATE(381),
[sym_synchronized_statement] = STATE(381),
[sym_throw_statement] = STATE(381),
[sym_try_statement] = STATE(381),
[sym_try_with_resources_statement] = STATE(381),
[sym_if_statement] = STATE(381),
[sym_while_statement] = STATE(381),
[sym_for_statement] = STATE(381),
[sym_enhanced_for_statement] = STATE(381),
[sym__annotation] = STATE(619),
[sym_marker_annotation] = STATE(619),
[sym_annotation] = STATE(619),
[sym_declaration] = STATE(381),
[sym_module_declaration] = STATE(279),
[sym_package_declaration] = STATE(279),
[sym_import_declaration] = STATE(279),
[sym_enum_declaration] = STATE(279),
[sym_class_declaration] = STATE(279),
[sym_visibility] = STATE(516),
[sym__modifier] = STATE(516),
[sym_modifiers] = STATE(899),
[sym_record_declaration] = STATE(279),
[sym_annotation_type_declaration] = STATE(279),
[sym_interface_declaration] = STATE(279),
[sym__type] = STATE(1515),
[sym__unannotated_type] = STATE(851),
[sym_annotated_type] = STATE(944),
[sym_scoped_type_identifier] = STATE(947),
[sym_generic_type] = STATE(962),
[sym_array_type] = STATE(844),
[sym_integral_type] = STATE(844),
[sym_floating_point_type] = STATE(844),
[sym_formal_parameters] = STATE(1589),
[sym_local_variable_declaration] = STATE(381),
[sym__reserved_identifier] = STATE(473),
[aux_sym_array_creation_expression_repeat1] = STATE(810),
[aux_sym_modifiers_repeat1] = STATE(516),
[sym_identifier] = ACTIONS(549),
[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(21),
[anon_sym_DASH] = ACTIONS(21),
[anon_sym_TILDE] = ACTIONS(23),
[anon_sym_BANG] = 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(551),
[anon_sym_LBRACE] = ACTIONS(33),
[anon_sym_default] = ACTIONS(35),
[anon_sym_SEMI] = ACTIONS(37),
[anon_sym_assert] = ACTIONS(39),
[anon_sym_do] = ACTIONS(41),
[anon_sym_while] = ACTIONS(553),
[anon_sym_break] = ACTIONS(45),
[anon_sym_continue] = ACTIONS(47),
[anon_sym_return] = ACTIONS(49),
[anon_sym_yield] = ACTIONS(51),
[anon_sym_synchronized] = ACTIONS(53),
[anon_sym_throw] = ACTIONS(55),
[anon_sym_try] = ACTIONS(57),
[anon_sym_if] = ACTIONS(555),
[anon_sym_for] = ACTIONS(557),
[anon_sym_AT] = ACTIONS(63),
[anon_sym_open] = ACTIONS(65),
[anon_sym_module] = ACTIONS(67),
[anon_sym_static] = ACTIONS(35),
[anon_sym_with] = ACTIONS(69),
[anon_sym_package] = ACTIONS(71),
[anon_sym_import] = ACTIONS(73),
[anon_sym_enum] = ACTIONS(75),
[anon_sym_public] = ACTIONS(77),
[anon_sym_protected] = ACTIONS(77),
[anon_sym_private] = ACTIONS(77),
[anon_sym_abstract] = ACTIONS(35),
[anon_sym_final] = ACTIONS(35),
[anon_sym_strictfp] = ACTIONS(35),
[anon_sym_native] = ACTIONS(35),
[anon_sym_transient] = ACTIONS(35),
[anon_sym_volatile] = ACTIONS(35),
[anon_sym_sealed] = ACTIONS(240),
[anon_sym_non_DASHsealed] = ACTIONS(81),
[anon_sym_record] = ACTIONS(83),
[anon_sym_interface] = ACTIONS(85),
[anon_sym_byte] = ACTIONS(87),
[anon_sym_short] = ACTIONS(87),
[anon_sym_int] = ACTIONS(87),
[anon_sym_long] = ACTIONS(87),
[anon_sym_char] = ACTIONS(87),
[anon_sym_float] = ACTIONS(89),
[anon_sym_double] = ACTIONS(89),
[sym_boolean_type] = ACTIONS(91),
[sym_void_type] = ACTIONS(91),
[sym_this] = ACTIONS(93),
[sym_super] = ACTIONS(95),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(84)] = {
[sym__literal] = STATE(593),
[sym_string_literal] = STATE(594),
[sym__string_literal] = STATE(550),
[sym__multiline_string_literal] = STATE(550),
[sym_expression] = STATE(856),
[sym_cast_expression] = STATE(709),
[sym_assignment_expression] = STATE(709),
[sym_binary_expression] = STATE(709),
[sym_instanceof_expression] = STATE(709),
[sym_lambda_expression] = STATE(709),
[sym_inferred_parameters] = STATE(1589),
[sym_ternary_expression] = STATE(709),
[sym_unary_expression] = STATE(709),
[sym__unary_complement_expression] = STATE(716),
[sym_update_expression] = STATE(709),
[sym_primary_expression] = STATE(562),
[sym_array_creation_expression] = STATE(593),
[sym_parenthesized_expression] = STATE(449),
[sym_class_literal] = STATE(593),
[sym_object_creation_expression] = STATE(593),
[sym__unqualified_object_creation_expression] = STATE(600),
[sym_field_access] = STATE(449),
[sym_template_expression] = STATE(593),
[sym_array_access] = STATE(449),
[sym_method_invocation] = STATE(593),
[sym_method_reference] = STATE(593),
[sym_switch_expression] = STATE(817),
[sym_statement] = STATE(325),
[sym_block] = STATE(381),
[sym_expression_statement] = STATE(381),
[sym_labeled_statement] = STATE(381),
[sym_assert_statement] = STATE(381),
[sym_do_statement] = STATE(381),
[sym_break_statement] = STATE(381),
[sym_continue_statement] = STATE(381),
[sym_return_statement] = STATE(381),
[sym_yield_statement] = STATE(381),
[sym_synchronized_statement] = STATE(381),
[sym_throw_statement] = STATE(381),
[sym_try_statement] = STATE(381),
[sym_try_with_resources_statement] = STATE(381),
[sym_if_statement] = STATE(381),
[sym_while_statement] = STATE(381),
[sym_for_statement] = STATE(381),
[sym_enhanced_for_statement] = STATE(381),
[sym__annotation] = STATE(619),
[sym_marker_annotation] = STATE(619),
[sym_annotation] = STATE(619),
[sym_declaration] = STATE(381),
[sym_module_declaration] = STATE(279),
[sym_package_declaration] = STATE(279),
[sym_import_declaration] = STATE(279),
[sym_enum_declaration] = STATE(279),
[sym_class_declaration] = STATE(279),
[sym_visibility] = STATE(516),
[sym__modifier] = STATE(516),
[sym_modifiers] = STATE(899),
[sym_record_declaration] = STATE(279),
[sym_annotation_type_declaration] = STATE(279),
[sym_interface_declaration] = STATE(279),
[sym__type] = STATE(1515),
[sym__unannotated_type] = STATE(851),
[sym_annotated_type] = STATE(944),
[sym_scoped_type_identifier] = STATE(947),
[sym_generic_type] = STATE(962),
[sym_array_type] = STATE(844),
[sym_integral_type] = STATE(844),
[sym_floating_point_type] = STATE(844),
[sym_formal_parameters] = STATE(1589),
[sym_local_variable_declaration] = STATE(381),
[sym__reserved_identifier] = STATE(473),
[aux_sym_array_creation_expression_repeat1] = STATE(810),
[aux_sym_modifiers_repeat1] = STATE(516),
[sym_identifier] = ACTIONS(549),
[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(21),
[anon_sym_DASH] = ACTIONS(21),
[anon_sym_TILDE] = ACTIONS(23),
[anon_sym_BANG] = 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(551),
[anon_sym_LBRACE] = ACTIONS(33),
[anon_sym_default] = ACTIONS(35),
[anon_sym_SEMI] = ACTIONS(37),
[anon_sym_assert] = ACTIONS(39),
[anon_sym_do] = ACTIONS(41),
[anon_sym_while] = ACTIONS(553),
[anon_sym_break] = ACTIONS(45),
[anon_sym_continue] = ACTIONS(47),
[anon_sym_return] = ACTIONS(49),
[anon_sym_yield] = ACTIONS(51),
[anon_sym_synchronized] = ACTIONS(53),
[anon_sym_throw] = ACTIONS(55),
[anon_sym_try] = ACTIONS(57),
[anon_sym_if] = ACTIONS(555),
[anon_sym_for] = ACTIONS(557),
[anon_sym_AT] = ACTIONS(63),
[anon_sym_open] = ACTIONS(65),
[anon_sym_module] = ACTIONS(67),
[anon_sym_static] = ACTIONS(35),
[anon_sym_with] = ACTIONS(69),
[anon_sym_package] = ACTIONS(71),
[anon_sym_import] = ACTIONS(73),
[anon_sym_enum] = ACTIONS(75),
[anon_sym_public] = ACTIONS(77),
[anon_sym_protected] = ACTIONS(77),
[anon_sym_private] = ACTIONS(77),
[anon_sym_abstract] = ACTIONS(35),
[anon_sym_final] = ACTIONS(35),
[anon_sym_strictfp] = ACTIONS(35),
[anon_sym_native] = ACTIONS(35),
[anon_sym_transient] = ACTIONS(35),
[anon_sym_volatile] = ACTIONS(35),
[anon_sym_sealed] = ACTIONS(240),
[anon_sym_non_DASHsealed] = ACTIONS(81),
[anon_sym_record] = ACTIONS(83),
[anon_sym_interface] = ACTIONS(85),
[anon_sym_byte] = ACTIONS(87),
[anon_sym_short] = ACTIONS(87),
[anon_sym_int] = ACTIONS(87),
[anon_sym_long] = ACTIONS(87),
[anon_sym_char] = ACTIONS(87),
[anon_sym_float] = ACTIONS(89),
[anon_sym_double] = ACTIONS(89),
[sym_boolean_type] = ACTIONS(91),
[sym_void_type] = ACTIONS(91),
[sym_this] = ACTIONS(93),
[sym_super] = ACTIONS(95),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(85)] = {
[sym__literal] = STATE(593),
[sym_string_literal] = STATE(594),
[sym__string_literal] = STATE(550),
[sym__multiline_string_literal] = STATE(550),
[sym_expression] = STATE(856),
[sym_cast_expression] = STATE(709),
[sym_assignment_expression] = STATE(709),
[sym_binary_expression] = STATE(709),
[sym_instanceof_expression] = STATE(709),
[sym_lambda_expression] = STATE(709),
[sym_inferred_parameters] = STATE(1589),
[sym_ternary_expression] = STATE(709),
[sym_unary_expression] = STATE(709),
[sym__unary_complement_expression] = STATE(716),
[sym_update_expression] = STATE(709),
[sym_primary_expression] = STATE(562),
[sym_array_creation_expression] = STATE(593),
[sym_parenthesized_expression] = STATE(449),
[sym_class_literal] = STATE(593),
[sym_object_creation_expression] = STATE(593),
[sym__unqualified_object_creation_expression] = STATE(600),
[sym_field_access] = STATE(449),
[sym_template_expression] = STATE(593),
[sym_array_access] = STATE(449),
[sym_method_invocation] = STATE(593),
[sym_method_reference] = STATE(593),
[sym_switch_expression] = STATE(817),
[sym_statement] = STATE(326),
[sym_block] = STATE(381),
[sym_expression_statement] = STATE(381),
[sym_labeled_statement] = STATE(381),
[sym_assert_statement] = STATE(381),
[sym_do_statement] = STATE(381),
[sym_break_statement] = STATE(381),
[sym_continue_statement] = STATE(381),
[sym_return_statement] = STATE(381),
[sym_yield_statement] = STATE(381),
[sym_synchronized_statement] = STATE(381),
[sym_throw_statement] = STATE(381),
[sym_try_statement] = STATE(381),
[sym_try_with_resources_statement] = STATE(381),
[sym_if_statement] = STATE(381),
[sym_while_statement] = STATE(381),
[sym_for_statement] = STATE(381),
[sym_enhanced_for_statement] = STATE(381),
[sym__annotation] = STATE(619),
[sym_marker_annotation] = STATE(619),
[sym_annotation] = STATE(619),
[sym_declaration] = STATE(381),
[sym_module_declaration] = STATE(279),
[sym_package_declaration] = STATE(279),
[sym_import_declaration] = STATE(279),
[sym_enum_declaration] = STATE(279),
[sym_class_declaration] = STATE(279),
[sym_visibility] = STATE(516),
[sym__modifier] = STATE(516),
[sym_modifiers] = STATE(899),
[sym_record_declaration] = STATE(279),
[sym_annotation_type_declaration] = STATE(279),
[sym_interface_declaration] = STATE(279),
[sym__type] = STATE(1515),
[sym__unannotated_type] = STATE(851),
[sym_annotated_type] = STATE(944),
[sym_scoped_type_identifier] = STATE(947),
[sym_generic_type] = STATE(962),
[sym_array_type] = STATE(844),
[sym_integral_type] = STATE(844),
[sym_floating_point_type] = STATE(844),
[sym_formal_parameters] = STATE(1589),
[sym_local_variable_declaration] = STATE(381),
[sym__reserved_identifier] = STATE(473),
[aux_sym_array_creation_expression_repeat1] = STATE(810),
[aux_sym_modifiers_repeat1] = STATE(516),
[sym_identifier] = ACTIONS(549),
[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(21),
[anon_sym_DASH] = ACTIONS(21),
[anon_sym_TILDE] = ACTIONS(23),
[anon_sym_BANG] = 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(551),
[anon_sym_LBRACE] = ACTIONS(33),
[anon_sym_default] = ACTIONS(35),
[anon_sym_SEMI] = ACTIONS(37),
[anon_sym_assert] = ACTIONS(39),
[anon_sym_do] = ACTIONS(41),
[anon_sym_while] = ACTIONS(553),
[anon_sym_break] = ACTIONS(45),
[anon_sym_continue] = ACTIONS(47),
[anon_sym_return] = ACTIONS(49),
[anon_sym_yield] = ACTIONS(51),
[anon_sym_synchronized] = ACTIONS(53),
[anon_sym_throw] = ACTIONS(55),
[anon_sym_try] = ACTIONS(57),
[anon_sym_if] = ACTIONS(555),
[anon_sym_for] = ACTIONS(557),
[anon_sym_AT] = ACTIONS(63),
[anon_sym_open] = ACTIONS(65),
[anon_sym_module] = ACTIONS(67),
[anon_sym_static] = ACTIONS(35),
[anon_sym_with] = ACTIONS(69),
[anon_sym_package] = ACTIONS(71),
[anon_sym_import] = ACTIONS(73),
[anon_sym_enum] = ACTIONS(75),
[anon_sym_public] = ACTIONS(77),
[anon_sym_protected] = ACTIONS(77),
[anon_sym_private] = ACTIONS(77),
[anon_sym_abstract] = ACTIONS(35),
[anon_sym_final] = ACTIONS(35),
[anon_sym_strictfp] = ACTIONS(35),
[anon_sym_native] = ACTIONS(35),
[anon_sym_transient] = ACTIONS(35),
[anon_sym_volatile] = ACTIONS(35),
[anon_sym_sealed] = ACTIONS(240),
[anon_sym_non_DASHsealed] = ACTIONS(81),
[anon_sym_record] = ACTIONS(83),
[anon_sym_interface] = ACTIONS(85),
[anon_sym_byte] = ACTIONS(87),
[anon_sym_short] = ACTIONS(87),
[anon_sym_int] = ACTIONS(87),
[anon_sym_long] = ACTIONS(87),
[anon_sym_char] = ACTIONS(87),
[anon_sym_float] = ACTIONS(89),
[anon_sym_double] = ACTIONS(89),
[sym_boolean_type] = ACTIONS(91),
[sym_void_type] = ACTIONS(91),
[sym_this] = ACTIONS(93),
[sym_super] = ACTIONS(95),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(86)] = {
[sym__literal] = STATE(593),
[sym_string_literal] = STATE(594),
[sym__string_literal] = STATE(550),
[sym__multiline_string_literal] = STATE(550),
[sym_expression] = STATE(856),
[sym_cast_expression] = STATE(709),
[sym_assignment_expression] = STATE(709),
[sym_binary_expression] = STATE(709),
[sym_instanceof_expression] = STATE(709),
[sym_lambda_expression] = STATE(709),
[sym_inferred_parameters] = STATE(1589),
[sym_ternary_expression] = STATE(709),
[sym_unary_expression] = STATE(709),
[sym__unary_complement_expression] = STATE(716),
[sym_update_expression] = STATE(709),
[sym_primary_expression] = STATE(562),
[sym_array_creation_expression] = STATE(593),
[sym_parenthesized_expression] = STATE(449),
[sym_class_literal] = STATE(593),
[sym_object_creation_expression] = STATE(593),
[sym__unqualified_object_creation_expression] = STATE(600),
[sym_field_access] = STATE(449),
[sym_template_expression] = STATE(593),
[sym_array_access] = STATE(449),
[sym_method_invocation] = STATE(593),
[sym_method_reference] = STATE(593),
[sym_switch_expression] = STATE(817),
[sym_statement] = STATE(329),
[sym_block] = STATE(381),
[sym_expression_statement] = STATE(381),
[sym_labeled_statement] = STATE(381),
[sym_assert_statement] = STATE(381),
[sym_do_statement] = STATE(381),
[sym_break_statement] = STATE(381),
[sym_continue_statement] = STATE(381),
[sym_return_statement] = STATE(381),
[sym_yield_statement] = STATE(381),
[sym_synchronized_statement] = STATE(381),
[sym_throw_statement] = STATE(381),
[sym_try_statement] = STATE(381),
[sym_try_with_resources_statement] = STATE(381),
[sym_if_statement] = STATE(381),
[sym_while_statement] = STATE(381),
[sym_for_statement] = STATE(381),
[sym_enhanced_for_statement] = STATE(381),
[sym__annotation] = STATE(619),
[sym_marker_annotation] = STATE(619),
[sym_annotation] = STATE(619),
[sym_declaration] = STATE(381),
[sym_module_declaration] = STATE(279),
[sym_package_declaration] = STATE(279),
[sym_import_declaration] = STATE(279),
[sym_enum_declaration] = STATE(279),
[sym_class_declaration] = STATE(279),
[sym_visibility] = STATE(516),
[sym__modifier] = STATE(516),
[sym_modifiers] = STATE(899),
[sym_record_declaration] = STATE(279),
[sym_annotation_type_declaration] = STATE(279),
[sym_interface_declaration] = STATE(279),
[sym__type] = STATE(1515),
[sym__unannotated_type] = STATE(851),
[sym_annotated_type] = STATE(944),
[sym_scoped_type_identifier] = STATE(947),
[sym_generic_type] = STATE(962),
[sym_array_type] = STATE(844),
[sym_integral_type] = STATE(844),
[sym_floating_point_type] = STATE(844),
[sym_formal_parameters] = STATE(1589),
[sym_local_variable_declaration] = STATE(381),
[sym__reserved_identifier] = STATE(473),
[aux_sym_array_creation_expression_repeat1] = STATE(810),
[aux_sym_modifiers_repeat1] = STATE(516),
[sym_identifier] = ACTIONS(549),
[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(21),
[anon_sym_DASH] = ACTIONS(21),
[anon_sym_TILDE] = ACTIONS(23),
[anon_sym_BANG] = 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(551),
[anon_sym_LBRACE] = ACTIONS(33),
[anon_sym_default] = ACTIONS(35),
[anon_sym_SEMI] = ACTIONS(37),
[anon_sym_assert] = ACTIONS(39),
[anon_sym_do] = ACTIONS(41),
[anon_sym_while] = ACTIONS(553),
[anon_sym_break] = ACTIONS(45),
[anon_sym_continue] = ACTIONS(47),
[anon_sym_return] = ACTIONS(49),
[anon_sym_yield] = ACTIONS(51),
[anon_sym_synchronized] = ACTIONS(53),
[anon_sym_throw] = ACTIONS(55),
[anon_sym_try] = ACTIONS(57),
[anon_sym_if] = ACTIONS(555),
[anon_sym_for] = ACTIONS(557),
[anon_sym_AT] = ACTIONS(63),
[anon_sym_open] = ACTIONS(65),
[anon_sym_module] = ACTIONS(67),
[anon_sym_static] = ACTIONS(35),
[anon_sym_with] = ACTIONS(69),
[anon_sym_package] = ACTIONS(71),
[anon_sym_import] = ACTIONS(73),
[anon_sym_enum] = ACTIONS(75),
[anon_sym_public] = ACTIONS(77),
[anon_sym_protected] = ACTIONS(77),
[anon_sym_private] = ACTIONS(77),
[anon_sym_abstract] = ACTIONS(35),
[anon_sym_final] = ACTIONS(35),
[anon_sym_strictfp] = ACTIONS(35),
[anon_sym_native] = ACTIONS(35),
[anon_sym_transient] = ACTIONS(35),
[anon_sym_volatile] = ACTIONS(35),
[anon_sym_sealed] = ACTIONS(240),
[anon_sym_non_DASHsealed] = ACTIONS(81),
[anon_sym_record] = ACTIONS(83),
[anon_sym_interface] = ACTIONS(85),
[anon_sym_byte] = ACTIONS(87),
[anon_sym_short] = ACTIONS(87),
[anon_sym_int] = ACTIONS(87),
[anon_sym_long] = ACTIONS(87),
[anon_sym_char] = ACTIONS(87),
[anon_sym_float] = ACTIONS(89),
[anon_sym_double] = ACTIONS(89),
[sym_boolean_type] = ACTIONS(91),
[sym_void_type] = ACTIONS(91),
[sym_this] = ACTIONS(93),
[sym_super] = ACTIONS(95),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(87)] = {
[sym__literal] = STATE(593),
[sym_string_literal] = STATE(594),
[sym__string_literal] = STATE(550),
[sym__multiline_string_literal] = STATE(550),
[sym_expression] = STATE(856),
[sym_cast_expression] = STATE(709),
[sym_assignment_expression] = STATE(709),
[sym_binary_expression] = STATE(709),
[sym_instanceof_expression] = STATE(709),
[sym_lambda_expression] = STATE(709),
[sym_inferred_parameters] = STATE(1589),
[sym_ternary_expression] = STATE(709),
[sym_unary_expression] = STATE(709),
[sym__unary_complement_expression] = STATE(716),
[sym_update_expression] = STATE(709),
[sym_primary_expression] = STATE(562),
[sym_array_creation_expression] = STATE(593),
[sym_parenthesized_expression] = STATE(449),
[sym_class_literal] = STATE(593),
[sym_object_creation_expression] = STATE(593),
[sym__unqualified_object_creation_expression] = STATE(600),
[sym_field_access] = STATE(449),
[sym_template_expression] = STATE(593),
[sym_array_access] = STATE(449),
[sym_method_invocation] = STATE(593),
[sym_method_reference] = STATE(593),
[sym_switch_expression] = STATE(817),
[sym_statement] = STATE(330),
[sym_block] = STATE(381),
[sym_expression_statement] = STATE(381),
[sym_labeled_statement] = STATE(381),
[sym_assert_statement] = STATE(381),
[sym_do_statement] = STATE(381),
[sym_break_statement] = STATE(381),
[sym_continue_statement] = STATE(381),
[sym_return_statement] = STATE(381),
[sym_yield_statement] = STATE(381),
[sym_synchronized_statement] = STATE(381),
[sym_throw_statement] = STATE(381),
[sym_try_statement] = STATE(381),
[sym_try_with_resources_statement] = STATE(381),
[sym_if_statement] = STATE(381),
[sym_while_statement] = STATE(381),
[sym_for_statement] = STATE(381),
[sym_enhanced_for_statement] = STATE(381),
[sym__annotation] = STATE(619),
[sym_marker_annotation] = STATE(619),
[sym_annotation] = STATE(619),
[sym_declaration] = STATE(381),
[sym_module_declaration] = STATE(279),
[sym_package_declaration] = STATE(279),
[sym_import_declaration] = STATE(279),
[sym_enum_declaration] = STATE(279),
[sym_class_declaration] = STATE(279),
[sym_visibility] = STATE(516),
[sym__modifier] = STATE(516),
[sym_modifiers] = STATE(899),
[sym_record_declaration] = STATE(279),
[sym_annotation_type_declaration] = STATE(279),
[sym_interface_declaration] = STATE(279),
[sym__type] = STATE(1515),
[sym__unannotated_type] = STATE(851),
[sym_annotated_type] = STATE(944),
[sym_scoped_type_identifier] = STATE(947),
[sym_generic_type] = STATE(962),
[sym_array_type] = STATE(844),
[sym_integral_type] = STATE(844),
[sym_floating_point_type] = STATE(844),
[sym_formal_parameters] = STATE(1589),
[sym_local_variable_declaration] = STATE(381),
[sym__reserved_identifier] = STATE(473),
[aux_sym_array_creation_expression_repeat1] = STATE(810),
[aux_sym_modifiers_repeat1] = STATE(516),
[sym_identifier] = ACTIONS(549),
[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(21),
[anon_sym_DASH] = ACTIONS(21),
[anon_sym_TILDE] = ACTIONS(23),
[anon_sym_BANG] = 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(551),
[anon_sym_LBRACE] = ACTIONS(33),
[anon_sym_default] = ACTIONS(35),
[anon_sym_SEMI] = ACTIONS(37),
[anon_sym_assert] = ACTIONS(39),
[anon_sym_do] = ACTIONS(41),
[anon_sym_while] = ACTIONS(553),
[anon_sym_break] = ACTIONS(45),
[anon_sym_continue] = ACTIONS(47),
[anon_sym_return] = ACTIONS(49),
[anon_sym_yield] = ACTIONS(51),
[anon_sym_synchronized] = ACTIONS(53),
[anon_sym_throw] = ACTIONS(55),
[anon_sym_try] = ACTIONS(57),
[anon_sym_if] = ACTIONS(555),
[anon_sym_for] = ACTIONS(557),
[anon_sym_AT] = ACTIONS(63),
[anon_sym_open] = ACTIONS(65),
[anon_sym_module] = ACTIONS(67),
[anon_sym_static] = ACTIONS(35),
[anon_sym_with] = ACTIONS(69),
[anon_sym_package] = ACTIONS(71),
[anon_sym_import] = ACTIONS(73),
[anon_sym_enum] = ACTIONS(75),
[anon_sym_public] = ACTIONS(77),
[anon_sym_protected] = ACTIONS(77),
[anon_sym_private] = ACTIONS(77),
[anon_sym_abstract] = ACTIONS(35),
[anon_sym_final] = ACTIONS(35),
[anon_sym_strictfp] = ACTIONS(35),
[anon_sym_native] = ACTIONS(35),
[anon_sym_transient] = ACTIONS(35),
[anon_sym_volatile] = ACTIONS(35),
[anon_sym_sealed] = ACTIONS(240),
[anon_sym_non_DASHsealed] = ACTIONS(81),
[anon_sym_record] = ACTIONS(83),
[anon_sym_interface] = ACTIONS(85),
[anon_sym_byte] = ACTIONS(87),
[anon_sym_short] = ACTIONS(87),
[anon_sym_int] = ACTIONS(87),
[anon_sym_long] = ACTIONS(87),
[anon_sym_char] = ACTIONS(87),
[anon_sym_float] = ACTIONS(89),
[anon_sym_double] = ACTIONS(89),
[sym_boolean_type] = ACTIONS(91),
[sym_void_type] = ACTIONS(91),
[sym_this] = ACTIONS(93),
[sym_super] = ACTIONS(95),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(88)] = {
[sym__literal] = STATE(593),
[sym_string_literal] = STATE(594),
[sym__string_literal] = STATE(550),
[sym__multiline_string_literal] = STATE(550),
[sym_expression] = STATE(856),
[sym_cast_expression] = STATE(709),
[sym_assignment_expression] = STATE(709),
[sym_binary_expression] = STATE(709),
[sym_instanceof_expression] = STATE(709),
[sym_lambda_expression] = STATE(709),
[sym_inferred_parameters] = STATE(1589),
[sym_ternary_expression] = STATE(709),
[sym_unary_expression] = STATE(709),
[sym__unary_complement_expression] = STATE(716),
[sym_update_expression] = STATE(709),
[sym_primary_expression] = STATE(562),
[sym_array_creation_expression] = STATE(593),
[sym_parenthesized_expression] = STATE(449),
[sym_class_literal] = STATE(593),
[sym_object_creation_expression] = STATE(593),
[sym__unqualified_object_creation_expression] = STATE(600),
[sym_field_access] = STATE(449),
[sym_template_expression] = STATE(593),
[sym_array_access] = STATE(449),
[sym_method_invocation] = STATE(593),
[sym_method_reference] = STATE(593),
[sym_switch_expression] = STATE(817),
[sym_statement] = STATE(341),
[sym_block] = STATE(381),
[sym_expression_statement] = STATE(381),
[sym_labeled_statement] = STATE(381),
[sym_assert_statement] = STATE(381),
[sym_do_statement] = STATE(381),
[sym_break_statement] = STATE(381),
[sym_continue_statement] = STATE(381),
[sym_return_statement] = STATE(381),
[sym_yield_statement] = STATE(381),
[sym_synchronized_statement] = STATE(381),
[sym_throw_statement] = STATE(381),
[sym_try_statement] = STATE(381),
[sym_try_with_resources_statement] = STATE(381),
[sym_if_statement] = STATE(381),
[sym_while_statement] = STATE(381),
[sym_for_statement] = STATE(381),
[sym_enhanced_for_statement] = STATE(381),
[sym__annotation] = STATE(619),
[sym_marker_annotation] = STATE(619),
[sym_annotation] = STATE(619),
[sym_declaration] = STATE(381),
[sym_module_declaration] = STATE(279),
[sym_package_declaration] = STATE(279),
[sym_import_declaration] = STATE(279),
[sym_enum_declaration] = STATE(279),
[sym_class_declaration] = STATE(279),
[sym_visibility] = STATE(516),
[sym__modifier] = STATE(516),
[sym_modifiers] = STATE(899),
[sym_record_declaration] = STATE(279),
[sym_annotation_type_declaration] = STATE(279),
[sym_interface_declaration] = STATE(279),
[sym__type] = STATE(1515),
[sym__unannotated_type] = STATE(851),
[sym_annotated_type] = STATE(944),
[sym_scoped_type_identifier] = STATE(947),
[sym_generic_type] = STATE(962),
[sym_array_type] = STATE(844),
[sym_integral_type] = STATE(844),
[sym_floating_point_type] = STATE(844),
[sym_formal_parameters] = STATE(1589),
[sym_local_variable_declaration] = STATE(381),
[sym__reserved_identifier] = STATE(473),
[aux_sym_array_creation_expression_repeat1] = STATE(810),
[aux_sym_modifiers_repeat1] = STATE(516),
[sym_identifier] = ACTIONS(549),
[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(21),
[anon_sym_DASH] = ACTIONS(21),
[anon_sym_TILDE] = ACTIONS(23),
[anon_sym_BANG] = 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(551),
[anon_sym_LBRACE] = ACTIONS(33),
[anon_sym_default] = ACTIONS(35),
[anon_sym_SEMI] = ACTIONS(37),
[anon_sym_assert] = ACTIONS(39),
[anon_sym_do] = ACTIONS(41),
[anon_sym_while] = ACTIONS(553),
[anon_sym_break] = ACTIONS(45),
[anon_sym_continue] = ACTIONS(47),
[anon_sym_return] = ACTIONS(49),
[anon_sym_yield] = ACTIONS(51),
[anon_sym_synchronized] = ACTIONS(53),
[anon_sym_throw] = ACTIONS(55),
[anon_sym_try] = ACTIONS(57),
[anon_sym_if] = ACTIONS(555),
[anon_sym_for] = ACTIONS(557),
[anon_sym_AT] = ACTIONS(63),
[anon_sym_open] = ACTIONS(65),
[anon_sym_module] = ACTIONS(67),
[anon_sym_static] = ACTIONS(35),
[anon_sym_with] = ACTIONS(69),
[anon_sym_package] = ACTIONS(71),
[anon_sym_import] = ACTIONS(73),
[anon_sym_enum] = ACTIONS(75),
[anon_sym_public] = ACTIONS(77),
[anon_sym_protected] = ACTIONS(77),
[anon_sym_private] = ACTIONS(77),
[anon_sym_abstract] = ACTIONS(35),
[anon_sym_final] = ACTIONS(35),
[anon_sym_strictfp] = ACTIONS(35),
[anon_sym_native] = ACTIONS(35),
[anon_sym_transient] = ACTIONS(35),
[anon_sym_volatile] = ACTIONS(35),
[anon_sym_sealed] = ACTIONS(240),
[anon_sym_non_DASHsealed] = ACTIONS(81),
[anon_sym_record] = ACTIONS(83),
[anon_sym_interface] = ACTIONS(85),
[anon_sym_byte] = ACTIONS(87),
[anon_sym_short] = ACTIONS(87),
[anon_sym_int] = ACTIONS(87),
[anon_sym_long] = ACTIONS(87),
[anon_sym_char] = ACTIONS(87),
[anon_sym_float] = ACTIONS(89),
[anon_sym_double] = ACTIONS(89),
[sym_boolean_type] = ACTIONS(91),
[sym_void_type] = ACTIONS(91),
[sym_this] = ACTIONS(93),
[sym_super] = ACTIONS(95),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(89)] = {
[sym__literal] = STATE(593),
[sym_string_literal] = STATE(594),
[sym__string_literal] = STATE(550),
[sym__multiline_string_literal] = STATE(550),
[sym_expression] = STATE(856),
[sym_cast_expression] = STATE(709),
[sym_assignment_expression] = STATE(709),
[sym_binary_expression] = STATE(709),
[sym_instanceof_expression] = STATE(709),
[sym_lambda_expression] = STATE(709),
[sym_inferred_parameters] = STATE(1589),
[sym_ternary_expression] = STATE(709),
[sym_unary_expression] = STATE(709),
[sym__unary_complement_expression] = STATE(716),
[sym_update_expression] = STATE(709),
[sym_primary_expression] = STATE(562),
[sym_array_creation_expression] = STATE(593),
[sym_parenthesized_expression] = STATE(449),
[sym_class_literal] = STATE(593),
[sym_object_creation_expression] = STATE(593),
[sym__unqualified_object_creation_expression] = STATE(600),
[sym_field_access] = STATE(449),
[sym_template_expression] = STATE(593),
[sym_array_access] = STATE(449),
[sym_method_invocation] = STATE(593),
[sym_method_reference] = STATE(593),
[sym_switch_expression] = STATE(817),
[sym_statement] = STATE(342),
[sym_block] = STATE(381),
[sym_expression_statement] = STATE(381),
[sym_labeled_statement] = STATE(381),
[sym_assert_statement] = STATE(381),
[sym_do_statement] = STATE(381),
[sym_break_statement] = STATE(381),
[sym_continue_statement] = STATE(381),
[sym_return_statement] = STATE(381),
[sym_yield_statement] = STATE(381),
[sym_synchronized_statement] = STATE(381),
[sym_throw_statement] = STATE(381),
[sym_try_statement] = STATE(381),
[sym_try_with_resources_statement] = STATE(381),
[sym_if_statement] = STATE(381),
[sym_while_statement] = STATE(381),
[sym_for_statement] = STATE(381),
[sym_enhanced_for_statement] = STATE(381),
[sym__annotation] = STATE(619),
[sym_marker_annotation] = STATE(619),
[sym_annotation] = STATE(619),
[sym_declaration] = STATE(381),
[sym_module_declaration] = STATE(279),
[sym_package_declaration] = STATE(279),
[sym_import_declaration] = STATE(279),
[sym_enum_declaration] = STATE(279),
[sym_class_declaration] = STATE(279),
[sym_visibility] = STATE(516),
[sym__modifier] = STATE(516),
[sym_modifiers] = STATE(899),
[sym_record_declaration] = STATE(279),
[sym_annotation_type_declaration] = STATE(279),
[sym_interface_declaration] = STATE(279),
[sym__type] = STATE(1515),
[sym__unannotated_type] = STATE(851),
[sym_annotated_type] = STATE(944),
[sym_scoped_type_identifier] = STATE(947),
[sym_generic_type] = STATE(962),
[sym_array_type] = STATE(844),
[sym_integral_type] = STATE(844),
[sym_floating_point_type] = STATE(844),
[sym_formal_parameters] = STATE(1589),
[sym_local_variable_declaration] = STATE(381),
[sym__reserved_identifier] = STATE(473),
[aux_sym_array_creation_expression_repeat1] = STATE(810),
[aux_sym_modifiers_repeat1] = STATE(516),
[sym_identifier] = ACTIONS(549),
[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(21),
[anon_sym_DASH] = ACTIONS(21),
[anon_sym_TILDE] = ACTIONS(23),
[anon_sym_BANG] = 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(551),
[anon_sym_LBRACE] = ACTIONS(33),
[anon_sym_default] = ACTIONS(35),
[anon_sym_SEMI] = ACTIONS(37),
[anon_sym_assert] = ACTIONS(39),
[anon_sym_do] = ACTIONS(41),
[anon_sym_while] = ACTIONS(553),
[anon_sym_break] = ACTIONS(45),
[anon_sym_continue] = ACTIONS(47),
[anon_sym_return] = ACTIONS(49),
[anon_sym_yield] = ACTIONS(51),
[anon_sym_synchronized] = ACTIONS(53),
[anon_sym_throw] = ACTIONS(55),
[anon_sym_try] = ACTIONS(57),
[anon_sym_if] = ACTIONS(555),
[anon_sym_for] = ACTIONS(557),
[anon_sym_AT] = ACTIONS(63),
[anon_sym_open] = ACTIONS(65),
[anon_sym_module] = ACTIONS(67),
[anon_sym_static] = ACTIONS(35),
[anon_sym_with] = ACTIONS(69),
[anon_sym_package] = ACTIONS(71),
[anon_sym_import] = ACTIONS(73),
[anon_sym_enum] = ACTIONS(75),
[anon_sym_public] = ACTIONS(77),
[anon_sym_protected] = ACTIONS(77),
[anon_sym_private] = ACTIONS(77),
[anon_sym_abstract] = ACTIONS(35),
[anon_sym_final] = ACTIONS(35),
[anon_sym_strictfp] = ACTIONS(35),
[anon_sym_native] = ACTIONS(35),
[anon_sym_transient] = ACTIONS(35),
[anon_sym_volatile] = ACTIONS(35),
[anon_sym_sealed] = ACTIONS(240),
[anon_sym_non_DASHsealed] = ACTIONS(81),
[anon_sym_record] = ACTIONS(83),
[anon_sym_interface] = ACTIONS(85),
[anon_sym_byte] = ACTIONS(87),
[anon_sym_short] = ACTIONS(87),
[anon_sym_int] = ACTIONS(87),
[anon_sym_long] = ACTIONS(87),
[anon_sym_char] = ACTIONS(87),
[anon_sym_float] = ACTIONS(89),
[anon_sym_double] = ACTIONS(89),
[sym_boolean_type] = ACTIONS(91),
[sym_void_type] = ACTIONS(91),
[sym_this] = ACTIONS(93),
[sym_super] = ACTIONS(95),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(90)] = {
[sym__literal] = STATE(593),
[sym_string_literal] = STATE(594),
[sym__string_literal] = STATE(550),
[sym__multiline_string_literal] = STATE(550),
[sym_expression] = STATE(856),
[sym_cast_expression] = STATE(709),
[sym_assignment_expression] = STATE(709),
[sym_binary_expression] = STATE(709),
[sym_instanceof_expression] = STATE(709),
[sym_lambda_expression] = STATE(709),
[sym_inferred_parameters] = STATE(1589),
[sym_ternary_expression] = STATE(709),
[sym_unary_expression] = STATE(709),
[sym__unary_complement_expression] = STATE(716),
[sym_update_expression] = STATE(709),
[sym_primary_expression] = STATE(562),
[sym_array_creation_expression] = STATE(593),
[sym_parenthesized_expression] = STATE(449),
[sym_class_literal] = STATE(593),
[sym_object_creation_expression] = STATE(593),
[sym__unqualified_object_creation_expression] = STATE(600),
[sym_field_access] = STATE(449),
[sym_template_expression] = STATE(593),
[sym_array_access] = STATE(449),
[sym_method_invocation] = STATE(593),
[sym_method_reference] = STATE(593),
[sym_switch_expression] = STATE(817),
[sym_statement] = STATE(344),
[sym_block] = STATE(381),
[sym_expression_statement] = STATE(381),
[sym_labeled_statement] = STATE(381),
[sym_assert_statement] = STATE(381),
[sym_do_statement] = STATE(381),
[sym_break_statement] = STATE(381),
[sym_continue_statement] = STATE(381),
[sym_return_statement] = STATE(381),
[sym_yield_statement] = STATE(381),
[sym_synchronized_statement] = STATE(381),
[sym_throw_statement] = STATE(381),
[sym_try_statement] = STATE(381),
[sym_try_with_resources_statement] = STATE(381),
[sym_if_statement] = STATE(381),
[sym_while_statement] = STATE(381),
[sym_for_statement] = STATE(381),
[sym_enhanced_for_statement] = STATE(381),
[sym__annotation] = STATE(619),
[sym_marker_annotation] = STATE(619),
[sym_annotation] = STATE(619),
[sym_declaration] = STATE(381),
[sym_module_declaration] = STATE(279),
[sym_package_declaration] = STATE(279),
[sym_import_declaration] = STATE(279),
[sym_enum_declaration] = STATE(279),
[sym_class_declaration] = STATE(279),
[sym_visibility] = STATE(516),
[sym__modifier] = STATE(516),
[sym_modifiers] = STATE(899),
[sym_record_declaration] = STATE(279),
[sym_annotation_type_declaration] = STATE(279),
[sym_interface_declaration] = STATE(279),
[sym__type] = STATE(1515),
[sym__unannotated_type] = STATE(851),
[sym_annotated_type] = STATE(944),
[sym_scoped_type_identifier] = STATE(947),
[sym_generic_type] = STATE(962),
[sym_array_type] = STATE(844),
[sym_integral_type] = STATE(844),
[sym_floating_point_type] = STATE(844),
[sym_formal_parameters] = STATE(1589),
[sym_local_variable_declaration] = STATE(381),
[sym__reserved_identifier] = STATE(473),
[aux_sym_array_creation_expression_repeat1] = STATE(810),
[aux_sym_modifiers_repeat1] = STATE(516),
[sym_identifier] = ACTIONS(549),
[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(21),
[anon_sym_DASH] = ACTIONS(21),
[anon_sym_TILDE] = ACTIONS(23),
[anon_sym_BANG] = 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(551),
[anon_sym_LBRACE] = ACTIONS(33),
[anon_sym_default] = ACTIONS(35),
[anon_sym_SEMI] = ACTIONS(37),
[anon_sym_assert] = ACTIONS(39),
[anon_sym_do] = ACTIONS(41),
[anon_sym_while] = ACTIONS(553),
[anon_sym_break] = ACTIONS(45),
[anon_sym_continue] = ACTIONS(47),
[anon_sym_return] = ACTIONS(49),
[anon_sym_yield] = ACTIONS(51),
[anon_sym_synchronized] = ACTIONS(53),
[anon_sym_throw] = ACTIONS(55),
[anon_sym_try] = ACTIONS(57),
[anon_sym_if] = ACTIONS(555),
[anon_sym_for] = ACTIONS(557),
[anon_sym_AT] = ACTIONS(63),
[anon_sym_open] = ACTIONS(65),
[anon_sym_module] = ACTIONS(67),
[anon_sym_static] = ACTIONS(35),
[anon_sym_with] = ACTIONS(69),
[anon_sym_package] = ACTIONS(71),
[anon_sym_import] = ACTIONS(73),
[anon_sym_enum] = ACTIONS(75),
[anon_sym_public] = ACTIONS(77),
[anon_sym_protected] = ACTIONS(77),
[anon_sym_private] = ACTIONS(77),
[anon_sym_abstract] = ACTIONS(35),
[anon_sym_final] = ACTIONS(35),
[anon_sym_strictfp] = ACTIONS(35),
[anon_sym_native] = ACTIONS(35),
[anon_sym_transient] = ACTIONS(35),
[anon_sym_volatile] = ACTIONS(35),
[anon_sym_sealed] = ACTIONS(240),
[anon_sym_non_DASHsealed] = ACTIONS(81),
[anon_sym_record] = ACTIONS(83),
[anon_sym_interface] = ACTIONS(85),
[anon_sym_byte] = ACTIONS(87),
[anon_sym_short] = ACTIONS(87),
[anon_sym_int] = ACTIONS(87),
[anon_sym_long] = ACTIONS(87),
[anon_sym_char] = ACTIONS(87),
[anon_sym_float] = ACTIONS(89),
[anon_sym_double] = ACTIONS(89),
[sym_boolean_type] = ACTIONS(91),
[sym_void_type] = ACTIONS(91),
[sym_this] = ACTIONS(93),
[sym_super] = ACTIONS(95),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(91)] = {
[sym__literal] = STATE(593),
[sym_string_literal] = STATE(594),
[sym__string_literal] = STATE(550),
[sym__multiline_string_literal] = STATE(550),
[sym_expression] = STATE(856),
[sym_cast_expression] = STATE(709),
[sym_assignment_expression] = STATE(709),
[sym_binary_expression] = STATE(709),
[sym_instanceof_expression] = STATE(709),
[sym_lambda_expression] = STATE(709),
[sym_inferred_parameters] = STATE(1589),
[sym_ternary_expression] = STATE(709),
[sym_unary_expression] = STATE(709),
[sym__unary_complement_expression] = STATE(716),
[sym_update_expression] = STATE(709),
[sym_primary_expression] = STATE(562),
[sym_array_creation_expression] = STATE(593),
[sym_parenthesized_expression] = STATE(449),
[sym_class_literal] = STATE(593),
[sym_object_creation_expression] = STATE(593),
[sym__unqualified_object_creation_expression] = STATE(600),
[sym_field_access] = STATE(449),
[sym_template_expression] = STATE(593),
[sym_array_access] = STATE(449),
[sym_method_invocation] = STATE(593),
[sym_method_reference] = STATE(593),
[sym_switch_expression] = STATE(817),
[sym_statement] = STATE(346),
[sym_block] = STATE(381),
[sym_expression_statement] = STATE(381),
[sym_labeled_statement] = STATE(381),
[sym_assert_statement] = STATE(381),
[sym_do_statement] = STATE(381),
[sym_break_statement] = STATE(381),
[sym_continue_statement] = STATE(381),
[sym_return_statement] = STATE(381),
[sym_yield_statement] = STATE(381),
[sym_synchronized_statement] = STATE(381),
[sym_throw_statement] = STATE(381),
[sym_try_statement] = STATE(381),
[sym_try_with_resources_statement] = STATE(381),
[sym_if_statement] = STATE(381),
[sym_while_statement] = STATE(381),
[sym_for_statement] = STATE(381),
[sym_enhanced_for_statement] = STATE(381),
[sym__annotation] = STATE(619),
[sym_marker_annotation] = STATE(619),
[sym_annotation] = STATE(619),
[sym_declaration] = STATE(381),
[sym_module_declaration] = STATE(279),
[sym_package_declaration] = STATE(279),
[sym_import_declaration] = STATE(279),
[sym_enum_declaration] = STATE(279),
[sym_class_declaration] = STATE(279),
[sym_visibility] = STATE(516),
[sym__modifier] = STATE(516),
[sym_modifiers] = STATE(899),
[sym_record_declaration] = STATE(279),
[sym_annotation_type_declaration] = STATE(279),
[sym_interface_declaration] = STATE(279),
[sym__type] = STATE(1515),
[sym__unannotated_type] = STATE(851),
[sym_annotated_type] = STATE(944),
[sym_scoped_type_identifier] = STATE(947),
[sym_generic_type] = STATE(962),
[sym_array_type] = STATE(844),
[sym_integral_type] = STATE(844),
[sym_floating_point_type] = STATE(844),
[sym_formal_parameters] = STATE(1589),
[sym_local_variable_declaration] = STATE(381),
[sym__reserved_identifier] = STATE(473),
[aux_sym_array_creation_expression_repeat1] = STATE(810),
[aux_sym_modifiers_repeat1] = STATE(516),
[sym_identifier] = ACTIONS(549),
[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(21),
[anon_sym_DASH] = ACTIONS(21),
[anon_sym_TILDE] = ACTIONS(23),
[anon_sym_BANG] = 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(551),
[anon_sym_LBRACE] = ACTIONS(33),
[anon_sym_default] = ACTIONS(35),
[anon_sym_SEMI] = ACTIONS(37),
[anon_sym_assert] = ACTIONS(39),
[anon_sym_do] = ACTIONS(41),
[anon_sym_while] = ACTIONS(553),
[anon_sym_break] = ACTIONS(45),
[anon_sym_continue] = ACTIONS(47),
[anon_sym_return] = ACTIONS(49),
[anon_sym_yield] = ACTIONS(51),
[anon_sym_synchronized] = ACTIONS(53),
[anon_sym_throw] = ACTIONS(55),
[anon_sym_try] = ACTIONS(57),
[anon_sym_if] = ACTIONS(555),
[anon_sym_for] = ACTIONS(557),
[anon_sym_AT] = ACTIONS(63),
[anon_sym_open] = ACTIONS(65),
[anon_sym_module] = ACTIONS(67),
[anon_sym_static] = ACTIONS(35),
[anon_sym_with] = ACTIONS(69),
[anon_sym_package] = ACTIONS(71),
[anon_sym_import] = ACTIONS(73),
[anon_sym_enum] = ACTIONS(75),
[anon_sym_public] = ACTIONS(77),
[anon_sym_protected] = ACTIONS(77),
[anon_sym_private] = ACTIONS(77),
[anon_sym_abstract] = ACTIONS(35),
[anon_sym_final] = ACTIONS(35),
[anon_sym_strictfp] = ACTIONS(35),
[anon_sym_native] = ACTIONS(35),
[anon_sym_transient] = ACTIONS(35),
[anon_sym_volatile] = ACTIONS(35),
[anon_sym_sealed] = ACTIONS(240),
[anon_sym_non_DASHsealed] = ACTIONS(81),
[anon_sym_record] = ACTIONS(83),
[anon_sym_interface] = ACTIONS(85),
[anon_sym_byte] = ACTIONS(87),
[anon_sym_short] = ACTIONS(87),
[anon_sym_int] = ACTIONS(87),
[anon_sym_long] = ACTIONS(87),
[anon_sym_char] = ACTIONS(87),
[anon_sym_float] = ACTIONS(89),
[anon_sym_double] = ACTIONS(89),
[sym_boolean_type] = ACTIONS(91),
[sym_void_type] = ACTIONS(91),
[sym_this] = ACTIONS(93),
[sym_super] = ACTIONS(95),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(92)] = {
[sym__literal] = STATE(593),
[sym_string_literal] = STATE(594),
[sym__string_literal] = STATE(550),
[sym__multiline_string_literal] = STATE(550),
[sym_expression] = STATE(856),
[sym_cast_expression] = STATE(709),
[sym_assignment_expression] = STATE(709),
[sym_binary_expression] = STATE(709),
[sym_instanceof_expression] = STATE(709),
[sym_lambda_expression] = STATE(709),
[sym_inferred_parameters] = STATE(1589),
[sym_ternary_expression] = STATE(709),
[sym_unary_expression] = STATE(709),
[sym__unary_complement_expression] = STATE(716),
[sym_update_expression] = STATE(709),
[sym_primary_expression] = STATE(562),
[sym_array_creation_expression] = STATE(593),
[sym_parenthesized_expression] = STATE(449),
[sym_class_literal] = STATE(593),
[sym_object_creation_expression] = STATE(593),
[sym__unqualified_object_creation_expression] = STATE(600),
[sym_field_access] = STATE(449),
[sym_template_expression] = STATE(593),
[sym_array_access] = STATE(449),
[sym_method_invocation] = STATE(593),
[sym_method_reference] = STATE(593),
[sym_switch_expression] = STATE(817),
[sym_statement] = STATE(348),
[sym_block] = STATE(381),
[sym_expression_statement] = STATE(381),
[sym_labeled_statement] = STATE(381),
[sym_assert_statement] = STATE(381),
[sym_do_statement] = STATE(381),
[sym_break_statement] = STATE(381),
[sym_continue_statement] = STATE(381),
[sym_return_statement] = STATE(381),
[sym_yield_statement] = STATE(381),
[sym_synchronized_statement] = STATE(381),
[sym_throw_statement] = STATE(381),
[sym_try_statement] = STATE(381),
[sym_try_with_resources_statement] = STATE(381),
[sym_if_statement] = STATE(381),
[sym_while_statement] = STATE(381),
[sym_for_statement] = STATE(381),
[sym_enhanced_for_statement] = STATE(381),
[sym__annotation] = STATE(619),
[sym_marker_annotation] = STATE(619),
[sym_annotation] = STATE(619),
[sym_declaration] = STATE(381),
[sym_module_declaration] = STATE(279),
[sym_package_declaration] = STATE(279),
[sym_import_declaration] = STATE(279),
[sym_enum_declaration] = STATE(279),
[sym_class_declaration] = STATE(279),
[sym_visibility] = STATE(516),
[sym__modifier] = STATE(516),
[sym_modifiers] = STATE(899),
[sym_record_declaration] = STATE(279),
[sym_annotation_type_declaration] = STATE(279),
[sym_interface_declaration] = STATE(279),
[sym__type] = STATE(1515),
[sym__unannotated_type] = STATE(851),
[sym_annotated_type] = STATE(944),
[sym_scoped_type_identifier] = STATE(947),
[sym_generic_type] = STATE(962),
[sym_array_type] = STATE(844),
[sym_integral_type] = STATE(844),
[sym_floating_point_type] = STATE(844),
[sym_formal_parameters] = STATE(1589),
[sym_local_variable_declaration] = STATE(381),
[sym__reserved_identifier] = STATE(473),
[aux_sym_array_creation_expression_repeat1] = STATE(810),
[aux_sym_modifiers_repeat1] = STATE(516),
[sym_identifier] = ACTIONS(549),
[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(21),
[anon_sym_DASH] = ACTIONS(21),
[anon_sym_TILDE] = ACTIONS(23),
[anon_sym_BANG] = 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(551),
[anon_sym_LBRACE] = ACTIONS(33),
[anon_sym_default] = ACTIONS(35),
[anon_sym_SEMI] = ACTIONS(37),
[anon_sym_assert] = ACTIONS(39),
[anon_sym_do] = ACTIONS(41),
[anon_sym_while] = ACTIONS(553),
[anon_sym_break] = ACTIONS(45),
[anon_sym_continue] = ACTIONS(47),
[anon_sym_return] = ACTIONS(49),
[anon_sym_yield] = ACTIONS(51),
[anon_sym_synchronized] = ACTIONS(53),
[anon_sym_throw] = ACTIONS(55),
[anon_sym_try] = ACTIONS(57),
[anon_sym_if] = ACTIONS(555),
[anon_sym_for] = ACTIONS(557),
[anon_sym_AT] = ACTIONS(63),
[anon_sym_open] = ACTIONS(65),
[anon_sym_module] = ACTIONS(67),
[anon_sym_static] = ACTIONS(35),
[anon_sym_with] = ACTIONS(69),
[anon_sym_package] = ACTIONS(71),
[anon_sym_import] = ACTIONS(73),
[anon_sym_enum] = ACTIONS(75),
[anon_sym_public] = ACTIONS(77),
[anon_sym_protected] = ACTIONS(77),
[anon_sym_private] = ACTIONS(77),
[anon_sym_abstract] = ACTIONS(35),
[anon_sym_final] = ACTIONS(35),
[anon_sym_strictfp] = ACTIONS(35),
[anon_sym_native] = ACTIONS(35),
[anon_sym_transient] = ACTIONS(35),
[anon_sym_volatile] = ACTIONS(35),
[anon_sym_sealed] = ACTIONS(240),
[anon_sym_non_DASHsealed] = ACTIONS(81),
[anon_sym_record] = ACTIONS(83),
[anon_sym_interface] = ACTIONS(85),
[anon_sym_byte] = ACTIONS(87),
[anon_sym_short] = ACTIONS(87),
[anon_sym_int] = ACTIONS(87),
[anon_sym_long] = ACTIONS(87),
[anon_sym_char] = ACTIONS(87),
[anon_sym_float] = ACTIONS(89),
[anon_sym_double] = ACTIONS(89),
[sym_boolean_type] = ACTIONS(91),
[sym_void_type] = ACTIONS(91),
[sym_this] = ACTIONS(93),
[sym_super] = ACTIONS(95),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(93)] = {
[sym__literal] = STATE(593),
[sym_string_literal] = STATE(594),
[sym__string_literal] = STATE(550),
[sym__multiline_string_literal] = STATE(550),
[sym_expression] = STATE(856),
[sym_cast_expression] = STATE(709),
[sym_assignment_expression] = STATE(709),
[sym_binary_expression] = STATE(709),
[sym_instanceof_expression] = STATE(709),
[sym_lambda_expression] = STATE(709),
[sym_inferred_parameters] = STATE(1589),
[sym_ternary_expression] = STATE(709),
[sym_unary_expression] = STATE(709),
[sym__unary_complement_expression] = STATE(716),
[sym_update_expression] = STATE(709),
[sym_primary_expression] = STATE(562),
[sym_array_creation_expression] = STATE(593),
[sym_parenthesized_expression] = STATE(449),
[sym_class_literal] = STATE(593),
[sym_object_creation_expression] = STATE(593),
[sym__unqualified_object_creation_expression] = STATE(600),
[sym_field_access] = STATE(449),
[sym_template_expression] = STATE(593),
[sym_array_access] = STATE(449),
[sym_method_invocation] = STATE(593),
[sym_method_reference] = STATE(593),
[sym_switch_expression] = STATE(124),
[sym_statement] = STATE(307),
[sym_block] = STATE(381),
[sym_expression_statement] = STATE(381),
[sym_labeled_statement] = STATE(381),
[sym_assert_statement] = STATE(381),
[sym_do_statement] = STATE(381),
[sym_break_statement] = STATE(381),
[sym_continue_statement] = STATE(381),
[sym_return_statement] = STATE(381),
[sym_yield_statement] = STATE(381),
[sym_synchronized_statement] = STATE(381),
[sym_throw_statement] = STATE(381),
[sym_try_statement] = STATE(381),
[sym_try_with_resources_statement] = STATE(381),
[sym_if_statement] = STATE(381),
[sym_while_statement] = STATE(381),
[sym_for_statement] = STATE(381),
[sym_enhanced_for_statement] = STATE(381),
[sym__annotation] = STATE(619),
[sym_marker_annotation] = STATE(619),
[sym_annotation] = STATE(619),
[sym_declaration] = STATE(381),
[sym_module_declaration] = STATE(279),
[sym_package_declaration] = STATE(279),
[sym_import_declaration] = STATE(279),
[sym_enum_declaration] = STATE(279),
[sym_class_declaration] = STATE(279),
[sym_visibility] = STATE(516),
[sym__modifier] = STATE(516),
[sym_modifiers] = STATE(899),
[sym_record_declaration] = STATE(279),
[sym_annotation_type_declaration] = STATE(279),
[sym_interface_declaration] = STATE(279),
[sym__type] = STATE(1515),
[sym__unannotated_type] = STATE(851),
[sym_annotated_type] = STATE(944),
[sym_scoped_type_identifier] = STATE(947),
[sym_generic_type] = STATE(962),
[sym_array_type] = STATE(844),
[sym_integral_type] = STATE(844),
[sym_floating_point_type] = STATE(844),
[sym_formal_parameters] = STATE(1589),
[sym_local_variable_declaration] = STATE(381),
[sym__reserved_identifier] = STATE(466),
[aux_sym_array_creation_expression_repeat1] = STATE(810),
[aux_sym_modifiers_repeat1] = STATE(516),
[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(21),
[anon_sym_DASH] = ACTIONS(21),
[anon_sym_TILDE] = ACTIONS(23),
[anon_sym_BANG] = 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(35),
[anon_sym_SEMI] = ACTIONS(37),
[anon_sym_assert] = ACTIONS(39),
[anon_sym_do] = ACTIONS(41),
[anon_sym_while] = ACTIONS(43),
[anon_sym_break] = ACTIONS(45),
[anon_sym_continue] = ACTIONS(47),
[anon_sym_return] = ACTIONS(49),
[anon_sym_yield] = ACTIONS(51),
[anon_sym_synchronized] = ACTIONS(53),
[anon_sym_throw] = ACTIONS(55),
[anon_sym_try] = ACTIONS(57),
[anon_sym_if] = ACTIONS(59),
[anon_sym_for] = ACTIONS(61),
[anon_sym_AT] = ACTIONS(63),
[anon_sym_open] = ACTIONS(65),
[anon_sym_module] = ACTIONS(67),
[anon_sym_static] = ACTIONS(35),
[anon_sym_with] = ACTIONS(69),
[anon_sym_package] = ACTIONS(71),
[anon_sym_import] = ACTIONS(73),
[anon_sym_enum] = ACTIONS(75),
[anon_sym_public] = ACTIONS(77),
[anon_sym_protected] = ACTIONS(77),
[anon_sym_private] = ACTIONS(77),
[anon_sym_abstract] = ACTIONS(35),
[anon_sym_final] = ACTIONS(35),
[anon_sym_strictfp] = ACTIONS(35),
[anon_sym_native] = ACTIONS(35),
[anon_sym_transient] = ACTIONS(35),
[anon_sym_volatile] = ACTIONS(35),
[anon_sym_sealed] = ACTIONS(240),
[anon_sym_non_DASHsealed] = ACTIONS(81),
[anon_sym_record] = ACTIONS(83),
[anon_sym_interface] = ACTIONS(85),
[anon_sym_byte] = ACTIONS(87),
[anon_sym_short] = ACTIONS(87),
[anon_sym_int] = ACTIONS(87),
[anon_sym_long] = ACTIONS(87),
[anon_sym_char] = ACTIONS(87),
[anon_sym_float] = ACTIONS(89),
[anon_sym_double] = ACTIONS(89),
[sym_boolean_type] = ACTIONS(91),
[sym_void_type] = ACTIONS(91),
[sym_this] = ACTIONS(93),
[sym_super] = ACTIONS(95),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(94)] = {
[sym__literal] = STATE(593),
[sym_string_literal] = STATE(594),
[sym__string_literal] = STATE(550),
[sym__multiline_string_literal] = STATE(550),
[sym_expression] = STATE(856),
[sym_cast_expression] = STATE(709),
[sym_assignment_expression] = STATE(709),
[sym_binary_expression] = STATE(709),
[sym_instanceof_expression] = STATE(709),
[sym_lambda_expression] = STATE(709),
[sym_inferred_parameters] = STATE(1589),
[sym_ternary_expression] = STATE(709),
[sym_unary_expression] = STATE(709),
[sym__unary_complement_expression] = STATE(716),
[sym_update_expression] = STATE(709),
[sym_primary_expression] = STATE(562),
[sym_array_creation_expression] = STATE(593),
[sym_parenthesized_expression] = STATE(449),
[sym_class_literal] = STATE(593),
[sym_object_creation_expression] = STATE(593),
[sym__unqualified_object_creation_expression] = STATE(600),
[sym_field_access] = STATE(449),
[sym_template_expression] = STATE(593),
[sym_array_access] = STATE(449),
[sym_method_invocation] = STATE(593),
[sym_method_reference] = STATE(593),
[sym_switch_expression] = STATE(817),
[sym_statement] = STATE(353),
[sym_block] = STATE(381),
[sym_expression_statement] = STATE(381),
[sym_labeled_statement] = STATE(381),
[sym_assert_statement] = STATE(381),
[sym_do_statement] = STATE(381),
[sym_break_statement] = STATE(381),
[sym_continue_statement] = STATE(381),
[sym_return_statement] = STATE(381),
[sym_yield_statement] = STATE(381),
[sym_synchronized_statement] = STATE(381),
[sym_throw_statement] = STATE(381),
[sym_try_statement] = STATE(381),
[sym_try_with_resources_statement] = STATE(381),
[sym_if_statement] = STATE(381),
[sym_while_statement] = STATE(381),
[sym_for_statement] = STATE(381),
[sym_enhanced_for_statement] = STATE(381),
[sym__annotation] = STATE(619),
[sym_marker_annotation] = STATE(619),
[sym_annotation] = STATE(619),
[sym_declaration] = STATE(381),
[sym_module_declaration] = STATE(279),
[sym_package_declaration] = STATE(279),
[sym_import_declaration] = STATE(279),
[sym_enum_declaration] = STATE(279),
[sym_class_declaration] = STATE(279),
[sym_visibility] = STATE(516),
[sym__modifier] = STATE(516),
[sym_modifiers] = STATE(899),
[sym_record_declaration] = STATE(279),
[sym_annotation_type_declaration] = STATE(279),
[sym_interface_declaration] = STATE(279),
[sym__type] = STATE(1515),
[sym__unannotated_type] = STATE(851),
[sym_annotated_type] = STATE(944),
[sym_scoped_type_identifier] = STATE(947),
[sym_generic_type] = STATE(962),
[sym_array_type] = STATE(844),
[sym_integral_type] = STATE(844),
[sym_floating_point_type] = STATE(844),
[sym_formal_parameters] = STATE(1589),
[sym_local_variable_declaration] = STATE(381),
[sym__reserved_identifier] = STATE(473),
[aux_sym_array_creation_expression_repeat1] = STATE(810),
[aux_sym_modifiers_repeat1] = STATE(516),
[sym_identifier] = ACTIONS(549),
[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(21),
[anon_sym_DASH] = ACTIONS(21),
[anon_sym_TILDE] = ACTIONS(23),
[anon_sym_BANG] = 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(551),
[anon_sym_LBRACE] = ACTIONS(33),
[anon_sym_default] = ACTIONS(35),
[anon_sym_SEMI] = ACTIONS(37),
[anon_sym_assert] = ACTIONS(39),
[anon_sym_do] = ACTIONS(41),
[anon_sym_while] = ACTIONS(553),
[anon_sym_break] = ACTIONS(45),
[anon_sym_continue] = ACTIONS(47),
[anon_sym_return] = ACTIONS(49),
[anon_sym_yield] = ACTIONS(51),
[anon_sym_synchronized] = ACTIONS(53),
[anon_sym_throw] = ACTIONS(55),
[anon_sym_try] = ACTIONS(57),
[anon_sym_if] = ACTIONS(555),
[anon_sym_for] = ACTIONS(557),
[anon_sym_AT] = ACTIONS(63),
[anon_sym_open] = ACTIONS(65),
[anon_sym_module] = ACTIONS(67),
[anon_sym_static] = ACTIONS(35),
[anon_sym_with] = ACTIONS(69),
[anon_sym_package] = ACTIONS(71),
[anon_sym_import] = ACTIONS(73),
[anon_sym_enum] = ACTIONS(75),
[anon_sym_public] = ACTIONS(77),
[anon_sym_protected] = ACTIONS(77),
[anon_sym_private] = ACTIONS(77),
[anon_sym_abstract] = ACTIONS(35),
[anon_sym_final] = ACTIONS(35),
[anon_sym_strictfp] = ACTIONS(35),
[anon_sym_native] = ACTIONS(35),
[anon_sym_transient] = ACTIONS(35),
[anon_sym_volatile] = ACTIONS(35),
[anon_sym_sealed] = ACTIONS(240),
[anon_sym_non_DASHsealed] = ACTIONS(81),
[anon_sym_record] = ACTIONS(83),
[anon_sym_interface] = ACTIONS(85),
[anon_sym_byte] = ACTIONS(87),
[anon_sym_short] = ACTIONS(87),
[anon_sym_int] = ACTIONS(87),
[anon_sym_long] = ACTIONS(87),
[anon_sym_char] = ACTIONS(87),
[anon_sym_float] = ACTIONS(89),
[anon_sym_double] = ACTIONS(89),
[sym_boolean_type] = ACTIONS(91),
[sym_void_type] = ACTIONS(91),
[sym_this] = ACTIONS(93),
[sym_super] = ACTIONS(95),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(95)] = {
[sym__literal] = STATE(593),
[sym_string_literal] = STATE(594),
[sym__string_literal] = STATE(550),
[sym__multiline_string_literal] = STATE(550),
[sym_expression] = STATE(856),
[sym_cast_expression] = STATE(709),
[sym_assignment_expression] = STATE(709),
[sym_binary_expression] = STATE(709),
[sym_instanceof_expression] = STATE(709),
[sym_lambda_expression] = STATE(709),
[sym_inferred_parameters] = STATE(1589),
[sym_ternary_expression] = STATE(709),
[sym_unary_expression] = STATE(709),
[sym__unary_complement_expression] = STATE(716),
[sym_update_expression] = STATE(709),
[sym_primary_expression] = STATE(562),
[sym_array_creation_expression] = STATE(593),
[sym_parenthesized_expression] = STATE(449),
[sym_class_literal] = STATE(593),
[sym_object_creation_expression] = STATE(593),
[sym__unqualified_object_creation_expression] = STATE(600),
[sym_field_access] = STATE(449),
[sym_template_expression] = STATE(593),
[sym_array_access] = STATE(449),
[sym_method_invocation] = STATE(593),
[sym_method_reference] = STATE(593),
[sym_switch_expression] = STATE(817),
[sym_statement] = STATE(354),
[sym_block] = STATE(381),
[sym_expression_statement] = STATE(381),
[sym_labeled_statement] = STATE(381),
[sym_assert_statement] = STATE(381),
[sym_do_statement] = STATE(381),
[sym_break_statement] = STATE(381),
[sym_continue_statement] = STATE(381),
[sym_return_statement] = STATE(381),
[sym_yield_statement] = STATE(381),
[sym_synchronized_statement] = STATE(381),
[sym_throw_statement] = STATE(381),
[sym_try_statement] = STATE(381),
[sym_try_with_resources_statement] = STATE(381),
[sym_if_statement] = STATE(381),
[sym_while_statement] = STATE(381),
[sym_for_statement] = STATE(381),
[sym_enhanced_for_statement] = STATE(381),
[sym__annotation] = STATE(619),
[sym_marker_annotation] = STATE(619),
[sym_annotation] = STATE(619),
[sym_declaration] = STATE(381),
[sym_module_declaration] = STATE(279),
[sym_package_declaration] = STATE(279),
[sym_import_declaration] = STATE(279),
[sym_enum_declaration] = STATE(279),
[sym_class_declaration] = STATE(279),
[sym_visibility] = STATE(516),
[sym__modifier] = STATE(516),
[sym_modifiers] = STATE(899),
[sym_record_declaration] = STATE(279),
[sym_annotation_type_declaration] = STATE(279),
[sym_interface_declaration] = STATE(279),
[sym__type] = STATE(1515),
[sym__unannotated_type] = STATE(851),
[sym_annotated_type] = STATE(944),
[sym_scoped_type_identifier] = STATE(947),
[sym_generic_type] = STATE(962),
[sym_array_type] = STATE(844),
[sym_integral_type] = STATE(844),
[sym_floating_point_type] = STATE(844),
[sym_formal_parameters] = STATE(1589),
[sym_local_variable_declaration] = STATE(381),
[sym__reserved_identifier] = STATE(473),
[aux_sym_array_creation_expression_repeat1] = STATE(810),
[aux_sym_modifiers_repeat1] = STATE(516),
[sym_identifier] = ACTIONS(549),
[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(21),
[anon_sym_DASH] = ACTIONS(21),
[anon_sym_TILDE] = ACTIONS(23),
[anon_sym_BANG] = 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(551),
[anon_sym_LBRACE] = ACTIONS(33),
[anon_sym_default] = ACTIONS(35),
[anon_sym_SEMI] = ACTIONS(37),
[anon_sym_assert] = ACTIONS(39),
[anon_sym_do] = ACTIONS(41),
[anon_sym_while] = ACTIONS(553),
[anon_sym_break] = ACTIONS(45),
[anon_sym_continue] = ACTIONS(47),
[anon_sym_return] = ACTIONS(49),
[anon_sym_yield] = ACTIONS(51),
[anon_sym_synchronized] = ACTIONS(53),
[anon_sym_throw] = ACTIONS(55),
[anon_sym_try] = ACTIONS(57),
[anon_sym_if] = ACTIONS(555),
[anon_sym_for] = ACTIONS(557),
[anon_sym_AT] = ACTIONS(63),
[anon_sym_open] = ACTIONS(65),
[anon_sym_module] = ACTIONS(67),
[anon_sym_static] = ACTIONS(35),
[anon_sym_with] = ACTIONS(69),
[anon_sym_package] = ACTIONS(71),
[anon_sym_import] = ACTIONS(73),
[anon_sym_enum] = ACTIONS(75),
[anon_sym_public] = ACTIONS(77),
[anon_sym_protected] = ACTIONS(77),
[anon_sym_private] = ACTIONS(77),
[anon_sym_abstract] = ACTIONS(35),
[anon_sym_final] = ACTIONS(35),
[anon_sym_strictfp] = ACTIONS(35),
[anon_sym_native] = ACTIONS(35),
[anon_sym_transient] = ACTIONS(35),
[anon_sym_volatile] = ACTIONS(35),
[anon_sym_sealed] = ACTIONS(240),
[anon_sym_non_DASHsealed] = ACTIONS(81),
[anon_sym_record] = ACTIONS(83),
[anon_sym_interface] = ACTIONS(85),
[anon_sym_byte] = ACTIONS(87),
[anon_sym_short] = ACTIONS(87),
[anon_sym_int] = ACTIONS(87),
[anon_sym_long] = ACTIONS(87),
[anon_sym_char] = ACTIONS(87),
[anon_sym_float] = ACTIONS(89),
[anon_sym_double] = ACTIONS(89),
[sym_boolean_type] = ACTIONS(91),
[sym_void_type] = ACTIONS(91),
[sym_this] = ACTIONS(93),
[sym_super] = ACTIONS(95),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(96)] = {
[sym__literal] = STATE(593),
[sym_string_literal] = STATE(594),
[sym__string_literal] = STATE(550),
[sym__multiline_string_literal] = STATE(550),
[sym_expression] = STATE(856),
[sym_cast_expression] = STATE(709),
[sym_assignment_expression] = STATE(709),
[sym_binary_expression] = STATE(709),
[sym_instanceof_expression] = STATE(709),
[sym_lambda_expression] = STATE(709),
[sym_inferred_parameters] = STATE(1589),
[sym_ternary_expression] = STATE(709),
[sym_unary_expression] = STATE(709),
[sym__unary_complement_expression] = STATE(716),
[sym_update_expression] = STATE(709),
[sym_primary_expression] = STATE(562),
[sym_array_creation_expression] = STATE(593),
[sym_parenthesized_expression] = STATE(449),
[sym_class_literal] = STATE(593),
[sym_object_creation_expression] = STATE(593),
[sym__unqualified_object_creation_expression] = STATE(600),
[sym_field_access] = STATE(449),
[sym_template_expression] = STATE(593),
[sym_array_access] = STATE(449),
[sym_method_invocation] = STATE(593),
[sym_method_reference] = STATE(593),
[sym_switch_expression] = STATE(817),
[sym_statement] = STATE(357),
[sym_block] = STATE(381),
[sym_expression_statement] = STATE(381),
[sym_labeled_statement] = STATE(381),
[sym_assert_statement] = STATE(381),
[sym_do_statement] = STATE(381),
[sym_break_statement] = STATE(381),
[sym_continue_statement] = STATE(381),
[sym_return_statement] = STATE(381),
[sym_yield_statement] = STATE(381),
[sym_synchronized_statement] = STATE(381),
[sym_throw_statement] = STATE(381),
[sym_try_statement] = STATE(381),
[sym_try_with_resources_statement] = STATE(381),
[sym_if_statement] = STATE(381),
[sym_while_statement] = STATE(381),
[sym_for_statement] = STATE(381),
[sym_enhanced_for_statement] = STATE(381),
[sym__annotation] = STATE(619),
[sym_marker_annotation] = STATE(619),
[sym_annotation] = STATE(619),
[sym_declaration] = STATE(381),
[sym_module_declaration] = STATE(279),
[sym_package_declaration] = STATE(279),
[sym_import_declaration] = STATE(279),
[sym_enum_declaration] = STATE(279),
[sym_class_declaration] = STATE(279),
[sym_visibility] = STATE(516),
[sym__modifier] = STATE(516),
[sym_modifiers] = STATE(899),
[sym_record_declaration] = STATE(279),
[sym_annotation_type_declaration] = STATE(279),
[sym_interface_declaration] = STATE(279),
[sym__type] = STATE(1515),
[sym__unannotated_type] = STATE(851),
[sym_annotated_type] = STATE(944),
[sym_scoped_type_identifier] = STATE(947),
[sym_generic_type] = STATE(962),
[sym_array_type] = STATE(844),
[sym_integral_type] = STATE(844),
[sym_floating_point_type] = STATE(844),
[sym_formal_parameters] = STATE(1589),
[sym_local_variable_declaration] = STATE(381),
[sym__reserved_identifier] = STATE(473),
[aux_sym_array_creation_expression_repeat1] = STATE(810),
[aux_sym_modifiers_repeat1] = STATE(516),
[sym_identifier] = ACTIONS(549),
[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(21),
[anon_sym_DASH] = ACTIONS(21),
[anon_sym_TILDE] = ACTIONS(23),
[anon_sym_BANG] = 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(551),
[anon_sym_LBRACE] = ACTIONS(33),
[anon_sym_default] = ACTIONS(35),
[anon_sym_SEMI] = ACTIONS(37),
[anon_sym_assert] = ACTIONS(39),
[anon_sym_do] = ACTIONS(41),
[anon_sym_while] = ACTIONS(553),
[anon_sym_break] = ACTIONS(45),
[anon_sym_continue] = ACTIONS(47),
[anon_sym_return] = ACTIONS(49),
[anon_sym_yield] = ACTIONS(51),
[anon_sym_synchronized] = ACTIONS(53),
[anon_sym_throw] = ACTIONS(55),
[anon_sym_try] = ACTIONS(57),
[anon_sym_if] = ACTIONS(555),
[anon_sym_for] = ACTIONS(557),
[anon_sym_AT] = ACTIONS(63),
[anon_sym_open] = ACTIONS(65),
[anon_sym_module] = ACTIONS(67),
[anon_sym_static] = ACTIONS(35),
[anon_sym_with] = ACTIONS(69),
[anon_sym_package] = ACTIONS(71),
[anon_sym_import] = ACTIONS(73),
[anon_sym_enum] = ACTIONS(75),
[anon_sym_public] = ACTIONS(77),
[anon_sym_protected] = ACTIONS(77),
[anon_sym_private] = ACTIONS(77),
[anon_sym_abstract] = ACTIONS(35),
[anon_sym_final] = ACTIONS(35),
[anon_sym_strictfp] = ACTIONS(35),
[anon_sym_native] = ACTIONS(35),
[anon_sym_transient] = ACTIONS(35),
[anon_sym_volatile] = ACTIONS(35),
[anon_sym_sealed] = ACTIONS(240),
[anon_sym_non_DASHsealed] = ACTIONS(81),
[anon_sym_record] = ACTIONS(83),
[anon_sym_interface] = ACTIONS(85),
[anon_sym_byte] = ACTIONS(87),
[anon_sym_short] = ACTIONS(87),
[anon_sym_int] = ACTIONS(87),
[anon_sym_long] = ACTIONS(87),
[anon_sym_char] = ACTIONS(87),
[anon_sym_float] = ACTIONS(89),
[anon_sym_double] = ACTIONS(89),
[sym_boolean_type] = ACTIONS(91),
[sym_void_type] = ACTIONS(91),
[sym_this] = ACTIONS(93),
[sym_super] = ACTIONS(95),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(97)] = {
[sym__literal] = STATE(593),
[sym_string_literal] = STATE(594),
[sym__string_literal] = STATE(550),
[sym__multiline_string_literal] = STATE(550),
[sym_expression] = STATE(856),
[sym_cast_expression] = STATE(709),
[sym_assignment_expression] = STATE(709),
[sym_binary_expression] = STATE(709),
[sym_instanceof_expression] = STATE(709),
[sym_lambda_expression] = STATE(709),
[sym_inferred_parameters] = STATE(1589),
[sym_ternary_expression] = STATE(709),
[sym_unary_expression] = STATE(709),
[sym__unary_complement_expression] = STATE(716),
[sym_update_expression] = STATE(709),
[sym_primary_expression] = STATE(562),
[sym_array_creation_expression] = STATE(593),
[sym_parenthesized_expression] = STATE(449),
[sym_class_literal] = STATE(593),
[sym_object_creation_expression] = STATE(593),
[sym__unqualified_object_creation_expression] = STATE(600),
[sym_field_access] = STATE(449),
[sym_template_expression] = STATE(593),
[sym_array_access] = STATE(449),
[sym_method_invocation] = STATE(593),
[sym_method_reference] = STATE(593),
[sym_switch_expression] = STATE(817),
[sym_statement] = STATE(358),
[sym_block] = STATE(381),
[sym_expression_statement] = STATE(381),
[sym_labeled_statement] = STATE(381),
[sym_assert_statement] = STATE(381),
[sym_do_statement] = STATE(381),
[sym_break_statement] = STATE(381),
[sym_continue_statement] = STATE(381),
[sym_return_statement] = STATE(381),
[sym_yield_statement] = STATE(381),
[sym_synchronized_statement] = STATE(381),
[sym_throw_statement] = STATE(381),
[sym_try_statement] = STATE(381),
[sym_try_with_resources_statement] = STATE(381),
[sym_if_statement] = STATE(381),
[sym_while_statement] = STATE(381),
[sym_for_statement] = STATE(381),
[sym_enhanced_for_statement] = STATE(381),
[sym__annotation] = STATE(619),
[sym_marker_annotation] = STATE(619),
[sym_annotation] = STATE(619),
[sym_declaration] = STATE(381),
[sym_module_declaration] = STATE(279),
[sym_package_declaration] = STATE(279),
[sym_import_declaration] = STATE(279),
[sym_enum_declaration] = STATE(279),
[sym_class_declaration] = STATE(279),
[sym_visibility] = STATE(516),
[sym__modifier] = STATE(516),
[sym_modifiers] = STATE(899),
[sym_record_declaration] = STATE(279),
[sym_annotation_type_declaration] = STATE(279),
[sym_interface_declaration] = STATE(279),
[sym__type] = STATE(1515),
[sym__unannotated_type] = STATE(851),
[sym_annotated_type] = STATE(944),
[sym_scoped_type_identifier] = STATE(947),
[sym_generic_type] = STATE(962),
[sym_array_type] = STATE(844),
[sym_integral_type] = STATE(844),
[sym_floating_point_type] = STATE(844),
[sym_formal_parameters] = STATE(1589),
[sym_local_variable_declaration] = STATE(381),
[sym__reserved_identifier] = STATE(473),
[aux_sym_array_creation_expression_repeat1] = STATE(810),
[aux_sym_modifiers_repeat1] = STATE(516),
[sym_identifier] = ACTIONS(549),
[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(21),
[anon_sym_DASH] = ACTIONS(21),
[anon_sym_TILDE] = ACTIONS(23),
[anon_sym_BANG] = 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(551),
[anon_sym_LBRACE] = ACTIONS(33),
[anon_sym_default] = ACTIONS(35),
[anon_sym_SEMI] = ACTIONS(37),
[anon_sym_assert] = ACTIONS(39),
[anon_sym_do] = ACTIONS(41),
[anon_sym_while] = ACTIONS(553),
[anon_sym_break] = ACTIONS(45),
[anon_sym_continue] = ACTIONS(47),
[anon_sym_return] = ACTIONS(49),
[anon_sym_yield] = ACTIONS(51),
[anon_sym_synchronized] = ACTIONS(53),
[anon_sym_throw] = ACTIONS(55),
[anon_sym_try] = ACTIONS(57),
[anon_sym_if] = ACTIONS(555),
[anon_sym_for] = ACTIONS(557),
[anon_sym_AT] = ACTIONS(63),
[anon_sym_open] = ACTIONS(65),
[anon_sym_module] = ACTIONS(67),
[anon_sym_static] = ACTIONS(35),
[anon_sym_with] = ACTIONS(69),
[anon_sym_package] = ACTIONS(71),
[anon_sym_import] = ACTIONS(73),
[anon_sym_enum] = ACTIONS(75),
[anon_sym_public] = ACTIONS(77),
[anon_sym_protected] = ACTIONS(77),
[anon_sym_private] = ACTIONS(77),
[anon_sym_abstract] = ACTIONS(35),
[anon_sym_final] = ACTIONS(35),
[anon_sym_strictfp] = ACTIONS(35),
[anon_sym_native] = ACTIONS(35),
[anon_sym_transient] = ACTIONS(35),
[anon_sym_volatile] = ACTIONS(35),
[anon_sym_sealed] = ACTIONS(240),
[anon_sym_non_DASHsealed] = ACTIONS(81),
[anon_sym_record] = ACTIONS(83),
[anon_sym_interface] = ACTIONS(85),
[anon_sym_byte] = ACTIONS(87),
[anon_sym_short] = ACTIONS(87),
[anon_sym_int] = ACTIONS(87),
[anon_sym_long] = ACTIONS(87),
[anon_sym_char] = ACTIONS(87),
[anon_sym_float] = ACTIONS(89),
[anon_sym_double] = ACTIONS(89),
[sym_boolean_type] = ACTIONS(91),
[sym_void_type] = ACTIONS(91),
[sym_this] = ACTIONS(93),
[sym_super] = ACTIONS(95),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(98)] = {
[sym__literal] = STATE(593),
[sym_string_literal] = STATE(594),
[sym__string_literal] = STATE(550),
[sym__multiline_string_literal] = STATE(550),
[sym_expression] = STATE(856),
[sym_cast_expression] = STATE(709),
[sym_assignment_expression] = STATE(709),
[sym_binary_expression] = STATE(709),
[sym_instanceof_expression] = STATE(709),
[sym_lambda_expression] = STATE(709),
[sym_inferred_parameters] = STATE(1589),
[sym_ternary_expression] = STATE(709),
[sym_unary_expression] = STATE(709),
[sym__unary_complement_expression] = STATE(716),
[sym_update_expression] = STATE(709),
[sym_primary_expression] = STATE(562),
[sym_array_creation_expression] = STATE(593),
[sym_parenthesized_expression] = STATE(449),
[sym_class_literal] = STATE(593),
[sym_object_creation_expression] = STATE(593),
[sym__unqualified_object_creation_expression] = STATE(600),
[sym_field_access] = STATE(449),
[sym_template_expression] = STATE(593),
[sym_array_access] = STATE(449),
[sym_method_invocation] = STATE(593),
[sym_method_reference] = STATE(593),
[sym_switch_expression] = STATE(817),
[sym_statement] = STATE(359),
[sym_block] = STATE(381),
[sym_expression_statement] = STATE(381),
[sym_labeled_statement] = STATE(381),
[sym_assert_statement] = STATE(381),
[sym_do_statement] = STATE(381),
[sym_break_statement] = STATE(381),
[sym_continue_statement] = STATE(381),
[sym_return_statement] = STATE(381),
[sym_yield_statement] = STATE(381),
[sym_synchronized_statement] = STATE(381),
[sym_throw_statement] = STATE(381),
[sym_try_statement] = STATE(381),
[sym_try_with_resources_statement] = STATE(381),
[sym_if_statement] = STATE(381),
[sym_while_statement] = STATE(381),
[sym_for_statement] = STATE(381),
[sym_enhanced_for_statement] = STATE(381),
[sym__annotation] = STATE(619),
[sym_marker_annotation] = STATE(619),
[sym_annotation] = STATE(619),
[sym_declaration] = STATE(381),
[sym_module_declaration] = STATE(279),
[sym_package_declaration] = STATE(279),
[sym_import_declaration] = STATE(279),
[sym_enum_declaration] = STATE(279),
[sym_class_declaration] = STATE(279),
[sym_visibility] = STATE(516),
[sym__modifier] = STATE(516),
[sym_modifiers] = STATE(899),
[sym_record_declaration] = STATE(279),
[sym_annotation_type_declaration] = STATE(279),
[sym_interface_declaration] = STATE(279),
[sym__type] = STATE(1515),
[sym__unannotated_type] = STATE(851),
[sym_annotated_type] = STATE(944),
[sym_scoped_type_identifier] = STATE(947),
[sym_generic_type] = STATE(962),
[sym_array_type] = STATE(844),
[sym_integral_type] = STATE(844),
[sym_floating_point_type] = STATE(844),
[sym_formal_parameters] = STATE(1589),
[sym_local_variable_declaration] = STATE(381),
[sym__reserved_identifier] = STATE(473),
[aux_sym_array_creation_expression_repeat1] = STATE(810),
[aux_sym_modifiers_repeat1] = STATE(516),
[sym_identifier] = ACTIONS(549),
[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(21),
[anon_sym_DASH] = ACTIONS(21),
[anon_sym_TILDE] = ACTIONS(23),
[anon_sym_BANG] = 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(551),
[anon_sym_LBRACE] = ACTIONS(33),
[anon_sym_default] = ACTIONS(35),
[anon_sym_SEMI] = ACTIONS(37),
[anon_sym_assert] = ACTIONS(39),
[anon_sym_do] = ACTIONS(41),
[anon_sym_while] = ACTIONS(553),
[anon_sym_break] = ACTIONS(45),
[anon_sym_continue] = ACTIONS(47),
[anon_sym_return] = ACTIONS(49),
[anon_sym_yield] = ACTIONS(51),
[anon_sym_synchronized] = ACTIONS(53),
[anon_sym_throw] = ACTIONS(55),
[anon_sym_try] = ACTIONS(57),
[anon_sym_if] = ACTIONS(555),
[anon_sym_for] = ACTIONS(557),
[anon_sym_AT] = ACTIONS(63),
[anon_sym_open] = ACTIONS(65),
[anon_sym_module] = ACTIONS(67),
[anon_sym_static] = ACTIONS(35),
[anon_sym_with] = ACTIONS(69),
[anon_sym_package] = ACTIONS(71),
[anon_sym_import] = ACTIONS(73),
[anon_sym_enum] = ACTIONS(75),
[anon_sym_public] = ACTIONS(77),
[anon_sym_protected] = ACTIONS(77),
[anon_sym_private] = ACTIONS(77),
[anon_sym_abstract] = ACTIONS(35),
[anon_sym_final] = ACTIONS(35),
[anon_sym_strictfp] = ACTIONS(35),
[anon_sym_native] = ACTIONS(35),
[anon_sym_transient] = ACTIONS(35),
[anon_sym_volatile] = ACTIONS(35),
[anon_sym_sealed] = ACTIONS(240),
[anon_sym_non_DASHsealed] = ACTIONS(81),
[anon_sym_record] = ACTIONS(83),
[anon_sym_interface] = ACTIONS(85),
[anon_sym_byte] = ACTIONS(87),
[anon_sym_short] = ACTIONS(87),
[anon_sym_int] = ACTIONS(87),
[anon_sym_long] = ACTIONS(87),
[anon_sym_char] = ACTIONS(87),
[anon_sym_float] = ACTIONS(89),
[anon_sym_double] = ACTIONS(89),
[sym_boolean_type] = ACTIONS(91),
[sym_void_type] = ACTIONS(91),
[sym_this] = ACTIONS(93),
[sym_super] = ACTIONS(95),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(99)] = {
[sym__literal] = STATE(593),
[sym_string_literal] = STATE(594),
[sym__string_literal] = STATE(550),
[sym__multiline_string_literal] = STATE(550),
[sym_expression] = STATE(856),
[sym_cast_expression] = STATE(709),
[sym_assignment_expression] = STATE(709),
[sym_binary_expression] = STATE(709),
[sym_instanceof_expression] = STATE(709),
[sym_lambda_expression] = STATE(709),
[sym_inferred_parameters] = STATE(1589),
[sym_ternary_expression] = STATE(709),
[sym_unary_expression] = STATE(709),
[sym__unary_complement_expression] = STATE(716),
[sym_update_expression] = STATE(709),
[sym_primary_expression] = STATE(562),
[sym_array_creation_expression] = STATE(593),
[sym_parenthesized_expression] = STATE(449),
[sym_class_literal] = STATE(593),
[sym_object_creation_expression] = STATE(593),
[sym__unqualified_object_creation_expression] = STATE(600),
[sym_field_access] = STATE(449),
[sym_template_expression] = STATE(593),
[sym_array_access] = STATE(449),
[sym_method_invocation] = STATE(593),
[sym_method_reference] = STATE(593),
[sym_switch_expression] = STATE(817),
[sym_statement] = STATE(360),
[sym_block] = STATE(381),
[sym_expression_statement] = STATE(381),
[sym_labeled_statement] = STATE(381),
[sym_assert_statement] = STATE(381),
[sym_do_statement] = STATE(381),
[sym_break_statement] = STATE(381),
[sym_continue_statement] = STATE(381),
[sym_return_statement] = STATE(381),
[sym_yield_statement] = STATE(381),
[sym_synchronized_statement] = STATE(381),
[sym_throw_statement] = STATE(381),
[sym_try_statement] = STATE(381),
[sym_try_with_resources_statement] = STATE(381),
[sym_if_statement] = STATE(381),
[sym_while_statement] = STATE(381),
[sym_for_statement] = STATE(381),
[sym_enhanced_for_statement] = STATE(381),
[sym__annotation] = STATE(619),
[sym_marker_annotation] = STATE(619),
[sym_annotation] = STATE(619),
[sym_declaration] = STATE(381),
[sym_module_declaration] = STATE(279),
[sym_package_declaration] = STATE(279),
[sym_import_declaration] = STATE(279),
[sym_enum_declaration] = STATE(279),
[sym_class_declaration] = STATE(279),
[sym_visibility] = STATE(516),
[sym__modifier] = STATE(516),
[sym_modifiers] = STATE(899),
[sym_record_declaration] = STATE(279),
[sym_annotation_type_declaration] = STATE(279),
[sym_interface_declaration] = STATE(279),
[sym__type] = STATE(1515),
[sym__unannotated_type] = STATE(851),
[sym_annotated_type] = STATE(944),
[sym_scoped_type_identifier] = STATE(947),
[sym_generic_type] = STATE(962),
[sym_array_type] = STATE(844),
[sym_integral_type] = STATE(844),
[sym_floating_point_type] = STATE(844),
[sym_formal_parameters] = STATE(1589),
[sym_local_variable_declaration] = STATE(381),
[sym__reserved_identifier] = STATE(473),
[aux_sym_array_creation_expression_repeat1] = STATE(810),
[aux_sym_modifiers_repeat1] = STATE(516),
[sym_identifier] = ACTIONS(549),
[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(21),
[anon_sym_DASH] = ACTIONS(21),
[anon_sym_TILDE] = ACTIONS(23),
[anon_sym_BANG] = 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(551),
[anon_sym_LBRACE] = ACTIONS(33),
[anon_sym_default] = ACTIONS(35),
[anon_sym_SEMI] = ACTIONS(37),
[anon_sym_assert] = ACTIONS(39),
[anon_sym_do] = ACTIONS(41),
[anon_sym_while] = ACTIONS(553),
[anon_sym_break] = ACTIONS(45),
[anon_sym_continue] = ACTIONS(47),
[anon_sym_return] = ACTIONS(49),
[anon_sym_yield] = ACTIONS(51),
[anon_sym_synchronized] = ACTIONS(53),
[anon_sym_throw] = ACTIONS(55),
[anon_sym_try] = ACTIONS(57),
[anon_sym_if] = ACTIONS(555),
[anon_sym_for] = ACTIONS(557),
[anon_sym_AT] = ACTIONS(63),
[anon_sym_open] = ACTIONS(65),
[anon_sym_module] = ACTIONS(67),
[anon_sym_static] = ACTIONS(35),
[anon_sym_with] = ACTIONS(69),
[anon_sym_package] = ACTIONS(71),
[anon_sym_import] = ACTIONS(73),
[anon_sym_enum] = ACTIONS(75),
[anon_sym_public] = ACTIONS(77),
[anon_sym_protected] = ACTIONS(77),
[anon_sym_private] = ACTIONS(77),
[anon_sym_abstract] = ACTIONS(35),
[anon_sym_final] = ACTIONS(35),
[anon_sym_strictfp] = ACTIONS(35),
[anon_sym_native] = ACTIONS(35),
[anon_sym_transient] = ACTIONS(35),
[anon_sym_volatile] = ACTIONS(35),
[anon_sym_sealed] = ACTIONS(240),
[anon_sym_non_DASHsealed] = ACTIONS(81),
[anon_sym_record] = ACTIONS(83),
[anon_sym_interface] = ACTIONS(85),
[anon_sym_byte] = ACTIONS(87),
[anon_sym_short] = ACTIONS(87),
[anon_sym_int] = ACTIONS(87),
[anon_sym_long] = ACTIONS(87),
[anon_sym_char] = ACTIONS(87),
[anon_sym_float] = ACTIONS(89),
[anon_sym_double] = ACTIONS(89),
[sym_boolean_type] = ACTIONS(91),
[sym_void_type] = ACTIONS(91),
[sym_this] = ACTIONS(93),
[sym_super] = ACTIONS(95),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(100)] = {
[sym__literal] = STATE(593),
[sym_string_literal] = STATE(594),
[sym__string_literal] = STATE(550),
[sym__multiline_string_literal] = STATE(550),
[sym_expression] = STATE(856),
[sym_cast_expression] = STATE(709),
[sym_assignment_expression] = STATE(709),
[sym_binary_expression] = STATE(709),
[sym_instanceof_expression] = STATE(709),
[sym_lambda_expression] = STATE(709),
[sym_inferred_parameters] = STATE(1589),
[sym_ternary_expression] = STATE(709),
[sym_unary_expression] = STATE(709),
[sym__unary_complement_expression] = STATE(716),
[sym_update_expression] = STATE(709),
[sym_primary_expression] = STATE(562),
[sym_array_creation_expression] = STATE(593),
[sym_parenthesized_expression] = STATE(449),
[sym_class_literal] = STATE(593),
[sym_object_creation_expression] = STATE(593),
[sym__unqualified_object_creation_expression] = STATE(600),
[sym_field_access] = STATE(449),
[sym_template_expression] = STATE(593),
[sym_array_access] = STATE(449),
[sym_method_invocation] = STATE(593),
[sym_method_reference] = STATE(593),
[sym_switch_expression] = STATE(817),
[sym_statement] = STATE(361),
[sym_block] = STATE(381),
[sym_expression_statement] = STATE(381),
[sym_labeled_statement] = STATE(381),
[sym_assert_statement] = STATE(381),
[sym_do_statement] = STATE(381),
[sym_break_statement] = STATE(381),
[sym_continue_statement] = STATE(381),
[sym_return_statement] = STATE(381),
[sym_yield_statement] = STATE(381),
[sym_synchronized_statement] = STATE(381),
[sym_throw_statement] = STATE(381),
[sym_try_statement] = STATE(381),
[sym_try_with_resources_statement] = STATE(381),
[sym_if_statement] = STATE(381),
[sym_while_statement] = STATE(381),
[sym_for_statement] = STATE(381),
[sym_enhanced_for_statement] = STATE(381),
[sym__annotation] = STATE(619),
[sym_marker_annotation] = STATE(619),
[sym_annotation] = STATE(619),
[sym_declaration] = STATE(381),
[sym_module_declaration] = STATE(279),
[sym_package_declaration] = STATE(279),
[sym_import_declaration] = STATE(279),
[sym_enum_declaration] = STATE(279),
[sym_class_declaration] = STATE(279),
[sym_visibility] = STATE(516),
[sym__modifier] = STATE(516),
[sym_modifiers] = STATE(899),
[sym_record_declaration] = STATE(279),
[sym_annotation_type_declaration] = STATE(279),
[sym_interface_declaration] = STATE(279),
[sym__type] = STATE(1515),
[sym__unannotated_type] = STATE(851),
[sym_annotated_type] = STATE(944),
[sym_scoped_type_identifier] = STATE(947),
[sym_generic_type] = STATE(962),
[sym_array_type] = STATE(844),
[sym_integral_type] = STATE(844),
[sym_floating_point_type] = STATE(844),
[sym_formal_parameters] = STATE(1589),
[sym_local_variable_declaration] = STATE(381),
[sym__reserved_identifier] = STATE(473),
[aux_sym_array_creation_expression_repeat1] = STATE(810),
[aux_sym_modifiers_repeat1] = STATE(516),
[sym_identifier] = ACTIONS(549),
[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(21),
[anon_sym_DASH] = ACTIONS(21),
[anon_sym_TILDE] = ACTIONS(23),
[anon_sym_BANG] = 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(551),
[anon_sym_LBRACE] = ACTIONS(33),
[anon_sym_default] = ACTIONS(35),
[anon_sym_SEMI] = ACTIONS(37),
[anon_sym_assert] = ACTIONS(39),
[anon_sym_do] = ACTIONS(41),
[anon_sym_while] = ACTIONS(553),
[anon_sym_break] = ACTIONS(45),
[anon_sym_continue] = ACTIONS(47),
[anon_sym_return] = ACTIONS(49),
[anon_sym_yield] = ACTIONS(51),
[anon_sym_synchronized] = ACTIONS(53),
[anon_sym_throw] = ACTIONS(55),
[anon_sym_try] = ACTIONS(57),
[anon_sym_if] = ACTIONS(555),
[anon_sym_for] = ACTIONS(557),
[anon_sym_AT] = ACTIONS(63),
[anon_sym_open] = ACTIONS(65),
[anon_sym_module] = ACTIONS(67),
[anon_sym_static] = ACTIONS(35),
[anon_sym_with] = ACTIONS(69),
[anon_sym_package] = ACTIONS(71),
[anon_sym_import] = ACTIONS(73),
[anon_sym_enum] = ACTIONS(75),
[anon_sym_public] = ACTIONS(77),
[anon_sym_protected] = ACTIONS(77),
[anon_sym_private] = ACTIONS(77),
[anon_sym_abstract] = ACTIONS(35),
[anon_sym_final] = ACTIONS(35),
[anon_sym_strictfp] = ACTIONS(35),
[anon_sym_native] = ACTIONS(35),
[anon_sym_transient] = ACTIONS(35),
[anon_sym_volatile] = ACTIONS(35),
[anon_sym_sealed] = ACTIONS(240),
[anon_sym_non_DASHsealed] = ACTIONS(81),
[anon_sym_record] = ACTIONS(83),
[anon_sym_interface] = ACTIONS(85),
[anon_sym_byte] = ACTIONS(87),
[anon_sym_short] = ACTIONS(87),
[anon_sym_int] = ACTIONS(87),
[anon_sym_long] = ACTIONS(87),
[anon_sym_char] = ACTIONS(87),
[anon_sym_float] = ACTIONS(89),
[anon_sym_double] = ACTIONS(89),
[sym_boolean_type] = ACTIONS(91),
[sym_void_type] = ACTIONS(91),
[sym_this] = ACTIONS(93),
[sym_super] = ACTIONS(95),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(101)] = {
[sym__literal] = STATE(593),
[sym_string_literal] = STATE(594),
[sym__string_literal] = STATE(550),
[sym__multiline_string_literal] = STATE(550),
[sym_expression] = STATE(856),
[sym_cast_expression] = STATE(709),
[sym_assignment_expression] = STATE(709),
[sym_binary_expression] = STATE(709),
[sym_instanceof_expression] = STATE(709),
[sym_lambda_expression] = STATE(709),
[sym_inferred_parameters] = STATE(1589),
[sym_ternary_expression] = STATE(709),
[sym_unary_expression] = STATE(709),
[sym__unary_complement_expression] = STATE(716),
[sym_update_expression] = STATE(709),
[sym_primary_expression] = STATE(562),
[sym_array_creation_expression] = STATE(593),
[sym_parenthesized_expression] = STATE(449),
[sym_class_literal] = STATE(593),
[sym_object_creation_expression] = STATE(593),
[sym__unqualified_object_creation_expression] = STATE(600),
[sym_field_access] = STATE(449),
[sym_template_expression] = STATE(593),
[sym_array_access] = STATE(449),
[sym_method_invocation] = STATE(593),
[sym_method_reference] = STATE(593),
[sym_switch_expression] = STATE(817),
[sym_statement] = STATE(362),
[sym_block] = STATE(381),
[sym_expression_statement] = STATE(381),
[sym_labeled_statement] = STATE(381),
[sym_assert_statement] = STATE(381),
[sym_do_statement] = STATE(381),
[sym_break_statement] = STATE(381),
[sym_continue_statement] = STATE(381),
[sym_return_statement] = STATE(381),
[sym_yield_statement] = STATE(381),
[sym_synchronized_statement] = STATE(381),
[sym_throw_statement] = STATE(381),
[sym_try_statement] = STATE(381),
[sym_try_with_resources_statement] = STATE(381),
[sym_if_statement] = STATE(381),
[sym_while_statement] = STATE(381),
[sym_for_statement] = STATE(381),
[sym_enhanced_for_statement] = STATE(381),
[sym__annotation] = STATE(619),
[sym_marker_annotation] = STATE(619),
[sym_annotation] = STATE(619),
[sym_declaration] = STATE(381),
[sym_module_declaration] = STATE(279),
[sym_package_declaration] = STATE(279),
[sym_import_declaration] = STATE(279),
[sym_enum_declaration] = STATE(279),
[sym_class_declaration] = STATE(279),
[sym_visibility] = STATE(516),
[sym__modifier] = STATE(516),
[sym_modifiers] = STATE(899),
[sym_record_declaration] = STATE(279),
[sym_annotation_type_declaration] = STATE(279),
[sym_interface_declaration] = STATE(279),
[sym__type] = STATE(1515),
[sym__unannotated_type] = STATE(851),
[sym_annotated_type] = STATE(944),
[sym_scoped_type_identifier] = STATE(947),
[sym_generic_type] = STATE(962),
[sym_array_type] = STATE(844),
[sym_integral_type] = STATE(844),
[sym_floating_point_type] = STATE(844),
[sym_formal_parameters] = STATE(1589),
[sym_local_variable_declaration] = STATE(381),
[sym__reserved_identifier] = STATE(473),
[aux_sym_array_creation_expression_repeat1] = STATE(810),
[aux_sym_modifiers_repeat1] = STATE(516),
[sym_identifier] = ACTIONS(549),
[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(21),
[anon_sym_DASH] = ACTIONS(21),
[anon_sym_TILDE] = ACTIONS(23),
[anon_sym_BANG] = 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(551),
[anon_sym_LBRACE] = ACTIONS(33),
[anon_sym_default] = ACTIONS(35),
[anon_sym_SEMI] = ACTIONS(37),
[anon_sym_assert] = ACTIONS(39),
[anon_sym_do] = ACTIONS(41),
[anon_sym_while] = ACTIONS(553),
[anon_sym_break] = ACTIONS(45),
[anon_sym_continue] = ACTIONS(47),
[anon_sym_return] = ACTIONS(49),
[anon_sym_yield] = ACTIONS(51),
[anon_sym_synchronized] = ACTIONS(53),
[anon_sym_throw] = ACTIONS(55),
[anon_sym_try] = ACTIONS(57),
[anon_sym_if] = ACTIONS(555),
[anon_sym_for] = ACTIONS(557),
[anon_sym_AT] = ACTIONS(63),
[anon_sym_open] = ACTIONS(65),
[anon_sym_module] = ACTIONS(67),
[anon_sym_static] = ACTIONS(35),
[anon_sym_with] = ACTIONS(69),
[anon_sym_package] = ACTIONS(71),
[anon_sym_import] = ACTIONS(73),
[anon_sym_enum] = ACTIONS(75),
[anon_sym_public] = ACTIONS(77),
[anon_sym_protected] = ACTIONS(77),
[anon_sym_private] = ACTIONS(77),
[anon_sym_abstract] = ACTIONS(35),
[anon_sym_final] = ACTIONS(35),
[anon_sym_strictfp] = ACTIONS(35),
[anon_sym_native] = ACTIONS(35),
[anon_sym_transient] = ACTIONS(35),
[anon_sym_volatile] = ACTIONS(35),
[anon_sym_sealed] = ACTIONS(240),
[anon_sym_non_DASHsealed] = ACTIONS(81),
[anon_sym_record] = ACTIONS(83),
[anon_sym_interface] = ACTIONS(85),
[anon_sym_byte] = ACTIONS(87),
[anon_sym_short] = ACTIONS(87),
[anon_sym_int] = ACTIONS(87),
[anon_sym_long] = ACTIONS(87),
[anon_sym_char] = ACTIONS(87),
[anon_sym_float] = ACTIONS(89),
[anon_sym_double] = ACTIONS(89),
[sym_boolean_type] = ACTIONS(91),
[sym_void_type] = ACTIONS(91),
[sym_this] = ACTIONS(93),
[sym_super] = ACTIONS(95),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(102)] = {
[sym__literal] = STATE(593),
[sym_string_literal] = STATE(594),
[sym__string_literal] = STATE(550),
[sym__multiline_string_literal] = STATE(550),
[sym_expression] = STATE(856),
[sym_cast_expression] = STATE(709),
[sym_assignment_expression] = STATE(709),
[sym_binary_expression] = STATE(709),
[sym_instanceof_expression] = STATE(709),
[sym_lambda_expression] = STATE(709),
[sym_inferred_parameters] = STATE(1589),
[sym_ternary_expression] = STATE(709),
[sym_unary_expression] = STATE(709),
[sym__unary_complement_expression] = STATE(716),
[sym_update_expression] = STATE(709),
[sym_primary_expression] = STATE(562),
[sym_array_creation_expression] = STATE(593),
[sym_parenthesized_expression] = STATE(449),
[sym_class_literal] = STATE(593),
[sym_object_creation_expression] = STATE(593),
[sym__unqualified_object_creation_expression] = STATE(600),
[sym_field_access] = STATE(449),
[sym_template_expression] = STATE(593),
[sym_array_access] = STATE(449),
[sym_method_invocation] = STATE(593),
[sym_method_reference] = STATE(593),
[sym_switch_expression] = STATE(817),
[sym_statement] = STATE(363),
[sym_block] = STATE(381),
[sym_expression_statement] = STATE(381),
[sym_labeled_statement] = STATE(381),
[sym_assert_statement] = STATE(381),
[sym_do_statement] = STATE(381),
[sym_break_statement] = STATE(381),
[sym_continue_statement] = STATE(381),
[sym_return_statement] = STATE(381),
[sym_yield_statement] = STATE(381),
[sym_synchronized_statement] = STATE(381),
[sym_throw_statement] = STATE(381),
[sym_try_statement] = STATE(381),
[sym_try_with_resources_statement] = STATE(381),
[sym_if_statement] = STATE(381),
[sym_while_statement] = STATE(381),
[sym_for_statement] = STATE(381),
[sym_enhanced_for_statement] = STATE(381),
[sym__annotation] = STATE(619),
[sym_marker_annotation] = STATE(619),
[sym_annotation] = STATE(619),
[sym_declaration] = STATE(381),
[sym_module_declaration] = STATE(279),
[sym_package_declaration] = STATE(279),
[sym_import_declaration] = STATE(279),
[sym_enum_declaration] = STATE(279),
[sym_class_declaration] = STATE(279),
[sym_visibility] = STATE(516),
[sym__modifier] = STATE(516),
[sym_modifiers] = STATE(899),
[sym_record_declaration] = STATE(279),
[sym_annotation_type_declaration] = STATE(279),
[sym_interface_declaration] = STATE(279),
[sym__type] = STATE(1515),
[sym__unannotated_type] = STATE(851),
[sym_annotated_type] = STATE(944),
[sym_scoped_type_identifier] = STATE(947),
[sym_generic_type] = STATE(962),
[sym_array_type] = STATE(844),
[sym_integral_type] = STATE(844),
[sym_floating_point_type] = STATE(844),
[sym_formal_parameters] = STATE(1589),
[sym_local_variable_declaration] = STATE(381),
[sym__reserved_identifier] = STATE(473),
[aux_sym_array_creation_expression_repeat1] = STATE(810),
[aux_sym_modifiers_repeat1] = STATE(516),
[sym_identifier] = ACTIONS(549),
[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(21),
[anon_sym_DASH] = ACTIONS(21),
[anon_sym_TILDE] = ACTIONS(23),
[anon_sym_BANG] = 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(551),
[anon_sym_LBRACE] = ACTIONS(33),
[anon_sym_default] = ACTIONS(35),
[anon_sym_SEMI] = ACTIONS(37),
[anon_sym_assert] = ACTIONS(39),
[anon_sym_do] = ACTIONS(41),
[anon_sym_while] = ACTIONS(553),
[anon_sym_break] = ACTIONS(45),
[anon_sym_continue] = ACTIONS(47),
[anon_sym_return] = ACTIONS(49),
[anon_sym_yield] = ACTIONS(51),
[anon_sym_synchronized] = ACTIONS(53),
[anon_sym_throw] = ACTIONS(55),
[anon_sym_try] = ACTIONS(57),
[anon_sym_if] = ACTIONS(555),
[anon_sym_for] = ACTIONS(557),
[anon_sym_AT] = ACTIONS(63),
[anon_sym_open] = ACTIONS(65),
[anon_sym_module] = ACTIONS(67),
[anon_sym_static] = ACTIONS(35),
[anon_sym_with] = ACTIONS(69),
[anon_sym_package] = ACTIONS(71),
[anon_sym_import] = ACTIONS(73),
[anon_sym_enum] = ACTIONS(75),
[anon_sym_public] = ACTIONS(77),
[anon_sym_protected] = ACTIONS(77),
[anon_sym_private] = ACTIONS(77),
[anon_sym_abstract] = ACTIONS(35),
[anon_sym_final] = ACTIONS(35),
[anon_sym_strictfp] = ACTIONS(35),
[anon_sym_native] = ACTIONS(35),
[anon_sym_transient] = ACTIONS(35),
[anon_sym_volatile] = ACTIONS(35),
[anon_sym_sealed] = ACTIONS(240),
[anon_sym_non_DASHsealed] = ACTIONS(81),
[anon_sym_record] = ACTIONS(83),
[anon_sym_interface] = ACTIONS(85),
[anon_sym_byte] = ACTIONS(87),
[anon_sym_short] = ACTIONS(87),
[anon_sym_int] = ACTIONS(87),
[anon_sym_long] = ACTIONS(87),
[anon_sym_char] = ACTIONS(87),
[anon_sym_float] = ACTIONS(89),
[anon_sym_double] = ACTIONS(89),
[sym_boolean_type] = ACTIONS(91),
[sym_void_type] = ACTIONS(91),
[sym_this] = ACTIONS(93),
[sym_super] = ACTIONS(95),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(103)] = {
[sym__literal] = STATE(593),
[sym_string_literal] = STATE(594),
[sym__string_literal] = STATE(550),
[sym__multiline_string_literal] = STATE(550),
[sym_expression] = STATE(856),
[sym_cast_expression] = STATE(709),
[sym_assignment_expression] = STATE(709),
[sym_binary_expression] = STATE(709),
[sym_instanceof_expression] = STATE(709),
[sym_lambda_expression] = STATE(709),
[sym_inferred_parameters] = STATE(1589),
[sym_ternary_expression] = STATE(709),
[sym_unary_expression] = STATE(709),
[sym__unary_complement_expression] = STATE(716),
[sym_update_expression] = STATE(709),
[sym_primary_expression] = STATE(562),
[sym_array_creation_expression] = STATE(593),
[sym_parenthesized_expression] = STATE(449),
[sym_class_literal] = STATE(593),
[sym_object_creation_expression] = STATE(593),
[sym__unqualified_object_creation_expression] = STATE(600),
[sym_field_access] = STATE(449),
[sym_template_expression] = STATE(593),
[sym_array_access] = STATE(449),
[sym_method_invocation] = STATE(593),
[sym_method_reference] = STATE(593),
[sym_switch_expression] = STATE(817),
[sym_statement] = STATE(364),
[sym_block] = STATE(381),
[sym_expression_statement] = STATE(381),
[sym_labeled_statement] = STATE(381),
[sym_assert_statement] = STATE(381),
[sym_do_statement] = STATE(381),
[sym_break_statement] = STATE(381),
[sym_continue_statement] = STATE(381),
[sym_return_statement] = STATE(381),
[sym_yield_statement] = STATE(381),
[sym_synchronized_statement] = STATE(381),
[sym_throw_statement] = STATE(381),
[sym_try_statement] = STATE(381),
[sym_try_with_resources_statement] = STATE(381),
[sym_if_statement] = STATE(381),
[sym_while_statement] = STATE(381),
[sym_for_statement] = STATE(381),
[sym_enhanced_for_statement] = STATE(381),
[sym__annotation] = STATE(619),
[sym_marker_annotation] = STATE(619),
[sym_annotation] = STATE(619),
[sym_declaration] = STATE(381),
[sym_module_declaration] = STATE(279),
[sym_package_declaration] = STATE(279),
[sym_import_declaration] = STATE(279),
[sym_enum_declaration] = STATE(279),
[sym_class_declaration] = STATE(279),
[sym_visibility] = STATE(516),
[sym__modifier] = STATE(516),
[sym_modifiers] = STATE(899),
[sym_record_declaration] = STATE(279),
[sym_annotation_type_declaration] = STATE(279),
[sym_interface_declaration] = STATE(279),
[sym__type] = STATE(1515),
[sym__unannotated_type] = STATE(851),
[sym_annotated_type] = STATE(944),
[sym_scoped_type_identifier] = STATE(947),
[sym_generic_type] = STATE(962),
[sym_array_type] = STATE(844),
[sym_integral_type] = STATE(844),
[sym_floating_point_type] = STATE(844),
[sym_formal_parameters] = STATE(1589),
[sym_local_variable_declaration] = STATE(381),
[sym__reserved_identifier] = STATE(473),
[aux_sym_array_creation_expression_repeat1] = STATE(810),
[aux_sym_modifiers_repeat1] = STATE(516),
[sym_identifier] = ACTIONS(549),
[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(21),
[anon_sym_DASH] = ACTIONS(21),
[anon_sym_TILDE] = ACTIONS(23),
[anon_sym_BANG] = 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(551),
[anon_sym_LBRACE] = ACTIONS(33),
[anon_sym_default] = ACTIONS(35),
[anon_sym_SEMI] = ACTIONS(37),
[anon_sym_assert] = ACTIONS(39),
[anon_sym_do] = ACTIONS(41),
[anon_sym_while] = ACTIONS(553),
[anon_sym_break] = ACTIONS(45),
[anon_sym_continue] = ACTIONS(47),
[anon_sym_return] = ACTIONS(49),
[anon_sym_yield] = ACTIONS(51),
[anon_sym_synchronized] = ACTIONS(53),
[anon_sym_throw] = ACTIONS(55),
[anon_sym_try] = ACTIONS(57),
[anon_sym_if] = ACTIONS(555),
[anon_sym_for] = ACTIONS(557),
[anon_sym_AT] = ACTIONS(63),
[anon_sym_open] = ACTIONS(65),
[anon_sym_module] = ACTIONS(67),
[anon_sym_static] = ACTIONS(35),
[anon_sym_with] = ACTIONS(69),
[anon_sym_package] = ACTIONS(71),
[anon_sym_import] = ACTIONS(73),
[anon_sym_enum] = ACTIONS(75),
[anon_sym_public] = ACTIONS(77),
[anon_sym_protected] = ACTIONS(77),
[anon_sym_private] = ACTIONS(77),
[anon_sym_abstract] = ACTIONS(35),
[anon_sym_final] = ACTIONS(35),
[anon_sym_strictfp] = ACTIONS(35),
[anon_sym_native] = ACTIONS(35),
[anon_sym_transient] = ACTIONS(35),
[anon_sym_volatile] = ACTIONS(35),
[anon_sym_sealed] = ACTIONS(240),
[anon_sym_non_DASHsealed] = ACTIONS(81),
[anon_sym_record] = ACTIONS(83),
[anon_sym_interface] = ACTIONS(85),
[anon_sym_byte] = ACTIONS(87),
[anon_sym_short] = ACTIONS(87),
[anon_sym_int] = ACTIONS(87),
[anon_sym_long] = ACTIONS(87),
[anon_sym_char] = ACTIONS(87),
[anon_sym_float] = ACTIONS(89),
[anon_sym_double] = ACTIONS(89),
[sym_boolean_type] = ACTIONS(91),
[sym_void_type] = ACTIONS(91),
[sym_this] = ACTIONS(93),
[sym_super] = ACTIONS(95),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(104)] = {
[sym__literal] = STATE(593),
[sym_string_literal] = STATE(594),
[sym__string_literal] = STATE(550),
[sym__multiline_string_literal] = STATE(550),
[sym_expression] = STATE(856),
[sym_cast_expression] = STATE(709),
[sym_assignment_expression] = STATE(709),
[sym_binary_expression] = STATE(709),
[sym_instanceof_expression] = STATE(709),
[sym_lambda_expression] = STATE(709),
[sym_inferred_parameters] = STATE(1589),
[sym_ternary_expression] = STATE(709),
[sym_unary_expression] = STATE(709),
[sym__unary_complement_expression] = STATE(716),
[sym_update_expression] = STATE(709),
[sym_primary_expression] = STATE(562),
[sym_array_creation_expression] = STATE(593),
[sym_parenthesized_expression] = STATE(449),
[sym_class_literal] = STATE(593),
[sym_object_creation_expression] = STATE(593),
[sym__unqualified_object_creation_expression] = STATE(600),
[sym_field_access] = STATE(449),
[sym_template_expression] = STATE(593),
[sym_array_access] = STATE(449),
[sym_method_invocation] = STATE(593),
[sym_method_reference] = STATE(593),
[sym_switch_expression] = STATE(817),
[sym_statement] = STATE(365),
[sym_block] = STATE(381),
[sym_expression_statement] = STATE(381),
[sym_labeled_statement] = STATE(381),
[sym_assert_statement] = STATE(381),
[sym_do_statement] = STATE(381),
[sym_break_statement] = STATE(381),
[sym_continue_statement] = STATE(381),
[sym_return_statement] = STATE(381),
[sym_yield_statement] = STATE(381),
[sym_synchronized_statement] = STATE(381),
[sym_throw_statement] = STATE(381),
[sym_try_statement] = STATE(381),
[sym_try_with_resources_statement] = STATE(381),
[sym_if_statement] = STATE(381),
[sym_while_statement] = STATE(381),
[sym_for_statement] = STATE(381),
[sym_enhanced_for_statement] = STATE(381),
[sym__annotation] = STATE(619),
[sym_marker_annotation] = STATE(619),
[sym_annotation] = STATE(619),
[sym_declaration] = STATE(381),
[sym_module_declaration] = STATE(279),
[sym_package_declaration] = STATE(279),
[sym_import_declaration] = STATE(279),
[sym_enum_declaration] = STATE(279),
[sym_class_declaration] = STATE(279),
[sym_visibility] = STATE(516),
[sym__modifier] = STATE(516),
[sym_modifiers] = STATE(899),
[sym_record_declaration] = STATE(279),
[sym_annotation_type_declaration] = STATE(279),
[sym_interface_declaration] = STATE(279),
[sym__type] = STATE(1515),
[sym__unannotated_type] = STATE(851),
[sym_annotated_type] = STATE(944),
[sym_scoped_type_identifier] = STATE(947),
[sym_generic_type] = STATE(962),
[sym_array_type] = STATE(844),
[sym_integral_type] = STATE(844),
[sym_floating_point_type] = STATE(844),
[sym_formal_parameters] = STATE(1589),
[sym_local_variable_declaration] = STATE(381),
[sym__reserved_identifier] = STATE(473),
[aux_sym_array_creation_expression_repeat1] = STATE(810),
[aux_sym_modifiers_repeat1] = STATE(516),
[sym_identifier] = ACTIONS(549),
[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(21),
[anon_sym_DASH] = ACTIONS(21),
[anon_sym_TILDE] = ACTIONS(23),
[anon_sym_BANG] = 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(551),
[anon_sym_LBRACE] = ACTIONS(33),
[anon_sym_default] = ACTIONS(35),
[anon_sym_SEMI] = ACTIONS(37),
[anon_sym_assert] = ACTIONS(39),
[anon_sym_do] = ACTIONS(41),
[anon_sym_while] = ACTIONS(553),
[anon_sym_break] = ACTIONS(45),
[anon_sym_continue] = ACTIONS(47),
[anon_sym_return] = ACTIONS(49),
[anon_sym_yield] = ACTIONS(51),
[anon_sym_synchronized] = ACTIONS(53),
[anon_sym_throw] = ACTIONS(55),
[anon_sym_try] = ACTIONS(57),
[anon_sym_if] = ACTIONS(555),
[anon_sym_for] = ACTIONS(557),
[anon_sym_AT] = ACTIONS(63),
[anon_sym_open] = ACTIONS(65),
[anon_sym_module] = ACTIONS(67),
[anon_sym_static] = ACTIONS(35),
[anon_sym_with] = ACTIONS(69),
[anon_sym_package] = ACTIONS(71),
[anon_sym_import] = ACTIONS(73),
[anon_sym_enum] = ACTIONS(75),
[anon_sym_public] = ACTIONS(77),
[anon_sym_protected] = ACTIONS(77),
[anon_sym_private] = ACTIONS(77),
[anon_sym_abstract] = ACTIONS(35),
[anon_sym_final] = ACTIONS(35),
[anon_sym_strictfp] = ACTIONS(35),
[anon_sym_native] = ACTIONS(35),
[anon_sym_transient] = ACTIONS(35),
[anon_sym_volatile] = ACTIONS(35),
[anon_sym_sealed] = ACTIONS(240),
[anon_sym_non_DASHsealed] = ACTIONS(81),
[anon_sym_record] = ACTIONS(83),
[anon_sym_interface] = ACTIONS(85),
[anon_sym_byte] = ACTIONS(87),
[anon_sym_short] = ACTIONS(87),
[anon_sym_int] = ACTIONS(87),
[anon_sym_long] = ACTIONS(87),
[anon_sym_char] = ACTIONS(87),
[anon_sym_float] = ACTIONS(89),
[anon_sym_double] = ACTIONS(89),
[sym_boolean_type] = ACTIONS(91),
[sym_void_type] = ACTIONS(91),
[sym_this] = ACTIONS(93),
[sym_super] = ACTIONS(95),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(105)] = {
[sym__literal] = STATE(593),
[sym_string_literal] = STATE(594),
[sym__string_literal] = STATE(550),
[sym__multiline_string_literal] = STATE(550),
[sym_expression] = STATE(856),
[sym_cast_expression] = STATE(709),
[sym_assignment_expression] = STATE(709),
[sym_binary_expression] = STATE(709),
[sym_instanceof_expression] = STATE(709),
[sym_lambda_expression] = STATE(709),
[sym_inferred_parameters] = STATE(1589),
[sym_ternary_expression] = STATE(709),
[sym_unary_expression] = STATE(709),
[sym__unary_complement_expression] = STATE(716),
[sym_update_expression] = STATE(709),
[sym_primary_expression] = STATE(562),
[sym_array_creation_expression] = STATE(593),
[sym_parenthesized_expression] = STATE(449),
[sym_class_literal] = STATE(593),
[sym_object_creation_expression] = STATE(593),
[sym__unqualified_object_creation_expression] = STATE(600),
[sym_field_access] = STATE(449),
[sym_template_expression] = STATE(593),
[sym_array_access] = STATE(449),
[sym_method_invocation] = STATE(593),
[sym_method_reference] = STATE(593),
[sym_switch_expression] = STATE(817),
[sym_statement] = STATE(366),
[sym_block] = STATE(381),
[sym_expression_statement] = STATE(381),
[sym_labeled_statement] = STATE(381),
[sym_assert_statement] = STATE(381),
[sym_do_statement] = STATE(381),
[sym_break_statement] = STATE(381),
[sym_continue_statement] = STATE(381),
[sym_return_statement] = STATE(381),
[sym_yield_statement] = STATE(381),
[sym_synchronized_statement] = STATE(381),
[sym_throw_statement] = STATE(381),
[sym_try_statement] = STATE(381),
[sym_try_with_resources_statement] = STATE(381),
[sym_if_statement] = STATE(381),
[sym_while_statement] = STATE(381),
[sym_for_statement] = STATE(381),
[sym_enhanced_for_statement] = STATE(381),
[sym__annotation] = STATE(619),
[sym_marker_annotation] = STATE(619),
[sym_annotation] = STATE(619),
[sym_declaration] = STATE(381),
[sym_module_declaration] = STATE(279),
[sym_package_declaration] = STATE(279),
[sym_import_declaration] = STATE(279),
[sym_enum_declaration] = STATE(279),
[sym_class_declaration] = STATE(279),
[sym_visibility] = STATE(516),
[sym__modifier] = STATE(516),
[sym_modifiers] = STATE(899),
[sym_record_declaration] = STATE(279),
[sym_annotation_type_declaration] = STATE(279),
[sym_interface_declaration] = STATE(279),
[sym__type] = STATE(1515),
[sym__unannotated_type] = STATE(851),
[sym_annotated_type] = STATE(944),
[sym_scoped_type_identifier] = STATE(947),
[sym_generic_type] = STATE(962),
[sym_array_type] = STATE(844),
[sym_integral_type] = STATE(844),
[sym_floating_point_type] = STATE(844),
[sym_formal_parameters] = STATE(1589),
[sym_local_variable_declaration] = STATE(381),
[sym__reserved_identifier] = STATE(473),
[aux_sym_array_creation_expression_repeat1] = STATE(810),
[aux_sym_modifiers_repeat1] = STATE(516),
[sym_identifier] = ACTIONS(549),
[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(21),
[anon_sym_DASH] = ACTIONS(21),
[anon_sym_TILDE] = ACTIONS(23),
[anon_sym_BANG] = 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(551),
[anon_sym_LBRACE] = ACTIONS(33),
[anon_sym_default] = ACTIONS(35),
[anon_sym_SEMI] = ACTIONS(37),
[anon_sym_assert] = ACTIONS(39),
[anon_sym_do] = ACTIONS(41),
[anon_sym_while] = ACTIONS(553),
[anon_sym_break] = ACTIONS(45),
[anon_sym_continue] = ACTIONS(47),
[anon_sym_return] = ACTIONS(49),
[anon_sym_yield] = ACTIONS(51),
[anon_sym_synchronized] = ACTIONS(53),
[anon_sym_throw] = ACTIONS(55),
[anon_sym_try] = ACTIONS(57),
[anon_sym_if] = ACTIONS(555),
[anon_sym_for] = ACTIONS(557),
[anon_sym_AT] = ACTIONS(63),
[anon_sym_open] = ACTIONS(65),
[anon_sym_module] = ACTIONS(67),
[anon_sym_static] = ACTIONS(35),
[anon_sym_with] = ACTIONS(69),
[anon_sym_package] = ACTIONS(71),
[anon_sym_import] = ACTIONS(73),
[anon_sym_enum] = ACTIONS(75),
[anon_sym_public] = ACTIONS(77),
[anon_sym_protected] = ACTIONS(77),
[anon_sym_private] = ACTIONS(77),
[anon_sym_abstract] = ACTIONS(35),
[anon_sym_final] = ACTIONS(35),
[anon_sym_strictfp] = ACTIONS(35),
[anon_sym_native] = ACTIONS(35),
[anon_sym_transient] = ACTIONS(35),
[anon_sym_volatile] = ACTIONS(35),
[anon_sym_sealed] = ACTIONS(240),
[anon_sym_non_DASHsealed] = ACTIONS(81),
[anon_sym_record] = ACTIONS(83),
[anon_sym_interface] = ACTIONS(85),
[anon_sym_byte] = ACTIONS(87),
[anon_sym_short] = ACTIONS(87),
[anon_sym_int] = ACTIONS(87),
[anon_sym_long] = ACTIONS(87),
[anon_sym_char] = ACTIONS(87),
[anon_sym_float] = ACTIONS(89),
[anon_sym_double] = ACTIONS(89),
[sym_boolean_type] = ACTIONS(91),
[sym_void_type] = ACTIONS(91),
[sym_this] = ACTIONS(93),
[sym_super] = ACTIONS(95),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(106)] = {
[sym__literal] = STATE(593),
[sym_string_literal] = STATE(594),
[sym__string_literal] = STATE(550),
[sym__multiline_string_literal] = STATE(550),
[sym_expression] = STATE(856),
[sym_cast_expression] = STATE(709),
[sym_assignment_expression] = STATE(709),
[sym_binary_expression] = STATE(709),
[sym_instanceof_expression] = STATE(709),
[sym_lambda_expression] = STATE(709),
[sym_inferred_parameters] = STATE(1589),
[sym_ternary_expression] = STATE(709),
[sym_unary_expression] = STATE(709),
[sym__unary_complement_expression] = STATE(716),
[sym_update_expression] = STATE(709),
[sym_primary_expression] = STATE(562),
[sym_array_creation_expression] = STATE(593),
[sym_parenthesized_expression] = STATE(449),
[sym_class_literal] = STATE(593),
[sym_object_creation_expression] = STATE(593),
[sym__unqualified_object_creation_expression] = STATE(600),
[sym_field_access] = STATE(449),
[sym_template_expression] = STATE(593),
[sym_array_access] = STATE(449),
[sym_method_invocation] = STATE(593),
[sym_method_reference] = STATE(593),
[sym_switch_expression] = STATE(125),
[sym_statement] = STATE(354),
[sym_block] = STATE(381),
[sym_expression_statement] = STATE(381),
[sym_labeled_statement] = STATE(381),
[sym_assert_statement] = STATE(381),
[sym_do_statement] = STATE(381),
[sym_break_statement] = STATE(381),
[sym_continue_statement] = STATE(381),
[sym_return_statement] = STATE(381),
[sym_yield_statement] = STATE(381),
[sym_synchronized_statement] = STATE(381),
[sym_throw_statement] = STATE(381),
[sym_try_statement] = STATE(381),
[sym_try_with_resources_statement] = STATE(381),
[sym_if_statement] = STATE(381),
[sym_while_statement] = STATE(381),
[sym_for_statement] = STATE(381),
[sym_enhanced_for_statement] = STATE(381),
[sym__annotation] = STATE(619),
[sym_marker_annotation] = STATE(619),
[sym_annotation] = STATE(619),
[sym_declaration] = STATE(381),
[sym_module_declaration] = STATE(279),
[sym_package_declaration] = STATE(279),
[sym_import_declaration] = STATE(279),
[sym_enum_declaration] = STATE(279),
[sym_class_declaration] = STATE(279),
[sym_visibility] = STATE(516),
[sym__modifier] = STATE(516),
[sym_modifiers] = STATE(899),
[sym_record_declaration] = STATE(279),
[sym_annotation_type_declaration] = STATE(279),
[sym_interface_declaration] = STATE(279),
[sym__type] = STATE(1515),
[sym__unannotated_type] = STATE(851),
[sym_annotated_type] = STATE(944),
[sym_scoped_type_identifier] = STATE(947),
[sym_generic_type] = STATE(962),
[sym_array_type] = STATE(844),
[sym_integral_type] = STATE(844),
[sym_floating_point_type] = STATE(844),
[sym_formal_parameters] = STATE(1589),
[sym_local_variable_declaration] = STATE(381),
[sym__reserved_identifier] = STATE(472),
[aux_sym_array_creation_expression_repeat1] = STATE(810),
[aux_sym_modifiers_repeat1] = STATE(516),
[sym_identifier] = ACTIONS(385),
[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(21),
[anon_sym_DASH] = ACTIONS(21),
[anon_sym_TILDE] = ACTIONS(23),
[anon_sym_BANG] = 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(35),
[anon_sym_SEMI] = ACTIONS(37),
[anon_sym_assert] = ACTIONS(39),
[anon_sym_do] = ACTIONS(41),
[anon_sym_while] = ACTIONS(391),
[anon_sym_break] = ACTIONS(45),
[anon_sym_continue] = ACTIONS(47),
[anon_sym_return] = ACTIONS(49),
[anon_sym_yield] = ACTIONS(51),
[anon_sym_synchronized] = ACTIONS(53),
[anon_sym_throw] = ACTIONS(55),
[anon_sym_try] = ACTIONS(57),
[anon_sym_if] = ACTIONS(393),
[anon_sym_for] = ACTIONS(395),
[anon_sym_AT] = ACTIONS(63),
[anon_sym_open] = ACTIONS(65),
[anon_sym_module] = ACTIONS(67),
[anon_sym_static] = ACTIONS(35),
[anon_sym_with] = ACTIONS(69),
[anon_sym_package] = ACTIONS(71),
[anon_sym_import] = ACTIONS(73),
[anon_sym_enum] = ACTIONS(75),
[anon_sym_public] = ACTIONS(77),
[anon_sym_protected] = ACTIONS(77),
[anon_sym_private] = ACTIONS(77),
[anon_sym_abstract] = ACTIONS(35),
[anon_sym_final] = ACTIONS(35),
[anon_sym_strictfp] = ACTIONS(35),
[anon_sym_native] = ACTIONS(35),
[anon_sym_transient] = ACTIONS(35),
[anon_sym_volatile] = ACTIONS(35),
[anon_sym_sealed] = ACTIONS(240),
[anon_sym_non_DASHsealed] = ACTIONS(81),
[anon_sym_record] = ACTIONS(83),
[anon_sym_interface] = ACTIONS(85),
[anon_sym_byte] = ACTIONS(87),
[anon_sym_short] = ACTIONS(87),
[anon_sym_int] = ACTIONS(87),
[anon_sym_long] = ACTIONS(87),
[anon_sym_char] = ACTIONS(87),
[anon_sym_float] = ACTIONS(89),
[anon_sym_double] = ACTIONS(89),
[sym_boolean_type] = ACTIONS(91),
[sym_void_type] = ACTIONS(91),
[sym_this] = ACTIONS(93),
[sym_super] = ACTIONS(95),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(107)] = {
[sym__literal] = STATE(593),
[sym_string_literal] = STATE(594),
[sym__string_literal] = STATE(550),
[sym__multiline_string_literal] = STATE(550),
[sym_expression] = STATE(855),
[sym_cast_expression] = STATE(709),
[sym_assignment_expression] = STATE(709),
[sym_binary_expression] = STATE(709),
[sym_instanceof_expression] = STATE(709),
[sym_lambda_expression] = STATE(709),
[sym_inferred_parameters] = STATE(1589),
[sym_ternary_expression] = STATE(709),
[sym_unary_expression] = STATE(709),
[sym__unary_complement_expression] = STATE(716),
[sym_update_expression] = STATE(709),
[sym_primary_expression] = STATE(562),
[sym_array_creation_expression] = STATE(593),
[sym_parenthesized_expression] = STATE(449),
[sym_class_literal] = STATE(593),
[sym_object_creation_expression] = STATE(593),
[sym__unqualified_object_creation_expression] = STATE(600),
[sym_field_access] = STATE(449),
[sym_template_expression] = STATE(593),
[sym_array_access] = STATE(449),
[sym_method_invocation] = STATE(593),
[sym_method_reference] = STATE(593),
[sym_switch_expression] = STATE(709),
[sym__annotation] = STATE(912),
[sym_marker_annotation] = STATE(912),
[sym_annotation] = STATE(912),
[sym__type] = STATE(1515),
[sym__unannotated_type] = STATE(1034),
[sym_annotated_type] = STATE(944),
[sym_scoped_type_identifier] = STATE(947),
[sym_generic_type] = STATE(962),
[sym_array_type] = STATE(844),
[sym_integral_type] = STATE(844),
[sym_floating_point_type] = STATE(844),
[sym_formal_parameters] = STATE(1589),
[sym__reserved_identifier] = STATE(444),
[aux_sym_array_creation_expression_repeat1] = STATE(912),
[sym_identifier] = ACTIONS(559),
[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(561),
[anon_sym_AMP] = ACTIONS(564),
[anon_sym_EQ] = ACTIONS(564),
[anon_sym_PLUS_EQ] = ACTIONS(566),
[anon_sym_DASH_EQ] = ACTIONS(566),
[anon_sym_STAR_EQ] = ACTIONS(566),
[anon_sym_SLASH_EQ] = ACTIONS(566),
[anon_sym_AMP_EQ] = ACTIONS(566),
[anon_sym_PIPE_EQ] = ACTIONS(566),
[anon_sym_CARET_EQ] = ACTIONS(566),
[anon_sym_PERCENT_EQ] = ACTIONS(566),
[anon_sym_LT_LT_EQ] = ACTIONS(566),
[anon_sym_GT_GT_EQ] = ACTIONS(566),
[anon_sym_GT_GT_GT_EQ] = ACTIONS(566),
[anon_sym_GT] = ACTIONS(564),
[anon_sym_LT] = ACTIONS(564),
[anon_sym_GT_EQ] = ACTIONS(566),
[anon_sym_LT_EQ] = ACTIONS(566),
[anon_sym_EQ_EQ] = ACTIONS(566),
[anon_sym_BANG_EQ] = ACTIONS(566),
[anon_sym_AMP_AMP] = ACTIONS(566),
[anon_sym_PIPE_PIPE] = ACTIONS(566),
[anon_sym_PLUS] = ACTIONS(568),
[anon_sym_DASH] = ACTIONS(568),
[anon_sym_STAR] = ACTIONS(564),
[anon_sym_SLASH] = ACTIONS(564),
[anon_sym_PIPE] = ACTIONS(564),
[anon_sym_CARET] = ACTIONS(564),
[anon_sym_PERCENT] = ACTIONS(564),
[anon_sym_LT_LT] = ACTIONS(564),
[anon_sym_GT_GT] = ACTIONS(564),
[anon_sym_GT_GT_GT] = ACTIONS(564),
[anon_sym_instanceof] = ACTIONS(564),
[anon_sym_DASH_GT] = ACTIONS(566),
[anon_sym_QMARK] = ACTIONS(566),
[anon_sym_COLON] = ACTIONS(564),
[anon_sym_TILDE] = ACTIONS(23),
[anon_sym_BANG] = ACTIONS(571),
[anon_sym_PLUS_PLUS] = ACTIONS(573),
[anon_sym_DASH_DASH] = ACTIONS(573),
[anon_sym_new] = ACTIONS(27),
[anon_sym_LBRACK] = ACTIONS(566),
[anon_sym_DOT] = ACTIONS(564),
[anon_sym_COLON_COLON] = ACTIONS(566),
[anon_sym_switch] = ACTIONS(551),
[anon_sym_SEMI] = ACTIONS(566),
[anon_sym_yield] = ACTIONS(576),
[anon_sym_AT] = ACTIONS(578),
[anon_sym_open] = ACTIONS(69),
[anon_sym_module] = ACTIONS(69),
[anon_sym_with] = ACTIONS(69),
[anon_sym_sealed] = ACTIONS(69),
[anon_sym_record] = ACTIONS(69),
[anon_sym_byte] = ACTIONS(87),
[anon_sym_short] = ACTIONS(87),
[anon_sym_int] = ACTIONS(87),
[anon_sym_long] = ACTIONS(87),
[anon_sym_char] = ACTIONS(87),
[anon_sym_float] = ACTIONS(89),
[anon_sym_double] = ACTIONS(89),
[sym_boolean_type] = ACTIONS(91),
[sym_void_type] = ACTIONS(91),
[sym_this] = ACTIONS(93),
[sym_super] = ACTIONS(95),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(108)] = {
[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(582),
[sym_decimal_floating_point_literal] = ACTIONS(582),
[sym_hex_floating_point_literal] = ACTIONS(580),
[sym_true] = ACTIONS(580),
[sym_false] = ACTIONS(580),
[sym_character_literal] = ACTIONS(582),
[anon_sym_DQUOTE] = ACTIONS(580),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(582),
[anon_sym_RBRACE] = ACTIONS(582),
[sym_null_literal] = ACTIONS(580),
[anon_sym_LPAREN] = ACTIONS(582),
[anon_sym_RPAREN] = ACTIONS(582),
[anon_sym_AMP] = ACTIONS(580),
[anon_sym_EQ] = ACTIONS(580),
[anon_sym_PLUS_EQ] = ACTIONS(582),
[anon_sym_DASH_EQ] = ACTIONS(582),
[anon_sym_STAR_EQ] = ACTIONS(582),
[anon_sym_SLASH_EQ] = ACTIONS(582),
[anon_sym_AMP_EQ] = ACTIONS(582),
[anon_sym_PIPE_EQ] = ACTIONS(582),
[anon_sym_CARET_EQ] = ACTIONS(582),
[anon_sym_PERCENT_EQ] = ACTIONS(582),
[anon_sym_LT_LT_EQ] = ACTIONS(582),
[anon_sym_GT_GT_EQ] = ACTIONS(582),
[anon_sym_GT_GT_GT_EQ] = ACTIONS(582),
[anon_sym_GT] = ACTIONS(580),
[anon_sym_LT] = ACTIONS(580),
[anon_sym_GT_EQ] = ACTIONS(582),
[anon_sym_LT_EQ] = ACTIONS(582),
[anon_sym_EQ_EQ] = ACTIONS(582),
[anon_sym_BANG_EQ] = ACTIONS(582),
[anon_sym_AMP_AMP] = ACTIONS(582),
[anon_sym_PIPE_PIPE] = ACTIONS(582),
[anon_sym_PLUS] = ACTIONS(580),
[anon_sym_DASH] = ACTIONS(580),
[anon_sym_STAR] = ACTIONS(580),
[anon_sym_SLASH] = ACTIONS(580),
[anon_sym_PIPE] = ACTIONS(580),
[anon_sym_CARET] = ACTIONS(580),
[anon_sym_PERCENT] = ACTIONS(580),
[anon_sym_LT_LT] = ACTIONS(580),
[anon_sym_GT_GT] = ACTIONS(580),
[anon_sym_GT_GT_GT] = ACTIONS(580),
[anon_sym_instanceof] = ACTIONS(580),
[anon_sym_DASH_GT] = ACTIONS(582),
[anon_sym_COMMA] = ACTIONS(582),
[anon_sym_QMARK] = ACTIONS(582),
[anon_sym_COLON] = ACTIONS(580),
[anon_sym_TILDE] = ACTIONS(582),
[anon_sym_BANG] = ACTIONS(580),
[anon_sym_PLUS_PLUS] = ACTIONS(582),
[anon_sym_DASH_DASH] = ACTIONS(582),
[anon_sym_new] = ACTIONS(580),
[anon_sym_LBRACK] = ACTIONS(582),
[anon_sym_RBRACK] = ACTIONS(582),
[anon_sym_DOT] = ACTIONS(580),
[anon_sym_class] = ACTIONS(580),
[anon_sym_COLON_COLON] = ACTIONS(582),
[anon_sym_switch] = ACTIONS(580),
[anon_sym_LBRACE] = ACTIONS(582),
[anon_sym_default] = ACTIONS(580),
[anon_sym_when] = ACTIONS(580),
[anon_sym_SEMI] = ACTIONS(582),
[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_for] = ACTIONS(580),
[anon_sym_AT] = ACTIONS(582),
[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_final] = 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(582),
[anon_sym_record] = ACTIONS(580),
[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),
},
[STATE(109)] = {
[sym__literal] = STATE(593),
[sym_string_literal] = STATE(594),
[sym__string_literal] = STATE(550),
[sym__multiline_string_literal] = STATE(550),
[sym_expression] = STATE(872),
[sym_cast_expression] = STATE(709),
[sym_assignment_expression] = STATE(709),
[sym_binary_expression] = STATE(709),
[sym_instanceof_expression] = STATE(709),
[sym_lambda_expression] = STATE(709),
[sym_inferred_parameters] = STATE(1589),
[sym_ternary_expression] = STATE(709),
[sym_unary_expression] = STATE(709),
[sym__unary_complement_expression] = STATE(716),
[sym_update_expression] = STATE(709),
[sym_primary_expression] = STATE(562),
[sym_array_creation_expression] = STATE(593),
[sym_parenthesized_expression] = STATE(449),
[sym_class_literal] = STATE(593),
[sym_object_creation_expression] = STATE(593),
[sym__unqualified_object_creation_expression] = STATE(600),
[sym_field_access] = STATE(449),
[sym_template_expression] = STATE(593),
[sym_array_access] = STATE(449),
[sym_method_invocation] = STATE(593),
[sym_method_reference] = STATE(593),
[sym_switch_expression] = STATE(709),
[sym__annotation] = STATE(764),
[sym_marker_annotation] = STATE(764),
[sym_annotation] = STATE(764),
[sym_visibility] = STATE(690),
[sym__modifier] = STATE(690),
[sym_modifiers] = STATE(959),
[sym__type] = STATE(1189),
[sym__unannotated_type] = STATE(763),
[sym_annotated_type] = STATE(944),
[sym_scoped_type_identifier] = STATE(947),
[sym_generic_type] = STATE(962),
[sym_array_type] = STATE(844),
[sym_integral_type] = STATE(844),
[sym_floating_point_type] = STATE(844),
[sym_formal_parameters] = STATE(1589),
[sym_formal_parameter] = STATE(1310),
[sym_receiver_parameter] = STATE(1402),
[sym_spread_parameter] = STATE(1310),
[sym__reserved_identifier] = STATE(462),
[aux_sym_array_creation_expression_repeat1] = STATE(916),
[aux_sym_modifiers_repeat1] = STATE(690),
[sym_identifier] = ACTIONS(584),
[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(586),
[anon_sym_PLUS] = ACTIONS(21),
[anon_sym_DASH] = ACTIONS(21),
[anon_sym_TILDE] = ACTIONS(23),
[anon_sym_BANG] = ACTIONS(23),
[anon_sym_PLUS_PLUS] = ACTIONS(25),
[anon_sym_DASH_DASH] = ACTIONS(25),
[anon_sym_new] = ACTIONS(27),
[anon_sym_switch] = ACTIONS(551),
[anon_sym_default] = ACTIONS(588),
[anon_sym_yield] = ACTIONS(576),
[anon_sym_synchronized] = ACTIONS(588),
[anon_sym_AT] = ACTIONS(590),
[anon_sym_open] = ACTIONS(69),
[anon_sym_module] = ACTIONS(69),
[anon_sym_static] = ACTIONS(588),
[anon_sym_with] = ACTIONS(69),
[anon_sym_public] = ACTIONS(592),
[anon_sym_protected] = ACTIONS(592),
[anon_sym_private] = ACTIONS(592),
[anon_sym_abstract] = ACTIONS(588),
[anon_sym_final] = 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(594),
[anon_sym_non_DASHsealed] = ACTIONS(596),
[anon_sym_record] = ACTIONS(69),
[anon_sym_byte] = ACTIONS(87),
[anon_sym_short] = ACTIONS(87),
[anon_sym_int] = ACTIONS(87),
[anon_sym_long] = ACTIONS(87),
[anon_sym_char] = ACTIONS(87),
[anon_sym_float] = ACTIONS(89),
[anon_sym_double] = ACTIONS(89),
[sym_boolean_type] = ACTIONS(91),
[sym_void_type] = ACTIONS(91),
[sym_this] = ACTIONS(93),
[sym_super] = ACTIONS(95),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(110)] = {
[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),
[anon_sym_RBRACE] = ACTIONS(598),
[sym_null_literal] = ACTIONS(600),
[anon_sym_LPAREN] = ACTIONS(598),
[anon_sym_RPAREN] = ACTIONS(598),
[anon_sym_AMP] = ACTIONS(600),
[anon_sym_GT] = ACTIONS(600),
[anon_sym_LT] = ACTIONS(600),
[anon_sym_GT_EQ] = ACTIONS(598),
[anon_sym_LT_EQ] = ACTIONS(598),
[anon_sym_EQ_EQ] = ACTIONS(598),
[anon_sym_BANG_EQ] = ACTIONS(598),
[anon_sym_AMP_AMP] = ACTIONS(598),
[anon_sym_PIPE_PIPE] = ACTIONS(598),
[anon_sym_PLUS] = ACTIONS(600),
[anon_sym_DASH] = ACTIONS(600),
[anon_sym_STAR] = ACTIONS(598),
[anon_sym_SLASH] = ACTIONS(600),
[anon_sym_PIPE] = ACTIONS(600),
[anon_sym_CARET] = ACTIONS(598),
[anon_sym_PERCENT] = ACTIONS(598),
[anon_sym_LT_LT] = ACTIONS(598),
[anon_sym_GT_GT] = ACTIONS(600),
[anon_sym_GT_GT_GT] = ACTIONS(598),
[anon_sym_instanceof] = ACTIONS(600),
[anon_sym_DASH_GT] = ACTIONS(598),
[anon_sym_COMMA] = ACTIONS(598),
[anon_sym_QMARK] = ACTIONS(598),
[anon_sym_COLON] = ACTIONS(600),
[anon_sym_TILDE] = ACTIONS(598),
[anon_sym_BANG] = ACTIONS(600),
[anon_sym_PLUS_PLUS] = ACTIONS(598),
[anon_sym_DASH_DASH] = ACTIONS(598),
[anon_sym_new] = ACTIONS(600),
[anon_sym_LBRACK] = ACTIONS(598),
[anon_sym_RBRACK] = ACTIONS(598),
[anon_sym_DOT] = ACTIONS(600),
[anon_sym_class] = ACTIONS(600),
[anon_sym_COLON_COLON] = ACTIONS(598),
[anon_sym_switch] = ACTIONS(600),
[anon_sym_LBRACE] = ACTIONS(598),
[anon_sym_case] = ACTIONS(600),
[anon_sym_default] = ACTIONS(600),
[anon_sym_when] = 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(598),
[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_final] = 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_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),
},
[STATE(111)] = {
[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),
[anon_sym_RBRACE] = ACTIONS(602),
[sym_null_literal] = ACTIONS(604),
[anon_sym_LPAREN] = ACTIONS(602),
[anon_sym_RPAREN] = ACTIONS(602),
[anon_sym_AMP] = ACTIONS(604),
[anon_sym_GT] = ACTIONS(604),
[anon_sym_LT] = ACTIONS(604),
[anon_sym_GT_EQ] = ACTIONS(602),
[anon_sym_LT_EQ] = ACTIONS(602),
[anon_sym_EQ_EQ] = ACTIONS(602),
[anon_sym_BANG_EQ] = ACTIONS(602),
[anon_sym_AMP_AMP] = ACTIONS(602),
[anon_sym_PIPE_PIPE] = ACTIONS(602),
[anon_sym_PLUS] = ACTIONS(604),
[anon_sym_DASH] = ACTIONS(604),
[anon_sym_STAR] = ACTIONS(602),
[anon_sym_SLASH] = ACTIONS(604),
[anon_sym_PIPE] = ACTIONS(604),
[anon_sym_CARET] = ACTIONS(602),
[anon_sym_PERCENT] = ACTIONS(602),
[anon_sym_LT_LT] = ACTIONS(602),
[anon_sym_GT_GT] = ACTIONS(604),
[anon_sym_GT_GT_GT] = ACTIONS(602),
[anon_sym_instanceof] = ACTIONS(604),
[anon_sym_DASH_GT] = ACTIONS(602),
[anon_sym_COMMA] = ACTIONS(602),
[anon_sym_QMARK] = ACTIONS(602),
[anon_sym_COLON] = ACTIONS(604),
[anon_sym_TILDE] = ACTIONS(602),
[anon_sym_BANG] = ACTIONS(604),
[anon_sym_PLUS_PLUS] = ACTIONS(602),
[anon_sym_DASH_DASH] = ACTIONS(602),
[anon_sym_new] = ACTIONS(604),
[anon_sym_LBRACK] = ACTIONS(602),
[anon_sym_RBRACK] = ACTIONS(602),
[anon_sym_DOT] = ACTIONS(604),
[anon_sym_class] = ACTIONS(604),
[anon_sym_COLON_COLON] = ACTIONS(602),
[anon_sym_switch] = ACTIONS(604),
[anon_sym_LBRACE] = ACTIONS(602),
[anon_sym_case] = ACTIONS(604),
[anon_sym_default] = ACTIONS(604),
[anon_sym_when] = 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(602),
[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_final] = 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_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),
},
[STATE(112)] = {
[sym__literal] = STATE(593),
[sym_string_literal] = STATE(594),
[sym__string_literal] = STATE(550),
[sym__multiline_string_literal] = STATE(550),
[sym_expression] = STATE(823),
[sym_cast_expression] = STATE(709),
[sym_assignment_expression] = STATE(709),
[sym_binary_expression] = STATE(709),
[sym_instanceof_expression] = STATE(709),
[sym_lambda_expression] = STATE(709),
[sym_inferred_parameters] = STATE(1589),
[sym_ternary_expression] = STATE(709),
[sym_unary_expression] = STATE(709),
[sym__unary_complement_expression] = STATE(716),
[sym_update_expression] = STATE(709),
[sym_primary_expression] = STATE(562),
[sym_array_creation_expression] = STATE(593),
[sym_parenthesized_expression] = STATE(449),
[sym_class_literal] = STATE(593),
[sym_object_creation_expression] = STATE(593),
[sym__unqualified_object_creation_expression] = STATE(600),
[sym_field_access] = STATE(449),
[sym_template_expression] = STATE(593),
[sym_array_access] = STATE(449),
[sym_method_invocation] = STATE(593),
[sym_method_reference] = STATE(593),
[sym_switch_expression] = STATE(709),
[sym_record_pattern] = STATE(1314),
[sym_record_pattern_component] = STATE(1314),
[sym__annotation] = STATE(764),
[sym_marker_annotation] = STATE(764),
[sym_annotation] = STATE(764),
[sym_visibility] = STATE(690),
[sym__modifier] = STATE(690),
[sym_modifiers] = STATE(960),
[sym__type] = STATE(1515),
[sym__unannotated_type] = STATE(943),
[sym_annotated_type] = STATE(944),
[sym_scoped_type_identifier] = STATE(971),
[sym_generic_type] = STATE(990),
[sym_array_type] = STATE(844),
[sym_integral_type] = STATE(844),
[sym_floating_point_type] = STATE(844),
[sym_formal_parameters] = STATE(1589),
[sym__reserved_identifier] = STATE(453),
[aux_sym_array_creation_expression_repeat1] = STATE(912),
[aux_sym_modifiers_repeat1] = STATE(690),
[sym_identifier] = ACTIONS(606),
[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(608),
[anon_sym_PLUS] = ACTIONS(21),
[anon_sym_DASH] = ACTIONS(21),
[anon_sym_TILDE] = ACTIONS(23),
[anon_sym_BANG] = ACTIONS(23),
[anon_sym_PLUS_PLUS] = ACTIONS(25),
[anon_sym_DASH_DASH] = ACTIONS(25),
[anon_sym_new] = ACTIONS(27),
[anon_sym_switch] = ACTIONS(551),
[anon_sym_default] = ACTIONS(588),
[sym_underscore_pattern] = ACTIONS(610),
[anon_sym_yield] = ACTIONS(576),
[anon_sym_synchronized] = ACTIONS(588),
[anon_sym_AT] = ACTIONS(590),
[anon_sym_open] = ACTIONS(69),
[anon_sym_module] = ACTIONS(69),
[anon_sym_static] = ACTIONS(588),
[anon_sym_with] = ACTIONS(69),
[anon_sym_public] = ACTIONS(592),
[anon_sym_protected] = ACTIONS(592),
[anon_sym_private] = ACTIONS(592),
[anon_sym_abstract] = ACTIONS(588),
[anon_sym_final] = 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(594),
[anon_sym_non_DASHsealed] = ACTIONS(596),
[anon_sym_record] = ACTIONS(69),
[anon_sym_byte] = ACTIONS(87),
[anon_sym_short] = ACTIONS(87),
[anon_sym_int] = ACTIONS(87),
[anon_sym_long] = ACTIONS(87),
[anon_sym_char] = ACTIONS(87),
[anon_sym_float] = ACTIONS(89),
[anon_sym_double] = ACTIONS(89),
[sym_boolean_type] = ACTIONS(91),
[sym_void_type] = ACTIONS(91),
[sym_this] = ACTIONS(93),
[sym_super] = ACTIONS(95),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(113)] = {
[sym__literal] = STATE(593),
[sym_string_literal] = STATE(594),
[sym__string_literal] = STATE(550),
[sym__multiline_string_literal] = STATE(550),
[sym_expression] = STATE(865),
[sym_cast_expression] = STATE(709),
[sym_assignment_expression] = STATE(709),
[sym_binary_expression] = STATE(709),
[sym_instanceof_expression] = STATE(709),
[sym_lambda_expression] = STATE(709),
[sym_inferred_parameters] = STATE(1589),
[sym_ternary_expression] = STATE(709),
[sym_unary_expression] = STATE(709),
[sym__unary_complement_expression] = STATE(716),
[sym_update_expression] = STATE(709),
[sym_primary_expression] = STATE(562),
[sym_array_creation_expression] = STATE(593),
[sym_parenthesized_expression] = STATE(449),
[sym_class_literal] = STATE(593),
[sym_object_creation_expression] = STATE(593),
[sym__unqualified_object_creation_expression] = STATE(600),
[sym_field_access] = STATE(449),
[sym_template_expression] = STATE(593),
[sym_array_access] = STATE(449),
[sym_method_invocation] = STATE(593),
[sym_method_reference] = STATE(593),
[sym_switch_expression] = STATE(709),
[sym__annotation] = STATE(764),
[sym_marker_annotation] = STATE(764),
[sym_annotation] = STATE(764),
[sym_visibility] = STATE(690),
[sym__modifier] = STATE(690),
[sym_modifiers] = STATE(959),
[sym__type] = STATE(1189),
[sym__unannotated_type] = STATE(763),
[sym_annotated_type] = STATE(944),
[sym_scoped_type_identifier] = STATE(947),
[sym_generic_type] = STATE(962),
[sym_array_type] = STATE(844),
[sym_integral_type] = STATE(844),
[sym_floating_point_type] = STATE(844),
[sym_formal_parameters] = STATE(1589),
[sym_formal_parameter] = STATE(1310),
[sym_receiver_parameter] = STATE(1402),
[sym_spread_parameter] = STATE(1310),
[sym__reserved_identifier] = STATE(462),
[aux_sym_array_creation_expression_repeat1] = STATE(916),
[aux_sym_modifiers_repeat1] = STATE(690),
[sym_identifier] = ACTIONS(584),
[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(586),
[anon_sym_PLUS] = ACTIONS(21),
[anon_sym_DASH] = ACTIONS(21),
[anon_sym_TILDE] = ACTIONS(23),
[anon_sym_BANG] = ACTIONS(23),
[anon_sym_PLUS_PLUS] = ACTIONS(25),
[anon_sym_DASH_DASH] = ACTIONS(25),
[anon_sym_new] = ACTIONS(27),
[anon_sym_switch] = ACTIONS(551),
[anon_sym_default] = ACTIONS(588),
[anon_sym_yield] = ACTIONS(576),
[anon_sym_synchronized] = ACTIONS(588),
[anon_sym_AT] = ACTIONS(590),
[anon_sym_open] = ACTIONS(69),
[anon_sym_module] = ACTIONS(69),
[anon_sym_static] = ACTIONS(588),
[anon_sym_with] = ACTIONS(69),
[anon_sym_public] = ACTIONS(592),
[anon_sym_protected] = ACTIONS(592),
[anon_sym_private] = ACTIONS(592),
[anon_sym_abstract] = ACTIONS(588),
[anon_sym_final] = 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(594),
[anon_sym_non_DASHsealed] = ACTIONS(596),
[anon_sym_record] = ACTIONS(69),
[anon_sym_byte] = ACTIONS(87),
[anon_sym_short] = ACTIONS(87),
[anon_sym_int] = ACTIONS(87),
[anon_sym_long] = ACTIONS(87),
[anon_sym_char] = ACTIONS(87),
[anon_sym_float] = ACTIONS(89),
[anon_sym_double] = ACTIONS(89),
[sym_boolean_type] = ACTIONS(91),
[sym_void_type] = ACTIONS(91),
[sym_this] = ACTIONS(93),
[sym_super] = ACTIONS(95),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(114)] = {
[sym__literal] = STATE(593),
[sym_string_literal] = STATE(594),
[sym__string_literal] = STATE(550),
[sym__multiline_string_literal] = STATE(550),
[sym_expression] = STATE(872),
[sym_cast_expression] = STATE(709),
[sym_assignment_expression] = STATE(709),
[sym_binary_expression] = STATE(709),
[sym_instanceof_expression] = STATE(709),
[sym_lambda_expression] = STATE(709),
[sym_inferred_parameters] = STATE(1589),
[sym_ternary_expression] = STATE(709),
[sym_unary_expression] = STATE(709),
[sym__unary_complement_expression] = STATE(716),
[sym_update_expression] = STATE(709),
[sym_primary_expression] = STATE(562),
[sym_array_creation_expression] = STATE(593),
[sym_parenthesized_expression] = STATE(449),
[sym_class_literal] = STATE(593),
[sym_object_creation_expression] = STATE(593),
[sym__unqualified_object_creation_expression] = STATE(600),
[sym_field_access] = STATE(449),
[sym_template_expression] = STATE(593),
[sym_array_access] = STATE(449),
[sym_method_invocation] = STATE(593),
[sym_method_reference] = STATE(593),
[sym_switch_expression] = STATE(709),
[sym__annotation] = STATE(764),
[sym_marker_annotation] = STATE(764),
[sym_annotation] = STATE(764),
[sym_visibility] = STATE(690),
[sym__modifier] = STATE(690),
[sym_modifiers] = STATE(959),
[sym__type] = STATE(1187),
[sym__unannotated_type] = STATE(763),
[sym_annotated_type] = STATE(944),
[sym_scoped_type_identifier] = STATE(947),
[sym_generic_type] = STATE(962),
[sym_array_type] = STATE(844),
[sym_integral_type] = STATE(844),
[sym_floating_point_type] = STATE(844),
[sym_formal_parameters] = STATE(1589),
[sym_formal_parameter] = STATE(1310),
[sym_receiver_parameter] = STATE(1402),
[sym_spread_parameter] = STATE(1310),
[sym__reserved_identifier] = STATE(462),
[aux_sym_array_creation_expression_repeat1] = STATE(916),
[aux_sym_modifiers_repeat1] = STATE(690),
[sym_identifier] = ACTIONS(584),
[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(586),
[anon_sym_PLUS] = ACTIONS(21),
[anon_sym_DASH] = ACTIONS(21),
[anon_sym_TILDE] = ACTIONS(23),
[anon_sym_BANG] = ACTIONS(23),
[anon_sym_PLUS_PLUS] = ACTIONS(25),
[anon_sym_DASH_DASH] = ACTIONS(25),
[anon_sym_new] = ACTIONS(27),
[anon_sym_switch] = ACTIONS(551),
[anon_sym_default] = ACTIONS(588),
[anon_sym_yield] = ACTIONS(576),
[anon_sym_synchronized] = ACTIONS(588),
[anon_sym_AT] = ACTIONS(590),
[anon_sym_open] = ACTIONS(69),
[anon_sym_module] = ACTIONS(69),
[anon_sym_static] = ACTIONS(588),
[anon_sym_with] = ACTIONS(69),
[anon_sym_public] = ACTIONS(592),
[anon_sym_protected] = ACTIONS(592),
[anon_sym_private] = ACTIONS(592),
[anon_sym_abstract] = ACTIONS(588),
[anon_sym_final] = 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(594),
[anon_sym_non_DASHsealed] = ACTIONS(596),
[anon_sym_record] = ACTIONS(69),
[anon_sym_byte] = ACTIONS(87),
[anon_sym_short] = ACTIONS(87),
[anon_sym_int] = ACTIONS(87),
[anon_sym_long] = ACTIONS(87),
[anon_sym_char] = ACTIONS(87),
[anon_sym_float] = ACTIONS(89),
[anon_sym_double] = ACTIONS(89),
[sym_boolean_type] = ACTIONS(91),
[sym_void_type] = ACTIONS(91),
[sym_this] = ACTIONS(93),
[sym_super] = ACTIONS(95),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(115)] = {
[sym__literal] = STATE(593),
[sym_string_literal] = STATE(594),
[sym__string_literal] = STATE(550),
[sym__multiline_string_literal] = STATE(550),
[sym_expression] = STATE(865),
[sym_cast_expression] = STATE(709),
[sym_assignment_expression] = STATE(709),
[sym_binary_expression] = STATE(709),
[sym_instanceof_expression] = STATE(709),
[sym_lambda_expression] = STATE(709),
[sym_inferred_parameters] = STATE(1589),
[sym_ternary_expression] = STATE(709),
[sym_unary_expression] = STATE(709),
[sym__unary_complement_expression] = STATE(716),
[sym_update_expression] = STATE(709),
[sym_primary_expression] = STATE(562),
[sym_array_creation_expression] = STATE(593),
[sym_parenthesized_expression] = STATE(449),
[sym_class_literal] = STATE(593),
[sym_object_creation_expression] = STATE(593),
[sym__unqualified_object_creation_expression] = STATE(600),
[sym_field_access] = STATE(449),
[sym_template_expression] = STATE(593),
[sym_array_access] = STATE(449),
[sym_method_invocation] = STATE(593),
[sym_method_reference] = STATE(593),
[sym_switch_expression] = STATE(709),
[sym__annotation] = STATE(764),
[sym_marker_annotation] = STATE(764),
[sym_annotation] = STATE(764),
[sym_visibility] = STATE(690),
[sym__modifier] = STATE(690),
[sym_modifiers] = STATE(959),
[sym__type] = STATE(1187),
[sym__unannotated_type] = STATE(763),
[sym_annotated_type] = STATE(944),
[sym_scoped_type_identifier] = STATE(947),
[sym_generic_type] = STATE(962),
[sym_array_type] = STATE(844),
[sym_integral_type] = STATE(844),
[sym_floating_point_type] = STATE(844),
[sym_formal_parameters] = STATE(1589),
[sym_formal_parameter] = STATE(1310),
[sym_receiver_parameter] = STATE(1402),
[sym_spread_parameter] = STATE(1310),
[sym__reserved_identifier] = STATE(462),
[aux_sym_array_creation_expression_repeat1] = STATE(916),
[aux_sym_modifiers_repeat1] = STATE(690),
[sym_identifier] = ACTIONS(584),
[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(586),
[anon_sym_PLUS] = ACTIONS(21),
[anon_sym_DASH] = ACTIONS(21),
[anon_sym_TILDE] = ACTIONS(23),
[anon_sym_BANG] = ACTIONS(23),
[anon_sym_PLUS_PLUS] = ACTIONS(25),
[anon_sym_DASH_DASH] = ACTIONS(25),
[anon_sym_new] = ACTIONS(27),
[anon_sym_switch] = ACTIONS(551),
[anon_sym_default] = ACTIONS(588),
[anon_sym_yield] = ACTIONS(576),
[anon_sym_synchronized] = ACTIONS(588),
[anon_sym_AT] = ACTIONS(590),
[anon_sym_open] = ACTIONS(69),
[anon_sym_module] = ACTIONS(69),
[anon_sym_static] = ACTIONS(588),
[anon_sym_with] = ACTIONS(69),
[anon_sym_public] = ACTIONS(592),
[anon_sym_protected] = ACTIONS(592),
[anon_sym_private] = ACTIONS(592),
[anon_sym_abstract] = ACTIONS(588),
[anon_sym_final] = 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(594),
[anon_sym_non_DASHsealed] = ACTIONS(596),
[anon_sym_record] = ACTIONS(69),
[anon_sym_byte] = ACTIONS(87),
[anon_sym_short] = ACTIONS(87),
[anon_sym_int] = ACTIONS(87),
[anon_sym_long] = ACTIONS(87),
[anon_sym_char] = ACTIONS(87),
[anon_sym_float] = ACTIONS(89),
[anon_sym_double] = ACTIONS(89),
[sym_boolean_type] = ACTIONS(91),
[sym_void_type] = ACTIONS(91),
[sym_this] = ACTIONS(93),
[sym_super] = ACTIONS(95),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(116)] = {
[sym__literal] = STATE(593),
[sym_string_literal] = STATE(594),
[sym__string_literal] = STATE(550),
[sym__multiline_string_literal] = STATE(550),
[sym_expression] = STATE(911),
[sym_cast_expression] = STATE(748),
[sym_assignment_expression] = STATE(709),
[sym_binary_expression] = STATE(748),
[sym_instanceof_expression] = STATE(748),
[sym_lambda_expression] = STATE(709),
[sym_inferred_parameters] = STATE(1589),
[sym_ternary_expression] = STATE(748),
[sym_unary_expression] = STATE(748),
[sym__unary_complement_expression] = STATE(716),
[sym_update_expression] = STATE(709),
[sym_primary_expression] = STATE(630),
[sym_array_creation_expression] = STATE(593),
[sym_parenthesized_expression] = STATE(449),
[sym_class_literal] = STATE(593),
[sym_object_creation_expression] = STATE(593),
[sym__unqualified_object_creation_expression] = STATE(600),
[sym_field_access] = STATE(449),
[sym_template_expression] = STATE(593),
[sym_array_access] = STATE(449),
[sym_method_invocation] = STATE(593),
[sym_method_reference] = STATE(593),
[sym_switch_expression] = STATE(709),
[sym_pattern] = STATE(1124),
[sym_type_pattern] = STATE(1197),
[sym_record_pattern] = STATE(1197),
[sym__annotation] = STATE(764),
[sym_marker_annotation] = STATE(764),
[sym_annotation] = STATE(764),
[sym_visibility] = STATE(690),
[sym__modifier] = STATE(690),
[sym_modifiers] = STATE(955),
[sym__type] = STATE(1515),
[sym__unannotated_type] = STATE(945),
[sym_annotated_type] = STATE(944),
[sym_scoped_type_identifier] = STATE(971),
[sym_generic_type] = STATE(990),
[sym_array_type] = STATE(844),
[sym_integral_type] = STATE(844),
[sym_floating_point_type] = STATE(844),
[sym_formal_parameters] = STATE(1589),
[sym__reserved_identifier] = STATE(457),
[aux_sym_array_creation_expression_repeat1] = STATE(912),
[aux_sym_modifiers_repeat1] = STATE(690),
[sym_identifier] = ACTIONS(612),
[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(614),
[anon_sym_PLUS] = ACTIONS(616),
[anon_sym_DASH] = ACTIONS(616),
[anon_sym_TILDE] = ACTIONS(618),
[anon_sym_BANG] = ACTIONS(618),
[anon_sym_PLUS_PLUS] = ACTIONS(25),
[anon_sym_DASH_DASH] = ACTIONS(25),
[anon_sym_new] = ACTIONS(27),
[anon_sym_switch] = ACTIONS(551),
[anon_sym_default] = ACTIONS(588),
[anon_sym_yield] = ACTIONS(576),
[anon_sym_synchronized] = ACTIONS(588),
[anon_sym_AT] = ACTIONS(590),
[anon_sym_open] = ACTIONS(69),
[anon_sym_module] = ACTIONS(69),
[anon_sym_static] = ACTIONS(588),
[anon_sym_with] = ACTIONS(69),
[anon_sym_public] = ACTIONS(592),
[anon_sym_protected] = ACTIONS(592),
[anon_sym_private] = ACTIONS(592),
[anon_sym_abstract] = ACTIONS(588),
[anon_sym_final] = 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(594),
[anon_sym_non_DASHsealed] = ACTIONS(596),
[anon_sym_record] = ACTIONS(69),
[anon_sym_byte] = ACTIONS(87),
[anon_sym_short] = ACTIONS(87),
[anon_sym_int] = ACTIONS(87),
[anon_sym_long] = ACTIONS(87),
[anon_sym_char] = ACTIONS(87),
[anon_sym_float] = ACTIONS(89),
[anon_sym_double] = ACTIONS(89),
[sym_boolean_type] = ACTIONS(91),
[sym_void_type] = ACTIONS(91),
[sym_this] = ACTIONS(93),
[sym_super] = ACTIONS(95),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(117)] = {
[sym__literal] = STATE(593),
[sym_string_literal] = STATE(594),
[sym__string_literal] = STATE(550),
[sym__multiline_string_literal] = STATE(550),
[sym_expression] = STATE(905),
[sym_cast_expression] = STATE(752),
[sym_assignment_expression] = STATE(709),
[sym_binary_expression] = STATE(752),
[sym_instanceof_expression] = STATE(752),
[sym_lambda_expression] = STATE(709),
[sym_inferred_parameters] = STATE(1589),
[sym_ternary_expression] = STATE(752),
[sym_unary_expression] = STATE(752),
[sym__unary_complement_expression] = STATE(716),
[sym_update_expression] = STATE(709),
[sym_primary_expression] = STATE(684),
[sym_array_creation_expression] = STATE(593),
[sym_parenthesized_expression] = STATE(449),
[sym_class_literal] = STATE(593),
[sym_object_creation_expression] = STATE(593),
[sym__unqualified_object_creation_expression] = STATE(600),
[sym_field_access] = STATE(449),
[sym_template_expression] = STATE(593),
[sym_array_access] = STATE(449),
[sym_method_invocation] = STATE(593),
[sym_method_reference] = STATE(593),
[sym_switch_expression] = STATE(709),
[sym_pattern] = STATE(1166),
[sym_type_pattern] = STATE(1197),
[sym_record_pattern] = STATE(1197),
[sym__annotation] = STATE(764),
[sym_marker_annotation] = STATE(764),
[sym_annotation] = STATE(764),
[sym_visibility] = STATE(690),
[sym__modifier] = STATE(690),
[sym_modifiers] = STATE(955),
[sym__type] = STATE(1515),
[sym__unannotated_type] = STATE(945),
[sym_annotated_type] = STATE(944),
[sym_scoped_type_identifier] = STATE(971),
[sym_generic_type] = STATE(990),
[sym_array_type] = STATE(844),
[sym_integral_type] = STATE(844),
[sym_floating_point_type] = STATE(844),
[sym_formal_parameters] = STATE(1589),
[sym__reserved_identifier] = STATE(453),
[aux_sym_array_creation_expression_repeat1] = STATE(912),
[aux_sym_modifiers_repeat1] = STATE(690),
[sym_identifier] = ACTIONS(606),
[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(21),
[anon_sym_DASH] = ACTIONS(21),
[anon_sym_TILDE] = ACTIONS(23),
[anon_sym_BANG] = ACTIONS(23),
[anon_sym_PLUS_PLUS] = ACTIONS(25),
[anon_sym_DASH_DASH] = ACTIONS(25),
[anon_sym_new] = ACTIONS(27),
[anon_sym_switch] = ACTIONS(551),
[anon_sym_default] = ACTIONS(588),
[anon_sym_yield] = ACTIONS(576),
[anon_sym_synchronized] = ACTIONS(588),
[anon_sym_AT] = ACTIONS(590),
[anon_sym_open] = ACTIONS(69),
[anon_sym_module] = ACTIONS(69),
[anon_sym_static] = ACTIONS(588),
[anon_sym_with] = ACTIONS(69),
[anon_sym_public] = ACTIONS(592),
[anon_sym_protected] = ACTIONS(592),
[anon_sym_private] = ACTIONS(592),
[anon_sym_abstract] = ACTIONS(588),
[anon_sym_final] = 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(594),
[anon_sym_non_DASHsealed] = ACTIONS(596),
[anon_sym_record] = ACTIONS(69),
[anon_sym_byte] = ACTIONS(87),
[anon_sym_short] = ACTIONS(87),
[anon_sym_int] = ACTIONS(87),
[anon_sym_long] = ACTIONS(87),
[anon_sym_char] = ACTIONS(87),
[anon_sym_float] = ACTIONS(89),
[anon_sym_double] = ACTIONS(89),
[sym_boolean_type] = ACTIONS(91),
[sym_void_type] = ACTIONS(91),
[sym_this] = ACTIONS(93),
[sym_super] = ACTIONS(95),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(118)] = {
[sym__literal] = STATE(593),
[sym_string_literal] = STATE(594),
[sym__string_literal] = STATE(550),
[sym__multiline_string_literal] = STATE(550),
[sym_expression] = STATE(822),
[sym_cast_expression] = STATE(709),
[sym_assignment_expression] = STATE(709),
[sym_binary_expression] = STATE(709),
[sym_instanceof_expression] = STATE(709),
[sym_lambda_expression] = STATE(709),
[sym_inferred_parameters] = STATE(1589),
[sym_ternary_expression] = STATE(709),
[sym_unary_expression] = STATE(709),
[sym__unary_complement_expression] = STATE(716),
[sym_update_expression] = STATE(709),
[sym_primary_expression] = STATE(562),
[sym_array_creation_expression] = STATE(593),
[sym_parenthesized_expression] = STATE(449),
[sym_class_literal] = STATE(593),
[sym_object_creation_expression] = STATE(593),
[sym__unqualified_object_creation_expression] = STATE(600),
[sym_field_access] = STATE(449),
[sym_template_expression] = STATE(593),
[sym_array_access] = STATE(449),
[sym_method_invocation] = STATE(593),
[sym_method_reference] = STATE(593),
[sym_switch_expression] = STATE(709),
[sym__annotation] = STATE(764),
[sym_marker_annotation] = STATE(764),
[sym_annotation] = STATE(764),
[sym_visibility] = STATE(690),
[sym__modifier] = STATE(690),
[sym_modifiers] = STATE(968),
[sym__type] = STATE(1515),
[sym__unannotated_type] = STATE(889),
[sym_annotated_type] = STATE(944),
[sym_scoped_type_identifier] = STATE(947),
[sym_generic_type] = STATE(962),
[sym_array_type] = STATE(844),
[sym_integral_type] = STATE(844),
[sym_floating_point_type] = STATE(844),
[sym_formal_parameters] = STATE(1589),
[sym_local_variable_declaration] = STATE(186),
[sym__reserved_identifier] = STATE(444),
[aux_sym_array_creation_expression_repeat1] = STATE(912),
[aux_sym_modifiers_repeat1] = STATE(690),
[sym_identifier] = ACTIONS(559),
[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(21),
[anon_sym_DASH] = ACTIONS(21),
[anon_sym_TILDE] = ACTIONS(23),
[anon_sym_BANG] = ACTIONS(23),
[anon_sym_PLUS_PLUS] = ACTIONS(25),
[anon_sym_DASH_DASH] = ACTIONS(25),
[anon_sym_new] = ACTIONS(27),
[anon_sym_switch] = ACTIONS(551),
[anon_sym_default] = ACTIONS(588),
[anon_sym_SEMI] = ACTIONS(620),
[anon_sym_yield] = ACTIONS(576),
[anon_sym_synchronized] = ACTIONS(588),
[anon_sym_AT] = ACTIONS(590),
[anon_sym_open] = ACTIONS(69),
[anon_sym_module] = ACTIONS(69),
[anon_sym_static] = ACTIONS(588),
[anon_sym_with] = ACTIONS(69),
[anon_sym_public] = ACTIONS(592),
[anon_sym_protected] = ACTIONS(592),
[anon_sym_private] = ACTIONS(592),
[anon_sym_abstract] = ACTIONS(588),
[anon_sym_final] = 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(594),
[anon_sym_non_DASHsealed] = ACTIONS(596),
[anon_sym_record] = ACTIONS(69),
[anon_sym_byte] = ACTIONS(87),
[anon_sym_short] = ACTIONS(87),
[anon_sym_int] = ACTIONS(87),
[anon_sym_long] = ACTIONS(87),
[anon_sym_char] = ACTIONS(87),
[anon_sym_float] = ACTIONS(89),
[anon_sym_double] = ACTIONS(89),
[sym_boolean_type] = ACTIONS(91),
[sym_void_type] = ACTIONS(91),
[sym_this] = ACTIONS(93),
[sym_super] = ACTIONS(95),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(119)] = {
[sym__literal] = STATE(593),
[sym_string_literal] = STATE(594),
[sym__string_literal] = STATE(550),
[sym__multiline_string_literal] = STATE(550),
[sym_expression] = STATE(813),
[sym_cast_expression] = STATE(709),
[sym_assignment_expression] = STATE(709),
[sym_binary_expression] = STATE(709),
[sym_instanceof_expression] = STATE(709),
[sym_lambda_expression] = STATE(709),
[sym_inferred_parameters] = STATE(1589),
[sym_ternary_expression] = STATE(709),
[sym_unary_expression] = STATE(709),
[sym__unary_complement_expression] = STATE(716),
[sym_update_expression] = STATE(709),
[sym_primary_expression] = STATE(562),
[sym_array_creation_expression] = STATE(593),
[sym_parenthesized_expression] = STATE(449),
[sym_class_literal] = STATE(593),
[sym_object_creation_expression] = STATE(593),
[sym__unqualified_object_creation_expression] = STATE(600),
[sym_field_access] = STATE(449),
[sym_template_expression] = STATE(593),
[sym_array_access] = STATE(449),
[sym_method_invocation] = STATE(593),
[sym_method_reference] = STATE(593),
[sym_switch_expression] = STATE(709),
[sym__annotation] = STATE(764),
[sym_marker_annotation] = STATE(764),
[sym_annotation] = STATE(764),
[sym_visibility] = STATE(690),
[sym__modifier] = STATE(690),
[sym_modifiers] = STATE(966),
[sym__type] = STATE(1515),
[sym__unannotated_type] = STATE(859),
[sym_annotated_type] = STATE(944),
[sym_scoped_type_identifier] = STATE(947),
[sym_generic_type] = STATE(962),
[sym_array_type] = STATE(844),
[sym_integral_type] = STATE(844),
[sym_floating_point_type] = STATE(844),
[sym_formal_parameters] = STATE(1589),
[sym_local_variable_declaration] = STATE(162),
[sym__reserved_identifier] = STATE(444),
[aux_sym_array_creation_expression_repeat1] = STATE(912),
[aux_sym_modifiers_repeat1] = STATE(690),
[sym_identifier] = ACTIONS(559),
[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(21),
[anon_sym_DASH] = ACTIONS(21),
[anon_sym_TILDE] = ACTIONS(23),
[anon_sym_BANG] = ACTIONS(23),
[anon_sym_PLUS_PLUS] = ACTIONS(25),
[anon_sym_DASH_DASH] = ACTIONS(25),
[anon_sym_new] = ACTIONS(27),
[anon_sym_switch] = ACTIONS(551),
[anon_sym_default] = ACTIONS(588),
[anon_sym_SEMI] = ACTIONS(622),
[anon_sym_yield] = ACTIONS(576),
[anon_sym_synchronized] = ACTIONS(588),
[anon_sym_AT] = ACTIONS(590),
[anon_sym_open] = ACTIONS(69),
[anon_sym_module] = ACTIONS(69),
[anon_sym_static] = ACTIONS(588),
[anon_sym_with] = ACTIONS(69),
[anon_sym_public] = ACTIONS(592),
[anon_sym_protected] = ACTIONS(592),
[anon_sym_private] = ACTIONS(592),
[anon_sym_abstract] = ACTIONS(588),
[anon_sym_final] = 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(594),
[anon_sym_non_DASHsealed] = ACTIONS(596),
[anon_sym_record] = ACTIONS(69),
[anon_sym_byte] = ACTIONS(87),
[anon_sym_short] = ACTIONS(87),
[anon_sym_int] = ACTIONS(87),
[anon_sym_long] = ACTIONS(87),
[anon_sym_char] = ACTIONS(87),
[anon_sym_float] = ACTIONS(89),
[anon_sym_double] = ACTIONS(89),
[sym_boolean_type] = ACTIONS(91),
[sym_void_type] = ACTIONS(91),
[sym_this] = ACTIONS(93),
[sym_super] = ACTIONS(95),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(120)] = {
[sym__literal] = STATE(593),
[sym_string_literal] = STATE(594),
[sym__string_literal] = STATE(550),
[sym__multiline_string_literal] = STATE(550),
[sym_expression] = STATE(824),
[sym_cast_expression] = STATE(709),
[sym_assignment_expression] = STATE(709),
[sym_binary_expression] = STATE(709),
[sym_instanceof_expression] = STATE(709),
[sym_lambda_expression] = STATE(709),
[sym_inferred_parameters] = STATE(1589),
[sym_ternary_expression] = STATE(709),
[sym_unary_expression] = STATE(709),
[sym__unary_complement_expression] = STATE(716),
[sym_update_expression] = STATE(709),
[sym_primary_expression] = STATE(562),
[sym_array_creation_expression] = STATE(593),
[sym_parenthesized_expression] = STATE(449),
[sym_class_literal] = STATE(593),
[sym_object_creation_expression] = STATE(593),
[sym__unqualified_object_creation_expression] = STATE(600),
[sym_field_access] = STATE(449),
[sym_template_expression] = STATE(593),
[sym_array_access] = STATE(449),
[sym_method_invocation] = STATE(593),
[sym_method_reference] = STATE(593),
[sym_switch_expression] = STATE(709),
[sym__annotation] = STATE(764),
[sym_marker_annotation] = STATE(764),
[sym_annotation] = STATE(764),
[sym_visibility] = STATE(690),
[sym__modifier] = STATE(690),
[sym_modifiers] = STATE(963),
[sym__type] = STATE(1515),
[sym__unannotated_type] = STATE(890),
[sym_annotated_type] = STATE(944),
[sym_scoped_type_identifier] = STATE(947),
[sym_generic_type] = STATE(962),
[sym_array_type] = STATE(844),
[sym_integral_type] = STATE(844),
[sym_floating_point_type] = STATE(844),
[sym_formal_parameters] = STATE(1589),
[sym_local_variable_declaration] = STATE(191),
[sym__reserved_identifier] = STATE(444),
[aux_sym_array_creation_expression_repeat1] = STATE(912),
[aux_sym_modifiers_repeat1] = STATE(690),
[sym_identifier] = ACTIONS(559),
[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(21),
[anon_sym_DASH] = ACTIONS(21),
[anon_sym_TILDE] = ACTIONS(23),
[anon_sym_BANG] = ACTIONS(23),
[anon_sym_PLUS_PLUS] = ACTIONS(25),
[anon_sym_DASH_DASH] = ACTIONS(25),
[anon_sym_new] = ACTIONS(27),
[anon_sym_switch] = ACTIONS(551),
[anon_sym_default] = ACTIONS(588),
[anon_sym_SEMI] = ACTIONS(624),
[anon_sym_yield] = ACTIONS(576),
[anon_sym_synchronized] = ACTIONS(588),
[anon_sym_AT] = ACTIONS(590),
[anon_sym_open] = ACTIONS(69),
[anon_sym_module] = ACTIONS(69),
[anon_sym_static] = ACTIONS(588),
[anon_sym_with] = ACTIONS(69),
[anon_sym_public] = ACTIONS(592),
[anon_sym_protected] = ACTIONS(592),
[anon_sym_private] = ACTIONS(592),
[anon_sym_abstract] = ACTIONS(588),
[anon_sym_final] = 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(594),
[anon_sym_non_DASHsealed] = ACTIONS(596),
[anon_sym_record] = ACTIONS(69),
[anon_sym_byte] = ACTIONS(87),
[anon_sym_short] = ACTIONS(87),
[anon_sym_int] = ACTIONS(87),
[anon_sym_long] = ACTIONS(87),
[anon_sym_char] = ACTIONS(87),
[anon_sym_float] = ACTIONS(89),
[anon_sym_double] = ACTIONS(89),
[sym_boolean_type] = ACTIONS(91),
[sym_void_type] = ACTIONS(91),
[sym_this] = ACTIONS(93),
[sym_super] = ACTIONS(95),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(121)] = {
[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),
[anon_sym_RBRACE] = ACTIONS(626),
[sym_null_literal] = ACTIONS(628),
[anon_sym_LPAREN] = ACTIONS(626),
[anon_sym_AMP] = ACTIONS(628),
[anon_sym_GT] = ACTIONS(628),
[anon_sym_LT] = ACTIONS(628),
[anon_sym_GT_EQ] = ACTIONS(626),
[anon_sym_LT_EQ] = ACTIONS(626),
[anon_sym_EQ_EQ] = ACTIONS(626),
[anon_sym_BANG_EQ] = ACTIONS(626),
[anon_sym_AMP_AMP] = ACTIONS(626),
[anon_sym_PIPE_PIPE] = ACTIONS(626),
[anon_sym_PLUS] = ACTIONS(628),
[anon_sym_DASH] = ACTIONS(628),
[anon_sym_STAR] = ACTIONS(626),
[anon_sym_SLASH] = ACTIONS(628),
[anon_sym_PIPE] = ACTIONS(628),
[anon_sym_CARET] = ACTIONS(626),
[anon_sym_PERCENT] = ACTIONS(626),
[anon_sym_LT_LT] = ACTIONS(626),
[anon_sym_GT_GT] = ACTIONS(628),
[anon_sym_GT_GT_GT] = ACTIONS(626),
[anon_sym_instanceof] = ACTIONS(628),
[anon_sym_QMARK] = ACTIONS(626),
[anon_sym_TILDE] = ACTIONS(626),
[anon_sym_BANG] = ACTIONS(628),
[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_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(626),
[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_final] = 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_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),
},
[STATE(122)] = {
[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),
[anon_sym_RBRACE] = ACTIONS(630),
[sym_null_literal] = ACTIONS(632),
[anon_sym_LPAREN] = ACTIONS(630),
[anon_sym_AMP] = ACTIONS(632),
[anon_sym_GT] = ACTIONS(632),
[anon_sym_LT] = ACTIONS(632),
[anon_sym_GT_EQ] = ACTIONS(630),
[anon_sym_LT_EQ] = ACTIONS(630),
[anon_sym_EQ_EQ] = ACTIONS(630),
[anon_sym_BANG_EQ] = ACTIONS(630),
[anon_sym_AMP_AMP] = ACTIONS(630),
[anon_sym_PIPE_PIPE] = ACTIONS(630),
[anon_sym_PLUS] = ACTIONS(632),
[anon_sym_DASH] = ACTIONS(632),
[anon_sym_STAR] = ACTIONS(630),
[anon_sym_SLASH] = ACTIONS(632),
[anon_sym_PIPE] = ACTIONS(632),
[anon_sym_CARET] = ACTIONS(630),
[anon_sym_PERCENT] = ACTIONS(630),
[anon_sym_LT_LT] = ACTIONS(630),
[anon_sym_GT_GT] = ACTIONS(632),
[anon_sym_GT_GT_GT] = ACTIONS(630),
[anon_sym_instanceof] = ACTIONS(632),
[anon_sym_QMARK] = ACTIONS(630),
[anon_sym_TILDE] = ACTIONS(630),
[anon_sym_BANG] = ACTIONS(632),
[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_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(630),
[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_final] = 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_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),
},
[STATE(123)] = {
[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),
[anon_sym_RBRACE] = ACTIONS(634),
[sym_null_literal] = ACTIONS(636),
[anon_sym_LPAREN] = ACTIONS(634),
[anon_sym_AMP] = ACTIONS(636),
[anon_sym_GT] = ACTIONS(636),
[anon_sym_LT] = ACTIONS(636),
[anon_sym_GT_EQ] = ACTIONS(634),
[anon_sym_LT_EQ] = ACTIONS(634),
[anon_sym_EQ_EQ] = ACTIONS(634),
[anon_sym_BANG_EQ] = ACTIONS(634),
[anon_sym_AMP_AMP] = ACTIONS(634),
[anon_sym_PIPE_PIPE] = ACTIONS(634),
[anon_sym_PLUS] = ACTIONS(636),
[anon_sym_DASH] = ACTIONS(636),
[anon_sym_STAR] = ACTIONS(634),
[anon_sym_SLASH] = ACTIONS(636),
[anon_sym_PIPE] = ACTIONS(636),
[anon_sym_CARET] = ACTIONS(634),
[anon_sym_PERCENT] = ACTIONS(634),
[anon_sym_LT_LT] = ACTIONS(634),
[anon_sym_GT_GT] = ACTIONS(636),
[anon_sym_GT_GT_GT] = ACTIONS(634),
[anon_sym_instanceof] = ACTIONS(636),
[anon_sym_QMARK] = ACTIONS(634),
[anon_sym_TILDE] = ACTIONS(634),
[anon_sym_BANG] = ACTIONS(636),
[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_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(634),
[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_final] = 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_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),
},
[STATE(124)] = {
[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),
[anon_sym_RBRACE] = ACTIONS(638),
[sym_null_literal] = ACTIONS(640),
[anon_sym_LPAREN] = ACTIONS(638),
[anon_sym_AMP] = ACTIONS(642),
[anon_sym_GT] = ACTIONS(642),
[anon_sym_LT] = ACTIONS(644),
[anon_sym_GT_EQ] = ACTIONS(647),
[anon_sym_LT_EQ] = ACTIONS(647),
[anon_sym_EQ_EQ] = ACTIONS(647),
[anon_sym_BANG_EQ] = ACTIONS(647),
[anon_sym_AMP_AMP] = ACTIONS(647),
[anon_sym_PIPE_PIPE] = ACTIONS(647),
[anon_sym_PLUS] = ACTIONS(644),
[anon_sym_DASH] = ACTIONS(644),
[anon_sym_STAR] = ACTIONS(647),
[anon_sym_SLASH] = ACTIONS(642),
[anon_sym_PIPE] = ACTIONS(642),
[anon_sym_CARET] = ACTIONS(647),
[anon_sym_PERCENT] = ACTIONS(647),
[anon_sym_LT_LT] = ACTIONS(647),
[anon_sym_GT_GT] = ACTIONS(642),
[anon_sym_GT_GT_GT] = ACTIONS(647),
[anon_sym_instanceof] = ACTIONS(642),
[anon_sym_QMARK] = ACTIONS(647),
[anon_sym_TILDE] = ACTIONS(638),
[anon_sym_BANG] = ACTIONS(640),
[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_default] = ACTIONS(640),
[anon_sym_SEMI] = ACTIONS(649),
[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(638),
[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_final] = 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_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),
},
[STATE(125)] = {
[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),
[anon_sym_RBRACE] = ACTIONS(638),
[sym_null_literal] = ACTIONS(640),
[anon_sym_LPAREN] = ACTIONS(638),
[anon_sym_AMP] = ACTIONS(642),
[anon_sym_GT] = ACTIONS(642),
[anon_sym_LT] = ACTIONS(642),
[anon_sym_GT_EQ] = ACTIONS(647),
[anon_sym_LT_EQ] = ACTIONS(647),
[anon_sym_EQ_EQ] = ACTIONS(647),
[anon_sym_BANG_EQ] = ACTIONS(647),
[anon_sym_AMP_AMP] = ACTIONS(647),
[anon_sym_PIPE_PIPE] = ACTIONS(647),
[anon_sym_PLUS] = ACTIONS(644),
[anon_sym_DASH] = ACTIONS(644),
[anon_sym_STAR] = ACTIONS(647),
[anon_sym_SLASH] = ACTIONS(642),
[anon_sym_PIPE] = ACTIONS(642),
[anon_sym_CARET] = ACTIONS(647),
[anon_sym_PERCENT] = ACTIONS(647),
[anon_sym_LT_LT] = ACTIONS(647),
[anon_sym_GT_GT] = ACTIONS(642),
[anon_sym_GT_GT_GT] = ACTIONS(647),
[anon_sym_instanceof] = ACTIONS(642),
[anon_sym_QMARK] = ACTIONS(647),
[anon_sym_TILDE] = ACTIONS(638),
[anon_sym_BANG] = ACTIONS(640),
[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_case] = ACTIONS(640),
[anon_sym_default] = ACTIONS(640),
[anon_sym_SEMI] = ACTIONS(649),
[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(638),
[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_final] = 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_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),
},
[STATE(126)] = {
[sym__literal] = STATE(593),
[sym_string_literal] = STATE(594),
[sym__string_literal] = STATE(550),
[sym__multiline_string_literal] = STATE(550),
[sym_expression] = STATE(856),
[sym_cast_expression] = STATE(709),
[sym_assignment_expression] = STATE(709),
[sym_binary_expression] = STATE(709),
[sym_instanceof_expression] = STATE(709),
[sym_lambda_expression] = STATE(709),
[sym_inferred_parameters] = STATE(1589),
[sym_ternary_expression] = STATE(709),
[sym_unary_expression] = STATE(709),
[sym__unary_complement_expression] = STATE(716),
[sym_update_expression] = STATE(709),
[sym_primary_expression] = STATE(562),
[sym_array_creation_expression] = STATE(593),
[sym_parenthesized_expression] = STATE(449),
[sym_class_literal] = STATE(593),
[sym_object_creation_expression] = STATE(593),
[sym__unqualified_object_creation_expression] = STATE(600),
[sym_field_access] = STATE(449),
[sym_template_expression] = STATE(593),
[sym_array_access] = STATE(449),
[sym_method_invocation] = STATE(593),
[sym_method_reference] = STATE(593),
[sym_switch_expression] = STATE(709),
[sym_block] = STATE(1357),
[sym_expression_statement] = STATE(1357),
[sym_throw_statement] = STATE(1357),
[sym__annotation] = STATE(912),
[sym_marker_annotation] = STATE(912),
[sym_annotation] = STATE(912),
[sym__type] = STATE(1515),
[sym__unannotated_type] = STATE(1034),
[sym_annotated_type] = STATE(944),
[sym_scoped_type_identifier] = STATE(947),
[sym_generic_type] = STATE(962),
[sym_array_type] = STATE(844),
[sym_integral_type] = STATE(844),
[sym_floating_point_type] = STATE(844),
[sym_formal_parameters] = STATE(1589),
[sym__reserved_identifier] = STATE(444),
[aux_sym_array_creation_expression_repeat1] = STATE(912),
[sym_identifier] = ACTIONS(559),
[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(21),
[anon_sym_DASH] = ACTIONS(21),
[anon_sym_TILDE] = ACTIONS(23),
[anon_sym_BANG] = ACTIONS(23),
[anon_sym_PLUS_PLUS] = ACTIONS(25),
[anon_sym_DASH_DASH] = ACTIONS(25),
[anon_sym_new] = ACTIONS(27),
[anon_sym_switch] = ACTIONS(551),
[anon_sym_LBRACE] = ACTIONS(33),
[anon_sym_yield] = ACTIONS(576),
[anon_sym_throw] = ACTIONS(55),
[anon_sym_AT] = ACTIONS(578),
[anon_sym_open] = ACTIONS(69),
[anon_sym_module] = ACTIONS(69),
[anon_sym_with] = ACTIONS(69),
[anon_sym_sealed] = ACTIONS(69),
[anon_sym_record] = ACTIONS(69),
[anon_sym_byte] = ACTIONS(87),
[anon_sym_short] = ACTIONS(87),
[anon_sym_int] = ACTIONS(87),
[anon_sym_long] = ACTIONS(87),
[anon_sym_char] = ACTIONS(87),
[anon_sym_float] = ACTIONS(89),
[anon_sym_double] = ACTIONS(89),
[sym_boolean_type] = ACTIONS(91),
[sym_void_type] = ACTIONS(91),
[sym_this] = ACTIONS(93),
[sym_super] = ACTIONS(95),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(127)] = {
[sym__literal] = STATE(593),
[sym_string_literal] = STATE(594),
[sym__string_literal] = STATE(550),
[sym__multiline_string_literal] = STATE(550),
[sym_expression] = STATE(761),
[sym_cast_expression] = STATE(709),
[sym_assignment_expression] = STATE(709),
[sym_binary_expression] = STATE(709),
[sym_instanceof_expression] = STATE(709),
[sym_lambda_expression] = STATE(709),
[sym_inferred_parameters] = STATE(1589),
[sym_ternary_expression] = STATE(709),
[sym_unary_expression] = STATE(709),
[sym__unary_complement_expression] = STATE(716),
[sym_update_expression] = STATE(709),
[sym_primary_expression] = STATE(562),
[sym_array_creation_expression] = STATE(593),
[sym_parenthesized_expression] = STATE(449),
[sym_class_literal] = STATE(593),
[sym_object_creation_expression] = STATE(593),
[sym__unqualified_object_creation_expression] = STATE(600),
[sym_field_access] = STATE(449),
[sym_template_expression] = STATE(593),
[sym_array_access] = STATE(449),
[sym_method_invocation] = STATE(593),
[sym_method_reference] = STATE(593),
[sym_switch_expression] = STATE(709),
[sym__annotation] = STATE(975),
[sym_marker_annotation] = STATE(975),
[sym_annotation] = STATE(975),
[sym__element_value] = STATE(1300),
[sym_element_value_array_initializer] = STATE(1300),
[sym__type] = STATE(1515),
[sym__unannotated_type] = STATE(1034),
[sym_annotated_type] = STATE(944),
[sym_scoped_type_identifier] = STATE(947),
[sym_generic_type] = STATE(962),
[sym_array_type] = STATE(844),
[sym_integral_type] = STATE(844),
[sym_floating_point_type] = STATE(844),
[sym_formal_parameters] = STATE(1589),
[sym__reserved_identifier] = STATE(444),
[aux_sym_array_creation_expression_repeat1] = STATE(912),
[sym_identifier] = ACTIONS(559),
[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),
[anon_sym_RBRACE] = ACTIONS(652),
[sym_null_literal] = ACTIONS(9),
[anon_sym_LPAREN] = ACTIONS(17),
[anon_sym_PLUS] = ACTIONS(21),
[anon_sym_DASH] = ACTIONS(21),
[anon_sym_COMMA] = ACTIONS(654),
[anon_sym_TILDE] = ACTIONS(23),
[anon_sym_BANG] = ACTIONS(23),
[anon_sym_PLUS_PLUS] = ACTIONS(25),
[anon_sym_DASH_DASH] = ACTIONS(25),
[anon_sym_new] = ACTIONS(27),
[anon_sym_switch] = ACTIONS(551),
[anon_sym_LBRACE] = ACTIONS(656),
[anon_sym_yield] = ACTIONS(576),
[anon_sym_AT] = ACTIONS(578),
[anon_sym_open] = ACTIONS(69),
[anon_sym_module] = ACTIONS(69),
[anon_sym_with] = ACTIONS(69),
[anon_sym_sealed] = ACTIONS(69),
[anon_sym_record] = ACTIONS(69),
[anon_sym_byte] = ACTIONS(87),
[anon_sym_short] = ACTIONS(87),
[anon_sym_int] = ACTIONS(87),
[anon_sym_long] = ACTIONS(87),
[anon_sym_char] = ACTIONS(87),
[anon_sym_float] = ACTIONS(89),
[anon_sym_double] = ACTIONS(89),
[sym_boolean_type] = ACTIONS(91),
[sym_void_type] = ACTIONS(91),
[sym_this] = ACTIONS(93),
[sym_super] = ACTIONS(95),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(128)] = {
[sym__literal] = STATE(593),
[sym_string_literal] = STATE(594),
[sym__string_literal] = STATE(550),
[sym__multiline_string_literal] = STATE(550),
[sym_expression] = STATE(761),
[sym_cast_expression] = STATE(709),
[sym_assignment_expression] = STATE(709),
[sym_binary_expression] = STATE(709),
[sym_instanceof_expression] = STATE(709),
[sym_lambda_expression] = STATE(709),
[sym_inferred_parameters] = STATE(1589),
[sym_ternary_expression] = STATE(709),
[sym_unary_expression] = STATE(709),
[sym__unary_complement_expression] = STATE(716),
[sym_update_expression] = STATE(709),
[sym_primary_expression] = STATE(562),
[sym_array_creation_expression] = STATE(593),
[sym_parenthesized_expression] = STATE(449),
[sym_class_literal] = STATE(593),
[sym_object_creation_expression] = STATE(593),
[sym__unqualified_object_creation_expression] = STATE(600),
[sym_field_access] = STATE(449),
[sym_template_expression] = STATE(593),
[sym_array_access] = STATE(449),
[sym_method_invocation] = STATE(593),
[sym_method_reference] = STATE(593),
[sym_switch_expression] = STATE(709),
[sym__annotation] = STATE(975),
[sym_marker_annotation] = STATE(975),
[sym_annotation] = STATE(975),
[sym_element_value_pair] = STATE(1367),
[sym__element_value] = STATE(1532),
[sym_element_value_array_initializer] = STATE(1532),
[sym__type] = STATE(1515),
[sym__unannotated_type] = STATE(1034),
[sym_annotated_type] = STATE(944),
[sym_scoped_type_identifier] = STATE(947),
[sym_generic_type] = STATE(962),
[sym_array_type] = STATE(844),
[sym_integral_type] = STATE(844),
[sym_floating_point_type] = STATE(844),
[sym_formal_parameters] = STATE(1589),
[sym__reserved_identifier] = STATE(477),
[aux_sym_array_creation_expression_repeat1] = STATE(912),
[sym_identifier] = ACTIONS(658),
[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(660),
[anon_sym_PLUS] = ACTIONS(21),
[anon_sym_DASH] = ACTIONS(21),
[anon_sym_TILDE] = ACTIONS(23),
[anon_sym_BANG] = ACTIONS(23),
[anon_sym_PLUS_PLUS] = ACTIONS(25),
[anon_sym_DASH_DASH] = ACTIONS(25),
[anon_sym_new] = ACTIONS(27),
[anon_sym_switch] = ACTIONS(551),
[anon_sym_LBRACE] = ACTIONS(656),
[anon_sym_yield] = ACTIONS(576),
[anon_sym_AT] = ACTIONS(578),
[anon_sym_open] = ACTIONS(69),
[anon_sym_module] = ACTIONS(69),
[anon_sym_with] = ACTIONS(69),
[anon_sym_sealed] = ACTIONS(69),
[anon_sym_record] = ACTIONS(69),
[anon_sym_byte] = ACTIONS(87),
[anon_sym_short] = ACTIONS(87),
[anon_sym_int] = ACTIONS(87),
[anon_sym_long] = ACTIONS(87),
[anon_sym_char] = ACTIONS(87),
[anon_sym_float] = ACTIONS(89),
[anon_sym_double] = ACTIONS(89),
[sym_boolean_type] = ACTIONS(91),
[sym_void_type] = ACTIONS(91),
[sym_this] = ACTIONS(93),
[sym_super] = ACTIONS(95),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(129)] = {
[sym__literal] = STATE(593),
[sym_string_literal] = STATE(594),
[sym__string_literal] = STATE(550),
[sym__multiline_string_literal] = STATE(550),
[sym_expression] = STATE(761),
[sym_cast_expression] = STATE(709),
[sym_assignment_expression] = STATE(709),
[sym_binary_expression] = STATE(709),
[sym_instanceof_expression] = STATE(709),
[sym_lambda_expression] = STATE(709),
[sym_inferred_parameters] = STATE(1589),
[sym_ternary_expression] = STATE(709),
[sym_unary_expression] = STATE(709),
[sym__unary_complement_expression] = STATE(716),
[sym_update_expression] = STATE(709),
[sym_primary_expression] = STATE(562),
[sym_array_creation_expression] = STATE(593),
[sym_parenthesized_expression] = STATE(449),
[sym_class_literal] = STATE(593),
[sym_object_creation_expression] = STATE(593),
[sym__unqualified_object_creation_expression] = STATE(600),
[sym_field_access] = STATE(449),
[sym_template_expression] = STATE(593),
[sym_array_access] = STATE(449),
[sym_method_invocation] = STATE(593),
[sym_method_reference] = STATE(593),
[sym_switch_expression] = STATE(709),
[sym__annotation] = STATE(975),
[sym_marker_annotation] = STATE(975),
[sym_annotation] = STATE(975),
[sym_element_value_pair] = STATE(1253),
[sym__element_value] = STATE(1576),
[sym_element_value_array_initializer] = STATE(1576),
[sym__type] = STATE(1515),
[sym__unannotated_type] = STATE(1034),
[sym_annotated_type] = STATE(944),
[sym_scoped_type_identifier] = STATE(947),
[sym_generic_type] = STATE(962),
[sym_array_type] = STATE(844),
[sym_integral_type] = STATE(844),
[sym_floating_point_type] = STATE(844),
[sym_formal_parameters] = STATE(1589),
[sym__reserved_identifier] = STATE(477),
[aux_sym_array_creation_expression_repeat1] = STATE(912),
[sym_identifier] = ACTIONS(658),
[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(662),
[anon_sym_PLUS] = ACTIONS(21),
[anon_sym_DASH] = ACTIONS(21),
[anon_sym_TILDE] = ACTIONS(23),
[anon_sym_BANG] = ACTIONS(23),
[anon_sym_PLUS_PLUS] = ACTIONS(25),
[anon_sym_DASH_DASH] = ACTIONS(25),
[anon_sym_new] = ACTIONS(27),
[anon_sym_switch] = ACTIONS(551),
[anon_sym_LBRACE] = ACTIONS(656),
[anon_sym_yield] = ACTIONS(576),
[anon_sym_AT] = ACTIONS(578),
[anon_sym_open] = ACTIONS(69),
[anon_sym_module] = ACTIONS(69),
[anon_sym_with] = ACTIONS(69),
[anon_sym_sealed] = ACTIONS(69),
[anon_sym_record] = ACTIONS(69),
[anon_sym_byte] = ACTIONS(87),
[anon_sym_short] = ACTIONS(87),
[anon_sym_int] = ACTIONS(87),
[anon_sym_long] = ACTIONS(87),
[anon_sym_char] = ACTIONS(87),
[anon_sym_float] = ACTIONS(89),
[anon_sym_double] = ACTIONS(89),
[sym_boolean_type] = ACTIONS(91),
[sym_void_type] = ACTIONS(91),
[sym_this] = ACTIONS(93),
[sym_super] = ACTIONS(95),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(130)] = {
[sym__literal] = STATE(593),
[sym_string_literal] = STATE(594),
[sym__string_literal] = STATE(550),
[sym__multiline_string_literal] = STATE(550),
[sym_expression] = STATE(761),
[sym_cast_expression] = STATE(709),
[sym_assignment_expression] = STATE(709),
[sym_binary_expression] = STATE(709),
[sym_instanceof_expression] = STATE(709),
[sym_lambda_expression] = STATE(709),
[sym_inferred_parameters] = STATE(1589),
[sym_ternary_expression] = STATE(709),
[sym_unary_expression] = STATE(709),
[sym__unary_complement_expression] = STATE(716),
[sym_update_expression] = STATE(709),
[sym_primary_expression] = STATE(562),
[sym_array_creation_expression] = STATE(593),
[sym_parenthesized_expression] = STATE(449),
[sym_class_literal] = STATE(593),
[sym_object_creation_expression] = STATE(593),
[sym__unqualified_object_creation_expression] = STATE(600),
[sym_field_access] = STATE(449),
[sym_template_expression] = STATE(593),
[sym_array_access] = STATE(449),
[sym_method_invocation] = STATE(593),
[sym_method_reference] = STATE(593),
[sym_switch_expression] = STATE(709),
[sym__annotation] = STATE(975),
[sym_marker_annotation] = STATE(975),
[sym_annotation] = STATE(975),
[sym_element_value_pair] = STATE(1285),
[sym__element_value] = STATE(1559),
[sym_element_value_array_initializer] = STATE(1559),
[sym__type] = STATE(1515),
[sym__unannotated_type] = STATE(1034),
[sym_annotated_type] = STATE(944),
[sym_scoped_type_identifier] = STATE(947),
[sym_generic_type] = STATE(962),
[sym_array_type] = STATE(844),
[sym_integral_type] = STATE(844),
[sym_floating_point_type] = STATE(844),
[sym_formal_parameters] = STATE(1589),
[sym__reserved_identifier] = STATE(477),
[aux_sym_array_creation_expression_repeat1] = STATE(912),
[sym_identifier] = ACTIONS(658),
[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(664),
[anon_sym_PLUS] = ACTIONS(21),
[anon_sym_DASH] = ACTIONS(21),
[anon_sym_TILDE] = ACTIONS(23),
[anon_sym_BANG] = ACTIONS(23),
[anon_sym_PLUS_PLUS] = ACTIONS(25),
[anon_sym_DASH_DASH] = ACTIONS(25),
[anon_sym_new] = ACTIONS(27),
[anon_sym_switch] = ACTIONS(551),
[anon_sym_LBRACE] = ACTIONS(656),
[anon_sym_yield] = ACTIONS(576),
[anon_sym_AT] = ACTIONS(578),
[anon_sym_open] = ACTIONS(69),
[anon_sym_module] = ACTIONS(69),
[anon_sym_with] = ACTIONS(69),
[anon_sym_sealed] = ACTIONS(69),
[anon_sym_record] = ACTIONS(69),
[anon_sym_byte] = ACTIONS(87),
[anon_sym_short] = ACTIONS(87),
[anon_sym_int] = ACTIONS(87),
[anon_sym_long] = ACTIONS(87),
[anon_sym_char] = ACTIONS(87),
[anon_sym_float] = ACTIONS(89),
[anon_sym_double] = ACTIONS(89),
[sym_boolean_type] = ACTIONS(91),
[sym_void_type] = ACTIONS(91),
[sym_this] = ACTIONS(93),
[sym_super] = ACTIONS(95),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(131)] = {
[sym__literal] = STATE(593),
[sym_string_literal] = STATE(594),
[sym__string_literal] = STATE(550),
[sym__multiline_string_literal] = STATE(550),
[sym_expression] = STATE(761),
[sym_cast_expression] = STATE(709),
[sym_assignment_expression] = STATE(709),
[sym_binary_expression] = STATE(709),
[sym_instanceof_expression] = STATE(709),
[sym_lambda_expression] = STATE(709),
[sym_inferred_parameters] = STATE(1589),
[sym_ternary_expression] = STATE(709),
[sym_unary_expression] = STATE(709),
[sym__unary_complement_expression] = STATE(716),
[sym_update_expression] = STATE(709),
[sym_primary_expression] = STATE(562),
[sym_array_creation_expression] = STATE(593),
[sym_parenthesized_expression] = STATE(449),
[sym_class_literal] = STATE(593),
[sym_object_creation_expression] = STATE(593),
[sym__unqualified_object_creation_expression] = STATE(600),
[sym_field_access] = STATE(449),
[sym_template_expression] = STATE(593),
[sym_array_access] = STATE(449),
[sym_method_invocation] = STATE(593),
[sym_method_reference] = STATE(593),
[sym_switch_expression] = STATE(709),
[sym__annotation] = STATE(975),
[sym_marker_annotation] = STATE(975),
[sym_annotation] = STATE(975),
[sym__element_value] = STATE(1477),
[sym_element_value_array_initializer] = STATE(1477),
[sym__type] = STATE(1515),
[sym__unannotated_type] = STATE(1034),
[sym_annotated_type] = STATE(944),
[sym_scoped_type_identifier] = STATE(947),
[sym_generic_type] = STATE(962),
[sym_array_type] = STATE(844),
[sym_integral_type] = STATE(844),
[sym_floating_point_type] = STATE(844),
[sym_formal_parameters] = STATE(1589),
[sym__reserved_identifier] = STATE(444),
[aux_sym_array_creation_expression_repeat1] = STATE(912),
[sym_identifier] = ACTIONS(559),
[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),
[anon_sym_RBRACE] = ACTIONS(666),
[sym_null_literal] = ACTIONS(9),
[anon_sym_LPAREN] = ACTIONS(17),
[anon_sym_PLUS] = ACTIONS(21),
[anon_sym_DASH] = ACTIONS(21),
[anon_sym_TILDE] = ACTIONS(23),
[anon_sym_BANG] = ACTIONS(23),
[anon_sym_PLUS_PLUS] = ACTIONS(25),
[anon_sym_DASH_DASH] = ACTIONS(25),
[anon_sym_new] = ACTIONS(27),
[anon_sym_switch] = ACTIONS(551),
[anon_sym_LBRACE] = ACTIONS(656),
[anon_sym_yield] = ACTIONS(576),
[anon_sym_AT] = ACTIONS(578),
[anon_sym_open] = ACTIONS(69),
[anon_sym_module] = ACTIONS(69),
[anon_sym_with] = ACTIONS(69),
[anon_sym_sealed] = ACTIONS(69),
[anon_sym_record] = ACTIONS(69),
[anon_sym_byte] = ACTIONS(87),
[anon_sym_short] = ACTIONS(87),
[anon_sym_int] = ACTIONS(87),
[anon_sym_long] = ACTIONS(87),
[anon_sym_char] = ACTIONS(87),
[anon_sym_float] = ACTIONS(89),
[anon_sym_double] = ACTIONS(89),
[sym_boolean_type] = ACTIONS(91),
[sym_void_type] = ACTIONS(91),
[sym_this] = ACTIONS(93),
[sym_super] = ACTIONS(95),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(132)] = {
[sym__literal] = STATE(593),
[sym_string_literal] = STATE(594),
[sym__string_literal] = STATE(550),
[sym__multiline_string_literal] = STATE(550),
[sym_expression] = STATE(793),
[sym_cast_expression] = STATE(709),
[sym_assignment_expression] = STATE(709),
[sym_binary_expression] = STATE(709),
[sym_instanceof_expression] = STATE(709),
[sym_lambda_expression] = STATE(709),
[sym_inferred_parameters] = STATE(1589),
[sym_ternary_expression] = STATE(709),
[sym_unary_expression] = STATE(709),
[sym__unary_complement_expression] = STATE(716),
[sym_update_expression] = STATE(709),
[sym_primary_expression] = STATE(562),
[sym_array_creation_expression] = STATE(593),
[sym_parenthesized_expression] = STATE(449),
[sym_class_literal] = STATE(593),
[sym_object_creation_expression] = STATE(593),
[sym__unqualified_object_creation_expression] = STATE(600),
[sym_field_access] = STATE(449),
[sym_template_expression] = STATE(593),
[sym_array_access] = STATE(449),
[sym_method_invocation] = STATE(593),
[sym_method_reference] = STATE(593),
[sym_switch_expression] = STATE(709),
[sym__annotation] = STATE(912),
[sym_marker_annotation] = STATE(912),
[sym_annotation] = STATE(912),
[sym_array_initializer] = STATE(1291),
[sym__type] = STATE(1515),
[sym__unannotated_type] = STATE(1034),
[sym_annotated_type] = STATE(944),
[sym_scoped_type_identifier] = STATE(947),
[sym_generic_type] = STATE(962),
[sym_array_type] = STATE(844),
[sym_integral_type] = STATE(844),
[sym_floating_point_type] = STATE(844),
[sym_formal_parameters] = STATE(1589),
[sym__reserved_identifier] = STATE(444),
[aux_sym_array_creation_expression_repeat1] = STATE(912),
[sym_identifier] = ACTIONS(559),
[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),
[anon_sym_RBRACE] = ACTIONS(668),
[sym_null_literal] = ACTIONS(9),
[anon_sym_LPAREN] = ACTIONS(17),
[anon_sym_PLUS] = ACTIONS(21),
[anon_sym_DASH] = ACTIONS(21),
[anon_sym_COMMA] = ACTIONS(670),
[anon_sym_TILDE] = ACTIONS(23),
[anon_sym_BANG] = ACTIONS(23),
[anon_sym_PLUS_PLUS] = ACTIONS(25),
[anon_sym_DASH_DASH] = ACTIONS(25),
[anon_sym_new] = ACTIONS(27),
[anon_sym_switch] = ACTIONS(551),
[anon_sym_LBRACE] = ACTIONS(672),
[anon_sym_yield] = ACTIONS(576),
[anon_sym_AT] = ACTIONS(578),
[anon_sym_open] = ACTIONS(69),
[anon_sym_module] = ACTIONS(69),
[anon_sym_with] = ACTIONS(69),
[anon_sym_sealed] = ACTIONS(69),
[anon_sym_record] = ACTIONS(69),
[anon_sym_byte] = ACTIONS(87),
[anon_sym_short] = ACTIONS(87),
[anon_sym_int] = ACTIONS(87),
[anon_sym_long] = ACTIONS(87),
[anon_sym_char] = ACTIONS(87),
[anon_sym_float] = ACTIONS(89),
[anon_sym_double] = ACTIONS(89),
[sym_boolean_type] = ACTIONS(91),
[sym_void_type] = ACTIONS(91),
[sym_this] = ACTIONS(93),
[sym_super] = ACTIONS(95),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(133)] = {
[sym__literal] = STATE(593),
[sym_string_literal] = STATE(594),
[sym__string_literal] = STATE(550),
[sym__multiline_string_literal] = STATE(550),
[sym_expression] = STATE(761),
[sym_cast_expression] = STATE(709),
[sym_assignment_expression] = STATE(709),
[sym_binary_expression] = STATE(709),
[sym_instanceof_expression] = STATE(709),
[sym_lambda_expression] = STATE(709),
[sym_inferred_parameters] = STATE(1589),
[sym_ternary_expression] = STATE(709),
[sym_unary_expression] = STATE(709),
[sym__unary_complement_expression] = STATE(716),
[sym_update_expression] = STATE(709),
[sym_primary_expression] = STATE(562),
[sym_array_creation_expression] = STATE(593),
[sym_parenthesized_expression] = STATE(449),
[sym_class_literal] = STATE(593),
[sym_object_creation_expression] = STATE(593),
[sym__unqualified_object_creation_expression] = STATE(600),
[sym_field_access] = STATE(449),
[sym_template_expression] = STATE(593),
[sym_array_access] = STATE(449),
[sym_method_invocation] = STATE(593),
[sym_method_reference] = STATE(593),
[sym_switch_expression] = STATE(709),
[sym__annotation] = STATE(975),
[sym_marker_annotation] = STATE(975),
[sym_annotation] = STATE(975),
[sym__element_value] = STATE(1477),
[sym_element_value_array_initializer] = STATE(1477),
[sym__type] = STATE(1515),
[sym__unannotated_type] = STATE(1034),
[sym_annotated_type] = STATE(944),
[sym_scoped_type_identifier] = STATE(947),
[sym_generic_type] = STATE(962),
[sym_array_type] = STATE(844),
[sym_integral_type] = STATE(844),
[sym_floating_point_type] = STATE(844),
[sym_formal_parameters] = STATE(1589),
[sym__reserved_identifier] = STATE(444),
[aux_sym_array_creation_expression_repeat1] = STATE(912),
[sym_identifier] = ACTIONS(559),
[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),
[anon_sym_RBRACE] = ACTIONS(674),
[sym_null_literal] = ACTIONS(9),
[anon_sym_LPAREN] = ACTIONS(17),
[anon_sym_PLUS] = ACTIONS(21),
[anon_sym_DASH] = ACTIONS(21),
[anon_sym_TILDE] = ACTIONS(23),
[anon_sym_BANG] = ACTIONS(23),
[anon_sym_PLUS_PLUS] = ACTIONS(25),
[anon_sym_DASH_DASH] = ACTIONS(25),
[anon_sym_new] = ACTIONS(27),
[anon_sym_switch] = ACTIONS(551),
[anon_sym_LBRACE] = ACTIONS(656),
[anon_sym_yield] = ACTIONS(576),
[anon_sym_AT] = ACTIONS(578),
[anon_sym_open] = ACTIONS(69),
[anon_sym_module] = ACTIONS(69),
[anon_sym_with] = ACTIONS(69),
[anon_sym_sealed] = ACTIONS(69),
[anon_sym_record] = ACTIONS(69),
[anon_sym_byte] = ACTIONS(87),
[anon_sym_short] = ACTIONS(87),
[anon_sym_int] = ACTIONS(87),
[anon_sym_long] = ACTIONS(87),
[anon_sym_char] = ACTIONS(87),
[anon_sym_float] = ACTIONS(89),
[anon_sym_double] = ACTIONS(89),
[sym_boolean_type] = ACTIONS(91),
[sym_void_type] = ACTIONS(91),
[sym_this] = ACTIONS(93),
[sym_super] = ACTIONS(95),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(134)] = {
[sym__literal] = STATE(593),
[sym_string_literal] = STATE(594),
[sym__string_literal] = STATE(550),
[sym__multiline_string_literal] = STATE(550),
[sym_expression] = STATE(783),
[sym_cast_expression] = STATE(709),
[sym_assignment_expression] = STATE(709),
[sym_binary_expression] = STATE(709),
[sym_instanceof_expression] = STATE(709),
[sym_lambda_expression] = STATE(709),
[sym_inferred_parameters] = STATE(1589),
[sym_ternary_expression] = STATE(709),
[sym_unary_expression] = STATE(709),
[sym__unary_complement_expression] = STATE(716),
[sym_update_expression] = STATE(709),
[sym_primary_expression] = STATE(562),
[sym_array_creation_expression] = STATE(593),
[sym_parenthesized_expression] = STATE(449),
[sym_class_literal] = STATE(593),
[sym_object_creation_expression] = STATE(593),
[sym__unqualified_object_creation_expression] = STATE(600),
[sym_field_access] = STATE(449),
[sym_template_expression] = STATE(593),
[sym_array_access] = STATE(449),
[sym_method_invocation] = STATE(593),
[sym_method_reference] = STATE(593),
[sym_switch_expression] = STATE(709),
[sym__annotation] = STATE(912),
[sym_marker_annotation] = STATE(912),
[sym_annotation] = STATE(912),
[sym_array_initializer] = STATE(1328),
[sym__type] = STATE(1515),
[sym__unannotated_type] = STATE(1034),
[sym_annotated_type] = STATE(944),
[sym_scoped_type_identifier] = STATE(947),
[sym_generic_type] = STATE(962),
[sym_array_type] = STATE(844),
[sym_integral_type] = STATE(844),
[sym_floating_point_type] = STATE(844),
[sym_formal_parameters] = STATE(1589),
[sym__reserved_identifier] = STATE(444),
[aux_sym_array_creation_expression_repeat1] = STATE(912),
[sym_identifier] = ACTIONS(559),
[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),
[anon_sym_RBRACE] = ACTIONS(676),
[sym_null_literal] = ACTIONS(9),
[anon_sym_LPAREN] = ACTIONS(17),
[anon_sym_PLUS] = ACTIONS(21),
[anon_sym_DASH] = ACTIONS(21),
[anon_sym_COMMA] = ACTIONS(678),
[anon_sym_TILDE] = ACTIONS(23),
[anon_sym_BANG] = ACTIONS(23),
[anon_sym_PLUS_PLUS] = ACTIONS(25),
[anon_sym_DASH_DASH] = ACTIONS(25),
[anon_sym_new] = ACTIONS(27),
[anon_sym_switch] = ACTIONS(551),
[anon_sym_LBRACE] = ACTIONS(672),
[anon_sym_yield] = ACTIONS(576),
[anon_sym_AT] = ACTIONS(578),
[anon_sym_open] = ACTIONS(69),
[anon_sym_module] = ACTIONS(69),
[anon_sym_with] = ACTIONS(69),
[anon_sym_sealed] = ACTIONS(69),
[anon_sym_record] = ACTIONS(69),
[anon_sym_byte] = ACTIONS(87),
[anon_sym_short] = ACTIONS(87),
[anon_sym_int] = ACTIONS(87),
[anon_sym_long] = ACTIONS(87),
[anon_sym_char] = ACTIONS(87),
[anon_sym_float] = ACTIONS(89),
[anon_sym_double] = ACTIONS(89),
[sym_boolean_type] = ACTIONS(91),
[sym_void_type] = ACTIONS(91),
[sym_this] = ACTIONS(93),
[sym_super] = ACTIONS(95),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(135)] = {
[sym__literal] = STATE(593),
[sym_string_literal] = STATE(594),
[sym__string_literal] = STATE(550),
[sym__multiline_string_literal] = STATE(550),
[sym_expression] = STATE(828),
[sym_cast_expression] = STATE(709),
[sym_assignment_expression] = STATE(709),
[sym_binary_expression] = STATE(709),
[sym_instanceof_expression] = STATE(709),
[sym_lambda_expression] = STATE(709),
[sym_inferred_parameters] = STATE(1589),
[sym_ternary_expression] = STATE(709),
[sym_unary_expression] = STATE(709),
[sym__unary_complement_expression] = STATE(716),
[sym_update_expression] = STATE(709),
[sym_primary_expression] = STATE(562),
[sym_array_creation_expression] = STATE(593),
[sym_parenthesized_expression] = STATE(449),
[sym_class_literal] = STATE(593),
[sym_object_creation_expression] = STATE(593),
[sym__unqualified_object_creation_expression] = STATE(600),
[sym_field_access] = STATE(449),
[sym_template_expression] = STATE(593),
[sym_array_access] = STATE(449),
[sym_method_invocation] = STATE(593),
[sym_method_reference] = STATE(593),
[sym_switch_expression] = STATE(709),
[sym__annotation] = STATE(975),
[sym_marker_annotation] = STATE(975),
[sym_annotation] = STATE(975),
[sym__element_value] = STATE(1373),
[sym_element_value_array_initializer] = STATE(1373),
[sym__type] = STATE(1515),
[sym__unannotated_type] = STATE(1034),
[sym_annotated_type] = STATE(944),
[sym_scoped_type_identifier] = STATE(947),
[sym_generic_type] = STATE(962),
[sym_array_type] = STATE(844),
[sym_integral_type] = STATE(844),
[sym_floating_point_type] = STATE(844),
[sym_formal_parameters] = STATE(1589),
[sym__reserved_identifier] = STATE(444),
[aux_sym_array_creation_expression_repeat1] = STATE(912),
[sym_identifier] = ACTIONS(559),
[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(21),
[anon_sym_DASH] = ACTIONS(21),
[anon_sym_TILDE] = ACTIONS(23),
[anon_sym_BANG] = ACTIONS(23),
[anon_sym_PLUS_PLUS] = ACTIONS(25),
[anon_sym_DASH_DASH] = ACTIONS(25),
[anon_sym_new] = ACTIONS(27),
[anon_sym_switch] = ACTIONS(551),
[anon_sym_LBRACE] = ACTIONS(656),
[anon_sym_yield] = ACTIONS(576),
[anon_sym_AT] = ACTIONS(578),
[anon_sym_open] = ACTIONS(69),
[anon_sym_module] = ACTIONS(69),
[anon_sym_with] = ACTIONS(69),
[anon_sym_sealed] = ACTIONS(69),
[anon_sym_record] = ACTIONS(69),
[anon_sym_byte] = ACTIONS(87),
[anon_sym_short] = ACTIONS(87),
[anon_sym_int] = ACTIONS(87),
[anon_sym_long] = ACTIONS(87),
[anon_sym_char] = ACTIONS(87),
[anon_sym_float] = ACTIONS(89),
[anon_sym_double] = ACTIONS(89),
[sym_boolean_type] = ACTIONS(91),
[sym_void_type] = ACTIONS(91),
[sym_this] = ACTIONS(93),
[sym_super] = ACTIONS(95),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(136)] = {
[sym__literal] = STATE(593),
[sym_string_literal] = STATE(594),
[sym__string_literal] = STATE(550),
[sym__multiline_string_literal] = STATE(550),
[sym_expression] = STATE(830),
[sym_cast_expression] = STATE(709),
[sym_assignment_expression] = STATE(709),
[sym_binary_expression] = STATE(709),
[sym_instanceof_expression] = STATE(709),
[sym_lambda_expression] = STATE(709),
[sym_inferred_parameters] = STATE(1589),
[sym_ternary_expression] = STATE(709),
[sym_unary_expression] = STATE(709),
[sym__unary_complement_expression] = STATE(716),
[sym_update_expression] = STATE(709),
[sym_primary_expression] = STATE(562),
[sym_array_creation_expression] = STATE(593),
[sym_parenthesized_expression] = STATE(449),
[sym_class_literal] = STATE(593),
[sym_object_creation_expression] = STATE(593),
[sym__unqualified_object_creation_expression] = STATE(600),
[sym_field_access] = STATE(449),
[sym_template_expression] = STATE(593),
[sym_array_access] = STATE(449),
[sym_method_invocation] = STATE(593),
[sym_method_reference] = STATE(593),
[sym_switch_expression] = STATE(709),
[sym__annotation] = STATE(912),
[sym_marker_annotation] = STATE(912),
[sym_annotation] = STATE(912),
[sym_array_initializer] = STATE(1432),
[sym__type] = STATE(1515),
[sym__unannotated_type] = STATE(1034),
[sym_annotated_type] = STATE(944),
[sym_scoped_type_identifier] = STATE(947),
[sym_generic_type] = STATE(962),
[sym_array_type] = STATE(844),
[sym_integral_type] = STATE(844),
[sym_floating_point_type] = STATE(844),
[sym_formal_parameters] = STATE(1589),
[sym__reserved_identifier] = STATE(444),
[aux_sym_array_creation_expression_repeat1] = STATE(912),
[sym_identifier] = ACTIONS(559),
[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),
[anon_sym_RBRACE] = ACTIONS(680),
[sym_null_literal] = ACTIONS(9),
[anon_sym_LPAREN] = ACTIONS(17),
[anon_sym_PLUS] = ACTIONS(21),
[anon_sym_DASH] = ACTIONS(21),
[anon_sym_TILDE] = ACTIONS(23),
[anon_sym_BANG] = ACTIONS(23),
[anon_sym_PLUS_PLUS] = ACTIONS(25),
[anon_sym_DASH_DASH] = ACTIONS(25),
[anon_sym_new] = ACTIONS(27),
[anon_sym_switch] = ACTIONS(551),
[anon_sym_LBRACE] = ACTIONS(672),
[anon_sym_yield] = ACTIONS(576),
[anon_sym_AT] = ACTIONS(578),
[anon_sym_open] = ACTIONS(69),
[anon_sym_module] = ACTIONS(69),
[anon_sym_with] = ACTIONS(69),
[anon_sym_sealed] = ACTIONS(69),
[anon_sym_record] = ACTIONS(69),
[anon_sym_byte] = ACTIONS(87),
[anon_sym_short] = ACTIONS(87),
[anon_sym_int] = ACTIONS(87),
[anon_sym_long] = ACTIONS(87),
[anon_sym_char] = ACTIONS(87),
[anon_sym_float] = ACTIONS(89),
[anon_sym_double] = ACTIONS(89),
[sym_boolean_type] = ACTIONS(91),
[sym_void_type] = ACTIONS(91),
[sym_this] = ACTIONS(93),
[sym_super] = ACTIONS(95),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(137)] = {
[sym__literal] = STATE(593),
[sym_string_literal] = STATE(594),
[sym__string_literal] = STATE(550),
[sym__multiline_string_literal] = STATE(550),
[sym_expression] = STATE(830),
[sym_cast_expression] = STATE(709),
[sym_assignment_expression] = STATE(709),
[sym_binary_expression] = STATE(709),
[sym_instanceof_expression] = STATE(709),
[sym_lambda_expression] = STATE(709),
[sym_inferred_parameters] = STATE(1589),
[sym_ternary_expression] = STATE(709),
[sym_unary_expression] = STATE(709),
[sym__unary_complement_expression] = STATE(716),
[sym_update_expression] = STATE(709),
[sym_primary_expression] = STATE(562),
[sym_array_creation_expression] = STATE(593),
[sym_parenthesized_expression] = STATE(449),
[sym_class_literal] = STATE(593),
[sym_object_creation_expression] = STATE(593),
[sym__unqualified_object_creation_expression] = STATE(600),
[sym_field_access] = STATE(449),
[sym_template_expression] = STATE(593),
[sym_array_access] = STATE(449),
[sym_method_invocation] = STATE(593),
[sym_method_reference] = STATE(593),
[sym_switch_expression] = STATE(709),
[sym__annotation] = STATE(912),
[sym_marker_annotation] = STATE(912),
[sym_annotation] = STATE(912),
[sym_array_initializer] = STATE(1432),
[sym__type] = STATE(1515),
[sym__unannotated_type] = STATE(1034),
[sym_annotated_type] = STATE(944),
[sym_scoped_type_identifier] = STATE(947),
[sym_generic_type] = STATE(962),
[sym_array_type] = STATE(844),
[sym_integral_type] = STATE(844),
[sym_floating_point_type] = STATE(844),
[sym_formal_parameters] = STATE(1589),
[sym__reserved_identifier] = STATE(444),
[aux_sym_array_creation_expression_repeat1] = STATE(912),
[sym_identifier] = ACTIONS(559),
[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),
[anon_sym_RBRACE] = ACTIONS(682),
[sym_null_literal] = ACTIONS(9),
[anon_sym_LPAREN] = ACTIONS(17),
[anon_sym_PLUS] = ACTIONS(21),
[anon_sym_DASH] = ACTIONS(21),
[anon_sym_TILDE] = ACTIONS(23),
[anon_sym_BANG] = ACTIONS(23),
[anon_sym_PLUS_PLUS] = ACTIONS(25),
[anon_sym_DASH_DASH] = ACTIONS(25),
[anon_sym_new] = ACTIONS(27),
[anon_sym_switch] = ACTIONS(551),
[anon_sym_LBRACE] = ACTIONS(672),
[anon_sym_yield] = ACTIONS(576),
[anon_sym_AT] = ACTIONS(578),
[anon_sym_open] = ACTIONS(69),
[anon_sym_module] = ACTIONS(69),
[anon_sym_with] = ACTIONS(69),
[anon_sym_sealed] = ACTIONS(69),
[anon_sym_record] = ACTIONS(69),
[anon_sym_byte] = ACTIONS(87),
[anon_sym_short] = ACTIONS(87),
[anon_sym_int] = ACTIONS(87),
[anon_sym_long] = ACTIONS(87),
[anon_sym_char] = ACTIONS(87),
[anon_sym_float] = ACTIONS(89),
[anon_sym_double] = ACTIONS(89),
[sym_boolean_type] = ACTIONS(91),
[sym_void_type] = ACTIONS(91),
[sym_this] = ACTIONS(93),
[sym_super] = ACTIONS(95),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(138)] = {
[sym__literal] = STATE(593),
[sym_string_literal] = STATE(594),
[sym__string_literal] = STATE(550),
[sym__multiline_string_literal] = STATE(550),
[sym_expression] = STATE(830),
[sym_cast_expression] = STATE(709),
[sym_assignment_expression] = STATE(709),
[sym_binary_expression] = STATE(709),
[sym_instanceof_expression] = STATE(709),
[sym_lambda_expression] = STATE(709),
[sym_inferred_parameters] = STATE(1589),
[sym_ternary_expression] = STATE(709),
[sym_unary_expression] = STATE(709),
[sym__unary_complement_expression] = STATE(716),
[sym_update_expression] = STATE(709),
[sym_primary_expression] = STATE(562),
[sym_array_creation_expression] = STATE(593),
[sym_parenthesized_expression] = STATE(449),
[sym_class_literal] = STATE(593),
[sym_object_creation_expression] = STATE(593),
[sym__unqualified_object_creation_expression] = STATE(600),
[sym_field_access] = STATE(449),
[sym_template_expression] = STATE(593),
[sym_array_access] = STATE(449),
[sym_method_invocation] = STATE(593),
[sym_method_reference] = STATE(593),
[sym_switch_expression] = STATE(709),
[sym__annotation] = STATE(912),
[sym_marker_annotation] = STATE(912),
[sym_annotation] = STATE(912),
[sym_array_initializer] = STATE(1432),
[sym__type] = STATE(1515),
[sym__unannotated_type] = STATE(1034),
[sym_annotated_type] = STATE(944),
[sym_scoped_type_identifier] = STATE(947),
[sym_generic_type] = STATE(962),
[sym_array_type] = STATE(844),
[sym_integral_type] = STATE(844),
[sym_floating_point_type] = STATE(844),
[sym_formal_parameters] = STATE(1589),
[sym__reserved_identifier] = STATE(444),
[aux_sym_array_creation_expression_repeat1] = STATE(912),
[sym_identifier] = ACTIONS(559),
[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),
[anon_sym_RBRACE] = ACTIONS(684),
[sym_null_literal] = ACTIONS(9),
[anon_sym_LPAREN] = ACTIONS(17),
[anon_sym_PLUS] = ACTIONS(21),
[anon_sym_DASH] = ACTIONS(21),
[anon_sym_TILDE] = ACTIONS(23),
[anon_sym_BANG] = ACTIONS(23),
[anon_sym_PLUS_PLUS] = ACTIONS(25),
[anon_sym_DASH_DASH] = ACTIONS(25),
[anon_sym_new] = ACTIONS(27),
[anon_sym_switch] = ACTIONS(551),
[anon_sym_LBRACE] = ACTIONS(672),
[anon_sym_yield] = ACTIONS(576),
[anon_sym_AT] = ACTIONS(578),
[anon_sym_open] = ACTIONS(69),
[anon_sym_module] = ACTIONS(69),
[anon_sym_with] = ACTIONS(69),
[anon_sym_sealed] = ACTIONS(69),
[anon_sym_record] = ACTIONS(69),
[anon_sym_byte] = ACTIONS(87),
[anon_sym_short] = ACTIONS(87),
[anon_sym_int] = ACTIONS(87),
[anon_sym_long] = ACTIONS(87),
[anon_sym_char] = ACTIONS(87),
[anon_sym_float] = ACTIONS(89),
[anon_sym_double] = ACTIONS(89),
[sym_boolean_type] = ACTIONS(91),
[sym_void_type] = ACTIONS(91),
[sym_this] = ACTIONS(93),
[sym_super] = ACTIONS(95),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(139)] = {
[sym__literal] = STATE(593),
[sym_string_literal] = STATE(594),
[sym__string_literal] = STATE(550),
[sym__multiline_string_literal] = STATE(550),
[sym_expression] = STATE(761),
[sym_cast_expression] = STATE(709),
[sym_assignment_expression] = STATE(709),
[sym_binary_expression] = STATE(709),
[sym_instanceof_expression] = STATE(709),
[sym_lambda_expression] = STATE(709),
[sym_inferred_parameters] = STATE(1589),
[sym_ternary_expression] = STATE(709),
[sym_unary_expression] = STATE(709),
[sym__unary_complement_expression] = STATE(716),
[sym_update_expression] = STATE(709),
[sym_primary_expression] = STATE(562),
[sym_array_creation_expression] = STATE(593),
[sym_parenthesized_expression] = STATE(449),
[sym_class_literal] = STATE(593),
[sym_object_creation_expression] = STATE(593),
[sym__unqualified_object_creation_expression] = STATE(600),
[sym_field_access] = STATE(449),
[sym_template_expression] = STATE(593),
[sym_array_access] = STATE(449),
[sym_method_invocation] = STATE(593),
[sym_method_reference] = STATE(593),
[sym_switch_expression] = STATE(709),
[sym__annotation] = STATE(975),
[sym_marker_annotation] = STATE(975),
[sym_annotation] = STATE(975),
[sym__element_value] = STATE(1373),
[sym_element_value_array_initializer] = STATE(1373),
[sym__type] = STATE(1515),
[sym__unannotated_type] = STATE(1034),
[sym_annotated_type] = STATE(944),
[sym_scoped_type_identifier] = STATE(947),
[sym_generic_type] = STATE(962),
[sym_array_type] = STATE(844),
[sym_integral_type] = STATE(844),
[sym_floating_point_type] = STATE(844),
[sym_formal_parameters] = STATE(1589),
[sym__reserved_identifier] = STATE(444),
[aux_sym_array_creation_expression_repeat1] = STATE(912),
[sym_identifier] = ACTIONS(559),
[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(21),
[anon_sym_DASH] = ACTIONS(21),
[anon_sym_TILDE] = ACTIONS(23),
[anon_sym_BANG] = ACTIONS(23),
[anon_sym_PLUS_PLUS] = ACTIONS(25),
[anon_sym_DASH_DASH] = ACTIONS(25),
[anon_sym_new] = ACTIONS(27),
[anon_sym_switch] = ACTIONS(551),
[anon_sym_LBRACE] = ACTIONS(656),
[anon_sym_yield] = ACTIONS(576),
[anon_sym_AT] = ACTIONS(578),
[anon_sym_open] = ACTIONS(69),
[anon_sym_module] = ACTIONS(69),
[anon_sym_with] = ACTIONS(69),
[anon_sym_sealed] = ACTIONS(69),
[anon_sym_record] = ACTIONS(69),
[anon_sym_byte] = ACTIONS(87),
[anon_sym_short] = ACTIONS(87),
[anon_sym_int] = ACTIONS(87),
[anon_sym_long] = ACTIONS(87),
[anon_sym_char] = ACTIONS(87),
[anon_sym_float] = ACTIONS(89),
[anon_sym_double] = ACTIONS(89),
[sym_boolean_type] = ACTIONS(91),
[sym_void_type] = ACTIONS(91),
[sym_this] = ACTIONS(93),
[sym_super] = ACTIONS(95),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(140)] = {
[sym__literal] = STATE(593),
[sym_string_literal] = STATE(594),
[sym__string_literal] = STATE(550),
[sym__multiline_string_literal] = STATE(550),
[sym_expression] = STATE(761),
[sym_cast_expression] = STATE(709),
[sym_assignment_expression] = STATE(709),
[sym_binary_expression] = STATE(709),
[sym_instanceof_expression] = STATE(709),
[sym_lambda_expression] = STATE(709),
[sym_inferred_parameters] = STATE(1589),
[sym_ternary_expression] = STATE(709),
[sym_unary_expression] = STATE(709),
[sym__unary_complement_expression] = STATE(716),
[sym_update_expression] = STATE(709),
[sym_primary_expression] = STATE(562),
[sym_array_creation_expression] = STATE(593),
[sym_parenthesized_expression] = STATE(449),
[sym_class_literal] = STATE(593),
[sym_object_creation_expression] = STATE(593),
[sym__unqualified_object_creation_expression] = STATE(600),
[sym_field_access] = STATE(449),
[sym_template_expression] = STATE(593),
[sym_array_access] = STATE(449),
[sym_method_invocation] = STATE(593),
[sym_method_reference] = STATE(593),
[sym_switch_expression] = STATE(709),
[sym__annotation] = STATE(975),
[sym_marker_annotation] = STATE(975),
[sym_annotation] = STATE(975),
[sym__element_value] = STATE(1477),
[sym_element_value_array_initializer] = STATE(1477),
[sym__type] = STATE(1515),
[sym__unannotated_type] = STATE(1034),
[sym_annotated_type] = STATE(944),
[sym_scoped_type_identifier] = STATE(947),
[sym_generic_type] = STATE(962),
[sym_array_type] = STATE(844),
[sym_integral_type] = STATE(844),
[sym_floating_point_type] = STATE(844),
[sym_formal_parameters] = STATE(1589),
[sym__reserved_identifier] = STATE(444),
[aux_sym_array_creation_expression_repeat1] = STATE(912),
[sym_identifier] = ACTIONS(559),
[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(21),
[anon_sym_DASH] = ACTIONS(21),
[anon_sym_TILDE] = ACTIONS(23),
[anon_sym_BANG] = ACTIONS(23),
[anon_sym_PLUS_PLUS] = ACTIONS(25),
[anon_sym_DASH_DASH] = ACTIONS(25),
[anon_sym_new] = ACTIONS(27),
[anon_sym_switch] = ACTIONS(551),
[anon_sym_LBRACE] = ACTIONS(656),
[anon_sym_yield] = ACTIONS(576),
[anon_sym_AT] = ACTIONS(578),
[anon_sym_open] = ACTIONS(69),
[anon_sym_module] = ACTIONS(69),
[anon_sym_with] = ACTIONS(69),
[anon_sym_sealed] = ACTIONS(69),
[anon_sym_record] = ACTIONS(69),
[anon_sym_byte] = ACTIONS(87),
[anon_sym_short] = ACTIONS(87),
[anon_sym_int] = ACTIONS(87),
[anon_sym_long] = ACTIONS(87),
[anon_sym_char] = ACTIONS(87),
[anon_sym_float] = ACTIONS(89),
[anon_sym_double] = ACTIONS(89),
[sym_boolean_type] = ACTIONS(91),
[sym_void_type] = ACTIONS(91),
[sym_this] = ACTIONS(93),
[sym_super] = ACTIONS(95),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(141)] = {
[sym__literal] = STATE(593),
[sym_string_literal] = STATE(594),
[sym__string_literal] = STATE(550),
[sym__multiline_string_literal] = STATE(550),
[sym_expression] = STATE(830),
[sym_cast_expression] = STATE(709),
[sym_assignment_expression] = STATE(709),
[sym_binary_expression] = STATE(709),
[sym_instanceof_expression] = STATE(709),
[sym_lambda_expression] = STATE(709),
[sym_inferred_parameters] = STATE(1589),
[sym_ternary_expression] = STATE(709),
[sym_unary_expression] = STATE(709),
[sym__unary_complement_expression] = STATE(716),
[sym_update_expression] = STATE(709),
[sym_primary_expression] = STATE(562),
[sym_array_creation_expression] = STATE(593),
[sym_parenthesized_expression] = STATE(449),
[sym_class_literal] = STATE(593),
[sym_object_creation_expression] = STATE(593),
[sym__unqualified_object_creation_expression] = STATE(600),
[sym_field_access] = STATE(449),
[sym_template_expression] = STATE(593),
[sym_array_access] = STATE(449),
[sym_method_invocation] = STATE(593),
[sym_method_reference] = STATE(593),
[sym_switch_expression] = STATE(709),
[sym__annotation] = STATE(912),
[sym_marker_annotation] = STATE(912),
[sym_annotation] = STATE(912),
[sym_array_initializer] = STATE(1432),
[sym__type] = STATE(1515),
[sym__unannotated_type] = STATE(1034),
[sym_annotated_type] = STATE(944),
[sym_scoped_type_identifier] = STATE(947),
[sym_generic_type] = STATE(962),
[sym_array_type] = STATE(844),
[sym_integral_type] = STATE(844),
[sym_floating_point_type] = STATE(844),
[sym_formal_parameters] = STATE(1589),
[sym__reserved_identifier] = STATE(444),
[aux_sym_array_creation_expression_repeat1] = STATE(912),
[sym_identifier] = ACTIONS(559),
[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),
[anon_sym_RBRACE] = ACTIONS(686),
[sym_null_literal] = ACTIONS(9),
[anon_sym_LPAREN] = ACTIONS(17),
[anon_sym_PLUS] = ACTIONS(21),
[anon_sym_DASH] = ACTIONS(21),
[anon_sym_TILDE] = ACTIONS(23),
[anon_sym_BANG] = ACTIONS(23),
[anon_sym_PLUS_PLUS] = ACTIONS(25),
[anon_sym_DASH_DASH] = ACTIONS(25),
[anon_sym_new] = ACTIONS(27),
[anon_sym_switch] = ACTIONS(551),
[anon_sym_LBRACE] = ACTIONS(672),
[anon_sym_yield] = ACTIONS(576),
[anon_sym_AT] = ACTIONS(578),
[anon_sym_open] = ACTIONS(69),
[anon_sym_module] = ACTIONS(69),
[anon_sym_with] = ACTIONS(69),
[anon_sym_sealed] = ACTIONS(69),
[anon_sym_record] = ACTIONS(69),
[anon_sym_byte] = ACTIONS(87),
[anon_sym_short] = ACTIONS(87),
[anon_sym_int] = ACTIONS(87),
[anon_sym_long] = ACTIONS(87),
[anon_sym_char] = ACTIONS(87),
[anon_sym_float] = ACTIONS(89),
[anon_sym_double] = ACTIONS(89),
[sym_boolean_type] = ACTIONS(91),
[sym_void_type] = ACTIONS(91),
[sym_this] = ACTIONS(93),
[sym_super] = ACTIONS(95),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(142)] = {
[sym__literal] = STATE(593),
[sym_string_literal] = STATE(594),
[sym__string_literal] = STATE(550),
[sym__multiline_string_literal] = STATE(550),
[sym_expression] = STATE(761),
[sym_cast_expression] = STATE(709),
[sym_assignment_expression] = STATE(709),
[sym_binary_expression] = STATE(709),
[sym_instanceof_expression] = STATE(709),
[sym_lambda_expression] = STATE(709),
[sym_inferred_parameters] = STATE(1589),
[sym_ternary_expression] = STATE(709),
[sym_unary_expression] = STATE(709),
[sym__unary_complement_expression] = STATE(716),
[sym_update_expression] = STATE(709),
[sym_primary_expression] = STATE(562),
[sym_array_creation_expression] = STATE(593),
[sym_parenthesized_expression] = STATE(449),
[sym_class_literal] = STATE(593),
[sym_object_creation_expression] = STATE(593),
[sym__unqualified_object_creation_expression] = STATE(600),
[sym_field_access] = STATE(449),
[sym_template_expression] = STATE(593),
[sym_array_access] = STATE(449),
[sym_method_invocation] = STATE(593),
[sym_method_reference] = STATE(593),
[sym_switch_expression] = STATE(709),
[sym__annotation] = STATE(975),
[sym_marker_annotation] = STATE(975),
[sym_annotation] = STATE(975),
[sym__element_value] = STATE(1546),
[sym_element_value_array_initializer] = STATE(1546),
[sym__type] = STATE(1515),
[sym__unannotated_type] = STATE(1034),
[sym_annotated_type] = STATE(944),
[sym_scoped_type_identifier] = STATE(947),
[sym_generic_type] = STATE(962),
[sym_array_type] = STATE(844),
[sym_integral_type] = STATE(844),
[sym_floating_point_type] = STATE(844),
[sym_formal_parameters] = STATE(1589),
[sym__reserved_identifier] = STATE(444),
[aux_sym_array_creation_expression_repeat1] = STATE(912),
[sym_identifier] = ACTIONS(559),
[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(21),
[anon_sym_DASH] = ACTIONS(21),
[anon_sym_TILDE] = ACTIONS(23),
[anon_sym_BANG] = ACTIONS(23),
[anon_sym_PLUS_PLUS] = ACTIONS(25),
[anon_sym_DASH_DASH] = ACTIONS(25),
[anon_sym_new] = ACTIONS(27),
[anon_sym_switch] = ACTIONS(551),
[anon_sym_LBRACE] = ACTIONS(656),
[anon_sym_yield] = ACTIONS(576),
[anon_sym_AT] = ACTIONS(578),
[anon_sym_open] = ACTIONS(69),
[anon_sym_module] = ACTIONS(69),
[anon_sym_with] = ACTIONS(69),
[anon_sym_sealed] = ACTIONS(69),
[anon_sym_record] = ACTIONS(69),
[anon_sym_byte] = ACTIONS(87),
[anon_sym_short] = ACTIONS(87),
[anon_sym_int] = ACTIONS(87),
[anon_sym_long] = ACTIONS(87),
[anon_sym_char] = ACTIONS(87),
[anon_sym_float] = ACTIONS(89),
[anon_sym_double] = ACTIONS(89),
[sym_boolean_type] = ACTIONS(91),
[sym_void_type] = ACTIONS(91),
[sym_this] = ACTIONS(93),
[sym_super] = ACTIONS(95),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(143)] = {
[sym__literal] = STATE(593),
[sym_string_literal] = STATE(594),
[sym__string_literal] = STATE(550),
[sym__multiline_string_literal] = STATE(550),
[sym_expression] = STATE(814),
[sym_cast_expression] = STATE(709),
[sym_assignment_expression] = STATE(709),
[sym_binary_expression] = STATE(709),
[sym_instanceof_expression] = STATE(709),
[sym_lambda_expression] = STATE(709),
[sym_inferred_parameters] = STATE(1589),
[sym_ternary_expression] = STATE(709),
[sym_unary_expression] = STATE(709),
[sym__unary_complement_expression] = STATE(716),
[sym_update_expression] = STATE(709),
[sym_primary_expression] = STATE(562),
[sym_array_creation_expression] = STATE(593),
[sym_parenthesized_expression] = STATE(449),
[sym_class_literal] = STATE(593),
[sym_object_creation_expression] = STATE(593),
[sym__unqualified_object_creation_expression] = STATE(600),
[sym_field_access] = STATE(449),
[sym_template_expression] = STATE(593),
[sym_array_access] = STATE(449),
[sym_method_invocation] = STATE(593),
[sym_method_reference] = STATE(593),
[sym_switch_expression] = STATE(709),
[sym__annotation] = STATE(912),
[sym_marker_annotation] = STATE(912),
[sym_annotation] = STATE(912),
[sym_array_initializer] = STATE(1316),
[sym__type] = STATE(1515),
[sym__unannotated_type] = STATE(1034),
[sym_annotated_type] = STATE(944),
[sym_scoped_type_identifier] = STATE(947),
[sym_generic_type] = STATE(962),
[sym_array_type] = STATE(844),
[sym_integral_type] = STATE(844),
[sym_floating_point_type] = STATE(844),
[sym_formal_parameters] = STATE(1589),
[sym__reserved_identifier] = STATE(444),
[aux_sym_array_creation_expression_repeat1] = STATE(912),
[sym_identifier] = ACTIONS(559),
[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(21),
[anon_sym_DASH] = ACTIONS(21),
[anon_sym_TILDE] = ACTIONS(23),
[anon_sym_BANG] = ACTIONS(23),
[anon_sym_PLUS_PLUS] = ACTIONS(25),
[anon_sym_DASH_DASH] = ACTIONS(25),
[anon_sym_new] = ACTIONS(27),
[anon_sym_switch] = ACTIONS(551),
[anon_sym_LBRACE] = ACTIONS(672),
[anon_sym_yield] = ACTIONS(576),
[anon_sym_AT] = ACTIONS(578),
[anon_sym_open] = ACTIONS(69),
[anon_sym_module] = ACTIONS(69),
[anon_sym_with] = ACTIONS(69),
[anon_sym_sealed] = ACTIONS(69),
[anon_sym_record] = ACTIONS(69),
[anon_sym_byte] = ACTIONS(87),
[anon_sym_short] = ACTIONS(87),
[anon_sym_int] = ACTIONS(87),
[anon_sym_long] = ACTIONS(87),
[anon_sym_char] = ACTIONS(87),
[anon_sym_float] = ACTIONS(89),
[anon_sym_double] = ACTIONS(89),
[sym_boolean_type] = ACTIONS(91),
[sym_void_type] = ACTIONS(91),
[sym_this] = ACTIONS(93),
[sym_super] = ACTIONS(95),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(144)] = {
[sym_identifier] = ACTIONS(564),
[anon_sym_RBRACE] = ACTIONS(566),
[anon_sym_LPAREN] = ACTIONS(566),
[anon_sym_RPAREN] = ACTIONS(566),
[anon_sym_AMP] = ACTIONS(564),
[anon_sym_EQ] = ACTIONS(564),
[anon_sym_PLUS_EQ] = ACTIONS(566),
[anon_sym_DASH_EQ] = ACTIONS(566),
[anon_sym_STAR_EQ] = ACTIONS(566),
[anon_sym_SLASH_EQ] = ACTIONS(566),
[anon_sym_AMP_EQ] = ACTIONS(566),
[anon_sym_PIPE_EQ] = ACTIONS(566),
[anon_sym_CARET_EQ] = ACTIONS(566),
[anon_sym_PERCENT_EQ] = ACTIONS(566),
[anon_sym_LT_LT_EQ] = ACTIONS(566),
[anon_sym_GT_GT_EQ] = ACTIONS(566),
[anon_sym_GT_GT_GT_EQ] = ACTIONS(566),
[anon_sym_GT] = ACTIONS(564),
[anon_sym_LT] = ACTIONS(564),
[anon_sym_GT_EQ] = ACTIONS(566),
[anon_sym_LT_EQ] = ACTIONS(566),
[anon_sym_EQ_EQ] = ACTIONS(566),
[anon_sym_BANG_EQ] = ACTIONS(566),
[anon_sym_AMP_AMP] = ACTIONS(566),
[anon_sym_PIPE_PIPE] = ACTIONS(566),
[anon_sym_PLUS] = ACTIONS(564),
[anon_sym_DASH] = ACTIONS(564),
[anon_sym_STAR] = ACTIONS(564),
[anon_sym_SLASH] = ACTIONS(564),
[anon_sym_PIPE] = ACTIONS(564),
[anon_sym_CARET] = ACTIONS(564),
[anon_sym_PERCENT] = ACTIONS(564),
[anon_sym_LT_LT] = ACTIONS(564),
[anon_sym_GT_GT] = ACTIONS(564),
[anon_sym_GT_GT_GT] = ACTIONS(564),
[anon_sym_instanceof] = ACTIONS(564),
[anon_sym_DASH_GT] = ACTIONS(566),
[anon_sym_COMMA] = ACTIONS(566),
[anon_sym_QMARK] = ACTIONS(566),
[anon_sym_COLON] = ACTIONS(564),
[anon_sym_PLUS_PLUS] = ACTIONS(566),
[anon_sym_DASH_DASH] = ACTIONS(566),
[anon_sym_LBRACK] = ACTIONS(566),
[anon_sym_RBRACK] = ACTIONS(566),
[anon_sym_DOT] = ACTIONS(564),
[anon_sym_class] = ACTIONS(564),
[anon_sym_COLON_COLON] = ACTIONS(566),
[anon_sym_LBRACE] = ACTIONS(566),
[anon_sym_default] = ACTIONS(564),
[anon_sym_when] = ACTIONS(564),
[anon_sym_SEMI] = ACTIONS(566),
[anon_sym_synchronized] = ACTIONS(564),
[anon_sym_AT] = ACTIONS(566),
[anon_sym_open] = ACTIONS(564),
[anon_sym_module] = ACTIONS(564),
[anon_sym_static] = ACTIONS(564),
[anon_sym_to] = ACTIONS(564),
[anon_sym_with] = ACTIONS(564),
[anon_sym_package] = 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_final] = 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(566),
[anon_sym_record] = ACTIONS(564),
[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),
[anon_sym_DOT_DOT_DOT] = ACTIONS(566),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(145)] = {
[sym_identifier] = ACTIONS(564),
[anon_sym_RBRACE] = ACTIONS(566),
[anon_sym_LPAREN] = ACTIONS(566),
[anon_sym_RPAREN] = ACTIONS(566),
[anon_sym_AMP] = ACTIONS(564),
[anon_sym_EQ] = ACTIONS(564),
[anon_sym_PLUS_EQ] = ACTIONS(566),
[anon_sym_DASH_EQ] = ACTIONS(566),
[anon_sym_STAR_EQ] = ACTIONS(566),
[anon_sym_SLASH_EQ] = ACTIONS(566),
[anon_sym_AMP_EQ] = ACTIONS(566),
[anon_sym_PIPE_EQ] = ACTIONS(566),
[anon_sym_CARET_EQ] = ACTIONS(566),
[anon_sym_PERCENT_EQ] = ACTIONS(566),
[anon_sym_LT_LT_EQ] = ACTIONS(566),
[anon_sym_GT_GT_EQ] = ACTIONS(566),
[anon_sym_GT_GT_GT_EQ] = ACTIONS(566),
[anon_sym_GT] = ACTIONS(564),
[anon_sym_LT] = ACTIONS(564),
[anon_sym_GT_EQ] = ACTIONS(566),
[anon_sym_LT_EQ] = ACTIONS(566),
[anon_sym_EQ_EQ] = ACTIONS(566),
[anon_sym_BANG_EQ] = ACTIONS(566),
[anon_sym_AMP_AMP] = ACTIONS(566),
[anon_sym_PIPE_PIPE] = ACTIONS(566),
[anon_sym_PLUS] = ACTIONS(564),
[anon_sym_DASH] = ACTIONS(564),
[anon_sym_STAR] = ACTIONS(564),
[anon_sym_SLASH] = ACTIONS(564),
[anon_sym_PIPE] = ACTIONS(564),
[anon_sym_CARET] = ACTIONS(564),
[anon_sym_PERCENT] = ACTIONS(564),
[anon_sym_LT_LT] = ACTIONS(564),
[anon_sym_GT_GT] = ACTIONS(564),
[anon_sym_GT_GT_GT] = ACTIONS(564),
[anon_sym_instanceof] = ACTIONS(564),
[anon_sym_DASH_GT] = ACTIONS(566),
[anon_sym_COMMA] = ACTIONS(566),
[anon_sym_QMARK] = ACTIONS(566),
[anon_sym_COLON] = ACTIONS(564),
[anon_sym_PLUS_PLUS] = ACTIONS(566),
[anon_sym_DASH_DASH] = ACTIONS(566),
[anon_sym_LBRACK] = ACTIONS(566),
[anon_sym_RBRACK] = ACTIONS(566),
[anon_sym_DOT] = ACTIONS(564),
[anon_sym_class] = ACTIONS(564),
[anon_sym_COLON_COLON] = ACTIONS(566),
[anon_sym_LBRACE] = ACTIONS(566),
[anon_sym_default] = ACTIONS(564),
[anon_sym_when] = ACTIONS(564),
[anon_sym_SEMI] = ACTIONS(566),
[anon_sym_synchronized] = ACTIONS(564),
[anon_sym_AT] = ACTIONS(566),
[anon_sym_open] = ACTIONS(564),
[anon_sym_module] = ACTIONS(564),
[anon_sym_static] = ACTIONS(564),
[anon_sym_to] = ACTIONS(564),
[anon_sym_with] = ACTIONS(564),
[anon_sym_package] = 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_final] = 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(566),
[anon_sym_record] = ACTIONS(564),
[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),
[anon_sym_DOT_DOT_DOT] = ACTIONS(566),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(146)] = {
[sym__literal] = STATE(593),
[sym_string_literal] = STATE(594),
[sym__string_literal] = STATE(550),
[sym__multiline_string_literal] = STATE(550),
[sym_expression] = STATE(743),
[sym_cast_expression] = STATE(709),
[sym_assignment_expression] = STATE(709),
[sym_binary_expression] = STATE(709),
[sym_instanceof_expression] = STATE(709),
[sym_lambda_expression] = STATE(709),
[sym_inferred_parameters] = STATE(1589),
[sym_ternary_expression] = STATE(709),
[sym_unary_expression] = STATE(709),
[sym__unary_complement_expression] = STATE(716),
[sym_update_expression] = STATE(709),
[sym_primary_expression] = STATE(562),
[sym_array_creation_expression] = STATE(593),
[sym_parenthesized_expression] = STATE(449),
[sym_class_literal] = STATE(593),
[sym_object_creation_expression] = STATE(593),
[sym__unqualified_object_creation_expression] = STATE(600),
[sym_field_access] = STATE(449),
[sym_template_expression] = STATE(593),
[sym_array_access] = STATE(449),
[sym_method_invocation] = STATE(593),
[sym_method_reference] = STATE(593),
[sym_switch_expression] = STATE(709),
[sym_block] = STATE(708),
[sym__annotation] = STATE(912),
[sym_marker_annotation] = STATE(912),
[sym_annotation] = STATE(912),
[sym__type] = STATE(1515),
[sym__unannotated_type] = STATE(1034),
[sym_annotated_type] = STATE(944),
[sym_scoped_type_identifier] = STATE(947),
[sym_generic_type] = STATE(962),
[sym_array_type] = STATE(844),
[sym_integral_type] = STATE(844),
[sym_floating_point_type] = STATE(844),
[sym_formal_parameters] = STATE(1589),
[sym__reserved_identifier] = STATE(444),
[aux_sym_array_creation_expression_repeat1] = STATE(912),
[sym_identifier] = ACTIONS(559),
[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(21),
[anon_sym_DASH] = ACTIONS(21),
[anon_sym_TILDE] = ACTIONS(23),
[anon_sym_BANG] = ACTIONS(23),
[anon_sym_PLUS_PLUS] = ACTIONS(25),
[anon_sym_DASH_DASH] = ACTIONS(25),
[anon_sym_new] = ACTIONS(27),
[anon_sym_switch] = ACTIONS(551),
[anon_sym_LBRACE] = ACTIONS(688),
[anon_sym_yield] = ACTIONS(576),
[anon_sym_AT] = ACTIONS(578),
[anon_sym_open] = ACTIONS(69),
[anon_sym_module] = ACTIONS(69),
[anon_sym_with] = ACTIONS(69),
[anon_sym_sealed] = ACTIONS(69),
[anon_sym_record] = ACTIONS(69),
[anon_sym_byte] = ACTIONS(87),
[anon_sym_short] = ACTIONS(87),
[anon_sym_int] = ACTIONS(87),
[anon_sym_long] = ACTIONS(87),
[anon_sym_char] = ACTIONS(87),
[anon_sym_float] = ACTIONS(89),
[anon_sym_double] = ACTIONS(89),
[sym_boolean_type] = ACTIONS(91),
[sym_void_type] = ACTIONS(91),
[sym_this] = ACTIONS(93),
[sym_super] = ACTIONS(95),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(147)] = {
[sym__literal] = STATE(593),
[sym_string_literal] = STATE(594),
[sym__string_literal] = STATE(550),
[sym__multiline_string_literal] = STATE(550),
[sym_expression] = STATE(830),
[sym_cast_expression] = STATE(709),
[sym_assignment_expression] = STATE(709),
[sym_binary_expression] = STATE(709),
[sym_instanceof_expression] = STATE(709),
[sym_lambda_expression] = STATE(709),
[sym_inferred_parameters] = STATE(1589),
[sym_ternary_expression] = STATE(709),
[sym_unary_expression] = STATE(709),
[sym__unary_complement_expression] = STATE(716),
[sym_update_expression] = STATE(709),
[sym_primary_expression] = STATE(562),
[sym_array_creation_expression] = STATE(593),
[sym_parenthesized_expression] = STATE(449),
[sym_class_literal] = STATE(593),
[sym_object_creation_expression] = STATE(593),
[sym__unqualified_object_creation_expression] = STATE(600),
[sym_field_access] = STATE(449),
[sym_template_expression] = STATE(593),
[sym_array_access] = STATE(449),
[sym_method_invocation] = STATE(593),
[sym_method_reference] = STATE(593),
[sym_switch_expression] = STATE(709),
[sym__annotation] = STATE(912),
[sym_marker_annotation] = STATE(912),
[sym_annotation] = STATE(912),
[sym_array_initializer] = STATE(1432),
[sym__type] = STATE(1515),
[sym__unannotated_type] = STATE(1034),
[sym_annotated_type] = STATE(944),
[sym_scoped_type_identifier] = STATE(947),
[sym_generic_type] = STATE(962),
[sym_array_type] = STATE(844),
[sym_integral_type] = STATE(844),
[sym_floating_point_type] = STATE(844),
[sym_formal_parameters] = STATE(1589),
[sym__reserved_identifier] = STATE(444),
[aux_sym_array_creation_expression_repeat1] = STATE(912),
[sym_identifier] = ACTIONS(559),
[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(21),
[anon_sym_DASH] = ACTIONS(21),
[anon_sym_TILDE] = ACTIONS(23),
[anon_sym_BANG] = ACTIONS(23),
[anon_sym_PLUS_PLUS] = ACTIONS(25),
[anon_sym_DASH_DASH] = ACTIONS(25),
[anon_sym_new] = ACTIONS(27),
[anon_sym_switch] = ACTIONS(551),
[anon_sym_LBRACE] = ACTIONS(672),
[anon_sym_yield] = ACTIONS(576),
[anon_sym_AT] = ACTIONS(578),
[anon_sym_open] = ACTIONS(69),
[anon_sym_module] = ACTIONS(69),
[anon_sym_with] = ACTIONS(69),
[anon_sym_sealed] = ACTIONS(69),
[anon_sym_record] = ACTIONS(69),
[anon_sym_byte] = ACTIONS(87),
[anon_sym_short] = ACTIONS(87),
[anon_sym_int] = ACTIONS(87),
[anon_sym_long] = ACTIONS(87),
[anon_sym_char] = ACTIONS(87),
[anon_sym_float] = ACTIONS(89),
[anon_sym_double] = ACTIONS(89),
[sym_boolean_type] = ACTIONS(91),
[sym_void_type] = ACTIONS(91),
[sym_this] = ACTIONS(93),
[sym_super] = ACTIONS(95),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(148)] = {
[sym__literal] = STATE(593),
[sym_string_literal] = STATE(594),
[sym__string_literal] = STATE(550),
[sym__multiline_string_literal] = STATE(550),
[sym_expression] = STATE(776),
[sym_cast_expression] = STATE(709),
[sym_assignment_expression] = STATE(709),
[sym_binary_expression] = STATE(709),
[sym_instanceof_expression] = STATE(709),
[sym_lambda_expression] = STATE(709),
[sym_inferred_parameters] = STATE(1513),
[sym_ternary_expression] = STATE(709),
[sym_unary_expression] = STATE(709),
[sym__unary_complement_expression] = STATE(716),
[sym_update_expression] = STATE(709),
[sym_primary_expression] = STATE(562),
[sym_array_creation_expression] = STATE(593),
[sym_parenthesized_expression] = STATE(478),
[sym_class_literal] = STATE(593),
[sym_object_creation_expression] = STATE(593),
[sym__unqualified_object_creation_expression] = STATE(600),
[sym_field_access] = STATE(478),
[sym_template_expression] = STATE(593),
[sym_array_access] = STATE(478),
[sym_method_invocation] = STATE(593),
[sym_method_reference] = STATE(593),
[sym_switch_expression] = STATE(709),
[sym_block] = STATE(708),
[sym__annotation] = STATE(912),
[sym_marker_annotation] = STATE(912),
[sym_annotation] = STATE(912),
[sym__type] = STATE(1515),
[sym__unannotated_type] = STATE(1034),
[sym_annotated_type] = STATE(944),
[sym_scoped_type_identifier] = STATE(947),
[sym_generic_type] = STATE(962),
[sym_array_type] = STATE(844),
[sym_integral_type] = STATE(844),
[sym_floating_point_type] = STATE(844),
[sym_formal_parameters] = STATE(1513),
[sym__reserved_identifier] = STATE(461),
[aux_sym_array_creation_expression_repeat1] = STATE(912),
[sym_identifier] = ACTIONS(690),
[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(614),
[anon_sym_PLUS] = ACTIONS(616),
[anon_sym_DASH] = ACTIONS(616),
[anon_sym_TILDE] = ACTIONS(618),
[anon_sym_BANG] = ACTIONS(618),
[anon_sym_PLUS_PLUS] = ACTIONS(25),
[anon_sym_DASH_DASH] = ACTIONS(25),
[anon_sym_new] = ACTIONS(27),
[anon_sym_switch] = ACTIONS(551),
[anon_sym_LBRACE] = ACTIONS(688),
[anon_sym_yield] = ACTIONS(576),
[anon_sym_AT] = ACTIONS(578),
[anon_sym_open] = ACTIONS(69),
[anon_sym_module] = ACTIONS(69),
[anon_sym_with] = ACTIONS(69),
[anon_sym_sealed] = ACTIONS(69),
[anon_sym_record] = ACTIONS(69),
[anon_sym_byte] = ACTIONS(87),
[anon_sym_short] = ACTIONS(87),
[anon_sym_int] = ACTIONS(87),
[anon_sym_long] = ACTIONS(87),
[anon_sym_char] = ACTIONS(87),
[anon_sym_float] = ACTIONS(89),
[anon_sym_double] = ACTIONS(89),
[sym_boolean_type] = ACTIONS(91),
[sym_void_type] = ACTIONS(91),
[sym_this] = ACTIONS(93),
[sym_super] = ACTIONS(95),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(149)] = {
[sym__literal] = STATE(593),
[sym_string_literal] = STATE(594),
[sym__string_literal] = STATE(550),
[sym__multiline_string_literal] = STATE(550),
[sym_expression] = STATE(807),
[sym_cast_expression] = STATE(709),
[sym_assignment_expression] = STATE(709),
[sym_binary_expression] = STATE(709),
[sym_instanceof_expression] = STATE(709),
[sym_lambda_expression] = STATE(709),
[sym_inferred_parameters] = STATE(1589),
[sym_ternary_expression] = STATE(709),
[sym_unary_expression] = STATE(709),
[sym__unary_complement_expression] = STATE(716),
[sym_update_expression] = STATE(709),
[sym_primary_expression] = STATE(562),
[sym_array_creation_expression] = STATE(593),
[sym_parenthesized_expression] = STATE(449),
[sym_class_literal] = STATE(593),
[sym_object_creation_expression] = STATE(593),
[sym__unqualified_object_creation_expression] = STATE(600),
[sym_field_access] = STATE(449),
[sym_template_expression] = STATE(593),
[sym_array_access] = STATE(449),
[sym_method_invocation] = STATE(593),
[sym_method_reference] = STATE(593),
[sym_switch_expression] = STATE(709),
[sym__annotation] = STATE(912),
[sym_marker_annotation] = STATE(912),
[sym_annotation] = STATE(912),
[sym__type] = STATE(1515),
[sym__unannotated_type] = STATE(1034),
[sym_annotated_type] = STATE(944),
[sym_scoped_type_identifier] = STATE(947),
[sym_generic_type] = STATE(962),
[sym_array_type] = STATE(844),
[sym_integral_type] = STATE(844),
[sym_floating_point_type] = STATE(844),
[sym_formal_parameters] = STATE(1589),
[sym__reserved_identifier] = STATE(444),
[aux_sym_array_creation_expression_repeat1] = STATE(912),
[sym_identifier] = ACTIONS(559),
[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(692),
[anon_sym_PLUS] = ACTIONS(21),
[anon_sym_DASH] = ACTIONS(21),
[anon_sym_TILDE] = ACTIONS(23),
[anon_sym_BANG] = ACTIONS(23),
[anon_sym_PLUS_PLUS] = ACTIONS(25),
[anon_sym_DASH_DASH] = ACTIONS(25),
[anon_sym_new] = ACTIONS(27),
[anon_sym_switch] = ACTIONS(551),
[anon_sym_yield] = ACTIONS(576),
[anon_sym_AT] = ACTIONS(578),
[anon_sym_open] = ACTIONS(69),
[anon_sym_module] = ACTIONS(69),
[anon_sym_with] = ACTIONS(69),
[anon_sym_sealed] = ACTIONS(69),
[anon_sym_record] = ACTIONS(69),
[anon_sym_byte] = ACTIONS(87),
[anon_sym_short] = ACTIONS(87),
[anon_sym_int] = ACTIONS(87),
[anon_sym_long] = ACTIONS(87),
[anon_sym_char] = ACTIONS(87),
[anon_sym_float] = ACTIONS(89),
[anon_sym_double] = ACTIONS(89),
[sym_boolean_type] = ACTIONS(91),
[sym_void_type] = ACTIONS(91),
[sym_this] = ACTIONS(93),
[sym_super] = ACTIONS(95),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(150)] = {
[sym__literal] = STATE(593),
[sym_string_literal] = STATE(594),
[sym__string_literal] = STATE(550),
[sym__multiline_string_literal] = STATE(550),
[sym_expression] = STATE(853),
[sym_cast_expression] = STATE(709),
[sym_assignment_expression] = STATE(709),
[sym_binary_expression] = STATE(709),
[sym_instanceof_expression] = STATE(709),
[sym_lambda_expression] = STATE(709),
[sym_inferred_parameters] = STATE(1589),
[sym_ternary_expression] = STATE(709),
[sym_unary_expression] = STATE(709),
[sym__unary_complement_expression] = STATE(716),
[sym_update_expression] = STATE(709),
[sym_primary_expression] = STATE(562),
[sym_array_creation_expression] = STATE(593),
[sym_parenthesized_expression] = STATE(449),
[sym_class_literal] = STATE(593),
[sym_object_creation_expression] = STATE(593),
[sym__unqualified_object_creation_expression] = STATE(600),
[sym_field_access] = STATE(449),
[sym_template_expression] = STATE(593),
[sym_array_access] = STATE(449),
[sym_method_invocation] = STATE(593),
[sym_method_reference] = STATE(593),
[sym_switch_expression] = STATE(709),
[sym__annotation] = STATE(912),
[sym_marker_annotation] = STATE(912),
[sym_annotation] = STATE(912),
[sym__type] = STATE(1515),
[sym__unannotated_type] = STATE(1034),
[sym_annotated_type] = STATE(944),
[sym_scoped_type_identifier] = STATE(947),
[sym_generic_type] = STATE(962),
[sym_array_type] = STATE(844),
[sym_integral_type] = STATE(844),
[sym_floating_point_type] = STATE(844),
[sym_formal_parameters] = STATE(1589),
[sym__reserved_identifier] = STATE(444),
[aux_sym_array_creation_expression_repeat1] = STATE(912),
[sym_identifier] = ACTIONS(559),
[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(21),
[anon_sym_DASH] = ACTIONS(21),
[anon_sym_TILDE] = ACTIONS(23),
[anon_sym_BANG] = ACTIONS(23),
[anon_sym_PLUS_PLUS] = ACTIONS(25),
[anon_sym_DASH_DASH] = ACTIONS(25),
[anon_sym_new] = ACTIONS(27),
[anon_sym_RBRACK] = ACTIONS(694),
[anon_sym_switch] = ACTIONS(551),
[anon_sym_yield] = ACTIONS(576),
[anon_sym_AT] = ACTIONS(578),
[anon_sym_open] = ACTIONS(69),
[anon_sym_module] = ACTIONS(69),
[anon_sym_with] = ACTIONS(69),
[anon_sym_sealed] = ACTIONS(69),
[anon_sym_record] = ACTIONS(69),
[anon_sym_byte] = ACTIONS(87),
[anon_sym_short] = ACTIONS(87),
[anon_sym_int] = ACTIONS(87),
[anon_sym_long] = ACTIONS(87),
[anon_sym_char] = ACTIONS(87),
[anon_sym_float] = ACTIONS(89),
[anon_sym_double] = ACTIONS(89),
[sym_boolean_type] = ACTIONS(91),
[sym_void_type] = ACTIONS(91),
[sym_this] = ACTIONS(93),
[sym_super] = ACTIONS(95),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(151)] = {
[sym__literal] = STATE(593),
[sym_string_literal] = STATE(594),
[sym__string_literal] = STATE(550),
[sym__multiline_string_literal] = STATE(550),
[sym_expression] = STATE(870),
[sym_cast_expression] = STATE(709),
[sym_assignment_expression] = STATE(709),
[sym_binary_expression] = STATE(709),
[sym_instanceof_expression] = STATE(709),
[sym_lambda_expression] = STATE(709),
[sym_inferred_parameters] = STATE(1589),
[sym_ternary_expression] = STATE(709),
[sym_unary_expression] = STATE(709),
[sym__unary_complement_expression] = STATE(716),
[sym_update_expression] = STATE(709),
[sym_primary_expression] = STATE(562),
[sym_array_creation_expression] = STATE(593),
[sym_parenthesized_expression] = STATE(449),
[sym_class_literal] = STATE(593),
[sym_object_creation_expression] = STATE(593),
[sym__unqualified_object_creation_expression] = STATE(600),
[sym_field_access] = STATE(449),
[sym_template_expression] = STATE(593),
[sym_array_access] = STATE(449),
[sym_method_invocation] = STATE(593),
[sym_method_reference] = STATE(593),
[sym_switch_expression] = STATE(709),
[sym__annotation] = STATE(912),
[sym_marker_annotation] = STATE(912),
[sym_annotation] = STATE(912),
[sym__type] = STATE(1515),
[sym__unannotated_type] = STATE(1034),
[sym_annotated_type] = STATE(944),
[sym_scoped_type_identifier] = STATE(947),
[sym_generic_type] = STATE(962),
[sym_array_type] = STATE(844),
[sym_integral_type] = STATE(844),
[sym_floating_point_type] = STATE(844),
[sym_formal_parameters] = STATE(1589),
[sym__reserved_identifier] = STATE(444),
[aux_sym_array_creation_expression_repeat1] = STATE(912),
[sym_identifier] = ACTIONS(559),
[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(21),
[anon_sym_DASH] = ACTIONS(21),
[anon_sym_TILDE] = ACTIONS(23),
[anon_sym_BANG] = ACTIONS(23),
[anon_sym_PLUS_PLUS] = ACTIONS(25),
[anon_sym_DASH_DASH] = ACTIONS(25),
[anon_sym_new] = ACTIONS(27),
[anon_sym_switch] = ACTIONS(551),
[anon_sym_SEMI] = ACTIONS(696),
[anon_sym_yield] = ACTIONS(576),
[anon_sym_AT] = ACTIONS(578),
[anon_sym_open] = ACTIONS(69),
[anon_sym_module] = ACTIONS(69),
[anon_sym_with] = ACTIONS(69),
[anon_sym_sealed] = ACTIONS(69),
[anon_sym_record] = ACTIONS(69),
[anon_sym_byte] = ACTIONS(87),
[anon_sym_short] = ACTIONS(87),
[anon_sym_int] = ACTIONS(87),
[anon_sym_long] = ACTIONS(87),
[anon_sym_char] = ACTIONS(87),
[anon_sym_float] = ACTIONS(89),
[anon_sym_double] = ACTIONS(89),
[sym_boolean_type] = ACTIONS(91),
[sym_void_type] = ACTIONS(91),
[sym_this] = ACTIONS(93),
[sym_super] = ACTIONS(95),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(152)] = {
[sym__literal] = STATE(593),
[sym_string_literal] = STATE(594),
[sym__string_literal] = STATE(550),
[sym__multiline_string_literal] = STATE(550),
[sym_expression] = STATE(891),
[sym_cast_expression] = STATE(709),
[sym_assignment_expression] = STATE(709),
[sym_binary_expression] = STATE(709),
[sym_instanceof_expression] = STATE(709),
[sym_lambda_expression] = STATE(709),
[sym_inferred_parameters] = STATE(1589),
[sym_ternary_expression] = STATE(709),
[sym_unary_expression] = STATE(709),
[sym__unary_complement_expression] = STATE(716),
[sym_update_expression] = STATE(709),
[sym_primary_expression] = STATE(562),
[sym_array_creation_expression] = STATE(593),
[sym_parenthesized_expression] = STATE(449),
[sym_class_literal] = STATE(593),
[sym_object_creation_expression] = STATE(593),
[sym__unqualified_object_creation_expression] = STATE(600),
[sym_field_access] = STATE(449),
[sym_template_expression] = STATE(593),
[sym_array_access] = STATE(449),
[sym_method_invocation] = STATE(593),
[sym_method_reference] = STATE(593),
[sym_switch_expression] = STATE(709),
[sym__annotation] = STATE(912),
[sym_marker_annotation] = STATE(912),
[sym_annotation] = STATE(912),
[sym__type] = STATE(1515),
[sym__unannotated_type] = STATE(1034),
[sym_annotated_type] = STATE(944),
[sym_scoped_type_identifier] = STATE(947),
[sym_generic_type] = STATE(962),
[sym_array_type] = STATE(844),
[sym_integral_type] = STATE(844),
[sym_floating_point_type] = STATE(844),
[sym_formal_parameters] = STATE(1589),
[sym__reserved_identifier] = STATE(444),
[aux_sym_array_creation_expression_repeat1] = STATE(912),
[sym_identifier] = ACTIONS(559),
[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(21),
[anon_sym_DASH] = ACTIONS(21),
[anon_sym_TILDE] = ACTIONS(23),
[anon_sym_BANG] = ACTIONS(23),
[anon_sym_PLUS_PLUS] = ACTIONS(25),
[anon_sym_DASH_DASH] = ACTIONS(25),
[anon_sym_new] = ACTIONS(27),
[anon_sym_RBRACK] = ACTIONS(698),
[anon_sym_switch] = ACTIONS(551),
[anon_sym_yield] = ACTIONS(576),
[anon_sym_AT] = ACTIONS(578),
[anon_sym_open] = ACTIONS(69),
[anon_sym_module] = ACTIONS(69),
[anon_sym_with] = ACTIONS(69),
[anon_sym_sealed] = ACTIONS(69),
[anon_sym_record] = ACTIONS(69),
[anon_sym_byte] = ACTIONS(87),
[anon_sym_short] = ACTIONS(87),
[anon_sym_int] = ACTIONS(87),
[anon_sym_long] = ACTIONS(87),
[anon_sym_char] = ACTIONS(87),
[anon_sym_float] = ACTIONS(89),
[anon_sym_double] = ACTIONS(89),
[sym_boolean_type] = ACTIONS(91),
[sym_void_type] = ACTIONS(91),
[sym_this] = ACTIONS(93),
[sym_super] = ACTIONS(95),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(153)] = {
[sym__literal] = STATE(593),
[sym_string_literal] = STATE(594),
[sym__string_literal] = STATE(550),
[sym__multiline_string_literal] = STATE(550),
[sym_expression] = STATE(858),
[sym_cast_expression] = STATE(709),
[sym_assignment_expression] = STATE(709),
[sym_binary_expression] = STATE(709),
[sym_instanceof_expression] = STATE(709),
[sym_lambda_expression] = STATE(709),
[sym_inferred_parameters] = STATE(1589),
[sym_ternary_expression] = STATE(709),
[sym_unary_expression] = STATE(709),
[sym__unary_complement_expression] = STATE(716),
[sym_update_expression] = STATE(709),
[sym_primary_expression] = STATE(562),
[sym_array_creation_expression] = STATE(593),
[sym_parenthesized_expression] = STATE(449),
[sym_class_literal] = STATE(593),
[sym_object_creation_expression] = STATE(593),
[sym__unqualified_object_creation_expression] = STATE(600),
[sym_field_access] = STATE(449),
[sym_template_expression] = STATE(593),
[sym_array_access] = STATE(449),
[sym_method_invocation] = STATE(593),
[sym_method_reference] = STATE(593),
[sym_switch_expression] = STATE(709),
[sym__annotation] = STATE(912),
[sym_marker_annotation] = STATE(912),
[sym_annotation] = STATE(912),
[sym__type] = STATE(1515),
[sym__unannotated_type] = STATE(1034),
[sym_annotated_type] = STATE(944),
[sym_scoped_type_identifier] = STATE(947),
[sym_generic_type] = STATE(962),
[sym_array_type] = STATE(844),
[sym_integral_type] = STATE(844),
[sym_floating_point_type] = STATE(844),
[sym_formal_parameters] = STATE(1589),
[sym__reserved_identifier] = STATE(444),
[aux_sym_array_creation_expression_repeat1] = STATE(912),
[sym_identifier] = ACTIONS(559),
[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(21),
[anon_sym_DASH] = ACTIONS(21),
[anon_sym_TILDE] = ACTIONS(23),
[anon_sym_BANG] = ACTIONS(23),
[anon_sym_PLUS_PLUS] = ACTIONS(25),
[anon_sym_DASH_DASH] = ACTIONS(25),
[anon_sym_new] = ACTIONS(27),
[anon_sym_RBRACK] = ACTIONS(700),
[anon_sym_switch] = ACTIONS(551),
[anon_sym_yield] = ACTIONS(576),
[anon_sym_AT] = ACTIONS(578),
[anon_sym_open] = ACTIONS(69),
[anon_sym_module] = ACTIONS(69),
[anon_sym_with] = ACTIONS(69),
[anon_sym_sealed] = ACTIONS(69),
[anon_sym_record] = ACTIONS(69),
[anon_sym_byte] = ACTIONS(87),
[anon_sym_short] = ACTIONS(87),
[anon_sym_int] = ACTIONS(87),
[anon_sym_long] = ACTIONS(87),
[anon_sym_char] = ACTIONS(87),
[anon_sym_float] = ACTIONS(89),
[anon_sym_double] = ACTIONS(89),
[sym_boolean_type] = ACTIONS(91),
[sym_void_type] = ACTIONS(91),
[sym_this] = ACTIONS(93),
[sym_super] = ACTIONS(95),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(154)] = {
[sym__literal] = STATE(593),
[sym_string_literal] = STATE(594),
[sym__string_literal] = STATE(550),
[sym__multiline_string_literal] = STATE(550),
[sym_expression] = STATE(823),
[sym_cast_expression] = STATE(709),
[sym_assignment_expression] = STATE(709),
[sym_binary_expression] = STATE(709),
[sym_instanceof_expression] = STATE(709),
[sym_lambda_expression] = STATE(709),
[sym_inferred_parameters] = STATE(1589),
[sym_ternary_expression] = STATE(709),
[sym_unary_expression] = STATE(709),
[sym__unary_complement_expression] = STATE(716),
[sym_update_expression] = STATE(709),
[sym_primary_expression] = STATE(562),
[sym_array_creation_expression] = STATE(593),
[sym_parenthesized_expression] = STATE(449),
[sym_class_literal] = STATE(593),
[sym_object_creation_expression] = STATE(593),
[sym__unqualified_object_creation_expression] = STATE(600),
[sym_field_access] = STATE(449),
[sym_template_expression] = STATE(593),
[sym_array_access] = STATE(449),
[sym_method_invocation] = STATE(593),
[sym_method_reference] = STATE(593),
[sym_switch_expression] = STATE(709),
[sym__annotation] = STATE(912),
[sym_marker_annotation] = STATE(912),
[sym_annotation] = STATE(912),
[sym__type] = STATE(1515),
[sym__unannotated_type] = STATE(1034),
[sym_annotated_type] = STATE(944),
[sym_scoped_type_identifier] = STATE(947),
[sym_generic_type] = STATE(962),
[sym_array_type] = STATE(844),
[sym_integral_type] = STATE(844),
[sym_floating_point_type] = STATE(844),
[sym_formal_parameters] = STATE(1589),
[sym__reserved_identifier] = STATE(444),
[aux_sym_array_creation_expression_repeat1] = STATE(912),
[sym_identifier] = ACTIONS(559),
[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(702),
[anon_sym_PLUS] = ACTIONS(21),
[anon_sym_DASH] = ACTIONS(21),
[anon_sym_TILDE] = ACTIONS(23),
[anon_sym_BANG] = ACTIONS(23),
[anon_sym_PLUS_PLUS] = ACTIONS(25),
[anon_sym_DASH_DASH] = ACTIONS(25),
[anon_sym_new] = ACTIONS(27),
[anon_sym_switch] = ACTIONS(551),
[anon_sym_yield] = ACTIONS(576),
[anon_sym_AT] = ACTIONS(578),
[anon_sym_open] = ACTIONS(69),
[anon_sym_module] = ACTIONS(69),
[anon_sym_with] = ACTIONS(69),
[anon_sym_sealed] = ACTIONS(69),
[anon_sym_record] = ACTIONS(69),
[anon_sym_byte] = ACTIONS(87),
[anon_sym_short] = ACTIONS(87),
[anon_sym_int] = ACTIONS(87),
[anon_sym_long] = ACTIONS(87),
[anon_sym_char] = ACTIONS(87),
[anon_sym_float] = ACTIONS(89),
[anon_sym_double] = ACTIONS(89),
[sym_boolean_type] = ACTIONS(91),
[sym_void_type] = ACTIONS(91),
[sym_this] = ACTIONS(93),
[sym_super] = ACTIONS(95),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(155)] = {
[sym__literal] = STATE(593),
[sym_string_literal] = STATE(594),
[sym__string_literal] = STATE(550),
[sym__multiline_string_literal] = STATE(550),
[sym_expression] = STATE(809),
[sym_cast_expression] = STATE(709),
[sym_assignment_expression] = STATE(709),
[sym_binary_expression] = STATE(709),
[sym_instanceof_expression] = STATE(709),
[sym_lambda_expression] = STATE(709),
[sym_inferred_parameters] = STATE(1589),
[sym_ternary_expression] = STATE(709),
[sym_unary_expression] = STATE(709),
[sym__unary_complement_expression] = STATE(716),
[sym_update_expression] = STATE(709),
[sym_primary_expression] = STATE(562),
[sym_array_creation_expression] = STATE(593),
[sym_parenthesized_expression] = STATE(449),
[sym_class_literal] = STATE(593),
[sym_object_creation_expression] = STATE(593),
[sym__unqualified_object_creation_expression] = STATE(600),
[sym_field_access] = STATE(449),
[sym_template_expression] = STATE(593),
[sym_array_access] = STATE(449),
[sym_method_invocation] = STATE(593),
[sym_method_reference] = STATE(593),
[sym_switch_expression] = STATE(709),
[sym__annotation] = STATE(912),
[sym_marker_annotation] = STATE(912),
[sym_annotation] = STATE(912),
[sym__type] = STATE(1515),
[sym__unannotated_type] = STATE(1034),
[sym_annotated_type] = STATE(944),
[sym_scoped_type_identifier] = STATE(947),
[sym_generic_type] = STATE(962),
[sym_array_type] = STATE(844),
[sym_integral_type] = STATE(844),
[sym_floating_point_type] = STATE(844),
[sym_formal_parameters] = STATE(1589),
[sym__reserved_identifier] = STATE(444),
[aux_sym_array_creation_expression_repeat1] = STATE(912),
[sym_identifier] = ACTIONS(559),
[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(704),
[anon_sym_PLUS] = ACTIONS(21),
[anon_sym_DASH] = ACTIONS(21),
[anon_sym_TILDE] = ACTIONS(23),
[anon_sym_BANG] = ACTIONS(23),
[anon_sym_PLUS_PLUS] = ACTIONS(25),
[anon_sym_DASH_DASH] = ACTIONS(25),
[anon_sym_new] = ACTIONS(27),
[anon_sym_switch] = ACTIONS(551),
[anon_sym_yield] = ACTIONS(576),
[anon_sym_AT] = ACTIONS(578),
[anon_sym_open] = ACTIONS(69),
[anon_sym_module] = ACTIONS(69),
[anon_sym_with] = ACTIONS(69),
[anon_sym_sealed] = ACTIONS(69),
[anon_sym_record] = ACTIONS(69),
[anon_sym_byte] = ACTIONS(87),
[anon_sym_short] = ACTIONS(87),
[anon_sym_int] = ACTIONS(87),
[anon_sym_long] = ACTIONS(87),
[anon_sym_char] = ACTIONS(87),
[anon_sym_float] = ACTIONS(89),
[anon_sym_double] = ACTIONS(89),
[sym_boolean_type] = ACTIONS(91),
[sym_void_type] = ACTIONS(91),
[sym_this] = ACTIONS(93),
[sym_super] = ACTIONS(95),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(156)] = {
[sym__literal] = STATE(593),
[sym_string_literal] = STATE(594),
[sym__string_literal] = STATE(550),
[sym__multiline_string_literal] = STATE(550),
[sym_expression] = STATE(790),
[sym_cast_expression] = STATE(709),
[sym_assignment_expression] = STATE(709),
[sym_binary_expression] = STATE(709),
[sym_instanceof_expression] = STATE(709),
[sym_lambda_expression] = STATE(709),
[sym_inferred_parameters] = STATE(1589),
[sym_ternary_expression] = STATE(709),
[sym_unary_expression] = STATE(709),
[sym__unary_complement_expression] = STATE(716),
[sym_update_expression] = STATE(709),
[sym_primary_expression] = STATE(562),
[sym_array_creation_expression] = STATE(593),
[sym_parenthesized_expression] = STATE(449),
[sym_class_literal] = STATE(593),
[sym_object_creation_expression] = STATE(593),
[sym__unqualified_object_creation_expression] = STATE(600),
[sym_field_access] = STATE(449),
[sym_template_expression] = STATE(593),
[sym_array_access] = STATE(449),
[sym_method_invocation] = STATE(593),
[sym_method_reference] = STATE(593),
[sym_switch_expression] = STATE(709),
[sym__annotation] = STATE(912),
[sym_marker_annotation] = STATE(912),
[sym_annotation] = STATE(912),
[sym__type] = STATE(1515),
[sym__unannotated_type] = STATE(1034),
[sym_annotated_type] = STATE(944),
[sym_scoped_type_identifier] = STATE(947),
[sym_generic_type] = STATE(962),
[sym_array_type] = STATE(844),
[sym_integral_type] = STATE(844),
[sym_floating_point_type] = STATE(844),
[sym_formal_parameters] = STATE(1589),
[sym__reserved_identifier] = STATE(444),
[aux_sym_array_creation_expression_repeat1] = STATE(912),
[sym_identifier] = ACTIONS(559),
[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(706),
[anon_sym_PLUS] = ACTIONS(21),
[anon_sym_DASH] = ACTIONS(21),
[anon_sym_TILDE] = ACTIONS(23),
[anon_sym_BANG] = ACTIONS(23),
[anon_sym_PLUS_PLUS] = ACTIONS(25),
[anon_sym_DASH_DASH] = ACTIONS(25),
[anon_sym_new] = ACTIONS(27),
[anon_sym_switch] = ACTIONS(551),
[anon_sym_yield] = ACTIONS(576),
[anon_sym_AT] = ACTIONS(578),
[anon_sym_open] = ACTIONS(69),
[anon_sym_module] = ACTIONS(69),
[anon_sym_with] = ACTIONS(69),
[anon_sym_sealed] = ACTIONS(69),
[anon_sym_record] = ACTIONS(69),
[anon_sym_byte] = ACTIONS(87),
[anon_sym_short] = ACTIONS(87),
[anon_sym_int] = ACTIONS(87),
[anon_sym_long] = ACTIONS(87),
[anon_sym_char] = ACTIONS(87),
[anon_sym_float] = ACTIONS(89),
[anon_sym_double] = ACTIONS(89),
[sym_boolean_type] = ACTIONS(91),
[sym_void_type] = ACTIONS(91),
[sym_this] = ACTIONS(93),
[sym_super] = ACTIONS(95),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(157)] = {
[sym__literal] = STATE(593),
[sym_string_literal] = STATE(594),
[sym__string_literal] = STATE(550),
[sym__multiline_string_literal] = STATE(550),
[sym_expression] = STATE(791),
[sym_cast_expression] = STATE(709),
[sym_assignment_expression] = STATE(709),
[sym_binary_expression] = STATE(709),
[sym_instanceof_expression] = STATE(709),
[sym_lambda_expression] = STATE(709),
[sym_inferred_parameters] = STATE(1589),
[sym_ternary_expression] = STATE(709),
[sym_unary_expression] = STATE(709),
[sym__unary_complement_expression] = STATE(716),
[sym_update_expression] = STATE(709),
[sym_primary_expression] = STATE(562),
[sym_array_creation_expression] = STATE(593),
[sym_parenthesized_expression] = STATE(449),
[sym_class_literal] = STATE(593),
[sym_object_creation_expression] = STATE(593),
[sym__unqualified_object_creation_expression] = STATE(600),
[sym_field_access] = STATE(449),
[sym_template_expression] = STATE(593),
[sym_array_access] = STATE(449),
[sym_method_invocation] = STATE(593),
[sym_method_reference] = STATE(593),
[sym_switch_expression] = STATE(709),
[sym__annotation] = STATE(912),
[sym_marker_annotation] = STATE(912),
[sym_annotation] = STATE(912),
[sym__type] = STATE(1515),
[sym__unannotated_type] = STATE(1034),
[sym_annotated_type] = STATE(944),
[sym_scoped_type_identifier] = STATE(947),
[sym_generic_type] = STATE(962),
[sym_array_type] = STATE(844),
[sym_integral_type] = STATE(844),
[sym_floating_point_type] = STATE(844),
[sym_formal_parameters] = STATE(1589),
[sym__reserved_identifier] = STATE(444),
[aux_sym_array_creation_expression_repeat1] = STATE(912),
[sym_identifier] = ACTIONS(559),
[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(708),
[anon_sym_PLUS] = ACTIONS(21),
[anon_sym_DASH] = ACTIONS(21),
[anon_sym_TILDE] = ACTIONS(23),
[anon_sym_BANG] = ACTIONS(23),
[anon_sym_PLUS_PLUS] = ACTIONS(25),
[anon_sym_DASH_DASH] = ACTIONS(25),
[anon_sym_new] = ACTIONS(27),
[anon_sym_switch] = ACTIONS(551),
[anon_sym_yield] = ACTIONS(576),
[anon_sym_AT] = ACTIONS(578),
[anon_sym_open] = ACTIONS(69),
[anon_sym_module] = ACTIONS(69),
[anon_sym_with] = ACTIONS(69),
[anon_sym_sealed] = ACTIONS(69),
[anon_sym_record] = ACTIONS(69),
[anon_sym_byte] = ACTIONS(87),
[anon_sym_short] = ACTIONS(87),
[anon_sym_int] = ACTIONS(87),
[anon_sym_long] = ACTIONS(87),
[anon_sym_char] = ACTIONS(87),
[anon_sym_float] = ACTIONS(89),
[anon_sym_double] = ACTIONS(89),
[sym_boolean_type] = ACTIONS(91),
[sym_void_type] = ACTIONS(91),
[sym_this] = ACTIONS(93),
[sym_super] = ACTIONS(95),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(158)] = {
[sym__literal] = STATE(593),
[sym_string_literal] = STATE(594),
[sym__string_literal] = STATE(550),
[sym__multiline_string_literal] = STATE(550),
[sym_expression] = STATE(867),
[sym_cast_expression] = STATE(709),
[sym_assignment_expression] = STATE(709),
[sym_binary_expression] = STATE(709),
[sym_instanceof_expression] = STATE(709),
[sym_lambda_expression] = STATE(709),
[sym_inferred_parameters] = STATE(1589),
[sym_ternary_expression] = STATE(709),
[sym_unary_expression] = STATE(709),
[sym__unary_complement_expression] = STATE(716),
[sym_update_expression] = STATE(709),
[sym_primary_expression] = STATE(562),
[sym_array_creation_expression] = STATE(593),
[sym_parenthesized_expression] = STATE(449),
[sym_class_literal] = STATE(593),
[sym_object_creation_expression] = STATE(593),
[sym__unqualified_object_creation_expression] = STATE(600),
[sym_field_access] = STATE(449),
[sym_template_expression] = STATE(593),
[sym_array_access] = STATE(449),
[sym_method_invocation] = STATE(593),
[sym_method_reference] = STATE(593),
[sym_switch_expression] = STATE(709),
[sym__annotation] = STATE(912),
[sym_marker_annotation] = STATE(912),
[sym_annotation] = STATE(912),
[sym__type] = STATE(1515),
[sym__unannotated_type] = STATE(1034),
[sym_annotated_type] = STATE(944),
[sym_scoped_type_identifier] = STATE(947),
[sym_generic_type] = STATE(962),
[sym_array_type] = STATE(844),
[sym_integral_type] = STATE(844),
[sym_floating_point_type] = STATE(844),
[sym_formal_parameters] = STATE(1589),
[sym__reserved_identifier] = STATE(444),
[aux_sym_array_creation_expression_repeat1] = STATE(912),
[sym_identifier] = ACTIONS(559),
[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(21),
[anon_sym_DASH] = ACTIONS(21),
[anon_sym_TILDE] = ACTIONS(23),
[anon_sym_BANG] = ACTIONS(23),
[anon_sym_PLUS_PLUS] = ACTIONS(25),
[anon_sym_DASH_DASH] = ACTIONS(25),
[anon_sym_new] = ACTIONS(27),
[anon_sym_switch] = ACTIONS(551),
[anon_sym_SEMI] = ACTIONS(710),
[anon_sym_yield] = ACTIONS(576),
[anon_sym_AT] = ACTIONS(578),
[anon_sym_open] = ACTIONS(69),
[anon_sym_module] = ACTIONS(69),
[anon_sym_with] = ACTIONS(69),
[anon_sym_sealed] = ACTIONS(69),
[anon_sym_record] = ACTIONS(69),
[anon_sym_byte] = ACTIONS(87),
[anon_sym_short] = ACTIONS(87),
[anon_sym_int] = ACTIONS(87),
[anon_sym_long] = ACTIONS(87),
[anon_sym_char] = ACTIONS(87),
[anon_sym_float] = ACTIONS(89),
[anon_sym_double] = ACTIONS(89),
[sym_boolean_type] = ACTIONS(91),
[sym_void_type] = ACTIONS(91),
[sym_this] = ACTIONS(93),
[sym_super] = ACTIONS(95),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(159)] = {
[sym__literal] = STATE(593),
[sym_string_literal] = STATE(594),
[sym__string_literal] = STATE(550),
[sym__multiline_string_literal] = STATE(550),
[sym_expression] = STATE(879),
[sym_cast_expression] = STATE(709),
[sym_assignment_expression] = STATE(709),
[sym_binary_expression] = STATE(709),
[sym_instanceof_expression] = STATE(709),
[sym_lambda_expression] = STATE(709),
[sym_inferred_parameters] = STATE(1589),
[sym_ternary_expression] = STATE(709),
[sym_unary_expression] = STATE(709),
[sym__unary_complement_expression] = STATE(716),
[sym_update_expression] = STATE(709),
[sym_primary_expression] = STATE(562),
[sym_array_creation_expression] = STATE(593),
[sym_parenthesized_expression] = STATE(449),
[sym_class_literal] = STATE(593),
[sym_object_creation_expression] = STATE(593),
[sym__unqualified_object_creation_expression] = STATE(600),
[sym_field_access] = STATE(449),
[sym_template_expression] = STATE(593),
[sym_array_access] = STATE(449),
[sym_method_invocation] = STATE(593),
[sym_method_reference] = STATE(593),
[sym_switch_expression] = STATE(709),
[sym__annotation] = STATE(912),
[sym_marker_annotation] = STATE(912),
[sym_annotation] = STATE(912),
[sym__type] = STATE(1515),
[sym__unannotated_type] = STATE(1034),
[sym_annotated_type] = STATE(944),
[sym_scoped_type_identifier] = STATE(947),
[sym_generic_type] = STATE(962),
[sym_array_type] = STATE(844),
[sym_integral_type] = STATE(844),
[sym_floating_point_type] = STATE(844),
[sym_formal_parameters] = STATE(1589),
[sym__reserved_identifier] = STATE(444),
[aux_sym_array_creation_expression_repeat1] = STATE(912),
[sym_identifier] = ACTIONS(559),
[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(21),
[anon_sym_DASH] = ACTIONS(21),
[anon_sym_TILDE] = ACTIONS(23),
[anon_sym_BANG] = ACTIONS(23),
[anon_sym_PLUS_PLUS] = ACTIONS(25),
[anon_sym_DASH_DASH] = ACTIONS(25),
[anon_sym_new] = ACTIONS(27),
[anon_sym_switch] = ACTIONS(551),
[anon_sym_SEMI] = ACTIONS(712),
[anon_sym_yield] = ACTIONS(576),
[anon_sym_AT] = ACTIONS(578),
[anon_sym_open] = ACTIONS(69),
[anon_sym_module] = ACTIONS(69),
[anon_sym_with] = ACTIONS(69),
[anon_sym_sealed] = ACTIONS(69),
[anon_sym_record] = ACTIONS(69),
[anon_sym_byte] = ACTIONS(87),
[anon_sym_short] = ACTIONS(87),
[anon_sym_int] = ACTIONS(87),
[anon_sym_long] = ACTIONS(87),
[anon_sym_char] = ACTIONS(87),
[anon_sym_float] = ACTIONS(89),
[anon_sym_double] = ACTIONS(89),
[sym_boolean_type] = ACTIONS(91),
[sym_void_type] = ACTIONS(91),
[sym_this] = ACTIONS(93),
[sym_super] = ACTIONS(95),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(160)] = {
[sym__literal] = STATE(593),
[sym_string_literal] = STATE(594),
[sym__string_literal] = STATE(550),
[sym__multiline_string_literal] = STATE(550),
[sym_expression] = STATE(789),
[sym_cast_expression] = STATE(709),
[sym_assignment_expression] = STATE(709),
[sym_binary_expression] = STATE(709),
[sym_instanceof_expression] = STATE(709),
[sym_lambda_expression] = STATE(709),
[sym_inferred_parameters] = STATE(1589),
[sym_ternary_expression] = STATE(709),
[sym_unary_expression] = STATE(709),
[sym__unary_complement_expression] = STATE(716),
[sym_update_expression] = STATE(709),
[sym_primary_expression] = STATE(562),
[sym_array_creation_expression] = STATE(593),
[sym_parenthesized_expression] = STATE(449),
[sym_class_literal] = STATE(593),
[sym_object_creation_expression] = STATE(593),
[sym__unqualified_object_creation_expression] = STATE(600),
[sym_field_access] = STATE(449),
[sym_template_expression] = STATE(593),
[sym_array_access] = STATE(449),
[sym_method_invocation] = STATE(593),
[sym_method_reference] = STATE(593),
[sym_switch_expression] = STATE(709),
[sym__annotation] = STATE(912),
[sym_marker_annotation] = STATE(912),
[sym_annotation] = STATE(912),
[sym__type] = STATE(1515),
[sym__unannotated_type] = STATE(1034),
[sym_annotated_type] = STATE(944),
[sym_scoped_type_identifier] = STATE(947),
[sym_generic_type] = STATE(962),
[sym_array_type] = STATE(844),
[sym_integral_type] = STATE(844),
[sym_floating_point_type] = STATE(844),
[sym_formal_parameters] = STATE(1589),
[sym__reserved_identifier] = STATE(444),
[aux_sym_array_creation_expression_repeat1] = STATE(912),
[sym_identifier] = ACTIONS(559),
[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(714),
[anon_sym_PLUS] = ACTIONS(21),
[anon_sym_DASH] = ACTIONS(21),
[anon_sym_TILDE] = ACTIONS(23),
[anon_sym_BANG] = ACTIONS(23),
[anon_sym_PLUS_PLUS] = ACTIONS(25),
[anon_sym_DASH_DASH] = ACTIONS(25),
[anon_sym_new] = ACTIONS(27),
[anon_sym_switch] = ACTIONS(551),
[anon_sym_yield] = ACTIONS(576),
[anon_sym_AT] = ACTIONS(578),
[anon_sym_open] = ACTIONS(69),
[anon_sym_module] = ACTIONS(69),
[anon_sym_with] = ACTIONS(69),
[anon_sym_sealed] = ACTIONS(69),
[anon_sym_record] = ACTIONS(69),
[anon_sym_byte] = ACTIONS(87),
[anon_sym_short] = ACTIONS(87),
[anon_sym_int] = ACTIONS(87),
[anon_sym_long] = ACTIONS(87),
[anon_sym_char] = ACTIONS(87),
[anon_sym_float] = ACTIONS(89),
[anon_sym_double] = ACTIONS(89),
[sym_boolean_type] = ACTIONS(91),
[sym_void_type] = ACTIONS(91),
[sym_this] = ACTIONS(93),
[sym_super] = ACTIONS(95),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(161)] = {
[sym__literal] = STATE(593),
[sym_string_literal] = STATE(594),
[sym__string_literal] = STATE(550),
[sym__multiline_string_literal] = STATE(550),
[sym_expression] = STATE(798),
[sym_cast_expression] = STATE(709),
[sym_assignment_expression] = STATE(709),
[sym_binary_expression] = STATE(709),
[sym_instanceof_expression] = STATE(709),
[sym_lambda_expression] = STATE(709),
[sym_inferred_parameters] = STATE(1589),
[sym_ternary_expression] = STATE(709),
[sym_unary_expression] = STATE(709),
[sym__unary_complement_expression] = STATE(716),
[sym_update_expression] = STATE(709),
[sym_primary_expression] = STATE(562),
[sym_array_creation_expression] = STATE(593),
[sym_parenthesized_expression] = STATE(449),
[sym_class_literal] = STATE(593),
[sym_object_creation_expression] = STATE(593),
[sym__unqualified_object_creation_expression] = STATE(600),
[sym_field_access] = STATE(449),
[sym_template_expression] = STATE(593),
[sym_array_access] = STATE(449),
[sym_method_invocation] = STATE(593),
[sym_method_reference] = STATE(593),
[sym_switch_expression] = STATE(709),
[sym__annotation] = STATE(912),
[sym_marker_annotation] = STATE(912),
[sym_annotation] = STATE(912),
[sym__type] = STATE(1515),
[sym__unannotated_type] = STATE(1034),
[sym_annotated_type] = STATE(944),
[sym_scoped_type_identifier] = STATE(947),
[sym_generic_type] = STATE(962),
[sym_array_type] = STATE(844),
[sym_integral_type] = STATE(844),
[sym_floating_point_type] = STATE(844),
[sym_formal_parameters] = STATE(1589),
[sym__reserved_identifier] = STATE(444),
[aux_sym_array_creation_expression_repeat1] = STATE(912),
[sym_identifier] = ACTIONS(559),
[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(716),
[anon_sym_PLUS] = ACTIONS(21),
[anon_sym_DASH] = ACTIONS(21),
[anon_sym_TILDE] = ACTIONS(23),
[anon_sym_BANG] = ACTIONS(23),
[anon_sym_PLUS_PLUS] = ACTIONS(25),
[anon_sym_DASH_DASH] = ACTIONS(25),
[anon_sym_new] = ACTIONS(27),
[anon_sym_switch] = ACTIONS(551),
[anon_sym_yield] = ACTIONS(576),
[anon_sym_AT] = ACTIONS(578),
[anon_sym_open] = ACTIONS(69),
[anon_sym_module] = ACTIONS(69),
[anon_sym_with] = ACTIONS(69),
[anon_sym_sealed] = ACTIONS(69),
[anon_sym_record] = ACTIONS(69),
[anon_sym_byte] = ACTIONS(87),
[anon_sym_short] = ACTIONS(87),
[anon_sym_int] = ACTIONS(87),
[anon_sym_long] = ACTIONS(87),
[anon_sym_char] = ACTIONS(87),
[anon_sym_float] = ACTIONS(89),
[anon_sym_double] = ACTIONS(89),
[sym_boolean_type] = ACTIONS(91),
[sym_void_type] = ACTIONS(91),
[sym_this] = ACTIONS(93),
[sym_super] = ACTIONS(95),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(162)] = {
[sym__literal] = STATE(593),
[sym_string_literal] = STATE(594),
[sym__string_literal] = STATE(550),
[sym__multiline_string_literal] = STATE(550),
[sym_expression] = STATE(871),
[sym_cast_expression] = STATE(709),
[sym_assignment_expression] = STATE(709),
[sym_binary_expression] = STATE(709),
[sym_instanceof_expression] = STATE(709),
[sym_lambda_expression] = STATE(709),
[sym_inferred_parameters] = STATE(1589),
[sym_ternary_expression] = STATE(709),
[sym_unary_expression] = STATE(709),
[sym__unary_complement_expression] = STATE(716),
[sym_update_expression] = STATE(709),
[sym_primary_expression] = STATE(562),
[sym_array_creation_expression] = STATE(593),
[sym_parenthesized_expression] = STATE(449),
[sym_class_literal] = STATE(593),
[sym_object_creation_expression] = STATE(593),
[sym__unqualified_object_creation_expression] = STATE(600),
[sym_field_access] = STATE(449),
[sym_template_expression] = STATE(593),
[sym_array_access] = STATE(449),
[sym_method_invocation] = STATE(593),
[sym_method_reference] = STATE(593),
[sym_switch_expression] = STATE(709),
[sym__annotation] = STATE(912),
[sym_marker_annotation] = STATE(912),
[sym_annotation] = STATE(912),
[sym__type] = STATE(1515),
[sym__unannotated_type] = STATE(1034),
[sym_annotated_type] = STATE(944),
[sym_scoped_type_identifier] = STATE(947),
[sym_generic_type] = STATE(962),
[sym_array_type] = STATE(844),
[sym_integral_type] = STATE(844),
[sym_floating_point_type] = STATE(844),
[sym_formal_parameters] = STATE(1589),
[sym__reserved_identifier] = STATE(444),
[aux_sym_array_creation_expression_repeat1] = STATE(912),
[sym_identifier] = ACTIONS(559),
[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(21),
[anon_sym_DASH] = ACTIONS(21),
[anon_sym_TILDE] = ACTIONS(23),
[anon_sym_BANG] = ACTIONS(23),
[anon_sym_PLUS_PLUS] = ACTIONS(25),
[anon_sym_DASH_DASH] = ACTIONS(25),
[anon_sym_new] = ACTIONS(27),
[anon_sym_switch] = ACTIONS(551),
[anon_sym_SEMI] = ACTIONS(718),
[anon_sym_yield] = ACTIONS(576),
[anon_sym_AT] = ACTIONS(578),
[anon_sym_open] = ACTIONS(69),
[anon_sym_module] = ACTIONS(69),
[anon_sym_with] = ACTIONS(69),
[anon_sym_sealed] = ACTIONS(69),
[anon_sym_record] = ACTIONS(69),
[anon_sym_byte] = ACTIONS(87),
[anon_sym_short] = ACTIONS(87),
[anon_sym_int] = ACTIONS(87),
[anon_sym_long] = ACTIONS(87),
[anon_sym_char] = ACTIONS(87),
[anon_sym_float] = ACTIONS(89),
[anon_sym_double] = ACTIONS(89),
[sym_boolean_type] = ACTIONS(91),
[sym_void_type] = ACTIONS(91),
[sym_this] = ACTIONS(93),
[sym_super] = ACTIONS(95),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(163)] = {
[sym__literal] = STATE(593),
[sym_string_literal] = STATE(594),
[sym__string_literal] = STATE(550),
[sym__multiline_string_literal] = STATE(550),
[sym_expression] = STATE(858),
[sym_cast_expression] = STATE(709),
[sym_assignment_expression] = STATE(709),
[sym_binary_expression] = STATE(709),
[sym_instanceof_expression] = STATE(709),
[sym_lambda_expression] = STATE(709),
[sym_inferred_parameters] = STATE(1589),
[sym_ternary_expression] = STATE(709),
[sym_unary_expression] = STATE(709),
[sym__unary_complement_expression] = STATE(716),
[sym_update_expression] = STATE(709),
[sym_primary_expression] = STATE(562),
[sym_array_creation_expression] = STATE(593),
[sym_parenthesized_expression] = STATE(449),
[sym_class_literal] = STATE(593),
[sym_object_creation_expression] = STATE(593),
[sym__unqualified_object_creation_expression] = STATE(600),
[sym_field_access] = STATE(449),
[sym_template_expression] = STATE(593),
[sym_array_access] = STATE(449),
[sym_method_invocation] = STATE(593),
[sym_method_reference] = STATE(593),
[sym_switch_expression] = STATE(709),
[sym__annotation] = STATE(912),
[sym_marker_annotation] = STATE(912),
[sym_annotation] = STATE(912),
[sym__type] = STATE(1515),
[sym__unannotated_type] = STATE(1034),
[sym_annotated_type] = STATE(944),
[sym_scoped_type_identifier] = STATE(947),
[sym_generic_type] = STATE(962),
[sym_array_type] = STATE(844),
[sym_integral_type] = STATE(844),
[sym_floating_point_type] = STATE(844),
[sym_formal_parameters] = STATE(1589),
[sym__reserved_identifier] = STATE(444),
[aux_sym_array_creation_expression_repeat1] = STATE(912),
[sym_identifier] = ACTIONS(559),
[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(21),
[anon_sym_DASH] = ACTIONS(21),
[anon_sym_TILDE] = ACTIONS(23),
[anon_sym_BANG] = ACTIONS(23),
[anon_sym_PLUS_PLUS] = ACTIONS(25),
[anon_sym_DASH_DASH] = ACTIONS(25),
[anon_sym_new] = ACTIONS(27),
[anon_sym_RBRACK] = ACTIONS(720),
[anon_sym_switch] = ACTIONS(551),
[anon_sym_yield] = ACTIONS(576),
[anon_sym_AT] = ACTIONS(578),
[anon_sym_open] = ACTIONS(69),
[anon_sym_module] = ACTIONS(69),
[anon_sym_with] = ACTIONS(69),
[anon_sym_sealed] = ACTIONS(69),
[anon_sym_record] = ACTIONS(69),
[anon_sym_byte] = ACTIONS(87),
[anon_sym_short] = ACTIONS(87),
[anon_sym_int] = ACTIONS(87),
[anon_sym_long] = ACTIONS(87),
[anon_sym_char] = ACTIONS(87),
[anon_sym_float] = ACTIONS(89),
[anon_sym_double] = ACTIONS(89),
[sym_boolean_type] = ACTIONS(91),
[sym_void_type] = ACTIONS(91),
[sym_this] = ACTIONS(93),
[sym_super] = ACTIONS(95),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(164)] = {
[sym__literal] = STATE(593),
[sym_string_literal] = STATE(594),
[sym__string_literal] = STATE(550),
[sym__multiline_string_literal] = STATE(550),
[sym_expression] = STATE(806),
[sym_cast_expression] = STATE(709),
[sym_assignment_expression] = STATE(709),
[sym_binary_expression] = STATE(709),
[sym_instanceof_expression] = STATE(709),
[sym_lambda_expression] = STATE(709),
[sym_inferred_parameters] = STATE(1589),
[sym_ternary_expression] = STATE(709),
[sym_unary_expression] = STATE(709),
[sym__unary_complement_expression] = STATE(716),
[sym_update_expression] = STATE(709),
[sym_primary_expression] = STATE(562),
[sym_array_creation_expression] = STATE(593),
[sym_parenthesized_expression] = STATE(449),
[sym_class_literal] = STATE(593),
[sym_object_creation_expression] = STATE(593),
[sym__unqualified_object_creation_expression] = STATE(600),
[sym_field_access] = STATE(449),
[sym_template_expression] = STATE(593),
[sym_array_access] = STATE(449),
[sym_method_invocation] = STATE(593),
[sym_method_reference] = STATE(593),
[sym_switch_expression] = STATE(709),
[sym__annotation] = STATE(912),
[sym_marker_annotation] = STATE(912),
[sym_annotation] = STATE(912),
[sym__type] = STATE(1515),
[sym__unannotated_type] = STATE(1034),
[sym_annotated_type] = STATE(944),
[sym_scoped_type_identifier] = STATE(947),
[sym_generic_type] = STATE(962),
[sym_array_type] = STATE(844),
[sym_integral_type] = STATE(844),
[sym_floating_point_type] = STATE(844),
[sym_formal_parameters] = STATE(1589),
[sym__reserved_identifier] = STATE(444),
[aux_sym_array_creation_expression_repeat1] = STATE(912),
[sym_identifier] = ACTIONS(559),
[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(722),
[anon_sym_PLUS] = ACTIONS(21),
[anon_sym_DASH] = ACTIONS(21),
[anon_sym_TILDE] = ACTIONS(23),
[anon_sym_BANG] = ACTIONS(23),
[anon_sym_PLUS_PLUS] = ACTIONS(25),
[anon_sym_DASH_DASH] = ACTIONS(25),
[anon_sym_new] = ACTIONS(27),
[anon_sym_switch] = ACTIONS(551),
[anon_sym_yield] = ACTIONS(576),
[anon_sym_AT] = ACTIONS(578),
[anon_sym_open] = ACTIONS(69),
[anon_sym_module] = ACTIONS(69),
[anon_sym_with] = ACTIONS(69),
[anon_sym_sealed] = ACTIONS(69),
[anon_sym_record] = ACTIONS(69),
[anon_sym_byte] = ACTIONS(87),
[anon_sym_short] = ACTIONS(87),
[anon_sym_int] = ACTIONS(87),
[anon_sym_long] = ACTIONS(87),
[anon_sym_char] = ACTIONS(87),
[anon_sym_float] = ACTIONS(89),
[anon_sym_double] = ACTIONS(89),
[sym_boolean_type] = ACTIONS(91),
[sym_void_type] = ACTIONS(91),
[sym_this] = ACTIONS(93),
[sym_super] = ACTIONS(95),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(165)] = {
[sym__literal] = STATE(593),
[sym_string_literal] = STATE(594),
[sym__string_literal] = STATE(550),
[sym__multiline_string_literal] = STATE(550),
[sym_expression] = STATE(869),
[sym_cast_expression] = STATE(709),
[sym_assignment_expression] = STATE(709),
[sym_binary_expression] = STATE(709),
[sym_instanceof_expression] = STATE(709),
[sym_lambda_expression] = STATE(709),
[sym_inferred_parameters] = STATE(1589),
[sym_ternary_expression] = STATE(709),
[sym_unary_expression] = STATE(709),
[sym__unary_complement_expression] = STATE(716),
[sym_update_expression] = STATE(709),
[sym_primary_expression] = STATE(562),
[sym_array_creation_expression] = STATE(593),
[sym_parenthesized_expression] = STATE(449),
[sym_class_literal] = STATE(593),
[sym_object_creation_expression] = STATE(593),
[sym__unqualified_object_creation_expression] = STATE(600),
[sym_field_access] = STATE(449),
[sym_template_expression] = STATE(593),
[sym_array_access] = STATE(449),
[sym_method_invocation] = STATE(593),
[sym_method_reference] = STATE(593),
[sym_switch_expression] = STATE(709),
[sym__annotation] = STATE(912),
[sym_marker_annotation] = STATE(912),
[sym_annotation] = STATE(912),
[sym__type] = STATE(1515),
[sym__unannotated_type] = STATE(1034),
[sym_annotated_type] = STATE(944),
[sym_scoped_type_identifier] = STATE(947),
[sym_generic_type] = STATE(962),
[sym_array_type] = STATE(844),
[sym_integral_type] = STATE(844),
[sym_floating_point_type] = STATE(844),
[sym_formal_parameters] = STATE(1589),
[sym__reserved_identifier] = STATE(444),
[aux_sym_array_creation_expression_repeat1] = STATE(912),
[sym_identifier] = ACTIONS(559),
[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(21),
[anon_sym_DASH] = ACTIONS(21),
[anon_sym_TILDE] = ACTIONS(23),
[anon_sym_BANG] = ACTIONS(23),
[anon_sym_PLUS_PLUS] = ACTIONS(25),
[anon_sym_DASH_DASH] = ACTIONS(25),
[anon_sym_new] = ACTIONS(27),
[anon_sym_RBRACK] = ACTIONS(724),
[anon_sym_switch] = ACTIONS(551),
[anon_sym_yield] = ACTIONS(576),
[anon_sym_AT] = ACTIONS(578),
[anon_sym_open] = ACTIONS(69),
[anon_sym_module] = ACTIONS(69),
[anon_sym_with] = ACTIONS(69),
[anon_sym_sealed] = ACTIONS(69),
[anon_sym_record] = ACTIONS(69),
[anon_sym_byte] = ACTIONS(87),
[anon_sym_short] = ACTIONS(87),
[anon_sym_int] = ACTIONS(87),
[anon_sym_long] = ACTIONS(87),
[anon_sym_char] = ACTIONS(87),
[anon_sym_float] = ACTIONS(89),
[anon_sym_double] = ACTIONS(89),
[sym_boolean_type] = ACTIONS(91),
[sym_void_type] = ACTIONS(91),
[sym_this] = ACTIONS(93),
[sym_super] = ACTIONS(95),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(166)] = {
[sym__literal] = STATE(593),
[sym_string_literal] = STATE(594),
[sym__string_literal] = STATE(550),
[sym__multiline_string_literal] = STATE(550),
[sym_expression] = STATE(891),
[sym_cast_expression] = STATE(709),
[sym_assignment_expression] = STATE(709),
[sym_binary_expression] = STATE(709),
[sym_instanceof_expression] = STATE(709),
[sym_lambda_expression] = STATE(709),
[sym_inferred_parameters] = STATE(1589),
[sym_ternary_expression] = STATE(709),
[sym_unary_expression] = STATE(709),
[sym__unary_complement_expression] = STATE(716),
[sym_update_expression] = STATE(709),
[sym_primary_expression] = STATE(562),
[sym_array_creation_expression] = STATE(593),
[sym_parenthesized_expression] = STATE(449),
[sym_class_literal] = STATE(593),
[sym_object_creation_expression] = STATE(593),
[sym__unqualified_object_creation_expression] = STATE(600),
[sym_field_access] = STATE(449),
[sym_template_expression] = STATE(593),
[sym_array_access] = STATE(449),
[sym_method_invocation] = STATE(593),
[sym_method_reference] = STATE(593),
[sym_switch_expression] = STATE(709),
[sym__annotation] = STATE(912),
[sym_marker_annotation] = STATE(912),
[sym_annotation] = STATE(912),
[sym__type] = STATE(1515),
[sym__unannotated_type] = STATE(1034),
[sym_annotated_type] = STATE(944),
[sym_scoped_type_identifier] = STATE(947),
[sym_generic_type] = STATE(962),
[sym_array_type] = STATE(844),
[sym_integral_type] = STATE(844),
[sym_floating_point_type] = STATE(844),
[sym_formal_parameters] = STATE(1589),
[sym__reserved_identifier] = STATE(444),
[aux_sym_array_creation_expression_repeat1] = STATE(912),
[sym_identifier] = ACTIONS(559),
[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(21),
[anon_sym_DASH] = ACTIONS(21),
[anon_sym_TILDE] = ACTIONS(23),
[anon_sym_BANG] = ACTIONS(23),
[anon_sym_PLUS_PLUS] = ACTIONS(25),
[anon_sym_DASH_DASH] = ACTIONS(25),
[anon_sym_new] = ACTIONS(27),
[anon_sym_RBRACK] = ACTIONS(720),
[anon_sym_switch] = ACTIONS(551),
[anon_sym_yield] = ACTIONS(576),
[anon_sym_AT] = ACTIONS(578),
[anon_sym_open] = ACTIONS(69),
[anon_sym_module] = ACTIONS(69),
[anon_sym_with] = ACTIONS(69),
[anon_sym_sealed] = ACTIONS(69),
[anon_sym_record] = ACTIONS(69),
[anon_sym_byte] = ACTIONS(87),
[anon_sym_short] = ACTIONS(87),
[anon_sym_int] = ACTIONS(87),
[anon_sym_long] = ACTIONS(87),
[anon_sym_char] = ACTIONS(87),
[anon_sym_float] = ACTIONS(89),
[anon_sym_double] = ACTIONS(89),
[sym_boolean_type] = ACTIONS(91),
[sym_void_type] = ACTIONS(91),
[sym_this] = ACTIONS(93),
[sym_super] = ACTIONS(95),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(167)] = {
[sym__literal] = STATE(593),
[sym_string_literal] = STATE(594),
[sym__string_literal] = STATE(550),
[sym__multiline_string_literal] = STATE(550),
[sym_expression] = STATE(795),
[sym_cast_expression] = STATE(709),
[sym_assignment_expression] = STATE(709),
[sym_binary_expression] = STATE(709),
[sym_instanceof_expression] = STATE(709),
[sym_lambda_expression] = STATE(709),
[sym_inferred_parameters] = STATE(1589),
[sym_ternary_expression] = STATE(709),
[sym_unary_expression] = STATE(709),
[sym__unary_complement_expression] = STATE(716),
[sym_update_expression] = STATE(709),
[sym_primary_expression] = STATE(562),
[sym_array_creation_expression] = STATE(593),
[sym_parenthesized_expression] = STATE(449),
[sym_class_literal] = STATE(593),
[sym_object_creation_expression] = STATE(593),
[sym__unqualified_object_creation_expression] = STATE(600),
[sym_field_access] = STATE(449),
[sym_template_expression] = STATE(593),
[sym_array_access] = STATE(449),
[sym_method_invocation] = STATE(593),
[sym_method_reference] = STATE(593),
[sym_switch_expression] = STATE(709),
[sym__annotation] = STATE(912),
[sym_marker_annotation] = STATE(912),
[sym_annotation] = STATE(912),
[sym__type] = STATE(1515),
[sym__unannotated_type] = STATE(1034),
[sym_annotated_type] = STATE(944),
[sym_scoped_type_identifier] = STATE(947),
[sym_generic_type] = STATE(962),
[sym_array_type] = STATE(844),
[sym_integral_type] = STATE(844),
[sym_floating_point_type] = STATE(844),
[sym_formal_parameters] = STATE(1589),
[sym__reserved_identifier] = STATE(444),
[aux_sym_array_creation_expression_repeat1] = STATE(912),
[sym_identifier] = ACTIONS(559),
[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(726),
[anon_sym_PLUS] = ACTIONS(21),
[anon_sym_DASH] = ACTIONS(21),
[anon_sym_TILDE] = ACTIONS(23),
[anon_sym_BANG] = ACTIONS(23),
[anon_sym_PLUS_PLUS] = ACTIONS(25),
[anon_sym_DASH_DASH] = ACTIONS(25),
[anon_sym_new] = ACTIONS(27),
[anon_sym_switch] = ACTIONS(551),
[anon_sym_yield] = ACTIONS(576),
[anon_sym_AT] = ACTIONS(578),
[anon_sym_open] = ACTIONS(69),
[anon_sym_module] = ACTIONS(69),
[anon_sym_with] = ACTIONS(69),
[anon_sym_sealed] = ACTIONS(69),
[anon_sym_record] = ACTIONS(69),
[anon_sym_byte] = ACTIONS(87),
[anon_sym_short] = ACTIONS(87),
[anon_sym_int] = ACTIONS(87),
[anon_sym_long] = ACTIONS(87),
[anon_sym_char] = ACTIONS(87),
[anon_sym_float] = ACTIONS(89),
[anon_sym_double] = ACTIONS(89),
[sym_boolean_type] = ACTIONS(91),
[sym_void_type] = ACTIONS(91),
[sym_this] = ACTIONS(93),
[sym_super] = ACTIONS(95),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(168)] = {
[sym__literal] = STATE(593),
[sym_string_literal] = STATE(594),
[sym__string_literal] = STATE(550),
[sym__multiline_string_literal] = STATE(550),
[sym_expression] = STATE(816),
[sym_cast_expression] = STATE(709),
[sym_assignment_expression] = STATE(709),
[sym_binary_expression] = STATE(709),
[sym_instanceof_expression] = STATE(709),
[sym_lambda_expression] = STATE(709),
[sym_inferred_parameters] = STATE(1589),
[sym_ternary_expression] = STATE(709),
[sym_unary_expression] = STATE(709),
[sym__unary_complement_expression] = STATE(716),
[sym_update_expression] = STATE(709),
[sym_primary_expression] = STATE(562),
[sym_array_creation_expression] = STATE(593),
[sym_parenthesized_expression] = STATE(449),
[sym_class_literal] = STATE(593),
[sym_object_creation_expression] = STATE(593),
[sym__unqualified_object_creation_expression] = STATE(600),
[sym_field_access] = STATE(449),
[sym_template_expression] = STATE(593),
[sym_array_access] = STATE(449),
[sym_method_invocation] = STATE(593),
[sym_method_reference] = STATE(593),
[sym_switch_expression] = STATE(709),
[sym__annotation] = STATE(912),
[sym_marker_annotation] = STATE(912),
[sym_annotation] = STATE(912),
[sym__type] = STATE(1515),
[sym__unannotated_type] = STATE(1034),
[sym_annotated_type] = STATE(944),
[sym_scoped_type_identifier] = STATE(947),
[sym_generic_type] = STATE(962),
[sym_array_type] = STATE(844),
[sym_integral_type] = STATE(844),
[sym_floating_point_type] = STATE(844),
[sym_formal_parameters] = STATE(1589),
[sym__reserved_identifier] = STATE(444),
[aux_sym_array_creation_expression_repeat1] = STATE(912),
[sym_identifier] = ACTIONS(559),
[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(728),
[anon_sym_PLUS] = ACTIONS(21),
[anon_sym_DASH] = ACTIONS(21),
[anon_sym_TILDE] = ACTIONS(23),
[anon_sym_BANG] = ACTIONS(23),
[anon_sym_PLUS_PLUS] = ACTIONS(25),
[anon_sym_DASH_DASH] = ACTIONS(25),
[anon_sym_new] = ACTIONS(27),
[anon_sym_switch] = ACTIONS(551),
[anon_sym_yield] = ACTIONS(576),
[anon_sym_AT] = ACTIONS(578),
[anon_sym_open] = ACTIONS(69),
[anon_sym_module] = ACTIONS(69),
[anon_sym_with] = ACTIONS(69),
[anon_sym_sealed] = ACTIONS(69),
[anon_sym_record] = ACTIONS(69),
[anon_sym_byte] = ACTIONS(87),
[anon_sym_short] = ACTIONS(87),
[anon_sym_int] = ACTIONS(87),
[anon_sym_long] = ACTIONS(87),
[anon_sym_char] = ACTIONS(87),
[anon_sym_float] = ACTIONS(89),
[anon_sym_double] = ACTIONS(89),
[sym_boolean_type] = ACTIONS(91),
[sym_void_type] = ACTIONS(91),
[sym_this] = ACTIONS(93),
[sym_super] = ACTIONS(95),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(169)] = {
[sym__literal] = STATE(593),
[sym_string_literal] = STATE(594),
[sym__string_literal] = STATE(550),
[sym__multiline_string_literal] = STATE(550),
[sym_expression] = STATE(853),
[sym_cast_expression] = STATE(709),
[sym_assignment_expression] = STATE(709),
[sym_binary_expression] = STATE(709),
[sym_instanceof_expression] = STATE(709),
[sym_lambda_expression] = STATE(709),
[sym_inferred_parameters] = STATE(1589),
[sym_ternary_expression] = STATE(709),
[sym_unary_expression] = STATE(709),
[sym__unary_complement_expression] = STATE(716),
[sym_update_expression] = STATE(709),
[sym_primary_expression] = STATE(562),
[sym_array_creation_expression] = STATE(593),
[sym_parenthesized_expression] = STATE(449),
[sym_class_literal] = STATE(593),
[sym_object_creation_expression] = STATE(593),
[sym__unqualified_object_creation_expression] = STATE(600),
[sym_field_access] = STATE(449),
[sym_template_expression] = STATE(593),
[sym_array_access] = STATE(449),
[sym_method_invocation] = STATE(593),
[sym_method_reference] = STATE(593),
[sym_switch_expression] = STATE(709),
[sym__annotation] = STATE(912),
[sym_marker_annotation] = STATE(912),
[sym_annotation] = STATE(912),
[sym__type] = STATE(1515),
[sym__unannotated_type] = STATE(1034),
[sym_annotated_type] = STATE(944),
[sym_scoped_type_identifier] = STATE(947),
[sym_generic_type] = STATE(962),
[sym_array_type] = STATE(844),
[sym_integral_type] = STATE(844),
[sym_floating_point_type] = STATE(844),
[sym_formal_parameters] = STATE(1589),
[sym__reserved_identifier] = STATE(444),
[aux_sym_array_creation_expression_repeat1] = STATE(912),
[sym_identifier] = ACTIONS(559),
[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(21),
[anon_sym_DASH] = ACTIONS(21),
[anon_sym_TILDE] = ACTIONS(23),
[anon_sym_BANG] = ACTIONS(23),
[anon_sym_PLUS_PLUS] = ACTIONS(25),
[anon_sym_DASH_DASH] = ACTIONS(25),
[anon_sym_new] = ACTIONS(27),
[anon_sym_RBRACK] = ACTIONS(724),
[anon_sym_switch] = ACTIONS(551),
[anon_sym_yield] = ACTIONS(576),
[anon_sym_AT] = ACTIONS(578),
[anon_sym_open] = ACTIONS(69),
[anon_sym_module] = ACTIONS(69),
[anon_sym_with] = ACTIONS(69),
[anon_sym_sealed] = ACTIONS(69),
[anon_sym_record] = ACTIONS(69),
[anon_sym_byte] = ACTIONS(87),
[anon_sym_short] = ACTIONS(87),
[anon_sym_int] = ACTIONS(87),
[anon_sym_long] = ACTIONS(87),
[anon_sym_char] = ACTIONS(87),
[anon_sym_float] = ACTIONS(89),
[anon_sym_double] = ACTIONS(89),
[sym_boolean_type] = ACTIONS(91),
[sym_void_type] = ACTIONS(91),
[sym_this] = ACTIONS(93),
[sym_super] = ACTIONS(95),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(170)] = {
[sym__literal] = STATE(593),
[sym_string_literal] = STATE(594),
[sym__string_literal] = STATE(550),
[sym__multiline_string_literal] = STATE(550),
[sym_expression] = STATE(801),
[sym_cast_expression] = STATE(709),
[sym_assignment_expression] = STATE(709),
[sym_binary_expression] = STATE(709),
[sym_instanceof_expression] = STATE(709),
[sym_lambda_expression] = STATE(709),
[sym_inferred_parameters] = STATE(1589),
[sym_ternary_expression] = STATE(709),
[sym_unary_expression] = STATE(709),
[sym__unary_complement_expression] = STATE(716),
[sym_update_expression] = STATE(709),
[sym_primary_expression] = STATE(562),
[sym_array_creation_expression] = STATE(593),
[sym_parenthesized_expression] = STATE(449),
[sym_class_literal] = STATE(593),
[sym_object_creation_expression] = STATE(593),
[sym__unqualified_object_creation_expression] = STATE(600),
[sym_field_access] = STATE(449),
[sym_template_expression] = STATE(593),
[sym_array_access] = STATE(449),
[sym_method_invocation] = STATE(593),
[sym_method_reference] = STATE(593),
[sym_switch_expression] = STATE(709),
[sym__annotation] = STATE(912),
[sym_marker_annotation] = STATE(912),
[sym_annotation] = STATE(912),
[sym__type] = STATE(1515),
[sym__unannotated_type] = STATE(1034),
[sym_annotated_type] = STATE(944),
[sym_scoped_type_identifier] = STATE(947),
[sym_generic_type] = STATE(962),
[sym_array_type] = STATE(844),
[sym_integral_type] = STATE(844),
[sym_floating_point_type] = STATE(844),
[sym_formal_parameters] = STATE(1589),
[sym__reserved_identifier] = STATE(444),
[aux_sym_array_creation_expression_repeat1] = STATE(912),
[sym_identifier] = ACTIONS(559),
[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(730),
[anon_sym_PLUS] = ACTIONS(21),
[anon_sym_DASH] = ACTIONS(21),
[anon_sym_TILDE] = ACTIONS(23),
[anon_sym_BANG] = ACTIONS(23),
[anon_sym_PLUS_PLUS] = ACTIONS(25),
[anon_sym_DASH_DASH] = ACTIONS(25),
[anon_sym_new] = ACTIONS(27),
[anon_sym_switch] = ACTIONS(551),
[anon_sym_yield] = ACTIONS(576),
[anon_sym_AT] = ACTIONS(578),
[anon_sym_open] = ACTIONS(69),
[anon_sym_module] = ACTIONS(69),
[anon_sym_with] = ACTIONS(69),
[anon_sym_sealed] = ACTIONS(69),
[anon_sym_record] = ACTIONS(69),
[anon_sym_byte] = ACTIONS(87),
[anon_sym_short] = ACTIONS(87),
[anon_sym_int] = ACTIONS(87),
[anon_sym_long] = ACTIONS(87),
[anon_sym_char] = ACTIONS(87),
[anon_sym_float] = ACTIONS(89),
[anon_sym_double] = ACTIONS(89),
[sym_boolean_type] = ACTIONS(91),
[sym_void_type] = ACTIONS(91),
[sym_this] = ACTIONS(93),
[sym_super] = ACTIONS(95),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(171)] = {
[sym__literal] = STATE(593),
[sym_string_literal] = STATE(594),
[sym__string_literal] = STATE(550),
[sym__multiline_string_literal] = STATE(550),
[sym_expression] = STATE(784),
[sym_cast_expression] = STATE(709),
[sym_assignment_expression] = STATE(709),
[sym_binary_expression] = STATE(709),
[sym_instanceof_expression] = STATE(709),
[sym_lambda_expression] = STATE(709),
[sym_inferred_parameters] = STATE(1589),
[sym_ternary_expression] = STATE(709),
[sym_unary_expression] = STATE(709),
[sym__unary_complement_expression] = STATE(716),
[sym_update_expression] = STATE(709),
[sym_primary_expression] = STATE(562),
[sym_array_creation_expression] = STATE(593),
[sym_parenthesized_expression] = STATE(449),
[sym_class_literal] = STATE(593),
[sym_object_creation_expression] = STATE(593),
[sym__unqualified_object_creation_expression] = STATE(600),
[sym_field_access] = STATE(449),
[sym_template_expression] = STATE(593),
[sym_array_access] = STATE(449),
[sym_method_invocation] = STATE(593),
[sym_method_reference] = STATE(593),
[sym_switch_expression] = STATE(709),
[sym__annotation] = STATE(912),
[sym_marker_annotation] = STATE(912),
[sym_annotation] = STATE(912),
[sym__type] = STATE(1515),
[sym__unannotated_type] = STATE(1034),
[sym_annotated_type] = STATE(944),
[sym_scoped_type_identifier] = STATE(947),
[sym_generic_type] = STATE(962),
[sym_array_type] = STATE(844),
[sym_integral_type] = STATE(844),
[sym_floating_point_type] = STATE(844),
[sym_formal_parameters] = STATE(1589),
[sym__reserved_identifier] = STATE(444),
[aux_sym_array_creation_expression_repeat1] = STATE(912),
[sym_identifier] = ACTIONS(559),
[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(732),
[anon_sym_PLUS] = ACTIONS(21),
[anon_sym_DASH] = ACTIONS(21),
[anon_sym_TILDE] = ACTIONS(23),
[anon_sym_BANG] = ACTIONS(23),
[anon_sym_PLUS_PLUS] = ACTIONS(25),
[anon_sym_DASH_DASH] = ACTIONS(25),
[anon_sym_new] = ACTIONS(27),
[anon_sym_switch] = ACTIONS(551),
[anon_sym_yield] = ACTIONS(576),
[anon_sym_AT] = ACTIONS(578),
[anon_sym_open] = ACTIONS(69),
[anon_sym_module] = ACTIONS(69),
[anon_sym_with] = ACTIONS(69),
[anon_sym_sealed] = ACTIONS(69),
[anon_sym_record] = ACTIONS(69),
[anon_sym_byte] = ACTIONS(87),
[anon_sym_short] = ACTIONS(87),
[anon_sym_int] = ACTIONS(87),
[anon_sym_long] = ACTIONS(87),
[anon_sym_char] = ACTIONS(87),
[anon_sym_float] = ACTIONS(89),
[anon_sym_double] = ACTIONS(89),
[sym_boolean_type] = ACTIONS(91),
[sym_void_type] = ACTIONS(91),
[sym_this] = ACTIONS(93),
[sym_super] = ACTIONS(95),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(172)] = {
[sym__literal] = STATE(593),
[sym_string_literal] = STATE(594),
[sym__string_literal] = STATE(550),
[sym__multiline_string_literal] = STATE(550),
[sym_expression] = STATE(785),
[sym_cast_expression] = STATE(709),
[sym_assignment_expression] = STATE(709),
[sym_binary_expression] = STATE(709),
[sym_instanceof_expression] = STATE(709),
[sym_lambda_expression] = STATE(709),
[sym_inferred_parameters] = STATE(1589),
[sym_ternary_expression] = STATE(709),
[sym_unary_expression] = STATE(709),
[sym__unary_complement_expression] = STATE(716),
[sym_update_expression] = STATE(709),
[sym_primary_expression] = STATE(562),
[sym_array_creation_expression] = STATE(593),
[sym_parenthesized_expression] = STATE(449),
[sym_class_literal] = STATE(593),
[sym_object_creation_expression] = STATE(593),
[sym__unqualified_object_creation_expression] = STATE(600),
[sym_field_access] = STATE(449),
[sym_template_expression] = STATE(593),
[sym_array_access] = STATE(449),
[sym_method_invocation] = STATE(593),
[sym_method_reference] = STATE(593),
[sym_switch_expression] = STATE(709),
[sym__annotation] = STATE(912),
[sym_marker_annotation] = STATE(912),
[sym_annotation] = STATE(912),
[sym__type] = STATE(1515),
[sym__unannotated_type] = STATE(1034),
[sym_annotated_type] = STATE(944),
[sym_scoped_type_identifier] = STATE(947),
[sym_generic_type] = STATE(962),
[sym_array_type] = STATE(844),
[sym_integral_type] = STATE(844),
[sym_floating_point_type] = STATE(844),
[sym_formal_parameters] = STATE(1589),
[sym__reserved_identifier] = STATE(444),
[aux_sym_array_creation_expression_repeat1] = STATE(912),
[sym_identifier] = ACTIONS(559),
[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(734),
[anon_sym_PLUS] = ACTIONS(21),
[anon_sym_DASH] = ACTIONS(21),
[anon_sym_TILDE] = ACTIONS(23),
[anon_sym_BANG] = ACTIONS(23),
[anon_sym_PLUS_PLUS] = ACTIONS(25),
[anon_sym_DASH_DASH] = ACTIONS(25),
[anon_sym_new] = ACTIONS(27),
[anon_sym_switch] = ACTIONS(551),
[anon_sym_yield] = ACTIONS(576),
[anon_sym_AT] = ACTIONS(578),
[anon_sym_open] = ACTIONS(69),
[anon_sym_module] = ACTIONS(69),
[anon_sym_with] = ACTIONS(69),
[anon_sym_sealed] = ACTIONS(69),
[anon_sym_record] = ACTIONS(69),
[anon_sym_byte] = ACTIONS(87),
[anon_sym_short] = ACTIONS(87),
[anon_sym_int] = ACTIONS(87),
[anon_sym_long] = ACTIONS(87),
[anon_sym_char] = ACTIONS(87),
[anon_sym_float] = ACTIONS(89),
[anon_sym_double] = ACTIONS(89),
[sym_boolean_type] = ACTIONS(91),
[sym_void_type] = ACTIONS(91),
[sym_this] = ACTIONS(93),
[sym_super] = ACTIONS(95),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(173)] = {
[sym__literal] = STATE(593),
[sym_string_literal] = STATE(594),
[sym__string_literal] = STATE(550),
[sym__multiline_string_literal] = STATE(550),
[sym_expression] = STATE(786),
[sym_cast_expression] = STATE(709),
[sym_assignment_expression] = STATE(709),
[sym_binary_expression] = STATE(709),
[sym_instanceof_expression] = STATE(709),
[sym_lambda_expression] = STATE(709),
[sym_inferred_parameters] = STATE(1589),
[sym_ternary_expression] = STATE(709),
[sym_unary_expression] = STATE(709),
[sym__unary_complement_expression] = STATE(716),
[sym_update_expression] = STATE(709),
[sym_primary_expression] = STATE(562),
[sym_array_creation_expression] = STATE(593),
[sym_parenthesized_expression] = STATE(449),
[sym_class_literal] = STATE(593),
[sym_object_creation_expression] = STATE(593),
[sym__unqualified_object_creation_expression] = STATE(600),
[sym_field_access] = STATE(449),
[sym_template_expression] = STATE(593),
[sym_array_access] = STATE(449),
[sym_method_invocation] = STATE(593),
[sym_method_reference] = STATE(593),
[sym_switch_expression] = STATE(709),
[sym__annotation] = STATE(912),
[sym_marker_annotation] = STATE(912),
[sym_annotation] = STATE(912),
[sym__type] = STATE(1515),
[sym__unannotated_type] = STATE(1034),
[sym_annotated_type] = STATE(944),
[sym_scoped_type_identifier] = STATE(947),
[sym_generic_type] = STATE(962),
[sym_array_type] = STATE(844),
[sym_integral_type] = STATE(844),
[sym_floating_point_type] = STATE(844),
[sym_formal_parameters] = STATE(1589),
[sym__reserved_identifier] = STATE(444),
[aux_sym_array_creation_expression_repeat1] = STATE(912),
[sym_identifier] = ACTIONS(559),
[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(736),
[anon_sym_PLUS] = ACTIONS(21),
[anon_sym_DASH] = ACTIONS(21),
[anon_sym_TILDE] = ACTIONS(23),
[anon_sym_BANG] = ACTIONS(23),
[anon_sym_PLUS_PLUS] = ACTIONS(25),
[anon_sym_DASH_DASH] = ACTIONS(25),
[anon_sym_new] = ACTIONS(27),
[anon_sym_switch] = ACTIONS(551),
[anon_sym_yield] = ACTIONS(576),
[anon_sym_AT] = ACTIONS(578),
[anon_sym_open] = ACTIONS(69),
[anon_sym_module] = ACTIONS(69),
[anon_sym_with] = ACTIONS(69),
[anon_sym_sealed] = ACTIONS(69),
[anon_sym_record] = ACTIONS(69),
[anon_sym_byte] = ACTIONS(87),
[anon_sym_short] = ACTIONS(87),
[anon_sym_int] = ACTIONS(87),
[anon_sym_long] = ACTIONS(87),
[anon_sym_char] = ACTIONS(87),
[anon_sym_float] = ACTIONS(89),
[anon_sym_double] = ACTIONS(89),
[sym_boolean_type] = ACTIONS(91),
[sym_void_type] = ACTIONS(91),
[sym_this] = ACTIONS(93),
[sym_super] = ACTIONS(95),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(174)] = {
[sym__literal] = STATE(593),
[sym_string_literal] = STATE(594),
[sym__string_literal] = STATE(550),
[sym__multiline_string_literal] = STATE(550),
[sym_expression] = STATE(788),
[sym_cast_expression] = STATE(709),
[sym_assignment_expression] = STATE(709),
[sym_binary_expression] = STATE(709),
[sym_instanceof_expression] = STATE(709),
[sym_lambda_expression] = STATE(709),
[sym_inferred_parameters] = STATE(1589),
[sym_ternary_expression] = STATE(709),
[sym_unary_expression] = STATE(709),
[sym__unary_complement_expression] = STATE(716),
[sym_update_expression] = STATE(709),
[sym_primary_expression] = STATE(562),
[sym_array_creation_expression] = STATE(593),
[sym_parenthesized_expression] = STATE(449),
[sym_class_literal] = STATE(593),
[sym_object_creation_expression] = STATE(593),
[sym__unqualified_object_creation_expression] = STATE(600),
[sym_field_access] = STATE(449),
[sym_template_expression] = STATE(593),
[sym_array_access] = STATE(449),
[sym_method_invocation] = STATE(593),
[sym_method_reference] = STATE(593),
[sym_switch_expression] = STATE(709),
[sym__annotation] = STATE(912),
[sym_marker_annotation] = STATE(912),
[sym_annotation] = STATE(912),
[sym__type] = STATE(1515),
[sym__unannotated_type] = STATE(1034),
[sym_annotated_type] = STATE(944),
[sym_scoped_type_identifier] = STATE(947),
[sym_generic_type] = STATE(962),
[sym_array_type] = STATE(844),
[sym_integral_type] = STATE(844),
[sym_floating_point_type] = STATE(844),
[sym_formal_parameters] = STATE(1589),
[sym__reserved_identifier] = STATE(444),
[aux_sym_array_creation_expression_repeat1] = STATE(912),
[sym_identifier] = ACTIONS(559),
[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(738),
[anon_sym_PLUS] = ACTIONS(21),
[anon_sym_DASH] = ACTIONS(21),
[anon_sym_TILDE] = ACTIONS(23),
[anon_sym_BANG] = ACTIONS(23),
[anon_sym_PLUS_PLUS] = ACTIONS(25),
[anon_sym_DASH_DASH] = ACTIONS(25),
[anon_sym_new] = ACTIONS(27),
[anon_sym_switch] = ACTIONS(551),
[anon_sym_yield] = ACTIONS(576),
[anon_sym_AT] = ACTIONS(578),
[anon_sym_open] = ACTIONS(69),
[anon_sym_module] = ACTIONS(69),
[anon_sym_with] = ACTIONS(69),
[anon_sym_sealed] = ACTIONS(69),
[anon_sym_record] = ACTIONS(69),
[anon_sym_byte] = ACTIONS(87),
[anon_sym_short] = ACTIONS(87),
[anon_sym_int] = ACTIONS(87),
[anon_sym_long] = ACTIONS(87),
[anon_sym_char] = ACTIONS(87),
[anon_sym_float] = ACTIONS(89),
[anon_sym_double] = ACTIONS(89),
[sym_boolean_type] = ACTIONS(91),
[sym_void_type] = ACTIONS(91),
[sym_this] = ACTIONS(93),
[sym_super] = ACTIONS(95),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(175)] = {
[sym__literal] = STATE(593),
[sym_string_literal] = STATE(594),
[sym__string_literal] = STATE(550),
[sym__multiline_string_literal] = STATE(550),
[sym_expression] = STATE(854),
[sym_cast_expression] = STATE(709),
[sym_assignment_expression] = STATE(709),
[sym_binary_expression] = STATE(709),
[sym_instanceof_expression] = STATE(709),
[sym_lambda_expression] = STATE(709),
[sym_inferred_parameters] = STATE(1589),
[sym_ternary_expression] = STATE(709),
[sym_unary_expression] = STATE(709),
[sym__unary_complement_expression] = STATE(716),
[sym_update_expression] = STATE(709),
[sym_primary_expression] = STATE(562),
[sym_array_creation_expression] = STATE(593),
[sym_parenthesized_expression] = STATE(449),
[sym_class_literal] = STATE(593),
[sym_object_creation_expression] = STATE(593),
[sym__unqualified_object_creation_expression] = STATE(600),
[sym_field_access] = STATE(449),
[sym_template_expression] = STATE(593),
[sym_array_access] = STATE(449),
[sym_method_invocation] = STATE(593),
[sym_method_reference] = STATE(593),
[sym_switch_expression] = STATE(709),
[sym__annotation] = STATE(912),
[sym_marker_annotation] = STATE(912),
[sym_annotation] = STATE(912),
[sym__type] = STATE(1515),
[sym__unannotated_type] = STATE(1034),
[sym_annotated_type] = STATE(944),
[sym_scoped_type_identifier] = STATE(947),
[sym_generic_type] = STATE(962),
[sym_array_type] = STATE(844),
[sym_integral_type] = STATE(844),
[sym_floating_point_type] = STATE(844),
[sym_formal_parameters] = STATE(1589),
[sym__reserved_identifier] = STATE(444),
[aux_sym_array_creation_expression_repeat1] = STATE(912),
[sym_identifier] = ACTIONS(559),
[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(21),
[anon_sym_DASH] = ACTIONS(21),
[anon_sym_TILDE] = ACTIONS(23),
[anon_sym_BANG] = ACTIONS(23),
[anon_sym_PLUS_PLUS] = ACTIONS(25),
[anon_sym_DASH_DASH] = ACTIONS(25),
[anon_sym_new] = ACTIONS(27),
[anon_sym_switch] = ACTIONS(551),
[anon_sym_SEMI] = ACTIONS(740),
[anon_sym_yield] = ACTIONS(576),
[anon_sym_AT] = ACTIONS(578),
[anon_sym_open] = ACTIONS(69),
[anon_sym_module] = ACTIONS(69),
[anon_sym_with] = ACTIONS(69),
[anon_sym_sealed] = ACTIONS(69),
[anon_sym_record] = ACTIONS(69),
[anon_sym_byte] = ACTIONS(87),
[anon_sym_short] = ACTIONS(87),
[anon_sym_int] = ACTIONS(87),
[anon_sym_long] = ACTIONS(87),
[anon_sym_char] = ACTIONS(87),
[anon_sym_float] = ACTIONS(89),
[anon_sym_double] = ACTIONS(89),
[sym_boolean_type] = ACTIONS(91),
[sym_void_type] = ACTIONS(91),
[sym_this] = ACTIONS(93),
[sym_super] = ACTIONS(95),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(176)] = {
[sym__literal] = STATE(593),
[sym_string_literal] = STATE(594),
[sym__string_literal] = STATE(550),
[sym__multiline_string_literal] = STATE(550),
[sym_expression] = STATE(794),
[sym_cast_expression] = STATE(709),
[sym_assignment_expression] = STATE(709),
[sym_binary_expression] = STATE(709),
[sym_instanceof_expression] = STATE(709),
[sym_lambda_expression] = STATE(709),
[sym_inferred_parameters] = STATE(1589),
[sym_ternary_expression] = STATE(709),
[sym_unary_expression] = STATE(709),
[sym__unary_complement_expression] = STATE(716),
[sym_update_expression] = STATE(709),
[sym_primary_expression] = STATE(562),
[sym_array_creation_expression] = STATE(593),
[sym_parenthesized_expression] = STATE(449),
[sym_class_literal] = STATE(593),
[sym_object_creation_expression] = STATE(593),
[sym__unqualified_object_creation_expression] = STATE(600),
[sym_field_access] = STATE(449),
[sym_template_expression] = STATE(593),
[sym_array_access] = STATE(449),
[sym_method_invocation] = STATE(593),
[sym_method_reference] = STATE(593),
[sym_switch_expression] = STATE(709),
[sym__annotation] = STATE(912),
[sym_marker_annotation] = STATE(912),
[sym_annotation] = STATE(912),
[sym__type] = STATE(1515),
[sym__unannotated_type] = STATE(1034),
[sym_annotated_type] = STATE(944),
[sym_scoped_type_identifier] = STATE(947),
[sym_generic_type] = STATE(962),
[sym_array_type] = STATE(844),
[sym_integral_type] = STATE(844),
[sym_floating_point_type] = STATE(844),
[sym_formal_parameters] = STATE(1589),
[sym__reserved_identifier] = STATE(444),
[aux_sym_array_creation_expression_repeat1] = STATE(912),
[sym_identifier] = ACTIONS(559),
[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(742),
[anon_sym_PLUS] = ACTIONS(21),
[anon_sym_DASH] = ACTIONS(21),
[anon_sym_TILDE] = ACTIONS(23),
[anon_sym_BANG] = ACTIONS(23),
[anon_sym_PLUS_PLUS] = ACTIONS(25),
[anon_sym_DASH_DASH] = ACTIONS(25),
[anon_sym_new] = ACTIONS(27),
[anon_sym_switch] = ACTIONS(551),
[anon_sym_yield] = ACTIONS(576),
[anon_sym_AT] = ACTIONS(578),
[anon_sym_open] = ACTIONS(69),
[anon_sym_module] = ACTIONS(69),
[anon_sym_with] = ACTIONS(69),
[anon_sym_sealed] = ACTIONS(69),
[anon_sym_record] = ACTIONS(69),
[anon_sym_byte] = ACTIONS(87),
[anon_sym_short] = ACTIONS(87),
[anon_sym_int] = ACTIONS(87),
[anon_sym_long] = ACTIONS(87),
[anon_sym_char] = ACTIONS(87),
[anon_sym_float] = ACTIONS(89),
[anon_sym_double] = ACTIONS(89),
[sym_boolean_type] = ACTIONS(91),
[sym_void_type] = ACTIONS(91),
[sym_this] = ACTIONS(93),
[sym_super] = ACTIONS(95),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(177)] = {
[sym__literal] = STATE(593),
[sym_string_literal] = STATE(594),
[sym__string_literal] = STATE(550),
[sym__multiline_string_literal] = STATE(550),
[sym_expression] = STATE(797),
[sym_cast_expression] = STATE(709),
[sym_assignment_expression] = STATE(709),
[sym_binary_expression] = STATE(709),
[sym_instanceof_expression] = STATE(709),
[sym_lambda_expression] = STATE(709),
[sym_inferred_parameters] = STATE(1589),
[sym_ternary_expression] = STATE(709),
[sym_unary_expression] = STATE(709),
[sym__unary_complement_expression] = STATE(716),
[sym_update_expression] = STATE(709),
[sym_primary_expression] = STATE(562),
[sym_array_creation_expression] = STATE(593),
[sym_parenthesized_expression] = STATE(449),
[sym_class_literal] = STATE(593),
[sym_object_creation_expression] = STATE(593),
[sym__unqualified_object_creation_expression] = STATE(600),
[sym_field_access] = STATE(449),
[sym_template_expression] = STATE(593),
[sym_array_access] = STATE(449),
[sym_method_invocation] = STATE(593),
[sym_method_reference] = STATE(593),
[sym_switch_expression] = STATE(709),
[sym__annotation] = STATE(912),
[sym_marker_annotation] = STATE(912),
[sym_annotation] = STATE(912),
[sym__type] = STATE(1515),
[sym__unannotated_type] = STATE(1034),
[sym_annotated_type] = STATE(944),
[sym_scoped_type_identifier] = STATE(947),
[sym_generic_type] = STATE(962),
[sym_array_type] = STATE(844),
[sym_integral_type] = STATE(844),
[sym_floating_point_type] = STATE(844),
[sym_formal_parameters] = STATE(1589),
[sym__reserved_identifier] = STATE(444),
[aux_sym_array_creation_expression_repeat1] = STATE(912),
[sym_identifier] = ACTIONS(559),
[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(744),
[anon_sym_PLUS] = ACTIONS(21),
[anon_sym_DASH] = ACTIONS(21),
[anon_sym_TILDE] = ACTIONS(23),
[anon_sym_BANG] = ACTIONS(23),
[anon_sym_PLUS_PLUS] = ACTIONS(25),
[anon_sym_DASH_DASH] = ACTIONS(25),
[anon_sym_new] = ACTIONS(27),
[anon_sym_switch] = ACTIONS(551),
[anon_sym_yield] = ACTIONS(576),
[anon_sym_AT] = ACTIONS(578),
[anon_sym_open] = ACTIONS(69),
[anon_sym_module] = ACTIONS(69),
[anon_sym_with] = ACTIONS(69),
[anon_sym_sealed] = ACTIONS(69),
[anon_sym_record] = ACTIONS(69),
[anon_sym_byte] = ACTIONS(87),
[anon_sym_short] = ACTIONS(87),
[anon_sym_int] = ACTIONS(87),
[anon_sym_long] = ACTIONS(87),
[anon_sym_char] = ACTIONS(87),
[anon_sym_float] = ACTIONS(89),
[anon_sym_double] = ACTIONS(89),
[sym_boolean_type] = ACTIONS(91),
[sym_void_type] = ACTIONS(91),
[sym_this] = ACTIONS(93),
[sym_super] = ACTIONS(95),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(178)] = {
[sym__literal] = STATE(593),
[sym_string_literal] = STATE(594),
[sym__string_literal] = STATE(550),
[sym__multiline_string_literal] = STATE(550),
[sym_expression] = STATE(799),
[sym_cast_expression] = STATE(709),
[sym_assignment_expression] = STATE(709),
[sym_binary_expression] = STATE(709),
[sym_instanceof_expression] = STATE(709),
[sym_lambda_expression] = STATE(709),
[sym_inferred_parameters] = STATE(1589),
[sym_ternary_expression] = STATE(709),
[sym_unary_expression] = STATE(709),
[sym__unary_complement_expression] = STATE(716),
[sym_update_expression] = STATE(709),
[sym_primary_expression] = STATE(562),
[sym_array_creation_expression] = STATE(593),
[sym_parenthesized_expression] = STATE(449),
[sym_class_literal] = STATE(593),
[sym_object_creation_expression] = STATE(593),
[sym__unqualified_object_creation_expression] = STATE(600),
[sym_field_access] = STATE(449),
[sym_template_expression] = STATE(593),
[sym_array_access] = STATE(449),
[sym_method_invocation] = STATE(593),
[sym_method_reference] = STATE(593),
[sym_switch_expression] = STATE(709),
[sym__annotation] = STATE(912),
[sym_marker_annotation] = STATE(912),
[sym_annotation] = STATE(912),
[sym__type] = STATE(1515),
[sym__unannotated_type] = STATE(1034),
[sym_annotated_type] = STATE(944),
[sym_scoped_type_identifier] = STATE(947),
[sym_generic_type] = STATE(962),
[sym_array_type] = STATE(844),
[sym_integral_type] = STATE(844),
[sym_floating_point_type] = STATE(844),
[sym_formal_parameters] = STATE(1589),
[sym__reserved_identifier] = STATE(444),
[aux_sym_array_creation_expression_repeat1] = STATE(912),
[sym_identifier] = ACTIONS(559),
[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(746),
[anon_sym_PLUS] = ACTIONS(21),
[anon_sym_DASH] = ACTIONS(21),
[anon_sym_TILDE] = ACTIONS(23),
[anon_sym_BANG] = ACTIONS(23),
[anon_sym_PLUS_PLUS] = ACTIONS(25),
[anon_sym_DASH_DASH] = ACTIONS(25),
[anon_sym_new] = ACTIONS(27),
[anon_sym_switch] = ACTIONS(551),
[anon_sym_yield] = ACTIONS(576),
[anon_sym_AT] = ACTIONS(578),
[anon_sym_open] = ACTIONS(69),
[anon_sym_module] = ACTIONS(69),
[anon_sym_with] = ACTIONS(69),
[anon_sym_sealed] = ACTIONS(69),
[anon_sym_record] = ACTIONS(69),
[anon_sym_byte] = ACTIONS(87),
[anon_sym_short] = ACTIONS(87),
[anon_sym_int] = ACTIONS(87),
[anon_sym_long] = ACTIONS(87),
[anon_sym_char] = ACTIONS(87),
[anon_sym_float] = ACTIONS(89),
[anon_sym_double] = ACTIONS(89),
[sym_boolean_type] = ACTIONS(91),
[sym_void_type] = ACTIONS(91),
[sym_this] = ACTIONS(93),
[sym_super] = ACTIONS(95),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(179)] = {
[sym__literal] = STATE(593),
[sym_string_literal] = STATE(594),
[sym__string_literal] = STATE(550),
[sym__multiline_string_literal] = STATE(550),
[sym_expression] = STATE(781),
[sym_cast_expression] = STATE(709),
[sym_assignment_expression] = STATE(709),
[sym_binary_expression] = STATE(709),
[sym_instanceof_expression] = STATE(709),
[sym_lambda_expression] = STATE(709),
[sym_inferred_parameters] = STATE(1589),
[sym_ternary_expression] = STATE(709),
[sym_unary_expression] = STATE(709),
[sym__unary_complement_expression] = STATE(716),
[sym_update_expression] = STATE(709),
[sym_primary_expression] = STATE(562),
[sym_array_creation_expression] = STATE(593),
[sym_parenthesized_expression] = STATE(449),
[sym_class_literal] = STATE(593),
[sym_object_creation_expression] = STATE(593),
[sym__unqualified_object_creation_expression] = STATE(600),
[sym_field_access] = STATE(449),
[sym_template_expression] = STATE(593),
[sym_array_access] = STATE(449),
[sym_method_invocation] = STATE(593),
[sym_method_reference] = STATE(593),
[sym_switch_expression] = STATE(709),
[sym__annotation] = STATE(912),
[sym_marker_annotation] = STATE(912),
[sym_annotation] = STATE(912),
[sym__type] = STATE(1515),
[sym__unannotated_type] = STATE(1034),
[sym_annotated_type] = STATE(944),
[sym_scoped_type_identifier] = STATE(947),
[sym_generic_type] = STATE(962),
[sym_array_type] = STATE(844),
[sym_integral_type] = STATE(844),
[sym_floating_point_type] = STATE(844),
[sym_formal_parameters] = STATE(1589),
[sym__reserved_identifier] = STATE(444),
[aux_sym_array_creation_expression_repeat1] = STATE(912),
[sym_identifier] = ACTIONS(559),
[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(748),
[anon_sym_PLUS] = ACTIONS(21),
[anon_sym_DASH] = ACTIONS(21),
[anon_sym_TILDE] = ACTIONS(23),
[anon_sym_BANG] = ACTIONS(23),
[anon_sym_PLUS_PLUS] = ACTIONS(25),
[anon_sym_DASH_DASH] = ACTIONS(25),
[anon_sym_new] = ACTIONS(27),
[anon_sym_switch] = ACTIONS(551),
[anon_sym_yield] = ACTIONS(576),
[anon_sym_AT] = ACTIONS(578),
[anon_sym_open] = ACTIONS(69),
[anon_sym_module] = ACTIONS(69),
[anon_sym_with] = ACTIONS(69),
[anon_sym_sealed] = ACTIONS(69),
[anon_sym_record] = ACTIONS(69),
[anon_sym_byte] = ACTIONS(87),
[anon_sym_short] = ACTIONS(87),
[anon_sym_int] = ACTIONS(87),
[anon_sym_long] = ACTIONS(87),
[anon_sym_char] = ACTIONS(87),
[anon_sym_float] = ACTIONS(89),
[anon_sym_double] = ACTIONS(89),
[sym_boolean_type] = ACTIONS(91),
[sym_void_type] = ACTIONS(91),
[sym_this] = ACTIONS(93),
[sym_super] = ACTIONS(95),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(180)] = {
[sym__literal] = STATE(593),
[sym_string_literal] = STATE(594),
[sym__string_literal] = STATE(550),
[sym__multiline_string_literal] = STATE(550),
[sym_expression] = STATE(803),
[sym_cast_expression] = STATE(709),
[sym_assignment_expression] = STATE(709),
[sym_binary_expression] = STATE(709),
[sym_instanceof_expression] = STATE(709),
[sym_lambda_expression] = STATE(709),
[sym_inferred_parameters] = STATE(1589),
[sym_ternary_expression] = STATE(709),
[sym_unary_expression] = STATE(709),
[sym__unary_complement_expression] = STATE(716),
[sym_update_expression] = STATE(709),
[sym_primary_expression] = STATE(562),
[sym_array_creation_expression] = STATE(593),
[sym_parenthesized_expression] = STATE(449),
[sym_class_literal] = STATE(593),
[sym_object_creation_expression] = STATE(593),
[sym__unqualified_object_creation_expression] = STATE(600),
[sym_field_access] = STATE(449),
[sym_template_expression] = STATE(593),
[sym_array_access] = STATE(449),
[sym_method_invocation] = STATE(593),
[sym_method_reference] = STATE(593),
[sym_switch_expression] = STATE(709),
[sym__annotation] = STATE(912),
[sym_marker_annotation] = STATE(912),
[sym_annotation] = STATE(912),
[sym__type] = STATE(1515),
[sym__unannotated_type] = STATE(1034),
[sym_annotated_type] = STATE(944),
[sym_scoped_type_identifier] = STATE(947),
[sym_generic_type] = STATE(962),
[sym_array_type] = STATE(844),
[sym_integral_type] = STATE(844),
[sym_floating_point_type] = STATE(844),
[sym_formal_parameters] = STATE(1589),
[sym__reserved_identifier] = STATE(444),
[aux_sym_array_creation_expression_repeat1] = STATE(912),
[sym_identifier] = ACTIONS(559),
[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(750),
[anon_sym_PLUS] = ACTIONS(21),
[anon_sym_DASH] = ACTIONS(21),
[anon_sym_TILDE] = ACTIONS(23),
[anon_sym_BANG] = ACTIONS(23),
[anon_sym_PLUS_PLUS] = ACTIONS(25),
[anon_sym_DASH_DASH] = ACTIONS(25),
[anon_sym_new] = ACTIONS(27),
[anon_sym_switch] = ACTIONS(551),
[anon_sym_yield] = ACTIONS(576),
[anon_sym_AT] = ACTIONS(578),
[anon_sym_open] = ACTIONS(69),
[anon_sym_module] = ACTIONS(69),
[anon_sym_with] = ACTIONS(69),
[anon_sym_sealed] = ACTIONS(69),
[anon_sym_record] = ACTIONS(69),
[anon_sym_byte] = ACTIONS(87),
[anon_sym_short] = ACTIONS(87),
[anon_sym_int] = ACTIONS(87),
[anon_sym_long] = ACTIONS(87),
[anon_sym_char] = ACTIONS(87),
[anon_sym_float] = ACTIONS(89),
[anon_sym_double] = ACTIONS(89),
[sym_boolean_type] = ACTIONS(91),
[sym_void_type] = ACTIONS(91),
[sym_this] = ACTIONS(93),
[sym_super] = ACTIONS(95),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(181)] = {
[sym__literal] = STATE(593),
[sym_string_literal] = STATE(594),
[sym__string_literal] = STATE(550),
[sym__multiline_string_literal] = STATE(550),
[sym_expression] = STATE(804),
[sym_cast_expression] = STATE(709),
[sym_assignment_expression] = STATE(709),
[sym_binary_expression] = STATE(709),
[sym_instanceof_expression] = STATE(709),
[sym_lambda_expression] = STATE(709),
[sym_inferred_parameters] = STATE(1589),
[sym_ternary_expression] = STATE(709),
[sym_unary_expression] = STATE(709),
[sym__unary_complement_expression] = STATE(716),
[sym_update_expression] = STATE(709),
[sym_primary_expression] = STATE(562),
[sym_array_creation_expression] = STATE(593),
[sym_parenthesized_expression] = STATE(449),
[sym_class_literal] = STATE(593),
[sym_object_creation_expression] = STATE(593),
[sym__unqualified_object_creation_expression] = STATE(600),
[sym_field_access] = STATE(449),
[sym_template_expression] = STATE(593),
[sym_array_access] = STATE(449),
[sym_method_invocation] = STATE(593),
[sym_method_reference] = STATE(593),
[sym_switch_expression] = STATE(709),
[sym__annotation] = STATE(912),
[sym_marker_annotation] = STATE(912),
[sym_annotation] = STATE(912),
[sym__type] = STATE(1515),
[sym__unannotated_type] = STATE(1034),
[sym_annotated_type] = STATE(944),
[sym_scoped_type_identifier] = STATE(947),
[sym_generic_type] = STATE(962),
[sym_array_type] = STATE(844),
[sym_integral_type] = STATE(844),
[sym_floating_point_type] = STATE(844),
[sym_formal_parameters] = STATE(1589),
[sym__reserved_identifier] = STATE(444),
[aux_sym_array_creation_expression_repeat1] = STATE(912),
[sym_identifier] = ACTIONS(559),
[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(752),
[anon_sym_PLUS] = ACTIONS(21),
[anon_sym_DASH] = ACTIONS(21),
[anon_sym_TILDE] = ACTIONS(23),
[anon_sym_BANG] = ACTIONS(23),
[anon_sym_PLUS_PLUS] = ACTIONS(25),
[anon_sym_DASH_DASH] = ACTIONS(25),
[anon_sym_new] = ACTIONS(27),
[anon_sym_switch] = ACTIONS(551),
[anon_sym_yield] = ACTIONS(576),
[anon_sym_AT] = ACTIONS(578),
[anon_sym_open] = ACTIONS(69),
[anon_sym_module] = ACTIONS(69),
[anon_sym_with] = ACTIONS(69),
[anon_sym_sealed] = ACTIONS(69),
[anon_sym_record] = ACTIONS(69),
[anon_sym_byte] = ACTIONS(87),
[anon_sym_short] = ACTIONS(87),
[anon_sym_int] = ACTIONS(87),
[anon_sym_long] = ACTIONS(87),
[anon_sym_char] = ACTIONS(87),
[anon_sym_float] = ACTIONS(89),
[anon_sym_double] = ACTIONS(89),
[sym_boolean_type] = ACTIONS(91),
[sym_void_type] = ACTIONS(91),
[sym_this] = ACTIONS(93),
[sym_super] = ACTIONS(95),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(182)] = {
[sym__literal] = STATE(593),
[sym_string_literal] = STATE(594),
[sym__string_literal] = STATE(550),
[sym__multiline_string_literal] = STATE(550),
[sym_expression] = STATE(805),
[sym_cast_expression] = STATE(709),
[sym_assignment_expression] = STATE(709),
[sym_binary_expression] = STATE(709),
[sym_instanceof_expression] = STATE(709),
[sym_lambda_expression] = STATE(709),
[sym_inferred_parameters] = STATE(1589),
[sym_ternary_expression] = STATE(709),
[sym_unary_expression] = STATE(709),
[sym__unary_complement_expression] = STATE(716),
[sym_update_expression] = STATE(709),
[sym_primary_expression] = STATE(562),
[sym_array_creation_expression] = STATE(593),
[sym_parenthesized_expression] = STATE(449),
[sym_class_literal] = STATE(593),
[sym_object_creation_expression] = STATE(593),
[sym__unqualified_object_creation_expression] = STATE(600),
[sym_field_access] = STATE(449),
[sym_template_expression] = STATE(593),
[sym_array_access] = STATE(449),
[sym_method_invocation] = STATE(593),
[sym_method_reference] = STATE(593),
[sym_switch_expression] = STATE(709),
[sym__annotation] = STATE(912),
[sym_marker_annotation] = STATE(912),
[sym_annotation] = STATE(912),
[sym__type] = STATE(1515),
[sym__unannotated_type] = STATE(1034),
[sym_annotated_type] = STATE(944),
[sym_scoped_type_identifier] = STATE(947),
[sym_generic_type] = STATE(962),
[sym_array_type] = STATE(844),
[sym_integral_type] = STATE(844),
[sym_floating_point_type] = STATE(844),
[sym_formal_parameters] = STATE(1589),
[sym__reserved_identifier] = STATE(444),
[aux_sym_array_creation_expression_repeat1] = STATE(912),
[sym_identifier] = ACTIONS(559),
[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(754),
[anon_sym_PLUS] = ACTIONS(21),
[anon_sym_DASH] = ACTIONS(21),
[anon_sym_TILDE] = ACTIONS(23),
[anon_sym_BANG] = ACTIONS(23),
[anon_sym_PLUS_PLUS] = ACTIONS(25),
[anon_sym_DASH_DASH] = ACTIONS(25),
[anon_sym_new] = ACTIONS(27),
[anon_sym_switch] = ACTIONS(551),
[anon_sym_yield] = ACTIONS(576),
[anon_sym_AT] = ACTIONS(578),
[anon_sym_open] = ACTIONS(69),
[anon_sym_module] = ACTIONS(69),
[anon_sym_with] = ACTIONS(69),
[anon_sym_sealed] = ACTIONS(69),
[anon_sym_record] = ACTIONS(69),
[anon_sym_byte] = ACTIONS(87),
[anon_sym_short] = ACTIONS(87),
[anon_sym_int] = ACTIONS(87),
[anon_sym_long] = ACTIONS(87),
[anon_sym_char] = ACTIONS(87),
[anon_sym_float] = ACTIONS(89),
[anon_sym_double] = ACTIONS(89),
[sym_boolean_type] = ACTIONS(91),
[sym_void_type] = ACTIONS(91),
[sym_this] = ACTIONS(93),
[sym_super] = ACTIONS(95),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(183)] = {
[sym__literal] = STATE(593),
[sym_string_literal] = STATE(594),
[sym__string_literal] = STATE(550),
[sym__multiline_string_literal] = STATE(550),
[sym_expression] = STATE(811),
[sym_cast_expression] = STATE(709),
[sym_assignment_expression] = STATE(709),
[sym_binary_expression] = STATE(709),
[sym_instanceof_expression] = STATE(709),
[sym_lambda_expression] = STATE(709),
[sym_inferred_parameters] = STATE(1589),
[sym_ternary_expression] = STATE(709),
[sym_unary_expression] = STATE(709),
[sym__unary_complement_expression] = STATE(716),
[sym_update_expression] = STATE(709),
[sym_primary_expression] = STATE(562),
[sym_array_creation_expression] = STATE(593),
[sym_parenthesized_expression] = STATE(449),
[sym_class_literal] = STATE(593),
[sym_object_creation_expression] = STATE(593),
[sym__unqualified_object_creation_expression] = STATE(600),
[sym_field_access] = STATE(449),
[sym_template_expression] = STATE(593),
[sym_array_access] = STATE(449),
[sym_method_invocation] = STATE(593),
[sym_method_reference] = STATE(593),
[sym_switch_expression] = STATE(709),
[sym__annotation] = STATE(912),
[sym_marker_annotation] = STATE(912),
[sym_annotation] = STATE(912),
[sym__type] = STATE(1515),
[sym__unannotated_type] = STATE(1034),
[sym_annotated_type] = STATE(944),
[sym_scoped_type_identifier] = STATE(947),
[sym_generic_type] = STATE(962),
[sym_array_type] = STATE(844),
[sym_integral_type] = STATE(844),
[sym_floating_point_type] = STATE(844),
[sym_formal_parameters] = STATE(1589),
[sym__reserved_identifier] = STATE(444),
[aux_sym_array_creation_expression_repeat1] = STATE(912),
[sym_identifier] = ACTIONS(559),
[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(756),
[anon_sym_PLUS] = ACTIONS(21),
[anon_sym_DASH] = ACTIONS(21),
[anon_sym_TILDE] = ACTIONS(23),
[anon_sym_BANG] = ACTIONS(23),
[anon_sym_PLUS_PLUS] = ACTIONS(25),
[anon_sym_DASH_DASH] = ACTIONS(25),
[anon_sym_new] = ACTIONS(27),
[anon_sym_switch] = ACTIONS(551),
[anon_sym_yield] = ACTIONS(576),
[anon_sym_AT] = ACTIONS(578),
[anon_sym_open] = ACTIONS(69),
[anon_sym_module] = ACTIONS(69),
[anon_sym_with] = ACTIONS(69),
[anon_sym_sealed] = ACTIONS(69),
[anon_sym_record] = ACTIONS(69),
[anon_sym_byte] = ACTIONS(87),
[anon_sym_short] = ACTIONS(87),
[anon_sym_int] = ACTIONS(87),
[anon_sym_long] = ACTIONS(87),
[anon_sym_char] = ACTIONS(87),
[anon_sym_float] = ACTIONS(89),
[anon_sym_double] = ACTIONS(89),
[sym_boolean_type] = ACTIONS(91),
[sym_void_type] = ACTIONS(91),
[sym_this] = ACTIONS(93),
[sym_super] = ACTIONS(95),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(184)] = {
[sym__literal] = STATE(593),
[sym_string_literal] = STATE(594),
[sym__string_literal] = STATE(550),
[sym__multiline_string_literal] = STATE(550),
[sym_expression] = STATE(815),
[sym_cast_expression] = STATE(709),
[sym_assignment_expression] = STATE(709),
[sym_binary_expression] = STATE(709),
[sym_instanceof_expression] = STATE(709),
[sym_lambda_expression] = STATE(709),
[sym_inferred_parameters] = STATE(1589),
[sym_ternary_expression] = STATE(709),
[sym_unary_expression] = STATE(709),
[sym__unary_complement_expression] = STATE(716),
[sym_update_expression] = STATE(709),
[sym_primary_expression] = STATE(562),
[sym_array_creation_expression] = STATE(593),
[sym_parenthesized_expression] = STATE(449),
[sym_class_literal] = STATE(593),
[sym_object_creation_expression] = STATE(593),
[sym__unqualified_object_creation_expression] = STATE(600),
[sym_field_access] = STATE(449),
[sym_template_expression] = STATE(593),
[sym_array_access] = STATE(449),
[sym_method_invocation] = STATE(593),
[sym_method_reference] = STATE(593),
[sym_switch_expression] = STATE(709),
[sym__annotation] = STATE(912),
[sym_marker_annotation] = STATE(912),
[sym_annotation] = STATE(912),
[sym__type] = STATE(1515),
[sym__unannotated_type] = STATE(1034),
[sym_annotated_type] = STATE(944),
[sym_scoped_type_identifier] = STATE(947),
[sym_generic_type] = STATE(962),
[sym_array_type] = STATE(844),
[sym_integral_type] = STATE(844),
[sym_floating_point_type] = STATE(844),
[sym_formal_parameters] = STATE(1589),
[sym__reserved_identifier] = STATE(444),
[aux_sym_array_creation_expression_repeat1] = STATE(912),
[sym_identifier] = ACTIONS(559),
[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(758),
[anon_sym_PLUS] = ACTIONS(21),
[anon_sym_DASH] = ACTIONS(21),
[anon_sym_TILDE] = ACTIONS(23),
[anon_sym_BANG] = ACTIONS(23),
[anon_sym_PLUS_PLUS] = ACTIONS(25),
[anon_sym_DASH_DASH] = ACTIONS(25),
[anon_sym_new] = ACTIONS(27),
[anon_sym_switch] = ACTIONS(551),
[anon_sym_yield] = ACTIONS(576),
[anon_sym_AT] = ACTIONS(578),
[anon_sym_open] = ACTIONS(69),
[anon_sym_module] = ACTIONS(69),
[anon_sym_with] = ACTIONS(69),
[anon_sym_sealed] = ACTIONS(69),
[anon_sym_record] = ACTIONS(69),
[anon_sym_byte] = ACTIONS(87),
[anon_sym_short] = ACTIONS(87),
[anon_sym_int] = ACTIONS(87),
[anon_sym_long] = ACTIONS(87),
[anon_sym_char] = ACTIONS(87),
[anon_sym_float] = ACTIONS(89),
[anon_sym_double] = ACTIONS(89),
[sym_boolean_type] = ACTIONS(91),
[sym_void_type] = ACTIONS(91),
[sym_this] = ACTIONS(93),
[sym_super] = ACTIONS(95),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(185)] = {
[sym__literal] = STATE(593),
[sym_string_literal] = STATE(594),
[sym__string_literal] = STATE(550),
[sym__multiline_string_literal] = STATE(550),
[sym_expression] = STATE(881),
[sym_cast_expression] = STATE(709),
[sym_assignment_expression] = STATE(709),
[sym_binary_expression] = STATE(709),
[sym_instanceof_expression] = STATE(709),
[sym_lambda_expression] = STATE(709),
[sym_inferred_parameters] = STATE(1589),
[sym_ternary_expression] = STATE(709),
[sym_unary_expression] = STATE(709),
[sym__unary_complement_expression] = STATE(716),
[sym_update_expression] = STATE(709),
[sym_primary_expression] = STATE(562),
[sym_array_creation_expression] = STATE(593),
[sym_parenthesized_expression] = STATE(449),
[sym_class_literal] = STATE(593),
[sym_object_creation_expression] = STATE(593),
[sym__unqualified_object_creation_expression] = STATE(600),
[sym_field_access] = STATE(449),
[sym_template_expression] = STATE(593),
[sym_array_access] = STATE(449),
[sym_method_invocation] = STATE(593),
[sym_method_reference] = STATE(593),
[sym_switch_expression] = STATE(709),
[sym__annotation] = STATE(912),
[sym_marker_annotation] = STATE(912),
[sym_annotation] = STATE(912),
[sym__type] = STATE(1515),
[sym__unannotated_type] = STATE(1034),
[sym_annotated_type] = STATE(944),
[sym_scoped_type_identifier] = STATE(947),
[sym_generic_type] = STATE(962),
[sym_array_type] = STATE(844),
[sym_integral_type] = STATE(844),
[sym_floating_point_type] = STATE(844),
[sym_formal_parameters] = STATE(1589),
[sym__reserved_identifier] = STATE(444),
[aux_sym_array_creation_expression_repeat1] = STATE(912),
[sym_identifier] = ACTIONS(559),
[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(21),
[anon_sym_DASH] = ACTIONS(21),
[anon_sym_TILDE] = ACTIONS(23),
[anon_sym_BANG] = ACTIONS(23),
[anon_sym_PLUS_PLUS] = ACTIONS(25),
[anon_sym_DASH_DASH] = ACTIONS(25),
[anon_sym_new] = ACTIONS(27),
[anon_sym_switch] = ACTIONS(551),
[anon_sym_SEMI] = ACTIONS(760),
[anon_sym_yield] = ACTIONS(576),
[anon_sym_AT] = ACTIONS(578),
[anon_sym_open] = ACTIONS(69),
[anon_sym_module] = ACTIONS(69),
[anon_sym_with] = ACTIONS(69),
[anon_sym_sealed] = ACTIONS(69),
[anon_sym_record] = ACTIONS(69),
[anon_sym_byte] = ACTIONS(87),
[anon_sym_short] = ACTIONS(87),
[anon_sym_int] = ACTIONS(87),
[anon_sym_long] = ACTIONS(87),
[anon_sym_char] = ACTIONS(87),
[anon_sym_float] = ACTIONS(89),
[anon_sym_double] = ACTIONS(89),
[sym_boolean_type] = ACTIONS(91),
[sym_void_type] = ACTIONS(91),
[sym_this] = ACTIONS(93),
[sym_super] = ACTIONS(95),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(186)] = {
[sym__literal] = STATE(593),
[sym_string_literal] = STATE(594),
[sym__string_literal] = STATE(550),
[sym__multiline_string_literal] = STATE(550),
[sym_expression] = STATE(882),
[sym_cast_expression] = STATE(709),
[sym_assignment_expression] = STATE(709),
[sym_binary_expression] = STATE(709),
[sym_instanceof_expression] = STATE(709),
[sym_lambda_expression] = STATE(709),
[sym_inferred_parameters] = STATE(1589),
[sym_ternary_expression] = STATE(709),
[sym_unary_expression] = STATE(709),
[sym__unary_complement_expression] = STATE(716),
[sym_update_expression] = STATE(709),
[sym_primary_expression] = STATE(562),
[sym_array_creation_expression] = STATE(593),
[sym_parenthesized_expression] = STATE(449),
[sym_class_literal] = STATE(593),
[sym_object_creation_expression] = STATE(593),
[sym__unqualified_object_creation_expression] = STATE(600),
[sym_field_access] = STATE(449),
[sym_template_expression] = STATE(593),
[sym_array_access] = STATE(449),
[sym_method_invocation] = STATE(593),
[sym_method_reference] = STATE(593),
[sym_switch_expression] = STATE(709),
[sym__annotation] = STATE(912),
[sym_marker_annotation] = STATE(912),
[sym_annotation] = STATE(912),
[sym__type] = STATE(1515),
[sym__unannotated_type] = STATE(1034),
[sym_annotated_type] = STATE(944),
[sym_scoped_type_identifier] = STATE(947),
[sym_generic_type] = STATE(962),
[sym_array_type] = STATE(844),
[sym_integral_type] = STATE(844),
[sym_floating_point_type] = STATE(844),
[sym_formal_parameters] = STATE(1589),
[sym__reserved_identifier] = STATE(444),
[aux_sym_array_creation_expression_repeat1] = STATE(912),
[sym_identifier] = ACTIONS(559),
[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(21),
[anon_sym_DASH] = ACTIONS(21),
[anon_sym_TILDE] = ACTIONS(23),
[anon_sym_BANG] = ACTIONS(23),
[anon_sym_PLUS_PLUS] = ACTIONS(25),
[anon_sym_DASH_DASH] = ACTIONS(25),
[anon_sym_new] = ACTIONS(27),
[anon_sym_switch] = ACTIONS(551),
[anon_sym_SEMI] = ACTIONS(762),
[anon_sym_yield] = ACTIONS(576),
[anon_sym_AT] = ACTIONS(578),
[anon_sym_open] = ACTIONS(69),
[anon_sym_module] = ACTIONS(69),
[anon_sym_with] = ACTIONS(69),
[anon_sym_sealed] = ACTIONS(69),
[anon_sym_record] = ACTIONS(69),
[anon_sym_byte] = ACTIONS(87),
[anon_sym_short] = ACTIONS(87),
[anon_sym_int] = ACTIONS(87),
[anon_sym_long] = ACTIONS(87),
[anon_sym_char] = ACTIONS(87),
[anon_sym_float] = ACTIONS(89),
[anon_sym_double] = ACTIONS(89),
[sym_boolean_type] = ACTIONS(91),
[sym_void_type] = ACTIONS(91),
[sym_this] = ACTIONS(93),
[sym_super] = ACTIONS(95),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(187)] = {
[sym__literal] = STATE(593),
[sym_string_literal] = STATE(594),
[sym__string_literal] = STATE(550),
[sym__multiline_string_literal] = STATE(550),
[sym_expression] = STATE(883),
[sym_cast_expression] = STATE(709),
[sym_assignment_expression] = STATE(709),
[sym_binary_expression] = STATE(709),
[sym_instanceof_expression] = STATE(709),
[sym_lambda_expression] = STATE(709),
[sym_inferred_parameters] = STATE(1589),
[sym_ternary_expression] = STATE(709),
[sym_unary_expression] = STATE(709),
[sym__unary_complement_expression] = STATE(716),
[sym_update_expression] = STATE(709),
[sym_primary_expression] = STATE(562),
[sym_array_creation_expression] = STATE(593),
[sym_parenthesized_expression] = STATE(449),
[sym_class_literal] = STATE(593),
[sym_object_creation_expression] = STATE(593),
[sym__unqualified_object_creation_expression] = STATE(600),
[sym_field_access] = STATE(449),
[sym_template_expression] = STATE(593),
[sym_array_access] = STATE(449),
[sym_method_invocation] = STATE(593),
[sym_method_reference] = STATE(593),
[sym_switch_expression] = STATE(709),
[sym__annotation] = STATE(912),
[sym_marker_annotation] = STATE(912),
[sym_annotation] = STATE(912),
[sym__type] = STATE(1515),
[sym__unannotated_type] = STATE(1034),
[sym_annotated_type] = STATE(944),
[sym_scoped_type_identifier] = STATE(947),
[sym_generic_type] = STATE(962),
[sym_array_type] = STATE(844),
[sym_integral_type] = STATE(844),
[sym_floating_point_type] = STATE(844),
[sym_formal_parameters] = STATE(1589),
[sym__reserved_identifier] = STATE(444),
[aux_sym_array_creation_expression_repeat1] = STATE(912),
[sym_identifier] = ACTIONS(559),
[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(21),
[anon_sym_DASH] = ACTIONS(21),
[anon_sym_TILDE] = ACTIONS(23),
[anon_sym_BANG] = ACTIONS(23),
[anon_sym_PLUS_PLUS] = ACTIONS(25),
[anon_sym_DASH_DASH] = ACTIONS(25),
[anon_sym_new] = ACTIONS(27),
[anon_sym_switch] = ACTIONS(551),
[anon_sym_SEMI] = ACTIONS(764),
[anon_sym_yield] = ACTIONS(576),
[anon_sym_AT] = ACTIONS(578),
[anon_sym_open] = ACTIONS(69),
[anon_sym_module] = ACTIONS(69),
[anon_sym_with] = ACTIONS(69),
[anon_sym_sealed] = ACTIONS(69),
[anon_sym_record] = ACTIONS(69),
[anon_sym_byte] = ACTIONS(87),
[anon_sym_short] = ACTIONS(87),
[anon_sym_int] = ACTIONS(87),
[anon_sym_long] = ACTIONS(87),
[anon_sym_char] = ACTIONS(87),
[anon_sym_float] = ACTIONS(89),
[anon_sym_double] = ACTIONS(89),
[sym_boolean_type] = ACTIONS(91),
[sym_void_type] = ACTIONS(91),
[sym_this] = ACTIONS(93),
[sym_super] = ACTIONS(95),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(188)] = {
[sym__literal] = STATE(593),
[sym_string_literal] = STATE(594),
[sym__string_literal] = STATE(550),
[sym__multiline_string_literal] = STATE(550),
[sym_expression] = STATE(884),
[sym_cast_expression] = STATE(709),
[sym_assignment_expression] = STATE(709),
[sym_binary_expression] = STATE(709),
[sym_instanceof_expression] = STATE(709),
[sym_lambda_expression] = STATE(709),
[sym_inferred_parameters] = STATE(1589),
[sym_ternary_expression] = STATE(709),
[sym_unary_expression] = STATE(709),
[sym__unary_complement_expression] = STATE(716),
[sym_update_expression] = STATE(709),
[sym_primary_expression] = STATE(562),
[sym_array_creation_expression] = STATE(593),
[sym_parenthesized_expression] = STATE(449),
[sym_class_literal] = STATE(593),
[sym_object_creation_expression] = STATE(593),
[sym__unqualified_object_creation_expression] = STATE(600),
[sym_field_access] = STATE(449),
[sym_template_expression] = STATE(593),
[sym_array_access] = STATE(449),
[sym_method_invocation] = STATE(593),
[sym_method_reference] = STATE(593),
[sym_switch_expression] = STATE(709),
[sym__annotation] = STATE(912),
[sym_marker_annotation] = STATE(912),
[sym_annotation] = STATE(912),
[sym__type] = STATE(1515),
[sym__unannotated_type] = STATE(1034),
[sym_annotated_type] = STATE(944),
[sym_scoped_type_identifier] = STATE(947),
[sym_generic_type] = STATE(962),
[sym_array_type] = STATE(844),
[sym_integral_type] = STATE(844),
[sym_floating_point_type] = STATE(844),
[sym_formal_parameters] = STATE(1589),
[sym__reserved_identifier] = STATE(444),
[aux_sym_array_creation_expression_repeat1] = STATE(912),
[sym_identifier] = ACTIONS(559),
[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(21),
[anon_sym_DASH] = ACTIONS(21),
[anon_sym_TILDE] = ACTIONS(23),
[anon_sym_BANG] = ACTIONS(23),
[anon_sym_PLUS_PLUS] = ACTIONS(25),
[anon_sym_DASH_DASH] = ACTIONS(25),
[anon_sym_new] = ACTIONS(27),
[anon_sym_switch] = ACTIONS(551),
[anon_sym_SEMI] = ACTIONS(766),
[anon_sym_yield] = ACTIONS(576),
[anon_sym_AT] = ACTIONS(578),
[anon_sym_open] = ACTIONS(69),
[anon_sym_module] = ACTIONS(69),
[anon_sym_with] = ACTIONS(69),
[anon_sym_sealed] = ACTIONS(69),
[anon_sym_record] = ACTIONS(69),
[anon_sym_byte] = ACTIONS(87),
[anon_sym_short] = ACTIONS(87),
[anon_sym_int] = ACTIONS(87),
[anon_sym_long] = ACTIONS(87),
[anon_sym_char] = ACTIONS(87),
[anon_sym_float] = ACTIONS(89),
[anon_sym_double] = ACTIONS(89),
[sym_boolean_type] = ACTIONS(91),
[sym_void_type] = ACTIONS(91),
[sym_this] = ACTIONS(93),
[sym_super] = ACTIONS(95),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(189)] = {
[sym__literal] = STATE(593),
[sym_string_literal] = STATE(594),
[sym__string_literal] = STATE(550),
[sym__multiline_string_literal] = STATE(550),
[sym_expression] = STATE(869),
[sym_cast_expression] = STATE(709),
[sym_assignment_expression] = STATE(709),
[sym_binary_expression] = STATE(709),
[sym_instanceof_expression] = STATE(709),
[sym_lambda_expression] = STATE(709),
[sym_inferred_parameters] = STATE(1589),
[sym_ternary_expression] = STATE(709),
[sym_unary_expression] = STATE(709),
[sym__unary_complement_expression] = STATE(716),
[sym_update_expression] = STATE(709),
[sym_primary_expression] = STATE(562),
[sym_array_creation_expression] = STATE(593),
[sym_parenthesized_expression] = STATE(449),
[sym_class_literal] = STATE(593),
[sym_object_creation_expression] = STATE(593),
[sym__unqualified_object_creation_expression] = STATE(600),
[sym_field_access] = STATE(449),
[sym_template_expression] = STATE(593),
[sym_array_access] = STATE(449),
[sym_method_invocation] = STATE(593),
[sym_method_reference] = STATE(593),
[sym_switch_expression] = STATE(709),
[sym__annotation] = STATE(912),
[sym_marker_annotation] = STATE(912),
[sym_annotation] = STATE(912),
[sym__type] = STATE(1515),
[sym__unannotated_type] = STATE(1034),
[sym_annotated_type] = STATE(944),
[sym_scoped_type_identifier] = STATE(947),
[sym_generic_type] = STATE(962),
[sym_array_type] = STATE(844),
[sym_integral_type] = STATE(844),
[sym_floating_point_type] = STATE(844),
[sym_formal_parameters] = STATE(1589),
[sym__reserved_identifier] = STATE(444),
[aux_sym_array_creation_expression_repeat1] = STATE(912),
[sym_identifier] = ACTIONS(559),
[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(21),
[anon_sym_DASH] = ACTIONS(21),
[anon_sym_TILDE] = ACTIONS(23),
[anon_sym_BANG] = ACTIONS(23),
[anon_sym_PLUS_PLUS] = ACTIONS(25),
[anon_sym_DASH_DASH] = ACTIONS(25),
[anon_sym_new] = ACTIONS(27),
[anon_sym_RBRACK] = ACTIONS(768),
[anon_sym_switch] = ACTIONS(551),
[anon_sym_yield] = ACTIONS(576),
[anon_sym_AT] = ACTIONS(578),
[anon_sym_open] = ACTIONS(69),
[anon_sym_module] = ACTIONS(69),
[anon_sym_with] = ACTIONS(69),
[anon_sym_sealed] = ACTIONS(69),
[anon_sym_record] = ACTIONS(69),
[anon_sym_byte] = ACTIONS(87),
[anon_sym_short] = ACTIONS(87),
[anon_sym_int] = ACTIONS(87),
[anon_sym_long] = ACTIONS(87),
[anon_sym_char] = ACTIONS(87),
[anon_sym_float] = ACTIONS(89),
[anon_sym_double] = ACTIONS(89),
[sym_boolean_type] = ACTIONS(91),
[sym_void_type] = ACTIONS(91),
[sym_this] = ACTIONS(93),
[sym_super] = ACTIONS(95),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(190)] = {
[sym__literal] = STATE(593),
[sym_string_literal] = STATE(594),
[sym__string_literal] = STATE(550),
[sym__multiline_string_literal] = STATE(550),
[sym_expression] = STATE(885),
[sym_cast_expression] = STATE(709),
[sym_assignment_expression] = STATE(709),
[sym_binary_expression] = STATE(709),
[sym_instanceof_expression] = STATE(709),
[sym_lambda_expression] = STATE(709),
[sym_inferred_parameters] = STATE(1589),
[sym_ternary_expression] = STATE(709),
[sym_unary_expression] = STATE(709),
[sym__unary_complement_expression] = STATE(716),
[sym_update_expression] = STATE(709),
[sym_primary_expression] = STATE(562),
[sym_array_creation_expression] = STATE(593),
[sym_parenthesized_expression] = STATE(449),
[sym_class_literal] = STATE(593),
[sym_object_creation_expression] = STATE(593),
[sym__unqualified_object_creation_expression] = STATE(600),
[sym_field_access] = STATE(449),
[sym_template_expression] = STATE(593),
[sym_array_access] = STATE(449),
[sym_method_invocation] = STATE(593),
[sym_method_reference] = STATE(593),
[sym_switch_expression] = STATE(709),
[sym__annotation] = STATE(912),
[sym_marker_annotation] = STATE(912),
[sym_annotation] = STATE(912),
[sym__type] = STATE(1515),
[sym__unannotated_type] = STATE(1034),
[sym_annotated_type] = STATE(944),
[sym_scoped_type_identifier] = STATE(947),
[sym_generic_type] = STATE(962),
[sym_array_type] = STATE(844),
[sym_integral_type] = STATE(844),
[sym_floating_point_type] = STATE(844),
[sym_formal_parameters] = STATE(1589),
[sym__reserved_identifier] = STATE(444),
[aux_sym_array_creation_expression_repeat1] = STATE(912),
[sym_identifier] = ACTIONS(559),
[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(21),
[anon_sym_DASH] = ACTIONS(21),
[anon_sym_TILDE] = ACTIONS(23),
[anon_sym_BANG] = ACTIONS(23),
[anon_sym_PLUS_PLUS] = ACTIONS(25),
[anon_sym_DASH_DASH] = ACTIONS(25),
[anon_sym_new] = ACTIONS(27),
[anon_sym_switch] = ACTIONS(551),
[anon_sym_SEMI] = ACTIONS(770),
[anon_sym_yield] = ACTIONS(576),
[anon_sym_AT] = ACTIONS(578),
[anon_sym_open] = ACTIONS(69),
[anon_sym_module] = ACTIONS(69),
[anon_sym_with] = ACTIONS(69),
[anon_sym_sealed] = ACTIONS(69),
[anon_sym_record] = ACTIONS(69),
[anon_sym_byte] = ACTIONS(87),
[anon_sym_short] = ACTIONS(87),
[anon_sym_int] = ACTIONS(87),
[anon_sym_long] = ACTIONS(87),
[anon_sym_char] = ACTIONS(87),
[anon_sym_float] = ACTIONS(89),
[anon_sym_double] = ACTIONS(89),
[sym_boolean_type] = ACTIONS(91),
[sym_void_type] = ACTIONS(91),
[sym_this] = ACTIONS(93),
[sym_super] = ACTIONS(95),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(191)] = {
[sym__literal] = STATE(593),
[sym_string_literal] = STATE(594),
[sym__string_literal] = STATE(550),
[sym__multiline_string_literal] = STATE(550),
[sym_expression] = STATE(886),
[sym_cast_expression] = STATE(709),
[sym_assignment_expression] = STATE(709),
[sym_binary_expression] = STATE(709),
[sym_instanceof_expression] = STATE(709),
[sym_lambda_expression] = STATE(709),
[sym_inferred_parameters] = STATE(1589),
[sym_ternary_expression] = STATE(709),
[sym_unary_expression] = STATE(709),
[sym__unary_complement_expression] = STATE(716),
[sym_update_expression] = STATE(709),
[sym_primary_expression] = STATE(562),
[sym_array_creation_expression] = STATE(593),
[sym_parenthesized_expression] = STATE(449),
[sym_class_literal] = STATE(593),
[sym_object_creation_expression] = STATE(593),
[sym__unqualified_object_creation_expression] = STATE(600),
[sym_field_access] = STATE(449),
[sym_template_expression] = STATE(593),
[sym_array_access] = STATE(449),
[sym_method_invocation] = STATE(593),
[sym_method_reference] = STATE(593),
[sym_switch_expression] = STATE(709),
[sym__annotation] = STATE(912),
[sym_marker_annotation] = STATE(912),
[sym_annotation] = STATE(912),
[sym__type] = STATE(1515),
[sym__unannotated_type] = STATE(1034),
[sym_annotated_type] = STATE(944),
[sym_scoped_type_identifier] = STATE(947),
[sym_generic_type] = STATE(962),
[sym_array_type] = STATE(844),
[sym_integral_type] = STATE(844),
[sym_floating_point_type] = STATE(844),
[sym_formal_parameters] = STATE(1589),
[sym__reserved_identifier] = STATE(444),
[aux_sym_array_creation_expression_repeat1] = STATE(912),
[sym_identifier] = ACTIONS(559),
[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(21),
[anon_sym_DASH] = ACTIONS(21),
[anon_sym_TILDE] = ACTIONS(23),
[anon_sym_BANG] = ACTIONS(23),
[anon_sym_PLUS_PLUS] = ACTIONS(25),
[anon_sym_DASH_DASH] = ACTIONS(25),
[anon_sym_new] = ACTIONS(27),
[anon_sym_switch] = ACTIONS(551),
[anon_sym_SEMI] = ACTIONS(772),
[anon_sym_yield] = ACTIONS(576),
[anon_sym_AT] = ACTIONS(578),
[anon_sym_open] = ACTIONS(69),
[anon_sym_module] = ACTIONS(69),
[anon_sym_with] = ACTIONS(69),
[anon_sym_sealed] = ACTIONS(69),
[anon_sym_record] = ACTIONS(69),
[anon_sym_byte] = ACTIONS(87),
[anon_sym_short] = ACTIONS(87),
[anon_sym_int] = ACTIONS(87),
[anon_sym_long] = ACTIONS(87),
[anon_sym_char] = ACTIONS(87),
[anon_sym_float] = ACTIONS(89),
[anon_sym_double] = ACTIONS(89),
[sym_boolean_type] = ACTIONS(91),
[sym_void_type] = ACTIONS(91),
[sym_this] = ACTIONS(93),
[sym_super] = ACTIONS(95),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(192)] = {
[sym__literal] = STATE(593),
[sym_string_literal] = STATE(594),
[sym__string_literal] = STATE(550),
[sym__multiline_string_literal] = STATE(550),
[sym_expression] = STATE(887),
[sym_cast_expression] = STATE(709),
[sym_assignment_expression] = STATE(709),
[sym_binary_expression] = STATE(709),
[sym_instanceof_expression] = STATE(709),
[sym_lambda_expression] = STATE(709),
[sym_inferred_parameters] = STATE(1589),
[sym_ternary_expression] = STATE(709),
[sym_unary_expression] = STATE(709),
[sym__unary_complement_expression] = STATE(716),
[sym_update_expression] = STATE(709),
[sym_primary_expression] = STATE(562),
[sym_array_creation_expression] = STATE(593),
[sym_parenthesized_expression] = STATE(449),
[sym_class_literal] = STATE(593),
[sym_object_creation_expression] = STATE(593),
[sym__unqualified_object_creation_expression] = STATE(600),
[sym_field_access] = STATE(449),
[sym_template_expression] = STATE(593),
[sym_array_access] = STATE(449),
[sym_method_invocation] = STATE(593),
[sym_method_reference] = STATE(593),
[sym_switch_expression] = STATE(709),
[sym__annotation] = STATE(912),
[sym_marker_annotation] = STATE(912),
[sym_annotation] = STATE(912),
[sym__type] = STATE(1515),
[sym__unannotated_type] = STATE(1034),
[sym_annotated_type] = STATE(944),
[sym_scoped_type_identifier] = STATE(947),
[sym_generic_type] = STATE(962),
[sym_array_type] = STATE(844),
[sym_integral_type] = STATE(844),
[sym_floating_point_type] = STATE(844),
[sym_formal_parameters] = STATE(1589),
[sym__reserved_identifier] = STATE(444),
[aux_sym_array_creation_expression_repeat1] = STATE(912),
[sym_identifier] = ACTIONS(559),
[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(21),
[anon_sym_DASH] = ACTIONS(21),
[anon_sym_TILDE] = ACTIONS(23),
[anon_sym_BANG] = ACTIONS(23),
[anon_sym_PLUS_PLUS] = ACTIONS(25),
[anon_sym_DASH_DASH] = ACTIONS(25),
[anon_sym_new] = ACTIONS(27),
[anon_sym_switch] = ACTIONS(551),
[anon_sym_SEMI] = ACTIONS(774),
[anon_sym_yield] = ACTIONS(576),
[anon_sym_AT] = ACTIONS(578),
[anon_sym_open] = ACTIONS(69),
[anon_sym_module] = ACTIONS(69),
[anon_sym_with] = ACTIONS(69),
[anon_sym_sealed] = ACTIONS(69),
[anon_sym_record] = ACTIONS(69),
[anon_sym_byte] = ACTIONS(87),
[anon_sym_short] = ACTIONS(87),
[anon_sym_int] = ACTIONS(87),
[anon_sym_long] = ACTIONS(87),
[anon_sym_char] = ACTIONS(87),
[anon_sym_float] = ACTIONS(89),
[anon_sym_double] = ACTIONS(89),
[sym_boolean_type] = ACTIONS(91),
[sym_void_type] = ACTIONS(91),
[sym_this] = ACTIONS(93),
[sym_super] = ACTIONS(95),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(193)] = {
[sym__literal] = STATE(593),
[sym_string_literal] = STATE(594),
[sym__string_literal] = STATE(550),
[sym__multiline_string_literal] = STATE(550),
[sym_expression] = STATE(888),
[sym_cast_expression] = STATE(709),
[sym_assignment_expression] = STATE(709),
[sym_binary_expression] = STATE(709),
[sym_instanceof_expression] = STATE(709),
[sym_lambda_expression] = STATE(709),
[sym_inferred_parameters] = STATE(1589),
[sym_ternary_expression] = STATE(709),
[sym_unary_expression] = STATE(709),
[sym__unary_complement_expression] = STATE(716),
[sym_update_expression] = STATE(709),
[sym_primary_expression] = STATE(562),
[sym_array_creation_expression] = STATE(593),
[sym_parenthesized_expression] = STATE(449),
[sym_class_literal] = STATE(593),
[sym_object_creation_expression] = STATE(593),
[sym__unqualified_object_creation_expression] = STATE(600),
[sym_field_access] = STATE(449),
[sym_template_expression] = STATE(593),
[sym_array_access] = STATE(449),
[sym_method_invocation] = STATE(593),
[sym_method_reference] = STATE(593),
[sym_switch_expression] = STATE(709),
[sym__annotation] = STATE(912),
[sym_marker_annotation] = STATE(912),
[sym_annotation] = STATE(912),
[sym__type] = STATE(1515),
[sym__unannotated_type] = STATE(1034),
[sym_annotated_type] = STATE(944),
[sym_scoped_type_identifier] = STATE(947),
[sym_generic_type] = STATE(962),
[sym_array_type] = STATE(844),
[sym_integral_type] = STATE(844),
[sym_floating_point_type] = STATE(844),
[sym_formal_parameters] = STATE(1589),
[sym__reserved_identifier] = STATE(444),
[aux_sym_array_creation_expression_repeat1] = STATE(912),
[sym_identifier] = ACTIONS(559),
[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(21),
[anon_sym_DASH] = ACTIONS(21),
[anon_sym_TILDE] = ACTIONS(23),
[anon_sym_BANG] = ACTIONS(23),
[anon_sym_PLUS_PLUS] = ACTIONS(25),
[anon_sym_DASH_DASH] = ACTIONS(25),
[anon_sym_new] = ACTIONS(27),
[anon_sym_switch] = ACTIONS(551),
[anon_sym_SEMI] = ACTIONS(776),
[anon_sym_yield] = ACTIONS(576),
[anon_sym_AT] = ACTIONS(578),
[anon_sym_open] = ACTIONS(69),
[anon_sym_module] = ACTIONS(69),
[anon_sym_with] = ACTIONS(69),
[anon_sym_sealed] = ACTIONS(69),
[anon_sym_record] = ACTIONS(69),
[anon_sym_byte] = ACTIONS(87),
[anon_sym_short] = ACTIONS(87),
[anon_sym_int] = ACTIONS(87),
[anon_sym_long] = ACTIONS(87),
[anon_sym_char] = ACTIONS(87),
[anon_sym_float] = ACTIONS(89),
[anon_sym_double] = ACTIONS(89),
[sym_boolean_type] = ACTIONS(91),
[sym_void_type] = ACTIONS(91),
[sym_this] = ACTIONS(93),
[sym_super] = ACTIONS(95),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(194)] = {
[sym__literal] = STATE(593),
[sym_string_literal] = STATE(594),
[sym__string_literal] = STATE(550),
[sym__multiline_string_literal] = STATE(550),
[sym_expression] = STATE(796),
[sym_cast_expression] = STATE(709),
[sym_assignment_expression] = STATE(709),
[sym_binary_expression] = STATE(709),
[sym_instanceof_expression] = STATE(709),
[sym_lambda_expression] = STATE(709),
[sym_inferred_parameters] = STATE(1589),
[sym_ternary_expression] = STATE(709),
[sym_unary_expression] = STATE(709),
[sym__unary_complement_expression] = STATE(716),
[sym_update_expression] = STATE(709),
[sym_primary_expression] = STATE(562),
[sym_array_creation_expression] = STATE(593),
[sym_parenthesized_expression] = STATE(449),
[sym_class_literal] = STATE(593),
[sym_object_creation_expression] = STATE(593),
[sym__unqualified_object_creation_expression] = STATE(600),
[sym_field_access] = STATE(449),
[sym_template_expression] = STATE(593),
[sym_array_access] = STATE(449),
[sym_method_invocation] = STATE(593),
[sym_method_reference] = STATE(593),
[sym_switch_expression] = STATE(709),
[sym__annotation] = STATE(912),
[sym_marker_annotation] = STATE(912),
[sym_annotation] = STATE(912),
[sym__type] = STATE(1515),
[sym__unannotated_type] = STATE(1034),
[sym_annotated_type] = STATE(944),
[sym_scoped_type_identifier] = STATE(947),
[sym_generic_type] = STATE(962),
[sym_array_type] = STATE(844),
[sym_integral_type] = STATE(844),
[sym_floating_point_type] = STATE(844),
[sym_formal_parameters] = STATE(1589),
[sym__reserved_identifier] = STATE(444),
[aux_sym_array_creation_expression_repeat1] = STATE(912),
[sym_identifier] = ACTIONS(559),
[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(778),
[anon_sym_PLUS] = ACTIONS(21),
[anon_sym_DASH] = ACTIONS(21),
[anon_sym_TILDE] = ACTIONS(23),
[anon_sym_BANG] = ACTIONS(23),
[anon_sym_PLUS_PLUS] = ACTIONS(25),
[anon_sym_DASH_DASH] = ACTIONS(25),
[anon_sym_new] = ACTIONS(27),
[anon_sym_switch] = ACTIONS(551),
[anon_sym_yield] = ACTIONS(576),
[anon_sym_AT] = ACTIONS(578),
[anon_sym_open] = ACTIONS(69),
[anon_sym_module] = ACTIONS(69),
[anon_sym_with] = ACTIONS(69),
[anon_sym_sealed] = ACTIONS(69),
[anon_sym_record] = ACTIONS(69),
[anon_sym_byte] = ACTIONS(87),
[anon_sym_short] = ACTIONS(87),
[anon_sym_int] = ACTIONS(87),
[anon_sym_long] = ACTIONS(87),
[anon_sym_char] = ACTIONS(87),
[anon_sym_float] = ACTIONS(89),
[anon_sym_double] = ACTIONS(89),
[sym_boolean_type] = ACTIONS(91),
[sym_void_type] = ACTIONS(91),
[sym_this] = ACTIONS(93),
[sym_super] = ACTIONS(95),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(195)] = {
[sym__literal] = STATE(593),
[sym_string_literal] = STATE(594),
[sym__string_literal] = STATE(550),
[sym__multiline_string_literal] = STATE(550),
[sym_expression] = STATE(800),
[sym_cast_expression] = STATE(709),
[sym_assignment_expression] = STATE(709),
[sym_binary_expression] = STATE(709),
[sym_instanceof_expression] = STATE(709),
[sym_lambda_expression] = STATE(709),
[sym_inferred_parameters] = STATE(1589),
[sym_ternary_expression] = STATE(709),
[sym_unary_expression] = STATE(709),
[sym__unary_complement_expression] = STATE(716),
[sym_update_expression] = STATE(709),
[sym_primary_expression] = STATE(562),
[sym_array_creation_expression] = STATE(593),
[sym_parenthesized_expression] = STATE(449),
[sym_class_literal] = STATE(593),
[sym_object_creation_expression] = STATE(593),
[sym__unqualified_object_creation_expression] = STATE(600),
[sym_field_access] = STATE(449),
[sym_template_expression] = STATE(593),
[sym_array_access] = STATE(449),
[sym_method_invocation] = STATE(593),
[sym_method_reference] = STATE(593),
[sym_switch_expression] = STATE(709),
[sym__annotation] = STATE(912),
[sym_marker_annotation] = STATE(912),
[sym_annotation] = STATE(912),
[sym__type] = STATE(1515),
[sym__unannotated_type] = STATE(1034),
[sym_annotated_type] = STATE(944),
[sym_scoped_type_identifier] = STATE(947),
[sym_generic_type] = STATE(962),
[sym_array_type] = STATE(844),
[sym_integral_type] = STATE(844),
[sym_floating_point_type] = STATE(844),
[sym_formal_parameters] = STATE(1589),
[sym__reserved_identifier] = STATE(444),
[aux_sym_array_creation_expression_repeat1] = STATE(912),
[sym_identifier] = ACTIONS(559),
[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(780),
[anon_sym_PLUS] = ACTIONS(21),
[anon_sym_DASH] = ACTIONS(21),
[anon_sym_TILDE] = ACTIONS(23),
[anon_sym_BANG] = ACTIONS(23),
[anon_sym_PLUS_PLUS] = ACTIONS(25),
[anon_sym_DASH_DASH] = ACTIONS(25),
[anon_sym_new] = ACTIONS(27),
[anon_sym_switch] = ACTIONS(551),
[anon_sym_yield] = ACTIONS(576),
[anon_sym_AT] = ACTIONS(578),
[anon_sym_open] = ACTIONS(69),
[anon_sym_module] = ACTIONS(69),
[anon_sym_with] = ACTIONS(69),
[anon_sym_sealed] = ACTIONS(69),
[anon_sym_record] = ACTIONS(69),
[anon_sym_byte] = ACTIONS(87),
[anon_sym_short] = ACTIONS(87),
[anon_sym_int] = ACTIONS(87),
[anon_sym_long] = ACTIONS(87),
[anon_sym_char] = ACTIONS(87),
[anon_sym_float] = ACTIONS(89),
[anon_sym_double] = ACTIONS(89),
[sym_boolean_type] = ACTIONS(91),
[sym_void_type] = ACTIONS(91),
[sym_this] = ACTIONS(93),
[sym_super] = ACTIONS(95),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(196)] = {
[sym__literal] = STATE(593),
[sym_string_literal] = STATE(594),
[sym__string_literal] = STATE(550),
[sym__multiline_string_literal] = STATE(550),
[sym_expression] = STATE(877),
[sym_cast_expression] = STATE(709),
[sym_assignment_expression] = STATE(709),
[sym_binary_expression] = STATE(709),
[sym_instanceof_expression] = STATE(709),
[sym_lambda_expression] = STATE(709),
[sym_inferred_parameters] = STATE(1589),
[sym_ternary_expression] = STATE(709),
[sym_unary_expression] = STATE(709),
[sym__unary_complement_expression] = STATE(716),
[sym_update_expression] = STATE(709),
[sym_primary_expression] = STATE(562),
[sym_array_creation_expression] = STATE(593),
[sym_parenthesized_expression] = STATE(449),
[sym_class_literal] = STATE(593),
[sym_object_creation_expression] = STATE(593),
[sym__unqualified_object_creation_expression] = STATE(600),
[sym_field_access] = STATE(449),
[sym_template_expression] = STATE(593),
[sym_array_access] = STATE(449),
[sym_method_invocation] = STATE(593),
[sym_method_reference] = STATE(593),
[sym_switch_expression] = STATE(709),
[sym__annotation] = STATE(912),
[sym_marker_annotation] = STATE(912),
[sym_annotation] = STATE(912),
[sym__type] = STATE(1515),
[sym__unannotated_type] = STATE(1034),
[sym_annotated_type] = STATE(944),
[sym_scoped_type_identifier] = STATE(947),
[sym_generic_type] = STATE(962),
[sym_array_type] = STATE(844),
[sym_integral_type] = STATE(844),
[sym_floating_point_type] = STATE(844),
[sym_formal_parameters] = STATE(1589),
[sym__reserved_identifier] = STATE(444),
[aux_sym_array_creation_expression_repeat1] = STATE(912),
[sym_identifier] = ACTIONS(559),
[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(21),
[anon_sym_DASH] = ACTIONS(21),
[anon_sym_TILDE] = ACTIONS(23),
[anon_sym_BANG] = ACTIONS(23),
[anon_sym_PLUS_PLUS] = ACTIONS(25),
[anon_sym_DASH_DASH] = ACTIONS(25),
[anon_sym_new] = ACTIONS(27),
[anon_sym_switch] = ACTIONS(551),
[anon_sym_yield] = ACTIONS(576),
[anon_sym_AT] = ACTIONS(578),
[anon_sym_open] = ACTIONS(69),
[anon_sym_module] = ACTIONS(69),
[anon_sym_with] = ACTIONS(69),
[anon_sym_sealed] = ACTIONS(69),
[anon_sym_record] = ACTIONS(69),
[anon_sym_byte] = ACTIONS(87),
[anon_sym_short] = ACTIONS(87),
[anon_sym_int] = ACTIONS(87),
[anon_sym_long] = ACTIONS(87),
[anon_sym_char] = ACTIONS(87),
[anon_sym_float] = ACTIONS(89),
[anon_sym_double] = ACTIONS(89),
[sym_boolean_type] = ACTIONS(91),
[sym_void_type] = ACTIONS(91),
[sym_this] = ACTIONS(93),
[sym_super] = ACTIONS(95),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(197)] = {
[sym__literal] = STATE(593),
[sym_string_literal] = STATE(594),
[sym__string_literal] = STATE(550),
[sym__multiline_string_literal] = STATE(550),
[sym_expression] = STATE(880),
[sym_cast_expression] = STATE(709),
[sym_assignment_expression] = STATE(709),
[sym_binary_expression] = STATE(709),
[sym_instanceof_expression] = STATE(709),
[sym_lambda_expression] = STATE(709),
[sym_inferred_parameters] = STATE(1589),
[sym_ternary_expression] = STATE(709),
[sym_unary_expression] = STATE(709),
[sym__unary_complement_expression] = STATE(716),
[sym_update_expression] = STATE(709),
[sym_primary_expression] = STATE(562),
[sym_array_creation_expression] = STATE(593),
[sym_parenthesized_expression] = STATE(449),
[sym_class_literal] = STATE(593),
[sym_object_creation_expression] = STATE(593),
[sym__unqualified_object_creation_expression] = STATE(600),
[sym_field_access] = STATE(449),
[sym_template_expression] = STATE(593),
[sym_array_access] = STATE(449),
[sym_method_invocation] = STATE(593),
[sym_method_reference] = STATE(593),
[sym_switch_expression] = STATE(709),
[sym__annotation] = STATE(912),
[sym_marker_annotation] = STATE(912),
[sym_annotation] = STATE(912),
[sym__type] = STATE(1515),
[sym__unannotated_type] = STATE(1034),
[sym_annotated_type] = STATE(944),
[sym_scoped_type_identifier] = STATE(947),
[sym_generic_type] = STATE(962),
[sym_array_type] = STATE(844),
[sym_integral_type] = STATE(844),
[sym_floating_point_type] = STATE(844),
[sym_formal_parameters] = STATE(1589),
[sym__reserved_identifier] = STATE(444),
[aux_sym_array_creation_expression_repeat1] = STATE(912),
[sym_identifier] = ACTIONS(559),
[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(21),
[anon_sym_DASH] = ACTIONS(21),
[anon_sym_TILDE] = ACTIONS(23),
[anon_sym_BANG] = ACTIONS(23),
[anon_sym_PLUS_PLUS] = ACTIONS(25),
[anon_sym_DASH_DASH] = ACTIONS(25),
[anon_sym_new] = ACTIONS(27),
[anon_sym_switch] = ACTIONS(551),
[anon_sym_yield] = ACTIONS(576),
[anon_sym_AT] = ACTIONS(578),
[anon_sym_open] = ACTIONS(69),
[anon_sym_module] = ACTIONS(69),
[anon_sym_with] = ACTIONS(69),
[anon_sym_sealed] = ACTIONS(69),
[anon_sym_record] = ACTIONS(69),
[anon_sym_byte] = ACTIONS(87),
[anon_sym_short] = ACTIONS(87),
[anon_sym_int] = ACTIONS(87),
[anon_sym_long] = ACTIONS(87),
[anon_sym_char] = ACTIONS(87),
[anon_sym_float] = ACTIONS(89),
[anon_sym_double] = ACTIONS(89),
[sym_boolean_type] = ACTIONS(91),
[sym_void_type] = ACTIONS(91),
[sym_this] = ACTIONS(93),
[sym_super] = ACTIONS(95),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(198)] = {
[sym__literal] = STATE(593),
[sym_string_literal] = STATE(594),
[sym__string_literal] = STATE(550),
[sym__multiline_string_literal] = STATE(550),
[sym_expression] = STATE(768),
[sym_cast_expression] = STATE(709),
[sym_assignment_expression] = STATE(709),
[sym_binary_expression] = STATE(709),
[sym_instanceof_expression] = STATE(709),
[sym_lambda_expression] = STATE(709),
[sym_inferred_parameters] = STATE(1513),
[sym_ternary_expression] = STATE(709),
[sym_unary_expression] = STATE(709),
[sym__unary_complement_expression] = STATE(716),
[sym_update_expression] = STATE(709),
[sym_primary_expression] = STATE(562),
[sym_array_creation_expression] = STATE(593),
[sym_parenthesized_expression] = STATE(478),
[sym_class_literal] = STATE(593),
[sym_object_creation_expression] = STATE(593),
[sym__unqualified_object_creation_expression] = STATE(600),
[sym_field_access] = STATE(478),
[sym_template_expression] = STATE(593),
[sym_array_access] = STATE(478),
[sym_method_invocation] = STATE(593),
[sym_method_reference] = STATE(593),
[sym_switch_expression] = STATE(709),
[sym__annotation] = STATE(912),
[sym_marker_annotation] = STATE(912),
[sym_annotation] = STATE(912),
[sym__type] = STATE(1515),
[sym__unannotated_type] = STATE(1034),
[sym_annotated_type] = STATE(944),
[sym_scoped_type_identifier] = STATE(947),
[sym_generic_type] = STATE(962),
[sym_array_type] = STATE(844),
[sym_integral_type] = STATE(844),
[sym_floating_point_type] = STATE(844),
[sym_formal_parameters] = STATE(1513),
[sym__reserved_identifier] = STATE(461),
[aux_sym_array_creation_expression_repeat1] = STATE(912),
[sym_identifier] = ACTIONS(690),
[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(614),
[anon_sym_PLUS] = ACTIONS(616),
[anon_sym_DASH] = ACTIONS(616),
[anon_sym_TILDE] = ACTIONS(618),
[anon_sym_BANG] = ACTIONS(618),
[anon_sym_PLUS_PLUS] = ACTIONS(25),
[anon_sym_DASH_DASH] = ACTIONS(25),
[anon_sym_new] = ACTIONS(27),
[anon_sym_switch] = ACTIONS(551),
[anon_sym_yield] = ACTIONS(576),
[anon_sym_AT] = ACTIONS(578),
[anon_sym_open] = ACTIONS(69),
[anon_sym_module] = ACTIONS(69),
[anon_sym_with] = ACTIONS(69),
[anon_sym_sealed] = ACTIONS(69),
[anon_sym_record] = ACTIONS(69),
[anon_sym_byte] = ACTIONS(87),
[anon_sym_short] = ACTIONS(87),
[anon_sym_int] = ACTIONS(87),
[anon_sym_long] = ACTIONS(87),
[anon_sym_char] = ACTIONS(87),
[anon_sym_float] = ACTIONS(89),
[anon_sym_double] = ACTIONS(89),
[sym_boolean_type] = ACTIONS(91),
[sym_void_type] = ACTIONS(91),
[sym_this] = ACTIONS(93),
[sym_super] = ACTIONS(95),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(199)] = {
[sym__literal] = STATE(593),
[sym_string_literal] = STATE(594),
[sym__string_literal] = STATE(550),
[sym__multiline_string_literal] = STATE(550),
[sym_expression] = STATE(769),
[sym_cast_expression] = STATE(709),
[sym_assignment_expression] = STATE(709),
[sym_binary_expression] = STATE(709),
[sym_instanceof_expression] = STATE(709),
[sym_lambda_expression] = STATE(709),
[sym_inferred_parameters] = STATE(1513),
[sym_ternary_expression] = STATE(709),
[sym_unary_expression] = STATE(709),
[sym__unary_complement_expression] = STATE(716),
[sym_update_expression] = STATE(709),
[sym_primary_expression] = STATE(562),
[sym_array_creation_expression] = STATE(593),
[sym_parenthesized_expression] = STATE(478),
[sym_class_literal] = STATE(593),
[sym_object_creation_expression] = STATE(593),
[sym__unqualified_object_creation_expression] = STATE(600),
[sym_field_access] = STATE(478),
[sym_template_expression] = STATE(593),
[sym_array_access] = STATE(478),
[sym_method_invocation] = STATE(593),
[sym_method_reference] = STATE(593),
[sym_switch_expression] = STATE(709),
[sym__annotation] = STATE(912),
[sym_marker_annotation] = STATE(912),
[sym_annotation] = STATE(912),
[sym__type] = STATE(1515),
[sym__unannotated_type] = STATE(1034),
[sym_annotated_type] = STATE(944),
[sym_scoped_type_identifier] = STATE(947),
[sym_generic_type] = STATE(962),
[sym_array_type] = STATE(844),
[sym_integral_type] = STATE(844),
[sym_floating_point_type] = STATE(844),
[sym_formal_parameters] = STATE(1513),
[sym__reserved_identifier] = STATE(461),
[aux_sym_array_creation_expression_repeat1] = STATE(912),
[sym_identifier] = ACTIONS(690),
[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(614),
[anon_sym_PLUS] = ACTIONS(616),
[anon_sym_DASH] = ACTIONS(616),
[anon_sym_TILDE] = ACTIONS(618),
[anon_sym_BANG] = ACTIONS(618),
[anon_sym_PLUS_PLUS] = ACTIONS(25),
[anon_sym_DASH_DASH] = ACTIONS(25),
[anon_sym_new] = ACTIONS(27),
[anon_sym_switch] = ACTIONS(551),
[anon_sym_yield] = ACTIONS(576),
[anon_sym_AT] = ACTIONS(578),
[anon_sym_open] = ACTIONS(69),
[anon_sym_module] = ACTIONS(69),
[anon_sym_with] = ACTIONS(69),
[anon_sym_sealed] = ACTIONS(69),
[anon_sym_record] = ACTIONS(69),
[anon_sym_byte] = ACTIONS(87),
[anon_sym_short] = ACTIONS(87),
[anon_sym_int] = ACTIONS(87),
[anon_sym_long] = ACTIONS(87),
[anon_sym_char] = ACTIONS(87),
[anon_sym_float] = ACTIONS(89),
[anon_sym_double] = ACTIONS(89),
[sym_boolean_type] = ACTIONS(91),
[sym_void_type] = ACTIONS(91),
[sym_this] = ACTIONS(93),
[sym_super] = ACTIONS(95),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(200)] = {
[sym__literal] = STATE(593),
[sym_string_literal] = STATE(594),
[sym__string_literal] = STATE(550),
[sym__multiline_string_literal] = STATE(550),
[sym_expression] = STATE(773),
[sym_cast_expression] = STATE(709),
[sym_assignment_expression] = STATE(709),
[sym_binary_expression] = STATE(709),
[sym_instanceof_expression] = STATE(709),
[sym_lambda_expression] = STATE(709),
[sym_inferred_parameters] = STATE(1513),
[sym_ternary_expression] = STATE(709),
[sym_unary_expression] = STATE(709),
[sym__unary_complement_expression] = STATE(716),
[sym_update_expression] = STATE(709),
[sym_primary_expression] = STATE(562),
[sym_array_creation_expression] = STATE(593),
[sym_parenthesized_expression] = STATE(478),
[sym_class_literal] = STATE(593),
[sym_object_creation_expression] = STATE(593),
[sym__unqualified_object_creation_expression] = STATE(600),
[sym_field_access] = STATE(478),
[sym_template_expression] = STATE(593),
[sym_array_access] = STATE(478),
[sym_method_invocation] = STATE(593),
[sym_method_reference] = STATE(593),
[sym_switch_expression] = STATE(709),
[sym__annotation] = STATE(912),
[sym_marker_annotation] = STATE(912),
[sym_annotation] = STATE(912),
[sym__type] = STATE(1515),
[sym__unannotated_type] = STATE(1034),
[sym_annotated_type] = STATE(944),
[sym_scoped_type_identifier] = STATE(947),
[sym_generic_type] = STATE(962),
[sym_array_type] = STATE(844),
[sym_integral_type] = STATE(844),
[sym_floating_point_type] = STATE(844),
[sym_formal_parameters] = STATE(1513),
[sym__reserved_identifier] = STATE(461),
[aux_sym_array_creation_expression_repeat1] = STATE(912),
[sym_identifier] = ACTIONS(690),
[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(614),
[anon_sym_PLUS] = ACTIONS(616),
[anon_sym_DASH] = ACTIONS(616),
[anon_sym_TILDE] = ACTIONS(618),
[anon_sym_BANG] = ACTIONS(618),
[anon_sym_PLUS_PLUS] = ACTIONS(25),
[anon_sym_DASH_DASH] = ACTIONS(25),
[anon_sym_new] = ACTIONS(27),
[anon_sym_switch] = ACTIONS(551),
[anon_sym_yield] = ACTIONS(576),
[anon_sym_AT] = ACTIONS(578),
[anon_sym_open] = ACTIONS(69),
[anon_sym_module] = ACTIONS(69),
[anon_sym_with] = ACTIONS(69),
[anon_sym_sealed] = ACTIONS(69),
[anon_sym_record] = ACTIONS(69),
[anon_sym_byte] = ACTIONS(87),
[anon_sym_short] = ACTIONS(87),
[anon_sym_int] = ACTIONS(87),
[anon_sym_long] = ACTIONS(87),
[anon_sym_char] = ACTIONS(87),
[anon_sym_float] = ACTIONS(89),
[anon_sym_double] = ACTIONS(89),
[sym_boolean_type] = ACTIONS(91),
[sym_void_type] = ACTIONS(91),
[sym_this] = ACTIONS(93),
[sym_super] = ACTIONS(95),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(201)] = {
[sym__literal] = STATE(593),
[sym_string_literal] = STATE(594),
[sym__string_literal] = STATE(550),
[sym__multiline_string_literal] = STATE(550),
[sym_expression] = STATE(756),
[sym_cast_expression] = STATE(709),
[sym_assignment_expression] = STATE(709),
[sym_binary_expression] = STATE(709),
[sym_instanceof_expression] = STATE(709),
[sym_lambda_expression] = STATE(709),
[sym_inferred_parameters] = STATE(1513),
[sym_ternary_expression] = STATE(709),
[sym_unary_expression] = STATE(709),
[sym__unary_complement_expression] = STATE(716),
[sym_update_expression] = STATE(709),
[sym_primary_expression] = STATE(562),
[sym_array_creation_expression] = STATE(593),
[sym_parenthesized_expression] = STATE(478),
[sym_class_literal] = STATE(593),
[sym_object_creation_expression] = STATE(593),
[sym__unqualified_object_creation_expression] = STATE(600),
[sym_field_access] = STATE(478),
[sym_template_expression] = STATE(593),
[sym_array_access] = STATE(478),
[sym_method_invocation] = STATE(593),
[sym_method_reference] = STATE(593),
[sym_switch_expression] = STATE(709),
[sym__annotation] = STATE(912),
[sym_marker_annotation] = STATE(912),
[sym_annotation] = STATE(912),
[sym__type] = STATE(1515),
[sym__unannotated_type] = STATE(1034),
[sym_annotated_type] = STATE(944),
[sym_scoped_type_identifier] = STATE(947),
[sym_generic_type] = STATE(962),
[sym_array_type] = STATE(844),
[sym_integral_type] = STATE(844),
[sym_floating_point_type] = STATE(844),
[sym_formal_parameters] = STATE(1513),
[sym__reserved_identifier] = STATE(461),
[aux_sym_array_creation_expression_repeat1] = STATE(912),
[sym_identifier] = ACTIONS(690),
[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(614),
[anon_sym_PLUS] = ACTIONS(616),
[anon_sym_DASH] = ACTIONS(616),
[anon_sym_TILDE] = ACTIONS(618),
[anon_sym_BANG] = ACTIONS(618),
[anon_sym_PLUS_PLUS] = ACTIONS(25),
[anon_sym_DASH_DASH] = ACTIONS(25),
[anon_sym_new] = ACTIONS(27),
[anon_sym_switch] = ACTIONS(551),
[anon_sym_yield] = ACTIONS(576),
[anon_sym_AT] = ACTIONS(578),
[anon_sym_open] = ACTIONS(69),
[anon_sym_module] = ACTIONS(69),
[anon_sym_with] = ACTIONS(69),
[anon_sym_sealed] = ACTIONS(69),
[anon_sym_record] = ACTIONS(69),
[anon_sym_byte] = ACTIONS(87),
[anon_sym_short] = ACTIONS(87),
[anon_sym_int] = ACTIONS(87),
[anon_sym_long] = ACTIONS(87),
[anon_sym_char] = ACTIONS(87),
[anon_sym_float] = ACTIONS(89),
[anon_sym_double] = ACTIONS(89),
[sym_boolean_type] = ACTIONS(91),
[sym_void_type] = ACTIONS(91),
[sym_this] = ACTIONS(93),
[sym_super] = ACTIONS(95),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(202)] = {
[sym__literal] = STATE(593),
[sym_string_literal] = STATE(594),
[sym__string_literal] = STATE(550),
[sym__multiline_string_literal] = STATE(550),
[sym_expression] = STATE(779),
[sym_cast_expression] = STATE(709),
[sym_assignment_expression] = STATE(709),
[sym_binary_expression] = STATE(709),
[sym_instanceof_expression] = STATE(709),
[sym_lambda_expression] = STATE(709),
[sym_inferred_parameters] = STATE(1513),
[sym_ternary_expression] = STATE(709),
[sym_unary_expression] = STATE(709),
[sym__unary_complement_expression] = STATE(716),
[sym_update_expression] = STATE(709),
[sym_primary_expression] = STATE(562),
[sym_array_creation_expression] = STATE(593),
[sym_parenthesized_expression] = STATE(478),
[sym_class_literal] = STATE(593),
[sym_object_creation_expression] = STATE(593),
[sym__unqualified_object_creation_expression] = STATE(600),
[sym_field_access] = STATE(478),
[sym_template_expression] = STATE(593),
[sym_array_access] = STATE(478),
[sym_method_invocation] = STATE(593),
[sym_method_reference] = STATE(593),
[sym_switch_expression] = STATE(709),
[sym__annotation] = STATE(912),
[sym_marker_annotation] = STATE(912),
[sym_annotation] = STATE(912),
[sym__type] = STATE(1515),
[sym__unannotated_type] = STATE(1034),
[sym_annotated_type] = STATE(944),
[sym_scoped_type_identifier] = STATE(947),
[sym_generic_type] = STATE(962),
[sym_array_type] = STATE(844),
[sym_integral_type] = STATE(844),
[sym_floating_point_type] = STATE(844),
[sym_formal_parameters] = STATE(1513),
[sym__reserved_identifier] = STATE(461),
[aux_sym_array_creation_expression_repeat1] = STATE(912),
[sym_identifier] = ACTIONS(690),
[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(614),
[anon_sym_PLUS] = ACTIONS(616),
[anon_sym_DASH] = ACTIONS(616),
[anon_sym_TILDE] = ACTIONS(618),
[anon_sym_BANG] = ACTIONS(618),
[anon_sym_PLUS_PLUS] = ACTIONS(25),
[anon_sym_DASH_DASH] = ACTIONS(25),
[anon_sym_new] = ACTIONS(27),
[anon_sym_switch] = ACTIONS(551),
[anon_sym_yield] = ACTIONS(576),
[anon_sym_AT] = ACTIONS(578),
[anon_sym_open] = ACTIONS(69),
[anon_sym_module] = ACTIONS(69),
[anon_sym_with] = ACTIONS(69),
[anon_sym_sealed] = ACTIONS(69),
[anon_sym_record] = ACTIONS(69),
[anon_sym_byte] = ACTIONS(87),
[anon_sym_short] = ACTIONS(87),
[anon_sym_int] = ACTIONS(87),
[anon_sym_long] = ACTIONS(87),
[anon_sym_char] = ACTIONS(87),
[anon_sym_float] = ACTIONS(89),
[anon_sym_double] = ACTIONS(89),
[sym_boolean_type] = ACTIONS(91),
[sym_void_type] = ACTIONS(91),
[sym_this] = ACTIONS(93),
[sym_super] = ACTIONS(95),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(203)] = {
[sym__literal] = STATE(593),
[sym_string_literal] = STATE(594),
[sym__string_literal] = STATE(550),
[sym__multiline_string_literal] = STATE(550),
[sym_expression] = STATE(758),
[sym_cast_expression] = STATE(709),
[sym_assignment_expression] = STATE(709),
[sym_binary_expression] = STATE(709),
[sym_instanceof_expression] = STATE(709),
[sym_lambda_expression] = STATE(709),
[sym_inferred_parameters] = STATE(1513),
[sym_ternary_expression] = STATE(709),
[sym_unary_expression] = STATE(709),
[sym__unary_complement_expression] = STATE(716),
[sym_update_expression] = STATE(709),
[sym_primary_expression] = STATE(562),
[sym_array_creation_expression] = STATE(593),
[sym_parenthesized_expression] = STATE(478),
[sym_class_literal] = STATE(593),
[sym_object_creation_expression] = STATE(593),
[sym__unqualified_object_creation_expression] = STATE(600),
[sym_field_access] = STATE(478),
[sym_template_expression] = STATE(593),
[sym_array_access] = STATE(478),
[sym_method_invocation] = STATE(593),
[sym_method_reference] = STATE(593),
[sym_switch_expression] = STATE(709),
[sym__annotation] = STATE(912),
[sym_marker_annotation] = STATE(912),
[sym_annotation] = STATE(912),
[sym__type] = STATE(1515),
[sym__unannotated_type] = STATE(1034),
[sym_annotated_type] = STATE(944),
[sym_scoped_type_identifier] = STATE(947),
[sym_generic_type] = STATE(962),
[sym_array_type] = STATE(844),
[sym_integral_type] = STATE(844),
[sym_floating_point_type] = STATE(844),
[sym_formal_parameters] = STATE(1513),
[sym__reserved_identifier] = STATE(461),
[aux_sym_array_creation_expression_repeat1] = STATE(912),
[sym_identifier] = ACTIONS(690),
[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(614),
[anon_sym_PLUS] = ACTIONS(616),
[anon_sym_DASH] = ACTIONS(616),
[anon_sym_TILDE] = ACTIONS(618),
[anon_sym_BANG] = ACTIONS(618),
[anon_sym_PLUS_PLUS] = ACTIONS(25),
[anon_sym_DASH_DASH] = ACTIONS(25),
[anon_sym_new] = ACTIONS(27),
[anon_sym_switch] = ACTIONS(551),
[anon_sym_yield] = ACTIONS(576),
[anon_sym_AT] = ACTIONS(578),
[anon_sym_open] = ACTIONS(69),
[anon_sym_module] = ACTIONS(69),
[anon_sym_with] = ACTIONS(69),
[anon_sym_sealed] = ACTIONS(69),
[anon_sym_record] = ACTIONS(69),
[anon_sym_byte] = ACTIONS(87),
[anon_sym_short] = ACTIONS(87),
[anon_sym_int] = ACTIONS(87),
[anon_sym_long] = ACTIONS(87),
[anon_sym_char] = ACTIONS(87),
[anon_sym_float] = ACTIONS(89),
[anon_sym_double] = ACTIONS(89),
[sym_boolean_type] = ACTIONS(91),
[sym_void_type] = ACTIONS(91),
[sym_this] = ACTIONS(93),
[sym_super] = ACTIONS(95),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(204)] = {
[sym__literal] = STATE(593),
[sym_string_literal] = STATE(594),
[sym__string_literal] = STATE(550),
[sym__multiline_string_literal] = STATE(550),
[sym_expression] = STATE(722),
[sym_cast_expression] = STATE(709),
[sym_assignment_expression] = STATE(709),
[sym_binary_expression] = STATE(709),
[sym_instanceof_expression] = STATE(709),
[sym_lambda_expression] = STATE(709),
[sym_inferred_parameters] = STATE(1513),
[sym_ternary_expression] = STATE(709),
[sym_unary_expression] = STATE(709),
[sym__unary_complement_expression] = STATE(716),
[sym_update_expression] = STATE(709),
[sym_primary_expression] = STATE(562),
[sym_array_creation_expression] = STATE(593),
[sym_parenthesized_expression] = STATE(478),
[sym_class_literal] = STATE(593),
[sym_object_creation_expression] = STATE(593),
[sym__unqualified_object_creation_expression] = STATE(600),
[sym_field_access] = STATE(478),
[sym_template_expression] = STATE(593),
[sym_array_access] = STATE(478),
[sym_method_invocation] = STATE(593),
[sym_method_reference] = STATE(593),
[sym_switch_expression] = STATE(709),
[sym__annotation] = STATE(912),
[sym_marker_annotation] = STATE(912),
[sym_annotation] = STATE(912),
[sym__type] = STATE(1515),
[sym__unannotated_type] = STATE(1034),
[sym_annotated_type] = STATE(944),
[sym_scoped_type_identifier] = STATE(947),
[sym_generic_type] = STATE(962),
[sym_array_type] = STATE(844),
[sym_integral_type] = STATE(844),
[sym_floating_point_type] = STATE(844),
[sym_formal_parameters] = STATE(1513),
[sym__reserved_identifier] = STATE(461),
[aux_sym_array_creation_expression_repeat1] = STATE(912),
[sym_identifier] = ACTIONS(690),
[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(614),
[anon_sym_PLUS] = ACTIONS(616),
[anon_sym_DASH] = ACTIONS(616),
[anon_sym_TILDE] = ACTIONS(618),
[anon_sym_BANG] = ACTIONS(618),
[anon_sym_PLUS_PLUS] = ACTIONS(25),
[anon_sym_DASH_DASH] = ACTIONS(25),
[anon_sym_new] = ACTIONS(27),
[anon_sym_switch] = ACTIONS(551),
[anon_sym_yield] = ACTIONS(576),
[anon_sym_AT] = ACTIONS(578),
[anon_sym_open] = ACTIONS(69),
[anon_sym_module] = ACTIONS(69),
[anon_sym_with] = ACTIONS(69),
[anon_sym_sealed] = ACTIONS(69),
[anon_sym_record] = ACTIONS(69),
[anon_sym_byte] = ACTIONS(87),
[anon_sym_short] = ACTIONS(87),
[anon_sym_int] = ACTIONS(87),
[anon_sym_long] = ACTIONS(87),
[anon_sym_char] = ACTIONS(87),
[anon_sym_float] = ACTIONS(89),
[anon_sym_double] = ACTIONS(89),
[sym_boolean_type] = ACTIONS(91),
[sym_void_type] = ACTIONS(91),
[sym_this] = ACTIONS(93),
[sym_super] = ACTIONS(95),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(205)] = {
[sym__literal] = STATE(593),
[sym_string_literal] = STATE(594),
[sym__string_literal] = STATE(550),
[sym__multiline_string_literal] = STATE(550),
[sym_expression] = STATE(762),
[sym_cast_expression] = STATE(709),
[sym_assignment_expression] = STATE(709),
[sym_binary_expression] = STATE(709),
[sym_instanceof_expression] = STATE(709),
[sym_lambda_expression] = STATE(709),
[sym_inferred_parameters] = STATE(1513),
[sym_ternary_expression] = STATE(709),
[sym_unary_expression] = STATE(709),
[sym__unary_complement_expression] = STATE(716),
[sym_update_expression] = STATE(709),
[sym_primary_expression] = STATE(562),
[sym_array_creation_expression] = STATE(593),
[sym_parenthesized_expression] = STATE(478),
[sym_class_literal] = STATE(593),
[sym_object_creation_expression] = STATE(593),
[sym__unqualified_object_creation_expression] = STATE(600),
[sym_field_access] = STATE(478),
[sym_template_expression] = STATE(593),
[sym_array_access] = STATE(478),
[sym_method_invocation] = STATE(593),
[sym_method_reference] = STATE(593),
[sym_switch_expression] = STATE(709),
[sym__annotation] = STATE(912),
[sym_marker_annotation] = STATE(912),
[sym_annotation] = STATE(912),
[sym__type] = STATE(1515),
[sym__unannotated_type] = STATE(1034),
[sym_annotated_type] = STATE(944),
[sym_scoped_type_identifier] = STATE(947),
[sym_generic_type] = STATE(962),
[sym_array_type] = STATE(844),
[sym_integral_type] = STATE(844),
[sym_floating_point_type] = STATE(844),
[sym_formal_parameters] = STATE(1513),
[sym__reserved_identifier] = STATE(461),
[aux_sym_array_creation_expression_repeat1] = STATE(912),
[sym_identifier] = ACTIONS(690),
[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(614),
[anon_sym_PLUS] = ACTIONS(616),
[anon_sym_DASH] = ACTIONS(616),
[anon_sym_TILDE] = ACTIONS(618),
[anon_sym_BANG] = ACTIONS(618),
[anon_sym_PLUS_PLUS] = ACTIONS(25),
[anon_sym_DASH_DASH] = ACTIONS(25),
[anon_sym_new] = ACTIONS(27),
[anon_sym_switch] = ACTIONS(551),
[anon_sym_yield] = ACTIONS(576),
[anon_sym_AT] = ACTIONS(578),
[anon_sym_open] = ACTIONS(69),
[anon_sym_module] = ACTIONS(69),
[anon_sym_with] = ACTIONS(69),
[anon_sym_sealed] = ACTIONS(69),
[anon_sym_record] = ACTIONS(69),
[anon_sym_byte] = ACTIONS(87),
[anon_sym_short] = ACTIONS(87),
[anon_sym_int] = ACTIONS(87),
[anon_sym_long] = ACTIONS(87),
[anon_sym_char] = ACTIONS(87),
[anon_sym_float] = ACTIONS(89),
[anon_sym_double] = ACTIONS(89),
[sym_boolean_type] = ACTIONS(91),
[sym_void_type] = ACTIONS(91),
[sym_this] = ACTIONS(93),
[sym_super] = ACTIONS(95),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(206)] = {
[sym__literal] = STATE(593),
[sym_string_literal] = STATE(594),
[sym__string_literal] = STATE(550),
[sym__multiline_string_literal] = STATE(550),
[sym_expression] = STATE(771),
[sym_cast_expression] = STATE(709),
[sym_assignment_expression] = STATE(709),
[sym_binary_expression] = STATE(709),
[sym_instanceof_expression] = STATE(709),
[sym_lambda_expression] = STATE(709),
[sym_inferred_parameters] = STATE(1513),
[sym_ternary_expression] = STATE(709),
[sym_unary_expression] = STATE(709),
[sym__unary_complement_expression] = STATE(716),
[sym_update_expression] = STATE(709),
[sym_primary_expression] = STATE(562),
[sym_array_creation_expression] = STATE(593),
[sym_parenthesized_expression] = STATE(478),
[sym_class_literal] = STATE(593),
[sym_object_creation_expression] = STATE(593),
[sym__unqualified_object_creation_expression] = STATE(600),
[sym_field_access] = STATE(478),
[sym_template_expression] = STATE(593),
[sym_array_access] = STATE(478),
[sym_method_invocation] = STATE(593),
[sym_method_reference] = STATE(593),
[sym_switch_expression] = STATE(709),
[sym__annotation] = STATE(912),
[sym_marker_annotation] = STATE(912),
[sym_annotation] = STATE(912),
[sym__type] = STATE(1515),
[sym__unannotated_type] = STATE(1034),
[sym_annotated_type] = STATE(944),
[sym_scoped_type_identifier] = STATE(947),
[sym_generic_type] = STATE(962),
[sym_array_type] = STATE(844),
[sym_integral_type] = STATE(844),
[sym_floating_point_type] = STATE(844),
[sym_formal_parameters] = STATE(1513),
[sym__reserved_identifier] = STATE(461),
[aux_sym_array_creation_expression_repeat1] = STATE(912),
[sym_identifier] = ACTIONS(690),
[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(614),
[anon_sym_PLUS] = ACTIONS(616),
[anon_sym_DASH] = ACTIONS(616),
[anon_sym_TILDE] = ACTIONS(618),
[anon_sym_BANG] = ACTIONS(618),
[anon_sym_PLUS_PLUS] = ACTIONS(25),
[anon_sym_DASH_DASH] = ACTIONS(25),
[anon_sym_new] = ACTIONS(27),
[anon_sym_switch] = ACTIONS(551),
[anon_sym_yield] = ACTIONS(576),
[anon_sym_AT] = ACTIONS(578),
[anon_sym_open] = ACTIONS(69),
[anon_sym_module] = ACTIONS(69),
[anon_sym_with] = ACTIONS(69),
[anon_sym_sealed] = ACTIONS(69),
[anon_sym_record] = ACTIONS(69),
[anon_sym_byte] = ACTIONS(87),
[anon_sym_short] = ACTIONS(87),
[anon_sym_int] = ACTIONS(87),
[anon_sym_long] = ACTIONS(87),
[anon_sym_char] = ACTIONS(87),
[anon_sym_float] = ACTIONS(89),
[anon_sym_double] = ACTIONS(89),
[sym_boolean_type] = ACTIONS(91),
[sym_void_type] = ACTIONS(91),
[sym_this] = ACTIONS(93),
[sym_super] = ACTIONS(95),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(207)] = {
[sym__literal] = STATE(593),
[sym_string_literal] = STATE(594),
[sym__string_literal] = STATE(550),
[sym__multiline_string_literal] = STATE(550),
[sym_expression] = STATE(772),
[sym_cast_expression] = STATE(709),
[sym_assignment_expression] = STATE(709),
[sym_binary_expression] = STATE(709),
[sym_instanceof_expression] = STATE(709),
[sym_lambda_expression] = STATE(709),
[sym_inferred_parameters] = STATE(1513),
[sym_ternary_expression] = STATE(709),
[sym_unary_expression] = STATE(709),
[sym__unary_complement_expression] = STATE(716),
[sym_update_expression] = STATE(709),
[sym_primary_expression] = STATE(562),
[sym_array_creation_expression] = STATE(593),
[sym_parenthesized_expression] = STATE(478),
[sym_class_literal] = STATE(593),
[sym_object_creation_expression] = STATE(593),
[sym__unqualified_object_creation_expression] = STATE(600),
[sym_field_access] = STATE(478),
[sym_template_expression] = STATE(593),
[sym_array_access] = STATE(478),
[sym_method_invocation] = STATE(593),
[sym_method_reference] = STATE(593),
[sym_switch_expression] = STATE(709),
[sym__annotation] = STATE(912),
[sym_marker_annotation] = STATE(912),
[sym_annotation] = STATE(912),
[sym__type] = STATE(1515),
[sym__unannotated_type] = STATE(1034),
[sym_annotated_type] = STATE(944),
[sym_scoped_type_identifier] = STATE(947),
[sym_generic_type] = STATE(962),
[sym_array_type] = STATE(844),
[sym_integral_type] = STATE(844),
[sym_floating_point_type] = STATE(844),
[sym_formal_parameters] = STATE(1513),
[sym__reserved_identifier] = STATE(461),
[aux_sym_array_creation_expression_repeat1] = STATE(912),
[sym_identifier] = ACTIONS(690),
[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(614),
[anon_sym_PLUS] = ACTIONS(616),
[anon_sym_DASH] = ACTIONS(616),
[anon_sym_TILDE] = ACTIONS(618),
[anon_sym_BANG] = ACTIONS(618),
[anon_sym_PLUS_PLUS] = ACTIONS(25),
[anon_sym_DASH_DASH] = ACTIONS(25),
[anon_sym_new] = ACTIONS(27),
[anon_sym_switch] = ACTIONS(551),
[anon_sym_yield] = ACTIONS(576),
[anon_sym_AT] = ACTIONS(578),
[anon_sym_open] = ACTIONS(69),
[anon_sym_module] = ACTIONS(69),
[anon_sym_with] = ACTIONS(69),
[anon_sym_sealed] = ACTIONS(69),
[anon_sym_record] = ACTIONS(69),
[anon_sym_byte] = ACTIONS(87),
[anon_sym_short] = ACTIONS(87),
[anon_sym_int] = ACTIONS(87),
[anon_sym_long] = ACTIONS(87),
[anon_sym_char] = ACTIONS(87),
[anon_sym_float] = ACTIONS(89),
[anon_sym_double] = ACTIONS(89),
[sym_boolean_type] = ACTIONS(91),
[sym_void_type] = ACTIONS(91),
[sym_this] = ACTIONS(93),
[sym_super] = ACTIONS(95),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(208)] = {
[sym__literal] = STATE(593),
[sym_string_literal] = STATE(594),
[sym__string_literal] = STATE(550),
[sym__multiline_string_literal] = STATE(550),
[sym_expression] = STATE(707),
[sym_cast_expression] = STATE(710),
[sym_assignment_expression] = STATE(709),
[sym_binary_expression] = STATE(709),
[sym_instanceof_expression] = STATE(709),
[sym_lambda_expression] = STATE(710),
[sym_inferred_parameters] = STATE(1513),
[sym_ternary_expression] = STATE(709),
[sym_unary_expression] = STATE(709),
[sym__unary_complement_expression] = STATE(721),
[sym_update_expression] = STATE(709),
[sym_primary_expression] = STATE(573),
[sym_array_creation_expression] = STATE(593),
[sym_parenthesized_expression] = STATE(478),
[sym_class_literal] = STATE(593),
[sym_object_creation_expression] = STATE(593),
[sym__unqualified_object_creation_expression] = STATE(600),
[sym_field_access] = STATE(478),
[sym_template_expression] = STATE(593),
[sym_array_access] = STATE(478),
[sym_method_invocation] = STATE(593),
[sym_method_reference] = STATE(593),
[sym_switch_expression] = STATE(710),
[sym__annotation] = STATE(912),
[sym_marker_annotation] = STATE(912),
[sym_annotation] = STATE(912),
[sym__type] = STATE(1515),
[sym__unannotated_type] = STATE(1034),
[sym_annotated_type] = STATE(944),
[sym_scoped_type_identifier] = STATE(947),
[sym_generic_type] = STATE(962),
[sym_array_type] = STATE(844),
[sym_integral_type] = STATE(844),
[sym_floating_point_type] = STATE(844),
[sym_formal_parameters] = STATE(1513),
[sym__reserved_identifier] = STATE(461),
[aux_sym_array_creation_expression_repeat1] = STATE(912),
[sym_identifier] = ACTIONS(690),
[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(614),
[anon_sym_PLUS] = ACTIONS(616),
[anon_sym_DASH] = ACTIONS(616),
[anon_sym_TILDE] = ACTIONS(618),
[anon_sym_BANG] = ACTIONS(618),
[anon_sym_PLUS_PLUS] = ACTIONS(25),
[anon_sym_DASH_DASH] = ACTIONS(25),
[anon_sym_new] = ACTIONS(27),
[anon_sym_switch] = ACTIONS(551),
[anon_sym_yield] = ACTIONS(576),
[anon_sym_AT] = ACTIONS(578),
[anon_sym_open] = ACTIONS(69),
[anon_sym_module] = ACTIONS(69),
[anon_sym_with] = ACTIONS(69),
[anon_sym_sealed] = ACTIONS(69),
[anon_sym_record] = ACTIONS(69),
[anon_sym_byte] = ACTIONS(87),
[anon_sym_short] = ACTIONS(87),
[anon_sym_int] = ACTIONS(87),
[anon_sym_long] = ACTIONS(87),
[anon_sym_char] = ACTIONS(87),
[anon_sym_float] = ACTIONS(89),
[anon_sym_double] = ACTIONS(89),
[sym_boolean_type] = ACTIONS(91),
[sym_void_type] = ACTIONS(91),
[sym_this] = ACTIONS(93),
[sym_super] = ACTIONS(95),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(209)] = {
[sym__literal] = STATE(593),
[sym_string_literal] = STATE(594),
[sym__string_literal] = STATE(550),
[sym__multiline_string_literal] = STATE(550),
[sym_expression] = STATE(759),
[sym_cast_expression] = STATE(709),
[sym_assignment_expression] = STATE(709),
[sym_binary_expression] = STATE(709),
[sym_instanceof_expression] = STATE(709),
[sym_lambda_expression] = STATE(709),
[sym_inferred_parameters] = STATE(1513),
[sym_ternary_expression] = STATE(709),
[sym_unary_expression] = STATE(709),
[sym__unary_complement_expression] = STATE(716),
[sym_update_expression] = STATE(709),
[sym_primary_expression] = STATE(562),
[sym_array_creation_expression] = STATE(593),
[sym_parenthesized_expression] = STATE(478),
[sym_class_literal] = STATE(593),
[sym_object_creation_expression] = STATE(593),
[sym__unqualified_object_creation_expression] = STATE(600),
[sym_field_access] = STATE(478),
[sym_template_expression] = STATE(593),
[sym_array_access] = STATE(478),
[sym_method_invocation] = STATE(593),
[sym_method_reference] = STATE(593),
[sym_switch_expression] = STATE(709),
[sym__annotation] = STATE(912),
[sym_marker_annotation] = STATE(912),
[sym_annotation] = STATE(912),
[sym__type] = STATE(1515),
[sym__unannotated_type] = STATE(1034),
[sym_annotated_type] = STATE(944),
[sym_scoped_type_identifier] = STATE(947),
[sym_generic_type] = STATE(962),
[sym_array_type] = STATE(844),
[sym_integral_type] = STATE(844),
[sym_floating_point_type] = STATE(844),
[sym_formal_parameters] = STATE(1513),
[sym__reserved_identifier] = STATE(461),
[aux_sym_array_creation_expression_repeat1] = STATE(912),
[sym_identifier] = ACTIONS(690),
[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(614),
[anon_sym_PLUS] = ACTIONS(616),
[anon_sym_DASH] = ACTIONS(616),
[anon_sym_TILDE] = ACTIONS(618),
[anon_sym_BANG] = ACTIONS(618),
[anon_sym_PLUS_PLUS] = ACTIONS(25),
[anon_sym_DASH_DASH] = ACTIONS(25),
[anon_sym_new] = ACTIONS(27),
[anon_sym_switch] = ACTIONS(551),
[anon_sym_yield] = ACTIONS(576),
[anon_sym_AT] = ACTIONS(578),
[anon_sym_open] = ACTIONS(69),
[anon_sym_module] = ACTIONS(69),
[anon_sym_with] = ACTIONS(69),
[anon_sym_sealed] = ACTIONS(69),
[anon_sym_record] = ACTIONS(69),
[anon_sym_byte] = ACTIONS(87),
[anon_sym_short] = ACTIONS(87),
[anon_sym_int] = ACTIONS(87),
[anon_sym_long] = ACTIONS(87),
[anon_sym_char] = ACTIONS(87),
[anon_sym_float] = ACTIONS(89),
[anon_sym_double] = ACTIONS(89),
[sym_boolean_type] = ACTIONS(91),
[sym_void_type] = ACTIONS(91),
[sym_this] = ACTIONS(93),
[sym_super] = ACTIONS(95),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(210)] = {
[sym__literal] = STATE(593),
[sym_string_literal] = STATE(594),
[sym__string_literal] = STATE(550),
[sym__multiline_string_literal] = STATE(550),
[sym_expression] = STATE(905),
[sym_cast_expression] = STATE(777),
[sym_assignment_expression] = STATE(709),
[sym_binary_expression] = STATE(777),
[sym_instanceof_expression] = STATE(777),
[sym_lambda_expression] = STATE(709),
[sym_inferred_parameters] = STATE(1589),
[sym_ternary_expression] = STATE(777),
[sym_unary_expression] = STATE(777),
[sym__unary_complement_expression] = STATE(716),
[sym_update_expression] = STATE(709),
[sym_primary_expression] = STATE(696),
[sym_array_creation_expression] = STATE(593),
[sym_parenthesized_expression] = STATE(449),
[sym_class_literal] = STATE(593),
[sym_object_creation_expression] = STATE(593),
[sym__unqualified_object_creation_expression] = STATE(600),
[sym_field_access] = STATE(449),
[sym_template_expression] = STATE(593),
[sym_array_access] = STATE(449),
[sym_method_invocation] = STATE(593),
[sym_method_reference] = STATE(593),
[sym_switch_expression] = STATE(709),
[sym__annotation] = STATE(912),
[sym_marker_annotation] = STATE(912),
[sym_annotation] = STATE(912),
[sym__type] = STATE(1515),
[sym__unannotated_type] = STATE(1034),
[sym_annotated_type] = STATE(944),
[sym_scoped_type_identifier] = STATE(947),
[sym_generic_type] = STATE(962),
[sym_array_type] = STATE(844),
[sym_integral_type] = STATE(844),
[sym_floating_point_type] = STATE(844),
[sym_formal_parameters] = STATE(1589),
[sym__reserved_identifier] = STATE(444),
[aux_sym_array_creation_expression_repeat1] = STATE(912),
[sym_identifier] = ACTIONS(559),
[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(21),
[anon_sym_DASH] = ACTIONS(21),
[anon_sym_TILDE] = ACTIONS(23),
[anon_sym_BANG] = ACTIONS(23),
[anon_sym_PLUS_PLUS] = ACTIONS(25),
[anon_sym_DASH_DASH] = ACTIONS(25),
[anon_sym_new] = ACTIONS(27),
[anon_sym_switch] = ACTIONS(551),
[anon_sym_yield] = ACTIONS(576),
[anon_sym_AT] = ACTIONS(578),
[anon_sym_open] = ACTIONS(69),
[anon_sym_module] = ACTIONS(69),
[anon_sym_with] = ACTIONS(69),
[anon_sym_sealed] = ACTIONS(69),
[anon_sym_record] = ACTIONS(69),
[anon_sym_byte] = ACTIONS(87),
[anon_sym_short] = ACTIONS(87),
[anon_sym_int] = ACTIONS(87),
[anon_sym_long] = ACTIONS(87),
[anon_sym_char] = ACTIONS(87),
[anon_sym_float] = ACTIONS(89),
[anon_sym_double] = ACTIONS(89),
[sym_boolean_type] = ACTIONS(91),
[sym_void_type] = ACTIONS(91),
[sym_this] = ACTIONS(93),
[sym_super] = ACTIONS(95),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(211)] = {
[sym__literal] = STATE(593),
[sym_string_literal] = STATE(594),
[sym__string_literal] = STATE(550),
[sym__multiline_string_literal] = STATE(550),
[sym_expression] = STATE(905),
[sym_cast_expression] = STATE(831),
[sym_assignment_expression] = STATE(831),
[sym_binary_expression] = STATE(831),
[sym_instanceof_expression] = STATE(831),
[sym_lambda_expression] = STATE(709),
[sym_inferred_parameters] = STATE(1589),
[sym_ternary_expression] = STATE(831),
[sym_unary_expression] = STATE(831),
[sym__unary_complement_expression] = STATE(716),
[sym_update_expression] = STATE(831),
[sym_primary_expression] = STATE(742),
[sym_array_creation_expression] = STATE(593),
[sym_parenthesized_expression] = STATE(449),
[sym_class_literal] = STATE(593),
[sym_object_creation_expression] = STATE(593),
[sym__unqualified_object_creation_expression] = STATE(600),
[sym_field_access] = STATE(449),
[sym_template_expression] = STATE(593),
[sym_array_access] = STATE(449),
[sym_method_invocation] = STATE(593),
[sym_method_reference] = STATE(593),
[sym_switch_expression] = STATE(831),
[sym__annotation] = STATE(912),
[sym_marker_annotation] = STATE(912),
[sym_annotation] = STATE(912),
[sym__type] = STATE(1515),
[sym__unannotated_type] = STATE(1034),
[sym_annotated_type] = STATE(944),
[sym_scoped_type_identifier] = STATE(947),
[sym_generic_type] = STATE(962),
[sym_array_type] = STATE(844),
[sym_integral_type] = STATE(844),
[sym_floating_point_type] = STATE(844),
[sym_formal_parameters] = STATE(1589),
[sym__reserved_identifier] = STATE(444),
[aux_sym_array_creation_expression_repeat1] = STATE(912),
[sym_identifier] = ACTIONS(559),
[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(21),
[anon_sym_DASH] = ACTIONS(21),
[anon_sym_TILDE] = ACTIONS(23),
[anon_sym_BANG] = ACTIONS(23),
[anon_sym_PLUS_PLUS] = ACTIONS(25),
[anon_sym_DASH_DASH] = ACTIONS(25),
[anon_sym_new] = ACTIONS(27),
[anon_sym_switch] = ACTIONS(551),
[anon_sym_yield] = ACTIONS(576),
[anon_sym_AT] = ACTIONS(578),
[anon_sym_open] = ACTIONS(69),
[anon_sym_module] = ACTIONS(69),
[anon_sym_with] = ACTIONS(69),
[anon_sym_sealed] = ACTIONS(69),
[anon_sym_record] = ACTIONS(69),
[anon_sym_byte] = ACTIONS(87),
[anon_sym_short] = ACTIONS(87),
[anon_sym_int] = ACTIONS(87),
[anon_sym_long] = ACTIONS(87),
[anon_sym_char] = ACTIONS(87),
[anon_sym_float] = ACTIONS(89),
[anon_sym_double] = ACTIONS(89),
[sym_boolean_type] = ACTIONS(91),
[sym_void_type] = ACTIONS(91),
[sym_this] = ACTIONS(93),
[sym_super] = ACTIONS(95),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(212)] = {
[sym__literal] = STATE(593),
[sym_string_literal] = STATE(594),
[sym__string_literal] = STATE(550),
[sym__multiline_string_literal] = STATE(550),
[sym_expression] = STATE(711),
[sym_cast_expression] = STATE(709),
[sym_assignment_expression] = STATE(709),
[sym_binary_expression] = STATE(709),
[sym_instanceof_expression] = STATE(709),
[sym_lambda_expression] = STATE(709),
[sym_inferred_parameters] = STATE(1513),
[sym_ternary_expression] = STATE(709),
[sym_unary_expression] = STATE(709),
[sym__unary_complement_expression] = STATE(716),
[sym_update_expression] = STATE(709),
[sym_primary_expression] = STATE(562),
[sym_array_creation_expression] = STATE(593),
[sym_parenthesized_expression] = STATE(478),
[sym_class_literal] = STATE(593),
[sym_object_creation_expression] = STATE(593),
[sym__unqualified_object_creation_expression] = STATE(600),
[sym_field_access] = STATE(478),
[sym_template_expression] = STATE(593),
[sym_array_access] = STATE(478),
[sym_method_invocation] = STATE(593),
[sym_method_reference] = STATE(593),
[sym_switch_expression] = STATE(709),
[sym__annotation] = STATE(912),
[sym_marker_annotation] = STATE(912),
[sym_annotation] = STATE(912),
[sym__type] = STATE(1515),
[sym__unannotated_type] = STATE(1034),
[sym_annotated_type] = STATE(944),
[sym_scoped_type_identifier] = STATE(947),
[sym_generic_type] = STATE(962),
[sym_array_type] = STATE(844),
[sym_integral_type] = STATE(844),
[sym_floating_point_type] = STATE(844),
[sym_formal_parameters] = STATE(1513),
[sym__reserved_identifier] = STATE(461),
[aux_sym_array_creation_expression_repeat1] = STATE(912),
[sym_identifier] = ACTIONS(690),
[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(614),
[anon_sym_PLUS] = ACTIONS(616),
[anon_sym_DASH] = ACTIONS(616),
[anon_sym_TILDE] = ACTIONS(618),
[anon_sym_BANG] = ACTIONS(618),
[anon_sym_PLUS_PLUS] = ACTIONS(25),
[anon_sym_DASH_DASH] = ACTIONS(25),
[anon_sym_new] = ACTIONS(27),
[anon_sym_switch] = ACTIONS(551),
[anon_sym_yield] = ACTIONS(576),
[anon_sym_AT] = ACTIONS(578),
[anon_sym_open] = ACTIONS(69),
[anon_sym_module] = ACTIONS(69),
[anon_sym_with] = ACTIONS(69),
[anon_sym_sealed] = ACTIONS(69),
[anon_sym_record] = ACTIONS(69),
[anon_sym_byte] = ACTIONS(87),
[anon_sym_short] = ACTIONS(87),
[anon_sym_int] = ACTIONS(87),
[anon_sym_long] = ACTIONS(87),
[anon_sym_char] = ACTIONS(87),
[anon_sym_float] = ACTIONS(89),
[anon_sym_double] = ACTIONS(89),
[sym_boolean_type] = ACTIONS(91),
[sym_void_type] = ACTIONS(91),
[sym_this] = ACTIONS(93),
[sym_super] = ACTIONS(95),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(213)] = {
[sym__literal] = STATE(593),
[sym_string_literal] = STATE(594),
[sym__string_literal] = STATE(550),
[sym__multiline_string_literal] = STATE(550),
[sym_expression] = STATE(720),
[sym_cast_expression] = STATE(709),
[sym_assignment_expression] = STATE(709),
[sym_binary_expression] = STATE(709),
[sym_instanceof_expression] = STATE(709),
[sym_lambda_expression] = STATE(709),
[sym_inferred_parameters] = STATE(1513),
[sym_ternary_expression] = STATE(709),
[sym_unary_expression] = STATE(709),
[sym__unary_complement_expression] = STATE(716),
[sym_update_expression] = STATE(709),
[sym_primary_expression] = STATE(562),
[sym_array_creation_expression] = STATE(593),
[sym_parenthesized_expression] = STATE(478),
[sym_class_literal] = STATE(593),
[sym_object_creation_expression] = STATE(593),
[sym__unqualified_object_creation_expression] = STATE(600),
[sym_field_access] = STATE(478),
[sym_template_expression] = STATE(593),
[sym_array_access] = STATE(478),
[sym_method_invocation] = STATE(593),
[sym_method_reference] = STATE(593),
[sym_switch_expression] = STATE(709),
[sym__annotation] = STATE(912),
[sym_marker_annotation] = STATE(912),
[sym_annotation] = STATE(912),
[sym__type] = STATE(1515),
[sym__unannotated_type] = STATE(1034),
[sym_annotated_type] = STATE(944),
[sym_scoped_type_identifier] = STATE(947),
[sym_generic_type] = STATE(962),
[sym_array_type] = STATE(844),
[sym_integral_type] = STATE(844),
[sym_floating_point_type] = STATE(844),
[sym_formal_parameters] = STATE(1513),
[sym__reserved_identifier] = STATE(461),
[aux_sym_array_creation_expression_repeat1] = STATE(912),
[sym_identifier] = ACTIONS(690),
[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(614),
[anon_sym_PLUS] = ACTIONS(616),
[anon_sym_DASH] = ACTIONS(616),
[anon_sym_TILDE] = ACTIONS(618),
[anon_sym_BANG] = ACTIONS(618),
[anon_sym_PLUS_PLUS] = ACTIONS(25),
[anon_sym_DASH_DASH] = ACTIONS(25),
[anon_sym_new] = ACTIONS(27),
[anon_sym_switch] = ACTIONS(551),
[anon_sym_yield] = ACTIONS(576),
[anon_sym_AT] = ACTIONS(578),
[anon_sym_open] = ACTIONS(69),
[anon_sym_module] = ACTIONS(69),
[anon_sym_with] = ACTIONS(69),
[anon_sym_sealed] = ACTIONS(69),
[anon_sym_record] = ACTIONS(69),
[anon_sym_byte] = ACTIONS(87),
[anon_sym_short] = ACTIONS(87),
[anon_sym_int] = ACTIONS(87),
[anon_sym_long] = ACTIONS(87),
[anon_sym_char] = ACTIONS(87),
[anon_sym_float] = ACTIONS(89),
[anon_sym_double] = ACTIONS(89),
[sym_boolean_type] = ACTIONS(91),
[sym_void_type] = ACTIONS(91),
[sym_this] = ACTIONS(93),
[sym_super] = ACTIONS(95),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(214)] = {
[sym__literal] = STATE(593),
[sym_string_literal] = STATE(594),
[sym__string_literal] = STATE(550),
[sym__multiline_string_literal] = STATE(550),
[sym_expression] = STATE(832),
[sym_cast_expression] = STATE(709),
[sym_assignment_expression] = STATE(709),
[sym_binary_expression] = STATE(709),
[sym_instanceof_expression] = STATE(709),
[sym_lambda_expression] = STATE(709),
[sym_inferred_parameters] = STATE(1589),
[sym_ternary_expression] = STATE(709),
[sym_unary_expression] = STATE(709),
[sym__unary_complement_expression] = STATE(716),
[sym_update_expression] = STATE(709),
[sym_primary_expression] = STATE(562),
[sym_array_creation_expression] = STATE(593),
[sym_parenthesized_expression] = STATE(449),
[sym_class_literal] = STATE(593),
[sym_object_creation_expression] = STATE(593),
[sym__unqualified_object_creation_expression] = STATE(600),
[sym_field_access] = STATE(449),
[sym_template_expression] = STATE(593),
[sym_array_access] = STATE(449),
[sym_method_invocation] = STATE(593),
[sym_method_reference] = STATE(593),
[sym_switch_expression] = STATE(709),
[sym__annotation] = STATE(912),
[sym_marker_annotation] = STATE(912),
[sym_annotation] = STATE(912),
[sym__type] = STATE(1515),
[sym__unannotated_type] = STATE(1034),
[sym_annotated_type] = STATE(944),
[sym_scoped_type_identifier] = STATE(947),
[sym_generic_type] = STATE(962),
[sym_array_type] = STATE(844),
[sym_integral_type] = STATE(844),
[sym_floating_point_type] = STATE(844),
[sym_formal_parameters] = STATE(1589),
[sym__reserved_identifier] = STATE(444),
[aux_sym_array_creation_expression_repeat1] = STATE(912),
[sym_identifier] = ACTIONS(559),
[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(21),
[anon_sym_DASH] = ACTIONS(21),
[anon_sym_TILDE] = ACTIONS(23),
[anon_sym_BANG] = ACTIONS(23),
[anon_sym_PLUS_PLUS] = ACTIONS(25),
[anon_sym_DASH_DASH] = ACTIONS(25),
[anon_sym_new] = ACTIONS(27),
[anon_sym_switch] = ACTIONS(551),
[anon_sym_yield] = ACTIONS(576),
[anon_sym_AT] = ACTIONS(578),
[anon_sym_open] = ACTIONS(69),
[anon_sym_module] = ACTIONS(69),
[anon_sym_with] = ACTIONS(69),
[anon_sym_sealed] = ACTIONS(69),
[anon_sym_record] = ACTIONS(69),
[anon_sym_byte] = ACTIONS(87),
[anon_sym_short] = ACTIONS(87),
[anon_sym_int] = ACTIONS(87),
[anon_sym_long] = ACTIONS(87),
[anon_sym_char] = ACTIONS(87),
[anon_sym_float] = ACTIONS(89),
[anon_sym_double] = ACTIONS(89),
[sym_boolean_type] = ACTIONS(91),
[sym_void_type] = ACTIONS(91),
[sym_this] = ACTIONS(93),
[sym_super] = ACTIONS(95),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(215)] = {
[sym__literal] = STATE(593),
[sym_string_literal] = STATE(594),
[sym__string_literal] = STATE(550),
[sym__multiline_string_literal] = STATE(550),
[sym_expression] = STATE(872),
[sym_cast_expression] = STATE(709),
[sym_assignment_expression] = STATE(709),
[sym_binary_expression] = STATE(709),
[sym_instanceof_expression] = STATE(709),
[sym_lambda_expression] = STATE(709),
[sym_inferred_parameters] = STATE(1589),
[sym_ternary_expression] = STATE(709),
[sym_unary_expression] = STATE(709),
[sym__unary_complement_expression] = STATE(716),
[sym_update_expression] = STATE(709),
[sym_primary_expression] = STATE(562),
[sym_array_creation_expression] = STATE(593),
[sym_parenthesized_expression] = STATE(449),
[sym_class_literal] = STATE(593),
[sym_object_creation_expression] = STATE(593),
[sym__unqualified_object_creation_expression] = STATE(600),
[sym_field_access] = STATE(449),
[sym_template_expression] = STATE(593),
[sym_array_access] = STATE(449),
[sym_method_invocation] = STATE(593),
[sym_method_reference] = STATE(593),
[sym_switch_expression] = STATE(709),
[sym__annotation] = STATE(912),
[sym_marker_annotation] = STATE(912),
[sym_annotation] = STATE(912),
[sym__type] = STATE(1515),
[sym__unannotated_type] = STATE(1034),
[sym_annotated_type] = STATE(944),
[sym_scoped_type_identifier] = STATE(947),
[sym_generic_type] = STATE(962),
[sym_array_type] = STATE(844),
[sym_integral_type] = STATE(844),
[sym_floating_point_type] = STATE(844),
[sym_formal_parameters] = STATE(1589),
[sym__reserved_identifier] = STATE(444),
[aux_sym_array_creation_expression_repeat1] = STATE(912),
[sym_identifier] = ACTIONS(559),
[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(21),
[anon_sym_DASH] = ACTIONS(21),
[anon_sym_TILDE] = ACTIONS(23),
[anon_sym_BANG] = ACTIONS(23),
[anon_sym_PLUS_PLUS] = ACTIONS(25),
[anon_sym_DASH_DASH] = ACTIONS(25),
[anon_sym_new] = ACTIONS(27),
[anon_sym_switch] = ACTIONS(551),
[anon_sym_yield] = ACTIONS(576),
[anon_sym_AT] = ACTIONS(578),
[anon_sym_open] = ACTIONS(69),
[anon_sym_module] = ACTIONS(69),
[anon_sym_with] = ACTIONS(69),
[anon_sym_sealed] = ACTIONS(69),
[anon_sym_record] = ACTIONS(69),
[anon_sym_byte] = ACTIONS(87),
[anon_sym_short] = ACTIONS(87),
[anon_sym_int] = ACTIONS(87),
[anon_sym_long] = ACTIONS(87),
[anon_sym_char] = ACTIONS(87),
[anon_sym_float] = ACTIONS(89),
[anon_sym_double] = ACTIONS(89),
[sym_boolean_type] = ACTIONS(91),
[sym_void_type] = ACTIONS(91),
[sym_this] = ACTIONS(93),
[sym_super] = ACTIONS(95),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(216)] = {
[sym__literal] = STATE(593),
[sym_string_literal] = STATE(594),
[sym__string_literal] = STATE(550),
[sym__multiline_string_literal] = STATE(550),
[sym_expression] = STATE(737),
[sym_cast_expression] = STATE(709),
[sym_assignment_expression] = STATE(709),
[sym_binary_expression] = STATE(709),
[sym_instanceof_expression] = STATE(709),
[sym_lambda_expression] = STATE(709),
[sym_inferred_parameters] = STATE(1589),
[sym_ternary_expression] = STATE(709),
[sym_unary_expression] = STATE(709),
[sym__unary_complement_expression] = STATE(716),
[sym_update_expression] = STATE(709),
[sym_primary_expression] = STATE(562),
[sym_array_creation_expression] = STATE(593),
[sym_parenthesized_expression] = STATE(449),
[sym_class_literal] = STATE(593),
[sym_object_creation_expression] = STATE(593),
[sym__unqualified_object_creation_expression] = STATE(600),
[sym_field_access] = STATE(449),
[sym_template_expression] = STATE(593),
[sym_array_access] = STATE(449),
[sym_method_invocation] = STATE(593),
[sym_method_reference] = STATE(593),
[sym_switch_expression] = STATE(709),
[sym__annotation] = STATE(912),
[sym_marker_annotation] = STATE(912),
[sym_annotation] = STATE(912),
[sym__type] = STATE(1515),
[sym__unannotated_type] = STATE(1034),
[sym_annotated_type] = STATE(944),
[sym_scoped_type_identifier] = STATE(947),
[sym_generic_type] = STATE(962),
[sym_array_type] = STATE(844),
[sym_integral_type] = STATE(844),
[sym_floating_point_type] = STATE(844),
[sym_formal_parameters] = STATE(1589),
[sym__reserved_identifier] = STATE(444),
[aux_sym_array_creation_expression_repeat1] = STATE(912),
[sym_identifier] = ACTIONS(559),
[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(21),
[anon_sym_DASH] = ACTIONS(21),
[anon_sym_TILDE] = ACTIONS(23),
[anon_sym_BANG] = ACTIONS(23),
[anon_sym_PLUS_PLUS] = ACTIONS(25),
[anon_sym_DASH_DASH] = ACTIONS(25),
[anon_sym_new] = ACTIONS(27),
[anon_sym_switch] = ACTIONS(551),
[anon_sym_yield] = ACTIONS(576),
[anon_sym_AT] = ACTIONS(578),
[anon_sym_open] = ACTIONS(69),
[anon_sym_module] = ACTIONS(69),
[anon_sym_with] = ACTIONS(69),
[anon_sym_sealed] = ACTIONS(69),
[anon_sym_record] = ACTIONS(69),
[anon_sym_byte] = ACTIONS(87),
[anon_sym_short] = ACTIONS(87),
[anon_sym_int] = ACTIONS(87),
[anon_sym_long] = ACTIONS(87),
[anon_sym_char] = ACTIONS(87),
[anon_sym_float] = ACTIONS(89),
[anon_sym_double] = ACTIONS(89),
[sym_boolean_type] = ACTIONS(91),
[sym_void_type] = ACTIONS(91),
[sym_this] = ACTIONS(93),
[sym_super] = ACTIONS(95),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(217)] = {
[sym__literal] = STATE(593),
[sym_string_literal] = STATE(594),
[sym__string_literal] = STATE(550),
[sym__multiline_string_literal] = STATE(550),
[sym_expression] = STATE(833),
[sym_cast_expression] = STATE(709),
[sym_assignment_expression] = STATE(709),
[sym_binary_expression] = STATE(709),
[sym_instanceof_expression] = STATE(709),
[sym_lambda_expression] = STATE(709),
[sym_inferred_parameters] = STATE(1589),
[sym_ternary_expression] = STATE(709),
[sym_unary_expression] = STATE(709),
[sym__unary_complement_expression] = STATE(716),
[sym_update_expression] = STATE(709),
[sym_primary_expression] = STATE(562),
[sym_array_creation_expression] = STATE(593),
[sym_parenthesized_expression] = STATE(449),
[sym_class_literal] = STATE(593),
[sym_object_creation_expression] = STATE(593),
[sym__unqualified_object_creation_expression] = STATE(600),
[sym_field_access] = STATE(449),
[sym_template_expression] = STATE(593),
[sym_array_access] = STATE(449),
[sym_method_invocation] = STATE(593),
[sym_method_reference] = STATE(593),
[sym_switch_expression] = STATE(709),
[sym__annotation] = STATE(912),
[sym_marker_annotation] = STATE(912),
[sym_annotation] = STATE(912),
[sym__type] = STATE(1515),
[sym__unannotated_type] = STATE(1034),
[sym_annotated_type] = STATE(944),
[sym_scoped_type_identifier] = STATE(947),
[sym_generic_type] = STATE(962),
[sym_array_type] = STATE(844),
[sym_integral_type] = STATE(844),
[sym_floating_point_type] = STATE(844),
[sym_formal_parameters] = STATE(1589),
[sym__reserved_identifier] = STATE(444),
[aux_sym_array_creation_expression_repeat1] = STATE(912),
[sym_identifier] = ACTIONS(559),
[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(21),
[anon_sym_DASH] = ACTIONS(21),
[anon_sym_TILDE] = ACTIONS(23),
[anon_sym_BANG] = ACTIONS(23),
[anon_sym_PLUS_PLUS] = ACTIONS(25),
[anon_sym_DASH_DASH] = ACTIONS(25),
[anon_sym_new] = ACTIONS(27),
[anon_sym_switch] = ACTIONS(551),
[anon_sym_yield] = ACTIONS(576),
[anon_sym_AT] = ACTIONS(578),
[anon_sym_open] = ACTIONS(69),
[anon_sym_module] = ACTIONS(69),
[anon_sym_with] = ACTIONS(69),
[anon_sym_sealed] = ACTIONS(69),
[anon_sym_record] = ACTIONS(69),
[anon_sym_byte] = ACTIONS(87),
[anon_sym_short] = ACTIONS(87),
[anon_sym_int] = ACTIONS(87),
[anon_sym_long] = ACTIONS(87),
[anon_sym_char] = ACTIONS(87),
[anon_sym_float] = ACTIONS(89),
[anon_sym_double] = ACTIONS(89),
[sym_boolean_type] = ACTIONS(91),
[sym_void_type] = ACTIONS(91),
[sym_this] = ACTIONS(93),
[sym_super] = ACTIONS(95),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(218)] = {
[sym__literal] = STATE(593),
[sym_string_literal] = STATE(594),
[sym__string_literal] = STATE(550),
[sym__multiline_string_literal] = STATE(550),
[sym_expression] = STATE(738),
[sym_cast_expression] = STATE(709),
[sym_assignment_expression] = STATE(709),
[sym_binary_expression] = STATE(709),
[sym_instanceof_expression] = STATE(709),
[sym_lambda_expression] = STATE(709),
[sym_inferred_parameters] = STATE(1589),
[sym_ternary_expression] = STATE(709),
[sym_unary_expression] = STATE(709),
[sym__unary_complement_expression] = STATE(716),
[sym_update_expression] = STATE(709),
[sym_primary_expression] = STATE(562),
[sym_array_creation_expression] = STATE(593),
[sym_parenthesized_expression] = STATE(449),
[sym_class_literal] = STATE(593),
[sym_object_creation_expression] = STATE(593),
[sym__unqualified_object_creation_expression] = STATE(600),
[sym_field_access] = STATE(449),
[sym_template_expression] = STATE(593),
[sym_array_access] = STATE(449),
[sym_method_invocation] = STATE(593),
[sym_method_reference] = STATE(593),
[sym_switch_expression] = STATE(709),
[sym__annotation] = STATE(912),
[sym_marker_annotation] = STATE(912),
[sym_annotation] = STATE(912),
[sym__type] = STATE(1515),
[sym__unannotated_type] = STATE(1034),
[sym_annotated_type] = STATE(944),
[sym_scoped_type_identifier] = STATE(947),
[sym_generic_type] = STATE(962),
[sym_array_type] = STATE(844),
[sym_integral_type] = STATE(844),
[sym_floating_point_type] = STATE(844),
[sym_formal_parameters] = STATE(1589),
[sym__reserved_identifier] = STATE(444),
[aux_sym_array_creation_expression_repeat1] = STATE(912),
[sym_identifier] = ACTIONS(559),
[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(21),
[anon_sym_DASH] = ACTIONS(21),
[anon_sym_TILDE] = ACTIONS(23),
[anon_sym_BANG] = ACTIONS(23),
[anon_sym_PLUS_PLUS] = ACTIONS(25),
[anon_sym_DASH_DASH] = ACTIONS(25),
[anon_sym_new] = ACTIONS(27),
[anon_sym_switch] = ACTIONS(551),
[anon_sym_yield] = ACTIONS(576),
[anon_sym_AT] = ACTIONS(578),
[anon_sym_open] = ACTIONS(69),
[anon_sym_module] = ACTIONS(69),
[anon_sym_with] = ACTIONS(69),
[anon_sym_sealed] = ACTIONS(69),
[anon_sym_record] = ACTIONS(69),
[anon_sym_byte] = ACTIONS(87),
[anon_sym_short] = ACTIONS(87),
[anon_sym_int] = ACTIONS(87),
[anon_sym_long] = ACTIONS(87),
[anon_sym_char] = ACTIONS(87),
[anon_sym_float] = ACTIONS(89),
[anon_sym_double] = ACTIONS(89),
[sym_boolean_type] = ACTIONS(91),
[sym_void_type] = ACTIONS(91),
[sym_this] = ACTIONS(93),
[sym_super] = ACTIONS(95),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(219)] = {
[sym__literal] = STATE(593),
[sym_string_literal] = STATE(594),
[sym__string_literal] = STATE(550),
[sym__multiline_string_literal] = STATE(550),
[sym_expression] = STATE(722),
[sym_cast_expression] = STATE(709),
[sym_assignment_expression] = STATE(709),
[sym_binary_expression] = STATE(709),
[sym_instanceof_expression] = STATE(709),
[sym_lambda_expression] = STATE(709),
[sym_inferred_parameters] = STATE(1589),
[sym_ternary_expression] = STATE(709),
[sym_unary_expression] = STATE(709),
[sym__unary_complement_expression] = STATE(716),
[sym_update_expression] = STATE(709),
[sym_primary_expression] = STATE(562),
[sym_array_creation_expression] = STATE(593),
[sym_parenthesized_expression] = STATE(449),
[sym_class_literal] = STATE(593),
[sym_object_creation_expression] = STATE(593),
[sym__unqualified_object_creation_expression] = STATE(600),
[sym_field_access] = STATE(449),
[sym_template_expression] = STATE(593),
[sym_array_access] = STATE(449),
[sym_method_invocation] = STATE(593),
[sym_method_reference] = STATE(593),
[sym_switch_expression] = STATE(709),
[sym__annotation] = STATE(912),
[sym_marker_annotation] = STATE(912),
[sym_annotation] = STATE(912),
[sym__type] = STATE(1515),
[sym__unannotated_type] = STATE(1034),
[sym_annotated_type] = STATE(944),
[sym_scoped_type_identifier] = STATE(947),
[sym_generic_type] = STATE(962),
[sym_array_type] = STATE(844),
[sym_integral_type] = STATE(844),
[sym_floating_point_type] = STATE(844),
[sym_formal_parameters] = STATE(1589),
[sym__reserved_identifier] = STATE(444),
[aux_sym_array_creation_expression_repeat1] = STATE(912),
[sym_identifier] = ACTIONS(559),
[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(21),
[anon_sym_DASH] = ACTIONS(21),
[anon_sym_TILDE] = ACTIONS(23),
[anon_sym_BANG] = ACTIONS(23),
[anon_sym_PLUS_PLUS] = ACTIONS(25),
[anon_sym_DASH_DASH] = ACTIONS(25),
[anon_sym_new] = ACTIONS(27),
[anon_sym_switch] = ACTIONS(551),
[anon_sym_yield] = ACTIONS(576),
[anon_sym_AT] = ACTIONS(578),
[anon_sym_open] = ACTIONS(69),
[anon_sym_module] = ACTIONS(69),
[anon_sym_with] = ACTIONS(69),
[anon_sym_sealed] = ACTIONS(69),
[anon_sym_record] = ACTIONS(69),
[anon_sym_byte] = ACTIONS(87),
[anon_sym_short] = ACTIONS(87),
[anon_sym_int] = ACTIONS(87),
[anon_sym_long] = ACTIONS(87),
[anon_sym_char] = ACTIONS(87),
[anon_sym_float] = ACTIONS(89),
[anon_sym_double] = ACTIONS(89),
[sym_boolean_type] = ACTIONS(91),
[sym_void_type] = ACTIONS(91),
[sym_this] = ACTIONS(93),
[sym_super] = ACTIONS(95),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(220)] = {
[sym__literal] = STATE(593),
[sym_string_literal] = STATE(594),
[sym__string_literal] = STATE(550),
[sym__multiline_string_literal] = STATE(550),
[sym_expression] = STATE(735),
[sym_cast_expression] = STATE(709),
[sym_assignment_expression] = STATE(709),
[sym_binary_expression] = STATE(709),
[sym_instanceof_expression] = STATE(709),
[sym_lambda_expression] = STATE(709),
[sym_inferred_parameters] = STATE(1589),
[sym_ternary_expression] = STATE(709),
[sym_unary_expression] = STATE(709),
[sym__unary_complement_expression] = STATE(716),
[sym_update_expression] = STATE(709),
[sym_primary_expression] = STATE(562),
[sym_array_creation_expression] = STATE(593),
[sym_parenthesized_expression] = STATE(449),
[sym_class_literal] = STATE(593),
[sym_object_creation_expression] = STATE(593),
[sym__unqualified_object_creation_expression] = STATE(600),
[sym_field_access] = STATE(449),
[sym_template_expression] = STATE(593),
[sym_array_access] = STATE(449),
[sym_method_invocation] = STATE(593),
[sym_method_reference] = STATE(593),
[sym_switch_expression] = STATE(709),
[sym__annotation] = STATE(912),
[sym_marker_annotation] = STATE(912),
[sym_annotation] = STATE(912),
[sym__type] = STATE(1515),
[sym__unannotated_type] = STATE(1034),
[sym_annotated_type] = STATE(944),
[sym_scoped_type_identifier] = STATE(947),
[sym_generic_type] = STATE(962),
[sym_array_type] = STATE(844),
[sym_integral_type] = STATE(844),
[sym_floating_point_type] = STATE(844),
[sym_formal_parameters] = STATE(1589),
[sym__reserved_identifier] = STATE(444),
[aux_sym_array_creation_expression_repeat1] = STATE(912),
[sym_identifier] = ACTIONS(559),
[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(21),
[anon_sym_DASH] = ACTIONS(21),
[anon_sym_TILDE] = ACTIONS(23),
[anon_sym_BANG] = ACTIONS(23),
[anon_sym_PLUS_PLUS] = ACTIONS(25),
[anon_sym_DASH_DASH] = ACTIONS(25),
[anon_sym_new] = ACTIONS(27),
[anon_sym_switch] = ACTIONS(551),
[anon_sym_yield] = ACTIONS(576),
[anon_sym_AT] = ACTIONS(578),
[anon_sym_open] = ACTIONS(69),
[anon_sym_module] = ACTIONS(69),
[anon_sym_with] = ACTIONS(69),
[anon_sym_sealed] = ACTIONS(69),
[anon_sym_record] = ACTIONS(69),
[anon_sym_byte] = ACTIONS(87),
[anon_sym_short] = ACTIONS(87),
[anon_sym_int] = ACTIONS(87),
[anon_sym_long] = ACTIONS(87),
[anon_sym_char] = ACTIONS(87),
[anon_sym_float] = ACTIONS(89),
[anon_sym_double] = ACTIONS(89),
[sym_boolean_type] = ACTIONS(91),
[sym_void_type] = ACTIONS(91),
[sym_this] = ACTIONS(93),
[sym_super] = ACTIONS(95),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(221)] = {
[sym__literal] = STATE(593),
[sym_string_literal] = STATE(594),
[sym__string_literal] = STATE(550),
[sym__multiline_string_literal] = STATE(550),
[sym_expression] = STATE(862),
[sym_cast_expression] = STATE(709),
[sym_assignment_expression] = STATE(709),
[sym_binary_expression] = STATE(709),
[sym_instanceof_expression] = STATE(709),
[sym_lambda_expression] = STATE(709),
[sym_inferred_parameters] = STATE(1589),
[sym_ternary_expression] = STATE(709),
[sym_unary_expression] = STATE(709),
[sym__unary_complement_expression] = STATE(716),
[sym_update_expression] = STATE(709),
[sym_primary_expression] = STATE(562),
[sym_array_creation_expression] = STATE(593),
[sym_parenthesized_expression] = STATE(449),
[sym_class_literal] = STATE(593),
[sym_object_creation_expression] = STATE(593),
[sym__unqualified_object_creation_expression] = STATE(600),
[sym_field_access] = STATE(449),
[sym_template_expression] = STATE(593),
[sym_array_access] = STATE(449),
[sym_method_invocation] = STATE(593),
[sym_method_reference] = STATE(593),
[sym_switch_expression] = STATE(709),
[sym__annotation] = STATE(912),
[sym_marker_annotation] = STATE(912),
[sym_annotation] = STATE(912),
[sym__type] = STATE(1515),
[sym__unannotated_type] = STATE(1034),
[sym_annotated_type] = STATE(944),
[sym_scoped_type_identifier] = STATE(947),
[sym_generic_type] = STATE(962),
[sym_array_type] = STATE(844),
[sym_integral_type] = STATE(844),
[sym_floating_point_type] = STATE(844),
[sym_formal_parameters] = STATE(1589),
[sym__reserved_identifier] = STATE(444),
[aux_sym_array_creation_expression_repeat1] = STATE(912),
[sym_identifier] = ACTIONS(559),
[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(21),
[anon_sym_DASH] = ACTIONS(21),
[anon_sym_TILDE] = ACTIONS(23),
[anon_sym_BANG] = ACTIONS(23),
[anon_sym_PLUS_PLUS] = ACTIONS(25),
[anon_sym_DASH_DASH] = ACTIONS(25),
[anon_sym_new] = ACTIONS(27),
[anon_sym_switch] = ACTIONS(551),
[anon_sym_yield] = ACTIONS(576),
[anon_sym_AT] = ACTIONS(578),
[anon_sym_open] = ACTIONS(69),
[anon_sym_module] = ACTIONS(69),
[anon_sym_with] = ACTIONS(69),
[anon_sym_sealed] = ACTIONS(69),
[anon_sym_record] = ACTIONS(69),
[anon_sym_byte] = ACTIONS(87),
[anon_sym_short] = ACTIONS(87),
[anon_sym_int] = ACTIONS(87),
[anon_sym_long] = ACTIONS(87),
[anon_sym_char] = ACTIONS(87),
[anon_sym_float] = ACTIONS(89),
[anon_sym_double] = ACTIONS(89),
[sym_boolean_type] = ACTIONS(91),
[sym_void_type] = ACTIONS(91),
[sym_this] = ACTIONS(93),
[sym_super] = ACTIONS(95),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(222)] = {
[sym__literal] = STATE(593),
[sym_string_literal] = STATE(594),
[sym__string_literal] = STATE(550),
[sym__multiline_string_literal] = STATE(550),
[sym_expression] = STATE(739),
[sym_cast_expression] = STATE(709),
[sym_assignment_expression] = STATE(709),
[sym_binary_expression] = STATE(709),
[sym_instanceof_expression] = STATE(709),
[sym_lambda_expression] = STATE(709),
[sym_inferred_parameters] = STATE(1589),
[sym_ternary_expression] = STATE(709),
[sym_unary_expression] = STATE(709),
[sym__unary_complement_expression] = STATE(716),
[sym_update_expression] = STATE(709),
[sym_primary_expression] = STATE(562),
[sym_array_creation_expression] = STATE(593),
[sym_parenthesized_expression] = STATE(449),
[sym_class_literal] = STATE(593),
[sym_object_creation_expression] = STATE(593),
[sym__unqualified_object_creation_expression] = STATE(600),
[sym_field_access] = STATE(449),
[sym_template_expression] = STATE(593),
[sym_array_access] = STATE(449),
[sym_method_invocation] = STATE(593),
[sym_method_reference] = STATE(593),
[sym_switch_expression] = STATE(709),
[sym__annotation] = STATE(912),
[sym_marker_annotation] = STATE(912),
[sym_annotation] = STATE(912),
[sym__type] = STATE(1515),
[sym__unannotated_type] = STATE(1034),
[sym_annotated_type] = STATE(944),
[sym_scoped_type_identifier] = STATE(947),
[sym_generic_type] = STATE(962),
[sym_array_type] = STATE(844),
[sym_integral_type] = STATE(844),
[sym_floating_point_type] = STATE(844),
[sym_formal_parameters] = STATE(1589),
[sym__reserved_identifier] = STATE(444),
[aux_sym_array_creation_expression_repeat1] = STATE(912),
[sym_identifier] = ACTIONS(559),
[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(21),
[anon_sym_DASH] = ACTIONS(21),
[anon_sym_TILDE] = ACTIONS(23),
[anon_sym_BANG] = ACTIONS(23),
[anon_sym_PLUS_PLUS] = ACTIONS(25),
[anon_sym_DASH_DASH] = ACTIONS(25),
[anon_sym_new] = ACTIONS(27),
[anon_sym_switch] = ACTIONS(551),
[anon_sym_yield] = ACTIONS(576),
[anon_sym_AT] = ACTIONS(578),
[anon_sym_open] = ACTIONS(69),
[anon_sym_module] = ACTIONS(69),
[anon_sym_with] = ACTIONS(69),
[anon_sym_sealed] = ACTIONS(69),
[anon_sym_record] = ACTIONS(69),
[anon_sym_byte] = ACTIONS(87),
[anon_sym_short] = ACTIONS(87),
[anon_sym_int] = ACTIONS(87),
[anon_sym_long] = ACTIONS(87),
[anon_sym_char] = ACTIONS(87),
[anon_sym_float] = ACTIONS(89),
[anon_sym_double] = ACTIONS(89),
[sym_boolean_type] = ACTIONS(91),
[sym_void_type] = ACTIONS(91),
[sym_this] = ACTIONS(93),
[sym_super] = ACTIONS(95),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(223)] = {
[sym__literal] = STATE(593),
[sym_string_literal] = STATE(594),
[sym__string_literal] = STATE(550),
[sym__multiline_string_literal] = STATE(550),
[sym_expression] = STATE(740),
[sym_cast_expression] = STATE(709),
[sym_assignment_expression] = STATE(709),
[sym_binary_expression] = STATE(709),
[sym_instanceof_expression] = STATE(709),
[sym_lambda_expression] = STATE(709),
[sym_inferred_parameters] = STATE(1589),
[sym_ternary_expression] = STATE(709),
[sym_unary_expression] = STATE(709),
[sym__unary_complement_expression] = STATE(716),
[sym_update_expression] = STATE(709),
[sym_primary_expression] = STATE(562),
[sym_array_creation_expression] = STATE(593),
[sym_parenthesized_expression] = STATE(449),
[sym_class_literal] = STATE(593),
[sym_object_creation_expression] = STATE(593),
[sym__unqualified_object_creation_expression] = STATE(600),
[sym_field_access] = STATE(449),
[sym_template_expression] = STATE(593),
[sym_array_access] = STATE(449),
[sym_method_invocation] = STATE(593),
[sym_method_reference] = STATE(593),
[sym_switch_expression] = STATE(709),
[sym__annotation] = STATE(912),
[sym_marker_annotation] = STATE(912),
[sym_annotation] = STATE(912),
[sym__type] = STATE(1515),
[sym__unannotated_type] = STATE(1034),
[sym_annotated_type] = STATE(944),
[sym_scoped_type_identifier] = STATE(947),
[sym_generic_type] = STATE(962),
[sym_array_type] = STATE(844),
[sym_integral_type] = STATE(844),
[sym_floating_point_type] = STATE(844),
[sym_formal_parameters] = STATE(1589),
[sym__reserved_identifier] = STATE(444),
[aux_sym_array_creation_expression_repeat1] = STATE(912),
[sym_identifier] = ACTIONS(559),
[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(21),
[anon_sym_DASH] = ACTIONS(21),
[anon_sym_TILDE] = ACTIONS(23),
[anon_sym_BANG] = ACTIONS(23),
[anon_sym_PLUS_PLUS] = ACTIONS(25),
[anon_sym_DASH_DASH] = ACTIONS(25),
[anon_sym_new] = ACTIONS(27),
[anon_sym_switch] = ACTIONS(551),
[anon_sym_yield] = ACTIONS(576),
[anon_sym_AT] = ACTIONS(578),
[anon_sym_open] = ACTIONS(69),
[anon_sym_module] = ACTIONS(69),
[anon_sym_with] = ACTIONS(69),
[anon_sym_sealed] = ACTIONS(69),
[anon_sym_record] = ACTIONS(69),
[anon_sym_byte] = ACTIONS(87),
[anon_sym_short] = ACTIONS(87),
[anon_sym_int] = ACTIONS(87),
[anon_sym_long] = ACTIONS(87),
[anon_sym_char] = ACTIONS(87),
[anon_sym_float] = ACTIONS(89),
[anon_sym_double] = ACTIONS(89),
[sym_boolean_type] = ACTIONS(91),
[sym_void_type] = ACTIONS(91),
[sym_this] = ACTIONS(93),
[sym_super] = ACTIONS(95),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(224)] = {
[sym__literal] = STATE(593),
[sym_string_literal] = STATE(594),
[sym__string_literal] = STATE(550),
[sym__multiline_string_literal] = STATE(550),
[sym_expression] = STATE(869),
[sym_cast_expression] = STATE(709),
[sym_assignment_expression] = STATE(709),
[sym_binary_expression] = STATE(709),
[sym_instanceof_expression] = STATE(709),
[sym_lambda_expression] = STATE(709),
[sym_inferred_parameters] = STATE(1589),
[sym_ternary_expression] = STATE(709),
[sym_unary_expression] = STATE(709),
[sym__unary_complement_expression] = STATE(716),
[sym_update_expression] = STATE(709),
[sym_primary_expression] = STATE(562),
[sym_array_creation_expression] = STATE(593),
[sym_parenthesized_expression] = STATE(449),
[sym_class_literal] = STATE(593),
[sym_object_creation_expression] = STATE(593),
[sym__unqualified_object_creation_expression] = STATE(600),
[sym_field_access] = STATE(449),
[sym_template_expression] = STATE(593),
[sym_array_access] = STATE(449),
[sym_method_invocation] = STATE(593),
[sym_method_reference] = STATE(593),
[sym_switch_expression] = STATE(709),
[sym__annotation] = STATE(912),
[sym_marker_annotation] = STATE(912),
[sym_annotation] = STATE(912),
[sym__type] = STATE(1515),
[sym__unannotated_type] = STATE(1034),
[sym_annotated_type] = STATE(944),
[sym_scoped_type_identifier] = STATE(947),
[sym_generic_type] = STATE(962),
[sym_array_type] = STATE(844),
[sym_integral_type] = STATE(844),
[sym_floating_point_type] = STATE(844),
[sym_formal_parameters] = STATE(1589),
[sym__reserved_identifier] = STATE(444),
[aux_sym_array_creation_expression_repeat1] = STATE(912),
[sym_identifier] = ACTIONS(559),
[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(21),
[anon_sym_DASH] = ACTIONS(21),
[anon_sym_TILDE] = ACTIONS(23),
[anon_sym_BANG] = ACTIONS(23),
[anon_sym_PLUS_PLUS] = ACTIONS(25),
[anon_sym_DASH_DASH] = ACTIONS(25),
[anon_sym_new] = ACTIONS(27),
[anon_sym_switch] = ACTIONS(551),
[anon_sym_yield] = ACTIONS(576),
[anon_sym_AT] = ACTIONS(578),
[anon_sym_open] = ACTIONS(69),
[anon_sym_module] = ACTIONS(69),
[anon_sym_with] = ACTIONS(69),
[anon_sym_sealed] = ACTIONS(69),
[anon_sym_record] = ACTIONS(69),
[anon_sym_byte] = ACTIONS(87),
[anon_sym_short] = ACTIONS(87),
[anon_sym_int] = ACTIONS(87),
[anon_sym_long] = ACTIONS(87),
[anon_sym_char] = ACTIONS(87),
[anon_sym_float] = ACTIONS(89),
[anon_sym_double] = ACTIONS(89),
[sym_boolean_type] = ACTIONS(91),
[sym_void_type] = ACTIONS(91),
[sym_this] = ACTIONS(93),
[sym_super] = ACTIONS(95),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(225)] = {
[sym__literal] = STATE(593),
[sym_string_literal] = STATE(594),
[sym__string_literal] = STATE(550),
[sym__multiline_string_literal] = STATE(550),
[sym_expression] = STATE(843),
[sym_cast_expression] = STATE(709),
[sym_assignment_expression] = STATE(709),
[sym_binary_expression] = STATE(709),
[sym_instanceof_expression] = STATE(709),
[sym_lambda_expression] = STATE(709),
[sym_inferred_parameters] = STATE(1589),
[sym_ternary_expression] = STATE(709),
[sym_unary_expression] = STATE(709),
[sym__unary_complement_expression] = STATE(716),
[sym_update_expression] = STATE(709),
[sym_primary_expression] = STATE(562),
[sym_array_creation_expression] = STATE(593),
[sym_parenthesized_expression] = STATE(449),
[sym_class_literal] = STATE(593),
[sym_object_creation_expression] = STATE(593),
[sym__unqualified_object_creation_expression] = STATE(600),
[sym_field_access] = STATE(449),
[sym_template_expression] = STATE(593),
[sym_array_access] = STATE(449),
[sym_method_invocation] = STATE(593),
[sym_method_reference] = STATE(593),
[sym_switch_expression] = STATE(709),
[sym__annotation] = STATE(912),
[sym_marker_annotation] = STATE(912),
[sym_annotation] = STATE(912),
[sym__type] = STATE(1515),
[sym__unannotated_type] = STATE(1034),
[sym_annotated_type] = STATE(944),
[sym_scoped_type_identifier] = STATE(947),
[sym_generic_type] = STATE(962),
[sym_array_type] = STATE(844),
[sym_integral_type] = STATE(844),
[sym_floating_point_type] = STATE(844),
[sym_formal_parameters] = STATE(1589),
[sym__reserved_identifier] = STATE(444),
[aux_sym_array_creation_expression_repeat1] = STATE(912),
[sym_identifier] = ACTIONS(559),
[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(21),
[anon_sym_DASH] = ACTIONS(21),
[anon_sym_TILDE] = ACTIONS(23),
[anon_sym_BANG] = ACTIONS(23),
[anon_sym_PLUS_PLUS] = ACTIONS(25),
[anon_sym_DASH_DASH] = ACTIONS(25),
[anon_sym_new] = ACTIONS(27),
[anon_sym_switch] = ACTIONS(551),
[anon_sym_yield] = ACTIONS(576),
[anon_sym_AT] = ACTIONS(578),
[anon_sym_open] = ACTIONS(69),
[anon_sym_module] = ACTIONS(69),
[anon_sym_with] = ACTIONS(69),
[anon_sym_sealed] = ACTIONS(69),
[anon_sym_record] = ACTIONS(69),
[anon_sym_byte] = ACTIONS(87),
[anon_sym_short] = ACTIONS(87),
[anon_sym_int] = ACTIONS(87),
[anon_sym_long] = ACTIONS(87),
[anon_sym_char] = ACTIONS(87),
[anon_sym_float] = ACTIONS(89),
[anon_sym_double] = ACTIONS(89),
[sym_boolean_type] = ACTIONS(91),
[sym_void_type] = ACTIONS(91),
[sym_this] = ACTIONS(93),
[sym_super] = ACTIONS(95),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(226)] = {
[sym__literal] = STATE(593),
[sym_string_literal] = STATE(594),
[sym__string_literal] = STATE(550),
[sym__multiline_string_literal] = STATE(550),
[sym_expression] = STATE(866),
[sym_cast_expression] = STATE(709),
[sym_assignment_expression] = STATE(709),
[sym_binary_expression] = STATE(709),
[sym_instanceof_expression] = STATE(709),
[sym_lambda_expression] = STATE(709),
[sym_inferred_parameters] = STATE(1589),
[sym_ternary_expression] = STATE(709),
[sym_unary_expression] = STATE(709),
[sym__unary_complement_expression] = STATE(716),
[sym_update_expression] = STATE(709),
[sym_primary_expression] = STATE(562),
[sym_array_creation_expression] = STATE(593),
[sym_parenthesized_expression] = STATE(449),
[sym_class_literal] = STATE(593),
[sym_object_creation_expression] = STATE(593),
[sym__unqualified_object_creation_expression] = STATE(600),
[sym_field_access] = STATE(449),
[sym_template_expression] = STATE(593),
[sym_array_access] = STATE(449),
[sym_method_invocation] = STATE(593),
[sym_method_reference] = STATE(593),
[sym_switch_expression] = STATE(709),
[sym__annotation] = STATE(912),
[sym_marker_annotation] = STATE(912),
[sym_annotation] = STATE(912),
[sym__type] = STATE(1515),
[sym__unannotated_type] = STATE(1034),
[sym_annotated_type] = STATE(944),
[sym_scoped_type_identifier] = STATE(947),
[sym_generic_type] = STATE(962),
[sym_array_type] = STATE(844),
[sym_integral_type] = STATE(844),
[sym_floating_point_type] = STATE(844),
[sym_formal_parameters] = STATE(1589),
[sym__reserved_identifier] = STATE(444),
[aux_sym_array_creation_expression_repeat1] = STATE(912),
[sym_identifier] = ACTIONS(559),
[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(21),
[anon_sym_DASH] = ACTIONS(21),
[anon_sym_TILDE] = ACTIONS(23),
[anon_sym_BANG] = ACTIONS(23),
[anon_sym_PLUS_PLUS] = ACTIONS(25),
[anon_sym_DASH_DASH] = ACTIONS(25),
[anon_sym_new] = ACTIONS(27),
[anon_sym_switch] = ACTIONS(551),
[anon_sym_yield] = ACTIONS(576),
[anon_sym_AT] = ACTIONS(578),
[anon_sym_open] = ACTIONS(69),
[anon_sym_module] = ACTIONS(69),
[anon_sym_with] = ACTIONS(69),
[anon_sym_sealed] = ACTIONS(69),
[anon_sym_record] = ACTIONS(69),
[anon_sym_byte] = ACTIONS(87),
[anon_sym_short] = ACTIONS(87),
[anon_sym_int] = ACTIONS(87),
[anon_sym_long] = ACTIONS(87),
[anon_sym_char] = ACTIONS(87),
[anon_sym_float] = ACTIONS(89),
[anon_sym_double] = ACTIONS(89),
[sym_boolean_type] = ACTIONS(91),
[sym_void_type] = ACTIONS(91),
[sym_this] = ACTIONS(93),
[sym_super] = ACTIONS(95),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(227)] = {
[sym__literal] = STATE(593),
[sym_string_literal] = STATE(594),
[sym__string_literal] = STATE(550),
[sym__multiline_string_literal] = STATE(550),
[sym_expression] = STATE(848),
[sym_cast_expression] = STATE(709),
[sym_assignment_expression] = STATE(709),
[sym_binary_expression] = STATE(709),
[sym_instanceof_expression] = STATE(709),
[sym_lambda_expression] = STATE(709),
[sym_inferred_parameters] = STATE(1589),
[sym_ternary_expression] = STATE(709),
[sym_unary_expression] = STATE(709),
[sym__unary_complement_expression] = STATE(716),
[sym_update_expression] = STATE(709),
[sym_primary_expression] = STATE(562),
[sym_array_creation_expression] = STATE(593),
[sym_parenthesized_expression] = STATE(449),
[sym_class_literal] = STATE(593),
[sym_object_creation_expression] = STATE(593),
[sym__unqualified_object_creation_expression] = STATE(600),
[sym_field_access] = STATE(449),
[sym_template_expression] = STATE(593),
[sym_array_access] = STATE(449),
[sym_method_invocation] = STATE(593),
[sym_method_reference] = STATE(593),
[sym_switch_expression] = STATE(709),
[sym__annotation] = STATE(912),
[sym_marker_annotation] = STATE(912),
[sym_annotation] = STATE(912),
[sym__type] = STATE(1515),
[sym__unannotated_type] = STATE(1034),
[sym_annotated_type] = STATE(944),
[sym_scoped_type_identifier] = STATE(947),
[sym_generic_type] = STATE(962),
[sym_array_type] = STATE(844),
[sym_integral_type] = STATE(844),
[sym_floating_point_type] = STATE(844),
[sym_formal_parameters] = STATE(1589),
[sym__reserved_identifier] = STATE(444),
[aux_sym_array_creation_expression_repeat1] = STATE(912),
[sym_identifier] = ACTIONS(559),
[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(21),
[anon_sym_DASH] = ACTIONS(21),
[anon_sym_TILDE] = ACTIONS(23),
[anon_sym_BANG] = ACTIONS(23),
[anon_sym_PLUS_PLUS] = ACTIONS(25),
[anon_sym_DASH_DASH] = ACTIONS(25),
[anon_sym_new] = ACTIONS(27),
[anon_sym_switch] = ACTIONS(551),
[anon_sym_yield] = ACTIONS(576),
[anon_sym_AT] = ACTIONS(578),
[anon_sym_open] = ACTIONS(69),
[anon_sym_module] = ACTIONS(69),
[anon_sym_with] = ACTIONS(69),
[anon_sym_sealed] = ACTIONS(69),
[anon_sym_record] = ACTIONS(69),
[anon_sym_byte] = ACTIONS(87),
[anon_sym_short] = ACTIONS(87),
[anon_sym_int] = ACTIONS(87),
[anon_sym_long] = ACTIONS(87),
[anon_sym_char] = ACTIONS(87),
[anon_sym_float] = ACTIONS(89),
[anon_sym_double] = ACTIONS(89),
[sym_boolean_type] = ACTIONS(91),
[sym_void_type] = ACTIONS(91),
[sym_this] = ACTIONS(93),
[sym_super] = ACTIONS(95),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(228)] = {
[sym__literal] = STATE(593),
[sym_string_literal] = STATE(594),
[sym__string_literal] = STATE(550),
[sym__multiline_string_literal] = STATE(550),
[sym_expression] = STATE(780),
[sym_cast_expression] = STATE(709),
[sym_assignment_expression] = STATE(709),
[sym_binary_expression] = STATE(709),
[sym_instanceof_expression] = STATE(709),
[sym_lambda_expression] = STATE(709),
[sym_inferred_parameters] = STATE(1513),
[sym_ternary_expression] = STATE(709),
[sym_unary_expression] = STATE(709),
[sym__unary_complement_expression] = STATE(716),
[sym_update_expression] = STATE(709),
[sym_primary_expression] = STATE(562),
[sym_array_creation_expression] = STATE(593),
[sym_parenthesized_expression] = STATE(478),
[sym_class_literal] = STATE(593),
[sym_object_creation_expression] = STATE(593),
[sym__unqualified_object_creation_expression] = STATE(600),
[sym_field_access] = STATE(478),
[sym_template_expression] = STATE(593),
[sym_array_access] = STATE(478),
[sym_method_invocation] = STATE(593),
[sym_method_reference] = STATE(593),
[sym_switch_expression] = STATE(709),
[sym__annotation] = STATE(912),
[sym_marker_annotation] = STATE(912),
[sym_annotation] = STATE(912),
[sym__type] = STATE(1515),
[sym__unannotated_type] = STATE(1034),
[sym_annotated_type] = STATE(944),
[sym_scoped_type_identifier] = STATE(947),
[sym_generic_type] = STATE(962),
[sym_array_type] = STATE(844),
[sym_integral_type] = STATE(844),
[sym_floating_point_type] = STATE(844),
[sym_formal_parameters] = STATE(1513),
[sym__reserved_identifier] = STATE(461),
[aux_sym_array_creation_expression_repeat1] = STATE(912),
[sym_identifier] = ACTIONS(690),
[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(614),
[anon_sym_PLUS] = ACTIONS(616),
[anon_sym_DASH] = ACTIONS(616),
[anon_sym_TILDE] = ACTIONS(618),
[anon_sym_BANG] = ACTIONS(618),
[anon_sym_PLUS_PLUS] = ACTIONS(25),
[anon_sym_DASH_DASH] = ACTIONS(25),
[anon_sym_new] = ACTIONS(27),
[anon_sym_switch] = ACTIONS(551),
[anon_sym_yield] = ACTIONS(576),
[anon_sym_AT] = ACTIONS(578),
[anon_sym_open] = ACTIONS(69),
[anon_sym_module] = ACTIONS(69),
[anon_sym_with] = ACTIONS(69),
[anon_sym_sealed] = ACTIONS(69),
[anon_sym_record] = ACTIONS(69),
[anon_sym_byte] = ACTIONS(87),
[anon_sym_short] = ACTIONS(87),
[anon_sym_int] = ACTIONS(87),
[anon_sym_long] = ACTIONS(87),
[anon_sym_char] = ACTIONS(87),
[anon_sym_float] = ACTIONS(89),
[anon_sym_double] = ACTIONS(89),
[sym_boolean_type] = ACTIONS(91),
[sym_void_type] = ACTIONS(91),
[sym_this] = ACTIONS(93),
[sym_super] = ACTIONS(95),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(229)] = {
[sym__literal] = STATE(593),
[sym_string_literal] = STATE(594),
[sym__string_literal] = STATE(550),
[sym__multiline_string_literal] = STATE(550),
[sym_expression] = STATE(874),
[sym_cast_expression] = STATE(709),
[sym_assignment_expression] = STATE(709),
[sym_binary_expression] = STATE(709),
[sym_instanceof_expression] = STATE(709),
[sym_lambda_expression] = STATE(709),
[sym_inferred_parameters] = STATE(1589),
[sym_ternary_expression] = STATE(709),
[sym_unary_expression] = STATE(709),
[sym__unary_complement_expression] = STATE(716),
[sym_update_expression] = STATE(709),
[sym_primary_expression] = STATE(562),
[sym_array_creation_expression] = STATE(593),
[sym_parenthesized_expression] = STATE(449),
[sym_class_literal] = STATE(593),
[sym_object_creation_expression] = STATE(593),
[sym__unqualified_object_creation_expression] = STATE(600),
[sym_field_access] = STATE(449),
[sym_template_expression] = STATE(593),
[sym_array_access] = STATE(449),
[sym_method_invocation] = STATE(593),
[sym_method_reference] = STATE(593),
[sym_switch_expression] = STATE(709),
[sym__annotation] = STATE(912),
[sym_marker_annotation] = STATE(912),
[sym_annotation] = STATE(912),
[sym__type] = STATE(1515),
[sym__unannotated_type] = STATE(1034),
[sym_annotated_type] = STATE(944),
[sym_scoped_type_identifier] = STATE(947),
[sym_generic_type] = STATE(962),
[sym_array_type] = STATE(844),
[sym_integral_type] = STATE(844),
[sym_floating_point_type] = STATE(844),
[sym_formal_parameters] = STATE(1589),
[sym__reserved_identifier] = STATE(444),
[aux_sym_array_creation_expression_repeat1] = STATE(912),
[sym_identifier] = ACTIONS(559),
[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(21),
[anon_sym_DASH] = ACTIONS(21),
[anon_sym_TILDE] = ACTIONS(23),
[anon_sym_BANG] = ACTIONS(23),
[anon_sym_PLUS_PLUS] = ACTIONS(25),
[anon_sym_DASH_DASH] = ACTIONS(25),
[anon_sym_new] = ACTIONS(27),
[anon_sym_switch] = ACTIONS(551),
[anon_sym_yield] = ACTIONS(576),
[anon_sym_AT] = ACTIONS(578),
[anon_sym_open] = ACTIONS(69),
[anon_sym_module] = ACTIONS(69),
[anon_sym_with] = ACTIONS(69),
[anon_sym_sealed] = ACTIONS(69),
[anon_sym_record] = ACTIONS(69),
[anon_sym_byte] = ACTIONS(87),
[anon_sym_short] = ACTIONS(87),
[anon_sym_int] = ACTIONS(87),
[anon_sym_long] = ACTIONS(87),
[anon_sym_char] = ACTIONS(87),
[anon_sym_float] = ACTIONS(89),
[anon_sym_double] = ACTIONS(89),
[sym_boolean_type] = ACTIONS(91),
[sym_void_type] = ACTIONS(91),
[sym_this] = ACTIONS(93),
[sym_super] = ACTIONS(95),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(230)] = {
[sym__literal] = STATE(593),
[sym_string_literal] = STATE(594),
[sym__string_literal] = STATE(550),
[sym__multiline_string_literal] = STATE(550),
[sym_expression] = STATE(891),
[sym_cast_expression] = STATE(709),
[sym_assignment_expression] = STATE(709),
[sym_binary_expression] = STATE(709),
[sym_instanceof_expression] = STATE(709),
[sym_lambda_expression] = STATE(709),
[sym_inferred_parameters] = STATE(1589),
[sym_ternary_expression] = STATE(709),
[sym_unary_expression] = STATE(709),
[sym__unary_complement_expression] = STATE(716),
[sym_update_expression] = STATE(709),
[sym_primary_expression] = STATE(562),
[sym_array_creation_expression] = STATE(593),
[sym_parenthesized_expression] = STATE(449),
[sym_class_literal] = STATE(593),
[sym_object_creation_expression] = STATE(593),
[sym__unqualified_object_creation_expression] = STATE(600),
[sym_field_access] = STATE(449),
[sym_template_expression] = STATE(593),
[sym_array_access] = STATE(449),
[sym_method_invocation] = STATE(593),
[sym_method_reference] = STATE(593),
[sym_switch_expression] = STATE(709),
[sym__annotation] = STATE(912),
[sym_marker_annotation] = STATE(912),
[sym_annotation] = STATE(912),
[sym__type] = STATE(1515),
[sym__unannotated_type] = STATE(1034),
[sym_annotated_type] = STATE(944),
[sym_scoped_type_identifier] = STATE(947),
[sym_generic_type] = STATE(962),
[sym_array_type] = STATE(844),
[sym_integral_type] = STATE(844),
[sym_floating_point_type] = STATE(844),
[sym_formal_parameters] = STATE(1589),
[sym__reserved_identifier] = STATE(444),
[aux_sym_array_creation_expression_repeat1] = STATE(912),
[sym_identifier] = ACTIONS(559),
[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(21),
[anon_sym_DASH] = ACTIONS(21),
[anon_sym_TILDE] = ACTIONS(23),
[anon_sym_BANG] = ACTIONS(23),
[anon_sym_PLUS_PLUS] = ACTIONS(25),
[anon_sym_DASH_DASH] = ACTIONS(25),
[anon_sym_new] = ACTIONS(27),
[anon_sym_switch] = ACTIONS(551),
[anon_sym_yield] = ACTIONS(576),
[anon_sym_AT] = ACTIONS(578),
[anon_sym_open] = ACTIONS(69),
[anon_sym_module] = ACTIONS(69),
[anon_sym_with] = ACTIONS(69),
[anon_sym_sealed] = ACTIONS(69),
[anon_sym_record] = ACTIONS(69),
[anon_sym_byte] = ACTIONS(87),
[anon_sym_short] = ACTIONS(87),
[anon_sym_int] = ACTIONS(87),
[anon_sym_long] = ACTIONS(87),
[anon_sym_char] = ACTIONS(87),
[anon_sym_float] = ACTIONS(89),
[anon_sym_double] = ACTIONS(89),
[sym_boolean_type] = ACTIONS(91),
[sym_void_type] = ACTIONS(91),
[sym_this] = ACTIONS(93),
[sym_super] = ACTIONS(95),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(231)] = {
[sym__literal] = STATE(593),
[sym_string_literal] = STATE(594),
[sym__string_literal] = STATE(550),
[sym__multiline_string_literal] = STATE(550),
[sym_expression] = STATE(875),
[sym_cast_expression] = STATE(709),
[sym_assignment_expression] = STATE(709),
[sym_binary_expression] = STATE(709),
[sym_instanceof_expression] = STATE(709),
[sym_lambda_expression] = STATE(709),
[sym_inferred_parameters] = STATE(1589),
[sym_ternary_expression] = STATE(709),
[sym_unary_expression] = STATE(709),
[sym__unary_complement_expression] = STATE(716),
[sym_update_expression] = STATE(709),
[sym_primary_expression] = STATE(562),
[sym_array_creation_expression] = STATE(593),
[sym_parenthesized_expression] = STATE(449),
[sym_class_literal] = STATE(593),
[sym_object_creation_expression] = STATE(593),
[sym__unqualified_object_creation_expression] = STATE(600),
[sym_field_access] = STATE(449),
[sym_template_expression] = STATE(593),
[sym_array_access] = STATE(449),
[sym_method_invocation] = STATE(593),
[sym_method_reference] = STATE(593),
[sym_switch_expression] = STATE(709),
[sym__annotation] = STATE(912),
[sym_marker_annotation] = STATE(912),
[sym_annotation] = STATE(912),
[sym__type] = STATE(1515),
[sym__unannotated_type] = STATE(1034),
[sym_annotated_type] = STATE(944),
[sym_scoped_type_identifier] = STATE(947),
[sym_generic_type] = STATE(962),
[sym_array_type] = STATE(844),
[sym_integral_type] = STATE(844),
[sym_floating_point_type] = STATE(844),
[sym_formal_parameters] = STATE(1589),
[sym__reserved_identifier] = STATE(444),
[aux_sym_array_creation_expression_repeat1] = STATE(912),
[sym_identifier] = ACTIONS(559),
[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(21),
[anon_sym_DASH] = ACTIONS(21),
[anon_sym_TILDE] = ACTIONS(23),
[anon_sym_BANG] = ACTIONS(23),
[anon_sym_PLUS_PLUS] = ACTIONS(25),
[anon_sym_DASH_DASH] = ACTIONS(25),
[anon_sym_new] = ACTIONS(27),
[anon_sym_switch] = ACTIONS(551),
[anon_sym_yield] = ACTIONS(576),
[anon_sym_AT] = ACTIONS(578),
[anon_sym_open] = ACTIONS(69),
[anon_sym_module] = ACTIONS(69),
[anon_sym_with] = ACTIONS(69),
[anon_sym_sealed] = ACTIONS(69),
[anon_sym_record] = ACTIONS(69),
[anon_sym_byte] = ACTIONS(87),
[anon_sym_short] = ACTIONS(87),
[anon_sym_int] = ACTIONS(87),
[anon_sym_long] = ACTIONS(87),
[anon_sym_char] = ACTIONS(87),
[anon_sym_float] = ACTIONS(89),
[anon_sym_double] = ACTIONS(89),
[sym_boolean_type] = ACTIONS(91),
[sym_void_type] = ACTIONS(91),
[sym_this] = ACTIONS(93),
[sym_super] = ACTIONS(95),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(232)] = {
[sym__literal] = STATE(593),
[sym_string_literal] = STATE(594),
[sym__string_literal] = STATE(550),
[sym__multiline_string_literal] = STATE(550),
[sym_expression] = STATE(711),
[sym_cast_expression] = STATE(709),
[sym_assignment_expression] = STATE(709),
[sym_binary_expression] = STATE(709),
[sym_instanceof_expression] = STATE(709),
[sym_lambda_expression] = STATE(709),
[sym_inferred_parameters] = STATE(1589),
[sym_ternary_expression] = STATE(709),
[sym_unary_expression] = STATE(709),
[sym__unary_complement_expression] = STATE(716),
[sym_update_expression] = STATE(709),
[sym_primary_expression] = STATE(562),
[sym_array_creation_expression] = STATE(593),
[sym_parenthesized_expression] = STATE(449),
[sym_class_literal] = STATE(593),
[sym_object_creation_expression] = STATE(593),
[sym__unqualified_object_creation_expression] = STATE(600),
[sym_field_access] = STATE(449),
[sym_template_expression] = STATE(593),
[sym_array_access] = STATE(449),
[sym_method_invocation] = STATE(593),
[sym_method_reference] = STATE(593),
[sym_switch_expression] = STATE(709),
[sym__annotation] = STATE(912),
[sym_marker_annotation] = STATE(912),
[sym_annotation] = STATE(912),
[sym__type] = STATE(1515),
[sym__unannotated_type] = STATE(1034),
[sym_annotated_type] = STATE(944),
[sym_scoped_type_identifier] = STATE(947),
[sym_generic_type] = STATE(962),
[sym_array_type] = STATE(844),
[sym_integral_type] = STATE(844),
[sym_floating_point_type] = STATE(844),
[sym_formal_parameters] = STATE(1589),
[sym__reserved_identifier] = STATE(444),
[aux_sym_array_creation_expression_repeat1] = STATE(912),
[sym_identifier] = ACTIONS(559),
[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(21),
[anon_sym_DASH] = ACTIONS(21),
[anon_sym_TILDE] = ACTIONS(23),
[anon_sym_BANG] = ACTIONS(23),
[anon_sym_PLUS_PLUS] = ACTIONS(25),
[anon_sym_DASH_DASH] = ACTIONS(25),
[anon_sym_new] = ACTIONS(27),
[anon_sym_switch] = ACTIONS(551),
[anon_sym_yield] = ACTIONS(576),
[anon_sym_AT] = ACTIONS(578),
[anon_sym_open] = ACTIONS(69),
[anon_sym_module] = ACTIONS(69),
[anon_sym_with] = ACTIONS(69),
[anon_sym_sealed] = ACTIONS(69),
[anon_sym_record] = ACTIONS(69),
[anon_sym_byte] = ACTIONS(87),
[anon_sym_short] = ACTIONS(87),
[anon_sym_int] = ACTIONS(87),
[anon_sym_long] = ACTIONS(87),
[anon_sym_char] = ACTIONS(87),
[anon_sym_float] = ACTIONS(89),
[anon_sym_double] = ACTIONS(89),
[sym_boolean_type] = ACTIONS(91),
[sym_void_type] = ACTIONS(91),
[sym_this] = ACTIONS(93),
[sym_super] = ACTIONS(95),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(233)] = {
[sym__literal] = STATE(593),
[sym_string_literal] = STATE(594),
[sym__string_literal] = STATE(550),
[sym__multiline_string_literal] = STATE(550),
[sym_expression] = STATE(845),
[sym_cast_expression] = STATE(709),
[sym_assignment_expression] = STATE(709),
[sym_binary_expression] = STATE(709),
[sym_instanceof_expression] = STATE(709),
[sym_lambda_expression] = STATE(709),
[sym_inferred_parameters] = STATE(1589),
[sym_ternary_expression] = STATE(709),
[sym_unary_expression] = STATE(709),
[sym__unary_complement_expression] = STATE(716),
[sym_update_expression] = STATE(709),
[sym_primary_expression] = STATE(562),
[sym_array_creation_expression] = STATE(593),
[sym_parenthesized_expression] = STATE(449),
[sym_class_literal] = STATE(593),
[sym_object_creation_expression] = STATE(593),
[sym__unqualified_object_creation_expression] = STATE(600),
[sym_field_access] = STATE(449),
[sym_template_expression] = STATE(593),
[sym_array_access] = STATE(449),
[sym_method_invocation] = STATE(593),
[sym_method_reference] = STATE(593),
[sym_switch_expression] = STATE(709),
[sym__annotation] = STATE(912),
[sym_marker_annotation] = STATE(912),
[sym_annotation] = STATE(912),
[sym__type] = STATE(1515),
[sym__unannotated_type] = STATE(1034),
[sym_annotated_type] = STATE(944),
[sym_scoped_type_identifier] = STATE(947),
[sym_generic_type] = STATE(962),
[sym_array_type] = STATE(844),
[sym_integral_type] = STATE(844),
[sym_floating_point_type] = STATE(844),
[sym_formal_parameters] = STATE(1589),
[sym__reserved_identifier] = STATE(444),
[aux_sym_array_creation_expression_repeat1] = STATE(912),
[sym_identifier] = ACTIONS(559),
[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(21),
[anon_sym_DASH] = ACTIONS(21),
[anon_sym_TILDE] = ACTIONS(23),
[anon_sym_BANG] = ACTIONS(23),
[anon_sym_PLUS_PLUS] = ACTIONS(25),
[anon_sym_DASH_DASH] = ACTIONS(25),
[anon_sym_new] = ACTIONS(27),
[anon_sym_switch] = ACTIONS(551),
[anon_sym_yield] = ACTIONS(576),
[anon_sym_AT] = ACTIONS(578),
[anon_sym_open] = ACTIONS(69),
[anon_sym_module] = ACTIONS(69),
[anon_sym_with] = ACTIONS(69),
[anon_sym_sealed] = ACTIONS(69),
[anon_sym_record] = ACTIONS(69),
[anon_sym_byte] = ACTIONS(87),
[anon_sym_short] = ACTIONS(87),
[anon_sym_int] = ACTIONS(87),
[anon_sym_long] = ACTIONS(87),
[anon_sym_char] = ACTIONS(87),
[anon_sym_float] = ACTIONS(89),
[anon_sym_double] = ACTIONS(89),
[sym_boolean_type] = ACTIONS(91),
[sym_void_type] = ACTIONS(91),
[sym_this] = ACTIONS(93),
[sym_super] = ACTIONS(95),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(234)] = {
[sym__literal] = STATE(593),
[sym_string_literal] = STATE(594),
[sym__string_literal] = STATE(550),
[sym__multiline_string_literal] = STATE(550),
[sym_expression] = STATE(731),
[sym_cast_expression] = STATE(709),
[sym_assignment_expression] = STATE(709),
[sym_binary_expression] = STATE(709),
[sym_instanceof_expression] = STATE(709),
[sym_lambda_expression] = STATE(709),
[sym_inferred_parameters] = STATE(1589),
[sym_ternary_expression] = STATE(709),
[sym_unary_expression] = STATE(709),
[sym__unary_complement_expression] = STATE(716),
[sym_update_expression] = STATE(709),
[sym_primary_expression] = STATE(562),
[sym_array_creation_expression] = STATE(593),
[sym_parenthesized_expression] = STATE(449),
[sym_class_literal] = STATE(593),
[sym_object_creation_expression] = STATE(593),
[sym__unqualified_object_creation_expression] = STATE(600),
[sym_field_access] = STATE(449),
[sym_template_expression] = STATE(593),
[sym_array_access] = STATE(449),
[sym_method_invocation] = STATE(593),
[sym_method_reference] = STATE(593),
[sym_switch_expression] = STATE(709),
[sym__annotation] = STATE(912),
[sym_marker_annotation] = STATE(912),
[sym_annotation] = STATE(912),
[sym__type] = STATE(1515),
[sym__unannotated_type] = STATE(1034),
[sym_annotated_type] = STATE(944),
[sym_scoped_type_identifier] = STATE(947),
[sym_generic_type] = STATE(962),
[sym_array_type] = STATE(844),
[sym_integral_type] = STATE(844),
[sym_floating_point_type] = STATE(844),
[sym_formal_parameters] = STATE(1589),
[sym__reserved_identifier] = STATE(444),
[aux_sym_array_creation_expression_repeat1] = STATE(912),
[sym_identifier] = ACTIONS(559),
[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(21),
[anon_sym_DASH] = ACTIONS(21),
[anon_sym_TILDE] = ACTIONS(23),
[anon_sym_BANG] = ACTIONS(23),
[anon_sym_PLUS_PLUS] = ACTIONS(25),
[anon_sym_DASH_DASH] = ACTIONS(25),
[anon_sym_new] = ACTIONS(27),
[anon_sym_switch] = ACTIONS(551),
[anon_sym_yield] = ACTIONS(576),
[anon_sym_AT] = ACTIONS(578),
[anon_sym_open] = ACTIONS(69),
[anon_sym_module] = ACTIONS(69),
[anon_sym_with] = ACTIONS(69),
[anon_sym_sealed] = ACTIONS(69),
[anon_sym_record] = ACTIONS(69),
[anon_sym_byte] = ACTIONS(87),
[anon_sym_short] = ACTIONS(87),
[anon_sym_int] = ACTIONS(87),
[anon_sym_long] = ACTIONS(87),
[anon_sym_char] = ACTIONS(87),
[anon_sym_float] = ACTIONS(89),
[anon_sym_double] = ACTIONS(89),
[sym_boolean_type] = ACTIONS(91),
[sym_void_type] = ACTIONS(91),
[sym_this] = ACTIONS(93),
[sym_super] = ACTIONS(95),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(235)] = {
[sym__literal] = STATE(593),
[sym_string_literal] = STATE(594),
[sym__string_literal] = STATE(550),
[sym__multiline_string_literal] = STATE(550),
[sym_expression] = STATE(853),
[sym_cast_expression] = STATE(709),
[sym_assignment_expression] = STATE(709),
[sym_binary_expression] = STATE(709),
[sym_instanceof_expression] = STATE(709),
[sym_lambda_expression] = STATE(709),
[sym_inferred_parameters] = STATE(1589),
[sym_ternary_expression] = STATE(709),
[sym_unary_expression] = STATE(709),
[sym__unary_complement_expression] = STATE(716),
[sym_update_expression] = STATE(709),
[sym_primary_expression] = STATE(562),
[sym_array_creation_expression] = STATE(593),
[sym_parenthesized_expression] = STATE(449),
[sym_class_literal] = STATE(593),
[sym_object_creation_expression] = STATE(593),
[sym__unqualified_object_creation_expression] = STATE(600),
[sym_field_access] = STATE(449),
[sym_template_expression] = STATE(593),
[sym_array_access] = STATE(449),
[sym_method_invocation] = STATE(593),
[sym_method_reference] = STATE(593),
[sym_switch_expression] = STATE(709),
[sym__annotation] = STATE(912),
[sym_marker_annotation] = STATE(912),
[sym_annotation] = STATE(912),
[sym__type] = STATE(1515),
[sym__unannotated_type] = STATE(1034),
[sym_annotated_type] = STATE(944),
[sym_scoped_type_identifier] = STATE(947),
[sym_generic_type] = STATE(962),
[sym_array_type] = STATE(844),
[sym_integral_type] = STATE(844),
[sym_floating_point_type] = STATE(844),
[sym_formal_parameters] = STATE(1589),
[sym__reserved_identifier] = STATE(444),
[aux_sym_array_creation_expression_repeat1] = STATE(912),
[sym_identifier] = ACTIONS(559),
[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(21),
[anon_sym_DASH] = ACTIONS(21),
[anon_sym_TILDE] = ACTIONS(23),
[anon_sym_BANG] = ACTIONS(23),
[anon_sym_PLUS_PLUS] = ACTIONS(25),
[anon_sym_DASH_DASH] = ACTIONS(25),
[anon_sym_new] = ACTIONS(27),
[anon_sym_switch] = ACTIONS(551),
[anon_sym_yield] = ACTIONS(576),
[anon_sym_AT] = ACTIONS(578),
[anon_sym_open] = ACTIONS(69),
[anon_sym_module] = ACTIONS(69),
[anon_sym_with] = ACTIONS(69),
[anon_sym_sealed] = ACTIONS(69),
[anon_sym_record] = ACTIONS(69),
[anon_sym_byte] = ACTIONS(87),
[anon_sym_short] = ACTIONS(87),
[anon_sym_int] = ACTIONS(87),
[anon_sym_long] = ACTIONS(87),
[anon_sym_char] = ACTIONS(87),
[anon_sym_float] = ACTIONS(89),
[anon_sym_double] = ACTIONS(89),
[sym_boolean_type] = ACTIONS(91),
[sym_void_type] = ACTIONS(91),
[sym_this] = ACTIONS(93),
[sym_super] = ACTIONS(95),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(236)] = {
[sym__literal] = STATE(593),
[sym_string_literal] = STATE(594),
[sym__string_literal] = STATE(550),
[sym__multiline_string_literal] = STATE(550),
[sym_expression] = STATE(838),
[sym_cast_expression] = STATE(709),
[sym_assignment_expression] = STATE(709),
[sym_binary_expression] = STATE(709),
[sym_instanceof_expression] = STATE(709),
[sym_lambda_expression] = STATE(709),
[sym_inferred_parameters] = STATE(1589),
[sym_ternary_expression] = STATE(709),
[sym_unary_expression] = STATE(709),
[sym__unary_complement_expression] = STATE(716),
[sym_update_expression] = STATE(709),
[sym_primary_expression] = STATE(562),
[sym_array_creation_expression] = STATE(593),
[sym_parenthesized_expression] = STATE(449),
[sym_class_literal] = STATE(593),
[sym_object_creation_expression] = STATE(593),
[sym__unqualified_object_creation_expression] = STATE(600),
[sym_field_access] = STATE(449),
[sym_template_expression] = STATE(593),
[sym_array_access] = STATE(449),
[sym_method_invocation] = STATE(593),
[sym_method_reference] = STATE(593),
[sym_switch_expression] = STATE(709),
[sym__annotation] = STATE(912),
[sym_marker_annotation] = STATE(912),
[sym_annotation] = STATE(912),
[sym__type] = STATE(1515),
[sym__unannotated_type] = STATE(1034),
[sym_annotated_type] = STATE(944),
[sym_scoped_type_identifier] = STATE(947),
[sym_generic_type] = STATE(962),
[sym_array_type] = STATE(844),
[sym_integral_type] = STATE(844),
[sym_floating_point_type] = STATE(844),
[sym_formal_parameters] = STATE(1589),
[sym__reserved_identifier] = STATE(444),
[aux_sym_array_creation_expression_repeat1] = STATE(912),
[sym_identifier] = ACTIONS(559),
[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(21),
[anon_sym_DASH] = ACTIONS(21),
[anon_sym_TILDE] = ACTIONS(23),
[anon_sym_BANG] = ACTIONS(23),
[anon_sym_PLUS_PLUS] = ACTIONS(25),
[anon_sym_DASH_DASH] = ACTIONS(25),
[anon_sym_new] = ACTIONS(27),
[anon_sym_switch] = ACTIONS(551),
[anon_sym_yield] = ACTIONS(576),
[anon_sym_AT] = ACTIONS(578),
[anon_sym_open] = ACTIONS(69),
[anon_sym_module] = ACTIONS(69),
[anon_sym_with] = ACTIONS(69),
[anon_sym_sealed] = ACTIONS(69),
[anon_sym_record] = ACTIONS(69),
[anon_sym_byte] = ACTIONS(87),
[anon_sym_short] = ACTIONS(87),
[anon_sym_int] = ACTIONS(87),
[anon_sym_long] = ACTIONS(87),
[anon_sym_char] = ACTIONS(87),
[anon_sym_float] = ACTIONS(89),
[anon_sym_double] = ACTIONS(89),
[sym_boolean_type] = ACTIONS(91),
[sym_void_type] = ACTIONS(91),
[sym_this] = ACTIONS(93),
[sym_super] = ACTIONS(95),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(237)] = {
[sym__literal] = STATE(593),
[sym_string_literal] = STATE(594),
[sym__string_literal] = STATE(550),
[sym__multiline_string_literal] = STATE(550),
[sym_expression] = STATE(707),
[sym_cast_expression] = STATE(710),
[sym_assignment_expression] = STATE(709),
[sym_binary_expression] = STATE(709),
[sym_instanceof_expression] = STATE(709),
[sym_lambda_expression] = STATE(710),
[sym_inferred_parameters] = STATE(1589),
[sym_ternary_expression] = STATE(709),
[sym_unary_expression] = STATE(709),
[sym__unary_complement_expression] = STATE(721),
[sym_update_expression] = STATE(709),
[sym_primary_expression] = STATE(573),
[sym_array_creation_expression] = STATE(593),
[sym_parenthesized_expression] = STATE(449),
[sym_class_literal] = STATE(593),
[sym_object_creation_expression] = STATE(593),
[sym__unqualified_object_creation_expression] = STATE(600),
[sym_field_access] = STATE(449),
[sym_template_expression] = STATE(593),
[sym_array_access] = STATE(449),
[sym_method_invocation] = STATE(593),
[sym_method_reference] = STATE(593),
[sym_switch_expression] = STATE(710),
[sym__annotation] = STATE(912),
[sym_marker_annotation] = STATE(912),
[sym_annotation] = STATE(912),
[sym__type] = STATE(1515),
[sym__unannotated_type] = STATE(1034),
[sym_annotated_type] = STATE(944),
[sym_scoped_type_identifier] = STATE(947),
[sym_generic_type] = STATE(962),
[sym_array_type] = STATE(844),
[sym_integral_type] = STATE(844),
[sym_floating_point_type] = STATE(844),
[sym_formal_parameters] = STATE(1589),
[sym__reserved_identifier] = STATE(444),
[aux_sym_array_creation_expression_repeat1] = STATE(912),
[sym_identifier] = ACTIONS(559),
[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(21),
[anon_sym_DASH] = ACTIONS(21),
[anon_sym_TILDE] = ACTIONS(23),
[anon_sym_BANG] = ACTIONS(23),
[anon_sym_PLUS_PLUS] = ACTIONS(25),
[anon_sym_DASH_DASH] = ACTIONS(25),
[anon_sym_new] = ACTIONS(27),
[anon_sym_switch] = ACTIONS(551),
[anon_sym_yield] = ACTIONS(576),
[anon_sym_AT] = ACTIONS(578),
[anon_sym_open] = ACTIONS(69),
[anon_sym_module] = ACTIONS(69),
[anon_sym_with] = ACTIONS(69),
[anon_sym_sealed] = ACTIONS(69),
[anon_sym_record] = ACTIONS(69),
[anon_sym_byte] = ACTIONS(87),
[anon_sym_short] = ACTIONS(87),
[anon_sym_int] = ACTIONS(87),
[anon_sym_long] = ACTIONS(87),
[anon_sym_char] = ACTIONS(87),
[anon_sym_float] = ACTIONS(89),
[anon_sym_double] = ACTIONS(89),
[sym_boolean_type] = ACTIONS(91),
[sym_void_type] = ACTIONS(91),
[sym_this] = ACTIONS(93),
[sym_super] = ACTIONS(95),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(238)] = {
[sym__literal] = STATE(593),
[sym_string_literal] = STATE(594),
[sym__string_literal] = STATE(550),
[sym__multiline_string_literal] = STATE(550),
[sym_expression] = STATE(850),
[sym_cast_expression] = STATE(709),
[sym_assignment_expression] = STATE(709),
[sym_binary_expression] = STATE(709),
[sym_instanceof_expression] = STATE(709),
[sym_lambda_expression] = STATE(709),
[sym_inferred_parameters] = STATE(1589),
[sym_ternary_expression] = STATE(709),
[sym_unary_expression] = STATE(709),
[sym__unary_complement_expression] = STATE(716),
[sym_update_expression] = STATE(709),
[sym_primary_expression] = STATE(562),
[sym_array_creation_expression] = STATE(593),
[sym_parenthesized_expression] = STATE(449),
[sym_class_literal] = STATE(593),
[sym_object_creation_expression] = STATE(593),
[sym__unqualified_object_creation_expression] = STATE(600),
[sym_field_access] = STATE(449),
[sym_template_expression] = STATE(593),
[sym_array_access] = STATE(449),
[sym_method_invocation] = STATE(593),
[sym_method_reference] = STATE(593),
[sym_switch_expression] = STATE(709),
[sym__annotation] = STATE(912),
[sym_marker_annotation] = STATE(912),
[sym_annotation] = STATE(912),
[sym__type] = STATE(1515),
[sym__unannotated_type] = STATE(1034),
[sym_annotated_type] = STATE(944),
[sym_scoped_type_identifier] = STATE(947),
[sym_generic_type] = STATE(962),
[sym_array_type] = STATE(844),
[sym_integral_type] = STATE(844),
[sym_floating_point_type] = STATE(844),
[sym_formal_parameters] = STATE(1589),
[sym__reserved_identifier] = STATE(444),
[aux_sym_array_creation_expression_repeat1] = STATE(912),
[sym_identifier] = ACTIONS(559),
[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(21),
[anon_sym_DASH] = ACTIONS(21),
[anon_sym_TILDE] = ACTIONS(23),
[anon_sym_BANG] = ACTIONS(23),
[anon_sym_PLUS_PLUS] = ACTIONS(25),
[anon_sym_DASH_DASH] = ACTIONS(25),
[anon_sym_new] = ACTIONS(27),
[anon_sym_switch] = ACTIONS(551),
[anon_sym_yield] = ACTIONS(576),
[anon_sym_AT] = ACTIONS(578),
[anon_sym_open] = ACTIONS(69),
[anon_sym_module] = ACTIONS(69),
[anon_sym_with] = ACTIONS(69),
[anon_sym_sealed] = ACTIONS(69),
[anon_sym_record] = ACTIONS(69),
[anon_sym_byte] = ACTIONS(87),
[anon_sym_short] = ACTIONS(87),
[anon_sym_int] = ACTIONS(87),
[anon_sym_long] = ACTIONS(87),
[anon_sym_char] = ACTIONS(87),
[anon_sym_float] = ACTIONS(89),
[anon_sym_double] = ACTIONS(89),
[sym_boolean_type] = ACTIONS(91),
[sym_void_type] = ACTIONS(91),
[sym_this] = ACTIONS(93),
[sym_super] = ACTIONS(95),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(239)] = {
[sym__literal] = STATE(593),
[sym_string_literal] = STATE(594),
[sym__string_literal] = STATE(550),
[sym__multiline_string_literal] = STATE(550),
[sym_expression] = STATE(857),
[sym_cast_expression] = STATE(709),
[sym_assignment_expression] = STATE(709),
[sym_binary_expression] = STATE(709),
[sym_instanceof_expression] = STATE(709),
[sym_lambda_expression] = STATE(709),
[sym_inferred_parameters] = STATE(1589),
[sym_ternary_expression] = STATE(709),
[sym_unary_expression] = STATE(709),
[sym__unary_complement_expression] = STATE(716),
[sym_update_expression] = STATE(709),
[sym_primary_expression] = STATE(562),
[sym_array_creation_expression] = STATE(593),
[sym_parenthesized_expression] = STATE(449),
[sym_class_literal] = STATE(593),
[sym_object_creation_expression] = STATE(593),
[sym__unqualified_object_creation_expression] = STATE(600),
[sym_field_access] = STATE(449),
[sym_template_expression] = STATE(593),
[sym_array_access] = STATE(449),
[sym_method_invocation] = STATE(593),
[sym_method_reference] = STATE(593),
[sym_switch_expression] = STATE(709),
[sym__annotation] = STATE(912),
[sym_marker_annotation] = STATE(912),
[sym_annotation] = STATE(912),
[sym__type] = STATE(1515),
[sym__unannotated_type] = STATE(1034),
[sym_annotated_type] = STATE(944),
[sym_scoped_type_identifier] = STATE(947),
[sym_generic_type] = STATE(962),
[sym_array_type] = STATE(844),
[sym_integral_type] = STATE(844),
[sym_floating_point_type] = STATE(844),
[sym_formal_parameters] = STATE(1589),
[sym__reserved_identifier] = STATE(444),
[aux_sym_array_creation_expression_repeat1] = STATE(912),
[sym_identifier] = ACTIONS(559),
[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(21),
[anon_sym_DASH] = ACTIONS(21),
[anon_sym_TILDE] = ACTIONS(23),
[anon_sym_BANG] = ACTIONS(23),
[anon_sym_PLUS_PLUS] = ACTIONS(25),
[anon_sym_DASH_DASH] = ACTIONS(25),
[anon_sym_new] = ACTIONS(27),
[anon_sym_switch] = ACTIONS(551),
[anon_sym_yield] = ACTIONS(576),
[anon_sym_AT] = ACTIONS(578),
[anon_sym_open] = ACTIONS(69),
[anon_sym_module] = ACTIONS(69),
[anon_sym_with] = ACTIONS(69),
[anon_sym_sealed] = ACTIONS(69),
[anon_sym_record] = ACTIONS(69),
[anon_sym_byte] = ACTIONS(87),
[anon_sym_short] = ACTIONS(87),
[anon_sym_int] = ACTIONS(87),
[anon_sym_long] = ACTIONS(87),
[anon_sym_char] = ACTIONS(87),
[anon_sym_float] = ACTIONS(89),
[anon_sym_double] = ACTIONS(89),
[sym_boolean_type] = ACTIONS(91),
[sym_void_type] = ACTIONS(91),
[sym_this] = ACTIONS(93),
[sym_super] = ACTIONS(95),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(240)] = {
[sym__literal] = STATE(593),
[sym_string_literal] = STATE(594),
[sym__string_literal] = STATE(550),
[sym__multiline_string_literal] = STATE(550),
[sym_expression] = STATE(847),
[sym_cast_expression] = STATE(709),
[sym_assignment_expression] = STATE(709),
[sym_binary_expression] = STATE(709),
[sym_instanceof_expression] = STATE(709),
[sym_lambda_expression] = STATE(709),
[sym_inferred_parameters] = STATE(1589),
[sym_ternary_expression] = STATE(709),
[sym_unary_expression] = STATE(709),
[sym__unary_complement_expression] = STATE(716),
[sym_update_expression] = STATE(709),
[sym_primary_expression] = STATE(562),
[sym_array_creation_expression] = STATE(593),
[sym_parenthesized_expression] = STATE(449),
[sym_class_literal] = STATE(593),
[sym_object_creation_expression] = STATE(593),
[sym__unqualified_object_creation_expression] = STATE(600),
[sym_field_access] = STATE(449),
[sym_template_expression] = STATE(593),
[sym_array_access] = STATE(449),
[sym_method_invocation] = STATE(593),
[sym_method_reference] = STATE(593),
[sym_switch_expression] = STATE(709),
[sym__annotation] = STATE(912),
[sym_marker_annotation] = STATE(912),
[sym_annotation] = STATE(912),
[sym__type] = STATE(1515),
[sym__unannotated_type] = STATE(1034),
[sym_annotated_type] = STATE(944),
[sym_scoped_type_identifier] = STATE(947),
[sym_generic_type] = STATE(962),
[sym_array_type] = STATE(844),
[sym_integral_type] = STATE(844),
[sym_floating_point_type] = STATE(844),
[sym_formal_parameters] = STATE(1589),
[sym__reserved_identifier] = STATE(444),
[aux_sym_array_creation_expression_repeat1] = STATE(912),
[sym_identifier] = ACTIONS(559),
[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(21),
[anon_sym_DASH] = ACTIONS(21),
[anon_sym_TILDE] = ACTIONS(23),
[anon_sym_BANG] = ACTIONS(23),
[anon_sym_PLUS_PLUS] = ACTIONS(25),
[anon_sym_DASH_DASH] = ACTIONS(25),
[anon_sym_new] = ACTIONS(27),
[anon_sym_switch] = ACTIONS(551),
[anon_sym_yield] = ACTIONS(576),
[anon_sym_AT] = ACTIONS(578),
[anon_sym_open] = ACTIONS(69),
[anon_sym_module] = ACTIONS(69),
[anon_sym_with] = ACTIONS(69),
[anon_sym_sealed] = ACTIONS(69),
[anon_sym_record] = ACTIONS(69),
[anon_sym_byte] = ACTIONS(87),
[anon_sym_short] = ACTIONS(87),
[anon_sym_int] = ACTIONS(87),
[anon_sym_long] = ACTIONS(87),
[anon_sym_char] = ACTIONS(87),
[anon_sym_float] = ACTIONS(89),
[anon_sym_double] = ACTIONS(89),
[sym_boolean_type] = ACTIONS(91),
[sym_void_type] = ACTIONS(91),
[sym_this] = ACTIONS(93),
[sym_super] = ACTIONS(95),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(241)] = {
[sym__literal] = STATE(593),
[sym_string_literal] = STATE(594),
[sym__string_literal] = STATE(550),
[sym__multiline_string_literal] = STATE(550),
[sym_expression] = STATE(744),
[sym_cast_expression] = STATE(709),
[sym_assignment_expression] = STATE(709),
[sym_binary_expression] = STATE(709),
[sym_instanceof_expression] = STATE(709),
[sym_lambda_expression] = STATE(709),
[sym_inferred_parameters] = STATE(1589),
[sym_ternary_expression] = STATE(709),
[sym_unary_expression] = STATE(709),
[sym__unary_complement_expression] = STATE(716),
[sym_update_expression] = STATE(709),
[sym_primary_expression] = STATE(562),
[sym_array_creation_expression] = STATE(593),
[sym_parenthesized_expression] = STATE(449),
[sym_class_literal] = STATE(593),
[sym_object_creation_expression] = STATE(593),
[sym__unqualified_object_creation_expression] = STATE(600),
[sym_field_access] = STATE(449),
[sym_template_expression] = STATE(593),
[sym_array_access] = STATE(449),
[sym_method_invocation] = STATE(593),
[sym_method_reference] = STATE(593),
[sym_switch_expression] = STATE(709),
[sym__annotation] = STATE(912),
[sym_marker_annotation] = STATE(912),
[sym_annotation] = STATE(912),
[sym__type] = STATE(1515),
[sym__unannotated_type] = STATE(1034),
[sym_annotated_type] = STATE(944),
[sym_scoped_type_identifier] = STATE(947),
[sym_generic_type] = STATE(962),
[sym_array_type] = STATE(844),
[sym_integral_type] = STATE(844),
[sym_floating_point_type] = STATE(844),
[sym_formal_parameters] = STATE(1589),
[sym__reserved_identifier] = STATE(444),
[aux_sym_array_creation_expression_repeat1] = STATE(912),
[sym_identifier] = ACTIONS(559),
[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(21),
[anon_sym_DASH] = ACTIONS(21),
[anon_sym_TILDE] = ACTIONS(23),
[anon_sym_BANG] = ACTIONS(23),
[anon_sym_PLUS_PLUS] = ACTIONS(25),
[anon_sym_DASH_DASH] = ACTIONS(25),
[anon_sym_new] = ACTIONS(27),
[anon_sym_switch] = ACTIONS(551),
[anon_sym_yield] = ACTIONS(576),
[anon_sym_AT] = ACTIONS(578),
[anon_sym_open] = ACTIONS(69),
[anon_sym_module] = ACTIONS(69),
[anon_sym_with] = ACTIONS(69),
[anon_sym_sealed] = ACTIONS(69),
[anon_sym_record] = ACTIONS(69),
[anon_sym_byte] = ACTIONS(87),
[anon_sym_short] = ACTIONS(87),
[anon_sym_int] = ACTIONS(87),
[anon_sym_long] = ACTIONS(87),
[anon_sym_char] = ACTIONS(87),
[anon_sym_float] = ACTIONS(89),
[anon_sym_double] = ACTIONS(89),
[sym_boolean_type] = ACTIONS(91),
[sym_void_type] = ACTIONS(91),
[sym_this] = ACTIONS(93),
[sym_super] = ACTIONS(95),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(242)] = {
[sym__literal] = STATE(593),
[sym_string_literal] = STATE(594),
[sym__string_literal] = STATE(550),
[sym__multiline_string_literal] = STATE(550),
[sym_expression] = STATE(873),
[sym_cast_expression] = STATE(709),
[sym_assignment_expression] = STATE(709),
[sym_binary_expression] = STATE(709),
[sym_instanceof_expression] = STATE(709),
[sym_lambda_expression] = STATE(709),
[sym_inferred_parameters] = STATE(1589),
[sym_ternary_expression] = STATE(709),
[sym_unary_expression] = STATE(709),
[sym__unary_complement_expression] = STATE(716),
[sym_update_expression] = STATE(709),
[sym_primary_expression] = STATE(562),
[sym_array_creation_expression] = STATE(593),
[sym_parenthesized_expression] = STATE(449),
[sym_class_literal] = STATE(593),
[sym_object_creation_expression] = STATE(593),
[sym__unqualified_object_creation_expression] = STATE(600),
[sym_field_access] = STATE(449),
[sym_template_expression] = STATE(593),
[sym_array_access] = STATE(449),
[sym_method_invocation] = STATE(593),
[sym_method_reference] = STATE(593),
[sym_switch_expression] = STATE(709),
[sym__annotation] = STATE(912),
[sym_marker_annotation] = STATE(912),
[sym_annotation] = STATE(912),
[sym__type] = STATE(1515),
[sym__unannotated_type] = STATE(1034),
[sym_annotated_type] = STATE(944),
[sym_scoped_type_identifier] = STATE(947),
[sym_generic_type] = STATE(962),
[sym_array_type] = STATE(844),
[sym_integral_type] = STATE(844),
[sym_floating_point_type] = STATE(844),
[sym_formal_parameters] = STATE(1589),
[sym__reserved_identifier] = STATE(444),
[aux_sym_array_creation_expression_repeat1] = STATE(912),
[sym_identifier] = ACTIONS(559),
[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(21),
[anon_sym_DASH] = ACTIONS(21),
[anon_sym_TILDE] = ACTIONS(23),
[anon_sym_BANG] = ACTIONS(23),
[anon_sym_PLUS_PLUS] = ACTIONS(25),
[anon_sym_DASH_DASH] = ACTIONS(25),
[anon_sym_new] = ACTIONS(27),
[anon_sym_switch] = ACTIONS(551),
[anon_sym_yield] = ACTIONS(576),
[anon_sym_AT] = ACTIONS(578),
[anon_sym_open] = ACTIONS(69),
[anon_sym_module] = ACTIONS(69),
[anon_sym_with] = ACTIONS(69),
[anon_sym_sealed] = ACTIONS(69),
[anon_sym_record] = ACTIONS(69),
[anon_sym_byte] = ACTIONS(87),
[anon_sym_short] = ACTIONS(87),
[anon_sym_int] = ACTIONS(87),
[anon_sym_long] = ACTIONS(87),
[anon_sym_char] = ACTIONS(87),
[anon_sym_float] = ACTIONS(89),
[anon_sym_double] = ACTIONS(89),
[sym_boolean_type] = ACTIONS(91),
[sym_void_type] = ACTIONS(91),
[sym_this] = ACTIONS(93),
[sym_super] = ACTIONS(95),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(243)] = {
[sym__literal] = STATE(593),
[sym_string_literal] = STATE(594),
[sym__string_literal] = STATE(550),
[sym__multiline_string_literal] = STATE(550),
[sym_expression] = STATE(852),
[sym_cast_expression] = STATE(709),
[sym_assignment_expression] = STATE(709),
[sym_binary_expression] = STATE(709),
[sym_instanceof_expression] = STATE(709),
[sym_lambda_expression] = STATE(709),
[sym_inferred_parameters] = STATE(1589),
[sym_ternary_expression] = STATE(709),
[sym_unary_expression] = STATE(709),
[sym__unary_complement_expression] = STATE(716),
[sym_update_expression] = STATE(709),
[sym_primary_expression] = STATE(562),
[sym_array_creation_expression] = STATE(593),
[sym_parenthesized_expression] = STATE(449),
[sym_class_literal] = STATE(593),
[sym_object_creation_expression] = STATE(593),
[sym__unqualified_object_creation_expression] = STATE(600),
[sym_field_access] = STATE(449),
[sym_template_expression] = STATE(593),
[sym_array_access] = STATE(449),
[sym_method_invocation] = STATE(593),
[sym_method_reference] = STATE(593),
[sym_switch_expression] = STATE(709),
[sym__annotation] = STATE(912),
[sym_marker_annotation] = STATE(912),
[sym_annotation] = STATE(912),
[sym__type] = STATE(1515),
[sym__unannotated_type] = STATE(1034),
[sym_annotated_type] = STATE(944),
[sym_scoped_type_identifier] = STATE(947),
[sym_generic_type] = STATE(962),
[sym_array_type] = STATE(844),
[sym_integral_type] = STATE(844),
[sym_floating_point_type] = STATE(844),
[sym_formal_parameters] = STATE(1589),
[sym__reserved_identifier] = STATE(444),
[aux_sym_array_creation_expression_repeat1] = STATE(912),
[sym_identifier] = ACTIONS(559),
[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(21),
[anon_sym_DASH] = ACTIONS(21),
[anon_sym_TILDE] = ACTIONS(23),
[anon_sym_BANG] = ACTIONS(23),
[anon_sym_PLUS_PLUS] = ACTIONS(25),
[anon_sym_DASH_DASH] = ACTIONS(25),
[anon_sym_new] = ACTIONS(27),
[anon_sym_switch] = ACTIONS(551),
[anon_sym_yield] = ACTIONS(576),
[anon_sym_AT] = ACTIONS(578),
[anon_sym_open] = ACTIONS(69),
[anon_sym_module] = ACTIONS(69),
[anon_sym_with] = ACTIONS(69),
[anon_sym_sealed] = ACTIONS(69),
[anon_sym_record] = ACTIONS(69),
[anon_sym_byte] = ACTIONS(87),
[anon_sym_short] = ACTIONS(87),
[anon_sym_int] = ACTIONS(87),
[anon_sym_long] = ACTIONS(87),
[anon_sym_char] = ACTIONS(87),
[anon_sym_float] = ACTIONS(89),
[anon_sym_double] = ACTIONS(89),
[sym_boolean_type] = ACTIONS(91),
[sym_void_type] = ACTIONS(91),
[sym_this] = ACTIONS(93),
[sym_super] = ACTIONS(95),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(244)] = {
[sym__literal] = STATE(593),
[sym_string_literal] = STATE(594),
[sym__string_literal] = STATE(550),
[sym__multiline_string_literal] = STATE(550),
[sym_expression] = STATE(865),
[sym_cast_expression] = STATE(709),
[sym_assignment_expression] = STATE(709),
[sym_binary_expression] = STATE(709),
[sym_instanceof_expression] = STATE(709),
[sym_lambda_expression] = STATE(709),
[sym_inferred_parameters] = STATE(1589),
[sym_ternary_expression] = STATE(709),
[sym_unary_expression] = STATE(709),
[sym__unary_complement_expression] = STATE(716),
[sym_update_expression] = STATE(709),
[sym_primary_expression] = STATE(562),
[sym_array_creation_expression] = STATE(593),
[sym_parenthesized_expression] = STATE(449),
[sym_class_literal] = STATE(593),
[sym_object_creation_expression] = STATE(593),
[sym__unqualified_object_creation_expression] = STATE(600),
[sym_field_access] = STATE(449),
[sym_template_expression] = STATE(593),
[sym_array_access] = STATE(449),
[sym_method_invocation] = STATE(593),
[sym_method_reference] = STATE(593),
[sym_switch_expression] = STATE(709),
[sym__annotation] = STATE(912),
[sym_marker_annotation] = STATE(912),
[sym_annotation] = STATE(912),
[sym__type] = STATE(1515),
[sym__unannotated_type] = STATE(1034),
[sym_annotated_type] = STATE(944),
[sym_scoped_type_identifier] = STATE(947),
[sym_generic_type] = STATE(962),
[sym_array_type] = STATE(844),
[sym_integral_type] = STATE(844),
[sym_floating_point_type] = STATE(844),
[sym_formal_parameters] = STATE(1589),
[sym__reserved_identifier] = STATE(444),
[aux_sym_array_creation_expression_repeat1] = STATE(912),
[sym_identifier] = ACTIONS(559),
[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(21),
[anon_sym_DASH] = ACTIONS(21),
[anon_sym_TILDE] = ACTIONS(23),
[anon_sym_BANG] = ACTIONS(23),
[anon_sym_PLUS_PLUS] = ACTIONS(25),
[anon_sym_DASH_DASH] = ACTIONS(25),
[anon_sym_new] = ACTIONS(27),
[anon_sym_switch] = ACTIONS(551),
[anon_sym_yield] = ACTIONS(576),
[anon_sym_AT] = ACTIONS(578),
[anon_sym_open] = ACTIONS(69),
[anon_sym_module] = ACTIONS(69),
[anon_sym_with] = ACTIONS(69),
[anon_sym_sealed] = ACTIONS(69),
[anon_sym_record] = ACTIONS(69),
[anon_sym_byte] = ACTIONS(87),
[anon_sym_short] = ACTIONS(87),
[anon_sym_int] = ACTIONS(87),
[anon_sym_long] = ACTIONS(87),
[anon_sym_char] = ACTIONS(87),
[anon_sym_float] = ACTIONS(89),
[anon_sym_double] = ACTIONS(89),
[sym_boolean_type] = ACTIONS(91),
[sym_void_type] = ACTIONS(91),
[sym_this] = ACTIONS(93),
[sym_super] = ACTIONS(95),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(245)] = {
[sym__literal] = STATE(593),
[sym_string_literal] = STATE(594),
[sym__string_literal] = STATE(550),
[sym__multiline_string_literal] = STATE(550),
[sym_expression] = STATE(720),
[sym_cast_expression] = STATE(709),
[sym_assignment_expression] = STATE(709),
[sym_binary_expression] = STATE(709),
[sym_instanceof_expression] = STATE(709),
[sym_lambda_expression] = STATE(709),
[sym_inferred_parameters] = STATE(1589),
[sym_ternary_expression] = STATE(709),
[sym_unary_expression] = STATE(709),
[sym__unary_complement_expression] = STATE(716),
[sym_update_expression] = STATE(709),
[sym_primary_expression] = STATE(562),
[sym_array_creation_expression] = STATE(593),
[sym_parenthesized_expression] = STATE(449),
[sym_class_literal] = STATE(593),
[sym_object_creation_expression] = STATE(593),
[sym__unqualified_object_creation_expression] = STATE(600),
[sym_field_access] = STATE(449),
[sym_template_expression] = STATE(593),
[sym_array_access] = STATE(449),
[sym_method_invocation] = STATE(593),
[sym_method_reference] = STATE(593),
[sym_switch_expression] = STATE(709),
[sym__annotation] = STATE(912),
[sym_marker_annotation] = STATE(912),
[sym_annotation] = STATE(912),
[sym__type] = STATE(1515),
[sym__unannotated_type] = STATE(1034),
[sym_annotated_type] = STATE(944),
[sym_scoped_type_identifier] = STATE(947),
[sym_generic_type] = STATE(962),
[sym_array_type] = STATE(844),
[sym_integral_type] = STATE(844),
[sym_floating_point_type] = STATE(844),
[sym_formal_parameters] = STATE(1589),
[sym__reserved_identifier] = STATE(444),
[aux_sym_array_creation_expression_repeat1] = STATE(912),
[sym_identifier] = ACTIONS(559),
[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(21),
[anon_sym_DASH] = ACTIONS(21),
[anon_sym_TILDE] = ACTIONS(23),
[anon_sym_BANG] = ACTIONS(23),
[anon_sym_PLUS_PLUS] = ACTIONS(25),
[anon_sym_DASH_DASH] = ACTIONS(25),
[anon_sym_new] = ACTIONS(27),
[anon_sym_switch] = ACTIONS(551),
[anon_sym_yield] = ACTIONS(576),
[anon_sym_AT] = ACTIONS(578),
[anon_sym_open] = ACTIONS(69),
[anon_sym_module] = ACTIONS(69),
[anon_sym_with] = ACTIONS(69),
[anon_sym_sealed] = ACTIONS(69),
[anon_sym_record] = ACTIONS(69),
[anon_sym_byte] = ACTIONS(87),
[anon_sym_short] = ACTIONS(87),
[anon_sym_int] = ACTIONS(87),
[anon_sym_long] = ACTIONS(87),
[anon_sym_char] = ACTIONS(87),
[anon_sym_float] = ACTIONS(89),
[anon_sym_double] = ACTIONS(89),
[sym_boolean_type] = ACTIONS(91),
[sym_void_type] = ACTIONS(91),
[sym_this] = ACTIONS(93),
[sym_super] = ACTIONS(95),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(246)] = {
[sym__literal] = STATE(593),
[sym_string_literal] = STATE(594),
[sym__string_literal] = STATE(550),
[sym__multiline_string_literal] = STATE(550),
[sym_expression] = STATE(745),
[sym_cast_expression] = STATE(709),
[sym_assignment_expression] = STATE(709),
[sym_binary_expression] = STATE(709),
[sym_instanceof_expression] = STATE(709),
[sym_lambda_expression] = STATE(709),
[sym_inferred_parameters] = STATE(1589),
[sym_ternary_expression] = STATE(709),
[sym_unary_expression] = STATE(709),
[sym__unary_complement_expression] = STATE(716),
[sym_update_expression] = STATE(709),
[sym_primary_expression] = STATE(562),
[sym_array_creation_expression] = STATE(593),
[sym_parenthesized_expression] = STATE(449),
[sym_class_literal] = STATE(593),
[sym_object_creation_expression] = STATE(593),
[sym__unqualified_object_creation_expression] = STATE(600),
[sym_field_access] = STATE(449),
[sym_template_expression] = STATE(593),
[sym_array_access] = STATE(449),
[sym_method_invocation] = STATE(593),
[sym_method_reference] = STATE(593),
[sym_switch_expression] = STATE(709),
[sym__annotation] = STATE(912),
[sym_marker_annotation] = STATE(912),
[sym_annotation] = STATE(912),
[sym__type] = STATE(1515),
[sym__unannotated_type] = STATE(1034),
[sym_annotated_type] = STATE(944),
[sym_scoped_type_identifier] = STATE(947),
[sym_generic_type] = STATE(962),
[sym_array_type] = STATE(844),
[sym_integral_type] = STATE(844),
[sym_floating_point_type] = STATE(844),
[sym_formal_parameters] = STATE(1589),
[sym__reserved_identifier] = STATE(444),
[aux_sym_array_creation_expression_repeat1] = STATE(912),
[sym_identifier] = ACTIONS(559),
[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(21),
[anon_sym_DASH] = ACTIONS(21),
[anon_sym_TILDE] = ACTIONS(23),
[anon_sym_BANG] = ACTIONS(23),
[anon_sym_PLUS_PLUS] = ACTIONS(25),
[anon_sym_DASH_DASH] = ACTIONS(25),
[anon_sym_new] = ACTIONS(27),
[anon_sym_switch] = ACTIONS(551),
[anon_sym_yield] = ACTIONS(576),
[anon_sym_AT] = ACTIONS(578),
[anon_sym_open] = ACTIONS(69),
[anon_sym_module] = ACTIONS(69),
[anon_sym_with] = ACTIONS(69),
[anon_sym_sealed] = ACTIONS(69),
[anon_sym_record] = ACTIONS(69),
[anon_sym_byte] = ACTIONS(87),
[anon_sym_short] = ACTIONS(87),
[anon_sym_int] = ACTIONS(87),
[anon_sym_long] = ACTIONS(87),
[anon_sym_char] = ACTIONS(87),
[anon_sym_float] = ACTIONS(89),
[anon_sym_double] = ACTIONS(89),
[sym_boolean_type] = ACTIONS(91),
[sym_void_type] = ACTIONS(91),
[sym_this] = ACTIONS(93),
[sym_super] = ACTIONS(95),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(247)] = {
[sym__literal] = STATE(593),
[sym_string_literal] = STATE(594),
[sym__string_literal] = STATE(550),
[sym__multiline_string_literal] = STATE(550),
[sym_expression] = STATE(733),
[sym_cast_expression] = STATE(709),
[sym_assignment_expression] = STATE(709),
[sym_binary_expression] = STATE(709),
[sym_instanceof_expression] = STATE(709),
[sym_lambda_expression] = STATE(709),
[sym_inferred_parameters] = STATE(1589),
[sym_ternary_expression] = STATE(709),
[sym_unary_expression] = STATE(709),
[sym__unary_complement_expression] = STATE(716),
[sym_update_expression] = STATE(709),
[sym_primary_expression] = STATE(562),
[sym_array_creation_expression] = STATE(593),
[sym_parenthesized_expression] = STATE(449),
[sym_class_literal] = STATE(593),
[sym_object_creation_expression] = STATE(593),
[sym__unqualified_object_creation_expression] = STATE(600),
[sym_field_access] = STATE(449),
[sym_template_expression] = STATE(593),
[sym_array_access] = STATE(449),
[sym_method_invocation] = STATE(593),
[sym_method_reference] = STATE(593),
[sym_switch_expression] = STATE(709),
[sym__annotation] = STATE(912),
[sym_marker_annotation] = STATE(912),
[sym_annotation] = STATE(912),
[sym__type] = STATE(1515),
[sym__unannotated_type] = STATE(1034),
[sym_annotated_type] = STATE(944),
[sym_scoped_type_identifier] = STATE(947),
[sym_generic_type] = STATE(962),
[sym_array_type] = STATE(844),
[sym_integral_type] = STATE(844),
[sym_floating_point_type] = STATE(844),
[sym_formal_parameters] = STATE(1589),
[sym__reserved_identifier] = STATE(444),
[aux_sym_array_creation_expression_repeat1] = STATE(912),
[sym_identifier] = ACTIONS(559),
[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(21),
[anon_sym_DASH] = ACTIONS(21),
[anon_sym_TILDE] = ACTIONS(23),
[anon_sym_BANG] = ACTIONS(23),
[anon_sym_PLUS_PLUS] = ACTIONS(25),
[anon_sym_DASH_DASH] = ACTIONS(25),
[anon_sym_new] = ACTIONS(27),
[anon_sym_switch] = ACTIONS(551),
[anon_sym_yield] = ACTIONS(576),
[anon_sym_AT] = ACTIONS(578),
[anon_sym_open] = ACTIONS(69),
[anon_sym_module] = ACTIONS(69),
[anon_sym_with] = ACTIONS(69),
[anon_sym_sealed] = ACTIONS(69),
[anon_sym_record] = ACTIONS(69),
[anon_sym_byte] = ACTIONS(87),
[anon_sym_short] = ACTIONS(87),
[anon_sym_int] = ACTIONS(87),
[anon_sym_long] = ACTIONS(87),
[anon_sym_char] = ACTIONS(87),
[anon_sym_float] = ACTIONS(89),
[anon_sym_double] = ACTIONS(89),
[sym_boolean_type] = ACTIONS(91),
[sym_void_type] = ACTIONS(91),
[sym_this] = ACTIONS(93),
[sym_super] = ACTIONS(95),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(248)] = {
[sym__literal] = STATE(593),
[sym_string_literal] = STATE(594),
[sym__string_literal] = STATE(550),
[sym__multiline_string_literal] = STATE(550),
[sym_expression] = STATE(876),
[sym_cast_expression] = STATE(709),
[sym_assignment_expression] = STATE(709),
[sym_binary_expression] = STATE(709),
[sym_instanceof_expression] = STATE(709),
[sym_lambda_expression] = STATE(709),
[sym_inferred_parameters] = STATE(1589),
[sym_ternary_expression] = STATE(709),
[sym_unary_expression] = STATE(709),
[sym__unary_complement_expression] = STATE(716),
[sym_update_expression] = STATE(709),
[sym_primary_expression] = STATE(562),
[sym_array_creation_expression] = STATE(593),
[sym_parenthesized_expression] = STATE(449),
[sym_class_literal] = STATE(593),
[sym_object_creation_expression] = STATE(593),
[sym__unqualified_object_creation_expression] = STATE(600),
[sym_field_access] = STATE(449),
[sym_template_expression] = STATE(593),
[sym_array_access] = STATE(449),
[sym_method_invocation] = STATE(593),
[sym_method_reference] = STATE(593),
[sym_switch_expression] = STATE(709),
[sym__annotation] = STATE(912),
[sym_marker_annotation] = STATE(912),
[sym_annotation] = STATE(912),
[sym__type] = STATE(1515),
[sym__unannotated_type] = STATE(1034),
[sym_annotated_type] = STATE(944),
[sym_scoped_type_identifier] = STATE(947),
[sym_generic_type] = STATE(962),
[sym_array_type] = STATE(844),
[sym_integral_type] = STATE(844),
[sym_floating_point_type] = STATE(844),
[sym_formal_parameters] = STATE(1589),
[sym__reserved_identifier] = STATE(444),
[aux_sym_array_creation_expression_repeat1] = STATE(912),
[sym_identifier] = ACTIONS(559),
[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(21),
[anon_sym_DASH] = ACTIONS(21),
[anon_sym_TILDE] = ACTIONS(23),
[anon_sym_BANG] = ACTIONS(23),
[anon_sym_PLUS_PLUS] = ACTIONS(25),
[anon_sym_DASH_DASH] = ACTIONS(25),
[anon_sym_new] = ACTIONS(27),
[anon_sym_switch] = ACTIONS(551),
[anon_sym_yield] = ACTIONS(576),
[anon_sym_AT] = ACTIONS(578),
[anon_sym_open] = ACTIONS(69),
[anon_sym_module] = ACTIONS(69),
[anon_sym_with] = ACTIONS(69),
[anon_sym_sealed] = ACTIONS(69),
[anon_sym_record] = ACTIONS(69),
[anon_sym_byte] = ACTIONS(87),
[anon_sym_short] = ACTIONS(87),
[anon_sym_int] = ACTIONS(87),
[anon_sym_long] = ACTIONS(87),
[anon_sym_char] = ACTIONS(87),
[anon_sym_float] = ACTIONS(89),
[anon_sym_double] = ACTIONS(89),
[sym_boolean_type] = ACTIONS(91),
[sym_void_type] = ACTIONS(91),
[sym_this] = ACTIONS(93),
[sym_super] = ACTIONS(95),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(249)] = {
[sym__literal] = STATE(593),
[sym_string_literal] = STATE(594),
[sym__string_literal] = STATE(550),
[sym__multiline_string_literal] = STATE(550),
[sym_expression] = STATE(858),
[sym_cast_expression] = STATE(709),
[sym_assignment_expression] = STATE(709),
[sym_binary_expression] = STATE(709),
[sym_instanceof_expression] = STATE(709),
[sym_lambda_expression] = STATE(709),
[sym_inferred_parameters] = STATE(1589),
[sym_ternary_expression] = STATE(709),
[sym_unary_expression] = STATE(709),
[sym__unary_complement_expression] = STATE(716),
[sym_update_expression] = STATE(709),
[sym_primary_expression] = STATE(562),
[sym_array_creation_expression] = STATE(593),
[sym_parenthesized_expression] = STATE(449),
[sym_class_literal] = STATE(593),
[sym_object_creation_expression] = STATE(593),
[sym__unqualified_object_creation_expression] = STATE(600),
[sym_field_access] = STATE(449),
[sym_template_expression] = STATE(593),
[sym_array_access] = STATE(449),
[sym_method_invocation] = STATE(593),
[sym_method_reference] = STATE(593),
[sym_switch_expression] = STATE(709),
[sym__annotation] = STATE(912),
[sym_marker_annotation] = STATE(912),
[sym_annotation] = STATE(912),
[sym__type] = STATE(1515),
[sym__unannotated_type] = STATE(1034),
[sym_annotated_type] = STATE(944),
[sym_scoped_type_identifier] = STATE(947),
[sym_generic_type] = STATE(962),
[sym_array_type] = STATE(844),
[sym_integral_type] = STATE(844),
[sym_floating_point_type] = STATE(844),
[sym_formal_parameters] = STATE(1589),
[sym__reserved_identifier] = STATE(444),
[aux_sym_array_creation_expression_repeat1] = STATE(912),
[sym_identifier] = ACTIONS(559),
[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(21),
[anon_sym_DASH] = ACTIONS(21),
[anon_sym_TILDE] = ACTIONS(23),
[anon_sym_BANG] = ACTIONS(23),
[anon_sym_PLUS_PLUS] = ACTIONS(25),
[anon_sym_DASH_DASH] = ACTIONS(25),
[anon_sym_new] = ACTIONS(27),
[anon_sym_switch] = ACTIONS(551),
[anon_sym_yield] = ACTIONS(576),
[anon_sym_AT] = ACTIONS(578),
[anon_sym_open] = ACTIONS(69),
[anon_sym_module] = ACTIONS(69),
[anon_sym_with] = ACTIONS(69),
[anon_sym_sealed] = ACTIONS(69),
[anon_sym_record] = ACTIONS(69),
[anon_sym_byte] = ACTIONS(87),
[anon_sym_short] = ACTIONS(87),
[anon_sym_int] = ACTIONS(87),
[anon_sym_long] = ACTIONS(87),
[anon_sym_char] = ACTIONS(87),
[anon_sym_float] = ACTIONS(89),
[anon_sym_double] = ACTIONS(89),
[sym_boolean_type] = ACTIONS(91),
[sym_void_type] = ACTIONS(91),
[sym_this] = ACTIONS(93),
[sym_super] = ACTIONS(95),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(250)] = {
[sym__literal] = STATE(593),
[sym_string_literal] = STATE(594),
[sym__string_literal] = STATE(550),
[sym__multiline_string_literal] = STATE(550),
[sym_expression] = STATE(734),
[sym_cast_expression] = STATE(709),
[sym_assignment_expression] = STATE(709),
[sym_binary_expression] = STATE(709),
[sym_instanceof_expression] = STATE(709),
[sym_lambda_expression] = STATE(709),
[sym_inferred_parameters] = STATE(1589),
[sym_ternary_expression] = STATE(709),
[sym_unary_expression] = STATE(709),
[sym__unary_complement_expression] = STATE(716),
[sym_update_expression] = STATE(709),
[sym_primary_expression] = STATE(562),
[sym_array_creation_expression] = STATE(593),
[sym_parenthesized_expression] = STATE(449),
[sym_class_literal] = STATE(593),
[sym_object_creation_expression] = STATE(593),
[sym__unqualified_object_creation_expression] = STATE(600),
[sym_field_access] = STATE(449),
[sym_template_expression] = STATE(593),
[sym_array_access] = STATE(449),
[sym_method_invocation] = STATE(593),
[sym_method_reference] = STATE(593),
[sym_switch_expression] = STATE(709),
[sym__annotation] = STATE(912),
[sym_marker_annotation] = STATE(912),
[sym_annotation] = STATE(912),
[sym__type] = STATE(1515),
[sym__unannotated_type] = STATE(1034),
[sym_annotated_type] = STATE(944),
[sym_scoped_type_identifier] = STATE(947),
[sym_generic_type] = STATE(962),
[sym_array_type] = STATE(844),
[sym_integral_type] = STATE(844),
[sym_floating_point_type] = STATE(844),
[sym_formal_parameters] = STATE(1589),
[sym__reserved_identifier] = STATE(444),
[aux_sym_array_creation_expression_repeat1] = STATE(912),
[sym_identifier] = ACTIONS(559),
[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(21),
[anon_sym_DASH] = ACTIONS(21),
[anon_sym_TILDE] = ACTIONS(23),
[anon_sym_BANG] = ACTIONS(23),
[anon_sym_PLUS_PLUS] = ACTIONS(25),
[anon_sym_DASH_DASH] = ACTIONS(25),
[anon_sym_new] = ACTIONS(27),
[anon_sym_switch] = ACTIONS(551),
[anon_sym_yield] = ACTIONS(576),
[anon_sym_AT] = ACTIONS(578),
[anon_sym_open] = ACTIONS(69),
[anon_sym_module] = ACTIONS(69),
[anon_sym_with] = ACTIONS(69),
[anon_sym_sealed] = ACTIONS(69),
[anon_sym_record] = ACTIONS(69),
[anon_sym_byte] = ACTIONS(87),
[anon_sym_short] = ACTIONS(87),
[anon_sym_int] = ACTIONS(87),
[anon_sym_long] = ACTIONS(87),
[anon_sym_char] = ACTIONS(87),
[anon_sym_float] = ACTIONS(89),
[anon_sym_double] = ACTIONS(89),
[sym_boolean_type] = ACTIONS(91),
[sym_void_type] = ACTIONS(91),
[sym_this] = ACTIONS(93),
[sym_super] = ACTIONS(95),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(251)] = {
[sym__literal] = STATE(593),
[sym_string_literal] = STATE(594),
[sym__string_literal] = STATE(550),
[sym__multiline_string_literal] = STATE(550),
[sym_expression] = STATE(736),
[sym_cast_expression] = STATE(709),
[sym_assignment_expression] = STATE(709),
[sym_binary_expression] = STATE(709),
[sym_instanceof_expression] = STATE(709),
[sym_lambda_expression] = STATE(709),
[sym_inferred_parameters] = STATE(1589),
[sym_ternary_expression] = STATE(709),
[sym_unary_expression] = STATE(709),
[sym__unary_complement_expression] = STATE(716),
[sym_update_expression] = STATE(709),
[sym_primary_expression] = STATE(562),
[sym_array_creation_expression] = STATE(593),
[sym_parenthesized_expression] = STATE(449),
[sym_class_literal] = STATE(593),
[sym_object_creation_expression] = STATE(593),
[sym__unqualified_object_creation_expression] = STATE(600),
[sym_field_access] = STATE(449),
[sym_template_expression] = STATE(593),
[sym_array_access] = STATE(449),
[sym_method_invocation] = STATE(593),
[sym_method_reference] = STATE(593),
[sym_switch_expression] = STATE(709),
[sym__annotation] = STATE(912),
[sym_marker_annotation] = STATE(912),
[sym_annotation] = STATE(912),
[sym__type] = STATE(1515),
[sym__unannotated_type] = STATE(1034),
[sym_annotated_type] = STATE(944),
[sym_scoped_type_identifier] = STATE(947),
[sym_generic_type] = STATE(962),
[sym_array_type] = STATE(844),
[sym_integral_type] = STATE(844),
[sym_floating_point_type] = STATE(844),
[sym_formal_parameters] = STATE(1589),
[sym__reserved_identifier] = STATE(444),
[aux_sym_array_creation_expression_repeat1] = STATE(912),
[sym_identifier] = ACTIONS(559),
[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(21),
[anon_sym_DASH] = ACTIONS(21),
[anon_sym_TILDE] = ACTIONS(23),
[anon_sym_BANG] = ACTIONS(23),
[anon_sym_PLUS_PLUS] = ACTIONS(25),
[anon_sym_DASH_DASH] = ACTIONS(25),
[anon_sym_new] = ACTIONS(27),
[anon_sym_switch] = ACTIONS(551),
[anon_sym_yield] = ACTIONS(576),
[anon_sym_AT] = ACTIONS(578),
[anon_sym_open] = ACTIONS(69),
[anon_sym_module] = ACTIONS(69),
[anon_sym_with] = ACTIONS(69),
[anon_sym_sealed] = ACTIONS(69),
[anon_sym_record] = ACTIONS(69),
[anon_sym_byte] = ACTIONS(87),
[anon_sym_short] = ACTIONS(87),
[anon_sym_int] = ACTIONS(87),
[anon_sym_long] = ACTIONS(87),
[anon_sym_char] = ACTIONS(87),
[anon_sym_float] = ACTIONS(89),
[anon_sym_double] = ACTIONS(89),
[sym_boolean_type] = ACTIONS(91),
[sym_void_type] = ACTIONS(91),
[sym_this] = ACTIONS(93),
[sym_super] = ACTIONS(95),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(252)] = {
[sym__literal] = STATE(593),
[sym_string_literal] = STATE(594),
[sym__string_literal] = STATE(550),
[sym__multiline_string_literal] = STATE(550),
[sym_expression] = STATE(911),
[sym_cast_expression] = STATE(777),
[sym_assignment_expression] = STATE(709),
[sym_binary_expression] = STATE(777),
[sym_instanceof_expression] = STATE(777),
[sym_lambda_expression] = STATE(709),
[sym_inferred_parameters] = STATE(1589),
[sym_ternary_expression] = STATE(777),
[sym_unary_expression] = STATE(777),
[sym__unary_complement_expression] = STATE(716),
[sym_update_expression] = STATE(709),
[sym_primary_expression] = STATE(696),
[sym_array_creation_expression] = STATE(593),
[sym_parenthesized_expression] = STATE(449),
[sym_class_literal] = STATE(593),
[sym_object_creation_expression] = STATE(593),
[sym__unqualified_object_creation_expression] = STATE(600),
[sym_field_access] = STATE(449),
[sym_template_expression] = STATE(593),
[sym_array_access] = STATE(449),
[sym_method_invocation] = STATE(593),
[sym_method_reference] = STATE(593),
[sym_switch_expression] = STATE(709),
[sym__annotation] = STATE(912),
[sym_marker_annotation] = STATE(912),
[sym_annotation] = STATE(912),
[sym__type] = STATE(1515),
[sym__unannotated_type] = STATE(1034),
[sym_annotated_type] = STATE(944),
[sym_scoped_type_identifier] = STATE(947),
[sym_generic_type] = STATE(962),
[sym_array_type] = STATE(844),
[sym_integral_type] = STATE(844),
[sym_floating_point_type] = STATE(844),
[sym_formal_parameters] = STATE(1589),
[sym__reserved_identifier] = STATE(464),
[aux_sym_array_creation_expression_repeat1] = STATE(912),
[sym_identifier] = ACTIONS(782),
[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(614),
[anon_sym_PLUS] = ACTIONS(616),
[anon_sym_DASH] = ACTIONS(616),
[anon_sym_TILDE] = ACTIONS(618),
[anon_sym_BANG] = ACTIONS(618),
[anon_sym_PLUS_PLUS] = ACTIONS(25),
[anon_sym_DASH_DASH] = ACTIONS(25),
[anon_sym_new] = ACTIONS(27),
[anon_sym_switch] = ACTIONS(551),
[anon_sym_yield] = ACTIONS(576),
[anon_sym_AT] = ACTIONS(578),
[anon_sym_open] = ACTIONS(69),
[anon_sym_module] = ACTIONS(69),
[anon_sym_with] = ACTIONS(69),
[anon_sym_sealed] = ACTIONS(69),
[anon_sym_record] = ACTIONS(69),
[anon_sym_byte] = ACTIONS(87),
[anon_sym_short] = ACTIONS(87),
[anon_sym_int] = ACTIONS(87),
[anon_sym_long] = ACTIONS(87),
[anon_sym_char] = ACTIONS(87),
[anon_sym_float] = ACTIONS(89),
[anon_sym_double] = ACTIONS(89),
[sym_boolean_type] = ACTIONS(91),
[sym_void_type] = ACTIONS(91),
[sym_this] = ACTIONS(93),
[sym_super] = ACTIONS(95),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(253)] = {
[sym__literal] = STATE(593),
[sym_string_literal] = STATE(594),
[sym__string_literal] = STATE(550),
[sym__multiline_string_literal] = STATE(550),
[sym_expression] = STATE(911),
[sym_cast_expression] = STATE(831),
[sym_assignment_expression] = STATE(831),
[sym_binary_expression] = STATE(831),
[sym_instanceof_expression] = STATE(831),
[sym_lambda_expression] = STATE(709),
[sym_inferred_parameters] = STATE(1589),
[sym_ternary_expression] = STATE(831),
[sym_unary_expression] = STATE(831),
[sym__unary_complement_expression] = STATE(716),
[sym_update_expression] = STATE(831),
[sym_primary_expression] = STATE(742),
[sym_array_creation_expression] = STATE(593),
[sym_parenthesized_expression] = STATE(478),
[sym_class_literal] = STATE(593),
[sym_object_creation_expression] = STATE(593),
[sym__unqualified_object_creation_expression] = STATE(600),
[sym_field_access] = STATE(478),
[sym_template_expression] = STATE(593),
[sym_array_access] = STATE(478),
[sym_method_invocation] = STATE(593),
[sym_method_reference] = STATE(593),
[sym_switch_expression] = STATE(831),
[sym__annotation] = STATE(912),
[sym_marker_annotation] = STATE(912),
[sym_annotation] = STATE(912),
[sym__type] = STATE(1515),
[sym__unannotated_type] = STATE(1034),
[sym_annotated_type] = STATE(944),
[sym_scoped_type_identifier] = STATE(947),
[sym_generic_type] = STATE(962),
[sym_array_type] = STATE(844),
[sym_integral_type] = STATE(844),
[sym_floating_point_type] = STATE(844),
[sym_formal_parameters] = STATE(1589),
[sym__reserved_identifier] = STATE(480),
[aux_sym_array_creation_expression_repeat1] = STATE(912),
[sym_identifier] = ACTIONS(784),
[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(614),
[anon_sym_PLUS] = ACTIONS(616),
[anon_sym_DASH] = ACTIONS(616),
[anon_sym_TILDE] = ACTIONS(618),
[anon_sym_BANG] = ACTIONS(618),
[anon_sym_PLUS_PLUS] = ACTIONS(25),
[anon_sym_DASH_DASH] = ACTIONS(25),
[anon_sym_new] = ACTIONS(27),
[anon_sym_switch] = ACTIONS(551),
[anon_sym_yield] = ACTIONS(576),
[anon_sym_AT] = ACTIONS(578),
[anon_sym_open] = ACTIONS(69),
[anon_sym_module] = ACTIONS(69),
[anon_sym_with] = ACTIONS(69),
[anon_sym_sealed] = ACTIONS(69),
[anon_sym_record] = ACTIONS(69),
[anon_sym_byte] = ACTIONS(87),
[anon_sym_short] = ACTIONS(87),
[anon_sym_int] = ACTIONS(87),
[anon_sym_long] = ACTIONS(87),
[anon_sym_char] = ACTIONS(87),
[anon_sym_float] = ACTIONS(89),
[anon_sym_double] = ACTIONS(89),
[sym_boolean_type] = ACTIONS(91),
[sym_void_type] = ACTIONS(91),
[sym_this] = ACTIONS(93),
[sym_super] = ACTIONS(95),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(254)] = {
[sym__literal] = STATE(593),
[sym_string_literal] = STATE(594),
[sym__string_literal] = STATE(550),
[sym__multiline_string_literal] = STATE(550),
[sym_expression] = STATE(878),
[sym_cast_expression] = STATE(709),
[sym_assignment_expression] = STATE(709),
[sym_binary_expression] = STATE(709),
[sym_instanceof_expression] = STATE(709),
[sym_lambda_expression] = STATE(709),
[sym_inferred_parameters] = STATE(1589),
[sym_ternary_expression] = STATE(709),
[sym_unary_expression] = STATE(709),
[sym__unary_complement_expression] = STATE(716),
[sym_update_expression] = STATE(709),
[sym_primary_expression] = STATE(562),
[sym_array_creation_expression] = STATE(593),
[sym_parenthesized_expression] = STATE(449),
[sym_class_literal] = STATE(593),
[sym_object_creation_expression] = STATE(593),
[sym__unqualified_object_creation_expression] = STATE(600),
[sym_field_access] = STATE(449),
[sym_template_expression] = STATE(593),
[sym_array_access] = STATE(449),
[sym_method_invocation] = STATE(593),
[sym_method_reference] = STATE(593),
[sym_switch_expression] = STATE(709),
[sym__annotation] = STATE(912),
[sym_marker_annotation] = STATE(912),
[sym_annotation] = STATE(912),
[sym__type] = STATE(1515),
[sym__unannotated_type] = STATE(1034),
[sym_annotated_type] = STATE(944),
[sym_scoped_type_identifier] = STATE(947),
[sym_generic_type] = STATE(962),
[sym_array_type] = STATE(844),
[sym_integral_type] = STATE(844),
[sym_floating_point_type] = STATE(844),
[sym_formal_parameters] = STATE(1589),
[sym__reserved_identifier] = STATE(444),
[aux_sym_array_creation_expression_repeat1] = STATE(912),
[sym_identifier] = ACTIONS(559),
[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(21),
[anon_sym_DASH] = ACTIONS(21),
[anon_sym_TILDE] = ACTIONS(23),
[anon_sym_BANG] = ACTIONS(23),
[anon_sym_PLUS_PLUS] = ACTIONS(25),
[anon_sym_DASH_DASH] = ACTIONS(25),
[anon_sym_new] = ACTIONS(27),
[anon_sym_switch] = ACTIONS(551),
[anon_sym_yield] = ACTIONS(576),
[anon_sym_AT] = ACTIONS(578),
[anon_sym_open] = ACTIONS(69),
[anon_sym_module] = ACTIONS(69),
[anon_sym_with] = ACTIONS(69),
[anon_sym_sealed] = ACTIONS(69),
[anon_sym_record] = ACTIONS(69),
[anon_sym_byte] = ACTIONS(87),
[anon_sym_short] = ACTIONS(87),
[anon_sym_int] = ACTIONS(87),
[anon_sym_long] = ACTIONS(87),
[anon_sym_char] = ACTIONS(87),
[anon_sym_float] = ACTIONS(89),
[anon_sym_double] = ACTIONS(89),
[sym_boolean_type] = ACTIONS(91),
[sym_void_type] = ACTIONS(91),
[sym_this] = ACTIONS(93),
[sym_super] = ACTIONS(95),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(255)] = {
[sym__literal] = STATE(593),
[sym_string_literal] = STATE(594),
[sym__string_literal] = STATE(550),
[sym__multiline_string_literal] = STATE(550),
[sym_expression] = STATE(868),
[sym_cast_expression] = STATE(709),
[sym_assignment_expression] = STATE(709),
[sym_binary_expression] = STATE(709),
[sym_instanceof_expression] = STATE(709),
[sym_lambda_expression] = STATE(709),
[sym_inferred_parameters] = STATE(1589),
[sym_ternary_expression] = STATE(709),
[sym_unary_expression] = STATE(709),
[sym__unary_complement_expression] = STATE(716),
[sym_update_expression] = STATE(709),
[sym_primary_expression] = STATE(562),
[sym_array_creation_expression] = STATE(593),
[sym_parenthesized_expression] = STATE(449),
[sym_class_literal] = STATE(593),
[sym_object_creation_expression] = STATE(593),
[sym__unqualified_object_creation_expression] = STATE(600),
[sym_field_access] = STATE(449),
[sym_template_expression] = STATE(593),
[sym_array_access] = STATE(449),
[sym_method_invocation] = STATE(593),
[sym_method_reference] = STATE(593),
[sym_switch_expression] = STATE(709),
[sym__annotation] = STATE(912),
[sym_marker_annotation] = STATE(912),
[sym_annotation] = STATE(912),
[sym__type] = STATE(1515),
[sym__unannotated_type] = STATE(1034),
[sym_annotated_type] = STATE(944),
[sym_scoped_type_identifier] = STATE(947),
[sym_generic_type] = STATE(962),
[sym_array_type] = STATE(844),
[sym_integral_type] = STATE(844),
[sym_floating_point_type] = STATE(844),
[sym_formal_parameters] = STATE(1589),
[sym__reserved_identifier] = STATE(444),
[aux_sym_array_creation_expression_repeat1] = STATE(912),
[sym_identifier] = ACTIONS(559),
[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(21),
[anon_sym_DASH] = ACTIONS(21),
[anon_sym_TILDE] = ACTIONS(23),
[anon_sym_BANG] = ACTIONS(23),
[anon_sym_PLUS_PLUS] = ACTIONS(25),
[anon_sym_DASH_DASH] = ACTIONS(25),
[anon_sym_new] = ACTIONS(27),
[anon_sym_switch] = ACTIONS(551),
[anon_sym_yield] = ACTIONS(576),
[anon_sym_AT] = ACTIONS(578),
[anon_sym_open] = ACTIONS(69),
[anon_sym_module] = ACTIONS(69),
[anon_sym_with] = ACTIONS(69),
[anon_sym_sealed] = ACTIONS(69),
[anon_sym_record] = ACTIONS(69),
[anon_sym_byte] = ACTIONS(87),
[anon_sym_short] = ACTIONS(87),
[anon_sym_int] = ACTIONS(87),
[anon_sym_long] = ACTIONS(87),
[anon_sym_char] = ACTIONS(87),
[anon_sym_float] = ACTIONS(89),
[anon_sym_double] = ACTIONS(89),
[sym_boolean_type] = ACTIONS(91),
[sym_void_type] = ACTIONS(91),
[sym_this] = ACTIONS(93),
[sym_super] = ACTIONS(95),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(256)] = {
[sym_catch_clause] = STATE(261),
[sym_finally_clause] = STATE(277),
[aux_sym_try_statement_repeat1] = STATE(261),
[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),
[anon_sym_RBRACE] = ACTIONS(786),
[sym_null_literal] = ACTIONS(788),
[anon_sym_LPAREN] = ACTIONS(786),
[anon_sym_LT] = ACTIONS(786),
[anon_sym_PLUS] = ACTIONS(788),
[anon_sym_DASH] = ACTIONS(788),
[anon_sym_TILDE] = ACTIONS(786),
[anon_sym_BANG] = 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_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_catch] = ACTIONS(790),
[anon_sym_finally] = ACTIONS(792),
[anon_sym_if] = ACTIONS(788),
[anon_sym_else] = ACTIONS(788),
[anon_sym_for] = ACTIONS(788),
[anon_sym_AT] = ACTIONS(786),
[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_final] = 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_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),
},
[STATE(257)] = {
[sym__literal] = STATE(593),
[sym_string_literal] = STATE(594),
[sym__string_literal] = STATE(550),
[sym__multiline_string_literal] = STATE(550),
[sym_primary_expression] = STATE(1327),
[sym_array_creation_expression] = STATE(593),
[sym_parenthesized_expression] = STATE(593),
[sym_class_literal] = STATE(593),
[sym_object_creation_expression] = STATE(593),
[sym__unqualified_object_creation_expression] = STATE(600),
[sym_field_access] = STATE(1172),
[sym_template_expression] = STATE(593),
[sym_array_access] = STATE(593),
[sym_method_invocation] = STATE(593),
[sym_method_reference] = STATE(593),
[sym_resource] = STATE(1464),
[sym__annotation] = STATE(764),
[sym_marker_annotation] = STATE(764),
[sym_annotation] = STATE(764),
[sym_visibility] = STATE(690),
[sym__modifier] = STATE(690),
[sym_modifiers] = STATE(961),
[sym__type] = STATE(1515),
[sym__unannotated_type] = STATE(928),
[sym_annotated_type] = STATE(944),
[sym_scoped_type_identifier] = STATE(947),
[sym_generic_type] = STATE(962),
[sym_array_type] = STATE(844),
[sym_integral_type] = STATE(844),
[sym_floating_point_type] = STATE(844),
[sym__reserved_identifier] = STATE(1162),
[aux_sym_array_creation_expression_repeat1] = STATE(912),
[aux_sym_modifiers_repeat1] = STATE(690),
[sym_identifier] = ACTIONS(794),
[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(796),
[anon_sym_RPAREN] = ACTIONS(798),
[anon_sym_new] = ACTIONS(800),
[anon_sym_default] = ACTIONS(588),
[anon_sym_yield] = ACTIONS(576),
[anon_sym_synchronized] = ACTIONS(588),
[anon_sym_AT] = ACTIONS(590),
[anon_sym_open] = ACTIONS(69),
[anon_sym_module] = ACTIONS(69),
[anon_sym_static] = ACTIONS(588),
[anon_sym_with] = ACTIONS(69),
[anon_sym_public] = ACTIONS(592),
[anon_sym_protected] = ACTIONS(592),
[anon_sym_private] = ACTIONS(592),
[anon_sym_abstract] = ACTIONS(588),
[anon_sym_final] = 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(594),
[anon_sym_non_DASHsealed] = ACTIONS(596),
[anon_sym_record] = ACTIONS(69),
[anon_sym_byte] = ACTIONS(87),
[anon_sym_short] = ACTIONS(87),
[anon_sym_int] = ACTIONS(87),
[anon_sym_long] = ACTIONS(87),
[anon_sym_char] = ACTIONS(87),
[anon_sym_float] = ACTIONS(89),
[anon_sym_double] = ACTIONS(89),
[sym_boolean_type] = ACTIONS(91),
[sym_void_type] = ACTIONS(91),
[sym_this] = ACTIONS(93),
[sym_super] = ACTIONS(95),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(258)] = {
[sym_catch_clause] = STATE(256),
[sym_finally_clause] = STATE(386),
[aux_sym_try_statement_repeat1] = STATE(256),
[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),
[anon_sym_RBRACE] = ACTIONS(802),
[sym_null_literal] = ACTIONS(804),
[anon_sym_LPAREN] = ACTIONS(802),
[anon_sym_LT] = ACTIONS(802),
[anon_sym_PLUS] = ACTIONS(804),
[anon_sym_DASH] = ACTIONS(804),
[anon_sym_TILDE] = ACTIONS(802),
[anon_sym_BANG] = 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_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_catch] = ACTIONS(790),
[anon_sym_finally] = ACTIONS(792),
[anon_sym_if] = ACTIONS(804),
[anon_sym_else] = ACTIONS(804),
[anon_sym_for] = ACTIONS(804),
[anon_sym_AT] = ACTIONS(802),
[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_final] = 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_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),
},
[STATE(259)] = {
[sym_catch_clause] = STATE(261),
[sym_finally_clause] = STATE(384),
[aux_sym_try_statement_repeat1] = STATE(261),
[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),
[anon_sym_RBRACE] = ACTIONS(806),
[sym_null_literal] = ACTIONS(808),
[anon_sym_LPAREN] = ACTIONS(806),
[anon_sym_LT] = ACTIONS(806),
[anon_sym_PLUS] = ACTIONS(808),
[anon_sym_DASH] = ACTIONS(808),
[anon_sym_TILDE] = ACTIONS(806),
[anon_sym_BANG] = 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_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_catch] = ACTIONS(790),
[anon_sym_finally] = ACTIONS(792),
[anon_sym_if] = ACTIONS(808),
[anon_sym_else] = ACTIONS(808),
[anon_sym_for] = ACTIONS(808),
[anon_sym_AT] = ACTIONS(806),
[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_final] = 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_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),
},
[STATE(260)] = {
[sym__literal] = STATE(593),
[sym_string_literal] = STATE(594),
[sym__string_literal] = STATE(550),
[sym__multiline_string_literal] = STATE(550),
[sym_primary_expression] = STATE(1327),
[sym_array_creation_expression] = STATE(593),
[sym_parenthesized_expression] = STATE(593),
[sym_class_literal] = STATE(593),
[sym_object_creation_expression] = STATE(593),
[sym__unqualified_object_creation_expression] = STATE(600),
[sym_field_access] = STATE(1172),
[sym_template_expression] = STATE(593),
[sym_array_access] = STATE(593),
[sym_method_invocation] = STATE(593),
[sym_method_reference] = STATE(593),
[sym_resource] = STATE(1464),
[sym__annotation] = STATE(764),
[sym_marker_annotation] = STATE(764),
[sym_annotation] = STATE(764),
[sym_visibility] = STATE(690),
[sym__modifier] = STATE(690),
[sym_modifiers] = STATE(961),
[sym__type] = STATE(1515),
[sym__unannotated_type] = STATE(928),
[sym_annotated_type] = STATE(944),
[sym_scoped_type_identifier] = STATE(947),
[sym_generic_type] = STATE(962),
[sym_array_type] = STATE(844),
[sym_integral_type] = STATE(844),
[sym_floating_point_type] = STATE(844),
[sym__reserved_identifier] = STATE(1162),
[aux_sym_array_creation_expression_repeat1] = STATE(912),
[aux_sym_modifiers_repeat1] = STATE(690),
[sym_identifier] = ACTIONS(794),
[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(796),
[anon_sym_RPAREN] = ACTIONS(810),
[anon_sym_new] = ACTIONS(800),
[anon_sym_default] = ACTIONS(588),
[anon_sym_yield] = ACTIONS(576),
[anon_sym_synchronized] = ACTIONS(588),
[anon_sym_AT] = ACTIONS(590),
[anon_sym_open] = ACTIONS(69),
[anon_sym_module] = ACTIONS(69),
[anon_sym_static] = ACTIONS(588),
[anon_sym_with] = ACTIONS(69),
[anon_sym_public] = ACTIONS(592),
[anon_sym_protected] = ACTIONS(592),
[anon_sym_private] = ACTIONS(592),
[anon_sym_abstract] = ACTIONS(588),
[anon_sym_final] = 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(594),
[anon_sym_non_DASHsealed] = ACTIONS(596),
[anon_sym_record] = ACTIONS(69),
[anon_sym_byte] = ACTIONS(87),
[anon_sym_short] = ACTIONS(87),
[anon_sym_int] = ACTIONS(87),
[anon_sym_long] = ACTIONS(87),
[anon_sym_char] = ACTIONS(87),
[anon_sym_float] = ACTIONS(89),
[anon_sym_double] = ACTIONS(89),
[sym_boolean_type] = ACTIONS(91),
[sym_void_type] = ACTIONS(91),
[sym_this] = ACTIONS(93),
[sym_super] = ACTIONS(95),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(261)] = {
[sym_catch_clause] = STATE(261),
[aux_sym_try_statement_repeat1] = STATE(261),
[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),
[anon_sym_RBRACE] = ACTIONS(812),
[sym_null_literal] = ACTIONS(814),
[anon_sym_LPAREN] = ACTIONS(812),
[anon_sym_LT] = ACTIONS(812),
[anon_sym_PLUS] = ACTIONS(814),
[anon_sym_DASH] = ACTIONS(814),
[anon_sym_TILDE] = ACTIONS(812),
[anon_sym_BANG] = 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_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_catch] = ACTIONS(816),
[anon_sym_finally] = ACTIONS(814),
[anon_sym_if] = ACTIONS(814),
[anon_sym_else] = ACTIONS(814),
[anon_sym_for] = ACTIONS(814),
[anon_sym_AT] = ACTIONS(812),
[anon_sym_open] = ACTIONS(814),
[anon_sym_module] = ACTIONS(814),
[anon_sym_static] = ACTIONS(814),
[anon_sym_with] = 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_final] = 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_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),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(262)] = {
[sym__literal] = STATE(593),
[sym_string_literal] = STATE(594),
[sym__string_literal] = STATE(550),
[sym__multiline_string_literal] = STATE(550),
[sym_primary_expression] = STATE(1327),
[sym_array_creation_expression] = STATE(593),
[sym_parenthesized_expression] = STATE(593),
[sym_class_literal] = STATE(593),
[sym_object_creation_expression] = STATE(593),
[sym__unqualified_object_creation_expression] = STATE(600),
[sym_field_access] = STATE(1172),
[sym_template_expression] = STATE(593),
[sym_array_access] = STATE(593),
[sym_method_invocation] = STATE(593),
[sym_method_reference] = STATE(593),
[sym_resource] = STATE(1331),
[sym__annotation] = STATE(764),
[sym_marker_annotation] = STATE(764),
[sym_annotation] = STATE(764),
[sym_visibility] = STATE(690),
[sym__modifier] = STATE(690),
[sym_modifiers] = STATE(961),
[sym__type] = STATE(1515),
[sym__unannotated_type] = STATE(928),
[sym_annotated_type] = STATE(944),
[sym_scoped_type_identifier] = STATE(947),
[sym_generic_type] = STATE(962),
[sym_array_type] = STATE(844),
[sym_integral_type] = STATE(844),
[sym_floating_point_type] = STATE(844),
[sym__reserved_identifier] = STATE(1162),
[aux_sym_array_creation_expression_repeat1] = STATE(912),
[aux_sym_modifiers_repeat1] = STATE(690),
[sym_identifier] = ACTIONS(794),
[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(796),
[anon_sym_new] = ACTIONS(800),
[anon_sym_default] = ACTIONS(588),
[anon_sym_yield] = ACTIONS(576),
[anon_sym_synchronized] = ACTIONS(588),
[anon_sym_AT] = ACTIONS(590),
[anon_sym_open] = ACTIONS(69),
[anon_sym_module] = ACTIONS(69),
[anon_sym_static] = ACTIONS(588),
[anon_sym_with] = ACTIONS(69),
[anon_sym_public] = ACTIONS(592),
[anon_sym_protected] = ACTIONS(592),
[anon_sym_private] = ACTIONS(592),
[anon_sym_abstract] = ACTIONS(588),
[anon_sym_final] = 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(594),
[anon_sym_non_DASHsealed] = ACTIONS(596),
[anon_sym_record] = ACTIONS(69),
[anon_sym_byte] = ACTIONS(87),
[anon_sym_short] = ACTIONS(87),
[anon_sym_int] = ACTIONS(87),
[anon_sym_long] = ACTIONS(87),
[anon_sym_char] = ACTIONS(87),
[anon_sym_float] = ACTIONS(89),
[anon_sym_double] = ACTIONS(89),
[sym_boolean_type] = ACTIONS(91),
[sym_void_type] = ACTIONS(91),
[sym_this] = ACTIONS(93),
[sym_super] = ACTIONS(95),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(263)] = {
[sym__literal] = STATE(593),
[sym_string_literal] = STATE(594),
[sym__string_literal] = STATE(550),
[sym__multiline_string_literal] = STATE(550),
[sym_primary_expression] = STATE(1327),
[sym_array_creation_expression] = STATE(593),
[sym_parenthesized_expression] = STATE(593),
[sym_class_literal] = STATE(593),
[sym_object_creation_expression] = STATE(593),
[sym__unqualified_object_creation_expression] = STATE(600),
[sym_field_access] = STATE(1172),
[sym_template_expression] = STATE(593),
[sym_array_access] = STATE(593),
[sym_method_invocation] = STATE(593),
[sym_method_reference] = STATE(593),
[sym_resource] = STATE(1464),
[sym__annotation] = STATE(764),
[sym_marker_annotation] = STATE(764),
[sym_annotation] = STATE(764),
[sym_visibility] = STATE(690),
[sym__modifier] = STATE(690),
[sym_modifiers] = STATE(961),
[sym__type] = STATE(1515),
[sym__unannotated_type] = STATE(928),
[sym_annotated_type] = STATE(944),
[sym_scoped_type_identifier] = STATE(947),
[sym_generic_type] = STATE(962),
[sym_array_type] = STATE(844),
[sym_integral_type] = STATE(844),
[sym_floating_point_type] = STATE(844),
[sym__reserved_identifier] = STATE(1162),
[aux_sym_array_creation_expression_repeat1] = STATE(912),
[aux_sym_modifiers_repeat1] = STATE(690),
[sym_identifier] = ACTIONS(794),
[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(796),
[anon_sym_new] = ACTIONS(800),
[anon_sym_default] = ACTIONS(588),
[anon_sym_yield] = ACTIONS(576),
[anon_sym_synchronized] = ACTIONS(588),
[anon_sym_AT] = ACTIONS(590),
[anon_sym_open] = ACTIONS(69),
[anon_sym_module] = ACTIONS(69),
[anon_sym_static] = ACTIONS(588),
[anon_sym_with] = ACTIONS(69),
[anon_sym_public] = ACTIONS(592),
[anon_sym_protected] = ACTIONS(592),
[anon_sym_private] = ACTIONS(592),
[anon_sym_abstract] = ACTIONS(588),
[anon_sym_final] = 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(594),
[anon_sym_non_DASHsealed] = ACTIONS(596),
[anon_sym_record] = ACTIONS(69),
[anon_sym_byte] = ACTIONS(87),
[anon_sym_short] = ACTIONS(87),
[anon_sym_int] = ACTIONS(87),
[anon_sym_long] = ACTIONS(87),
[anon_sym_char] = ACTIONS(87),
[anon_sym_float] = ACTIONS(89),
[anon_sym_double] = ACTIONS(89),
[sym_boolean_type] = ACTIONS(91),
[sym_void_type] = ACTIONS(91),
[sym_this] = ACTIONS(93),
[sym_super] = ACTIONS(95),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(264)] = {
[ts_builtin_sym_end] = ACTIONS(819),
[sym_identifier] = ACTIONS(821),
[sym_decimal_integer_literal] = ACTIONS(821),
[sym_hex_integer_literal] = ACTIONS(821),
[sym_octal_integer_literal] = ACTIONS(821),
[sym_binary_integer_literal] = ACTIONS(819),
[sym_decimal_floating_point_literal] = ACTIONS(819),
[sym_hex_floating_point_literal] = ACTIONS(821),
[sym_true] = ACTIONS(821),
[sym_false] = ACTIONS(821),
[sym_character_literal] = ACTIONS(819),
[anon_sym_DQUOTE] = ACTIONS(821),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(819),
[anon_sym_RBRACE] = ACTIONS(819),
[sym_null_literal] = ACTIONS(821),
[anon_sym_LPAREN] = ACTIONS(819),
[anon_sym_LT] = ACTIONS(819),
[anon_sym_PLUS] = ACTIONS(821),
[anon_sym_DASH] = ACTIONS(821),
[anon_sym_TILDE] = ACTIONS(819),
[anon_sym_BANG] = ACTIONS(819),
[anon_sym_PLUS_PLUS] = ACTIONS(819),
[anon_sym_DASH_DASH] = ACTIONS(819),
[anon_sym_new] = ACTIONS(821),
[anon_sym_class] = ACTIONS(821),
[anon_sym_switch] = ACTIONS(821),
[anon_sym_LBRACE] = ACTIONS(819),
[anon_sym_case] = ACTIONS(821),
[anon_sym_default] = ACTIONS(821),
[anon_sym_SEMI] = ACTIONS(819),
[anon_sym_assert] = ACTIONS(821),
[anon_sym_do] = ACTIONS(821),
[anon_sym_while] = ACTIONS(821),
[anon_sym_break] = ACTIONS(821),
[anon_sym_continue] = ACTIONS(821),
[anon_sym_return] = ACTIONS(821),
[anon_sym_yield] = ACTIONS(821),
[anon_sym_synchronized] = ACTIONS(821),
[anon_sym_throw] = ACTIONS(821),
[anon_sym_try] = ACTIONS(821),
[anon_sym_catch] = ACTIONS(821),
[anon_sym_finally] = ACTIONS(821),
[anon_sym_if] = ACTIONS(821),
[anon_sym_else] = ACTIONS(821),
[anon_sym_for] = ACTIONS(821),
[anon_sym_AT] = ACTIONS(819),
[anon_sym_open] = ACTIONS(821),
[anon_sym_module] = ACTIONS(821),
[anon_sym_static] = ACTIONS(821),
[anon_sym_with] = ACTIONS(821),
[anon_sym_package] = ACTIONS(821),
[anon_sym_import] = ACTIONS(821),
[anon_sym_enum] = ACTIONS(821),
[anon_sym_public] = ACTIONS(821),
[anon_sym_protected] = ACTIONS(821),
[anon_sym_private] = ACTIONS(821),
[anon_sym_abstract] = ACTIONS(821),
[anon_sym_final] = ACTIONS(821),
[anon_sym_strictfp] = ACTIONS(821),
[anon_sym_native] = ACTIONS(821),
[anon_sym_transient] = ACTIONS(821),
[anon_sym_volatile] = ACTIONS(821),
[anon_sym_sealed] = ACTIONS(821),
[anon_sym_non_DASHsealed] = ACTIONS(819),
[anon_sym_record] = ACTIONS(821),
[anon_sym_interface] = ACTIONS(821),
[anon_sym_byte] = ACTIONS(821),
[anon_sym_short] = ACTIONS(821),
[anon_sym_int] = ACTIONS(821),
[anon_sym_long] = ACTIONS(821),
[anon_sym_char] = ACTIONS(821),
[anon_sym_float] = ACTIONS(821),
[anon_sym_double] = ACTIONS(821),
[sym_boolean_type] = ACTIONS(821),
[sym_void_type] = ACTIONS(821),
[sym_this] = ACTIONS(821),
[sym_super] = ACTIONS(821),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(265)] = {
[ts_builtin_sym_end] = ACTIONS(823),
[sym_identifier] = ACTIONS(825),
[sym_decimal_integer_literal] = ACTIONS(825),
[sym_hex_integer_literal] = ACTIONS(825),
[sym_octal_integer_literal] = ACTIONS(825),
[sym_binary_integer_literal] = ACTIONS(823),
[sym_decimal_floating_point_literal] = ACTIONS(823),
[sym_hex_floating_point_literal] = ACTIONS(825),
[sym_true] = ACTIONS(825),
[sym_false] = ACTIONS(825),
[sym_character_literal] = ACTIONS(823),
[anon_sym_DQUOTE] = ACTIONS(825),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(823),
[anon_sym_RBRACE] = ACTIONS(823),
[sym_null_literal] = ACTIONS(825),
[anon_sym_LPAREN] = ACTIONS(823),
[anon_sym_LT] = ACTIONS(823),
[anon_sym_PLUS] = ACTIONS(825),
[anon_sym_DASH] = ACTIONS(825),
[anon_sym_TILDE] = ACTIONS(823),
[anon_sym_BANG] = ACTIONS(823),
[anon_sym_PLUS_PLUS] = ACTIONS(823),
[anon_sym_DASH_DASH] = ACTIONS(823),
[anon_sym_new] = ACTIONS(825),
[anon_sym_class] = ACTIONS(825),
[anon_sym_switch] = ACTIONS(825),
[anon_sym_LBRACE] = ACTIONS(823),
[anon_sym_case] = ACTIONS(825),
[anon_sym_default] = ACTIONS(825),
[anon_sym_SEMI] = ACTIONS(823),
[anon_sym_assert] = ACTIONS(825),
[anon_sym_do] = ACTIONS(825),
[anon_sym_while] = ACTIONS(825),
[anon_sym_break] = ACTIONS(825),
[anon_sym_continue] = ACTIONS(825),
[anon_sym_return] = ACTIONS(825),
[anon_sym_yield] = ACTIONS(825),
[anon_sym_synchronized] = ACTIONS(825),
[anon_sym_throw] = ACTIONS(825),
[anon_sym_try] = ACTIONS(825),
[anon_sym_catch] = ACTIONS(825),
[anon_sym_finally] = ACTIONS(825),
[anon_sym_if] = ACTIONS(825),
[anon_sym_else] = ACTIONS(825),
[anon_sym_for] = ACTIONS(825),
[anon_sym_AT] = ACTIONS(823),
[anon_sym_open] = ACTIONS(825),
[anon_sym_module] = ACTIONS(825),
[anon_sym_static] = ACTIONS(825),
[anon_sym_with] = ACTIONS(825),
[anon_sym_package] = ACTIONS(825),
[anon_sym_import] = ACTIONS(825),
[anon_sym_enum] = ACTIONS(825),
[anon_sym_public] = ACTIONS(825),
[anon_sym_protected] = ACTIONS(825),
[anon_sym_private] = ACTIONS(825),
[anon_sym_abstract] = ACTIONS(825),
[anon_sym_final] = ACTIONS(825),
[anon_sym_strictfp] = ACTIONS(825),
[anon_sym_native] = ACTIONS(825),
[anon_sym_transient] = ACTIONS(825),
[anon_sym_volatile] = ACTIONS(825),
[anon_sym_sealed] = ACTIONS(825),
[anon_sym_non_DASHsealed] = ACTIONS(823),
[anon_sym_record] = ACTIONS(825),
[anon_sym_interface] = ACTIONS(825),
[anon_sym_byte] = ACTIONS(825),
[anon_sym_short] = ACTIONS(825),
[anon_sym_int] = ACTIONS(825),
[anon_sym_long] = ACTIONS(825),
[anon_sym_char] = ACTIONS(825),
[anon_sym_float] = ACTIONS(825),
[anon_sym_double] = ACTIONS(825),
[sym_boolean_type] = ACTIONS(825),
[sym_void_type] = ACTIONS(825),
[sym_this] = ACTIONS(825),
[sym_super] = ACTIONS(825),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(266)] = {
[ts_builtin_sym_end] = ACTIONS(827),
[sym_identifier] = ACTIONS(829),
[sym_decimal_integer_literal] = ACTIONS(829),
[sym_hex_integer_literal] = ACTIONS(829),
[sym_octal_integer_literal] = ACTIONS(829),
[sym_binary_integer_literal] = ACTIONS(827),
[sym_decimal_floating_point_literal] = ACTIONS(827),
[sym_hex_floating_point_literal] = ACTIONS(829),
[sym_true] = ACTIONS(829),
[sym_false] = ACTIONS(829),
[sym_character_literal] = ACTIONS(827),
[anon_sym_DQUOTE] = ACTIONS(829),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(827),
[anon_sym_RBRACE] = ACTIONS(827),
[sym_null_literal] = ACTIONS(829),
[anon_sym_LPAREN] = ACTIONS(827),
[anon_sym_LT] = ACTIONS(827),
[anon_sym_PLUS] = ACTIONS(829),
[anon_sym_DASH] = ACTIONS(829),
[anon_sym_TILDE] = ACTIONS(827),
[anon_sym_BANG] = ACTIONS(827),
[anon_sym_PLUS_PLUS] = ACTIONS(827),
[anon_sym_DASH_DASH] = ACTIONS(827),
[anon_sym_new] = ACTIONS(829),
[anon_sym_class] = ACTIONS(829),
[anon_sym_switch] = ACTIONS(829),
[anon_sym_LBRACE] = ACTIONS(827),
[anon_sym_case] = ACTIONS(829),
[anon_sym_default] = ACTIONS(829),
[anon_sym_SEMI] = ACTIONS(827),
[anon_sym_assert] = ACTIONS(829),
[anon_sym_do] = ACTIONS(829),
[anon_sym_while] = ACTIONS(829),
[anon_sym_break] = ACTIONS(829),
[anon_sym_continue] = ACTIONS(829),
[anon_sym_return] = ACTIONS(829),
[anon_sym_yield] = ACTIONS(829),
[anon_sym_synchronized] = ACTIONS(829),
[anon_sym_throw] = ACTIONS(829),
[anon_sym_try] = ACTIONS(829),
[anon_sym_catch] = ACTIONS(829),
[anon_sym_finally] = ACTIONS(829),
[anon_sym_if] = ACTIONS(829),
[anon_sym_else] = ACTIONS(829),
[anon_sym_for] = ACTIONS(829),
[anon_sym_AT] = ACTIONS(827),
[anon_sym_open] = ACTIONS(829),
[anon_sym_module] = ACTIONS(829),
[anon_sym_static] = ACTIONS(829),
[anon_sym_with] = ACTIONS(829),
[anon_sym_package] = ACTIONS(829),
[anon_sym_import] = ACTIONS(829),
[anon_sym_enum] = ACTIONS(829),
[anon_sym_public] = ACTIONS(829),
[anon_sym_protected] = ACTIONS(829),
[anon_sym_private] = ACTIONS(829),
[anon_sym_abstract] = ACTIONS(829),
[anon_sym_final] = ACTIONS(829),
[anon_sym_strictfp] = ACTIONS(829),
[anon_sym_native] = ACTIONS(829),
[anon_sym_transient] = ACTIONS(829),
[anon_sym_volatile] = ACTIONS(829),
[anon_sym_sealed] = ACTIONS(829),
[anon_sym_non_DASHsealed] = ACTIONS(827),
[anon_sym_record] = ACTIONS(829),
[anon_sym_interface] = ACTIONS(829),
[anon_sym_byte] = ACTIONS(829),
[anon_sym_short] = ACTIONS(829),
[anon_sym_int] = ACTIONS(829),
[anon_sym_long] = ACTIONS(829),
[anon_sym_char] = ACTIONS(829),
[anon_sym_float] = ACTIONS(829),
[anon_sym_double] = ACTIONS(829),
[sym_boolean_type] = ACTIONS(829),
[sym_void_type] = ACTIONS(829),
[sym_this] = ACTIONS(829),
[sym_super] = ACTIONS(829),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(267)] = {
[ts_builtin_sym_end] = ACTIONS(831),
[sym_identifier] = ACTIONS(833),
[sym_decimal_integer_literal] = ACTIONS(833),
[sym_hex_integer_literal] = ACTIONS(833),
[sym_octal_integer_literal] = ACTIONS(833),
[sym_binary_integer_literal] = ACTIONS(831),
[sym_decimal_floating_point_literal] = ACTIONS(831),
[sym_hex_floating_point_literal] = ACTIONS(833),
[sym_true] = ACTIONS(833),
[sym_false] = ACTIONS(833),
[sym_character_literal] = ACTIONS(831),
[anon_sym_DQUOTE] = ACTIONS(833),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(831),
[anon_sym_RBRACE] = ACTIONS(831),
[sym_null_literal] = ACTIONS(833),
[anon_sym_LPAREN] = ACTIONS(831),
[anon_sym_LT] = ACTIONS(831),
[anon_sym_PLUS] = ACTIONS(833),
[anon_sym_DASH] = ACTIONS(833),
[anon_sym_TILDE] = ACTIONS(831),
[anon_sym_BANG] = ACTIONS(831),
[anon_sym_PLUS_PLUS] = ACTIONS(831),
[anon_sym_DASH_DASH] = ACTIONS(831),
[anon_sym_new] = ACTIONS(833),
[anon_sym_class] = ACTIONS(833),
[anon_sym_switch] = ACTIONS(833),
[anon_sym_LBRACE] = ACTIONS(831),
[anon_sym_case] = ACTIONS(833),
[anon_sym_default] = ACTIONS(833),
[anon_sym_SEMI] = ACTIONS(831),
[anon_sym_assert] = ACTIONS(833),
[anon_sym_do] = ACTIONS(833),
[anon_sym_while] = ACTIONS(833),
[anon_sym_break] = ACTIONS(833),
[anon_sym_continue] = ACTIONS(833),
[anon_sym_return] = ACTIONS(833),
[anon_sym_yield] = ACTIONS(833),
[anon_sym_synchronized] = ACTIONS(833),
[anon_sym_throw] = ACTIONS(833),
[anon_sym_try] = ACTIONS(833),
[anon_sym_if] = ACTIONS(833),
[anon_sym_else] = ACTIONS(833),
[anon_sym_for] = ACTIONS(833),
[anon_sym_AT] = ACTIONS(831),
[anon_sym_open] = ACTIONS(833),
[anon_sym_module] = ACTIONS(833),
[anon_sym_static] = ACTIONS(833),
[anon_sym_with] = ACTIONS(833),
[anon_sym_package] = ACTIONS(833),
[anon_sym_import] = ACTIONS(833),
[anon_sym_enum] = ACTIONS(833),
[anon_sym_public] = ACTIONS(833),
[anon_sym_protected] = ACTIONS(833),
[anon_sym_private] = ACTIONS(833),
[anon_sym_abstract] = ACTIONS(833),
[anon_sym_final] = ACTIONS(833),
[anon_sym_strictfp] = ACTIONS(833),
[anon_sym_native] = ACTIONS(833),
[anon_sym_transient] = ACTIONS(833),
[anon_sym_volatile] = ACTIONS(833),
[anon_sym_sealed] = ACTIONS(833),
[anon_sym_non_DASHsealed] = ACTIONS(831),
[anon_sym_record] = ACTIONS(833),
[anon_sym_interface] = ACTIONS(833),
[anon_sym_byte] = ACTIONS(833),
[anon_sym_short] = ACTIONS(833),
[anon_sym_int] = ACTIONS(833),
[anon_sym_long] = ACTIONS(833),
[anon_sym_char] = ACTIONS(833),
[anon_sym_float] = ACTIONS(833),
[anon_sym_double] = ACTIONS(833),
[sym_boolean_type] = ACTIONS(833),
[sym_void_type] = ACTIONS(833),
[sym_this] = ACTIONS(833),
[sym_super] = ACTIONS(833),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(268)] = {
[ts_builtin_sym_end] = ACTIONS(835),
[sym_identifier] = ACTIONS(837),
[sym_decimal_integer_literal] = ACTIONS(837),
[sym_hex_integer_literal] = ACTIONS(837),
[sym_octal_integer_literal] = ACTIONS(837),
[sym_binary_integer_literal] = ACTIONS(835),
[sym_decimal_floating_point_literal] = ACTIONS(835),
[sym_hex_floating_point_literal] = ACTIONS(837),
[sym_true] = ACTIONS(837),
[sym_false] = ACTIONS(837),
[sym_character_literal] = ACTIONS(835),
[anon_sym_DQUOTE] = ACTIONS(837),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(835),
[anon_sym_RBRACE] = ACTIONS(835),
[sym_null_literal] = ACTIONS(837),
[anon_sym_LPAREN] = ACTIONS(835),
[anon_sym_LT] = ACTIONS(835),
[anon_sym_PLUS] = ACTIONS(837),
[anon_sym_DASH] = ACTIONS(837),
[anon_sym_TILDE] = ACTIONS(835),
[anon_sym_BANG] = ACTIONS(835),
[anon_sym_PLUS_PLUS] = ACTIONS(835),
[anon_sym_DASH_DASH] = ACTIONS(835),
[anon_sym_new] = ACTIONS(837),
[anon_sym_class] = ACTIONS(837),
[anon_sym_switch] = ACTIONS(837),
[anon_sym_LBRACE] = ACTIONS(835),
[anon_sym_case] = ACTIONS(837),
[anon_sym_default] = ACTIONS(837),
[anon_sym_SEMI] = ACTIONS(835),
[anon_sym_assert] = ACTIONS(837),
[anon_sym_do] = ACTIONS(837),
[anon_sym_while] = ACTIONS(837),
[anon_sym_break] = ACTIONS(837),
[anon_sym_continue] = ACTIONS(837),
[anon_sym_return] = ACTIONS(837),
[anon_sym_yield] = ACTIONS(837),
[anon_sym_synchronized] = ACTIONS(837),
[anon_sym_throw] = ACTIONS(837),
[anon_sym_try] = ACTIONS(837),
[anon_sym_if] = ACTIONS(837),
[anon_sym_else] = ACTIONS(837),
[anon_sym_for] = ACTIONS(837),
[anon_sym_AT] = ACTIONS(835),
[anon_sym_open] = ACTIONS(837),
[anon_sym_module] = ACTIONS(837),
[anon_sym_static] = ACTIONS(837),
[anon_sym_with] = ACTIONS(837),
[anon_sym_package] = ACTIONS(837),
[anon_sym_import] = ACTIONS(837),
[anon_sym_enum] = ACTIONS(837),
[anon_sym_public] = ACTIONS(837),
[anon_sym_protected] = ACTIONS(837),
[anon_sym_private] = ACTIONS(837),
[anon_sym_abstract] = ACTIONS(837),
[anon_sym_final] = ACTIONS(837),
[anon_sym_strictfp] = ACTIONS(837),
[anon_sym_native] = ACTIONS(837),
[anon_sym_transient] = ACTIONS(837),
[anon_sym_volatile] = ACTIONS(837),
[anon_sym_sealed] = ACTIONS(837),
[anon_sym_non_DASHsealed] = ACTIONS(835),
[anon_sym_record] = ACTIONS(837),
[anon_sym_interface] = ACTIONS(837),
[anon_sym_byte] = ACTIONS(837),
[anon_sym_short] = ACTIONS(837),
[anon_sym_int] = ACTIONS(837),
[anon_sym_long] = ACTIONS(837),
[anon_sym_char] = ACTIONS(837),
[anon_sym_float] = ACTIONS(837),
[anon_sym_double] = ACTIONS(837),
[sym_boolean_type] = ACTIONS(837),
[sym_void_type] = ACTIONS(837),
[sym_this] = ACTIONS(837),
[sym_super] = ACTIONS(837),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(269)] = {
[ts_builtin_sym_end] = ACTIONS(839),
[sym_identifier] = ACTIONS(841),
[sym_decimal_integer_literal] = ACTIONS(841),
[sym_hex_integer_literal] = ACTIONS(841),
[sym_octal_integer_literal] = ACTIONS(841),
[sym_binary_integer_literal] = ACTIONS(839),
[sym_decimal_floating_point_literal] = ACTIONS(839),
[sym_hex_floating_point_literal] = ACTIONS(841),
[sym_true] = ACTIONS(841),
[sym_false] = ACTIONS(841),
[sym_character_literal] = ACTIONS(839),
[anon_sym_DQUOTE] = ACTIONS(841),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(839),
[anon_sym_RBRACE] = ACTIONS(839),
[sym_null_literal] = ACTIONS(841),
[anon_sym_LPAREN] = ACTIONS(839),
[anon_sym_LT] = ACTIONS(839),
[anon_sym_PLUS] = ACTIONS(841),
[anon_sym_DASH] = ACTIONS(841),
[anon_sym_TILDE] = ACTIONS(839),
[anon_sym_BANG] = ACTIONS(839),
[anon_sym_PLUS_PLUS] = ACTIONS(839),
[anon_sym_DASH_DASH] = ACTIONS(839),
[anon_sym_new] = ACTIONS(841),
[anon_sym_class] = ACTIONS(841),
[anon_sym_switch] = ACTIONS(841),
[anon_sym_LBRACE] = ACTIONS(839),
[anon_sym_case] = ACTIONS(841),
[anon_sym_default] = ACTIONS(841),
[anon_sym_SEMI] = ACTIONS(839),
[anon_sym_assert] = ACTIONS(841),
[anon_sym_do] = ACTIONS(841),
[anon_sym_while] = ACTIONS(841),
[anon_sym_break] = ACTIONS(841),
[anon_sym_continue] = ACTIONS(841),
[anon_sym_return] = ACTIONS(841),
[anon_sym_yield] = ACTIONS(841),
[anon_sym_synchronized] = ACTIONS(841),
[anon_sym_throw] = ACTIONS(841),
[anon_sym_try] = ACTIONS(841),
[anon_sym_if] = ACTIONS(841),
[anon_sym_else] = ACTIONS(841),
[anon_sym_for] = ACTIONS(841),
[anon_sym_AT] = ACTIONS(839),
[anon_sym_open] = ACTIONS(841),
[anon_sym_module] = ACTIONS(841),
[anon_sym_static] = ACTIONS(841),
[anon_sym_with] = ACTIONS(841),
[anon_sym_package] = ACTIONS(841),
[anon_sym_import] = ACTIONS(841),
[anon_sym_enum] = ACTIONS(841),
[anon_sym_public] = ACTIONS(841),
[anon_sym_protected] = ACTIONS(841),
[anon_sym_private] = ACTIONS(841),
[anon_sym_abstract] = ACTIONS(841),
[anon_sym_final] = ACTIONS(841),
[anon_sym_strictfp] = ACTIONS(841),
[anon_sym_native] = ACTIONS(841),
[anon_sym_transient] = ACTIONS(841),
[anon_sym_volatile] = ACTIONS(841),
[anon_sym_sealed] = ACTIONS(841),
[anon_sym_non_DASHsealed] = ACTIONS(839),
[anon_sym_record] = ACTIONS(841),
[anon_sym_interface] = ACTIONS(841),
[anon_sym_byte] = ACTIONS(841),
[anon_sym_short] = ACTIONS(841),
[anon_sym_int] = ACTIONS(841),
[anon_sym_long] = ACTIONS(841),
[anon_sym_char] = ACTIONS(841),
[anon_sym_float] = ACTIONS(841),
[anon_sym_double] = ACTIONS(841),
[sym_boolean_type] = ACTIONS(841),
[sym_void_type] = ACTIONS(841),
[sym_this] = ACTIONS(841),
[sym_super] = ACTIONS(841),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(270)] = {
[ts_builtin_sym_end] = ACTIONS(843),
[sym_identifier] = ACTIONS(845),
[sym_decimal_integer_literal] = ACTIONS(845),
[sym_hex_integer_literal] = ACTIONS(845),
[sym_octal_integer_literal] = ACTIONS(845),
[sym_binary_integer_literal] = ACTIONS(843),
[sym_decimal_floating_point_literal] = ACTIONS(843),
[sym_hex_floating_point_literal] = ACTIONS(845),
[sym_true] = ACTIONS(845),
[sym_false] = ACTIONS(845),
[sym_character_literal] = ACTIONS(843),
[anon_sym_DQUOTE] = ACTIONS(845),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(843),
[anon_sym_RBRACE] = ACTIONS(843),
[sym_null_literal] = ACTIONS(845),
[anon_sym_LPAREN] = ACTIONS(843),
[anon_sym_LT] = ACTIONS(843),
[anon_sym_PLUS] = ACTIONS(845),
[anon_sym_DASH] = ACTIONS(845),
[anon_sym_TILDE] = ACTIONS(843),
[anon_sym_BANG] = ACTIONS(843),
[anon_sym_PLUS_PLUS] = ACTIONS(843),
[anon_sym_DASH_DASH] = ACTIONS(843),
[anon_sym_new] = ACTIONS(845),
[anon_sym_class] = ACTIONS(845),
[anon_sym_switch] = ACTIONS(845),
[anon_sym_LBRACE] = ACTIONS(843),
[anon_sym_case] = ACTIONS(845),
[anon_sym_default] = ACTIONS(845),
[anon_sym_SEMI] = ACTIONS(843),
[anon_sym_assert] = ACTIONS(845),
[anon_sym_do] = ACTIONS(845),
[anon_sym_while] = ACTIONS(845),
[anon_sym_break] = ACTIONS(845),
[anon_sym_continue] = ACTIONS(845),
[anon_sym_return] = ACTIONS(845),
[anon_sym_yield] = ACTIONS(845),
[anon_sym_synchronized] = ACTIONS(845),
[anon_sym_throw] = ACTIONS(845),
[anon_sym_try] = ACTIONS(845),
[anon_sym_if] = ACTIONS(845),
[anon_sym_else] = ACTIONS(845),
[anon_sym_for] = ACTIONS(845),
[anon_sym_AT] = ACTIONS(843),
[anon_sym_open] = ACTIONS(845),
[anon_sym_module] = ACTIONS(845),
[anon_sym_static] = ACTIONS(845),
[anon_sym_with] = ACTIONS(845),
[anon_sym_package] = ACTIONS(845),
[anon_sym_import] = ACTIONS(845),
[anon_sym_enum] = ACTIONS(845),
[anon_sym_public] = ACTIONS(845),
[anon_sym_protected] = ACTIONS(845),
[anon_sym_private] = ACTIONS(845),
[anon_sym_abstract] = ACTIONS(845),
[anon_sym_final] = ACTIONS(845),
[anon_sym_strictfp] = ACTIONS(845),
[anon_sym_native] = ACTIONS(845),
[anon_sym_transient] = ACTIONS(845),
[anon_sym_volatile] = ACTIONS(845),
[anon_sym_sealed] = ACTIONS(845),
[anon_sym_non_DASHsealed] = ACTIONS(843),
[anon_sym_record] = ACTIONS(845),
[anon_sym_interface] = ACTIONS(845),
[anon_sym_byte] = ACTIONS(845),
[anon_sym_short] = ACTIONS(845),
[anon_sym_int] = ACTIONS(845),
[anon_sym_long] = ACTIONS(845),
[anon_sym_char] = ACTIONS(845),
[anon_sym_float] = ACTIONS(845),
[anon_sym_double] = ACTIONS(845),
[sym_boolean_type] = ACTIONS(845),
[sym_void_type] = ACTIONS(845),
[sym_this] = ACTIONS(845),
[sym_super] = ACTIONS(845),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(271)] = {
[ts_builtin_sym_end] = ACTIONS(847),
[sym_identifier] = ACTIONS(849),
[sym_decimal_integer_literal] = ACTIONS(849),
[sym_hex_integer_literal] = ACTIONS(849),
[sym_octal_integer_literal] = ACTIONS(849),
[sym_binary_integer_literal] = ACTIONS(847),
[sym_decimal_floating_point_literal] = ACTIONS(847),
[sym_hex_floating_point_literal] = ACTIONS(849),
[sym_true] = ACTIONS(849),
[sym_false] = ACTIONS(849),
[sym_character_literal] = ACTIONS(847),
[anon_sym_DQUOTE] = ACTIONS(849),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(847),
[anon_sym_RBRACE] = ACTIONS(847),
[sym_null_literal] = ACTIONS(849),
[anon_sym_LPAREN] = ACTIONS(847),
[anon_sym_LT] = ACTIONS(847),
[anon_sym_PLUS] = ACTIONS(849),
[anon_sym_DASH] = ACTIONS(849),
[anon_sym_TILDE] = ACTIONS(847),
[anon_sym_BANG] = ACTIONS(847),
[anon_sym_PLUS_PLUS] = ACTIONS(847),
[anon_sym_DASH_DASH] = ACTIONS(847),
[anon_sym_new] = ACTIONS(849),
[anon_sym_class] = ACTIONS(849),
[anon_sym_switch] = ACTIONS(849),
[anon_sym_LBRACE] = ACTIONS(847),
[anon_sym_case] = ACTIONS(849),
[anon_sym_default] = ACTIONS(849),
[anon_sym_SEMI] = ACTIONS(847),
[anon_sym_assert] = ACTIONS(849),
[anon_sym_do] = ACTIONS(849),
[anon_sym_while] = ACTIONS(849),
[anon_sym_break] = ACTIONS(849),
[anon_sym_continue] = ACTIONS(849),
[anon_sym_return] = ACTIONS(849),
[anon_sym_yield] = ACTIONS(849),
[anon_sym_synchronized] = ACTIONS(849),
[anon_sym_throw] = ACTIONS(849),
[anon_sym_try] = ACTIONS(849),
[anon_sym_if] = ACTIONS(849),
[anon_sym_else] = ACTIONS(849),
[anon_sym_for] = ACTIONS(849),
[anon_sym_AT] = ACTIONS(847),
[anon_sym_open] = ACTIONS(849),
[anon_sym_module] = ACTIONS(849),
[anon_sym_static] = ACTIONS(849),
[anon_sym_with] = ACTIONS(849),
[anon_sym_package] = ACTIONS(849),
[anon_sym_import] = ACTIONS(849),
[anon_sym_enum] = ACTIONS(849),
[anon_sym_public] = ACTIONS(849),
[anon_sym_protected] = ACTIONS(849),
[anon_sym_private] = ACTIONS(849),
[anon_sym_abstract] = ACTIONS(849),
[anon_sym_final] = ACTIONS(849),
[anon_sym_strictfp] = ACTIONS(849),
[anon_sym_native] = ACTIONS(849),
[anon_sym_transient] = ACTIONS(849),
[anon_sym_volatile] = ACTIONS(849),
[anon_sym_sealed] = ACTIONS(849),
[anon_sym_non_DASHsealed] = ACTIONS(847),
[anon_sym_record] = ACTIONS(849),
[anon_sym_interface] = ACTIONS(849),
[anon_sym_byte] = ACTIONS(849),
[anon_sym_short] = ACTIONS(849),
[anon_sym_int] = ACTIONS(849),
[anon_sym_long] = ACTIONS(849),
[anon_sym_char] = ACTIONS(849),
[anon_sym_float] = ACTIONS(849),
[anon_sym_double] = ACTIONS(849),
[sym_boolean_type] = ACTIONS(849),
[sym_void_type] = ACTIONS(849),
[sym_this] = ACTIONS(849),
[sym_super] = ACTIONS(849),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(272)] = {
[ts_builtin_sym_end] = ACTIONS(851),
[sym_identifier] = ACTIONS(853),
[sym_decimal_integer_literal] = ACTIONS(853),
[sym_hex_integer_literal] = ACTIONS(853),
[sym_octal_integer_literal] = ACTIONS(853),
[sym_binary_integer_literal] = ACTIONS(851),
[sym_decimal_floating_point_literal] = ACTIONS(851),
[sym_hex_floating_point_literal] = ACTIONS(853),
[sym_true] = ACTIONS(853),
[sym_false] = ACTIONS(853),
[sym_character_literal] = ACTIONS(851),
[anon_sym_DQUOTE] = ACTIONS(853),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(851),
[anon_sym_RBRACE] = ACTIONS(851),
[sym_null_literal] = ACTIONS(853),
[anon_sym_LPAREN] = ACTIONS(851),
[anon_sym_LT] = ACTIONS(851),
[anon_sym_PLUS] = ACTIONS(853),
[anon_sym_DASH] = ACTIONS(853),
[anon_sym_TILDE] = ACTIONS(851),
[anon_sym_BANG] = ACTIONS(851),
[anon_sym_PLUS_PLUS] = ACTIONS(851),
[anon_sym_DASH_DASH] = ACTIONS(851),
[anon_sym_new] = ACTIONS(853),
[anon_sym_class] = ACTIONS(853),
[anon_sym_switch] = ACTIONS(853),
[anon_sym_LBRACE] = ACTIONS(851),
[anon_sym_case] = ACTIONS(853),
[anon_sym_default] = ACTIONS(853),
[anon_sym_SEMI] = ACTIONS(851),
[anon_sym_assert] = ACTIONS(853),
[anon_sym_do] = ACTIONS(853),
[anon_sym_while] = ACTIONS(853),
[anon_sym_break] = ACTIONS(853),
[anon_sym_continue] = ACTIONS(853),
[anon_sym_return] = ACTIONS(853),
[anon_sym_yield] = ACTIONS(853),
[anon_sym_synchronized] = ACTIONS(853),
[anon_sym_throw] = ACTIONS(853),
[anon_sym_try] = ACTIONS(853),
[anon_sym_if] = ACTIONS(853),
[anon_sym_else] = ACTIONS(853),
[anon_sym_for] = ACTIONS(853),
[anon_sym_AT] = ACTIONS(851),
[anon_sym_open] = ACTIONS(853),
[anon_sym_module] = ACTIONS(853),
[anon_sym_static] = ACTIONS(853),
[anon_sym_with] = ACTIONS(853),
[anon_sym_package] = ACTIONS(853),
[anon_sym_import] = ACTIONS(853),
[anon_sym_enum] = ACTIONS(853),
[anon_sym_public] = ACTIONS(853),
[anon_sym_protected] = ACTIONS(853),
[anon_sym_private] = ACTIONS(853),
[anon_sym_abstract] = ACTIONS(853),
[anon_sym_final] = ACTIONS(853),
[anon_sym_strictfp] = ACTIONS(853),
[anon_sym_native] = ACTIONS(853),
[anon_sym_transient] = ACTIONS(853),
[anon_sym_volatile] = ACTIONS(853),
[anon_sym_sealed] = ACTIONS(853),
[anon_sym_non_DASHsealed] = ACTIONS(851),
[anon_sym_record] = ACTIONS(853),
[anon_sym_interface] = ACTIONS(853),
[anon_sym_byte] = ACTIONS(853),
[anon_sym_short] = ACTIONS(853),
[anon_sym_int] = ACTIONS(853),
[anon_sym_long] = ACTIONS(853),
[anon_sym_char] = ACTIONS(853),
[anon_sym_float] = ACTIONS(853),
[anon_sym_double] = ACTIONS(853),
[sym_boolean_type] = ACTIONS(853),
[sym_void_type] = ACTIONS(853),
[sym_this] = ACTIONS(853),
[sym_super] = ACTIONS(853),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(273)] = {
[ts_builtin_sym_end] = ACTIONS(855),
[sym_identifier] = ACTIONS(857),
[sym_decimal_integer_literal] = ACTIONS(857),
[sym_hex_integer_literal] = ACTIONS(857),
[sym_octal_integer_literal] = ACTIONS(857),
[sym_binary_integer_literal] = ACTIONS(855),
[sym_decimal_floating_point_literal] = ACTIONS(855),
[sym_hex_floating_point_literal] = ACTIONS(857),
[sym_true] = ACTIONS(857),
[sym_false] = ACTIONS(857),
[sym_character_literal] = ACTIONS(855),
[anon_sym_DQUOTE] = ACTIONS(857),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(855),
[anon_sym_RBRACE] = ACTIONS(855),
[sym_null_literal] = ACTIONS(857),
[anon_sym_LPAREN] = ACTIONS(855),
[anon_sym_LT] = ACTIONS(855),
[anon_sym_PLUS] = ACTIONS(857),
[anon_sym_DASH] = ACTIONS(857),
[anon_sym_TILDE] = ACTIONS(855),
[anon_sym_BANG] = ACTIONS(855),
[anon_sym_PLUS_PLUS] = ACTIONS(855),
[anon_sym_DASH_DASH] = ACTIONS(855),
[anon_sym_new] = ACTIONS(857),
[anon_sym_class] = ACTIONS(857),
[anon_sym_switch] = ACTIONS(857),
[anon_sym_LBRACE] = ACTIONS(855),
[anon_sym_case] = ACTIONS(857),
[anon_sym_default] = ACTIONS(857),
[anon_sym_SEMI] = ACTIONS(855),
[anon_sym_assert] = ACTIONS(857),
[anon_sym_do] = ACTIONS(857),
[anon_sym_while] = ACTIONS(857),
[anon_sym_break] = ACTIONS(857),
[anon_sym_continue] = ACTIONS(857),
[anon_sym_return] = ACTIONS(857),
[anon_sym_yield] = ACTIONS(857),
[anon_sym_synchronized] = ACTIONS(857),
[anon_sym_throw] = ACTIONS(857),
[anon_sym_try] = ACTIONS(857),
[anon_sym_if] = ACTIONS(857),
[anon_sym_else] = ACTIONS(857),
[anon_sym_for] = ACTIONS(857),
[anon_sym_AT] = ACTIONS(855),
[anon_sym_open] = ACTIONS(857),
[anon_sym_module] = ACTIONS(857),
[anon_sym_static] = ACTIONS(857),
[anon_sym_with] = ACTIONS(857),
[anon_sym_package] = ACTIONS(857),
[anon_sym_import] = ACTIONS(857),
[anon_sym_enum] = ACTIONS(857),
[anon_sym_public] = ACTIONS(857),
[anon_sym_protected] = ACTIONS(857),
[anon_sym_private] = ACTIONS(857),
[anon_sym_abstract] = ACTIONS(857),
[anon_sym_final] = ACTIONS(857),
[anon_sym_strictfp] = ACTIONS(857),
[anon_sym_native] = ACTIONS(857),
[anon_sym_transient] = ACTIONS(857),
[anon_sym_volatile] = ACTIONS(857),
[anon_sym_sealed] = ACTIONS(857),
[anon_sym_non_DASHsealed] = ACTIONS(855),
[anon_sym_record] = ACTIONS(857),
[anon_sym_interface] = ACTIONS(857),
[anon_sym_byte] = ACTIONS(857),
[anon_sym_short] = ACTIONS(857),
[anon_sym_int] = ACTIONS(857),
[anon_sym_long] = ACTIONS(857),
[anon_sym_char] = ACTIONS(857),
[anon_sym_float] = ACTIONS(857),
[anon_sym_double] = ACTIONS(857),
[sym_boolean_type] = ACTIONS(857),
[sym_void_type] = ACTIONS(857),
[sym_this] = ACTIONS(857),
[sym_super] = ACTIONS(857),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(274)] = {
[ts_builtin_sym_end] = ACTIONS(859),
[sym_identifier] = ACTIONS(861),
[sym_decimal_integer_literal] = ACTIONS(861),
[sym_hex_integer_literal] = ACTIONS(861),
[sym_octal_integer_literal] = ACTIONS(861),
[sym_binary_integer_literal] = ACTIONS(859),
[sym_decimal_floating_point_literal] = ACTIONS(859),
[sym_hex_floating_point_literal] = ACTIONS(861),
[sym_true] = ACTIONS(861),
[sym_false] = ACTIONS(861),
[sym_character_literal] = ACTIONS(859),
[anon_sym_DQUOTE] = ACTIONS(861),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(859),
[anon_sym_RBRACE] = ACTIONS(859),
[sym_null_literal] = ACTIONS(861),
[anon_sym_LPAREN] = ACTIONS(859),
[anon_sym_LT] = ACTIONS(859),
[anon_sym_PLUS] = ACTIONS(861),
[anon_sym_DASH] = ACTIONS(861),
[anon_sym_TILDE] = ACTIONS(859),
[anon_sym_BANG] = ACTIONS(859),
[anon_sym_PLUS_PLUS] = ACTIONS(859),
[anon_sym_DASH_DASH] = ACTIONS(859),
[anon_sym_new] = ACTIONS(861),
[anon_sym_class] = ACTIONS(861),
[anon_sym_switch] = ACTIONS(861),
[anon_sym_LBRACE] = ACTIONS(859),
[anon_sym_case] = ACTIONS(861),
[anon_sym_default] = ACTIONS(861),
[anon_sym_SEMI] = ACTIONS(859),
[anon_sym_assert] = ACTIONS(861),
[anon_sym_do] = ACTIONS(861),
[anon_sym_while] = ACTIONS(861),
[anon_sym_break] = ACTIONS(861),
[anon_sym_continue] = ACTIONS(861),
[anon_sym_return] = ACTIONS(861),
[anon_sym_yield] = ACTIONS(861),
[anon_sym_synchronized] = ACTIONS(861),
[anon_sym_throw] = ACTIONS(861),
[anon_sym_try] = ACTIONS(861),
[anon_sym_if] = ACTIONS(861),
[anon_sym_else] = ACTIONS(861),
[anon_sym_for] = ACTIONS(861),
[anon_sym_AT] = ACTIONS(859),
[anon_sym_open] = ACTIONS(861),
[anon_sym_module] = ACTIONS(861),
[anon_sym_static] = ACTIONS(861),
[anon_sym_with] = ACTIONS(861),
[anon_sym_package] = ACTIONS(861),
[anon_sym_import] = ACTIONS(861),
[anon_sym_enum] = ACTIONS(861),
[anon_sym_public] = ACTIONS(861),
[anon_sym_protected] = ACTIONS(861),
[anon_sym_private] = ACTIONS(861),
[anon_sym_abstract] = ACTIONS(861),
[anon_sym_final] = ACTIONS(861),
[anon_sym_strictfp] = ACTIONS(861),
[anon_sym_native] = ACTIONS(861),
[anon_sym_transient] = ACTIONS(861),
[anon_sym_volatile] = ACTIONS(861),
[anon_sym_sealed] = ACTIONS(861),
[anon_sym_non_DASHsealed] = ACTIONS(859),
[anon_sym_record] = ACTIONS(861),
[anon_sym_interface] = ACTIONS(861),
[anon_sym_byte] = ACTIONS(861),
[anon_sym_short] = ACTIONS(861),
[anon_sym_int] = ACTIONS(861),
[anon_sym_long] = ACTIONS(861),
[anon_sym_char] = ACTIONS(861),
[anon_sym_float] = ACTIONS(861),
[anon_sym_double] = ACTIONS(861),
[sym_boolean_type] = ACTIONS(861),
[sym_void_type] = ACTIONS(861),
[sym_this] = ACTIONS(861),
[sym_super] = ACTIONS(861),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(275)] = {
[ts_builtin_sym_end] = ACTIONS(863),
[sym_identifier] = ACTIONS(865),
[sym_decimal_integer_literal] = ACTIONS(865),
[sym_hex_integer_literal] = ACTIONS(865),
[sym_octal_integer_literal] = ACTIONS(865),
[sym_binary_integer_literal] = ACTIONS(863),
[sym_decimal_floating_point_literal] = ACTIONS(863),
[sym_hex_floating_point_literal] = ACTIONS(865),
[sym_true] = ACTIONS(865),
[sym_false] = ACTIONS(865),
[sym_character_literal] = ACTIONS(863),
[anon_sym_DQUOTE] = ACTIONS(865),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(863),
[anon_sym_RBRACE] = ACTIONS(863),
[sym_null_literal] = ACTIONS(865),
[anon_sym_LPAREN] = ACTIONS(863),
[anon_sym_LT] = ACTIONS(863),
[anon_sym_PLUS] = ACTIONS(865),
[anon_sym_DASH] = ACTIONS(865),
[anon_sym_TILDE] = ACTIONS(863),
[anon_sym_BANG] = ACTIONS(863),
[anon_sym_PLUS_PLUS] = ACTIONS(863),
[anon_sym_DASH_DASH] = ACTIONS(863),
[anon_sym_new] = ACTIONS(865),
[anon_sym_class] = ACTIONS(865),
[anon_sym_switch] = ACTIONS(865),
[anon_sym_LBRACE] = ACTIONS(863),
[anon_sym_case] = ACTIONS(865),
[anon_sym_default] = ACTIONS(865),
[anon_sym_SEMI] = ACTIONS(863),
[anon_sym_assert] = ACTIONS(865),
[anon_sym_do] = ACTIONS(865),
[anon_sym_while] = ACTIONS(865),
[anon_sym_break] = ACTIONS(865),
[anon_sym_continue] = ACTIONS(865),
[anon_sym_return] = ACTIONS(865),
[anon_sym_yield] = ACTIONS(865),
[anon_sym_synchronized] = ACTIONS(865),
[anon_sym_throw] = ACTIONS(865),
[anon_sym_try] = ACTIONS(865),
[anon_sym_if] = ACTIONS(865),
[anon_sym_else] = ACTIONS(865),
[anon_sym_for] = ACTIONS(865),
[anon_sym_AT] = ACTIONS(863),
[anon_sym_open] = ACTIONS(865),
[anon_sym_module] = ACTIONS(865),
[anon_sym_static] = ACTIONS(865),
[anon_sym_with] = ACTIONS(865),
[anon_sym_package] = ACTIONS(865),
[anon_sym_import] = ACTIONS(865),
[anon_sym_enum] = ACTIONS(865),
[anon_sym_public] = ACTIONS(865),
[anon_sym_protected] = ACTIONS(865),
[anon_sym_private] = ACTIONS(865),
[anon_sym_abstract] = ACTIONS(865),
[anon_sym_final] = ACTIONS(865),
[anon_sym_strictfp] = ACTIONS(865),
[anon_sym_native] = ACTIONS(865),
[anon_sym_transient] = ACTIONS(865),
[anon_sym_volatile] = ACTIONS(865),
[anon_sym_sealed] = ACTIONS(865),
[anon_sym_non_DASHsealed] = ACTIONS(863),
[anon_sym_record] = ACTIONS(865),
[anon_sym_interface] = ACTIONS(865),
[anon_sym_byte] = ACTIONS(865),
[anon_sym_short] = ACTIONS(865),
[anon_sym_int] = ACTIONS(865),
[anon_sym_long] = ACTIONS(865),
[anon_sym_char] = ACTIONS(865),
[anon_sym_float] = ACTIONS(865),
[anon_sym_double] = ACTIONS(865),
[sym_boolean_type] = ACTIONS(865),
[sym_void_type] = ACTIONS(865),
[sym_this] = ACTIONS(865),
[sym_super] = ACTIONS(865),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(276)] = {
[ts_builtin_sym_end] = ACTIONS(867),
[sym_identifier] = ACTIONS(869),
[sym_decimal_integer_literal] = ACTIONS(869),
[sym_hex_integer_literal] = ACTIONS(869),
[sym_octal_integer_literal] = ACTIONS(869),
[sym_binary_integer_literal] = ACTIONS(867),
[sym_decimal_floating_point_literal] = ACTIONS(867),
[sym_hex_floating_point_literal] = ACTIONS(869),
[sym_true] = ACTIONS(869),
[sym_false] = ACTIONS(869),
[sym_character_literal] = ACTIONS(867),
[anon_sym_DQUOTE] = ACTIONS(869),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(867),
[anon_sym_RBRACE] = ACTIONS(867),
[sym_null_literal] = ACTIONS(869),
[anon_sym_LPAREN] = ACTIONS(867),
[anon_sym_LT] = ACTIONS(867),
[anon_sym_PLUS] = ACTIONS(869),
[anon_sym_DASH] = ACTIONS(869),
[anon_sym_TILDE] = ACTIONS(867),
[anon_sym_BANG] = ACTIONS(867),
[anon_sym_PLUS_PLUS] = ACTIONS(867),
[anon_sym_DASH_DASH] = ACTIONS(867),
[anon_sym_new] = ACTIONS(869),
[anon_sym_class] = ACTIONS(869),
[anon_sym_switch] = ACTIONS(869),
[anon_sym_LBRACE] = ACTIONS(867),
[anon_sym_case] = ACTIONS(869),
[anon_sym_default] = ACTIONS(869),
[anon_sym_SEMI] = ACTIONS(867),
[anon_sym_assert] = ACTIONS(869),
[anon_sym_do] = ACTIONS(869),
[anon_sym_while] = ACTIONS(869),
[anon_sym_break] = ACTIONS(869),
[anon_sym_continue] = ACTIONS(869),
[anon_sym_return] = ACTIONS(869),
[anon_sym_yield] = ACTIONS(869),
[anon_sym_synchronized] = ACTIONS(869),
[anon_sym_throw] = ACTIONS(869),
[anon_sym_try] = ACTIONS(869),
[anon_sym_if] = ACTIONS(869),
[anon_sym_else] = ACTIONS(869),
[anon_sym_for] = ACTIONS(869),
[anon_sym_AT] = ACTIONS(867),
[anon_sym_open] = ACTIONS(869),
[anon_sym_module] = ACTIONS(869),
[anon_sym_static] = ACTIONS(869),
[anon_sym_with] = ACTIONS(869),
[anon_sym_package] = ACTIONS(869),
[anon_sym_import] = ACTIONS(869),
[anon_sym_enum] = ACTIONS(869),
[anon_sym_public] = ACTIONS(869),
[anon_sym_protected] = ACTIONS(869),
[anon_sym_private] = ACTIONS(869),
[anon_sym_abstract] = ACTIONS(869),
[anon_sym_final] = ACTIONS(869),
[anon_sym_strictfp] = ACTIONS(869),
[anon_sym_native] = ACTIONS(869),
[anon_sym_transient] = ACTIONS(869),
[anon_sym_volatile] = ACTIONS(869),
[anon_sym_sealed] = ACTIONS(869),
[anon_sym_non_DASHsealed] = ACTIONS(867),
[anon_sym_record] = ACTIONS(869),
[anon_sym_interface] = ACTIONS(869),
[anon_sym_byte] = ACTIONS(869),
[anon_sym_short] = ACTIONS(869),
[anon_sym_int] = ACTIONS(869),
[anon_sym_long] = ACTIONS(869),
[anon_sym_char] = ACTIONS(869),
[anon_sym_float] = ACTIONS(869),
[anon_sym_double] = ACTIONS(869),
[sym_boolean_type] = ACTIONS(869),
[sym_void_type] = ACTIONS(869),
[sym_this] = ACTIONS(869),
[sym_super] = ACTIONS(869),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(277)] = {
[ts_builtin_sym_end] = ACTIONS(871),
[sym_identifier] = ACTIONS(873),
[sym_decimal_integer_literal] = ACTIONS(873),
[sym_hex_integer_literal] = ACTIONS(873),
[sym_octal_integer_literal] = ACTIONS(873),
[sym_binary_integer_literal] = ACTIONS(871),
[sym_decimal_floating_point_literal] = ACTIONS(871),
[sym_hex_floating_point_literal] = ACTIONS(873),
[sym_true] = ACTIONS(873),
[sym_false] = ACTIONS(873),
[sym_character_literal] = ACTIONS(871),
[anon_sym_DQUOTE] = ACTIONS(873),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(871),
[anon_sym_RBRACE] = ACTIONS(871),
[sym_null_literal] = ACTIONS(873),
[anon_sym_LPAREN] = ACTIONS(871),
[anon_sym_LT] = ACTIONS(871),
[anon_sym_PLUS] = ACTIONS(873),
[anon_sym_DASH] = ACTIONS(873),
[anon_sym_TILDE] = ACTIONS(871),
[anon_sym_BANG] = ACTIONS(871),
[anon_sym_PLUS_PLUS] = ACTIONS(871),
[anon_sym_DASH_DASH] = ACTIONS(871),
[anon_sym_new] = ACTIONS(873),
[anon_sym_class] = ACTIONS(873),
[anon_sym_switch] = ACTIONS(873),
[anon_sym_LBRACE] = ACTIONS(871),
[anon_sym_case] = ACTIONS(873),
[anon_sym_default] = ACTIONS(873),
[anon_sym_SEMI] = ACTIONS(871),
[anon_sym_assert] = ACTIONS(873),
[anon_sym_do] = ACTIONS(873),
[anon_sym_while] = ACTIONS(873),
[anon_sym_break] = ACTIONS(873),
[anon_sym_continue] = ACTIONS(873),
[anon_sym_return] = ACTIONS(873),
[anon_sym_yield] = ACTIONS(873),
[anon_sym_synchronized] = ACTIONS(873),
[anon_sym_throw] = ACTIONS(873),
[anon_sym_try] = ACTIONS(873),
[anon_sym_if] = ACTIONS(873),
[anon_sym_else] = ACTIONS(873),
[anon_sym_for] = ACTIONS(873),
[anon_sym_AT] = ACTIONS(871),
[anon_sym_open] = ACTIONS(873),
[anon_sym_module] = ACTIONS(873),
[anon_sym_static] = ACTIONS(873),
[anon_sym_with] = ACTIONS(873),
[anon_sym_package] = ACTIONS(873),
[anon_sym_import] = ACTIONS(873),
[anon_sym_enum] = ACTIONS(873),
[anon_sym_public] = ACTIONS(873),
[anon_sym_protected] = ACTIONS(873),
[anon_sym_private] = ACTIONS(873),
[anon_sym_abstract] = ACTIONS(873),
[anon_sym_final] = ACTIONS(873),
[anon_sym_strictfp] = ACTIONS(873),
[anon_sym_native] = ACTIONS(873),
[anon_sym_transient] = ACTIONS(873),
[anon_sym_volatile] = ACTIONS(873),
[anon_sym_sealed] = ACTIONS(873),
[anon_sym_non_DASHsealed] = ACTIONS(871),
[anon_sym_record] = ACTIONS(873),
[anon_sym_interface] = ACTIONS(873),
[anon_sym_byte] = ACTIONS(873),
[anon_sym_short] = ACTIONS(873),
[anon_sym_int] = ACTIONS(873),
[anon_sym_long] = ACTIONS(873),
[anon_sym_char] = ACTIONS(873),
[anon_sym_float] = ACTIONS(873),
[anon_sym_double] = ACTIONS(873),
[sym_boolean_type] = ACTIONS(873),
[sym_void_type] = ACTIONS(873),
[sym_this] = ACTIONS(873),
[sym_super] = ACTIONS(873),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(278)] = {
[ts_builtin_sym_end] = ACTIONS(875),
[sym_identifier] = ACTIONS(877),
[sym_decimal_integer_literal] = ACTIONS(877),
[sym_hex_integer_literal] = ACTIONS(877),
[sym_octal_integer_literal] = ACTIONS(877),
[sym_binary_integer_literal] = ACTIONS(875),
[sym_decimal_floating_point_literal] = ACTIONS(875),
[sym_hex_floating_point_literal] = ACTIONS(877),
[sym_true] = ACTIONS(877),
[sym_false] = ACTIONS(877),
[sym_character_literal] = ACTIONS(875),
[anon_sym_DQUOTE] = ACTIONS(877),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(875),
[anon_sym_RBRACE] = ACTIONS(875),
[sym_null_literal] = ACTIONS(877),
[anon_sym_LPAREN] = ACTIONS(875),
[anon_sym_LT] = ACTIONS(875),
[anon_sym_PLUS] = ACTIONS(877),
[anon_sym_DASH] = ACTIONS(877),
[anon_sym_TILDE] = ACTIONS(875),
[anon_sym_BANG] = ACTIONS(875),
[anon_sym_PLUS_PLUS] = ACTIONS(875),
[anon_sym_DASH_DASH] = ACTIONS(875),
[anon_sym_new] = ACTIONS(877),
[anon_sym_class] = ACTIONS(877),
[anon_sym_switch] = ACTIONS(877),
[anon_sym_LBRACE] = ACTIONS(875),
[anon_sym_case] = ACTIONS(877),
[anon_sym_default] = ACTIONS(877),
[anon_sym_SEMI] = ACTIONS(875),
[anon_sym_assert] = ACTIONS(877),
[anon_sym_do] = ACTIONS(877),
[anon_sym_while] = ACTIONS(877),
[anon_sym_break] = ACTIONS(877),
[anon_sym_continue] = ACTIONS(877),
[anon_sym_return] = ACTIONS(877),
[anon_sym_yield] = ACTIONS(877),
[anon_sym_synchronized] = ACTIONS(877),
[anon_sym_throw] = ACTIONS(877),
[anon_sym_try] = ACTIONS(877),
[anon_sym_if] = ACTIONS(877),
[anon_sym_else] = ACTIONS(877),
[anon_sym_for] = ACTIONS(877),
[anon_sym_AT] = ACTIONS(875),
[anon_sym_open] = ACTIONS(877),
[anon_sym_module] = ACTIONS(877),
[anon_sym_static] = ACTIONS(877),
[anon_sym_with] = ACTIONS(877),
[anon_sym_package] = ACTIONS(877),
[anon_sym_import] = ACTIONS(877),
[anon_sym_enum] = ACTIONS(877),
[anon_sym_public] = ACTIONS(877),
[anon_sym_protected] = ACTIONS(877),
[anon_sym_private] = ACTIONS(877),
[anon_sym_abstract] = ACTIONS(877),
[anon_sym_final] = ACTIONS(877),
[anon_sym_strictfp] = ACTIONS(877),
[anon_sym_native] = ACTIONS(877),
[anon_sym_transient] = ACTIONS(877),
[anon_sym_volatile] = ACTIONS(877),
[anon_sym_sealed] = ACTIONS(877),
[anon_sym_non_DASHsealed] = ACTIONS(875),
[anon_sym_record] = ACTIONS(877),
[anon_sym_interface] = ACTIONS(877),
[anon_sym_byte] = ACTIONS(877),
[anon_sym_short] = ACTIONS(877),
[anon_sym_int] = ACTIONS(877),
[anon_sym_long] = ACTIONS(877),
[anon_sym_char] = ACTIONS(877),
[anon_sym_float] = ACTIONS(877),
[anon_sym_double] = ACTIONS(877),
[sym_boolean_type] = ACTIONS(877),
[sym_void_type] = ACTIONS(877),
[sym_this] = ACTIONS(877),
[sym_super] = ACTIONS(877),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(279)] = {
[ts_builtin_sym_end] = ACTIONS(879),
[sym_identifier] = ACTIONS(881),
[sym_decimal_integer_literal] = ACTIONS(881),
[sym_hex_integer_literal] = ACTIONS(881),
[sym_octal_integer_literal] = ACTIONS(881),
[sym_binary_integer_literal] = ACTIONS(879),
[sym_decimal_floating_point_literal] = ACTIONS(879),
[sym_hex_floating_point_literal] = ACTIONS(881),
[sym_true] = ACTIONS(881),
[sym_false] = ACTIONS(881),
[sym_character_literal] = ACTIONS(879),
[anon_sym_DQUOTE] = ACTIONS(881),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(879),
[anon_sym_RBRACE] = ACTIONS(879),
[sym_null_literal] = ACTIONS(881),
[anon_sym_LPAREN] = ACTIONS(879),
[anon_sym_LT] = ACTIONS(879),
[anon_sym_PLUS] = ACTIONS(881),
[anon_sym_DASH] = ACTIONS(881),
[anon_sym_TILDE] = ACTIONS(879),
[anon_sym_BANG] = ACTIONS(879),
[anon_sym_PLUS_PLUS] = ACTIONS(879),
[anon_sym_DASH_DASH] = ACTIONS(879),
[anon_sym_new] = ACTIONS(881),
[anon_sym_class] = ACTIONS(881),
[anon_sym_switch] = ACTIONS(881),
[anon_sym_LBRACE] = ACTIONS(879),
[anon_sym_case] = ACTIONS(881),
[anon_sym_default] = ACTIONS(881),
[anon_sym_SEMI] = ACTIONS(879),
[anon_sym_assert] = ACTIONS(881),
[anon_sym_do] = ACTIONS(881),
[anon_sym_while] = ACTIONS(881),
[anon_sym_break] = ACTIONS(881),
[anon_sym_continue] = ACTIONS(881),
[anon_sym_return] = ACTIONS(881),
[anon_sym_yield] = ACTIONS(881),
[anon_sym_synchronized] = ACTIONS(881),
[anon_sym_throw] = ACTIONS(881),
[anon_sym_try] = ACTIONS(881),
[anon_sym_if] = ACTIONS(881),
[anon_sym_else] = ACTIONS(881),
[anon_sym_for] = ACTIONS(881),
[anon_sym_AT] = ACTIONS(879),
[anon_sym_open] = ACTIONS(881),
[anon_sym_module] = ACTIONS(881),
[anon_sym_static] = ACTIONS(881),
[anon_sym_with] = ACTIONS(881),
[anon_sym_package] = ACTIONS(881),
[anon_sym_import] = ACTIONS(881),
[anon_sym_enum] = ACTIONS(881),
[anon_sym_public] = ACTIONS(881),
[anon_sym_protected] = ACTIONS(881),
[anon_sym_private] = ACTIONS(881),
[anon_sym_abstract] = ACTIONS(881),
[anon_sym_final] = ACTIONS(881),
[anon_sym_strictfp] = ACTIONS(881),
[anon_sym_native] = ACTIONS(881),
[anon_sym_transient] = ACTIONS(881),
[anon_sym_volatile] = ACTIONS(881),
[anon_sym_sealed] = ACTIONS(881),
[anon_sym_non_DASHsealed] = ACTIONS(879),
[anon_sym_record] = ACTIONS(881),
[anon_sym_interface] = ACTIONS(881),
[anon_sym_byte] = ACTIONS(881),
[anon_sym_short] = ACTIONS(881),
[anon_sym_int] = ACTIONS(881),
[anon_sym_long] = ACTIONS(881),
[anon_sym_char] = ACTIONS(881),
[anon_sym_float] = ACTIONS(881),
[anon_sym_double] = ACTIONS(881),
[sym_boolean_type] = ACTIONS(881),
[sym_void_type] = ACTIONS(881),
[sym_this] = ACTIONS(881),
[sym_super] = ACTIONS(881),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(280)] = {
[ts_builtin_sym_end] = ACTIONS(883),
[sym_identifier] = ACTIONS(885),
[sym_decimal_integer_literal] = ACTIONS(885),
[sym_hex_integer_literal] = ACTIONS(885),
[sym_octal_integer_literal] = ACTIONS(885),
[sym_binary_integer_literal] = ACTIONS(883),
[sym_decimal_floating_point_literal] = ACTIONS(883),
[sym_hex_floating_point_literal] = ACTIONS(885),
[sym_true] = ACTIONS(885),
[sym_false] = ACTIONS(885),
[sym_character_literal] = ACTIONS(883),
[anon_sym_DQUOTE] = ACTIONS(885),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(883),
[anon_sym_RBRACE] = ACTIONS(883),
[sym_null_literal] = ACTIONS(885),
[anon_sym_LPAREN] = ACTIONS(883),
[anon_sym_LT] = ACTIONS(883),
[anon_sym_PLUS] = ACTIONS(885),
[anon_sym_DASH] = ACTIONS(885),
[anon_sym_TILDE] = ACTIONS(883),
[anon_sym_BANG] = ACTIONS(883),
[anon_sym_PLUS_PLUS] = ACTIONS(883),
[anon_sym_DASH_DASH] = ACTIONS(883),
[anon_sym_new] = ACTIONS(885),
[anon_sym_class] = ACTIONS(885),
[anon_sym_switch] = ACTIONS(885),
[anon_sym_LBRACE] = ACTIONS(883),
[anon_sym_case] = ACTIONS(885),
[anon_sym_default] = ACTIONS(885),
[anon_sym_SEMI] = ACTIONS(883),
[anon_sym_assert] = ACTIONS(885),
[anon_sym_do] = ACTIONS(885),
[anon_sym_while] = ACTIONS(885),
[anon_sym_break] = ACTIONS(885),
[anon_sym_continue] = ACTIONS(885),
[anon_sym_return] = ACTIONS(885),
[anon_sym_yield] = ACTIONS(885),
[anon_sym_synchronized] = ACTIONS(885),
[anon_sym_throw] = ACTIONS(885),
[anon_sym_try] = ACTIONS(885),
[anon_sym_if] = ACTIONS(885),
[anon_sym_else] = ACTIONS(885),
[anon_sym_for] = ACTIONS(885),
[anon_sym_AT] = ACTIONS(883),
[anon_sym_open] = ACTIONS(885),
[anon_sym_module] = ACTIONS(885),
[anon_sym_static] = ACTIONS(885),
[anon_sym_with] = ACTIONS(885),
[anon_sym_package] = ACTIONS(885),
[anon_sym_import] = ACTIONS(885),
[anon_sym_enum] = ACTIONS(885),
[anon_sym_public] = ACTIONS(885),
[anon_sym_protected] = ACTIONS(885),
[anon_sym_private] = ACTIONS(885),
[anon_sym_abstract] = ACTIONS(885),
[anon_sym_final] = ACTIONS(885),
[anon_sym_strictfp] = ACTIONS(885),
[anon_sym_native] = ACTIONS(885),
[anon_sym_transient] = ACTIONS(885),
[anon_sym_volatile] = ACTIONS(885),
[anon_sym_sealed] = ACTIONS(885),
[anon_sym_non_DASHsealed] = ACTIONS(883),
[anon_sym_record] = ACTIONS(885),
[anon_sym_interface] = ACTIONS(885),
[anon_sym_byte] = ACTIONS(885),
[anon_sym_short] = ACTIONS(885),
[anon_sym_int] = ACTIONS(885),
[anon_sym_long] = ACTIONS(885),
[anon_sym_char] = ACTIONS(885),
[anon_sym_float] = ACTIONS(885),
[anon_sym_double] = ACTIONS(885),
[sym_boolean_type] = ACTIONS(885),
[sym_void_type] = ACTIONS(885),
[sym_this] = ACTIONS(885),
[sym_super] = ACTIONS(885),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(281)] = {
[ts_builtin_sym_end] = ACTIONS(887),
[sym_identifier] = ACTIONS(889),
[sym_decimal_integer_literal] = ACTIONS(889),
[sym_hex_integer_literal] = ACTIONS(889),
[sym_octal_integer_literal] = ACTIONS(889),
[sym_binary_integer_literal] = ACTIONS(887),
[sym_decimal_floating_point_literal] = ACTIONS(887),
[sym_hex_floating_point_literal] = ACTIONS(889),
[sym_true] = ACTIONS(889),
[sym_false] = ACTIONS(889),
[sym_character_literal] = ACTIONS(887),
[anon_sym_DQUOTE] = ACTIONS(889),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(887),
[anon_sym_RBRACE] = ACTIONS(887),
[sym_null_literal] = ACTIONS(889),
[anon_sym_LPAREN] = ACTIONS(887),
[anon_sym_LT] = ACTIONS(887),
[anon_sym_PLUS] = ACTIONS(889),
[anon_sym_DASH] = ACTIONS(889),
[anon_sym_TILDE] = ACTIONS(887),
[anon_sym_BANG] = ACTIONS(887),
[anon_sym_PLUS_PLUS] = ACTIONS(887),
[anon_sym_DASH_DASH] = ACTIONS(887),
[anon_sym_new] = ACTIONS(889),
[anon_sym_class] = ACTIONS(889),
[anon_sym_switch] = ACTIONS(889),
[anon_sym_LBRACE] = ACTIONS(887),
[anon_sym_case] = ACTIONS(889),
[anon_sym_default] = ACTIONS(889),
[anon_sym_SEMI] = ACTIONS(887),
[anon_sym_assert] = ACTIONS(889),
[anon_sym_do] = ACTIONS(889),
[anon_sym_while] = ACTIONS(889),
[anon_sym_break] = ACTIONS(889),
[anon_sym_continue] = ACTIONS(889),
[anon_sym_return] = ACTIONS(889),
[anon_sym_yield] = ACTIONS(889),
[anon_sym_synchronized] = ACTIONS(889),
[anon_sym_throw] = ACTIONS(889),
[anon_sym_try] = ACTIONS(889),
[anon_sym_if] = ACTIONS(889),
[anon_sym_else] = ACTIONS(889),
[anon_sym_for] = ACTIONS(889),
[anon_sym_AT] = ACTIONS(887),
[anon_sym_open] = ACTIONS(889),
[anon_sym_module] = ACTIONS(889),
[anon_sym_static] = ACTIONS(889),
[anon_sym_with] = ACTIONS(889),
[anon_sym_package] = ACTIONS(889),
[anon_sym_import] = ACTIONS(889),
[anon_sym_enum] = ACTIONS(889),
[anon_sym_public] = ACTIONS(889),
[anon_sym_protected] = ACTIONS(889),
[anon_sym_private] = ACTIONS(889),
[anon_sym_abstract] = ACTIONS(889),
[anon_sym_final] = ACTIONS(889),
[anon_sym_strictfp] = ACTIONS(889),
[anon_sym_native] = ACTIONS(889),
[anon_sym_transient] = ACTIONS(889),
[anon_sym_volatile] = ACTIONS(889),
[anon_sym_sealed] = ACTIONS(889),
[anon_sym_non_DASHsealed] = ACTIONS(887),
[anon_sym_record] = ACTIONS(889),
[anon_sym_interface] = ACTIONS(889),
[anon_sym_byte] = ACTIONS(889),
[anon_sym_short] = ACTIONS(889),
[anon_sym_int] = ACTIONS(889),
[anon_sym_long] = ACTIONS(889),
[anon_sym_char] = ACTIONS(889),
[anon_sym_float] = ACTIONS(889),
[anon_sym_double] = ACTIONS(889),
[sym_boolean_type] = ACTIONS(889),
[sym_void_type] = ACTIONS(889),
[sym_this] = ACTIONS(889),
[sym_super] = ACTIONS(889),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(282)] = {
[ts_builtin_sym_end] = ACTIONS(891),
[sym_identifier] = ACTIONS(893),
[sym_decimal_integer_literal] = ACTIONS(893),
[sym_hex_integer_literal] = ACTIONS(893),
[sym_octal_integer_literal] = ACTIONS(893),
[sym_binary_integer_literal] = ACTIONS(891),
[sym_decimal_floating_point_literal] = ACTIONS(891),
[sym_hex_floating_point_literal] = ACTIONS(893),
[sym_true] = ACTIONS(893),
[sym_false] = ACTIONS(893),
[sym_character_literal] = ACTIONS(891),
[anon_sym_DQUOTE] = ACTIONS(893),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(891),
[anon_sym_RBRACE] = ACTIONS(891),
[sym_null_literal] = ACTIONS(893),
[anon_sym_LPAREN] = ACTIONS(891),
[anon_sym_LT] = ACTIONS(891),
[anon_sym_PLUS] = ACTIONS(893),
[anon_sym_DASH] = ACTIONS(893),
[anon_sym_TILDE] = ACTIONS(891),
[anon_sym_BANG] = ACTIONS(891),
[anon_sym_PLUS_PLUS] = ACTIONS(891),
[anon_sym_DASH_DASH] = ACTIONS(891),
[anon_sym_new] = ACTIONS(893),
[anon_sym_class] = ACTIONS(893),
[anon_sym_switch] = ACTIONS(893),
[anon_sym_LBRACE] = ACTIONS(891),
[anon_sym_case] = ACTIONS(893),
[anon_sym_default] = ACTIONS(893),
[anon_sym_SEMI] = ACTIONS(891),
[anon_sym_assert] = ACTIONS(893),
[anon_sym_do] = ACTIONS(893),
[anon_sym_while] = ACTIONS(893),
[anon_sym_break] = ACTIONS(893),
[anon_sym_continue] = ACTIONS(893),
[anon_sym_return] = ACTIONS(893),
[anon_sym_yield] = ACTIONS(893),
[anon_sym_synchronized] = ACTIONS(893),
[anon_sym_throw] = ACTIONS(893),
[anon_sym_try] = ACTIONS(893),
[anon_sym_if] = ACTIONS(893),
[anon_sym_else] = ACTIONS(893),
[anon_sym_for] = ACTIONS(893),
[anon_sym_AT] = ACTIONS(891),
[anon_sym_open] = ACTIONS(893),
[anon_sym_module] = ACTIONS(893),
[anon_sym_static] = ACTIONS(893),
[anon_sym_with] = ACTIONS(893),
[anon_sym_package] = ACTIONS(893),
[anon_sym_import] = ACTIONS(893),
[anon_sym_enum] = ACTIONS(893),
[anon_sym_public] = ACTIONS(893),
[anon_sym_protected] = ACTIONS(893),
[anon_sym_private] = ACTIONS(893),
[anon_sym_abstract] = ACTIONS(893),
[anon_sym_final] = ACTIONS(893),
[anon_sym_strictfp] = ACTIONS(893),
[anon_sym_native] = ACTIONS(893),
[anon_sym_transient] = ACTIONS(893),
[anon_sym_volatile] = ACTIONS(893),
[anon_sym_sealed] = ACTIONS(893),
[anon_sym_non_DASHsealed] = ACTIONS(891),
[anon_sym_record] = ACTIONS(893),
[anon_sym_interface] = ACTIONS(893),
[anon_sym_byte] = ACTIONS(893),
[anon_sym_short] = ACTIONS(893),
[anon_sym_int] = ACTIONS(893),
[anon_sym_long] = ACTIONS(893),
[anon_sym_char] = ACTIONS(893),
[anon_sym_float] = ACTIONS(893),
[anon_sym_double] = ACTIONS(893),
[sym_boolean_type] = ACTIONS(893),
[sym_void_type] = ACTIONS(893),
[sym_this] = ACTIONS(893),
[sym_super] = ACTIONS(893),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(283)] = {
[ts_builtin_sym_end] = ACTIONS(895),
[sym_identifier] = ACTIONS(897),
[sym_decimal_integer_literal] = ACTIONS(897),
[sym_hex_integer_literal] = ACTIONS(897),
[sym_octal_integer_literal] = ACTIONS(897),
[sym_binary_integer_literal] = ACTIONS(895),
[sym_decimal_floating_point_literal] = ACTIONS(895),
[sym_hex_floating_point_literal] = ACTIONS(897),
[sym_true] = ACTIONS(897),
[sym_false] = ACTIONS(897),
[sym_character_literal] = ACTIONS(895),
[anon_sym_DQUOTE] = ACTIONS(897),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(895),
[anon_sym_RBRACE] = ACTIONS(895),
[sym_null_literal] = ACTIONS(897),
[anon_sym_LPAREN] = ACTIONS(895),
[anon_sym_LT] = ACTIONS(895),
[anon_sym_PLUS] = ACTIONS(897),
[anon_sym_DASH] = ACTIONS(897),
[anon_sym_TILDE] = ACTIONS(895),
[anon_sym_BANG] = ACTIONS(895),
[anon_sym_PLUS_PLUS] = ACTIONS(895),
[anon_sym_DASH_DASH] = ACTIONS(895),
[anon_sym_new] = ACTIONS(897),
[anon_sym_class] = ACTIONS(897),
[anon_sym_switch] = ACTIONS(897),
[anon_sym_LBRACE] = ACTIONS(895),
[anon_sym_case] = ACTIONS(897),
[anon_sym_default] = ACTIONS(897),
[anon_sym_SEMI] = ACTIONS(895),
[anon_sym_assert] = ACTIONS(897),
[anon_sym_do] = ACTIONS(897),
[anon_sym_while] = ACTIONS(897),
[anon_sym_break] = ACTIONS(897),
[anon_sym_continue] = ACTIONS(897),
[anon_sym_return] = ACTIONS(897),
[anon_sym_yield] = ACTIONS(897),
[anon_sym_synchronized] = ACTIONS(897),
[anon_sym_throw] = ACTIONS(897),
[anon_sym_try] = ACTIONS(897),
[anon_sym_if] = ACTIONS(897),
[anon_sym_else] = ACTIONS(897),
[anon_sym_for] = ACTIONS(897),
[anon_sym_AT] = ACTIONS(895),
[anon_sym_open] = ACTIONS(897),
[anon_sym_module] = ACTIONS(897),
[anon_sym_static] = ACTIONS(897),
[anon_sym_with] = ACTIONS(897),
[anon_sym_package] = ACTIONS(897),
[anon_sym_import] = ACTIONS(897),
[anon_sym_enum] = ACTIONS(897),
[anon_sym_public] = ACTIONS(897),
[anon_sym_protected] = ACTIONS(897),
[anon_sym_private] = ACTIONS(897),
[anon_sym_abstract] = ACTIONS(897),
[anon_sym_final] = ACTIONS(897),
[anon_sym_strictfp] = ACTIONS(897),
[anon_sym_native] = ACTIONS(897),
[anon_sym_transient] = ACTIONS(897),
[anon_sym_volatile] = ACTIONS(897),
[anon_sym_sealed] = ACTIONS(897),
[anon_sym_non_DASHsealed] = ACTIONS(895),
[anon_sym_record] = ACTIONS(897),
[anon_sym_interface] = ACTIONS(897),
[anon_sym_byte] = ACTIONS(897),
[anon_sym_short] = ACTIONS(897),
[anon_sym_int] = ACTIONS(897),
[anon_sym_long] = ACTIONS(897),
[anon_sym_char] = ACTIONS(897),
[anon_sym_float] = ACTIONS(897),
[anon_sym_double] = ACTIONS(897),
[sym_boolean_type] = ACTIONS(897),
[sym_void_type] = ACTIONS(897),
[sym_this] = ACTIONS(897),
[sym_super] = ACTIONS(897),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(284)] = {
[ts_builtin_sym_end] = ACTIONS(899),
[sym_identifier] = ACTIONS(901),
[sym_decimal_integer_literal] = ACTIONS(901),
[sym_hex_integer_literal] = ACTIONS(901),
[sym_octal_integer_literal] = ACTIONS(901),
[sym_binary_integer_literal] = ACTIONS(899),
[sym_decimal_floating_point_literal] = ACTIONS(899),
[sym_hex_floating_point_literal] = ACTIONS(901),
[sym_true] = ACTIONS(901),
[sym_false] = ACTIONS(901),
[sym_character_literal] = ACTIONS(899),
[anon_sym_DQUOTE] = ACTIONS(901),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(899),
[anon_sym_RBRACE] = ACTIONS(899),
[sym_null_literal] = ACTIONS(901),
[anon_sym_LPAREN] = ACTIONS(899),
[anon_sym_LT] = ACTIONS(899),
[anon_sym_PLUS] = ACTIONS(901),
[anon_sym_DASH] = ACTIONS(901),
[anon_sym_TILDE] = ACTIONS(899),
[anon_sym_BANG] = ACTIONS(899),
[anon_sym_PLUS_PLUS] = ACTIONS(899),
[anon_sym_DASH_DASH] = ACTIONS(899),
[anon_sym_new] = ACTIONS(901),
[anon_sym_class] = ACTIONS(901),
[anon_sym_switch] = ACTIONS(901),
[anon_sym_LBRACE] = ACTIONS(899),
[anon_sym_case] = ACTIONS(901),
[anon_sym_default] = ACTIONS(901),
[anon_sym_SEMI] = ACTIONS(899),
[anon_sym_assert] = ACTIONS(901),
[anon_sym_do] = ACTIONS(901),
[anon_sym_while] = ACTIONS(901),
[anon_sym_break] = ACTIONS(901),
[anon_sym_continue] = ACTIONS(901),
[anon_sym_return] = ACTIONS(901),
[anon_sym_yield] = ACTIONS(901),
[anon_sym_synchronized] = ACTIONS(901),
[anon_sym_throw] = ACTIONS(901),
[anon_sym_try] = ACTIONS(901),
[anon_sym_if] = ACTIONS(901),
[anon_sym_else] = ACTIONS(901),
[anon_sym_for] = ACTIONS(901),
[anon_sym_AT] = ACTIONS(899),
[anon_sym_open] = ACTIONS(901),
[anon_sym_module] = ACTIONS(901),
[anon_sym_static] = ACTIONS(901),
[anon_sym_with] = ACTIONS(901),
[anon_sym_package] = ACTIONS(901),
[anon_sym_import] = ACTIONS(901),
[anon_sym_enum] = ACTIONS(901),
[anon_sym_public] = ACTIONS(901),
[anon_sym_protected] = ACTIONS(901),
[anon_sym_private] = ACTIONS(901),
[anon_sym_abstract] = ACTIONS(901),
[anon_sym_final] = ACTIONS(901),
[anon_sym_strictfp] = ACTIONS(901),
[anon_sym_native] = ACTIONS(901),
[anon_sym_transient] = ACTIONS(901),
[anon_sym_volatile] = ACTIONS(901),
[anon_sym_sealed] = ACTIONS(901),
[anon_sym_non_DASHsealed] = ACTIONS(899),
[anon_sym_record] = ACTIONS(901),
[anon_sym_interface] = ACTIONS(901),
[anon_sym_byte] = ACTIONS(901),
[anon_sym_short] = ACTIONS(901),
[anon_sym_int] = ACTIONS(901),
[anon_sym_long] = ACTIONS(901),
[anon_sym_char] = ACTIONS(901),
[anon_sym_float] = ACTIONS(901),
[anon_sym_double] = ACTIONS(901),
[sym_boolean_type] = ACTIONS(901),
[sym_void_type] = ACTIONS(901),
[sym_this] = ACTIONS(901),
[sym_super] = ACTIONS(901),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(285)] = {
[ts_builtin_sym_end] = ACTIONS(903),
[sym_identifier] = ACTIONS(905),
[sym_decimal_integer_literal] = ACTIONS(905),
[sym_hex_integer_literal] = ACTIONS(905),
[sym_octal_integer_literal] = ACTIONS(905),
[sym_binary_integer_literal] = ACTIONS(903),
[sym_decimal_floating_point_literal] = ACTIONS(903),
[sym_hex_floating_point_literal] = ACTIONS(905),
[sym_true] = ACTIONS(905),
[sym_false] = ACTIONS(905),
[sym_character_literal] = ACTIONS(903),
[anon_sym_DQUOTE] = ACTIONS(905),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(903),
[anon_sym_RBRACE] = ACTIONS(903),
[sym_null_literal] = ACTIONS(905),
[anon_sym_LPAREN] = ACTIONS(903),
[anon_sym_LT] = ACTIONS(903),
[anon_sym_PLUS] = ACTIONS(905),
[anon_sym_DASH] = ACTIONS(905),
[anon_sym_TILDE] = ACTIONS(903),
[anon_sym_BANG] = ACTIONS(903),
[anon_sym_PLUS_PLUS] = ACTIONS(903),
[anon_sym_DASH_DASH] = ACTIONS(903),
[anon_sym_new] = ACTIONS(905),
[anon_sym_class] = ACTIONS(905),
[anon_sym_switch] = ACTIONS(905),
[anon_sym_LBRACE] = ACTIONS(903),
[anon_sym_case] = ACTIONS(905),
[anon_sym_default] = ACTIONS(905),
[anon_sym_SEMI] = ACTIONS(903),
[anon_sym_assert] = ACTIONS(905),
[anon_sym_do] = ACTIONS(905),
[anon_sym_while] = ACTIONS(905),
[anon_sym_break] = ACTIONS(905),
[anon_sym_continue] = ACTIONS(905),
[anon_sym_return] = ACTIONS(905),
[anon_sym_yield] = ACTIONS(905),
[anon_sym_synchronized] = ACTIONS(905),
[anon_sym_throw] = ACTIONS(905),
[anon_sym_try] = ACTIONS(905),
[anon_sym_if] = ACTIONS(905),
[anon_sym_else] = ACTIONS(905),
[anon_sym_for] = ACTIONS(905),
[anon_sym_AT] = ACTIONS(903),
[anon_sym_open] = ACTIONS(905),
[anon_sym_module] = ACTIONS(905),
[anon_sym_static] = ACTIONS(905),
[anon_sym_with] = ACTIONS(905),
[anon_sym_package] = ACTIONS(905),
[anon_sym_import] = ACTIONS(905),
[anon_sym_enum] = ACTIONS(905),
[anon_sym_public] = ACTIONS(905),
[anon_sym_protected] = ACTIONS(905),
[anon_sym_private] = ACTIONS(905),
[anon_sym_abstract] = ACTIONS(905),
[anon_sym_final] = ACTIONS(905),
[anon_sym_strictfp] = ACTIONS(905),
[anon_sym_native] = ACTIONS(905),
[anon_sym_transient] = ACTIONS(905),
[anon_sym_volatile] = ACTIONS(905),
[anon_sym_sealed] = ACTIONS(905),
[anon_sym_non_DASHsealed] = ACTIONS(903),
[anon_sym_record] = ACTIONS(905),
[anon_sym_interface] = ACTIONS(905),
[anon_sym_byte] = ACTIONS(905),
[anon_sym_short] = ACTIONS(905),
[anon_sym_int] = ACTIONS(905),
[anon_sym_long] = ACTIONS(905),
[anon_sym_char] = ACTIONS(905),
[anon_sym_float] = ACTIONS(905),
[anon_sym_double] = ACTIONS(905),
[sym_boolean_type] = ACTIONS(905),
[sym_void_type] = ACTIONS(905),
[sym_this] = ACTIONS(905),
[sym_super] = ACTIONS(905),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(286)] = {
[ts_builtin_sym_end] = ACTIONS(907),
[sym_identifier] = ACTIONS(909),
[sym_decimal_integer_literal] = ACTIONS(909),
[sym_hex_integer_literal] = ACTIONS(909),
[sym_octal_integer_literal] = ACTIONS(909),
[sym_binary_integer_literal] = ACTIONS(907),
[sym_decimal_floating_point_literal] = ACTIONS(907),
[sym_hex_floating_point_literal] = ACTIONS(909),
[sym_true] = ACTIONS(909),
[sym_false] = ACTIONS(909),
[sym_character_literal] = ACTIONS(907),
[anon_sym_DQUOTE] = ACTIONS(909),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(907),
[anon_sym_RBRACE] = ACTIONS(907),
[sym_null_literal] = ACTIONS(909),
[anon_sym_LPAREN] = ACTIONS(907),
[anon_sym_LT] = ACTIONS(907),
[anon_sym_PLUS] = ACTIONS(909),
[anon_sym_DASH] = ACTIONS(909),
[anon_sym_TILDE] = ACTIONS(907),
[anon_sym_BANG] = ACTIONS(907),
[anon_sym_PLUS_PLUS] = ACTIONS(907),
[anon_sym_DASH_DASH] = ACTIONS(907),
[anon_sym_new] = ACTIONS(909),
[anon_sym_class] = ACTIONS(909),
[anon_sym_switch] = ACTIONS(909),
[anon_sym_LBRACE] = ACTIONS(907),
[anon_sym_case] = ACTIONS(909),
[anon_sym_default] = ACTIONS(909),
[anon_sym_SEMI] = ACTIONS(907),
[anon_sym_assert] = ACTIONS(909),
[anon_sym_do] = ACTIONS(909),
[anon_sym_while] = ACTIONS(909),
[anon_sym_break] = ACTIONS(909),
[anon_sym_continue] = ACTIONS(909),
[anon_sym_return] = ACTIONS(909),
[anon_sym_yield] = ACTIONS(909),
[anon_sym_synchronized] = ACTIONS(909),
[anon_sym_throw] = ACTIONS(909),
[anon_sym_try] = ACTIONS(909),
[anon_sym_if] = ACTIONS(909),
[anon_sym_else] = ACTIONS(909),
[anon_sym_for] = ACTIONS(909),
[anon_sym_AT] = ACTIONS(907),
[anon_sym_open] = ACTIONS(909),
[anon_sym_module] = ACTIONS(909),
[anon_sym_static] = ACTIONS(909),
[anon_sym_with] = ACTIONS(909),
[anon_sym_package] = ACTIONS(909),
[anon_sym_import] = ACTIONS(909),
[anon_sym_enum] = ACTIONS(909),
[anon_sym_public] = ACTIONS(909),
[anon_sym_protected] = ACTIONS(909),
[anon_sym_private] = ACTIONS(909),
[anon_sym_abstract] = ACTIONS(909),
[anon_sym_final] = ACTIONS(909),
[anon_sym_strictfp] = ACTIONS(909),
[anon_sym_native] = ACTIONS(909),
[anon_sym_transient] = ACTIONS(909),
[anon_sym_volatile] = ACTIONS(909),
[anon_sym_sealed] = ACTIONS(909),
[anon_sym_non_DASHsealed] = ACTIONS(907),
[anon_sym_record] = ACTIONS(909),
[anon_sym_interface] = ACTIONS(909),
[anon_sym_byte] = ACTIONS(909),
[anon_sym_short] = ACTIONS(909),
[anon_sym_int] = ACTIONS(909),
[anon_sym_long] = ACTIONS(909),
[anon_sym_char] = ACTIONS(909),
[anon_sym_float] = ACTIONS(909),
[anon_sym_double] = ACTIONS(909),
[sym_boolean_type] = ACTIONS(909),
[sym_void_type] = ACTIONS(909),
[sym_this] = ACTIONS(909),
[sym_super] = ACTIONS(909),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(287)] = {
[ts_builtin_sym_end] = ACTIONS(911),
[sym_identifier] = ACTIONS(913),
[sym_decimal_integer_literal] = ACTIONS(913),
[sym_hex_integer_literal] = ACTIONS(913),
[sym_octal_integer_literal] = ACTIONS(913),
[sym_binary_integer_literal] = ACTIONS(911),
[sym_decimal_floating_point_literal] = ACTIONS(911),
[sym_hex_floating_point_literal] = ACTIONS(913),
[sym_true] = ACTIONS(913),
[sym_false] = ACTIONS(913),
[sym_character_literal] = ACTIONS(911),
[anon_sym_DQUOTE] = ACTIONS(913),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(911),
[anon_sym_RBRACE] = ACTIONS(911),
[sym_null_literal] = ACTIONS(913),
[anon_sym_LPAREN] = ACTIONS(911),
[anon_sym_LT] = ACTIONS(911),
[anon_sym_PLUS] = ACTIONS(913),
[anon_sym_DASH] = ACTIONS(913),
[anon_sym_TILDE] = ACTIONS(911),
[anon_sym_BANG] = ACTIONS(911),
[anon_sym_PLUS_PLUS] = ACTIONS(911),
[anon_sym_DASH_DASH] = ACTIONS(911),
[anon_sym_new] = ACTIONS(913),
[anon_sym_class] = ACTIONS(913),
[anon_sym_switch] = ACTIONS(913),
[anon_sym_LBRACE] = ACTIONS(911),
[anon_sym_case] = ACTIONS(913),
[anon_sym_default] = ACTIONS(913),
[anon_sym_SEMI] = ACTIONS(911),
[anon_sym_assert] = ACTIONS(913),
[anon_sym_do] = ACTIONS(913),
[anon_sym_while] = ACTIONS(913),
[anon_sym_break] = ACTIONS(913),
[anon_sym_continue] = ACTIONS(913),
[anon_sym_return] = ACTIONS(913),
[anon_sym_yield] = ACTIONS(913),
[anon_sym_synchronized] = ACTIONS(913),
[anon_sym_throw] = ACTIONS(913),
[anon_sym_try] = ACTIONS(913),
[anon_sym_if] = ACTIONS(913),
[anon_sym_else] = ACTIONS(913),
[anon_sym_for] = ACTIONS(913),
[anon_sym_AT] = ACTIONS(911),
[anon_sym_open] = ACTIONS(913),
[anon_sym_module] = ACTIONS(913),
[anon_sym_static] = ACTIONS(913),
[anon_sym_with] = ACTIONS(913),
[anon_sym_package] = ACTIONS(913),
[anon_sym_import] = ACTIONS(913),
[anon_sym_enum] = ACTIONS(913),
[anon_sym_public] = ACTIONS(913),
[anon_sym_protected] = ACTIONS(913),
[anon_sym_private] = ACTIONS(913),
[anon_sym_abstract] = ACTIONS(913),
[anon_sym_final] = ACTIONS(913),
[anon_sym_strictfp] = ACTIONS(913),
[anon_sym_native] = ACTIONS(913),
[anon_sym_transient] = ACTIONS(913),
[anon_sym_volatile] = ACTIONS(913),
[anon_sym_sealed] = ACTIONS(913),
[anon_sym_non_DASHsealed] = ACTIONS(911),
[anon_sym_record] = ACTIONS(913),
[anon_sym_interface] = ACTIONS(913),
[anon_sym_byte] = ACTIONS(913),
[anon_sym_short] = ACTIONS(913),
[anon_sym_int] = ACTIONS(913),
[anon_sym_long] = ACTIONS(913),
[anon_sym_char] = ACTIONS(913),
[anon_sym_float] = ACTIONS(913),
[anon_sym_double] = ACTIONS(913),
[sym_boolean_type] = ACTIONS(913),
[sym_void_type] = ACTIONS(913),
[sym_this] = ACTIONS(913),
[sym_super] = ACTIONS(913),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(288)] = {
[ts_builtin_sym_end] = ACTIONS(915),
[sym_identifier] = ACTIONS(917),
[sym_decimal_integer_literal] = ACTIONS(917),
[sym_hex_integer_literal] = ACTIONS(917),
[sym_octal_integer_literal] = ACTIONS(917),
[sym_binary_integer_literal] = ACTIONS(915),
[sym_decimal_floating_point_literal] = ACTIONS(915),
[sym_hex_floating_point_literal] = ACTIONS(917),
[sym_true] = ACTIONS(917),
[sym_false] = ACTIONS(917),
[sym_character_literal] = ACTIONS(915),
[anon_sym_DQUOTE] = ACTIONS(917),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(915),
[anon_sym_RBRACE] = ACTIONS(915),
[sym_null_literal] = ACTIONS(917),
[anon_sym_LPAREN] = ACTIONS(915),
[anon_sym_LT] = ACTIONS(915),
[anon_sym_PLUS] = ACTIONS(917),
[anon_sym_DASH] = ACTIONS(917),
[anon_sym_TILDE] = ACTIONS(915),
[anon_sym_BANG] = ACTIONS(915),
[anon_sym_PLUS_PLUS] = ACTIONS(915),
[anon_sym_DASH_DASH] = ACTIONS(915),
[anon_sym_new] = ACTIONS(917),
[anon_sym_class] = ACTIONS(917),
[anon_sym_switch] = ACTIONS(917),
[anon_sym_LBRACE] = ACTIONS(915),
[anon_sym_case] = ACTIONS(917),
[anon_sym_default] = ACTIONS(917),
[anon_sym_SEMI] = ACTIONS(915),
[anon_sym_assert] = ACTIONS(917),
[anon_sym_do] = ACTIONS(917),
[anon_sym_while] = ACTIONS(917),
[anon_sym_break] = ACTIONS(917),
[anon_sym_continue] = ACTIONS(917),
[anon_sym_return] = ACTIONS(917),
[anon_sym_yield] = ACTIONS(917),
[anon_sym_synchronized] = ACTIONS(917),
[anon_sym_throw] = ACTIONS(917),
[anon_sym_try] = ACTIONS(917),
[anon_sym_if] = ACTIONS(917),
[anon_sym_else] = ACTIONS(917),
[anon_sym_for] = ACTIONS(917),
[anon_sym_AT] = ACTIONS(915),
[anon_sym_open] = ACTIONS(917),
[anon_sym_module] = ACTIONS(917),
[anon_sym_static] = ACTIONS(917),
[anon_sym_with] = ACTIONS(917),
[anon_sym_package] = ACTIONS(917),
[anon_sym_import] = ACTIONS(917),
[anon_sym_enum] = ACTIONS(917),
[anon_sym_public] = ACTIONS(917),
[anon_sym_protected] = ACTIONS(917),
[anon_sym_private] = ACTIONS(917),
[anon_sym_abstract] = ACTIONS(917),
[anon_sym_final] = ACTIONS(917),
[anon_sym_strictfp] = ACTIONS(917),
[anon_sym_native] = ACTIONS(917),
[anon_sym_transient] = ACTIONS(917),
[anon_sym_volatile] = ACTIONS(917),
[anon_sym_sealed] = ACTIONS(917),
[anon_sym_non_DASHsealed] = ACTIONS(915),
[anon_sym_record] = ACTIONS(917),
[anon_sym_interface] = ACTIONS(917),
[anon_sym_byte] = ACTIONS(917),
[anon_sym_short] = ACTIONS(917),
[anon_sym_int] = ACTIONS(917),
[anon_sym_long] = ACTIONS(917),
[anon_sym_char] = ACTIONS(917),
[anon_sym_float] = ACTIONS(917),
[anon_sym_double] = ACTIONS(917),
[sym_boolean_type] = ACTIONS(917),
[sym_void_type] = ACTIONS(917),
[sym_this] = ACTIONS(917),
[sym_super] = ACTIONS(917),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(289)] = {
[ts_builtin_sym_end] = ACTIONS(919),
[sym_identifier] = ACTIONS(921),
[sym_decimal_integer_literal] = ACTIONS(921),
[sym_hex_integer_literal] = ACTIONS(921),
[sym_octal_integer_literal] = ACTIONS(921),
[sym_binary_integer_literal] = ACTIONS(919),
[sym_decimal_floating_point_literal] = ACTIONS(919),
[sym_hex_floating_point_literal] = ACTIONS(921),
[sym_true] = ACTIONS(921),
[sym_false] = ACTIONS(921),
[sym_character_literal] = ACTIONS(919),
[anon_sym_DQUOTE] = ACTIONS(921),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(919),
[anon_sym_RBRACE] = ACTIONS(919),
[sym_null_literal] = ACTIONS(921),
[anon_sym_LPAREN] = ACTIONS(919),
[anon_sym_LT] = ACTIONS(919),
[anon_sym_PLUS] = ACTIONS(921),
[anon_sym_DASH] = ACTIONS(921),
[anon_sym_TILDE] = ACTIONS(919),
[anon_sym_BANG] = ACTIONS(919),
[anon_sym_PLUS_PLUS] = ACTIONS(919),
[anon_sym_DASH_DASH] = ACTIONS(919),
[anon_sym_new] = ACTIONS(921),
[anon_sym_class] = ACTIONS(921),
[anon_sym_switch] = ACTIONS(921),
[anon_sym_LBRACE] = ACTIONS(919),
[anon_sym_case] = ACTIONS(921),
[anon_sym_default] = ACTIONS(921),
[anon_sym_SEMI] = ACTIONS(919),
[anon_sym_assert] = ACTIONS(921),
[anon_sym_do] = ACTIONS(921),
[anon_sym_while] = ACTIONS(921),
[anon_sym_break] = ACTIONS(921),
[anon_sym_continue] = ACTIONS(921),
[anon_sym_return] = ACTIONS(921),
[anon_sym_yield] = ACTIONS(921),
[anon_sym_synchronized] = ACTIONS(921),
[anon_sym_throw] = ACTIONS(921),
[anon_sym_try] = ACTIONS(921),
[anon_sym_if] = ACTIONS(921),
[anon_sym_else] = ACTIONS(921),
[anon_sym_for] = ACTIONS(921),
[anon_sym_AT] = ACTIONS(919),
[anon_sym_open] = ACTIONS(921),
[anon_sym_module] = ACTIONS(921),
[anon_sym_static] = ACTIONS(921),
[anon_sym_with] = ACTIONS(921),
[anon_sym_package] = ACTIONS(921),
[anon_sym_import] = ACTIONS(921),
[anon_sym_enum] = ACTIONS(921),
[anon_sym_public] = ACTIONS(921),
[anon_sym_protected] = ACTIONS(921),
[anon_sym_private] = ACTIONS(921),
[anon_sym_abstract] = ACTIONS(921),
[anon_sym_final] = ACTIONS(921),
[anon_sym_strictfp] = ACTIONS(921),
[anon_sym_native] = ACTIONS(921),
[anon_sym_transient] = ACTIONS(921),
[anon_sym_volatile] = ACTIONS(921),
[anon_sym_sealed] = ACTIONS(921),
[anon_sym_non_DASHsealed] = ACTIONS(919),
[anon_sym_record] = ACTIONS(921),
[anon_sym_interface] = ACTIONS(921),
[anon_sym_byte] = ACTIONS(921),
[anon_sym_short] = ACTIONS(921),
[anon_sym_int] = ACTIONS(921),
[anon_sym_long] = ACTIONS(921),
[anon_sym_char] = ACTIONS(921),
[anon_sym_float] = ACTIONS(921),
[anon_sym_double] = ACTIONS(921),
[sym_boolean_type] = ACTIONS(921),
[sym_void_type] = ACTIONS(921),
[sym_this] = ACTIONS(921),
[sym_super] = ACTIONS(921),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(290)] = {
[ts_builtin_sym_end] = ACTIONS(923),
[sym_identifier] = ACTIONS(925),
[sym_decimal_integer_literal] = ACTIONS(925),
[sym_hex_integer_literal] = ACTIONS(925),
[sym_octal_integer_literal] = ACTIONS(925),
[sym_binary_integer_literal] = ACTIONS(923),
[sym_decimal_floating_point_literal] = ACTIONS(923),
[sym_hex_floating_point_literal] = ACTIONS(925),
[sym_true] = ACTIONS(925),
[sym_false] = ACTIONS(925),
[sym_character_literal] = ACTIONS(923),
[anon_sym_DQUOTE] = ACTIONS(925),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(923),
[anon_sym_RBRACE] = ACTIONS(923),
[sym_null_literal] = ACTIONS(925),
[anon_sym_LPAREN] = ACTIONS(923),
[anon_sym_LT] = ACTIONS(923),
[anon_sym_PLUS] = ACTIONS(925),
[anon_sym_DASH] = ACTIONS(925),
[anon_sym_TILDE] = ACTIONS(923),
[anon_sym_BANG] = ACTIONS(923),
[anon_sym_PLUS_PLUS] = ACTIONS(923),
[anon_sym_DASH_DASH] = ACTIONS(923),
[anon_sym_new] = ACTIONS(925),
[anon_sym_class] = ACTIONS(925),
[anon_sym_switch] = ACTIONS(925),
[anon_sym_LBRACE] = ACTIONS(923),
[anon_sym_case] = ACTIONS(925),
[anon_sym_default] = ACTIONS(925),
[anon_sym_SEMI] = ACTIONS(923),
[anon_sym_assert] = ACTIONS(925),
[anon_sym_do] = ACTIONS(925),
[anon_sym_while] = ACTIONS(925),
[anon_sym_break] = ACTIONS(925),
[anon_sym_continue] = ACTIONS(925),
[anon_sym_return] = ACTIONS(925),
[anon_sym_yield] = ACTIONS(925),
[anon_sym_synchronized] = ACTIONS(925),
[anon_sym_throw] = ACTIONS(925),
[anon_sym_try] = ACTIONS(925),
[anon_sym_if] = ACTIONS(925),
[anon_sym_else] = ACTIONS(925),
[anon_sym_for] = ACTIONS(925),
[anon_sym_AT] = ACTIONS(923),
[anon_sym_open] = ACTIONS(925),
[anon_sym_module] = ACTIONS(925),
[anon_sym_static] = ACTIONS(925),
[anon_sym_with] = ACTIONS(925),
[anon_sym_package] = ACTIONS(925),
[anon_sym_import] = ACTIONS(925),
[anon_sym_enum] = ACTIONS(925),
[anon_sym_public] = ACTIONS(925),
[anon_sym_protected] = ACTIONS(925),
[anon_sym_private] = ACTIONS(925),
[anon_sym_abstract] = ACTIONS(925),
[anon_sym_final] = ACTIONS(925),
[anon_sym_strictfp] = ACTIONS(925),
[anon_sym_native] = ACTIONS(925),
[anon_sym_transient] = ACTIONS(925),
[anon_sym_volatile] = ACTIONS(925),
[anon_sym_sealed] = ACTIONS(925),
[anon_sym_non_DASHsealed] = ACTIONS(923),
[anon_sym_record] = ACTIONS(925),
[anon_sym_interface] = ACTIONS(925),
[anon_sym_byte] = ACTIONS(925),
[anon_sym_short] = ACTIONS(925),
[anon_sym_int] = ACTIONS(925),
[anon_sym_long] = ACTIONS(925),
[anon_sym_char] = ACTIONS(925),
[anon_sym_float] = ACTIONS(925),
[anon_sym_double] = ACTIONS(925),
[sym_boolean_type] = ACTIONS(925),
[sym_void_type] = ACTIONS(925),
[sym_this] = ACTIONS(925),
[sym_super] = ACTIONS(925),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(291)] = {
[ts_builtin_sym_end] = ACTIONS(927),
[sym_identifier] = ACTIONS(929),
[sym_decimal_integer_literal] = ACTIONS(929),
[sym_hex_integer_literal] = ACTIONS(929),
[sym_octal_integer_literal] = ACTIONS(929),
[sym_binary_integer_literal] = ACTIONS(927),
[sym_decimal_floating_point_literal] = ACTIONS(927),
[sym_hex_floating_point_literal] = ACTIONS(929),
[sym_true] = ACTIONS(929),
[sym_false] = ACTIONS(929),
[sym_character_literal] = ACTIONS(927),
[anon_sym_DQUOTE] = ACTIONS(929),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(927),
[anon_sym_RBRACE] = ACTIONS(927),
[sym_null_literal] = ACTIONS(929),
[anon_sym_LPAREN] = ACTIONS(927),
[anon_sym_LT] = ACTIONS(927),
[anon_sym_PLUS] = ACTIONS(929),
[anon_sym_DASH] = ACTIONS(929),
[anon_sym_TILDE] = ACTIONS(927),
[anon_sym_BANG] = ACTIONS(927),
[anon_sym_PLUS_PLUS] = ACTIONS(927),
[anon_sym_DASH_DASH] = ACTIONS(927),
[anon_sym_new] = ACTIONS(929),
[anon_sym_class] = ACTIONS(929),
[anon_sym_switch] = ACTIONS(929),
[anon_sym_LBRACE] = ACTIONS(927),
[anon_sym_case] = ACTIONS(929),
[anon_sym_default] = ACTIONS(929),
[anon_sym_SEMI] = ACTIONS(927),
[anon_sym_assert] = ACTIONS(929),
[anon_sym_do] = ACTIONS(929),
[anon_sym_while] = ACTIONS(929),
[anon_sym_break] = ACTIONS(929),
[anon_sym_continue] = ACTIONS(929),
[anon_sym_return] = ACTIONS(929),
[anon_sym_yield] = ACTIONS(929),
[anon_sym_synchronized] = ACTIONS(929),
[anon_sym_throw] = ACTIONS(929),
[anon_sym_try] = ACTIONS(929),
[anon_sym_if] = ACTIONS(929),
[anon_sym_else] = ACTIONS(929),
[anon_sym_for] = ACTIONS(929),
[anon_sym_AT] = ACTIONS(927),
[anon_sym_open] = ACTIONS(929),
[anon_sym_module] = ACTIONS(929),
[anon_sym_static] = ACTIONS(929),
[anon_sym_with] = ACTIONS(929),
[anon_sym_package] = ACTIONS(929),
[anon_sym_import] = ACTIONS(929),
[anon_sym_enum] = ACTIONS(929),
[anon_sym_public] = ACTIONS(929),
[anon_sym_protected] = ACTIONS(929),
[anon_sym_private] = ACTIONS(929),
[anon_sym_abstract] = ACTIONS(929),
[anon_sym_final] = ACTIONS(929),
[anon_sym_strictfp] = ACTIONS(929),
[anon_sym_native] = ACTIONS(929),
[anon_sym_transient] = ACTIONS(929),
[anon_sym_volatile] = ACTIONS(929),
[anon_sym_sealed] = ACTIONS(929),
[anon_sym_non_DASHsealed] = ACTIONS(927),
[anon_sym_record] = ACTIONS(929),
[anon_sym_interface] = ACTIONS(929),
[anon_sym_byte] = ACTIONS(929),
[anon_sym_short] = ACTIONS(929),
[anon_sym_int] = ACTIONS(929),
[anon_sym_long] = ACTIONS(929),
[anon_sym_char] = ACTIONS(929),
[anon_sym_float] = ACTIONS(929),
[anon_sym_double] = ACTIONS(929),
[sym_boolean_type] = ACTIONS(929),
[sym_void_type] = ACTIONS(929),
[sym_this] = ACTIONS(929),
[sym_super] = ACTIONS(929),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(292)] = {
[ts_builtin_sym_end] = ACTIONS(931),
[sym_identifier] = ACTIONS(933),
[sym_decimal_integer_literal] = ACTIONS(933),
[sym_hex_integer_literal] = ACTIONS(933),
[sym_octal_integer_literal] = ACTIONS(933),
[sym_binary_integer_literal] = ACTIONS(931),
[sym_decimal_floating_point_literal] = ACTIONS(931),
[sym_hex_floating_point_literal] = ACTIONS(933),
[sym_true] = ACTIONS(933),
[sym_false] = ACTIONS(933),
[sym_character_literal] = ACTIONS(931),
[anon_sym_DQUOTE] = ACTIONS(933),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(931),
[anon_sym_RBRACE] = ACTIONS(931),
[sym_null_literal] = ACTIONS(933),
[anon_sym_LPAREN] = ACTIONS(931),
[anon_sym_LT] = ACTIONS(931),
[anon_sym_PLUS] = ACTIONS(933),
[anon_sym_DASH] = ACTIONS(933),
[anon_sym_TILDE] = ACTIONS(931),
[anon_sym_BANG] = ACTIONS(931),
[anon_sym_PLUS_PLUS] = ACTIONS(931),
[anon_sym_DASH_DASH] = ACTIONS(931),
[anon_sym_new] = ACTIONS(933),
[anon_sym_class] = ACTIONS(933),
[anon_sym_switch] = ACTIONS(933),
[anon_sym_LBRACE] = ACTIONS(931),
[anon_sym_case] = ACTIONS(933),
[anon_sym_default] = ACTIONS(933),
[anon_sym_SEMI] = ACTIONS(931),
[anon_sym_assert] = ACTIONS(933),
[anon_sym_do] = ACTIONS(933),
[anon_sym_while] = ACTIONS(933),
[anon_sym_break] = ACTIONS(933),
[anon_sym_continue] = ACTIONS(933),
[anon_sym_return] = ACTIONS(933),
[anon_sym_yield] = ACTIONS(933),
[anon_sym_synchronized] = ACTIONS(933),
[anon_sym_throw] = ACTIONS(933),
[anon_sym_try] = ACTIONS(933),
[anon_sym_if] = ACTIONS(933),
[anon_sym_else] = ACTIONS(933),
[anon_sym_for] = ACTIONS(933),
[anon_sym_AT] = ACTIONS(931),
[anon_sym_open] = ACTIONS(933),
[anon_sym_module] = ACTIONS(933),
[anon_sym_static] = ACTIONS(933),
[anon_sym_with] = ACTIONS(933),
[anon_sym_package] = ACTIONS(933),
[anon_sym_import] = ACTIONS(933),
[anon_sym_enum] = ACTIONS(933),
[anon_sym_public] = ACTIONS(933),
[anon_sym_protected] = ACTIONS(933),
[anon_sym_private] = ACTIONS(933),
[anon_sym_abstract] = ACTIONS(933),
[anon_sym_final] = ACTIONS(933),
[anon_sym_strictfp] = ACTIONS(933),
[anon_sym_native] = ACTIONS(933),
[anon_sym_transient] = ACTIONS(933),
[anon_sym_volatile] = ACTIONS(933),
[anon_sym_sealed] = ACTIONS(933),
[anon_sym_non_DASHsealed] = ACTIONS(931),
[anon_sym_record] = ACTIONS(933),
[anon_sym_interface] = ACTIONS(933),
[anon_sym_byte] = ACTIONS(933),
[anon_sym_short] = ACTIONS(933),
[anon_sym_int] = ACTIONS(933),
[anon_sym_long] = ACTIONS(933),
[anon_sym_char] = ACTIONS(933),
[anon_sym_float] = ACTIONS(933),
[anon_sym_double] = ACTIONS(933),
[sym_boolean_type] = ACTIONS(933),
[sym_void_type] = ACTIONS(933),
[sym_this] = ACTIONS(933),
[sym_super] = ACTIONS(933),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(293)] = {
[ts_builtin_sym_end] = ACTIONS(935),
[sym_identifier] = ACTIONS(937),
[sym_decimal_integer_literal] = ACTIONS(937),
[sym_hex_integer_literal] = ACTIONS(937),
[sym_octal_integer_literal] = ACTIONS(937),
[sym_binary_integer_literal] = ACTIONS(935),
[sym_decimal_floating_point_literal] = ACTIONS(935),
[sym_hex_floating_point_literal] = ACTIONS(937),
[sym_true] = ACTIONS(937),
[sym_false] = ACTIONS(937),
[sym_character_literal] = ACTIONS(935),
[anon_sym_DQUOTE] = ACTIONS(937),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(935),
[anon_sym_RBRACE] = ACTIONS(935),
[sym_null_literal] = ACTIONS(937),
[anon_sym_LPAREN] = ACTIONS(935),
[anon_sym_LT] = ACTIONS(935),
[anon_sym_PLUS] = ACTIONS(937),
[anon_sym_DASH] = ACTIONS(937),
[anon_sym_TILDE] = ACTIONS(935),
[anon_sym_BANG] = ACTIONS(935),
[anon_sym_PLUS_PLUS] = ACTIONS(935),
[anon_sym_DASH_DASH] = ACTIONS(935),
[anon_sym_new] = ACTIONS(937),
[anon_sym_class] = ACTIONS(937),
[anon_sym_switch] = ACTIONS(937),
[anon_sym_LBRACE] = ACTIONS(935),
[anon_sym_case] = ACTIONS(937),
[anon_sym_default] = ACTIONS(937),
[anon_sym_SEMI] = ACTIONS(935),
[anon_sym_assert] = ACTIONS(937),
[anon_sym_do] = ACTIONS(937),
[anon_sym_while] = ACTIONS(937),
[anon_sym_break] = ACTIONS(937),
[anon_sym_continue] = ACTIONS(937),
[anon_sym_return] = ACTIONS(937),
[anon_sym_yield] = ACTIONS(937),
[anon_sym_synchronized] = ACTIONS(937),
[anon_sym_throw] = ACTIONS(937),
[anon_sym_try] = ACTIONS(937),
[anon_sym_if] = ACTIONS(937),
[anon_sym_else] = ACTIONS(937),
[anon_sym_for] = ACTIONS(937),
[anon_sym_AT] = ACTIONS(935),
[anon_sym_open] = ACTIONS(937),
[anon_sym_module] = ACTIONS(937),
[anon_sym_static] = ACTIONS(937),
[anon_sym_with] = ACTIONS(937),
[anon_sym_package] = ACTIONS(937),
[anon_sym_import] = ACTIONS(937),
[anon_sym_enum] = ACTIONS(937),
[anon_sym_public] = ACTIONS(937),
[anon_sym_protected] = ACTIONS(937),
[anon_sym_private] = ACTIONS(937),
[anon_sym_abstract] = ACTIONS(937),
[anon_sym_final] = ACTIONS(937),
[anon_sym_strictfp] = ACTIONS(937),
[anon_sym_native] = ACTIONS(937),
[anon_sym_transient] = ACTIONS(937),
[anon_sym_volatile] = ACTIONS(937),
[anon_sym_sealed] = ACTIONS(937),
[anon_sym_non_DASHsealed] = ACTIONS(935),
[anon_sym_record] = ACTIONS(937),
[anon_sym_interface] = ACTIONS(937),
[anon_sym_byte] = ACTIONS(937),
[anon_sym_short] = ACTIONS(937),
[anon_sym_int] = ACTIONS(937),
[anon_sym_long] = ACTIONS(937),
[anon_sym_char] = ACTIONS(937),
[anon_sym_float] = ACTIONS(937),
[anon_sym_double] = ACTIONS(937),
[sym_boolean_type] = ACTIONS(937),
[sym_void_type] = ACTIONS(937),
[sym_this] = ACTIONS(937),
[sym_super] = ACTIONS(937),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(294)] = {
[ts_builtin_sym_end] = ACTIONS(939),
[sym_identifier] = ACTIONS(941),
[sym_decimal_integer_literal] = ACTIONS(941),
[sym_hex_integer_literal] = ACTIONS(941),
[sym_octal_integer_literal] = ACTIONS(941),
[sym_binary_integer_literal] = ACTIONS(939),
[sym_decimal_floating_point_literal] = ACTIONS(939),
[sym_hex_floating_point_literal] = ACTIONS(941),
[sym_true] = ACTIONS(941),
[sym_false] = ACTIONS(941),
[sym_character_literal] = ACTIONS(939),
[anon_sym_DQUOTE] = ACTIONS(941),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(939),
[anon_sym_RBRACE] = ACTIONS(939),
[sym_null_literal] = ACTIONS(941),
[anon_sym_LPAREN] = ACTIONS(939),
[anon_sym_LT] = ACTIONS(939),
[anon_sym_PLUS] = ACTIONS(941),
[anon_sym_DASH] = ACTIONS(941),
[anon_sym_TILDE] = ACTIONS(939),
[anon_sym_BANG] = ACTIONS(939),
[anon_sym_PLUS_PLUS] = ACTIONS(939),
[anon_sym_DASH_DASH] = ACTIONS(939),
[anon_sym_new] = ACTIONS(941),
[anon_sym_class] = ACTIONS(941),
[anon_sym_switch] = ACTIONS(941),
[anon_sym_LBRACE] = ACTIONS(939),
[anon_sym_case] = ACTIONS(941),
[anon_sym_default] = ACTIONS(941),
[anon_sym_SEMI] = ACTIONS(939),
[anon_sym_assert] = ACTIONS(941),
[anon_sym_do] = ACTIONS(941),
[anon_sym_while] = ACTIONS(941),
[anon_sym_break] = ACTIONS(941),
[anon_sym_continue] = ACTIONS(941),
[anon_sym_return] = ACTIONS(941),
[anon_sym_yield] = ACTIONS(941),
[anon_sym_synchronized] = ACTIONS(941),
[anon_sym_throw] = ACTIONS(941),
[anon_sym_try] = ACTIONS(941),
[anon_sym_if] = ACTIONS(941),
[anon_sym_else] = ACTIONS(941),
[anon_sym_for] = ACTIONS(941),
[anon_sym_AT] = ACTIONS(939),
[anon_sym_open] = ACTIONS(941),
[anon_sym_module] = ACTIONS(941),
[anon_sym_static] = ACTIONS(941),
[anon_sym_with] = ACTIONS(941),
[anon_sym_package] = ACTIONS(941),
[anon_sym_import] = ACTIONS(941),
[anon_sym_enum] = ACTIONS(941),
[anon_sym_public] = ACTIONS(941),
[anon_sym_protected] = ACTIONS(941),
[anon_sym_private] = ACTIONS(941),
[anon_sym_abstract] = ACTIONS(941),
[anon_sym_final] = ACTIONS(941),
[anon_sym_strictfp] = ACTIONS(941),
[anon_sym_native] = ACTIONS(941),
[anon_sym_transient] = ACTIONS(941),
[anon_sym_volatile] = ACTIONS(941),
[anon_sym_sealed] = ACTIONS(941),
[anon_sym_non_DASHsealed] = ACTIONS(939),
[anon_sym_record] = ACTIONS(941),
[anon_sym_interface] = ACTIONS(941),
[anon_sym_byte] = ACTIONS(941),
[anon_sym_short] = ACTIONS(941),
[anon_sym_int] = ACTIONS(941),
[anon_sym_long] = ACTIONS(941),
[anon_sym_char] = ACTIONS(941),
[anon_sym_float] = ACTIONS(941),
[anon_sym_double] = ACTIONS(941),
[sym_boolean_type] = ACTIONS(941),
[sym_void_type] = ACTIONS(941),
[sym_this] = ACTIONS(941),
[sym_super] = ACTIONS(941),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(295)] = {
[ts_builtin_sym_end] = ACTIONS(943),
[sym_identifier] = ACTIONS(945),
[sym_decimal_integer_literal] = ACTIONS(945),
[sym_hex_integer_literal] = ACTIONS(945),
[sym_octal_integer_literal] = ACTIONS(945),
[sym_binary_integer_literal] = ACTIONS(943),
[sym_decimal_floating_point_literal] = ACTIONS(943),
[sym_hex_floating_point_literal] = ACTIONS(945),
[sym_true] = ACTIONS(945),
[sym_false] = ACTIONS(945),
[sym_character_literal] = ACTIONS(943),
[anon_sym_DQUOTE] = ACTIONS(945),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(943),
[anon_sym_RBRACE] = ACTIONS(943),
[sym_null_literal] = ACTIONS(945),
[anon_sym_LPAREN] = ACTIONS(943),
[anon_sym_LT] = ACTIONS(943),
[anon_sym_PLUS] = ACTIONS(945),
[anon_sym_DASH] = ACTIONS(945),
[anon_sym_TILDE] = ACTIONS(943),
[anon_sym_BANG] = ACTIONS(943),
[anon_sym_PLUS_PLUS] = ACTIONS(943),
[anon_sym_DASH_DASH] = ACTIONS(943),
[anon_sym_new] = ACTIONS(945),
[anon_sym_class] = ACTIONS(945),
[anon_sym_switch] = ACTIONS(945),
[anon_sym_LBRACE] = ACTIONS(943),
[anon_sym_case] = ACTIONS(945),
[anon_sym_default] = ACTIONS(945),
[anon_sym_SEMI] = ACTIONS(943),
[anon_sym_assert] = ACTIONS(945),
[anon_sym_do] = ACTIONS(945),
[anon_sym_while] = ACTIONS(945),
[anon_sym_break] = ACTIONS(945),
[anon_sym_continue] = ACTIONS(945),
[anon_sym_return] = ACTIONS(945),
[anon_sym_yield] = ACTIONS(945),
[anon_sym_synchronized] = ACTIONS(945),
[anon_sym_throw] = ACTIONS(945),
[anon_sym_try] = ACTIONS(945),
[anon_sym_if] = ACTIONS(945),
[anon_sym_else] = ACTIONS(945),
[anon_sym_for] = ACTIONS(945),
[anon_sym_AT] = ACTIONS(943),
[anon_sym_open] = ACTIONS(945),
[anon_sym_module] = ACTIONS(945),
[anon_sym_static] = ACTIONS(945),
[anon_sym_with] = ACTIONS(945),
[anon_sym_package] = ACTIONS(945),
[anon_sym_import] = ACTIONS(945),
[anon_sym_enum] = ACTIONS(945),
[anon_sym_public] = ACTIONS(945),
[anon_sym_protected] = ACTIONS(945),
[anon_sym_private] = ACTIONS(945),
[anon_sym_abstract] = ACTIONS(945),
[anon_sym_final] = ACTIONS(945),
[anon_sym_strictfp] = ACTIONS(945),
[anon_sym_native] = ACTIONS(945),
[anon_sym_transient] = ACTIONS(945),
[anon_sym_volatile] = ACTIONS(945),
[anon_sym_sealed] = ACTIONS(945),
[anon_sym_non_DASHsealed] = ACTIONS(943),
[anon_sym_record] = ACTIONS(945),
[anon_sym_interface] = ACTIONS(945),
[anon_sym_byte] = ACTIONS(945),
[anon_sym_short] = ACTIONS(945),
[anon_sym_int] = ACTIONS(945),
[anon_sym_long] = ACTIONS(945),
[anon_sym_char] = ACTIONS(945),
[anon_sym_float] = ACTIONS(945),
[anon_sym_double] = ACTIONS(945),
[sym_boolean_type] = ACTIONS(945),
[sym_void_type] = ACTIONS(945),
[sym_this] = ACTIONS(945),
[sym_super] = ACTIONS(945),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(296)] = {
[ts_builtin_sym_end] = ACTIONS(947),
[sym_identifier] = ACTIONS(949),
[sym_decimal_integer_literal] = ACTIONS(949),
[sym_hex_integer_literal] = ACTIONS(949),
[sym_octal_integer_literal] = ACTIONS(949),
[sym_binary_integer_literal] = ACTIONS(947),
[sym_decimal_floating_point_literal] = ACTIONS(947),
[sym_hex_floating_point_literal] = ACTIONS(949),
[sym_true] = ACTIONS(949),
[sym_false] = ACTIONS(949),
[sym_character_literal] = ACTIONS(947),
[anon_sym_DQUOTE] = ACTIONS(949),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(947),
[anon_sym_RBRACE] = ACTIONS(947),
[sym_null_literal] = ACTIONS(949),
[anon_sym_LPAREN] = ACTIONS(947),
[anon_sym_LT] = ACTIONS(947),
[anon_sym_PLUS] = ACTIONS(949),
[anon_sym_DASH] = ACTIONS(949),
[anon_sym_TILDE] = ACTIONS(947),
[anon_sym_BANG] = ACTIONS(947),
[anon_sym_PLUS_PLUS] = ACTIONS(947),
[anon_sym_DASH_DASH] = ACTIONS(947),
[anon_sym_new] = ACTIONS(949),
[anon_sym_class] = ACTIONS(949),
[anon_sym_switch] = ACTIONS(949),
[anon_sym_LBRACE] = ACTIONS(947),
[anon_sym_case] = ACTIONS(949),
[anon_sym_default] = ACTIONS(949),
[anon_sym_SEMI] = ACTIONS(947),
[anon_sym_assert] = ACTIONS(949),
[anon_sym_do] = ACTIONS(949),
[anon_sym_while] = ACTIONS(949),
[anon_sym_break] = ACTIONS(949),
[anon_sym_continue] = ACTIONS(949),
[anon_sym_return] = ACTIONS(949),
[anon_sym_yield] = ACTIONS(949),
[anon_sym_synchronized] = ACTIONS(949),
[anon_sym_throw] = ACTIONS(949),
[anon_sym_try] = ACTIONS(949),
[anon_sym_if] = ACTIONS(949),
[anon_sym_else] = ACTIONS(949),
[anon_sym_for] = ACTIONS(949),
[anon_sym_AT] = ACTIONS(947),
[anon_sym_open] = ACTIONS(949),
[anon_sym_module] = ACTIONS(949),
[anon_sym_static] = ACTIONS(949),
[anon_sym_with] = ACTIONS(949),
[anon_sym_package] = ACTIONS(949),
[anon_sym_import] = ACTIONS(949),
[anon_sym_enum] = ACTIONS(949),
[anon_sym_public] = ACTIONS(949),
[anon_sym_protected] = ACTIONS(949),
[anon_sym_private] = ACTIONS(949),
[anon_sym_abstract] = ACTIONS(949),
[anon_sym_final] = ACTIONS(949),
[anon_sym_strictfp] = ACTIONS(949),
[anon_sym_native] = ACTIONS(949),
[anon_sym_transient] = ACTIONS(949),
[anon_sym_volatile] = ACTIONS(949),
[anon_sym_sealed] = ACTIONS(949),
[anon_sym_non_DASHsealed] = ACTIONS(947),
[anon_sym_record] = ACTIONS(949),
[anon_sym_interface] = ACTIONS(949),
[anon_sym_byte] = ACTIONS(949),
[anon_sym_short] = ACTIONS(949),
[anon_sym_int] = ACTIONS(949),
[anon_sym_long] = ACTIONS(949),
[anon_sym_char] = ACTIONS(949),
[anon_sym_float] = ACTIONS(949),
[anon_sym_double] = ACTIONS(949),
[sym_boolean_type] = ACTIONS(949),
[sym_void_type] = ACTIONS(949),
[sym_this] = ACTIONS(949),
[sym_super] = ACTIONS(949),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(297)] = {
[ts_builtin_sym_end] = ACTIONS(951),
[sym_identifier] = ACTIONS(953),
[sym_decimal_integer_literal] = ACTIONS(953),
[sym_hex_integer_literal] = ACTIONS(953),
[sym_octal_integer_literal] = ACTIONS(953),
[sym_binary_integer_literal] = ACTIONS(951),
[sym_decimal_floating_point_literal] = ACTIONS(951),
[sym_hex_floating_point_literal] = ACTIONS(953),
[sym_true] = ACTIONS(953),
[sym_false] = ACTIONS(953),
[sym_character_literal] = ACTIONS(951),
[anon_sym_DQUOTE] = ACTIONS(953),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(951),
[anon_sym_RBRACE] = ACTIONS(951),
[sym_null_literal] = ACTIONS(953),
[anon_sym_LPAREN] = ACTIONS(951),
[anon_sym_LT] = ACTIONS(951),
[anon_sym_PLUS] = ACTIONS(953),
[anon_sym_DASH] = ACTIONS(953),
[anon_sym_TILDE] = ACTIONS(951),
[anon_sym_BANG] = ACTIONS(951),
[anon_sym_PLUS_PLUS] = ACTIONS(951),
[anon_sym_DASH_DASH] = ACTIONS(951),
[anon_sym_new] = ACTIONS(953),
[anon_sym_class] = ACTIONS(953),
[anon_sym_switch] = ACTIONS(953),
[anon_sym_LBRACE] = ACTIONS(951),
[anon_sym_case] = ACTIONS(953),
[anon_sym_default] = ACTIONS(953),
[anon_sym_SEMI] = ACTIONS(951),
[anon_sym_assert] = ACTIONS(953),
[anon_sym_do] = ACTIONS(953),
[anon_sym_while] = ACTIONS(953),
[anon_sym_break] = ACTIONS(953),
[anon_sym_continue] = ACTIONS(953),
[anon_sym_return] = ACTIONS(953),
[anon_sym_yield] = ACTIONS(953),
[anon_sym_synchronized] = ACTIONS(953),
[anon_sym_throw] = ACTIONS(953),
[anon_sym_try] = ACTIONS(953),
[anon_sym_if] = ACTIONS(953),
[anon_sym_else] = ACTIONS(953),
[anon_sym_for] = ACTIONS(953),
[anon_sym_AT] = ACTIONS(951),
[anon_sym_open] = ACTIONS(953),
[anon_sym_module] = ACTIONS(953),
[anon_sym_static] = ACTIONS(953),
[anon_sym_with] = ACTIONS(953),
[anon_sym_package] = ACTIONS(953),
[anon_sym_import] = ACTIONS(953),
[anon_sym_enum] = ACTIONS(953),
[anon_sym_public] = ACTIONS(953),
[anon_sym_protected] = ACTIONS(953),
[anon_sym_private] = ACTIONS(953),
[anon_sym_abstract] = ACTIONS(953),
[anon_sym_final] = ACTIONS(953),
[anon_sym_strictfp] = ACTIONS(953),
[anon_sym_native] = ACTIONS(953),
[anon_sym_transient] = ACTIONS(953),
[anon_sym_volatile] = ACTIONS(953),
[anon_sym_sealed] = ACTIONS(953),
[anon_sym_non_DASHsealed] = ACTIONS(951),
[anon_sym_record] = ACTIONS(953),
[anon_sym_interface] = ACTIONS(953),
[anon_sym_byte] = ACTIONS(953),
[anon_sym_short] = ACTIONS(953),
[anon_sym_int] = ACTIONS(953),
[anon_sym_long] = ACTIONS(953),
[anon_sym_char] = ACTIONS(953),
[anon_sym_float] = ACTIONS(953),
[anon_sym_double] = ACTIONS(953),
[sym_boolean_type] = ACTIONS(953),
[sym_void_type] = ACTIONS(953),
[sym_this] = ACTIONS(953),
[sym_super] = ACTIONS(953),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(298)] = {
[ts_builtin_sym_end] = ACTIONS(955),
[sym_identifier] = ACTIONS(957),
[sym_decimal_integer_literal] = ACTIONS(957),
[sym_hex_integer_literal] = ACTIONS(957),
[sym_octal_integer_literal] = ACTIONS(957),
[sym_binary_integer_literal] = ACTIONS(955),
[sym_decimal_floating_point_literal] = ACTIONS(955),
[sym_hex_floating_point_literal] = ACTIONS(957),
[sym_true] = ACTIONS(957),
[sym_false] = ACTIONS(957),
[sym_character_literal] = ACTIONS(955),
[anon_sym_DQUOTE] = ACTIONS(957),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(955),
[anon_sym_RBRACE] = ACTIONS(955),
[sym_null_literal] = ACTIONS(957),
[anon_sym_LPAREN] = ACTIONS(955),
[anon_sym_LT] = ACTIONS(955),
[anon_sym_PLUS] = ACTIONS(957),
[anon_sym_DASH] = ACTIONS(957),
[anon_sym_TILDE] = ACTIONS(955),
[anon_sym_BANG] = ACTIONS(955),
[anon_sym_PLUS_PLUS] = ACTIONS(955),
[anon_sym_DASH_DASH] = ACTIONS(955),
[anon_sym_new] = ACTIONS(957),
[anon_sym_class] = ACTIONS(957),
[anon_sym_switch] = ACTIONS(957),
[anon_sym_LBRACE] = ACTIONS(955),
[anon_sym_case] = ACTIONS(957),
[anon_sym_default] = ACTIONS(957),
[anon_sym_SEMI] = ACTIONS(955),
[anon_sym_assert] = ACTIONS(957),
[anon_sym_do] = ACTIONS(957),
[anon_sym_while] = ACTIONS(957),
[anon_sym_break] = ACTIONS(957),
[anon_sym_continue] = ACTIONS(957),
[anon_sym_return] = ACTIONS(957),
[anon_sym_yield] = ACTIONS(957),
[anon_sym_synchronized] = ACTIONS(957),
[anon_sym_throw] = ACTIONS(957),
[anon_sym_try] = ACTIONS(957),
[anon_sym_if] = ACTIONS(957),
[anon_sym_else] = ACTIONS(957),
[anon_sym_for] = ACTIONS(957),
[anon_sym_AT] = ACTIONS(955),
[anon_sym_open] = ACTIONS(957),
[anon_sym_module] = ACTIONS(957),
[anon_sym_static] = ACTIONS(957),
[anon_sym_with] = ACTIONS(957),
[anon_sym_package] = ACTIONS(957),
[anon_sym_import] = ACTIONS(957),
[anon_sym_enum] = ACTIONS(957),
[anon_sym_public] = ACTIONS(957),
[anon_sym_protected] = ACTIONS(957),
[anon_sym_private] = ACTIONS(957),
[anon_sym_abstract] = ACTIONS(957),
[anon_sym_final] = ACTIONS(957),
[anon_sym_strictfp] = ACTIONS(957),
[anon_sym_native] = ACTIONS(957),
[anon_sym_transient] = ACTIONS(957),
[anon_sym_volatile] = ACTIONS(957),
[anon_sym_sealed] = ACTIONS(957),
[anon_sym_non_DASHsealed] = ACTIONS(955),
[anon_sym_record] = ACTIONS(957),
[anon_sym_interface] = ACTIONS(957),
[anon_sym_byte] = ACTIONS(957),
[anon_sym_short] = ACTIONS(957),
[anon_sym_int] = ACTIONS(957),
[anon_sym_long] = ACTIONS(957),
[anon_sym_char] = ACTIONS(957),
[anon_sym_float] = ACTIONS(957),
[anon_sym_double] = ACTIONS(957),
[sym_boolean_type] = ACTIONS(957),
[sym_void_type] = ACTIONS(957),
[sym_this] = ACTIONS(957),
[sym_super] = ACTIONS(957),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(299)] = {
[ts_builtin_sym_end] = ACTIONS(959),
[sym_identifier] = ACTIONS(961),
[sym_decimal_integer_literal] = ACTIONS(961),
[sym_hex_integer_literal] = ACTIONS(961),
[sym_octal_integer_literal] = ACTIONS(961),
[sym_binary_integer_literal] = ACTIONS(959),
[sym_decimal_floating_point_literal] = ACTIONS(959),
[sym_hex_floating_point_literal] = ACTIONS(961),
[sym_true] = ACTIONS(961),
[sym_false] = ACTIONS(961),
[sym_character_literal] = ACTIONS(959),
[anon_sym_DQUOTE] = ACTIONS(961),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(959),
[anon_sym_RBRACE] = ACTIONS(959),
[sym_null_literal] = ACTIONS(961),
[anon_sym_LPAREN] = ACTIONS(959),
[anon_sym_LT] = ACTIONS(959),
[anon_sym_PLUS] = ACTIONS(961),
[anon_sym_DASH] = ACTIONS(961),
[anon_sym_TILDE] = ACTIONS(959),
[anon_sym_BANG] = ACTIONS(959),
[anon_sym_PLUS_PLUS] = ACTIONS(959),
[anon_sym_DASH_DASH] = ACTIONS(959),
[anon_sym_new] = ACTIONS(961),
[anon_sym_class] = ACTIONS(961),
[anon_sym_switch] = ACTIONS(961),
[anon_sym_LBRACE] = ACTIONS(959),
[anon_sym_case] = ACTIONS(961),
[anon_sym_default] = ACTIONS(961),
[anon_sym_SEMI] = ACTIONS(959),
[anon_sym_assert] = ACTIONS(961),
[anon_sym_do] = ACTIONS(961),
[anon_sym_while] = ACTIONS(961),
[anon_sym_break] = ACTIONS(961),
[anon_sym_continue] = ACTIONS(961),
[anon_sym_return] = ACTIONS(961),
[anon_sym_yield] = ACTIONS(961),
[anon_sym_synchronized] = ACTIONS(961),
[anon_sym_throw] = ACTIONS(961),
[anon_sym_try] = ACTIONS(961),
[anon_sym_if] = ACTIONS(961),
[anon_sym_else] = ACTIONS(961),
[anon_sym_for] = ACTIONS(961),
[anon_sym_AT] = ACTIONS(959),
[anon_sym_open] = ACTIONS(961),
[anon_sym_module] = ACTIONS(961),
[anon_sym_static] = ACTIONS(961),
[anon_sym_with] = ACTIONS(961),
[anon_sym_package] = ACTIONS(961),
[anon_sym_import] = ACTIONS(961),
[anon_sym_enum] = ACTIONS(961),
[anon_sym_public] = ACTIONS(961),
[anon_sym_protected] = ACTIONS(961),
[anon_sym_private] = ACTIONS(961),
[anon_sym_abstract] = ACTIONS(961),
[anon_sym_final] = ACTIONS(961),
[anon_sym_strictfp] = ACTIONS(961),
[anon_sym_native] = ACTIONS(961),
[anon_sym_transient] = ACTIONS(961),
[anon_sym_volatile] = ACTIONS(961),
[anon_sym_sealed] = ACTIONS(961),
[anon_sym_non_DASHsealed] = ACTIONS(959),
[anon_sym_record] = ACTIONS(961),
[anon_sym_interface] = ACTIONS(961),
[anon_sym_byte] = ACTIONS(961),
[anon_sym_short] = ACTIONS(961),
[anon_sym_int] = ACTIONS(961),
[anon_sym_long] = ACTIONS(961),
[anon_sym_char] = ACTIONS(961),
[anon_sym_float] = ACTIONS(961),
[anon_sym_double] = ACTIONS(961),
[sym_boolean_type] = ACTIONS(961),
[sym_void_type] = ACTIONS(961),
[sym_this] = ACTIONS(961),
[sym_super] = ACTIONS(961),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(300)] = {
[ts_builtin_sym_end] = ACTIONS(963),
[sym_identifier] = ACTIONS(965),
[sym_decimal_integer_literal] = ACTIONS(965),
[sym_hex_integer_literal] = ACTIONS(965),
[sym_octal_integer_literal] = ACTIONS(965),
[sym_binary_integer_literal] = ACTIONS(963),
[sym_decimal_floating_point_literal] = ACTIONS(963),
[sym_hex_floating_point_literal] = ACTIONS(965),
[sym_true] = ACTIONS(965),
[sym_false] = ACTIONS(965),
[sym_character_literal] = ACTIONS(963),
[anon_sym_DQUOTE] = ACTIONS(965),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(963),
[anon_sym_RBRACE] = ACTIONS(963),
[sym_null_literal] = ACTIONS(965),
[anon_sym_LPAREN] = ACTIONS(963),
[anon_sym_LT] = ACTIONS(963),
[anon_sym_PLUS] = ACTIONS(965),
[anon_sym_DASH] = ACTIONS(965),
[anon_sym_TILDE] = ACTIONS(963),
[anon_sym_BANG] = ACTIONS(963),
[anon_sym_PLUS_PLUS] = ACTIONS(963),
[anon_sym_DASH_DASH] = ACTIONS(963),
[anon_sym_new] = ACTIONS(965),
[anon_sym_class] = ACTIONS(965),
[anon_sym_switch] = ACTIONS(965),
[anon_sym_LBRACE] = ACTIONS(963),
[anon_sym_case] = ACTIONS(965),
[anon_sym_default] = ACTIONS(965),
[anon_sym_SEMI] = ACTIONS(963),
[anon_sym_assert] = ACTIONS(965),
[anon_sym_do] = ACTIONS(965),
[anon_sym_while] = ACTIONS(965),
[anon_sym_break] = ACTIONS(965),
[anon_sym_continue] = ACTIONS(965),
[anon_sym_return] = ACTIONS(965),
[anon_sym_yield] = ACTIONS(965),
[anon_sym_synchronized] = ACTIONS(965),
[anon_sym_throw] = ACTIONS(965),
[anon_sym_try] = ACTIONS(965),
[anon_sym_if] = ACTIONS(965),
[anon_sym_else] = ACTIONS(965),
[anon_sym_for] = ACTIONS(965),
[anon_sym_AT] = ACTIONS(963),
[anon_sym_open] = ACTIONS(965),
[anon_sym_module] = ACTIONS(965),
[anon_sym_static] = ACTIONS(965),
[anon_sym_with] = ACTIONS(965),
[anon_sym_package] = ACTIONS(965),
[anon_sym_import] = ACTIONS(965),
[anon_sym_enum] = ACTIONS(965),
[anon_sym_public] = ACTIONS(965),
[anon_sym_protected] = ACTIONS(965),
[anon_sym_private] = ACTIONS(965),
[anon_sym_abstract] = ACTIONS(965),
[anon_sym_final] = ACTIONS(965),
[anon_sym_strictfp] = ACTIONS(965),
[anon_sym_native] = ACTIONS(965),
[anon_sym_transient] = ACTIONS(965),
[anon_sym_volatile] = ACTIONS(965),
[anon_sym_sealed] = ACTIONS(965),
[anon_sym_non_DASHsealed] = ACTIONS(963),
[anon_sym_record] = ACTIONS(965),
[anon_sym_interface] = ACTIONS(965),
[anon_sym_byte] = ACTIONS(965),
[anon_sym_short] = ACTIONS(965),
[anon_sym_int] = ACTIONS(965),
[anon_sym_long] = ACTIONS(965),
[anon_sym_char] = ACTIONS(965),
[anon_sym_float] = ACTIONS(965),
[anon_sym_double] = ACTIONS(965),
[sym_boolean_type] = ACTIONS(965),
[sym_void_type] = ACTIONS(965),
[sym_this] = ACTIONS(965),
[sym_super] = ACTIONS(965),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(301)] = {
[ts_builtin_sym_end] = ACTIONS(967),
[sym_identifier] = ACTIONS(969),
[sym_decimal_integer_literal] = ACTIONS(969),
[sym_hex_integer_literal] = ACTIONS(969),
[sym_octal_integer_literal] = ACTIONS(969),
[sym_binary_integer_literal] = ACTIONS(967),
[sym_decimal_floating_point_literal] = ACTIONS(967),
[sym_hex_floating_point_literal] = ACTIONS(969),
[sym_true] = ACTIONS(969),
[sym_false] = ACTIONS(969),
[sym_character_literal] = ACTIONS(967),
[anon_sym_DQUOTE] = ACTIONS(969),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(967),
[anon_sym_RBRACE] = ACTIONS(967),
[sym_null_literal] = ACTIONS(969),
[anon_sym_LPAREN] = ACTIONS(967),
[anon_sym_LT] = ACTIONS(967),
[anon_sym_PLUS] = ACTIONS(969),
[anon_sym_DASH] = ACTIONS(969),
[anon_sym_TILDE] = ACTIONS(967),
[anon_sym_BANG] = ACTIONS(967),
[anon_sym_PLUS_PLUS] = ACTIONS(967),
[anon_sym_DASH_DASH] = ACTIONS(967),
[anon_sym_new] = ACTIONS(969),
[anon_sym_class] = ACTIONS(969),
[anon_sym_switch] = ACTIONS(969),
[anon_sym_LBRACE] = ACTIONS(967),
[anon_sym_case] = ACTIONS(969),
[anon_sym_default] = ACTIONS(969),
[anon_sym_SEMI] = ACTIONS(967),
[anon_sym_assert] = ACTIONS(969),
[anon_sym_do] = ACTIONS(969),
[anon_sym_while] = ACTIONS(969),
[anon_sym_break] = ACTIONS(969),
[anon_sym_continue] = ACTIONS(969),
[anon_sym_return] = ACTIONS(969),
[anon_sym_yield] = ACTIONS(969),
[anon_sym_synchronized] = ACTIONS(969),
[anon_sym_throw] = ACTIONS(969),
[anon_sym_try] = ACTIONS(969),
[anon_sym_if] = ACTIONS(969),
[anon_sym_else] = ACTIONS(969),
[anon_sym_for] = ACTIONS(969),
[anon_sym_AT] = ACTIONS(967),
[anon_sym_open] = ACTIONS(969),
[anon_sym_module] = ACTIONS(969),
[anon_sym_static] = ACTIONS(969),
[anon_sym_with] = ACTIONS(969),
[anon_sym_package] = ACTIONS(969),
[anon_sym_import] = ACTIONS(969),
[anon_sym_enum] = ACTIONS(969),
[anon_sym_public] = ACTIONS(969),
[anon_sym_protected] = ACTIONS(969),
[anon_sym_private] = ACTIONS(969),
[anon_sym_abstract] = ACTIONS(969),
[anon_sym_final] = ACTIONS(969),
[anon_sym_strictfp] = ACTIONS(969),
[anon_sym_native] = ACTIONS(969),
[anon_sym_transient] = ACTIONS(969),
[anon_sym_volatile] = ACTIONS(969),
[anon_sym_sealed] = ACTIONS(969),
[anon_sym_non_DASHsealed] = ACTIONS(967),
[anon_sym_record] = ACTIONS(969),
[anon_sym_interface] = ACTIONS(969),
[anon_sym_byte] = ACTIONS(969),
[anon_sym_short] = ACTIONS(969),
[anon_sym_int] = ACTIONS(969),
[anon_sym_long] = ACTIONS(969),
[anon_sym_char] = ACTIONS(969),
[anon_sym_float] = ACTIONS(969),
[anon_sym_double] = ACTIONS(969),
[sym_boolean_type] = ACTIONS(969),
[sym_void_type] = ACTIONS(969),
[sym_this] = ACTIONS(969),
[sym_super] = ACTIONS(969),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(302)] = {
[ts_builtin_sym_end] = ACTIONS(971),
[sym_identifier] = ACTIONS(973),
[sym_decimal_integer_literal] = ACTIONS(973),
[sym_hex_integer_literal] = ACTIONS(973),
[sym_octal_integer_literal] = ACTIONS(973),
[sym_binary_integer_literal] = ACTIONS(971),
[sym_decimal_floating_point_literal] = ACTIONS(971),
[sym_hex_floating_point_literal] = ACTIONS(973),
[sym_true] = ACTIONS(973),
[sym_false] = ACTIONS(973),
[sym_character_literal] = ACTIONS(971),
[anon_sym_DQUOTE] = ACTIONS(973),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(971),
[anon_sym_RBRACE] = ACTIONS(971),
[sym_null_literal] = ACTIONS(973),
[anon_sym_LPAREN] = ACTIONS(971),
[anon_sym_LT] = ACTIONS(971),
[anon_sym_PLUS] = ACTIONS(973),
[anon_sym_DASH] = ACTIONS(973),
[anon_sym_TILDE] = ACTIONS(971),
[anon_sym_BANG] = ACTIONS(971),
[anon_sym_PLUS_PLUS] = ACTIONS(971),
[anon_sym_DASH_DASH] = ACTIONS(971),
[anon_sym_new] = ACTIONS(973),
[anon_sym_class] = ACTIONS(973),
[anon_sym_switch] = ACTIONS(973),
[anon_sym_LBRACE] = ACTIONS(971),
[anon_sym_case] = ACTIONS(973),
[anon_sym_default] = ACTIONS(973),
[anon_sym_SEMI] = ACTIONS(971),
[anon_sym_assert] = ACTIONS(973),
[anon_sym_do] = ACTIONS(973),
[anon_sym_while] = ACTIONS(973),
[anon_sym_break] = ACTIONS(973),
[anon_sym_continue] = ACTIONS(973),
[anon_sym_return] = ACTIONS(973),
[anon_sym_yield] = ACTIONS(973),
[anon_sym_synchronized] = ACTIONS(973),
[anon_sym_throw] = ACTIONS(973),
[anon_sym_try] = ACTIONS(973),
[anon_sym_if] = ACTIONS(973),
[anon_sym_else] = ACTIONS(973),
[anon_sym_for] = ACTIONS(973),
[anon_sym_AT] = ACTIONS(971),
[anon_sym_open] = ACTIONS(973),
[anon_sym_module] = ACTIONS(973),
[anon_sym_static] = ACTIONS(973),
[anon_sym_with] = ACTIONS(973),
[anon_sym_package] = ACTIONS(973),
[anon_sym_import] = ACTIONS(973),
[anon_sym_enum] = ACTIONS(973),
[anon_sym_public] = ACTIONS(973),
[anon_sym_protected] = ACTIONS(973),
[anon_sym_private] = ACTIONS(973),
[anon_sym_abstract] = ACTIONS(973),
[anon_sym_final] = ACTIONS(973),
[anon_sym_strictfp] = ACTIONS(973),
[anon_sym_native] = ACTIONS(973),
[anon_sym_transient] = ACTIONS(973),
[anon_sym_volatile] = ACTIONS(973),
[anon_sym_sealed] = ACTIONS(973),
[anon_sym_non_DASHsealed] = ACTIONS(971),
[anon_sym_record] = ACTIONS(973),
[anon_sym_interface] = ACTIONS(973),
[anon_sym_byte] = ACTIONS(973),
[anon_sym_short] = ACTIONS(973),
[anon_sym_int] = ACTIONS(973),
[anon_sym_long] = ACTIONS(973),
[anon_sym_char] = ACTIONS(973),
[anon_sym_float] = ACTIONS(973),
[anon_sym_double] = ACTIONS(973),
[sym_boolean_type] = ACTIONS(973),
[sym_void_type] = ACTIONS(973),
[sym_this] = ACTIONS(973),
[sym_super] = ACTIONS(973),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(303)] = {
[ts_builtin_sym_end] = ACTIONS(975),
[sym_identifier] = ACTIONS(977),
[sym_decimal_integer_literal] = ACTIONS(977),
[sym_hex_integer_literal] = ACTIONS(977),
[sym_octal_integer_literal] = ACTIONS(977),
[sym_binary_integer_literal] = ACTIONS(975),
[sym_decimal_floating_point_literal] = ACTIONS(975),
[sym_hex_floating_point_literal] = ACTIONS(977),
[sym_true] = ACTIONS(977),
[sym_false] = ACTIONS(977),
[sym_character_literal] = ACTIONS(975),
[anon_sym_DQUOTE] = ACTIONS(977),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(975),
[anon_sym_RBRACE] = ACTIONS(975),
[sym_null_literal] = ACTIONS(977),
[anon_sym_LPAREN] = ACTIONS(975),
[anon_sym_LT] = ACTIONS(975),
[anon_sym_PLUS] = ACTIONS(977),
[anon_sym_DASH] = ACTIONS(977),
[anon_sym_TILDE] = ACTIONS(975),
[anon_sym_BANG] = ACTIONS(975),
[anon_sym_PLUS_PLUS] = ACTIONS(975),
[anon_sym_DASH_DASH] = ACTIONS(975),
[anon_sym_new] = ACTIONS(977),
[anon_sym_class] = ACTIONS(977),
[anon_sym_switch] = ACTIONS(977),
[anon_sym_LBRACE] = ACTIONS(975),
[anon_sym_case] = ACTIONS(977),
[anon_sym_default] = ACTIONS(977),
[anon_sym_SEMI] = ACTIONS(975),
[anon_sym_assert] = ACTIONS(977),
[anon_sym_do] = ACTIONS(977),
[anon_sym_while] = ACTIONS(977),
[anon_sym_break] = ACTIONS(977),
[anon_sym_continue] = ACTIONS(977),
[anon_sym_return] = ACTIONS(977),
[anon_sym_yield] = ACTIONS(977),
[anon_sym_synchronized] = ACTIONS(977),
[anon_sym_throw] = ACTIONS(977),
[anon_sym_try] = ACTIONS(977),
[anon_sym_if] = ACTIONS(977),
[anon_sym_else] = ACTIONS(977),
[anon_sym_for] = ACTIONS(977),
[anon_sym_AT] = ACTIONS(975),
[anon_sym_open] = ACTIONS(977),
[anon_sym_module] = ACTIONS(977),
[anon_sym_static] = ACTIONS(977),
[anon_sym_with] = ACTIONS(977),
[anon_sym_package] = ACTIONS(977),
[anon_sym_import] = ACTIONS(977),
[anon_sym_enum] = ACTIONS(977),
[anon_sym_public] = ACTIONS(977),
[anon_sym_protected] = ACTIONS(977),
[anon_sym_private] = ACTIONS(977),
[anon_sym_abstract] = ACTIONS(977),
[anon_sym_final] = ACTIONS(977),
[anon_sym_strictfp] = ACTIONS(977),
[anon_sym_native] = ACTIONS(977),
[anon_sym_transient] = ACTIONS(977),
[anon_sym_volatile] = ACTIONS(977),
[anon_sym_sealed] = ACTIONS(977),
[anon_sym_non_DASHsealed] = ACTIONS(975),
[anon_sym_record] = ACTIONS(977),
[anon_sym_interface] = ACTIONS(977),
[anon_sym_byte] = ACTIONS(977),
[anon_sym_short] = ACTIONS(977),
[anon_sym_int] = ACTIONS(977),
[anon_sym_long] = ACTIONS(977),
[anon_sym_char] = ACTIONS(977),
[anon_sym_float] = ACTIONS(977),
[anon_sym_double] = ACTIONS(977),
[sym_boolean_type] = ACTIONS(977),
[sym_void_type] = ACTIONS(977),
[sym_this] = ACTIONS(977),
[sym_super] = ACTIONS(977),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(304)] = {
[ts_builtin_sym_end] = ACTIONS(979),
[sym_identifier] = ACTIONS(981),
[sym_decimal_integer_literal] = ACTIONS(981),
[sym_hex_integer_literal] = ACTIONS(981),
[sym_octal_integer_literal] = ACTIONS(981),
[sym_binary_integer_literal] = ACTIONS(979),
[sym_decimal_floating_point_literal] = ACTIONS(979),
[sym_hex_floating_point_literal] = ACTIONS(981),
[sym_true] = ACTIONS(981),
[sym_false] = ACTIONS(981),
[sym_character_literal] = ACTIONS(979),
[anon_sym_DQUOTE] = ACTIONS(981),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(979),
[anon_sym_RBRACE] = ACTIONS(979),
[sym_null_literal] = ACTIONS(981),
[anon_sym_LPAREN] = ACTIONS(979),
[anon_sym_LT] = ACTIONS(979),
[anon_sym_PLUS] = ACTIONS(981),
[anon_sym_DASH] = ACTIONS(981),
[anon_sym_TILDE] = ACTIONS(979),
[anon_sym_BANG] = ACTIONS(979),
[anon_sym_PLUS_PLUS] = ACTIONS(979),
[anon_sym_DASH_DASH] = ACTIONS(979),
[anon_sym_new] = ACTIONS(981),
[anon_sym_class] = ACTIONS(981),
[anon_sym_switch] = ACTIONS(981),
[anon_sym_LBRACE] = ACTIONS(979),
[anon_sym_case] = ACTIONS(981),
[anon_sym_default] = ACTIONS(981),
[anon_sym_SEMI] = ACTIONS(979),
[anon_sym_assert] = ACTIONS(981),
[anon_sym_do] = ACTIONS(981),
[anon_sym_while] = ACTIONS(981),
[anon_sym_break] = ACTIONS(981),
[anon_sym_continue] = ACTIONS(981),
[anon_sym_return] = ACTIONS(981),
[anon_sym_yield] = ACTIONS(981),
[anon_sym_synchronized] = ACTIONS(981),
[anon_sym_throw] = ACTIONS(981),
[anon_sym_try] = ACTIONS(981),
[anon_sym_if] = ACTIONS(981),
[anon_sym_else] = ACTIONS(981),
[anon_sym_for] = ACTIONS(981),
[anon_sym_AT] = ACTIONS(979),
[anon_sym_open] = ACTIONS(981),
[anon_sym_module] = ACTIONS(981),
[anon_sym_static] = ACTIONS(981),
[anon_sym_with] = ACTIONS(981),
[anon_sym_package] = ACTIONS(981),
[anon_sym_import] = ACTIONS(981),
[anon_sym_enum] = ACTIONS(981),
[anon_sym_public] = ACTIONS(981),
[anon_sym_protected] = ACTIONS(981),
[anon_sym_private] = ACTIONS(981),
[anon_sym_abstract] = ACTIONS(981),
[anon_sym_final] = ACTIONS(981),
[anon_sym_strictfp] = ACTIONS(981),
[anon_sym_native] = ACTIONS(981),
[anon_sym_transient] = ACTIONS(981),
[anon_sym_volatile] = ACTIONS(981),
[anon_sym_sealed] = ACTIONS(981),
[anon_sym_non_DASHsealed] = ACTIONS(979),
[anon_sym_record] = ACTIONS(981),
[anon_sym_interface] = ACTIONS(981),
[anon_sym_byte] = ACTIONS(981),
[anon_sym_short] = ACTIONS(981),
[anon_sym_int] = ACTIONS(981),
[anon_sym_long] = ACTIONS(981),
[anon_sym_char] = ACTIONS(981),
[anon_sym_float] = ACTIONS(981),
[anon_sym_double] = ACTIONS(981),
[sym_boolean_type] = ACTIONS(981),
[sym_void_type] = ACTIONS(981),
[sym_this] = ACTIONS(981),
[sym_super] = ACTIONS(981),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(305)] = {
[ts_builtin_sym_end] = ACTIONS(983),
[sym_identifier] = ACTIONS(985),
[sym_decimal_integer_literal] = ACTIONS(985),
[sym_hex_integer_literal] = ACTIONS(985),
[sym_octal_integer_literal] = ACTIONS(985),
[sym_binary_integer_literal] = ACTIONS(983),
[sym_decimal_floating_point_literal] = ACTIONS(983),
[sym_hex_floating_point_literal] = ACTIONS(985),
[sym_true] = ACTIONS(985),
[sym_false] = ACTIONS(985),
[sym_character_literal] = ACTIONS(983),
[anon_sym_DQUOTE] = ACTIONS(985),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(983),
[anon_sym_RBRACE] = ACTIONS(983),
[sym_null_literal] = ACTIONS(985),
[anon_sym_LPAREN] = ACTIONS(983),
[anon_sym_LT] = ACTIONS(983),
[anon_sym_PLUS] = ACTIONS(985),
[anon_sym_DASH] = ACTIONS(985),
[anon_sym_TILDE] = ACTIONS(983),
[anon_sym_BANG] = ACTIONS(983),
[anon_sym_PLUS_PLUS] = ACTIONS(983),
[anon_sym_DASH_DASH] = ACTIONS(983),
[anon_sym_new] = ACTIONS(985),
[anon_sym_class] = ACTIONS(985),
[anon_sym_switch] = ACTIONS(985),
[anon_sym_LBRACE] = ACTIONS(983),
[anon_sym_case] = ACTIONS(985),
[anon_sym_default] = ACTIONS(985),
[anon_sym_SEMI] = ACTIONS(983),
[anon_sym_assert] = ACTIONS(985),
[anon_sym_do] = ACTIONS(985),
[anon_sym_while] = ACTIONS(985),
[anon_sym_break] = ACTIONS(985),
[anon_sym_continue] = ACTIONS(985),
[anon_sym_return] = ACTIONS(985),
[anon_sym_yield] = ACTIONS(985),
[anon_sym_synchronized] = ACTIONS(985),
[anon_sym_throw] = ACTIONS(985),
[anon_sym_try] = ACTIONS(985),
[anon_sym_if] = ACTIONS(985),
[anon_sym_else] = ACTIONS(985),
[anon_sym_for] = ACTIONS(985),
[anon_sym_AT] = ACTIONS(983),
[anon_sym_open] = ACTIONS(985),
[anon_sym_module] = ACTIONS(985),
[anon_sym_static] = ACTIONS(985),
[anon_sym_with] = ACTIONS(985),
[anon_sym_package] = ACTIONS(985),
[anon_sym_import] = ACTIONS(985),
[anon_sym_enum] = ACTIONS(985),
[anon_sym_public] = ACTIONS(985),
[anon_sym_protected] = ACTIONS(985),
[anon_sym_private] = ACTIONS(985),
[anon_sym_abstract] = ACTIONS(985),
[anon_sym_final] = ACTIONS(985),
[anon_sym_strictfp] = ACTIONS(985),
[anon_sym_native] = ACTIONS(985),
[anon_sym_transient] = ACTIONS(985),
[anon_sym_volatile] = ACTIONS(985),
[anon_sym_sealed] = ACTIONS(985),
[anon_sym_non_DASHsealed] = ACTIONS(983),
[anon_sym_record] = ACTIONS(985),
[anon_sym_interface] = ACTIONS(985),
[anon_sym_byte] = ACTIONS(985),
[anon_sym_short] = ACTIONS(985),
[anon_sym_int] = ACTIONS(985),
[anon_sym_long] = ACTIONS(985),
[anon_sym_char] = ACTIONS(985),
[anon_sym_float] = ACTIONS(985),
[anon_sym_double] = ACTIONS(985),
[sym_boolean_type] = ACTIONS(985),
[sym_void_type] = ACTIONS(985),
[sym_this] = ACTIONS(985),
[sym_super] = ACTIONS(985),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(306)] = {
[ts_builtin_sym_end] = ACTIONS(987),
[sym_identifier] = ACTIONS(989),
[sym_decimal_integer_literal] = ACTIONS(989),
[sym_hex_integer_literal] = ACTIONS(989),
[sym_octal_integer_literal] = ACTIONS(989),
[sym_binary_integer_literal] = ACTIONS(987),
[sym_decimal_floating_point_literal] = ACTIONS(987),
[sym_hex_floating_point_literal] = ACTIONS(989),
[sym_true] = ACTIONS(989),
[sym_false] = ACTIONS(989),
[sym_character_literal] = ACTIONS(987),
[anon_sym_DQUOTE] = ACTIONS(989),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(987),
[anon_sym_RBRACE] = ACTIONS(987),
[sym_null_literal] = ACTIONS(989),
[anon_sym_LPAREN] = ACTIONS(987),
[anon_sym_LT] = ACTIONS(987),
[anon_sym_PLUS] = ACTIONS(989),
[anon_sym_DASH] = ACTIONS(989),
[anon_sym_TILDE] = ACTIONS(987),
[anon_sym_BANG] = ACTIONS(987),
[anon_sym_PLUS_PLUS] = ACTIONS(987),
[anon_sym_DASH_DASH] = ACTIONS(987),
[anon_sym_new] = ACTIONS(989),
[anon_sym_class] = ACTIONS(989),
[anon_sym_switch] = ACTIONS(989),
[anon_sym_LBRACE] = ACTIONS(987),
[anon_sym_case] = ACTIONS(989),
[anon_sym_default] = ACTIONS(989),
[anon_sym_SEMI] = ACTIONS(987),
[anon_sym_assert] = ACTIONS(989),
[anon_sym_do] = ACTIONS(989),
[anon_sym_while] = ACTIONS(989),
[anon_sym_break] = ACTIONS(989),
[anon_sym_continue] = ACTIONS(989),
[anon_sym_return] = ACTIONS(989),
[anon_sym_yield] = ACTIONS(989),
[anon_sym_synchronized] = ACTIONS(989),
[anon_sym_throw] = ACTIONS(989),
[anon_sym_try] = ACTIONS(989),
[anon_sym_if] = ACTIONS(989),
[anon_sym_else] = ACTIONS(989),
[anon_sym_for] = ACTIONS(989),
[anon_sym_AT] = ACTIONS(987),
[anon_sym_open] = ACTIONS(989),
[anon_sym_module] = ACTIONS(989),
[anon_sym_static] = ACTIONS(989),
[anon_sym_with] = ACTIONS(989),
[anon_sym_package] = ACTIONS(989),
[anon_sym_import] = ACTIONS(989),
[anon_sym_enum] = ACTIONS(989),
[anon_sym_public] = ACTIONS(989),
[anon_sym_protected] = ACTIONS(989),
[anon_sym_private] = ACTIONS(989),
[anon_sym_abstract] = ACTIONS(989),
[anon_sym_final] = ACTIONS(989),
[anon_sym_strictfp] = ACTIONS(989),
[anon_sym_native] = ACTIONS(989),
[anon_sym_transient] = ACTIONS(989),
[anon_sym_volatile] = ACTIONS(989),
[anon_sym_sealed] = ACTIONS(989),
[anon_sym_non_DASHsealed] = ACTIONS(987),
[anon_sym_record] = ACTIONS(989),
[anon_sym_interface] = ACTIONS(989),
[anon_sym_byte] = ACTIONS(989),
[anon_sym_short] = ACTIONS(989),
[anon_sym_int] = ACTIONS(989),
[anon_sym_long] = ACTIONS(989),
[anon_sym_char] = ACTIONS(989),
[anon_sym_float] = ACTIONS(989),
[anon_sym_double] = ACTIONS(989),
[sym_boolean_type] = ACTIONS(989),
[sym_void_type] = ACTIONS(989),
[sym_this] = ACTIONS(989),
[sym_super] = ACTIONS(989),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(307)] = {
[ts_builtin_sym_end] = ACTIONS(991),
[sym_identifier] = ACTIONS(993),
[sym_decimal_integer_literal] = ACTIONS(993),
[sym_hex_integer_literal] = ACTIONS(993),
[sym_octal_integer_literal] = ACTIONS(993),
[sym_binary_integer_literal] = ACTIONS(991),
[sym_decimal_floating_point_literal] = ACTIONS(991),
[sym_hex_floating_point_literal] = ACTIONS(993),
[sym_true] = ACTIONS(993),
[sym_false] = ACTIONS(993),
[sym_character_literal] = ACTIONS(991),
[anon_sym_DQUOTE] = ACTIONS(993),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(991),
[anon_sym_RBRACE] = ACTIONS(991),
[sym_null_literal] = ACTIONS(993),
[anon_sym_LPAREN] = ACTIONS(991),
[anon_sym_LT] = ACTIONS(991),
[anon_sym_PLUS] = ACTIONS(993),
[anon_sym_DASH] = ACTIONS(993),
[anon_sym_TILDE] = ACTIONS(991),
[anon_sym_BANG] = ACTIONS(991),
[anon_sym_PLUS_PLUS] = ACTIONS(991),
[anon_sym_DASH_DASH] = ACTIONS(991),
[anon_sym_new] = ACTIONS(993),
[anon_sym_class] = ACTIONS(993),
[anon_sym_switch] = ACTIONS(993),
[anon_sym_LBRACE] = ACTIONS(991),
[anon_sym_case] = ACTIONS(993),
[anon_sym_default] = ACTIONS(993),
[anon_sym_SEMI] = ACTIONS(991),
[anon_sym_assert] = ACTIONS(993),
[anon_sym_do] = ACTIONS(993),
[anon_sym_while] = ACTIONS(993),
[anon_sym_break] = ACTIONS(993),
[anon_sym_continue] = ACTIONS(993),
[anon_sym_return] = ACTIONS(993),
[anon_sym_yield] = ACTIONS(993),
[anon_sym_synchronized] = ACTIONS(993),
[anon_sym_throw] = ACTIONS(993),
[anon_sym_try] = ACTIONS(993),
[anon_sym_if] = ACTIONS(993),
[anon_sym_else] = ACTIONS(993),
[anon_sym_for] = ACTIONS(993),
[anon_sym_AT] = ACTIONS(991),
[anon_sym_open] = ACTIONS(993),
[anon_sym_module] = ACTIONS(993),
[anon_sym_static] = ACTIONS(993),
[anon_sym_with] = ACTIONS(993),
[anon_sym_package] = ACTIONS(993),
[anon_sym_import] = ACTIONS(993),
[anon_sym_enum] = ACTIONS(993),
[anon_sym_public] = ACTIONS(993),
[anon_sym_protected] = ACTIONS(993),
[anon_sym_private] = ACTIONS(993),
[anon_sym_abstract] = ACTIONS(993),
[anon_sym_final] = ACTIONS(993),
[anon_sym_strictfp] = ACTIONS(993),
[anon_sym_native] = ACTIONS(993),
[anon_sym_transient] = ACTIONS(993),
[anon_sym_volatile] = ACTIONS(993),
[anon_sym_sealed] = ACTIONS(993),
[anon_sym_non_DASHsealed] = ACTIONS(991),
[anon_sym_record] = ACTIONS(993),
[anon_sym_interface] = ACTIONS(993),
[anon_sym_byte] = ACTIONS(993),
[anon_sym_short] = ACTIONS(993),
[anon_sym_int] = ACTIONS(993),
[anon_sym_long] = ACTIONS(993),
[anon_sym_char] = ACTIONS(993),
[anon_sym_float] = ACTIONS(993),
[anon_sym_double] = ACTIONS(993),
[sym_boolean_type] = ACTIONS(993),
[sym_void_type] = ACTIONS(993),
[sym_this] = ACTIONS(993),
[sym_super] = ACTIONS(993),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(308)] = {
[ts_builtin_sym_end] = ACTIONS(995),
[sym_identifier] = ACTIONS(997),
[sym_decimal_integer_literal] = ACTIONS(997),
[sym_hex_integer_literal] = ACTIONS(997),
[sym_octal_integer_literal] = ACTIONS(997),
[sym_binary_integer_literal] = ACTIONS(995),
[sym_decimal_floating_point_literal] = ACTIONS(995),
[sym_hex_floating_point_literal] = ACTIONS(997),
[sym_true] = ACTIONS(997),
[sym_false] = ACTIONS(997),
[sym_character_literal] = ACTIONS(995),
[anon_sym_DQUOTE] = ACTIONS(997),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(995),
[anon_sym_RBRACE] = ACTIONS(995),
[sym_null_literal] = ACTIONS(997),
[anon_sym_LPAREN] = ACTIONS(995),
[anon_sym_LT] = ACTIONS(995),
[anon_sym_PLUS] = ACTIONS(997),
[anon_sym_DASH] = ACTIONS(997),
[anon_sym_TILDE] = ACTIONS(995),
[anon_sym_BANG] = ACTIONS(995),
[anon_sym_PLUS_PLUS] = ACTIONS(995),
[anon_sym_DASH_DASH] = ACTIONS(995),
[anon_sym_new] = ACTIONS(997),
[anon_sym_class] = ACTIONS(997),
[anon_sym_switch] = ACTIONS(997),
[anon_sym_LBRACE] = ACTIONS(995),
[anon_sym_case] = ACTIONS(997),
[anon_sym_default] = ACTIONS(997),
[anon_sym_SEMI] = ACTIONS(995),
[anon_sym_assert] = ACTIONS(997),
[anon_sym_do] = ACTIONS(997),
[anon_sym_while] = ACTIONS(997),
[anon_sym_break] = ACTIONS(997),
[anon_sym_continue] = ACTIONS(997),
[anon_sym_return] = ACTIONS(997),
[anon_sym_yield] = ACTIONS(997),
[anon_sym_synchronized] = ACTIONS(997),
[anon_sym_throw] = ACTIONS(997),
[anon_sym_try] = ACTIONS(997),
[anon_sym_if] = ACTIONS(997),
[anon_sym_else] = ACTIONS(997),
[anon_sym_for] = ACTIONS(997),
[anon_sym_AT] = ACTIONS(995),
[anon_sym_open] = ACTIONS(997),
[anon_sym_module] = ACTIONS(997),
[anon_sym_static] = ACTIONS(997),
[anon_sym_with] = ACTIONS(997),
[anon_sym_package] = ACTIONS(997),
[anon_sym_import] = ACTIONS(997),
[anon_sym_enum] = ACTIONS(997),
[anon_sym_public] = ACTIONS(997),
[anon_sym_protected] = ACTIONS(997),
[anon_sym_private] = ACTIONS(997),
[anon_sym_abstract] = ACTIONS(997),
[anon_sym_final] = ACTIONS(997),
[anon_sym_strictfp] = ACTIONS(997),
[anon_sym_native] = ACTIONS(997),
[anon_sym_transient] = ACTIONS(997),
[anon_sym_volatile] = ACTIONS(997),
[anon_sym_sealed] = ACTIONS(997),
[anon_sym_non_DASHsealed] = ACTIONS(995),
[anon_sym_record] = ACTIONS(997),
[anon_sym_interface] = ACTIONS(997),
[anon_sym_byte] = ACTIONS(997),
[anon_sym_short] = ACTIONS(997),
[anon_sym_int] = ACTIONS(997),
[anon_sym_long] = ACTIONS(997),
[anon_sym_char] = ACTIONS(997),
[anon_sym_float] = ACTIONS(997),
[anon_sym_double] = ACTIONS(997),
[sym_boolean_type] = ACTIONS(997),
[sym_void_type] = ACTIONS(997),
[sym_this] = ACTIONS(997),
[sym_super] = ACTIONS(997),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(309)] = {
[ts_builtin_sym_end] = ACTIONS(999),
[sym_identifier] = ACTIONS(1001),
[sym_decimal_integer_literal] = ACTIONS(1001),
[sym_hex_integer_literal] = ACTIONS(1001),
[sym_octal_integer_literal] = ACTIONS(1001),
[sym_binary_integer_literal] = ACTIONS(999),
[sym_decimal_floating_point_literal] = ACTIONS(999),
[sym_hex_floating_point_literal] = ACTIONS(1001),
[sym_true] = ACTIONS(1001),
[sym_false] = ACTIONS(1001),
[sym_character_literal] = ACTIONS(999),
[anon_sym_DQUOTE] = ACTIONS(1001),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(999),
[anon_sym_RBRACE] = ACTIONS(999),
[sym_null_literal] = ACTIONS(1001),
[anon_sym_LPAREN] = ACTIONS(999),
[anon_sym_LT] = ACTIONS(999),
[anon_sym_PLUS] = ACTIONS(1001),
[anon_sym_DASH] = ACTIONS(1001),
[anon_sym_TILDE] = ACTIONS(999),
[anon_sym_BANG] = ACTIONS(999),
[anon_sym_PLUS_PLUS] = ACTIONS(999),
[anon_sym_DASH_DASH] = ACTIONS(999),
[anon_sym_new] = ACTIONS(1001),
[anon_sym_class] = ACTIONS(1001),
[anon_sym_switch] = ACTIONS(1001),
[anon_sym_LBRACE] = ACTIONS(999),
[anon_sym_case] = ACTIONS(1001),
[anon_sym_default] = ACTIONS(1001),
[anon_sym_SEMI] = ACTIONS(999),
[anon_sym_assert] = ACTIONS(1001),
[anon_sym_do] = ACTIONS(1001),
[anon_sym_while] = ACTIONS(1001),
[anon_sym_break] = ACTIONS(1001),
[anon_sym_continue] = ACTIONS(1001),
[anon_sym_return] = ACTIONS(1001),
[anon_sym_yield] = ACTIONS(1001),
[anon_sym_synchronized] = ACTIONS(1001),
[anon_sym_throw] = ACTIONS(1001),
[anon_sym_try] = ACTIONS(1001),
[anon_sym_if] = ACTIONS(1001),
[anon_sym_else] = ACTIONS(1001),
[anon_sym_for] = ACTIONS(1001),
[anon_sym_AT] = ACTIONS(999),
[anon_sym_open] = ACTIONS(1001),
[anon_sym_module] = ACTIONS(1001),
[anon_sym_static] = ACTIONS(1001),
[anon_sym_with] = ACTIONS(1001),
[anon_sym_package] = ACTIONS(1001),
[anon_sym_import] = ACTIONS(1001),
[anon_sym_enum] = ACTIONS(1001),
[anon_sym_public] = ACTIONS(1001),
[anon_sym_protected] = ACTIONS(1001),
[anon_sym_private] = ACTIONS(1001),
[anon_sym_abstract] = ACTIONS(1001),
[anon_sym_final] = ACTIONS(1001),
[anon_sym_strictfp] = ACTIONS(1001),
[anon_sym_native] = ACTIONS(1001),
[anon_sym_transient] = ACTIONS(1001),
[anon_sym_volatile] = ACTIONS(1001),
[anon_sym_sealed] = ACTIONS(1001),
[anon_sym_non_DASHsealed] = ACTIONS(999),
[anon_sym_record] = ACTIONS(1001),
[anon_sym_interface] = ACTIONS(1001),
[anon_sym_byte] = ACTIONS(1001),
[anon_sym_short] = ACTIONS(1001),
[anon_sym_int] = ACTIONS(1001),
[anon_sym_long] = ACTIONS(1001),
[anon_sym_char] = ACTIONS(1001),
[anon_sym_float] = ACTIONS(1001),
[anon_sym_double] = ACTIONS(1001),
[sym_boolean_type] = ACTIONS(1001),
[sym_void_type] = ACTIONS(1001),
[sym_this] = ACTIONS(1001),
[sym_super] = ACTIONS(1001),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(310)] = {
[ts_builtin_sym_end] = ACTIONS(1003),
[sym_identifier] = ACTIONS(1005),
[sym_decimal_integer_literal] = ACTIONS(1005),
[sym_hex_integer_literal] = ACTIONS(1005),
[sym_octal_integer_literal] = ACTIONS(1005),
[sym_binary_integer_literal] = ACTIONS(1003),
[sym_decimal_floating_point_literal] = ACTIONS(1003),
[sym_hex_floating_point_literal] = ACTIONS(1005),
[sym_true] = ACTIONS(1005),
[sym_false] = ACTIONS(1005),
[sym_character_literal] = ACTIONS(1003),
[anon_sym_DQUOTE] = ACTIONS(1005),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1003),
[anon_sym_RBRACE] = ACTIONS(1003),
[sym_null_literal] = ACTIONS(1005),
[anon_sym_LPAREN] = ACTIONS(1003),
[anon_sym_LT] = ACTIONS(1003),
[anon_sym_PLUS] = ACTIONS(1005),
[anon_sym_DASH] = ACTIONS(1005),
[anon_sym_TILDE] = ACTIONS(1003),
[anon_sym_BANG] = ACTIONS(1003),
[anon_sym_PLUS_PLUS] = ACTIONS(1003),
[anon_sym_DASH_DASH] = ACTIONS(1003),
[anon_sym_new] = ACTIONS(1005),
[anon_sym_class] = ACTIONS(1005),
[anon_sym_switch] = ACTIONS(1005),
[anon_sym_LBRACE] = ACTIONS(1003),
[anon_sym_case] = ACTIONS(1005),
[anon_sym_default] = ACTIONS(1005),
[anon_sym_SEMI] = ACTIONS(1003),
[anon_sym_assert] = ACTIONS(1005),
[anon_sym_do] = ACTIONS(1005),
[anon_sym_while] = ACTIONS(1005),
[anon_sym_break] = ACTIONS(1005),
[anon_sym_continue] = ACTIONS(1005),
[anon_sym_return] = ACTIONS(1005),
[anon_sym_yield] = ACTIONS(1005),
[anon_sym_synchronized] = ACTIONS(1005),
[anon_sym_throw] = ACTIONS(1005),
[anon_sym_try] = ACTIONS(1005),
[anon_sym_if] = ACTIONS(1005),
[anon_sym_else] = ACTIONS(1005),
[anon_sym_for] = ACTIONS(1005),
[anon_sym_AT] = ACTIONS(1003),
[anon_sym_open] = ACTIONS(1005),
[anon_sym_module] = ACTIONS(1005),
[anon_sym_static] = ACTIONS(1005),
[anon_sym_with] = ACTIONS(1005),
[anon_sym_package] = ACTIONS(1005),
[anon_sym_import] = ACTIONS(1005),
[anon_sym_enum] = ACTIONS(1005),
[anon_sym_public] = ACTIONS(1005),
[anon_sym_protected] = ACTIONS(1005),
[anon_sym_private] = ACTIONS(1005),
[anon_sym_abstract] = ACTIONS(1005),
[anon_sym_final] = ACTIONS(1005),
[anon_sym_strictfp] = ACTIONS(1005),
[anon_sym_native] = ACTIONS(1005),
[anon_sym_transient] = ACTIONS(1005),
[anon_sym_volatile] = ACTIONS(1005),
[anon_sym_sealed] = ACTIONS(1005),
[anon_sym_non_DASHsealed] = ACTIONS(1003),
[anon_sym_record] = ACTIONS(1005),
[anon_sym_interface] = ACTIONS(1005),
[anon_sym_byte] = ACTIONS(1005),
[anon_sym_short] = ACTIONS(1005),
[anon_sym_int] = ACTIONS(1005),
[anon_sym_long] = ACTIONS(1005),
[anon_sym_char] = ACTIONS(1005),
[anon_sym_float] = ACTIONS(1005),
[anon_sym_double] = ACTIONS(1005),
[sym_boolean_type] = ACTIONS(1005),
[sym_void_type] = ACTIONS(1005),
[sym_this] = ACTIONS(1005),
[sym_super] = ACTIONS(1005),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(311)] = {
[ts_builtin_sym_end] = ACTIONS(1007),
[sym_identifier] = ACTIONS(1009),
[sym_decimal_integer_literal] = ACTIONS(1009),
[sym_hex_integer_literal] = ACTIONS(1009),
[sym_octal_integer_literal] = ACTIONS(1009),
[sym_binary_integer_literal] = ACTIONS(1007),
[sym_decimal_floating_point_literal] = ACTIONS(1007),
[sym_hex_floating_point_literal] = ACTIONS(1009),
[sym_true] = ACTIONS(1009),
[sym_false] = ACTIONS(1009),
[sym_character_literal] = ACTIONS(1007),
[anon_sym_DQUOTE] = ACTIONS(1009),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1007),
[anon_sym_RBRACE] = ACTIONS(1007),
[sym_null_literal] = ACTIONS(1009),
[anon_sym_LPAREN] = ACTIONS(1007),
[anon_sym_LT] = ACTIONS(1007),
[anon_sym_PLUS] = ACTIONS(1009),
[anon_sym_DASH] = ACTIONS(1009),
[anon_sym_TILDE] = ACTIONS(1007),
[anon_sym_BANG] = ACTIONS(1007),
[anon_sym_PLUS_PLUS] = ACTIONS(1007),
[anon_sym_DASH_DASH] = ACTIONS(1007),
[anon_sym_new] = ACTIONS(1009),
[anon_sym_class] = ACTIONS(1009),
[anon_sym_switch] = ACTIONS(1009),
[anon_sym_LBRACE] = ACTIONS(1007),
[anon_sym_case] = ACTIONS(1009),
[anon_sym_default] = ACTIONS(1009),
[anon_sym_SEMI] = ACTIONS(1007),
[anon_sym_assert] = ACTIONS(1009),
[anon_sym_do] = ACTIONS(1009),
[anon_sym_while] = ACTIONS(1009),
[anon_sym_break] = ACTIONS(1009),
[anon_sym_continue] = ACTIONS(1009),
[anon_sym_return] = ACTIONS(1009),
[anon_sym_yield] = ACTIONS(1009),
[anon_sym_synchronized] = ACTIONS(1009),
[anon_sym_throw] = ACTIONS(1009),
[anon_sym_try] = ACTIONS(1009),
[anon_sym_if] = ACTIONS(1009),
[anon_sym_else] = ACTIONS(1009),
[anon_sym_for] = ACTIONS(1009),
[anon_sym_AT] = ACTIONS(1007),
[anon_sym_open] = ACTIONS(1009),
[anon_sym_module] = ACTIONS(1009),
[anon_sym_static] = ACTIONS(1009),
[anon_sym_with] = ACTIONS(1009),
[anon_sym_package] = ACTIONS(1009),
[anon_sym_import] = ACTIONS(1009),
[anon_sym_enum] = ACTIONS(1009),
[anon_sym_public] = ACTIONS(1009),
[anon_sym_protected] = ACTIONS(1009),
[anon_sym_private] = ACTIONS(1009),
[anon_sym_abstract] = ACTIONS(1009),
[anon_sym_final] = ACTIONS(1009),
[anon_sym_strictfp] = ACTIONS(1009),
[anon_sym_native] = ACTIONS(1009),
[anon_sym_transient] = ACTIONS(1009),
[anon_sym_volatile] = ACTIONS(1009),
[anon_sym_sealed] = ACTIONS(1009),
[anon_sym_non_DASHsealed] = ACTIONS(1007),
[anon_sym_record] = ACTIONS(1009),
[anon_sym_interface] = ACTIONS(1009),
[anon_sym_byte] = ACTIONS(1009),
[anon_sym_short] = ACTIONS(1009),
[anon_sym_int] = ACTIONS(1009),
[anon_sym_long] = ACTIONS(1009),
[anon_sym_char] = ACTIONS(1009),
[anon_sym_float] = ACTIONS(1009),
[anon_sym_double] = ACTIONS(1009),
[sym_boolean_type] = ACTIONS(1009),
[sym_void_type] = ACTIONS(1009),
[sym_this] = ACTIONS(1009),
[sym_super] = ACTIONS(1009),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(312)] = {
[ts_builtin_sym_end] = ACTIONS(1011),
[sym_identifier] = ACTIONS(1013),
[sym_decimal_integer_literal] = ACTIONS(1013),
[sym_hex_integer_literal] = ACTIONS(1013),
[sym_octal_integer_literal] = ACTIONS(1013),
[sym_binary_integer_literal] = ACTIONS(1011),
[sym_decimal_floating_point_literal] = ACTIONS(1011),
[sym_hex_floating_point_literal] = ACTIONS(1013),
[sym_true] = ACTIONS(1013),
[sym_false] = ACTIONS(1013),
[sym_character_literal] = ACTIONS(1011),
[anon_sym_DQUOTE] = ACTIONS(1013),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1011),
[anon_sym_RBRACE] = ACTIONS(1011),
[sym_null_literal] = ACTIONS(1013),
[anon_sym_LPAREN] = ACTIONS(1011),
[anon_sym_LT] = ACTIONS(1011),
[anon_sym_PLUS] = ACTIONS(1013),
[anon_sym_DASH] = ACTIONS(1013),
[anon_sym_TILDE] = ACTIONS(1011),
[anon_sym_BANG] = ACTIONS(1011),
[anon_sym_PLUS_PLUS] = ACTIONS(1011),
[anon_sym_DASH_DASH] = ACTIONS(1011),
[anon_sym_new] = ACTIONS(1013),
[anon_sym_class] = ACTIONS(1013),
[anon_sym_switch] = ACTIONS(1013),
[anon_sym_LBRACE] = ACTIONS(1011),
[anon_sym_case] = ACTIONS(1013),
[anon_sym_default] = ACTIONS(1013),
[anon_sym_SEMI] = ACTIONS(1011),
[anon_sym_assert] = ACTIONS(1013),
[anon_sym_do] = ACTIONS(1013),
[anon_sym_while] = ACTIONS(1013),
[anon_sym_break] = ACTIONS(1013),
[anon_sym_continue] = ACTIONS(1013),
[anon_sym_return] = ACTIONS(1013),
[anon_sym_yield] = ACTIONS(1013),
[anon_sym_synchronized] = ACTIONS(1013),
[anon_sym_throw] = ACTIONS(1013),
[anon_sym_try] = ACTIONS(1013),
[anon_sym_if] = ACTIONS(1013),
[anon_sym_else] = ACTIONS(1013),
[anon_sym_for] = ACTIONS(1013),
[anon_sym_AT] = ACTIONS(1011),
[anon_sym_open] = ACTIONS(1013),
[anon_sym_module] = ACTIONS(1013),
[anon_sym_static] = ACTIONS(1013),
[anon_sym_with] = ACTIONS(1013),
[anon_sym_package] = ACTIONS(1013),
[anon_sym_import] = ACTIONS(1013),
[anon_sym_enum] = ACTIONS(1013),
[anon_sym_public] = ACTIONS(1013),
[anon_sym_protected] = ACTIONS(1013),
[anon_sym_private] = ACTIONS(1013),
[anon_sym_abstract] = ACTIONS(1013),
[anon_sym_final] = ACTIONS(1013),
[anon_sym_strictfp] = ACTIONS(1013),
[anon_sym_native] = ACTIONS(1013),
[anon_sym_transient] = ACTIONS(1013),
[anon_sym_volatile] = ACTIONS(1013),
[anon_sym_sealed] = ACTIONS(1013),
[anon_sym_non_DASHsealed] = ACTIONS(1011),
[anon_sym_record] = ACTIONS(1013),
[anon_sym_interface] = ACTIONS(1013),
[anon_sym_byte] = ACTIONS(1013),
[anon_sym_short] = ACTIONS(1013),
[anon_sym_int] = ACTIONS(1013),
[anon_sym_long] = ACTIONS(1013),
[anon_sym_char] = ACTIONS(1013),
[anon_sym_float] = ACTIONS(1013),
[anon_sym_double] = ACTIONS(1013),
[sym_boolean_type] = ACTIONS(1013),
[sym_void_type] = ACTIONS(1013),
[sym_this] = ACTIONS(1013),
[sym_super] = ACTIONS(1013),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(313)] = {
[ts_builtin_sym_end] = ACTIONS(1015),
[sym_identifier] = ACTIONS(1017),
[sym_decimal_integer_literal] = ACTIONS(1017),
[sym_hex_integer_literal] = ACTIONS(1017),
[sym_octal_integer_literal] = ACTIONS(1017),
[sym_binary_integer_literal] = ACTIONS(1015),
[sym_decimal_floating_point_literal] = ACTIONS(1015),
[sym_hex_floating_point_literal] = ACTIONS(1017),
[sym_true] = ACTIONS(1017),
[sym_false] = ACTIONS(1017),
[sym_character_literal] = ACTIONS(1015),
[anon_sym_DQUOTE] = ACTIONS(1017),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1015),
[anon_sym_RBRACE] = ACTIONS(1015),
[sym_null_literal] = ACTIONS(1017),
[anon_sym_LPAREN] = ACTIONS(1015),
[anon_sym_LT] = ACTIONS(1015),
[anon_sym_PLUS] = ACTIONS(1017),
[anon_sym_DASH] = ACTIONS(1017),
[anon_sym_TILDE] = ACTIONS(1015),
[anon_sym_BANG] = ACTIONS(1015),
[anon_sym_PLUS_PLUS] = ACTIONS(1015),
[anon_sym_DASH_DASH] = ACTIONS(1015),
[anon_sym_new] = ACTIONS(1017),
[anon_sym_class] = ACTIONS(1017),
[anon_sym_switch] = ACTIONS(1017),
[anon_sym_LBRACE] = ACTIONS(1015),
[anon_sym_case] = ACTIONS(1017),
[anon_sym_default] = ACTIONS(1017),
[anon_sym_SEMI] = ACTIONS(1015),
[anon_sym_assert] = ACTIONS(1017),
[anon_sym_do] = ACTIONS(1017),
[anon_sym_while] = ACTIONS(1017),
[anon_sym_break] = ACTIONS(1017),
[anon_sym_continue] = ACTIONS(1017),
[anon_sym_return] = ACTIONS(1017),
[anon_sym_yield] = ACTIONS(1017),
[anon_sym_synchronized] = ACTIONS(1017),
[anon_sym_throw] = ACTIONS(1017),
[anon_sym_try] = ACTIONS(1017),
[anon_sym_if] = ACTIONS(1017),
[anon_sym_else] = ACTIONS(1017),
[anon_sym_for] = ACTIONS(1017),
[anon_sym_AT] = ACTIONS(1015),
[anon_sym_open] = ACTIONS(1017),
[anon_sym_module] = ACTIONS(1017),
[anon_sym_static] = ACTIONS(1017),
[anon_sym_with] = ACTIONS(1017),
[anon_sym_package] = ACTIONS(1017),
[anon_sym_import] = ACTIONS(1017),
[anon_sym_enum] = ACTIONS(1017),
[anon_sym_public] = ACTIONS(1017),
[anon_sym_protected] = ACTIONS(1017),
[anon_sym_private] = ACTIONS(1017),
[anon_sym_abstract] = ACTIONS(1017),
[anon_sym_final] = ACTIONS(1017),
[anon_sym_strictfp] = ACTIONS(1017),
[anon_sym_native] = ACTIONS(1017),
[anon_sym_transient] = ACTIONS(1017),
[anon_sym_volatile] = ACTIONS(1017),
[anon_sym_sealed] = ACTIONS(1017),
[anon_sym_non_DASHsealed] = ACTIONS(1015),
[anon_sym_record] = ACTIONS(1017),
[anon_sym_interface] = ACTIONS(1017),
[anon_sym_byte] = ACTIONS(1017),
[anon_sym_short] = ACTIONS(1017),
[anon_sym_int] = ACTIONS(1017),
[anon_sym_long] = ACTIONS(1017),
[anon_sym_char] = ACTIONS(1017),
[anon_sym_float] = ACTIONS(1017),
[anon_sym_double] = ACTIONS(1017),
[sym_boolean_type] = ACTIONS(1017),
[sym_void_type] = ACTIONS(1017),
[sym_this] = ACTIONS(1017),
[sym_super] = ACTIONS(1017),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(314)] = {
[ts_builtin_sym_end] = ACTIONS(1019),
[sym_identifier] = ACTIONS(1021),
[sym_decimal_integer_literal] = ACTIONS(1021),
[sym_hex_integer_literal] = ACTIONS(1021),
[sym_octal_integer_literal] = ACTIONS(1021),
[sym_binary_integer_literal] = ACTIONS(1019),
[sym_decimal_floating_point_literal] = ACTIONS(1019),
[sym_hex_floating_point_literal] = ACTIONS(1021),
[sym_true] = ACTIONS(1021),
[sym_false] = ACTIONS(1021),
[sym_character_literal] = ACTIONS(1019),
[anon_sym_DQUOTE] = ACTIONS(1021),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1019),
[anon_sym_RBRACE] = ACTIONS(1019),
[sym_null_literal] = ACTIONS(1021),
[anon_sym_LPAREN] = ACTIONS(1019),
[anon_sym_LT] = ACTIONS(1019),
[anon_sym_PLUS] = ACTIONS(1021),
[anon_sym_DASH] = ACTIONS(1021),
[anon_sym_TILDE] = ACTIONS(1019),
[anon_sym_BANG] = ACTIONS(1019),
[anon_sym_PLUS_PLUS] = ACTIONS(1019),
[anon_sym_DASH_DASH] = ACTIONS(1019),
[anon_sym_new] = ACTIONS(1021),
[anon_sym_class] = ACTIONS(1021),
[anon_sym_switch] = ACTIONS(1021),
[anon_sym_LBRACE] = ACTIONS(1019),
[anon_sym_case] = ACTIONS(1021),
[anon_sym_default] = ACTIONS(1021),
[anon_sym_SEMI] = ACTIONS(1019),
[anon_sym_assert] = ACTIONS(1021),
[anon_sym_do] = ACTIONS(1021),
[anon_sym_while] = ACTIONS(1021),
[anon_sym_break] = ACTIONS(1021),
[anon_sym_continue] = ACTIONS(1021),
[anon_sym_return] = ACTIONS(1021),
[anon_sym_yield] = ACTIONS(1021),
[anon_sym_synchronized] = ACTIONS(1021),
[anon_sym_throw] = ACTIONS(1021),
[anon_sym_try] = ACTIONS(1021),
[anon_sym_if] = ACTIONS(1021),
[anon_sym_else] = ACTIONS(1021),
[anon_sym_for] = ACTIONS(1021),
[anon_sym_AT] = ACTIONS(1019),
[anon_sym_open] = ACTIONS(1021),
[anon_sym_module] = ACTIONS(1021),
[anon_sym_static] = ACTIONS(1021),
[anon_sym_with] = ACTIONS(1021),
[anon_sym_package] = ACTIONS(1021),
[anon_sym_import] = ACTIONS(1021),
[anon_sym_enum] = ACTIONS(1021),
[anon_sym_public] = ACTIONS(1021),
[anon_sym_protected] = ACTIONS(1021),
[anon_sym_private] = ACTIONS(1021),
[anon_sym_abstract] = ACTIONS(1021),
[anon_sym_final] = ACTIONS(1021),
[anon_sym_strictfp] = ACTIONS(1021),
[anon_sym_native] = ACTIONS(1021),
[anon_sym_transient] = ACTIONS(1021),
[anon_sym_volatile] = ACTIONS(1021),
[anon_sym_sealed] = ACTIONS(1021),
[anon_sym_non_DASHsealed] = ACTIONS(1019),
[anon_sym_record] = ACTIONS(1021),
[anon_sym_interface] = ACTIONS(1021),
[anon_sym_byte] = ACTIONS(1021),
[anon_sym_short] = ACTIONS(1021),
[anon_sym_int] = ACTIONS(1021),
[anon_sym_long] = ACTIONS(1021),
[anon_sym_char] = ACTIONS(1021),
[anon_sym_float] = ACTIONS(1021),
[anon_sym_double] = ACTIONS(1021),
[sym_boolean_type] = ACTIONS(1021),
[sym_void_type] = ACTIONS(1021),
[sym_this] = ACTIONS(1021),
[sym_super] = ACTIONS(1021),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(315)] = {
[ts_builtin_sym_end] = ACTIONS(1023),
[sym_identifier] = ACTIONS(1025),
[sym_decimal_integer_literal] = ACTIONS(1025),
[sym_hex_integer_literal] = ACTIONS(1025),
[sym_octal_integer_literal] = ACTIONS(1025),
[sym_binary_integer_literal] = ACTIONS(1023),
[sym_decimal_floating_point_literal] = ACTIONS(1023),
[sym_hex_floating_point_literal] = ACTIONS(1025),
[sym_true] = ACTIONS(1025),
[sym_false] = ACTIONS(1025),
[sym_character_literal] = ACTIONS(1023),
[anon_sym_DQUOTE] = ACTIONS(1025),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1023),
[anon_sym_RBRACE] = ACTIONS(1023),
[sym_null_literal] = ACTIONS(1025),
[anon_sym_LPAREN] = ACTIONS(1023),
[anon_sym_LT] = ACTIONS(1023),
[anon_sym_PLUS] = ACTIONS(1025),
[anon_sym_DASH] = ACTIONS(1025),
[anon_sym_TILDE] = ACTIONS(1023),
[anon_sym_BANG] = ACTIONS(1023),
[anon_sym_PLUS_PLUS] = ACTIONS(1023),
[anon_sym_DASH_DASH] = ACTIONS(1023),
[anon_sym_new] = ACTIONS(1025),
[anon_sym_class] = ACTIONS(1025),
[anon_sym_switch] = ACTIONS(1025),
[anon_sym_LBRACE] = ACTIONS(1023),
[anon_sym_case] = ACTIONS(1025),
[anon_sym_default] = ACTIONS(1025),
[anon_sym_SEMI] = ACTIONS(1023),
[anon_sym_assert] = ACTIONS(1025),
[anon_sym_do] = ACTIONS(1025),
[anon_sym_while] = ACTIONS(1025),
[anon_sym_break] = ACTIONS(1025),
[anon_sym_continue] = ACTIONS(1025),
[anon_sym_return] = ACTIONS(1025),
[anon_sym_yield] = ACTIONS(1025),
[anon_sym_synchronized] = ACTIONS(1025),
[anon_sym_throw] = ACTIONS(1025),
[anon_sym_try] = ACTIONS(1025),
[anon_sym_if] = ACTIONS(1025),
[anon_sym_else] = ACTIONS(1025),
[anon_sym_for] = ACTIONS(1025),
[anon_sym_AT] = ACTIONS(1023),
[anon_sym_open] = ACTIONS(1025),
[anon_sym_module] = ACTIONS(1025),
[anon_sym_static] = ACTIONS(1025),
[anon_sym_with] = ACTIONS(1025),
[anon_sym_package] = ACTIONS(1025),
[anon_sym_import] = ACTIONS(1025),
[anon_sym_enum] = ACTIONS(1025),
[anon_sym_public] = ACTIONS(1025),
[anon_sym_protected] = ACTIONS(1025),
[anon_sym_private] = ACTIONS(1025),
[anon_sym_abstract] = ACTIONS(1025),
[anon_sym_final] = ACTIONS(1025),
[anon_sym_strictfp] = ACTIONS(1025),
[anon_sym_native] = ACTIONS(1025),
[anon_sym_transient] = ACTIONS(1025),
[anon_sym_volatile] = ACTIONS(1025),
[anon_sym_sealed] = ACTIONS(1025),
[anon_sym_non_DASHsealed] = ACTIONS(1023),
[anon_sym_record] = ACTIONS(1025),
[anon_sym_interface] = ACTIONS(1025),
[anon_sym_byte] = ACTIONS(1025),
[anon_sym_short] = ACTIONS(1025),
[anon_sym_int] = ACTIONS(1025),
[anon_sym_long] = ACTIONS(1025),
[anon_sym_char] = ACTIONS(1025),
[anon_sym_float] = ACTIONS(1025),
[anon_sym_double] = ACTIONS(1025),
[sym_boolean_type] = ACTIONS(1025),
[sym_void_type] = ACTIONS(1025),
[sym_this] = ACTIONS(1025),
[sym_super] = ACTIONS(1025),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(316)] = {
[ts_builtin_sym_end] = ACTIONS(1027),
[sym_identifier] = ACTIONS(1029),
[sym_decimal_integer_literal] = ACTIONS(1029),
[sym_hex_integer_literal] = ACTIONS(1029),
[sym_octal_integer_literal] = ACTIONS(1029),
[sym_binary_integer_literal] = ACTIONS(1027),
[sym_decimal_floating_point_literal] = ACTIONS(1027),
[sym_hex_floating_point_literal] = ACTIONS(1029),
[sym_true] = ACTIONS(1029),
[sym_false] = ACTIONS(1029),
[sym_character_literal] = ACTIONS(1027),
[anon_sym_DQUOTE] = ACTIONS(1029),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1027),
[anon_sym_RBRACE] = ACTIONS(1027),
[sym_null_literal] = ACTIONS(1029),
[anon_sym_LPAREN] = ACTIONS(1027),
[anon_sym_LT] = ACTIONS(1027),
[anon_sym_PLUS] = ACTIONS(1029),
[anon_sym_DASH] = ACTIONS(1029),
[anon_sym_TILDE] = ACTIONS(1027),
[anon_sym_BANG] = ACTIONS(1027),
[anon_sym_PLUS_PLUS] = ACTIONS(1027),
[anon_sym_DASH_DASH] = ACTIONS(1027),
[anon_sym_new] = ACTIONS(1029),
[anon_sym_class] = ACTIONS(1029),
[anon_sym_switch] = ACTIONS(1029),
[anon_sym_LBRACE] = ACTIONS(1027),
[anon_sym_case] = ACTIONS(1029),
[anon_sym_default] = ACTIONS(1029),
[anon_sym_SEMI] = ACTIONS(1027),
[anon_sym_assert] = ACTIONS(1029),
[anon_sym_do] = ACTIONS(1029),
[anon_sym_while] = ACTIONS(1029),
[anon_sym_break] = ACTIONS(1029),
[anon_sym_continue] = ACTIONS(1029),
[anon_sym_return] = ACTIONS(1029),
[anon_sym_yield] = ACTIONS(1029),
[anon_sym_synchronized] = ACTIONS(1029),
[anon_sym_throw] = ACTIONS(1029),
[anon_sym_try] = ACTIONS(1029),
[anon_sym_if] = ACTIONS(1029),
[anon_sym_else] = ACTIONS(1029),
[anon_sym_for] = ACTIONS(1029),
[anon_sym_AT] = ACTIONS(1027),
[anon_sym_open] = ACTIONS(1029),
[anon_sym_module] = ACTIONS(1029),
[anon_sym_static] = ACTIONS(1029),
[anon_sym_with] = ACTIONS(1029),
[anon_sym_package] = ACTIONS(1029),
[anon_sym_import] = ACTIONS(1029),
[anon_sym_enum] = ACTIONS(1029),
[anon_sym_public] = ACTIONS(1029),
[anon_sym_protected] = ACTIONS(1029),
[anon_sym_private] = ACTIONS(1029),
[anon_sym_abstract] = ACTIONS(1029),
[anon_sym_final] = ACTIONS(1029),
[anon_sym_strictfp] = ACTIONS(1029),
[anon_sym_native] = ACTIONS(1029),
[anon_sym_transient] = ACTIONS(1029),
[anon_sym_volatile] = ACTIONS(1029),
[anon_sym_sealed] = ACTIONS(1029),
[anon_sym_non_DASHsealed] = ACTIONS(1027),
[anon_sym_record] = ACTIONS(1029),
[anon_sym_interface] = ACTIONS(1029),
[anon_sym_byte] = ACTIONS(1029),
[anon_sym_short] = ACTIONS(1029),
[anon_sym_int] = ACTIONS(1029),
[anon_sym_long] = ACTIONS(1029),
[anon_sym_char] = ACTIONS(1029),
[anon_sym_float] = ACTIONS(1029),
[anon_sym_double] = ACTIONS(1029),
[sym_boolean_type] = ACTIONS(1029),
[sym_void_type] = ACTIONS(1029),
[sym_this] = ACTIONS(1029),
[sym_super] = ACTIONS(1029),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(317)] = {
[ts_builtin_sym_end] = ACTIONS(1031),
[sym_identifier] = ACTIONS(1033),
[sym_decimal_integer_literal] = ACTIONS(1033),
[sym_hex_integer_literal] = ACTIONS(1033),
[sym_octal_integer_literal] = ACTIONS(1033),
[sym_binary_integer_literal] = ACTIONS(1031),
[sym_decimal_floating_point_literal] = ACTIONS(1031),
[sym_hex_floating_point_literal] = ACTIONS(1033),
[sym_true] = ACTIONS(1033),
[sym_false] = ACTIONS(1033),
[sym_character_literal] = ACTIONS(1031),
[anon_sym_DQUOTE] = ACTIONS(1033),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1031),
[anon_sym_RBRACE] = ACTIONS(1031),
[sym_null_literal] = ACTIONS(1033),
[anon_sym_LPAREN] = ACTIONS(1031),
[anon_sym_LT] = ACTIONS(1031),
[anon_sym_PLUS] = ACTIONS(1033),
[anon_sym_DASH] = ACTIONS(1033),
[anon_sym_TILDE] = ACTIONS(1031),
[anon_sym_BANG] = ACTIONS(1031),
[anon_sym_PLUS_PLUS] = ACTIONS(1031),
[anon_sym_DASH_DASH] = ACTIONS(1031),
[anon_sym_new] = ACTIONS(1033),
[anon_sym_class] = ACTIONS(1033),
[anon_sym_switch] = ACTIONS(1033),
[anon_sym_LBRACE] = ACTIONS(1031),
[anon_sym_case] = ACTIONS(1033),
[anon_sym_default] = ACTIONS(1033),
[anon_sym_SEMI] = ACTIONS(1031),
[anon_sym_assert] = ACTIONS(1033),
[anon_sym_do] = ACTIONS(1033),
[anon_sym_while] = ACTIONS(1033),
[anon_sym_break] = ACTIONS(1033),
[anon_sym_continue] = ACTIONS(1033),
[anon_sym_return] = ACTIONS(1033),
[anon_sym_yield] = ACTIONS(1033),
[anon_sym_synchronized] = ACTIONS(1033),
[anon_sym_throw] = ACTIONS(1033),
[anon_sym_try] = ACTIONS(1033),
[anon_sym_if] = ACTIONS(1033),
[anon_sym_else] = ACTIONS(1033),
[anon_sym_for] = ACTIONS(1033),
[anon_sym_AT] = ACTIONS(1031),
[anon_sym_open] = ACTIONS(1033),
[anon_sym_module] = ACTIONS(1033),
[anon_sym_static] = ACTIONS(1033),
[anon_sym_with] = ACTIONS(1033),
[anon_sym_package] = ACTIONS(1033),
[anon_sym_import] = ACTIONS(1033),
[anon_sym_enum] = ACTIONS(1033),
[anon_sym_public] = ACTIONS(1033),
[anon_sym_protected] = ACTIONS(1033),
[anon_sym_private] = ACTIONS(1033),
[anon_sym_abstract] = ACTIONS(1033),
[anon_sym_final] = ACTIONS(1033),
[anon_sym_strictfp] = ACTIONS(1033),
[anon_sym_native] = ACTIONS(1033),
[anon_sym_transient] = ACTIONS(1033),
[anon_sym_volatile] = ACTIONS(1033),
[anon_sym_sealed] = ACTIONS(1033),
[anon_sym_non_DASHsealed] = ACTIONS(1031),
[anon_sym_record] = ACTIONS(1033),
[anon_sym_interface] = ACTIONS(1033),
[anon_sym_byte] = ACTIONS(1033),
[anon_sym_short] = ACTIONS(1033),
[anon_sym_int] = ACTIONS(1033),
[anon_sym_long] = ACTIONS(1033),
[anon_sym_char] = ACTIONS(1033),
[anon_sym_float] = ACTIONS(1033),
[anon_sym_double] = ACTIONS(1033),
[sym_boolean_type] = ACTIONS(1033),
[sym_void_type] = ACTIONS(1033),
[sym_this] = ACTIONS(1033),
[sym_super] = ACTIONS(1033),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(318)] = {
[ts_builtin_sym_end] = ACTIONS(1035),
[sym_identifier] = ACTIONS(1037),
[sym_decimal_integer_literal] = ACTIONS(1037),
[sym_hex_integer_literal] = ACTIONS(1037),
[sym_octal_integer_literal] = ACTIONS(1037),
[sym_binary_integer_literal] = ACTIONS(1035),
[sym_decimal_floating_point_literal] = ACTIONS(1035),
[sym_hex_floating_point_literal] = ACTIONS(1037),
[sym_true] = ACTIONS(1037),
[sym_false] = ACTIONS(1037),
[sym_character_literal] = ACTIONS(1035),
[anon_sym_DQUOTE] = ACTIONS(1037),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1035),
[anon_sym_RBRACE] = ACTIONS(1035),
[sym_null_literal] = ACTIONS(1037),
[anon_sym_LPAREN] = ACTIONS(1035),
[anon_sym_LT] = ACTIONS(1035),
[anon_sym_PLUS] = ACTIONS(1037),
[anon_sym_DASH] = ACTIONS(1037),
[anon_sym_TILDE] = ACTIONS(1035),
[anon_sym_BANG] = ACTIONS(1035),
[anon_sym_PLUS_PLUS] = ACTIONS(1035),
[anon_sym_DASH_DASH] = ACTIONS(1035),
[anon_sym_new] = ACTIONS(1037),
[anon_sym_class] = ACTIONS(1037),
[anon_sym_switch] = ACTIONS(1037),
[anon_sym_LBRACE] = ACTIONS(1035),
[anon_sym_case] = ACTIONS(1037),
[anon_sym_default] = ACTIONS(1037),
[anon_sym_SEMI] = ACTIONS(1035),
[anon_sym_assert] = ACTIONS(1037),
[anon_sym_do] = ACTIONS(1037),
[anon_sym_while] = ACTIONS(1037),
[anon_sym_break] = ACTIONS(1037),
[anon_sym_continue] = ACTIONS(1037),
[anon_sym_return] = ACTIONS(1037),
[anon_sym_yield] = ACTIONS(1037),
[anon_sym_synchronized] = ACTIONS(1037),
[anon_sym_throw] = ACTIONS(1037),
[anon_sym_try] = ACTIONS(1037),
[anon_sym_if] = ACTIONS(1037),
[anon_sym_else] = ACTIONS(1037),
[anon_sym_for] = ACTIONS(1037),
[anon_sym_AT] = ACTIONS(1035),
[anon_sym_open] = ACTIONS(1037),
[anon_sym_module] = ACTIONS(1037),
[anon_sym_static] = ACTIONS(1037),
[anon_sym_with] = ACTIONS(1037),
[anon_sym_package] = ACTIONS(1037),
[anon_sym_import] = ACTIONS(1037),
[anon_sym_enum] = ACTIONS(1037),
[anon_sym_public] = ACTIONS(1037),
[anon_sym_protected] = ACTIONS(1037),
[anon_sym_private] = ACTIONS(1037),
[anon_sym_abstract] = ACTIONS(1037),
[anon_sym_final] = ACTIONS(1037),
[anon_sym_strictfp] = ACTIONS(1037),
[anon_sym_native] = ACTIONS(1037),
[anon_sym_transient] = ACTIONS(1037),
[anon_sym_volatile] = ACTIONS(1037),
[anon_sym_sealed] = ACTIONS(1037),
[anon_sym_non_DASHsealed] = ACTIONS(1035),
[anon_sym_record] = ACTIONS(1037),
[anon_sym_interface] = ACTIONS(1037),
[anon_sym_byte] = ACTIONS(1037),
[anon_sym_short] = ACTIONS(1037),
[anon_sym_int] = ACTIONS(1037),
[anon_sym_long] = ACTIONS(1037),
[anon_sym_char] = ACTIONS(1037),
[anon_sym_float] = ACTIONS(1037),
[anon_sym_double] = ACTIONS(1037),
[sym_boolean_type] = ACTIONS(1037),
[sym_void_type] = ACTIONS(1037),
[sym_this] = ACTIONS(1037),
[sym_super] = ACTIONS(1037),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(319)] = {
[ts_builtin_sym_end] = ACTIONS(1039),
[sym_identifier] = ACTIONS(1041),
[sym_decimal_integer_literal] = ACTIONS(1041),
[sym_hex_integer_literal] = ACTIONS(1041),
[sym_octal_integer_literal] = ACTIONS(1041),
[sym_binary_integer_literal] = ACTIONS(1039),
[sym_decimal_floating_point_literal] = ACTIONS(1039),
[sym_hex_floating_point_literal] = ACTIONS(1041),
[sym_true] = ACTIONS(1041),
[sym_false] = ACTIONS(1041),
[sym_character_literal] = ACTIONS(1039),
[anon_sym_DQUOTE] = ACTIONS(1041),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1039),
[anon_sym_RBRACE] = ACTIONS(1039),
[sym_null_literal] = ACTIONS(1041),
[anon_sym_LPAREN] = ACTIONS(1039),
[anon_sym_LT] = ACTIONS(1039),
[anon_sym_PLUS] = ACTIONS(1041),
[anon_sym_DASH] = ACTIONS(1041),
[anon_sym_TILDE] = ACTIONS(1039),
[anon_sym_BANG] = ACTIONS(1039),
[anon_sym_PLUS_PLUS] = ACTIONS(1039),
[anon_sym_DASH_DASH] = ACTIONS(1039),
[anon_sym_new] = ACTIONS(1041),
[anon_sym_class] = ACTIONS(1041),
[anon_sym_switch] = ACTIONS(1041),
[anon_sym_LBRACE] = ACTIONS(1039),
[anon_sym_case] = ACTIONS(1041),
[anon_sym_default] = ACTIONS(1041),
[anon_sym_SEMI] = ACTIONS(1039),
[anon_sym_assert] = ACTIONS(1041),
[anon_sym_do] = ACTIONS(1041),
[anon_sym_while] = ACTIONS(1041),
[anon_sym_break] = ACTIONS(1041),
[anon_sym_continue] = ACTIONS(1041),
[anon_sym_return] = ACTIONS(1041),
[anon_sym_yield] = ACTIONS(1041),
[anon_sym_synchronized] = ACTIONS(1041),
[anon_sym_throw] = ACTIONS(1041),
[anon_sym_try] = ACTIONS(1041),
[anon_sym_if] = ACTIONS(1041),
[anon_sym_else] = ACTIONS(1041),
[anon_sym_for] = ACTIONS(1041),
[anon_sym_AT] = ACTIONS(1039),
[anon_sym_open] = ACTIONS(1041),
[anon_sym_module] = ACTIONS(1041),
[anon_sym_static] = ACTIONS(1041),
[anon_sym_with] = ACTIONS(1041),
[anon_sym_package] = ACTIONS(1041),
[anon_sym_import] = ACTIONS(1041),
[anon_sym_enum] = ACTIONS(1041),
[anon_sym_public] = ACTIONS(1041),
[anon_sym_protected] = ACTIONS(1041),
[anon_sym_private] = ACTIONS(1041),
[anon_sym_abstract] = ACTIONS(1041),
[anon_sym_final] = ACTIONS(1041),
[anon_sym_strictfp] = ACTIONS(1041),
[anon_sym_native] = ACTIONS(1041),
[anon_sym_transient] = ACTIONS(1041),
[anon_sym_volatile] = ACTIONS(1041),
[anon_sym_sealed] = ACTIONS(1041),
[anon_sym_non_DASHsealed] = ACTIONS(1039),
[anon_sym_record] = ACTIONS(1041),
[anon_sym_interface] = ACTIONS(1041),
[anon_sym_byte] = ACTIONS(1041),
[anon_sym_short] = ACTIONS(1041),
[anon_sym_int] = ACTIONS(1041),
[anon_sym_long] = ACTIONS(1041),
[anon_sym_char] = ACTIONS(1041),
[anon_sym_float] = ACTIONS(1041),
[anon_sym_double] = ACTIONS(1041),
[sym_boolean_type] = ACTIONS(1041),
[sym_void_type] = ACTIONS(1041),
[sym_this] = ACTIONS(1041),
[sym_super] = ACTIONS(1041),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(320)] = {
[ts_builtin_sym_end] = ACTIONS(1043),
[sym_identifier] = ACTIONS(1045),
[sym_decimal_integer_literal] = ACTIONS(1045),
[sym_hex_integer_literal] = ACTIONS(1045),
[sym_octal_integer_literal] = ACTIONS(1045),
[sym_binary_integer_literal] = ACTIONS(1043),
[sym_decimal_floating_point_literal] = ACTIONS(1043),
[sym_hex_floating_point_literal] = ACTIONS(1045),
[sym_true] = ACTIONS(1045),
[sym_false] = ACTIONS(1045),
[sym_character_literal] = ACTIONS(1043),
[anon_sym_DQUOTE] = ACTIONS(1045),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1043),
[anon_sym_RBRACE] = ACTIONS(1043),
[sym_null_literal] = ACTIONS(1045),
[anon_sym_LPAREN] = ACTIONS(1043),
[anon_sym_LT] = ACTIONS(1043),
[anon_sym_PLUS] = ACTIONS(1045),
[anon_sym_DASH] = ACTIONS(1045),
[anon_sym_TILDE] = ACTIONS(1043),
[anon_sym_BANG] = ACTIONS(1043),
[anon_sym_PLUS_PLUS] = ACTIONS(1043),
[anon_sym_DASH_DASH] = ACTIONS(1043),
[anon_sym_new] = ACTIONS(1045),
[anon_sym_class] = ACTIONS(1045),
[anon_sym_switch] = ACTIONS(1045),
[anon_sym_LBRACE] = ACTIONS(1043),
[anon_sym_case] = ACTIONS(1045),
[anon_sym_default] = ACTIONS(1045),
[anon_sym_SEMI] = ACTIONS(1043),
[anon_sym_assert] = ACTIONS(1045),
[anon_sym_do] = ACTIONS(1045),
[anon_sym_while] = ACTIONS(1045),
[anon_sym_break] = ACTIONS(1045),
[anon_sym_continue] = ACTIONS(1045),
[anon_sym_return] = ACTIONS(1045),
[anon_sym_yield] = ACTIONS(1045),
[anon_sym_synchronized] = ACTIONS(1045),
[anon_sym_throw] = ACTIONS(1045),
[anon_sym_try] = ACTIONS(1045),
[anon_sym_if] = ACTIONS(1045),
[anon_sym_else] = ACTIONS(1045),
[anon_sym_for] = ACTIONS(1045),
[anon_sym_AT] = ACTIONS(1043),
[anon_sym_open] = ACTIONS(1045),
[anon_sym_module] = ACTIONS(1045),
[anon_sym_static] = ACTIONS(1045),
[anon_sym_with] = ACTIONS(1045),
[anon_sym_package] = ACTIONS(1045),
[anon_sym_import] = ACTIONS(1045),
[anon_sym_enum] = ACTIONS(1045),
[anon_sym_public] = ACTIONS(1045),
[anon_sym_protected] = ACTIONS(1045),
[anon_sym_private] = ACTIONS(1045),
[anon_sym_abstract] = ACTIONS(1045),
[anon_sym_final] = ACTIONS(1045),
[anon_sym_strictfp] = ACTIONS(1045),
[anon_sym_native] = ACTIONS(1045),
[anon_sym_transient] = ACTIONS(1045),
[anon_sym_volatile] = ACTIONS(1045),
[anon_sym_sealed] = ACTIONS(1045),
[anon_sym_non_DASHsealed] = ACTIONS(1043),
[anon_sym_record] = ACTIONS(1045),
[anon_sym_interface] = ACTIONS(1045),
[anon_sym_byte] = ACTIONS(1045),
[anon_sym_short] = ACTIONS(1045),
[anon_sym_int] = ACTIONS(1045),
[anon_sym_long] = ACTIONS(1045),
[anon_sym_char] = ACTIONS(1045),
[anon_sym_float] = ACTIONS(1045),
[anon_sym_double] = ACTIONS(1045),
[sym_boolean_type] = ACTIONS(1045),
[sym_void_type] = ACTIONS(1045),
[sym_this] = ACTIONS(1045),
[sym_super] = ACTIONS(1045),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(321)] = {
[ts_builtin_sym_end] = ACTIONS(1047),
[sym_identifier] = ACTIONS(1049),
[sym_decimal_integer_literal] = ACTIONS(1049),
[sym_hex_integer_literal] = ACTIONS(1049),
[sym_octal_integer_literal] = ACTIONS(1049),
[sym_binary_integer_literal] = ACTIONS(1047),
[sym_decimal_floating_point_literal] = ACTIONS(1047),
[sym_hex_floating_point_literal] = ACTIONS(1049),
[sym_true] = ACTIONS(1049),
[sym_false] = ACTIONS(1049),
[sym_character_literal] = ACTIONS(1047),
[anon_sym_DQUOTE] = ACTIONS(1049),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1047),
[anon_sym_RBRACE] = ACTIONS(1047),
[sym_null_literal] = ACTIONS(1049),
[anon_sym_LPAREN] = ACTIONS(1047),
[anon_sym_LT] = ACTIONS(1047),
[anon_sym_PLUS] = ACTIONS(1049),
[anon_sym_DASH] = ACTIONS(1049),
[anon_sym_TILDE] = ACTIONS(1047),
[anon_sym_BANG] = ACTIONS(1047),
[anon_sym_PLUS_PLUS] = ACTIONS(1047),
[anon_sym_DASH_DASH] = ACTIONS(1047),
[anon_sym_new] = ACTIONS(1049),
[anon_sym_class] = ACTIONS(1049),
[anon_sym_switch] = ACTIONS(1049),
[anon_sym_LBRACE] = ACTIONS(1047),
[anon_sym_case] = ACTIONS(1049),
[anon_sym_default] = ACTIONS(1049),
[anon_sym_SEMI] = ACTIONS(1047),
[anon_sym_assert] = ACTIONS(1049),
[anon_sym_do] = ACTIONS(1049),
[anon_sym_while] = ACTIONS(1049),
[anon_sym_break] = ACTIONS(1049),
[anon_sym_continue] = ACTIONS(1049),
[anon_sym_return] = ACTIONS(1049),
[anon_sym_yield] = ACTIONS(1049),
[anon_sym_synchronized] = ACTIONS(1049),
[anon_sym_throw] = ACTIONS(1049),
[anon_sym_try] = ACTIONS(1049),
[anon_sym_if] = ACTIONS(1049),
[anon_sym_else] = ACTIONS(1049),
[anon_sym_for] = ACTIONS(1049),
[anon_sym_AT] = ACTIONS(1047),
[anon_sym_open] = ACTIONS(1049),
[anon_sym_module] = ACTIONS(1049),
[anon_sym_static] = ACTIONS(1049),
[anon_sym_with] = ACTIONS(1049),
[anon_sym_package] = ACTIONS(1049),
[anon_sym_import] = ACTIONS(1049),
[anon_sym_enum] = ACTIONS(1049),
[anon_sym_public] = ACTIONS(1049),
[anon_sym_protected] = ACTIONS(1049),
[anon_sym_private] = ACTIONS(1049),
[anon_sym_abstract] = ACTIONS(1049),
[anon_sym_final] = ACTIONS(1049),
[anon_sym_strictfp] = ACTIONS(1049),
[anon_sym_native] = ACTIONS(1049),
[anon_sym_transient] = ACTIONS(1049),
[anon_sym_volatile] = ACTIONS(1049),
[anon_sym_sealed] = ACTIONS(1049),
[anon_sym_non_DASHsealed] = ACTIONS(1047),
[anon_sym_record] = ACTIONS(1049),
[anon_sym_interface] = ACTIONS(1049),
[anon_sym_byte] = ACTIONS(1049),
[anon_sym_short] = ACTIONS(1049),
[anon_sym_int] = ACTIONS(1049),
[anon_sym_long] = ACTIONS(1049),
[anon_sym_char] = ACTIONS(1049),
[anon_sym_float] = ACTIONS(1049),
[anon_sym_double] = ACTIONS(1049),
[sym_boolean_type] = ACTIONS(1049),
[sym_void_type] = ACTIONS(1049),
[sym_this] = ACTIONS(1049),
[sym_super] = ACTIONS(1049),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(322)] = {
[ts_builtin_sym_end] = ACTIONS(1051),
[sym_identifier] = ACTIONS(1053),
[sym_decimal_integer_literal] = ACTIONS(1053),
[sym_hex_integer_literal] = ACTIONS(1053),
[sym_octal_integer_literal] = ACTIONS(1053),
[sym_binary_integer_literal] = ACTIONS(1051),
[sym_decimal_floating_point_literal] = ACTIONS(1051),
[sym_hex_floating_point_literal] = ACTIONS(1053),
[sym_true] = ACTIONS(1053),
[sym_false] = ACTIONS(1053),
[sym_character_literal] = ACTIONS(1051),
[anon_sym_DQUOTE] = ACTIONS(1053),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1051),
[anon_sym_RBRACE] = ACTIONS(1051),
[sym_null_literal] = ACTIONS(1053),
[anon_sym_LPAREN] = ACTIONS(1051),
[anon_sym_LT] = ACTIONS(1051),
[anon_sym_PLUS] = ACTIONS(1053),
[anon_sym_DASH] = ACTIONS(1053),
[anon_sym_TILDE] = ACTIONS(1051),
[anon_sym_BANG] = ACTIONS(1051),
[anon_sym_PLUS_PLUS] = ACTIONS(1051),
[anon_sym_DASH_DASH] = ACTIONS(1051),
[anon_sym_new] = ACTIONS(1053),
[anon_sym_class] = ACTIONS(1053),
[anon_sym_switch] = ACTIONS(1053),
[anon_sym_LBRACE] = ACTIONS(1051),
[anon_sym_case] = ACTIONS(1053),
[anon_sym_default] = ACTIONS(1053),
[anon_sym_SEMI] = ACTIONS(1051),
[anon_sym_assert] = ACTIONS(1053),
[anon_sym_do] = ACTIONS(1053),
[anon_sym_while] = ACTIONS(1053),
[anon_sym_break] = ACTIONS(1053),
[anon_sym_continue] = ACTIONS(1053),
[anon_sym_return] = ACTIONS(1053),
[anon_sym_yield] = ACTIONS(1053),
[anon_sym_synchronized] = ACTIONS(1053),
[anon_sym_throw] = ACTIONS(1053),
[anon_sym_try] = ACTIONS(1053),
[anon_sym_if] = ACTIONS(1053),
[anon_sym_else] = ACTIONS(1053),
[anon_sym_for] = ACTIONS(1053),
[anon_sym_AT] = ACTIONS(1051),
[anon_sym_open] = ACTIONS(1053),
[anon_sym_module] = ACTIONS(1053),
[anon_sym_static] = ACTIONS(1053),
[anon_sym_with] = ACTIONS(1053),
[anon_sym_package] = ACTIONS(1053),
[anon_sym_import] = ACTIONS(1053),
[anon_sym_enum] = ACTIONS(1053),
[anon_sym_public] = ACTIONS(1053),
[anon_sym_protected] = ACTIONS(1053),
[anon_sym_private] = ACTIONS(1053),
[anon_sym_abstract] = ACTIONS(1053),
[anon_sym_final] = ACTIONS(1053),
[anon_sym_strictfp] = ACTIONS(1053),
[anon_sym_native] = ACTIONS(1053),
[anon_sym_transient] = ACTIONS(1053),
[anon_sym_volatile] = ACTIONS(1053),
[anon_sym_sealed] = ACTIONS(1053),
[anon_sym_non_DASHsealed] = ACTIONS(1051),
[anon_sym_record] = ACTIONS(1053),
[anon_sym_interface] = ACTIONS(1053),
[anon_sym_byte] = ACTIONS(1053),
[anon_sym_short] = ACTIONS(1053),
[anon_sym_int] = ACTIONS(1053),
[anon_sym_long] = ACTIONS(1053),
[anon_sym_char] = ACTIONS(1053),
[anon_sym_float] = ACTIONS(1053),
[anon_sym_double] = ACTIONS(1053),
[sym_boolean_type] = ACTIONS(1053),
[sym_void_type] = ACTIONS(1053),
[sym_this] = ACTIONS(1053),
[sym_super] = ACTIONS(1053),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(323)] = {
[ts_builtin_sym_end] = ACTIONS(1055),
[sym_identifier] = ACTIONS(1057),
[sym_decimal_integer_literal] = ACTIONS(1057),
[sym_hex_integer_literal] = ACTIONS(1057),
[sym_octal_integer_literal] = ACTIONS(1057),
[sym_binary_integer_literal] = ACTIONS(1055),
[sym_decimal_floating_point_literal] = ACTIONS(1055),
[sym_hex_floating_point_literal] = ACTIONS(1057),
[sym_true] = ACTIONS(1057),
[sym_false] = ACTIONS(1057),
[sym_character_literal] = ACTIONS(1055),
[anon_sym_DQUOTE] = ACTIONS(1057),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1055),
[anon_sym_RBRACE] = ACTIONS(1055),
[sym_null_literal] = ACTIONS(1057),
[anon_sym_LPAREN] = ACTIONS(1055),
[anon_sym_LT] = ACTIONS(1055),
[anon_sym_PLUS] = ACTIONS(1057),
[anon_sym_DASH] = ACTIONS(1057),
[anon_sym_TILDE] = ACTIONS(1055),
[anon_sym_BANG] = ACTIONS(1055),
[anon_sym_PLUS_PLUS] = ACTIONS(1055),
[anon_sym_DASH_DASH] = ACTIONS(1055),
[anon_sym_new] = ACTIONS(1057),
[anon_sym_class] = ACTIONS(1057),
[anon_sym_switch] = ACTIONS(1057),
[anon_sym_LBRACE] = ACTIONS(1055),
[anon_sym_case] = ACTIONS(1057),
[anon_sym_default] = ACTIONS(1057),
[anon_sym_SEMI] = ACTIONS(1055),
[anon_sym_assert] = ACTIONS(1057),
[anon_sym_do] = ACTIONS(1057),
[anon_sym_while] = ACTIONS(1057),
[anon_sym_break] = ACTIONS(1057),
[anon_sym_continue] = ACTIONS(1057),
[anon_sym_return] = ACTIONS(1057),
[anon_sym_yield] = ACTIONS(1057),
[anon_sym_synchronized] = ACTIONS(1057),
[anon_sym_throw] = ACTIONS(1057),
[anon_sym_try] = ACTIONS(1057),
[anon_sym_if] = ACTIONS(1057),
[anon_sym_else] = ACTIONS(1057),
[anon_sym_for] = ACTIONS(1057),
[anon_sym_AT] = ACTIONS(1055),
[anon_sym_open] = ACTIONS(1057),
[anon_sym_module] = ACTIONS(1057),
[anon_sym_static] = ACTIONS(1057),
[anon_sym_with] = ACTIONS(1057),
[anon_sym_package] = ACTIONS(1057),
[anon_sym_import] = ACTIONS(1057),
[anon_sym_enum] = ACTIONS(1057),
[anon_sym_public] = ACTIONS(1057),
[anon_sym_protected] = ACTIONS(1057),
[anon_sym_private] = ACTIONS(1057),
[anon_sym_abstract] = ACTIONS(1057),
[anon_sym_final] = ACTIONS(1057),
[anon_sym_strictfp] = ACTIONS(1057),
[anon_sym_native] = ACTIONS(1057),
[anon_sym_transient] = ACTIONS(1057),
[anon_sym_volatile] = ACTIONS(1057),
[anon_sym_sealed] = ACTIONS(1057),
[anon_sym_non_DASHsealed] = ACTIONS(1055),
[anon_sym_record] = ACTIONS(1057),
[anon_sym_interface] = ACTIONS(1057),
[anon_sym_byte] = ACTIONS(1057),
[anon_sym_short] = ACTIONS(1057),
[anon_sym_int] = ACTIONS(1057),
[anon_sym_long] = ACTIONS(1057),
[anon_sym_char] = ACTIONS(1057),
[anon_sym_float] = ACTIONS(1057),
[anon_sym_double] = ACTIONS(1057),
[sym_boolean_type] = ACTIONS(1057),
[sym_void_type] = ACTIONS(1057),
[sym_this] = ACTIONS(1057),
[sym_super] = ACTIONS(1057),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(324)] = {
[ts_builtin_sym_end] = ACTIONS(1059),
[sym_identifier] = ACTIONS(1061),
[sym_decimal_integer_literal] = ACTIONS(1061),
[sym_hex_integer_literal] = ACTIONS(1061),
[sym_octal_integer_literal] = ACTIONS(1061),
[sym_binary_integer_literal] = ACTIONS(1059),
[sym_decimal_floating_point_literal] = ACTIONS(1059),
[sym_hex_floating_point_literal] = ACTIONS(1061),
[sym_true] = ACTIONS(1061),
[sym_false] = ACTIONS(1061),
[sym_character_literal] = ACTIONS(1059),
[anon_sym_DQUOTE] = ACTIONS(1061),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1059),
[anon_sym_RBRACE] = ACTIONS(1059),
[sym_null_literal] = ACTIONS(1061),
[anon_sym_LPAREN] = ACTIONS(1059),
[anon_sym_LT] = ACTIONS(1059),
[anon_sym_PLUS] = ACTIONS(1061),
[anon_sym_DASH] = ACTIONS(1061),
[anon_sym_TILDE] = ACTIONS(1059),
[anon_sym_BANG] = ACTIONS(1059),
[anon_sym_PLUS_PLUS] = ACTIONS(1059),
[anon_sym_DASH_DASH] = ACTIONS(1059),
[anon_sym_new] = ACTIONS(1061),
[anon_sym_class] = ACTIONS(1061),
[anon_sym_switch] = ACTIONS(1061),
[anon_sym_LBRACE] = ACTIONS(1059),
[anon_sym_case] = ACTIONS(1061),
[anon_sym_default] = ACTIONS(1061),
[anon_sym_SEMI] = ACTIONS(1059),
[anon_sym_assert] = ACTIONS(1061),
[anon_sym_do] = ACTIONS(1061),
[anon_sym_while] = ACTIONS(1061),
[anon_sym_break] = ACTIONS(1061),
[anon_sym_continue] = ACTIONS(1061),
[anon_sym_return] = ACTIONS(1061),
[anon_sym_yield] = ACTIONS(1061),
[anon_sym_synchronized] = ACTIONS(1061),
[anon_sym_throw] = ACTIONS(1061),
[anon_sym_try] = ACTIONS(1061),
[anon_sym_if] = ACTIONS(1061),
[anon_sym_else] = ACTIONS(1061),
[anon_sym_for] = ACTIONS(1061),
[anon_sym_AT] = ACTIONS(1059),
[anon_sym_open] = ACTIONS(1061),
[anon_sym_module] = ACTIONS(1061),
[anon_sym_static] = ACTIONS(1061),
[anon_sym_with] = ACTIONS(1061),
[anon_sym_package] = ACTIONS(1061),
[anon_sym_import] = ACTIONS(1061),
[anon_sym_enum] = ACTIONS(1061),
[anon_sym_public] = ACTIONS(1061),
[anon_sym_protected] = ACTIONS(1061),
[anon_sym_private] = ACTIONS(1061),
[anon_sym_abstract] = ACTIONS(1061),
[anon_sym_final] = ACTIONS(1061),
[anon_sym_strictfp] = ACTIONS(1061),
[anon_sym_native] = ACTIONS(1061),
[anon_sym_transient] = ACTIONS(1061),
[anon_sym_volatile] = ACTIONS(1061),
[anon_sym_sealed] = ACTIONS(1061),
[anon_sym_non_DASHsealed] = ACTIONS(1059),
[anon_sym_record] = ACTIONS(1061),
[anon_sym_interface] = ACTIONS(1061),
[anon_sym_byte] = ACTIONS(1061),
[anon_sym_short] = ACTIONS(1061),
[anon_sym_int] = ACTIONS(1061),
[anon_sym_long] = ACTIONS(1061),
[anon_sym_char] = ACTIONS(1061),
[anon_sym_float] = ACTIONS(1061),
[anon_sym_double] = ACTIONS(1061),
[sym_boolean_type] = ACTIONS(1061),
[sym_void_type] = ACTIONS(1061),
[sym_this] = ACTIONS(1061),
[sym_super] = ACTIONS(1061),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(325)] = {
[ts_builtin_sym_end] = ACTIONS(1063),
[sym_identifier] = ACTIONS(1065),
[sym_decimal_integer_literal] = ACTIONS(1065),
[sym_hex_integer_literal] = ACTIONS(1065),
[sym_octal_integer_literal] = ACTIONS(1065),
[sym_binary_integer_literal] = ACTIONS(1063),
[sym_decimal_floating_point_literal] = ACTIONS(1063),
[sym_hex_floating_point_literal] = ACTIONS(1065),
[sym_true] = ACTIONS(1065),
[sym_false] = ACTIONS(1065),
[sym_character_literal] = ACTIONS(1063),
[anon_sym_DQUOTE] = ACTIONS(1065),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1063),
[anon_sym_RBRACE] = ACTIONS(1063),
[sym_null_literal] = ACTIONS(1065),
[anon_sym_LPAREN] = ACTIONS(1063),
[anon_sym_LT] = ACTIONS(1063),
[anon_sym_PLUS] = ACTIONS(1065),
[anon_sym_DASH] = ACTIONS(1065),
[anon_sym_TILDE] = ACTIONS(1063),
[anon_sym_BANG] = ACTIONS(1063),
[anon_sym_PLUS_PLUS] = ACTIONS(1063),
[anon_sym_DASH_DASH] = ACTIONS(1063),
[anon_sym_new] = ACTIONS(1065),
[anon_sym_class] = ACTIONS(1065),
[anon_sym_switch] = ACTIONS(1065),
[anon_sym_LBRACE] = ACTIONS(1063),
[anon_sym_case] = ACTIONS(1065),
[anon_sym_default] = ACTIONS(1065),
[anon_sym_SEMI] = ACTIONS(1063),
[anon_sym_assert] = ACTIONS(1065),
[anon_sym_do] = ACTIONS(1065),
[anon_sym_while] = ACTIONS(1065),
[anon_sym_break] = ACTIONS(1065),
[anon_sym_continue] = ACTIONS(1065),
[anon_sym_return] = ACTIONS(1065),
[anon_sym_yield] = ACTIONS(1065),
[anon_sym_synchronized] = ACTIONS(1065),
[anon_sym_throw] = ACTIONS(1065),
[anon_sym_try] = ACTIONS(1065),
[anon_sym_if] = ACTIONS(1065),
[anon_sym_else] = ACTIONS(1065),
[anon_sym_for] = ACTIONS(1065),
[anon_sym_AT] = ACTIONS(1063),
[anon_sym_open] = ACTIONS(1065),
[anon_sym_module] = ACTIONS(1065),
[anon_sym_static] = ACTIONS(1065),
[anon_sym_with] = ACTIONS(1065),
[anon_sym_package] = ACTIONS(1065),
[anon_sym_import] = ACTIONS(1065),
[anon_sym_enum] = ACTIONS(1065),
[anon_sym_public] = ACTIONS(1065),
[anon_sym_protected] = ACTIONS(1065),
[anon_sym_private] = ACTIONS(1065),
[anon_sym_abstract] = ACTIONS(1065),
[anon_sym_final] = ACTIONS(1065),
[anon_sym_strictfp] = ACTIONS(1065),
[anon_sym_native] = ACTIONS(1065),
[anon_sym_transient] = ACTIONS(1065),
[anon_sym_volatile] = ACTIONS(1065),
[anon_sym_sealed] = ACTIONS(1065),
[anon_sym_non_DASHsealed] = ACTIONS(1063),
[anon_sym_record] = ACTIONS(1065),
[anon_sym_interface] = ACTIONS(1065),
[anon_sym_byte] = ACTIONS(1065),
[anon_sym_short] = ACTIONS(1065),
[anon_sym_int] = ACTIONS(1065),
[anon_sym_long] = ACTIONS(1065),
[anon_sym_char] = ACTIONS(1065),
[anon_sym_float] = ACTIONS(1065),
[anon_sym_double] = ACTIONS(1065),
[sym_boolean_type] = ACTIONS(1065),
[sym_void_type] = ACTIONS(1065),
[sym_this] = ACTIONS(1065),
[sym_super] = ACTIONS(1065),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(326)] = {
[ts_builtin_sym_end] = ACTIONS(1067),
[sym_identifier] = ACTIONS(1069),
[sym_decimal_integer_literal] = ACTIONS(1069),
[sym_hex_integer_literal] = ACTIONS(1069),
[sym_octal_integer_literal] = ACTIONS(1069),
[sym_binary_integer_literal] = ACTIONS(1067),
[sym_decimal_floating_point_literal] = ACTIONS(1067),
[sym_hex_floating_point_literal] = ACTIONS(1069),
[sym_true] = ACTIONS(1069),
[sym_false] = ACTIONS(1069),
[sym_character_literal] = ACTIONS(1067),
[anon_sym_DQUOTE] = ACTIONS(1069),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1067),
[anon_sym_RBRACE] = ACTIONS(1067),
[sym_null_literal] = ACTIONS(1069),
[anon_sym_LPAREN] = ACTIONS(1067),
[anon_sym_LT] = ACTIONS(1067),
[anon_sym_PLUS] = ACTIONS(1069),
[anon_sym_DASH] = ACTIONS(1069),
[anon_sym_TILDE] = ACTIONS(1067),
[anon_sym_BANG] = ACTIONS(1067),
[anon_sym_PLUS_PLUS] = ACTIONS(1067),
[anon_sym_DASH_DASH] = ACTIONS(1067),
[anon_sym_new] = ACTIONS(1069),
[anon_sym_class] = ACTIONS(1069),
[anon_sym_switch] = ACTIONS(1069),
[anon_sym_LBRACE] = ACTIONS(1067),
[anon_sym_case] = ACTIONS(1069),
[anon_sym_default] = ACTIONS(1069),
[anon_sym_SEMI] = ACTIONS(1067),
[anon_sym_assert] = ACTIONS(1069),
[anon_sym_do] = ACTIONS(1069),
[anon_sym_while] = ACTIONS(1069),
[anon_sym_break] = ACTIONS(1069),
[anon_sym_continue] = ACTIONS(1069),
[anon_sym_return] = ACTIONS(1069),
[anon_sym_yield] = ACTIONS(1069),
[anon_sym_synchronized] = ACTIONS(1069),
[anon_sym_throw] = ACTIONS(1069),
[anon_sym_try] = ACTIONS(1069),
[anon_sym_if] = ACTIONS(1069),
[anon_sym_else] = ACTIONS(1069),
[anon_sym_for] = ACTIONS(1069),
[anon_sym_AT] = ACTIONS(1067),
[anon_sym_open] = ACTIONS(1069),
[anon_sym_module] = ACTIONS(1069),
[anon_sym_static] = ACTIONS(1069),
[anon_sym_with] = ACTIONS(1069),
[anon_sym_package] = ACTIONS(1069),
[anon_sym_import] = ACTIONS(1069),
[anon_sym_enum] = ACTIONS(1069),
[anon_sym_public] = ACTIONS(1069),
[anon_sym_protected] = ACTIONS(1069),
[anon_sym_private] = ACTIONS(1069),
[anon_sym_abstract] = ACTIONS(1069),
[anon_sym_final] = ACTIONS(1069),
[anon_sym_strictfp] = ACTIONS(1069),
[anon_sym_native] = ACTIONS(1069),
[anon_sym_transient] = ACTIONS(1069),
[anon_sym_volatile] = ACTIONS(1069),
[anon_sym_sealed] = ACTIONS(1069),
[anon_sym_non_DASHsealed] = ACTIONS(1067),
[anon_sym_record] = ACTIONS(1069),
[anon_sym_interface] = ACTIONS(1069),
[anon_sym_byte] = ACTIONS(1069),
[anon_sym_short] = ACTIONS(1069),
[anon_sym_int] = ACTIONS(1069),
[anon_sym_long] = ACTIONS(1069),
[anon_sym_char] = ACTIONS(1069),
[anon_sym_float] = ACTIONS(1069),
[anon_sym_double] = ACTIONS(1069),
[sym_boolean_type] = ACTIONS(1069),
[sym_void_type] = ACTIONS(1069),
[sym_this] = ACTIONS(1069),
[sym_super] = ACTIONS(1069),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(327)] = {
[ts_builtin_sym_end] = ACTIONS(1071),
[sym_identifier] = ACTIONS(1073),
[sym_decimal_integer_literal] = ACTIONS(1073),
[sym_hex_integer_literal] = ACTIONS(1073),
[sym_octal_integer_literal] = ACTIONS(1073),
[sym_binary_integer_literal] = ACTIONS(1071),
[sym_decimal_floating_point_literal] = ACTIONS(1071),
[sym_hex_floating_point_literal] = ACTIONS(1073),
[sym_true] = ACTIONS(1073),
[sym_false] = ACTIONS(1073),
[sym_character_literal] = ACTIONS(1071),
[anon_sym_DQUOTE] = ACTIONS(1073),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1071),
[anon_sym_RBRACE] = ACTIONS(1071),
[sym_null_literal] = ACTIONS(1073),
[anon_sym_LPAREN] = ACTIONS(1071),
[anon_sym_LT] = ACTIONS(1071),
[anon_sym_PLUS] = ACTIONS(1073),
[anon_sym_DASH] = ACTIONS(1073),
[anon_sym_TILDE] = ACTIONS(1071),
[anon_sym_BANG] = ACTIONS(1071),
[anon_sym_PLUS_PLUS] = ACTIONS(1071),
[anon_sym_DASH_DASH] = ACTIONS(1071),
[anon_sym_new] = ACTIONS(1073),
[anon_sym_class] = ACTIONS(1073),
[anon_sym_switch] = ACTIONS(1073),
[anon_sym_LBRACE] = ACTIONS(1071),
[anon_sym_case] = ACTIONS(1073),
[anon_sym_default] = ACTIONS(1073),
[anon_sym_SEMI] = ACTIONS(1071),
[anon_sym_assert] = ACTIONS(1073),
[anon_sym_do] = ACTIONS(1073),
[anon_sym_while] = ACTIONS(1073),
[anon_sym_break] = ACTIONS(1073),
[anon_sym_continue] = ACTIONS(1073),
[anon_sym_return] = ACTIONS(1073),
[anon_sym_yield] = ACTIONS(1073),
[anon_sym_synchronized] = ACTIONS(1073),
[anon_sym_throw] = ACTIONS(1073),
[anon_sym_try] = ACTIONS(1073),
[anon_sym_if] = ACTIONS(1073),
[anon_sym_else] = ACTIONS(1073),
[anon_sym_for] = ACTIONS(1073),
[anon_sym_AT] = ACTIONS(1071),
[anon_sym_open] = ACTIONS(1073),
[anon_sym_module] = ACTIONS(1073),
[anon_sym_static] = ACTIONS(1073),
[anon_sym_with] = ACTIONS(1073),
[anon_sym_package] = ACTIONS(1073),
[anon_sym_import] = ACTIONS(1073),
[anon_sym_enum] = ACTIONS(1073),
[anon_sym_public] = ACTIONS(1073),
[anon_sym_protected] = ACTIONS(1073),
[anon_sym_private] = ACTIONS(1073),
[anon_sym_abstract] = ACTIONS(1073),
[anon_sym_final] = ACTIONS(1073),
[anon_sym_strictfp] = ACTIONS(1073),
[anon_sym_native] = ACTIONS(1073),
[anon_sym_transient] = ACTIONS(1073),
[anon_sym_volatile] = ACTIONS(1073),
[anon_sym_sealed] = ACTIONS(1073),
[anon_sym_non_DASHsealed] = ACTIONS(1071),
[anon_sym_record] = ACTIONS(1073),
[anon_sym_interface] = ACTIONS(1073),
[anon_sym_byte] = ACTIONS(1073),
[anon_sym_short] = ACTIONS(1073),
[anon_sym_int] = ACTIONS(1073),
[anon_sym_long] = ACTIONS(1073),
[anon_sym_char] = ACTIONS(1073),
[anon_sym_float] = ACTIONS(1073),
[anon_sym_double] = ACTIONS(1073),
[sym_boolean_type] = ACTIONS(1073),
[sym_void_type] = ACTIONS(1073),
[sym_this] = ACTIONS(1073),
[sym_super] = ACTIONS(1073),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(328)] = {
[ts_builtin_sym_end] = ACTIONS(819),
[sym_identifier] = ACTIONS(821),
[sym_decimal_integer_literal] = ACTIONS(821),
[sym_hex_integer_literal] = ACTIONS(821),
[sym_octal_integer_literal] = ACTIONS(821),
[sym_binary_integer_literal] = ACTIONS(819),
[sym_decimal_floating_point_literal] = ACTIONS(819),
[sym_hex_floating_point_literal] = ACTIONS(821),
[sym_true] = ACTIONS(821),
[sym_false] = ACTIONS(821),
[sym_character_literal] = ACTIONS(819),
[anon_sym_DQUOTE] = ACTIONS(821),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(819),
[anon_sym_RBRACE] = ACTIONS(819),
[sym_null_literal] = ACTIONS(821),
[anon_sym_LPAREN] = ACTIONS(819),
[anon_sym_LT] = ACTIONS(819),
[anon_sym_PLUS] = ACTIONS(821),
[anon_sym_DASH] = ACTIONS(821),
[anon_sym_TILDE] = ACTIONS(819),
[anon_sym_BANG] = ACTIONS(819),
[anon_sym_PLUS_PLUS] = ACTIONS(819),
[anon_sym_DASH_DASH] = ACTIONS(819),
[anon_sym_new] = ACTIONS(821),
[anon_sym_class] = ACTIONS(821),
[anon_sym_switch] = ACTIONS(821),
[anon_sym_LBRACE] = ACTIONS(819),
[anon_sym_case] = ACTIONS(821),
[anon_sym_default] = ACTIONS(821),
[anon_sym_SEMI] = ACTIONS(819),
[anon_sym_assert] = ACTIONS(821),
[anon_sym_do] = ACTIONS(821),
[anon_sym_while] = ACTIONS(821),
[anon_sym_break] = ACTIONS(821),
[anon_sym_continue] = ACTIONS(821),
[anon_sym_return] = ACTIONS(821),
[anon_sym_yield] = ACTIONS(821),
[anon_sym_synchronized] = ACTIONS(821),
[anon_sym_throw] = ACTIONS(821),
[anon_sym_try] = ACTIONS(821),
[anon_sym_if] = ACTIONS(821),
[anon_sym_else] = ACTIONS(821),
[anon_sym_for] = ACTIONS(821),
[anon_sym_AT] = ACTIONS(819),
[anon_sym_open] = ACTIONS(821),
[anon_sym_module] = ACTIONS(821),
[anon_sym_static] = ACTIONS(821),
[anon_sym_with] = ACTIONS(821),
[anon_sym_package] = ACTIONS(821),
[anon_sym_import] = ACTIONS(821),
[anon_sym_enum] = ACTIONS(821),
[anon_sym_public] = ACTIONS(821),
[anon_sym_protected] = ACTIONS(821),
[anon_sym_private] = ACTIONS(821),
[anon_sym_abstract] = ACTIONS(821),
[anon_sym_final] = ACTIONS(821),
[anon_sym_strictfp] = ACTIONS(821),
[anon_sym_native] = ACTIONS(821),
[anon_sym_transient] = ACTIONS(821),
[anon_sym_volatile] = ACTIONS(821),
[anon_sym_sealed] = ACTIONS(821),
[anon_sym_non_DASHsealed] = ACTIONS(819),
[anon_sym_record] = ACTIONS(821),
[anon_sym_interface] = ACTIONS(821),
[anon_sym_byte] = ACTIONS(821),
[anon_sym_short] = ACTIONS(821),
[anon_sym_int] = ACTIONS(821),
[anon_sym_long] = ACTIONS(821),
[anon_sym_char] = ACTIONS(821),
[anon_sym_float] = ACTIONS(821),
[anon_sym_double] = ACTIONS(821),
[sym_boolean_type] = ACTIONS(821),
[sym_void_type] = ACTIONS(821),
[sym_this] = ACTIONS(821),
[sym_super] = ACTIONS(821),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(329)] = {
[ts_builtin_sym_end] = ACTIONS(1075),
[sym_identifier] = ACTIONS(1077),
[sym_decimal_integer_literal] = ACTIONS(1077),
[sym_hex_integer_literal] = ACTIONS(1077),
[sym_octal_integer_literal] = ACTIONS(1077),
[sym_binary_integer_literal] = ACTIONS(1075),
[sym_decimal_floating_point_literal] = ACTIONS(1075),
[sym_hex_floating_point_literal] = ACTIONS(1077),
[sym_true] = ACTIONS(1077),
[sym_false] = ACTIONS(1077),
[sym_character_literal] = ACTIONS(1075),
[anon_sym_DQUOTE] = ACTIONS(1077),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1075),
[anon_sym_RBRACE] = ACTIONS(1075),
[sym_null_literal] = ACTIONS(1077),
[anon_sym_LPAREN] = ACTIONS(1075),
[anon_sym_LT] = ACTIONS(1075),
[anon_sym_PLUS] = ACTIONS(1077),
[anon_sym_DASH] = ACTIONS(1077),
[anon_sym_TILDE] = ACTIONS(1075),
[anon_sym_BANG] = ACTIONS(1075),
[anon_sym_PLUS_PLUS] = ACTIONS(1075),
[anon_sym_DASH_DASH] = ACTIONS(1075),
[anon_sym_new] = ACTIONS(1077),
[anon_sym_class] = ACTIONS(1077),
[anon_sym_switch] = ACTIONS(1077),
[anon_sym_LBRACE] = ACTIONS(1075),
[anon_sym_case] = ACTIONS(1077),
[anon_sym_default] = ACTIONS(1077),
[anon_sym_SEMI] = ACTIONS(1075),
[anon_sym_assert] = ACTIONS(1077),
[anon_sym_do] = ACTIONS(1077),
[anon_sym_while] = ACTIONS(1077),
[anon_sym_break] = ACTIONS(1077),
[anon_sym_continue] = ACTIONS(1077),
[anon_sym_return] = ACTIONS(1077),
[anon_sym_yield] = ACTIONS(1077),
[anon_sym_synchronized] = ACTIONS(1077),
[anon_sym_throw] = ACTIONS(1077),
[anon_sym_try] = ACTIONS(1077),
[anon_sym_if] = ACTIONS(1077),
[anon_sym_else] = ACTIONS(1077),
[anon_sym_for] = ACTIONS(1077),
[anon_sym_AT] = ACTIONS(1075),
[anon_sym_open] = ACTIONS(1077),
[anon_sym_module] = ACTIONS(1077),
[anon_sym_static] = ACTIONS(1077),
[anon_sym_with] = ACTIONS(1077),
[anon_sym_package] = ACTIONS(1077),
[anon_sym_import] = ACTIONS(1077),
[anon_sym_enum] = ACTIONS(1077),
[anon_sym_public] = ACTIONS(1077),
[anon_sym_protected] = ACTIONS(1077),
[anon_sym_private] = ACTIONS(1077),
[anon_sym_abstract] = ACTIONS(1077),
[anon_sym_final] = ACTIONS(1077),
[anon_sym_strictfp] = ACTIONS(1077),
[anon_sym_native] = ACTIONS(1077),
[anon_sym_transient] = ACTIONS(1077),
[anon_sym_volatile] = ACTIONS(1077),
[anon_sym_sealed] = ACTIONS(1077),
[anon_sym_non_DASHsealed] = ACTIONS(1075),
[anon_sym_record] = ACTIONS(1077),
[anon_sym_interface] = ACTIONS(1077),
[anon_sym_byte] = ACTIONS(1077),
[anon_sym_short] = ACTIONS(1077),
[anon_sym_int] = ACTIONS(1077),
[anon_sym_long] = ACTIONS(1077),
[anon_sym_char] = ACTIONS(1077),
[anon_sym_float] = ACTIONS(1077),
[anon_sym_double] = ACTIONS(1077),
[sym_boolean_type] = ACTIONS(1077),
[sym_void_type] = ACTIONS(1077),
[sym_this] = ACTIONS(1077),
[sym_super] = ACTIONS(1077),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(330)] = {
[ts_builtin_sym_end] = ACTIONS(1079),
[sym_identifier] = ACTIONS(1081),
[sym_decimal_integer_literal] = ACTIONS(1081),
[sym_hex_integer_literal] = ACTIONS(1081),
[sym_octal_integer_literal] = ACTIONS(1081),
[sym_binary_integer_literal] = ACTIONS(1079),
[sym_decimal_floating_point_literal] = ACTIONS(1079),
[sym_hex_floating_point_literal] = ACTIONS(1081),
[sym_true] = ACTIONS(1081),
[sym_false] = ACTIONS(1081),
[sym_character_literal] = ACTIONS(1079),
[anon_sym_DQUOTE] = ACTIONS(1081),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1079),
[anon_sym_RBRACE] = ACTIONS(1079),
[sym_null_literal] = ACTIONS(1081),
[anon_sym_LPAREN] = ACTIONS(1079),
[anon_sym_LT] = ACTIONS(1079),
[anon_sym_PLUS] = ACTIONS(1081),
[anon_sym_DASH] = ACTIONS(1081),
[anon_sym_TILDE] = ACTIONS(1079),
[anon_sym_BANG] = ACTIONS(1079),
[anon_sym_PLUS_PLUS] = ACTIONS(1079),
[anon_sym_DASH_DASH] = ACTIONS(1079),
[anon_sym_new] = ACTIONS(1081),
[anon_sym_class] = ACTIONS(1081),
[anon_sym_switch] = ACTIONS(1081),
[anon_sym_LBRACE] = ACTIONS(1079),
[anon_sym_case] = ACTIONS(1081),
[anon_sym_default] = ACTIONS(1081),
[anon_sym_SEMI] = ACTIONS(1079),
[anon_sym_assert] = ACTIONS(1081),
[anon_sym_do] = ACTIONS(1081),
[anon_sym_while] = ACTIONS(1081),
[anon_sym_break] = ACTIONS(1081),
[anon_sym_continue] = ACTIONS(1081),
[anon_sym_return] = ACTIONS(1081),
[anon_sym_yield] = ACTIONS(1081),
[anon_sym_synchronized] = ACTIONS(1081),
[anon_sym_throw] = ACTIONS(1081),
[anon_sym_try] = ACTIONS(1081),
[anon_sym_if] = ACTIONS(1081),
[anon_sym_else] = ACTIONS(1081),
[anon_sym_for] = ACTIONS(1081),
[anon_sym_AT] = ACTIONS(1079),
[anon_sym_open] = ACTIONS(1081),
[anon_sym_module] = ACTIONS(1081),
[anon_sym_static] = ACTIONS(1081),
[anon_sym_with] = ACTIONS(1081),
[anon_sym_package] = ACTIONS(1081),
[anon_sym_import] = ACTIONS(1081),
[anon_sym_enum] = ACTIONS(1081),
[anon_sym_public] = ACTIONS(1081),
[anon_sym_protected] = ACTIONS(1081),
[anon_sym_private] = ACTIONS(1081),
[anon_sym_abstract] = ACTIONS(1081),
[anon_sym_final] = ACTIONS(1081),
[anon_sym_strictfp] = ACTIONS(1081),
[anon_sym_native] = ACTIONS(1081),
[anon_sym_transient] = ACTIONS(1081),
[anon_sym_volatile] = ACTIONS(1081),
[anon_sym_sealed] = ACTIONS(1081),
[anon_sym_non_DASHsealed] = ACTIONS(1079),
[anon_sym_record] = ACTIONS(1081),
[anon_sym_interface] = ACTIONS(1081),
[anon_sym_byte] = ACTIONS(1081),
[anon_sym_short] = ACTIONS(1081),
[anon_sym_int] = ACTIONS(1081),
[anon_sym_long] = ACTIONS(1081),
[anon_sym_char] = ACTIONS(1081),
[anon_sym_float] = ACTIONS(1081),
[anon_sym_double] = ACTIONS(1081),
[sym_boolean_type] = ACTIONS(1081),
[sym_void_type] = ACTIONS(1081),
[sym_this] = ACTIONS(1081),
[sym_super] = ACTIONS(1081),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(331)] = {
[ts_builtin_sym_end] = ACTIONS(1083),
[sym_identifier] = ACTIONS(1085),
[sym_decimal_integer_literal] = ACTIONS(1085),
[sym_hex_integer_literal] = ACTIONS(1085),
[sym_octal_integer_literal] = ACTIONS(1085),
[sym_binary_integer_literal] = ACTIONS(1083),
[sym_decimal_floating_point_literal] = ACTIONS(1083),
[sym_hex_floating_point_literal] = ACTIONS(1085),
[sym_true] = ACTIONS(1085),
[sym_false] = ACTIONS(1085),
[sym_character_literal] = ACTIONS(1083),
[anon_sym_DQUOTE] = ACTIONS(1085),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1083),
[anon_sym_RBRACE] = ACTIONS(1083),
[sym_null_literal] = ACTIONS(1085),
[anon_sym_LPAREN] = ACTIONS(1083),
[anon_sym_LT] = ACTIONS(1083),
[anon_sym_PLUS] = ACTIONS(1085),
[anon_sym_DASH] = ACTIONS(1085),
[anon_sym_TILDE] = ACTIONS(1083),
[anon_sym_BANG] = ACTIONS(1083),
[anon_sym_PLUS_PLUS] = ACTIONS(1083),
[anon_sym_DASH_DASH] = ACTIONS(1083),
[anon_sym_new] = ACTIONS(1085),
[anon_sym_class] = ACTIONS(1085),
[anon_sym_switch] = ACTIONS(1085),
[anon_sym_LBRACE] = ACTIONS(1083),
[anon_sym_case] = ACTIONS(1085),
[anon_sym_default] = ACTIONS(1085),
[anon_sym_SEMI] = ACTIONS(1083),
[anon_sym_assert] = ACTIONS(1085),
[anon_sym_do] = ACTIONS(1085),
[anon_sym_while] = ACTIONS(1085),
[anon_sym_break] = ACTIONS(1085),
[anon_sym_continue] = ACTIONS(1085),
[anon_sym_return] = ACTIONS(1085),
[anon_sym_yield] = ACTIONS(1085),
[anon_sym_synchronized] = ACTIONS(1085),
[anon_sym_throw] = ACTIONS(1085),
[anon_sym_try] = ACTIONS(1085),
[anon_sym_if] = ACTIONS(1085),
[anon_sym_else] = ACTIONS(1085),
[anon_sym_for] = ACTIONS(1085),
[anon_sym_AT] = ACTIONS(1083),
[anon_sym_open] = ACTIONS(1085),
[anon_sym_module] = ACTIONS(1085),
[anon_sym_static] = ACTIONS(1085),
[anon_sym_with] = ACTIONS(1085),
[anon_sym_package] = ACTIONS(1085),
[anon_sym_import] = ACTIONS(1085),
[anon_sym_enum] = ACTIONS(1085),
[anon_sym_public] = ACTIONS(1085),
[anon_sym_protected] = ACTIONS(1085),
[anon_sym_private] = ACTIONS(1085),
[anon_sym_abstract] = ACTIONS(1085),
[anon_sym_final] = ACTIONS(1085),
[anon_sym_strictfp] = ACTIONS(1085),
[anon_sym_native] = ACTIONS(1085),
[anon_sym_transient] = ACTIONS(1085),
[anon_sym_volatile] = ACTIONS(1085),
[anon_sym_sealed] = ACTIONS(1085),
[anon_sym_non_DASHsealed] = ACTIONS(1083),
[anon_sym_record] = ACTIONS(1085),
[anon_sym_interface] = ACTIONS(1085),
[anon_sym_byte] = ACTIONS(1085),
[anon_sym_short] = ACTIONS(1085),
[anon_sym_int] = ACTIONS(1085),
[anon_sym_long] = ACTIONS(1085),
[anon_sym_char] = ACTIONS(1085),
[anon_sym_float] = ACTIONS(1085),
[anon_sym_double] = ACTIONS(1085),
[sym_boolean_type] = ACTIONS(1085),
[sym_void_type] = ACTIONS(1085),
[sym_this] = ACTIONS(1085),
[sym_super] = ACTIONS(1085),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(332)] = {
[ts_builtin_sym_end] = ACTIONS(1087),
[sym_identifier] = ACTIONS(1089),
[sym_decimal_integer_literal] = ACTIONS(1089),
[sym_hex_integer_literal] = ACTIONS(1089),
[sym_octal_integer_literal] = ACTIONS(1089),
[sym_binary_integer_literal] = ACTIONS(1087),
[sym_decimal_floating_point_literal] = ACTIONS(1087),
[sym_hex_floating_point_literal] = ACTIONS(1089),
[sym_true] = ACTIONS(1089),
[sym_false] = ACTIONS(1089),
[sym_character_literal] = ACTIONS(1087),
[anon_sym_DQUOTE] = ACTIONS(1089),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1087),
[anon_sym_RBRACE] = ACTIONS(1087),
[sym_null_literal] = ACTIONS(1089),
[anon_sym_LPAREN] = ACTIONS(1087),
[anon_sym_LT] = ACTIONS(1087),
[anon_sym_PLUS] = ACTIONS(1089),
[anon_sym_DASH] = ACTIONS(1089),
[anon_sym_TILDE] = ACTIONS(1087),
[anon_sym_BANG] = ACTIONS(1087),
[anon_sym_PLUS_PLUS] = ACTIONS(1087),
[anon_sym_DASH_DASH] = ACTIONS(1087),
[anon_sym_new] = ACTIONS(1089),
[anon_sym_class] = ACTIONS(1089),
[anon_sym_switch] = ACTIONS(1089),
[anon_sym_LBRACE] = ACTIONS(1087),
[anon_sym_case] = ACTIONS(1089),
[anon_sym_default] = ACTIONS(1089),
[anon_sym_SEMI] = ACTIONS(1087),
[anon_sym_assert] = ACTIONS(1089),
[anon_sym_do] = ACTIONS(1089),
[anon_sym_while] = ACTIONS(1089),
[anon_sym_break] = ACTIONS(1089),
[anon_sym_continue] = ACTIONS(1089),
[anon_sym_return] = ACTIONS(1089),
[anon_sym_yield] = ACTIONS(1089),
[anon_sym_synchronized] = ACTIONS(1089),
[anon_sym_throw] = ACTIONS(1089),
[anon_sym_try] = ACTIONS(1089),
[anon_sym_if] = ACTIONS(1089),
[anon_sym_else] = ACTIONS(1089),
[anon_sym_for] = ACTIONS(1089),
[anon_sym_AT] = ACTIONS(1087),
[anon_sym_open] = ACTIONS(1089),
[anon_sym_module] = ACTIONS(1089),
[anon_sym_static] = ACTIONS(1089),
[anon_sym_with] = ACTIONS(1089),
[anon_sym_package] = ACTIONS(1089),
[anon_sym_import] = ACTIONS(1089),
[anon_sym_enum] = ACTIONS(1089),
[anon_sym_public] = ACTIONS(1089),
[anon_sym_protected] = ACTIONS(1089),
[anon_sym_private] = ACTIONS(1089),
[anon_sym_abstract] = ACTIONS(1089),
[anon_sym_final] = ACTIONS(1089),
[anon_sym_strictfp] = ACTIONS(1089),
[anon_sym_native] = ACTIONS(1089),
[anon_sym_transient] = ACTIONS(1089),
[anon_sym_volatile] = ACTIONS(1089),
[anon_sym_sealed] = ACTIONS(1089),
[anon_sym_non_DASHsealed] = ACTIONS(1087),
[anon_sym_record] = ACTIONS(1089),
[anon_sym_interface] = ACTIONS(1089),
[anon_sym_byte] = ACTIONS(1089),
[anon_sym_short] = ACTIONS(1089),
[anon_sym_int] = ACTIONS(1089),
[anon_sym_long] = ACTIONS(1089),
[anon_sym_char] = ACTIONS(1089),
[anon_sym_float] = ACTIONS(1089),
[anon_sym_double] = ACTIONS(1089),
[sym_boolean_type] = ACTIONS(1089),
[sym_void_type] = ACTIONS(1089),
[sym_this] = ACTIONS(1089),
[sym_super] = ACTIONS(1089),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(333)] = {
[ts_builtin_sym_end] = ACTIONS(1091),
[sym_identifier] = ACTIONS(1093),
[sym_decimal_integer_literal] = ACTIONS(1093),
[sym_hex_integer_literal] = ACTIONS(1093),
[sym_octal_integer_literal] = ACTIONS(1093),
[sym_binary_integer_literal] = ACTIONS(1091),
[sym_decimal_floating_point_literal] = ACTIONS(1091),
[sym_hex_floating_point_literal] = ACTIONS(1093),
[sym_true] = ACTIONS(1093),
[sym_false] = ACTIONS(1093),
[sym_character_literal] = ACTIONS(1091),
[anon_sym_DQUOTE] = ACTIONS(1093),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1091),
[anon_sym_RBRACE] = ACTIONS(1091),
[sym_null_literal] = ACTIONS(1093),
[anon_sym_LPAREN] = ACTIONS(1091),
[anon_sym_LT] = ACTIONS(1091),
[anon_sym_PLUS] = ACTIONS(1093),
[anon_sym_DASH] = ACTIONS(1093),
[anon_sym_TILDE] = ACTIONS(1091),
[anon_sym_BANG] = ACTIONS(1091),
[anon_sym_PLUS_PLUS] = ACTIONS(1091),
[anon_sym_DASH_DASH] = ACTIONS(1091),
[anon_sym_new] = ACTIONS(1093),
[anon_sym_class] = ACTIONS(1093),
[anon_sym_switch] = ACTIONS(1093),
[anon_sym_LBRACE] = ACTIONS(1091),
[anon_sym_case] = ACTIONS(1093),
[anon_sym_default] = ACTIONS(1093),
[anon_sym_SEMI] = ACTIONS(1091),
[anon_sym_assert] = ACTIONS(1093),
[anon_sym_do] = ACTIONS(1093),
[anon_sym_while] = ACTIONS(1093),
[anon_sym_break] = ACTIONS(1093),
[anon_sym_continue] = ACTIONS(1093),
[anon_sym_return] = ACTIONS(1093),
[anon_sym_yield] = ACTIONS(1093),
[anon_sym_synchronized] = ACTIONS(1093),
[anon_sym_throw] = ACTIONS(1093),
[anon_sym_try] = ACTIONS(1093),
[anon_sym_if] = ACTIONS(1093),
[anon_sym_else] = ACTIONS(1093),
[anon_sym_for] = ACTIONS(1093),
[anon_sym_AT] = ACTIONS(1091),
[anon_sym_open] = ACTIONS(1093),
[anon_sym_module] = ACTIONS(1093),
[anon_sym_static] = ACTIONS(1093),
[anon_sym_with] = ACTIONS(1093),
[anon_sym_package] = ACTIONS(1093),
[anon_sym_import] = ACTIONS(1093),
[anon_sym_enum] = ACTIONS(1093),
[anon_sym_public] = ACTIONS(1093),
[anon_sym_protected] = ACTIONS(1093),
[anon_sym_private] = ACTIONS(1093),
[anon_sym_abstract] = ACTIONS(1093),
[anon_sym_final] = ACTIONS(1093),
[anon_sym_strictfp] = ACTIONS(1093),
[anon_sym_native] = ACTIONS(1093),
[anon_sym_transient] = ACTIONS(1093),
[anon_sym_volatile] = ACTIONS(1093),
[anon_sym_sealed] = ACTIONS(1093),
[anon_sym_non_DASHsealed] = ACTIONS(1091),
[anon_sym_record] = ACTIONS(1093),
[anon_sym_interface] = ACTIONS(1093),
[anon_sym_byte] = ACTIONS(1093),
[anon_sym_short] = ACTIONS(1093),
[anon_sym_int] = ACTIONS(1093),
[anon_sym_long] = ACTIONS(1093),
[anon_sym_char] = ACTIONS(1093),
[anon_sym_float] = ACTIONS(1093),
[anon_sym_double] = ACTIONS(1093),
[sym_boolean_type] = ACTIONS(1093),
[sym_void_type] = ACTIONS(1093),
[sym_this] = ACTIONS(1093),
[sym_super] = ACTIONS(1093),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(334)] = {
[ts_builtin_sym_end] = ACTIONS(1095),
[sym_identifier] = ACTIONS(1097),
[sym_decimal_integer_literal] = ACTIONS(1097),
[sym_hex_integer_literal] = ACTIONS(1097),
[sym_octal_integer_literal] = ACTIONS(1097),
[sym_binary_integer_literal] = ACTIONS(1095),
[sym_decimal_floating_point_literal] = ACTIONS(1095),
[sym_hex_floating_point_literal] = ACTIONS(1097),
[sym_true] = ACTIONS(1097),
[sym_false] = ACTIONS(1097),
[sym_character_literal] = ACTIONS(1095),
[anon_sym_DQUOTE] = ACTIONS(1097),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1095),
[anon_sym_RBRACE] = ACTIONS(1095),
[sym_null_literal] = ACTIONS(1097),
[anon_sym_LPAREN] = ACTIONS(1095),
[anon_sym_LT] = ACTIONS(1095),
[anon_sym_PLUS] = ACTIONS(1097),
[anon_sym_DASH] = ACTIONS(1097),
[anon_sym_TILDE] = ACTIONS(1095),
[anon_sym_BANG] = ACTIONS(1095),
[anon_sym_PLUS_PLUS] = ACTIONS(1095),
[anon_sym_DASH_DASH] = ACTIONS(1095),
[anon_sym_new] = ACTIONS(1097),
[anon_sym_class] = ACTIONS(1097),
[anon_sym_switch] = ACTIONS(1097),
[anon_sym_LBRACE] = ACTIONS(1095),
[anon_sym_case] = ACTIONS(1097),
[anon_sym_default] = ACTIONS(1097),
[anon_sym_SEMI] = ACTIONS(1095),
[anon_sym_assert] = ACTIONS(1097),
[anon_sym_do] = ACTIONS(1097),
[anon_sym_while] = ACTIONS(1097),
[anon_sym_break] = ACTIONS(1097),
[anon_sym_continue] = ACTIONS(1097),
[anon_sym_return] = ACTIONS(1097),
[anon_sym_yield] = ACTIONS(1097),
[anon_sym_synchronized] = ACTIONS(1097),
[anon_sym_throw] = ACTIONS(1097),
[anon_sym_try] = ACTIONS(1097),
[anon_sym_if] = ACTIONS(1097),
[anon_sym_else] = ACTIONS(1097),
[anon_sym_for] = ACTIONS(1097),
[anon_sym_AT] = ACTIONS(1095),
[anon_sym_open] = ACTIONS(1097),
[anon_sym_module] = ACTIONS(1097),
[anon_sym_static] = ACTIONS(1097),
[anon_sym_with] = ACTIONS(1097),
[anon_sym_package] = ACTIONS(1097),
[anon_sym_import] = ACTIONS(1097),
[anon_sym_enum] = ACTIONS(1097),
[anon_sym_public] = ACTIONS(1097),
[anon_sym_protected] = ACTIONS(1097),
[anon_sym_private] = ACTIONS(1097),
[anon_sym_abstract] = ACTIONS(1097),
[anon_sym_final] = ACTIONS(1097),
[anon_sym_strictfp] = ACTIONS(1097),
[anon_sym_native] = ACTIONS(1097),
[anon_sym_transient] = ACTIONS(1097),
[anon_sym_volatile] = ACTIONS(1097),
[anon_sym_sealed] = ACTIONS(1097),
[anon_sym_non_DASHsealed] = ACTIONS(1095),
[anon_sym_record] = ACTIONS(1097),
[anon_sym_interface] = ACTIONS(1097),
[anon_sym_byte] = ACTIONS(1097),
[anon_sym_short] = ACTIONS(1097),
[anon_sym_int] = ACTIONS(1097),
[anon_sym_long] = ACTIONS(1097),
[anon_sym_char] = ACTIONS(1097),
[anon_sym_float] = ACTIONS(1097),
[anon_sym_double] = ACTIONS(1097),
[sym_boolean_type] = ACTIONS(1097),
[sym_void_type] = ACTIONS(1097),
[sym_this] = ACTIONS(1097),
[sym_super] = ACTIONS(1097),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(335)] = {
[ts_builtin_sym_end] = ACTIONS(1099),
[sym_identifier] = ACTIONS(1101),
[sym_decimal_integer_literal] = ACTIONS(1101),
[sym_hex_integer_literal] = ACTIONS(1101),
[sym_octal_integer_literal] = ACTIONS(1101),
[sym_binary_integer_literal] = ACTIONS(1099),
[sym_decimal_floating_point_literal] = ACTIONS(1099),
[sym_hex_floating_point_literal] = ACTIONS(1101),
[sym_true] = ACTIONS(1101),
[sym_false] = ACTIONS(1101),
[sym_character_literal] = ACTIONS(1099),
[anon_sym_DQUOTE] = ACTIONS(1101),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1099),
[anon_sym_RBRACE] = ACTIONS(1099),
[sym_null_literal] = ACTIONS(1101),
[anon_sym_LPAREN] = ACTIONS(1099),
[anon_sym_LT] = ACTIONS(1099),
[anon_sym_PLUS] = ACTIONS(1101),
[anon_sym_DASH] = ACTIONS(1101),
[anon_sym_TILDE] = ACTIONS(1099),
[anon_sym_BANG] = ACTIONS(1099),
[anon_sym_PLUS_PLUS] = ACTIONS(1099),
[anon_sym_DASH_DASH] = ACTIONS(1099),
[anon_sym_new] = ACTIONS(1101),
[anon_sym_class] = ACTIONS(1101),
[anon_sym_switch] = ACTIONS(1101),
[anon_sym_LBRACE] = ACTIONS(1099),
[anon_sym_case] = ACTIONS(1101),
[anon_sym_default] = ACTIONS(1101),
[anon_sym_SEMI] = ACTIONS(1099),
[anon_sym_assert] = ACTIONS(1101),
[anon_sym_do] = ACTIONS(1101),
[anon_sym_while] = ACTIONS(1101),
[anon_sym_break] = ACTIONS(1101),
[anon_sym_continue] = ACTIONS(1101),
[anon_sym_return] = ACTIONS(1101),
[anon_sym_yield] = ACTIONS(1101),
[anon_sym_synchronized] = ACTIONS(1101),
[anon_sym_throw] = ACTIONS(1101),
[anon_sym_try] = ACTIONS(1101),
[anon_sym_if] = ACTIONS(1101),
[anon_sym_else] = ACTIONS(1101),
[anon_sym_for] = ACTIONS(1101),
[anon_sym_AT] = ACTIONS(1099),
[anon_sym_open] = ACTIONS(1101),
[anon_sym_module] = ACTIONS(1101),
[anon_sym_static] = ACTIONS(1101),
[anon_sym_with] = ACTIONS(1101),
[anon_sym_package] = ACTIONS(1101),
[anon_sym_import] = ACTIONS(1101),
[anon_sym_enum] = ACTIONS(1101),
[anon_sym_public] = ACTIONS(1101),
[anon_sym_protected] = ACTIONS(1101),
[anon_sym_private] = ACTIONS(1101),
[anon_sym_abstract] = ACTIONS(1101),
[anon_sym_final] = ACTIONS(1101),
[anon_sym_strictfp] = ACTIONS(1101),
[anon_sym_native] = ACTIONS(1101),
[anon_sym_transient] = ACTIONS(1101),
[anon_sym_volatile] = ACTIONS(1101),
[anon_sym_sealed] = ACTIONS(1101),
[anon_sym_non_DASHsealed] = ACTIONS(1099),
[anon_sym_record] = ACTIONS(1101),
[anon_sym_interface] = ACTIONS(1101),
[anon_sym_byte] = ACTIONS(1101),
[anon_sym_short] = ACTIONS(1101),
[anon_sym_int] = ACTIONS(1101),
[anon_sym_long] = ACTIONS(1101),
[anon_sym_char] = ACTIONS(1101),
[anon_sym_float] = ACTIONS(1101),
[anon_sym_double] = ACTIONS(1101),
[sym_boolean_type] = ACTIONS(1101),
[sym_void_type] = ACTIONS(1101),
[sym_this] = ACTIONS(1101),
[sym_super] = ACTIONS(1101),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(336)] = {
[ts_builtin_sym_end] = ACTIONS(1103),
[sym_identifier] = ACTIONS(1105),
[sym_decimal_integer_literal] = ACTIONS(1105),
[sym_hex_integer_literal] = ACTIONS(1105),
[sym_octal_integer_literal] = ACTIONS(1105),
[sym_binary_integer_literal] = ACTIONS(1103),
[sym_decimal_floating_point_literal] = ACTIONS(1103),
[sym_hex_floating_point_literal] = ACTIONS(1105),
[sym_true] = ACTIONS(1105),
[sym_false] = ACTIONS(1105),
[sym_character_literal] = ACTIONS(1103),
[anon_sym_DQUOTE] = ACTIONS(1105),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1103),
[anon_sym_RBRACE] = ACTIONS(1103),
[sym_null_literal] = ACTIONS(1105),
[anon_sym_LPAREN] = ACTIONS(1103),
[anon_sym_LT] = ACTIONS(1103),
[anon_sym_PLUS] = ACTIONS(1105),
[anon_sym_DASH] = ACTIONS(1105),
[anon_sym_TILDE] = ACTIONS(1103),
[anon_sym_BANG] = ACTIONS(1103),
[anon_sym_PLUS_PLUS] = ACTIONS(1103),
[anon_sym_DASH_DASH] = ACTIONS(1103),
[anon_sym_new] = ACTIONS(1105),
[anon_sym_class] = ACTIONS(1105),
[anon_sym_switch] = ACTIONS(1105),
[anon_sym_LBRACE] = ACTIONS(1103),
[anon_sym_case] = ACTIONS(1105),
[anon_sym_default] = ACTIONS(1105),
[anon_sym_SEMI] = ACTIONS(1103),
[anon_sym_assert] = ACTIONS(1105),
[anon_sym_do] = ACTIONS(1105),
[anon_sym_while] = ACTIONS(1105),
[anon_sym_break] = ACTIONS(1105),
[anon_sym_continue] = ACTIONS(1105),
[anon_sym_return] = ACTIONS(1105),
[anon_sym_yield] = ACTIONS(1105),
[anon_sym_synchronized] = ACTIONS(1105),
[anon_sym_throw] = ACTIONS(1105),
[anon_sym_try] = ACTIONS(1105),
[anon_sym_if] = ACTIONS(1105),
[anon_sym_else] = ACTIONS(1105),
[anon_sym_for] = ACTIONS(1105),
[anon_sym_AT] = ACTIONS(1103),
[anon_sym_open] = ACTIONS(1105),
[anon_sym_module] = ACTIONS(1105),
[anon_sym_static] = ACTIONS(1105),
[anon_sym_with] = ACTIONS(1105),
[anon_sym_package] = ACTIONS(1105),
[anon_sym_import] = ACTIONS(1105),
[anon_sym_enum] = ACTIONS(1105),
[anon_sym_public] = ACTIONS(1105),
[anon_sym_protected] = ACTIONS(1105),
[anon_sym_private] = ACTIONS(1105),
[anon_sym_abstract] = ACTIONS(1105),
[anon_sym_final] = ACTIONS(1105),
[anon_sym_strictfp] = ACTIONS(1105),
[anon_sym_native] = ACTIONS(1105),
[anon_sym_transient] = ACTIONS(1105),
[anon_sym_volatile] = ACTIONS(1105),
[anon_sym_sealed] = ACTIONS(1105),
[anon_sym_non_DASHsealed] = ACTIONS(1103),
[anon_sym_record] = ACTIONS(1105),
[anon_sym_interface] = ACTIONS(1105),
[anon_sym_byte] = ACTIONS(1105),
[anon_sym_short] = ACTIONS(1105),
[anon_sym_int] = ACTIONS(1105),
[anon_sym_long] = ACTIONS(1105),
[anon_sym_char] = ACTIONS(1105),
[anon_sym_float] = ACTIONS(1105),
[anon_sym_double] = ACTIONS(1105),
[sym_boolean_type] = ACTIONS(1105),
[sym_void_type] = ACTIONS(1105),
[sym_this] = ACTIONS(1105),
[sym_super] = ACTIONS(1105),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(337)] = {
[ts_builtin_sym_end] = ACTIONS(1107),
[sym_identifier] = ACTIONS(1109),
[sym_decimal_integer_literal] = ACTIONS(1109),
[sym_hex_integer_literal] = ACTIONS(1109),
[sym_octal_integer_literal] = ACTIONS(1109),
[sym_binary_integer_literal] = ACTIONS(1107),
[sym_decimal_floating_point_literal] = ACTIONS(1107),
[sym_hex_floating_point_literal] = ACTIONS(1109),
[sym_true] = ACTIONS(1109),
[sym_false] = ACTIONS(1109),
[sym_character_literal] = ACTIONS(1107),
[anon_sym_DQUOTE] = ACTIONS(1109),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1107),
[anon_sym_RBRACE] = ACTIONS(1107),
[sym_null_literal] = ACTIONS(1109),
[anon_sym_LPAREN] = ACTIONS(1107),
[anon_sym_LT] = ACTIONS(1107),
[anon_sym_PLUS] = ACTIONS(1109),
[anon_sym_DASH] = ACTIONS(1109),
[anon_sym_TILDE] = ACTIONS(1107),
[anon_sym_BANG] = ACTIONS(1107),
[anon_sym_PLUS_PLUS] = ACTIONS(1107),
[anon_sym_DASH_DASH] = ACTIONS(1107),
[anon_sym_new] = ACTIONS(1109),
[anon_sym_class] = ACTIONS(1109),
[anon_sym_switch] = ACTIONS(1109),
[anon_sym_LBRACE] = ACTIONS(1107),
[anon_sym_case] = ACTIONS(1109),
[anon_sym_default] = ACTIONS(1109),
[anon_sym_SEMI] = ACTIONS(1107),
[anon_sym_assert] = ACTIONS(1109),
[anon_sym_do] = ACTIONS(1109),
[anon_sym_while] = ACTIONS(1109),
[anon_sym_break] = ACTIONS(1109),
[anon_sym_continue] = ACTIONS(1109),
[anon_sym_return] = ACTIONS(1109),
[anon_sym_yield] = ACTIONS(1109),
[anon_sym_synchronized] = ACTIONS(1109),
[anon_sym_throw] = ACTIONS(1109),
[anon_sym_try] = ACTIONS(1109),
[anon_sym_if] = ACTIONS(1109),
[anon_sym_else] = ACTIONS(1109),
[anon_sym_for] = ACTIONS(1109),
[anon_sym_AT] = ACTIONS(1107),
[anon_sym_open] = ACTIONS(1109),
[anon_sym_module] = ACTIONS(1109),
[anon_sym_static] = ACTIONS(1109),
[anon_sym_with] = ACTIONS(1109),
[anon_sym_package] = ACTIONS(1109),
[anon_sym_import] = ACTIONS(1109),
[anon_sym_enum] = ACTIONS(1109),
[anon_sym_public] = ACTIONS(1109),
[anon_sym_protected] = ACTIONS(1109),
[anon_sym_private] = ACTIONS(1109),
[anon_sym_abstract] = ACTIONS(1109),
[anon_sym_final] = ACTIONS(1109),
[anon_sym_strictfp] = ACTIONS(1109),
[anon_sym_native] = ACTIONS(1109),
[anon_sym_transient] = ACTIONS(1109),
[anon_sym_volatile] = ACTIONS(1109),
[anon_sym_sealed] = ACTIONS(1109),
[anon_sym_non_DASHsealed] = ACTIONS(1107),
[anon_sym_record] = ACTIONS(1109),
[anon_sym_interface] = ACTIONS(1109),
[anon_sym_byte] = ACTIONS(1109),
[anon_sym_short] = ACTIONS(1109),
[anon_sym_int] = ACTIONS(1109),
[anon_sym_long] = ACTIONS(1109),
[anon_sym_char] = ACTIONS(1109),
[anon_sym_float] = ACTIONS(1109),
[anon_sym_double] = ACTIONS(1109),
[sym_boolean_type] = ACTIONS(1109),
[sym_void_type] = ACTIONS(1109),
[sym_this] = ACTIONS(1109),
[sym_super] = ACTIONS(1109),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(338)] = {
[ts_builtin_sym_end] = ACTIONS(1111),
[sym_identifier] = ACTIONS(1113),
[sym_decimal_integer_literal] = ACTIONS(1113),
[sym_hex_integer_literal] = ACTIONS(1113),
[sym_octal_integer_literal] = ACTIONS(1113),
[sym_binary_integer_literal] = ACTIONS(1111),
[sym_decimal_floating_point_literal] = ACTIONS(1111),
[sym_hex_floating_point_literal] = ACTIONS(1113),
[sym_true] = ACTIONS(1113),
[sym_false] = ACTIONS(1113),
[sym_character_literal] = ACTIONS(1111),
[anon_sym_DQUOTE] = ACTIONS(1113),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1111),
[anon_sym_RBRACE] = ACTIONS(1111),
[sym_null_literal] = ACTIONS(1113),
[anon_sym_LPAREN] = ACTIONS(1111),
[anon_sym_LT] = ACTIONS(1111),
[anon_sym_PLUS] = ACTIONS(1113),
[anon_sym_DASH] = ACTIONS(1113),
[anon_sym_TILDE] = ACTIONS(1111),
[anon_sym_BANG] = ACTIONS(1111),
[anon_sym_PLUS_PLUS] = ACTIONS(1111),
[anon_sym_DASH_DASH] = ACTIONS(1111),
[anon_sym_new] = ACTIONS(1113),
[anon_sym_class] = ACTIONS(1113),
[anon_sym_switch] = ACTIONS(1113),
[anon_sym_LBRACE] = ACTIONS(1111),
[anon_sym_case] = ACTIONS(1113),
[anon_sym_default] = ACTIONS(1113),
[anon_sym_SEMI] = ACTIONS(1111),
[anon_sym_assert] = ACTIONS(1113),
[anon_sym_do] = ACTIONS(1113),
[anon_sym_while] = ACTIONS(1113),
[anon_sym_break] = ACTIONS(1113),
[anon_sym_continue] = ACTIONS(1113),
[anon_sym_return] = ACTIONS(1113),
[anon_sym_yield] = ACTIONS(1113),
[anon_sym_synchronized] = ACTIONS(1113),
[anon_sym_throw] = ACTIONS(1113),
[anon_sym_try] = ACTIONS(1113),
[anon_sym_if] = ACTIONS(1113),
[anon_sym_else] = ACTIONS(1113),
[anon_sym_for] = ACTIONS(1113),
[anon_sym_AT] = ACTIONS(1111),
[anon_sym_open] = ACTIONS(1113),
[anon_sym_module] = ACTIONS(1113),
[anon_sym_static] = ACTIONS(1113),
[anon_sym_with] = ACTIONS(1113),
[anon_sym_package] = ACTIONS(1113),
[anon_sym_import] = ACTIONS(1113),
[anon_sym_enum] = ACTIONS(1113),
[anon_sym_public] = ACTIONS(1113),
[anon_sym_protected] = ACTIONS(1113),
[anon_sym_private] = ACTIONS(1113),
[anon_sym_abstract] = ACTIONS(1113),
[anon_sym_final] = ACTIONS(1113),
[anon_sym_strictfp] = ACTIONS(1113),
[anon_sym_native] = ACTIONS(1113),
[anon_sym_transient] = ACTIONS(1113),
[anon_sym_volatile] = ACTIONS(1113),
[anon_sym_sealed] = ACTIONS(1113),
[anon_sym_non_DASHsealed] = ACTIONS(1111),
[anon_sym_record] = ACTIONS(1113),
[anon_sym_interface] = ACTIONS(1113),
[anon_sym_byte] = ACTIONS(1113),
[anon_sym_short] = ACTIONS(1113),
[anon_sym_int] = ACTIONS(1113),
[anon_sym_long] = ACTIONS(1113),
[anon_sym_char] = ACTIONS(1113),
[anon_sym_float] = ACTIONS(1113),
[anon_sym_double] = ACTIONS(1113),
[sym_boolean_type] = ACTIONS(1113),
[sym_void_type] = ACTIONS(1113),
[sym_this] = ACTIONS(1113),
[sym_super] = ACTIONS(1113),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(339)] = {
[ts_builtin_sym_end] = ACTIONS(1115),
[sym_identifier] = ACTIONS(1117),
[sym_decimal_integer_literal] = ACTIONS(1117),
[sym_hex_integer_literal] = ACTIONS(1117),
[sym_octal_integer_literal] = ACTIONS(1117),
[sym_binary_integer_literal] = ACTIONS(1115),
[sym_decimal_floating_point_literal] = ACTIONS(1115),
[sym_hex_floating_point_literal] = ACTIONS(1117),
[sym_true] = ACTIONS(1117),
[sym_false] = ACTIONS(1117),
[sym_character_literal] = ACTIONS(1115),
[anon_sym_DQUOTE] = ACTIONS(1117),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1115),
[anon_sym_RBRACE] = ACTIONS(1115),
[sym_null_literal] = ACTIONS(1117),
[anon_sym_LPAREN] = ACTIONS(1115),
[anon_sym_LT] = ACTIONS(1115),
[anon_sym_PLUS] = ACTIONS(1117),
[anon_sym_DASH] = ACTIONS(1117),
[anon_sym_TILDE] = ACTIONS(1115),
[anon_sym_BANG] = ACTIONS(1115),
[anon_sym_PLUS_PLUS] = ACTIONS(1115),
[anon_sym_DASH_DASH] = ACTIONS(1115),
[anon_sym_new] = ACTIONS(1117),
[anon_sym_class] = ACTIONS(1117),
[anon_sym_switch] = ACTIONS(1117),
[anon_sym_LBRACE] = ACTIONS(1115),
[anon_sym_case] = ACTIONS(1117),
[anon_sym_default] = ACTIONS(1117),
[anon_sym_SEMI] = ACTIONS(1115),
[anon_sym_assert] = ACTIONS(1117),
[anon_sym_do] = ACTIONS(1117),
[anon_sym_while] = ACTIONS(1117),
[anon_sym_break] = ACTIONS(1117),
[anon_sym_continue] = ACTIONS(1117),
[anon_sym_return] = ACTIONS(1117),
[anon_sym_yield] = ACTIONS(1117),
[anon_sym_synchronized] = ACTIONS(1117),
[anon_sym_throw] = ACTIONS(1117),
[anon_sym_try] = ACTIONS(1117),
[anon_sym_if] = ACTIONS(1117),
[anon_sym_else] = ACTIONS(1117),
[anon_sym_for] = ACTIONS(1117),
[anon_sym_AT] = ACTIONS(1115),
[anon_sym_open] = ACTIONS(1117),
[anon_sym_module] = ACTIONS(1117),
[anon_sym_static] = ACTIONS(1117),
[anon_sym_with] = ACTIONS(1117),
[anon_sym_package] = ACTIONS(1117),
[anon_sym_import] = ACTIONS(1117),
[anon_sym_enum] = ACTIONS(1117),
[anon_sym_public] = ACTIONS(1117),
[anon_sym_protected] = ACTIONS(1117),
[anon_sym_private] = ACTIONS(1117),
[anon_sym_abstract] = ACTIONS(1117),
[anon_sym_final] = ACTIONS(1117),
[anon_sym_strictfp] = ACTIONS(1117),
[anon_sym_native] = ACTIONS(1117),
[anon_sym_transient] = ACTIONS(1117),
[anon_sym_volatile] = ACTIONS(1117),
[anon_sym_sealed] = ACTIONS(1117),
[anon_sym_non_DASHsealed] = ACTIONS(1115),
[anon_sym_record] = ACTIONS(1117),
[anon_sym_interface] = ACTIONS(1117),
[anon_sym_byte] = ACTIONS(1117),
[anon_sym_short] = ACTIONS(1117),
[anon_sym_int] = ACTIONS(1117),
[anon_sym_long] = ACTIONS(1117),
[anon_sym_char] = ACTIONS(1117),
[anon_sym_float] = ACTIONS(1117),
[anon_sym_double] = ACTIONS(1117),
[sym_boolean_type] = ACTIONS(1117),
[sym_void_type] = ACTIONS(1117),
[sym_this] = ACTIONS(1117),
[sym_super] = ACTIONS(1117),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(340)] = {
[ts_builtin_sym_end] = ACTIONS(1119),
[sym_identifier] = ACTIONS(1121),
[sym_decimal_integer_literal] = ACTIONS(1121),
[sym_hex_integer_literal] = ACTIONS(1121),
[sym_octal_integer_literal] = ACTIONS(1121),
[sym_binary_integer_literal] = ACTIONS(1119),
[sym_decimal_floating_point_literal] = ACTIONS(1119),
[sym_hex_floating_point_literal] = ACTIONS(1121),
[sym_true] = ACTIONS(1121),
[sym_false] = ACTIONS(1121),
[sym_character_literal] = ACTIONS(1119),
[anon_sym_DQUOTE] = ACTIONS(1121),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1119),
[anon_sym_RBRACE] = ACTIONS(1119),
[sym_null_literal] = ACTIONS(1121),
[anon_sym_LPAREN] = ACTIONS(1119),
[anon_sym_LT] = ACTIONS(1119),
[anon_sym_PLUS] = ACTIONS(1121),
[anon_sym_DASH] = ACTIONS(1121),
[anon_sym_TILDE] = ACTIONS(1119),
[anon_sym_BANG] = ACTIONS(1119),
[anon_sym_PLUS_PLUS] = ACTIONS(1119),
[anon_sym_DASH_DASH] = ACTIONS(1119),
[anon_sym_new] = ACTIONS(1121),
[anon_sym_class] = ACTIONS(1121),
[anon_sym_switch] = ACTIONS(1121),
[anon_sym_LBRACE] = ACTIONS(1119),
[anon_sym_case] = ACTIONS(1121),
[anon_sym_default] = ACTIONS(1121),
[anon_sym_SEMI] = ACTIONS(1119),
[anon_sym_assert] = ACTIONS(1121),
[anon_sym_do] = ACTIONS(1121),
[anon_sym_while] = ACTIONS(1121),
[anon_sym_break] = ACTIONS(1121),
[anon_sym_continue] = ACTIONS(1121),
[anon_sym_return] = ACTIONS(1121),
[anon_sym_yield] = ACTIONS(1121),
[anon_sym_synchronized] = ACTIONS(1121),
[anon_sym_throw] = ACTIONS(1121),
[anon_sym_try] = ACTIONS(1121),
[anon_sym_if] = ACTIONS(1121),
[anon_sym_else] = ACTIONS(1121),
[anon_sym_for] = ACTIONS(1121),
[anon_sym_AT] = ACTIONS(1119),
[anon_sym_open] = ACTIONS(1121),
[anon_sym_module] = ACTIONS(1121),
[anon_sym_static] = ACTIONS(1121),
[anon_sym_with] = ACTIONS(1121),
[anon_sym_package] = ACTIONS(1121),
[anon_sym_import] = ACTIONS(1121),
[anon_sym_enum] = ACTIONS(1121),
[anon_sym_public] = ACTIONS(1121),
[anon_sym_protected] = ACTIONS(1121),
[anon_sym_private] = ACTIONS(1121),
[anon_sym_abstract] = ACTIONS(1121),
[anon_sym_final] = ACTIONS(1121),
[anon_sym_strictfp] = ACTIONS(1121),
[anon_sym_native] = ACTIONS(1121),
[anon_sym_transient] = ACTIONS(1121),
[anon_sym_volatile] = ACTIONS(1121),
[anon_sym_sealed] = ACTIONS(1121),
[anon_sym_non_DASHsealed] = ACTIONS(1119),
[anon_sym_record] = ACTIONS(1121),
[anon_sym_interface] = ACTIONS(1121),
[anon_sym_byte] = ACTIONS(1121),
[anon_sym_short] = ACTIONS(1121),
[anon_sym_int] = ACTIONS(1121),
[anon_sym_long] = ACTIONS(1121),
[anon_sym_char] = ACTIONS(1121),
[anon_sym_float] = ACTIONS(1121),
[anon_sym_double] = ACTIONS(1121),
[sym_boolean_type] = ACTIONS(1121),
[sym_void_type] = ACTIONS(1121),
[sym_this] = ACTIONS(1121),
[sym_super] = ACTIONS(1121),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(341)] = {
[ts_builtin_sym_end] = ACTIONS(1123),
[sym_identifier] = ACTIONS(1125),
[sym_decimal_integer_literal] = ACTIONS(1125),
[sym_hex_integer_literal] = ACTIONS(1125),
[sym_octal_integer_literal] = ACTIONS(1125),
[sym_binary_integer_literal] = ACTIONS(1123),
[sym_decimal_floating_point_literal] = ACTIONS(1123),
[sym_hex_floating_point_literal] = ACTIONS(1125),
[sym_true] = ACTIONS(1125),
[sym_false] = ACTIONS(1125),
[sym_character_literal] = ACTIONS(1123),
[anon_sym_DQUOTE] = ACTIONS(1125),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1123),
[anon_sym_RBRACE] = ACTIONS(1123),
[sym_null_literal] = ACTIONS(1125),
[anon_sym_LPAREN] = ACTIONS(1123),
[anon_sym_LT] = ACTIONS(1123),
[anon_sym_PLUS] = ACTIONS(1125),
[anon_sym_DASH] = ACTIONS(1125),
[anon_sym_TILDE] = ACTIONS(1123),
[anon_sym_BANG] = ACTIONS(1123),
[anon_sym_PLUS_PLUS] = ACTIONS(1123),
[anon_sym_DASH_DASH] = ACTIONS(1123),
[anon_sym_new] = ACTIONS(1125),
[anon_sym_class] = ACTIONS(1125),
[anon_sym_switch] = ACTIONS(1125),
[anon_sym_LBRACE] = ACTIONS(1123),
[anon_sym_case] = ACTIONS(1125),
[anon_sym_default] = ACTIONS(1125),
[anon_sym_SEMI] = ACTIONS(1123),
[anon_sym_assert] = ACTIONS(1125),
[anon_sym_do] = ACTIONS(1125),
[anon_sym_while] = ACTIONS(1125),
[anon_sym_break] = ACTIONS(1125),
[anon_sym_continue] = ACTIONS(1125),
[anon_sym_return] = ACTIONS(1125),
[anon_sym_yield] = ACTIONS(1125),
[anon_sym_synchronized] = ACTIONS(1125),
[anon_sym_throw] = ACTIONS(1125),
[anon_sym_try] = ACTIONS(1125),
[anon_sym_if] = ACTIONS(1125),
[anon_sym_else] = ACTIONS(1125),
[anon_sym_for] = ACTIONS(1125),
[anon_sym_AT] = ACTIONS(1123),
[anon_sym_open] = ACTIONS(1125),
[anon_sym_module] = ACTIONS(1125),
[anon_sym_static] = ACTIONS(1125),
[anon_sym_with] = ACTIONS(1125),
[anon_sym_package] = ACTIONS(1125),
[anon_sym_import] = ACTIONS(1125),
[anon_sym_enum] = ACTIONS(1125),
[anon_sym_public] = ACTIONS(1125),
[anon_sym_protected] = ACTIONS(1125),
[anon_sym_private] = ACTIONS(1125),
[anon_sym_abstract] = ACTIONS(1125),
[anon_sym_final] = ACTIONS(1125),
[anon_sym_strictfp] = ACTIONS(1125),
[anon_sym_native] = ACTIONS(1125),
[anon_sym_transient] = ACTIONS(1125),
[anon_sym_volatile] = ACTIONS(1125),
[anon_sym_sealed] = ACTIONS(1125),
[anon_sym_non_DASHsealed] = ACTIONS(1123),
[anon_sym_record] = ACTIONS(1125),
[anon_sym_interface] = ACTIONS(1125),
[anon_sym_byte] = ACTIONS(1125),
[anon_sym_short] = ACTIONS(1125),
[anon_sym_int] = ACTIONS(1125),
[anon_sym_long] = ACTIONS(1125),
[anon_sym_char] = ACTIONS(1125),
[anon_sym_float] = ACTIONS(1125),
[anon_sym_double] = ACTIONS(1125),
[sym_boolean_type] = ACTIONS(1125),
[sym_void_type] = ACTIONS(1125),
[sym_this] = ACTIONS(1125),
[sym_super] = ACTIONS(1125),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(342)] = {
[ts_builtin_sym_end] = ACTIONS(1127),
[sym_identifier] = ACTIONS(1129),
[sym_decimal_integer_literal] = ACTIONS(1129),
[sym_hex_integer_literal] = ACTIONS(1129),
[sym_octal_integer_literal] = ACTIONS(1129),
[sym_binary_integer_literal] = ACTIONS(1127),
[sym_decimal_floating_point_literal] = ACTIONS(1127),
[sym_hex_floating_point_literal] = ACTIONS(1129),
[sym_true] = ACTIONS(1129),
[sym_false] = ACTIONS(1129),
[sym_character_literal] = ACTIONS(1127),
[anon_sym_DQUOTE] = ACTIONS(1129),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1127),
[anon_sym_RBRACE] = ACTIONS(1127),
[sym_null_literal] = ACTIONS(1129),
[anon_sym_LPAREN] = ACTIONS(1127),
[anon_sym_LT] = ACTIONS(1127),
[anon_sym_PLUS] = ACTIONS(1129),
[anon_sym_DASH] = ACTIONS(1129),
[anon_sym_TILDE] = ACTIONS(1127),
[anon_sym_BANG] = ACTIONS(1127),
[anon_sym_PLUS_PLUS] = ACTIONS(1127),
[anon_sym_DASH_DASH] = ACTIONS(1127),
[anon_sym_new] = ACTIONS(1129),
[anon_sym_class] = ACTIONS(1129),
[anon_sym_switch] = ACTIONS(1129),
[anon_sym_LBRACE] = ACTIONS(1127),
[anon_sym_case] = ACTIONS(1129),
[anon_sym_default] = ACTIONS(1129),
[anon_sym_SEMI] = ACTIONS(1127),
[anon_sym_assert] = ACTIONS(1129),
[anon_sym_do] = ACTIONS(1129),
[anon_sym_while] = ACTIONS(1129),
[anon_sym_break] = ACTIONS(1129),
[anon_sym_continue] = ACTIONS(1129),
[anon_sym_return] = ACTIONS(1129),
[anon_sym_yield] = ACTIONS(1129),
[anon_sym_synchronized] = ACTIONS(1129),
[anon_sym_throw] = ACTIONS(1129),
[anon_sym_try] = ACTIONS(1129),
[anon_sym_if] = ACTIONS(1129),
[anon_sym_else] = ACTIONS(1129),
[anon_sym_for] = ACTIONS(1129),
[anon_sym_AT] = ACTIONS(1127),
[anon_sym_open] = ACTIONS(1129),
[anon_sym_module] = ACTIONS(1129),
[anon_sym_static] = ACTIONS(1129),
[anon_sym_with] = ACTIONS(1129),
[anon_sym_package] = ACTIONS(1129),
[anon_sym_import] = ACTIONS(1129),
[anon_sym_enum] = ACTIONS(1129),
[anon_sym_public] = ACTIONS(1129),
[anon_sym_protected] = ACTIONS(1129),
[anon_sym_private] = ACTIONS(1129),
[anon_sym_abstract] = ACTIONS(1129),
[anon_sym_final] = ACTIONS(1129),
[anon_sym_strictfp] = ACTIONS(1129),
[anon_sym_native] = ACTIONS(1129),
[anon_sym_transient] = ACTIONS(1129),
[anon_sym_volatile] = ACTIONS(1129),
[anon_sym_sealed] = ACTIONS(1129),
[anon_sym_non_DASHsealed] = ACTIONS(1127),
[anon_sym_record] = ACTIONS(1129),
[anon_sym_interface] = ACTIONS(1129),
[anon_sym_byte] = ACTIONS(1129),
[anon_sym_short] = ACTIONS(1129),
[anon_sym_int] = ACTIONS(1129),
[anon_sym_long] = ACTIONS(1129),
[anon_sym_char] = ACTIONS(1129),
[anon_sym_float] = ACTIONS(1129),
[anon_sym_double] = ACTIONS(1129),
[sym_boolean_type] = ACTIONS(1129),
[sym_void_type] = ACTIONS(1129),
[sym_this] = ACTIONS(1129),
[sym_super] = ACTIONS(1129),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(343)] = {
[ts_builtin_sym_end] = ACTIONS(1131),
[sym_identifier] = ACTIONS(1133),
[sym_decimal_integer_literal] = ACTIONS(1133),
[sym_hex_integer_literal] = ACTIONS(1133),
[sym_octal_integer_literal] = ACTIONS(1133),
[sym_binary_integer_literal] = ACTIONS(1131),
[sym_decimal_floating_point_literal] = ACTIONS(1131),
[sym_hex_floating_point_literal] = ACTIONS(1133),
[sym_true] = ACTIONS(1133),
[sym_false] = ACTIONS(1133),
[sym_character_literal] = ACTIONS(1131),
[anon_sym_DQUOTE] = ACTIONS(1133),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1131),
[anon_sym_RBRACE] = ACTIONS(1131),
[sym_null_literal] = ACTIONS(1133),
[anon_sym_LPAREN] = ACTIONS(1131),
[anon_sym_LT] = ACTIONS(1131),
[anon_sym_PLUS] = ACTIONS(1133),
[anon_sym_DASH] = ACTIONS(1133),
[anon_sym_TILDE] = ACTIONS(1131),
[anon_sym_BANG] = ACTIONS(1131),
[anon_sym_PLUS_PLUS] = ACTIONS(1131),
[anon_sym_DASH_DASH] = ACTIONS(1131),
[anon_sym_new] = ACTIONS(1133),
[anon_sym_class] = ACTIONS(1133),
[anon_sym_switch] = ACTIONS(1133),
[anon_sym_LBRACE] = ACTIONS(1131),
[anon_sym_case] = ACTIONS(1133),
[anon_sym_default] = ACTIONS(1133),
[anon_sym_SEMI] = ACTIONS(1131),
[anon_sym_assert] = ACTIONS(1133),
[anon_sym_do] = ACTIONS(1133),
[anon_sym_while] = ACTIONS(1133),
[anon_sym_break] = ACTIONS(1133),
[anon_sym_continue] = ACTIONS(1133),
[anon_sym_return] = ACTIONS(1133),
[anon_sym_yield] = ACTIONS(1133),
[anon_sym_synchronized] = ACTIONS(1133),
[anon_sym_throw] = ACTIONS(1133),
[anon_sym_try] = ACTIONS(1133),
[anon_sym_if] = ACTIONS(1133),
[anon_sym_else] = ACTIONS(1133),
[anon_sym_for] = ACTIONS(1133),
[anon_sym_AT] = ACTIONS(1131),
[anon_sym_open] = ACTIONS(1133),
[anon_sym_module] = ACTIONS(1133),
[anon_sym_static] = ACTIONS(1133),
[anon_sym_with] = ACTIONS(1133),
[anon_sym_package] = ACTIONS(1133),
[anon_sym_import] = ACTIONS(1133),
[anon_sym_enum] = ACTIONS(1133),
[anon_sym_public] = ACTIONS(1133),
[anon_sym_protected] = ACTIONS(1133),
[anon_sym_private] = ACTIONS(1133),
[anon_sym_abstract] = ACTIONS(1133),
[anon_sym_final] = ACTIONS(1133),
[anon_sym_strictfp] = ACTIONS(1133),
[anon_sym_native] = ACTIONS(1133),
[anon_sym_transient] = ACTIONS(1133),
[anon_sym_volatile] = ACTIONS(1133),
[anon_sym_sealed] = ACTIONS(1133),
[anon_sym_non_DASHsealed] = ACTIONS(1131),
[anon_sym_record] = ACTIONS(1133),
[anon_sym_interface] = ACTIONS(1133),
[anon_sym_byte] = ACTIONS(1133),
[anon_sym_short] = ACTIONS(1133),
[anon_sym_int] = ACTIONS(1133),
[anon_sym_long] = ACTIONS(1133),
[anon_sym_char] = ACTIONS(1133),
[anon_sym_float] = ACTIONS(1133),
[anon_sym_double] = ACTIONS(1133),
[sym_boolean_type] = ACTIONS(1133),
[sym_void_type] = ACTIONS(1133),
[sym_this] = ACTIONS(1133),
[sym_super] = ACTIONS(1133),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(344)] = {
[ts_builtin_sym_end] = ACTIONS(1135),
[sym_identifier] = ACTIONS(1137),
[sym_decimal_integer_literal] = ACTIONS(1137),
[sym_hex_integer_literal] = ACTIONS(1137),
[sym_octal_integer_literal] = ACTIONS(1137),
[sym_binary_integer_literal] = ACTIONS(1135),
[sym_decimal_floating_point_literal] = ACTIONS(1135),
[sym_hex_floating_point_literal] = ACTIONS(1137),
[sym_true] = ACTIONS(1137),
[sym_false] = ACTIONS(1137),
[sym_character_literal] = ACTIONS(1135),
[anon_sym_DQUOTE] = ACTIONS(1137),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1135),
[anon_sym_RBRACE] = ACTIONS(1135),
[sym_null_literal] = ACTIONS(1137),
[anon_sym_LPAREN] = ACTIONS(1135),
[anon_sym_LT] = ACTIONS(1135),
[anon_sym_PLUS] = ACTIONS(1137),
[anon_sym_DASH] = ACTIONS(1137),
[anon_sym_TILDE] = ACTIONS(1135),
[anon_sym_BANG] = ACTIONS(1135),
[anon_sym_PLUS_PLUS] = ACTIONS(1135),
[anon_sym_DASH_DASH] = ACTIONS(1135),
[anon_sym_new] = ACTIONS(1137),
[anon_sym_class] = ACTIONS(1137),
[anon_sym_switch] = ACTIONS(1137),
[anon_sym_LBRACE] = ACTIONS(1135),
[anon_sym_case] = ACTIONS(1137),
[anon_sym_default] = ACTIONS(1137),
[anon_sym_SEMI] = ACTIONS(1135),
[anon_sym_assert] = ACTIONS(1137),
[anon_sym_do] = ACTIONS(1137),
[anon_sym_while] = ACTIONS(1137),
[anon_sym_break] = ACTIONS(1137),
[anon_sym_continue] = ACTIONS(1137),
[anon_sym_return] = ACTIONS(1137),
[anon_sym_yield] = ACTIONS(1137),
[anon_sym_synchronized] = ACTIONS(1137),
[anon_sym_throw] = ACTIONS(1137),
[anon_sym_try] = ACTIONS(1137),
[anon_sym_if] = ACTIONS(1137),
[anon_sym_else] = ACTIONS(1137),
[anon_sym_for] = ACTIONS(1137),
[anon_sym_AT] = ACTIONS(1135),
[anon_sym_open] = ACTIONS(1137),
[anon_sym_module] = ACTIONS(1137),
[anon_sym_static] = ACTIONS(1137),
[anon_sym_with] = ACTIONS(1137),
[anon_sym_package] = ACTIONS(1137),
[anon_sym_import] = ACTIONS(1137),
[anon_sym_enum] = ACTIONS(1137),
[anon_sym_public] = ACTIONS(1137),
[anon_sym_protected] = ACTIONS(1137),
[anon_sym_private] = ACTIONS(1137),
[anon_sym_abstract] = ACTIONS(1137),
[anon_sym_final] = ACTIONS(1137),
[anon_sym_strictfp] = ACTIONS(1137),
[anon_sym_native] = ACTIONS(1137),
[anon_sym_transient] = ACTIONS(1137),
[anon_sym_volatile] = ACTIONS(1137),
[anon_sym_sealed] = ACTIONS(1137),
[anon_sym_non_DASHsealed] = ACTIONS(1135),
[anon_sym_record] = ACTIONS(1137),
[anon_sym_interface] = ACTIONS(1137),
[anon_sym_byte] = ACTIONS(1137),
[anon_sym_short] = ACTIONS(1137),
[anon_sym_int] = ACTIONS(1137),
[anon_sym_long] = ACTIONS(1137),
[anon_sym_char] = ACTIONS(1137),
[anon_sym_float] = ACTIONS(1137),
[anon_sym_double] = ACTIONS(1137),
[sym_boolean_type] = ACTIONS(1137),
[sym_void_type] = ACTIONS(1137),
[sym_this] = ACTIONS(1137),
[sym_super] = ACTIONS(1137),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(345)] = {
[ts_builtin_sym_end] = ACTIONS(1139),
[sym_identifier] = ACTIONS(1141),
[sym_decimal_integer_literal] = ACTIONS(1141),
[sym_hex_integer_literal] = ACTIONS(1141),
[sym_octal_integer_literal] = ACTIONS(1141),
[sym_binary_integer_literal] = ACTIONS(1139),
[sym_decimal_floating_point_literal] = ACTIONS(1139),
[sym_hex_floating_point_literal] = ACTIONS(1141),
[sym_true] = ACTIONS(1141),
[sym_false] = ACTIONS(1141),
[sym_character_literal] = ACTIONS(1139),
[anon_sym_DQUOTE] = ACTIONS(1141),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1139),
[anon_sym_RBRACE] = ACTIONS(1139),
[sym_null_literal] = ACTIONS(1141),
[anon_sym_LPAREN] = ACTIONS(1139),
[anon_sym_LT] = ACTIONS(1139),
[anon_sym_PLUS] = ACTIONS(1141),
[anon_sym_DASH] = ACTIONS(1141),
[anon_sym_TILDE] = ACTIONS(1139),
[anon_sym_BANG] = ACTIONS(1139),
[anon_sym_PLUS_PLUS] = ACTIONS(1139),
[anon_sym_DASH_DASH] = ACTIONS(1139),
[anon_sym_new] = ACTIONS(1141),
[anon_sym_class] = ACTIONS(1141),
[anon_sym_switch] = ACTIONS(1141),
[anon_sym_LBRACE] = ACTIONS(1139),
[anon_sym_case] = ACTIONS(1141),
[anon_sym_default] = ACTIONS(1141),
[anon_sym_SEMI] = ACTIONS(1139),
[anon_sym_assert] = ACTIONS(1141),
[anon_sym_do] = ACTIONS(1141),
[anon_sym_while] = ACTIONS(1141),
[anon_sym_break] = ACTIONS(1141),
[anon_sym_continue] = ACTIONS(1141),
[anon_sym_return] = ACTIONS(1141),
[anon_sym_yield] = ACTIONS(1141),
[anon_sym_synchronized] = ACTIONS(1141),
[anon_sym_throw] = ACTIONS(1141),
[anon_sym_try] = ACTIONS(1141),
[anon_sym_if] = ACTIONS(1141),
[anon_sym_else] = ACTIONS(1141),
[anon_sym_for] = ACTIONS(1141),
[anon_sym_AT] = ACTIONS(1139),
[anon_sym_open] = ACTIONS(1141),
[anon_sym_module] = ACTIONS(1141),
[anon_sym_static] = ACTIONS(1141),
[anon_sym_with] = ACTIONS(1141),
[anon_sym_package] = ACTIONS(1141),
[anon_sym_import] = ACTIONS(1141),
[anon_sym_enum] = ACTIONS(1141),
[anon_sym_public] = ACTIONS(1141),
[anon_sym_protected] = ACTIONS(1141),
[anon_sym_private] = ACTIONS(1141),
[anon_sym_abstract] = ACTIONS(1141),
[anon_sym_final] = ACTIONS(1141),
[anon_sym_strictfp] = ACTIONS(1141),
[anon_sym_native] = ACTIONS(1141),
[anon_sym_transient] = ACTIONS(1141),
[anon_sym_volatile] = ACTIONS(1141),
[anon_sym_sealed] = ACTIONS(1141),
[anon_sym_non_DASHsealed] = ACTIONS(1139),
[anon_sym_record] = ACTIONS(1141),
[anon_sym_interface] = ACTIONS(1141),
[anon_sym_byte] = ACTIONS(1141),
[anon_sym_short] = ACTIONS(1141),
[anon_sym_int] = ACTIONS(1141),
[anon_sym_long] = ACTIONS(1141),
[anon_sym_char] = ACTIONS(1141),
[anon_sym_float] = ACTIONS(1141),
[anon_sym_double] = ACTIONS(1141),
[sym_boolean_type] = ACTIONS(1141),
[sym_void_type] = ACTIONS(1141),
[sym_this] = ACTIONS(1141),
[sym_super] = ACTIONS(1141),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(346)] = {
[ts_builtin_sym_end] = ACTIONS(1143),
[sym_identifier] = ACTIONS(1145),
[sym_decimal_integer_literal] = ACTIONS(1145),
[sym_hex_integer_literal] = ACTIONS(1145),
[sym_octal_integer_literal] = ACTIONS(1145),
[sym_binary_integer_literal] = ACTIONS(1143),
[sym_decimal_floating_point_literal] = ACTIONS(1143),
[sym_hex_floating_point_literal] = ACTIONS(1145),
[sym_true] = ACTIONS(1145),
[sym_false] = ACTIONS(1145),
[sym_character_literal] = ACTIONS(1143),
[anon_sym_DQUOTE] = ACTIONS(1145),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1143),
[anon_sym_RBRACE] = ACTIONS(1143),
[sym_null_literal] = ACTIONS(1145),
[anon_sym_LPAREN] = ACTIONS(1143),
[anon_sym_LT] = ACTIONS(1143),
[anon_sym_PLUS] = ACTIONS(1145),
[anon_sym_DASH] = ACTIONS(1145),
[anon_sym_TILDE] = ACTIONS(1143),
[anon_sym_BANG] = ACTIONS(1143),
[anon_sym_PLUS_PLUS] = ACTIONS(1143),
[anon_sym_DASH_DASH] = ACTIONS(1143),
[anon_sym_new] = ACTIONS(1145),
[anon_sym_class] = ACTIONS(1145),
[anon_sym_switch] = ACTIONS(1145),
[anon_sym_LBRACE] = ACTIONS(1143),
[anon_sym_case] = ACTIONS(1145),
[anon_sym_default] = ACTIONS(1145),
[anon_sym_SEMI] = ACTIONS(1143),
[anon_sym_assert] = ACTIONS(1145),
[anon_sym_do] = ACTIONS(1145),
[anon_sym_while] = ACTIONS(1145),
[anon_sym_break] = ACTIONS(1145),
[anon_sym_continue] = ACTIONS(1145),
[anon_sym_return] = ACTIONS(1145),
[anon_sym_yield] = ACTIONS(1145),
[anon_sym_synchronized] = ACTIONS(1145),
[anon_sym_throw] = ACTIONS(1145),
[anon_sym_try] = ACTIONS(1145),
[anon_sym_if] = ACTIONS(1145),
[anon_sym_else] = ACTIONS(1145),
[anon_sym_for] = ACTIONS(1145),
[anon_sym_AT] = ACTIONS(1143),
[anon_sym_open] = ACTIONS(1145),
[anon_sym_module] = ACTIONS(1145),
[anon_sym_static] = ACTIONS(1145),
[anon_sym_with] = ACTIONS(1145),
[anon_sym_package] = ACTIONS(1145),
[anon_sym_import] = ACTIONS(1145),
[anon_sym_enum] = ACTIONS(1145),
[anon_sym_public] = ACTIONS(1145),
[anon_sym_protected] = ACTIONS(1145),
[anon_sym_private] = ACTIONS(1145),
[anon_sym_abstract] = ACTIONS(1145),
[anon_sym_final] = ACTIONS(1145),
[anon_sym_strictfp] = ACTIONS(1145),
[anon_sym_native] = ACTIONS(1145),
[anon_sym_transient] = ACTIONS(1145),
[anon_sym_volatile] = ACTIONS(1145),
[anon_sym_sealed] = ACTIONS(1145),
[anon_sym_non_DASHsealed] = ACTIONS(1143),
[anon_sym_record] = ACTIONS(1145),
[anon_sym_interface] = ACTIONS(1145),
[anon_sym_byte] = ACTIONS(1145),
[anon_sym_short] = ACTIONS(1145),
[anon_sym_int] = ACTIONS(1145),
[anon_sym_long] = ACTIONS(1145),
[anon_sym_char] = ACTIONS(1145),
[anon_sym_float] = ACTIONS(1145),
[anon_sym_double] = ACTIONS(1145),
[sym_boolean_type] = ACTIONS(1145),
[sym_void_type] = ACTIONS(1145),
[sym_this] = ACTIONS(1145),
[sym_super] = ACTIONS(1145),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(347)] = {
[ts_builtin_sym_end] = ACTIONS(1147),
[sym_identifier] = ACTIONS(1149),
[sym_decimal_integer_literal] = ACTIONS(1149),
[sym_hex_integer_literal] = ACTIONS(1149),
[sym_octal_integer_literal] = ACTIONS(1149),
[sym_binary_integer_literal] = ACTIONS(1147),
[sym_decimal_floating_point_literal] = ACTIONS(1147),
[sym_hex_floating_point_literal] = ACTIONS(1149),
[sym_true] = ACTIONS(1149),
[sym_false] = ACTIONS(1149),
[sym_character_literal] = ACTIONS(1147),
[anon_sym_DQUOTE] = ACTIONS(1149),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1147),
[anon_sym_RBRACE] = ACTIONS(1147),
[sym_null_literal] = ACTIONS(1149),
[anon_sym_LPAREN] = ACTIONS(1147),
[anon_sym_LT] = ACTIONS(1147),
[anon_sym_PLUS] = ACTIONS(1149),
[anon_sym_DASH] = ACTIONS(1149),
[anon_sym_TILDE] = ACTIONS(1147),
[anon_sym_BANG] = ACTIONS(1147),
[anon_sym_PLUS_PLUS] = ACTIONS(1147),
[anon_sym_DASH_DASH] = ACTIONS(1147),
[anon_sym_new] = ACTIONS(1149),
[anon_sym_class] = ACTIONS(1149),
[anon_sym_switch] = ACTIONS(1149),
[anon_sym_LBRACE] = ACTIONS(1147),
[anon_sym_case] = ACTIONS(1149),
[anon_sym_default] = ACTIONS(1149),
[anon_sym_SEMI] = ACTIONS(1147),
[anon_sym_assert] = ACTIONS(1149),
[anon_sym_do] = ACTIONS(1149),
[anon_sym_while] = ACTIONS(1149),
[anon_sym_break] = ACTIONS(1149),
[anon_sym_continue] = ACTIONS(1149),
[anon_sym_return] = ACTIONS(1149),
[anon_sym_yield] = ACTIONS(1149),
[anon_sym_synchronized] = ACTIONS(1149),
[anon_sym_throw] = ACTIONS(1149),
[anon_sym_try] = ACTIONS(1149),
[anon_sym_if] = ACTIONS(1149),
[anon_sym_else] = ACTIONS(1149),
[anon_sym_for] = ACTIONS(1149),
[anon_sym_AT] = ACTIONS(1147),
[anon_sym_open] = ACTIONS(1149),
[anon_sym_module] = ACTIONS(1149),
[anon_sym_static] = ACTIONS(1149),
[anon_sym_with] = ACTIONS(1149),
[anon_sym_package] = ACTIONS(1149),
[anon_sym_import] = ACTIONS(1149),
[anon_sym_enum] = ACTIONS(1149),
[anon_sym_public] = ACTIONS(1149),
[anon_sym_protected] = ACTIONS(1149),
[anon_sym_private] = ACTIONS(1149),
[anon_sym_abstract] = ACTIONS(1149),
[anon_sym_final] = ACTIONS(1149),
[anon_sym_strictfp] = ACTIONS(1149),
[anon_sym_native] = ACTIONS(1149),
[anon_sym_transient] = ACTIONS(1149),
[anon_sym_volatile] = ACTIONS(1149),
[anon_sym_sealed] = ACTIONS(1149),
[anon_sym_non_DASHsealed] = ACTIONS(1147),
[anon_sym_record] = ACTIONS(1149),
[anon_sym_interface] = ACTIONS(1149),
[anon_sym_byte] = ACTIONS(1149),
[anon_sym_short] = ACTIONS(1149),
[anon_sym_int] = ACTIONS(1149),
[anon_sym_long] = ACTIONS(1149),
[anon_sym_char] = ACTIONS(1149),
[anon_sym_float] = ACTIONS(1149),
[anon_sym_double] = ACTIONS(1149),
[sym_boolean_type] = ACTIONS(1149),
[sym_void_type] = ACTIONS(1149),
[sym_this] = ACTIONS(1149),
[sym_super] = ACTIONS(1149),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(348)] = {
[ts_builtin_sym_end] = ACTIONS(1151),
[sym_identifier] = ACTIONS(1153),
[sym_decimal_integer_literal] = ACTIONS(1153),
[sym_hex_integer_literal] = ACTIONS(1153),
[sym_octal_integer_literal] = ACTIONS(1153),
[sym_binary_integer_literal] = ACTIONS(1151),
[sym_decimal_floating_point_literal] = ACTIONS(1151),
[sym_hex_floating_point_literal] = ACTIONS(1153),
[sym_true] = ACTIONS(1153),
[sym_false] = ACTIONS(1153),
[sym_character_literal] = ACTIONS(1151),
[anon_sym_DQUOTE] = ACTIONS(1153),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1151),
[anon_sym_RBRACE] = ACTIONS(1151),
[sym_null_literal] = ACTIONS(1153),
[anon_sym_LPAREN] = ACTIONS(1151),
[anon_sym_LT] = ACTIONS(1151),
[anon_sym_PLUS] = ACTIONS(1153),
[anon_sym_DASH] = ACTIONS(1153),
[anon_sym_TILDE] = ACTIONS(1151),
[anon_sym_BANG] = ACTIONS(1151),
[anon_sym_PLUS_PLUS] = ACTIONS(1151),
[anon_sym_DASH_DASH] = ACTIONS(1151),
[anon_sym_new] = ACTIONS(1153),
[anon_sym_class] = ACTIONS(1153),
[anon_sym_switch] = ACTIONS(1153),
[anon_sym_LBRACE] = ACTIONS(1151),
[anon_sym_case] = ACTIONS(1153),
[anon_sym_default] = ACTIONS(1153),
[anon_sym_SEMI] = ACTIONS(1151),
[anon_sym_assert] = ACTIONS(1153),
[anon_sym_do] = ACTIONS(1153),
[anon_sym_while] = ACTIONS(1153),
[anon_sym_break] = ACTIONS(1153),
[anon_sym_continue] = ACTIONS(1153),
[anon_sym_return] = ACTIONS(1153),
[anon_sym_yield] = ACTIONS(1153),
[anon_sym_synchronized] = ACTIONS(1153),
[anon_sym_throw] = ACTIONS(1153),
[anon_sym_try] = ACTIONS(1153),
[anon_sym_if] = ACTIONS(1153),
[anon_sym_else] = ACTIONS(1153),
[anon_sym_for] = ACTIONS(1153),
[anon_sym_AT] = ACTIONS(1151),
[anon_sym_open] = ACTIONS(1153),
[anon_sym_module] = ACTIONS(1153),
[anon_sym_static] = ACTIONS(1153),
[anon_sym_with] = ACTIONS(1153),
[anon_sym_package] = ACTIONS(1153),
[anon_sym_import] = ACTIONS(1153),
[anon_sym_enum] = ACTIONS(1153),
[anon_sym_public] = ACTIONS(1153),
[anon_sym_protected] = ACTIONS(1153),
[anon_sym_private] = ACTIONS(1153),
[anon_sym_abstract] = ACTIONS(1153),
[anon_sym_final] = ACTIONS(1153),
[anon_sym_strictfp] = ACTIONS(1153),
[anon_sym_native] = ACTIONS(1153),
[anon_sym_transient] = ACTIONS(1153),
[anon_sym_volatile] = ACTIONS(1153),
[anon_sym_sealed] = ACTIONS(1153),
[anon_sym_non_DASHsealed] = ACTIONS(1151),
[anon_sym_record] = ACTIONS(1153),
[anon_sym_interface] = ACTIONS(1153),
[anon_sym_byte] = ACTIONS(1153),
[anon_sym_short] = ACTIONS(1153),
[anon_sym_int] = ACTIONS(1153),
[anon_sym_long] = ACTIONS(1153),
[anon_sym_char] = ACTIONS(1153),
[anon_sym_float] = ACTIONS(1153),
[anon_sym_double] = ACTIONS(1153),
[sym_boolean_type] = ACTIONS(1153),
[sym_void_type] = ACTIONS(1153),
[sym_this] = ACTIONS(1153),
[sym_super] = ACTIONS(1153),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(349)] = {
[ts_builtin_sym_end] = ACTIONS(1155),
[sym_identifier] = ACTIONS(1157),
[sym_decimal_integer_literal] = ACTIONS(1157),
[sym_hex_integer_literal] = ACTIONS(1157),
[sym_octal_integer_literal] = ACTIONS(1157),
[sym_binary_integer_literal] = ACTIONS(1155),
[sym_decimal_floating_point_literal] = ACTIONS(1155),
[sym_hex_floating_point_literal] = ACTIONS(1157),
[sym_true] = ACTIONS(1157),
[sym_false] = ACTIONS(1157),
[sym_character_literal] = ACTIONS(1155),
[anon_sym_DQUOTE] = ACTIONS(1157),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1155),
[anon_sym_RBRACE] = ACTIONS(1155),
[sym_null_literal] = ACTIONS(1157),
[anon_sym_LPAREN] = ACTIONS(1155),
[anon_sym_LT] = ACTIONS(1155),
[anon_sym_PLUS] = ACTIONS(1157),
[anon_sym_DASH] = ACTIONS(1157),
[anon_sym_TILDE] = ACTIONS(1155),
[anon_sym_BANG] = ACTIONS(1155),
[anon_sym_PLUS_PLUS] = ACTIONS(1155),
[anon_sym_DASH_DASH] = ACTIONS(1155),
[anon_sym_new] = ACTIONS(1157),
[anon_sym_class] = ACTIONS(1157),
[anon_sym_switch] = ACTIONS(1157),
[anon_sym_LBRACE] = ACTIONS(1155),
[anon_sym_case] = ACTIONS(1157),
[anon_sym_default] = ACTIONS(1157),
[anon_sym_SEMI] = ACTIONS(1155),
[anon_sym_assert] = ACTIONS(1157),
[anon_sym_do] = ACTIONS(1157),
[anon_sym_while] = ACTIONS(1157),
[anon_sym_break] = ACTIONS(1157),
[anon_sym_continue] = ACTIONS(1157),
[anon_sym_return] = ACTIONS(1157),
[anon_sym_yield] = ACTIONS(1157),
[anon_sym_synchronized] = ACTIONS(1157),
[anon_sym_throw] = ACTIONS(1157),
[anon_sym_try] = ACTIONS(1157),
[anon_sym_if] = ACTIONS(1157),
[anon_sym_else] = ACTIONS(1157),
[anon_sym_for] = ACTIONS(1157),
[anon_sym_AT] = ACTIONS(1155),
[anon_sym_open] = ACTIONS(1157),
[anon_sym_module] = ACTIONS(1157),
[anon_sym_static] = ACTIONS(1157),
[anon_sym_with] = ACTIONS(1157),
[anon_sym_package] = ACTIONS(1157),
[anon_sym_import] = ACTIONS(1157),
[anon_sym_enum] = ACTIONS(1157),
[anon_sym_public] = ACTIONS(1157),
[anon_sym_protected] = ACTIONS(1157),
[anon_sym_private] = ACTIONS(1157),
[anon_sym_abstract] = ACTIONS(1157),
[anon_sym_final] = ACTIONS(1157),
[anon_sym_strictfp] = ACTIONS(1157),
[anon_sym_native] = ACTIONS(1157),
[anon_sym_transient] = ACTIONS(1157),
[anon_sym_volatile] = ACTIONS(1157),
[anon_sym_sealed] = ACTIONS(1157),
[anon_sym_non_DASHsealed] = ACTIONS(1155),
[anon_sym_record] = ACTIONS(1157),
[anon_sym_interface] = ACTIONS(1157),
[anon_sym_byte] = ACTIONS(1157),
[anon_sym_short] = ACTIONS(1157),
[anon_sym_int] = ACTIONS(1157),
[anon_sym_long] = ACTIONS(1157),
[anon_sym_char] = ACTIONS(1157),
[anon_sym_float] = ACTIONS(1157),
[anon_sym_double] = ACTIONS(1157),
[sym_boolean_type] = ACTIONS(1157),
[sym_void_type] = ACTIONS(1157),
[sym_this] = ACTIONS(1157),
[sym_super] = ACTIONS(1157),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(350)] = {
[ts_builtin_sym_end] = ACTIONS(1159),
[sym_identifier] = ACTIONS(1161),
[sym_decimal_integer_literal] = ACTIONS(1161),
[sym_hex_integer_literal] = ACTIONS(1161),
[sym_octal_integer_literal] = ACTIONS(1161),
[sym_binary_integer_literal] = ACTIONS(1159),
[sym_decimal_floating_point_literal] = ACTIONS(1159),
[sym_hex_floating_point_literal] = ACTIONS(1161),
[sym_true] = ACTIONS(1161),
[sym_false] = ACTIONS(1161),
[sym_character_literal] = ACTIONS(1159),
[anon_sym_DQUOTE] = ACTIONS(1161),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1159),
[anon_sym_RBRACE] = ACTIONS(1159),
[sym_null_literal] = ACTIONS(1161),
[anon_sym_LPAREN] = ACTIONS(1159),
[anon_sym_LT] = ACTIONS(1159),
[anon_sym_PLUS] = ACTIONS(1161),
[anon_sym_DASH] = ACTIONS(1161),
[anon_sym_TILDE] = ACTIONS(1159),
[anon_sym_BANG] = ACTIONS(1159),
[anon_sym_PLUS_PLUS] = ACTIONS(1159),
[anon_sym_DASH_DASH] = ACTIONS(1159),
[anon_sym_new] = ACTIONS(1161),
[anon_sym_class] = ACTIONS(1161),
[anon_sym_switch] = ACTIONS(1161),
[anon_sym_LBRACE] = ACTIONS(1159),
[anon_sym_case] = ACTIONS(1161),
[anon_sym_default] = ACTIONS(1161),
[anon_sym_SEMI] = ACTIONS(1159),
[anon_sym_assert] = ACTIONS(1161),
[anon_sym_do] = ACTIONS(1161),
[anon_sym_while] = ACTIONS(1161),
[anon_sym_break] = ACTIONS(1161),
[anon_sym_continue] = ACTIONS(1161),
[anon_sym_return] = ACTIONS(1161),
[anon_sym_yield] = ACTIONS(1161),
[anon_sym_synchronized] = ACTIONS(1161),
[anon_sym_throw] = ACTIONS(1161),
[anon_sym_try] = ACTIONS(1161),
[anon_sym_if] = ACTIONS(1161),
[anon_sym_else] = ACTIONS(1161),
[anon_sym_for] = ACTIONS(1161),
[anon_sym_AT] = ACTIONS(1159),
[anon_sym_open] = ACTIONS(1161),
[anon_sym_module] = ACTIONS(1161),
[anon_sym_static] = ACTIONS(1161),
[anon_sym_with] = ACTIONS(1161),
[anon_sym_package] = ACTIONS(1161),
[anon_sym_import] = ACTIONS(1161),
[anon_sym_enum] = ACTIONS(1161),
[anon_sym_public] = ACTIONS(1161),
[anon_sym_protected] = ACTIONS(1161),
[anon_sym_private] = ACTIONS(1161),
[anon_sym_abstract] = ACTIONS(1161),
[anon_sym_final] = ACTIONS(1161),
[anon_sym_strictfp] = ACTIONS(1161),
[anon_sym_native] = ACTIONS(1161),
[anon_sym_transient] = ACTIONS(1161),
[anon_sym_volatile] = ACTIONS(1161),
[anon_sym_sealed] = ACTIONS(1161),
[anon_sym_non_DASHsealed] = ACTIONS(1159),
[anon_sym_record] = ACTIONS(1161),
[anon_sym_interface] = ACTIONS(1161),
[anon_sym_byte] = ACTIONS(1161),
[anon_sym_short] = ACTIONS(1161),
[anon_sym_int] = ACTIONS(1161),
[anon_sym_long] = ACTIONS(1161),
[anon_sym_char] = ACTIONS(1161),
[anon_sym_float] = ACTIONS(1161),
[anon_sym_double] = ACTIONS(1161),
[sym_boolean_type] = ACTIONS(1161),
[sym_void_type] = ACTIONS(1161),
[sym_this] = ACTIONS(1161),
[sym_super] = ACTIONS(1161),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(351)] = {
[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),
[anon_sym_RBRACE] = ACTIONS(806),
[sym_null_literal] = ACTIONS(808),
[anon_sym_LPAREN] = ACTIONS(806),
[anon_sym_LT] = ACTIONS(806),
[anon_sym_PLUS] = ACTIONS(808),
[anon_sym_DASH] = ACTIONS(808),
[anon_sym_TILDE] = ACTIONS(806),
[anon_sym_BANG] = 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_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(806),
[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_final] = 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_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),
},
[STATE(352)] = {
[ts_builtin_sym_end] = ACTIONS(1163),
[sym_identifier] = ACTIONS(1165),
[sym_decimal_integer_literal] = ACTIONS(1165),
[sym_hex_integer_literal] = ACTIONS(1165),
[sym_octal_integer_literal] = ACTIONS(1165),
[sym_binary_integer_literal] = ACTIONS(1163),
[sym_decimal_floating_point_literal] = ACTIONS(1163),
[sym_hex_floating_point_literal] = ACTIONS(1165),
[sym_true] = ACTIONS(1165),
[sym_false] = ACTIONS(1165),
[sym_character_literal] = ACTIONS(1163),
[anon_sym_DQUOTE] = ACTIONS(1165),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1163),
[anon_sym_RBRACE] = ACTIONS(1163),
[sym_null_literal] = ACTIONS(1165),
[anon_sym_LPAREN] = ACTIONS(1163),
[anon_sym_LT] = ACTIONS(1163),
[anon_sym_PLUS] = ACTIONS(1165),
[anon_sym_DASH] = ACTIONS(1165),
[anon_sym_TILDE] = ACTIONS(1163),
[anon_sym_BANG] = ACTIONS(1163),
[anon_sym_PLUS_PLUS] = ACTIONS(1163),
[anon_sym_DASH_DASH] = ACTIONS(1163),
[anon_sym_new] = ACTIONS(1165),
[anon_sym_class] = ACTIONS(1165),
[anon_sym_switch] = ACTIONS(1165),
[anon_sym_LBRACE] = ACTIONS(1163),
[anon_sym_case] = ACTIONS(1165),
[anon_sym_default] = ACTIONS(1165),
[anon_sym_SEMI] = ACTIONS(1163),
[anon_sym_assert] = ACTIONS(1165),
[anon_sym_do] = ACTIONS(1165),
[anon_sym_while] = ACTIONS(1165),
[anon_sym_break] = ACTIONS(1165),
[anon_sym_continue] = ACTIONS(1165),
[anon_sym_return] = ACTIONS(1165),
[anon_sym_yield] = ACTIONS(1165),
[anon_sym_synchronized] = ACTIONS(1165),
[anon_sym_throw] = ACTIONS(1165),
[anon_sym_try] = ACTIONS(1165),
[anon_sym_if] = ACTIONS(1165),
[anon_sym_else] = ACTIONS(1165),
[anon_sym_for] = ACTIONS(1165),
[anon_sym_AT] = ACTIONS(1163),
[anon_sym_open] = ACTIONS(1165),
[anon_sym_module] = ACTIONS(1165),
[anon_sym_static] = ACTIONS(1165),
[anon_sym_with] = ACTIONS(1165),
[anon_sym_package] = ACTIONS(1165),
[anon_sym_import] = ACTIONS(1165),
[anon_sym_enum] = ACTIONS(1165),
[anon_sym_public] = ACTIONS(1165),
[anon_sym_protected] = ACTIONS(1165),
[anon_sym_private] = ACTIONS(1165),
[anon_sym_abstract] = ACTIONS(1165),
[anon_sym_final] = ACTIONS(1165),
[anon_sym_strictfp] = ACTIONS(1165),
[anon_sym_native] = ACTIONS(1165),
[anon_sym_transient] = ACTIONS(1165),
[anon_sym_volatile] = ACTIONS(1165),
[anon_sym_sealed] = ACTIONS(1165),
[anon_sym_non_DASHsealed] = ACTIONS(1163),
[anon_sym_record] = ACTIONS(1165),
[anon_sym_interface] = ACTIONS(1165),
[anon_sym_byte] = ACTIONS(1165),
[anon_sym_short] = ACTIONS(1165),
[anon_sym_int] = ACTIONS(1165),
[anon_sym_long] = ACTIONS(1165),
[anon_sym_char] = ACTIONS(1165),
[anon_sym_float] = ACTIONS(1165),
[anon_sym_double] = ACTIONS(1165),
[sym_boolean_type] = ACTIONS(1165),
[sym_void_type] = ACTIONS(1165),
[sym_this] = ACTIONS(1165),
[sym_super] = ACTIONS(1165),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(353)] = {
[ts_builtin_sym_end] = ACTIONS(1167),
[sym_identifier] = ACTIONS(1169),
[sym_decimal_integer_literal] = ACTIONS(1169),
[sym_hex_integer_literal] = ACTIONS(1169),
[sym_octal_integer_literal] = ACTIONS(1169),
[sym_binary_integer_literal] = ACTIONS(1167),
[sym_decimal_floating_point_literal] = ACTIONS(1167),
[sym_hex_floating_point_literal] = ACTIONS(1169),
[sym_true] = ACTIONS(1169),
[sym_false] = ACTIONS(1169),
[sym_character_literal] = ACTIONS(1167),
[anon_sym_DQUOTE] = ACTIONS(1169),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1167),
[anon_sym_RBRACE] = ACTIONS(1167),
[sym_null_literal] = ACTIONS(1169),
[anon_sym_LPAREN] = ACTIONS(1167),
[anon_sym_LT] = ACTIONS(1167),
[anon_sym_PLUS] = ACTIONS(1169),
[anon_sym_DASH] = ACTIONS(1169),
[anon_sym_TILDE] = ACTIONS(1167),
[anon_sym_BANG] = ACTIONS(1167),
[anon_sym_PLUS_PLUS] = ACTIONS(1167),
[anon_sym_DASH_DASH] = ACTIONS(1167),
[anon_sym_new] = ACTIONS(1169),
[anon_sym_class] = ACTIONS(1169),
[anon_sym_switch] = ACTIONS(1169),
[anon_sym_LBRACE] = ACTIONS(1167),
[anon_sym_case] = ACTIONS(1169),
[anon_sym_default] = ACTIONS(1169),
[anon_sym_SEMI] = ACTIONS(1167),
[anon_sym_assert] = ACTIONS(1169),
[anon_sym_do] = ACTIONS(1169),
[anon_sym_while] = ACTIONS(1169),
[anon_sym_break] = ACTIONS(1169),
[anon_sym_continue] = ACTIONS(1169),
[anon_sym_return] = ACTIONS(1169),
[anon_sym_yield] = ACTIONS(1169),
[anon_sym_synchronized] = ACTIONS(1169),
[anon_sym_throw] = ACTIONS(1169),
[anon_sym_try] = ACTIONS(1169),
[anon_sym_if] = ACTIONS(1169),
[anon_sym_else] = ACTIONS(1169),
[anon_sym_for] = ACTIONS(1169),
[anon_sym_AT] = ACTIONS(1167),
[anon_sym_open] = ACTIONS(1169),
[anon_sym_module] = ACTIONS(1169),
[anon_sym_static] = ACTIONS(1169),
[anon_sym_with] = ACTIONS(1169),
[anon_sym_package] = ACTIONS(1169),
[anon_sym_import] = ACTIONS(1169),
[anon_sym_enum] = ACTIONS(1169),
[anon_sym_public] = ACTIONS(1169),
[anon_sym_protected] = ACTIONS(1169),
[anon_sym_private] = ACTIONS(1169),
[anon_sym_abstract] = ACTIONS(1169),
[anon_sym_final] = ACTIONS(1169),
[anon_sym_strictfp] = ACTIONS(1169),
[anon_sym_native] = ACTIONS(1169),
[anon_sym_transient] = ACTIONS(1169),
[anon_sym_volatile] = ACTIONS(1169),
[anon_sym_sealed] = ACTIONS(1169),
[anon_sym_non_DASHsealed] = ACTIONS(1167),
[anon_sym_record] = ACTIONS(1169),
[anon_sym_interface] = ACTIONS(1169),
[anon_sym_byte] = ACTIONS(1169),
[anon_sym_short] = ACTIONS(1169),
[anon_sym_int] = ACTIONS(1169),
[anon_sym_long] = ACTIONS(1169),
[anon_sym_char] = ACTIONS(1169),
[anon_sym_float] = ACTIONS(1169),
[anon_sym_double] = ACTIONS(1169),
[sym_boolean_type] = ACTIONS(1169),
[sym_void_type] = ACTIONS(1169),
[sym_this] = ACTIONS(1169),
[sym_super] = ACTIONS(1169),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(354)] = {
[ts_builtin_sym_end] = ACTIONS(1171),
[sym_identifier] = ACTIONS(1173),
[sym_decimal_integer_literal] = ACTIONS(1173),
[sym_hex_integer_literal] = ACTIONS(1173),
[sym_octal_integer_literal] = ACTIONS(1173),
[sym_binary_integer_literal] = ACTIONS(1171),
[sym_decimal_floating_point_literal] = ACTIONS(1171),
[sym_hex_floating_point_literal] = ACTIONS(1173),
[sym_true] = ACTIONS(1173),
[sym_false] = ACTIONS(1173),
[sym_character_literal] = ACTIONS(1171),
[anon_sym_DQUOTE] = ACTIONS(1173),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1171),
[anon_sym_RBRACE] = ACTIONS(1171),
[sym_null_literal] = ACTIONS(1173),
[anon_sym_LPAREN] = ACTIONS(1171),
[anon_sym_LT] = ACTIONS(1171),
[anon_sym_PLUS] = ACTIONS(1173),
[anon_sym_DASH] = ACTIONS(1173),
[anon_sym_TILDE] = ACTIONS(1171),
[anon_sym_BANG] = ACTIONS(1171),
[anon_sym_PLUS_PLUS] = ACTIONS(1171),
[anon_sym_DASH_DASH] = ACTIONS(1171),
[anon_sym_new] = ACTIONS(1173),
[anon_sym_class] = ACTIONS(1173),
[anon_sym_switch] = ACTIONS(1173),
[anon_sym_LBRACE] = ACTIONS(1171),
[anon_sym_case] = ACTIONS(1173),
[anon_sym_default] = ACTIONS(1173),
[anon_sym_SEMI] = ACTIONS(1171),
[anon_sym_assert] = ACTIONS(1173),
[anon_sym_do] = ACTIONS(1173),
[anon_sym_while] = ACTIONS(1173),
[anon_sym_break] = ACTIONS(1173),
[anon_sym_continue] = ACTIONS(1173),
[anon_sym_return] = ACTIONS(1173),
[anon_sym_yield] = ACTIONS(1173),
[anon_sym_synchronized] = ACTIONS(1173),
[anon_sym_throw] = ACTIONS(1173),
[anon_sym_try] = ACTIONS(1173),
[anon_sym_if] = ACTIONS(1173),
[anon_sym_else] = ACTIONS(1173),
[anon_sym_for] = ACTIONS(1173),
[anon_sym_AT] = ACTIONS(1171),
[anon_sym_open] = ACTIONS(1173),
[anon_sym_module] = ACTIONS(1173),
[anon_sym_static] = ACTIONS(1173),
[anon_sym_with] = ACTIONS(1173),
[anon_sym_package] = ACTIONS(1173),
[anon_sym_import] = ACTIONS(1173),
[anon_sym_enum] = ACTIONS(1173),
[anon_sym_public] = ACTIONS(1173),
[anon_sym_protected] = ACTIONS(1173),
[anon_sym_private] = ACTIONS(1173),
[anon_sym_abstract] = ACTIONS(1173),
[anon_sym_final] = ACTIONS(1173),
[anon_sym_strictfp] = ACTIONS(1173),
[anon_sym_native] = ACTIONS(1173),
[anon_sym_transient] = ACTIONS(1173),
[anon_sym_volatile] = ACTIONS(1173),
[anon_sym_sealed] = ACTIONS(1173),
[anon_sym_non_DASHsealed] = ACTIONS(1171),
[anon_sym_record] = ACTIONS(1173),
[anon_sym_interface] = ACTIONS(1173),
[anon_sym_byte] = ACTIONS(1173),
[anon_sym_short] = ACTIONS(1173),
[anon_sym_int] = ACTIONS(1173),
[anon_sym_long] = ACTIONS(1173),
[anon_sym_char] = ACTIONS(1173),
[anon_sym_float] = ACTIONS(1173),
[anon_sym_double] = ACTIONS(1173),
[sym_boolean_type] = ACTIONS(1173),
[sym_void_type] = ACTIONS(1173),
[sym_this] = ACTIONS(1173),
[sym_super] = ACTIONS(1173),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(355)] = {
[ts_builtin_sym_end] = ACTIONS(1175),
[sym_identifier] = ACTIONS(1177),
[sym_decimal_integer_literal] = ACTIONS(1177),
[sym_hex_integer_literal] = ACTIONS(1177),
[sym_octal_integer_literal] = ACTIONS(1177),
[sym_binary_integer_literal] = ACTIONS(1175),
[sym_decimal_floating_point_literal] = ACTIONS(1175),
[sym_hex_floating_point_literal] = ACTIONS(1177),
[sym_true] = ACTIONS(1177),
[sym_false] = ACTIONS(1177),
[sym_character_literal] = ACTIONS(1175),
[anon_sym_DQUOTE] = ACTIONS(1177),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1175),
[anon_sym_RBRACE] = ACTIONS(1175),
[sym_null_literal] = ACTIONS(1177),
[anon_sym_LPAREN] = ACTIONS(1175),
[anon_sym_LT] = ACTIONS(1175),
[anon_sym_PLUS] = ACTIONS(1177),
[anon_sym_DASH] = ACTIONS(1177),
[anon_sym_TILDE] = ACTIONS(1175),
[anon_sym_BANG] = ACTIONS(1175),
[anon_sym_PLUS_PLUS] = ACTIONS(1175),
[anon_sym_DASH_DASH] = ACTIONS(1175),
[anon_sym_new] = ACTIONS(1177),
[anon_sym_class] = ACTIONS(1177),
[anon_sym_switch] = ACTIONS(1177),
[anon_sym_LBRACE] = ACTIONS(1175),
[anon_sym_case] = ACTIONS(1177),
[anon_sym_default] = ACTIONS(1177),
[anon_sym_SEMI] = ACTIONS(1175),
[anon_sym_assert] = ACTIONS(1177),
[anon_sym_do] = ACTIONS(1177),
[anon_sym_while] = ACTIONS(1177),
[anon_sym_break] = ACTIONS(1177),
[anon_sym_continue] = ACTIONS(1177),
[anon_sym_return] = ACTIONS(1177),
[anon_sym_yield] = ACTIONS(1177),
[anon_sym_synchronized] = ACTIONS(1177),
[anon_sym_throw] = ACTIONS(1177),
[anon_sym_try] = ACTIONS(1177),
[anon_sym_if] = ACTIONS(1177),
[anon_sym_else] = ACTIONS(1177),
[anon_sym_for] = ACTIONS(1177),
[anon_sym_AT] = ACTIONS(1175),
[anon_sym_open] = ACTIONS(1177),
[anon_sym_module] = ACTIONS(1177),
[anon_sym_static] = ACTIONS(1177),
[anon_sym_with] = ACTIONS(1177),
[anon_sym_package] = ACTIONS(1177),
[anon_sym_import] = ACTIONS(1177),
[anon_sym_enum] = ACTIONS(1177),
[anon_sym_public] = ACTIONS(1177),
[anon_sym_protected] = ACTIONS(1177),
[anon_sym_private] = ACTIONS(1177),
[anon_sym_abstract] = ACTIONS(1177),
[anon_sym_final] = ACTIONS(1177),
[anon_sym_strictfp] = ACTIONS(1177),
[anon_sym_native] = ACTIONS(1177),
[anon_sym_transient] = ACTIONS(1177),
[anon_sym_volatile] = ACTIONS(1177),
[anon_sym_sealed] = ACTIONS(1177),
[anon_sym_non_DASHsealed] = ACTIONS(1175),
[anon_sym_record] = ACTIONS(1177),
[anon_sym_interface] = ACTIONS(1177),
[anon_sym_byte] = ACTIONS(1177),
[anon_sym_short] = ACTIONS(1177),
[anon_sym_int] = ACTIONS(1177),
[anon_sym_long] = ACTIONS(1177),
[anon_sym_char] = ACTIONS(1177),
[anon_sym_float] = ACTIONS(1177),
[anon_sym_double] = ACTIONS(1177),
[sym_boolean_type] = ACTIONS(1177),
[sym_void_type] = ACTIONS(1177),
[sym_this] = ACTIONS(1177),
[sym_super] = ACTIONS(1177),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(356)] = {
[ts_builtin_sym_end] = ACTIONS(1179),
[sym_identifier] = ACTIONS(1181),
[sym_decimal_integer_literal] = ACTIONS(1181),
[sym_hex_integer_literal] = ACTIONS(1181),
[sym_octal_integer_literal] = ACTIONS(1181),
[sym_binary_integer_literal] = ACTIONS(1179),
[sym_decimal_floating_point_literal] = ACTIONS(1179),
[sym_hex_floating_point_literal] = ACTIONS(1181),
[sym_true] = ACTIONS(1181),
[sym_false] = ACTIONS(1181),
[sym_character_literal] = ACTIONS(1179),
[anon_sym_DQUOTE] = ACTIONS(1181),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1179),
[anon_sym_RBRACE] = ACTIONS(1179),
[sym_null_literal] = ACTIONS(1181),
[anon_sym_LPAREN] = ACTIONS(1179),
[anon_sym_LT] = ACTIONS(1179),
[anon_sym_PLUS] = ACTIONS(1181),
[anon_sym_DASH] = ACTIONS(1181),
[anon_sym_TILDE] = ACTIONS(1179),
[anon_sym_BANG] = ACTIONS(1179),
[anon_sym_PLUS_PLUS] = ACTIONS(1179),
[anon_sym_DASH_DASH] = ACTIONS(1179),
[anon_sym_new] = ACTIONS(1181),
[anon_sym_class] = ACTIONS(1181),
[anon_sym_switch] = ACTIONS(1181),
[anon_sym_LBRACE] = ACTIONS(1179),
[anon_sym_case] = ACTIONS(1181),
[anon_sym_default] = ACTIONS(1181),
[anon_sym_SEMI] = ACTIONS(1179),
[anon_sym_assert] = ACTIONS(1181),
[anon_sym_do] = ACTIONS(1181),
[anon_sym_while] = ACTIONS(1181),
[anon_sym_break] = ACTIONS(1181),
[anon_sym_continue] = ACTIONS(1181),
[anon_sym_return] = ACTIONS(1181),
[anon_sym_yield] = ACTIONS(1181),
[anon_sym_synchronized] = ACTIONS(1181),
[anon_sym_throw] = ACTIONS(1181),
[anon_sym_try] = ACTIONS(1181),
[anon_sym_if] = ACTIONS(1181),
[anon_sym_else] = ACTIONS(1181),
[anon_sym_for] = ACTIONS(1181),
[anon_sym_AT] = ACTIONS(1179),
[anon_sym_open] = ACTIONS(1181),
[anon_sym_module] = ACTIONS(1181),
[anon_sym_static] = ACTIONS(1181),
[anon_sym_with] = ACTIONS(1181),
[anon_sym_package] = ACTIONS(1181),
[anon_sym_import] = ACTIONS(1181),
[anon_sym_enum] = ACTIONS(1181),
[anon_sym_public] = ACTIONS(1181),
[anon_sym_protected] = ACTIONS(1181),
[anon_sym_private] = ACTIONS(1181),
[anon_sym_abstract] = ACTIONS(1181),
[anon_sym_final] = ACTIONS(1181),
[anon_sym_strictfp] = ACTIONS(1181),
[anon_sym_native] = ACTIONS(1181),
[anon_sym_transient] = ACTIONS(1181),
[anon_sym_volatile] = ACTIONS(1181),
[anon_sym_sealed] = ACTIONS(1181),
[anon_sym_non_DASHsealed] = ACTIONS(1179),
[anon_sym_record] = ACTIONS(1181),
[anon_sym_interface] = ACTIONS(1181),
[anon_sym_byte] = ACTIONS(1181),
[anon_sym_short] = ACTIONS(1181),
[anon_sym_int] = ACTIONS(1181),
[anon_sym_long] = ACTIONS(1181),
[anon_sym_char] = ACTIONS(1181),
[anon_sym_float] = ACTIONS(1181),
[anon_sym_double] = ACTIONS(1181),
[sym_boolean_type] = ACTIONS(1181),
[sym_void_type] = ACTIONS(1181),
[sym_this] = ACTIONS(1181),
[sym_super] = ACTIONS(1181),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(357)] = {
[ts_builtin_sym_end] = ACTIONS(1183),
[sym_identifier] = ACTIONS(1185),
[sym_decimal_integer_literal] = ACTIONS(1185),
[sym_hex_integer_literal] = ACTIONS(1185),
[sym_octal_integer_literal] = ACTIONS(1185),
[sym_binary_integer_literal] = ACTIONS(1183),
[sym_decimal_floating_point_literal] = ACTIONS(1183),
[sym_hex_floating_point_literal] = ACTIONS(1185),
[sym_true] = ACTIONS(1185),
[sym_false] = ACTIONS(1185),
[sym_character_literal] = ACTIONS(1183),
[anon_sym_DQUOTE] = ACTIONS(1185),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1183),
[anon_sym_RBRACE] = ACTIONS(1183),
[sym_null_literal] = ACTIONS(1185),
[anon_sym_LPAREN] = ACTIONS(1183),
[anon_sym_LT] = ACTIONS(1183),
[anon_sym_PLUS] = ACTIONS(1185),
[anon_sym_DASH] = ACTIONS(1185),
[anon_sym_TILDE] = ACTIONS(1183),
[anon_sym_BANG] = ACTIONS(1183),
[anon_sym_PLUS_PLUS] = ACTIONS(1183),
[anon_sym_DASH_DASH] = ACTIONS(1183),
[anon_sym_new] = ACTIONS(1185),
[anon_sym_class] = ACTIONS(1185),
[anon_sym_switch] = ACTIONS(1185),
[anon_sym_LBRACE] = ACTIONS(1183),
[anon_sym_case] = ACTIONS(1185),
[anon_sym_default] = ACTIONS(1185),
[anon_sym_SEMI] = ACTIONS(1183),
[anon_sym_assert] = ACTIONS(1185),
[anon_sym_do] = ACTIONS(1185),
[anon_sym_while] = ACTIONS(1185),
[anon_sym_break] = ACTIONS(1185),
[anon_sym_continue] = ACTIONS(1185),
[anon_sym_return] = ACTIONS(1185),
[anon_sym_yield] = ACTIONS(1185),
[anon_sym_synchronized] = ACTIONS(1185),
[anon_sym_throw] = ACTIONS(1185),
[anon_sym_try] = ACTIONS(1185),
[anon_sym_if] = ACTIONS(1185),
[anon_sym_else] = ACTIONS(1185),
[anon_sym_for] = ACTIONS(1185),
[anon_sym_AT] = ACTIONS(1183),
[anon_sym_open] = ACTIONS(1185),
[anon_sym_module] = ACTIONS(1185),
[anon_sym_static] = ACTIONS(1185),
[anon_sym_with] = ACTIONS(1185),
[anon_sym_package] = ACTIONS(1185),
[anon_sym_import] = ACTIONS(1185),
[anon_sym_enum] = ACTIONS(1185),
[anon_sym_public] = ACTIONS(1185),
[anon_sym_protected] = ACTIONS(1185),
[anon_sym_private] = ACTIONS(1185),
[anon_sym_abstract] = ACTIONS(1185),
[anon_sym_final] = ACTIONS(1185),
[anon_sym_strictfp] = ACTIONS(1185),
[anon_sym_native] = ACTIONS(1185),
[anon_sym_transient] = ACTIONS(1185),
[anon_sym_volatile] = ACTIONS(1185),
[anon_sym_sealed] = ACTIONS(1185),
[anon_sym_non_DASHsealed] = ACTIONS(1183),
[anon_sym_record] = ACTIONS(1185),
[anon_sym_interface] = ACTIONS(1185),
[anon_sym_byte] = ACTIONS(1185),
[anon_sym_short] = ACTIONS(1185),
[anon_sym_int] = ACTIONS(1185),
[anon_sym_long] = ACTIONS(1185),
[anon_sym_char] = ACTIONS(1185),
[anon_sym_float] = ACTIONS(1185),
[anon_sym_double] = ACTIONS(1185),
[sym_boolean_type] = ACTIONS(1185),
[sym_void_type] = ACTIONS(1185),
[sym_this] = ACTIONS(1185),
[sym_super] = ACTIONS(1185),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(358)] = {
[ts_builtin_sym_end] = ACTIONS(1187),
[sym_identifier] = ACTIONS(1189),
[sym_decimal_integer_literal] = ACTIONS(1189),
[sym_hex_integer_literal] = ACTIONS(1189),
[sym_octal_integer_literal] = ACTIONS(1189),
[sym_binary_integer_literal] = ACTIONS(1187),
[sym_decimal_floating_point_literal] = ACTIONS(1187),
[sym_hex_floating_point_literal] = ACTIONS(1189),
[sym_true] = ACTIONS(1189),
[sym_false] = ACTIONS(1189),
[sym_character_literal] = ACTIONS(1187),
[anon_sym_DQUOTE] = ACTIONS(1189),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1187),
[anon_sym_RBRACE] = ACTIONS(1187),
[sym_null_literal] = ACTIONS(1189),
[anon_sym_LPAREN] = ACTIONS(1187),
[anon_sym_LT] = ACTIONS(1187),
[anon_sym_PLUS] = ACTIONS(1189),
[anon_sym_DASH] = ACTIONS(1189),
[anon_sym_TILDE] = ACTIONS(1187),
[anon_sym_BANG] = ACTIONS(1187),
[anon_sym_PLUS_PLUS] = ACTIONS(1187),
[anon_sym_DASH_DASH] = ACTIONS(1187),
[anon_sym_new] = ACTIONS(1189),
[anon_sym_class] = ACTIONS(1189),
[anon_sym_switch] = ACTIONS(1189),
[anon_sym_LBRACE] = ACTIONS(1187),
[anon_sym_case] = ACTIONS(1189),
[anon_sym_default] = ACTIONS(1189),
[anon_sym_SEMI] = ACTIONS(1187),
[anon_sym_assert] = ACTIONS(1189),
[anon_sym_do] = ACTIONS(1189),
[anon_sym_while] = ACTIONS(1189),
[anon_sym_break] = ACTIONS(1189),
[anon_sym_continue] = ACTIONS(1189),
[anon_sym_return] = ACTIONS(1189),
[anon_sym_yield] = ACTIONS(1189),
[anon_sym_synchronized] = ACTIONS(1189),
[anon_sym_throw] = ACTIONS(1189),
[anon_sym_try] = ACTIONS(1189),
[anon_sym_if] = ACTIONS(1189),
[anon_sym_else] = ACTIONS(1189),
[anon_sym_for] = ACTIONS(1189),
[anon_sym_AT] = ACTIONS(1187),
[anon_sym_open] = ACTIONS(1189),
[anon_sym_module] = ACTIONS(1189),
[anon_sym_static] = ACTIONS(1189),
[anon_sym_with] = ACTIONS(1189),
[anon_sym_package] = ACTIONS(1189),
[anon_sym_import] = ACTIONS(1189),
[anon_sym_enum] = ACTIONS(1189),
[anon_sym_public] = ACTIONS(1189),
[anon_sym_protected] = ACTIONS(1189),
[anon_sym_private] = ACTIONS(1189),
[anon_sym_abstract] = ACTIONS(1189),
[anon_sym_final] = ACTIONS(1189),
[anon_sym_strictfp] = ACTIONS(1189),
[anon_sym_native] = ACTIONS(1189),
[anon_sym_transient] = ACTIONS(1189),
[anon_sym_volatile] = ACTIONS(1189),
[anon_sym_sealed] = ACTIONS(1189),
[anon_sym_non_DASHsealed] = ACTIONS(1187),
[anon_sym_record] = ACTIONS(1189),
[anon_sym_interface] = ACTIONS(1189),
[anon_sym_byte] = ACTIONS(1189),
[anon_sym_short] = ACTIONS(1189),
[anon_sym_int] = ACTIONS(1189),
[anon_sym_long] = ACTIONS(1189),
[anon_sym_char] = ACTIONS(1189),
[anon_sym_float] = ACTIONS(1189),
[anon_sym_double] = ACTIONS(1189),
[sym_boolean_type] = ACTIONS(1189),
[sym_void_type] = ACTIONS(1189),
[sym_this] = ACTIONS(1189),
[sym_super] = ACTIONS(1189),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(359)] = {
[ts_builtin_sym_end] = ACTIONS(1191),
[sym_identifier] = ACTIONS(1193),
[sym_decimal_integer_literal] = ACTIONS(1193),
[sym_hex_integer_literal] = ACTIONS(1193),
[sym_octal_integer_literal] = ACTIONS(1193),
[sym_binary_integer_literal] = ACTIONS(1191),
[sym_decimal_floating_point_literal] = ACTIONS(1191),
[sym_hex_floating_point_literal] = ACTIONS(1193),
[sym_true] = ACTIONS(1193),
[sym_false] = ACTIONS(1193),
[sym_character_literal] = ACTIONS(1191),
[anon_sym_DQUOTE] = ACTIONS(1193),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1191),
[anon_sym_RBRACE] = ACTIONS(1191),
[sym_null_literal] = ACTIONS(1193),
[anon_sym_LPAREN] = ACTIONS(1191),
[anon_sym_LT] = ACTIONS(1191),
[anon_sym_PLUS] = ACTIONS(1193),
[anon_sym_DASH] = ACTIONS(1193),
[anon_sym_TILDE] = ACTIONS(1191),
[anon_sym_BANG] = ACTIONS(1191),
[anon_sym_PLUS_PLUS] = ACTIONS(1191),
[anon_sym_DASH_DASH] = ACTIONS(1191),
[anon_sym_new] = ACTIONS(1193),
[anon_sym_class] = ACTIONS(1193),
[anon_sym_switch] = ACTIONS(1193),
[anon_sym_LBRACE] = ACTIONS(1191),
[anon_sym_case] = ACTIONS(1193),
[anon_sym_default] = ACTIONS(1193),
[anon_sym_SEMI] = ACTIONS(1191),
[anon_sym_assert] = ACTIONS(1193),
[anon_sym_do] = ACTIONS(1193),
[anon_sym_while] = ACTIONS(1193),
[anon_sym_break] = ACTIONS(1193),
[anon_sym_continue] = ACTIONS(1193),
[anon_sym_return] = ACTIONS(1193),
[anon_sym_yield] = ACTIONS(1193),
[anon_sym_synchronized] = ACTIONS(1193),
[anon_sym_throw] = ACTIONS(1193),
[anon_sym_try] = ACTIONS(1193),
[anon_sym_if] = ACTIONS(1193),
[anon_sym_else] = ACTIONS(1193),
[anon_sym_for] = ACTIONS(1193),
[anon_sym_AT] = ACTIONS(1191),
[anon_sym_open] = ACTIONS(1193),
[anon_sym_module] = ACTIONS(1193),
[anon_sym_static] = ACTIONS(1193),
[anon_sym_with] = ACTIONS(1193),
[anon_sym_package] = ACTIONS(1193),
[anon_sym_import] = ACTIONS(1193),
[anon_sym_enum] = ACTIONS(1193),
[anon_sym_public] = ACTIONS(1193),
[anon_sym_protected] = ACTIONS(1193),
[anon_sym_private] = ACTIONS(1193),
[anon_sym_abstract] = ACTIONS(1193),
[anon_sym_final] = ACTIONS(1193),
[anon_sym_strictfp] = ACTIONS(1193),
[anon_sym_native] = ACTIONS(1193),
[anon_sym_transient] = ACTIONS(1193),
[anon_sym_volatile] = ACTIONS(1193),
[anon_sym_sealed] = ACTIONS(1193),
[anon_sym_non_DASHsealed] = ACTIONS(1191),
[anon_sym_record] = ACTIONS(1193),
[anon_sym_interface] = ACTIONS(1193),
[anon_sym_byte] = ACTIONS(1193),
[anon_sym_short] = ACTIONS(1193),
[anon_sym_int] = ACTIONS(1193),
[anon_sym_long] = ACTIONS(1193),
[anon_sym_char] = ACTIONS(1193),
[anon_sym_float] = ACTIONS(1193),
[anon_sym_double] = ACTIONS(1193),
[sym_boolean_type] = ACTIONS(1193),
[sym_void_type] = ACTIONS(1193),
[sym_this] = ACTIONS(1193),
[sym_super] = ACTIONS(1193),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(360)] = {
[ts_builtin_sym_end] = ACTIONS(1195),
[sym_identifier] = ACTIONS(1197),
[sym_decimal_integer_literal] = ACTIONS(1197),
[sym_hex_integer_literal] = ACTIONS(1197),
[sym_octal_integer_literal] = ACTIONS(1197),
[sym_binary_integer_literal] = ACTIONS(1195),
[sym_decimal_floating_point_literal] = ACTIONS(1195),
[sym_hex_floating_point_literal] = ACTIONS(1197),
[sym_true] = ACTIONS(1197),
[sym_false] = ACTIONS(1197),
[sym_character_literal] = ACTIONS(1195),
[anon_sym_DQUOTE] = ACTIONS(1197),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1195),
[anon_sym_RBRACE] = ACTIONS(1195),
[sym_null_literal] = ACTIONS(1197),
[anon_sym_LPAREN] = ACTIONS(1195),
[anon_sym_LT] = ACTIONS(1195),
[anon_sym_PLUS] = ACTIONS(1197),
[anon_sym_DASH] = ACTIONS(1197),
[anon_sym_TILDE] = ACTIONS(1195),
[anon_sym_BANG] = ACTIONS(1195),
[anon_sym_PLUS_PLUS] = ACTIONS(1195),
[anon_sym_DASH_DASH] = ACTIONS(1195),
[anon_sym_new] = ACTIONS(1197),
[anon_sym_class] = ACTIONS(1197),
[anon_sym_switch] = ACTIONS(1197),
[anon_sym_LBRACE] = ACTIONS(1195),
[anon_sym_case] = ACTIONS(1197),
[anon_sym_default] = ACTIONS(1197),
[anon_sym_SEMI] = ACTIONS(1195),
[anon_sym_assert] = ACTIONS(1197),
[anon_sym_do] = ACTIONS(1197),
[anon_sym_while] = ACTIONS(1197),
[anon_sym_break] = ACTIONS(1197),
[anon_sym_continue] = ACTIONS(1197),
[anon_sym_return] = ACTIONS(1197),
[anon_sym_yield] = ACTIONS(1197),
[anon_sym_synchronized] = ACTIONS(1197),
[anon_sym_throw] = ACTIONS(1197),
[anon_sym_try] = ACTIONS(1197),
[anon_sym_if] = ACTIONS(1197),
[anon_sym_else] = ACTIONS(1197),
[anon_sym_for] = ACTIONS(1197),
[anon_sym_AT] = ACTIONS(1195),
[anon_sym_open] = ACTIONS(1197),
[anon_sym_module] = ACTIONS(1197),
[anon_sym_static] = ACTIONS(1197),
[anon_sym_with] = ACTIONS(1197),
[anon_sym_package] = ACTIONS(1197),
[anon_sym_import] = ACTIONS(1197),
[anon_sym_enum] = ACTIONS(1197),
[anon_sym_public] = ACTIONS(1197),
[anon_sym_protected] = ACTIONS(1197),
[anon_sym_private] = ACTIONS(1197),
[anon_sym_abstract] = ACTIONS(1197),
[anon_sym_final] = ACTIONS(1197),
[anon_sym_strictfp] = ACTIONS(1197),
[anon_sym_native] = ACTIONS(1197),
[anon_sym_transient] = ACTIONS(1197),
[anon_sym_volatile] = ACTIONS(1197),
[anon_sym_sealed] = ACTIONS(1197),
[anon_sym_non_DASHsealed] = ACTIONS(1195),
[anon_sym_record] = ACTIONS(1197),
[anon_sym_interface] = ACTIONS(1197),
[anon_sym_byte] = ACTIONS(1197),
[anon_sym_short] = ACTIONS(1197),
[anon_sym_int] = ACTIONS(1197),
[anon_sym_long] = ACTIONS(1197),
[anon_sym_char] = ACTIONS(1197),
[anon_sym_float] = ACTIONS(1197),
[anon_sym_double] = ACTIONS(1197),
[sym_boolean_type] = ACTIONS(1197),
[sym_void_type] = ACTIONS(1197),
[sym_this] = ACTIONS(1197),
[sym_super] = ACTIONS(1197),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(361)] = {
[ts_builtin_sym_end] = ACTIONS(1199),
[sym_identifier] = ACTIONS(1201),
[sym_decimal_integer_literal] = ACTIONS(1201),
[sym_hex_integer_literal] = ACTIONS(1201),
[sym_octal_integer_literal] = ACTIONS(1201),
[sym_binary_integer_literal] = ACTIONS(1199),
[sym_decimal_floating_point_literal] = ACTIONS(1199),
[sym_hex_floating_point_literal] = ACTIONS(1201),
[sym_true] = ACTIONS(1201),
[sym_false] = ACTIONS(1201),
[sym_character_literal] = ACTIONS(1199),
[anon_sym_DQUOTE] = ACTIONS(1201),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1199),
[anon_sym_RBRACE] = ACTIONS(1199),
[sym_null_literal] = ACTIONS(1201),
[anon_sym_LPAREN] = ACTIONS(1199),
[anon_sym_LT] = ACTIONS(1199),
[anon_sym_PLUS] = ACTIONS(1201),
[anon_sym_DASH] = ACTIONS(1201),
[anon_sym_TILDE] = ACTIONS(1199),
[anon_sym_BANG] = ACTIONS(1199),
[anon_sym_PLUS_PLUS] = ACTIONS(1199),
[anon_sym_DASH_DASH] = ACTIONS(1199),
[anon_sym_new] = ACTIONS(1201),
[anon_sym_class] = ACTIONS(1201),
[anon_sym_switch] = ACTIONS(1201),
[anon_sym_LBRACE] = ACTIONS(1199),
[anon_sym_case] = ACTIONS(1201),
[anon_sym_default] = ACTIONS(1201),
[anon_sym_SEMI] = ACTIONS(1199),
[anon_sym_assert] = ACTIONS(1201),
[anon_sym_do] = ACTIONS(1201),
[anon_sym_while] = ACTIONS(1201),
[anon_sym_break] = ACTIONS(1201),
[anon_sym_continue] = ACTIONS(1201),
[anon_sym_return] = ACTIONS(1201),
[anon_sym_yield] = ACTIONS(1201),
[anon_sym_synchronized] = ACTIONS(1201),
[anon_sym_throw] = ACTIONS(1201),
[anon_sym_try] = ACTIONS(1201),
[anon_sym_if] = ACTIONS(1201),
[anon_sym_else] = ACTIONS(1201),
[anon_sym_for] = ACTIONS(1201),
[anon_sym_AT] = ACTIONS(1199),
[anon_sym_open] = ACTIONS(1201),
[anon_sym_module] = ACTIONS(1201),
[anon_sym_static] = ACTIONS(1201),
[anon_sym_with] = ACTIONS(1201),
[anon_sym_package] = ACTIONS(1201),
[anon_sym_import] = ACTIONS(1201),
[anon_sym_enum] = ACTIONS(1201),
[anon_sym_public] = ACTIONS(1201),
[anon_sym_protected] = ACTIONS(1201),
[anon_sym_private] = ACTIONS(1201),
[anon_sym_abstract] = ACTIONS(1201),
[anon_sym_final] = ACTIONS(1201),
[anon_sym_strictfp] = ACTIONS(1201),
[anon_sym_native] = ACTIONS(1201),
[anon_sym_transient] = ACTIONS(1201),
[anon_sym_volatile] = ACTIONS(1201),
[anon_sym_sealed] = ACTIONS(1201),
[anon_sym_non_DASHsealed] = ACTIONS(1199),
[anon_sym_record] = ACTIONS(1201),
[anon_sym_interface] = ACTIONS(1201),
[anon_sym_byte] = ACTIONS(1201),
[anon_sym_short] = ACTIONS(1201),
[anon_sym_int] = ACTIONS(1201),
[anon_sym_long] = ACTIONS(1201),
[anon_sym_char] = ACTIONS(1201),
[anon_sym_float] = ACTIONS(1201),
[anon_sym_double] = ACTIONS(1201),
[sym_boolean_type] = ACTIONS(1201),
[sym_void_type] = ACTIONS(1201),
[sym_this] = ACTIONS(1201),
[sym_super] = ACTIONS(1201),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(362)] = {
[ts_builtin_sym_end] = ACTIONS(1203),
[sym_identifier] = ACTIONS(1205),
[sym_decimal_integer_literal] = ACTIONS(1205),
[sym_hex_integer_literal] = ACTIONS(1205),
[sym_octal_integer_literal] = ACTIONS(1205),
[sym_binary_integer_literal] = ACTIONS(1203),
[sym_decimal_floating_point_literal] = ACTIONS(1203),
[sym_hex_floating_point_literal] = ACTIONS(1205),
[sym_true] = ACTIONS(1205),
[sym_false] = ACTIONS(1205),
[sym_character_literal] = ACTIONS(1203),
[anon_sym_DQUOTE] = ACTIONS(1205),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1203),
[anon_sym_RBRACE] = ACTIONS(1203),
[sym_null_literal] = ACTIONS(1205),
[anon_sym_LPAREN] = ACTIONS(1203),
[anon_sym_LT] = ACTIONS(1203),
[anon_sym_PLUS] = ACTIONS(1205),
[anon_sym_DASH] = ACTIONS(1205),
[anon_sym_TILDE] = ACTIONS(1203),
[anon_sym_BANG] = ACTIONS(1203),
[anon_sym_PLUS_PLUS] = ACTIONS(1203),
[anon_sym_DASH_DASH] = ACTIONS(1203),
[anon_sym_new] = ACTIONS(1205),
[anon_sym_class] = ACTIONS(1205),
[anon_sym_switch] = ACTIONS(1205),
[anon_sym_LBRACE] = ACTIONS(1203),
[anon_sym_case] = ACTIONS(1205),
[anon_sym_default] = ACTIONS(1205),
[anon_sym_SEMI] = ACTIONS(1203),
[anon_sym_assert] = ACTIONS(1205),
[anon_sym_do] = ACTIONS(1205),
[anon_sym_while] = ACTIONS(1205),
[anon_sym_break] = ACTIONS(1205),
[anon_sym_continue] = ACTIONS(1205),
[anon_sym_return] = ACTIONS(1205),
[anon_sym_yield] = ACTIONS(1205),
[anon_sym_synchronized] = ACTIONS(1205),
[anon_sym_throw] = ACTIONS(1205),
[anon_sym_try] = ACTIONS(1205),
[anon_sym_if] = ACTIONS(1205),
[anon_sym_else] = ACTIONS(1205),
[anon_sym_for] = ACTIONS(1205),
[anon_sym_AT] = ACTIONS(1203),
[anon_sym_open] = ACTIONS(1205),
[anon_sym_module] = ACTIONS(1205),
[anon_sym_static] = ACTIONS(1205),
[anon_sym_with] = ACTIONS(1205),
[anon_sym_package] = ACTIONS(1205),
[anon_sym_import] = ACTIONS(1205),
[anon_sym_enum] = ACTIONS(1205),
[anon_sym_public] = ACTIONS(1205),
[anon_sym_protected] = ACTIONS(1205),
[anon_sym_private] = ACTIONS(1205),
[anon_sym_abstract] = ACTIONS(1205),
[anon_sym_final] = ACTIONS(1205),
[anon_sym_strictfp] = ACTIONS(1205),
[anon_sym_native] = ACTIONS(1205),
[anon_sym_transient] = ACTIONS(1205),
[anon_sym_volatile] = ACTIONS(1205),
[anon_sym_sealed] = ACTIONS(1205),
[anon_sym_non_DASHsealed] = ACTIONS(1203),
[anon_sym_record] = ACTIONS(1205),
[anon_sym_interface] = ACTIONS(1205),
[anon_sym_byte] = ACTIONS(1205),
[anon_sym_short] = ACTIONS(1205),
[anon_sym_int] = ACTIONS(1205),
[anon_sym_long] = ACTIONS(1205),
[anon_sym_char] = ACTIONS(1205),
[anon_sym_float] = ACTIONS(1205),
[anon_sym_double] = ACTIONS(1205),
[sym_boolean_type] = ACTIONS(1205),
[sym_void_type] = ACTIONS(1205),
[sym_this] = ACTIONS(1205),
[sym_super] = ACTIONS(1205),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(363)] = {
[ts_builtin_sym_end] = ACTIONS(1207),
[sym_identifier] = ACTIONS(1209),
[sym_decimal_integer_literal] = ACTIONS(1209),
[sym_hex_integer_literal] = ACTIONS(1209),
[sym_octal_integer_literal] = ACTIONS(1209),
[sym_binary_integer_literal] = ACTIONS(1207),
[sym_decimal_floating_point_literal] = ACTIONS(1207),
[sym_hex_floating_point_literal] = ACTIONS(1209),
[sym_true] = ACTIONS(1209),
[sym_false] = ACTIONS(1209),
[sym_character_literal] = ACTIONS(1207),
[anon_sym_DQUOTE] = ACTIONS(1209),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1207),
[anon_sym_RBRACE] = ACTIONS(1207),
[sym_null_literal] = ACTIONS(1209),
[anon_sym_LPAREN] = ACTIONS(1207),
[anon_sym_LT] = ACTIONS(1207),
[anon_sym_PLUS] = ACTIONS(1209),
[anon_sym_DASH] = ACTIONS(1209),
[anon_sym_TILDE] = ACTIONS(1207),
[anon_sym_BANG] = ACTIONS(1207),
[anon_sym_PLUS_PLUS] = ACTIONS(1207),
[anon_sym_DASH_DASH] = ACTIONS(1207),
[anon_sym_new] = ACTIONS(1209),
[anon_sym_class] = ACTIONS(1209),
[anon_sym_switch] = ACTIONS(1209),
[anon_sym_LBRACE] = ACTIONS(1207),
[anon_sym_case] = ACTIONS(1209),
[anon_sym_default] = ACTIONS(1209),
[anon_sym_SEMI] = ACTIONS(1207),
[anon_sym_assert] = ACTIONS(1209),
[anon_sym_do] = ACTIONS(1209),
[anon_sym_while] = ACTIONS(1209),
[anon_sym_break] = ACTIONS(1209),
[anon_sym_continue] = ACTIONS(1209),
[anon_sym_return] = ACTIONS(1209),
[anon_sym_yield] = ACTIONS(1209),
[anon_sym_synchronized] = ACTIONS(1209),
[anon_sym_throw] = ACTIONS(1209),
[anon_sym_try] = ACTIONS(1209),
[anon_sym_if] = ACTIONS(1209),
[anon_sym_else] = ACTIONS(1209),
[anon_sym_for] = ACTIONS(1209),
[anon_sym_AT] = ACTIONS(1207),
[anon_sym_open] = ACTIONS(1209),
[anon_sym_module] = ACTIONS(1209),
[anon_sym_static] = ACTIONS(1209),
[anon_sym_with] = ACTIONS(1209),
[anon_sym_package] = ACTIONS(1209),
[anon_sym_import] = ACTIONS(1209),
[anon_sym_enum] = ACTIONS(1209),
[anon_sym_public] = ACTIONS(1209),
[anon_sym_protected] = ACTIONS(1209),
[anon_sym_private] = ACTIONS(1209),
[anon_sym_abstract] = ACTIONS(1209),
[anon_sym_final] = ACTIONS(1209),
[anon_sym_strictfp] = ACTIONS(1209),
[anon_sym_native] = ACTIONS(1209),
[anon_sym_transient] = ACTIONS(1209),
[anon_sym_volatile] = ACTIONS(1209),
[anon_sym_sealed] = ACTIONS(1209),
[anon_sym_non_DASHsealed] = ACTIONS(1207),
[anon_sym_record] = ACTIONS(1209),
[anon_sym_interface] = ACTIONS(1209),
[anon_sym_byte] = ACTIONS(1209),
[anon_sym_short] = ACTIONS(1209),
[anon_sym_int] = ACTIONS(1209),
[anon_sym_long] = ACTIONS(1209),
[anon_sym_char] = ACTIONS(1209),
[anon_sym_float] = ACTIONS(1209),
[anon_sym_double] = ACTIONS(1209),
[sym_boolean_type] = ACTIONS(1209),
[sym_void_type] = ACTIONS(1209),
[sym_this] = ACTIONS(1209),
[sym_super] = ACTIONS(1209),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(364)] = {
[ts_builtin_sym_end] = ACTIONS(1211),
[sym_identifier] = ACTIONS(1213),
[sym_decimal_integer_literal] = ACTIONS(1213),
[sym_hex_integer_literal] = ACTIONS(1213),
[sym_octal_integer_literal] = ACTIONS(1213),
[sym_binary_integer_literal] = ACTIONS(1211),
[sym_decimal_floating_point_literal] = ACTIONS(1211),
[sym_hex_floating_point_literal] = ACTIONS(1213),
[sym_true] = ACTIONS(1213),
[sym_false] = ACTIONS(1213),
[sym_character_literal] = ACTIONS(1211),
[anon_sym_DQUOTE] = ACTIONS(1213),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1211),
[anon_sym_RBRACE] = ACTIONS(1211),
[sym_null_literal] = ACTIONS(1213),
[anon_sym_LPAREN] = ACTIONS(1211),
[anon_sym_LT] = ACTIONS(1211),
[anon_sym_PLUS] = ACTIONS(1213),
[anon_sym_DASH] = ACTIONS(1213),
[anon_sym_TILDE] = ACTIONS(1211),
[anon_sym_BANG] = ACTIONS(1211),
[anon_sym_PLUS_PLUS] = ACTIONS(1211),
[anon_sym_DASH_DASH] = ACTIONS(1211),
[anon_sym_new] = ACTIONS(1213),
[anon_sym_class] = ACTIONS(1213),
[anon_sym_switch] = ACTIONS(1213),
[anon_sym_LBRACE] = ACTIONS(1211),
[anon_sym_case] = ACTIONS(1213),
[anon_sym_default] = ACTIONS(1213),
[anon_sym_SEMI] = ACTIONS(1211),
[anon_sym_assert] = ACTIONS(1213),
[anon_sym_do] = ACTIONS(1213),
[anon_sym_while] = ACTIONS(1213),
[anon_sym_break] = ACTIONS(1213),
[anon_sym_continue] = ACTIONS(1213),
[anon_sym_return] = ACTIONS(1213),
[anon_sym_yield] = ACTIONS(1213),
[anon_sym_synchronized] = ACTIONS(1213),
[anon_sym_throw] = ACTIONS(1213),
[anon_sym_try] = ACTIONS(1213),
[anon_sym_if] = ACTIONS(1213),
[anon_sym_else] = ACTIONS(1213),
[anon_sym_for] = ACTIONS(1213),
[anon_sym_AT] = ACTIONS(1211),
[anon_sym_open] = ACTIONS(1213),
[anon_sym_module] = ACTIONS(1213),
[anon_sym_static] = ACTIONS(1213),
[anon_sym_with] = ACTIONS(1213),
[anon_sym_package] = ACTIONS(1213),
[anon_sym_import] = ACTIONS(1213),
[anon_sym_enum] = ACTIONS(1213),
[anon_sym_public] = ACTIONS(1213),
[anon_sym_protected] = ACTIONS(1213),
[anon_sym_private] = ACTIONS(1213),
[anon_sym_abstract] = ACTIONS(1213),
[anon_sym_final] = ACTIONS(1213),
[anon_sym_strictfp] = ACTIONS(1213),
[anon_sym_native] = ACTIONS(1213),
[anon_sym_transient] = ACTIONS(1213),
[anon_sym_volatile] = ACTIONS(1213),
[anon_sym_sealed] = ACTIONS(1213),
[anon_sym_non_DASHsealed] = ACTIONS(1211),
[anon_sym_record] = ACTIONS(1213),
[anon_sym_interface] = ACTIONS(1213),
[anon_sym_byte] = ACTIONS(1213),
[anon_sym_short] = ACTIONS(1213),
[anon_sym_int] = ACTIONS(1213),
[anon_sym_long] = ACTIONS(1213),
[anon_sym_char] = ACTIONS(1213),
[anon_sym_float] = ACTIONS(1213),
[anon_sym_double] = ACTIONS(1213),
[sym_boolean_type] = ACTIONS(1213),
[sym_void_type] = ACTIONS(1213),
[sym_this] = ACTIONS(1213),
[sym_super] = ACTIONS(1213),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(365)] = {
[ts_builtin_sym_end] = ACTIONS(1215),
[sym_identifier] = ACTIONS(1217),
[sym_decimal_integer_literal] = ACTIONS(1217),
[sym_hex_integer_literal] = ACTIONS(1217),
[sym_octal_integer_literal] = ACTIONS(1217),
[sym_binary_integer_literal] = ACTIONS(1215),
[sym_decimal_floating_point_literal] = ACTIONS(1215),
[sym_hex_floating_point_literal] = ACTIONS(1217),
[sym_true] = ACTIONS(1217),
[sym_false] = ACTIONS(1217),
[sym_character_literal] = ACTIONS(1215),
[anon_sym_DQUOTE] = ACTIONS(1217),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1215),
[anon_sym_RBRACE] = ACTIONS(1215),
[sym_null_literal] = ACTIONS(1217),
[anon_sym_LPAREN] = ACTIONS(1215),
[anon_sym_LT] = ACTIONS(1215),
[anon_sym_PLUS] = ACTIONS(1217),
[anon_sym_DASH] = ACTIONS(1217),
[anon_sym_TILDE] = ACTIONS(1215),
[anon_sym_BANG] = ACTIONS(1215),
[anon_sym_PLUS_PLUS] = ACTIONS(1215),
[anon_sym_DASH_DASH] = ACTIONS(1215),
[anon_sym_new] = ACTIONS(1217),
[anon_sym_class] = ACTIONS(1217),
[anon_sym_switch] = ACTIONS(1217),
[anon_sym_LBRACE] = ACTIONS(1215),
[anon_sym_case] = ACTIONS(1217),
[anon_sym_default] = ACTIONS(1217),
[anon_sym_SEMI] = ACTIONS(1215),
[anon_sym_assert] = ACTIONS(1217),
[anon_sym_do] = ACTIONS(1217),
[anon_sym_while] = ACTIONS(1217),
[anon_sym_break] = ACTIONS(1217),
[anon_sym_continue] = ACTIONS(1217),
[anon_sym_return] = ACTIONS(1217),
[anon_sym_yield] = ACTIONS(1217),
[anon_sym_synchronized] = ACTIONS(1217),
[anon_sym_throw] = ACTIONS(1217),
[anon_sym_try] = ACTIONS(1217),
[anon_sym_if] = ACTIONS(1217),
[anon_sym_else] = ACTIONS(1217),
[anon_sym_for] = ACTIONS(1217),
[anon_sym_AT] = ACTIONS(1215),
[anon_sym_open] = ACTIONS(1217),
[anon_sym_module] = ACTIONS(1217),
[anon_sym_static] = ACTIONS(1217),
[anon_sym_with] = ACTIONS(1217),
[anon_sym_package] = ACTIONS(1217),
[anon_sym_import] = ACTIONS(1217),
[anon_sym_enum] = ACTIONS(1217),
[anon_sym_public] = ACTIONS(1217),
[anon_sym_protected] = ACTIONS(1217),
[anon_sym_private] = ACTIONS(1217),
[anon_sym_abstract] = ACTIONS(1217),
[anon_sym_final] = ACTIONS(1217),
[anon_sym_strictfp] = ACTIONS(1217),
[anon_sym_native] = ACTIONS(1217),
[anon_sym_transient] = ACTIONS(1217),
[anon_sym_volatile] = ACTIONS(1217),
[anon_sym_sealed] = ACTIONS(1217),
[anon_sym_non_DASHsealed] = ACTIONS(1215),
[anon_sym_record] = ACTIONS(1217),
[anon_sym_interface] = ACTIONS(1217),
[anon_sym_byte] = ACTIONS(1217),
[anon_sym_short] = ACTIONS(1217),
[anon_sym_int] = ACTIONS(1217),
[anon_sym_long] = ACTIONS(1217),
[anon_sym_char] = ACTIONS(1217),
[anon_sym_float] = ACTIONS(1217),
[anon_sym_double] = ACTIONS(1217),
[sym_boolean_type] = ACTIONS(1217),
[sym_void_type] = ACTIONS(1217),
[sym_this] = ACTIONS(1217),
[sym_super] = ACTIONS(1217),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(366)] = {
[ts_builtin_sym_end] = ACTIONS(1219),
[sym_identifier] = ACTIONS(1221),
[sym_decimal_integer_literal] = ACTIONS(1221),
[sym_hex_integer_literal] = ACTIONS(1221),
[sym_octal_integer_literal] = ACTIONS(1221),
[sym_binary_integer_literal] = ACTIONS(1219),
[sym_decimal_floating_point_literal] = ACTIONS(1219),
[sym_hex_floating_point_literal] = ACTIONS(1221),
[sym_true] = ACTIONS(1221),
[sym_false] = ACTIONS(1221),
[sym_character_literal] = ACTIONS(1219),
[anon_sym_DQUOTE] = ACTIONS(1221),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1219),
[anon_sym_RBRACE] = ACTIONS(1219),
[sym_null_literal] = ACTIONS(1221),
[anon_sym_LPAREN] = ACTIONS(1219),
[anon_sym_LT] = ACTIONS(1219),
[anon_sym_PLUS] = ACTIONS(1221),
[anon_sym_DASH] = ACTIONS(1221),
[anon_sym_TILDE] = ACTIONS(1219),
[anon_sym_BANG] = ACTIONS(1219),
[anon_sym_PLUS_PLUS] = ACTIONS(1219),
[anon_sym_DASH_DASH] = ACTIONS(1219),
[anon_sym_new] = ACTIONS(1221),
[anon_sym_class] = ACTIONS(1221),
[anon_sym_switch] = ACTIONS(1221),
[anon_sym_LBRACE] = ACTIONS(1219),
[anon_sym_case] = ACTIONS(1221),
[anon_sym_default] = ACTIONS(1221),
[anon_sym_SEMI] = ACTIONS(1219),
[anon_sym_assert] = ACTIONS(1221),
[anon_sym_do] = ACTIONS(1221),
[anon_sym_while] = ACTIONS(1221),
[anon_sym_break] = ACTIONS(1221),
[anon_sym_continue] = ACTIONS(1221),
[anon_sym_return] = ACTIONS(1221),
[anon_sym_yield] = ACTIONS(1221),
[anon_sym_synchronized] = ACTIONS(1221),
[anon_sym_throw] = ACTIONS(1221),
[anon_sym_try] = ACTIONS(1221),
[anon_sym_if] = ACTIONS(1221),
[anon_sym_else] = ACTIONS(1221),
[anon_sym_for] = ACTIONS(1221),
[anon_sym_AT] = ACTIONS(1219),
[anon_sym_open] = ACTIONS(1221),
[anon_sym_module] = ACTIONS(1221),
[anon_sym_static] = ACTIONS(1221),
[anon_sym_with] = ACTIONS(1221),
[anon_sym_package] = ACTIONS(1221),
[anon_sym_import] = ACTIONS(1221),
[anon_sym_enum] = ACTIONS(1221),
[anon_sym_public] = ACTIONS(1221),
[anon_sym_protected] = ACTIONS(1221),
[anon_sym_private] = ACTIONS(1221),
[anon_sym_abstract] = ACTIONS(1221),
[anon_sym_final] = ACTIONS(1221),
[anon_sym_strictfp] = ACTIONS(1221),
[anon_sym_native] = ACTIONS(1221),
[anon_sym_transient] = ACTIONS(1221),
[anon_sym_volatile] = ACTIONS(1221),
[anon_sym_sealed] = ACTIONS(1221),
[anon_sym_non_DASHsealed] = ACTIONS(1219),
[anon_sym_record] = ACTIONS(1221),
[anon_sym_interface] = ACTIONS(1221),
[anon_sym_byte] = ACTIONS(1221),
[anon_sym_short] = ACTIONS(1221),
[anon_sym_int] = ACTIONS(1221),
[anon_sym_long] = ACTIONS(1221),
[anon_sym_char] = ACTIONS(1221),
[anon_sym_float] = ACTIONS(1221),
[anon_sym_double] = ACTIONS(1221),
[sym_boolean_type] = ACTIONS(1221),
[sym_void_type] = ACTIONS(1221),
[sym_this] = ACTIONS(1221),
[sym_super] = ACTIONS(1221),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(367)] = {
[ts_builtin_sym_end] = ACTIONS(1223),
[sym_identifier] = ACTIONS(1225),
[sym_decimal_integer_literal] = ACTIONS(1225),
[sym_hex_integer_literal] = ACTIONS(1225),
[sym_octal_integer_literal] = ACTIONS(1225),
[sym_binary_integer_literal] = ACTIONS(1223),
[sym_decimal_floating_point_literal] = ACTIONS(1223),
[sym_hex_floating_point_literal] = ACTIONS(1225),
[sym_true] = ACTIONS(1225),
[sym_false] = ACTIONS(1225),
[sym_character_literal] = ACTIONS(1223),
[anon_sym_DQUOTE] = ACTIONS(1225),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1223),
[anon_sym_RBRACE] = ACTIONS(1223),
[sym_null_literal] = ACTIONS(1225),
[anon_sym_LPAREN] = ACTIONS(1223),
[anon_sym_LT] = ACTIONS(1223),
[anon_sym_PLUS] = ACTIONS(1225),
[anon_sym_DASH] = ACTIONS(1225),
[anon_sym_TILDE] = ACTIONS(1223),
[anon_sym_BANG] = ACTIONS(1223),
[anon_sym_PLUS_PLUS] = ACTIONS(1223),
[anon_sym_DASH_DASH] = ACTIONS(1223),
[anon_sym_new] = ACTIONS(1225),
[anon_sym_class] = ACTIONS(1225),
[anon_sym_switch] = ACTIONS(1225),
[anon_sym_LBRACE] = ACTIONS(1223),
[anon_sym_case] = ACTIONS(1225),
[anon_sym_default] = ACTIONS(1225),
[anon_sym_SEMI] = ACTIONS(1223),
[anon_sym_assert] = ACTIONS(1225),
[anon_sym_do] = ACTIONS(1225),
[anon_sym_while] = ACTIONS(1225),
[anon_sym_break] = ACTIONS(1225),
[anon_sym_continue] = ACTIONS(1225),
[anon_sym_return] = ACTIONS(1225),
[anon_sym_yield] = ACTIONS(1225),
[anon_sym_synchronized] = ACTIONS(1225),
[anon_sym_throw] = ACTIONS(1225),
[anon_sym_try] = ACTIONS(1225),
[anon_sym_if] = ACTIONS(1225),
[anon_sym_else] = ACTIONS(1225),
[anon_sym_for] = ACTIONS(1225),
[anon_sym_AT] = ACTIONS(1223),
[anon_sym_open] = ACTIONS(1225),
[anon_sym_module] = ACTIONS(1225),
[anon_sym_static] = ACTIONS(1225),
[anon_sym_with] = ACTIONS(1225),
[anon_sym_package] = ACTIONS(1225),
[anon_sym_import] = ACTIONS(1225),
[anon_sym_enum] = ACTIONS(1225),
[anon_sym_public] = ACTIONS(1225),
[anon_sym_protected] = ACTIONS(1225),
[anon_sym_private] = ACTIONS(1225),
[anon_sym_abstract] = ACTIONS(1225),
[anon_sym_final] = ACTIONS(1225),
[anon_sym_strictfp] = ACTIONS(1225),
[anon_sym_native] = ACTIONS(1225),
[anon_sym_transient] = ACTIONS(1225),
[anon_sym_volatile] = ACTIONS(1225),
[anon_sym_sealed] = ACTIONS(1225),
[anon_sym_non_DASHsealed] = ACTIONS(1223),
[anon_sym_record] = ACTIONS(1225),
[anon_sym_interface] = ACTIONS(1225),
[anon_sym_byte] = ACTIONS(1225),
[anon_sym_short] = ACTIONS(1225),
[anon_sym_int] = ACTIONS(1225),
[anon_sym_long] = ACTIONS(1225),
[anon_sym_char] = ACTIONS(1225),
[anon_sym_float] = ACTIONS(1225),
[anon_sym_double] = ACTIONS(1225),
[sym_boolean_type] = ACTIONS(1225),
[sym_void_type] = ACTIONS(1225),
[sym_this] = ACTIONS(1225),
[sym_super] = ACTIONS(1225),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(368)] = {
[sym_identifier] = ACTIONS(1227),
[anon_sym_LPAREN] = ACTIONS(566),
[anon_sym_RPAREN] = ACTIONS(566),
[anon_sym_AMP] = ACTIONS(564),
[anon_sym_EQ] = ACTIONS(564),
[anon_sym_PLUS_EQ] = ACTIONS(566),
[anon_sym_DASH_EQ] = ACTIONS(566),
[anon_sym_STAR_EQ] = ACTIONS(566),
[anon_sym_SLASH_EQ] = ACTIONS(566),
[anon_sym_AMP_EQ] = ACTIONS(566),
[anon_sym_PIPE_EQ] = ACTIONS(566),
[anon_sym_CARET_EQ] = ACTIONS(566),
[anon_sym_PERCENT_EQ] = ACTIONS(566),
[anon_sym_LT_LT_EQ] = ACTIONS(566),
[anon_sym_GT_GT_EQ] = ACTIONS(566),
[anon_sym_GT_GT_GT_EQ] = ACTIONS(566),
[anon_sym_GT] = ACTIONS(564),
[anon_sym_LT] = ACTIONS(564),
[anon_sym_GT_EQ] = ACTIONS(566),
[anon_sym_LT_EQ] = ACTIONS(566),
[anon_sym_EQ_EQ] = ACTIONS(566),
[anon_sym_BANG_EQ] = ACTIONS(566),
[anon_sym_AMP_AMP] = ACTIONS(566),
[anon_sym_PIPE_PIPE] = ACTIONS(566),
[anon_sym_PLUS] = ACTIONS(564),
[anon_sym_DASH] = ACTIONS(564),
[anon_sym_STAR] = ACTIONS(564),
[anon_sym_SLASH] = ACTIONS(564),
[anon_sym_PIPE] = ACTIONS(564),
[anon_sym_CARET] = ACTIONS(564),
[anon_sym_PERCENT] = ACTIONS(564),
[anon_sym_LT_LT] = ACTIONS(564),
[anon_sym_GT_GT] = ACTIONS(564),
[anon_sym_GT_GT_GT] = ACTIONS(564),
[anon_sym_instanceof] = ACTIONS(564),
[anon_sym_DASH_GT] = ACTIONS(566),
[anon_sym_COMMA] = ACTIONS(566),
[anon_sym_QMARK] = ACTIONS(566),
[anon_sym_COLON] = ACTIONS(564),
[anon_sym_PLUS_PLUS] = ACTIONS(566),
[anon_sym_DASH_DASH] = ACTIONS(566),
[anon_sym_LBRACK] = ACTIONS(566),
[anon_sym_DOT] = ACTIONS(566),
[anon_sym_COLON_COLON] = ACTIONS(566),
[anon_sym_default] = ACTIONS(1227),
[anon_sym_when] = ACTIONS(564),
[anon_sym_SEMI] = ACTIONS(566),
[anon_sym_yield] = ACTIONS(1227),
[anon_sym_synchronized] = ACTIONS(1227),
[anon_sym_AT] = ACTIONS(1229),
[anon_sym_open] = ACTIONS(1227),
[anon_sym_module] = ACTIONS(1227),
[anon_sym_static] = ACTIONS(1227),
[anon_sym_with] = ACTIONS(1227),
[anon_sym_public] = ACTIONS(1227),
[anon_sym_protected] = ACTIONS(1227),
[anon_sym_private] = ACTIONS(1227),
[anon_sym_abstract] = ACTIONS(1227),
[anon_sym_final] = ACTIONS(1227),
[anon_sym_strictfp] = ACTIONS(1227),
[anon_sym_native] = ACTIONS(1227),
[anon_sym_transient] = ACTIONS(1227),
[anon_sym_volatile] = ACTIONS(1227),
[anon_sym_sealed] = ACTIONS(1227),
[anon_sym_non_DASHsealed] = ACTIONS(1229),
[anon_sym_record] = ACTIONS(1227),
[anon_sym_byte] = ACTIONS(1227),
[anon_sym_short] = ACTIONS(1227),
[anon_sym_int] = ACTIONS(1227),
[anon_sym_long] = ACTIONS(1227),
[anon_sym_char] = ACTIONS(1227),
[anon_sym_float] = ACTIONS(1227),
[anon_sym_double] = ACTIONS(1227),
[sym_boolean_type] = ACTIONS(1227),
[sym_void_type] = ACTIONS(1227),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(369)] = {
[ts_builtin_sym_end] = ACTIONS(1231),
[sym_identifier] = ACTIONS(1233),
[sym_decimal_integer_literal] = ACTIONS(1233),
[sym_hex_integer_literal] = ACTIONS(1233),
[sym_octal_integer_literal] = ACTIONS(1233),
[sym_binary_integer_literal] = ACTIONS(1231),
[sym_decimal_floating_point_literal] = ACTIONS(1231),
[sym_hex_floating_point_literal] = ACTIONS(1233),
[sym_true] = ACTIONS(1233),
[sym_false] = ACTIONS(1233),
[sym_character_literal] = ACTIONS(1231),
[anon_sym_DQUOTE] = ACTIONS(1233),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1231),
[anon_sym_RBRACE] = ACTIONS(1231),
[sym_null_literal] = ACTIONS(1233),
[anon_sym_LPAREN] = ACTIONS(1231),
[anon_sym_LT] = ACTIONS(1231),
[anon_sym_PLUS] = ACTIONS(1233),
[anon_sym_DASH] = ACTIONS(1233),
[anon_sym_TILDE] = ACTIONS(1231),
[anon_sym_BANG] = ACTIONS(1231),
[anon_sym_PLUS_PLUS] = ACTIONS(1231),
[anon_sym_DASH_DASH] = ACTIONS(1231),
[anon_sym_new] = ACTIONS(1233),
[anon_sym_class] = ACTIONS(1233),
[anon_sym_switch] = ACTIONS(1233),
[anon_sym_LBRACE] = ACTIONS(1231),
[anon_sym_case] = ACTIONS(1233),
[anon_sym_default] = ACTIONS(1233),
[anon_sym_SEMI] = ACTIONS(1231),
[anon_sym_assert] = ACTIONS(1233),
[anon_sym_do] = ACTIONS(1233),
[anon_sym_while] = ACTIONS(1233),
[anon_sym_break] = ACTIONS(1233),
[anon_sym_continue] = ACTIONS(1233),
[anon_sym_return] = ACTIONS(1233),
[anon_sym_yield] = ACTIONS(1233),
[anon_sym_synchronized] = ACTIONS(1233),
[anon_sym_throw] = ACTIONS(1233),
[anon_sym_try] = ACTIONS(1233),
[anon_sym_if] = ACTIONS(1233),
[anon_sym_else] = ACTIONS(1233),
[anon_sym_for] = ACTIONS(1233),
[anon_sym_AT] = ACTIONS(1231),
[anon_sym_open] = ACTIONS(1233),
[anon_sym_module] = ACTIONS(1233),
[anon_sym_static] = ACTIONS(1233),
[anon_sym_with] = ACTIONS(1233),
[anon_sym_package] = ACTIONS(1233),
[anon_sym_import] = ACTIONS(1233),
[anon_sym_enum] = ACTIONS(1233),
[anon_sym_public] = ACTIONS(1233),
[anon_sym_protected] = ACTIONS(1233),
[anon_sym_private] = ACTIONS(1233),
[anon_sym_abstract] = ACTIONS(1233),
[anon_sym_final] = ACTIONS(1233),
[anon_sym_strictfp] = ACTIONS(1233),
[anon_sym_native] = ACTIONS(1233),
[anon_sym_transient] = ACTIONS(1233),
[anon_sym_volatile] = ACTIONS(1233),
[anon_sym_sealed] = ACTIONS(1233),
[anon_sym_non_DASHsealed] = ACTIONS(1231),
[anon_sym_record] = ACTIONS(1233),
[anon_sym_interface] = ACTIONS(1233),
[anon_sym_byte] = ACTIONS(1233),
[anon_sym_short] = ACTIONS(1233),
[anon_sym_int] = ACTIONS(1233),
[anon_sym_long] = ACTIONS(1233),
[anon_sym_char] = ACTIONS(1233),
[anon_sym_float] = ACTIONS(1233),
[anon_sym_double] = ACTIONS(1233),
[sym_boolean_type] = ACTIONS(1233),
[sym_void_type] = ACTIONS(1233),
[sym_this] = ACTIONS(1233),
[sym_super] = ACTIONS(1233),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(370)] = {
[ts_builtin_sym_end] = ACTIONS(1235),
[sym_identifier] = ACTIONS(1237),
[sym_decimal_integer_literal] = ACTIONS(1237),
[sym_hex_integer_literal] = ACTIONS(1237),
[sym_octal_integer_literal] = ACTIONS(1237),
[sym_binary_integer_literal] = ACTIONS(1235),
[sym_decimal_floating_point_literal] = ACTIONS(1235),
[sym_hex_floating_point_literal] = ACTIONS(1237),
[sym_true] = ACTIONS(1237),
[sym_false] = ACTIONS(1237),
[sym_character_literal] = ACTIONS(1235),
[anon_sym_DQUOTE] = ACTIONS(1237),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1235),
[anon_sym_RBRACE] = ACTIONS(1235),
[sym_null_literal] = ACTIONS(1237),
[anon_sym_LPAREN] = ACTIONS(1235),
[anon_sym_LT] = ACTIONS(1235),
[anon_sym_PLUS] = ACTIONS(1237),
[anon_sym_DASH] = ACTIONS(1237),
[anon_sym_TILDE] = ACTIONS(1235),
[anon_sym_BANG] = ACTIONS(1235),
[anon_sym_PLUS_PLUS] = ACTIONS(1235),
[anon_sym_DASH_DASH] = ACTIONS(1235),
[anon_sym_new] = ACTIONS(1237),
[anon_sym_class] = ACTIONS(1237),
[anon_sym_switch] = ACTIONS(1237),
[anon_sym_LBRACE] = ACTIONS(1235),
[anon_sym_case] = ACTIONS(1237),
[anon_sym_default] = ACTIONS(1237),
[anon_sym_SEMI] = ACTIONS(1235),
[anon_sym_assert] = ACTIONS(1237),
[anon_sym_do] = ACTIONS(1237),
[anon_sym_while] = ACTIONS(1237),
[anon_sym_break] = ACTIONS(1237),
[anon_sym_continue] = ACTIONS(1237),
[anon_sym_return] = ACTIONS(1237),
[anon_sym_yield] = ACTIONS(1237),
[anon_sym_synchronized] = ACTIONS(1237),
[anon_sym_throw] = ACTIONS(1237),
[anon_sym_try] = ACTIONS(1237),
[anon_sym_if] = ACTIONS(1237),
[anon_sym_else] = ACTIONS(1237),
[anon_sym_for] = ACTIONS(1237),
[anon_sym_AT] = ACTIONS(1235),
[anon_sym_open] = ACTIONS(1237),
[anon_sym_module] = ACTIONS(1237),
[anon_sym_static] = ACTIONS(1237),
[anon_sym_with] = ACTIONS(1237),
[anon_sym_package] = ACTIONS(1237),
[anon_sym_import] = ACTIONS(1237),
[anon_sym_enum] = ACTIONS(1237),
[anon_sym_public] = ACTIONS(1237),
[anon_sym_protected] = ACTIONS(1237),
[anon_sym_private] = ACTIONS(1237),
[anon_sym_abstract] = ACTIONS(1237),
[anon_sym_final] = ACTIONS(1237),
[anon_sym_strictfp] = ACTIONS(1237),
[anon_sym_native] = ACTIONS(1237),
[anon_sym_transient] = ACTIONS(1237),
[anon_sym_volatile] = ACTIONS(1237),
[anon_sym_sealed] = ACTIONS(1237),
[anon_sym_non_DASHsealed] = ACTIONS(1235),
[anon_sym_record] = ACTIONS(1237),
[anon_sym_interface] = ACTIONS(1237),
[anon_sym_byte] = ACTIONS(1237),
[anon_sym_short] = ACTIONS(1237),
[anon_sym_int] = ACTIONS(1237),
[anon_sym_long] = ACTIONS(1237),
[anon_sym_char] = ACTIONS(1237),
[anon_sym_float] = ACTIONS(1237),
[anon_sym_double] = ACTIONS(1237),
[sym_boolean_type] = ACTIONS(1237),
[sym_void_type] = ACTIONS(1237),
[sym_this] = ACTIONS(1237),
[sym_super] = ACTIONS(1237),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(371)] = {
[ts_builtin_sym_end] = ACTIONS(1239),
[sym_identifier] = ACTIONS(1241),
[sym_decimal_integer_literal] = ACTIONS(1241),
[sym_hex_integer_literal] = ACTIONS(1241),
[sym_octal_integer_literal] = ACTIONS(1241),
[sym_binary_integer_literal] = ACTIONS(1239),
[sym_decimal_floating_point_literal] = ACTIONS(1239),
[sym_hex_floating_point_literal] = ACTIONS(1241),
[sym_true] = ACTIONS(1241),
[sym_false] = ACTIONS(1241),
[sym_character_literal] = ACTIONS(1239),
[anon_sym_DQUOTE] = ACTIONS(1241),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1239),
[anon_sym_RBRACE] = ACTIONS(1239),
[sym_null_literal] = ACTIONS(1241),
[anon_sym_LPAREN] = ACTIONS(1239),
[anon_sym_LT] = ACTIONS(1239),
[anon_sym_PLUS] = ACTIONS(1241),
[anon_sym_DASH] = ACTIONS(1241),
[anon_sym_TILDE] = ACTIONS(1239),
[anon_sym_BANG] = ACTIONS(1239),
[anon_sym_PLUS_PLUS] = ACTIONS(1239),
[anon_sym_DASH_DASH] = ACTIONS(1239),
[anon_sym_new] = ACTIONS(1241),
[anon_sym_class] = ACTIONS(1241),
[anon_sym_switch] = ACTIONS(1241),
[anon_sym_LBRACE] = ACTIONS(1239),
[anon_sym_case] = ACTIONS(1241),
[anon_sym_default] = ACTIONS(1241),
[anon_sym_SEMI] = ACTIONS(1239),
[anon_sym_assert] = ACTIONS(1241),
[anon_sym_do] = ACTIONS(1241),
[anon_sym_while] = ACTIONS(1241),
[anon_sym_break] = ACTIONS(1241),
[anon_sym_continue] = ACTIONS(1241),
[anon_sym_return] = ACTIONS(1241),
[anon_sym_yield] = ACTIONS(1241),
[anon_sym_synchronized] = ACTIONS(1241),
[anon_sym_throw] = ACTIONS(1241),
[anon_sym_try] = ACTIONS(1241),
[anon_sym_if] = ACTIONS(1241),
[anon_sym_else] = ACTIONS(1241),
[anon_sym_for] = ACTIONS(1241),
[anon_sym_AT] = ACTIONS(1239),
[anon_sym_open] = ACTIONS(1241),
[anon_sym_module] = ACTIONS(1241),
[anon_sym_static] = ACTIONS(1241),
[anon_sym_with] = ACTIONS(1241),
[anon_sym_package] = ACTIONS(1241),
[anon_sym_import] = ACTIONS(1241),
[anon_sym_enum] = ACTIONS(1241),
[anon_sym_public] = ACTIONS(1241),
[anon_sym_protected] = ACTIONS(1241),
[anon_sym_private] = ACTIONS(1241),
[anon_sym_abstract] = ACTIONS(1241),
[anon_sym_final] = ACTIONS(1241),
[anon_sym_strictfp] = ACTIONS(1241),
[anon_sym_native] = ACTIONS(1241),
[anon_sym_transient] = ACTIONS(1241),
[anon_sym_volatile] = ACTIONS(1241),
[anon_sym_sealed] = ACTIONS(1241),
[anon_sym_non_DASHsealed] = ACTIONS(1239),
[anon_sym_record] = ACTIONS(1241),
[anon_sym_interface] = ACTIONS(1241),
[anon_sym_byte] = ACTIONS(1241),
[anon_sym_short] = ACTIONS(1241),
[anon_sym_int] = ACTIONS(1241),
[anon_sym_long] = ACTIONS(1241),
[anon_sym_char] = ACTIONS(1241),
[anon_sym_float] = ACTIONS(1241),
[anon_sym_double] = ACTIONS(1241),
[sym_boolean_type] = ACTIONS(1241),
[sym_void_type] = ACTIONS(1241),
[sym_this] = ACTIONS(1241),
[sym_super] = ACTIONS(1241),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(372)] = {
[ts_builtin_sym_end] = ACTIONS(1243),
[sym_identifier] = ACTIONS(1245),
[sym_decimal_integer_literal] = ACTIONS(1245),
[sym_hex_integer_literal] = ACTIONS(1245),
[sym_octal_integer_literal] = ACTIONS(1245),
[sym_binary_integer_literal] = ACTIONS(1243),
[sym_decimal_floating_point_literal] = ACTIONS(1243),
[sym_hex_floating_point_literal] = ACTIONS(1245),
[sym_true] = ACTIONS(1245),
[sym_false] = ACTIONS(1245),
[sym_character_literal] = ACTIONS(1243),
[anon_sym_DQUOTE] = ACTIONS(1245),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1243),
[anon_sym_RBRACE] = ACTIONS(1243),
[sym_null_literal] = ACTIONS(1245),
[anon_sym_LPAREN] = ACTIONS(1243),
[anon_sym_LT] = ACTIONS(1243),
[anon_sym_PLUS] = ACTIONS(1245),
[anon_sym_DASH] = ACTIONS(1245),
[anon_sym_TILDE] = ACTIONS(1243),
[anon_sym_BANG] = ACTIONS(1243),
[anon_sym_PLUS_PLUS] = ACTIONS(1243),
[anon_sym_DASH_DASH] = ACTIONS(1243),
[anon_sym_new] = ACTIONS(1245),
[anon_sym_class] = ACTIONS(1245),
[anon_sym_switch] = ACTIONS(1245),
[anon_sym_LBRACE] = ACTIONS(1243),
[anon_sym_case] = ACTIONS(1245),
[anon_sym_default] = ACTIONS(1245),
[anon_sym_SEMI] = ACTIONS(1243),
[anon_sym_assert] = ACTIONS(1245),
[anon_sym_do] = ACTIONS(1245),
[anon_sym_while] = ACTIONS(1245),
[anon_sym_break] = ACTIONS(1245),
[anon_sym_continue] = ACTIONS(1245),
[anon_sym_return] = ACTIONS(1245),
[anon_sym_yield] = ACTIONS(1245),
[anon_sym_synchronized] = ACTIONS(1245),
[anon_sym_throw] = ACTIONS(1245),
[anon_sym_try] = ACTIONS(1245),
[anon_sym_if] = ACTIONS(1245),
[anon_sym_else] = ACTIONS(1245),
[anon_sym_for] = ACTIONS(1245),
[anon_sym_AT] = ACTIONS(1243),
[anon_sym_open] = ACTIONS(1245),
[anon_sym_module] = ACTIONS(1245),
[anon_sym_static] = ACTIONS(1245),
[anon_sym_with] = ACTIONS(1245),
[anon_sym_package] = ACTIONS(1245),
[anon_sym_import] = ACTIONS(1245),
[anon_sym_enum] = ACTIONS(1245),
[anon_sym_public] = ACTIONS(1245),
[anon_sym_protected] = ACTIONS(1245),
[anon_sym_private] = ACTIONS(1245),
[anon_sym_abstract] = ACTIONS(1245),
[anon_sym_final] = ACTIONS(1245),
[anon_sym_strictfp] = ACTIONS(1245),
[anon_sym_native] = ACTIONS(1245),
[anon_sym_transient] = ACTIONS(1245),
[anon_sym_volatile] = ACTIONS(1245),
[anon_sym_sealed] = ACTIONS(1245),
[anon_sym_non_DASHsealed] = ACTIONS(1243),
[anon_sym_record] = ACTIONS(1245),
[anon_sym_interface] = ACTIONS(1245),
[anon_sym_byte] = ACTIONS(1245),
[anon_sym_short] = ACTIONS(1245),
[anon_sym_int] = ACTIONS(1245),
[anon_sym_long] = ACTIONS(1245),
[anon_sym_char] = ACTIONS(1245),
[anon_sym_float] = ACTIONS(1245),
[anon_sym_double] = ACTIONS(1245),
[sym_boolean_type] = ACTIONS(1245),
[sym_void_type] = ACTIONS(1245),
[sym_this] = ACTIONS(1245),
[sym_super] = ACTIONS(1245),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(373)] = {
[ts_builtin_sym_end] = ACTIONS(1247),
[sym_identifier] = ACTIONS(1249),
[sym_decimal_integer_literal] = ACTIONS(1249),
[sym_hex_integer_literal] = ACTIONS(1249),
[sym_octal_integer_literal] = ACTIONS(1249),
[sym_binary_integer_literal] = ACTIONS(1247),
[sym_decimal_floating_point_literal] = ACTIONS(1247),
[sym_hex_floating_point_literal] = ACTIONS(1249),
[sym_true] = ACTIONS(1249),
[sym_false] = ACTIONS(1249),
[sym_character_literal] = ACTIONS(1247),
[anon_sym_DQUOTE] = ACTIONS(1249),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1247),
[anon_sym_RBRACE] = ACTIONS(1247),
[sym_null_literal] = ACTIONS(1249),
[anon_sym_LPAREN] = ACTIONS(1247),
[anon_sym_LT] = ACTIONS(1247),
[anon_sym_PLUS] = ACTIONS(1249),
[anon_sym_DASH] = ACTIONS(1249),
[anon_sym_TILDE] = ACTIONS(1247),
[anon_sym_BANG] = ACTIONS(1247),
[anon_sym_PLUS_PLUS] = ACTIONS(1247),
[anon_sym_DASH_DASH] = ACTIONS(1247),
[anon_sym_new] = ACTIONS(1249),
[anon_sym_class] = ACTIONS(1249),
[anon_sym_switch] = ACTIONS(1249),
[anon_sym_LBRACE] = ACTIONS(1247),
[anon_sym_case] = ACTIONS(1249),
[anon_sym_default] = ACTIONS(1249),
[anon_sym_SEMI] = ACTIONS(1247),
[anon_sym_assert] = ACTIONS(1249),
[anon_sym_do] = ACTIONS(1249),
[anon_sym_while] = ACTIONS(1249),
[anon_sym_break] = ACTIONS(1249),
[anon_sym_continue] = ACTIONS(1249),
[anon_sym_return] = ACTIONS(1249),
[anon_sym_yield] = ACTIONS(1249),
[anon_sym_synchronized] = ACTIONS(1249),
[anon_sym_throw] = ACTIONS(1249),
[anon_sym_try] = ACTIONS(1249),
[anon_sym_if] = ACTIONS(1249),
[anon_sym_else] = ACTIONS(1249),
[anon_sym_for] = ACTIONS(1249),
[anon_sym_AT] = ACTIONS(1247),
[anon_sym_open] = ACTIONS(1249),
[anon_sym_module] = ACTIONS(1249),
[anon_sym_static] = ACTIONS(1249),
[anon_sym_with] = ACTIONS(1249),
[anon_sym_package] = ACTIONS(1249),
[anon_sym_import] = ACTIONS(1249),
[anon_sym_enum] = ACTIONS(1249),
[anon_sym_public] = ACTIONS(1249),
[anon_sym_protected] = ACTIONS(1249),
[anon_sym_private] = ACTIONS(1249),
[anon_sym_abstract] = ACTIONS(1249),
[anon_sym_final] = ACTIONS(1249),
[anon_sym_strictfp] = ACTIONS(1249),
[anon_sym_native] = ACTIONS(1249),
[anon_sym_transient] = ACTIONS(1249),
[anon_sym_volatile] = ACTIONS(1249),
[anon_sym_sealed] = ACTIONS(1249),
[anon_sym_non_DASHsealed] = ACTIONS(1247),
[anon_sym_record] = ACTIONS(1249),
[anon_sym_interface] = ACTIONS(1249),
[anon_sym_byte] = ACTIONS(1249),
[anon_sym_short] = ACTIONS(1249),
[anon_sym_int] = ACTIONS(1249),
[anon_sym_long] = ACTIONS(1249),
[anon_sym_char] = ACTIONS(1249),
[anon_sym_float] = ACTIONS(1249),
[anon_sym_double] = ACTIONS(1249),
[sym_boolean_type] = ACTIONS(1249),
[sym_void_type] = ACTIONS(1249),
[sym_this] = ACTIONS(1249),
[sym_super] = ACTIONS(1249),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(374)] = {
[ts_builtin_sym_end] = ACTIONS(1251),
[sym_identifier] = ACTIONS(1253),
[sym_decimal_integer_literal] = ACTIONS(1253),
[sym_hex_integer_literal] = ACTIONS(1253),
[sym_octal_integer_literal] = ACTIONS(1253),
[sym_binary_integer_literal] = ACTIONS(1251),
[sym_decimal_floating_point_literal] = ACTIONS(1251),
[sym_hex_floating_point_literal] = ACTIONS(1253),
[sym_true] = ACTIONS(1253),
[sym_false] = ACTIONS(1253),
[sym_character_literal] = ACTIONS(1251),
[anon_sym_DQUOTE] = ACTIONS(1253),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1251),
[anon_sym_RBRACE] = ACTIONS(1251),
[sym_null_literal] = ACTIONS(1253),
[anon_sym_LPAREN] = ACTIONS(1251),
[anon_sym_LT] = ACTIONS(1251),
[anon_sym_PLUS] = ACTIONS(1253),
[anon_sym_DASH] = ACTIONS(1253),
[anon_sym_TILDE] = ACTIONS(1251),
[anon_sym_BANG] = ACTIONS(1251),
[anon_sym_PLUS_PLUS] = ACTIONS(1251),
[anon_sym_DASH_DASH] = ACTIONS(1251),
[anon_sym_new] = ACTIONS(1253),
[anon_sym_class] = ACTIONS(1253),
[anon_sym_switch] = ACTIONS(1253),
[anon_sym_LBRACE] = ACTIONS(1251),
[anon_sym_case] = ACTIONS(1253),
[anon_sym_default] = ACTIONS(1253),
[anon_sym_SEMI] = ACTIONS(1251),
[anon_sym_assert] = ACTIONS(1253),
[anon_sym_do] = ACTIONS(1253),
[anon_sym_while] = ACTIONS(1253),
[anon_sym_break] = ACTIONS(1253),
[anon_sym_continue] = ACTIONS(1253),
[anon_sym_return] = ACTIONS(1253),
[anon_sym_yield] = ACTIONS(1253),
[anon_sym_synchronized] = ACTIONS(1253),
[anon_sym_throw] = ACTIONS(1253),
[anon_sym_try] = ACTIONS(1253),
[anon_sym_if] = ACTIONS(1253),
[anon_sym_else] = ACTIONS(1253),
[anon_sym_for] = ACTIONS(1253),
[anon_sym_AT] = ACTIONS(1251),
[anon_sym_open] = ACTIONS(1253),
[anon_sym_module] = ACTIONS(1253),
[anon_sym_static] = ACTIONS(1253),
[anon_sym_with] = ACTIONS(1253),
[anon_sym_package] = ACTIONS(1253),
[anon_sym_import] = ACTIONS(1253),
[anon_sym_enum] = ACTIONS(1253),
[anon_sym_public] = ACTIONS(1253),
[anon_sym_protected] = ACTIONS(1253),
[anon_sym_private] = ACTIONS(1253),
[anon_sym_abstract] = ACTIONS(1253),
[anon_sym_final] = ACTIONS(1253),
[anon_sym_strictfp] = ACTIONS(1253),
[anon_sym_native] = ACTIONS(1253),
[anon_sym_transient] = ACTIONS(1253),
[anon_sym_volatile] = ACTIONS(1253),
[anon_sym_sealed] = ACTIONS(1253),
[anon_sym_non_DASHsealed] = ACTIONS(1251),
[anon_sym_record] = ACTIONS(1253),
[anon_sym_interface] = ACTIONS(1253),
[anon_sym_byte] = ACTIONS(1253),
[anon_sym_short] = ACTIONS(1253),
[anon_sym_int] = ACTIONS(1253),
[anon_sym_long] = ACTIONS(1253),
[anon_sym_char] = ACTIONS(1253),
[anon_sym_float] = ACTIONS(1253),
[anon_sym_double] = ACTIONS(1253),
[sym_boolean_type] = ACTIONS(1253),
[sym_void_type] = ACTIONS(1253),
[sym_this] = ACTIONS(1253),
[sym_super] = ACTIONS(1253),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(375)] = {
[ts_builtin_sym_end] = ACTIONS(1255),
[sym_identifier] = ACTIONS(1257),
[sym_decimal_integer_literal] = ACTIONS(1257),
[sym_hex_integer_literal] = ACTIONS(1257),
[sym_octal_integer_literal] = ACTIONS(1257),
[sym_binary_integer_literal] = ACTIONS(1255),
[sym_decimal_floating_point_literal] = ACTIONS(1255),
[sym_hex_floating_point_literal] = ACTIONS(1257),
[sym_true] = ACTIONS(1257),
[sym_false] = ACTIONS(1257),
[sym_character_literal] = ACTIONS(1255),
[anon_sym_DQUOTE] = ACTIONS(1257),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1255),
[anon_sym_RBRACE] = ACTIONS(1255),
[sym_null_literal] = ACTIONS(1257),
[anon_sym_LPAREN] = ACTIONS(1255),
[anon_sym_LT] = ACTIONS(1255),
[anon_sym_PLUS] = ACTIONS(1257),
[anon_sym_DASH] = ACTIONS(1257),
[anon_sym_TILDE] = ACTIONS(1255),
[anon_sym_BANG] = ACTIONS(1255),
[anon_sym_PLUS_PLUS] = ACTIONS(1255),
[anon_sym_DASH_DASH] = ACTIONS(1255),
[anon_sym_new] = ACTIONS(1257),
[anon_sym_class] = ACTIONS(1257),
[anon_sym_switch] = ACTIONS(1257),
[anon_sym_LBRACE] = ACTIONS(1255),
[anon_sym_case] = ACTIONS(1257),
[anon_sym_default] = ACTIONS(1257),
[anon_sym_SEMI] = ACTIONS(1255),
[anon_sym_assert] = ACTIONS(1257),
[anon_sym_do] = ACTIONS(1257),
[anon_sym_while] = ACTIONS(1257),
[anon_sym_break] = ACTIONS(1257),
[anon_sym_continue] = ACTIONS(1257),
[anon_sym_return] = ACTIONS(1257),
[anon_sym_yield] = ACTIONS(1257),
[anon_sym_synchronized] = ACTIONS(1257),
[anon_sym_throw] = ACTIONS(1257),
[anon_sym_try] = ACTIONS(1257),
[anon_sym_if] = ACTIONS(1257),
[anon_sym_else] = ACTIONS(1257),
[anon_sym_for] = ACTIONS(1257),
[anon_sym_AT] = ACTIONS(1255),
[anon_sym_open] = ACTIONS(1257),
[anon_sym_module] = ACTIONS(1257),
[anon_sym_static] = ACTIONS(1257),
[anon_sym_with] = ACTIONS(1257),
[anon_sym_package] = ACTIONS(1257),
[anon_sym_import] = ACTIONS(1257),
[anon_sym_enum] = ACTIONS(1257),
[anon_sym_public] = ACTIONS(1257),
[anon_sym_protected] = ACTIONS(1257),
[anon_sym_private] = ACTIONS(1257),
[anon_sym_abstract] = ACTIONS(1257),
[anon_sym_final] = ACTIONS(1257),
[anon_sym_strictfp] = ACTIONS(1257),
[anon_sym_native] = ACTIONS(1257),
[anon_sym_transient] = ACTIONS(1257),
[anon_sym_volatile] = ACTIONS(1257),
[anon_sym_sealed] = ACTIONS(1257),
[anon_sym_non_DASHsealed] = ACTIONS(1255),
[anon_sym_record] = ACTIONS(1257),
[anon_sym_interface] = ACTIONS(1257),
[anon_sym_byte] = ACTIONS(1257),
[anon_sym_short] = ACTIONS(1257),
[anon_sym_int] = ACTIONS(1257),
[anon_sym_long] = ACTIONS(1257),
[anon_sym_char] = ACTIONS(1257),
[anon_sym_float] = ACTIONS(1257),
[anon_sym_double] = ACTIONS(1257),
[sym_boolean_type] = ACTIONS(1257),
[sym_void_type] = ACTIONS(1257),
[sym_this] = ACTIONS(1257),
[sym_super] = ACTIONS(1257),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(376)] = {
[ts_builtin_sym_end] = ACTIONS(1259),
[sym_identifier] = ACTIONS(1261),
[sym_decimal_integer_literal] = ACTIONS(1261),
[sym_hex_integer_literal] = ACTIONS(1261),
[sym_octal_integer_literal] = ACTIONS(1261),
[sym_binary_integer_literal] = ACTIONS(1259),
[sym_decimal_floating_point_literal] = ACTIONS(1259),
[sym_hex_floating_point_literal] = ACTIONS(1261),
[sym_true] = ACTIONS(1261),
[sym_false] = ACTIONS(1261),
[sym_character_literal] = ACTIONS(1259),
[anon_sym_DQUOTE] = ACTIONS(1261),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1259),
[anon_sym_RBRACE] = ACTIONS(1259),
[sym_null_literal] = ACTIONS(1261),
[anon_sym_LPAREN] = ACTIONS(1259),
[anon_sym_LT] = ACTIONS(1259),
[anon_sym_PLUS] = ACTIONS(1261),
[anon_sym_DASH] = ACTIONS(1261),
[anon_sym_TILDE] = ACTIONS(1259),
[anon_sym_BANG] = ACTIONS(1259),
[anon_sym_PLUS_PLUS] = ACTIONS(1259),
[anon_sym_DASH_DASH] = ACTIONS(1259),
[anon_sym_new] = ACTIONS(1261),
[anon_sym_class] = ACTIONS(1261),
[anon_sym_switch] = ACTIONS(1261),
[anon_sym_LBRACE] = ACTIONS(1259),
[anon_sym_case] = ACTIONS(1261),
[anon_sym_default] = ACTIONS(1261),
[anon_sym_SEMI] = ACTIONS(1259),
[anon_sym_assert] = ACTIONS(1261),
[anon_sym_do] = ACTIONS(1261),
[anon_sym_while] = ACTIONS(1261),
[anon_sym_break] = ACTIONS(1261),
[anon_sym_continue] = ACTIONS(1261),
[anon_sym_return] = ACTIONS(1261),
[anon_sym_yield] = ACTIONS(1261),
[anon_sym_synchronized] = ACTIONS(1261),
[anon_sym_throw] = ACTIONS(1261),
[anon_sym_try] = ACTIONS(1261),
[anon_sym_if] = ACTIONS(1261),
[anon_sym_else] = ACTIONS(1261),
[anon_sym_for] = ACTIONS(1261),
[anon_sym_AT] = ACTIONS(1259),
[anon_sym_open] = ACTIONS(1261),
[anon_sym_module] = ACTIONS(1261),
[anon_sym_static] = ACTIONS(1261),
[anon_sym_with] = ACTIONS(1261),
[anon_sym_package] = ACTIONS(1261),
[anon_sym_import] = ACTIONS(1261),
[anon_sym_enum] = ACTIONS(1261),
[anon_sym_public] = ACTIONS(1261),
[anon_sym_protected] = ACTIONS(1261),
[anon_sym_private] = ACTIONS(1261),
[anon_sym_abstract] = ACTIONS(1261),
[anon_sym_final] = ACTIONS(1261),
[anon_sym_strictfp] = ACTIONS(1261),
[anon_sym_native] = ACTIONS(1261),
[anon_sym_transient] = ACTIONS(1261),
[anon_sym_volatile] = ACTIONS(1261),
[anon_sym_sealed] = ACTIONS(1261),
[anon_sym_non_DASHsealed] = ACTIONS(1259),
[anon_sym_record] = ACTIONS(1261),
[anon_sym_interface] = ACTIONS(1261),
[anon_sym_byte] = ACTIONS(1261),
[anon_sym_short] = ACTIONS(1261),
[anon_sym_int] = ACTIONS(1261),
[anon_sym_long] = ACTIONS(1261),
[anon_sym_char] = ACTIONS(1261),
[anon_sym_float] = ACTIONS(1261),
[anon_sym_double] = ACTIONS(1261),
[sym_boolean_type] = ACTIONS(1261),
[sym_void_type] = ACTIONS(1261),
[sym_this] = ACTIONS(1261),
[sym_super] = ACTIONS(1261),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(377)] = {
[ts_builtin_sym_end] = ACTIONS(1263),
[sym_identifier] = ACTIONS(1265),
[sym_decimal_integer_literal] = ACTIONS(1265),
[sym_hex_integer_literal] = ACTIONS(1265),
[sym_octal_integer_literal] = ACTIONS(1265),
[sym_binary_integer_literal] = ACTIONS(1263),
[sym_decimal_floating_point_literal] = ACTIONS(1263),
[sym_hex_floating_point_literal] = ACTIONS(1265),
[sym_true] = ACTIONS(1265),
[sym_false] = ACTIONS(1265),
[sym_character_literal] = ACTIONS(1263),
[anon_sym_DQUOTE] = ACTIONS(1265),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1263),
[anon_sym_RBRACE] = ACTIONS(1263),
[sym_null_literal] = ACTIONS(1265),
[anon_sym_LPAREN] = ACTIONS(1263),
[anon_sym_LT] = ACTIONS(1263),
[anon_sym_PLUS] = ACTIONS(1265),
[anon_sym_DASH] = ACTIONS(1265),
[anon_sym_TILDE] = ACTIONS(1263),
[anon_sym_BANG] = ACTIONS(1263),
[anon_sym_PLUS_PLUS] = ACTIONS(1263),
[anon_sym_DASH_DASH] = ACTIONS(1263),
[anon_sym_new] = ACTIONS(1265),
[anon_sym_class] = ACTIONS(1265),
[anon_sym_switch] = ACTIONS(1265),
[anon_sym_LBRACE] = ACTIONS(1263),
[anon_sym_case] = ACTIONS(1265),
[anon_sym_default] = ACTIONS(1265),
[anon_sym_SEMI] = ACTIONS(1263),
[anon_sym_assert] = ACTIONS(1265),
[anon_sym_do] = ACTIONS(1265),
[anon_sym_while] = ACTIONS(1265),
[anon_sym_break] = ACTIONS(1265),
[anon_sym_continue] = ACTIONS(1265),
[anon_sym_return] = ACTIONS(1265),
[anon_sym_yield] = ACTIONS(1265),
[anon_sym_synchronized] = ACTIONS(1265),
[anon_sym_throw] = ACTIONS(1265),
[anon_sym_try] = ACTIONS(1265),
[anon_sym_if] = ACTIONS(1265),
[anon_sym_else] = ACTIONS(1265),
[anon_sym_for] = ACTIONS(1265),
[anon_sym_AT] = ACTIONS(1263),
[anon_sym_open] = ACTIONS(1265),
[anon_sym_module] = ACTIONS(1265),
[anon_sym_static] = ACTIONS(1265),
[anon_sym_with] = ACTIONS(1265),
[anon_sym_package] = ACTIONS(1265),
[anon_sym_import] = ACTIONS(1265),
[anon_sym_enum] = ACTIONS(1265),
[anon_sym_public] = ACTIONS(1265),
[anon_sym_protected] = ACTIONS(1265),
[anon_sym_private] = ACTIONS(1265),
[anon_sym_abstract] = ACTIONS(1265),
[anon_sym_final] = ACTIONS(1265),
[anon_sym_strictfp] = ACTIONS(1265),
[anon_sym_native] = ACTIONS(1265),
[anon_sym_transient] = ACTIONS(1265),
[anon_sym_volatile] = ACTIONS(1265),
[anon_sym_sealed] = ACTIONS(1265),
[anon_sym_non_DASHsealed] = ACTIONS(1263),
[anon_sym_record] = ACTIONS(1265),
[anon_sym_interface] = ACTIONS(1265),
[anon_sym_byte] = ACTIONS(1265),
[anon_sym_short] = ACTIONS(1265),
[anon_sym_int] = ACTIONS(1265),
[anon_sym_long] = ACTIONS(1265),
[anon_sym_char] = ACTIONS(1265),
[anon_sym_float] = ACTIONS(1265),
[anon_sym_double] = ACTIONS(1265),
[sym_boolean_type] = ACTIONS(1265),
[sym_void_type] = ACTIONS(1265),
[sym_this] = ACTIONS(1265),
[sym_super] = ACTIONS(1265),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(378)] = {
[ts_builtin_sym_end] = ACTIONS(1267),
[sym_identifier] = ACTIONS(1269),
[sym_decimal_integer_literal] = ACTIONS(1269),
[sym_hex_integer_literal] = ACTIONS(1269),
[sym_octal_integer_literal] = ACTIONS(1269),
[sym_binary_integer_literal] = ACTIONS(1267),
[sym_decimal_floating_point_literal] = ACTIONS(1267),
[sym_hex_floating_point_literal] = ACTIONS(1269),
[sym_true] = ACTIONS(1269),
[sym_false] = ACTIONS(1269),
[sym_character_literal] = ACTIONS(1267),
[anon_sym_DQUOTE] = ACTIONS(1269),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1267),
[anon_sym_RBRACE] = ACTIONS(1267),
[sym_null_literal] = ACTIONS(1269),
[anon_sym_LPAREN] = ACTIONS(1267),
[anon_sym_LT] = ACTIONS(1267),
[anon_sym_PLUS] = ACTIONS(1269),
[anon_sym_DASH] = ACTIONS(1269),
[anon_sym_TILDE] = ACTIONS(1267),
[anon_sym_BANG] = ACTIONS(1267),
[anon_sym_PLUS_PLUS] = ACTIONS(1267),
[anon_sym_DASH_DASH] = ACTIONS(1267),
[anon_sym_new] = ACTIONS(1269),
[anon_sym_class] = ACTIONS(1269),
[anon_sym_switch] = ACTIONS(1269),
[anon_sym_LBRACE] = ACTIONS(1267),
[anon_sym_case] = ACTIONS(1269),
[anon_sym_default] = ACTIONS(1269),
[anon_sym_SEMI] = ACTIONS(1267),
[anon_sym_assert] = ACTIONS(1269),
[anon_sym_do] = ACTIONS(1269),
[anon_sym_while] = ACTIONS(1269),
[anon_sym_break] = ACTIONS(1269),
[anon_sym_continue] = ACTIONS(1269),
[anon_sym_return] = ACTIONS(1269),
[anon_sym_yield] = ACTIONS(1269),
[anon_sym_synchronized] = ACTIONS(1269),
[anon_sym_throw] = ACTIONS(1269),
[anon_sym_try] = ACTIONS(1269),
[anon_sym_if] = ACTIONS(1269),
[anon_sym_else] = ACTIONS(1269),
[anon_sym_for] = ACTIONS(1269),
[anon_sym_AT] = ACTIONS(1267),
[anon_sym_open] = ACTIONS(1269),
[anon_sym_module] = ACTIONS(1269),
[anon_sym_static] = ACTIONS(1269),
[anon_sym_with] = ACTIONS(1269),
[anon_sym_package] = ACTIONS(1269),
[anon_sym_import] = ACTIONS(1269),
[anon_sym_enum] = ACTIONS(1269),
[anon_sym_public] = ACTIONS(1269),
[anon_sym_protected] = ACTIONS(1269),
[anon_sym_private] = ACTIONS(1269),
[anon_sym_abstract] = ACTIONS(1269),
[anon_sym_final] = ACTIONS(1269),
[anon_sym_strictfp] = ACTIONS(1269),
[anon_sym_native] = ACTIONS(1269),
[anon_sym_transient] = ACTIONS(1269),
[anon_sym_volatile] = ACTIONS(1269),
[anon_sym_sealed] = ACTIONS(1269),
[anon_sym_non_DASHsealed] = ACTIONS(1267),
[anon_sym_record] = ACTIONS(1269),
[anon_sym_interface] = ACTIONS(1269),
[anon_sym_byte] = ACTIONS(1269),
[anon_sym_short] = ACTIONS(1269),
[anon_sym_int] = ACTIONS(1269),
[anon_sym_long] = ACTIONS(1269),
[anon_sym_char] = ACTIONS(1269),
[anon_sym_float] = ACTIONS(1269),
[anon_sym_double] = ACTIONS(1269),
[sym_boolean_type] = ACTIONS(1269),
[sym_void_type] = ACTIONS(1269),
[sym_this] = ACTIONS(1269),
[sym_super] = ACTIONS(1269),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(379)] = {
[ts_builtin_sym_end] = ACTIONS(1271),
[sym_identifier] = ACTIONS(1273),
[sym_decimal_integer_literal] = ACTIONS(1273),
[sym_hex_integer_literal] = ACTIONS(1273),
[sym_octal_integer_literal] = ACTIONS(1273),
[sym_binary_integer_literal] = ACTIONS(1271),
[sym_decimal_floating_point_literal] = ACTIONS(1271),
[sym_hex_floating_point_literal] = ACTIONS(1273),
[sym_true] = ACTIONS(1273),
[sym_false] = ACTIONS(1273),
[sym_character_literal] = ACTIONS(1271),
[anon_sym_DQUOTE] = ACTIONS(1273),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1271),
[anon_sym_RBRACE] = ACTIONS(1271),
[sym_null_literal] = ACTIONS(1273),
[anon_sym_LPAREN] = ACTIONS(1271),
[anon_sym_LT] = ACTIONS(1271),
[anon_sym_PLUS] = ACTIONS(1273),
[anon_sym_DASH] = ACTIONS(1273),
[anon_sym_TILDE] = ACTIONS(1271),
[anon_sym_BANG] = ACTIONS(1271),
[anon_sym_PLUS_PLUS] = ACTIONS(1271),
[anon_sym_DASH_DASH] = ACTIONS(1271),
[anon_sym_new] = ACTIONS(1273),
[anon_sym_class] = ACTIONS(1273),
[anon_sym_switch] = ACTIONS(1273),
[anon_sym_LBRACE] = ACTIONS(1271),
[anon_sym_case] = ACTIONS(1273),
[anon_sym_default] = ACTIONS(1273),
[anon_sym_SEMI] = ACTIONS(1271),
[anon_sym_assert] = ACTIONS(1273),
[anon_sym_do] = ACTIONS(1273),
[anon_sym_while] = ACTIONS(1273),
[anon_sym_break] = ACTIONS(1273),
[anon_sym_continue] = ACTIONS(1273),
[anon_sym_return] = ACTIONS(1273),
[anon_sym_yield] = ACTIONS(1273),
[anon_sym_synchronized] = ACTIONS(1273),
[anon_sym_throw] = ACTIONS(1273),
[anon_sym_try] = ACTIONS(1273),
[anon_sym_if] = ACTIONS(1273),
[anon_sym_else] = ACTIONS(1273),
[anon_sym_for] = ACTIONS(1273),
[anon_sym_AT] = ACTIONS(1271),
[anon_sym_open] = ACTIONS(1273),
[anon_sym_module] = ACTIONS(1273),
[anon_sym_static] = ACTIONS(1273),
[anon_sym_with] = ACTIONS(1273),
[anon_sym_package] = ACTIONS(1273),
[anon_sym_import] = ACTIONS(1273),
[anon_sym_enum] = ACTIONS(1273),
[anon_sym_public] = ACTIONS(1273),
[anon_sym_protected] = ACTIONS(1273),
[anon_sym_private] = ACTIONS(1273),
[anon_sym_abstract] = ACTIONS(1273),
[anon_sym_final] = ACTIONS(1273),
[anon_sym_strictfp] = ACTIONS(1273),
[anon_sym_native] = ACTIONS(1273),
[anon_sym_transient] = ACTIONS(1273),
[anon_sym_volatile] = ACTIONS(1273),
[anon_sym_sealed] = ACTIONS(1273),
[anon_sym_non_DASHsealed] = ACTIONS(1271),
[anon_sym_record] = ACTIONS(1273),
[anon_sym_interface] = ACTIONS(1273),
[anon_sym_byte] = ACTIONS(1273),
[anon_sym_short] = ACTIONS(1273),
[anon_sym_int] = ACTIONS(1273),
[anon_sym_long] = ACTIONS(1273),
[anon_sym_char] = ACTIONS(1273),
[anon_sym_float] = ACTIONS(1273),
[anon_sym_double] = ACTIONS(1273),
[sym_boolean_type] = ACTIONS(1273),
[sym_void_type] = ACTIONS(1273),
[sym_this] = ACTIONS(1273),
[sym_super] = ACTIONS(1273),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(380)] = {
[ts_builtin_sym_end] = ACTIONS(827),
[sym_identifier] = ACTIONS(829),
[sym_decimal_integer_literal] = ACTIONS(829),
[sym_hex_integer_literal] = ACTIONS(829),
[sym_octal_integer_literal] = ACTIONS(829),
[sym_binary_integer_literal] = ACTIONS(827),
[sym_decimal_floating_point_literal] = ACTIONS(827),
[sym_hex_floating_point_literal] = ACTIONS(829),
[sym_true] = ACTIONS(829),
[sym_false] = ACTIONS(829),
[sym_character_literal] = ACTIONS(827),
[anon_sym_DQUOTE] = ACTIONS(829),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(827),
[anon_sym_RBRACE] = ACTIONS(827),
[sym_null_literal] = ACTIONS(829),
[anon_sym_LPAREN] = ACTIONS(827),
[anon_sym_LT] = ACTIONS(827),
[anon_sym_PLUS] = ACTIONS(829),
[anon_sym_DASH] = ACTIONS(829),
[anon_sym_TILDE] = ACTIONS(827),
[anon_sym_BANG] = ACTIONS(827),
[anon_sym_PLUS_PLUS] = ACTIONS(827),
[anon_sym_DASH_DASH] = ACTIONS(827),
[anon_sym_new] = ACTIONS(829),
[anon_sym_class] = ACTIONS(829),
[anon_sym_switch] = ACTIONS(829),
[anon_sym_LBRACE] = ACTIONS(827),
[anon_sym_case] = ACTIONS(829),
[anon_sym_default] = ACTIONS(829),
[anon_sym_SEMI] = ACTIONS(827),
[anon_sym_assert] = ACTIONS(829),
[anon_sym_do] = ACTIONS(829),
[anon_sym_while] = ACTIONS(829),
[anon_sym_break] = ACTIONS(829),
[anon_sym_continue] = ACTIONS(829),
[anon_sym_return] = ACTIONS(829),
[anon_sym_yield] = ACTIONS(829),
[anon_sym_synchronized] = ACTIONS(829),
[anon_sym_throw] = ACTIONS(829),
[anon_sym_try] = ACTIONS(829),
[anon_sym_if] = ACTIONS(829),
[anon_sym_else] = ACTIONS(829),
[anon_sym_for] = ACTIONS(829),
[anon_sym_AT] = ACTIONS(827),
[anon_sym_open] = ACTIONS(829),
[anon_sym_module] = ACTIONS(829),
[anon_sym_static] = ACTIONS(829),
[anon_sym_with] = ACTIONS(829),
[anon_sym_package] = ACTIONS(829),
[anon_sym_import] = ACTIONS(829),
[anon_sym_enum] = ACTIONS(829),
[anon_sym_public] = ACTIONS(829),
[anon_sym_protected] = ACTIONS(829),
[anon_sym_private] = ACTIONS(829),
[anon_sym_abstract] = ACTIONS(829),
[anon_sym_final] = ACTIONS(829),
[anon_sym_strictfp] = ACTIONS(829),
[anon_sym_native] = ACTIONS(829),
[anon_sym_transient] = ACTIONS(829),
[anon_sym_volatile] = ACTIONS(829),
[anon_sym_sealed] = ACTIONS(829),
[anon_sym_non_DASHsealed] = ACTIONS(827),
[anon_sym_record] = ACTIONS(829),
[anon_sym_interface] = ACTIONS(829),
[anon_sym_byte] = ACTIONS(829),
[anon_sym_short] = ACTIONS(829),
[anon_sym_int] = ACTIONS(829),
[anon_sym_long] = ACTIONS(829),
[anon_sym_char] = ACTIONS(829),
[anon_sym_float] = ACTIONS(829),
[anon_sym_double] = ACTIONS(829),
[sym_boolean_type] = ACTIONS(829),
[sym_void_type] = ACTIONS(829),
[sym_this] = ACTIONS(829),
[sym_super] = ACTIONS(829),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(381)] = {
[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),
[anon_sym_RBRACE] = 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_TILDE] = ACTIONS(638),
[anon_sym_BANG] = 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_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(638),
[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_final] = 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_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),
},
[STATE(382)] = {
[ts_builtin_sym_end] = ACTIONS(1275),
[sym_identifier] = ACTIONS(1277),
[sym_decimal_integer_literal] = ACTIONS(1277),
[sym_hex_integer_literal] = ACTIONS(1277),
[sym_octal_integer_literal] = ACTIONS(1277),
[sym_binary_integer_literal] = ACTIONS(1275),
[sym_decimal_floating_point_literal] = ACTIONS(1275),
[sym_hex_floating_point_literal] = ACTIONS(1277),
[sym_true] = ACTIONS(1277),
[sym_false] = ACTIONS(1277),
[sym_character_literal] = ACTIONS(1275),
[anon_sym_DQUOTE] = ACTIONS(1277),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1275),
[anon_sym_RBRACE] = ACTIONS(1275),
[sym_null_literal] = ACTIONS(1277),
[anon_sym_LPAREN] = ACTIONS(1275),
[anon_sym_LT] = ACTIONS(1275),
[anon_sym_PLUS] = ACTIONS(1277),
[anon_sym_DASH] = ACTIONS(1277),
[anon_sym_TILDE] = ACTIONS(1275),
[anon_sym_BANG] = ACTIONS(1275),
[anon_sym_PLUS_PLUS] = ACTIONS(1275),
[anon_sym_DASH_DASH] = ACTIONS(1275),
[anon_sym_new] = ACTIONS(1277),
[anon_sym_class] = ACTIONS(1277),
[anon_sym_switch] = ACTIONS(1277),
[anon_sym_LBRACE] = ACTIONS(1275),
[anon_sym_case] = ACTIONS(1277),
[anon_sym_default] = ACTIONS(1277),
[anon_sym_SEMI] = ACTIONS(1275),
[anon_sym_assert] = ACTIONS(1277),
[anon_sym_do] = ACTIONS(1277),
[anon_sym_while] = ACTIONS(1277),
[anon_sym_break] = ACTIONS(1277),
[anon_sym_continue] = ACTIONS(1277),
[anon_sym_return] = ACTIONS(1277),
[anon_sym_yield] = ACTIONS(1277),
[anon_sym_synchronized] = ACTIONS(1277),
[anon_sym_throw] = ACTIONS(1277),
[anon_sym_try] = ACTIONS(1277),
[anon_sym_if] = ACTIONS(1277),
[anon_sym_else] = ACTIONS(1277),
[anon_sym_for] = ACTIONS(1277),
[anon_sym_AT] = ACTIONS(1275),
[anon_sym_open] = ACTIONS(1277),
[anon_sym_module] = ACTIONS(1277),
[anon_sym_static] = ACTIONS(1277),
[anon_sym_with] = ACTIONS(1277),
[anon_sym_package] = ACTIONS(1277),
[anon_sym_import] = ACTIONS(1277),
[anon_sym_enum] = ACTIONS(1277),
[anon_sym_public] = ACTIONS(1277),
[anon_sym_protected] = ACTIONS(1277),
[anon_sym_private] = ACTIONS(1277),
[anon_sym_abstract] = ACTIONS(1277),
[anon_sym_final] = ACTIONS(1277),
[anon_sym_strictfp] = ACTIONS(1277),
[anon_sym_native] = ACTIONS(1277),
[anon_sym_transient] = ACTIONS(1277),
[anon_sym_volatile] = ACTIONS(1277),
[anon_sym_sealed] = ACTIONS(1277),
[anon_sym_non_DASHsealed] = ACTIONS(1275),
[anon_sym_record] = ACTIONS(1277),
[anon_sym_interface] = ACTIONS(1277),
[anon_sym_byte] = ACTIONS(1277),
[anon_sym_short] = ACTIONS(1277),
[anon_sym_int] = ACTIONS(1277),
[anon_sym_long] = ACTIONS(1277),
[anon_sym_char] = ACTIONS(1277),
[anon_sym_float] = ACTIONS(1277),
[anon_sym_double] = ACTIONS(1277),
[sym_boolean_type] = ACTIONS(1277),
[sym_void_type] = ACTIONS(1277),
[sym_this] = ACTIONS(1277),
[sym_super] = ACTIONS(1277),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(383)] = {
[ts_builtin_sym_end] = ACTIONS(1279),
[sym_identifier] = ACTIONS(1281),
[sym_decimal_integer_literal] = ACTIONS(1281),
[sym_hex_integer_literal] = ACTIONS(1281),
[sym_octal_integer_literal] = ACTIONS(1281),
[sym_binary_integer_literal] = ACTIONS(1279),
[sym_decimal_floating_point_literal] = ACTIONS(1279),
[sym_hex_floating_point_literal] = ACTIONS(1281),
[sym_true] = ACTIONS(1281),
[sym_false] = ACTIONS(1281),
[sym_character_literal] = ACTIONS(1279),
[anon_sym_DQUOTE] = ACTIONS(1281),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1279),
[anon_sym_RBRACE] = ACTIONS(1279),
[sym_null_literal] = ACTIONS(1281),
[anon_sym_LPAREN] = ACTIONS(1279),
[anon_sym_LT] = ACTIONS(1279),
[anon_sym_PLUS] = ACTIONS(1281),
[anon_sym_DASH] = ACTIONS(1281),
[anon_sym_TILDE] = ACTIONS(1279),
[anon_sym_BANG] = ACTIONS(1279),
[anon_sym_PLUS_PLUS] = ACTIONS(1279),
[anon_sym_DASH_DASH] = ACTIONS(1279),
[anon_sym_new] = ACTIONS(1281),
[anon_sym_class] = ACTIONS(1281),
[anon_sym_switch] = ACTIONS(1281),
[anon_sym_LBRACE] = ACTIONS(1279),
[anon_sym_case] = ACTIONS(1281),
[anon_sym_default] = ACTIONS(1281),
[anon_sym_SEMI] = ACTIONS(1279),
[anon_sym_assert] = ACTIONS(1281),
[anon_sym_do] = ACTIONS(1281),
[anon_sym_while] = ACTIONS(1281),
[anon_sym_break] = ACTIONS(1281),
[anon_sym_continue] = ACTIONS(1281),
[anon_sym_return] = ACTIONS(1281),
[anon_sym_yield] = ACTIONS(1281),
[anon_sym_synchronized] = ACTIONS(1281),
[anon_sym_throw] = ACTIONS(1281),
[anon_sym_try] = ACTIONS(1281),
[anon_sym_if] = ACTIONS(1281),
[anon_sym_else] = ACTIONS(1281),
[anon_sym_for] = ACTIONS(1281),
[anon_sym_AT] = ACTIONS(1279),
[anon_sym_open] = ACTIONS(1281),
[anon_sym_module] = ACTIONS(1281),
[anon_sym_static] = ACTIONS(1281),
[anon_sym_with] = ACTIONS(1281),
[anon_sym_package] = ACTIONS(1281),
[anon_sym_import] = ACTIONS(1281),
[anon_sym_enum] = ACTIONS(1281),
[anon_sym_public] = ACTIONS(1281),
[anon_sym_protected] = ACTIONS(1281),
[anon_sym_private] = ACTIONS(1281),
[anon_sym_abstract] = ACTIONS(1281),
[anon_sym_final] = ACTIONS(1281),
[anon_sym_strictfp] = ACTIONS(1281),
[anon_sym_native] = ACTIONS(1281),
[anon_sym_transient] = ACTIONS(1281),
[anon_sym_volatile] = ACTIONS(1281),
[anon_sym_sealed] = ACTIONS(1281),
[anon_sym_non_DASHsealed] = ACTIONS(1279),
[anon_sym_record] = ACTIONS(1281),
[anon_sym_interface] = ACTIONS(1281),
[anon_sym_byte] = ACTIONS(1281),
[anon_sym_short] = ACTIONS(1281),
[anon_sym_int] = ACTIONS(1281),
[anon_sym_long] = ACTIONS(1281),
[anon_sym_char] = ACTIONS(1281),
[anon_sym_float] = ACTIONS(1281),
[anon_sym_double] = ACTIONS(1281),
[sym_boolean_type] = ACTIONS(1281),
[sym_void_type] = ACTIONS(1281),
[sym_this] = ACTIONS(1281),
[sym_super] = ACTIONS(1281),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(384)] = {
[ts_builtin_sym_end] = ACTIONS(1283),
[sym_identifier] = ACTIONS(1285),
[sym_decimal_integer_literal] = ACTIONS(1285),
[sym_hex_integer_literal] = ACTIONS(1285),
[sym_octal_integer_literal] = ACTIONS(1285),
[sym_binary_integer_literal] = ACTIONS(1283),
[sym_decimal_floating_point_literal] = ACTIONS(1283),
[sym_hex_floating_point_literal] = ACTIONS(1285),
[sym_true] = ACTIONS(1285),
[sym_false] = ACTIONS(1285),
[sym_character_literal] = ACTIONS(1283),
[anon_sym_DQUOTE] = ACTIONS(1285),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1283),
[anon_sym_RBRACE] = ACTIONS(1283),
[sym_null_literal] = ACTIONS(1285),
[anon_sym_LPAREN] = ACTIONS(1283),
[anon_sym_LT] = ACTIONS(1283),
[anon_sym_PLUS] = ACTIONS(1285),
[anon_sym_DASH] = ACTIONS(1285),
[anon_sym_TILDE] = ACTIONS(1283),
[anon_sym_BANG] = ACTIONS(1283),
[anon_sym_PLUS_PLUS] = ACTIONS(1283),
[anon_sym_DASH_DASH] = ACTIONS(1283),
[anon_sym_new] = ACTIONS(1285),
[anon_sym_class] = ACTIONS(1285),
[anon_sym_switch] = ACTIONS(1285),
[anon_sym_LBRACE] = ACTIONS(1283),
[anon_sym_case] = ACTIONS(1285),
[anon_sym_default] = ACTIONS(1285),
[anon_sym_SEMI] = ACTIONS(1283),
[anon_sym_assert] = ACTIONS(1285),
[anon_sym_do] = ACTIONS(1285),
[anon_sym_while] = ACTIONS(1285),
[anon_sym_break] = ACTIONS(1285),
[anon_sym_continue] = ACTIONS(1285),
[anon_sym_return] = ACTIONS(1285),
[anon_sym_yield] = ACTIONS(1285),
[anon_sym_synchronized] = ACTIONS(1285),
[anon_sym_throw] = ACTIONS(1285),
[anon_sym_try] = ACTIONS(1285),
[anon_sym_if] = ACTIONS(1285),
[anon_sym_else] = ACTIONS(1285),
[anon_sym_for] = ACTIONS(1285),
[anon_sym_AT] = ACTIONS(1283),
[anon_sym_open] = ACTIONS(1285),
[anon_sym_module] = ACTIONS(1285),
[anon_sym_static] = ACTIONS(1285),
[anon_sym_with] = ACTIONS(1285),
[anon_sym_package] = ACTIONS(1285),
[anon_sym_import] = ACTIONS(1285),
[anon_sym_enum] = ACTIONS(1285),
[anon_sym_public] = ACTIONS(1285),
[anon_sym_protected] = ACTIONS(1285),
[anon_sym_private] = ACTIONS(1285),
[anon_sym_abstract] = ACTIONS(1285),
[anon_sym_final] = ACTIONS(1285),
[anon_sym_strictfp] = ACTIONS(1285),
[anon_sym_native] = ACTIONS(1285),
[anon_sym_transient] = ACTIONS(1285),
[anon_sym_volatile] = ACTIONS(1285),
[anon_sym_sealed] = ACTIONS(1285),
[anon_sym_non_DASHsealed] = ACTIONS(1283),
[anon_sym_record] = ACTIONS(1285),
[anon_sym_interface] = ACTIONS(1285),
[anon_sym_byte] = ACTIONS(1285),
[anon_sym_short] = ACTIONS(1285),
[anon_sym_int] = ACTIONS(1285),
[anon_sym_long] = ACTIONS(1285),
[anon_sym_char] = ACTIONS(1285),
[anon_sym_float] = ACTIONS(1285),
[anon_sym_double] = ACTIONS(1285),
[sym_boolean_type] = ACTIONS(1285),
[sym_void_type] = ACTIONS(1285),
[sym_this] = ACTIONS(1285),
[sym_super] = ACTIONS(1285),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(385)] = {
[ts_builtin_sym_end] = ACTIONS(1287),
[sym_identifier] = ACTIONS(1289),
[sym_decimal_integer_literal] = ACTIONS(1289),
[sym_hex_integer_literal] = ACTIONS(1289),
[sym_octal_integer_literal] = ACTIONS(1289),
[sym_binary_integer_literal] = ACTIONS(1287),
[sym_decimal_floating_point_literal] = ACTIONS(1287),
[sym_hex_floating_point_literal] = ACTIONS(1289),
[sym_true] = ACTIONS(1289),
[sym_false] = ACTIONS(1289),
[sym_character_literal] = ACTIONS(1287),
[anon_sym_DQUOTE] = ACTIONS(1289),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1287),
[anon_sym_RBRACE] = ACTIONS(1287),
[sym_null_literal] = ACTIONS(1289),
[anon_sym_LPAREN] = ACTIONS(1287),
[anon_sym_LT] = ACTIONS(1287),
[anon_sym_PLUS] = ACTIONS(1289),
[anon_sym_DASH] = ACTIONS(1289),
[anon_sym_TILDE] = ACTIONS(1287),
[anon_sym_BANG] = ACTIONS(1287),
[anon_sym_PLUS_PLUS] = ACTIONS(1287),
[anon_sym_DASH_DASH] = ACTIONS(1287),
[anon_sym_new] = ACTIONS(1289),
[anon_sym_class] = ACTIONS(1289),
[anon_sym_switch] = ACTIONS(1289),
[anon_sym_LBRACE] = ACTIONS(1287),
[anon_sym_case] = ACTIONS(1289),
[anon_sym_default] = ACTIONS(1289),
[anon_sym_SEMI] = ACTIONS(1287),
[anon_sym_assert] = ACTIONS(1289),
[anon_sym_do] = ACTIONS(1289),
[anon_sym_while] = ACTIONS(1289),
[anon_sym_break] = ACTIONS(1289),
[anon_sym_continue] = ACTIONS(1289),
[anon_sym_return] = ACTIONS(1289),
[anon_sym_yield] = ACTIONS(1289),
[anon_sym_synchronized] = ACTIONS(1289),
[anon_sym_throw] = ACTIONS(1289),
[anon_sym_try] = ACTIONS(1289),
[anon_sym_if] = ACTIONS(1289),
[anon_sym_else] = ACTIONS(1289),
[anon_sym_for] = ACTIONS(1289),
[anon_sym_AT] = ACTIONS(1287),
[anon_sym_open] = ACTIONS(1289),
[anon_sym_module] = ACTIONS(1289),
[anon_sym_static] = ACTIONS(1289),
[anon_sym_with] = ACTIONS(1289),
[anon_sym_package] = ACTIONS(1289),
[anon_sym_import] = ACTIONS(1289),
[anon_sym_enum] = ACTIONS(1289),
[anon_sym_public] = ACTIONS(1289),
[anon_sym_protected] = ACTIONS(1289),
[anon_sym_private] = ACTIONS(1289),
[anon_sym_abstract] = ACTIONS(1289),
[anon_sym_final] = ACTIONS(1289),
[anon_sym_strictfp] = ACTIONS(1289),
[anon_sym_native] = ACTIONS(1289),
[anon_sym_transient] = ACTIONS(1289),
[anon_sym_volatile] = ACTIONS(1289),
[anon_sym_sealed] = ACTIONS(1289),
[anon_sym_non_DASHsealed] = ACTIONS(1287),
[anon_sym_record] = ACTIONS(1289),
[anon_sym_interface] = ACTIONS(1289),
[anon_sym_byte] = ACTIONS(1289),
[anon_sym_short] = ACTIONS(1289),
[anon_sym_int] = ACTIONS(1289),
[anon_sym_long] = ACTIONS(1289),
[anon_sym_char] = ACTIONS(1289),
[anon_sym_float] = ACTIONS(1289),
[anon_sym_double] = ACTIONS(1289),
[sym_boolean_type] = ACTIONS(1289),
[sym_void_type] = ACTIONS(1289),
[sym_this] = ACTIONS(1289),
[sym_super] = ACTIONS(1289),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(386)] = {
[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),
[anon_sym_RBRACE] = ACTIONS(786),
[sym_null_literal] = ACTIONS(788),
[anon_sym_LPAREN] = ACTIONS(786),
[anon_sym_LT] = ACTIONS(786),
[anon_sym_PLUS] = ACTIONS(788),
[anon_sym_DASH] = ACTIONS(788),
[anon_sym_TILDE] = ACTIONS(786),
[anon_sym_BANG] = 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_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(786),
[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_final] = 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_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),
},
[STATE(387)] = {
[ts_builtin_sym_end] = ACTIONS(1291),
[sym_identifier] = ACTIONS(1293),
[sym_decimal_integer_literal] = ACTIONS(1293),
[sym_hex_integer_literal] = ACTIONS(1293),
[sym_octal_integer_literal] = ACTIONS(1293),
[sym_binary_integer_literal] = ACTIONS(1291),
[sym_decimal_floating_point_literal] = ACTIONS(1291),
[sym_hex_floating_point_literal] = ACTIONS(1293),
[sym_true] = ACTIONS(1293),
[sym_false] = ACTIONS(1293),
[sym_character_literal] = ACTIONS(1291),
[anon_sym_DQUOTE] = ACTIONS(1293),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1291),
[anon_sym_RBRACE] = ACTIONS(1291),
[sym_null_literal] = ACTIONS(1293),
[anon_sym_LPAREN] = ACTIONS(1291),
[anon_sym_LT] = ACTIONS(1291),
[anon_sym_PLUS] = ACTIONS(1293),
[anon_sym_DASH] = ACTIONS(1293),
[anon_sym_TILDE] = ACTIONS(1291),
[anon_sym_BANG] = ACTIONS(1291),
[anon_sym_PLUS_PLUS] = ACTIONS(1291),
[anon_sym_DASH_DASH] = ACTIONS(1291),
[anon_sym_new] = ACTIONS(1293),
[anon_sym_class] = ACTIONS(1293),
[anon_sym_switch] = ACTIONS(1293),
[anon_sym_LBRACE] = ACTIONS(1291),
[anon_sym_case] = ACTIONS(1293),
[anon_sym_default] = ACTIONS(1293),
[anon_sym_SEMI] = ACTIONS(1291),
[anon_sym_assert] = ACTIONS(1293),
[anon_sym_do] = ACTIONS(1293),
[anon_sym_while] = ACTIONS(1293),
[anon_sym_break] = ACTIONS(1293),
[anon_sym_continue] = ACTIONS(1293),
[anon_sym_return] = ACTIONS(1293),
[anon_sym_yield] = ACTIONS(1293),
[anon_sym_synchronized] = ACTIONS(1293),
[anon_sym_throw] = ACTIONS(1293),
[anon_sym_try] = ACTIONS(1293),
[anon_sym_if] = ACTIONS(1293),
[anon_sym_else] = ACTIONS(1293),
[anon_sym_for] = ACTIONS(1293),
[anon_sym_AT] = ACTIONS(1291),
[anon_sym_open] = ACTIONS(1293),
[anon_sym_module] = ACTIONS(1293),
[anon_sym_static] = ACTIONS(1293),
[anon_sym_with] = ACTIONS(1293),
[anon_sym_package] = ACTIONS(1293),
[anon_sym_import] = ACTIONS(1293),
[anon_sym_enum] = ACTIONS(1293),
[anon_sym_public] = ACTIONS(1293),
[anon_sym_protected] = ACTIONS(1293),
[anon_sym_private] = ACTIONS(1293),
[anon_sym_abstract] = ACTIONS(1293),
[anon_sym_final] = ACTIONS(1293),
[anon_sym_strictfp] = ACTIONS(1293),
[anon_sym_native] = ACTIONS(1293),
[anon_sym_transient] = ACTIONS(1293),
[anon_sym_volatile] = ACTIONS(1293),
[anon_sym_sealed] = ACTIONS(1293),
[anon_sym_non_DASHsealed] = ACTIONS(1291),
[anon_sym_record] = ACTIONS(1293),
[anon_sym_interface] = ACTIONS(1293),
[anon_sym_byte] = ACTIONS(1293),
[anon_sym_short] = ACTIONS(1293),
[anon_sym_int] = ACTIONS(1293),
[anon_sym_long] = ACTIONS(1293),
[anon_sym_char] = ACTIONS(1293),
[anon_sym_float] = ACTIONS(1293),
[anon_sym_double] = ACTIONS(1293),
[sym_boolean_type] = ACTIONS(1293),
[sym_void_type] = ACTIONS(1293),
[sym_this] = ACTIONS(1293),
[sym_super] = ACTIONS(1293),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(388)] = {
[ts_builtin_sym_end] = ACTIONS(1295),
[sym_identifier] = ACTIONS(1297),
[sym_decimal_integer_literal] = ACTIONS(1297),
[sym_hex_integer_literal] = ACTIONS(1297),
[sym_octal_integer_literal] = ACTIONS(1297),
[sym_binary_integer_literal] = ACTIONS(1295),
[sym_decimal_floating_point_literal] = ACTIONS(1295),
[sym_hex_floating_point_literal] = ACTIONS(1297),
[sym_true] = ACTIONS(1297),
[sym_false] = ACTIONS(1297),
[sym_character_literal] = ACTIONS(1295),
[anon_sym_DQUOTE] = ACTIONS(1297),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1295),
[anon_sym_RBRACE] = ACTIONS(1295),
[sym_null_literal] = ACTIONS(1297),
[anon_sym_LPAREN] = ACTIONS(1295),
[anon_sym_LT] = ACTIONS(1295),
[anon_sym_PLUS] = ACTIONS(1297),
[anon_sym_DASH] = ACTIONS(1297),
[anon_sym_TILDE] = ACTIONS(1295),
[anon_sym_BANG] = ACTIONS(1295),
[anon_sym_PLUS_PLUS] = ACTIONS(1295),
[anon_sym_DASH_DASH] = ACTIONS(1295),
[anon_sym_new] = ACTIONS(1297),
[anon_sym_class] = ACTIONS(1297),
[anon_sym_switch] = ACTIONS(1297),
[anon_sym_LBRACE] = ACTIONS(1295),
[anon_sym_case] = ACTIONS(1297),
[anon_sym_default] = ACTIONS(1297),
[anon_sym_SEMI] = ACTIONS(1295),
[anon_sym_assert] = ACTIONS(1297),
[anon_sym_do] = ACTIONS(1297),
[anon_sym_while] = ACTIONS(1297),
[anon_sym_break] = ACTIONS(1297),
[anon_sym_continue] = ACTIONS(1297),
[anon_sym_return] = ACTIONS(1297),
[anon_sym_yield] = ACTIONS(1297),
[anon_sym_synchronized] = ACTIONS(1297),
[anon_sym_throw] = ACTIONS(1297),
[anon_sym_try] = ACTIONS(1297),
[anon_sym_if] = ACTIONS(1297),
[anon_sym_else] = ACTIONS(1297),
[anon_sym_for] = ACTIONS(1297),
[anon_sym_AT] = ACTIONS(1295),
[anon_sym_open] = ACTIONS(1297),
[anon_sym_module] = ACTIONS(1297),
[anon_sym_static] = ACTIONS(1297),
[anon_sym_with] = ACTIONS(1297),
[anon_sym_package] = ACTIONS(1297),
[anon_sym_import] = ACTIONS(1297),
[anon_sym_enum] = ACTIONS(1297),
[anon_sym_public] = ACTIONS(1297),
[anon_sym_protected] = ACTIONS(1297),
[anon_sym_private] = ACTIONS(1297),
[anon_sym_abstract] = ACTIONS(1297),
[anon_sym_final] = ACTIONS(1297),
[anon_sym_strictfp] = ACTIONS(1297),
[anon_sym_native] = ACTIONS(1297),
[anon_sym_transient] = ACTIONS(1297),
[anon_sym_volatile] = ACTIONS(1297),
[anon_sym_sealed] = ACTIONS(1297),
[anon_sym_non_DASHsealed] = ACTIONS(1295),
[anon_sym_record] = ACTIONS(1297),
[anon_sym_interface] = ACTIONS(1297),
[anon_sym_byte] = ACTIONS(1297),
[anon_sym_short] = ACTIONS(1297),
[anon_sym_int] = ACTIONS(1297),
[anon_sym_long] = ACTIONS(1297),
[anon_sym_char] = ACTIONS(1297),
[anon_sym_float] = ACTIONS(1297),
[anon_sym_double] = ACTIONS(1297),
[sym_boolean_type] = ACTIONS(1297),
[sym_void_type] = ACTIONS(1297),
[sym_this] = ACTIONS(1297),
[sym_super] = ACTIONS(1297),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(389)] = {
[ts_builtin_sym_end] = ACTIONS(1299),
[sym_identifier] = ACTIONS(1301),
[sym_decimal_integer_literal] = ACTIONS(1301),
[sym_hex_integer_literal] = ACTIONS(1301),
[sym_octal_integer_literal] = ACTIONS(1301),
[sym_binary_integer_literal] = ACTIONS(1299),
[sym_decimal_floating_point_literal] = ACTIONS(1299),
[sym_hex_floating_point_literal] = ACTIONS(1301),
[sym_true] = ACTIONS(1301),
[sym_false] = ACTIONS(1301),
[sym_character_literal] = ACTIONS(1299),
[anon_sym_DQUOTE] = ACTIONS(1301),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1299),
[anon_sym_RBRACE] = ACTIONS(1299),
[sym_null_literal] = ACTIONS(1301),
[anon_sym_LPAREN] = ACTIONS(1299),
[anon_sym_LT] = ACTIONS(1299),
[anon_sym_PLUS] = ACTIONS(1301),
[anon_sym_DASH] = ACTIONS(1301),
[anon_sym_TILDE] = ACTIONS(1299),
[anon_sym_BANG] = ACTIONS(1299),
[anon_sym_PLUS_PLUS] = ACTIONS(1299),
[anon_sym_DASH_DASH] = ACTIONS(1299),
[anon_sym_new] = ACTIONS(1301),
[anon_sym_class] = ACTIONS(1301),
[anon_sym_switch] = ACTIONS(1301),
[anon_sym_LBRACE] = ACTIONS(1299),
[anon_sym_case] = ACTIONS(1301),
[anon_sym_default] = ACTIONS(1301),
[anon_sym_SEMI] = ACTIONS(1299),
[anon_sym_assert] = ACTIONS(1301),
[anon_sym_do] = ACTIONS(1301),
[anon_sym_while] = ACTIONS(1301),
[anon_sym_break] = ACTIONS(1301),
[anon_sym_continue] = ACTIONS(1301),
[anon_sym_return] = ACTIONS(1301),
[anon_sym_yield] = ACTIONS(1301),
[anon_sym_synchronized] = ACTIONS(1301),
[anon_sym_throw] = ACTIONS(1301),
[anon_sym_try] = ACTIONS(1301),
[anon_sym_if] = ACTIONS(1301),
[anon_sym_else] = ACTIONS(1301),
[anon_sym_for] = ACTIONS(1301),
[anon_sym_AT] = ACTIONS(1299),
[anon_sym_open] = ACTIONS(1301),
[anon_sym_module] = ACTIONS(1301),
[anon_sym_static] = ACTIONS(1301),
[anon_sym_with] = ACTIONS(1301),
[anon_sym_package] = ACTIONS(1301),
[anon_sym_import] = ACTIONS(1301),
[anon_sym_enum] = ACTIONS(1301),
[anon_sym_public] = ACTIONS(1301),
[anon_sym_protected] = ACTIONS(1301),
[anon_sym_private] = ACTIONS(1301),
[anon_sym_abstract] = ACTIONS(1301),
[anon_sym_final] = ACTIONS(1301),
[anon_sym_strictfp] = ACTIONS(1301),
[anon_sym_native] = ACTIONS(1301),
[anon_sym_transient] = ACTIONS(1301),
[anon_sym_volatile] = ACTIONS(1301),
[anon_sym_sealed] = ACTIONS(1301),
[anon_sym_non_DASHsealed] = ACTIONS(1299),
[anon_sym_record] = ACTIONS(1301),
[anon_sym_interface] = ACTIONS(1301),
[anon_sym_byte] = ACTIONS(1301),
[anon_sym_short] = ACTIONS(1301),
[anon_sym_int] = ACTIONS(1301),
[anon_sym_long] = ACTIONS(1301),
[anon_sym_char] = ACTIONS(1301),
[anon_sym_float] = ACTIONS(1301),
[anon_sym_double] = ACTIONS(1301),
[sym_boolean_type] = ACTIONS(1301),
[sym_void_type] = ACTIONS(1301),
[sym_this] = ACTIONS(1301),
[sym_super] = ACTIONS(1301),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(390)] = {
[ts_builtin_sym_end] = ACTIONS(1303),
[sym_identifier] = ACTIONS(1305),
[sym_decimal_integer_literal] = ACTIONS(1305),
[sym_hex_integer_literal] = ACTIONS(1305),
[sym_octal_integer_literal] = ACTIONS(1305),
[sym_binary_integer_literal] = ACTIONS(1303),
[sym_decimal_floating_point_literal] = ACTIONS(1303),
[sym_hex_floating_point_literal] = ACTIONS(1305),
[sym_true] = ACTIONS(1305),
[sym_false] = ACTIONS(1305),
[sym_character_literal] = ACTIONS(1303),
[anon_sym_DQUOTE] = ACTIONS(1305),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1303),
[anon_sym_RBRACE] = ACTIONS(1303),
[sym_null_literal] = ACTIONS(1305),
[anon_sym_LPAREN] = ACTIONS(1303),
[anon_sym_LT] = ACTIONS(1303),
[anon_sym_PLUS] = ACTIONS(1305),
[anon_sym_DASH] = ACTIONS(1305),
[anon_sym_TILDE] = ACTIONS(1303),
[anon_sym_BANG] = ACTIONS(1303),
[anon_sym_PLUS_PLUS] = ACTIONS(1303),
[anon_sym_DASH_DASH] = ACTIONS(1303),
[anon_sym_new] = ACTIONS(1305),
[anon_sym_class] = ACTIONS(1305),
[anon_sym_switch] = ACTIONS(1305),
[anon_sym_LBRACE] = ACTIONS(1303),
[anon_sym_case] = ACTIONS(1305),
[anon_sym_default] = ACTIONS(1305),
[anon_sym_SEMI] = ACTIONS(1303),
[anon_sym_assert] = ACTIONS(1305),
[anon_sym_do] = ACTIONS(1305),
[anon_sym_while] = ACTIONS(1305),
[anon_sym_break] = ACTIONS(1305),
[anon_sym_continue] = ACTIONS(1305),
[anon_sym_return] = ACTIONS(1305),
[anon_sym_yield] = ACTIONS(1305),
[anon_sym_synchronized] = ACTIONS(1305),
[anon_sym_throw] = ACTIONS(1305),
[anon_sym_try] = ACTIONS(1305),
[anon_sym_if] = ACTIONS(1305),
[anon_sym_else] = ACTIONS(1305),
[anon_sym_for] = ACTIONS(1305),
[anon_sym_AT] = ACTIONS(1303),
[anon_sym_open] = ACTIONS(1305),
[anon_sym_module] = ACTIONS(1305),
[anon_sym_static] = ACTIONS(1305),
[anon_sym_with] = ACTIONS(1305),
[anon_sym_package] = ACTIONS(1305),
[anon_sym_import] = ACTIONS(1305),
[anon_sym_enum] = ACTIONS(1305),
[anon_sym_public] = ACTIONS(1305),
[anon_sym_protected] = ACTIONS(1305),
[anon_sym_private] = ACTIONS(1305),
[anon_sym_abstract] = ACTIONS(1305),
[anon_sym_final] = ACTIONS(1305),
[anon_sym_strictfp] = ACTIONS(1305),
[anon_sym_native] = ACTIONS(1305),
[anon_sym_transient] = ACTIONS(1305),
[anon_sym_volatile] = ACTIONS(1305),
[anon_sym_sealed] = ACTIONS(1305),
[anon_sym_non_DASHsealed] = ACTIONS(1303),
[anon_sym_record] = ACTIONS(1305),
[anon_sym_interface] = ACTIONS(1305),
[anon_sym_byte] = ACTIONS(1305),
[anon_sym_short] = ACTIONS(1305),
[anon_sym_int] = ACTIONS(1305),
[anon_sym_long] = ACTIONS(1305),
[anon_sym_char] = ACTIONS(1305),
[anon_sym_float] = ACTIONS(1305),
[anon_sym_double] = ACTIONS(1305),
[sym_boolean_type] = ACTIONS(1305),
[sym_void_type] = ACTIONS(1305),
[sym_this] = ACTIONS(1305),
[sym_super] = ACTIONS(1305),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(391)] = {
[ts_builtin_sym_end] = ACTIONS(1307),
[sym_identifier] = ACTIONS(1309),
[sym_decimal_integer_literal] = ACTIONS(1309),
[sym_hex_integer_literal] = ACTIONS(1309),
[sym_octal_integer_literal] = ACTIONS(1309),
[sym_binary_integer_literal] = ACTIONS(1307),
[sym_decimal_floating_point_literal] = ACTIONS(1307),
[sym_hex_floating_point_literal] = ACTIONS(1309),
[sym_true] = ACTIONS(1309),
[sym_false] = ACTIONS(1309),
[sym_character_literal] = ACTIONS(1307),
[anon_sym_DQUOTE] = ACTIONS(1309),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1307),
[anon_sym_RBRACE] = ACTIONS(1307),
[sym_null_literal] = ACTIONS(1309),
[anon_sym_LPAREN] = ACTIONS(1307),
[anon_sym_LT] = ACTIONS(1307),
[anon_sym_PLUS] = ACTIONS(1309),
[anon_sym_DASH] = ACTIONS(1309),
[anon_sym_TILDE] = ACTIONS(1307),
[anon_sym_BANG] = ACTIONS(1307),
[anon_sym_PLUS_PLUS] = ACTIONS(1307),
[anon_sym_DASH_DASH] = ACTIONS(1307),
[anon_sym_new] = ACTIONS(1309),
[anon_sym_class] = ACTIONS(1309),
[anon_sym_switch] = ACTIONS(1309),
[anon_sym_LBRACE] = ACTIONS(1307),
[anon_sym_case] = ACTIONS(1309),
[anon_sym_default] = ACTIONS(1309),
[anon_sym_SEMI] = ACTIONS(1307),
[anon_sym_assert] = ACTIONS(1309),
[anon_sym_do] = ACTIONS(1309),
[anon_sym_while] = ACTIONS(1309),
[anon_sym_break] = ACTIONS(1309),
[anon_sym_continue] = ACTIONS(1309),
[anon_sym_return] = ACTIONS(1309),
[anon_sym_yield] = ACTIONS(1309),
[anon_sym_synchronized] = ACTIONS(1309),
[anon_sym_throw] = ACTIONS(1309),
[anon_sym_try] = ACTIONS(1309),
[anon_sym_if] = ACTIONS(1309),
[anon_sym_else] = ACTIONS(1309),
[anon_sym_for] = ACTIONS(1309),
[anon_sym_AT] = ACTIONS(1307),
[anon_sym_open] = ACTIONS(1309),
[anon_sym_module] = ACTIONS(1309),
[anon_sym_static] = ACTIONS(1309),
[anon_sym_with] = ACTIONS(1309),
[anon_sym_package] = ACTIONS(1309),
[anon_sym_import] = ACTIONS(1309),
[anon_sym_enum] = ACTIONS(1309),
[anon_sym_public] = ACTIONS(1309),
[anon_sym_protected] = ACTIONS(1309),
[anon_sym_private] = ACTIONS(1309),
[anon_sym_abstract] = ACTIONS(1309),
[anon_sym_final] = ACTIONS(1309),
[anon_sym_strictfp] = ACTIONS(1309),
[anon_sym_native] = ACTIONS(1309),
[anon_sym_transient] = ACTIONS(1309),
[anon_sym_volatile] = ACTIONS(1309),
[anon_sym_sealed] = ACTIONS(1309),
[anon_sym_non_DASHsealed] = ACTIONS(1307),
[anon_sym_record] = ACTIONS(1309),
[anon_sym_interface] = ACTIONS(1309),
[anon_sym_byte] = ACTIONS(1309),
[anon_sym_short] = ACTIONS(1309),
[anon_sym_int] = ACTIONS(1309),
[anon_sym_long] = ACTIONS(1309),
[anon_sym_char] = ACTIONS(1309),
[anon_sym_float] = ACTIONS(1309),
[anon_sym_double] = ACTIONS(1309),
[sym_boolean_type] = ACTIONS(1309),
[sym_void_type] = ACTIONS(1309),
[sym_this] = ACTIONS(1309),
[sym_super] = ACTIONS(1309),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(392)] = {
[ts_builtin_sym_end] = ACTIONS(1311),
[sym_identifier] = ACTIONS(1313),
[sym_decimal_integer_literal] = ACTIONS(1313),
[sym_hex_integer_literal] = ACTIONS(1313),
[sym_octal_integer_literal] = ACTIONS(1313),
[sym_binary_integer_literal] = ACTIONS(1311),
[sym_decimal_floating_point_literal] = ACTIONS(1311),
[sym_hex_floating_point_literal] = ACTIONS(1313),
[sym_true] = ACTIONS(1313),
[sym_false] = ACTIONS(1313),
[sym_character_literal] = ACTIONS(1311),
[anon_sym_DQUOTE] = ACTIONS(1313),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1311),
[anon_sym_RBRACE] = ACTIONS(1311),
[sym_null_literal] = ACTIONS(1313),
[anon_sym_LPAREN] = ACTIONS(1311),
[anon_sym_LT] = ACTIONS(1311),
[anon_sym_PLUS] = ACTIONS(1313),
[anon_sym_DASH] = ACTIONS(1313),
[anon_sym_TILDE] = ACTIONS(1311),
[anon_sym_BANG] = ACTIONS(1311),
[anon_sym_PLUS_PLUS] = ACTIONS(1311),
[anon_sym_DASH_DASH] = ACTIONS(1311),
[anon_sym_new] = ACTIONS(1313),
[anon_sym_class] = ACTIONS(1313),
[anon_sym_switch] = ACTIONS(1313),
[anon_sym_LBRACE] = ACTIONS(1311),
[anon_sym_case] = ACTIONS(1313),
[anon_sym_default] = ACTIONS(1313),
[anon_sym_SEMI] = ACTIONS(1311),
[anon_sym_assert] = ACTIONS(1313),
[anon_sym_do] = ACTIONS(1313),
[anon_sym_while] = ACTIONS(1313),
[anon_sym_break] = ACTIONS(1313),
[anon_sym_continue] = ACTIONS(1313),
[anon_sym_return] = ACTIONS(1313),
[anon_sym_yield] = ACTIONS(1313),
[anon_sym_synchronized] = ACTIONS(1313),
[anon_sym_throw] = ACTIONS(1313),
[anon_sym_try] = ACTIONS(1313),
[anon_sym_if] = ACTIONS(1313),
[anon_sym_else] = ACTIONS(1313),
[anon_sym_for] = ACTIONS(1313),
[anon_sym_AT] = ACTIONS(1311),
[anon_sym_open] = ACTIONS(1313),
[anon_sym_module] = ACTIONS(1313),
[anon_sym_static] = ACTIONS(1313),
[anon_sym_with] = ACTIONS(1313),
[anon_sym_package] = ACTIONS(1313),
[anon_sym_import] = ACTIONS(1313),
[anon_sym_enum] = ACTIONS(1313),
[anon_sym_public] = ACTIONS(1313),
[anon_sym_protected] = ACTIONS(1313),
[anon_sym_private] = ACTIONS(1313),
[anon_sym_abstract] = ACTIONS(1313),
[anon_sym_final] = ACTIONS(1313),
[anon_sym_strictfp] = ACTIONS(1313),
[anon_sym_native] = ACTIONS(1313),
[anon_sym_transient] = ACTIONS(1313),
[anon_sym_volatile] = ACTIONS(1313),
[anon_sym_sealed] = ACTIONS(1313),
[anon_sym_non_DASHsealed] = ACTIONS(1311),
[anon_sym_record] = ACTIONS(1313),
[anon_sym_interface] = ACTIONS(1313),
[anon_sym_byte] = ACTIONS(1313),
[anon_sym_short] = ACTIONS(1313),
[anon_sym_int] = ACTIONS(1313),
[anon_sym_long] = ACTIONS(1313),
[anon_sym_char] = ACTIONS(1313),
[anon_sym_float] = ACTIONS(1313),
[anon_sym_double] = ACTIONS(1313),
[sym_boolean_type] = ACTIONS(1313),
[sym_void_type] = ACTIONS(1313),
[sym_this] = ACTIONS(1313),
[sym_super] = ACTIONS(1313),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(393)] = {
[ts_builtin_sym_end] = ACTIONS(1315),
[sym_identifier] = ACTIONS(1317),
[sym_decimal_integer_literal] = ACTIONS(1317),
[sym_hex_integer_literal] = ACTIONS(1317),
[sym_octal_integer_literal] = ACTIONS(1317),
[sym_binary_integer_literal] = ACTIONS(1315),
[sym_decimal_floating_point_literal] = ACTIONS(1315),
[sym_hex_floating_point_literal] = ACTIONS(1317),
[sym_true] = ACTIONS(1317),
[sym_false] = ACTIONS(1317),
[sym_character_literal] = ACTIONS(1315),
[anon_sym_DQUOTE] = ACTIONS(1317),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1315),
[anon_sym_RBRACE] = ACTIONS(1315),
[sym_null_literal] = ACTIONS(1317),
[anon_sym_LPAREN] = ACTIONS(1315),
[anon_sym_LT] = ACTIONS(1315),
[anon_sym_PLUS] = ACTIONS(1317),
[anon_sym_DASH] = ACTIONS(1317),
[anon_sym_TILDE] = ACTIONS(1315),
[anon_sym_BANG] = ACTIONS(1315),
[anon_sym_PLUS_PLUS] = ACTIONS(1315),
[anon_sym_DASH_DASH] = ACTIONS(1315),
[anon_sym_new] = ACTIONS(1317),
[anon_sym_class] = ACTIONS(1317),
[anon_sym_switch] = ACTIONS(1317),
[anon_sym_LBRACE] = ACTIONS(1315),
[anon_sym_case] = ACTIONS(1317),
[anon_sym_default] = ACTIONS(1317),
[anon_sym_SEMI] = ACTIONS(1315),
[anon_sym_assert] = ACTIONS(1317),
[anon_sym_do] = ACTIONS(1317),
[anon_sym_while] = ACTIONS(1317),
[anon_sym_break] = ACTIONS(1317),
[anon_sym_continue] = ACTIONS(1317),
[anon_sym_return] = ACTIONS(1317),
[anon_sym_yield] = ACTIONS(1317),
[anon_sym_synchronized] = ACTIONS(1317),
[anon_sym_throw] = ACTIONS(1317),
[anon_sym_try] = ACTIONS(1317),
[anon_sym_if] = ACTIONS(1317),
[anon_sym_else] = ACTIONS(1317),
[anon_sym_for] = ACTIONS(1317),
[anon_sym_AT] = ACTIONS(1315),
[anon_sym_open] = ACTIONS(1317),
[anon_sym_module] = ACTIONS(1317),
[anon_sym_static] = ACTIONS(1317),
[anon_sym_with] = ACTIONS(1317),
[anon_sym_package] = ACTIONS(1317),
[anon_sym_import] = ACTIONS(1317),
[anon_sym_enum] = ACTIONS(1317),
[anon_sym_public] = ACTIONS(1317),
[anon_sym_protected] = ACTIONS(1317),
[anon_sym_private] = ACTIONS(1317),
[anon_sym_abstract] = ACTIONS(1317),
[anon_sym_final] = ACTIONS(1317),
[anon_sym_strictfp] = ACTIONS(1317),
[anon_sym_native] = ACTIONS(1317),
[anon_sym_transient] = ACTIONS(1317),
[anon_sym_volatile] = ACTIONS(1317),
[anon_sym_sealed] = ACTIONS(1317),
[anon_sym_non_DASHsealed] = ACTIONS(1315),
[anon_sym_record] = ACTIONS(1317),
[anon_sym_interface] = ACTIONS(1317),
[anon_sym_byte] = ACTIONS(1317),
[anon_sym_short] = ACTIONS(1317),
[anon_sym_int] = ACTIONS(1317),
[anon_sym_long] = ACTIONS(1317),
[anon_sym_char] = ACTIONS(1317),
[anon_sym_float] = ACTIONS(1317),
[anon_sym_double] = ACTIONS(1317),
[sym_boolean_type] = ACTIONS(1317),
[sym_void_type] = ACTIONS(1317),
[sym_this] = ACTIONS(1317),
[sym_super] = ACTIONS(1317),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(394)] = {
[ts_builtin_sym_end] = ACTIONS(1319),
[sym_identifier] = ACTIONS(1321),
[sym_decimal_integer_literal] = ACTIONS(1321),
[sym_hex_integer_literal] = ACTIONS(1321),
[sym_octal_integer_literal] = ACTIONS(1321),
[sym_binary_integer_literal] = ACTIONS(1319),
[sym_decimal_floating_point_literal] = ACTIONS(1319),
[sym_hex_floating_point_literal] = ACTIONS(1321),
[sym_true] = ACTIONS(1321),
[sym_false] = ACTIONS(1321),
[sym_character_literal] = ACTIONS(1319),
[anon_sym_DQUOTE] = ACTIONS(1321),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1319),
[anon_sym_RBRACE] = ACTIONS(1319),
[sym_null_literal] = ACTIONS(1321),
[anon_sym_LPAREN] = ACTIONS(1319),
[anon_sym_LT] = ACTIONS(1319),
[anon_sym_PLUS] = ACTIONS(1321),
[anon_sym_DASH] = ACTIONS(1321),
[anon_sym_TILDE] = ACTIONS(1319),
[anon_sym_BANG] = ACTIONS(1319),
[anon_sym_PLUS_PLUS] = ACTIONS(1319),
[anon_sym_DASH_DASH] = ACTIONS(1319),
[anon_sym_new] = ACTIONS(1321),
[anon_sym_class] = ACTIONS(1321),
[anon_sym_switch] = ACTIONS(1321),
[anon_sym_LBRACE] = ACTIONS(1319),
[anon_sym_case] = ACTIONS(1321),
[anon_sym_default] = ACTIONS(1321),
[anon_sym_SEMI] = ACTIONS(1319),
[anon_sym_assert] = ACTIONS(1321),
[anon_sym_do] = ACTIONS(1321),
[anon_sym_while] = ACTIONS(1321),
[anon_sym_break] = ACTIONS(1321),
[anon_sym_continue] = ACTIONS(1321),
[anon_sym_return] = ACTIONS(1321),
[anon_sym_yield] = ACTIONS(1321),
[anon_sym_synchronized] = ACTIONS(1321),
[anon_sym_throw] = ACTIONS(1321),
[anon_sym_try] = ACTIONS(1321),
[anon_sym_if] = ACTIONS(1321),
[anon_sym_else] = ACTIONS(1321),
[anon_sym_for] = ACTIONS(1321),
[anon_sym_AT] = ACTIONS(1319),
[anon_sym_open] = ACTIONS(1321),
[anon_sym_module] = ACTIONS(1321),
[anon_sym_static] = ACTIONS(1321),
[anon_sym_with] = ACTIONS(1321),
[anon_sym_package] = ACTIONS(1321),
[anon_sym_import] = ACTIONS(1321),
[anon_sym_enum] = ACTIONS(1321),
[anon_sym_public] = ACTIONS(1321),
[anon_sym_protected] = ACTIONS(1321),
[anon_sym_private] = ACTIONS(1321),
[anon_sym_abstract] = ACTIONS(1321),
[anon_sym_final] = ACTIONS(1321),
[anon_sym_strictfp] = ACTIONS(1321),
[anon_sym_native] = ACTIONS(1321),
[anon_sym_transient] = ACTIONS(1321),
[anon_sym_volatile] = ACTIONS(1321),
[anon_sym_sealed] = ACTIONS(1321),
[anon_sym_non_DASHsealed] = ACTIONS(1319),
[anon_sym_record] = ACTIONS(1321),
[anon_sym_interface] = ACTIONS(1321),
[anon_sym_byte] = ACTIONS(1321),
[anon_sym_short] = ACTIONS(1321),
[anon_sym_int] = ACTIONS(1321),
[anon_sym_long] = ACTIONS(1321),
[anon_sym_char] = ACTIONS(1321),
[anon_sym_float] = ACTIONS(1321),
[anon_sym_double] = ACTIONS(1321),
[sym_boolean_type] = ACTIONS(1321),
[sym_void_type] = ACTIONS(1321),
[sym_this] = ACTIONS(1321),
[sym_super] = ACTIONS(1321),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(395)] = {
[ts_builtin_sym_end] = ACTIONS(1323),
[sym_identifier] = ACTIONS(1325),
[sym_decimal_integer_literal] = ACTIONS(1325),
[sym_hex_integer_literal] = ACTIONS(1325),
[sym_octal_integer_literal] = ACTIONS(1325),
[sym_binary_integer_literal] = ACTIONS(1323),
[sym_decimal_floating_point_literal] = ACTIONS(1323),
[sym_hex_floating_point_literal] = ACTIONS(1325),
[sym_true] = ACTIONS(1325),
[sym_false] = ACTIONS(1325),
[sym_character_literal] = ACTIONS(1323),
[anon_sym_DQUOTE] = ACTIONS(1325),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1323),
[anon_sym_RBRACE] = ACTIONS(1323),
[sym_null_literal] = ACTIONS(1325),
[anon_sym_LPAREN] = ACTIONS(1323),
[anon_sym_LT] = ACTIONS(1323),
[anon_sym_PLUS] = ACTIONS(1325),
[anon_sym_DASH] = ACTIONS(1325),
[anon_sym_TILDE] = ACTIONS(1323),
[anon_sym_BANG] = ACTIONS(1323),
[anon_sym_PLUS_PLUS] = ACTIONS(1323),
[anon_sym_DASH_DASH] = ACTIONS(1323),
[anon_sym_new] = ACTIONS(1325),
[anon_sym_class] = ACTIONS(1325),
[anon_sym_switch] = ACTIONS(1325),
[anon_sym_LBRACE] = ACTIONS(1323),
[anon_sym_case] = ACTIONS(1325),
[anon_sym_default] = ACTIONS(1325),
[anon_sym_SEMI] = ACTIONS(1323),
[anon_sym_assert] = ACTIONS(1325),
[anon_sym_do] = ACTIONS(1325),
[anon_sym_while] = ACTIONS(1325),
[anon_sym_break] = ACTIONS(1325),
[anon_sym_continue] = ACTIONS(1325),
[anon_sym_return] = ACTIONS(1325),
[anon_sym_yield] = ACTIONS(1325),
[anon_sym_synchronized] = ACTIONS(1325),
[anon_sym_throw] = ACTIONS(1325),
[anon_sym_try] = ACTIONS(1325),
[anon_sym_if] = ACTIONS(1325),
[anon_sym_else] = ACTIONS(1325),
[anon_sym_for] = ACTIONS(1325),
[anon_sym_AT] = ACTIONS(1323),
[anon_sym_open] = ACTIONS(1325),
[anon_sym_module] = ACTIONS(1325),
[anon_sym_static] = ACTIONS(1325),
[anon_sym_with] = ACTIONS(1325),
[anon_sym_package] = ACTIONS(1325),
[anon_sym_import] = ACTIONS(1325),
[anon_sym_enum] = ACTIONS(1325),
[anon_sym_public] = ACTIONS(1325),
[anon_sym_protected] = ACTIONS(1325),
[anon_sym_private] = ACTIONS(1325),
[anon_sym_abstract] = ACTIONS(1325),
[anon_sym_final] = ACTIONS(1325),
[anon_sym_strictfp] = ACTIONS(1325),
[anon_sym_native] = ACTIONS(1325),
[anon_sym_transient] = ACTIONS(1325),
[anon_sym_volatile] = ACTIONS(1325),
[anon_sym_sealed] = ACTIONS(1325),
[anon_sym_non_DASHsealed] = ACTIONS(1323),
[anon_sym_record] = ACTIONS(1325),
[anon_sym_interface] = ACTIONS(1325),
[anon_sym_byte] = ACTIONS(1325),
[anon_sym_short] = ACTIONS(1325),
[anon_sym_int] = ACTIONS(1325),
[anon_sym_long] = ACTIONS(1325),
[anon_sym_char] = ACTIONS(1325),
[anon_sym_float] = ACTIONS(1325),
[anon_sym_double] = ACTIONS(1325),
[sym_boolean_type] = ACTIONS(1325),
[sym_void_type] = ACTIONS(1325),
[sym_this] = ACTIONS(1325),
[sym_super] = ACTIONS(1325),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(396)] = {
[ts_builtin_sym_end] = ACTIONS(1327),
[sym_identifier] = ACTIONS(1329),
[sym_decimal_integer_literal] = ACTIONS(1329),
[sym_hex_integer_literal] = ACTIONS(1329),
[sym_octal_integer_literal] = ACTIONS(1329),
[sym_binary_integer_literal] = ACTIONS(1327),
[sym_decimal_floating_point_literal] = ACTIONS(1327),
[sym_hex_floating_point_literal] = ACTIONS(1329),
[sym_true] = ACTIONS(1329),
[sym_false] = ACTIONS(1329),
[sym_character_literal] = ACTIONS(1327),
[anon_sym_DQUOTE] = ACTIONS(1329),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1327),
[anon_sym_RBRACE] = ACTIONS(1327),
[sym_null_literal] = ACTIONS(1329),
[anon_sym_LPAREN] = ACTIONS(1327),
[anon_sym_LT] = ACTIONS(1327),
[anon_sym_PLUS] = ACTIONS(1329),
[anon_sym_DASH] = ACTIONS(1329),
[anon_sym_TILDE] = ACTIONS(1327),
[anon_sym_BANG] = ACTIONS(1327),
[anon_sym_PLUS_PLUS] = ACTIONS(1327),
[anon_sym_DASH_DASH] = ACTIONS(1327),
[anon_sym_new] = ACTIONS(1329),
[anon_sym_class] = ACTIONS(1329),
[anon_sym_switch] = ACTIONS(1329),
[anon_sym_LBRACE] = ACTIONS(1327),
[anon_sym_case] = ACTIONS(1329),
[anon_sym_default] = ACTIONS(1329),
[anon_sym_SEMI] = ACTIONS(1327),
[anon_sym_assert] = ACTIONS(1329),
[anon_sym_do] = ACTIONS(1329),
[anon_sym_while] = ACTIONS(1329),
[anon_sym_break] = ACTIONS(1329),
[anon_sym_continue] = ACTIONS(1329),
[anon_sym_return] = ACTIONS(1329),
[anon_sym_yield] = ACTIONS(1329),
[anon_sym_synchronized] = ACTIONS(1329),
[anon_sym_throw] = ACTIONS(1329),
[anon_sym_try] = ACTIONS(1329),
[anon_sym_if] = ACTIONS(1329),
[anon_sym_else] = ACTIONS(1329),
[anon_sym_for] = ACTIONS(1329),
[anon_sym_AT] = ACTIONS(1327),
[anon_sym_open] = ACTIONS(1329),
[anon_sym_module] = ACTIONS(1329),
[anon_sym_static] = ACTIONS(1329),
[anon_sym_with] = ACTIONS(1329),
[anon_sym_package] = ACTIONS(1329),
[anon_sym_import] = ACTIONS(1329),
[anon_sym_enum] = ACTIONS(1329),
[anon_sym_public] = ACTIONS(1329),
[anon_sym_protected] = ACTIONS(1329),
[anon_sym_private] = ACTIONS(1329),
[anon_sym_abstract] = ACTIONS(1329),
[anon_sym_final] = ACTIONS(1329),
[anon_sym_strictfp] = ACTIONS(1329),
[anon_sym_native] = ACTIONS(1329),
[anon_sym_transient] = ACTIONS(1329),
[anon_sym_volatile] = ACTIONS(1329),
[anon_sym_sealed] = ACTIONS(1329),
[anon_sym_non_DASHsealed] = ACTIONS(1327),
[anon_sym_record] = ACTIONS(1329),
[anon_sym_interface] = ACTIONS(1329),
[anon_sym_byte] = ACTIONS(1329),
[anon_sym_short] = ACTIONS(1329),
[anon_sym_int] = ACTIONS(1329),
[anon_sym_long] = ACTIONS(1329),
[anon_sym_char] = ACTIONS(1329),
[anon_sym_float] = ACTIONS(1329),
[anon_sym_double] = ACTIONS(1329),
[sym_boolean_type] = ACTIONS(1329),
[sym_void_type] = ACTIONS(1329),
[sym_this] = ACTIONS(1329),
[sym_super] = ACTIONS(1329),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(397)] = {
[ts_builtin_sym_end] = ACTIONS(1331),
[sym_identifier] = ACTIONS(1333),
[sym_decimal_integer_literal] = ACTIONS(1333),
[sym_hex_integer_literal] = ACTIONS(1333),
[sym_octal_integer_literal] = ACTIONS(1333),
[sym_binary_integer_literal] = ACTIONS(1331),
[sym_decimal_floating_point_literal] = ACTIONS(1331),
[sym_hex_floating_point_literal] = ACTIONS(1333),
[sym_true] = ACTIONS(1333),
[sym_false] = ACTIONS(1333),
[sym_character_literal] = ACTIONS(1331),
[anon_sym_DQUOTE] = ACTIONS(1333),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1331),
[anon_sym_RBRACE] = ACTIONS(1331),
[sym_null_literal] = ACTIONS(1333),
[anon_sym_LPAREN] = ACTIONS(1331),
[anon_sym_LT] = ACTIONS(1331),
[anon_sym_PLUS] = ACTIONS(1333),
[anon_sym_DASH] = ACTIONS(1333),
[anon_sym_TILDE] = ACTIONS(1331),
[anon_sym_BANG] = ACTIONS(1331),
[anon_sym_PLUS_PLUS] = ACTIONS(1331),
[anon_sym_DASH_DASH] = ACTIONS(1331),
[anon_sym_new] = ACTIONS(1333),
[anon_sym_class] = ACTIONS(1333),
[anon_sym_switch] = ACTIONS(1333),
[anon_sym_LBRACE] = ACTIONS(1331),
[anon_sym_case] = ACTIONS(1333),
[anon_sym_default] = ACTIONS(1333),
[anon_sym_SEMI] = ACTIONS(1331),
[anon_sym_assert] = ACTIONS(1333),
[anon_sym_do] = ACTIONS(1333),
[anon_sym_while] = ACTIONS(1333),
[anon_sym_break] = ACTIONS(1333),
[anon_sym_continue] = ACTIONS(1333),
[anon_sym_return] = ACTIONS(1333),
[anon_sym_yield] = ACTIONS(1333),
[anon_sym_synchronized] = ACTIONS(1333),
[anon_sym_throw] = ACTIONS(1333),
[anon_sym_try] = ACTIONS(1333),
[anon_sym_if] = ACTIONS(1333),
[anon_sym_else] = ACTIONS(1333),
[anon_sym_for] = ACTIONS(1333),
[anon_sym_AT] = ACTIONS(1331),
[anon_sym_open] = ACTIONS(1333),
[anon_sym_module] = ACTIONS(1333),
[anon_sym_static] = ACTIONS(1333),
[anon_sym_with] = ACTIONS(1333),
[anon_sym_package] = ACTIONS(1333),
[anon_sym_import] = ACTIONS(1333),
[anon_sym_enum] = ACTIONS(1333),
[anon_sym_public] = ACTIONS(1333),
[anon_sym_protected] = ACTIONS(1333),
[anon_sym_private] = ACTIONS(1333),
[anon_sym_abstract] = ACTIONS(1333),
[anon_sym_final] = ACTIONS(1333),
[anon_sym_strictfp] = ACTIONS(1333),
[anon_sym_native] = ACTIONS(1333),
[anon_sym_transient] = ACTIONS(1333),
[anon_sym_volatile] = ACTIONS(1333),
[anon_sym_sealed] = ACTIONS(1333),
[anon_sym_non_DASHsealed] = ACTIONS(1331),
[anon_sym_record] = ACTIONS(1333),
[anon_sym_interface] = ACTIONS(1333),
[anon_sym_byte] = ACTIONS(1333),
[anon_sym_short] = ACTIONS(1333),
[anon_sym_int] = ACTIONS(1333),
[anon_sym_long] = ACTIONS(1333),
[anon_sym_char] = ACTIONS(1333),
[anon_sym_float] = ACTIONS(1333),
[anon_sym_double] = ACTIONS(1333),
[sym_boolean_type] = ACTIONS(1333),
[sym_void_type] = ACTIONS(1333),
[sym_this] = ACTIONS(1333),
[sym_super] = ACTIONS(1333),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(398)] = {
[ts_builtin_sym_end] = ACTIONS(1335),
[sym_identifier] = ACTIONS(1337),
[sym_decimal_integer_literal] = ACTIONS(1337),
[sym_hex_integer_literal] = ACTIONS(1337),
[sym_octal_integer_literal] = ACTIONS(1337),
[sym_binary_integer_literal] = ACTIONS(1335),
[sym_decimal_floating_point_literal] = ACTIONS(1335),
[sym_hex_floating_point_literal] = ACTIONS(1337),
[sym_true] = ACTIONS(1337),
[sym_false] = ACTIONS(1337),
[sym_character_literal] = ACTIONS(1335),
[anon_sym_DQUOTE] = ACTIONS(1337),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1335),
[anon_sym_RBRACE] = ACTIONS(1335),
[sym_null_literal] = ACTIONS(1337),
[anon_sym_LPAREN] = ACTIONS(1335),
[anon_sym_LT] = ACTIONS(1335),
[anon_sym_PLUS] = ACTIONS(1337),
[anon_sym_DASH] = ACTIONS(1337),
[anon_sym_TILDE] = ACTIONS(1335),
[anon_sym_BANG] = ACTIONS(1335),
[anon_sym_PLUS_PLUS] = ACTIONS(1335),
[anon_sym_DASH_DASH] = ACTIONS(1335),
[anon_sym_new] = ACTIONS(1337),
[anon_sym_class] = ACTIONS(1337),
[anon_sym_switch] = ACTIONS(1337),
[anon_sym_LBRACE] = ACTIONS(1335),
[anon_sym_case] = ACTIONS(1337),
[anon_sym_default] = ACTIONS(1337),
[anon_sym_SEMI] = ACTIONS(1335),
[anon_sym_assert] = ACTIONS(1337),
[anon_sym_do] = ACTIONS(1337),
[anon_sym_while] = ACTIONS(1337),
[anon_sym_break] = ACTIONS(1337),
[anon_sym_continue] = ACTIONS(1337),
[anon_sym_return] = ACTIONS(1337),
[anon_sym_yield] = ACTIONS(1337),
[anon_sym_synchronized] = ACTIONS(1337),
[anon_sym_throw] = ACTIONS(1337),
[anon_sym_try] = ACTIONS(1337),
[anon_sym_if] = ACTIONS(1337),
[anon_sym_else] = ACTIONS(1337),
[anon_sym_for] = ACTIONS(1337),
[anon_sym_AT] = ACTIONS(1335),
[anon_sym_open] = ACTIONS(1337),
[anon_sym_module] = ACTIONS(1337),
[anon_sym_static] = ACTIONS(1337),
[anon_sym_with] = ACTIONS(1337),
[anon_sym_package] = ACTIONS(1337),
[anon_sym_import] = ACTIONS(1337),
[anon_sym_enum] = ACTIONS(1337),
[anon_sym_public] = ACTIONS(1337),
[anon_sym_protected] = ACTIONS(1337),
[anon_sym_private] = ACTIONS(1337),
[anon_sym_abstract] = ACTIONS(1337),
[anon_sym_final] = ACTIONS(1337),
[anon_sym_strictfp] = ACTIONS(1337),
[anon_sym_native] = ACTIONS(1337),
[anon_sym_transient] = ACTIONS(1337),
[anon_sym_volatile] = ACTIONS(1337),
[anon_sym_sealed] = ACTIONS(1337),
[anon_sym_non_DASHsealed] = ACTIONS(1335),
[anon_sym_record] = ACTIONS(1337),
[anon_sym_interface] = ACTIONS(1337),
[anon_sym_byte] = ACTIONS(1337),
[anon_sym_short] = ACTIONS(1337),
[anon_sym_int] = ACTIONS(1337),
[anon_sym_long] = ACTIONS(1337),
[anon_sym_char] = ACTIONS(1337),
[anon_sym_float] = ACTIONS(1337),
[anon_sym_double] = ACTIONS(1337),
[sym_boolean_type] = ACTIONS(1337),
[sym_void_type] = ACTIONS(1337),
[sym_this] = ACTIONS(1337),
[sym_super] = ACTIONS(1337),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(399)] = {
[ts_builtin_sym_end] = ACTIONS(1339),
[sym_identifier] = ACTIONS(1341),
[sym_decimal_integer_literal] = ACTIONS(1341),
[sym_hex_integer_literal] = ACTIONS(1341),
[sym_octal_integer_literal] = ACTIONS(1341),
[sym_binary_integer_literal] = ACTIONS(1339),
[sym_decimal_floating_point_literal] = ACTIONS(1339),
[sym_hex_floating_point_literal] = ACTIONS(1341),
[sym_true] = ACTIONS(1341),
[sym_false] = ACTIONS(1341),
[sym_character_literal] = ACTIONS(1339),
[anon_sym_DQUOTE] = ACTIONS(1341),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1339),
[anon_sym_RBRACE] = ACTIONS(1339),
[sym_null_literal] = ACTIONS(1341),
[anon_sym_LPAREN] = ACTIONS(1339),
[anon_sym_LT] = ACTIONS(1339),
[anon_sym_PLUS] = ACTIONS(1341),
[anon_sym_DASH] = ACTIONS(1341),
[anon_sym_TILDE] = ACTIONS(1339),
[anon_sym_BANG] = ACTIONS(1339),
[anon_sym_PLUS_PLUS] = ACTIONS(1339),
[anon_sym_DASH_DASH] = ACTIONS(1339),
[anon_sym_new] = ACTIONS(1341),
[anon_sym_class] = ACTIONS(1341),
[anon_sym_switch] = ACTIONS(1341),
[anon_sym_LBRACE] = ACTIONS(1339),
[anon_sym_case] = ACTIONS(1341),
[anon_sym_default] = ACTIONS(1341),
[anon_sym_SEMI] = ACTIONS(1339),
[anon_sym_assert] = ACTIONS(1341),
[anon_sym_do] = ACTIONS(1341),
[anon_sym_while] = ACTIONS(1341),
[anon_sym_break] = ACTIONS(1341),
[anon_sym_continue] = ACTIONS(1341),
[anon_sym_return] = ACTIONS(1341),
[anon_sym_yield] = ACTIONS(1341),
[anon_sym_synchronized] = ACTIONS(1341),
[anon_sym_throw] = ACTIONS(1341),
[anon_sym_try] = ACTIONS(1341),
[anon_sym_if] = ACTIONS(1341),
[anon_sym_else] = ACTIONS(1341),
[anon_sym_for] = ACTIONS(1341),
[anon_sym_AT] = ACTIONS(1339),
[anon_sym_open] = ACTIONS(1341),
[anon_sym_module] = ACTIONS(1341),
[anon_sym_static] = ACTIONS(1341),
[anon_sym_with] = ACTIONS(1341),
[anon_sym_package] = ACTIONS(1341),
[anon_sym_import] = ACTIONS(1341),
[anon_sym_enum] = ACTIONS(1341),
[anon_sym_public] = ACTIONS(1341),
[anon_sym_protected] = ACTIONS(1341),
[anon_sym_private] = ACTIONS(1341),
[anon_sym_abstract] = ACTIONS(1341),
[anon_sym_final] = ACTIONS(1341),
[anon_sym_strictfp] = ACTIONS(1341),
[anon_sym_native] = ACTIONS(1341),
[anon_sym_transient] = ACTIONS(1341),
[anon_sym_volatile] = ACTIONS(1341),
[anon_sym_sealed] = ACTIONS(1341),
[anon_sym_non_DASHsealed] = ACTIONS(1339),
[anon_sym_record] = ACTIONS(1341),
[anon_sym_interface] = ACTIONS(1341),
[anon_sym_byte] = ACTIONS(1341),
[anon_sym_short] = ACTIONS(1341),
[anon_sym_int] = ACTIONS(1341),
[anon_sym_long] = ACTIONS(1341),
[anon_sym_char] = ACTIONS(1341),
[anon_sym_float] = ACTIONS(1341),
[anon_sym_double] = ACTIONS(1341),
[sym_boolean_type] = ACTIONS(1341),
[sym_void_type] = ACTIONS(1341),
[sym_this] = ACTIONS(1341),
[sym_super] = ACTIONS(1341),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(400)] = {
[ts_builtin_sym_end] = ACTIONS(1343),
[sym_identifier] = ACTIONS(1345),
[sym_decimal_integer_literal] = ACTIONS(1345),
[sym_hex_integer_literal] = ACTIONS(1345),
[sym_octal_integer_literal] = ACTIONS(1345),
[sym_binary_integer_literal] = ACTIONS(1343),
[sym_decimal_floating_point_literal] = ACTIONS(1343),
[sym_hex_floating_point_literal] = ACTIONS(1345),
[sym_true] = ACTIONS(1345),
[sym_false] = ACTIONS(1345),
[sym_character_literal] = ACTIONS(1343),
[anon_sym_DQUOTE] = ACTIONS(1345),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1343),
[anon_sym_RBRACE] = ACTIONS(1343),
[sym_null_literal] = ACTIONS(1345),
[anon_sym_LPAREN] = ACTIONS(1343),
[anon_sym_LT] = ACTIONS(1343),
[anon_sym_PLUS] = ACTIONS(1345),
[anon_sym_DASH] = ACTIONS(1345),
[anon_sym_TILDE] = ACTIONS(1343),
[anon_sym_BANG] = ACTIONS(1343),
[anon_sym_PLUS_PLUS] = ACTIONS(1343),
[anon_sym_DASH_DASH] = ACTIONS(1343),
[anon_sym_new] = ACTIONS(1345),
[anon_sym_class] = ACTIONS(1345),
[anon_sym_switch] = ACTIONS(1345),
[anon_sym_LBRACE] = ACTIONS(1343),
[anon_sym_case] = ACTIONS(1345),
[anon_sym_default] = ACTIONS(1345),
[anon_sym_SEMI] = ACTIONS(1343),
[anon_sym_assert] = ACTIONS(1345),
[anon_sym_do] = ACTIONS(1345),
[anon_sym_while] = ACTIONS(1345),
[anon_sym_break] = ACTIONS(1345),
[anon_sym_continue] = ACTIONS(1345),
[anon_sym_return] = ACTIONS(1345),
[anon_sym_yield] = ACTIONS(1345),
[anon_sym_synchronized] = ACTIONS(1345),
[anon_sym_throw] = ACTIONS(1345),
[anon_sym_try] = ACTIONS(1345),
[anon_sym_if] = ACTIONS(1345),
[anon_sym_else] = ACTIONS(1345),
[anon_sym_for] = ACTIONS(1345),
[anon_sym_AT] = ACTIONS(1343),
[anon_sym_open] = ACTIONS(1345),
[anon_sym_module] = ACTIONS(1345),
[anon_sym_static] = ACTIONS(1345),
[anon_sym_with] = ACTIONS(1345),
[anon_sym_package] = ACTIONS(1345),
[anon_sym_import] = ACTIONS(1345),
[anon_sym_enum] = ACTIONS(1345),
[anon_sym_public] = ACTIONS(1345),
[anon_sym_protected] = ACTIONS(1345),
[anon_sym_private] = ACTIONS(1345),
[anon_sym_abstract] = ACTIONS(1345),
[anon_sym_final] = ACTIONS(1345),
[anon_sym_strictfp] = ACTIONS(1345),
[anon_sym_native] = ACTIONS(1345),
[anon_sym_transient] = ACTIONS(1345),
[anon_sym_volatile] = ACTIONS(1345),
[anon_sym_sealed] = ACTIONS(1345),
[anon_sym_non_DASHsealed] = ACTIONS(1343),
[anon_sym_record] = ACTIONS(1345),
[anon_sym_interface] = ACTIONS(1345),
[anon_sym_byte] = ACTIONS(1345),
[anon_sym_short] = ACTIONS(1345),
[anon_sym_int] = ACTIONS(1345),
[anon_sym_long] = ACTIONS(1345),
[anon_sym_char] = ACTIONS(1345),
[anon_sym_float] = ACTIONS(1345),
[anon_sym_double] = ACTIONS(1345),
[sym_boolean_type] = ACTIONS(1345),
[sym_void_type] = ACTIONS(1345),
[sym_this] = ACTIONS(1345),
[sym_super] = ACTIONS(1345),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(401)] = {
[ts_builtin_sym_end] = ACTIONS(1347),
[sym_identifier] = ACTIONS(1349),
[sym_decimal_integer_literal] = ACTIONS(1349),
[sym_hex_integer_literal] = ACTIONS(1349),
[sym_octal_integer_literal] = ACTIONS(1349),
[sym_binary_integer_literal] = ACTIONS(1347),
[sym_decimal_floating_point_literal] = ACTIONS(1347),
[sym_hex_floating_point_literal] = ACTIONS(1349),
[sym_true] = ACTIONS(1349),
[sym_false] = ACTIONS(1349),
[sym_character_literal] = ACTIONS(1347),
[anon_sym_DQUOTE] = ACTIONS(1349),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1347),
[anon_sym_RBRACE] = ACTIONS(1347),
[sym_null_literal] = ACTIONS(1349),
[anon_sym_LPAREN] = ACTIONS(1347),
[anon_sym_LT] = ACTIONS(1347),
[anon_sym_PLUS] = ACTIONS(1349),
[anon_sym_DASH] = ACTIONS(1349),
[anon_sym_TILDE] = ACTIONS(1347),
[anon_sym_BANG] = ACTIONS(1347),
[anon_sym_PLUS_PLUS] = ACTIONS(1347),
[anon_sym_DASH_DASH] = ACTIONS(1347),
[anon_sym_new] = ACTIONS(1349),
[anon_sym_class] = ACTIONS(1349),
[anon_sym_switch] = ACTIONS(1349),
[anon_sym_LBRACE] = ACTIONS(1347),
[anon_sym_case] = ACTIONS(1349),
[anon_sym_default] = ACTIONS(1349),
[anon_sym_SEMI] = ACTIONS(1347),
[anon_sym_assert] = ACTIONS(1349),
[anon_sym_do] = ACTIONS(1349),
[anon_sym_while] = ACTIONS(1349),
[anon_sym_break] = ACTIONS(1349),
[anon_sym_continue] = ACTIONS(1349),
[anon_sym_return] = ACTIONS(1349),
[anon_sym_yield] = ACTIONS(1349),
[anon_sym_synchronized] = ACTIONS(1349),
[anon_sym_throw] = ACTIONS(1349),
[anon_sym_try] = ACTIONS(1349),
[anon_sym_if] = ACTIONS(1349),
[anon_sym_else] = ACTIONS(1349),
[anon_sym_for] = ACTIONS(1349),
[anon_sym_AT] = ACTIONS(1347),
[anon_sym_open] = ACTIONS(1349),
[anon_sym_module] = ACTIONS(1349),
[anon_sym_static] = ACTIONS(1349),
[anon_sym_with] = ACTIONS(1349),
[anon_sym_package] = ACTIONS(1349),
[anon_sym_import] = ACTIONS(1349),
[anon_sym_enum] = ACTIONS(1349),
[anon_sym_public] = ACTIONS(1349),
[anon_sym_protected] = ACTIONS(1349),
[anon_sym_private] = ACTIONS(1349),
[anon_sym_abstract] = ACTIONS(1349),
[anon_sym_final] = ACTIONS(1349),
[anon_sym_strictfp] = ACTIONS(1349),
[anon_sym_native] = ACTIONS(1349),
[anon_sym_transient] = ACTIONS(1349),
[anon_sym_volatile] = ACTIONS(1349),
[anon_sym_sealed] = ACTIONS(1349),
[anon_sym_non_DASHsealed] = ACTIONS(1347),
[anon_sym_record] = ACTIONS(1349),
[anon_sym_interface] = ACTIONS(1349),
[anon_sym_byte] = ACTIONS(1349),
[anon_sym_short] = ACTIONS(1349),
[anon_sym_int] = ACTIONS(1349),
[anon_sym_long] = ACTIONS(1349),
[anon_sym_char] = ACTIONS(1349),
[anon_sym_float] = ACTIONS(1349),
[anon_sym_double] = ACTIONS(1349),
[sym_boolean_type] = ACTIONS(1349),
[sym_void_type] = ACTIONS(1349),
[sym_this] = ACTIONS(1349),
[sym_super] = ACTIONS(1349),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(402)] = {
[ts_builtin_sym_end] = ACTIONS(1351),
[sym_identifier] = ACTIONS(1353),
[sym_decimal_integer_literal] = ACTIONS(1353),
[sym_hex_integer_literal] = ACTIONS(1353),
[sym_octal_integer_literal] = ACTIONS(1353),
[sym_binary_integer_literal] = ACTIONS(1351),
[sym_decimal_floating_point_literal] = ACTIONS(1351),
[sym_hex_floating_point_literal] = ACTIONS(1353),
[sym_true] = ACTIONS(1353),
[sym_false] = ACTIONS(1353),
[sym_character_literal] = ACTIONS(1351),
[anon_sym_DQUOTE] = ACTIONS(1353),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1351),
[anon_sym_RBRACE] = ACTIONS(1351),
[sym_null_literal] = ACTIONS(1353),
[anon_sym_LPAREN] = ACTIONS(1351),
[anon_sym_LT] = ACTIONS(1351),
[anon_sym_PLUS] = ACTIONS(1353),
[anon_sym_DASH] = ACTIONS(1353),
[anon_sym_TILDE] = ACTIONS(1351),
[anon_sym_BANG] = ACTIONS(1351),
[anon_sym_PLUS_PLUS] = ACTIONS(1351),
[anon_sym_DASH_DASH] = ACTIONS(1351),
[anon_sym_new] = ACTIONS(1353),
[anon_sym_class] = ACTIONS(1353),
[anon_sym_switch] = ACTIONS(1353),
[anon_sym_LBRACE] = ACTIONS(1351),
[anon_sym_case] = ACTIONS(1353),
[anon_sym_default] = ACTIONS(1353),
[anon_sym_SEMI] = ACTIONS(1351),
[anon_sym_assert] = ACTIONS(1353),
[anon_sym_do] = ACTIONS(1353),
[anon_sym_while] = ACTIONS(1353),
[anon_sym_break] = ACTIONS(1353),
[anon_sym_continue] = ACTIONS(1353),
[anon_sym_return] = ACTIONS(1353),
[anon_sym_yield] = ACTIONS(1353),
[anon_sym_synchronized] = ACTIONS(1353),
[anon_sym_throw] = ACTIONS(1353),
[anon_sym_try] = ACTIONS(1353),
[anon_sym_if] = ACTIONS(1353),
[anon_sym_else] = ACTIONS(1353),
[anon_sym_for] = ACTIONS(1353),
[anon_sym_AT] = ACTIONS(1351),
[anon_sym_open] = ACTIONS(1353),
[anon_sym_module] = ACTIONS(1353),
[anon_sym_static] = ACTIONS(1353),
[anon_sym_with] = ACTIONS(1353),
[anon_sym_package] = ACTIONS(1353),
[anon_sym_import] = ACTIONS(1353),
[anon_sym_enum] = ACTIONS(1353),
[anon_sym_public] = ACTIONS(1353),
[anon_sym_protected] = ACTIONS(1353),
[anon_sym_private] = ACTIONS(1353),
[anon_sym_abstract] = ACTIONS(1353),
[anon_sym_final] = ACTIONS(1353),
[anon_sym_strictfp] = ACTIONS(1353),
[anon_sym_native] = ACTIONS(1353),
[anon_sym_transient] = ACTIONS(1353),
[anon_sym_volatile] = ACTIONS(1353),
[anon_sym_sealed] = ACTIONS(1353),
[anon_sym_non_DASHsealed] = ACTIONS(1351),
[anon_sym_record] = ACTIONS(1353),
[anon_sym_interface] = ACTIONS(1353),
[anon_sym_byte] = ACTIONS(1353),
[anon_sym_short] = ACTIONS(1353),
[anon_sym_int] = ACTIONS(1353),
[anon_sym_long] = ACTIONS(1353),
[anon_sym_char] = ACTIONS(1353),
[anon_sym_float] = ACTIONS(1353),
[anon_sym_double] = ACTIONS(1353),
[sym_boolean_type] = ACTIONS(1353),
[sym_void_type] = ACTIONS(1353),
[sym_this] = ACTIONS(1353),
[sym_super] = ACTIONS(1353),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(403)] = {
[sym_switch_label] = STATE(1512),
[aux_sym_switch_block_statement_group_repeat1] = STATE(403),
[sym_identifier] = ACTIONS(1355),
[sym_decimal_integer_literal] = ACTIONS(1355),
[sym_hex_integer_literal] = ACTIONS(1355),
[sym_octal_integer_literal] = ACTIONS(1355),
[sym_binary_integer_literal] = ACTIONS(1357),
[sym_decimal_floating_point_literal] = ACTIONS(1357),
[sym_hex_floating_point_literal] = ACTIONS(1355),
[sym_true] = ACTIONS(1355),
[sym_false] = ACTIONS(1355),
[sym_character_literal] = ACTIONS(1357),
[anon_sym_DQUOTE] = ACTIONS(1355),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1357),
[anon_sym_RBRACE] = ACTIONS(1357),
[sym_null_literal] = ACTIONS(1355),
[anon_sym_LPAREN] = ACTIONS(1357),
[anon_sym_PLUS] = ACTIONS(1355),
[anon_sym_DASH] = ACTIONS(1355),
[anon_sym_TILDE] = ACTIONS(1357),
[anon_sym_BANG] = ACTIONS(1357),
[anon_sym_PLUS_PLUS] = ACTIONS(1357),
[anon_sym_DASH_DASH] = ACTIONS(1357),
[anon_sym_new] = ACTIONS(1355),
[anon_sym_class] = ACTIONS(1355),
[anon_sym_switch] = ACTIONS(1355),
[anon_sym_LBRACE] = ACTIONS(1357),
[anon_sym_case] = ACTIONS(1359),
[anon_sym_default] = ACTIONS(1362),
[anon_sym_SEMI] = ACTIONS(1357),
[anon_sym_assert] = ACTIONS(1355),
[anon_sym_do] = ACTIONS(1355),
[anon_sym_while] = ACTIONS(1355),
[anon_sym_break] = ACTIONS(1355),
[anon_sym_continue] = ACTIONS(1355),
[anon_sym_return] = ACTIONS(1355),
[anon_sym_yield] = ACTIONS(1355),
[anon_sym_synchronized] = ACTIONS(1355),
[anon_sym_throw] = ACTIONS(1355),
[anon_sym_try] = ACTIONS(1355),
[anon_sym_if] = ACTIONS(1355),
[anon_sym_for] = ACTIONS(1355),
[anon_sym_AT] = ACTIONS(1357),
[anon_sym_open] = ACTIONS(1355),
[anon_sym_module] = ACTIONS(1355),
[anon_sym_static] = ACTIONS(1355),
[anon_sym_with] = ACTIONS(1355),
[anon_sym_package] = ACTIONS(1355),
[anon_sym_import] = ACTIONS(1355),
[anon_sym_enum] = ACTIONS(1355),
[anon_sym_public] = ACTIONS(1355),
[anon_sym_protected] = ACTIONS(1355),
[anon_sym_private] = ACTIONS(1355),
[anon_sym_abstract] = ACTIONS(1355),
[anon_sym_final] = ACTIONS(1355),
[anon_sym_strictfp] = ACTIONS(1355),
[anon_sym_native] = ACTIONS(1355),
[anon_sym_transient] = ACTIONS(1355),
[anon_sym_volatile] = ACTIONS(1355),
[anon_sym_sealed] = ACTIONS(1355),
[anon_sym_non_DASHsealed] = ACTIONS(1357),
[anon_sym_record] = ACTIONS(1355),
[anon_sym_interface] = ACTIONS(1355),
[anon_sym_byte] = ACTIONS(1355),
[anon_sym_short] = ACTIONS(1355),
[anon_sym_int] = ACTIONS(1355),
[anon_sym_long] = ACTIONS(1355),
[anon_sym_char] = ACTIONS(1355),
[anon_sym_float] = ACTIONS(1355),
[anon_sym_double] = ACTIONS(1355),
[sym_boolean_type] = ACTIONS(1355),
[sym_void_type] = ACTIONS(1355),
[sym_this] = ACTIONS(1355),
[sym_super] = ACTIONS(1355),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(404)] = {
[ts_builtin_sym_end] = ACTIONS(1365),
[sym_identifier] = ACTIONS(1367),
[sym_decimal_integer_literal] = ACTIONS(1367),
[sym_hex_integer_literal] = ACTIONS(1367),
[sym_octal_integer_literal] = ACTIONS(1367),
[sym_binary_integer_literal] = ACTIONS(1365),
[sym_decimal_floating_point_literal] = ACTIONS(1365),
[sym_hex_floating_point_literal] = ACTIONS(1367),
[sym_true] = ACTIONS(1367),
[sym_false] = ACTIONS(1367),
[sym_character_literal] = ACTIONS(1365),
[anon_sym_DQUOTE] = ACTIONS(1367),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1365),
[anon_sym_RBRACE] = ACTIONS(1365),
[sym_null_literal] = ACTIONS(1367),
[anon_sym_LPAREN] = ACTIONS(1365),
[anon_sym_LT] = ACTIONS(1365),
[anon_sym_PLUS] = ACTIONS(1367),
[anon_sym_DASH] = ACTIONS(1367),
[anon_sym_TILDE] = ACTIONS(1365),
[anon_sym_BANG] = ACTIONS(1365),
[anon_sym_PLUS_PLUS] = ACTIONS(1365),
[anon_sym_DASH_DASH] = ACTIONS(1365),
[anon_sym_new] = ACTIONS(1367),
[anon_sym_class] = ACTIONS(1367),
[anon_sym_switch] = ACTIONS(1367),
[anon_sym_LBRACE] = ACTIONS(1365),
[anon_sym_default] = ACTIONS(1367),
[anon_sym_SEMI] = ACTIONS(1365),
[anon_sym_assert] = ACTIONS(1367),
[anon_sym_do] = ACTIONS(1367),
[anon_sym_while] = ACTIONS(1367),
[anon_sym_break] = ACTIONS(1367),
[anon_sym_continue] = ACTIONS(1367),
[anon_sym_return] = ACTIONS(1367),
[anon_sym_yield] = ACTIONS(1367),
[anon_sym_synchronized] = ACTIONS(1367),
[anon_sym_throw] = ACTIONS(1367),
[anon_sym_try] = ACTIONS(1367),
[anon_sym_if] = ACTIONS(1367),
[anon_sym_else] = ACTIONS(1369),
[anon_sym_for] = ACTIONS(1367),
[anon_sym_AT] = ACTIONS(1365),
[anon_sym_open] = ACTIONS(1367),
[anon_sym_module] = ACTIONS(1367),
[anon_sym_static] = ACTIONS(1367),
[anon_sym_with] = ACTIONS(1367),
[anon_sym_package] = ACTIONS(1367),
[anon_sym_import] = ACTIONS(1367),
[anon_sym_enum] = ACTIONS(1367),
[anon_sym_public] = ACTIONS(1367),
[anon_sym_protected] = ACTIONS(1367),
[anon_sym_private] = ACTIONS(1367),
[anon_sym_abstract] = ACTIONS(1367),
[anon_sym_final] = ACTIONS(1367),
[anon_sym_strictfp] = ACTIONS(1367),
[anon_sym_native] = ACTIONS(1367),
[anon_sym_transient] = ACTIONS(1367),
[anon_sym_volatile] = ACTIONS(1367),
[anon_sym_sealed] = ACTIONS(1367),
[anon_sym_non_DASHsealed] = ACTIONS(1365),
[anon_sym_record] = ACTIONS(1367),
[anon_sym_interface] = ACTIONS(1367),
[anon_sym_byte] = ACTIONS(1367),
[anon_sym_short] = ACTIONS(1367),
[anon_sym_int] = ACTIONS(1367),
[anon_sym_long] = ACTIONS(1367),
[anon_sym_char] = ACTIONS(1367),
[anon_sym_float] = ACTIONS(1367),
[anon_sym_double] = ACTIONS(1367),
[sym_boolean_type] = ACTIONS(1367),
[sym_void_type] = ACTIONS(1367),
[sym_this] = ACTIONS(1367),
[sym_super] = ACTIONS(1367),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(405)] = {
[ts_builtin_sym_end] = ACTIONS(1371),
[sym_identifier] = ACTIONS(1373),
[sym_decimal_integer_literal] = ACTIONS(1373),
[sym_hex_integer_literal] = ACTIONS(1373),
[sym_octal_integer_literal] = ACTIONS(1373),
[sym_binary_integer_literal] = ACTIONS(1371),
[sym_decimal_floating_point_literal] = ACTIONS(1371),
[sym_hex_floating_point_literal] = ACTIONS(1373),
[sym_true] = ACTIONS(1373),
[sym_false] = ACTIONS(1373),
[sym_character_literal] = ACTIONS(1371),
[anon_sym_DQUOTE] = ACTIONS(1373),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1371),
[anon_sym_RBRACE] = ACTIONS(1371),
[sym_null_literal] = ACTIONS(1373),
[anon_sym_LPAREN] = ACTIONS(1371),
[anon_sym_LT] = ACTIONS(1371),
[anon_sym_PLUS] = ACTIONS(1373),
[anon_sym_DASH] = ACTIONS(1373),
[anon_sym_TILDE] = ACTIONS(1371),
[anon_sym_BANG] = ACTIONS(1371),
[anon_sym_PLUS_PLUS] = ACTIONS(1371),
[anon_sym_DASH_DASH] = ACTIONS(1371),
[anon_sym_new] = ACTIONS(1373),
[anon_sym_class] = ACTIONS(1373),
[anon_sym_switch] = ACTIONS(1373),
[anon_sym_LBRACE] = ACTIONS(1371),
[anon_sym_default] = ACTIONS(1373),
[anon_sym_SEMI] = ACTIONS(1371),
[anon_sym_assert] = ACTIONS(1373),
[anon_sym_do] = ACTIONS(1373),
[anon_sym_while] = ACTIONS(1373),
[anon_sym_break] = ACTIONS(1373),
[anon_sym_continue] = ACTIONS(1373),
[anon_sym_return] = ACTIONS(1373),
[anon_sym_yield] = ACTIONS(1373),
[anon_sym_synchronized] = ACTIONS(1373),
[anon_sym_throw] = ACTIONS(1373),
[anon_sym_try] = ACTIONS(1373),
[anon_sym_if] = ACTIONS(1373),
[anon_sym_for] = ACTIONS(1373),
[anon_sym_AT] = ACTIONS(1371),
[anon_sym_open] = ACTIONS(1373),
[anon_sym_module] = ACTIONS(1373),
[anon_sym_static] = ACTIONS(1373),
[anon_sym_with] = ACTIONS(1373),
[anon_sym_package] = ACTIONS(1373),
[anon_sym_import] = ACTIONS(1373),
[anon_sym_enum] = ACTIONS(1373),
[anon_sym_public] = ACTIONS(1373),
[anon_sym_protected] = ACTIONS(1373),
[anon_sym_private] = ACTIONS(1373),
[anon_sym_abstract] = ACTIONS(1373),
[anon_sym_final] = ACTIONS(1373),
[anon_sym_strictfp] = ACTIONS(1373),
[anon_sym_native] = ACTIONS(1373),
[anon_sym_transient] = ACTIONS(1373),
[anon_sym_volatile] = ACTIONS(1373),
[anon_sym_sealed] = ACTIONS(1373),
[anon_sym_non_DASHsealed] = ACTIONS(1371),
[anon_sym_record] = ACTIONS(1373),
[anon_sym_interface] = ACTIONS(1373),
[anon_sym_byte] = ACTIONS(1373),
[anon_sym_short] = ACTIONS(1373),
[anon_sym_int] = ACTIONS(1373),
[anon_sym_long] = ACTIONS(1373),
[anon_sym_char] = ACTIONS(1373),
[anon_sym_float] = ACTIONS(1373),
[anon_sym_double] = ACTIONS(1373),
[sym_boolean_type] = ACTIONS(1373),
[sym_void_type] = ACTIONS(1373),
[sym_this] = ACTIONS(1373),
[sym_super] = ACTIONS(1373),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(406)] = {
[ts_builtin_sym_end] = ACTIONS(1375),
[sym_identifier] = ACTIONS(1377),
[sym_decimal_integer_literal] = ACTIONS(1377),
[sym_hex_integer_literal] = ACTIONS(1377),
[sym_octal_integer_literal] = ACTIONS(1377),
[sym_binary_integer_literal] = ACTIONS(1375),
[sym_decimal_floating_point_literal] = ACTIONS(1375),
[sym_hex_floating_point_literal] = ACTIONS(1377),
[sym_true] = ACTIONS(1377),
[sym_false] = ACTIONS(1377),
[sym_character_literal] = ACTIONS(1375),
[anon_sym_DQUOTE] = ACTIONS(1377),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1375),
[anon_sym_RBRACE] = ACTIONS(1375),
[sym_null_literal] = ACTIONS(1377),
[anon_sym_LPAREN] = ACTIONS(1375),
[anon_sym_LT] = ACTIONS(1375),
[anon_sym_PLUS] = ACTIONS(1377),
[anon_sym_DASH] = ACTIONS(1377),
[anon_sym_TILDE] = ACTIONS(1375),
[anon_sym_BANG] = ACTIONS(1375),
[anon_sym_PLUS_PLUS] = ACTIONS(1375),
[anon_sym_DASH_DASH] = ACTIONS(1375),
[anon_sym_new] = ACTIONS(1377),
[anon_sym_class] = ACTIONS(1377),
[anon_sym_switch] = ACTIONS(1377),
[anon_sym_LBRACE] = ACTIONS(1375),
[anon_sym_default] = ACTIONS(1377),
[anon_sym_SEMI] = ACTIONS(1375),
[anon_sym_assert] = ACTIONS(1377),
[anon_sym_do] = ACTIONS(1377),
[anon_sym_while] = ACTIONS(1377),
[anon_sym_break] = ACTIONS(1377),
[anon_sym_continue] = ACTIONS(1377),
[anon_sym_return] = ACTIONS(1377),
[anon_sym_yield] = ACTIONS(1377),
[anon_sym_synchronized] = ACTIONS(1377),
[anon_sym_throw] = ACTIONS(1377),
[anon_sym_try] = ACTIONS(1377),
[anon_sym_if] = ACTIONS(1377),
[anon_sym_for] = ACTIONS(1377),
[anon_sym_AT] = ACTIONS(1375),
[anon_sym_open] = ACTIONS(1377),
[anon_sym_module] = ACTIONS(1377),
[anon_sym_static] = ACTIONS(1377),
[anon_sym_with] = ACTIONS(1377),
[anon_sym_package] = ACTIONS(1377),
[anon_sym_import] = ACTIONS(1377),
[anon_sym_enum] = ACTIONS(1377),
[anon_sym_public] = ACTIONS(1377),
[anon_sym_protected] = ACTIONS(1377),
[anon_sym_private] = ACTIONS(1377),
[anon_sym_abstract] = ACTIONS(1377),
[anon_sym_final] = ACTIONS(1377),
[anon_sym_strictfp] = ACTIONS(1377),
[anon_sym_native] = ACTIONS(1377),
[anon_sym_transient] = ACTIONS(1377),
[anon_sym_volatile] = ACTIONS(1377),
[anon_sym_sealed] = ACTIONS(1377),
[anon_sym_non_DASHsealed] = ACTIONS(1375),
[anon_sym_record] = ACTIONS(1377),
[anon_sym_interface] = ACTIONS(1377),
[anon_sym_byte] = ACTIONS(1377),
[anon_sym_short] = ACTIONS(1377),
[anon_sym_int] = ACTIONS(1377),
[anon_sym_long] = ACTIONS(1377),
[anon_sym_char] = ACTIONS(1377),
[anon_sym_float] = ACTIONS(1377),
[anon_sym_double] = ACTIONS(1377),
[sym_boolean_type] = ACTIONS(1377),
[sym_void_type] = ACTIONS(1377),
[sym_this] = ACTIONS(1377),
[sym_super] = ACTIONS(1377),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(407)] = {
[ts_builtin_sym_end] = ACTIONS(1379),
[sym_identifier] = ACTIONS(1381),
[sym_decimal_integer_literal] = ACTIONS(1381),
[sym_hex_integer_literal] = ACTIONS(1381),
[sym_octal_integer_literal] = ACTIONS(1381),
[sym_binary_integer_literal] = ACTIONS(1379),
[sym_decimal_floating_point_literal] = ACTIONS(1379),
[sym_hex_floating_point_literal] = ACTIONS(1381),
[sym_true] = ACTIONS(1381),
[sym_false] = ACTIONS(1381),
[sym_character_literal] = ACTIONS(1379),
[anon_sym_DQUOTE] = ACTIONS(1381),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1379),
[anon_sym_RBRACE] = ACTIONS(1379),
[sym_null_literal] = ACTIONS(1381),
[anon_sym_LPAREN] = ACTIONS(1379),
[anon_sym_LT] = ACTIONS(1379),
[anon_sym_PLUS] = ACTIONS(1381),
[anon_sym_DASH] = ACTIONS(1381),
[anon_sym_TILDE] = ACTIONS(1379),
[anon_sym_BANG] = ACTIONS(1379),
[anon_sym_PLUS_PLUS] = ACTIONS(1379),
[anon_sym_DASH_DASH] = ACTIONS(1379),
[anon_sym_new] = ACTIONS(1381),
[anon_sym_class] = ACTIONS(1381),
[anon_sym_switch] = ACTIONS(1381),
[anon_sym_LBRACE] = ACTIONS(1379),
[anon_sym_default] = ACTIONS(1381),
[anon_sym_SEMI] = ACTIONS(1379),
[anon_sym_assert] = ACTIONS(1381),
[anon_sym_do] = ACTIONS(1381),
[anon_sym_while] = ACTIONS(1381),
[anon_sym_break] = ACTIONS(1381),
[anon_sym_continue] = ACTIONS(1381),
[anon_sym_return] = ACTIONS(1381),
[anon_sym_yield] = ACTIONS(1381),
[anon_sym_synchronized] = ACTIONS(1381),
[anon_sym_throw] = ACTIONS(1381),
[anon_sym_try] = ACTIONS(1381),
[anon_sym_if] = ACTIONS(1381),
[anon_sym_for] = ACTIONS(1381),
[anon_sym_AT] = ACTIONS(1379),
[anon_sym_open] = ACTIONS(1381),
[anon_sym_module] = ACTIONS(1381),
[anon_sym_static] = ACTIONS(1381),
[anon_sym_with] = ACTIONS(1381),
[anon_sym_package] = ACTIONS(1381),
[anon_sym_import] = ACTIONS(1381),
[anon_sym_enum] = ACTIONS(1381),
[anon_sym_public] = ACTIONS(1381),
[anon_sym_protected] = ACTIONS(1381),
[anon_sym_private] = ACTIONS(1381),
[anon_sym_abstract] = ACTIONS(1381),
[anon_sym_final] = ACTIONS(1381),
[anon_sym_strictfp] = ACTIONS(1381),
[anon_sym_native] = ACTIONS(1381),
[anon_sym_transient] = ACTIONS(1381),
[anon_sym_volatile] = ACTIONS(1381),
[anon_sym_sealed] = ACTIONS(1381),
[anon_sym_non_DASHsealed] = ACTIONS(1379),
[anon_sym_record] = ACTIONS(1381),
[anon_sym_interface] = ACTIONS(1381),
[anon_sym_byte] = ACTIONS(1381),
[anon_sym_short] = ACTIONS(1381),
[anon_sym_int] = ACTIONS(1381),
[anon_sym_long] = ACTIONS(1381),
[anon_sym_char] = ACTIONS(1381),
[anon_sym_float] = ACTIONS(1381),
[anon_sym_double] = ACTIONS(1381),
[sym_boolean_type] = ACTIONS(1381),
[sym_void_type] = ACTIONS(1381),
[sym_this] = ACTIONS(1381),
[sym_super] = ACTIONS(1381),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(408)] = {
[ts_builtin_sym_end] = ACTIONS(1383),
[sym_identifier] = ACTIONS(1385),
[sym_decimal_integer_literal] = ACTIONS(1385),
[sym_hex_integer_literal] = ACTIONS(1385),
[sym_octal_integer_literal] = ACTIONS(1385),
[sym_binary_integer_literal] = ACTIONS(1383),
[sym_decimal_floating_point_literal] = ACTIONS(1383),
[sym_hex_floating_point_literal] = ACTIONS(1385),
[sym_true] = ACTIONS(1385),
[sym_false] = ACTIONS(1385),
[sym_character_literal] = ACTIONS(1383),
[anon_sym_DQUOTE] = ACTIONS(1385),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1383),
[anon_sym_RBRACE] = ACTIONS(1383),
[sym_null_literal] = ACTIONS(1385),
[anon_sym_LPAREN] = ACTIONS(1383),
[anon_sym_LT] = ACTIONS(1383),
[anon_sym_PLUS] = ACTIONS(1385),
[anon_sym_DASH] = ACTIONS(1385),
[anon_sym_TILDE] = ACTIONS(1383),
[anon_sym_BANG] = ACTIONS(1383),
[anon_sym_PLUS_PLUS] = ACTIONS(1383),
[anon_sym_DASH_DASH] = ACTIONS(1383),
[anon_sym_new] = ACTIONS(1385),
[anon_sym_class] = ACTIONS(1385),
[anon_sym_switch] = ACTIONS(1385),
[anon_sym_LBRACE] = ACTIONS(1383),
[anon_sym_default] = ACTIONS(1385),
[anon_sym_SEMI] = ACTIONS(1383),
[anon_sym_assert] = ACTIONS(1385),
[anon_sym_do] = ACTIONS(1385),
[anon_sym_while] = ACTIONS(1385),
[anon_sym_break] = ACTIONS(1385),
[anon_sym_continue] = ACTIONS(1385),
[anon_sym_return] = ACTIONS(1385),
[anon_sym_yield] = ACTIONS(1385),
[anon_sym_synchronized] = ACTIONS(1385),
[anon_sym_throw] = ACTIONS(1385),
[anon_sym_try] = ACTIONS(1385),
[anon_sym_if] = ACTIONS(1385),
[anon_sym_for] = ACTIONS(1385),
[anon_sym_AT] = ACTIONS(1383),
[anon_sym_open] = ACTIONS(1385),
[anon_sym_module] = ACTIONS(1385),
[anon_sym_static] = ACTIONS(1385),
[anon_sym_with] = ACTIONS(1385),
[anon_sym_package] = ACTIONS(1385),
[anon_sym_import] = ACTIONS(1385),
[anon_sym_enum] = ACTIONS(1385),
[anon_sym_public] = ACTIONS(1385),
[anon_sym_protected] = ACTIONS(1385),
[anon_sym_private] = ACTIONS(1385),
[anon_sym_abstract] = ACTIONS(1385),
[anon_sym_final] = ACTIONS(1385),
[anon_sym_strictfp] = ACTIONS(1385),
[anon_sym_native] = ACTIONS(1385),
[anon_sym_transient] = ACTIONS(1385),
[anon_sym_volatile] = ACTIONS(1385),
[anon_sym_sealed] = ACTIONS(1385),
[anon_sym_non_DASHsealed] = ACTIONS(1383),
[anon_sym_record] = ACTIONS(1385),
[anon_sym_interface] = ACTIONS(1385),
[anon_sym_byte] = ACTIONS(1385),
[anon_sym_short] = ACTIONS(1385),
[anon_sym_int] = ACTIONS(1385),
[anon_sym_long] = ACTIONS(1385),
[anon_sym_char] = ACTIONS(1385),
[anon_sym_float] = ACTIONS(1385),
[anon_sym_double] = ACTIONS(1385),
[sym_boolean_type] = ACTIONS(1385),
[sym_void_type] = ACTIONS(1385),
[sym_this] = ACTIONS(1385),
[sym_super] = ACTIONS(1385),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(409)] = {
[sym_identifier] = ACTIONS(1367),
[sym_decimal_integer_literal] = ACTIONS(1367),
[sym_hex_integer_literal] = ACTIONS(1367),
[sym_octal_integer_literal] = ACTIONS(1367),
[sym_binary_integer_literal] = ACTIONS(1365),
[sym_decimal_floating_point_literal] = ACTIONS(1365),
[sym_hex_floating_point_literal] = ACTIONS(1367),
[sym_true] = ACTIONS(1367),
[sym_false] = ACTIONS(1367),
[sym_character_literal] = ACTIONS(1365),
[anon_sym_DQUOTE] = ACTIONS(1367),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1365),
[anon_sym_RBRACE] = ACTIONS(1365),
[sym_null_literal] = ACTIONS(1367),
[anon_sym_LPAREN] = ACTIONS(1365),
[anon_sym_PLUS] = ACTIONS(1367),
[anon_sym_DASH] = ACTIONS(1367),
[anon_sym_TILDE] = ACTIONS(1365),
[anon_sym_BANG] = ACTIONS(1365),
[anon_sym_PLUS_PLUS] = ACTIONS(1365),
[anon_sym_DASH_DASH] = ACTIONS(1365),
[anon_sym_new] = ACTIONS(1367),
[anon_sym_class] = ACTIONS(1367),
[anon_sym_switch] = ACTIONS(1367),
[anon_sym_LBRACE] = ACTIONS(1365),
[anon_sym_case] = ACTIONS(1367),
[anon_sym_default] = ACTIONS(1367),
[anon_sym_SEMI] = ACTIONS(1365),
[anon_sym_assert] = ACTIONS(1367),
[anon_sym_do] = ACTIONS(1367),
[anon_sym_while] = ACTIONS(1367),
[anon_sym_break] = ACTIONS(1367),
[anon_sym_continue] = ACTIONS(1367),
[anon_sym_return] = ACTIONS(1367),
[anon_sym_yield] = ACTIONS(1367),
[anon_sym_synchronized] = ACTIONS(1367),
[anon_sym_throw] = ACTIONS(1367),
[anon_sym_try] = ACTIONS(1367),
[anon_sym_if] = ACTIONS(1367),
[anon_sym_else] = ACTIONS(1387),
[anon_sym_for] = ACTIONS(1367),
[anon_sym_AT] = ACTIONS(1365),
[anon_sym_open] = ACTIONS(1367),
[anon_sym_module] = ACTIONS(1367),
[anon_sym_static] = ACTIONS(1367),
[anon_sym_with] = ACTIONS(1367),
[anon_sym_package] = ACTIONS(1367),
[anon_sym_import] = ACTIONS(1367),
[anon_sym_enum] = ACTIONS(1367),
[anon_sym_public] = ACTIONS(1367),
[anon_sym_protected] = ACTIONS(1367),
[anon_sym_private] = ACTIONS(1367),
[anon_sym_abstract] = ACTIONS(1367),
[anon_sym_final] = ACTIONS(1367),
[anon_sym_strictfp] = ACTIONS(1367),
[anon_sym_native] = ACTIONS(1367),
[anon_sym_transient] = ACTIONS(1367),
[anon_sym_volatile] = ACTIONS(1367),
[anon_sym_sealed] = ACTIONS(1367),
[anon_sym_non_DASHsealed] = ACTIONS(1365),
[anon_sym_record] = ACTIONS(1367),
[anon_sym_interface] = ACTIONS(1367),
[anon_sym_byte] = ACTIONS(1367),
[anon_sym_short] = ACTIONS(1367),
[anon_sym_int] = ACTIONS(1367),
[anon_sym_long] = ACTIONS(1367),
[anon_sym_char] = ACTIONS(1367),
[anon_sym_float] = ACTIONS(1367),
[anon_sym_double] = ACTIONS(1367),
[sym_boolean_type] = ACTIONS(1367),
[sym_void_type] = ACTIONS(1367),
[sym_this] = ACTIONS(1367),
[sym_super] = ACTIONS(1367),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(410)] = {
[sym_identifier] = ACTIONS(1389),
[sym_decimal_integer_literal] = ACTIONS(1389),
[sym_hex_integer_literal] = ACTIONS(1389),
[sym_octal_integer_literal] = ACTIONS(1389),
[sym_binary_integer_literal] = ACTIONS(1391),
[sym_decimal_floating_point_literal] = ACTIONS(1391),
[sym_hex_floating_point_literal] = ACTIONS(1389),
[sym_true] = ACTIONS(1389),
[sym_false] = ACTIONS(1389),
[sym_character_literal] = ACTIONS(1391),
[anon_sym_DQUOTE] = ACTIONS(1389),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1391),
[anon_sym_RBRACE] = ACTIONS(1391),
[sym_null_literal] = ACTIONS(1389),
[anon_sym_LPAREN] = ACTIONS(1391),
[anon_sym_LT] = ACTIONS(1391),
[anon_sym_PLUS] = ACTIONS(1389),
[anon_sym_DASH] = ACTIONS(1389),
[anon_sym_TILDE] = ACTIONS(1391),
[anon_sym_BANG] = ACTIONS(1391),
[anon_sym_PLUS_PLUS] = ACTIONS(1391),
[anon_sym_DASH_DASH] = ACTIONS(1391),
[anon_sym_new] = ACTIONS(1389),
[anon_sym_class] = ACTIONS(1389),
[anon_sym_switch] = ACTIONS(1389),
[anon_sym_LBRACE] = ACTIONS(1391),
[anon_sym_default] = ACTIONS(1389),
[anon_sym_SEMI] = ACTIONS(1391),
[anon_sym_assert] = ACTIONS(1389),
[anon_sym_do] = ACTIONS(1389),
[anon_sym_while] = ACTIONS(1389),
[anon_sym_break] = ACTIONS(1389),
[anon_sym_continue] = ACTIONS(1389),
[anon_sym_return] = ACTIONS(1389),
[anon_sym_yield] = ACTIONS(1389),
[anon_sym_synchronized] = ACTIONS(1389),
[anon_sym_throw] = ACTIONS(1389),
[anon_sym_try] = ACTIONS(1389),
[anon_sym_if] = ACTIONS(1389),
[anon_sym_for] = ACTIONS(1389),
[anon_sym_AT] = ACTIONS(1391),
[anon_sym_open] = ACTIONS(1389),
[anon_sym_module] = ACTIONS(1389),
[anon_sym_static] = ACTIONS(1389),
[anon_sym_with] = ACTIONS(1389),
[anon_sym_package] = ACTIONS(1389),
[anon_sym_import] = ACTIONS(1389),
[anon_sym_enum] = ACTIONS(1389),
[anon_sym_public] = ACTIONS(1389),
[anon_sym_protected] = ACTIONS(1389),
[anon_sym_private] = ACTIONS(1389),
[anon_sym_abstract] = ACTIONS(1389),
[anon_sym_final] = ACTIONS(1389),
[anon_sym_strictfp] = ACTIONS(1389),
[anon_sym_native] = ACTIONS(1389),
[anon_sym_transient] = ACTIONS(1389),
[anon_sym_volatile] = ACTIONS(1389),
[anon_sym_sealed] = ACTIONS(1389),
[anon_sym_non_DASHsealed] = ACTIONS(1391),
[anon_sym_record] = ACTIONS(1389),
[anon_sym_interface] = ACTIONS(1389),
[anon_sym_byte] = ACTIONS(1389),
[anon_sym_short] = ACTIONS(1389),
[anon_sym_int] = ACTIONS(1389),
[anon_sym_long] = ACTIONS(1389),
[anon_sym_char] = ACTIONS(1389),
[anon_sym_float] = ACTIONS(1389),
[anon_sym_double] = ACTIONS(1389),
[sym_boolean_type] = ACTIONS(1389),
[sym_void_type] = ACTIONS(1389),
[sym_this] = ACTIONS(1389),
[sym_super] = ACTIONS(1389),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(411)] = {
[sym_identifier] = ACTIONS(1393),
[sym_decimal_integer_literal] = ACTIONS(1393),
[sym_hex_integer_literal] = ACTIONS(1393),
[sym_octal_integer_literal] = ACTIONS(1393),
[sym_binary_integer_literal] = ACTIONS(1395),
[sym_decimal_floating_point_literal] = ACTIONS(1395),
[sym_hex_floating_point_literal] = ACTIONS(1393),
[sym_true] = ACTIONS(1393),
[sym_false] = ACTIONS(1393),
[sym_character_literal] = ACTIONS(1395),
[anon_sym_DQUOTE] = ACTIONS(1393),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1395),
[anon_sym_RBRACE] = ACTIONS(1395),
[sym_null_literal] = ACTIONS(1393),
[anon_sym_LPAREN] = ACTIONS(1395),
[anon_sym_LT] = ACTIONS(1395),
[anon_sym_PLUS] = ACTIONS(1393),
[anon_sym_DASH] = ACTIONS(1393),
[anon_sym_TILDE] = ACTIONS(1395),
[anon_sym_BANG] = ACTIONS(1395),
[anon_sym_PLUS_PLUS] = ACTIONS(1395),
[anon_sym_DASH_DASH] = ACTIONS(1395),
[anon_sym_new] = ACTIONS(1393),
[anon_sym_class] = ACTIONS(1393),
[anon_sym_switch] = ACTIONS(1393),
[anon_sym_LBRACE] = ACTIONS(1395),
[anon_sym_default] = ACTIONS(1393),
[anon_sym_SEMI] = ACTIONS(1395),
[anon_sym_assert] = ACTIONS(1393),
[anon_sym_do] = ACTIONS(1393),
[anon_sym_while] = ACTIONS(1393),
[anon_sym_break] = ACTIONS(1393),
[anon_sym_continue] = ACTIONS(1393),
[anon_sym_return] = ACTIONS(1393),
[anon_sym_yield] = ACTIONS(1393),
[anon_sym_synchronized] = ACTIONS(1393),
[anon_sym_throw] = ACTIONS(1393),
[anon_sym_try] = ACTIONS(1393),
[anon_sym_if] = ACTIONS(1393),
[anon_sym_for] = ACTIONS(1393),
[anon_sym_AT] = ACTIONS(1395),
[anon_sym_open] = ACTIONS(1393),
[anon_sym_module] = ACTIONS(1393),
[anon_sym_static] = ACTIONS(1393),
[anon_sym_with] = ACTIONS(1393),
[anon_sym_package] = ACTIONS(1393),
[anon_sym_import] = ACTIONS(1393),
[anon_sym_enum] = ACTIONS(1393),
[anon_sym_public] = ACTIONS(1393),
[anon_sym_protected] = ACTIONS(1393),
[anon_sym_private] = ACTIONS(1393),
[anon_sym_abstract] = ACTIONS(1393),
[anon_sym_final] = ACTIONS(1393),
[anon_sym_strictfp] = ACTIONS(1393),
[anon_sym_native] = ACTIONS(1393),
[anon_sym_transient] = ACTIONS(1393),
[anon_sym_volatile] = ACTIONS(1393),
[anon_sym_sealed] = ACTIONS(1393),
[anon_sym_non_DASHsealed] = ACTIONS(1395),
[anon_sym_record] = ACTIONS(1393),
[anon_sym_interface] = ACTIONS(1393),
[anon_sym_byte] = ACTIONS(1393),
[anon_sym_short] = ACTIONS(1393),
[anon_sym_int] = ACTIONS(1393),
[anon_sym_long] = ACTIONS(1393),
[anon_sym_char] = ACTIONS(1393),
[anon_sym_float] = ACTIONS(1393),
[anon_sym_double] = ACTIONS(1393),
[sym_boolean_type] = ACTIONS(1393),
[sym_void_type] = ACTIONS(1393),
[sym_this] = ACTIONS(1393),
[sym_super] = ACTIONS(1393),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(412)] = {
[sym_identifier] = ACTIONS(1397),
[sym_decimal_integer_literal] = ACTIONS(1397),
[sym_hex_integer_literal] = ACTIONS(1397),
[sym_octal_integer_literal] = ACTIONS(1397),
[sym_binary_integer_literal] = ACTIONS(1399),
[sym_decimal_floating_point_literal] = ACTIONS(1399),
[sym_hex_floating_point_literal] = ACTIONS(1397),
[sym_true] = ACTIONS(1397),
[sym_false] = ACTIONS(1397),
[sym_character_literal] = ACTIONS(1399),
[anon_sym_DQUOTE] = ACTIONS(1397),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1399),
[anon_sym_RBRACE] = ACTIONS(1399),
[sym_null_literal] = ACTIONS(1397),
[anon_sym_LPAREN] = ACTIONS(1399),
[anon_sym_LT] = ACTIONS(1399),
[anon_sym_PLUS] = ACTIONS(1397),
[anon_sym_DASH] = ACTIONS(1397),
[anon_sym_TILDE] = ACTIONS(1399),
[anon_sym_BANG] = ACTIONS(1399),
[anon_sym_PLUS_PLUS] = ACTIONS(1399),
[anon_sym_DASH_DASH] = ACTIONS(1399),
[anon_sym_new] = ACTIONS(1397),
[anon_sym_class] = ACTIONS(1397),
[anon_sym_switch] = ACTIONS(1397),
[anon_sym_LBRACE] = ACTIONS(1399),
[anon_sym_default] = ACTIONS(1397),
[anon_sym_SEMI] = ACTIONS(1399),
[anon_sym_assert] = ACTIONS(1397),
[anon_sym_do] = ACTIONS(1397),
[anon_sym_while] = ACTIONS(1397),
[anon_sym_break] = ACTIONS(1397),
[anon_sym_continue] = ACTIONS(1397),
[anon_sym_return] = ACTIONS(1397),
[anon_sym_yield] = ACTIONS(1397),
[anon_sym_synchronized] = ACTIONS(1397),
[anon_sym_throw] = ACTIONS(1397),
[anon_sym_try] = ACTIONS(1397),
[anon_sym_if] = ACTIONS(1397),
[anon_sym_for] = ACTIONS(1397),
[anon_sym_AT] = ACTIONS(1399),
[anon_sym_open] = ACTIONS(1397),
[anon_sym_module] = ACTIONS(1397),
[anon_sym_static] = ACTIONS(1397),
[anon_sym_with] = ACTIONS(1397),
[anon_sym_package] = ACTIONS(1397),
[anon_sym_import] = ACTIONS(1397),
[anon_sym_enum] = ACTIONS(1397),
[anon_sym_public] = ACTIONS(1397),
[anon_sym_protected] = ACTIONS(1397),
[anon_sym_private] = ACTIONS(1397),
[anon_sym_abstract] = ACTIONS(1397),
[anon_sym_final] = ACTIONS(1397),
[anon_sym_strictfp] = ACTIONS(1397),
[anon_sym_native] = ACTIONS(1397),
[anon_sym_transient] = ACTIONS(1397),
[anon_sym_volatile] = ACTIONS(1397),
[anon_sym_sealed] = ACTIONS(1397),
[anon_sym_non_DASHsealed] = ACTIONS(1399),
[anon_sym_record] = ACTIONS(1397),
[anon_sym_interface] = ACTIONS(1397),
[anon_sym_byte] = ACTIONS(1397),
[anon_sym_short] = ACTIONS(1397),
[anon_sym_int] = ACTIONS(1397),
[anon_sym_long] = ACTIONS(1397),
[anon_sym_char] = ACTIONS(1397),
[anon_sym_float] = ACTIONS(1397),
[anon_sym_double] = ACTIONS(1397),
[sym_boolean_type] = ACTIONS(1397),
[sym_void_type] = ACTIONS(1397),
[sym_this] = ACTIONS(1397),
[sym_super] = ACTIONS(1397),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(413)] = {
[sym_identifier] = ACTIONS(1355),
[sym_decimal_integer_literal] = ACTIONS(1355),
[sym_hex_integer_literal] = ACTIONS(1355),
[sym_octal_integer_literal] = ACTIONS(1355),
[sym_binary_integer_literal] = ACTIONS(1357),
[sym_decimal_floating_point_literal] = ACTIONS(1357),
[sym_hex_floating_point_literal] = ACTIONS(1355),
[sym_true] = ACTIONS(1355),
[sym_false] = ACTIONS(1355),
[sym_character_literal] = ACTIONS(1357),
[anon_sym_DQUOTE] = ACTIONS(1355),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1357),
[anon_sym_RBRACE] = ACTIONS(1357),
[sym_null_literal] = ACTIONS(1355),
[anon_sym_LPAREN] = ACTIONS(1357),
[anon_sym_PLUS] = ACTIONS(1355),
[anon_sym_DASH] = ACTIONS(1355),
[anon_sym_TILDE] = ACTIONS(1357),
[anon_sym_BANG] = ACTIONS(1357),
[anon_sym_PLUS_PLUS] = ACTIONS(1357),
[anon_sym_DASH_DASH] = ACTIONS(1357),
[anon_sym_new] = ACTIONS(1355),
[anon_sym_class] = ACTIONS(1355),
[anon_sym_switch] = ACTIONS(1355),
[anon_sym_LBRACE] = ACTIONS(1357),
[anon_sym_case] = ACTIONS(1355),
[anon_sym_default] = ACTIONS(1355),
[anon_sym_SEMI] = ACTIONS(1357),
[anon_sym_assert] = ACTIONS(1355),
[anon_sym_do] = ACTIONS(1355),
[anon_sym_while] = ACTIONS(1355),
[anon_sym_break] = ACTIONS(1355),
[anon_sym_continue] = ACTIONS(1355),
[anon_sym_return] = ACTIONS(1355),
[anon_sym_yield] = ACTIONS(1355),
[anon_sym_synchronized] = ACTIONS(1355),
[anon_sym_throw] = ACTIONS(1355),
[anon_sym_try] = ACTIONS(1355),
[anon_sym_if] = ACTIONS(1355),
[anon_sym_for] = ACTIONS(1355),
[anon_sym_AT] = ACTIONS(1357),
[anon_sym_open] = ACTIONS(1355),
[anon_sym_module] = ACTIONS(1355),
[anon_sym_static] = ACTIONS(1355),
[anon_sym_with] = ACTIONS(1355),
[anon_sym_package] = ACTIONS(1355),
[anon_sym_import] = ACTIONS(1355),
[anon_sym_enum] = ACTIONS(1355),
[anon_sym_public] = ACTIONS(1355),
[anon_sym_protected] = ACTIONS(1355),
[anon_sym_private] = ACTIONS(1355),
[anon_sym_abstract] = ACTIONS(1355),
[anon_sym_final] = ACTIONS(1355),
[anon_sym_strictfp] = ACTIONS(1355),
[anon_sym_native] = ACTIONS(1355),
[anon_sym_transient] = ACTIONS(1355),
[anon_sym_volatile] = ACTIONS(1355),
[anon_sym_sealed] = ACTIONS(1355),
[anon_sym_non_DASHsealed] = ACTIONS(1357),
[anon_sym_record] = ACTIONS(1355),
[anon_sym_interface] = ACTIONS(1355),
[anon_sym_byte] = ACTIONS(1355),
[anon_sym_short] = ACTIONS(1355),
[anon_sym_int] = ACTIONS(1355),
[anon_sym_long] = ACTIONS(1355),
[anon_sym_char] = ACTIONS(1355),
[anon_sym_float] = ACTIONS(1355),
[anon_sym_double] = ACTIONS(1355),
[sym_boolean_type] = ACTIONS(1355),
[sym_void_type] = ACTIONS(1355),
[sym_this] = ACTIONS(1355),
[sym_super] = ACTIONS(1355),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(414)] = {
[sym_identifier] = ACTIONS(1401),
[sym_decimal_integer_literal] = ACTIONS(1401),
[sym_hex_integer_literal] = ACTIONS(1401),
[sym_octal_integer_literal] = ACTIONS(1401),
[sym_binary_integer_literal] = ACTIONS(1403),
[sym_decimal_floating_point_literal] = ACTIONS(1403),
[sym_hex_floating_point_literal] = ACTIONS(1401),
[sym_true] = ACTIONS(1401),
[sym_false] = ACTIONS(1401),
[sym_character_literal] = ACTIONS(1403),
[anon_sym_DQUOTE] = ACTIONS(1401),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1403),
[anon_sym_RBRACE] = ACTIONS(1403),
[sym_null_literal] = ACTIONS(1401),
[anon_sym_LPAREN] = ACTIONS(1403),
[anon_sym_LT] = ACTIONS(1403),
[anon_sym_PLUS] = ACTIONS(1401),
[anon_sym_DASH] = ACTIONS(1401),
[anon_sym_TILDE] = ACTIONS(1403),
[anon_sym_BANG] = ACTIONS(1403),
[anon_sym_PLUS_PLUS] = ACTIONS(1403),
[anon_sym_DASH_DASH] = ACTIONS(1403),
[anon_sym_new] = ACTIONS(1401),
[anon_sym_class] = ACTIONS(1401),
[anon_sym_switch] = ACTIONS(1401),
[anon_sym_LBRACE] = ACTIONS(1403),
[anon_sym_default] = ACTIONS(1401),
[anon_sym_SEMI] = ACTIONS(1403),
[anon_sym_assert] = ACTIONS(1401),
[anon_sym_do] = ACTIONS(1401),
[anon_sym_while] = ACTIONS(1401),
[anon_sym_break] = ACTIONS(1401),
[anon_sym_continue] = ACTIONS(1401),
[anon_sym_return] = ACTIONS(1401),
[anon_sym_yield] = ACTIONS(1401),
[anon_sym_synchronized] = ACTIONS(1401),
[anon_sym_throw] = ACTIONS(1401),
[anon_sym_try] = ACTIONS(1401),
[anon_sym_if] = ACTIONS(1401),
[anon_sym_for] = ACTIONS(1401),
[anon_sym_AT] = ACTIONS(1403),
[anon_sym_open] = ACTIONS(1401),
[anon_sym_module] = ACTIONS(1401),
[anon_sym_static] = ACTIONS(1401),
[anon_sym_with] = ACTIONS(1401),
[anon_sym_package] = ACTIONS(1401),
[anon_sym_import] = ACTIONS(1401),
[anon_sym_enum] = ACTIONS(1401),
[anon_sym_public] = ACTIONS(1401),
[anon_sym_protected] = ACTIONS(1401),
[anon_sym_private] = ACTIONS(1401),
[anon_sym_abstract] = ACTIONS(1401),
[anon_sym_final] = ACTIONS(1401),
[anon_sym_strictfp] = ACTIONS(1401),
[anon_sym_native] = ACTIONS(1401),
[anon_sym_transient] = ACTIONS(1401),
[anon_sym_volatile] = ACTIONS(1401),
[anon_sym_sealed] = ACTIONS(1401),
[anon_sym_non_DASHsealed] = ACTIONS(1403),
[anon_sym_record] = ACTIONS(1401),
[anon_sym_interface] = ACTIONS(1401),
[anon_sym_byte] = ACTIONS(1401),
[anon_sym_short] = ACTIONS(1401),
[anon_sym_int] = ACTIONS(1401),
[anon_sym_long] = ACTIONS(1401),
[anon_sym_char] = ACTIONS(1401),
[anon_sym_float] = ACTIONS(1401),
[anon_sym_double] = ACTIONS(1401),
[sym_boolean_type] = ACTIONS(1401),
[sym_void_type] = ACTIONS(1401),
[sym_this] = ACTIONS(1401),
[sym_super] = ACTIONS(1401),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(415)] = {
[sym_identifier] = ACTIONS(1227),
[anon_sym_LPAREN] = ACTIONS(566),
[anon_sym_AMP] = ACTIONS(564),
[anon_sym_EQ] = ACTIONS(564),
[anon_sym_PLUS_EQ] = ACTIONS(566),
[anon_sym_DASH_EQ] = ACTIONS(566),
[anon_sym_STAR_EQ] = ACTIONS(566),
[anon_sym_SLASH_EQ] = ACTIONS(566),
[anon_sym_AMP_EQ] = ACTIONS(566),
[anon_sym_PIPE_EQ] = ACTIONS(566),
[anon_sym_CARET_EQ] = ACTIONS(566),
[anon_sym_PERCENT_EQ] = ACTIONS(566),
[anon_sym_LT_LT_EQ] = ACTIONS(566),
[anon_sym_GT_GT_EQ] = ACTIONS(566),
[anon_sym_GT_GT_GT_EQ] = ACTIONS(566),
[anon_sym_GT] = ACTIONS(564),
[anon_sym_LT] = ACTIONS(1227),
[anon_sym_GT_EQ] = ACTIONS(566),
[anon_sym_LT_EQ] = ACTIONS(566),
[anon_sym_EQ_EQ] = ACTIONS(566),
[anon_sym_BANG_EQ] = ACTIONS(566),
[anon_sym_AMP_AMP] = ACTIONS(566),
[anon_sym_PIPE_PIPE] = ACTIONS(566),
[anon_sym_PLUS] = ACTIONS(564),
[anon_sym_DASH] = ACTIONS(564),
[anon_sym_STAR] = ACTIONS(564),
[anon_sym_SLASH] = ACTIONS(564),
[anon_sym_PIPE] = ACTIONS(564),
[anon_sym_CARET] = ACTIONS(564),
[anon_sym_PERCENT] = ACTIONS(564),
[anon_sym_LT_LT] = ACTIONS(564),
[anon_sym_GT_GT] = ACTIONS(564),
[anon_sym_GT_GT_GT] = ACTIONS(564),
[anon_sym_instanceof] = ACTIONS(564),
[anon_sym_DASH_GT] = ACTIONS(566),
[anon_sym_QMARK] = ACTIONS(566),
[anon_sym_COLON] = ACTIONS(564),
[anon_sym_PLUS_PLUS] = ACTIONS(566),
[anon_sym_DASH_DASH] = ACTIONS(566),
[anon_sym_LBRACK] = ACTIONS(566),
[anon_sym_DOT] = ACTIONS(566),
[anon_sym_class] = ACTIONS(1227),
[anon_sym_COLON_COLON] = ACTIONS(566),
[anon_sym_default] = ACTIONS(1227),
[anon_sym_SEMI] = ACTIONS(566),
[anon_sym_synchronized] = ACTIONS(1227),
[anon_sym_AT] = ACTIONS(1229),
[anon_sym_static] = ACTIONS(1227),
[anon_sym_enum] = ACTIONS(1227),
[anon_sym_public] = ACTIONS(1227),
[anon_sym_protected] = ACTIONS(1227),
[anon_sym_private] = ACTIONS(1227),
[anon_sym_abstract] = ACTIONS(1227),
[anon_sym_final] = ACTIONS(1227),
[anon_sym_strictfp] = ACTIONS(1227),
[anon_sym_native] = ACTIONS(1227),
[anon_sym_transient] = ACTIONS(1227),
[anon_sym_volatile] = ACTIONS(1227),
[anon_sym_sealed] = ACTIONS(1227),
[anon_sym_non_DASHsealed] = ACTIONS(1229),
[anon_sym_record] = ACTIONS(1227),
[anon_sym_interface] = ACTIONS(1227),
[anon_sym_byte] = ACTIONS(1227),
[anon_sym_short] = ACTIONS(1227),
[anon_sym_int] = ACTIONS(1227),
[anon_sym_long] = ACTIONS(1227),
[anon_sym_char] = ACTIONS(1227),
[anon_sym_float] = ACTIONS(1227),
[anon_sym_double] = ACTIONS(1227),
[sym_boolean_type] = ACTIONS(1227),
[sym_void_type] = ACTIONS(1227),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(416)] = {
[sym_identifier] = ACTIONS(1227),
[anon_sym_LPAREN] = ACTIONS(566),
[anon_sym_AMP] = ACTIONS(564),
[anon_sym_EQ] = ACTIONS(564),
[anon_sym_PLUS_EQ] = ACTIONS(566),
[anon_sym_DASH_EQ] = ACTIONS(566),
[anon_sym_STAR_EQ] = ACTIONS(566),
[anon_sym_SLASH_EQ] = ACTIONS(566),
[anon_sym_AMP_EQ] = ACTIONS(566),
[anon_sym_PIPE_EQ] = ACTIONS(566),
[anon_sym_CARET_EQ] = ACTIONS(566),
[anon_sym_PERCENT_EQ] = ACTIONS(566),
[anon_sym_LT_LT_EQ] = ACTIONS(566),
[anon_sym_GT_GT_EQ] = ACTIONS(566),
[anon_sym_GT_GT_GT_EQ] = ACTIONS(566),
[anon_sym_GT] = ACTIONS(564),
[anon_sym_LT] = ACTIONS(564),
[anon_sym_GT_EQ] = ACTIONS(566),
[anon_sym_LT_EQ] = ACTIONS(566),
[anon_sym_EQ_EQ] = ACTIONS(566),
[anon_sym_BANG_EQ] = ACTIONS(566),
[anon_sym_AMP_AMP] = ACTIONS(566),
[anon_sym_PIPE_PIPE] = ACTIONS(566),
[anon_sym_PLUS] = ACTIONS(564),
[anon_sym_DASH] = ACTIONS(564),
[anon_sym_STAR] = ACTIONS(564),
[anon_sym_SLASH] = ACTIONS(564),
[anon_sym_PIPE] = ACTIONS(564),
[anon_sym_CARET] = ACTIONS(564),
[anon_sym_PERCENT] = ACTIONS(564),
[anon_sym_LT_LT] = ACTIONS(564),
[anon_sym_GT_GT] = ACTIONS(564),
[anon_sym_GT_GT_GT] = ACTIONS(564),
[anon_sym_instanceof] = ACTIONS(564),
[anon_sym_DASH_GT] = ACTIONS(566),
[anon_sym_QMARK] = ACTIONS(566),
[anon_sym_COLON] = ACTIONS(564),
[anon_sym_PLUS_PLUS] = ACTIONS(566),
[anon_sym_DASH_DASH] = ACTIONS(566),
[anon_sym_LBRACK] = ACTIONS(566),
[anon_sym_DOT] = ACTIONS(566),
[anon_sym_class] = ACTIONS(1227),
[anon_sym_COLON_COLON] = ACTIONS(566),
[anon_sym_default] = ACTIONS(1227),
[anon_sym_SEMI] = ACTIONS(566),
[anon_sym_synchronized] = ACTIONS(1227),
[anon_sym_AT] = ACTIONS(1229),
[anon_sym_static] = ACTIONS(1227),
[anon_sym_enum] = ACTIONS(1227),
[anon_sym_public] = ACTIONS(1227),
[anon_sym_protected] = ACTIONS(1227),
[anon_sym_private] = ACTIONS(1227),
[anon_sym_abstract] = ACTIONS(1227),
[anon_sym_final] = ACTIONS(1227),
[anon_sym_strictfp] = ACTIONS(1227),
[anon_sym_native] = ACTIONS(1227),
[anon_sym_transient] = ACTIONS(1227),
[anon_sym_volatile] = ACTIONS(1227),
[anon_sym_sealed] = ACTIONS(1227),
[anon_sym_non_DASHsealed] = ACTIONS(1229),
[anon_sym_record] = ACTIONS(1227),
[anon_sym_interface] = ACTIONS(1227),
[anon_sym_byte] = ACTIONS(1227),
[anon_sym_short] = ACTIONS(1227),
[anon_sym_int] = ACTIONS(1227),
[anon_sym_long] = ACTIONS(1227),
[anon_sym_char] = ACTIONS(1227),
[anon_sym_float] = ACTIONS(1227),
[anon_sym_double] = ACTIONS(1227),
[sym_boolean_type] = ACTIONS(1227),
[sym_void_type] = ACTIONS(1227),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(417)] = {
[sym__literal] = STATE(662),
[sym_string_literal] = STATE(681),
[sym__string_literal] = STATE(663),
[sym__multiline_string_literal] = STATE(663),
[sym_cast_expression] = STATE(729),
[sym_lambda_expression] = STATE(730),
[sym_inferred_parameters] = STATE(1513),
[sym__unary_complement_expression] = STATE(725),
[sym_primary_expression] = STATE(680),
[sym_array_creation_expression] = STATE(662),
[sym_parenthesized_expression] = STATE(662),
[sym_class_literal] = STATE(662),
[sym_object_creation_expression] = STATE(662),
[sym__unqualified_object_creation_expression] = STATE(664),
[sym_field_access] = STATE(662),
[sym_template_expression] = STATE(662),
[sym_array_access] = STATE(662),
[sym_method_invocation] = STATE(662),
[sym_method_reference] = STATE(662),
[sym_switch_expression] = STATE(728),
[sym__annotation] = STATE(912),
[sym_marker_annotation] = STATE(912),
[sym_annotation] = STATE(912),
[sym__type] = STATE(1520),
[sym__unannotated_type] = STATE(1035),
[sym_annotated_type] = STATE(944),
[sym_scoped_type_identifier] = STATE(947),
[sym_generic_type] = STATE(962),
[sym_array_type] = STATE(844),
[sym_integral_type] = STATE(844),
[sym_floating_point_type] = STATE(844),
[sym_formal_parameters] = STATE(1513),
[sym__reserved_identifier] = STATE(697),
[aux_sym_array_creation_expression_repeat1] = STATE(912),
[sym_identifier] = ACTIONS(1405),
[sym_decimal_integer_literal] = ACTIONS(1407),
[sym_hex_integer_literal] = ACTIONS(1407),
[sym_octal_integer_literal] = ACTIONS(1407),
[sym_binary_integer_literal] = ACTIONS(1409),
[sym_decimal_floating_point_literal] = ACTIONS(1409),
[sym_hex_floating_point_literal] = ACTIONS(1407),
[sym_true] = ACTIONS(1407),
[sym_false] = ACTIONS(1407),
[sym_character_literal] = ACTIONS(1409),
[anon_sym_DQUOTE] = ACTIONS(1411),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1413),
[sym_null_literal] = ACTIONS(1407),
[anon_sym_LPAREN] = ACTIONS(1415),
[anon_sym_TILDE] = ACTIONS(618),
[anon_sym_BANG] = ACTIONS(618),
[anon_sym_new] = ACTIONS(1417),
[anon_sym_switch] = ACTIONS(551),
[anon_sym_yield] = ACTIONS(1419),
[anon_sym_AT] = ACTIONS(578),
[anon_sym_open] = ACTIONS(1421),
[anon_sym_module] = ACTIONS(1421),
[anon_sym_with] = ACTIONS(1421),
[anon_sym_sealed] = ACTIONS(1421),
[anon_sym_record] = ACTIONS(1421),
[anon_sym_byte] = ACTIONS(87),
[anon_sym_short] = ACTIONS(87),
[anon_sym_int] = ACTIONS(87),
[anon_sym_long] = ACTIONS(87),
[anon_sym_char] = ACTIONS(87),
[anon_sym_float] = ACTIONS(89),
[anon_sym_double] = ACTIONS(89),
[sym_boolean_type] = ACTIONS(91),
[sym_void_type] = ACTIONS(91),
[sym_this] = ACTIONS(1423),
[sym_super] = ACTIONS(1425),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(418)] = {
[sym__literal] = STATE(662),
[sym_string_literal] = STATE(681),
[sym__string_literal] = STATE(663),
[sym__multiline_string_literal] = STATE(663),
[sym_cast_expression] = STATE(729),
[sym_lambda_expression] = STATE(730),
[sym_inferred_parameters] = STATE(1589),
[sym__unary_complement_expression] = STATE(725),
[sym_primary_expression] = STATE(680),
[sym_array_creation_expression] = STATE(662),
[sym_parenthesized_expression] = STATE(662),
[sym_class_literal] = STATE(662),
[sym_object_creation_expression] = STATE(662),
[sym__unqualified_object_creation_expression] = STATE(664),
[sym_field_access] = STATE(662),
[sym_template_expression] = STATE(662),
[sym_array_access] = STATE(662),
[sym_method_invocation] = STATE(662),
[sym_method_reference] = STATE(662),
[sym_switch_expression] = STATE(728),
[sym__annotation] = STATE(912),
[sym_marker_annotation] = STATE(912),
[sym_annotation] = STATE(912),
[sym__type] = STATE(1520),
[sym__unannotated_type] = STATE(1035),
[sym_annotated_type] = STATE(944),
[sym_scoped_type_identifier] = STATE(947),
[sym_generic_type] = STATE(962),
[sym_array_type] = STATE(844),
[sym_integral_type] = STATE(844),
[sym_floating_point_type] = STATE(844),
[sym_formal_parameters] = STATE(1589),
[sym__reserved_identifier] = STATE(551),
[aux_sym_array_creation_expression_repeat1] = STATE(912),
[sym_identifier] = ACTIONS(1427),
[sym_decimal_integer_literal] = ACTIONS(1407),
[sym_hex_integer_literal] = ACTIONS(1407),
[sym_octal_integer_literal] = ACTIONS(1407),
[sym_binary_integer_literal] = ACTIONS(1409),
[sym_decimal_floating_point_literal] = ACTIONS(1409),
[sym_hex_floating_point_literal] = ACTIONS(1407),
[sym_true] = ACTIONS(1407),
[sym_false] = ACTIONS(1407),
[sym_character_literal] = ACTIONS(1409),
[anon_sym_DQUOTE] = ACTIONS(1411),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1413),
[sym_null_literal] = ACTIONS(1407),
[anon_sym_LPAREN] = ACTIONS(1429),
[anon_sym_TILDE] = ACTIONS(23),
[anon_sym_BANG] = ACTIONS(23),
[anon_sym_new] = ACTIONS(1417),
[anon_sym_switch] = ACTIONS(551),
[anon_sym_yield] = ACTIONS(1419),
[anon_sym_AT] = ACTIONS(578),
[anon_sym_open] = ACTIONS(1421),
[anon_sym_module] = ACTIONS(1421),
[anon_sym_with] = ACTIONS(1421),
[anon_sym_sealed] = ACTIONS(1421),
[anon_sym_record] = ACTIONS(1421),
[anon_sym_byte] = ACTIONS(87),
[anon_sym_short] = ACTIONS(87),
[anon_sym_int] = ACTIONS(87),
[anon_sym_long] = ACTIONS(87),
[anon_sym_char] = ACTIONS(87),
[anon_sym_float] = ACTIONS(89),
[anon_sym_double] = ACTIONS(89),
[sym_boolean_type] = ACTIONS(91),
[sym_void_type] = ACTIONS(91),
[sym_this] = ACTIONS(1423),
[sym_super] = ACTIONS(1425),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(419)] = {
[sym_identifier] = ACTIONS(564),
[anon_sym_RBRACE] = ACTIONS(566),
[anon_sym_LPAREN] = ACTIONS(566),
[anon_sym_RPAREN] = ACTIONS(566),
[anon_sym_AMP] = ACTIONS(564),
[anon_sym_GT] = ACTIONS(564),
[anon_sym_LT] = ACTIONS(564),
[anon_sym_GT_EQ] = ACTIONS(566),
[anon_sym_LT_EQ] = ACTIONS(566),
[anon_sym_EQ_EQ] = ACTIONS(566),
[anon_sym_BANG_EQ] = ACTIONS(566),
[anon_sym_AMP_AMP] = ACTIONS(566),
[anon_sym_PIPE_PIPE] = ACTIONS(566),
[anon_sym_PLUS] = ACTIONS(566),
[anon_sym_DASH] = ACTIONS(564),
[anon_sym_STAR] = ACTIONS(566),
[anon_sym_SLASH] = ACTIONS(564),
[anon_sym_PIPE] = ACTIONS(564),
[anon_sym_CARET] = ACTIONS(566),
[anon_sym_PERCENT] = ACTIONS(566),
[anon_sym_LT_LT] = ACTIONS(566),
[anon_sym_GT_GT] = ACTIONS(564),
[anon_sym_GT_GT_GT] = ACTIONS(566),
[anon_sym_instanceof] = ACTIONS(564),
[anon_sym_DASH_GT] = ACTIONS(566),
[anon_sym_COMMA] = ACTIONS(566),
[anon_sym_QMARK] = ACTIONS(566),
[anon_sym_COLON] = ACTIONS(564),
[anon_sym_LBRACK] = ACTIONS(566),
[anon_sym_RBRACK] = ACTIONS(566),
[anon_sym_DOT] = ACTIONS(566),
[anon_sym_COLON_COLON] = ACTIONS(566),
[anon_sym_default] = ACTIONS(564),
[anon_sym_when] = ACTIONS(564),
[anon_sym_SEMI] = ACTIONS(566),
[anon_sym_yield] = ACTIONS(564),
[anon_sym_synchronized] = ACTIONS(564),
[anon_sym_AT] = ACTIONS(566),
[anon_sym_open] = ACTIONS(564),
[anon_sym_module] = ACTIONS(564),
[anon_sym_static] = ACTIONS(564),
[anon_sym_with] = ACTIONS(564),
[anon_sym_public] = ACTIONS(564),
[anon_sym_protected] = ACTIONS(564),
[anon_sym_private] = ACTIONS(564),
[anon_sym_abstract] = ACTIONS(564),
[anon_sym_final] = 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(566),
[anon_sym_record] = 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_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(420)] = {
[sym_identifier] = ACTIONS(564),
[anon_sym_RBRACE] = ACTIONS(566),
[anon_sym_LPAREN] = ACTIONS(566),
[anon_sym_RPAREN] = ACTIONS(566),
[anon_sym_AMP] = ACTIONS(564),
[anon_sym_GT] = ACTIONS(564),
[anon_sym_LT] = ACTIONS(564),
[anon_sym_GT_EQ] = ACTIONS(566),
[anon_sym_LT_EQ] = ACTIONS(566),
[anon_sym_EQ_EQ] = ACTIONS(566),
[anon_sym_BANG_EQ] = ACTIONS(566),
[anon_sym_AMP_AMP] = ACTIONS(566),
[anon_sym_PIPE_PIPE] = ACTIONS(566),
[anon_sym_PLUS] = ACTIONS(566),
[anon_sym_DASH] = ACTIONS(564),
[anon_sym_STAR] = ACTIONS(566),
[anon_sym_SLASH] = ACTIONS(564),
[anon_sym_PIPE] = ACTIONS(564),
[anon_sym_CARET] = ACTIONS(566),
[anon_sym_PERCENT] = ACTIONS(566),
[anon_sym_LT_LT] = ACTIONS(566),
[anon_sym_GT_GT] = ACTIONS(564),
[anon_sym_GT_GT_GT] = ACTIONS(566),
[anon_sym_instanceof] = ACTIONS(564),
[anon_sym_DASH_GT] = ACTIONS(566),
[anon_sym_COMMA] = ACTIONS(566),
[anon_sym_QMARK] = ACTIONS(566),
[anon_sym_COLON] = ACTIONS(564),
[anon_sym_LBRACK] = ACTIONS(566),
[anon_sym_RBRACK] = ACTIONS(566),
[anon_sym_DOT] = ACTIONS(566),
[anon_sym_COLON_COLON] = ACTIONS(566),
[anon_sym_default] = ACTIONS(564),
[anon_sym_when] = ACTIONS(564),
[anon_sym_SEMI] = ACTIONS(566),
[anon_sym_yield] = ACTIONS(564),
[anon_sym_synchronized] = ACTIONS(564),
[anon_sym_AT] = ACTIONS(566),
[anon_sym_open] = ACTIONS(564),
[anon_sym_module] = ACTIONS(564),
[anon_sym_static] = ACTIONS(564),
[anon_sym_with] = ACTIONS(564),
[anon_sym_public] = ACTIONS(564),
[anon_sym_protected] = ACTIONS(564),
[anon_sym_private] = ACTIONS(564),
[anon_sym_abstract] = ACTIONS(564),
[anon_sym_final] = 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(566),
[anon_sym_record] = 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_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
};
static const uint16_t ts_small_parse_table[] = {
[0] = 28,
ACTIONS(1431), 1,
sym_identifier,
ACTIONS(1434), 1,
anon_sym_RBRACE,
ACTIONS(1436), 1,
anon_sym_LT,
ACTIONS(1439), 1,
anon_sym_class,
ACTIONS(1442), 1,
anon_sym_LBRACE,
ACTIONS(1448), 1,
anon_sym_SEMI,
ACTIONS(1451), 1,
anon_sym_AT,
ACTIONS(1454), 1,
anon_sym_static,
ACTIONS(1457), 1,
anon_sym_enum,
ACTIONS(1463), 1,
anon_sym_non_DASHsealed,
ACTIONS(1466), 1,
anon_sym_record,
ACTIONS(1469), 1,
anon_sym_interface,
STATE(765), 1,
sym_scoped_type_identifier,
STATE(770), 1,
sym_modifiers,
STATE(836), 1,
sym_generic_type,
STATE(909), 1,
sym__unannotated_type,
STATE(910), 1,
sym_type_parameters,
STATE(1243), 1,
sym__constructor_declarator,
STATE(1343), 1,
sym__method_header,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1475), 2,
anon_sym_float,
anon_sym_double,
ACTIONS(1478), 2,
sym_boolean_type,
sym_void_type,
ACTIONS(1460), 3,
anon_sym_public,
anon_sym_protected,
anon_sym_private,
STATE(844), 3,
sym_array_type,
sym_integral_type,
sym_floating_point_type,
ACTIONS(1472), 5,
anon_sym_byte,
anon_sym_short,
anon_sym_int,
anon_sym_long,
anon_sym_char,
STATE(516), 6,
sym__annotation,
sym_marker_annotation,
sym_annotation,
sym_visibility,
sym__modifier,
aux_sym_modifiers_repeat1,
ACTIONS(1445), 9,
anon_sym_default,
anon_sym_synchronized,
anon_sym_abstract,
anon_sym_final,
anon_sym_strictfp,
anon_sym_native,
anon_sym_transient,
anon_sym_volatile,
anon_sym_sealed,
STATE(421), 12,
sym_block,
sym_enum_declaration,
sym_class_declaration,
sym_static_initializer,
sym_constructor_declaration,
sym_field_declaration,
sym_record_declaration,
sym_annotation_type_declaration,
sym_interface_declaration,
sym_method_declaration,
sym_compact_constructor_declaration,
aux_sym_enum_body_declarations_repeat1,
[120] = 29,
ACTIONS(578), 1,
anon_sym_AT,
ACTIONS(1411), 1,
anon_sym_DQUOTE,
ACTIONS(1413), 1,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
ACTIONS(1417), 1,
anon_sym_new,
ACTIONS(1419), 1,
anon_sym_yield,
ACTIONS(1423), 1,
sym_this,
ACTIONS(1425), 1,
sym_super,
ACTIONS(1481), 1,
sym_identifier,
ACTIONS(1483), 1,
anon_sym_LPAREN,
STATE(578), 1,
sym__reserved_identifier,
STATE(631), 1,
sym_primary_expression,
STATE(664), 1,
sym__unqualified_object_creation_expression,
STATE(681), 1,
sym_string_literal,
STATE(944), 1,
sym_annotated_type,
STATE(947), 1,
sym_scoped_type_identifier,
STATE(962), 1,
sym_generic_type,
STATE(1035), 1,
sym__unannotated_type,
STATE(1520), 1,
sym__type,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(89), 2,
anon_sym_float,
anon_sym_double,
ACTIONS(91), 2,
sym_boolean_type,
sym_void_type,
STATE(663), 2,
sym__string_literal,
sym__multiline_string_literal,
ACTIONS(1409), 3,
sym_binary_integer_literal,
sym_decimal_floating_point_literal,
sym_character_literal,
STATE(844), 3,
sym_array_type,
sym_integral_type,
sym_floating_point_type,
STATE(912), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
ACTIONS(87), 5,
anon_sym_byte,
anon_sym_short,
anon_sym_int,
anon_sym_long,
anon_sym_char,
ACTIONS(1421), 5,
anon_sym_open,
anon_sym_module,
anon_sym_with,
anon_sym_sealed,
anon_sym_record,
ACTIONS(1407), 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(662), 10,
sym__literal,
sym_array_creation_expression,
sym_parenthesized_expression,
sym_class_literal,
sym_object_creation_expression,
sym_field_access,
sym_template_expression,
sym_array_access,
sym_method_invocation,
sym_method_reference,
[242] = 28,
ACTIONS(19), 1,
anon_sym_LT,
ACTIONS(29), 1,
anon_sym_class,
ACTIONS(33), 1,
anon_sym_LBRACE,
ACTIONS(63), 1,
anon_sym_AT,
ACTIONS(75), 1,
anon_sym_enum,
ACTIONS(81), 1,
anon_sym_non_DASHsealed,
ACTIONS(85), 1,
anon_sym_interface,
ACTIONS(1485), 1,
sym_identifier,
ACTIONS(1487), 1,
anon_sym_RBRACE,
ACTIONS(1489), 1,
anon_sym_SEMI,
ACTIONS(1491), 1,
anon_sym_static,
ACTIONS(1493), 1,
anon_sym_record,
STATE(765), 1,
sym_scoped_type_identifier,
STATE(770), 1,
sym_modifiers,
STATE(836), 1,
sym_generic_type,
STATE(909), 1,
sym__unannotated_type,
STATE(910), 1,
sym_type_parameters,
STATE(1243), 1,
sym__constructor_declarator,
STATE(1343), 1,
sym__method_header,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(89), 2,
anon_sym_float,
anon_sym_double,
ACTIONS(91), 2,
sym_boolean_type,
sym_void_type,
ACTIONS(77), 3,
anon_sym_public,
anon_sym_protected,
anon_sym_private,
STATE(844), 3,
sym_array_type,
sym_integral_type,
sym_floating_point_type,
ACTIONS(87), 5,
anon_sym_byte,
anon_sym_short,
anon_sym_int,
anon_sym_long,
anon_sym_char,
STATE(516), 6,
sym__annotation,
sym_marker_annotation,
sym_annotation,
sym_visibility,
sym__modifier,
aux_sym_modifiers_repeat1,
ACTIONS(35), 9,
anon_sym_default,
anon_sym_synchronized,
anon_sym_abstract,
anon_sym_final,
anon_sym_strictfp,
anon_sym_native,
anon_sym_transient,
anon_sym_volatile,
anon_sym_sealed,
STATE(421), 12,
sym_block,
sym_enum_declaration,
sym_class_declaration,
sym_static_initializer,
sym_constructor_declaration,
sym_field_declaration,
sym_record_declaration,
sym_annotation_type_declaration,
sym_interface_declaration,
sym_method_declaration,
sym_compact_constructor_declaration,
aux_sym_enum_body_declarations_repeat1,
[362] = 28,
ACTIONS(19), 1,
anon_sym_LT,
ACTIONS(29), 1,
anon_sym_class,
ACTIONS(33), 1,
anon_sym_LBRACE,
ACTIONS(63), 1,
anon_sym_AT,
ACTIONS(75), 1,
anon_sym_enum,
ACTIONS(81), 1,
anon_sym_non_DASHsealed,
ACTIONS(85), 1,
anon_sym_interface,
ACTIONS(1485), 1,
sym_identifier,
ACTIONS(1491), 1,
anon_sym_static,
ACTIONS(1493), 1,
anon_sym_record,
ACTIONS(1495), 1,
anon_sym_RBRACE,
ACTIONS(1497), 1,
anon_sym_SEMI,
STATE(765), 1,
sym_scoped_type_identifier,
STATE(770), 1,
sym_modifiers,
STATE(836), 1,
sym_generic_type,
STATE(909), 1,
sym__unannotated_type,
STATE(910), 1,
sym_type_parameters,
STATE(1243), 1,
sym__constructor_declarator,
STATE(1343), 1,
sym__method_header,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(89), 2,
anon_sym_float,
anon_sym_double,
ACTIONS(91), 2,
sym_boolean_type,
sym_void_type,
ACTIONS(77), 3,
anon_sym_public,
anon_sym_protected,
anon_sym_private,
STATE(844), 3,
sym_array_type,
sym_integral_type,
sym_floating_point_type,
ACTIONS(87), 5,
anon_sym_byte,
anon_sym_short,
anon_sym_int,
anon_sym_long,
anon_sym_char,
STATE(516), 6,
sym__annotation,
sym_marker_annotation,
sym_annotation,
sym_visibility,
sym__modifier,
aux_sym_modifiers_repeat1,
ACTIONS(35), 9,
anon_sym_default,
anon_sym_synchronized,
anon_sym_abstract,
anon_sym_final,
anon_sym_strictfp,
anon_sym_native,
anon_sym_transient,
anon_sym_volatile,
anon_sym_sealed,
STATE(423), 12,
sym_block,
sym_enum_declaration,
sym_class_declaration,
sym_static_initializer,
sym_constructor_declaration,
sym_field_declaration,
sym_record_declaration,
sym_annotation_type_declaration,
sym_interface_declaration,
sym_method_declaration,
sym_compact_constructor_declaration,
aux_sym_enum_body_declarations_repeat1,
[482] = 28,
ACTIONS(19), 1,
anon_sym_LT,
ACTIONS(29), 1,
anon_sym_class,
ACTIONS(33), 1,
anon_sym_LBRACE,
ACTIONS(63), 1,
anon_sym_AT,
ACTIONS(75), 1,
anon_sym_enum,
ACTIONS(81), 1,
anon_sym_non_DASHsealed,
ACTIONS(85), 1,
anon_sym_interface,
ACTIONS(1485), 1,
sym_identifier,
ACTIONS(1491), 1,
anon_sym_static,
ACTIONS(1493), 1,
anon_sym_record,
ACTIONS(1499), 1,
anon_sym_RBRACE,
ACTIONS(1501), 1,
anon_sym_SEMI,
STATE(765), 1,
sym_scoped_type_identifier,
STATE(770), 1,
sym_modifiers,
STATE(836), 1,
sym_generic_type,
STATE(909), 1,
sym__unannotated_type,
STATE(910), 1,
sym_type_parameters,
STATE(1243), 1,
sym__constructor_declarator,
STATE(1343), 1,
sym__method_header,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(89), 2,
anon_sym_float,
anon_sym_double,
ACTIONS(91), 2,
sym_boolean_type,
sym_void_type,
ACTIONS(77), 3,
anon_sym_public,
anon_sym_protected,
anon_sym_private,
STATE(844), 3,
sym_array_type,
sym_integral_type,
sym_floating_point_type,
ACTIONS(87), 5,
anon_sym_byte,
anon_sym_short,
anon_sym_int,
anon_sym_long,
anon_sym_char,
STATE(516), 6,
sym__annotation,
sym_marker_annotation,
sym_annotation,
sym_visibility,
sym__modifier,
aux_sym_modifiers_repeat1,
ACTIONS(35), 9,
anon_sym_default,
anon_sym_synchronized,
anon_sym_abstract,
anon_sym_final,
anon_sym_strictfp,
anon_sym_native,
anon_sym_transient,
anon_sym_volatile,
anon_sym_sealed,
STATE(426), 12,
sym_block,
sym_enum_declaration,
sym_class_declaration,
sym_static_initializer,
sym_constructor_declaration,
sym_field_declaration,
sym_record_declaration,
sym_annotation_type_declaration,
sym_interface_declaration,
sym_method_declaration,
sym_compact_constructor_declaration,
aux_sym_enum_body_declarations_repeat1,
[602] = 28,
ACTIONS(19), 1,
anon_sym_LT,
ACTIONS(29), 1,
anon_sym_class,
ACTIONS(33), 1,
anon_sym_LBRACE,
ACTIONS(63), 1,
anon_sym_AT,
ACTIONS(75), 1,
anon_sym_enum,
ACTIONS(81), 1,
anon_sym_non_DASHsealed,
ACTIONS(85), 1,
anon_sym_interface,
ACTIONS(1485), 1,
sym_identifier,
ACTIONS(1489), 1,
anon_sym_SEMI,
ACTIONS(1491), 1,
anon_sym_static,
ACTIONS(1493), 1,
anon_sym_record,
ACTIONS(1503), 1,
anon_sym_RBRACE,
STATE(765), 1,
sym_scoped_type_identifier,
STATE(770), 1,
sym_modifiers,
STATE(836), 1,
sym_generic_type,
STATE(909), 1,
sym__unannotated_type,
STATE(910), 1,
sym_type_parameters,
STATE(1243), 1,
sym__constructor_declarator,
STATE(1343), 1,
sym__method_header,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(89), 2,
anon_sym_float,
anon_sym_double,
ACTIONS(91), 2,
sym_boolean_type,
sym_void_type,
ACTIONS(77), 3,
anon_sym_public,
anon_sym_protected,
anon_sym_private,
STATE(844), 3,
sym_array_type,
sym_integral_type,
sym_floating_point_type,
ACTIONS(87), 5,
anon_sym_byte,
anon_sym_short,
anon_sym_int,
anon_sym_long,
anon_sym_char,
STATE(516), 6,
sym__annotation,
sym_marker_annotation,
sym_annotation,
sym_visibility,
sym__modifier,
aux_sym_modifiers_repeat1,
ACTIONS(35), 9,
anon_sym_default,
anon_sym_synchronized,
anon_sym_abstract,
anon_sym_final,
anon_sym_strictfp,
anon_sym_native,
anon_sym_transient,
anon_sym_volatile,
anon_sym_sealed,
STATE(421), 12,
sym_block,
sym_enum_declaration,
sym_class_declaration,
sym_static_initializer,
sym_constructor_declaration,
sym_field_declaration,
sym_record_declaration,
sym_annotation_type_declaration,
sym_interface_declaration,
sym_method_declaration,
sym_compact_constructor_declaration,
aux_sym_enum_body_declarations_repeat1,
[722] = 28,
ACTIONS(19), 1,
anon_sym_LT,
ACTIONS(29), 1,
anon_sym_class,
ACTIONS(33), 1,
anon_sym_LBRACE,
ACTIONS(63), 1,
anon_sym_AT,
ACTIONS(75), 1,
anon_sym_enum,
ACTIONS(81), 1,
anon_sym_non_DASHsealed,
ACTIONS(85), 1,
anon_sym_interface,
ACTIONS(1485), 1,
sym_identifier,
ACTIONS(1491), 1,
anon_sym_static,
ACTIONS(1493), 1,
anon_sym_record,
ACTIONS(1505), 1,
anon_sym_RBRACE,
ACTIONS(1507), 1,
anon_sym_SEMI,
STATE(765), 1,
sym_scoped_type_identifier,
STATE(770), 1,
sym_modifiers,
STATE(836), 1,
sym_generic_type,
STATE(909), 1,
sym__unannotated_type,
STATE(910), 1,
sym_type_parameters,
STATE(1243), 1,
sym__constructor_declarator,
STATE(1343), 1,
sym__method_header,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(89), 2,
anon_sym_float,
anon_sym_double,
ACTIONS(91), 2,
sym_boolean_type,
sym_void_type,
ACTIONS(77), 3,
anon_sym_public,
anon_sym_protected,
anon_sym_private,
STATE(844), 3,
sym_array_type,
sym_integral_type,
sym_floating_point_type,
ACTIONS(87), 5,
anon_sym_byte,
anon_sym_short,
anon_sym_int,
anon_sym_long,
anon_sym_char,
STATE(516), 6,
sym__annotation,
sym_marker_annotation,
sym_annotation,
sym_visibility,
sym__modifier,
aux_sym_modifiers_repeat1,
ACTIONS(35), 9,
anon_sym_default,
anon_sym_synchronized,
anon_sym_abstract,
anon_sym_final,
anon_sym_strictfp,
anon_sym_native,
anon_sym_transient,
anon_sym_volatile,
anon_sym_sealed,
STATE(428), 12,
sym_block,
sym_enum_declaration,
sym_class_declaration,
sym_static_initializer,
sym_constructor_declaration,
sym_field_declaration,
sym_record_declaration,
sym_annotation_type_declaration,
sym_interface_declaration,
sym_method_declaration,
sym_compact_constructor_declaration,
aux_sym_enum_body_declarations_repeat1,
[842] = 28,
ACTIONS(19), 1,
anon_sym_LT,
ACTIONS(29), 1,
anon_sym_class,
ACTIONS(33), 1,
anon_sym_LBRACE,
ACTIONS(63), 1,
anon_sym_AT,
ACTIONS(75), 1,
anon_sym_enum,
ACTIONS(81), 1,
anon_sym_non_DASHsealed,
ACTIONS(85), 1,
anon_sym_interface,
ACTIONS(1485), 1,
sym_identifier,
ACTIONS(1489), 1,
anon_sym_SEMI,
ACTIONS(1491), 1,
anon_sym_static,
ACTIONS(1493), 1,
anon_sym_record,
ACTIONS(1509), 1,
anon_sym_RBRACE,
STATE(765), 1,
sym_scoped_type_identifier,
STATE(770), 1,
sym_modifiers,
STATE(836), 1,
sym_generic_type,
STATE(909), 1,
sym__unannotated_type,
STATE(910), 1,
sym_type_parameters,
STATE(1243), 1,
sym__constructor_declarator,
STATE(1343), 1,
sym__method_header,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(89), 2,
anon_sym_float,
anon_sym_double,
ACTIONS(91), 2,
sym_boolean_type,
sym_void_type,
ACTIONS(77), 3,
anon_sym_public,
anon_sym_protected,
anon_sym_private,
STATE(844), 3,
sym_array_type,
sym_integral_type,
sym_floating_point_type,
ACTIONS(87), 5,
anon_sym_byte,
anon_sym_short,
anon_sym_int,
anon_sym_long,
anon_sym_char,
STATE(516), 6,
sym__annotation,
sym_marker_annotation,
sym_annotation,
sym_visibility,
sym__modifier,
aux_sym_modifiers_repeat1,
ACTIONS(35), 9,
anon_sym_default,
anon_sym_synchronized,
anon_sym_abstract,
anon_sym_final,
anon_sym_strictfp,
anon_sym_native,
anon_sym_transient,
anon_sym_volatile,
anon_sym_sealed,
STATE(421), 12,
sym_block,
sym_enum_declaration,
sym_class_declaration,
sym_static_initializer,
sym_constructor_declaration,
sym_field_declaration,
sym_record_declaration,
sym_annotation_type_declaration,
sym_interface_declaration,
sym_method_declaration,
sym_compact_constructor_declaration,
aux_sym_enum_body_declarations_repeat1,
[962] = 14,
ACTIONS(1515), 1,
anon_sym_LPAREN,
ACTIONS(1519), 1,
anon_sym_EQ,
ACTIONS(1523), 1,
anon_sym_LT,
ACTIONS(1526), 1,
anon_sym_DASH_GT,
ACTIONS(1531), 1,
anon_sym_DOT,
ACTIONS(1535), 1,
anon_sym_AT,
STATE(586), 1,
sym_argument_list,
STATE(820), 1,
sym_type_arguments,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1528), 2,
anon_sym_LBRACK,
anon_sym_COLON_COLON,
ACTIONS(1511), 8,
sym_underscore_pattern,
anon_sym_yield,
anon_sym_open,
anon_sym_module,
anon_sym_with,
anon_sym_sealed,
anon_sym_record,
sym_identifier,
ACTIONS(1521), 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(1513), 14,
anon_sym_RBRACE,
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_SEMI,
ACTIONS(1517), 15,
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,
anon_sym_when,
[1051] = 18,
ACTIONS(1515), 1,
anon_sym_LPAREN,
ACTIONS(1519), 1,
anon_sym_EQ,
ACTIONS(1523), 1,
anon_sym_LT,
ACTIONS(1526), 1,
anon_sym_DASH_GT,
ACTIONS(1537), 1,
anon_sym_RPAREN,
ACTIONS(1541), 1,
anon_sym_AMP,
ACTIONS(1544), 1,
anon_sym_COMMA,
ACTIONS(1546), 1,
anon_sym_DOT,
STATE(586), 1,
sym_argument_list,
STATE(820), 1,
sym_type_arguments,
STATE(1277), 1,
aux_sym_inferred_parameters_repeat1,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1528), 2,
anon_sym_LBRACK,
anon_sym_COLON_COLON,
ACTIONS(1535), 2,
anon_sym_AT,
anon_sym_DOT_DOT_DOT,
ACTIONS(1511), 9,
sym_underscore_pattern,
anon_sym_yield,
anon_sym_open,
anon_sym_module,
anon_sym_with,
anon_sym_sealed,
anon_sym_record,
sym_this,
sym_identifier,
ACTIONS(1513), 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(1521), 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(1517), 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,
[1146] = 25,
ACTIONS(1550), 1,
sym_identifier,
ACTIONS(1553), 1,
anon_sym_RBRACE,
ACTIONS(1555), 1,
anon_sym_LT,
ACTIONS(1558), 1,
anon_sym_class,
ACTIONS(1564), 1,
anon_sym_SEMI,
ACTIONS(1567), 1,
anon_sym_AT,
ACTIONS(1570), 1,
anon_sym_enum,
ACTIONS(1576), 1,
anon_sym_non_DASHsealed,
ACTIONS(1579), 1,
anon_sym_record,
ACTIONS(1582), 1,
anon_sym_interface,
STATE(765), 1,
sym_scoped_type_identifier,
STATE(802), 1,
sym_modifiers,
STATE(836), 1,
sym_generic_type,
STATE(892), 1,
sym__unannotated_type,
STATE(914), 1,
sym_type_parameters,
STATE(1343), 1,
sym__method_header,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1588), 2,
anon_sym_float,
anon_sym_double,
ACTIONS(1591), 2,
sym_boolean_type,
sym_void_type,
ACTIONS(1573), 3,
anon_sym_public,
anon_sym_protected,
anon_sym_private,
STATE(844), 3,
sym_array_type,
sym_integral_type,
sym_floating_point_type,
ACTIONS(1585), 5,
anon_sym_byte,
anon_sym_short,
anon_sym_int,
anon_sym_long,
anon_sym_char,
STATE(516), 6,
sym__annotation,
sym_marker_annotation,
sym_annotation,
sym_visibility,
sym__modifier,
aux_sym_modifiers_repeat1,
STATE(431), 8,
sym_enum_declaration,
sym_class_declaration,
sym_record_declaration,
sym_annotation_type_declaration,
sym_interface_declaration,
sym_constant_declaration,
sym_method_declaration,
aux_sym_interface_body_repeat1,
ACTIONS(1561), 10,
anon_sym_default,
anon_sym_synchronized,
anon_sym_static,
anon_sym_abstract,
anon_sym_final,
anon_sym_strictfp,
anon_sym_native,
anon_sym_transient,
anon_sym_volatile,
anon_sym_sealed,
[1254] = 15,
ACTIONS(1519), 1,
anon_sym_EQ,
ACTIONS(1523), 1,
anon_sym_LT,
ACTIONS(1526), 1,
anon_sym_DASH_GT,
ACTIONS(1531), 1,
anon_sym_DOT,
ACTIONS(1535), 1,
anon_sym_AT,
ACTIONS(1594), 1,
anon_sym_LPAREN,
STATE(586), 1,
sym_argument_list,
STATE(724), 1,
sym_record_pattern_body,
STATE(820), 1,
sym_type_arguments,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1528), 2,
anon_sym_LBRACK,
anon_sym_COLON_COLON,
ACTIONS(1511), 7,
anon_sym_yield,
anon_sym_open,
anon_sym_module,
anon_sym_with,
anon_sym_sealed,
anon_sym_record,
sym_identifier,
ACTIONS(1513), 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(1521), 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(1517), 15,
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,
anon_sym_when,
[1342] = 25,
ACTIONS(19), 1,
anon_sym_LT,
ACTIONS(29), 1,
anon_sym_class,
ACTIONS(63), 1,
anon_sym_AT,
ACTIONS(75), 1,
anon_sym_enum,
ACTIONS(81), 1,
anon_sym_non_DASHsealed,
ACTIONS(85), 1,
anon_sym_interface,
ACTIONS(1493), 1,
anon_sym_record,
ACTIONS(1596), 1,
sym_identifier,
ACTIONS(1598), 1,
anon_sym_RBRACE,
ACTIONS(1600), 1,
anon_sym_SEMI,
STATE(765), 1,
sym_scoped_type_identifier,
STATE(802), 1,
sym_modifiers,
STATE(836), 1,
sym_generic_type,
STATE(892), 1,
sym__unannotated_type,
STATE(914), 1,
sym_type_parameters,
STATE(1343), 1,
sym__method_header,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(89), 2,
anon_sym_float,
anon_sym_double,
ACTIONS(91), 2,
sym_boolean_type,
sym_void_type,
ACTIONS(77), 3,
anon_sym_public,
anon_sym_protected,
anon_sym_private,
STATE(844), 3,
sym_array_type,
sym_integral_type,
sym_floating_point_type,
ACTIONS(87), 5,
anon_sym_byte,
anon_sym_short,
anon_sym_int,
anon_sym_long,
anon_sym_char,
STATE(516), 6,
sym__annotation,
sym_marker_annotation,
sym_annotation,
sym_visibility,
sym__modifier,
aux_sym_modifiers_repeat1,
STATE(431), 8,
sym_enum_declaration,
sym_class_declaration,
sym_record_declaration,
sym_annotation_type_declaration,
sym_interface_declaration,
sym_constant_declaration,
sym_method_declaration,
aux_sym_interface_body_repeat1,
ACTIONS(35), 10,
anon_sym_default,
anon_sym_synchronized,
anon_sym_static,
anon_sym_abstract,
anon_sym_final,
anon_sym_strictfp,
anon_sym_native,
anon_sym_transient,
anon_sym_volatile,
anon_sym_sealed,
[1450] = 25,
ACTIONS(19), 1,
anon_sym_LT,
ACTIONS(29), 1,
anon_sym_class,
ACTIONS(63), 1,
anon_sym_AT,
ACTIONS(75), 1,
anon_sym_enum,
ACTIONS(81), 1,
anon_sym_non_DASHsealed,
ACTIONS(85), 1,
anon_sym_interface,
ACTIONS(1493), 1,
anon_sym_record,
ACTIONS(1596), 1,
sym_identifier,
ACTIONS(1602), 1,
anon_sym_RBRACE,
ACTIONS(1604), 1,
anon_sym_SEMI,
STATE(765), 1,
sym_scoped_type_identifier,
STATE(802), 1,
sym_modifiers,
STATE(836), 1,
sym_generic_type,
STATE(892), 1,
sym__unannotated_type,
STATE(914), 1,
sym_type_parameters,
STATE(1343), 1,
sym__method_header,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(89), 2,
anon_sym_float,
anon_sym_double,
ACTIONS(91), 2,
sym_boolean_type,
sym_void_type,
ACTIONS(77), 3,
anon_sym_public,
anon_sym_protected,
anon_sym_private,
STATE(844), 3,
sym_array_type,
sym_integral_type,
sym_floating_point_type,
ACTIONS(87), 5,
anon_sym_byte,
anon_sym_short,
anon_sym_int,
anon_sym_long,
anon_sym_char,
STATE(516), 6,
sym__annotation,
sym_marker_annotation,
sym_annotation,
sym_visibility,
sym__modifier,
aux_sym_modifiers_repeat1,
STATE(433), 8,
sym_enum_declaration,
sym_class_declaration,
sym_record_declaration,
sym_annotation_type_declaration,
sym_interface_declaration,
sym_constant_declaration,
sym_method_declaration,
aux_sym_interface_body_repeat1,
ACTIONS(35), 10,
anon_sym_default,
anon_sym_synchronized,
anon_sym_static,
anon_sym_abstract,
anon_sym_final,
anon_sym_strictfp,
anon_sym_native,
anon_sym_transient,
anon_sym_volatile,
anon_sym_sealed,
[1558] = 15,
ACTIONS(1519), 1,
anon_sym_EQ,
ACTIONS(1523), 1,
anon_sym_LT,
ACTIONS(1531), 1,
anon_sym_DOT,
ACTIONS(1535), 1,
anon_sym_AT,
ACTIONS(1594), 1,
anon_sym_LPAREN,
ACTIONS(1606), 1,
anon_sym_DASH_GT,
STATE(586), 1,
sym_argument_list,
STATE(724), 1,
sym_record_pattern_body,
STATE(820), 1,
sym_type_arguments,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1528), 2,
anon_sym_LBRACK,
anon_sym_COLON_COLON,
ACTIONS(1511), 7,
anon_sym_yield,
anon_sym_open,
anon_sym_module,
anon_sym_with,
anon_sym_sealed,
anon_sym_record,
sym_identifier,
ACTIONS(1513), 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(1521), 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(1517), 15,
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,
anon_sym_when,
[1645] = 15,
ACTIONS(1515), 1,
anon_sym_LPAREN,
ACTIONS(1519), 1,
anon_sym_EQ,
ACTIONS(1523), 1,
anon_sym_LT,
ACTIONS(1526), 1,
anon_sym_DASH_GT,
ACTIONS(1531), 1,
anon_sym_DOT,
ACTIONS(1535), 1,
anon_sym_AT,
ACTIONS(1609), 1,
anon_sym_COLON,
STATE(586), 1,
sym_argument_list,
STATE(820), 1,
sym_type_arguments,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1528), 2,
anon_sym_LBRACK,
anon_sym_COLON_COLON,
ACTIONS(1511), 8,
sym_underscore_pattern,
anon_sym_yield,
anon_sym_open,
anon_sym_module,
anon_sym_with,
anon_sym_sealed,
anon_sym_record,
sym_identifier,
ACTIONS(1513), 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_QMARK,
anon_sym_PLUS_PLUS,
anon_sym_DASH_DASH,
anon_sym_SEMI,
ACTIONS(1521), 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(1517), 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,
[1731] = 15,
ACTIONS(1515), 1,
anon_sym_LPAREN,
ACTIONS(1519), 1,
anon_sym_EQ,
ACTIONS(1523), 1,
anon_sym_LT,
ACTIONS(1526), 1,
anon_sym_DASH_GT,
ACTIONS(1531), 1,
anon_sym_DOT,
ACTIONS(1535), 1,
anon_sym_AT,
ACTIONS(1611), 1,
anon_sym_COLON,
STATE(586), 1,
sym_argument_list,
STATE(820), 1,
sym_type_arguments,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1528), 2,
anon_sym_LBRACK,
anon_sym_COLON_COLON,
ACTIONS(1511), 8,
sym_underscore_pattern,
anon_sym_yield,
anon_sym_open,
anon_sym_module,
anon_sym_with,
anon_sym_sealed,
anon_sym_record,
sym_identifier,
ACTIONS(1513), 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_QMARK,
anon_sym_PLUS_PLUS,
anon_sym_DASH_DASH,
anon_sym_SEMI,
ACTIONS(1521), 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(1517), 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,
[1817] = 15,
ACTIONS(1515), 1,
anon_sym_LPAREN,
ACTIONS(1519), 1,
anon_sym_EQ,
ACTIONS(1523), 1,
anon_sym_LT,
ACTIONS(1526), 1,
anon_sym_DASH_GT,
ACTIONS(1531), 1,
anon_sym_DOT,
ACTIONS(1535), 1,
anon_sym_AT,
ACTIONS(1613), 1,
anon_sym_COLON,
STATE(586), 1,
sym_argument_list,
STATE(820), 1,
sym_type_arguments,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1528), 2,
anon_sym_LBRACK,
anon_sym_COLON_COLON,
ACTIONS(1511), 8,
sym_underscore_pattern,
anon_sym_yield,
anon_sym_open,
anon_sym_module,
anon_sym_with,
anon_sym_sealed,
anon_sym_record,
sym_identifier,
ACTIONS(1513), 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_QMARK,
anon_sym_PLUS_PLUS,
anon_sym_DASH_DASH,
anon_sym_SEMI,
ACTIONS(1521), 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(1517), 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,
[1903] = 22,
ACTIONS(29), 1,
anon_sym_class,
ACTIONS(63), 1,
anon_sym_AT,
ACTIONS(75), 1,
anon_sym_enum,
ACTIONS(81), 1,
anon_sym_non_DASHsealed,
ACTIONS(85), 1,
anon_sym_interface,
ACTIONS(1493), 1,
anon_sym_record,
ACTIONS(1596), 1,
sym_identifier,
ACTIONS(1615), 1,
anon_sym_RBRACE,
ACTIONS(1617), 1,
anon_sym_SEMI,
STATE(765), 1,
sym_scoped_type_identifier,
STATE(836), 1,
sym_generic_type,
STATE(913), 1,
sym_modifiers,
STATE(929), 1,
sym__unannotated_type,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(89), 2,
anon_sym_float,
anon_sym_double,
ACTIONS(91), 2,
sym_boolean_type,
sym_void_type,
ACTIONS(77), 3,
anon_sym_public,
anon_sym_protected,
anon_sym_private,
STATE(844), 3,
sym_array_type,
sym_integral_type,
sym_floating_point_type,
ACTIONS(87), 5,
anon_sym_byte,
anon_sym_short,
anon_sym_int,
anon_sym_long,
anon_sym_char,
STATE(516), 6,
sym__annotation,
sym_marker_annotation,
sym_annotation,
sym_visibility,
sym__modifier,
aux_sym_modifiers_repeat1,
STATE(440), 8,
sym_enum_declaration,
sym_class_declaration,
sym_record_declaration,
sym_annotation_type_declaration,
sym_annotation_type_element_declaration,
sym_interface_declaration,
sym_constant_declaration,
aux_sym_annotation_type_body_repeat1,
ACTIONS(35), 10,
anon_sym_default,
anon_sym_synchronized,
anon_sym_static,
anon_sym_abstract,
anon_sym_final,
anon_sym_strictfp,
anon_sym_native,
anon_sym_transient,
anon_sym_volatile,
anon_sym_sealed,
[2002] = 22,
ACTIONS(29), 1,
anon_sym_class,
ACTIONS(63), 1,
anon_sym_AT,
ACTIONS(75), 1,
anon_sym_enum,
ACTIONS(81), 1,
anon_sym_non_DASHsealed,
ACTIONS(85), 1,
anon_sym_interface,
ACTIONS(1493), 1,
anon_sym_record,
ACTIONS(1596), 1,
sym_identifier,
ACTIONS(1619), 1,
anon_sym_RBRACE,
ACTIONS(1621), 1,
anon_sym_SEMI,
STATE(765), 1,
sym_scoped_type_identifier,
STATE(836), 1,
sym_generic_type,
STATE(913), 1,
sym_modifiers,
STATE(929), 1,
sym__unannotated_type,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(89), 2,
anon_sym_float,
anon_sym_double,
ACTIONS(91), 2,
sym_boolean_type,
sym_void_type,
ACTIONS(77), 3,
anon_sym_public,
anon_sym_protected,
anon_sym_private,
STATE(844), 3,
sym_array_type,
sym_integral_type,
sym_floating_point_type,
ACTIONS(87), 5,
anon_sym_byte,
anon_sym_short,
anon_sym_int,
anon_sym_long,
anon_sym_char,
STATE(516), 6,
sym__annotation,
sym_marker_annotation,
sym_annotation,
sym_visibility,
sym__modifier,
aux_sym_modifiers_repeat1,
STATE(441), 8,
sym_enum_declaration,
sym_class_declaration,
sym_record_declaration,
sym_annotation_type_declaration,
sym_annotation_type_element_declaration,
sym_interface_declaration,
sym_constant_declaration,
aux_sym_annotation_type_body_repeat1,
ACTIONS(35), 10,
anon_sym_default,
anon_sym_synchronized,
anon_sym_static,
anon_sym_abstract,
anon_sym_final,
anon_sym_strictfp,
anon_sym_native,
anon_sym_transient,
anon_sym_volatile,
anon_sym_sealed,
[2101] = 22,
ACTIONS(1623), 1,
sym_identifier,
ACTIONS(1626), 1,
anon_sym_RBRACE,
ACTIONS(1628), 1,
anon_sym_class,
ACTIONS(1634), 1,
anon_sym_SEMI,
ACTIONS(1637), 1,
anon_sym_AT,
ACTIONS(1640), 1,
anon_sym_enum,
ACTIONS(1646), 1,
anon_sym_non_DASHsealed,
ACTIONS(1649), 1,
anon_sym_record,
ACTIONS(1652), 1,
anon_sym_interface,
STATE(765), 1,
sym_scoped_type_identifier,
STATE(836), 1,
sym_generic_type,
STATE(913), 1,
sym_modifiers,
STATE(929), 1,
sym__unannotated_type,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1658), 2,
anon_sym_float,
anon_sym_double,
ACTIONS(1661), 2,
sym_boolean_type,
sym_void_type,
ACTIONS(1643), 3,
anon_sym_public,
anon_sym_protected,
anon_sym_private,
STATE(844), 3,
sym_array_type,
sym_integral_type,
sym_floating_point_type,
ACTIONS(1655), 5,
anon_sym_byte,
anon_sym_short,
anon_sym_int,
anon_sym_long,
anon_sym_char,
STATE(516), 6,
sym__annotation,
sym_marker_annotation,
sym_annotation,
sym_visibility,
sym__modifier,
aux_sym_modifiers_repeat1,
STATE(441), 8,
sym_enum_declaration,
sym_class_declaration,
sym_record_declaration,
sym_annotation_type_declaration,
sym_annotation_type_element_declaration,
sym_interface_declaration,
sym_constant_declaration,
aux_sym_annotation_type_body_repeat1,
ACTIONS(1631), 10,
anon_sym_default,
anon_sym_synchronized,
anon_sym_static,
anon_sym_abstract,
anon_sym_final,
anon_sym_strictfp,
anon_sym_native,
anon_sym_transient,
anon_sym_volatile,
anon_sym_sealed,
[2200] = 7,
ACTIONS(576), 1,
anon_sym_yield,
ACTIONS(1664), 1,
sym_identifier,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(1359), 2,
sym_scoped_identifier,
sym__reserved_identifier,
ACTIONS(69), 5,
anon_sym_open,
anon_sym_module,
anon_sym_with,
anon_sym_sealed,
anon_sym_record,
ACTIONS(564), 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_instanceof,
anon_sym_COLON,
ACTIONS(566), 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,
[2268] = 5,
ACTIONS(1515), 1,
anon_sym_LPAREN,
STATE(587), 1,
sym_argument_list,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1668), 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_COLON,
ACTIONS(1666), 31,
anon_sym_RBRACE,
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_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_when,
anon_sym_SEMI,
[2329] = 8,
ACTIONS(1515), 1,
anon_sym_LPAREN,
ACTIONS(1519), 1,
anon_sym_EQ,
ACTIONS(1526), 1,
anon_sym_DASH_GT,
STATE(586), 1,
sym_argument_list,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1521), 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(1517), 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_GT_GT_GT,
anon_sym_COLON,
ACTIONS(1513), 19,
anon_sym_RBRACE,
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_when,
anon_sym_SEMI,
[2396] = 5,
ACTIONS(1515), 1,
anon_sym_LPAREN,
STATE(601), 1,
sym_argument_list,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1672), 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_COLON,
ACTIONS(1670), 31,
anon_sym_RBRACE,
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_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_when,
anon_sym_SEMI,
[2457] = 22,
ACTIONS(576), 1,
anon_sym_yield,
ACTIONS(590), 1,
anon_sym_AT,
ACTIONS(594), 1,
anon_sym_sealed,
ACTIONS(596), 1,
anon_sym_non_DASHsealed,
ACTIONS(610), 1,
sym_underscore_pattern,
ACTIONS(1674), 1,
sym_identifier,
ACTIONS(1676), 1,
anon_sym_RPAREN,
STATE(956), 1,
sym__unannotated_type,
STATE(960), 1,
sym_modifiers,
STATE(987), 1,
sym_scoped_type_identifier,
STATE(1007), 1,
sym_generic_type,
STATE(1409), 1,
sym__reserved_identifier,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(89), 2,
anon_sym_float,
anon_sym_double,
ACTIONS(91), 2,
sym_boolean_type,
sym_void_type,
STATE(1314), 2,
sym_record_pattern,
sym_record_pattern_component,
ACTIONS(592), 3,
anon_sym_public,
anon_sym_protected,
anon_sym_private,
STATE(844), 3,
sym_array_type,
sym_integral_type,
sym_floating_point_type,
ACTIONS(69), 4,
anon_sym_open,
anon_sym_module,
anon_sym_with,
anon_sym_record,
ACTIONS(87), 5,
anon_sym_byte,
anon_sym_short,
anon_sym_int,
anon_sym_long,
anon_sym_char,
STATE(690), 6,
sym__annotation,
sym_marker_annotation,
sym_annotation,
sym_visibility,
sym__modifier,
aux_sym_modifiers_repeat1,
ACTIONS(588), 9,
anon_sym_default,
anon_sym_synchronized,
anon_sym_static,
anon_sym_abstract,
anon_sym_final,
anon_sym_strictfp,
anon_sym_native,
anon_sym_transient,
anon_sym_volatile,
[2552] = 21,
ACTIONS(576), 1,
anon_sym_yield,
ACTIONS(590), 1,
anon_sym_AT,
ACTIONS(594), 1,
anon_sym_sealed,
ACTIONS(596), 1,
anon_sym_non_DASHsealed,
ACTIONS(1674), 1,
sym_identifier,
STATE(955), 1,
sym_modifiers,
STATE(957), 1,
sym__unannotated_type,
STATE(987), 1,
sym_scoped_type_identifier,
STATE(1007), 1,
sym_generic_type,
STATE(1216), 1,
sym_pattern,
STATE(1409), 1,
sym__reserved_identifier,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(89), 2,
anon_sym_float,
anon_sym_double,
ACTIONS(91), 2,
sym_boolean_type,
sym_void_type,
STATE(1197), 2,
sym_type_pattern,
sym_record_pattern,
ACTIONS(592), 3,
anon_sym_public,
anon_sym_protected,
anon_sym_private,
STATE(844), 3,
sym_array_type,
sym_integral_type,
sym_floating_point_type,
ACTIONS(69), 4,
anon_sym_open,
anon_sym_module,
anon_sym_with,
anon_sym_record,
ACTIONS(87), 5,
anon_sym_byte,
anon_sym_short,
anon_sym_int,
anon_sym_long,
anon_sym_char,
STATE(690), 6,
sym__annotation,
sym_marker_annotation,
sym_annotation,
sym_visibility,
sym__modifier,
aux_sym_modifiers_repeat1,
ACTIONS(588), 9,
anon_sym_default,
anon_sym_synchronized,
anon_sym_static,
anon_sym_abstract,
anon_sym_final,
anon_sym_strictfp,
anon_sym_native,
anon_sym_transient,
anon_sym_volatile,
[2644] = 21,
ACTIONS(576), 1,
anon_sym_yield,
ACTIONS(590), 1,
anon_sym_AT,
ACTIONS(594), 1,
anon_sym_sealed,
ACTIONS(596), 1,
anon_sym_non_DASHsealed,
ACTIONS(610), 1,
sym_underscore_pattern,
ACTIONS(1674), 1,
sym_identifier,
STATE(956), 1,
sym__unannotated_type,
STATE(960), 1,
sym_modifiers,
STATE(987), 1,
sym_scoped_type_identifier,
STATE(1007), 1,
sym_generic_type,
STATE(1409), 1,
sym__reserved_identifier,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(89), 2,
anon_sym_float,
anon_sym_double,
ACTIONS(91), 2,
sym_boolean_type,
sym_void_type,
STATE(1380), 2,
sym_record_pattern,
sym_record_pattern_component,
ACTIONS(592), 3,
anon_sym_public,
anon_sym_protected,
anon_sym_private,
STATE(844), 3,
sym_array_type,
sym_integral_type,
sym_floating_point_type,
ACTIONS(69), 4,
anon_sym_open,
anon_sym_module,
anon_sym_with,
anon_sym_record,
ACTIONS(87), 5,
anon_sym_byte,
anon_sym_short,
anon_sym_int,
anon_sym_long,
anon_sym_char,
STATE(690), 6,
sym__annotation,
sym_marker_annotation,
sym_annotation,
sym_visibility,
sym__modifier,
aux_sym_modifiers_repeat1,
ACTIONS(588), 9,
anon_sym_default,
anon_sym_synchronized,
anon_sym_static,
anon_sym_abstract,
anon_sym_final,
anon_sym_strictfp,
anon_sym_native,
anon_sym_transient,
anon_sym_volatile,
[2736] = 5,
ACTIONS(1519), 1,
anon_sym_EQ,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1521), 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(1517), 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_GT_GT_GT,
anon_sym_COLON,
ACTIONS(1513), 20,
anon_sym_RBRACE,
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_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_when,
anon_sym_SEMI,
[2795] = 13,
ACTIONS(1515), 1,
anon_sym_LPAREN,
ACTIONS(1523), 1,
anon_sym_LT,
ACTIONS(1531), 1,
anon_sym_DOT,
ACTIONS(1535), 1,
anon_sym_AT,
ACTIONS(1678), 1,
anon_sym_EQ,
ACTIONS(1682), 1,
anon_sym_DASH_GT,
STATE(586), 1,
sym_argument_list,
STATE(820), 1,
sym_type_arguments,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1528), 2,
anon_sym_LBRACK,
anon_sym_COLON_COLON,
ACTIONS(1680), 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(1513), 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_instanceof,
anon_sym_COMMA,
anon_sym_QMARK,
anon_sym_PLUS_PLUS,
anon_sym_DASH_DASH,
anon_sym_when,
ACTIONS(1517), 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_COLON,
[2870] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1672), 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_COLON,
ACTIONS(1670), 31,
anon_sym_RBRACE,
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_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_when,
anon_sym_SEMI,
[2925] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1668), 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_COLON,
ACTIONS(1666), 31,
anon_sym_RBRACE,
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_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_when,
anon_sym_SEMI,
[2980] = 9,
ACTIONS(1519), 1,
anon_sym_EQ,
ACTIONS(1526), 1,
anon_sym_DASH_GT,
ACTIONS(1594), 1,
anon_sym_LPAREN,
STATE(586), 1,
sym_argument_list,
STATE(724), 1,
sym_record_pattern_body,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1521), 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(1517), 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_GT_GT_GT,
anon_sym_COLON,
ACTIONS(1513), 16,
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_DOT,
anon_sym_COLON_COLON,
anon_sym_when,
[3047] = 13,
ACTIONS(1515), 1,
anon_sym_LPAREN,
ACTIONS(1519), 1,
anon_sym_EQ,
ACTIONS(1523), 1,
anon_sym_LT,
ACTIONS(1531), 1,
anon_sym_DOT,
ACTIONS(1535), 1,
anon_sym_AT,
ACTIONS(1606), 1,
anon_sym_DASH_GT,
STATE(586), 1,
sym_argument_list,
STATE(820), 1,
sym_type_arguments,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1528), 2,
anon_sym_LBRACK,
anon_sym_COLON_COLON,
ACTIONS(1521), 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(1513), 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_instanceof,
anon_sym_COMMA,
anon_sym_QMARK,
anon_sym_PLUS_PLUS,
anon_sym_DASH_DASH,
anon_sym_when,
ACTIONS(1517), 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_COLON,
[3122] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1687), 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_COLON,
ACTIONS(1685), 31,
anon_sym_RBRACE,
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_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_when,
anon_sym_SEMI,
[3177] = 12,
ACTIONS(1419), 1,
anon_sym_yield,
ACTIONS(1689), 1,
sym_identifier,
ACTIONS(1695), 1,
anon_sym_LBRACK,
ACTIONS(1697), 1,
anon_sym_AT,
STATE(474), 1,
aux_sym_dimensions_repeat1,
STATE(510), 1,
sym_dimensions,
STATE(726), 1,
sym__reserved_identifier,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(1121), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
ACTIONS(1421), 5,
anon_sym_open,
anon_sym_module,
anon_sym_with,
anon_sym_sealed,
anon_sym_record,
ACTIONS(1693), 9,
anon_sym_AMP,
anon_sym_GT,
anon_sym_LT,
anon_sym_DASH,
anon_sym_SLASH,
anon_sym_PIPE,
anon_sym_GT_GT,
anon_sym_instanceof,
anon_sym_when,
ACTIONS(1691), 20,
anon_sym_RBRACE,
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_PLUS,
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_RBRACK,
anon_sym_SEMI,
[3249] = 9,
ACTIONS(1519), 1,
anon_sym_EQ,
ACTIONS(1594), 1,
anon_sym_LPAREN,
ACTIONS(1606), 1,
anon_sym_DASH_GT,
STATE(586), 1,
sym_argument_list,
STATE(724), 1,
sym_record_pattern_body,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1521), 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(1517), 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_GT_GT_GT,
anon_sym_COLON,
ACTIONS(1513), 15,
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_when,
[3315] = 20,
ACTIONS(576), 1,
anon_sym_yield,
ACTIONS(590), 1,
anon_sym_AT,
ACTIONS(594), 1,
anon_sym_sealed,
ACTIONS(596), 1,
anon_sym_non_DASHsealed,
ACTIONS(1699), 1,
sym_identifier,
STATE(456), 1,
sym__unannotated_type,
STATE(482), 1,
sym_scoped_type_identifier,
STATE(486), 1,
sym_generic_type,
STATE(727), 1,
sym_record_pattern,
STATE(818), 1,
sym_modifiers,
STATE(1409), 1,
sym__reserved_identifier,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1703), 2,
anon_sym_float,
anon_sym_double,
ACTIONS(1705), 2,
sym_boolean_type,
sym_void_type,
ACTIONS(592), 3,
anon_sym_public,
anon_sym_protected,
anon_sym_private,
STATE(508), 3,
sym_array_type,
sym_integral_type,
sym_floating_point_type,
ACTIONS(69), 4,
anon_sym_open,
anon_sym_module,
anon_sym_with,
anon_sym_record,
ACTIONS(1701), 5,
anon_sym_byte,
anon_sym_short,
anon_sym_int,
anon_sym_long,
anon_sym_char,
STATE(523), 6,
sym__annotation,
sym_marker_annotation,
sym_annotation,
sym_visibility,
sym__modifier,
aux_sym_modifiers_repeat1,
ACTIONS(588), 9,
anon_sym_default,
anon_sym_synchronized,
anon_sym_static,
anon_sym_abstract,
anon_sym_final,
anon_sym_strictfp,
anon_sym_native,
anon_sym_transient,
anon_sym_volatile,
[3403] = 7,
ACTIONS(1711), 1,
anon_sym_LBRACK,
ACTIONS(1714), 1,
anon_sym_AT,
STATE(459), 1,
aux_sym_dimensions_repeat1,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(1121), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
ACTIONS(1707), 17,
anon_sym_AMP,
anon_sym_GT,
anon_sym_LT,
anon_sym_DASH,
anon_sym_SLASH,
anon_sym_PIPE,
anon_sym_GT_GT,
anon_sym_instanceof,
anon_sym_COLON,
anon_sym_when,
anon_sym_yield,
anon_sym_open,
anon_sym_module,
anon_sym_with,
anon_sym_sealed,
anon_sym_record,
sym_identifier,
ACTIONS(1709), 21,
anon_sym_RBRACE,
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_PLUS,
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_RBRACK,
anon_sym_DOT,
anon_sym_COLON_COLON,
anon_sym_SEMI,
[3465] = 12,
ACTIONS(1419), 1,
anon_sym_yield,
ACTIONS(1695), 1,
anon_sym_LBRACK,
ACTIONS(1697), 1,
anon_sym_AT,
ACTIONS(1717), 1,
sym_identifier,
STATE(474), 1,
aux_sym_dimensions_repeat1,
STATE(510), 1,
sym_dimensions,
STATE(715), 1,
sym__reserved_identifier,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(1121), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
ACTIONS(1421), 5,
anon_sym_open,
anon_sym_module,
anon_sym_with,
anon_sym_sealed,
anon_sym_record,
ACTIONS(1721), 9,
anon_sym_AMP,
anon_sym_GT,
anon_sym_LT,
anon_sym_DASH,
anon_sym_SLASH,
anon_sym_PIPE,
anon_sym_GT_GT,
anon_sym_instanceof,
anon_sym_when,
ACTIONS(1719), 20,
anon_sym_RBRACE,
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_PLUS,
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_RBRACK,
anon_sym_SEMI,
[3537] = 8,
ACTIONS(1515), 1,
anon_sym_LPAREN,
ACTIONS(1678), 1,
anon_sym_EQ,
ACTIONS(1682), 1,
anon_sym_DASH_GT,
STATE(586), 1,
sym_argument_list,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1680), 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(1517), 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_GT_GT_GT,
anon_sym_COLON,
ACTIONS(1513), 15,
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_when,
[3600] = 11,
ACTIONS(1515), 1,
anon_sym_LPAREN,
ACTIONS(1519), 1,
anon_sym_EQ,
ACTIONS(1526), 1,
anon_sym_DASH_GT,
ACTIONS(1544), 1,
anon_sym_COMMA,
ACTIONS(1723), 1,
anon_sym_RPAREN,
STATE(586), 1,
sym_argument_list,
STATE(1277), 1,
aux_sym_inferred_parameters_repeat1,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1521), 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(1513), 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,
anon_sym_QMARK,
anon_sym_PLUS_PLUS,
anon_sym_DASH_DASH,
anon_sym_LBRACK,
anon_sym_DOT,
anon_sym_COLON_COLON,
ACTIONS(1517), 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,
[3669] = 13,
ACTIONS(1515), 1,
anon_sym_LPAREN,
ACTIONS(1523), 1,
anon_sym_LT,
ACTIONS(1526), 1,
anon_sym_DASH_GT,
ACTIONS(1531), 1,
anon_sym_DOT,
ACTIONS(1535), 1,
anon_sym_AT,
ACTIONS(1726), 1,
anon_sym_EQ,
STATE(586), 1,
sym_argument_list,
STATE(820), 1,
sym_type_arguments,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1528), 2,
anon_sym_LBRACK,
anon_sym_COLON_COLON,
ACTIONS(1513), 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_instanceof,
anon_sym_QMARK,
anon_sym_PLUS_PLUS,
anon_sym_DASH_DASH,
ACTIONS(1521), 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(1517), 12,
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,
[3742] = 8,
ACTIONS(1515), 1,
anon_sym_LPAREN,
ACTIONS(1519), 1,
anon_sym_EQ,
ACTIONS(1606), 1,
anon_sym_DASH_GT,
STATE(586), 1,
sym_argument_list,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1521), 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(1517), 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_GT_GT_GT,
anon_sym_COLON,
ACTIONS(1513), 15,
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_when,
[3805] = 13,
ACTIONS(1515), 1,
anon_sym_LPAREN,
ACTIONS(1523), 1,
anon_sym_LT,
ACTIONS(1531), 1,
anon_sym_DOT,
ACTIONS(1535), 1,
anon_sym_AT,
ACTIONS(1606), 1,
anon_sym_DASH_GT,
ACTIONS(1678), 1,
anon_sym_EQ,
STATE(586), 1,
sym_argument_list,
STATE(820), 1,
sym_type_arguments,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1528), 2,
anon_sym_LBRACK,
anon_sym_COLON_COLON,
ACTIONS(1513), 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_instanceof,
anon_sym_QMARK,
anon_sym_PLUS_PLUS,
anon_sym_DASH_DASH,
ACTIONS(1680), 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(1517), 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_COLON,
[3878] = 9,
ACTIONS(1515), 1,
anon_sym_LPAREN,
ACTIONS(1519), 1,
anon_sym_EQ,
ACTIONS(1526), 1,
anon_sym_DASH_GT,
ACTIONS(1611), 1,
anon_sym_COLON,
STATE(586), 1,
sym_argument_list,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1521), 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(1517), 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(1513), 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_QMARK,
anon_sym_PLUS_PLUS,
anon_sym_DASH_DASH,
anon_sym_LBRACK,
anon_sym_DOT,
anon_sym_COLON_COLON,
anon_sym_SEMI,
[3942] = 9,
ACTIONS(1697), 1,
anon_sym_AT,
ACTIONS(1732), 1,
anon_sym_LBRACK,
STATE(497), 1,
aux_sym_dimensions_repeat1,
STATE(589), 1,
sym_dimensions,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(487), 2,
sym_dimensions_expr,
aux_sym_array_creation_expression_repeat2,
STATE(1122), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
ACTIONS(1730), 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(1728), 24,
anon_sym_RBRACE,
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_when,
anon_sym_SEMI,
[4006] = 4,
ACTIONS(1734), 1,
anon_sym_module,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(564), 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_COLON,
ACTIONS(566), 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,
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,
anon_sym_LBRACK,
anon_sym_DOT,
anon_sym_COLON_COLON,
anon_sym_SEMI,
[4060] = 9,
ACTIONS(1697), 1,
anon_sym_AT,
ACTIONS(1732), 1,
anon_sym_LBRACK,
STATE(497), 1,
aux_sym_dimensions_repeat1,
STATE(604), 1,
sym_dimensions,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(487), 2,
sym_dimensions_expr,
aux_sym_array_creation_expression_repeat2,
STATE(1122), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
ACTIONS(1738), 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(1736), 24,
anon_sym_RBRACE,
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_when,
anon_sym_SEMI,
[4124] = 4,
ACTIONS(1740), 1,
sym_identifier,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(564), 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_instanceof,
anon_sym_COLON,
ACTIONS(566), 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,
[4178] = 20,
ACTIONS(586), 1,
anon_sym_RPAREN,
ACTIONS(590), 1,
anon_sym_AT,
ACTIONS(596), 1,
anon_sym_non_DASHsealed,
ACTIONS(1596), 1,
sym_identifier,
STATE(765), 1,
sym_scoped_type_identifier,
STATE(836), 1,
sym_generic_type,
STATE(901), 1,
sym__unannotated_type,
STATE(904), 1,
aux_sym_array_creation_expression_repeat1,
STATE(959), 1,
sym_modifiers,
STATE(1402), 1,
sym_receiver_parameter,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(89), 2,
anon_sym_float,
anon_sym_double,
ACTIONS(91), 2,
sym_boolean_type,
sym_void_type,
STATE(1310), 2,
sym_formal_parameter,
sym_spread_parameter,
ACTIONS(592), 3,
anon_sym_public,
anon_sym_protected,
anon_sym_private,
STATE(690), 3,
sym_visibility,
sym__modifier,
aux_sym_modifiers_repeat1,
STATE(764), 3,
sym__annotation,
sym_marker_annotation,
sym_annotation,
STATE(844), 3,
sym_array_type,
sym_integral_type,
sym_floating_point_type,
ACTIONS(87), 5,
anon_sym_byte,
anon_sym_short,
anon_sym_int,
anon_sym_long,
anon_sym_char,
ACTIONS(588), 10,
anon_sym_default,
anon_sym_synchronized,
anon_sym_static,
anon_sym_abstract,
anon_sym_final,
anon_sym_strictfp,
anon_sym_native,
anon_sym_transient,
anon_sym_volatile,
anon_sym_sealed,
[4264] = 9,
ACTIONS(1515), 1,
anon_sym_LPAREN,
ACTIONS(1519), 1,
anon_sym_EQ,
ACTIONS(1526), 1,
anon_sym_DASH_GT,
ACTIONS(1609), 1,
anon_sym_COLON,
STATE(586), 1,
sym_argument_list,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1521), 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(1517), 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(1513), 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_QMARK,
anon_sym_PLUS_PLUS,
anon_sym_DASH_DASH,
anon_sym_LBRACK,
anon_sym_DOT,
anon_sym_COLON_COLON,
anon_sym_SEMI,
[4328] = 9,
ACTIONS(1515), 1,
anon_sym_LPAREN,
ACTIONS(1519), 1,
anon_sym_EQ,
ACTIONS(1526), 1,
anon_sym_DASH_GT,
ACTIONS(1613), 1,
anon_sym_COLON,
STATE(586), 1,
sym_argument_list,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1521), 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(1517), 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(1513), 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_QMARK,
anon_sym_PLUS_PLUS,
anon_sym_DASH_DASH,
anon_sym_LBRACK,
anon_sym_DOT,
anon_sym_COLON_COLON,
anon_sym_SEMI,
[4392] = 7,
ACTIONS(1746), 1,
anon_sym_LBRACK,
ACTIONS(1749), 1,
anon_sym_AT,
STATE(459), 1,
aux_sym_dimensions_repeat1,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(1121), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
ACTIONS(1742), 16,
anon_sym_AMP,
anon_sym_GT,
anon_sym_LT,
anon_sym_DASH,
anon_sym_SLASH,
anon_sym_PIPE,
anon_sym_GT_GT,
anon_sym_instanceof,
anon_sym_when,
anon_sym_yield,
anon_sym_open,
anon_sym_module,
anon_sym_with,
anon_sym_sealed,
anon_sym_record,
sym_identifier,
ACTIONS(1744), 20,
anon_sym_RBRACE,
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_PLUS,
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_RBRACK,
anon_sym_SEMI,
[4452] = 9,
ACTIONS(1697), 1,
anon_sym_AT,
ACTIONS(1732), 1,
anon_sym_LBRACK,
STATE(497), 1,
aux_sym_dimensions_repeat1,
STATE(579), 1,
sym_dimensions,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(487), 2,
sym_dimensions_expr,
aux_sym_array_creation_expression_repeat2,
STATE(1122), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
ACTIONS(1754), 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(1752), 24,
anon_sym_RBRACE,
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_when,
anon_sym_SEMI,
[4516] = 9,
ACTIONS(1697), 1,
anon_sym_AT,
ACTIONS(1732), 1,
anon_sym_LBRACK,
STATE(497), 1,
aux_sym_dimensions_repeat1,
STATE(583), 1,
sym_dimensions,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(487), 2,
sym_dimensions_expr,
aux_sym_array_creation_expression_repeat2,
STATE(1122), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
ACTIONS(1758), 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(1756), 24,
anon_sym_RBRACE,
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_when,
anon_sym_SEMI,
[4580] = 8,
ACTIONS(1515), 1,
anon_sym_LPAREN,
ACTIONS(1526), 1,
anon_sym_DASH_GT,
ACTIONS(1726), 1,
anon_sym_EQ,
STATE(586), 1,
sym_argument_list,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1521), 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(1517), 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(1513), 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_instanceof,
anon_sym_QMARK,
anon_sym_PLUS_PLUS,
anon_sym_DASH_DASH,
anon_sym_LBRACK,
anon_sym_DOT,
anon_sym_COLON_COLON,
[4641] = 5,
ACTIONS(1678), 1,
anon_sym_EQ,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1680), 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(1517), 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_GT_GT_GT,
anon_sym_COLON,
ACTIONS(1513), 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_instanceof,
anon_sym_DASH_GT,
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_when,
[4696] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1762), 9,
anon_sym_LPAREN,
anon_sym_LT,
anon_sym_COMMA,
anon_sym_LBRACK,
anon_sym_LBRACE,
anon_sym_SEMI,
anon_sym_AT,
anon_sym_non_DASHsealed,
anon_sym_DOT_DOT_DOT,
ACTIONS(1760), 33,
anon_sym_DOT,
anon_sym_class,
anon_sym_default,
anon_sym_synchronized,
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_final,
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,
[4747] = 8,
ACTIONS(1515), 1,
anon_sym_LPAREN,
ACTIONS(1606), 1,
anon_sym_DASH_GT,
ACTIONS(1678), 1,
anon_sym_EQ,
STATE(586), 1,
sym_argument_list,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1680), 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(1513), 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,
anon_sym_QMARK,
anon_sym_PLUS_PLUS,
anon_sym_DASH_DASH,
anon_sym_LBRACK,
anon_sym_DOT,
anon_sym_COLON_COLON,
ACTIONS(1517), 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_GT_GT_GT,
anon_sym_COLON,
[4808] = 8,
ACTIONS(1764), 1,
anon_sym_LPAREN,
ACTIONS(1766), 1,
anon_sym_LT,
ACTIONS(1769), 1,
anon_sym_DOT,
STATE(500), 1,
sym_type_arguments,
STATE(724), 1,
sym_record_pattern_body,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1511), 15,
anon_sym_AMP,
anon_sym_GT,
anon_sym_DASH,
anon_sym_SLASH,
anon_sym_PIPE,
anon_sym_GT_GT,
anon_sym_instanceof,
anon_sym_when,
anon_sym_yield,
anon_sym_open,
anon_sym_module,
anon_sym_with,
anon_sym_sealed,
anon_sym_record,
sym_identifier,
ACTIONS(1535), 22,
anon_sym_RBRACE,
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_PLUS,
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_LBRACK,
anon_sym_RBRACK,
anon_sym_SEMI,
anon_sym_AT,
[4869] = 8,
ACTIONS(1764), 1,
anon_sym_LPAREN,
ACTIONS(1775), 1,
anon_sym_LT,
ACTIONS(1778), 1,
anon_sym_DOT,
STATE(502), 1,
sym_type_arguments,
STATE(724), 1,
sym_record_pattern_body,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1771), 15,
anon_sym_AMP,
anon_sym_GT,
anon_sym_DASH,
anon_sym_SLASH,
anon_sym_PIPE,
anon_sym_GT_GT,
anon_sym_instanceof,
anon_sym_when,
anon_sym_yield,
anon_sym_open,
anon_sym_module,
anon_sym_with,
anon_sym_sealed,
anon_sym_record,
sym_identifier,
ACTIONS(1773), 22,
anon_sym_RBRACE,
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_PLUS,
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_LBRACK,
anon_sym_RBRACK,
anon_sym_SEMI,
anon_sym_AT,
[4930] = 17,
ACTIONS(590), 1,
anon_sym_AT,
ACTIONS(596), 1,
anon_sym_non_DASHsealed,
ACTIONS(1596), 1,
sym_identifier,
ACTIONS(1780), 1,
anon_sym_RPAREN,
STATE(765), 1,
sym_scoped_type_identifier,
STATE(836), 1,
sym_generic_type,
STATE(936), 1,
sym__unannotated_type,
STATE(959), 1,
sym_modifiers,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(89), 2,
anon_sym_float,
anon_sym_double,
ACTIONS(91), 2,
sym_boolean_type,
sym_void_type,
STATE(1284), 2,
sym_formal_parameter,
sym_spread_parameter,
ACTIONS(592), 3,
anon_sym_public,
anon_sym_protected,
anon_sym_private,
STATE(844), 3,
sym_array_type,
sym_integral_type,
sym_floating_point_type,
ACTIONS(87), 5,
anon_sym_byte,
anon_sym_short,
anon_sym_int,
anon_sym_long,
anon_sym_char,
STATE(690), 6,
sym__annotation,
sym_marker_annotation,
sym_annotation,
sym_visibility,
sym__modifier,
aux_sym_modifiers_repeat1,
ACTIONS(588), 10,
anon_sym_default,
anon_sym_synchronized,
anon_sym_static,
anon_sym_abstract,
anon_sym_final,
anon_sym_strictfp,
anon_sym_native,
anon_sym_transient,
anon_sym_volatile,
anon_sym_sealed,
[5008] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(835), 11,
sym_binary_integer_literal,
sym_decimal_floating_point_literal,
sym_character_literal,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
anon_sym_LPAREN,
anon_sym_TILDE,
anon_sym_BANG,
anon_sym_PLUS_PLUS,
anon_sym_DASH_DASH,
anon_sym_SEMI,
anon_sym_AT,
ACTIONS(837), 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,
[5058] = 9,
ACTIONS(1697), 1,
anon_sym_AT,
ACTIONS(1782), 1,
anon_sym_LBRACK,
STATE(511), 1,
aux_sym_dimensions_repeat1,
STATE(676), 1,
sym_dimensions,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(507), 2,
sym_dimensions_expr,
aux_sym_array_creation_expression_repeat2,
STATE(1129), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
ACTIONS(1738), 8,
anon_sym_AMP,
anon_sym_GT,
anon_sym_LT,
anon_sym_DASH,
anon_sym_SLASH,
anon_sym_PIPE,
anon_sym_GT_GT,
anon_sym_COLON,
ACTIONS(1736), 23,
anon_sym_RBRACE,
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_PLUS,
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_RBRACK,
anon_sym_DOT,
anon_sym_COLON_COLON,
anon_sym_when,
anon_sym_SEMI,
[5120] = 6,
ACTIONS(1764), 1,
anon_sym_LPAREN,
ACTIONS(1778), 1,
anon_sym_DOT,
STATE(724), 1,
sym_record_pattern_body,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1771), 16,
anon_sym_AMP,
anon_sym_GT,
anon_sym_LT,
anon_sym_DASH,
anon_sym_SLASH,
anon_sym_PIPE,
anon_sym_GT_GT,
anon_sym_instanceof,
anon_sym_when,
anon_sym_yield,
anon_sym_open,
anon_sym_module,
anon_sym_with,
anon_sym_sealed,
anon_sym_record,
sym_identifier,
ACTIONS(1773), 22,
anon_sym_RBRACE,
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_PLUS,
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_LBRACK,
anon_sym_RBRACK,
anon_sym_SEMI,
anon_sym_AT,
[5176] = 7,
ACTIONS(1788), 1,
anon_sym_LBRACK,
ACTIONS(1791), 1,
anon_sym_AT,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(487), 2,
sym_dimensions_expr,
aux_sym_array_creation_expression_repeat2,
STATE(1134), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
ACTIONS(1786), 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(1784), 24,
anon_sym_RBRACE,
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_when,
anon_sym_SEMI,
[5234] = 9,
ACTIONS(1697), 1,
anon_sym_AT,
ACTIONS(1782), 1,
anon_sym_LBRACK,
STATE(511), 1,
aux_sym_dimensions_repeat1,
STATE(626), 1,
sym_dimensions,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(507), 2,
sym_dimensions_expr,
aux_sym_array_creation_expression_repeat2,
STATE(1129), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
ACTIONS(1730), 8,
anon_sym_AMP,
anon_sym_GT,
anon_sym_LT,
anon_sym_DASH,
anon_sym_SLASH,
anon_sym_PIPE,
anon_sym_GT_GT,
anon_sym_COLON,
ACTIONS(1728), 23,
anon_sym_RBRACE,
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_PLUS,
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_RBRACK,
anon_sym_DOT,
anon_sym_COLON_COLON,
anon_sym_when,
anon_sym_SEMI,
[5296] = 9,
ACTIONS(1697), 1,
anon_sym_AT,
ACTIONS(1782), 1,
anon_sym_LBRACK,
STATE(511), 1,
aux_sym_dimensions_repeat1,
STATE(675), 1,
sym_dimensions,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(507), 2,
sym_dimensions_expr,
aux_sym_array_creation_expression_repeat2,
STATE(1129), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
ACTIONS(1754), 8,
anon_sym_AMP,
anon_sym_GT,
anon_sym_LT,
anon_sym_DASH,
anon_sym_SLASH,
anon_sym_PIPE,
anon_sym_GT_GT,
anon_sym_COLON,
ACTIONS(1752), 23,
anon_sym_RBRACE,
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_PLUS,
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_RBRACK,
anon_sym_DOT,
anon_sym_COLON_COLON,
anon_sym_when,
anon_sym_SEMI,
[5358] = 9,
ACTIONS(1697), 1,
anon_sym_AT,
ACTIONS(1782), 1,
anon_sym_LBRACK,
STATE(511), 1,
aux_sym_dimensions_repeat1,
STATE(653), 1,
sym_dimensions,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(507), 2,
sym_dimensions_expr,
aux_sym_array_creation_expression_repeat2,
STATE(1129), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
ACTIONS(1758), 8,
anon_sym_AMP,
anon_sym_GT,
anon_sym_LT,
anon_sym_DASH,
anon_sym_SLASH,
anon_sym_PIPE,
anon_sym_GT_GT,
anon_sym_COLON,
ACTIONS(1756), 23,
anon_sym_RBRACE,
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_PLUS,
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_RBRACK,
anon_sym_DOT,
anon_sym_COLON_COLON,
anon_sym_when,
anon_sym_SEMI,
[5420] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1255), 11,
sym_binary_integer_literal,
sym_decimal_floating_point_literal,
sym_character_literal,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
anon_sym_LPAREN,
anon_sym_TILDE,
anon_sym_BANG,
anon_sym_PLUS_PLUS,
anon_sym_DASH_DASH,
anon_sym_SEMI,
anon_sym_AT,
ACTIONS(1257), 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,
[5470] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1794), 16,
anon_sym_AMP,
anon_sym_GT,
anon_sym_LT,
anon_sym_DASH,
anon_sym_SLASH,
anon_sym_PIPE,
anon_sym_GT_GT,
anon_sym_instanceof,
anon_sym_when,
anon_sym_yield,
anon_sym_open,
anon_sym_module,
anon_sym_with,
anon_sym_sealed,
anon_sym_record,
sym_identifier,
ACTIONS(1796), 24,
anon_sym_RBRACE,
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_PLUS,
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_LBRACK,
anon_sym_RBRACK,
anon_sym_DOT,
anon_sym_SEMI,
anon_sym_AT,
[5519] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1798), 16,
anon_sym_AMP,
anon_sym_GT,
anon_sym_LT,
anon_sym_DASH,
anon_sym_SLASH,
anon_sym_PIPE,
anon_sym_GT_GT,
anon_sym_instanceof,
anon_sym_when,
anon_sym_yield,
anon_sym_open,
anon_sym_module,
anon_sym_with,
anon_sym_sealed,
anon_sym_record,
sym_identifier,
ACTIONS(1800), 24,
anon_sym_RBRACE,
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_PLUS,
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_LBRACK,
anon_sym_RBRACK,
anon_sym_DOT,
anon_sym_SEMI,
anon_sym_AT,
[5568] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1802), 16,
anon_sym_AMP,
anon_sym_GT,
anon_sym_LT,
anon_sym_DASH,
anon_sym_SLASH,
anon_sym_PIPE,
anon_sym_GT_GT,
anon_sym_instanceof,
anon_sym_when,
anon_sym_yield,
anon_sym_open,
anon_sym_module,
anon_sym_with,
anon_sym_sealed,
anon_sym_record,
sym_identifier,
ACTIONS(1804), 24,
anon_sym_RBRACE,
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_PLUS,
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_LBRACK,
anon_sym_RBRACK,
anon_sym_DOT,
anon_sym_SEMI,
anon_sym_AT,
[5617] = 16,
ACTIONS(590), 1,
anon_sym_AT,
ACTIONS(596), 1,
anon_sym_non_DASHsealed,
ACTIONS(1596), 1,
sym_identifier,
STATE(765), 1,
sym_scoped_type_identifier,
STATE(836), 1,
sym_generic_type,
STATE(936), 1,
sym__unannotated_type,
STATE(959), 1,
sym_modifiers,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(89), 2,
anon_sym_float,
anon_sym_double,
ACTIONS(91), 2,
sym_boolean_type,
sym_void_type,
STATE(1414), 2,
sym_formal_parameter,
sym_spread_parameter,
ACTIONS(592), 3,
anon_sym_public,
anon_sym_protected,
anon_sym_private,
STATE(844), 3,
sym_array_type,
sym_integral_type,
sym_floating_point_type,
ACTIONS(87), 5,
anon_sym_byte,
anon_sym_short,
anon_sym_int,
anon_sym_long,
anon_sym_char,
STATE(690), 6,
sym__annotation,
sym_marker_annotation,
sym_annotation,
sym_visibility,
sym__modifier,
aux_sym_modifiers_repeat1,
ACTIONS(588), 10,
anon_sym_default,
anon_sym_synchronized,
anon_sym_static,
anon_sym_abstract,
anon_sym_final,
anon_sym_strictfp,
anon_sym_native,
anon_sym_transient,
anon_sym_volatile,
anon_sym_sealed,
[5692] = 17,
ACTIONS(590), 1,
anon_sym_AT,
ACTIONS(596), 1,
anon_sym_non_DASHsealed,
ACTIONS(1596), 1,
sym_identifier,
STATE(765), 1,
sym_scoped_type_identifier,
STATE(836), 1,
sym_generic_type,
STATE(946), 1,
sym__unannotated_type,
STATE(953), 1,
sym_modifiers,
STATE(1037), 1,
sym_catch_type,
STATE(1524), 1,
sym_catch_formal_parameter,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(89), 2,
anon_sym_float,
anon_sym_double,
ACTIONS(91), 2,
sym_boolean_type,
sym_void_type,
ACTIONS(592), 3,
anon_sym_public,
anon_sym_protected,
anon_sym_private,
STATE(844), 3,
sym_array_type,
sym_integral_type,
sym_floating_point_type,
ACTIONS(87), 5,
anon_sym_byte,
anon_sym_short,
anon_sym_int,
anon_sym_long,
anon_sym_char,
STATE(690), 6,
sym__annotation,
sym_marker_annotation,
sym_annotation,
sym_visibility,
sym__modifier,
aux_sym_modifiers_repeat1,
ACTIONS(588), 10,
anon_sym_default,
anon_sym_synchronized,
anon_sym_static,
anon_sym_abstract,
anon_sym_final,
anon_sym_strictfp,
anon_sym_native,
anon_sym_transient,
anon_sym_volatile,
anon_sym_sealed,
[5769] = 7,
ACTIONS(1697), 1,
anon_sym_AT,
ACTIONS(1806), 1,
anon_sym_LBRACK,
STATE(505), 1,
aux_sym_dimensions_repeat1,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(1128), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
ACTIONS(1742), 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(1744), 24,
anon_sym_RBRACE,
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_when,
anon_sym_SEMI,
[5826] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1707), 17,
anon_sym_AMP,
anon_sym_GT,
anon_sym_LT,
anon_sym_DASH,
anon_sym_SLASH,
anon_sym_PIPE,
anon_sym_GT_GT,
anon_sym_instanceof,
anon_sym_COLON,
anon_sym_when,
anon_sym_yield,
anon_sym_open,
anon_sym_module,
anon_sym_with,
anon_sym_sealed,
anon_sym_record,
sym_identifier,
ACTIONS(1709), 23,
anon_sym_RBRACE,
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_PLUS,
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_LBRACK,
anon_sym_RBRACK,
anon_sym_DOT,
anon_sym_COLON_COLON,
anon_sym_SEMI,
anon_sym_AT,
[5875] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1809), 17,
anon_sym_AMP,
anon_sym_GT,
anon_sym_LT,
anon_sym_DASH,
anon_sym_SLASH,
anon_sym_PIPE,
anon_sym_GT_GT,
anon_sym_instanceof,
anon_sym_COLON,
anon_sym_when,
anon_sym_yield,
anon_sym_open,
anon_sym_module,
anon_sym_with,
anon_sym_sealed,
anon_sym_record,
sym_identifier,
ACTIONS(1811), 23,
anon_sym_RBRACE,
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_PLUS,
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_LBRACK,
anon_sym_RBRACK,
anon_sym_DOT,
anon_sym_COLON_COLON,
anon_sym_SEMI,
anon_sym_AT,
[5924] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1813), 16,
anon_sym_AMP,
anon_sym_GT,
anon_sym_LT,
anon_sym_DASH,
anon_sym_SLASH,
anon_sym_PIPE,
anon_sym_GT_GT,
anon_sym_instanceof,
anon_sym_when,
anon_sym_yield,
anon_sym_open,
anon_sym_module,
anon_sym_with,
anon_sym_sealed,
anon_sym_record,
sym_identifier,
ACTIONS(1815), 24,
anon_sym_RBRACE,
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_PLUS,
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_LBRACK,
anon_sym_RBRACK,
anon_sym_DOT,
anon_sym_SEMI,
anon_sym_AT,
[5973] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1817), 16,
anon_sym_AMP,
anon_sym_GT,
anon_sym_LT,
anon_sym_DASH,
anon_sym_SLASH,
anon_sym_PIPE,
anon_sym_GT_GT,
anon_sym_instanceof,
anon_sym_when,
anon_sym_yield,
anon_sym_open,
anon_sym_module,
anon_sym_with,
anon_sym_sealed,
anon_sym_record,
sym_identifier,
ACTIONS(1819), 24,
anon_sym_RBRACE,
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_PLUS,
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_LBRACK,
anon_sym_RBRACK,
anon_sym_DOT,
anon_sym_SEMI,
anon_sym_AT,
[6022] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1821), 16,
anon_sym_AMP,
anon_sym_GT,
anon_sym_LT,
anon_sym_DASH,
anon_sym_SLASH,
anon_sym_PIPE,
anon_sym_GT_GT,
anon_sym_instanceof,
anon_sym_when,
anon_sym_yield,
anon_sym_open,
anon_sym_module,
anon_sym_with,
anon_sym_sealed,
anon_sym_record,
sym_identifier,
ACTIONS(1823), 24,
anon_sym_RBRACE,
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_PLUS,
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_LBRACK,
anon_sym_RBRACK,
anon_sym_DOT,
anon_sym_SEMI,
anon_sym_AT,
[6071] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1825), 16,
anon_sym_AMP,
anon_sym_GT,
anon_sym_LT,
anon_sym_DASH,
anon_sym_SLASH,
anon_sym_PIPE,
anon_sym_GT_GT,
anon_sym_instanceof,
anon_sym_when,
anon_sym_yield,
anon_sym_open,
anon_sym_module,
anon_sym_with,
anon_sym_sealed,
anon_sym_record,
sym_identifier,
ACTIONS(1827), 24,
anon_sym_RBRACE,
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_PLUS,
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_LBRACK,
anon_sym_RBRACK,
anon_sym_DOT,
anon_sym_SEMI,
anon_sym_AT,
[6120] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1829), 16,
anon_sym_AMP,
anon_sym_GT,
anon_sym_LT,
anon_sym_DASH,
anon_sym_SLASH,
anon_sym_PIPE,
anon_sym_GT_GT,
anon_sym_instanceof,
anon_sym_when,
anon_sym_yield,
anon_sym_open,
anon_sym_module,
anon_sym_with,
anon_sym_sealed,
anon_sym_record,
sym_identifier,
ACTIONS(1831), 24,
anon_sym_RBRACE,
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_PLUS,
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_LBRACK,
anon_sym_RBRACK,
anon_sym_DOT,
anon_sym_SEMI,
anon_sym_AT,
[6169] = 7,
ACTIONS(1714), 1,
anon_sym_AT,
ACTIONS(1833), 1,
anon_sym_LBRACK,
STATE(505), 1,
aux_sym_dimensions_repeat1,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(1128), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
ACTIONS(1707), 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(1709), 24,
anon_sym_RBRACE,
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_when,
anon_sym_SEMI,
[6226] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1836), 16,
anon_sym_AMP,
anon_sym_GT,
anon_sym_LT,
anon_sym_DASH,
anon_sym_SLASH,
anon_sym_PIPE,
anon_sym_GT_GT,
anon_sym_instanceof,
anon_sym_when,
anon_sym_yield,
anon_sym_open,
anon_sym_module,
anon_sym_with,
anon_sym_sealed,
anon_sym_record,
sym_identifier,
ACTIONS(1838), 24,
anon_sym_RBRACE,
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_PLUS,
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_LBRACK,
anon_sym_RBRACK,
anon_sym_DOT,
anon_sym_SEMI,
anon_sym_AT,
[6275] = 7,
ACTIONS(1791), 1,
anon_sym_AT,
ACTIONS(1840), 1,
anon_sym_LBRACK,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(507), 2,
sym_dimensions_expr,
aux_sym_array_creation_expression_repeat2,
STATE(1126), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
ACTIONS(1786), 8,
anon_sym_AMP,
anon_sym_GT,
anon_sym_LT,
anon_sym_DASH,
anon_sym_SLASH,
anon_sym_PIPE,
anon_sym_GT_GT,
anon_sym_COLON,
ACTIONS(1784), 23,
anon_sym_RBRACE,
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_PLUS,
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_RBRACK,
anon_sym_DOT,
anon_sym_COLON_COLON,
anon_sym_when,
anon_sym_SEMI,
[6331] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1771), 16,
anon_sym_AMP,
anon_sym_GT,
anon_sym_LT,
anon_sym_DASH,
anon_sym_SLASH,
anon_sym_PIPE,
anon_sym_GT_GT,
anon_sym_instanceof,
anon_sym_when,
anon_sym_yield,
anon_sym_open,
anon_sym_module,
anon_sym_with,
anon_sym_sealed,
anon_sym_record,
sym_identifier,
ACTIONS(1773), 22,
anon_sym_RBRACE,
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_PLUS,
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_LBRACK,
anon_sym_RBRACK,
anon_sym_SEMI,
anon_sym_AT,
[6378] = 6,
ACTIONS(1845), 1,
anon_sym_LPAREN,
ACTIONS(1849), 1,
anon_sym_DOT,
STATE(540), 1,
sym_annotation_argument_list,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1847), 5,
anon_sym_LT,
anon_sym_LBRACK,
anon_sym_AT,
anon_sym_non_DASHsealed,
anon_sym_DOT_DOT_DOT,
ACTIONS(1843), 30,
anon_sym_class,
anon_sym_default,
anon_sym_synchronized,
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_final,
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,
[6431] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1851), 16,
anon_sym_AMP,
anon_sym_GT,
anon_sym_LT,
anon_sym_DASH,
anon_sym_SLASH,
anon_sym_PIPE,
anon_sym_GT_GT,
anon_sym_instanceof,
anon_sym_when,
anon_sym_yield,
anon_sym_open,
anon_sym_module,
anon_sym_with,
anon_sym_sealed,
anon_sym_record,
sym_identifier,
ACTIONS(1853), 22,
anon_sym_RBRACE,
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_PLUS,
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_LBRACK,
anon_sym_RBRACK,
anon_sym_SEMI,
anon_sym_AT,
[6478] = 7,
ACTIONS(1697), 1,
anon_sym_AT,
ACTIONS(1746), 1,
anon_sym_LBRACK,
STATE(459), 1,
aux_sym_dimensions_repeat1,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(1121), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
ACTIONS(1742), 8,
anon_sym_AMP,
anon_sym_GT,
anon_sym_LT,
anon_sym_DASH,
anon_sym_SLASH,
anon_sym_PIPE,
anon_sym_GT_GT,
anon_sym_COLON,
ACTIONS(1744), 23,
anon_sym_RBRACE,
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_PLUS,
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_RBRACK,
anon_sym_DOT,
anon_sym_COLON_COLON,
anon_sym_when,
anon_sym_SEMI,
[6533] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1855), 16,
anon_sym_AMP,
anon_sym_GT,
anon_sym_LT,
anon_sym_DASH,
anon_sym_SLASH,
anon_sym_PIPE,
anon_sym_GT_GT,
anon_sym_instanceof,
anon_sym_when,
anon_sym_yield,
anon_sym_open,
anon_sym_module,
anon_sym_with,
anon_sym_sealed,
anon_sym_record,
sym_identifier,
ACTIONS(1857), 22,
anon_sym_RBRACE,
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_PLUS,
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_LBRACK,
anon_sym_RBRACK,
anon_sym_SEMI,
anon_sym_AT,
[6580] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1859), 16,
anon_sym_AMP,
anon_sym_GT,
anon_sym_LT,
anon_sym_DASH,
anon_sym_SLASH,
anon_sym_PIPE,
anon_sym_GT_GT,
anon_sym_instanceof,
anon_sym_when,
anon_sym_yield,
anon_sym_open,
anon_sym_module,
anon_sym_with,
anon_sym_sealed,
anon_sym_record,
sym_identifier,
ACTIONS(1861), 22,
anon_sym_RBRACE,
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_PLUS,
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_LBRACK,
anon_sym_RBRACK,
anon_sym_SEMI,
anon_sym_AT,
[6627] = 7,
ACTIONS(1868), 1,
anon_sym_AT,
ACTIONS(1874), 1,
anon_sym_non_DASHsealed,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1871), 3,
anon_sym_public,
anon_sym_protected,
anon_sym_private,
STATE(514), 6,
sym__annotation,
sym_marker_annotation,
sym_annotation,
sym_visibility,
sym__modifier,
aux_sym_modifiers_repeat1,
ACTIONS(1865), 10,
anon_sym_default,
anon_sym_synchronized,
anon_sym_static,
anon_sym_abstract,
anon_sym_final,
anon_sym_strictfp,
anon_sym_native,
anon_sym_transient,
anon_sym_volatile,
anon_sym_sealed,
ACTIONS(1863), 15,
anon_sym_yield,
anon_sym_open,
anon_sym_module,
anon_sym_with,
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_identifier,
[6680] = 5,
ACTIONS(1881), 1,
anon_sym_LBRACE,
STATE(597), 1,
sym_class_body,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1879), 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(1877), 25,
anon_sym_RBRACE,
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_when,
anon_sym_SEMI,
[6729] = 8,
ACTIONS(81), 1,
anon_sym_non_DASHsealed,
ACTIONS(1885), 1,
anon_sym_LT,
ACTIONS(1887), 1,
anon_sym_AT,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(77), 3,
anon_sym_public,
anon_sym_protected,
anon_sym_private,
STATE(519), 6,
sym__annotation,
sym_marker_annotation,
sym_annotation,
sym_visibility,
sym__modifier,
aux_sym_modifiers_repeat1,
ACTIONS(35), 10,
anon_sym_default,
anon_sym_synchronized,
anon_sym_static,
anon_sym_abstract,
anon_sym_final,
anon_sym_strictfp,
anon_sym_native,
anon_sym_transient,
anon_sym_volatile,
anon_sym_sealed,
ACTIONS(1883), 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,
[6784] = 5,
ACTIONS(1881), 1,
anon_sym_LBRACE,
STATE(552), 1,
sym_class_body,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1892), 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(1890), 25,
anon_sym_RBRACE,
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_when,
anon_sym_SEMI,
[6833] = 5,
ACTIONS(1881), 1,
anon_sym_LBRACE,
STATE(598), 1,
sym_class_body,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1896), 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(1894), 25,
anon_sym_RBRACE,
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_when,
anon_sym_SEMI,
[6882] = 8,
ACTIONS(1898), 1,
anon_sym_LT,
ACTIONS(1903), 1,
anon_sym_AT,
ACTIONS(1909), 1,
anon_sym_non_DASHsealed,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1906), 3,
anon_sym_public,
anon_sym_protected,
anon_sym_private,
STATE(519), 6,
sym__annotation,
sym_marker_annotation,
sym_annotation,
sym_visibility,
sym__modifier,
aux_sym_modifiers_repeat1,
ACTIONS(1900), 10,
anon_sym_default,
anon_sym_synchronized,
anon_sym_static,
anon_sym_abstract,
anon_sym_final,
anon_sym_strictfp,
anon_sym_native,
anon_sym_transient,
anon_sym_volatile,
anon_sym_sealed,
ACTIONS(1863), 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,
[6937] = 5,
ACTIONS(1881), 1,
anon_sym_LBRACE,
STATE(566), 1,
sym_class_body,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1914), 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(1912), 25,
anon_sym_RBRACE,
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_when,
anon_sym_SEMI,
[6986] = 5,
ACTIONS(1881), 1,
anon_sym_LBRACE,
STATE(575), 1,
sym_class_body,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1918), 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(1916), 25,
anon_sym_RBRACE,
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_when,
anon_sym_SEMI,
[7035] = 5,
ACTIONS(1881), 1,
anon_sym_LBRACE,
STATE(599), 1,
sym_class_body,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1922), 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(1920), 25,
anon_sym_RBRACE,
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_when,
anon_sym_SEMI,
[7084] = 8,
ACTIONS(590), 1,
anon_sym_AT,
ACTIONS(596), 1,
anon_sym_non_DASHsealed,
ACTIONS(1924), 1,
anon_sym_sealed,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(592), 3,
anon_sym_public,
anon_sym_protected,
anon_sym_private,
STATE(514), 6,
sym__annotation,
sym_marker_annotation,
sym_annotation,
sym_visibility,
sym__modifier,
aux_sym_modifiers_repeat1,
ACTIONS(588), 9,
anon_sym_default,
anon_sym_synchronized,
anon_sym_static,
anon_sym_abstract,
anon_sym_final,
anon_sym_strictfp,
anon_sym_native,
anon_sym_transient,
anon_sym_volatile,
ACTIONS(1883), 15,
anon_sym_yield,
anon_sym_open,
anon_sym_module,
anon_sym_with,
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_identifier,
[7139] = 11,
ACTIONS(1523), 1,
anon_sym_LT,
ACTIONS(1526), 1,
anon_sym_DASH_GT,
ACTIONS(1531), 1,
anon_sym_DOT,
ACTIONS(1535), 1,
anon_sym_AT,
ACTIONS(1927), 1,
anon_sym_LPAREN,
STATE(624), 1,
sym_argument_list,
STATE(820), 1,
sym_type_arguments,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1528), 2,
anon_sym_LBRACK,
anon_sym_COLON_COLON,
ACTIONS(1517), 7,
anon_sym_AMP,
anon_sym_GT,
anon_sym_DASH,
anon_sym_SLASH,
anon_sym_PIPE,
anon_sym_GT_GT,
anon_sym_COLON,
ACTIONS(1513), 20,
anon_sym_RBRACE,
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_PLUS,
anon_sym_STAR,
anon_sym_CARET,
anon_sym_PERCENT,
anon_sym_LT_LT,
anon_sym_GT_GT_GT,
anon_sym_instanceof,
anon_sym_COMMA,
anon_sym_QMARK,
anon_sym_RBRACK,
anon_sym_when,
anon_sym_SEMI,
[7200] = 5,
ACTIONS(1881), 1,
anon_sym_LBRACE,
STATE(572), 1,
sym_class_body,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1931), 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(1929), 25,
anon_sym_RBRACE,
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_when,
anon_sym_SEMI,
[7249] = 5,
ACTIONS(1881), 1,
anon_sym_LBRACE,
STATE(576), 1,
sym_class_body,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1935), 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(1933), 25,
anon_sym_RBRACE,
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_when,
anon_sym_SEMI,
[7298] = 5,
ACTIONS(1881), 1,
anon_sym_LBRACE,
STATE(580), 1,
sym_class_body,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1939), 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(1937), 25,
anon_sym_RBRACE,
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_when,
anon_sym_SEMI,
[7347] = 10,
ACTIONS(1523), 1,
anon_sym_LT,
ACTIONS(1531), 1,
anon_sym_DOT,
ACTIONS(1535), 1,
anon_sym_AT,
ACTIONS(1927), 1,
anon_sym_LPAREN,
STATE(624), 1,
sym_argument_list,
STATE(820), 1,
sym_type_arguments,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1528), 2,
anon_sym_LBRACK,
anon_sym_COLON_COLON,
ACTIONS(1517), 7,
anon_sym_AMP,
anon_sym_GT,
anon_sym_DASH,
anon_sym_SLASH,
anon_sym_PIPE,
anon_sym_GT_GT,
anon_sym_COLON,
ACTIONS(1513), 21,
anon_sym_RBRACE,
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_PLUS,
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_RBRACK,
anon_sym_when,
anon_sym_SEMI,
[7406] = 5,
ACTIONS(1881), 1,
anon_sym_LBRACE,
STATE(581), 1,
sym_class_body,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1943), 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(1941), 25,
anon_sym_RBRACE,
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_when,
anon_sym_SEMI,
[7455] = 5,
ACTIONS(1881), 1,
anon_sym_LBRACE,
STATE(588), 1,
sym_class_body,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1947), 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(1945), 25,
anon_sym_RBRACE,
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_when,
anon_sym_SEMI,
[7504] = 5,
ACTIONS(1881), 1,
anon_sym_LBRACE,
STATE(561), 1,
sym_class_body,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1951), 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(1949), 25,
anon_sym_RBRACE,
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_when,
anon_sym_SEMI,
[7553] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1955), 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(1953), 26,
anon_sym_RBRACE,
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_when,
anon_sym_SEMI,
[7597] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1959), 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(1957), 26,
anon_sym_RBRACE,
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_when,
anon_sym_SEMI,
anon_sym_AT,
[7641] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1804), 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(1802), 23,
anon_sym_new,
anon_sym_DOT,
sym_underscore_pattern,
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,
[7685] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1963), 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(1961), 26,
anon_sym_RBRACE,
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_when,
anon_sym_SEMI,
[7729] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1831), 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(1829), 23,
anon_sym_new,
anon_sym_DOT,
sym_underscore_pattern,
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,
[7773] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1809), 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(1811), 26,
anon_sym_RBRACE,
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_when,
anon_sym_SEMI,
anon_sym_AT,
[7817] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1967), 5,
anon_sym_LT,
anon_sym_LBRACK,
anon_sym_AT,
anon_sym_non_DASHsealed,
anon_sym_DOT_DOT_DOT,
ACTIONS(1965), 30,
anon_sym_class,
anon_sym_default,
anon_sym_synchronized,
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_final,
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,
[7861] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1971), 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(1969), 26,
anon_sym_RBRACE,
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_when,
anon_sym_SEMI,
anon_sym_AT,
[7905] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1975), 5,
anon_sym_LT,
anon_sym_LBRACK,
anon_sym_AT,
anon_sym_non_DASHsealed,
anon_sym_DOT_DOT_DOT,
ACTIONS(1973), 30,
anon_sym_class,
anon_sym_default,
anon_sym_synchronized,
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_final,
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,
[7949] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1979), 5,
anon_sym_LT,
anon_sym_LBRACK,
anon_sym_AT,
anon_sym_non_DASHsealed,
anon_sym_DOT_DOT_DOT,
ACTIONS(1977), 30,
anon_sym_class,
anon_sym_default,
anon_sym_synchronized,
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_final,
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,
[7993] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1983), 5,
anon_sym_LT,
anon_sym_LBRACK,
anon_sym_AT,
anon_sym_non_DASHsealed,
anon_sym_DOT_DOT_DOT,
ACTIONS(1981), 30,
anon_sym_class,
anon_sym_default,
anon_sym_synchronized,
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_final,
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,
[8037] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1796), 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(1794), 23,
anon_sym_new,
anon_sym_DOT,
sym_underscore_pattern,
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,
[8081] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1987), 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(1985), 26,
anon_sym_RBRACE,
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_when,
anon_sym_SEMI,
[8125] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1707), 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(1709), 26,
anon_sym_RBRACE,
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_when,
anon_sym_SEMI,
anon_sym_AT,
[8169] = 5,
ACTIONS(1989), 1,
anon_sym_LBRACE,
STATE(638), 1,
sym_class_body,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1918), 8,
anon_sym_AMP,
anon_sym_GT,
anon_sym_LT,
anon_sym_DASH,
anon_sym_SLASH,
anon_sym_PIPE,
anon_sym_GT_GT,
anon_sym_COLON,
ACTIONS(1916), 24,
anon_sym_RBRACE,
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_PLUS,
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_LBRACK,
anon_sym_RBRACK,
anon_sym_DOT,
anon_sym_COLON_COLON,
anon_sym_when,
anon_sym_SEMI,
[8216] = 5,
ACTIONS(1989), 1,
anon_sym_LBRACE,
STATE(660), 1,
sym_class_body,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1947), 8,
anon_sym_AMP,
anon_sym_GT,
anon_sym_LT,
anon_sym_DASH,
anon_sym_SLASH,
anon_sym_PIPE,
anon_sym_GT_GT,
anon_sym_COLON,
ACTIONS(1945), 24,
anon_sym_RBRACE,
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_PLUS,
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_LBRACK,
anon_sym_RBRACK,
anon_sym_DOT,
anon_sym_COLON_COLON,
anon_sym_when,
anon_sym_SEMI,
[8263] = 5,
ACTIONS(1989), 1,
anon_sym_LBRACE,
STATE(665), 1,
sym_class_body,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1951), 8,
anon_sym_AMP,
anon_sym_GT,
anon_sym_LT,
anon_sym_DASH,
anon_sym_SLASH,
anon_sym_PIPE,
anon_sym_GT_GT,
anon_sym_COLON,
ACTIONS(1949), 24,
anon_sym_RBRACE,
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_PLUS,
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_LBRACK,
anon_sym_RBRACK,
anon_sym_DOT,
anon_sym_COLON_COLON,
anon_sym_when,
anon_sym_SEMI,
[8310] = 5,
ACTIONS(1989), 1,
anon_sym_LBRACE,
STATE(671), 1,
sym_class_body,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1879), 8,
anon_sym_AMP,
anon_sym_GT,
anon_sym_LT,
anon_sym_DASH,
anon_sym_SLASH,
anon_sym_PIPE,
anon_sym_GT_GT,
anon_sym_COLON,
ACTIONS(1877), 24,
anon_sym_RBRACE,
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_PLUS,
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_LBRACK,
anon_sym_RBRACK,
anon_sym_DOT,
anon_sym_COLON_COLON,
anon_sym_when,
anon_sym_SEMI,
[8357] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1993), 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(1991), 25,
anon_sym_RBRACE,
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_when,
anon_sym_SEMI,
[8400] = 6,
ACTIONS(1526), 1,
anon_sym_DASH_GT,
ACTIONS(1927), 1,
anon_sym_LPAREN,
STATE(624), 1,
sym_argument_list,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1517), 8,
anon_sym_AMP,
anon_sym_GT,
anon_sym_LT,
anon_sym_DASH,
anon_sym_SLASH,
anon_sym_PIPE,
anon_sym_GT_GT,
anon_sym_COLON,
ACTIONS(1513), 23,
anon_sym_RBRACE,
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_PLUS,
anon_sym_STAR,
anon_sym_CARET,
anon_sym_PERCENT,
anon_sym_LT_LT,
anon_sym_GT_GT_GT,
anon_sym_instanceof,
anon_sym_COMMA,
anon_sym_QMARK,
anon_sym_LBRACK,
anon_sym_RBRACK,
anon_sym_DOT,
anon_sym_COLON_COLON,
anon_sym_when,
anon_sym_SEMI,
[8449] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1997), 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(1995), 25,
anon_sym_RBRACE,
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_when,
anon_sym_SEMI,
[8492] = 5,
ACTIONS(1989), 1,
anon_sym_LBRACE,
STATE(636), 1,
sym_class_body,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1914), 8,
anon_sym_AMP,
anon_sym_GT,
anon_sym_LT,
anon_sym_DASH,
anon_sym_SLASH,
anon_sym_PIPE,
anon_sym_GT_GT,
anon_sym_COLON,
ACTIONS(1912), 24,
anon_sym_RBRACE,
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_PLUS,
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_LBRACK,
anon_sym_RBRACK,
anon_sym_DOT,
anon_sym_COLON_COLON,
anon_sym_when,
anon_sym_SEMI,
[8539] = 5,
ACTIONS(1989), 1,
anon_sym_LBRACE,
STATE(637), 1,
sym_class_body,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1931), 8,
anon_sym_AMP,
anon_sym_GT,
anon_sym_LT,
anon_sym_DASH,
anon_sym_SLASH,
anon_sym_PIPE,
anon_sym_GT_GT,
anon_sym_COLON,
ACTIONS(1929), 24,
anon_sym_RBRACE,
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_PLUS,
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_LBRACK,
anon_sym_RBRACK,
anon_sym_DOT,
anon_sym_COLON_COLON,
anon_sym_when,
anon_sym_SEMI,
[8586] = 5,
ACTIONS(1989), 1,
anon_sym_LBRACE,
STATE(639), 1,
sym_class_body,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1939), 8,
anon_sym_AMP,
anon_sym_GT,
anon_sym_LT,
anon_sym_DASH,
anon_sym_SLASH,
anon_sym_PIPE,
anon_sym_GT_GT,
anon_sym_COLON,
ACTIONS(1937), 24,
anon_sym_RBRACE,
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_PLUS,
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_LBRACK,
anon_sym_RBRACK,
anon_sym_DOT,
anon_sym_COLON_COLON,
anon_sym_when,
anon_sym_SEMI,
[8633] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2001), 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(1999), 25,
anon_sym_RBRACE,
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_when,
anon_sym_SEMI,
[8676] = 5,
ACTIONS(1927), 1,
anon_sym_LPAREN,
STATE(646), 1,
sym_argument_list,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1668), 8,
anon_sym_AMP,
anon_sym_GT,
anon_sym_LT,
anon_sym_DASH,
anon_sym_SLASH,
anon_sym_PIPE,
anon_sym_GT_GT,
anon_sym_COLON,
ACTIONS(1666), 24,
anon_sym_RBRACE,
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_PLUS,
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_LBRACK,
anon_sym_RBRACK,
anon_sym_DOT,
anon_sym_COLON_COLON,
anon_sym_when,
anon_sym_SEMI,
[8723] = 5,
ACTIONS(1989), 1,
anon_sym_LBRACE,
STATE(649), 1,
sym_class_body,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1896), 8,
anon_sym_AMP,
anon_sym_GT,
anon_sym_LT,
anon_sym_DASH,
anon_sym_SLASH,
anon_sym_PIPE,
anon_sym_GT_GT,
anon_sym_COLON,
ACTIONS(1894), 24,
anon_sym_RBRACE,
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_PLUS,
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_LBRACK,
anon_sym_RBRACK,
anon_sym_DOT,
anon_sym_COLON_COLON,
anon_sym_when,
anon_sym_SEMI,
[8770] = 5,
ACTIONS(1989), 1,
anon_sym_LBRACE,
STATE(650), 1,
sym_class_body,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1922), 8,
anon_sym_AMP,
anon_sym_GT,
anon_sym_LT,
anon_sym_DASH,
anon_sym_SLASH,
anon_sym_PIPE,
anon_sym_GT_GT,
anon_sym_COLON,
ACTIONS(1920), 24,
anon_sym_RBRACE,
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_PLUS,
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_LBRACK,
anon_sym_RBRACK,
anon_sym_DOT,
anon_sym_COLON_COLON,
anon_sym_when,
anon_sym_SEMI,
[8817] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2005), 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(2003), 25,
anon_sym_RBRACE,
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_when,
anon_sym_SEMI,
[8860] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2009), 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(2007), 25,
anon_sym_RBRACE,
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_when,
anon_sym_SEMI,
[8903] = 7,
ACTIONS(2013), 1,
anon_sym_LBRACK,
ACTIONS(2015), 1,
anon_sym_DOT,
ACTIONS(2017), 1,
anon_sym_COLON_COLON,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2011), 2,
anon_sym_PLUS_PLUS,
anon_sym_DASH_DASH,
ACTIONS(642), 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(647), 20,
anon_sym_RBRACE,
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_RBRACK,
anon_sym_when,
anon_sym_SEMI,
[8954] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2021), 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(2019), 25,
anon_sym_RBRACE,
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_when,
anon_sym_SEMI,
[8997] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2025), 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(2023), 25,
anon_sym_RBRACE,
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_when,
anon_sym_SEMI,
[9040] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2029), 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(2027), 25,
anon_sym_RBRACE,
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_when,
anon_sym_SEMI,
[9083] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2033), 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(2031), 25,
anon_sym_RBRACE,
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_when,
anon_sym_SEMI,
[9126] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2037), 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(2035), 25,
anon_sym_RBRACE,
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_when,
anon_sym_SEMI,
[9169] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2041), 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(2039), 25,
anon_sym_RBRACE,
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_when,
anon_sym_SEMI,
[9212] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2045), 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(2043), 25,
anon_sym_RBRACE,
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_when,
anon_sym_SEMI,
[9255] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2049), 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(2047), 25,
anon_sym_RBRACE,
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_when,
anon_sym_SEMI,
[9298] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2053), 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(2051), 25,
anon_sym_RBRACE,
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_when,
anon_sym_SEMI,
[9341] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2057), 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(2055), 25,
anon_sym_RBRACE,
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_when,
anon_sym_SEMI,
[9384] = 7,
ACTIONS(2013), 1,
anon_sym_LBRACK,
ACTIONS(2015), 1,
anon_sym_DOT,
ACTIONS(2017), 1,
anon_sym_COLON_COLON,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2011), 2,
anon_sym_PLUS_PLUS,
anon_sym_DASH_DASH,
ACTIONS(2061), 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(2059), 20,
anon_sym_RBRACE,
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_RBRACK,
anon_sym_when,
anon_sym_SEMI,
[9435] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2065), 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(2063), 25,
anon_sym_RBRACE,
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_when,
anon_sym_SEMI,
[9478] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2069), 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(2067), 25,
anon_sym_RBRACE,
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_when,
anon_sym_SEMI,
[9521] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2073), 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(2071), 25,
anon_sym_RBRACE,
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_when,
anon_sym_SEMI,
[9564] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2077), 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(2075), 25,
anon_sym_RBRACE,
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_when,
anon_sym_SEMI,
[9607] = 5,
ACTIONS(1927), 1,
anon_sym_LPAREN,
STATE(624), 1,
sym_argument_list,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1517), 8,
anon_sym_AMP,
anon_sym_GT,
anon_sym_LT,
anon_sym_DASH,
anon_sym_SLASH,
anon_sym_PIPE,
anon_sym_GT_GT,
anon_sym_COLON,
ACTIONS(1513), 24,
anon_sym_RBRACE,
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_PLUS,
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_LBRACK,
anon_sym_RBRACK,
anon_sym_DOT,
anon_sym_COLON_COLON,
anon_sym_when,
anon_sym_SEMI,
[9654] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2081), 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(2079), 25,
anon_sym_RBRACE,
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_when,
anon_sym_SEMI,
[9697] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2085), 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(2083), 25,
anon_sym_RBRACE,
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_when,
anon_sym_SEMI,
[9740] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2089), 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(2087), 25,
anon_sym_RBRACE,
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_when,
anon_sym_SEMI,
[9783] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2093), 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(2091), 25,
anon_sym_RBRACE,
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_when,
anon_sym_SEMI,
[9826] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2097), 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(2095), 25,
anon_sym_RBRACE,
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_when,
anon_sym_SEMI,
[9869] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2101), 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(2099), 25,
anon_sym_RBRACE,
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_when,
anon_sym_SEMI,
[9912] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2105), 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(2103), 25,
anon_sym_RBRACE,
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_when,
anon_sym_SEMI,
[9955] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2109), 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(2107), 25,
anon_sym_RBRACE,
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_when,
anon_sym_SEMI,
[9998] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2113), 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(2111), 25,
anon_sym_RBRACE,
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_when,
anon_sym_SEMI,
[10041] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2117), 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(2115), 25,
anon_sym_RBRACE,
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_when,
anon_sym_SEMI,
[10084] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2121), 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(2119), 25,
anon_sym_RBRACE,
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_when,
anon_sym_SEMI,
[10127] = 5,
ACTIONS(1989), 1,
anon_sym_LBRACE,
STATE(673), 1,
sym_class_body,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1935), 8,
anon_sym_AMP,
anon_sym_GT,
anon_sym_LT,
anon_sym_DASH,
anon_sym_SLASH,
anon_sym_PIPE,
anon_sym_GT_GT,
anon_sym_COLON,
ACTIONS(1933), 24,
anon_sym_RBRACE,
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_PLUS,
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_LBRACK,
anon_sym_RBRACK,
anon_sym_DOT,
anon_sym_COLON_COLON,
anon_sym_when,
anon_sym_SEMI,
[10174] = 5,
ACTIONS(1989), 1,
anon_sym_LBRACE,
STATE(678), 1,
sym_class_body,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1943), 8,
anon_sym_AMP,
anon_sym_GT,
anon_sym_LT,
anon_sym_DASH,
anon_sym_SLASH,
anon_sym_PIPE,
anon_sym_GT_GT,
anon_sym_COLON,
ACTIONS(1941), 24,
anon_sym_RBRACE,
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_PLUS,
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_LBRACK,
anon_sym_RBRACK,
anon_sym_DOT,
anon_sym_COLON_COLON,
anon_sym_when,
anon_sym_SEMI,
[10221] = 5,
ACTIONS(1927), 1,
anon_sym_LPAREN,
STATE(670), 1,
sym_argument_list,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1672), 8,
anon_sym_AMP,
anon_sym_GT,
anon_sym_LT,
anon_sym_DASH,
anon_sym_SLASH,
anon_sym_PIPE,
anon_sym_GT_GT,
anon_sym_COLON,
ACTIONS(1670), 24,
anon_sym_RBRACE,
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_PLUS,
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_LBRACK,
anon_sym_RBRACK,
anon_sym_DOT,
anon_sym_COLON_COLON,
anon_sym_when,
anon_sym_SEMI,
[10268] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1517), 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(1513), 25,
anon_sym_RBRACE,
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_when,
anon_sym_SEMI,
[10311] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2125), 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(2123), 25,
anon_sym_RBRACE,
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_when,
anon_sym_SEMI,
[10354] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2129), 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(2127), 25,
anon_sym_RBRACE,
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_when,
anon_sym_SEMI,
[10397] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2133), 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(2131), 25,
anon_sym_RBRACE,
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_when,
anon_sym_SEMI,
[10440] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2137), 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(2135), 25,
anon_sym_RBRACE,
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_when,
anon_sym_SEMI,
[10483] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2141), 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(2139), 25,
anon_sym_RBRACE,
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_when,
anon_sym_SEMI,
[10526] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2145), 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(2143), 25,
anon_sym_RBRACE,
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_when,
anon_sym_SEMI,
[10569] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2149), 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(2147), 25,
anon_sym_RBRACE,
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_when,
anon_sym_SEMI,
[10612] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2153), 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(2151), 25,
anon_sym_RBRACE,
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_when,
anon_sym_SEMI,
[10655] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2157), 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(2155), 25,
anon_sym_RBRACE,
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_when,
anon_sym_SEMI,
[10698] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2161), 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(2159), 25,
anon_sym_RBRACE,
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_when,
anon_sym_SEMI,
[10741] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2165), 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(2163), 25,
anon_sym_RBRACE,
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_when,
anon_sym_SEMI,
[10784] = 5,
ACTIONS(1989), 1,
anon_sym_LBRACE,
STATE(677), 1,
sym_class_body,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1892), 8,
anon_sym_AMP,
anon_sym_GT,
anon_sym_LT,
anon_sym_DASH,
anon_sym_SLASH,
anon_sym_PIPE,
anon_sym_GT_GT,
anon_sym_COLON,
ACTIONS(1890), 24,
anon_sym_RBRACE,
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_PLUS,
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_LBRACK,
anon_sym_RBRACK,
anon_sym_DOT,
anon_sym_COLON_COLON,
anon_sym_when,
anon_sym_SEMI,
[10831] = 6,
ACTIONS(2167), 1,
anon_sym_LPAREN,
ACTIONS(2169), 1,
anon_sym_DOT,
STATE(705), 1,
sym_annotation_argument_list,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1847), 2,
anon_sym_AT,
anon_sym_non_DASHsealed,
ACTIONS(1843), 28,
anon_sym_default,
anon_sym_yield,
anon_sym_synchronized,
anon_sym_open,
anon_sym_module,
anon_sym_static,
anon_sym_with,
anon_sym_public,
anon_sym_protected,
anon_sym_private,
anon_sym_abstract,
anon_sym_final,
anon_sym_strictfp,
anon_sym_native,
anon_sym_transient,
anon_sym_volatile,
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_identifier,
[10879] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1963), 8,
anon_sym_AMP,
anon_sym_GT,
anon_sym_LT,
anon_sym_DASH,
anon_sym_SLASH,
anon_sym_PIPE,
anon_sym_GT_GT,
anon_sym_COLON,
ACTIONS(1961), 25,
anon_sym_RBRACE,
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_PLUS,
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_LBRACK,
anon_sym_RBRACK,
anon_sym_DOT,
anon_sym_COLON_COLON,
anon_sym_LBRACE,
anon_sym_when,
anon_sym_SEMI,
[10921] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2173), 6,
anon_sym_RBRACE,
anon_sym_LT,
anon_sym_LBRACE,
anon_sym_SEMI,
anon_sym_AT,
anon_sym_non_DASHsealed,
ACTIONS(2171), 27,
anon_sym_class,
anon_sym_default,
anon_sym_synchronized,
anon_sym_static,
anon_sym_enum,
anon_sym_public,
anon_sym_protected,
anon_sym_private,
anon_sym_abstract,
anon_sym_final,
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,
[10963] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2177), 6,
anon_sym_RBRACE,
anon_sym_LT,
anon_sym_LBRACE,
anon_sym_SEMI,
anon_sym_AT,
anon_sym_non_DASHsealed,
ACTIONS(2175), 27,
anon_sym_class,
anon_sym_default,
anon_sym_synchronized,
anon_sym_static,
anon_sym_enum,
anon_sym_public,
anon_sym_protected,
anon_sym_private,
anon_sym_abstract,
anon_sym_final,
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,
[11005] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2181), 6,
anon_sym_RBRACE,
anon_sym_LT,
anon_sym_LBRACE,
anon_sym_SEMI,
anon_sym_AT,
anon_sym_non_DASHsealed,
ACTIONS(2179), 27,
anon_sym_class,
anon_sym_default,
anon_sym_synchronized,
anon_sym_static,
anon_sym_enum,
anon_sym_public,
anon_sym_protected,
anon_sym_private,
anon_sym_abstract,
anon_sym_final,
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,
[11047] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2185), 6,
anon_sym_RBRACE,
anon_sym_LT,
anon_sym_LBRACE,
anon_sym_SEMI,
anon_sym_AT,
anon_sym_non_DASHsealed,
ACTIONS(2183), 27,
anon_sym_class,
anon_sym_default,
anon_sym_synchronized,
anon_sym_static,
anon_sym_enum,
anon_sym_public,
anon_sym_protected,
anon_sym_private,
anon_sym_abstract,
anon_sym_final,
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,
[11089] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2189), 6,
anon_sym_RBRACE,
anon_sym_LT,
anon_sym_LBRACE,
anon_sym_SEMI,
anon_sym_AT,
anon_sym_non_DASHsealed,
ACTIONS(2187), 27,
anon_sym_class,
anon_sym_default,
anon_sym_synchronized,
anon_sym_static,
anon_sym_enum,
anon_sym_public,
anon_sym_protected,
anon_sym_private,
anon_sym_abstract,
anon_sym_final,
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,
[11131] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1971), 8,
anon_sym_AMP,
anon_sym_GT,
anon_sym_LT,
anon_sym_DASH,
anon_sym_SLASH,
anon_sym_PIPE,
anon_sym_GT_GT,
anon_sym_COLON,
ACTIONS(1969), 25,
anon_sym_RBRACE,
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_PLUS,
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_LBRACK,
anon_sym_RBRACK,
anon_sym_DOT,
anon_sym_COLON_COLON,
anon_sym_when,
anon_sym_SEMI,
anon_sym_AT,
[11173] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1987), 8,
anon_sym_AMP,
anon_sym_GT,
anon_sym_LT,
anon_sym_DASH,
anon_sym_SLASH,
anon_sym_PIPE,
anon_sym_GT_GT,
anon_sym_COLON,
ACTIONS(1985), 25,
anon_sym_RBRACE,
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_PLUS,
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_LBRACK,
anon_sym_RBRACK,
anon_sym_DOT,
anon_sym_COLON_COLON,
anon_sym_LBRACE,
anon_sym_when,
anon_sym_SEMI,
[11215] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1955), 8,
anon_sym_AMP,
anon_sym_GT,
anon_sym_LT,
anon_sym_DASH,
anon_sym_SLASH,
anon_sym_PIPE,
anon_sym_GT_GT,
anon_sym_COLON,
ACTIONS(1953), 25,
anon_sym_RBRACE,
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_PLUS,
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_LBRACK,
anon_sym_RBRACK,
anon_sym_DOT,
anon_sym_COLON_COLON,
anon_sym_LBRACE,
anon_sym_when,
anon_sym_SEMI,
[11257] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2193), 6,
anon_sym_RBRACE,
anon_sym_LT,
anon_sym_LBRACE,
anon_sym_SEMI,
anon_sym_AT,
anon_sym_non_DASHsealed,
ACTIONS(2191), 27,
anon_sym_class,
anon_sym_default,
anon_sym_synchronized,
anon_sym_static,
anon_sym_enum,
anon_sym_public,
anon_sym_protected,
anon_sym_private,
anon_sym_abstract,
anon_sym_final,
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,
[11299] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2197), 6,
anon_sym_RBRACE,
anon_sym_LT,
anon_sym_LBRACE,
anon_sym_SEMI,
anon_sym_AT,
anon_sym_non_DASHsealed,
ACTIONS(2195), 27,
anon_sym_class,
anon_sym_default,
anon_sym_synchronized,
anon_sym_static,
anon_sym_enum,
anon_sym_public,
anon_sym_protected,
anon_sym_private,
anon_sym_abstract,
anon_sym_final,
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,
[11341] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2201), 6,
anon_sym_RBRACE,
anon_sym_LT,
anon_sym_LBRACE,
anon_sym_SEMI,
anon_sym_AT,
anon_sym_non_DASHsealed,
ACTIONS(2199), 27,
anon_sym_class,
anon_sym_default,
anon_sym_synchronized,
anon_sym_static,
anon_sym_enum,
anon_sym_public,
anon_sym_protected,
anon_sym_private,
anon_sym_abstract,
anon_sym_final,
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,
[11383] = 6,
ACTIONS(2210), 1,
anon_sym_AT,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2206), 2,
anon_sym_LT,
anon_sym_non_DASHsealed,
ACTIONS(2213), 3,
anon_sym_open,
anon_sym_module,
anon_sym_package,
ACTIONS(2203), 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(2208), 17,
anon_sym_class,
anon_sym_default,
anon_sym_synchronized,
anon_sym_static,
anon_sym_enum,
anon_sym_public,
anon_sym_protected,
anon_sym_private,
anon_sym_abstract,
anon_sym_final,
anon_sym_strictfp,
anon_sym_native,
anon_sym_transient,
anon_sym_volatile,
anon_sym_sealed,
anon_sym_record,
anon_sym_interface,
[11431] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2217), 6,
anon_sym_RBRACE,
anon_sym_LT,
anon_sym_LBRACE,
anon_sym_SEMI,
anon_sym_AT,
anon_sym_non_DASHsealed,
ACTIONS(2215), 27,
anon_sym_class,
anon_sym_default,
anon_sym_synchronized,
anon_sym_static,
anon_sym_enum,
anon_sym_public,
anon_sym_protected,
anon_sym_private,
anon_sym_abstract,
anon_sym_final,
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,
[11473] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2221), 6,
anon_sym_RBRACE,
anon_sym_LT,
anon_sym_LBRACE,
anon_sym_SEMI,
anon_sym_AT,
anon_sym_non_DASHsealed,
ACTIONS(2219), 27,
anon_sym_class,
anon_sym_default,
anon_sym_synchronized,
anon_sym_static,
anon_sym_enum,
anon_sym_public,
anon_sym_protected,
anon_sym_private,
anon_sym_abstract,
anon_sym_final,
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,
[11515] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2225), 6,
anon_sym_RBRACE,
anon_sym_LT,
anon_sym_LBRACE,
anon_sym_SEMI,
anon_sym_AT,
anon_sym_non_DASHsealed,
ACTIONS(2223), 27,
anon_sym_class,
anon_sym_default,
anon_sym_synchronized,
anon_sym_static,
anon_sym_enum,
anon_sym_public,
anon_sym_protected,
anon_sym_private,
anon_sym_abstract,
anon_sym_final,
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,
[11557] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1959), 8,
anon_sym_AMP,
anon_sym_GT,
anon_sym_LT,
anon_sym_DASH,
anon_sym_SLASH,
anon_sym_PIPE,
anon_sym_GT_GT,
anon_sym_COLON,
ACTIONS(1957), 25,
anon_sym_RBRACE,
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_PLUS,
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_LBRACK,
anon_sym_RBRACK,
anon_sym_DOT,
anon_sym_COLON_COLON,
anon_sym_when,
anon_sym_SEMI,
anon_sym_AT,
[11599] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2109), 8,
anon_sym_AMP,
anon_sym_GT,
anon_sym_LT,
anon_sym_DASH,
anon_sym_SLASH,
anon_sym_PIPE,
anon_sym_GT_GT,
anon_sym_COLON,
ACTIONS(2107), 24,
anon_sym_RBRACE,
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_PLUS,
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_LBRACK,
anon_sym_RBRACK,
anon_sym_DOT,
anon_sym_COLON_COLON,
anon_sym_when,
anon_sym_SEMI,
[11640] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2049), 8,
anon_sym_AMP,
anon_sym_GT,
anon_sym_LT,
anon_sym_DASH,
anon_sym_SLASH,
anon_sym_PIPE,
anon_sym_GT_GT,
anon_sym_COLON,
ACTIONS(2047), 24,
anon_sym_RBRACE,
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_PLUS,
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_LBRACK,
anon_sym_RBRACK,
anon_sym_DOT,
anon_sym_COLON_COLON,
anon_sym_when,
anon_sym_SEMI,
[11681] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2121), 8,
anon_sym_AMP,
anon_sym_GT,
anon_sym_LT,
anon_sym_DASH,
anon_sym_SLASH,
anon_sym_PIPE,
anon_sym_GT_GT,
anon_sym_COLON,
ACTIONS(2119), 24,
anon_sym_RBRACE,
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_PLUS,
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_LBRACK,
anon_sym_RBRACK,
anon_sym_DOT,
anon_sym_COLON_COLON,
anon_sym_when,
anon_sym_SEMI,
[11722] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2157), 8,
anon_sym_AMP,
anon_sym_GT,
anon_sym_LT,
anon_sym_DASH,
anon_sym_SLASH,
anon_sym_PIPE,
anon_sym_GT_GT,
anon_sym_COLON,
ACTIONS(2155), 24,
anon_sym_RBRACE,
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_PLUS,
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_LBRACK,
anon_sym_RBRACK,
anon_sym_DOT,
anon_sym_COLON_COLON,
anon_sym_when,
anon_sym_SEMI,
[11763] = 7,
ACTIONS(1714), 1,
anon_sym_AT,
ACTIONS(2227), 1,
anon_sym_LBRACK,
STATE(628), 1,
aux_sym_dimensions_repeat1,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(1119), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
ACTIONS(1709), 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(1707), 15,
anon_sym_COLON,
anon_sym_DOT,
anon_sym_default,
sym_underscore_pattern,
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] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(600), 8,
anon_sym_AMP,
anon_sym_GT,
anon_sym_LT,
anon_sym_DASH,
anon_sym_SLASH,
anon_sym_PIPE,
anon_sym_GT_GT,
anon_sym_COLON,
ACTIONS(598), 24,
anon_sym_RBRACE,
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_PLUS,
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_LBRACK,
anon_sym_RBRACK,
anon_sym_DOT,
anon_sym_COLON_COLON,
anon_sym_when,
anon_sym_SEMI,
[11853] = 13,
ACTIONS(2013), 1,
anon_sym_LBRACK,
ACTIONS(2015), 1,
anon_sym_DOT,
ACTIONS(2017), 1,
anon_sym_COLON_COLON,
ACTIONS(2230), 1,
anon_sym_DASH_GT,
ACTIONS(2232), 1,
anon_sym_COMMA,
ACTIONS(2234), 1,
anon_sym_COLON,
ACTIONS(2236), 1,
anon_sym_when,
STATE(1120), 1,
aux_sym_switch_label_repeat2,
STATE(1445), 1,
sym_guard,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2011), 2,
anon_sym_PLUS_PLUS,
anon_sym_DASH_DASH,
ACTIONS(642), 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(647), 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_STAR,
anon_sym_CARET,
anon_sym_PERCENT,
anon_sym_LT_LT,
anon_sym_GT_GT_GT,
anon_sym_instanceof,
anon_sym_QMARK,
[11914] = 6,
ACTIONS(2242), 1,
anon_sym_LBRACK,
ACTIONS(2244), 1,
anon_sym_DOT,
ACTIONS(2246), 1,
anon_sym_COLON_COLON,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2240), 8,
anon_sym_AMP,
anon_sym_GT,
anon_sym_LT,
anon_sym_DASH,
anon_sym_SLASH,
anon_sym_PIPE,
anon_sym_GT_GT,
anon_sym_COLON,
ACTIONS(2238), 21,
anon_sym_RBRACE,
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_PLUS,
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_RBRACK,
anon_sym_when,
anon_sym_SEMI,
[11961] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1668), 8,
anon_sym_AMP,
anon_sym_GT,
anon_sym_LT,
anon_sym_DASH,
anon_sym_SLASH,
anon_sym_PIPE,
anon_sym_GT_GT,
anon_sym_COLON,
ACTIONS(1666), 24,
anon_sym_RBRACE,
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_PLUS,
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_LBRACK,
anon_sym_RBRACK,
anon_sym_DOT,
anon_sym_COLON_COLON,
anon_sym_when,
anon_sym_SEMI,
[12002] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2021), 8,
anon_sym_AMP,
anon_sym_GT,
anon_sym_LT,
anon_sym_DASH,
anon_sym_SLASH,
anon_sym_PIPE,
anon_sym_GT_GT,
anon_sym_COLON,
ACTIONS(2019), 24,
anon_sym_RBRACE,
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_PLUS,
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_LBRACK,
anon_sym_RBRACK,
anon_sym_DOT,
anon_sym_COLON_COLON,
anon_sym_when,
anon_sym_SEMI,
[12043] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1687), 8,
anon_sym_AMP,
anon_sym_GT,
anon_sym_LT,
anon_sym_DASH,
anon_sym_SLASH,
anon_sym_PIPE,
anon_sym_GT_GT,
anon_sym_COLON,
ACTIONS(1685), 24,
anon_sym_RBRACE,
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_PLUS,
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_LBRACK,
anon_sym_RBRACK,
anon_sym_DOT,
anon_sym_COLON_COLON,
anon_sym_when,
anon_sym_SEMI,
[12084] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2029), 8,
anon_sym_AMP,
anon_sym_GT,
anon_sym_LT,
anon_sym_DASH,
anon_sym_SLASH,
anon_sym_PIPE,
anon_sym_GT_GT,
anon_sym_COLON,
ACTIONS(2027), 24,
anon_sym_RBRACE,
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_PLUS,
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_LBRACK,
anon_sym_RBRACK,
anon_sym_DOT,
anon_sym_COLON_COLON,
anon_sym_when,
anon_sym_SEMI,
[12125] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2033), 8,
anon_sym_AMP,
anon_sym_GT,
anon_sym_LT,
anon_sym_DASH,
anon_sym_SLASH,
anon_sym_PIPE,
anon_sym_GT_GT,
anon_sym_COLON,
ACTIONS(2031), 24,
anon_sym_RBRACE,
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_PLUS,
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_LBRACK,
anon_sym_RBRACK,
anon_sym_DOT,
anon_sym_COLON_COLON,
anon_sym_when,
anon_sym_SEMI,
[12166] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2057), 8,
anon_sym_AMP,
anon_sym_GT,
anon_sym_LT,
anon_sym_DASH,
anon_sym_SLASH,
anon_sym_PIPE,
anon_sym_GT_GT,
anon_sym_COLON,
ACTIONS(2055), 24,
anon_sym_RBRACE,
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_PLUS,
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_LBRACK,
anon_sym_RBRACK,
anon_sym_DOT,
anon_sym_COLON_COLON,
anon_sym_when,
anon_sym_SEMI,
[12207] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2069), 8,
anon_sym_AMP,
anon_sym_GT,
anon_sym_LT,
anon_sym_DASH,
anon_sym_SLASH,
anon_sym_PIPE,
anon_sym_GT_GT,
anon_sym_COLON,
ACTIONS(2067), 24,
anon_sym_RBRACE,
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_PLUS,
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_LBRACK,
anon_sym_RBRACK,
anon_sym_DOT,
anon_sym_COLON_COLON,
anon_sym_when,
anon_sym_SEMI,
[12248] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2085), 8,
anon_sym_AMP,
anon_sym_GT,
anon_sym_LT,
anon_sym_DASH,
anon_sym_SLASH,
anon_sym_PIPE,
anon_sym_GT_GT,
anon_sym_COLON,
ACTIONS(2083), 24,
anon_sym_RBRACE,
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_PLUS,
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_LBRACK,
anon_sym_RBRACK,
anon_sym_DOT,
anon_sym_COLON_COLON,
anon_sym_when,
anon_sym_SEMI,
[12289] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(604), 8,
anon_sym_AMP,
anon_sym_GT,
anon_sym_LT,
anon_sym_DASH,
anon_sym_SLASH,
anon_sym_PIPE,
anon_sym_GT_GT,
anon_sym_COLON,
ACTIONS(602), 24,
anon_sym_RBRACE,
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_PLUS,
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_LBRACK,
anon_sym_RBRACK,
anon_sym_DOT,
anon_sym_COLON_COLON,
anon_sym_when,
anon_sym_SEMI,
[12330] = 5,
ACTIONS(33), 1,
anon_sym_LBRACE,
STATE(610), 1,
sym_block,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1229), 3,
anon_sym_LT,
anon_sym_AT,
anon_sym_non_DASHsealed,
ACTIONS(1227), 27,
anon_sym_class,
anon_sym_default,
anon_sym_synchronized,
anon_sym_static,
anon_sym_enum,
anon_sym_public,
anon_sym_protected,
anon_sym_private,
anon_sym_abstract,
anon_sym_final,
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,
[12375] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2037), 8,
anon_sym_AMP,
anon_sym_GT,
anon_sym_LT,
anon_sym_DASH,
anon_sym_SLASH,
anon_sym_PIPE,
anon_sym_GT_GT,
anon_sym_COLON,
ACTIONS(2035), 24,
anon_sym_RBRACE,
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_PLUS,
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_LBRACK,
anon_sym_RBRACK,
anon_sym_DOT,
anon_sym_COLON_COLON,
anon_sym_when,
anon_sym_SEMI,
[12416] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2065), 8,
anon_sym_AMP,
anon_sym_GT,
anon_sym_LT,
anon_sym_DASH,
anon_sym_SLASH,
anon_sym_PIPE,
anon_sym_GT_GT,
anon_sym_COLON,
ACTIONS(2063), 24,
anon_sym_RBRACE,
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_PLUS,
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_LBRACK,
anon_sym_RBRACK,
anon_sym_DOT,
anon_sym_COLON_COLON,
anon_sym_when,
anon_sym_SEMI,
[12457] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2250), 5,
anon_sym_RBRACE,
anon_sym_LT,
anon_sym_SEMI,
anon_sym_AT,
anon_sym_non_DASHsealed,
ACTIONS(2248), 27,
anon_sym_class,
anon_sym_default,
anon_sym_synchronized,
anon_sym_static,
anon_sym_enum,
anon_sym_public,
anon_sym_protected,
anon_sym_private,
anon_sym_abstract,
anon_sym_final,
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,
[12498] = 5,
ACTIONS(796), 1,
anon_sym_LPAREN,
STATE(1436), 1,
sym_parenthesized_expression,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1229), 3,
anon_sym_LT,
anon_sym_AT,
anon_sym_non_DASHsealed,
ACTIONS(1227), 27,
anon_sym_class,
anon_sym_default,
anon_sym_synchronized,
anon_sym_static,
anon_sym_enum,
anon_sym_public,
anon_sym_protected,
anon_sym_private,
anon_sym_abstract,
anon_sym_final,
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,
[12543] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2113), 8,
anon_sym_AMP,
anon_sym_GT,
anon_sym_LT,
anon_sym_DASH,
anon_sym_SLASH,
anon_sym_PIPE,
anon_sym_GT_GT,
anon_sym_COLON,
ACTIONS(2111), 24,
anon_sym_RBRACE,
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_PLUS,
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_LBRACK,
anon_sym_RBRACK,
anon_sym_DOT,
anon_sym_COLON_COLON,
anon_sym_when,
anon_sym_SEMI,
[12584] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(580), 8,
anon_sym_AMP,
anon_sym_GT,
anon_sym_LT,
anon_sym_DASH,
anon_sym_SLASH,
anon_sym_PIPE,
anon_sym_GT_GT,
anon_sym_COLON,
ACTIONS(582), 24,
anon_sym_RBRACE,
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_PLUS,
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_LBRACK,
anon_sym_RBRACK,
anon_sym_DOT,
anon_sym_COLON_COLON,
anon_sym_when,
anon_sym_SEMI,
[12625] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2133), 8,
anon_sym_AMP,
anon_sym_GT,
anon_sym_LT,
anon_sym_DASH,
anon_sym_SLASH,
anon_sym_PIPE,
anon_sym_GT_GT,
anon_sym_COLON,
ACTIONS(2131), 24,
anon_sym_RBRACE,
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_PLUS,
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_LBRACK,
anon_sym_RBRACK,
anon_sym_DOT,
anon_sym_COLON_COLON,
anon_sym_when,
anon_sym_SEMI,
[12666] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2141), 8,
anon_sym_AMP,
anon_sym_GT,
anon_sym_LT,
anon_sym_DASH,
anon_sym_SLASH,
anon_sym_PIPE,
anon_sym_GT_GT,
anon_sym_COLON,
ACTIONS(2139), 24,
anon_sym_RBRACE,
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_PLUS,
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_LBRACK,
anon_sym_RBRACK,
anon_sym_DOT,
anon_sym_COLON_COLON,
anon_sym_when,
anon_sym_SEMI,
[12707] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2145), 8,
anon_sym_AMP,
anon_sym_GT,
anon_sym_LT,
anon_sym_DASH,
anon_sym_SLASH,
anon_sym_PIPE,
anon_sym_GT_GT,
anon_sym_COLON,
ACTIONS(2143), 24,
anon_sym_RBRACE,
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_PLUS,
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_LBRACK,
anon_sym_RBRACK,
anon_sym_DOT,
anon_sym_COLON_COLON,
anon_sym_when,
anon_sym_SEMI,
[12748] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2101), 8,
anon_sym_AMP,
anon_sym_GT,
anon_sym_LT,
anon_sym_DASH,
anon_sym_SLASH,
anon_sym_PIPE,
anon_sym_GT_GT,
anon_sym_COLON,
ACTIONS(2099), 24,
anon_sym_RBRACE,
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_PLUS,
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_LBRACK,
anon_sym_RBRACK,
anon_sym_DOT,
anon_sym_COLON_COLON,
anon_sym_when,
anon_sym_SEMI,
[12789] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2129), 8,
anon_sym_AMP,
anon_sym_GT,
anon_sym_LT,
anon_sym_DASH,
anon_sym_SLASH,
anon_sym_PIPE,
anon_sym_GT_GT,
anon_sym_COLON,
ACTIONS(2127), 24,
anon_sym_RBRACE,
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_PLUS,
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_LBRACK,
anon_sym_RBRACK,
anon_sym_DOT,
anon_sym_COLON_COLON,
anon_sym_when,
anon_sym_SEMI,
[12830] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2097), 8,
anon_sym_AMP,
anon_sym_GT,
anon_sym_LT,
anon_sym_DASH,
anon_sym_SLASH,
anon_sym_PIPE,
anon_sym_GT_GT,
anon_sym_COLON,
ACTIONS(2095), 24,
anon_sym_RBRACE,
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_PLUS,
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_LBRACK,
anon_sym_RBRACK,
anon_sym_DOT,
anon_sym_COLON_COLON,
anon_sym_when,
anon_sym_SEMI,
[12871] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1672), 8,
anon_sym_AMP,
anon_sym_GT,
anon_sym_LT,
anon_sym_DASH,
anon_sym_SLASH,
anon_sym_PIPE,
anon_sym_GT_GT,
anon_sym_COLON,
ACTIONS(1670), 24,
anon_sym_RBRACE,
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_PLUS,
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_LBRACK,
anon_sym_RBRACK,
anon_sym_DOT,
anon_sym_COLON_COLON,
anon_sym_when,
anon_sym_SEMI,
[12912] = 11,
ACTIONS(1523), 1,
anon_sym_LT,
ACTIONS(1531), 1,
anon_sym_DOT,
ACTIONS(1535), 1,
anon_sym_AT,
ACTIONS(1682), 1,
anon_sym_DASH_GT,
ACTIONS(1927), 1,
anon_sym_LPAREN,
STATE(624), 1,
sym_argument_list,
STATE(820), 1,
sym_type_arguments,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1528), 2,
anon_sym_LBRACK,
anon_sym_COLON_COLON,
ACTIONS(1517), 7,
anon_sym_AMP,
anon_sym_GT,
anon_sym_DASH,
anon_sym_SLASH,
anon_sym_PIPE,
anon_sym_GT_GT,
anon_sym_COLON,
ACTIONS(1513), 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_PLUS,
anon_sym_STAR,
anon_sym_CARET,
anon_sym_PERCENT,
anon_sym_LT_LT,
anon_sym_GT_GT_GT,
anon_sym_instanceof,
anon_sym_COMMA,
anon_sym_QMARK,
anon_sym_when,
[12969] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2105), 8,
anon_sym_AMP,
anon_sym_GT,
anon_sym_LT,
anon_sym_DASH,
anon_sym_SLASH,
anon_sym_PIPE,
anon_sym_GT_GT,
anon_sym_COLON,
ACTIONS(2103), 24,
anon_sym_RBRACE,
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_PLUS,
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_LBRACK,
anon_sym_RBRACK,
anon_sym_DOT,
anon_sym_COLON_COLON,
anon_sym_when,
anon_sym_SEMI,
[13010] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2025), 8,
anon_sym_AMP,
anon_sym_GT,
anon_sym_LT,
anon_sym_DASH,
anon_sym_SLASH,
anon_sym_PIPE,
anon_sym_GT_GT,
anon_sym_COLON,
ACTIONS(2023), 24,
anon_sym_RBRACE,
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_PLUS,
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_LBRACK,
anon_sym_RBRACK,
anon_sym_DOT,
anon_sym_COLON_COLON,
anon_sym_when,
anon_sym_SEMI,
[13051] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2041), 8,
anon_sym_AMP,
anon_sym_GT,
anon_sym_LT,
anon_sym_DASH,
anon_sym_SLASH,
anon_sym_PIPE,
anon_sym_GT_GT,
anon_sym_COLON,
ACTIONS(2039), 24,
anon_sym_RBRACE,
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_PLUS,
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_LBRACK,
anon_sym_RBRACK,
anon_sym_DOT,
anon_sym_COLON_COLON,
anon_sym_when,
anon_sym_SEMI,
[13092] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2045), 8,
anon_sym_AMP,
anon_sym_GT,
anon_sym_LT,
anon_sym_DASH,
anon_sym_SLASH,
anon_sym_PIPE,
anon_sym_GT_GT,
anon_sym_COLON,
ACTIONS(2043), 24,
anon_sym_RBRACE,
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_PLUS,
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_LBRACK,
anon_sym_RBRACK,
anon_sym_DOT,
anon_sym_COLON_COLON,
anon_sym_when,
anon_sym_SEMI,
[13133] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2117), 8,
anon_sym_AMP,
anon_sym_GT,
anon_sym_LT,
anon_sym_DASH,
anon_sym_SLASH,
anon_sym_PIPE,
anon_sym_GT_GT,
anon_sym_COLON,
ACTIONS(2115), 24,
anon_sym_RBRACE,
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_PLUS,
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_LBRACK,
anon_sym_RBRACK,
anon_sym_DOT,
anon_sym_COLON_COLON,
anon_sym_when,
anon_sym_SEMI,
[13174] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2053), 8,
anon_sym_AMP,
anon_sym_GT,
anon_sym_LT,
anon_sym_DASH,
anon_sym_SLASH,
anon_sym_PIPE,
anon_sym_GT_GT,
anon_sym_COLON,
ACTIONS(2051), 24,
anon_sym_RBRACE,
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_PLUS,
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_LBRACK,
anon_sym_RBRACK,
anon_sym_DOT,
anon_sym_COLON_COLON,
anon_sym_when,
anon_sym_SEMI,
[13215] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1517), 8,
anon_sym_AMP,
anon_sym_GT,
anon_sym_LT,
anon_sym_DASH,
anon_sym_SLASH,
anon_sym_PIPE,
anon_sym_GT_GT,
anon_sym_COLON,
ACTIONS(1513), 24,
anon_sym_RBRACE,
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_PLUS,
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_LBRACK,
anon_sym_RBRACK,
anon_sym_DOT,
anon_sym_COLON_COLON,
anon_sym_when,
anon_sym_SEMI,
[13256] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1993), 8,
anon_sym_AMP,
anon_sym_GT,
anon_sym_LT,
anon_sym_DASH,
anon_sym_SLASH,
anon_sym_PIPE,
anon_sym_GT_GT,
anon_sym_COLON,
ACTIONS(1991), 24,
anon_sym_RBRACE,
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_PLUS,
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_LBRACK,
anon_sym_RBRACK,
anon_sym_DOT,
anon_sym_COLON_COLON,
anon_sym_when,
anon_sym_SEMI,
[13297] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2149), 8,
anon_sym_AMP,
anon_sym_GT,
anon_sym_LT,
anon_sym_DASH,
anon_sym_SLASH,
anon_sym_PIPE,
anon_sym_GT_GT,
anon_sym_COLON,
ACTIONS(2147), 24,
anon_sym_RBRACE,
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_PLUS,
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_LBRACK,
anon_sym_RBRACK,
anon_sym_DOT,
anon_sym_COLON_COLON,
anon_sym_when,
anon_sym_SEMI,
[13338] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2009), 8,
anon_sym_AMP,
anon_sym_GT,
anon_sym_LT,
anon_sym_DASH,
anon_sym_SLASH,
anon_sym_PIPE,
anon_sym_GT_GT,
anon_sym_COLON,
ACTIONS(2007), 24,
anon_sym_RBRACE,
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_PLUS,
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_LBRACK,
anon_sym_RBRACK,
anon_sym_DOT,
anon_sym_COLON_COLON,
anon_sym_when,
anon_sym_SEMI,
[13379] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2005), 8,
anon_sym_AMP,
anon_sym_GT,
anon_sym_LT,
anon_sym_DASH,
anon_sym_SLASH,
anon_sym_PIPE,
anon_sym_GT_GT,
anon_sym_COLON,
ACTIONS(2003), 24,
anon_sym_RBRACE,
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_PLUS,
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_LBRACK,
anon_sym_RBRACK,
anon_sym_DOT,
anon_sym_COLON_COLON,
anon_sym_when,
anon_sym_SEMI,
[13420] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2001), 8,
anon_sym_AMP,
anon_sym_GT,
anon_sym_LT,
anon_sym_DASH,
anon_sym_SLASH,
anon_sym_PIPE,
anon_sym_GT_GT,
anon_sym_COLON,
ACTIONS(1999), 24,
anon_sym_RBRACE,
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_PLUS,
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_LBRACK,
anon_sym_RBRACK,
anon_sym_DOT,
anon_sym_COLON_COLON,
anon_sym_when,
anon_sym_SEMI,
[13461] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1762), 4,
anon_sym_LPAREN,
anon_sym_DOT,
anon_sym_AT,
anon_sym_non_DASHsealed,
ACTIONS(1760), 28,
anon_sym_default,
anon_sym_yield,
anon_sym_synchronized,
anon_sym_open,
anon_sym_module,
anon_sym_static,
anon_sym_with,
anon_sym_public,
anon_sym_protected,
anon_sym_private,
anon_sym_abstract,
anon_sym_final,
anon_sym_strictfp,
anon_sym_native,
anon_sym_transient,
anon_sym_volatile,
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_identifier,
[13502] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2254), 5,
anon_sym_RBRACE,
anon_sym_LT,
anon_sym_SEMI,
anon_sym_AT,
anon_sym_non_DASHsealed,
ACTIONS(2252), 27,
anon_sym_class,
anon_sym_default,
anon_sym_synchronized,
anon_sym_static,
anon_sym_enum,
anon_sym_public,
anon_sym_protected,
anon_sym_private,
anon_sym_abstract,
anon_sym_final,
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,
[13543] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2153), 8,
anon_sym_AMP,
anon_sym_GT,
anon_sym_LT,
anon_sym_DASH,
anon_sym_SLASH,
anon_sym_PIPE,
anon_sym_GT_GT,
anon_sym_COLON,
ACTIONS(2151), 24,
anon_sym_RBRACE,
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_PLUS,
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_LBRACK,
anon_sym_RBRACK,
anon_sym_DOT,
anon_sym_COLON_COLON,
anon_sym_when,
anon_sym_SEMI,
[13584] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2137), 8,
anon_sym_AMP,
anon_sym_GT,
anon_sym_LT,
anon_sym_DASH,
anon_sym_SLASH,
anon_sym_PIPE,
anon_sym_GT_GT,
anon_sym_COLON,
ACTIONS(2135), 24,
anon_sym_RBRACE,
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_PLUS,
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_LBRACK,
anon_sym_RBRACK,
anon_sym_DOT,
anon_sym_COLON_COLON,
anon_sym_when,
anon_sym_SEMI,
[13625] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2161), 8,
anon_sym_AMP,
anon_sym_GT,
anon_sym_LT,
anon_sym_DASH,
anon_sym_SLASH,
anon_sym_PIPE,
anon_sym_GT_GT,
anon_sym_COLON,
ACTIONS(2159), 24,
anon_sym_RBRACE,
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_PLUS,
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_LBRACK,
anon_sym_RBRACK,
anon_sym_DOT,
anon_sym_COLON_COLON,
anon_sym_when,
anon_sym_SEMI,
[13666] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2073), 8,
anon_sym_AMP,
anon_sym_GT,
anon_sym_LT,
anon_sym_DASH,
anon_sym_SLASH,
anon_sym_PIPE,
anon_sym_GT_GT,
anon_sym_COLON,
ACTIONS(2071), 24,
anon_sym_RBRACE,
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_PLUS,
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_LBRACK,
anon_sym_RBRACK,
anon_sym_DOT,
anon_sym_COLON_COLON,
anon_sym_when,
anon_sym_SEMI,
[13707] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2077), 8,
anon_sym_AMP,
anon_sym_GT,
anon_sym_LT,
anon_sym_DASH,
anon_sym_SLASH,
anon_sym_PIPE,
anon_sym_GT_GT,
anon_sym_COLON,
ACTIONS(2075), 24,
anon_sym_RBRACE,
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_PLUS,
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_LBRACK,
anon_sym_RBRACK,
anon_sym_DOT,
anon_sym_COLON_COLON,
anon_sym_when,
anon_sym_SEMI,
[13748] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2081), 8,
anon_sym_AMP,
anon_sym_GT,
anon_sym_LT,
anon_sym_DASH,
anon_sym_SLASH,
anon_sym_PIPE,
anon_sym_GT_GT,
anon_sym_COLON,
ACTIONS(2079), 24,
anon_sym_RBRACE,
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_PLUS,
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_LBRACK,
anon_sym_RBRACK,
anon_sym_DOT,
anon_sym_COLON_COLON,
anon_sym_when,
anon_sym_SEMI,
[13789] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2165), 8,
anon_sym_AMP,
anon_sym_GT,
anon_sym_LT,
anon_sym_DASH,
anon_sym_SLASH,
anon_sym_PIPE,
anon_sym_GT_GT,
anon_sym_COLON,
ACTIONS(2163), 24,
anon_sym_RBRACE,
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_PLUS,
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_LBRACK,
anon_sym_RBRACK,
anon_sym_DOT,
anon_sym_COLON_COLON,
anon_sym_when,
anon_sym_SEMI,
[13830] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1997), 8,
anon_sym_AMP,
anon_sym_GT,
anon_sym_LT,
anon_sym_DASH,
anon_sym_SLASH,
anon_sym_PIPE,
anon_sym_GT_GT,
anon_sym_COLON,
ACTIONS(1995), 24,
anon_sym_RBRACE,
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_PLUS,
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_LBRACK,
anon_sym_RBRACK,
anon_sym_DOT,
anon_sym_COLON_COLON,
anon_sym_when,
anon_sym_SEMI,
[13871] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2089), 8,
anon_sym_AMP,
anon_sym_GT,
anon_sym_LT,
anon_sym_DASH,
anon_sym_SLASH,
anon_sym_PIPE,
anon_sym_GT_GT,
anon_sym_COLON,
ACTIONS(2087), 24,
anon_sym_RBRACE,
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_PLUS,
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_LBRACK,
anon_sym_RBRACK,
anon_sym_DOT,
anon_sym_COLON_COLON,
anon_sym_when,
anon_sym_SEMI,
[13912] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2093), 8,
anon_sym_AMP,
anon_sym_GT,
anon_sym_LT,
anon_sym_DASH,
anon_sym_SLASH,
anon_sym_PIPE,
anon_sym_GT_GT,
anon_sym_COLON,
ACTIONS(2091), 24,
anon_sym_RBRACE,
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_PLUS,
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_LBRACK,
anon_sym_RBRACK,
anon_sym_DOT,
anon_sym_COLON_COLON,
anon_sym_when,
anon_sym_SEMI,
[13953] = 6,
ACTIONS(2242), 1,
anon_sym_LBRACK,
ACTIONS(2244), 1,
anon_sym_DOT,
ACTIONS(2246), 1,
anon_sym_COLON_COLON,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2258), 8,
anon_sym_AMP,
anon_sym_GT,
anon_sym_LT,
anon_sym_DASH,
anon_sym_SLASH,
anon_sym_PIPE,
anon_sym_GT_GT,
anon_sym_COLON,
ACTIONS(2256), 21,
anon_sym_RBRACE,
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_PLUS,
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_RBRACK,
anon_sym_when,
anon_sym_SEMI,
[14000] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2125), 8,
anon_sym_AMP,
anon_sym_GT,
anon_sym_LT,
anon_sym_DASH,
anon_sym_SLASH,
anon_sym_PIPE,
anon_sym_GT_GT,
anon_sym_COLON,
ACTIONS(2123), 24,
anon_sym_RBRACE,
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_PLUS,
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_LBRACK,
anon_sym_RBRACK,
anon_sym_DOT,
anon_sym_COLON_COLON,
anon_sym_when,
anon_sym_SEMI,
[14041] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2262), 4,
anon_sym_RBRACE,
anon_sym_SEMI,
anon_sym_AT,
anon_sym_non_DASHsealed,
ACTIONS(2260), 27,
anon_sym_class,
anon_sym_default,
anon_sym_synchronized,
anon_sym_static,
anon_sym_enum,
anon_sym_public,
anon_sym_protected,
anon_sym_private,
anon_sym_abstract,
anon_sym_final,
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,
[14081] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(636), 7,
anon_sym_AMP,
anon_sym_GT,
anon_sym_LT,
anon_sym_DASH,
anon_sym_SLASH,
anon_sym_PIPE,
anon_sym_GT_GT,
ACTIONS(634), 24,
anon_sym_RBRACE,
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_PLUS,
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_when,
anon_sym_SEMI,
anon_sym_while,
anon_sym_else,
[14121] = 12,
ACTIONS(2013), 1,
anon_sym_LBRACK,
ACTIONS(2015), 1,
anon_sym_DOT,
ACTIONS(2017), 1,
anon_sym_COLON_COLON,
ACTIONS(2234), 1,
anon_sym_COLON,
ACTIONS(2264), 1,
anon_sym_COMMA,
ACTIONS(2266), 1,
anon_sym_when,
STATE(1160), 1,
aux_sym_switch_label_repeat2,
STATE(1445), 1,
sym_guard,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2011), 2,
anon_sym_PLUS_PLUS,
anon_sym_DASH_DASH,
ACTIONS(642), 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(647), 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_STAR,
anon_sym_CARET,
anon_sym_PERCENT,
anon_sym_LT_LT,
anon_sym_GT_GT_GT,
anon_sym_instanceof,
anon_sym_QMARK,
[14179] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2270), 4,
anon_sym_RBRACE,
anon_sym_SEMI,
anon_sym_AT,
anon_sym_non_DASHsealed,
ACTIONS(2268), 27,
anon_sym_class,
anon_sym_default,
anon_sym_synchronized,
anon_sym_static,
anon_sym_enum,
anon_sym_public,
anon_sym_protected,
anon_sym_private,
anon_sym_abstract,
anon_sym_final,
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,
[14219] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2274), 4,
anon_sym_RBRACE,
anon_sym_SEMI,
anon_sym_AT,
anon_sym_non_DASHsealed,
ACTIONS(2272), 27,
anon_sym_class,
anon_sym_default,
anon_sym_synchronized,
anon_sym_static,
anon_sym_enum,
anon_sym_public,
anon_sym_protected,
anon_sym_private,
anon_sym_abstract,
anon_sym_final,
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,
[14259] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2278), 4,
anon_sym_RBRACE,
anon_sym_SEMI,
anon_sym_AT,
anon_sym_non_DASHsealed,
ACTIONS(2276), 27,
anon_sym_class,
anon_sym_default,
anon_sym_synchronized,
anon_sym_static,
anon_sym_enum,
anon_sym_public,
anon_sym_protected,
anon_sym_private,
anon_sym_abstract,
anon_sym_final,
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,
[14299] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2282), 4,
anon_sym_RBRACE,
anon_sym_SEMI,
anon_sym_AT,
anon_sym_non_DASHsealed,
ACTIONS(2280), 27,
anon_sym_class,
anon_sym_default,
anon_sym_synchronized,
anon_sym_static,
anon_sym_enum,
anon_sym_public,
anon_sym_protected,
anon_sym_private,
anon_sym_abstract,
anon_sym_final,
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,
[14339] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(632), 7,
anon_sym_AMP,
anon_sym_GT,
anon_sym_LT,
anon_sym_DASH,
anon_sym_SLASH,
anon_sym_PIPE,
anon_sym_GT_GT,
ACTIONS(630), 24,
anon_sym_RBRACE,
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_PLUS,
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_when,
anon_sym_SEMI,
anon_sym_while,
anon_sym_else,
[14379] = 7,
ACTIONS(590), 1,
anon_sym_AT,
ACTIONS(596), 1,
anon_sym_non_DASHsealed,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(592), 3,
anon_sym_public,
anon_sym_protected,
anon_sym_private,
STATE(514), 6,
sym__annotation,
sym_marker_annotation,
sym_annotation,
sym_visibility,
sym__modifier,
aux_sym_modifiers_repeat1,
ACTIONS(588), 10,
anon_sym_default,
anon_sym_synchronized,
anon_sym_static,
anon_sym_abstract,
anon_sym_final,
anon_sym_strictfp,
anon_sym_native,
anon_sym_transient,
anon_sym_volatile,
anon_sym_sealed,
ACTIONS(1883), 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,
[14427] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(628), 7,
anon_sym_AMP,
anon_sym_GT,
anon_sym_LT,
anon_sym_DASH,
anon_sym_SLASH,
anon_sym_PIPE,
anon_sym_GT_GT,
ACTIONS(626), 24,
anon_sym_RBRACE,
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_PLUS,
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_when,
anon_sym_SEMI,
anon_sym_while,
anon_sym_else,
[14467] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2286), 4,
anon_sym_RBRACE,
anon_sym_SEMI,
anon_sym_AT,
anon_sym_non_DASHsealed,
ACTIONS(2284), 27,
anon_sym_class,
anon_sym_default,
anon_sym_synchronized,
anon_sym_static,
anon_sym_enum,
anon_sym_public,
anon_sym_protected,
anon_sym_private,
anon_sym_abstract,
anon_sym_final,
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,
[14507] = 5,
ACTIONS(2291), 1,
anon_sym_COLON,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2288), 4,
anon_sym_RPAREN,
anon_sym_DASH_GT,
anon_sym_COMMA,
anon_sym_when,
ACTIONS(1963), 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(1961), 18,
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_QMARK,
anon_sym_PLUS_PLUS,
anon_sym_DASH_DASH,
anon_sym_LBRACK,
anon_sym_DOT,
anon_sym_COLON_COLON,
[14551] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2296), 4,
anon_sym_RBRACE,
anon_sym_SEMI,
anon_sym_AT,
anon_sym_non_DASHsealed,
ACTIONS(2294), 27,
anon_sym_class,
anon_sym_default,
anon_sym_synchronized,
anon_sym_static,
anon_sym_enum,
anon_sym_public,
anon_sym_protected,
anon_sym_private,
anon_sym_abstract,
anon_sym_final,
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,
[14591] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2300), 4,
anon_sym_RBRACE,
anon_sym_SEMI,
anon_sym_AT,
anon_sym_non_DASHsealed,
ACTIONS(2298), 27,
anon_sym_class,
anon_sym_default,
anon_sym_synchronized,
anon_sym_static,
anon_sym_enum,
anon_sym_public,
anon_sym_protected,
anon_sym_private,
anon_sym_abstract,
anon_sym_final,
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,
[14631] = 9,
ACTIONS(2013), 1,
anon_sym_LBRACK,
ACTIONS(2015), 1,
anon_sym_DOT,
ACTIONS(2017), 1,
anon_sym_COLON_COLON,
ACTIONS(2304), 1,
anon_sym_COLON,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2011), 2,
anon_sym_PLUS_PLUS,
anon_sym_DASH_DASH,
ACTIONS(2302), 3,
anon_sym_DASH_GT,
anon_sym_COMMA,
anon_sym_when,
ACTIONS(642), 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(647), 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_STAR,
anon_sym_CARET,
anon_sym_PERCENT,
anon_sym_LT_LT,
anon_sym_GT_GT_GT,
anon_sym_instanceof,
anon_sym_QMARK,
[14682] = 6,
ACTIONS(1682), 1,
anon_sym_DASH_GT,
ACTIONS(1927), 1,
anon_sym_LPAREN,
STATE(624), 1,
sym_argument_list,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1517), 8,
anon_sym_AMP,
anon_sym_GT,
anon_sym_LT,
anon_sym_DASH,
anon_sym_SLASH,
anon_sym_PIPE,
anon_sym_GT_GT,
anon_sym_COLON,
ACTIONS(1513), 19,
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_PLUS,
anon_sym_STAR,
anon_sym_CARET,
anon_sym_PERCENT,
anon_sym_LT_LT,
anon_sym_GT_GT_GT,
anon_sym_instanceof,
anon_sym_COMMA,
anon_sym_QMARK,
anon_sym_LBRACK,
anon_sym_DOT,
anon_sym_COLON_COLON,
anon_sym_when,
[14727] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1979), 2,
anon_sym_AT,
anon_sym_non_DASHsealed,
ACTIONS(1977), 28,
anon_sym_default,
anon_sym_yield,
anon_sym_synchronized,
anon_sym_open,
anon_sym_module,
anon_sym_static,
anon_sym_with,
anon_sym_public,
anon_sym_protected,
anon_sym_private,
anon_sym_abstract,
anon_sym_final,
anon_sym_strictfp,
anon_sym_native,
anon_sym_transient,
anon_sym_volatile,
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_identifier,
[14766] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1229), 3,
anon_sym_LT,
anon_sym_AT,
anon_sym_non_DASHsealed,
ACTIONS(1227), 27,
anon_sym_class,
anon_sym_default,
anon_sym_synchronized,
anon_sym_static,
anon_sym_enum,
anon_sym_public,
anon_sym_protected,
anon_sym_private,
anon_sym_abstract,
anon_sym_final,
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,
[14805] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1229), 2,
anon_sym_AT,
anon_sym_non_DASHsealed,
ACTIONS(1227), 28,
anon_sym_default,
anon_sym_yield,
anon_sym_synchronized,
anon_sym_open,
anon_sym_module,
anon_sym_static,
anon_sym_with,
anon_sym_public,
anon_sym_protected,
anon_sym_private,
anon_sym_abstract,
anon_sym_final,
anon_sym_strictfp,
anon_sym_native,
anon_sym_transient,
anon_sym_volatile,
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_identifier,
[14844] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1983), 2,
anon_sym_AT,
anon_sym_non_DASHsealed,
ACTIONS(1981), 28,
anon_sym_default,
anon_sym_yield,
anon_sym_synchronized,
anon_sym_open,
anon_sym_module,
anon_sym_static,
anon_sym_with,
anon_sym_public,
anon_sym_protected,
anon_sym_private,
anon_sym_abstract,
anon_sym_final,
anon_sym_strictfp,
anon_sym_native,
anon_sym_transient,
anon_sym_volatile,
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_identifier,
[14883] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2308), 3,
anon_sym_LT,
anon_sym_AT,
anon_sym_non_DASHsealed,
ACTIONS(2306), 27,
anon_sym_class,
anon_sym_default,
anon_sym_synchronized,
anon_sym_static,
anon_sym_enum,
anon_sym_public,
anon_sym_protected,
anon_sym_private,
anon_sym_abstract,
anon_sym_final,
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,
[14922] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2308), 2,
anon_sym_AT,
anon_sym_non_DASHsealed,
ACTIONS(2306), 28,
anon_sym_default,
anon_sym_yield,
anon_sym_synchronized,
anon_sym_open,
anon_sym_module,
anon_sym_static,
anon_sym_with,
anon_sym_public,
anon_sym_protected,
anon_sym_private,
anon_sym_abstract,
anon_sym_final,
anon_sym_strictfp,
anon_sym_native,
anon_sym_transient,
anon_sym_volatile,
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_identifier,
[14961] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1967), 2,
anon_sym_AT,
anon_sym_non_DASHsealed,
ACTIONS(1965), 28,
anon_sym_default,
anon_sym_yield,
anon_sym_synchronized,
anon_sym_open,
anon_sym_module,
anon_sym_static,
anon_sym_with,
anon_sym_public,
anon_sym_protected,
anon_sym_private,
anon_sym_abstract,
anon_sym_final,
anon_sym_strictfp,
anon_sym_native,
anon_sym_transient,
anon_sym_volatile,
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_identifier,
[15000] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1975), 2,
anon_sym_AT,
anon_sym_non_DASHsealed,
ACTIONS(1973), 28,
anon_sym_default,
anon_sym_yield,
anon_sym_synchronized,
anon_sym_open,
anon_sym_module,
anon_sym_static,
anon_sym_with,
anon_sym_public,
anon_sym_protected,
anon_sym_private,
anon_sym_abstract,
anon_sym_final,
anon_sym_strictfp,
anon_sym_native,
anon_sym_transient,
anon_sym_volatile,
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_identifier,
[15039] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2312), 7,
anon_sym_AMP,
anon_sym_GT,
anon_sym_LT,
anon_sym_DASH,
anon_sym_SLASH,
anon_sym_PIPE,
anon_sym_GT_GT,
ACTIONS(2310), 22,
anon_sym_RBRACE,
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_PLUS,
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_when,
anon_sym_SEMI,
[15077] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2061), 7,
anon_sym_AMP,
anon_sym_GT,
anon_sym_LT,
anon_sym_DASH,
anon_sym_SLASH,
anon_sym_PIPE,
anon_sym_GT_GT,
ACTIONS(2059), 22,
anon_sym_RBRACE,
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_PLUS,
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_when,
anon_sym_SEMI,
[15115] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2316), 7,
anon_sym_AMP,
anon_sym_GT,
anon_sym_LT,
anon_sym_DASH,
anon_sym_SLASH,
anon_sym_PIPE,
anon_sym_GT_GT,
ACTIONS(2314), 22,
anon_sym_RBRACE,
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_PLUS,
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_when,
anon_sym_SEMI,
[15153] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(642), 7,
anon_sym_AMP,
anon_sym_GT,
anon_sym_LT,
anon_sym_DASH,
anon_sym_SLASH,
anon_sym_PIPE,
anon_sym_GT_GT,
ACTIONS(647), 22,
anon_sym_RBRACE,
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_PLUS,
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_when,
anon_sym_SEMI,
[15191] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2061), 7,
anon_sym_AMP,
anon_sym_GT,
anon_sym_LT,
anon_sym_DASH,
anon_sym_SLASH,
anon_sym_PIPE,
anon_sym_GT_GT,
ACTIONS(2059), 22,
anon_sym_RBRACE,
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_PLUS,
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_when,
anon_sym_SEMI,
[15229] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2320), 7,
anon_sym_AMP,
anon_sym_GT,
anon_sym_LT,
anon_sym_DASH,
anon_sym_SLASH,
anon_sym_PIPE,
anon_sym_GT_GT,
ACTIONS(2318), 22,
anon_sym_RBRACE,
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_PLUS,
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_when,
anon_sym_SEMI,
[15267] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2324), 7,
anon_sym_AMP,
anon_sym_GT,
anon_sym_LT,
anon_sym_DASH,
anon_sym_SLASH,
anon_sym_PIPE,
anon_sym_GT_GT,
ACTIONS(2322), 22,
anon_sym_RBRACE,
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_PLUS,
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_when,
anon_sym_SEMI,
[15305] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2328), 7,
anon_sym_AMP,
anon_sym_GT,
anon_sym_LT,
anon_sym_DASH,
anon_sym_SLASH,
anon_sym_PIPE,
anon_sym_GT_GT,
ACTIONS(2326), 22,
anon_sym_RBRACE,
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_PLUS,
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_when,
anon_sym_SEMI,
[15343] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2332), 7,
anon_sym_AMP,
anon_sym_GT,
anon_sym_LT,
anon_sym_DASH,
anon_sym_SLASH,
anon_sym_PIPE,
anon_sym_GT_GT,
ACTIONS(2330), 22,
anon_sym_RBRACE,
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_PLUS,
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_when,
anon_sym_SEMI,
[15381] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2336), 7,
anon_sym_AMP,
anon_sym_GT,
anon_sym_LT,
anon_sym_DASH,
anon_sym_SLASH,
anon_sym_PIPE,
anon_sym_GT_GT,
ACTIONS(2334), 22,
anon_sym_RBRACE,
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_PLUS,
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_when,
anon_sym_SEMI,
[15419] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2340), 7,
anon_sym_AMP,
anon_sym_GT,
anon_sym_LT,
anon_sym_DASH,
anon_sym_SLASH,
anon_sym_PIPE,
anon_sym_GT_GT,
ACTIONS(2338), 22,
anon_sym_RBRACE,
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_PLUS,
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_when,
anon_sym_SEMI,
[15457] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2240), 7,
anon_sym_AMP,
anon_sym_GT,
anon_sym_LT,
anon_sym_DASH,
anon_sym_SLASH,
anon_sym_PIPE,
anon_sym_GT_GT,
ACTIONS(2238), 22,
anon_sym_RBRACE,
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_PLUS,
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_when,
anon_sym_SEMI,
[15495] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(829), 7,
anon_sym_AMP,
anon_sym_GT,
anon_sym_LT,
anon_sym_DASH,
anon_sym_SLASH,
anon_sym_PIPE,
anon_sym_GT_GT,
ACTIONS(827), 22,
anon_sym_RBRACE,
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_PLUS,
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_when,
anon_sym_SEMI,
[15533] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(821), 7,
anon_sym_AMP,
anon_sym_GT,
anon_sym_LT,
anon_sym_DASH,
anon_sym_SLASH,
anon_sym_PIPE,
anon_sym_GT_GT,
ACTIONS(819), 22,
anon_sym_RBRACE,
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_PLUS,
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_when,
anon_sym_SEMI,
[15571] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2344), 7,
anon_sym_AMP,
anon_sym_GT,
anon_sym_LT,
anon_sym_DASH,
anon_sym_SLASH,
anon_sym_PIPE,
anon_sym_GT_GT,
ACTIONS(2342), 22,
anon_sym_RBRACE,
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_PLUS,
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_when,
anon_sym_SEMI,
[15609] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2348), 7,
anon_sym_AMP,
anon_sym_GT,
anon_sym_LT,
anon_sym_DASH,
anon_sym_SLASH,
anon_sym_PIPE,
anon_sym_GT_GT,
ACTIONS(2346), 22,
anon_sym_RBRACE,
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_PLUS,
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_when,
anon_sym_SEMI,
[15647] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2352), 7,
anon_sym_AMP,
anon_sym_GT,
anon_sym_LT,
anon_sym_DASH,
anon_sym_SLASH,
anon_sym_PIPE,
anon_sym_GT_GT,
ACTIONS(2350), 22,
anon_sym_RBRACE,
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_PLUS,
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_when,
anon_sym_SEMI,
[15685] = 5,
ACTIONS(1515), 1,
anon_sym_LPAREN,
STATE(1530), 1,
sym_argument_list,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1517), 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(1513), 19,
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_QMARK,
anon_sym_PLUS_PLUS,
anon_sym_DASH_DASH,
anon_sym_LBRACK,
anon_sym_DOT,
anon_sym_COLON_COLON,
anon_sym_SEMI,
[15727] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2356), 7,
anon_sym_AMP,
anon_sym_GT,
anon_sym_LT,
anon_sym_DASH,
anon_sym_SLASH,
anon_sym_PIPE,
anon_sym_GT_GT,
ACTIONS(2354), 22,
anon_sym_RBRACE,
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_PLUS,
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_when,
anon_sym_SEMI,
[15765] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2360), 7,
anon_sym_AMP,
anon_sym_GT,
anon_sym_LT,
anon_sym_DASH,
anon_sym_SLASH,
anon_sym_PIPE,
anon_sym_GT_GT,
ACTIONS(2358), 22,
anon_sym_RBRACE,
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_PLUS,
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_when,
anon_sym_SEMI,
[15803] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2364), 7,
anon_sym_AMP,
anon_sym_GT,
anon_sym_LT,
anon_sym_DASH,
anon_sym_SLASH,
anon_sym_PIPE,
anon_sym_GT_GT,
ACTIONS(2362), 22,
anon_sym_RBRACE,
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_PLUS,
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_when,
anon_sym_SEMI,
[15841] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2368), 7,
anon_sym_AMP,
anon_sym_GT,
anon_sym_LT,
anon_sym_DASH,
anon_sym_SLASH,
anon_sym_PIPE,
anon_sym_GT_GT,
ACTIONS(2366), 22,
anon_sym_RBRACE,
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_PLUS,
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_when,
anon_sym_SEMI,
[15879] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2258), 7,
anon_sym_AMP,
anon_sym_GT,
anon_sym_LT,
anon_sym_DASH,
anon_sym_SLASH,
anon_sym_PIPE,
anon_sym_GT_GT,
ACTIONS(2256), 22,
anon_sym_RBRACE,
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_PLUS,
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_when,
anon_sym_SEMI,
[15917] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2258), 7,
anon_sym_AMP,
anon_sym_GT,
anon_sym_LT,
anon_sym_DASH,
anon_sym_SLASH,
anon_sym_PIPE,
anon_sym_GT_GT,
ACTIONS(2256), 22,
anon_sym_RBRACE,
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_PLUS,
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_when,
anon_sym_SEMI,
[15955] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2258), 7,
anon_sym_AMP,
anon_sym_GT,
anon_sym_LT,
anon_sym_DASH,
anon_sym_SLASH,
anon_sym_PIPE,
anon_sym_GT_GT,
ACTIONS(2256), 22,
anon_sym_RBRACE,
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_PLUS,
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_when,
anon_sym_SEMI,
[15993] = 17,
ACTIONS(2372), 1,
anon_sym_AMP,
ACTIONS(2380), 1,
anon_sym_AMP_AMP,
ACTIONS(2382), 1,
anon_sym_PIPE_PIPE,
ACTIONS(2388), 1,
anon_sym_SLASH,
ACTIONS(2390), 1,
anon_sym_PIPE,
ACTIONS(2392), 1,
anon_sym_CARET,
ACTIONS(2396), 1,
anon_sym_GT_GT,
ACTIONS(2398), 1,
anon_sym_instanceof,
ACTIONS(2400), 1,
anon_sym_QMARK,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2374), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(2376), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(2378), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(2384), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(2386), 2,
anon_sym_STAR,
anon_sym_PERCENT,
ACTIONS(2394), 2,
anon_sym_LT_LT,
anon_sym_GT_GT_GT,
ACTIONS(2370), 7,
anon_sym_RBRACE,
anon_sym_RPAREN,
anon_sym_COMMA,
anon_sym_COLON,
anon_sym_RBRACK,
anon_sym_when,
anon_sym_SEMI,
[16058] = 13,
ACTIONS(81), 1,
anon_sym_non_DASHsealed,
ACTIONS(1697), 1,
anon_sym_AT,
ACTIONS(2402), 1,
sym_identifier,
ACTIONS(2404), 1,
anon_sym_RBRACE,
ACTIONS(2406), 1,
anon_sym_COMMA,
ACTIONS(2408), 1,
anon_sym_SEMI,
STATE(1182), 1,
sym_enum_constant,
STATE(1568), 1,
sym_enum_body_declarations,
STATE(1581), 1,
sym_modifiers,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(77), 3,
anon_sym_public,
anon_sym_protected,
anon_sym_private,
STATE(864), 6,
sym__annotation,
sym_marker_annotation,
sym_annotation,
sym_visibility,
sym__modifier,
aux_sym_modifiers_repeat1,
ACTIONS(35), 10,
anon_sym_default,
anon_sym_synchronized,
anon_sym_static,
anon_sym_abstract,
anon_sym_final,
anon_sym_strictfp,
anon_sym_native,
anon_sym_transient,
anon_sym_volatile,
anon_sym_sealed,
[16115] = 8,
ACTIONS(2388), 1,
anon_sym_SLASH,
ACTIONS(2396), 1,
anon_sym_GT_GT,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2384), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(2386), 2,
anon_sym_STAR,
anon_sym_PERCENT,
ACTIONS(2394), 2,
anon_sym_LT_LT,
anon_sym_GT_GT_GT,
ACTIONS(2352), 4,
anon_sym_AMP,
anon_sym_GT,
anon_sym_LT,
anon_sym_PIPE,
ACTIONS(2350), 16,
anon_sym_RBRACE,
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_CARET,
anon_sym_instanceof,
anon_sym_COMMA,
anon_sym_QMARK,
anon_sym_COLON,
anon_sym_RBRACK,
anon_sym_when,
anon_sym_SEMI,
[16162] = 11,
ACTIONS(2388), 1,
anon_sym_SLASH,
ACTIONS(2396), 1,
anon_sym_GT_GT,
ACTIONS(2398), 1,
anon_sym_instanceof,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2352), 2,
anon_sym_AMP,
anon_sym_PIPE,
ACTIONS(2374), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(2376), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(2384), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(2386), 2,
anon_sym_STAR,
anon_sym_PERCENT,
ACTIONS(2394), 2,
anon_sym_LT_LT,
anon_sym_GT_GT_GT,
ACTIONS(2350), 13,
anon_sym_RBRACE,
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_when,
anon_sym_SEMI,
[16215] = 14,
ACTIONS(2352), 1,
anon_sym_PIPE,
ACTIONS(2372), 1,
anon_sym_AMP,
ACTIONS(2388), 1,
anon_sym_SLASH,
ACTIONS(2392), 1,
anon_sym_CARET,
ACTIONS(2396), 1,
anon_sym_GT_GT,
ACTIONS(2398), 1,
anon_sym_instanceof,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2374), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(2376), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(2378), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(2384), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(2386), 2,
anon_sym_STAR,
anon_sym_PERCENT,
ACTIONS(2394), 2,
anon_sym_LT_LT,
anon_sym_GT_GT_GT,
ACTIONS(2350), 10,
anon_sym_RBRACE,
anon_sym_RPAREN,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_COMMA,
anon_sym_QMARK,
anon_sym_COLON,
anon_sym_RBRACK,
anon_sym_when,
anon_sym_SEMI,
[16274] = 14,
ACTIONS(2372), 1,
anon_sym_AMP,
ACTIONS(2388), 1,
anon_sym_SLASH,
ACTIONS(2390), 1,
anon_sym_PIPE,
ACTIONS(2392), 1,
anon_sym_CARET,
ACTIONS(2396), 1,
anon_sym_GT_GT,
ACTIONS(2398), 1,
anon_sym_instanceof,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2374), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(2376), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(2378), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(2384), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(2386), 2,
anon_sym_STAR,
anon_sym_PERCENT,
ACTIONS(2394), 2,
anon_sym_LT_LT,
anon_sym_GT_GT_GT,
ACTIONS(2350), 10,
anon_sym_RBRACE,
anon_sym_RPAREN,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_COMMA,
anon_sym_QMARK,
anon_sym_COLON,
anon_sym_RBRACK,
anon_sym_when,
anon_sym_SEMI,
[16333] = 15,
ACTIONS(2372), 1,
anon_sym_AMP,
ACTIONS(2380), 1,
anon_sym_AMP_AMP,
ACTIONS(2388), 1,
anon_sym_SLASH,
ACTIONS(2390), 1,
anon_sym_PIPE,
ACTIONS(2392), 1,
anon_sym_CARET,
ACTIONS(2396), 1,
anon_sym_GT_GT,
ACTIONS(2398), 1,
anon_sym_instanceof,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2374), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(2376), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(2378), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(2384), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(2386), 2,
anon_sym_STAR,
anon_sym_PERCENT,
ACTIONS(2394), 2,
anon_sym_LT_LT,
anon_sym_GT_GT_GT,
ACTIONS(2350), 9,
anon_sym_RBRACE,
anon_sym_RPAREN,
anon_sym_PIPE_PIPE,
anon_sym_COMMA,
anon_sym_QMARK,
anon_sym_COLON,
anon_sym_RBRACK,
anon_sym_when,
anon_sym_SEMI,
[16394] = 5,
ACTIONS(2388), 1,
anon_sym_SLASH,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2386), 2,
anon_sym_STAR,
anon_sym_PERCENT,
ACTIONS(2352), 5,
anon_sym_AMP,
anon_sym_GT,
anon_sym_LT,
anon_sym_PIPE,
anon_sym_GT_GT,
ACTIONS(2350), 20,
anon_sym_RBRACE,
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_PLUS,
anon_sym_DASH,
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_when,
anon_sym_SEMI,
[16435] = 13,
ACTIONS(2352), 1,
anon_sym_PIPE,
ACTIONS(2372), 1,
anon_sym_AMP,
ACTIONS(2388), 1,
anon_sym_SLASH,
ACTIONS(2396), 1,
anon_sym_GT_GT,
ACTIONS(2398), 1,
anon_sym_instanceof,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2374), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(2376), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(2378), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(2384), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(2386), 2,
anon_sym_STAR,
anon_sym_PERCENT,
ACTIONS(2394), 2,
anon_sym_LT_LT,
anon_sym_GT_GT_GT,
ACTIONS(2350), 11,
anon_sym_RBRACE,
anon_sym_RPAREN,
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_when,
anon_sym_SEMI,
[16492] = 6,
ACTIONS(2388), 1,
anon_sym_SLASH,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2384), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(2386), 2,
anon_sym_STAR,
anon_sym_PERCENT,
ACTIONS(2352), 5,
anon_sym_AMP,
anon_sym_GT,
anon_sym_LT,
anon_sym_PIPE,
anon_sym_GT_GT,
ACTIONS(2350), 18,
anon_sym_RBRACE,
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_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_when,
anon_sym_SEMI,
[16535] = 7,
ACTIONS(1749), 1,
anon_sym_AT,
ACTIONS(2410), 1,
anon_sym_LBRACK,
STATE(628), 1,
aux_sym_dimensions_repeat1,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(1119), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
ACTIONS(1744), 9,
anon_sym_RPAREN,
anon_sym_AMP,
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(1742), 12,
anon_sym_DOT,
sym_underscore_pattern,
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,
[16580] = 9,
ACTIONS(2013), 1,
anon_sym_LBRACK,
ACTIONS(2015), 1,
anon_sym_DOT,
ACTIONS(2017), 1,
anon_sym_COLON_COLON,
ACTIONS(2413), 1,
anon_sym_DASH_GT,
ACTIONS(2415), 1,
anon_sym_COLON,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2011), 2,
anon_sym_PLUS_PLUS,
anon_sym_DASH_DASH,
ACTIONS(642), 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(647), 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_STAR,
anon_sym_CARET,
anon_sym_PERCENT,
anon_sym_LT_LT,
anon_sym_GT_GT_GT,
anon_sym_instanceof,
anon_sym_QMARK,
[16629] = 17,
ACTIONS(2372), 1,
anon_sym_AMP,
ACTIONS(2380), 1,
anon_sym_AMP_AMP,
ACTIONS(2382), 1,
anon_sym_PIPE_PIPE,
ACTIONS(2388), 1,
anon_sym_SLASH,
ACTIONS(2390), 1,
anon_sym_PIPE,
ACTIONS(2392), 1,
anon_sym_CARET,
ACTIONS(2396), 1,
anon_sym_GT_GT,
ACTIONS(2398), 1,
anon_sym_instanceof,
ACTIONS(2400), 1,
anon_sym_QMARK,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2374), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(2376), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(2378), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(2384), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(2386), 2,
anon_sym_STAR,
anon_sym_PERCENT,
ACTIONS(2394), 2,
anon_sym_LT_LT,
anon_sym_GT_GT_GT,
ACTIONS(2314), 7,
anon_sym_RBRACE,
anon_sym_RPAREN,
anon_sym_COMMA,
anon_sym_COLON,
anon_sym_RBRACK,
anon_sym_when,
anon_sym_SEMI,
[16694] = 17,
ACTIONS(2372), 1,
anon_sym_AMP,
ACTIONS(2380), 1,
anon_sym_AMP_AMP,
ACTIONS(2382), 1,
anon_sym_PIPE_PIPE,
ACTIONS(2388), 1,
anon_sym_SLASH,
ACTIONS(2390), 1,
anon_sym_PIPE,
ACTIONS(2392), 1,
anon_sym_CARET,
ACTIONS(2396), 1,
anon_sym_GT_GT,
ACTIONS(2398), 1,
anon_sym_instanceof,
ACTIONS(2400), 1,
anon_sym_QMARK,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2374), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(2376), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(2378), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(2384), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(2386), 2,
anon_sym_STAR,
anon_sym_PERCENT,
ACTIONS(2394), 2,
anon_sym_LT_LT,
anon_sym_GT_GT_GT,
ACTIONS(2417), 7,
anon_sym_RBRACE,
anon_sym_RPAREN,
anon_sym_COMMA,
anon_sym_COLON,
anon_sym_RBRACK,
anon_sym_when,
anon_sym_SEMI,
[16759] = 12,
ACTIONS(2388), 1,
anon_sym_SLASH,
ACTIONS(2396), 1,
anon_sym_GT_GT,
ACTIONS(2398), 1,
anon_sym_instanceof,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2352), 2,
anon_sym_AMP,
anon_sym_PIPE,
ACTIONS(2374), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(2376), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(2378), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(2384), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(2386), 2,
anon_sym_STAR,
anon_sym_PERCENT,
ACTIONS(2394), 2,
anon_sym_LT_LT,
anon_sym_GT_GT_GT,
ACTIONS(2350), 11,
anon_sym_RBRACE,
anon_sym_RPAREN,
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_when,
anon_sym_SEMI,
[16814] = 12,
ACTIONS(81), 1,
anon_sym_non_DASHsealed,
ACTIONS(1697), 1,
anon_sym_AT,
ACTIONS(2402), 1,
sym_identifier,
ACTIONS(2408), 1,
anon_sym_SEMI,
ACTIONS(2419), 1,
anon_sym_RBRACE,
STATE(1256), 1,
sym_enum_constant,
STATE(1545), 1,
sym_enum_body_declarations,
STATE(1581), 1,
sym_modifiers,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(77), 3,
anon_sym_public,
anon_sym_protected,
anon_sym_private,
STATE(864), 6,
sym__annotation,
sym_marker_annotation,
sym_annotation,
sym_visibility,
sym__modifier,
aux_sym_modifiers_repeat1,
ACTIONS(35), 10,
anon_sym_default,
anon_sym_synchronized,
anon_sym_static,
anon_sym_abstract,
anon_sym_final,
anon_sym_strictfp,
anon_sym_native,
anon_sym_transient,
anon_sym_volatile,
anon_sym_sealed,
[16868] = 7,
ACTIONS(2013), 1,
anon_sym_LBRACK,
ACTIONS(2017), 1,
anon_sym_COLON_COLON,
ACTIONS(2421), 1,
anon_sym_DOT,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2011), 2,
anon_sym_PLUS_PLUS,
anon_sym_DASH_DASH,
ACTIONS(642), 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(647), 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_STAR,
anon_sym_CARET,
anon_sym_PERCENT,
anon_sym_LT_LT,
anon_sym_GT_GT_GT,
anon_sym_instanceof,
anon_sym_QMARK,
anon_sym_SEMI,
[16912] = 8,
ACTIONS(2232), 1,
anon_sym_COMMA,
ACTIONS(2236), 1,
anon_sym_when,
STATE(1120), 1,
aux_sym_switch_label_repeat2,
STATE(1445), 1,
sym_guard,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2230), 2,
anon_sym_DASH_GT,
anon_sym_COLON,
ACTIONS(642), 7,
anon_sym_AMP,
anon_sym_GT,
anon_sym_LT,
anon_sym_DASH,
anon_sym_SLASH,
anon_sym_PIPE,
anon_sym_GT_GT,
ACTIONS(647), 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_PLUS,
anon_sym_STAR,
anon_sym_CARET,
anon_sym_PERCENT,
anon_sym_LT_LT,
anon_sym_GT_GT_GT,
anon_sym_instanceof,
anon_sym_QMARK,
[16958] = 12,
ACTIONS(81), 1,
anon_sym_non_DASHsealed,
ACTIONS(1697), 1,
anon_sym_AT,
ACTIONS(2402), 1,
sym_identifier,
ACTIONS(2408), 1,
anon_sym_SEMI,
ACTIONS(2423), 1,
anon_sym_RBRACE,
STATE(1256), 1,
sym_enum_constant,
STATE(1538), 1,
sym_enum_body_declarations,
STATE(1581), 1,
sym_modifiers,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(77), 3,
anon_sym_public,
anon_sym_protected,
anon_sym_private,
STATE(864), 6,
sym__annotation,
sym_marker_annotation,
sym_annotation,
sym_visibility,
sym__modifier,
aux_sym_modifiers_repeat1,
ACTIONS(35), 10,
anon_sym_default,
anon_sym_synchronized,
anon_sym_static,
anon_sym_abstract,
anon_sym_final,
anon_sym_strictfp,
anon_sym_native,
anon_sym_transient,
anon_sym_volatile,
anon_sym_sealed,
[17012] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1811), 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,
ACTIONS(1809), 15,
anon_sym_COLON,
anon_sym_DOT,
anon_sym_default,
sym_underscore_pattern,
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,
[17048] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1709), 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,
ACTIONS(1707), 15,
anon_sym_COLON,
anon_sym_DOT,
anon_sym_default,
sym_underscore_pattern,
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,
[17084] = 8,
ACTIONS(2230), 1,
anon_sym_COLON,
ACTIONS(2264), 1,
anon_sym_COMMA,
ACTIONS(2266), 1,
anon_sym_when,
STATE(1160), 1,
aux_sym_switch_label_repeat2,
STATE(1445), 1,
sym_guard,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(642), 6,
anon_sym_AMP,
anon_sym_GT,
anon_sym_LT,
anon_sym_SLASH,
anon_sym_PIPE,
anon_sym_GT_GT,
ACTIONS(647), 15,
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_PLUS,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_CARET,
anon_sym_PERCENT,
anon_sym_LT_LT,
anon_sym_GT_GT_GT,
anon_sym_instanceof,
anon_sym_QMARK,
[17129] = 15,
ACTIONS(578), 1,
anon_sym_AT,
ACTIONS(1596), 1,
sym_identifier,
ACTIONS(2425), 1,
anon_sym_GT,
ACTIONS(2427), 1,
anon_sym_QMARK,
STATE(757), 1,
sym__unannotated_type,
STATE(765), 1,
sym_scoped_type_identifier,
STATE(836), 1,
sym_generic_type,
STATE(944), 1,
sym_annotated_type,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(89), 2,
anon_sym_float,
anon_sym_double,
ACTIONS(91), 2,
sym_boolean_type,
sym_void_type,
STATE(1271), 2,
sym_wildcard,
sym__type,
STATE(844), 3,
sym_array_type,
sym_integral_type,
sym_floating_point_type,
STATE(849), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
ACTIONS(87), 5,
anon_sym_byte,
anon_sym_short,
anon_sym_int,
anon_sym_long,
anon_sym_char,
[17188] = 15,
ACTIONS(578), 1,
anon_sym_AT,
ACTIONS(1596), 1,
sym_identifier,
ACTIONS(2427), 1,
anon_sym_QMARK,
ACTIONS(2429), 1,
anon_sym_GT,
STATE(757), 1,
sym__unannotated_type,
STATE(765), 1,
sym_scoped_type_identifier,
STATE(836), 1,
sym_generic_type,
STATE(944), 1,
sym_annotated_type,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(89), 2,
anon_sym_float,
anon_sym_double,
ACTIONS(91), 2,
sym_boolean_type,
sym_void_type,
STATE(1251), 2,
sym_wildcard,
sym__type,
STATE(844), 3,
sym_array_type,
sym_integral_type,
sym_floating_point_type,
STATE(849), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
ACTIONS(87), 5,
anon_sym_byte,
anon_sym_short,
anon_sym_int,
anon_sym_long,
anon_sym_char,
[17247] = 8,
ACTIONS(1697), 1,
anon_sym_AT,
ACTIONS(2435), 1,
anon_sym_LBRACK,
STATE(741), 1,
aux_sym_dimensions_repeat1,
STATE(826), 1,
sym_dimensions,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(1119), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
ACTIONS(2433), 8,
anon_sym_RPAREN,
anon_sym_AMP,
anon_sym_GT,
anon_sym_PIPE,
anon_sym_COMMA,
anon_sym_COLON_COLON,
anon_sym_LBRACE,
anon_sym_SEMI,
ACTIONS(2431), 10,
sym_underscore_pattern,
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_identifier,
[17292] = 15,
ACTIONS(2398), 1,
anon_sym_instanceof,
ACTIONS(2437), 1,
anon_sym_AMP,
ACTIONS(2445), 1,
anon_sym_PLUS,
ACTIONS(2447), 1,
anon_sym_DASH,
ACTIONS(2451), 1,
anon_sym_SLASH,
ACTIONS(2453), 1,
anon_sym_PIPE,
ACTIONS(2455), 1,
anon_sym_CARET,
ACTIONS(2459), 1,
anon_sym_GT_GT,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2439), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(2441), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(2443), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(2449), 2,
anon_sym_STAR,
anon_sym_PERCENT,
ACTIONS(2457), 2,
anon_sym_LT_LT,
anon_sym_GT_GT_GT,
ACTIONS(2350), 7,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_DASH_GT,
anon_sym_COMMA,
anon_sym_QMARK,
anon_sym_COLON,
anon_sym_when,
[17350] = 8,
ACTIONS(1697), 1,
anon_sym_AT,
ACTIONS(2435), 1,
anon_sym_LBRACK,
STATE(741), 1,
aux_sym_dimensions_repeat1,
STATE(826), 1,
sym_dimensions,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(1119), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
ACTIONS(2463), 7,
anon_sym_RPAREN,
anon_sym_AMP,
anon_sym_GT,
anon_sym_PIPE,
anon_sym_COMMA,
anon_sym_LBRACE,
anon_sym_SEMI,
ACTIONS(2461), 10,
sym_underscore_pattern,
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_identifier,
[17394] = 5,
ACTIONS(2451), 1,
anon_sym_SLASH,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2449), 2,
anon_sym_STAR,
anon_sym_PERCENT,
ACTIONS(2352), 6,
anon_sym_AMP,
anon_sym_GT,
anon_sym_LT,
anon_sym_DASH,
anon_sym_PIPE,
anon_sym_GT_GT,
ACTIONS(2350), 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_PLUS,
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,
anon_sym_when,
[17432] = 18,
ACTIONS(2398), 1,
anon_sym_instanceof,
ACTIONS(2437), 1,
anon_sym_AMP,
ACTIONS(2445), 1,
anon_sym_PLUS,
ACTIONS(2447), 1,
anon_sym_DASH,
ACTIONS(2451), 1,
anon_sym_SLASH,
ACTIONS(2453), 1,
anon_sym_PIPE,
ACTIONS(2455), 1,
anon_sym_CARET,
ACTIONS(2459), 1,
anon_sym_GT_GT,
ACTIONS(2465), 1,
anon_sym_AMP_AMP,
ACTIONS(2467), 1,
anon_sym_PIPE_PIPE,
ACTIONS(2469), 1,
anon_sym_QMARK,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2439), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(2441), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(2443), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(2449), 2,
anon_sym_STAR,
anon_sym_PERCENT,
ACTIONS(2457), 2,
anon_sym_LT_LT,
anon_sym_GT_GT_GT,
ACTIONS(2370), 4,
anon_sym_DASH_GT,
anon_sym_COMMA,
anon_sym_COLON,
anon_sym_when,
[17496] = 6,
ACTIONS(238), 1,
anon_sym_LT,
ACTIONS(2471), 1,
anon_sym_DOT,
STATE(820), 1,
sym_type_arguments,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1511), 11,
sym_underscore_pattern,
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(1535), 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,
[17536] = 17,
ACTIONS(2372), 1,
anon_sym_AMP,
ACTIONS(2380), 1,
anon_sym_AMP_AMP,
ACTIONS(2382), 1,
anon_sym_PIPE_PIPE,
ACTIONS(2388), 1,
anon_sym_SLASH,
ACTIONS(2390), 1,
anon_sym_PIPE,
ACTIONS(2392), 1,
anon_sym_CARET,
ACTIONS(2396), 1,
anon_sym_GT_GT,
ACTIONS(2398), 1,
anon_sym_instanceof,
ACTIONS(2400), 1,
anon_sym_QMARK,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2374), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(2376), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(2378), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(2384), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(2386), 2,
anon_sym_STAR,
anon_sym_PERCENT,
ACTIONS(2394), 2,
anon_sym_LT_LT,
anon_sym_GT_GT_GT,
ACTIONS(2473), 4,
anon_sym_RBRACE,
anon_sym_RPAREN,
anon_sym_COMMA,
anon_sym_SEMI,
[17598] = 15,
ACTIONS(2352), 1,
anon_sym_PIPE,
ACTIONS(2398), 1,
anon_sym_instanceof,
ACTIONS(2437), 1,
anon_sym_AMP,
ACTIONS(2445), 1,
anon_sym_PLUS,
ACTIONS(2447), 1,
anon_sym_DASH,
ACTIONS(2451), 1,
anon_sym_SLASH,
ACTIONS(2455), 1,
anon_sym_CARET,
ACTIONS(2459), 1,
anon_sym_GT_GT,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2439), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(2441), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(2443), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(2449), 2,
anon_sym_STAR,
anon_sym_PERCENT,
ACTIONS(2457), 2,
anon_sym_LT_LT,
anon_sym_GT_GT_GT,
ACTIONS(2350), 7,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_DASH_GT,
anon_sym_COMMA,
anon_sym_QMARK,
anon_sym_COLON,
anon_sym_when,
[17656] = 17,
ACTIONS(576), 1,
anon_sym_yield,
ACTIONS(1697), 1,
anon_sym_AT,
ACTIONS(2435), 1,
anon_sym_LBRACK,
ACTIONS(2475), 1,
sym_identifier,
ACTIONS(2477), 1,
anon_sym_DOT,
ACTIONS(2479), 1,
sym_underscore_pattern,
ACTIONS(2481), 1,
anon_sym_DOT_DOT_DOT,
ACTIONS(2483), 1,
sym_this,
STATE(741), 1,
aux_sym_dimensions_repeat1,
STATE(826), 1,
sym_dimensions,
STATE(998), 1,
sym__reserved_identifier,
STATE(1329), 1,
aux_sym_receiver_parameter_repeat1,
STATE(1438), 1,
sym__variable_declarator_id,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2463), 3,
anon_sym_RPAREN,
anon_sym_AMP,
anon_sym_COLON_COLON,
STATE(1091), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
ACTIONS(69), 5,
anon_sym_open,
anon_sym_module,
anon_sym_with,
anon_sym_sealed,
anon_sym_record,
[17718] = 5,
ACTIONS(2206), 1,
anon_sym_non_DASHsealed,
ACTIONS(2210), 1,
anon_sym_AT,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2203), 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(2208), 13,
anon_sym_default,
anon_sym_synchronized,
anon_sym_static,
anon_sym_public,
anon_sym_protected,
anon_sym_private,
anon_sym_abstract,
anon_sym_final,
anon_sym_strictfp,
anon_sym_native,
anon_sym_transient,
anon_sym_volatile,
anon_sym_sealed,
[17756] = 6,
ACTIONS(238), 1,
anon_sym_LT,
ACTIONS(2485), 1,
anon_sym_DOT,
STATE(808), 1,
sym_type_arguments,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1771), 11,
sym_underscore_pattern,
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(1773), 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,
[17796] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1836), 12,
anon_sym_DOT,
sym_underscore_pattern,
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(1838), 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,
[17830] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1817), 12,
anon_sym_DOT,
sym_underscore_pattern,
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(1819), 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,
[17864] = 13,
ACTIONS(2398), 1,
anon_sym_instanceof,
ACTIONS(2445), 1,
anon_sym_PLUS,
ACTIONS(2447), 1,
anon_sym_DASH,
ACTIONS(2451), 1,
anon_sym_SLASH,
ACTIONS(2459), 1,
anon_sym_GT_GT,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2352), 2,
anon_sym_AMP,
anon_sym_PIPE,
ACTIONS(2439), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(2441), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(2443), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(2449), 2,
anon_sym_STAR,
anon_sym_PERCENT,
ACTIONS(2457), 2,
anon_sym_LT_LT,
anon_sym_GT_GT_GT,
ACTIONS(2350), 8,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_CARET,
anon_sym_DASH_GT,
anon_sym_COMMA,
anon_sym_QMARK,
anon_sym_COLON,
anon_sym_when,
[17918] = 9,
ACTIONS(2445), 1,
anon_sym_PLUS,
ACTIONS(2447), 1,
anon_sym_DASH,
ACTIONS(2451), 1,
anon_sym_SLASH,
ACTIONS(2459), 1,
anon_sym_GT_GT,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2449), 2,
anon_sym_STAR,
anon_sym_PERCENT,
ACTIONS(2457), 2,
anon_sym_LT_LT,
anon_sym_GT_GT_GT,
ACTIONS(2352), 4,
anon_sym_AMP,
anon_sym_GT,
anon_sym_LT,
anon_sym_PIPE,
ACTIONS(2350), 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_CARET,
anon_sym_instanceof,
anon_sym_DASH_GT,
anon_sym_COMMA,
anon_sym_QMARK,
anon_sym_COLON,
anon_sym_when,
[17964] = 18,
ACTIONS(19), 1,
anon_sym_LT,
ACTIONS(2487), 1,
sym_identifier,
ACTIONS(2489), 1,
anon_sym_class,
ACTIONS(2491), 1,
anon_sym_AT,
ACTIONS(2493), 1,
anon_sym_enum,
ACTIONS(2495), 1,
anon_sym_record,
ACTIONS(2497), 1,
anon_sym_interface,
STATE(765), 1,
sym_scoped_type_identifier,
STATE(836), 1,
sym_generic_type,
STATE(908), 1,
sym__unannotated_type,
STATE(910), 1,
sym_type_parameters,
STATE(1241), 1,
sym__constructor_declarator,
STATE(1344), 1,
sym__method_header,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(89), 2,
anon_sym_float,
anon_sym_double,
ACTIONS(91), 2,
sym_boolean_type,
sym_void_type,
STATE(844), 3,
sym_array_type,
sym_integral_type,
sym_floating_point_type,
ACTIONS(87), 5,
anon_sym_byte,
anon_sym_short,
anon_sym_int,
anon_sym_long,
anon_sym_char,
[18028] = 14,
ACTIONS(2352), 1,
anon_sym_PIPE,
ACTIONS(2398), 1,
anon_sym_instanceof,
ACTIONS(2437), 1,
anon_sym_AMP,
ACTIONS(2445), 1,
anon_sym_PLUS,
ACTIONS(2447), 1,
anon_sym_DASH,
ACTIONS(2451), 1,
anon_sym_SLASH,
ACTIONS(2459), 1,
anon_sym_GT_GT,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2439), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(2441), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(2443), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(2449), 2,
anon_sym_STAR,
anon_sym_PERCENT,
ACTIONS(2457), 2,
anon_sym_LT_LT,
anon_sym_GT_GT_GT,
ACTIONS(2350), 8,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_CARET,
anon_sym_DASH_GT,
anon_sym_COMMA,
anon_sym_QMARK,
anon_sym_COLON,
anon_sym_when,
[18084] = 7,
ACTIONS(2445), 1,
anon_sym_PLUS,
ACTIONS(2447), 1,
anon_sym_DASH,
ACTIONS(2451), 1,
anon_sym_SLASH,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2449), 2,
anon_sym_STAR,
anon_sym_PERCENT,
ACTIONS(2352), 5,
anon_sym_AMP,
anon_sym_GT,
anon_sym_LT,
anon_sym_PIPE,
anon_sym_GT_GT,
ACTIONS(2350), 15,
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,
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_when,
[18126] = 12,
ACTIONS(2398), 1,
anon_sym_instanceof,
ACTIONS(2445), 1,
anon_sym_PLUS,
ACTIONS(2447), 1,
anon_sym_DASH,
ACTIONS(2451), 1,
anon_sym_SLASH,
ACTIONS(2459), 1,
anon_sym_GT_GT,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2352), 2,
anon_sym_AMP,
anon_sym_PIPE,
ACTIONS(2439), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(2441), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(2449), 2,
anon_sym_STAR,
anon_sym_PERCENT,
ACTIONS(2457), 2,
anon_sym_LT_LT,
anon_sym_GT_GT_GT,
ACTIONS(2350), 10,
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,
anon_sym_when,
[18178] = 14,
ACTIONS(578), 1,
anon_sym_AT,
ACTIONS(1596), 1,
sym_identifier,
ACTIONS(2427), 1,
anon_sym_QMARK,
STATE(757), 1,
sym__unannotated_type,
STATE(765), 1,
sym_scoped_type_identifier,
STATE(836), 1,
sym_generic_type,
STATE(944), 1,
sym_annotated_type,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(89), 2,
anon_sym_float,
anon_sym_double,
ACTIONS(91), 2,
sym_boolean_type,
sym_void_type,
STATE(1435), 2,
sym_wildcard,
sym__type,
STATE(844), 3,
sym_array_type,
sym_integral_type,
sym_floating_point_type,
STATE(849), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
ACTIONS(87), 5,
anon_sym_byte,
anon_sym_short,
anon_sym_int,
anon_sym_long,
anon_sym_char,
[18234] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1825), 12,
anon_sym_DOT,
sym_underscore_pattern,
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(1827), 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,
[18268] = 18,
ACTIONS(2398), 1,
anon_sym_instanceof,
ACTIONS(2437), 1,
anon_sym_AMP,
ACTIONS(2445), 1,
anon_sym_PLUS,
ACTIONS(2447), 1,
anon_sym_DASH,
ACTIONS(2451), 1,
anon_sym_SLASH,
ACTIONS(2453), 1,
anon_sym_PIPE,
ACTIONS(2455), 1,
anon_sym_CARET,
ACTIONS(2459), 1,
anon_sym_GT_GT,
ACTIONS(2465), 1,
anon_sym_AMP_AMP,
ACTIONS(2467), 1,
anon_sym_PIPE_PIPE,
ACTIONS(2469), 1,
anon_sym_QMARK,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2439), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(2441), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(2443), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(2449), 2,
anon_sym_STAR,
anon_sym_PERCENT,
ACTIONS(2457), 2,
anon_sym_LT_LT,
anon_sym_GT_GT_GT,
ACTIONS(2314), 4,
anon_sym_DASH_GT,
anon_sym_COMMA,
anon_sym_COLON,
anon_sym_when,
[18332] = 4,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2302), 4,
anon_sym_DASH_GT,
anon_sym_COMMA,
anon_sym_COLON,
anon_sym_when,
ACTIONS(642), 7,
anon_sym_AMP,
anon_sym_GT,
anon_sym_LT,
anon_sym_DASH,
anon_sym_SLASH,
anon_sym_PIPE,
anon_sym_GT_GT,
ACTIONS(647), 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_PLUS,
anon_sym_STAR,
anon_sym_CARET,
anon_sym_PERCENT,
anon_sym_LT_LT,
anon_sym_GT_GT_GT,
anon_sym_instanceof,
anon_sym_QMARK,
[18368] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1798), 12,
anon_sym_DOT,
sym_underscore_pattern,
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(1800), 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,
[18402] = 16,
ACTIONS(2398), 1,
anon_sym_instanceof,
ACTIONS(2437), 1,
anon_sym_AMP,
ACTIONS(2445), 1,
anon_sym_PLUS,
ACTIONS(2447), 1,
anon_sym_DASH,
ACTIONS(2451), 1,
anon_sym_SLASH,
ACTIONS(2453), 1,
anon_sym_PIPE,
ACTIONS(2455), 1,
anon_sym_CARET,
ACTIONS(2459), 1,
anon_sym_GT_GT,
ACTIONS(2465), 1,
anon_sym_AMP_AMP,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2439), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(2441), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(2443), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(2449), 2,
anon_sym_STAR,
anon_sym_PERCENT,
ACTIONS(2457), 2,
anon_sym_LT_LT,
anon_sym_GT_GT_GT,
ACTIONS(2350), 6,
anon_sym_PIPE_PIPE,
anon_sym_DASH_GT,
anon_sym_COMMA,
anon_sym_QMARK,
anon_sym_COLON,
anon_sym_when,
[18462] = 18,
ACTIONS(2398), 1,
anon_sym_instanceof,
ACTIONS(2437), 1,
anon_sym_AMP,
ACTIONS(2445), 1,
anon_sym_PLUS,
ACTIONS(2447), 1,
anon_sym_DASH,
ACTIONS(2451), 1,
anon_sym_SLASH,
ACTIONS(2453), 1,
anon_sym_PIPE,
ACTIONS(2455), 1,
anon_sym_CARET,
ACTIONS(2459), 1,
anon_sym_GT_GT,
ACTIONS(2465), 1,
anon_sym_AMP_AMP,
ACTIONS(2467), 1,
anon_sym_PIPE_PIPE,
ACTIONS(2469), 1,
anon_sym_QMARK,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2439), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(2441), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(2443), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(2449), 2,
anon_sym_STAR,
anon_sym_PERCENT,
ACTIONS(2457), 2,
anon_sym_LT_LT,
anon_sym_GT_GT_GT,
ACTIONS(2417), 4,
anon_sym_DASH_GT,
anon_sym_COMMA,
anon_sym_COLON,
anon_sym_when,
[18526] = 19,
ACTIONS(2372), 1,
anon_sym_AMP,
ACTIONS(2380), 1,
anon_sym_AMP_AMP,
ACTIONS(2382), 1,
anon_sym_PIPE_PIPE,
ACTIONS(2388), 1,
anon_sym_SLASH,
ACTIONS(2390), 1,
anon_sym_PIPE,
ACTIONS(2392), 1,
anon_sym_CARET,
ACTIONS(2396), 1,
anon_sym_GT_GT,
ACTIONS(2398), 1,
anon_sym_instanceof,
ACTIONS(2400), 1,
anon_sym_QMARK,
ACTIONS(2499), 1,
anon_sym_RPAREN,
ACTIONS(2501), 1,
anon_sym_COMMA,
STATE(1350), 1,
aux_sym_for_statement_repeat2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2374), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(2376), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(2378), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(2384), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(2386), 2,
anon_sym_STAR,
anon_sym_PERCENT,
ACTIONS(2394), 2,
anon_sym_LT_LT,
anon_sym_GT_GT_GT,
[18591] = 17,
ACTIONS(19), 1,
anon_sym_LT,
ACTIONS(1596), 1,
sym_identifier,
ACTIONS(2489), 1,
anon_sym_class,
ACTIONS(2491), 1,
anon_sym_AT,
ACTIONS(2493), 1,
anon_sym_enum,
ACTIONS(2495), 1,
anon_sym_record,
ACTIONS(2497), 1,
anon_sym_interface,
STATE(765), 1,
sym_scoped_type_identifier,
STATE(836), 1,
sym_generic_type,
STATE(900), 1,
sym__unannotated_type,
STATE(914), 1,
sym_type_parameters,
STATE(1344), 1,
sym__method_header,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(89), 2,
anon_sym_float,
anon_sym_double,
ACTIONS(91), 2,
sym_boolean_type,
sym_void_type,
STATE(844), 3,
sym_array_type,
sym_integral_type,
sym_floating_point_type,
ACTIONS(87), 5,
anon_sym_byte,
anon_sym_short,
anon_sym_int,
anon_sym_long,
anon_sym_char,
[18652] = 19,
ACTIONS(2372), 1,
anon_sym_AMP,
ACTIONS(2380), 1,
anon_sym_AMP_AMP,
ACTIONS(2382), 1,
anon_sym_PIPE_PIPE,
ACTIONS(2388), 1,
anon_sym_SLASH,
ACTIONS(2390), 1,
anon_sym_PIPE,
ACTIONS(2392), 1,
anon_sym_CARET,
ACTIONS(2396), 1,
anon_sym_GT_GT,
ACTIONS(2398), 1,
anon_sym_instanceof,
ACTIONS(2400), 1,
anon_sym_QMARK,
ACTIONS(2503), 1,
anon_sym_RBRACE,
ACTIONS(2505), 1,
anon_sym_COMMA,
STATE(1342), 1,
aux_sym_array_initializer_repeat1,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2374), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(2376), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(2378), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(2384), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(2386), 2,
anon_sym_STAR,
anon_sym_PERCENT,
ACTIONS(2394), 2,
anon_sym_LT_LT,
anon_sym_GT_GT_GT,
[18717] = 19,
ACTIONS(2372), 1,
anon_sym_AMP,
ACTIONS(2380), 1,
anon_sym_AMP_AMP,
ACTIONS(2382), 1,
anon_sym_PIPE_PIPE,
ACTIONS(2388), 1,
anon_sym_SLASH,
ACTIONS(2390), 1,
anon_sym_PIPE,
ACTIONS(2392), 1,
anon_sym_CARET,
ACTIONS(2396), 1,
anon_sym_GT_GT,
ACTIONS(2398), 1,
anon_sym_instanceof,
ACTIONS(2400), 1,
anon_sym_QMARK,
ACTIONS(2501), 1,
anon_sym_COMMA,
ACTIONS(2507), 1,
anon_sym_RPAREN,
STATE(1336), 1,
aux_sym_for_statement_repeat2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2374), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(2376), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(2378), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(2384), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(2386), 2,
anon_sym_STAR,
anon_sym_PERCENT,
ACTIONS(2394), 2,
anon_sym_LT_LT,
anon_sym_GT_GT_GT,
[18782] = 19,
ACTIONS(2372), 1,
anon_sym_AMP,
ACTIONS(2380), 1,
anon_sym_AMP_AMP,
ACTIONS(2382), 1,
anon_sym_PIPE_PIPE,
ACTIONS(2388), 1,
anon_sym_SLASH,
ACTIONS(2390), 1,
anon_sym_PIPE,
ACTIONS(2392), 1,
anon_sym_CARET,
ACTIONS(2396), 1,
anon_sym_GT_GT,
ACTIONS(2398), 1,
anon_sym_instanceof,
ACTIONS(2400), 1,
anon_sym_QMARK,
ACTIONS(2501), 1,
anon_sym_COMMA,
ACTIONS(2509), 1,
anon_sym_RPAREN,
STATE(1337), 1,
aux_sym_for_statement_repeat2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2374), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(2376), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(2378), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(2384), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(2386), 2,
anon_sym_STAR,
anon_sym_PERCENT,
ACTIONS(2394), 2,
anon_sym_LT_LT,
anon_sym_GT_GT_GT,
[18847] = 19,
ACTIONS(2372), 1,
anon_sym_AMP,
ACTIONS(2380), 1,
anon_sym_AMP_AMP,
ACTIONS(2382), 1,
anon_sym_PIPE_PIPE,
ACTIONS(2388), 1,
anon_sym_SLASH,
ACTIONS(2390), 1,
anon_sym_PIPE,
ACTIONS(2392), 1,
anon_sym_CARET,
ACTIONS(2396), 1,
anon_sym_GT_GT,
ACTIONS(2398), 1,
anon_sym_instanceof,
ACTIONS(2400), 1,
anon_sym_QMARK,
ACTIONS(2501), 1,
anon_sym_COMMA,
ACTIONS(2511), 1,
anon_sym_RPAREN,
STATE(1338), 1,
aux_sym_for_statement_repeat2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2374), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(2376), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(2378), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(2384), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(2386), 2,
anon_sym_STAR,
anon_sym_PERCENT,
ACTIONS(2394), 2,
anon_sym_LT_LT,
anon_sym_GT_GT_GT,
[18912] = 14,
ACTIONS(578), 1,
anon_sym_AT,
ACTIONS(1596), 1,
sym_identifier,
STATE(757), 1,
sym__unannotated_type,
STATE(765), 1,
sym_scoped_type_identifier,
STATE(836), 1,
sym_generic_type,
STATE(944), 1,
sym_annotated_type,
STATE(1215), 1,
sym__type,
STATE(1507), 1,
sym_type_list,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(89), 2,
anon_sym_float,
anon_sym_double,
ACTIONS(91), 2,
sym_boolean_type,
sym_void_type,
STATE(844), 3,
sym_array_type,
sym_integral_type,
sym_floating_point_type,
STATE(912), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
ACTIONS(87), 5,
anon_sym_byte,
anon_sym_short,
anon_sym_int,
anon_sym_long,
anon_sym_char,
[18967] = 19,
ACTIONS(2372), 1,
anon_sym_AMP,
ACTIONS(2380), 1,
anon_sym_AMP_AMP,
ACTIONS(2382), 1,
anon_sym_PIPE_PIPE,
ACTIONS(2388), 1,
anon_sym_SLASH,
ACTIONS(2390), 1,
anon_sym_PIPE,
ACTIONS(2392), 1,
anon_sym_CARET,
ACTIONS(2396), 1,
anon_sym_GT_GT,
ACTIONS(2398), 1,
anon_sym_instanceof,
ACTIONS(2400), 1,
anon_sym_QMARK,
ACTIONS(2501), 1,
anon_sym_COMMA,
ACTIONS(2513), 1,
anon_sym_RPAREN,
STATE(1339), 1,
aux_sym_for_statement_repeat2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2374), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(2376), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(2378), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(2384), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(2386), 2,
anon_sym_STAR,
anon_sym_PERCENT,
ACTIONS(2394), 2,
anon_sym_LT_LT,
anon_sym_GT_GT_GT,
[19032] = 19,
ACTIONS(2372), 1,
anon_sym_AMP,
ACTIONS(2380), 1,
anon_sym_AMP_AMP,
ACTIONS(2382), 1,
anon_sym_PIPE_PIPE,
ACTIONS(2388), 1,
anon_sym_SLASH,
ACTIONS(2390), 1,
anon_sym_PIPE,
ACTIONS(2392), 1,
anon_sym_CARET,
ACTIONS(2396), 1,
anon_sym_GT_GT,
ACTIONS(2398), 1,
anon_sym_instanceof,
ACTIONS(2400), 1,
anon_sym_QMARK,
ACTIONS(2501), 1,
anon_sym_COMMA,
ACTIONS(2515), 1,
anon_sym_RPAREN,
STATE(1324), 1,
aux_sym_for_statement_repeat2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2374), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(2376), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(2378), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(2384), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(2386), 2,
anon_sym_STAR,
anon_sym_PERCENT,
ACTIONS(2394), 2,
anon_sym_LT_LT,
anon_sym_GT_GT_GT,
[19097] = 19,
ACTIONS(2372), 1,
anon_sym_AMP,
ACTIONS(2380), 1,
anon_sym_AMP_AMP,
ACTIONS(2382), 1,
anon_sym_PIPE_PIPE,
ACTIONS(2388), 1,
anon_sym_SLASH,
ACTIONS(2390), 1,
anon_sym_PIPE,
ACTIONS(2392), 1,
anon_sym_CARET,
ACTIONS(2396), 1,
anon_sym_GT_GT,
ACTIONS(2398), 1,
anon_sym_instanceof,
ACTIONS(2400), 1,
anon_sym_QMARK,
ACTIONS(2501), 1,
anon_sym_COMMA,
ACTIONS(2517), 1,
anon_sym_RPAREN,
STATE(1270), 1,
aux_sym_for_statement_repeat2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2374), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(2376), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(2378), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(2384), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(2386), 2,
anon_sym_STAR,
anon_sym_PERCENT,
ACTIONS(2394), 2,
anon_sym_LT_LT,
anon_sym_GT_GT_GT,
[19162] = 19,
ACTIONS(2372), 1,
anon_sym_AMP,
ACTIONS(2380), 1,
anon_sym_AMP_AMP,
ACTIONS(2382), 1,
anon_sym_PIPE_PIPE,
ACTIONS(2388), 1,
anon_sym_SLASH,
ACTIONS(2390), 1,
anon_sym_PIPE,
ACTIONS(2392), 1,
anon_sym_CARET,
ACTIONS(2396), 1,
anon_sym_GT_GT,
ACTIONS(2398), 1,
anon_sym_instanceof,
ACTIONS(2400), 1,
anon_sym_QMARK,
ACTIONS(2501), 1,
anon_sym_COMMA,
ACTIONS(2519), 1,
anon_sym_RPAREN,
STATE(1250), 1,
aux_sym_for_statement_repeat2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2374), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(2376), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(2378), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(2384), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(2386), 2,
anon_sym_STAR,
anon_sym_PERCENT,
ACTIONS(2394), 2,
anon_sym_LT_LT,
anon_sym_GT_GT_GT,
[19227] = 14,
ACTIONS(578), 1,
anon_sym_AT,
ACTIONS(1596), 1,
sym_identifier,
STATE(757), 1,
sym__unannotated_type,
STATE(765), 1,
sym_scoped_type_identifier,
STATE(836), 1,
sym_generic_type,
STATE(944), 1,
sym_annotated_type,
STATE(1215), 1,
sym__type,
STATE(1514), 1,
sym_type_list,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(89), 2,
anon_sym_float,
anon_sym_double,
ACTIONS(91), 2,
sym_boolean_type,
sym_void_type,
STATE(844), 3,
sym_array_type,
sym_integral_type,
sym_floating_point_type,
STATE(912), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
ACTIONS(87), 5,
anon_sym_byte,
anon_sym_short,
anon_sym_int,
anon_sym_long,
anon_sym_char,
[19282] = 19,
ACTIONS(2372), 1,
anon_sym_AMP,
ACTIONS(2380), 1,
anon_sym_AMP_AMP,
ACTIONS(2382), 1,
anon_sym_PIPE_PIPE,
ACTIONS(2388), 1,
anon_sym_SLASH,
ACTIONS(2390), 1,
anon_sym_PIPE,
ACTIONS(2392), 1,
anon_sym_CARET,
ACTIONS(2396), 1,
anon_sym_GT_GT,
ACTIONS(2398), 1,
anon_sym_instanceof,
ACTIONS(2400), 1,
anon_sym_QMARK,
ACTIONS(2521), 1,
anon_sym_RBRACE,
ACTIONS(2523), 1,
anon_sym_COMMA,
STATE(1299), 1,
aux_sym_array_initializer_repeat1,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2374), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(2376), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(2378), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(2384), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(2386), 2,
anon_sym_STAR,
anon_sym_PERCENT,
ACTIONS(2394), 2,
anon_sym_LT_LT,
anon_sym_GT_GT_GT,
[19347] = 19,
ACTIONS(2372), 1,
anon_sym_AMP,
ACTIONS(2380), 1,
anon_sym_AMP_AMP,
ACTIONS(2382), 1,
anon_sym_PIPE_PIPE,
ACTIONS(2388), 1,
anon_sym_SLASH,
ACTIONS(2390), 1,
anon_sym_PIPE,
ACTIONS(2392), 1,
anon_sym_CARET,
ACTIONS(2396), 1,
anon_sym_GT_GT,
ACTIONS(2398), 1,
anon_sym_instanceof,
ACTIONS(2400), 1,
anon_sym_QMARK,
ACTIONS(2501), 1,
anon_sym_COMMA,
ACTIONS(2525), 1,
anon_sym_RPAREN,
STATE(1345), 1,
aux_sym_for_statement_repeat2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2374), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(2376), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(2378), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(2384), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(2386), 2,
anon_sym_STAR,
anon_sym_PERCENT,
ACTIONS(2394), 2,
anon_sym_LT_LT,
anon_sym_GT_GT_GT,
[19412] = 19,
ACTIONS(2372), 1,
anon_sym_AMP,
ACTIONS(2380), 1,
anon_sym_AMP_AMP,
ACTIONS(2382), 1,
anon_sym_PIPE_PIPE,
ACTIONS(2388), 1,
anon_sym_SLASH,
ACTIONS(2390), 1,
anon_sym_PIPE,
ACTIONS(2392), 1,
anon_sym_CARET,
ACTIONS(2396), 1,
anon_sym_GT_GT,
ACTIONS(2398), 1,
anon_sym_instanceof,
ACTIONS(2400), 1,
anon_sym_QMARK,
ACTIONS(2501), 1,
anon_sym_COMMA,
ACTIONS(2527), 1,
anon_sym_RPAREN,
STATE(1248), 1,
aux_sym_for_statement_repeat2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2374), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(2376), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(2378), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(2384), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(2386), 2,
anon_sym_STAR,
anon_sym_PERCENT,
ACTIONS(2394), 2,
anon_sym_LT_LT,
anon_sym_GT_GT_GT,
[19477] = 19,
ACTIONS(2372), 1,
anon_sym_AMP,
ACTIONS(2380), 1,
anon_sym_AMP_AMP,
ACTIONS(2382), 1,
anon_sym_PIPE_PIPE,
ACTIONS(2388), 1,
anon_sym_SLASH,
ACTIONS(2390), 1,
anon_sym_PIPE,
ACTIONS(2392), 1,
anon_sym_CARET,
ACTIONS(2396), 1,
anon_sym_GT_GT,
ACTIONS(2398), 1,
anon_sym_instanceof,
ACTIONS(2400), 1,
anon_sym_QMARK,
ACTIONS(2529), 1,
anon_sym_RPAREN,
ACTIONS(2531), 1,
anon_sym_COMMA,
STATE(1286), 1,
aux_sym_argument_list_repeat1,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2374), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(2376), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(2378), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(2384), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(2386), 2,
anon_sym_STAR,
anon_sym_PERCENT,
ACTIONS(2394), 2,
anon_sym_LT_LT,
anon_sym_GT_GT_GT,
[19542] = 19,
ACTIONS(2372), 1,
anon_sym_AMP,
ACTIONS(2380), 1,
anon_sym_AMP_AMP,
ACTIONS(2382), 1,
anon_sym_PIPE_PIPE,
ACTIONS(2388), 1,
anon_sym_SLASH,
ACTIONS(2390), 1,
anon_sym_PIPE,
ACTIONS(2392), 1,
anon_sym_CARET,
ACTIONS(2396), 1,
anon_sym_GT_GT,
ACTIONS(2398), 1,
anon_sym_instanceof,
ACTIONS(2400), 1,
anon_sym_QMARK,
ACTIONS(2501), 1,
anon_sym_COMMA,
ACTIONS(2533), 1,
anon_sym_RPAREN,
STATE(1348), 1,
aux_sym_for_statement_repeat2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2374), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(2376), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(2378), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(2384), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(2386), 2,
anon_sym_STAR,
anon_sym_PERCENT,
ACTIONS(2394), 2,
anon_sym_LT_LT,
anon_sym_GT_GT_GT,
[19607] = 19,
ACTIONS(2372), 1,
anon_sym_AMP,
ACTIONS(2380), 1,
anon_sym_AMP_AMP,
ACTIONS(2382), 1,
anon_sym_PIPE_PIPE,
ACTIONS(2388), 1,
anon_sym_SLASH,
ACTIONS(2390), 1,
anon_sym_PIPE,
ACTIONS(2392), 1,
anon_sym_CARET,
ACTIONS(2396), 1,
anon_sym_GT_GT,
ACTIONS(2398), 1,
anon_sym_instanceof,
ACTIONS(2400), 1,
anon_sym_QMARK,
ACTIONS(2501), 1,
anon_sym_COMMA,
ACTIONS(2535), 1,
anon_sym_RPAREN,
STATE(1326), 1,
aux_sym_for_statement_repeat2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2374), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(2376), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(2378), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(2384), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(2386), 2,
anon_sym_STAR,
anon_sym_PERCENT,
ACTIONS(2394), 2,
anon_sym_LT_LT,
anon_sym_GT_GT_GT,
[19672] = 19,
ACTIONS(2372), 1,
anon_sym_AMP,
ACTIONS(2380), 1,
anon_sym_AMP_AMP,
ACTIONS(2382), 1,
anon_sym_PIPE_PIPE,
ACTIONS(2388), 1,
anon_sym_SLASH,
ACTIONS(2390), 1,
anon_sym_PIPE,
ACTIONS(2392), 1,
anon_sym_CARET,
ACTIONS(2396), 1,
anon_sym_GT_GT,
ACTIONS(2398), 1,
anon_sym_instanceof,
ACTIONS(2400), 1,
anon_sym_QMARK,
ACTIONS(2501), 1,
anon_sym_COMMA,
ACTIONS(2537), 1,
anon_sym_RPAREN,
STATE(1349), 1,
aux_sym_for_statement_repeat2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2374), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(2376), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(2378), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(2384), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(2386), 2,
anon_sym_STAR,
anon_sym_PERCENT,
ACTIONS(2394), 2,
anon_sym_LT_LT,
anon_sym_GT_GT_GT,
[19737] = 19,
ACTIONS(2372), 1,
anon_sym_AMP,
ACTIONS(2380), 1,
anon_sym_AMP_AMP,
ACTIONS(2382), 1,
anon_sym_PIPE_PIPE,
ACTIONS(2388), 1,
anon_sym_SLASH,
ACTIONS(2390), 1,
anon_sym_PIPE,
ACTIONS(2392), 1,
anon_sym_CARET,
ACTIONS(2396), 1,
anon_sym_GT_GT,
ACTIONS(2398), 1,
anon_sym_instanceof,
ACTIONS(2400), 1,
anon_sym_QMARK,
ACTIONS(2501), 1,
anon_sym_COMMA,
ACTIONS(2539), 1,
anon_sym_RPAREN,
STATE(1333), 1,
aux_sym_for_statement_repeat2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2374), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(2376), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(2378), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(2384), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(2386), 2,
anon_sym_STAR,
anon_sym_PERCENT,
ACTIONS(2394), 2,
anon_sym_LT_LT,
anon_sym_GT_GT_GT,
[19802] = 19,
ACTIONS(2372), 1,
anon_sym_AMP,
ACTIONS(2380), 1,
anon_sym_AMP_AMP,
ACTIONS(2382), 1,
anon_sym_PIPE_PIPE,
ACTIONS(2388), 1,
anon_sym_SLASH,
ACTIONS(2390), 1,
anon_sym_PIPE,
ACTIONS(2392), 1,
anon_sym_CARET,
ACTIONS(2396), 1,
anon_sym_GT_GT,
ACTIONS(2398), 1,
anon_sym_instanceof,
ACTIONS(2400), 1,
anon_sym_QMARK,
ACTIONS(2501), 1,
anon_sym_COMMA,
ACTIONS(2541), 1,
anon_sym_RPAREN,
STATE(1334), 1,
aux_sym_for_statement_repeat2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2374), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(2376), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(2378), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(2384), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(2386), 2,
anon_sym_STAR,
anon_sym_PERCENT,
ACTIONS(2394), 2,
anon_sym_LT_LT,
anon_sym_GT_GT_GT,
[19867] = 17,
ACTIONS(19), 1,
anon_sym_LT,
ACTIONS(1596), 1,
sym_identifier,
ACTIONS(2489), 1,
anon_sym_class,
ACTIONS(2491), 1,
anon_sym_AT,
ACTIONS(2493), 1,
anon_sym_enum,
ACTIONS(2495), 1,
anon_sym_record,
ACTIONS(2497), 1,
anon_sym_interface,
STATE(765), 1,
sym_scoped_type_identifier,
STATE(836), 1,
sym_generic_type,
STATE(914), 1,
sym_type_parameters,
STATE(915), 1,
sym__unannotated_type,
STATE(1344), 1,
sym__method_header,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(89), 2,
anon_sym_float,
anon_sym_double,
ACTIONS(91), 2,
sym_boolean_type,
sym_void_type,
STATE(844), 3,
sym_array_type,
sym_integral_type,
sym_floating_point_type,
ACTIONS(87), 5,
anon_sym_byte,
anon_sym_short,
anon_sym_int,
anon_sym_long,
anon_sym_char,
[19928] = 19,
ACTIONS(2372), 1,
anon_sym_AMP,
ACTIONS(2380), 1,
anon_sym_AMP_AMP,
ACTIONS(2382), 1,
anon_sym_PIPE_PIPE,
ACTIONS(2388), 1,
anon_sym_SLASH,
ACTIONS(2390), 1,
anon_sym_PIPE,
ACTIONS(2392), 1,
anon_sym_CARET,
ACTIONS(2396), 1,
anon_sym_GT_GT,
ACTIONS(2398), 1,
anon_sym_instanceof,
ACTIONS(2400), 1,
anon_sym_QMARK,
ACTIONS(2501), 1,
anon_sym_COMMA,
ACTIONS(2543), 1,
anon_sym_RPAREN,
STATE(1351), 1,
aux_sym_for_statement_repeat2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2374), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(2376), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(2378), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(2384), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(2386), 2,
anon_sym_STAR,
anon_sym_PERCENT,
ACTIONS(2394), 2,
anon_sym_LT_LT,
anon_sym_GT_GT_GT,
[19993] = 19,
ACTIONS(2372), 1,
anon_sym_AMP,
ACTIONS(2380), 1,
anon_sym_AMP_AMP,
ACTIONS(2382), 1,
anon_sym_PIPE_PIPE,
ACTIONS(2388), 1,
anon_sym_SLASH,
ACTIONS(2390), 1,
anon_sym_PIPE,
ACTIONS(2392), 1,
anon_sym_CARET,
ACTIONS(2396), 1,
anon_sym_GT_GT,
ACTIONS(2398), 1,
anon_sym_instanceof,
ACTIONS(2400), 1,
anon_sym_QMARK,
ACTIONS(2501), 1,
anon_sym_COMMA,
ACTIONS(2545), 1,
anon_sym_RPAREN,
STATE(1352), 1,
aux_sym_for_statement_repeat2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2374), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(2376), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(2378), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(2384), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(2386), 2,
anon_sym_STAR,
anon_sym_PERCENT,
ACTIONS(2394), 2,
anon_sym_LT_LT,
anon_sym_GT_GT_GT,
[20058] = 19,
ACTIONS(2372), 1,
anon_sym_AMP,
ACTIONS(2380), 1,
anon_sym_AMP_AMP,
ACTIONS(2382), 1,
anon_sym_PIPE_PIPE,
ACTIONS(2388), 1,
anon_sym_SLASH,
ACTIONS(2390), 1,
anon_sym_PIPE,
ACTIONS(2392), 1,
anon_sym_CARET,
ACTIONS(2396), 1,
anon_sym_GT_GT,
ACTIONS(2398), 1,
anon_sym_instanceof,
ACTIONS(2400), 1,
anon_sym_QMARK,
ACTIONS(2501), 1,
anon_sym_COMMA,
ACTIONS(2547), 1,
anon_sym_RPAREN,
STATE(1353), 1,
aux_sym_for_statement_repeat2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2374), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(2376), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(2378), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(2384), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(2386), 2,
anon_sym_STAR,
anon_sym_PERCENT,
ACTIONS(2394), 2,
anon_sym_LT_LT,
anon_sym_GT_GT_GT,
[20123] = 19,
ACTIONS(2372), 1,
anon_sym_AMP,
ACTIONS(2380), 1,
anon_sym_AMP_AMP,
ACTIONS(2382), 1,
anon_sym_PIPE_PIPE,
ACTIONS(2388), 1,
anon_sym_SLASH,
ACTIONS(2390), 1,
anon_sym_PIPE,
ACTIONS(2392), 1,
anon_sym_CARET,
ACTIONS(2396), 1,
anon_sym_GT_GT,
ACTIONS(2398), 1,
anon_sym_instanceof,
ACTIONS(2400), 1,
anon_sym_QMARK,
ACTIONS(2501), 1,
anon_sym_COMMA,
ACTIONS(2549), 1,
anon_sym_RPAREN,
STATE(1261), 1,
aux_sym_for_statement_repeat2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2374), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(2376), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(2378), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(2384), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(2386), 2,
anon_sym_STAR,
anon_sym_PERCENT,
ACTIONS(2394), 2,
anon_sym_LT_LT,
anon_sym_GT_GT_GT,
[20188] = 19,
ACTIONS(2372), 1,
anon_sym_AMP,
ACTIONS(2380), 1,
anon_sym_AMP_AMP,
ACTIONS(2382), 1,
anon_sym_PIPE_PIPE,
ACTIONS(2388), 1,
anon_sym_SLASH,
ACTIONS(2390), 1,
anon_sym_PIPE,
ACTIONS(2392), 1,
anon_sym_CARET,
ACTIONS(2396), 1,
anon_sym_GT_GT,
ACTIONS(2398), 1,
anon_sym_instanceof,
ACTIONS(2400), 1,
anon_sym_QMARK,
ACTIONS(2501), 1,
anon_sym_COMMA,
ACTIONS(2551), 1,
anon_sym_RPAREN,
STATE(1354), 1,
aux_sym_for_statement_repeat2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2374), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(2376), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(2378), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(2384), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(2386), 2,
anon_sym_STAR,
anon_sym_PERCENT,
ACTIONS(2394), 2,
anon_sym_LT_LT,
anon_sym_GT_GT_GT,
[20253] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1821), 12,
anon_sym_DOT,
sym_underscore_pattern,
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(1823), 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,
[20286] = 19,
ACTIONS(2372), 1,
anon_sym_AMP,
ACTIONS(2380), 1,
anon_sym_AMP_AMP,
ACTIONS(2382), 1,
anon_sym_PIPE_PIPE,
ACTIONS(2388), 1,
anon_sym_SLASH,
ACTIONS(2390), 1,
anon_sym_PIPE,
ACTIONS(2392), 1,
anon_sym_CARET,
ACTIONS(2396), 1,
anon_sym_GT_GT,
ACTIONS(2398), 1,
anon_sym_instanceof,
ACTIONS(2400), 1,
anon_sym_QMARK,
ACTIONS(2501), 1,
anon_sym_COMMA,
ACTIONS(2553), 1,
anon_sym_RPAREN,
STATE(1268), 1,
aux_sym_for_statement_repeat2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2374), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(2376), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(2378), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(2384), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(2386), 2,
anon_sym_STAR,
anon_sym_PERCENT,
ACTIONS(2394), 2,
anon_sym_LT_LT,
anon_sym_GT_GT_GT,
[20351] = 14,
ACTIONS(578), 1,
anon_sym_AT,
ACTIONS(1596), 1,
sym_identifier,
ACTIONS(2555), 1,
anon_sym_open,
ACTIONS(2557), 1,
anon_sym_module,
ACTIONS(2559), 1,
anon_sym_package,
STATE(755), 1,
sym__unannotated_type,
STATE(765), 1,
sym_scoped_type_identifier,
STATE(836), 1,
sym_generic_type,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(89), 2,
anon_sym_float,
anon_sym_double,
ACTIONS(91), 2,
sym_boolean_type,
sym_void_type,
STATE(844), 3,
sym_array_type,
sym_integral_type,
sym_floating_point_type,
STATE(921), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
ACTIONS(87), 5,
anon_sym_byte,
anon_sym_short,
anon_sym_int,
anon_sym_long,
anon_sym_char,
[20406] = 19,
ACTIONS(2372), 1,
anon_sym_AMP,
ACTIONS(2380), 1,
anon_sym_AMP_AMP,
ACTIONS(2382), 1,
anon_sym_PIPE_PIPE,
ACTIONS(2388), 1,
anon_sym_SLASH,
ACTIONS(2390), 1,
anon_sym_PIPE,
ACTIONS(2392), 1,
anon_sym_CARET,
ACTIONS(2396), 1,
anon_sym_GT_GT,
ACTIONS(2398), 1,
anon_sym_instanceof,
ACTIONS(2400), 1,
anon_sym_QMARK,
ACTIONS(2501), 1,
anon_sym_COMMA,
ACTIONS(2561), 1,
anon_sym_RPAREN,
STATE(1280), 1,
aux_sym_for_statement_repeat2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2374), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(2376), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(2378), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(2384), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(2386), 2,
anon_sym_STAR,
anon_sym_PERCENT,
ACTIONS(2394), 2,
anon_sym_LT_LT,
anon_sym_GT_GT_GT,
[20471] = 9,
ACTIONS(81), 1,
anon_sym_non_DASHsealed,
ACTIONS(1697), 1,
anon_sym_AT,
ACTIONS(2402), 1,
sym_identifier,
STATE(1256), 1,
sym_enum_constant,
STATE(1581), 1,
sym_modifiers,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(77), 3,
anon_sym_public,
anon_sym_protected,
anon_sym_private,
STATE(864), 6,
sym__annotation,
sym_marker_annotation,
sym_annotation,
sym_visibility,
sym__modifier,
aux_sym_modifiers_repeat1,
ACTIONS(35), 10,
anon_sym_default,
anon_sym_synchronized,
anon_sym_static,
anon_sym_abstract,
anon_sym_final,
anon_sym_strictfp,
anon_sym_native,
anon_sym_transient,
anon_sym_volatile,
anon_sym_sealed,
[20516] = 19,
ACTIONS(2372), 1,
anon_sym_AMP,
ACTIONS(2380), 1,
anon_sym_AMP_AMP,
ACTIONS(2382), 1,
anon_sym_PIPE_PIPE,
ACTIONS(2388), 1,
anon_sym_SLASH,
ACTIONS(2390), 1,
anon_sym_PIPE,
ACTIONS(2392), 1,
anon_sym_CARET,
ACTIONS(2396), 1,
anon_sym_GT_GT,
ACTIONS(2398), 1,
anon_sym_instanceof,
ACTIONS(2400), 1,
anon_sym_QMARK,
ACTIONS(2563), 1,
anon_sym_COMMA,
ACTIONS(2565), 1,
anon_sym_SEMI,
STATE(1363), 1,
aux_sym_for_statement_repeat1,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2374), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(2376), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(2378), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(2384), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(2386), 2,
anon_sym_STAR,
anon_sym_PERCENT,
ACTIONS(2394), 2,
anon_sym_LT_LT,
anon_sym_GT_GT_GT,
[20581] = 17,
ACTIONS(2372), 1,
anon_sym_AMP,
ACTIONS(2380), 1,
anon_sym_AMP_AMP,
ACTIONS(2382), 1,
anon_sym_PIPE_PIPE,
ACTIONS(2388), 1,
anon_sym_SLASH,
ACTIONS(2390), 1,
anon_sym_PIPE,
ACTIONS(2392), 1,
anon_sym_CARET,
ACTIONS(2396), 1,
anon_sym_GT_GT,
ACTIONS(2398), 1,
anon_sym_instanceof,
ACTIONS(2400), 1,
anon_sym_QMARK,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2374), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(2376), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(2378), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(2384), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(2386), 2,
anon_sym_STAR,
anon_sym_PERCENT,
ACTIONS(2394), 2,
anon_sym_LT_LT,
anon_sym_GT_GT_GT,
ACTIONS(2567), 3,
anon_sym_RPAREN,
anon_sym_COMMA,
anon_sym_SEMI,
[20642] = 19,
ACTIONS(2372), 1,
anon_sym_AMP,
ACTIONS(2380), 1,
anon_sym_AMP_AMP,
ACTIONS(2382), 1,
anon_sym_PIPE_PIPE,
ACTIONS(2388), 1,
anon_sym_SLASH,
ACTIONS(2390), 1,
anon_sym_PIPE,
ACTIONS(2392), 1,
anon_sym_CARET,
ACTIONS(2396), 1,
anon_sym_GT_GT,
ACTIONS(2398), 1,
anon_sym_instanceof,
ACTIONS(2400), 1,
anon_sym_QMARK,
ACTIONS(2501), 1,
anon_sym_COMMA,
ACTIONS(2569), 1,
anon_sym_RPAREN,
STATE(1288), 1,
aux_sym_for_statement_repeat2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2374), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(2376), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(2378), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(2384), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(2386), 2,
anon_sym_STAR,
anon_sym_PERCENT,
ACTIONS(2394), 2,
anon_sym_LT_LT,
anon_sym_GT_GT_GT,
[20707] = 19,
ACTIONS(2372), 1,
anon_sym_AMP,
ACTIONS(2380), 1,
anon_sym_AMP_AMP,
ACTIONS(2382), 1,
anon_sym_PIPE_PIPE,
ACTIONS(2388), 1,
anon_sym_SLASH,
ACTIONS(2390), 1,
anon_sym_PIPE,
ACTIONS(2392), 1,
anon_sym_CARET,
ACTIONS(2396), 1,
anon_sym_GT_GT,
ACTIONS(2398), 1,
anon_sym_instanceof,
ACTIONS(2400), 1,
anon_sym_QMARK,
ACTIONS(2501), 1,
anon_sym_COMMA,
ACTIONS(2571), 1,
anon_sym_RPAREN,
STATE(1332), 1,
aux_sym_for_statement_repeat2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2374), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(2376), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(2378), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(2384), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(2386), 2,
anon_sym_STAR,
anon_sym_PERCENT,
ACTIONS(2394), 2,
anon_sym_LT_LT,
anon_sym_GT_GT_GT,
[20772] = 4,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(638), 2,
anon_sym_while,
anon_sym_else,
ACTIONS(642), 6,
anon_sym_AMP,
anon_sym_GT,
anon_sym_LT,
anon_sym_SLASH,
anon_sym_PIPE,
anon_sym_GT_GT,
ACTIONS(647), 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_PLUS,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_CARET,
anon_sym_PERCENT,
anon_sym_LT_LT,
anon_sym_GT_GT_GT,
anon_sym_instanceof,
anon_sym_QMARK,
anon_sym_SEMI,
[20807] = 13,
ACTIONS(576), 1,
anon_sym_yield,
ACTIONS(1699), 1,
sym_identifier,
STATE(460), 1,
sym__unannotated_type,
STATE(482), 1,
sym_scoped_type_identifier,
STATE(486), 1,
sym_generic_type,
STATE(706), 1,
sym_record_pattern,
STATE(1409), 1,
sym__reserved_identifier,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1703), 2,
anon_sym_float,
anon_sym_double,
ACTIONS(1705), 2,
sym_boolean_type,
sym_void_type,
STATE(508), 3,
sym_array_type,
sym_integral_type,
sym_floating_point_type,
ACTIONS(69), 5,
anon_sym_open,
anon_sym_module,
anon_sym_with,
anon_sym_sealed,
anon_sym_record,
ACTIONS(1701), 5,
anon_sym_byte,
anon_sym_short,
anon_sym_int,
anon_sym_long,
anon_sym_char,
[20860] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1855), 12,
anon_sym_DOT,
sym_underscore_pattern,
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(1857), 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,
[20893] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1813), 12,
anon_sym_DOT,
sym_underscore_pattern,
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(1815), 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,
[20926] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1859), 12,
anon_sym_DOT,
sym_underscore_pattern,
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(1861), 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,
[20959] = 19,
ACTIONS(2372), 1,
anon_sym_AMP,
ACTIONS(2380), 1,
anon_sym_AMP_AMP,
ACTIONS(2382), 1,
anon_sym_PIPE_PIPE,
ACTIONS(2388), 1,
anon_sym_SLASH,
ACTIONS(2390), 1,
anon_sym_PIPE,
ACTIONS(2392), 1,
anon_sym_CARET,
ACTIONS(2396), 1,
anon_sym_GT_GT,
ACTIONS(2398), 1,
anon_sym_instanceof,
ACTIONS(2400), 1,
anon_sym_QMARK,
ACTIONS(2563), 1,
anon_sym_COMMA,
ACTIONS(2573), 1,
anon_sym_SEMI,
STATE(1362), 1,
aux_sym_for_statement_repeat1,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2374), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(2376), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(2378), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(2384), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(2386), 2,
anon_sym_STAR,
anon_sym_PERCENT,
ACTIONS(2394), 2,
anon_sym_LT_LT,
anon_sym_GT_GT_GT,
[21024] = 19,
ACTIONS(2372), 1,
anon_sym_AMP,
ACTIONS(2380), 1,
anon_sym_AMP_AMP,
ACTIONS(2382), 1,
anon_sym_PIPE_PIPE,
ACTIONS(2388), 1,
anon_sym_SLASH,
ACTIONS(2390), 1,
anon_sym_PIPE,
ACTIONS(2392), 1,
anon_sym_CARET,
ACTIONS(2396), 1,
anon_sym_GT_GT,
ACTIONS(2398), 1,
anon_sym_instanceof,
ACTIONS(2400), 1,
anon_sym_QMARK,
ACTIONS(2531), 1,
anon_sym_COMMA,
ACTIONS(2575), 1,
anon_sym_RPAREN,
STATE(1292), 1,
aux_sym_argument_list_repeat1,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2374), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(2376), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(2378), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(2384), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(2386), 2,
anon_sym_STAR,
anon_sym_PERCENT,
ACTIONS(2394), 2,
anon_sym_LT_LT,
anon_sym_GT_GT_GT,
[21089] = 19,
ACTIONS(2372), 1,
anon_sym_AMP,
ACTIONS(2380), 1,
anon_sym_AMP_AMP,
ACTIONS(2382), 1,
anon_sym_PIPE_PIPE,
ACTIONS(2388), 1,
anon_sym_SLASH,
ACTIONS(2390), 1,
anon_sym_PIPE,
ACTIONS(2392), 1,
anon_sym_CARET,
ACTIONS(2396), 1,
anon_sym_GT_GT,
ACTIONS(2398), 1,
anon_sym_instanceof,
ACTIONS(2400), 1,
anon_sym_QMARK,
ACTIONS(2563), 1,
anon_sym_COMMA,
ACTIONS(2577), 1,
anon_sym_SEMI,
STATE(1364), 1,
aux_sym_for_statement_repeat1,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2374), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(2376), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(2378), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(2384), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(2386), 2,
anon_sym_STAR,
anon_sym_PERCENT,
ACTIONS(2394), 2,
anon_sym_LT_LT,
anon_sym_GT_GT_GT,
[21154] = 14,
ACTIONS(578), 1,
anon_sym_AT,
ACTIONS(1596), 1,
sym_identifier,
STATE(757), 1,
sym__unannotated_type,
STATE(765), 1,
sym_scoped_type_identifier,
STATE(836), 1,
sym_generic_type,
STATE(944), 1,
sym_annotated_type,
STATE(1215), 1,
sym__type,
STATE(1454), 1,
sym_type_list,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(89), 2,
anon_sym_float,
anon_sym_double,
ACTIONS(91), 2,
sym_boolean_type,
sym_void_type,
STATE(844), 3,
sym_array_type,
sym_integral_type,
sym_floating_point_type,
STATE(912), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
ACTIONS(87), 5,
anon_sym_byte,
anon_sym_short,
anon_sym_int,
anon_sym_long,
anon_sym_char,
[21209] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1853), 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,
ACTIONS(1851), 12,
anon_sym_DOT,
sym_underscore_pattern,
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,
[21241] = 13,
ACTIONS(578), 1,
anon_sym_AT,
ACTIONS(1596), 1,
sym_identifier,
STATE(757), 1,
sym__unannotated_type,
STATE(765), 1,
sym_scoped_type_identifier,
STATE(836), 1,
sym_generic_type,
STATE(944), 1,
sym_annotated_type,
STATE(1043), 1,
sym__type,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(89), 2,
anon_sym_float,
anon_sym_double,
ACTIONS(91), 2,
sym_boolean_type,
sym_void_type,
STATE(844), 3,
sym_array_type,
sym_integral_type,
sym_floating_point_type,
STATE(912), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
ACTIONS(87), 5,
anon_sym_byte,
anon_sym_short,
anon_sym_int,
anon_sym_long,
anon_sym_char,
[21293] = 17,
ACTIONS(2372), 1,
anon_sym_AMP,
ACTIONS(2380), 1,
anon_sym_AMP_AMP,
ACTIONS(2382), 1,
anon_sym_PIPE_PIPE,
ACTIONS(2388), 1,
anon_sym_SLASH,
ACTIONS(2390), 1,
anon_sym_PIPE,
ACTIONS(2392), 1,
anon_sym_CARET,
ACTIONS(2396), 1,
anon_sym_GT_GT,
ACTIONS(2398), 1,
anon_sym_instanceof,
ACTIONS(2400), 1,
anon_sym_QMARK,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2374), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(2376), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(2378), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(2384), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(2386), 2,
anon_sym_STAR,
anon_sym_PERCENT,
ACTIONS(2394), 2,
anon_sym_LT_LT,
anon_sym_GT_GT_GT,
ACTIONS(2473), 2,
anon_sym_RPAREN,
anon_sym_COMMA,
[21353] = 13,
ACTIONS(578), 1,
anon_sym_AT,
ACTIONS(1596), 1,
sym_identifier,
STATE(757), 1,
sym__unannotated_type,
STATE(765), 1,
sym_scoped_type_identifier,
STATE(836), 1,
sym_generic_type,
STATE(944), 1,
sym_annotated_type,
STATE(1434), 1,
sym__type,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(89), 2,
anon_sym_float,
anon_sym_double,
ACTIONS(91), 2,
sym_boolean_type,
sym_void_type,
STATE(844), 3,
sym_array_type,
sym_integral_type,
sym_floating_point_type,
STATE(912), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
ACTIONS(87), 5,
anon_sym_byte,
anon_sym_short,
anon_sym_int,
anon_sym_long,
anon_sym_char,
[21405] = 17,
ACTIONS(2372), 1,
anon_sym_AMP,
ACTIONS(2380), 1,
anon_sym_AMP_AMP,
ACTIONS(2382), 1,
anon_sym_PIPE_PIPE,
ACTIONS(2388), 1,
anon_sym_SLASH,
ACTIONS(2390), 1,
anon_sym_PIPE,
ACTIONS(2392), 1,
anon_sym_CARET,
ACTIONS(2396), 1,
anon_sym_GT_GT,
ACTIONS(2398), 1,
anon_sym_instanceof,
ACTIONS(2400), 1,
anon_sym_QMARK,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2374), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(2376), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(2378), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(2384), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(2386), 2,
anon_sym_STAR,
anon_sym_PERCENT,
ACTIONS(2394), 2,
anon_sym_LT_LT,
anon_sym_GT_GT_GT,
ACTIONS(2579), 2,
anon_sym_RBRACE,
anon_sym_COMMA,
[21465] = 4,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2413), 2,
anon_sym_DASH_GT,
anon_sym_COLON,
ACTIONS(642), 7,
anon_sym_AMP,
anon_sym_GT,
anon_sym_LT,
anon_sym_DASH,
anon_sym_SLASH,
anon_sym_PIPE,
anon_sym_GT_GT,
ACTIONS(647), 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_PLUS,
anon_sym_STAR,
anon_sym_CARET,
anon_sym_PERCENT,
anon_sym_LT_LT,
anon_sym_GT_GT_GT,
anon_sym_instanceof,
anon_sym_QMARK,
[21499] = 17,
ACTIONS(2372), 1,
anon_sym_AMP,
ACTIONS(2380), 1,
anon_sym_AMP_AMP,
ACTIONS(2382), 1,
anon_sym_PIPE_PIPE,
ACTIONS(2388), 1,
anon_sym_SLASH,
ACTIONS(2390), 1,
anon_sym_PIPE,
ACTIONS(2392), 1,
anon_sym_CARET,
ACTIONS(2396), 1,
anon_sym_GT_GT,
ACTIONS(2398), 1,
anon_sym_instanceof,
ACTIONS(2400), 1,
anon_sym_QMARK,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2374), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(2376), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(2378), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(2384), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(2386), 2,
anon_sym_STAR,
anon_sym_PERCENT,
ACTIONS(2394), 2,
anon_sym_LT_LT,
anon_sym_GT_GT_GT,
ACTIONS(2581), 2,
anon_sym_RPAREN,
anon_sym_SEMI,
[21559] = 17,
ACTIONS(2372), 1,
anon_sym_AMP,
ACTIONS(2380), 1,
anon_sym_AMP_AMP,
ACTIONS(2382), 1,
anon_sym_PIPE_PIPE,
ACTIONS(2388), 1,
anon_sym_SLASH,
ACTIONS(2390), 1,
anon_sym_PIPE,
ACTIONS(2392), 1,
anon_sym_CARET,
ACTIONS(2396), 1,
anon_sym_GT_GT,
ACTIONS(2398), 1,
anon_sym_instanceof,
ACTIONS(2400), 1,
anon_sym_QMARK,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2374), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(2376), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(2378), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(2384), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(2386), 2,
anon_sym_STAR,
anon_sym_PERCENT,
ACTIONS(2394), 2,
anon_sym_LT_LT,
anon_sym_GT_GT_GT,
ACTIONS(2583), 2,
anon_sym_RPAREN,
anon_sym_COMMA,
[21619] = 13,
ACTIONS(578), 1,
anon_sym_AT,
ACTIONS(1596), 1,
sym_identifier,
STATE(757), 1,
sym__unannotated_type,
STATE(765), 1,
sym_scoped_type_identifier,
STATE(836), 1,
sym_generic_type,
STATE(944), 1,
sym_annotated_type,
STATE(1417), 1,
sym__type,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(89), 2,
anon_sym_float,
anon_sym_double,
ACTIONS(91), 2,
sym_boolean_type,
sym_void_type,
STATE(844), 3,
sym_array_type,
sym_integral_type,
sym_floating_point_type,
STATE(912), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
ACTIONS(87), 5,
anon_sym_byte,
anon_sym_short,
anon_sym_int,
anon_sym_long,
anon_sym_char,
[21671] = 13,
ACTIONS(578), 1,
anon_sym_AT,
ACTIONS(1596), 1,
sym_identifier,
STATE(757), 1,
sym__unannotated_type,
STATE(765), 1,
sym_scoped_type_identifier,
STATE(836), 1,
sym_generic_type,
STATE(944), 1,
sym_annotated_type,
STATE(1238), 1,
sym__type,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(89), 2,
anon_sym_float,
anon_sym_double,
ACTIONS(91), 2,
sym_boolean_type,
sym_void_type,
STATE(844), 3,
sym_array_type,
sym_integral_type,
sym_floating_point_type,
STATE(912), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
ACTIONS(87), 5,
anon_sym_byte,
anon_sym_short,
anon_sym_int,
anon_sym_long,
anon_sym_char,
[21723] = 4,
ACTIONS(2485), 1,
anon_sym_DOT,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1771), 11,
sym_underscore_pattern,
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(1773), 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,
[21757] = 13,
ACTIONS(578), 1,
anon_sym_AT,
ACTIONS(1596), 1,
sym_identifier,
STATE(757), 1,
sym__unannotated_type,
STATE(765), 1,
sym_scoped_type_identifier,
STATE(836), 1,
sym_generic_type,
STATE(944), 1,
sym_annotated_type,
STATE(1267), 1,
sym__type,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(89), 2,
anon_sym_float,
anon_sym_double,
ACTIONS(91), 2,
sym_boolean_type,
sym_void_type,
STATE(844), 3,
sym_array_type,
sym_integral_type,
sym_floating_point_type,
STATE(912), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
ACTIONS(87), 5,
anon_sym_byte,
anon_sym_short,
anon_sym_int,
anon_sym_long,
anon_sym_char,
[21809] = 18,
ACTIONS(2372), 1,
anon_sym_AMP,
ACTIONS(2380), 1,
anon_sym_AMP_AMP,
ACTIONS(2382), 1,
anon_sym_PIPE_PIPE,
ACTIONS(2388), 1,
anon_sym_SLASH,
ACTIONS(2390), 1,
anon_sym_PIPE,
ACTIONS(2392), 1,
anon_sym_CARET,
ACTIONS(2396), 1,
anon_sym_GT_GT,
ACTIONS(2398), 1,
anon_sym_instanceof,
ACTIONS(2400), 1,
anon_sym_QMARK,
ACTIONS(2585), 1,
anon_sym_COLON,
ACTIONS(2587), 1,
anon_sym_SEMI,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2374), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(2376), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(2378), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(2384), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(2386), 2,
anon_sym_STAR,
anon_sym_PERCENT,
ACTIONS(2394), 2,
anon_sym_LT_LT,
anon_sym_GT_GT_GT,
[21871] = 17,
ACTIONS(576), 1,
anon_sym_yield,
ACTIONS(1697), 1,
anon_sym_AT,
ACTIONS(2435), 1,
anon_sym_LBRACK,
ACTIONS(2463), 1,
anon_sym_COLON_COLON,
ACTIONS(2479), 1,
sym_underscore_pattern,
ACTIONS(2589), 1,
sym_identifier,
ACTIONS(2591), 1,
anon_sym_DOT,
STATE(741), 1,
aux_sym_dimensions_repeat1,
STATE(826), 1,
sym_dimensions,
STATE(996), 1,
sym__reserved_identifier,
STATE(1186), 1,
sym__variable_declarator_id,
STATE(1210), 1,
sym__method_declarator,
STATE(1273), 1,
sym_variable_declarator,
STATE(1552), 1,
sym__variable_declarator_list,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(1119), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
ACTIONS(69), 5,
anon_sym_open,
anon_sym_module,
anon_sym_with,
anon_sym_sealed,
anon_sym_record,
[21931] = 13,
ACTIONS(578), 1,
anon_sym_AT,
ACTIONS(1596), 1,
sym_identifier,
STATE(757), 1,
sym__unannotated_type,
STATE(765), 1,
sym_scoped_type_identifier,
STATE(836), 1,
sym_generic_type,
STATE(944), 1,
sym_annotated_type,
STATE(1340), 1,
sym__type,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(89), 2,
anon_sym_float,
anon_sym_double,
ACTIONS(91), 2,
sym_boolean_type,
sym_void_type,
STATE(844), 3,
sym_array_type,
sym_integral_type,
sym_floating_point_type,
STATE(912), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
ACTIONS(87), 5,
anon_sym_byte,
anon_sym_short,
anon_sym_int,
anon_sym_long,
anon_sym_char,
[21983] = 13,
ACTIONS(578), 1,
anon_sym_AT,
ACTIONS(1596), 1,
sym_identifier,
STATE(757), 1,
sym__unannotated_type,
STATE(765), 1,
sym_scoped_type_identifier,
STATE(836), 1,
sym_generic_type,
STATE(944), 1,
sym_annotated_type,
STATE(1229), 1,
sym__type,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(89), 2,
anon_sym_float,
anon_sym_double,
ACTIONS(91), 2,
sym_boolean_type,
sym_void_type,
STATE(844), 3,
sym_array_type,
sym_integral_type,
sym_floating_point_type,
STATE(912), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
ACTIONS(87), 5,
anon_sym_byte,
anon_sym_short,
anon_sym_int,
anon_sym_long,
anon_sym_char,
[22035] = 6,
ACTIONS(2593), 1,
anon_sym_LPAREN,
ACTIONS(2595), 1,
anon_sym_DOT,
STATE(923), 1,
sym_annotation_argument_list,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1847), 7,
anon_sym_RBRACE,
anon_sym_RPAREN,
anon_sym_LT,
anon_sym_COMMA,
anon_sym_QMARK,
anon_sym_SEMI,
anon_sym_AT,
ACTIONS(1843), 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,
anon_sym_float,
anon_sym_double,
sym_boolean_type,
sym_void_type,
sym_identifier,
[22073] = 17,
ACTIONS(2372), 1,
anon_sym_AMP,
ACTIONS(2380), 1,
anon_sym_AMP_AMP,
ACTIONS(2382), 1,
anon_sym_PIPE_PIPE,
ACTIONS(2388), 1,
anon_sym_SLASH,
ACTIONS(2390), 1,
anon_sym_PIPE,
ACTIONS(2392), 1,
anon_sym_CARET,
ACTIONS(2396), 1,
anon_sym_GT_GT,
ACTIONS(2398), 1,
anon_sym_instanceof,
ACTIONS(2400), 1,
anon_sym_QMARK,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2374), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(2376), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(2378), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(2384), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(2386), 2,
anon_sym_STAR,
anon_sym_PERCENT,
ACTIONS(2394), 2,
anon_sym_LT_LT,
anon_sym_GT_GT_GT,
ACTIONS(2597), 2,
anon_sym_COMMA,
anon_sym_SEMI,
[22133] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1773), 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,
ACTIONS(1771), 12,
anon_sym_DOT,
sym_underscore_pattern,
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,
[22165] = 17,
ACTIONS(2372), 1,
anon_sym_AMP,
ACTIONS(2380), 1,
anon_sym_AMP_AMP,
ACTIONS(2382), 1,
anon_sym_PIPE_PIPE,
ACTIONS(2388), 1,
anon_sym_SLASH,
ACTIONS(2390), 1,
anon_sym_PIPE,
ACTIONS(2392), 1,
anon_sym_CARET,
ACTIONS(2396), 1,
anon_sym_GT_GT,
ACTIONS(2398), 1,
anon_sym_instanceof,
ACTIONS(2400), 1,
anon_sym_QMARK,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2374), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(2376), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(2378), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(2384), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(2386), 2,
anon_sym_STAR,
anon_sym_PERCENT,
ACTIONS(2394), 2,
anon_sym_LT_LT,
anon_sym_GT_GT_GT,
ACTIONS(2599), 2,
anon_sym_RPAREN,
anon_sym_COMMA,
[22225] = 13,
ACTIONS(578), 1,
anon_sym_AT,
ACTIONS(1596), 1,
sym_identifier,
STATE(757), 1,
sym__unannotated_type,
STATE(765), 1,
sym_scoped_type_identifier,
STATE(836), 1,
sym_generic_type,
STATE(944), 1,
sym_annotated_type,
STATE(1214), 1,
sym__type,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(89), 2,
anon_sym_float,
anon_sym_double,
ACTIONS(91), 2,
sym_boolean_type,
sym_void_type,
STATE(844), 3,
sym_array_type,
sym_integral_type,
sym_floating_point_type,
STATE(912), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
ACTIONS(87), 5,
anon_sym_byte,
anon_sym_short,
anon_sym_int,
anon_sym_long,
anon_sym_char,
[22277] = 17,
ACTIONS(2372), 1,
anon_sym_AMP,
ACTIONS(2380), 1,
anon_sym_AMP_AMP,
ACTIONS(2382), 1,
anon_sym_PIPE_PIPE,
ACTIONS(2388), 1,
anon_sym_SLASH,
ACTIONS(2390), 1,
anon_sym_PIPE,
ACTIONS(2392), 1,
anon_sym_CARET,
ACTIONS(2396), 1,
anon_sym_GT_GT,
ACTIONS(2398), 1,
anon_sym_instanceof,
ACTIONS(2400), 1,
anon_sym_QMARK,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2374), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(2376), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(2378), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(2384), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(2386), 2,
anon_sym_STAR,
anon_sym_PERCENT,
ACTIONS(2394), 2,
anon_sym_LT_LT,
anon_sym_GT_GT_GT,
ACTIONS(2601), 2,
anon_sym_RPAREN,
anon_sym_SEMI,
[22337] = 17,
ACTIONS(2372), 1,
anon_sym_AMP,
ACTIONS(2380), 1,
anon_sym_AMP_AMP,
ACTIONS(2382), 1,
anon_sym_PIPE_PIPE,
ACTIONS(2388), 1,
anon_sym_SLASH,
ACTIONS(2390), 1,
anon_sym_PIPE,
ACTIONS(2392), 1,
anon_sym_CARET,
ACTIONS(2396), 1,
anon_sym_GT_GT,
ACTIONS(2398), 1,
anon_sym_instanceof,
ACTIONS(2400), 1,
anon_sym_QMARK,
ACTIONS(2603), 1,
anon_sym_COLON,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2374), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(2376), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(2378), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(2384), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(2386), 2,
anon_sym_STAR,
anon_sym_PERCENT,
ACTIONS(2394), 2,
anon_sym_LT_LT,
anon_sym_GT_GT_GT,
[22396] = 12,
ACTIONS(578), 1,
anon_sym_AT,
ACTIONS(1596), 1,
sym_identifier,
ACTIONS(2605), 1,
anon_sym_QMARK,
STATE(755), 1,
sym__unannotated_type,
STATE(765), 1,
sym_scoped_type_identifier,
STATE(836), 1,
sym_generic_type,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(89), 2,
anon_sym_float,
anon_sym_double,
ACTIONS(91), 2,
sym_boolean_type,
sym_void_type,
STATE(844), 3,
sym_array_type,
sym_integral_type,
sym_floating_point_type,
STATE(921), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
ACTIONS(87), 5,
anon_sym_byte,
anon_sym_short,
anon_sym_int,
anon_sym_long,
anon_sym_char,
[22445] = 17,
ACTIONS(2372), 1,
anon_sym_AMP,
ACTIONS(2380), 1,
anon_sym_AMP_AMP,
ACTIONS(2382), 1,
anon_sym_PIPE_PIPE,
ACTIONS(2388), 1,
anon_sym_SLASH,
ACTIONS(2390), 1,
anon_sym_PIPE,
ACTIONS(2392), 1,
anon_sym_CARET,
ACTIONS(2396), 1,
anon_sym_GT_GT,
ACTIONS(2398), 1,
anon_sym_instanceof,
ACTIONS(2400), 1,
anon_sym_QMARK,
ACTIONS(2607), 1,
anon_sym_RBRACE,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2374), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(2376), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(2378), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(2384), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(2386), 2,
anon_sym_STAR,
anon_sym_PERCENT,
ACTIONS(2394), 2,
anon_sym_LT_LT,
anon_sym_GT_GT_GT,
[22504] = 15,
ACTIONS(576), 1,
anon_sym_yield,
ACTIONS(1697), 1,
anon_sym_AT,
ACTIONS(2435), 1,
anon_sym_LBRACK,
ACTIONS(2463), 1,
anon_sym_COLON_COLON,
ACTIONS(2591), 1,
anon_sym_DOT,
STATE(741), 1,
aux_sym_dimensions_repeat1,
STATE(826), 1,
sym_dimensions,
STATE(998), 1,
sym__reserved_identifier,
STATE(1186), 1,
sym__variable_declarator_id,
STATE(1273), 1,
sym_variable_declarator,
STATE(1552), 1,
sym__variable_declarator_list,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2479), 2,
sym_underscore_pattern,
sym_identifier,
STATE(1119), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
ACTIONS(69), 5,
anon_sym_open,
anon_sym_module,
anon_sym_with,
anon_sym_sealed,
anon_sym_record,
[22559] = 17,
ACTIONS(2372), 1,
anon_sym_AMP,
ACTIONS(2380), 1,
anon_sym_AMP_AMP,
ACTIONS(2382), 1,
anon_sym_PIPE_PIPE,
ACTIONS(2388), 1,
anon_sym_SLASH,
ACTIONS(2390), 1,
anon_sym_PIPE,
ACTIONS(2392), 1,
anon_sym_CARET,
ACTIONS(2396), 1,
anon_sym_GT_GT,
ACTIONS(2398), 1,
anon_sym_instanceof,
ACTIONS(2400), 1,
anon_sym_QMARK,
ACTIONS(2609), 1,
anon_sym_RPAREN,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2374), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(2376), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(2378), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(2384), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(2386), 2,
anon_sym_STAR,
anon_sym_PERCENT,
ACTIONS(2394), 2,
anon_sym_LT_LT,
anon_sym_GT_GT_GT,
[22618] = 17,
ACTIONS(2372), 1,
anon_sym_AMP,
ACTIONS(2380), 1,
anon_sym_AMP_AMP,
ACTIONS(2382), 1,
anon_sym_PIPE_PIPE,
ACTIONS(2388), 1,
anon_sym_SLASH,
ACTIONS(2390), 1,
anon_sym_PIPE,
ACTIONS(2392), 1,
anon_sym_CARET,
ACTIONS(2396), 1,
anon_sym_GT_GT,
ACTIONS(2398), 1,
anon_sym_instanceof,
ACTIONS(2400), 1,
anon_sym_QMARK,
ACTIONS(2611), 1,
anon_sym_RBRACK,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2374), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(2376), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(2378), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(2384), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(2386), 2,
anon_sym_STAR,
anon_sym_PERCENT,
ACTIONS(2394), 2,
anon_sym_LT_LT,
anon_sym_GT_GT_GT,
[22677] = 17,
ACTIONS(2372), 1,
anon_sym_AMP,
ACTIONS(2380), 1,
anon_sym_AMP_AMP,
ACTIONS(2382), 1,
anon_sym_PIPE_PIPE,
ACTIONS(2388), 1,
anon_sym_SLASH,
ACTIONS(2390), 1,
anon_sym_PIPE,
ACTIONS(2392), 1,
anon_sym_CARET,
ACTIONS(2396), 1,
anon_sym_GT_GT,
ACTIONS(2398), 1,
anon_sym_instanceof,
ACTIONS(2400), 1,
anon_sym_QMARK,
ACTIONS(2613), 1,
anon_sym_SEMI,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2374), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(2376), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(2378), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(2384), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(2386), 2,
anon_sym_STAR,
anon_sym_PERCENT,
ACTIONS(2394), 2,
anon_sym_LT_LT,
anon_sym_GT_GT_GT,
[22736] = 17,
ACTIONS(2372), 1,
anon_sym_AMP,
ACTIONS(2380), 1,
anon_sym_AMP_AMP,
ACTIONS(2382), 1,
anon_sym_PIPE_PIPE,
ACTIONS(2388), 1,
anon_sym_SLASH,
ACTIONS(2390), 1,
anon_sym_PIPE,
ACTIONS(2392), 1,
anon_sym_CARET,
ACTIONS(2396), 1,
anon_sym_GT_GT,
ACTIONS(2398), 1,
anon_sym_instanceof,
ACTIONS(2400), 1,
anon_sym_QMARK,
ACTIONS(2615), 1,
anon_sym_SEMI,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2374), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(2376), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(2378), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(2384), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(2386), 2,
anon_sym_STAR,
anon_sym_PERCENT,
ACTIONS(2394), 2,
anon_sym_LT_LT,
anon_sym_GT_GT_GT,
[22795] = 17,
ACTIONS(2372), 1,
anon_sym_AMP,
ACTIONS(2380), 1,
anon_sym_AMP_AMP,
ACTIONS(2382), 1,
anon_sym_PIPE_PIPE,
ACTIONS(2388), 1,
anon_sym_SLASH,
ACTIONS(2390), 1,
anon_sym_PIPE,
ACTIONS(2392), 1,
anon_sym_CARET,
ACTIONS(2396), 1,
anon_sym_GT_GT,
ACTIONS(2398), 1,
anon_sym_instanceof,
ACTIONS(2400), 1,
anon_sym_QMARK,
ACTIONS(2617), 1,
anon_sym_SEMI,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2374), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(2376), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(2378), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(2384), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(2386), 2,
anon_sym_STAR,
anon_sym_PERCENT,
ACTIONS(2394), 2,
anon_sym_LT_LT,
anon_sym_GT_GT_GT,
[22854] = 17,
ACTIONS(2372), 1,
anon_sym_AMP,
ACTIONS(2380), 1,
anon_sym_AMP_AMP,
ACTIONS(2382), 1,
anon_sym_PIPE_PIPE,
ACTIONS(2388), 1,
anon_sym_SLASH,
ACTIONS(2390), 1,
anon_sym_PIPE,
ACTIONS(2392), 1,
anon_sym_CARET,
ACTIONS(2396), 1,
anon_sym_GT_GT,
ACTIONS(2398), 1,
anon_sym_instanceof,
ACTIONS(2400), 1,
anon_sym_QMARK,
ACTIONS(2619), 1,
anon_sym_SEMI,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2374), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(2376), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(2378), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(2384), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(2386), 2,
anon_sym_STAR,
anon_sym_PERCENT,
ACTIONS(2394), 2,
anon_sym_LT_LT,
anon_sym_GT_GT_GT,
[22913] = 17,
ACTIONS(2372), 1,
anon_sym_AMP,
ACTIONS(2380), 1,
anon_sym_AMP_AMP,
ACTIONS(2382), 1,
anon_sym_PIPE_PIPE,
ACTIONS(2388), 1,
anon_sym_SLASH,
ACTIONS(2390), 1,
anon_sym_PIPE,
ACTIONS(2392), 1,
anon_sym_CARET,
ACTIONS(2396), 1,
anon_sym_GT_GT,
ACTIONS(2398), 1,
anon_sym_instanceof,
ACTIONS(2400), 1,
anon_sym_QMARK,
ACTIONS(2621), 1,
anon_sym_RBRACK,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2374), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(2376), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(2378), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(2384), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(2386), 2,
anon_sym_STAR,
anon_sym_PERCENT,
ACTIONS(2394), 2,
anon_sym_LT_LT,
anon_sym_GT_GT_GT,
[22972] = 15,
ACTIONS(576), 1,
anon_sym_yield,
ACTIONS(1697), 1,
anon_sym_AT,
ACTIONS(2435), 1,
anon_sym_LBRACK,
ACTIONS(2463), 1,
anon_sym_COLON_COLON,
ACTIONS(2591), 1,
anon_sym_DOT,
STATE(741), 1,
aux_sym_dimensions_repeat1,
STATE(826), 1,
sym_dimensions,
STATE(998), 1,
sym__reserved_identifier,
STATE(1211), 1,
sym__variable_declarator_id,
STATE(1273), 1,
sym_variable_declarator,
STATE(1574), 1,
sym__variable_declarator_list,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2479), 2,
sym_underscore_pattern,
sym_identifier,
STATE(1119), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
ACTIONS(69), 5,
anon_sym_open,
anon_sym_module,
anon_sym_with,
anon_sym_sealed,
anon_sym_record,
[23027] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(566), 9,
anon_sym_RBRACE,
anon_sym_LPAREN,
anon_sym_RPAREN,
anon_sym_LT,
anon_sym_COMMA,
anon_sym_QMARK,
anon_sym_DOT,
anon_sym_SEMI,
anon_sym_AT,
ACTIONS(564), 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,
anon_sym_float,
anon_sym_double,
sym_boolean_type,
sym_void_type,
sym_identifier,
[23058] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(566), 9,
anon_sym_RBRACE,
anon_sym_LPAREN,
anon_sym_RPAREN,
anon_sym_LT,
anon_sym_COMMA,
anon_sym_QMARK,
anon_sym_DOT,
anon_sym_SEMI,
anon_sym_AT,
ACTIONS(564), 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,
anon_sym_float,
anon_sym_double,
sym_boolean_type,
sym_void_type,
sym_identifier,
[23089] = 17,
ACTIONS(2372), 1,
anon_sym_AMP,
ACTIONS(2380), 1,
anon_sym_AMP_AMP,
ACTIONS(2382), 1,
anon_sym_PIPE_PIPE,
ACTIONS(2388), 1,
anon_sym_SLASH,
ACTIONS(2390), 1,
anon_sym_PIPE,
ACTIONS(2392), 1,
anon_sym_CARET,
ACTIONS(2396), 1,
anon_sym_GT_GT,
ACTIONS(2398), 1,
anon_sym_instanceof,
ACTIONS(2400), 1,
anon_sym_QMARK,
ACTIONS(2623), 1,
anon_sym_RPAREN,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2374), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(2376), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(2378), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(2384), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(2386), 2,
anon_sym_STAR,
anon_sym_PERCENT,
ACTIONS(2394), 2,
anon_sym_LT_LT,
anon_sym_GT_GT_GT,
[23148] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1762), 9,
anon_sym_RBRACE,
anon_sym_LPAREN,
anon_sym_RPAREN,
anon_sym_LT,
anon_sym_COMMA,
anon_sym_QMARK,
anon_sym_DOT,
anon_sym_SEMI,
anon_sym_AT,
ACTIONS(1760), 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,
anon_sym_float,
anon_sym_double,
sym_boolean_type,
sym_void_type,
sym_identifier,
[23179] = 7,
ACTIONS(81), 1,
anon_sym_non_DASHsealed,
ACTIONS(1697), 1,
anon_sym_AT,
ACTIONS(1883), 1,
sym_identifier,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(77), 3,
anon_sym_public,
anon_sym_protected,
anon_sym_private,
STATE(519), 6,
sym__annotation,
sym_marker_annotation,
sym_annotation,
sym_visibility,
sym__modifier,
aux_sym_modifiers_repeat1,
ACTIONS(35), 10,
anon_sym_default,
anon_sym_synchronized,
anon_sym_static,
anon_sym_abstract,
anon_sym_final,
anon_sym_strictfp,
anon_sym_native,
anon_sym_transient,
anon_sym_volatile,
anon_sym_sealed,
[23218] = 17,
ACTIONS(2372), 1,
anon_sym_AMP,
ACTIONS(2380), 1,
anon_sym_AMP_AMP,
ACTIONS(2382), 1,
anon_sym_PIPE_PIPE,
ACTIONS(2388), 1,
anon_sym_SLASH,
ACTIONS(2390), 1,
anon_sym_PIPE,
ACTIONS(2392), 1,
anon_sym_CARET,
ACTIONS(2396), 1,
anon_sym_GT_GT,
ACTIONS(2398), 1,
anon_sym_instanceof,
ACTIONS(2400), 1,
anon_sym_QMARK,
ACTIONS(2625), 1,
anon_sym_RPAREN,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2374), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(2376), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(2378), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(2384), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(2386), 2,
anon_sym_STAR,
anon_sym_PERCENT,
ACTIONS(2394), 2,
anon_sym_LT_LT,
anon_sym_GT_GT_GT,
[23277] = 17,
ACTIONS(2372), 1,
anon_sym_AMP,
ACTIONS(2380), 1,
anon_sym_AMP_AMP,
ACTIONS(2382), 1,
anon_sym_PIPE_PIPE,
ACTIONS(2388), 1,
anon_sym_SLASH,
ACTIONS(2390), 1,
anon_sym_PIPE,
ACTIONS(2392), 1,
anon_sym_CARET,
ACTIONS(2396), 1,
anon_sym_GT_GT,
ACTIONS(2398), 1,
anon_sym_instanceof,
ACTIONS(2400), 1,
anon_sym_QMARK,
ACTIONS(2627), 1,
anon_sym_RBRACE,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2374), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(2376), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(2378), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(2384), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(2386), 2,
anon_sym_STAR,
anon_sym_PERCENT,
ACTIONS(2394), 2,
anon_sym_LT_LT,
anon_sym_GT_GT_GT,
[23336] = 17,
ACTIONS(2372), 1,
anon_sym_AMP,
ACTIONS(2380), 1,
anon_sym_AMP_AMP,
ACTIONS(2382), 1,
anon_sym_PIPE_PIPE,
ACTIONS(2388), 1,
anon_sym_SLASH,
ACTIONS(2390), 1,
anon_sym_PIPE,
ACTIONS(2392), 1,
anon_sym_CARET,
ACTIONS(2396), 1,
anon_sym_GT_GT,
ACTIONS(2398), 1,
anon_sym_instanceof,
ACTIONS(2400), 1,
anon_sym_QMARK,
ACTIONS(2629), 1,
anon_sym_SEMI,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2374), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(2376), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(2378), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(2384), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(2386), 2,
anon_sym_STAR,
anon_sym_PERCENT,
ACTIONS(2394), 2,
anon_sym_LT_LT,
anon_sym_GT_GT_GT,
[23395] = 17,
ACTIONS(2372), 1,
anon_sym_AMP,
ACTIONS(2380), 1,
anon_sym_AMP_AMP,
ACTIONS(2382), 1,
anon_sym_PIPE_PIPE,
ACTIONS(2388), 1,
anon_sym_SLASH,
ACTIONS(2390), 1,
anon_sym_PIPE,
ACTIONS(2392), 1,
anon_sym_CARET,
ACTIONS(2396), 1,
anon_sym_GT_GT,
ACTIONS(2398), 1,
anon_sym_instanceof,
ACTIONS(2400), 1,
anon_sym_QMARK,
ACTIONS(2631), 1,
anon_sym_RBRACK,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2374), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(2376), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(2378), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(2384), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(2386), 2,
anon_sym_STAR,
anon_sym_PERCENT,
ACTIONS(2394), 2,
anon_sym_LT_LT,
anon_sym_GT_GT_GT,
[23454] = 17,
ACTIONS(2372), 1,
anon_sym_AMP,
ACTIONS(2380), 1,
anon_sym_AMP_AMP,
ACTIONS(2382), 1,
anon_sym_PIPE_PIPE,
ACTIONS(2388), 1,
anon_sym_SLASH,
ACTIONS(2390), 1,
anon_sym_PIPE,
ACTIONS(2392), 1,
anon_sym_CARET,
ACTIONS(2396), 1,
anon_sym_GT_GT,
ACTIONS(2398), 1,
anon_sym_instanceof,
ACTIONS(2400), 1,
anon_sym_QMARK,
ACTIONS(2633), 1,
anon_sym_RBRACK,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2374), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(2376), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(2378), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(2384), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(2386), 2,
anon_sym_STAR,
anon_sym_PERCENT,
ACTIONS(2394), 2,
anon_sym_LT_LT,
anon_sym_GT_GT_GT,
[23513] = 17,
ACTIONS(2372), 1,
anon_sym_AMP,
ACTIONS(2380), 1,
anon_sym_AMP_AMP,
ACTIONS(2382), 1,
anon_sym_PIPE_PIPE,
ACTIONS(2388), 1,
anon_sym_SLASH,
ACTIONS(2390), 1,
anon_sym_PIPE,
ACTIONS(2392), 1,
anon_sym_CARET,
ACTIONS(2396), 1,
anon_sym_GT_GT,
ACTIONS(2398), 1,
anon_sym_instanceof,
ACTIONS(2400), 1,
anon_sym_QMARK,
ACTIONS(2635), 1,
anon_sym_SEMI,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2374), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(2376), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(2378), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(2384), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(2386), 2,
anon_sym_STAR,
anon_sym_PERCENT,
ACTIONS(2394), 2,
anon_sym_LT_LT,
anon_sym_GT_GT_GT,
[23572] = 17,
ACTIONS(2372), 1,
anon_sym_AMP,
ACTIONS(2380), 1,
anon_sym_AMP_AMP,
ACTIONS(2382), 1,
anon_sym_PIPE_PIPE,
ACTIONS(2388), 1,
anon_sym_SLASH,
ACTIONS(2390), 1,
anon_sym_PIPE,
ACTIONS(2392), 1,
anon_sym_CARET,
ACTIONS(2396), 1,
anon_sym_GT_GT,
ACTIONS(2398), 1,
anon_sym_instanceof,
ACTIONS(2400), 1,
anon_sym_QMARK,
ACTIONS(2637), 1,
anon_sym_SEMI,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2374), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(2376), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(2378), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(2384), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(2386), 2,
anon_sym_STAR,
anon_sym_PERCENT,
ACTIONS(2394), 2,
anon_sym_LT_LT,
anon_sym_GT_GT_GT,
[23631] = 17,
ACTIONS(2372), 1,
anon_sym_AMP,
ACTIONS(2380), 1,
anon_sym_AMP_AMP,
ACTIONS(2382), 1,
anon_sym_PIPE_PIPE,
ACTIONS(2388), 1,
anon_sym_SLASH,
ACTIONS(2390), 1,
anon_sym_PIPE,
ACTIONS(2392), 1,
anon_sym_CARET,
ACTIONS(2396), 1,
anon_sym_GT_GT,
ACTIONS(2398), 1,
anon_sym_instanceof,
ACTIONS(2400), 1,
anon_sym_QMARK,
ACTIONS(2639), 1,
anon_sym_RPAREN,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2374), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(2376), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(2378), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(2384), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(2386), 2,
anon_sym_STAR,
anon_sym_PERCENT,
ACTIONS(2394), 2,
anon_sym_LT_LT,
anon_sym_GT_GT_GT,
[23690] = 17,
ACTIONS(2372), 1,
anon_sym_AMP,
ACTIONS(2380), 1,
anon_sym_AMP_AMP,
ACTIONS(2382), 1,
anon_sym_PIPE_PIPE,
ACTIONS(2388), 1,
anon_sym_SLASH,
ACTIONS(2390), 1,
anon_sym_PIPE,
ACTIONS(2392), 1,
anon_sym_CARET,
ACTIONS(2396), 1,
anon_sym_GT_GT,
ACTIONS(2398), 1,
anon_sym_instanceof,
ACTIONS(2400), 1,
anon_sym_QMARK,
ACTIONS(2641), 1,
anon_sym_SEMI,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2374), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(2376), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(2378), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(2384), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(2386), 2,
anon_sym_STAR,
anon_sym_PERCENT,
ACTIONS(2394), 2,
anon_sym_LT_LT,
anon_sym_GT_GT_GT,
[23749] = 17,
ACTIONS(2372), 1,
anon_sym_AMP,
ACTIONS(2380), 1,
anon_sym_AMP_AMP,
ACTIONS(2382), 1,
anon_sym_PIPE_PIPE,
ACTIONS(2388), 1,
anon_sym_SLASH,
ACTIONS(2390), 1,
anon_sym_PIPE,
ACTIONS(2392), 1,
anon_sym_CARET,
ACTIONS(2396), 1,
anon_sym_GT_GT,
ACTIONS(2398), 1,
anon_sym_instanceof,
ACTIONS(2400), 1,
anon_sym_QMARK,
ACTIONS(2643), 1,
anon_sym_COLON,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2374), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(2376), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(2378), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(2384), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(2386), 2,
anon_sym_STAR,
anon_sym_PERCENT,
ACTIONS(2394), 2,
anon_sym_LT_LT,
anon_sym_GT_GT_GT,
[23808] = 17,
ACTIONS(2372), 1,
anon_sym_AMP,
ACTIONS(2380), 1,
anon_sym_AMP_AMP,
ACTIONS(2382), 1,
anon_sym_PIPE_PIPE,
ACTIONS(2388), 1,
anon_sym_SLASH,
ACTIONS(2390), 1,
anon_sym_PIPE,
ACTIONS(2392), 1,
anon_sym_CARET,
ACTIONS(2396), 1,
anon_sym_GT_GT,
ACTIONS(2398), 1,
anon_sym_instanceof,
ACTIONS(2400), 1,
anon_sym_QMARK,
ACTIONS(2645), 1,
anon_sym_RBRACK,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2374), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(2376), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(2378), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(2384), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(2386), 2,
anon_sym_STAR,
anon_sym_PERCENT,
ACTIONS(2394), 2,
anon_sym_LT_LT,
anon_sym_GT_GT_GT,
[23867] = 17,
ACTIONS(2372), 1,
anon_sym_AMP,
ACTIONS(2380), 1,
anon_sym_AMP_AMP,
ACTIONS(2382), 1,
anon_sym_PIPE_PIPE,
ACTIONS(2388), 1,
anon_sym_SLASH,
ACTIONS(2390), 1,
anon_sym_PIPE,
ACTIONS(2392), 1,
anon_sym_CARET,
ACTIONS(2396), 1,
anon_sym_GT_GT,
ACTIONS(2398), 1,
anon_sym_instanceof,
ACTIONS(2400), 1,
anon_sym_QMARK,
ACTIONS(2647), 1,
anon_sym_RPAREN,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2374), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(2376), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(2378), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(2384), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(2386), 2,
anon_sym_STAR,
anon_sym_PERCENT,
ACTIONS(2394), 2,
anon_sym_LT_LT,
anon_sym_GT_GT_GT,
[23926] = 17,
ACTIONS(2372), 1,
anon_sym_AMP,
ACTIONS(2380), 1,
anon_sym_AMP_AMP,
ACTIONS(2382), 1,
anon_sym_PIPE_PIPE,
ACTIONS(2388), 1,
anon_sym_SLASH,
ACTIONS(2390), 1,
anon_sym_PIPE,
ACTIONS(2392), 1,
anon_sym_CARET,
ACTIONS(2396), 1,
anon_sym_GT_GT,
ACTIONS(2398), 1,
anon_sym_instanceof,
ACTIONS(2400), 1,
anon_sym_QMARK,
ACTIONS(2649), 1,
anon_sym_RPAREN,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2374), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(2376), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(2378), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(2384), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(2386), 2,
anon_sym_STAR,
anon_sym_PERCENT,
ACTIONS(2394), 2,
anon_sym_LT_LT,
anon_sym_GT_GT_GT,
[23985] = 17,
ACTIONS(2372), 1,
anon_sym_AMP,
ACTIONS(2380), 1,
anon_sym_AMP_AMP,
ACTIONS(2382), 1,
anon_sym_PIPE_PIPE,
ACTIONS(2388), 1,
anon_sym_SLASH,
ACTIONS(2390), 1,
anon_sym_PIPE,
ACTIONS(2392), 1,
anon_sym_CARET,
ACTIONS(2396), 1,
anon_sym_GT_GT,
ACTIONS(2398), 1,
anon_sym_instanceof,
ACTIONS(2400), 1,
anon_sym_QMARK,
ACTIONS(2651), 1,
anon_sym_RPAREN,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2374), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(2376), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(2378), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(2384), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(2386), 2,
anon_sym_STAR,
anon_sym_PERCENT,
ACTIONS(2394), 2,
anon_sym_LT_LT,
anon_sym_GT_GT_GT,
[24044] = 17,
ACTIONS(2372), 1,
anon_sym_AMP,
ACTIONS(2380), 1,
anon_sym_AMP_AMP,
ACTIONS(2382), 1,
anon_sym_PIPE_PIPE,
ACTIONS(2388), 1,
anon_sym_SLASH,
ACTIONS(2390), 1,
anon_sym_PIPE,
ACTIONS(2392), 1,
anon_sym_CARET,
ACTIONS(2396), 1,
anon_sym_GT_GT,
ACTIONS(2398), 1,
anon_sym_instanceof,
ACTIONS(2400), 1,
anon_sym_QMARK,
ACTIONS(2653), 1,
anon_sym_SEMI,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2374), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(2376), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(2378), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(2384), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(2386), 2,
anon_sym_STAR,
anon_sym_PERCENT,
ACTIONS(2394), 2,
anon_sym_LT_LT,
anon_sym_GT_GT_GT,
[24103] = 17,
ACTIONS(2372), 1,
anon_sym_AMP,
ACTIONS(2380), 1,
anon_sym_AMP_AMP,
ACTIONS(2382), 1,
anon_sym_PIPE_PIPE,
ACTIONS(2388), 1,
anon_sym_SLASH,
ACTIONS(2390), 1,
anon_sym_PIPE,
ACTIONS(2392), 1,
anon_sym_CARET,
ACTIONS(2396), 1,
anon_sym_GT_GT,
ACTIONS(2398), 1,
anon_sym_instanceof,
ACTIONS(2400), 1,
anon_sym_QMARK,
ACTIONS(2655), 1,
anon_sym_RPAREN,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2374), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(2376), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(2378), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(2384), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(2386), 2,
anon_sym_STAR,
anon_sym_PERCENT,
ACTIONS(2394), 2,
anon_sym_LT_LT,
anon_sym_GT_GT_GT,
[24162] = 17,
ACTIONS(2372), 1,
anon_sym_AMP,
ACTIONS(2380), 1,
anon_sym_AMP_AMP,
ACTIONS(2382), 1,
anon_sym_PIPE_PIPE,
ACTIONS(2388), 1,
anon_sym_SLASH,
ACTIONS(2390), 1,
anon_sym_PIPE,
ACTIONS(2392), 1,
anon_sym_CARET,
ACTIONS(2396), 1,
anon_sym_GT_GT,
ACTIONS(2398), 1,
anon_sym_instanceof,
ACTIONS(2400), 1,
anon_sym_QMARK,
ACTIONS(2657), 1,
anon_sym_SEMI,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2374), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(2376), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(2378), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(2384), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(2386), 2,
anon_sym_STAR,
anon_sym_PERCENT,
ACTIONS(2394), 2,
anon_sym_LT_LT,
anon_sym_GT_GT_GT,
[24221] = 17,
ACTIONS(2372), 1,
anon_sym_AMP,
ACTIONS(2380), 1,
anon_sym_AMP_AMP,
ACTIONS(2382), 1,
anon_sym_PIPE_PIPE,
ACTIONS(2388), 1,
anon_sym_SLASH,
ACTIONS(2390), 1,
anon_sym_PIPE,
ACTIONS(2392), 1,
anon_sym_CARET,
ACTIONS(2396), 1,
anon_sym_GT_GT,
ACTIONS(2398), 1,
anon_sym_instanceof,
ACTIONS(2400), 1,
anon_sym_QMARK,
ACTIONS(2659), 1,
anon_sym_SEMI,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2374), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(2376), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(2378), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(2384), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(2386), 2,
anon_sym_STAR,
anon_sym_PERCENT,
ACTIONS(2394), 2,
anon_sym_LT_LT,
anon_sym_GT_GT_GT,
[24280] = 17,
ACTIONS(2372), 1,
anon_sym_AMP,
ACTIONS(2380), 1,
anon_sym_AMP_AMP,
ACTIONS(2382), 1,
anon_sym_PIPE_PIPE,
ACTIONS(2388), 1,
anon_sym_SLASH,
ACTIONS(2390), 1,
anon_sym_PIPE,
ACTIONS(2392), 1,
anon_sym_CARET,
ACTIONS(2396), 1,
anon_sym_GT_GT,
ACTIONS(2398), 1,
anon_sym_instanceof,
ACTIONS(2400), 1,
anon_sym_QMARK,
ACTIONS(2661), 1,
anon_sym_SEMI,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2374), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(2376), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(2378), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(2384), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(2386), 2,
anon_sym_STAR,
anon_sym_PERCENT,
ACTIONS(2394), 2,
anon_sym_LT_LT,
anon_sym_GT_GT_GT,
[24339] = 17,
ACTIONS(2372), 1,
anon_sym_AMP,
ACTIONS(2380), 1,
anon_sym_AMP_AMP,
ACTIONS(2382), 1,
anon_sym_PIPE_PIPE,
ACTIONS(2388), 1,
anon_sym_SLASH,
ACTIONS(2390), 1,
anon_sym_PIPE,
ACTIONS(2392), 1,
anon_sym_CARET,
ACTIONS(2396), 1,
anon_sym_GT_GT,
ACTIONS(2398), 1,
anon_sym_instanceof,
ACTIONS(2400), 1,
anon_sym_QMARK,
ACTIONS(2663), 1,
anon_sym_SEMI,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2374), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(2376), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(2378), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(2384), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(2386), 2,
anon_sym_STAR,
anon_sym_PERCENT,
ACTIONS(2394), 2,
anon_sym_LT_LT,
anon_sym_GT_GT_GT,
[24398] = 17,
ACTIONS(2372), 1,
anon_sym_AMP,
ACTIONS(2380), 1,
anon_sym_AMP_AMP,
ACTIONS(2382), 1,
anon_sym_PIPE_PIPE,
ACTIONS(2388), 1,
anon_sym_SLASH,
ACTIONS(2390), 1,
anon_sym_PIPE,
ACTIONS(2392), 1,
anon_sym_CARET,
ACTIONS(2396), 1,
anon_sym_GT_GT,
ACTIONS(2398), 1,
anon_sym_instanceof,
ACTIONS(2400), 1,
anon_sym_QMARK,
ACTIONS(2665), 1,
anon_sym_SEMI,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2374), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(2376), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(2378), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(2384), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(2386), 2,
anon_sym_STAR,
anon_sym_PERCENT,
ACTIONS(2394), 2,
anon_sym_LT_LT,
anon_sym_GT_GT_GT,
[24457] = 17,
ACTIONS(2372), 1,
anon_sym_AMP,
ACTIONS(2380), 1,
anon_sym_AMP_AMP,
ACTIONS(2382), 1,
anon_sym_PIPE_PIPE,
ACTIONS(2388), 1,
anon_sym_SLASH,
ACTIONS(2390), 1,
anon_sym_PIPE,
ACTIONS(2392), 1,
anon_sym_CARET,
ACTIONS(2396), 1,
anon_sym_GT_GT,
ACTIONS(2398), 1,
anon_sym_instanceof,
ACTIONS(2400), 1,
anon_sym_QMARK,
ACTIONS(2667), 1,
anon_sym_SEMI,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2374), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(2376), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(2378), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(2384), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(2386), 2,
anon_sym_STAR,
anon_sym_PERCENT,
ACTIONS(2394), 2,
anon_sym_LT_LT,
anon_sym_GT_GT_GT,
[24516] = 17,
ACTIONS(2372), 1,
anon_sym_AMP,
ACTIONS(2380), 1,
anon_sym_AMP_AMP,
ACTIONS(2382), 1,
anon_sym_PIPE_PIPE,
ACTIONS(2388), 1,
anon_sym_SLASH,
ACTIONS(2390), 1,
anon_sym_PIPE,
ACTIONS(2392), 1,
anon_sym_CARET,
ACTIONS(2396), 1,
anon_sym_GT_GT,
ACTIONS(2398), 1,
anon_sym_instanceof,
ACTIONS(2400), 1,
anon_sym_QMARK,
ACTIONS(2669), 1,
anon_sym_SEMI,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2374), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(2376), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(2378), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(2384), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(2386), 2,
anon_sym_STAR,
anon_sym_PERCENT,
ACTIONS(2394), 2,
anon_sym_LT_LT,
anon_sym_GT_GT_GT,
[24575] = 17,
ACTIONS(2372), 1,
anon_sym_AMP,
ACTIONS(2380), 1,
anon_sym_AMP_AMP,
ACTIONS(2382), 1,
anon_sym_PIPE_PIPE,
ACTIONS(2388), 1,
anon_sym_SLASH,
ACTIONS(2390), 1,
anon_sym_PIPE,
ACTIONS(2392), 1,
anon_sym_CARET,
ACTIONS(2396), 1,
anon_sym_GT_GT,
ACTIONS(2398), 1,
anon_sym_instanceof,
ACTIONS(2400), 1,
anon_sym_QMARK,
ACTIONS(2671), 1,
anon_sym_SEMI,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2374), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(2376), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(2378), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(2384), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(2386), 2,
anon_sym_STAR,
anon_sym_PERCENT,
ACTIONS(2394), 2,
anon_sym_LT_LT,
anon_sym_GT_GT_GT,
[24634] = 15,
ACTIONS(576), 1,
anon_sym_yield,
ACTIONS(1697), 1,
anon_sym_AT,
ACTIONS(2435), 1,
anon_sym_LBRACK,
ACTIONS(2463), 1,
anon_sym_COLON_COLON,
ACTIONS(2591), 1,
anon_sym_DOT,
STATE(741), 1,
aux_sym_dimensions_repeat1,
STATE(826), 1,
sym_dimensions,
STATE(998), 1,
sym__reserved_identifier,
STATE(1236), 1,
sym__variable_declarator_id,
STATE(1273), 1,
sym_variable_declarator,
STATE(1574), 1,
sym__variable_declarator_list,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2479), 2,
sym_underscore_pattern,
sym_identifier,
STATE(1119), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
ACTIONS(69), 5,
anon_sym_open,
anon_sym_module,
anon_sym_with,
anon_sym_sealed,
anon_sym_record,
[24689] = 15,
ACTIONS(576), 1,
anon_sym_yield,
ACTIONS(1697), 1,
anon_sym_AT,
ACTIONS(2435), 1,
anon_sym_LBRACK,
ACTIONS(2463), 1,
anon_sym_COLON_COLON,
ACTIONS(2591), 1,
anon_sym_DOT,
STATE(741), 1,
aux_sym_dimensions_repeat1,
STATE(826), 1,
sym_dimensions,
STATE(998), 1,
sym__reserved_identifier,
STATE(1239), 1,
sym__variable_declarator_id,
STATE(1273), 1,
sym_variable_declarator,
STATE(1574), 1,
sym__variable_declarator_list,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2479), 2,
sym_underscore_pattern,
sym_identifier,
STATE(1119), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
ACTIONS(69), 5,
anon_sym_open,
anon_sym_module,
anon_sym_with,
anon_sym_sealed,
anon_sym_record,
[24744] = 17,
ACTIONS(2372), 1,
anon_sym_AMP,
ACTIONS(2380), 1,
anon_sym_AMP_AMP,
ACTIONS(2382), 1,
anon_sym_PIPE_PIPE,
ACTIONS(2388), 1,
anon_sym_SLASH,
ACTIONS(2390), 1,
anon_sym_PIPE,
ACTIONS(2392), 1,
anon_sym_CARET,
ACTIONS(2396), 1,
anon_sym_GT_GT,
ACTIONS(2398), 1,
anon_sym_instanceof,
ACTIONS(2400), 1,
anon_sym_QMARK,
ACTIONS(2673), 1,
anon_sym_RBRACK,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2374), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(2376), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(2378), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(2384), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(2386), 2,
anon_sym_STAR,
anon_sym_PERCENT,
ACTIONS(2394), 2,
anon_sym_LT_LT,
anon_sym_GT_GT_GT,
[24803] = 15,
ACTIONS(576), 1,
anon_sym_yield,
ACTIONS(1697), 1,
anon_sym_AT,
ACTIONS(2435), 1,
anon_sym_LBRACK,
ACTIONS(2479), 1,
sym_underscore_pattern,
ACTIONS(2589), 1,
sym_identifier,
STATE(741), 1,
aux_sym_dimensions_repeat1,
STATE(826), 1,
sym_dimensions,
STATE(996), 1,
sym__reserved_identifier,
STATE(1186), 1,
sym__variable_declarator_id,
STATE(1210), 1,
sym__method_declarator,
STATE(1273), 1,
sym_variable_declarator,
STATE(1533), 1,
sym__variable_declarator_list,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(1119), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
ACTIONS(69), 5,
anon_sym_open,
anon_sym_module,
anon_sym_with,
anon_sym_sealed,
anon_sym_record,
[24857] = 12,
ACTIONS(238), 1,
anon_sym_LT,
ACTIONS(578), 1,
anon_sym_AT,
ACTIONS(2675), 1,
sym_identifier,
STATE(938), 1,
sym_type_arguments,
STATE(979), 1,
sym_scoped_type_identifier,
STATE(988), 1,
sym_generic_type,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(89), 2,
anon_sym_float,
anon_sym_double,
ACTIONS(2677), 2,
sym_boolean_type,
sym_void_type,
STATE(1002), 2,
sym_integral_type,
sym_floating_point_type,
STATE(917), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
ACTIONS(87), 5,
anon_sym_byte,
anon_sym_short,
anon_sym_int,
anon_sym_long,
anon_sym_char,
[24905] = 12,
ACTIONS(238), 1,
anon_sym_LT,
ACTIONS(578), 1,
anon_sym_AT,
ACTIONS(2679), 1,
sym_identifier,
STATE(933), 1,
sym_type_arguments,
STATE(974), 1,
sym_scoped_type_identifier,
STATE(1001), 1,
sym_generic_type,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(89), 2,
anon_sym_float,
anon_sym_double,
ACTIONS(2681), 2,
sym_boolean_type,
sym_void_type,
STATE(1016), 2,
sym_integral_type,
sym_floating_point_type,
STATE(896), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
ACTIONS(87), 5,
anon_sym_byte,
anon_sym_short,
anon_sym_int,
anon_sym_long,
anon_sym_char,
[24953] = 12,
ACTIONS(238), 1,
anon_sym_LT,
ACTIONS(578), 1,
anon_sym_AT,
ACTIONS(2683), 1,
sym_identifier,
STATE(938), 1,
sym_type_arguments,
STATE(1154), 1,
sym_scoped_type_identifier,
STATE(1301), 1,
sym_generic_type,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(89), 2,
anon_sym_float,
anon_sym_double,
ACTIONS(2685), 2,
sym_boolean_type,
sym_void_type,
STATE(1378), 2,
sym_integral_type,
sym_floating_point_type,
STATE(903), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
ACTIONS(87), 5,
anon_sym_byte,
anon_sym_short,
anon_sym_int,
anon_sym_long,
anon_sym_char,
[25001] = 12,
ACTIONS(238), 1,
anon_sym_LT,
ACTIONS(578), 1,
anon_sym_AT,
ACTIONS(2687), 1,
sym_identifier,
STATE(937), 1,
sym_type_arguments,
STATE(969), 1,
sym_scoped_type_identifier,
STATE(989), 1,
sym_generic_type,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(89), 2,
anon_sym_float,
anon_sym_double,
ACTIONS(2689), 2,
sym_boolean_type,
sym_void_type,
STATE(1012), 2,
sym_integral_type,
sym_floating_point_type,
STATE(921), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
ACTIONS(87), 5,
anon_sym_byte,
anon_sym_short,
anon_sym_int,
anon_sym_long,
anon_sym_char,
[25049] = 12,
ACTIONS(238), 1,
anon_sym_LT,
ACTIONS(578), 1,
anon_sym_AT,
ACTIONS(2691), 1,
sym_identifier,
STATE(933), 1,
sym_type_arguments,
STATE(1159), 1,
sym_scoped_type_identifier,
STATE(1289), 1,
sym_generic_type,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(89), 2,
anon_sym_float,
anon_sym_double,
ACTIONS(2693), 2,
sym_boolean_type,
sym_void_type,
STATE(1495), 2,
sym_integral_type,
sym_floating_point_type,
STATE(898), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
ACTIONS(87), 5,
anon_sym_byte,
anon_sym_short,
anon_sym_int,
anon_sym_long,
anon_sym_char,
[25097] = 12,
ACTIONS(238), 1,
anon_sym_LT,
ACTIONS(578), 1,
anon_sym_AT,
ACTIONS(2695), 1,
sym_identifier,
STATE(937), 1,
sym_type_arguments,
STATE(1170), 1,
sym_scoped_type_identifier,
STATE(1297), 1,
sym_generic_type,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(89), 2,
anon_sym_float,
anon_sym_double,
ACTIONS(2697), 2,
sym_boolean_type,
sym_void_type,
STATE(1375), 2,
sym_integral_type,
sym_floating_point_type,
STATE(921), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
ACTIONS(87), 5,
anon_sym_byte,
anon_sym_short,
anon_sym_int,
anon_sym_long,
anon_sym_char,
[25145] = 14,
ACTIONS(1596), 1,
sym_identifier,
ACTIONS(2489), 1,
anon_sym_class,
ACTIONS(2491), 1,
anon_sym_AT,
ACTIONS(2493), 1,
anon_sym_enum,
ACTIONS(2495), 1,
anon_sym_record,
ACTIONS(2497), 1,
anon_sym_interface,
STATE(765), 1,
sym_scoped_type_identifier,
STATE(836), 1,
sym_generic_type,
STATE(922), 1,
sym__unannotated_type,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(89), 2,
anon_sym_float,
anon_sym_double,
ACTIONS(91), 2,
sym_boolean_type,
sym_void_type,
STATE(844), 3,
sym_array_type,
sym_integral_type,
sym_floating_point_type,
ACTIONS(87), 5,
anon_sym_byte,
anon_sym_short,
anon_sym_int,
anon_sym_long,
anon_sym_char,
[25197] = 15,
ACTIONS(576), 1,
anon_sym_yield,
ACTIONS(1697), 1,
anon_sym_AT,
ACTIONS(2435), 1,
anon_sym_LBRACK,
ACTIONS(2479), 1,
sym_underscore_pattern,
ACTIONS(2589), 1,
sym_identifier,
STATE(741), 1,
aux_sym_dimensions_repeat1,
STATE(826), 1,
sym_dimensions,
STATE(996), 1,
sym__reserved_identifier,
STATE(1186), 1,
sym__variable_declarator_id,
STATE(1210), 1,
sym__method_declarator,
STATE(1273), 1,
sym_variable_declarator,
STATE(1578), 1,
sym__variable_declarator_list,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(1119), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
ACTIONS(69), 5,
anon_sym_open,
anon_sym_module,
anon_sym_with,
anon_sym_sealed,
anon_sym_record,
[25251] = 15,
ACTIONS(576), 1,
anon_sym_yield,
ACTIONS(1697), 1,
anon_sym_AT,
ACTIONS(2435), 1,
anon_sym_LBRACK,
ACTIONS(2475), 1,
sym_identifier,
ACTIONS(2479), 1,
sym_underscore_pattern,
ACTIONS(2481), 1,
anon_sym_DOT_DOT_DOT,
ACTIONS(2483), 1,
sym_this,
STATE(741), 1,
aux_sym_dimensions_repeat1,
STATE(826), 1,
sym_dimensions,
STATE(998), 1,
sym__reserved_identifier,
STATE(1329), 1,
aux_sym_receiver_parameter_repeat1,
STATE(1438), 1,
sym__variable_declarator_id,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(1091), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
ACTIONS(69), 5,
anon_sym_open,
anon_sym_module,
anon_sym_with,
anon_sym_sealed,
anon_sym_record,
[25305] = 11,
ACTIONS(578), 1,
anon_sym_AT,
ACTIONS(1596), 1,
sym_identifier,
STATE(765), 1,
sym_scoped_type_identifier,
STATE(836), 1,
sym_generic_type,
STATE(951), 1,
sym__unannotated_type,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(89), 2,
anon_sym_float,
anon_sym_double,
ACTIONS(91), 2,
sym_boolean_type,
sym_void_type,
STATE(844), 3,
sym_array_type,
sym_integral_type,
sym_floating_point_type,
STATE(921), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
ACTIONS(87), 5,
anon_sym_byte,
anon_sym_short,
anon_sym_int,
anon_sym_long,
anon_sym_char,
[25351] = 12,
ACTIONS(238), 1,
anon_sym_LT,
ACTIONS(578), 1,
anon_sym_AT,
ACTIONS(2699), 1,
sym_identifier,
STATE(940), 1,
sym_type_arguments,
STATE(1156), 1,
sym_scoped_type_identifier,
STATE(1318), 1,
sym_generic_type,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(89), 2,
anon_sym_float,
anon_sym_double,
ACTIONS(2701), 2,
sym_boolean_type,
sym_void_type,
STATE(1415), 2,
sym_integral_type,
sym_floating_point_type,
STATE(921), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
ACTIONS(87), 5,
anon_sym_byte,
anon_sym_short,
anon_sym_int,
anon_sym_long,
anon_sym_char,
[25399] = 11,
ACTIONS(578), 1,
anon_sym_AT,
ACTIONS(1596), 1,
sym_identifier,
STATE(765), 1,
sym_scoped_type_identifier,
STATE(836), 1,
sym_generic_type,
STATE(1024), 1,
sym__unannotated_type,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(89), 2,
anon_sym_float,
anon_sym_double,
ACTIONS(91), 2,
sym_boolean_type,
sym_void_type,
STATE(844), 3,
sym_array_type,
sym_integral_type,
sym_floating_point_type,
STATE(921), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
ACTIONS(87), 5,
anon_sym_byte,
anon_sym_short,
anon_sym_int,
anon_sym_long,
anon_sym_char,
[25445] = 16,
ACTIONS(2372), 1,
anon_sym_AMP,
ACTIONS(2380), 1,
anon_sym_AMP_AMP,
ACTIONS(2382), 1,
anon_sym_PIPE_PIPE,
ACTIONS(2388), 1,
anon_sym_SLASH,
ACTIONS(2390), 1,
anon_sym_PIPE,
ACTIONS(2392), 1,
anon_sym_CARET,
ACTIONS(2396), 1,
anon_sym_GT_GT,
ACTIONS(2398), 1,
anon_sym_instanceof,
ACTIONS(2400), 1,
anon_sym_QMARK,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2374), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(2376), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(2378), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(2384), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(2386), 2,
anon_sym_STAR,
anon_sym_PERCENT,
ACTIONS(2394), 2,
anon_sym_LT_LT,
anon_sym_GT_GT_GT,
[25501] = 12,
ACTIONS(238), 1,
anon_sym_LT,
ACTIONS(578), 1,
anon_sym_AT,
ACTIONS(2703), 1,
sym_identifier,
STATE(938), 1,
sym_type_arguments,
STATE(977), 1,
sym_scoped_type_identifier,
STATE(993), 1,
sym_generic_type,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(89), 2,
anon_sym_float,
anon_sym_double,
ACTIONS(2705), 2,
sym_boolean_type,
sym_void_type,
STATE(1005), 2,
sym_integral_type,
sym_floating_point_type,
STATE(907), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
ACTIONS(87), 5,
anon_sym_byte,
anon_sym_short,
anon_sym_int,
anon_sym_long,
anon_sym_char,
[25549] = 12,
ACTIONS(238), 1,
anon_sym_LT,
ACTIONS(578), 1,
anon_sym_AT,
ACTIONS(2707), 1,
sym_identifier,
STATE(940), 1,
sym_type_arguments,
STATE(978), 1,
sym_scoped_type_identifier,
STATE(991), 1,
sym_generic_type,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(89), 2,
anon_sym_float,
anon_sym_double,
ACTIONS(2709), 2,
sym_boolean_type,
sym_void_type,
STATE(1004), 2,
sym_integral_type,
sym_floating_point_type,
STATE(921), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
ACTIONS(87), 5,
anon_sym_byte,
anon_sym_short,
anon_sym_int,
anon_sym_long,
anon_sym_char,
[25597] = 15,
ACTIONS(576), 1,
anon_sym_yield,
ACTIONS(1697), 1,
anon_sym_AT,
ACTIONS(2435), 1,
anon_sym_LBRACK,
ACTIONS(2479), 1,
sym_underscore_pattern,
ACTIONS(2589), 1,
sym_identifier,
STATE(741), 1,
aux_sym_dimensions_repeat1,
STATE(826), 1,
sym_dimensions,
STATE(996), 1,
sym__reserved_identifier,
STATE(1186), 1,
sym__variable_declarator_id,
STATE(1210), 1,
sym__method_declarator,
STATE(1273), 1,
sym_variable_declarator,
STATE(1543), 1,
sym__variable_declarator_list,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(1119), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
ACTIONS(69), 5,
anon_sym_open,
anon_sym_module,
anon_sym_with,
anon_sym_sealed,
anon_sym_record,
[25651] = 15,
ACTIONS(576), 1,
anon_sym_yield,
ACTIONS(1697), 1,
anon_sym_AT,
ACTIONS(2435), 1,
anon_sym_LBRACK,
ACTIONS(2479), 1,
sym_underscore_pattern,
ACTIONS(2589), 1,
sym_identifier,
STATE(741), 1,
aux_sym_dimensions_repeat1,
STATE(826), 1,
sym_dimensions,
STATE(996), 1,
sym__reserved_identifier,
STATE(1186), 1,
sym__variable_declarator_id,
STATE(1210), 1,
sym__method_declarator,
STATE(1273), 1,
sym_variable_declarator,
STATE(1563), 1,
sym__variable_declarator_list,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(1119), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
ACTIONS(69), 5,
anon_sym_open,
anon_sym_module,
anon_sym_with,
anon_sym_sealed,
anon_sym_record,
[25705] = 11,
ACTIONS(578), 1,
anon_sym_AT,
ACTIONS(2711), 1,
sym_identifier,
STATE(765), 1,
sym_scoped_type_identifier,
STATE(836), 1,
sym_generic_type,
STATE(950), 1,
sym__unannotated_type,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(89), 2,
anon_sym_float,
anon_sym_double,
ACTIONS(91), 2,
sym_boolean_type,
sym_void_type,
STATE(844), 3,
sym_array_type,
sym_integral_type,
sym_floating_point_type,
STATE(902), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
ACTIONS(87), 5,
anon_sym_byte,
anon_sym_short,
anon_sym_int,
anon_sym_long,
anon_sym_char,
[25751] = 16,
ACTIONS(2398), 1,
anon_sym_instanceof,
ACTIONS(2437), 1,
anon_sym_AMP,
ACTIONS(2451), 1,
anon_sym_SLASH,
ACTIONS(2453), 1,
anon_sym_PIPE,
ACTIONS(2455), 1,
anon_sym_CARET,
ACTIONS(2459), 1,
anon_sym_GT_GT,
ACTIONS(2465), 1,
anon_sym_AMP_AMP,
ACTIONS(2467), 1,
anon_sym_PIPE_PIPE,
ACTIONS(2469), 1,
anon_sym_QMARK,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2439), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(2441), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(2443), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(2445), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(2449), 2,
anon_sym_STAR,
anon_sym_PERCENT,
ACTIONS(2457), 2,
anon_sym_LT_LT,
anon_sym_GT_GT_GT,
[25807] = 11,
ACTIONS(578), 1,
anon_sym_AT,
ACTIONS(1596), 1,
sym_identifier,
STATE(755), 1,
sym__unannotated_type,
STATE(765), 1,
sym_scoped_type_identifier,
STATE(836), 1,
sym_generic_type,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(89), 2,
anon_sym_float,
anon_sym_double,
ACTIONS(91), 2,
sym_boolean_type,
sym_void_type,
STATE(844), 3,
sym_array_type,
sym_integral_type,
sym_floating_point_type,
STATE(921), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
ACTIONS(87), 5,
anon_sym_byte,
anon_sym_short,
anon_sym_int,
anon_sym_long,
anon_sym_char,
[25853] = 14,
ACTIONS(1596), 1,
sym_identifier,
ACTIONS(2489), 1,
anon_sym_class,
ACTIONS(2491), 1,
anon_sym_AT,
ACTIONS(2493), 1,
anon_sym_enum,
ACTIONS(2495), 1,
anon_sym_record,
ACTIONS(2497), 1,
anon_sym_interface,
STATE(765), 1,
sym_scoped_type_identifier,
STATE(836), 1,
sym_generic_type,
STATE(927), 1,
sym__unannotated_type,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(89), 2,
anon_sym_float,
anon_sym_double,
ACTIONS(91), 2,
sym_boolean_type,
sym_void_type,
STATE(844), 3,
sym_array_type,
sym_integral_type,
sym_floating_point_type,
ACTIONS(87), 5,
anon_sym_byte,
anon_sym_short,
anon_sym_int,
anon_sym_long,
anon_sym_char,
[25905] = 11,
ACTIONS(578), 1,
anon_sym_AT,
ACTIONS(1596), 1,
sym_identifier,
STATE(765), 1,
sym_scoped_type_identifier,
STATE(836), 1,
sym_generic_type,
STATE(950), 1,
sym__unannotated_type,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(89), 2,
anon_sym_float,
anon_sym_double,
ACTIONS(91), 2,
sym_boolean_type,
sym_void_type,
STATE(844), 3,
sym_array_type,
sym_integral_type,
sym_floating_point_type,
STATE(902), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
ACTIONS(87), 5,
anon_sym_byte,
anon_sym_short,
anon_sym_int,
anon_sym_long,
anon_sym_char,
[25951] = 15,
ACTIONS(576), 1,
anon_sym_yield,
ACTIONS(1697), 1,
anon_sym_AT,
ACTIONS(2435), 1,
anon_sym_LBRACK,
ACTIONS(2479), 1,
sym_underscore_pattern,
ACTIONS(2589), 1,
sym_identifier,
STATE(741), 1,
aux_sym_dimensions_repeat1,
STATE(826), 1,
sym_dimensions,
STATE(996), 1,
sym__reserved_identifier,
STATE(1186), 1,
sym__variable_declarator_id,
STATE(1210), 1,
sym__method_declarator,
STATE(1273), 1,
sym_variable_declarator,
STATE(1580), 1,
sym__variable_declarator_list,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(1119), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
ACTIONS(69), 5,
anon_sym_open,
anon_sym_module,
anon_sym_with,
anon_sym_sealed,
anon_sym_record,
[26005] = 11,
ACTIONS(578), 1,
anon_sym_AT,
ACTIONS(1596), 1,
sym_identifier,
STATE(765), 1,
sym_scoped_type_identifier,
STATE(836), 1,
sym_generic_type,
STATE(985), 1,
sym__unannotated_type,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(89), 2,
anon_sym_float,
anon_sym_double,
ACTIONS(91), 2,
sym_boolean_type,
sym_void_type,
STATE(844), 3,
sym_array_type,
sym_integral_type,
sym_floating_point_type,
STATE(921), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
ACTIONS(87), 5,
anon_sym_byte,
anon_sym_short,
anon_sym_int,
anon_sym_long,
anon_sym_char,
[26051] = 12,
ACTIONS(238), 1,
anon_sym_LT,
ACTIONS(578), 1,
anon_sym_AT,
ACTIONS(2713), 1,
sym_identifier,
STATE(940), 1,
sym_type_arguments,
STATE(982), 1,
sym_scoped_type_identifier,
STATE(1000), 1,
sym_generic_type,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(89), 2,
anon_sym_float,
anon_sym_double,
ACTIONS(2715), 2,
sym_boolean_type,
sym_void_type,
STATE(1013), 2,
sym_integral_type,
sym_floating_point_type,
STATE(921), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
ACTIONS(87), 5,
anon_sym_byte,
anon_sym_short,
anon_sym_int,
anon_sym_long,
anon_sym_char,
[26099] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1967), 7,
anon_sym_RBRACE,
anon_sym_RPAREN,
anon_sym_LT,
anon_sym_COMMA,
anon_sym_QMARK,
anon_sym_SEMI,
anon_sym_AT,
ACTIONS(1965), 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,
anon_sym_float,
anon_sym_double,
sym_boolean_type,
sym_void_type,
sym_identifier,
[26128] = 13,
ACTIONS(576), 1,
anon_sym_yield,
ACTIONS(1697), 1,
anon_sym_AT,
ACTIONS(2435), 1,
anon_sym_LBRACK,
STATE(741), 1,
aux_sym_dimensions_repeat1,
STATE(826), 1,
sym_dimensions,
STATE(998), 1,
sym__reserved_identifier,
STATE(1237), 1,
sym__variable_declarator_id,
STATE(1273), 1,
sym_variable_declarator,
STATE(1583), 1,
sym__variable_declarator_list,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2479), 2,
sym_underscore_pattern,
sym_identifier,
STATE(1119), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
ACTIONS(69), 5,
anon_sym_open,
anon_sym_module,
anon_sym_with,
anon_sym_sealed,
anon_sym_record,
[26177] = 13,
ACTIONS(576), 1,
anon_sym_yield,
ACTIONS(1697), 1,
anon_sym_AT,
ACTIONS(2435), 1,
anon_sym_LBRACK,
STATE(741), 1,
aux_sym_dimensions_repeat1,
STATE(826), 1,
sym_dimensions,
STATE(998), 1,
sym__reserved_identifier,
STATE(1230), 1,
sym__variable_declarator_id,
STATE(1273), 1,
sym_variable_declarator,
STATE(1583), 1,
sym__variable_declarator_list,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2479), 2,
sym_underscore_pattern,
sym_identifier,
STATE(1119), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
ACTIONS(69), 5,
anon_sym_open,
anon_sym_module,
anon_sym_with,
anon_sym_sealed,
anon_sym_record,
[26226] = 5,
ACTIONS(2721), 1,
anon_sym_AT,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2719), 2,
anon_sym_LT,
anon_sym_QMARK,
STATE(921), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
ACTIONS(2717), 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,
anon_sym_float,
anon_sym_double,
sym_boolean_type,
sym_void_type,
sym_identifier,
[26259] = 13,
ACTIONS(576), 1,
anon_sym_yield,
ACTIONS(1697), 1,
anon_sym_AT,
ACTIONS(2435), 1,
anon_sym_LBRACK,
STATE(741), 1,
aux_sym_dimensions_repeat1,
STATE(826), 1,
sym_dimensions,
STATE(998), 1,
sym__reserved_identifier,
STATE(1186), 1,
sym__variable_declarator_id,
STATE(1273), 1,
sym_variable_declarator,
STATE(1578), 1,
sym__variable_declarator_list,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2479), 2,
sym_underscore_pattern,
sym_identifier,
STATE(1119), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
ACTIONS(69), 5,
anon_sym_open,
anon_sym_module,
anon_sym_with,
anon_sym_sealed,
anon_sym_record,
[26308] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1975), 7,
anon_sym_RBRACE,
anon_sym_RPAREN,
anon_sym_LT,
anon_sym_COMMA,
anon_sym_QMARK,
anon_sym_SEMI,
anon_sym_AT,
ACTIONS(1973), 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,
anon_sym_float,
anon_sym_double,
sym_boolean_type,
sym_void_type,
sym_identifier,
[26337] = 13,
ACTIONS(576), 1,
anon_sym_yield,
ACTIONS(1697), 1,
anon_sym_AT,
ACTIONS(2435), 1,
anon_sym_LBRACK,
STATE(741), 1,
aux_sym_dimensions_repeat1,
STATE(826), 1,
sym_dimensions,
STATE(998), 1,
sym__reserved_identifier,
STATE(1240), 1,
sym__variable_declarator_id,
STATE(1273), 1,
sym_variable_declarator,
STATE(1583), 1,
sym__variable_declarator_list,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2479), 2,
sym_underscore_pattern,
sym_identifier,
STATE(1119), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
ACTIONS(69), 5,
anon_sym_open,
anon_sym_module,
anon_sym_with,
anon_sym_sealed,
anon_sym_record,
[26386] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1979), 7,
anon_sym_RBRACE,
anon_sym_RPAREN,
anon_sym_LT,
anon_sym_COMMA,
anon_sym_QMARK,
anon_sym_SEMI,
anon_sym_AT,
ACTIONS(1977), 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,
anon_sym_float,
anon_sym_double,
sym_boolean_type,
sym_void_type,
sym_identifier,
[26415] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1983), 7,
anon_sym_RBRACE,
anon_sym_RPAREN,
anon_sym_LT,
anon_sym_COMMA,
anon_sym_QMARK,
anon_sym_SEMI,
anon_sym_AT,
ACTIONS(1981), 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,
anon_sym_float,
anon_sym_double,
sym_boolean_type,
sym_void_type,
sym_identifier,
[26444] = 14,
ACTIONS(576), 1,
anon_sym_yield,
ACTIONS(1697), 1,
anon_sym_AT,
ACTIONS(2435), 1,
anon_sym_LBRACK,
ACTIONS(2479), 1,
sym_underscore_pattern,
ACTIONS(2724), 1,
sym_identifier,
STATE(741), 1,
aux_sym_dimensions_repeat1,
STATE(826), 1,
sym_dimensions,
STATE(1011), 1,
sym__reserved_identifier,
STATE(1186), 1,
sym__variable_declarator_id,
STATE(1273), 1,
sym_variable_declarator,
STATE(1580), 1,
sym__variable_declarator_list,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(1119), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
ACTIONS(69), 5,
anon_sym_open,
anon_sym_module,
anon_sym_with,
anon_sym_sealed,
anon_sym_record,
[26495] = 13,
ACTIONS(576), 1,
anon_sym_yield,
ACTIONS(1697), 1,
anon_sym_AT,
ACTIONS(2435), 1,
anon_sym_LBRACK,
ACTIONS(2463), 1,
anon_sym_COLON_COLON,
ACTIONS(2591), 1,
anon_sym_DOT,
STATE(741), 1,
aux_sym_dimensions_repeat1,
STATE(826), 1,
sym_dimensions,
STATE(998), 1,
sym__reserved_identifier,
STATE(1550), 1,
sym__variable_declarator_id,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2479), 2,
sym_underscore_pattern,
sym_identifier,
STATE(1119), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
ACTIONS(69), 5,
anon_sym_open,
anon_sym_module,
anon_sym_with,
anon_sym_sealed,
anon_sym_record,
[26544] = 14,
ACTIONS(576), 1,
anon_sym_yield,
ACTIONS(1697), 1,
anon_sym_AT,
ACTIONS(2435), 1,
anon_sym_LBRACK,
ACTIONS(2479), 1,
sym_underscore_pattern,
ACTIONS(2726), 1,
sym_identifier,
STATE(741), 1,
aux_sym_dimensions_repeat1,
STATE(826), 1,
sym_dimensions,
STATE(1014), 1,
sym__reserved_identifier,
STATE(1186), 1,
sym__variable_declarator_id,
STATE(1273), 1,
sym_variable_declarator,
STATE(1533), 1,
sym__variable_declarator_list,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(1119), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
ACTIONS(69), 5,
anon_sym_open,
anon_sym_module,
anon_sym_with,
anon_sym_sealed,
anon_sym_record,
[26595] = 10,
ACTIONS(578), 1,
anon_sym_AT,
ACTIONS(2728), 1,
sym_identifier,
STATE(1174), 1,
sym_scoped_type_identifier,
STATE(1341), 1,
sym_generic_type,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(89), 2,
anon_sym_float,
anon_sym_double,
ACTIONS(2730), 2,
sym_boolean_type,
sym_void_type,
STATE(1448), 2,
sym_integral_type,
sym_floating_point_type,
STATE(921), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
ACTIONS(87), 5,
anon_sym_byte,
anon_sym_short,
anon_sym_int,
anon_sym_long,
anon_sym_char,
[26637] = 15,
ACTIONS(13), 1,
anon_sym_DQUOTE,
ACTIONS(15), 1,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
ACTIONS(238), 1,
anon_sym_LT,
ACTIONS(576), 1,
anon_sym_yield,
ACTIONS(2732), 1,
sym_identifier,
ACTIONS(2734), 1,
anon_sym_new,
ACTIONS(2736), 1,
sym_this,
ACTIONS(2738), 1,
sym_super,
STATE(445), 1,
sym__reserved_identifier,
STATE(568), 1,
sym_string_literal,
STATE(569), 1,
sym__unqualified_object_creation_expression,
STATE(1077), 1,
sym_type_arguments,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(550), 2,
sym__string_literal,
sym__multiline_string_literal,
ACTIONS(69), 5,
anon_sym_open,
anon_sym_module,
anon_sym_with,
anon_sym_sealed,
anon_sym_record,
[26689] = 10,
ACTIONS(578), 1,
anon_sym_AT,
ACTIONS(2740), 1,
sym_identifier,
STATE(1146), 1,
sym_scoped_type_identifier,
STATE(1281), 1,
sym_generic_type,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(89), 2,
anon_sym_float,
anon_sym_double,
ACTIONS(2742), 2,
sym_boolean_type,
sym_void_type,
STATE(1456), 2,
sym_integral_type,
sym_floating_point_type,
STATE(921), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
ACTIONS(87), 5,
anon_sym_byte,
anon_sym_short,
anon_sym_int,
anon_sym_long,
anon_sym_char,
[26731] = 10,
ACTIONS(578), 1,
anon_sym_AT,
ACTIONS(2744), 1,
sym_identifier,
STATE(1184), 1,
sym_scoped_type_identifier,
STATE(1274), 1,
sym_generic_type,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(89), 2,
anon_sym_float,
anon_sym_double,
ACTIONS(2746), 2,
sym_boolean_type,
sym_void_type,
STATE(1407), 2,
sym_integral_type,
sym_floating_point_type,
STATE(932), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
ACTIONS(87), 5,
anon_sym_byte,
anon_sym_short,
anon_sym_int,
anon_sym_long,
anon_sym_char,
[26773] = 12,
ACTIONS(576), 1,
anon_sym_yield,
ACTIONS(1697), 1,
anon_sym_AT,
ACTIONS(2435), 1,
anon_sym_LBRACK,
ACTIONS(2748), 1,
anon_sym_DOT_DOT_DOT,
STATE(741), 1,
aux_sym_dimensions_repeat1,
STATE(826), 1,
sym_dimensions,
STATE(998), 1,
sym__reserved_identifier,
STATE(1501), 1,
sym__variable_declarator_id,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2479), 2,
sym_underscore_pattern,
sym_identifier,
STATE(1094), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
ACTIONS(69), 5,
anon_sym_open,
anon_sym_module,
anon_sym_with,
anon_sym_sealed,
anon_sym_record,
[26819] = 15,
ACTIONS(13), 1,
anon_sym_DQUOTE,
ACTIONS(15), 1,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
ACTIONS(238), 1,
anon_sym_LT,
ACTIONS(576), 1,
anon_sym_yield,
ACTIONS(2732), 1,
sym_identifier,
ACTIONS(2734), 1,
anon_sym_new,
ACTIONS(2736), 1,
sym_this,
ACTIONS(2750), 1,
sym_super,
STATE(445), 1,
sym__reserved_identifier,
STATE(568), 1,
sym_string_literal,
STATE(569), 1,
sym__unqualified_object_creation_expression,
STATE(1058), 1,
sym_type_arguments,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(550), 2,
sym__string_literal,
sym__multiline_string_literal,
ACTIONS(69), 5,
anon_sym_open,
anon_sym_module,
anon_sym_with,
anon_sym_sealed,
anon_sym_record,
[26871] = 12,
ACTIONS(576), 1,
anon_sym_yield,
ACTIONS(1697), 1,
anon_sym_AT,
ACTIONS(2435), 1,
anon_sym_LBRACK,
ACTIONS(2481), 1,
anon_sym_DOT_DOT_DOT,
STATE(741), 1,
aux_sym_dimensions_repeat1,
STATE(826), 1,
sym_dimensions,
STATE(998), 1,
sym__reserved_identifier,
STATE(1438), 1,
sym__variable_declarator_id,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2479), 2,
sym_underscore_pattern,
sym_identifier,
STATE(1091), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
ACTIONS(69), 5,
anon_sym_open,
anon_sym_module,
anon_sym_with,
anon_sym_sealed,
anon_sym_record,
[26917] = 10,
ACTIONS(578), 1,
anon_sym_AT,
ACTIONS(2752), 1,
sym_identifier,
STATE(1152), 1,
sym_scoped_type_identifier,
STATE(1283), 1,
sym_generic_type,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(89), 2,
anon_sym_float,
anon_sym_double,
ACTIONS(2754), 2,
sym_boolean_type,
sym_void_type,
STATE(1472), 2,
sym_integral_type,
sym_floating_point_type,
STATE(942), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
ACTIONS(87), 5,
anon_sym_byte,
anon_sym_short,
anon_sym_int,
anon_sym_long,
anon_sym_char,
[26959] = 10,
ACTIONS(578), 1,
anon_sym_AT,
ACTIONS(2756), 1,
sym_identifier,
STATE(1149), 1,
sym_scoped_type_identifier,
STATE(1282), 1,
sym_generic_type,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(89), 2,
anon_sym_float,
anon_sym_double,
ACTIONS(2758), 2,
sym_boolean_type,
sym_void_type,
STATE(1450), 2,
sym_integral_type,
sym_floating_point_type,
STATE(930), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
ACTIONS(87), 5,
anon_sym_byte,
anon_sym_short,
anon_sym_int,
anon_sym_long,
anon_sym_char,
[27001] = 15,
ACTIONS(238), 1,
anon_sym_LT,
ACTIONS(1411), 1,
anon_sym_DQUOTE,
ACTIONS(1413), 1,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
ACTIONS(1419), 1,
anon_sym_yield,
ACTIONS(2760), 1,
sym_identifier,
ACTIONS(2762), 1,
anon_sym_new,
ACTIONS(2764), 1,
sym_this,
ACTIONS(2766), 1,
sym_super,
STATE(592), 1,
sym__reserved_identifier,
STATE(658), 1,
sym_string_literal,
STATE(659), 1,
sym__unqualified_object_creation_expression,
STATE(1066), 1,
sym_type_arguments,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(663), 2,
sym__string_literal,
sym__multiline_string_literal,
ACTIONS(1421), 5,
anon_sym_open,
anon_sym_module,
anon_sym_with,
anon_sym_sealed,
anon_sym_record,
[27053] = 10,
ACTIONS(578), 1,
anon_sym_AT,
ACTIONS(2768), 1,
sym_identifier,
STATE(1178), 1,
sym_scoped_type_identifier,
STATE(1263), 1,
sym_generic_type,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(89), 2,
anon_sym_float,
anon_sym_double,
ACTIONS(2770), 2,
sym_boolean_type,
sym_void_type,
STATE(1444), 2,
sym_integral_type,
sym_floating_point_type,
STATE(941), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
ACTIONS(87), 5,
anon_sym_byte,
anon_sym_short,
anon_sym_int,
anon_sym_long,
anon_sym_char,
[27095] = 10,
ACTIONS(578), 1,
anon_sym_AT,
ACTIONS(2772), 1,
sym_identifier,
STATE(1181), 1,
sym_scoped_type_identifier,
STATE(1347), 1,
sym_generic_type,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(89), 2,
anon_sym_float,
anon_sym_double,
ACTIONS(2774), 2,
sym_boolean_type,
sym_void_type,
STATE(1468), 2,
sym_integral_type,
sym_floating_point_type,
STATE(921), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
ACTIONS(87), 5,
anon_sym_byte,
anon_sym_short,
anon_sym_int,
anon_sym_long,
anon_sym_char,
[27137] = 10,
ACTIONS(578), 1,
anon_sym_AT,
ACTIONS(2776), 1,
sym_identifier,
STATE(1185), 1,
sym_scoped_type_identifier,
STATE(1295), 1,
sym_generic_type,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(89), 2,
anon_sym_float,
anon_sym_double,
ACTIONS(2778), 2,
sym_boolean_type,
sym_void_type,
STATE(1369), 2,
sym_integral_type,
sym_floating_point_type,
STATE(921), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
ACTIONS(87), 5,
anon_sym_byte,
anon_sym_short,
anon_sym_int,
anon_sym_long,
anon_sym_char,
[27179] = 12,
ACTIONS(576), 1,
anon_sym_yield,
ACTIONS(1697), 1,
anon_sym_AT,
ACTIONS(2435), 1,
anon_sym_LBRACK,
ACTIONS(2463), 1,
anon_sym_COLON_COLON,
ACTIONS(2591), 1,
anon_sym_DOT,
ACTIONS(2780), 1,
sym_identifier,
STATE(741), 1,
aux_sym_dimensions_repeat1,
STATE(826), 1,
sym_dimensions,
STATE(1467), 1,
sym__reserved_identifier,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(1119), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
ACTIONS(69), 5,
anon_sym_open,
anon_sym_module,
anon_sym_with,
anon_sym_sealed,
anon_sym_record,
[27224] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2463), 8,
anon_sym_RPAREN,
anon_sym_AMP,
anon_sym_GT,
anon_sym_PIPE,
anon_sym_COMMA,
anon_sym_COLON_COLON,
anon_sym_LBRACE,
anon_sym_SEMI,
ACTIONS(2461), 10,
sym_underscore_pattern,
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_identifier,
[27251] = 12,
ACTIONS(576), 1,
anon_sym_yield,
ACTIONS(1697), 1,
anon_sym_AT,
ACTIONS(2435), 1,
anon_sym_LBRACK,
ACTIONS(2463), 1,
anon_sym_COLON_COLON,
ACTIONS(2591), 1,
anon_sym_DOT,
ACTIONS(2782), 1,
sym_identifier,
STATE(741), 1,
aux_sym_dimensions_repeat1,
STATE(826), 1,
sym_dimensions,
STATE(1227), 1,
sym__reserved_identifier,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(1119), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
ACTIONS(69), 5,
anon_sym_open,
anon_sym_module,
anon_sym_with,
anon_sym_sealed,
anon_sym_record,
[27296] = 9,
ACTIONS(1697), 1,
anon_sym_AT,
ACTIONS(2435), 1,
anon_sym_LBRACK,
ACTIONS(2786), 1,
anon_sym_PIPE,
STATE(741), 1,
aux_sym_dimensions_repeat1,
STATE(826), 1,
sym_dimensions,
STATE(1031), 1,
aux_sym_catch_type_repeat1,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(1119), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
ACTIONS(2784), 8,
sym_underscore_pattern,
anon_sym_yield,
anon_sym_open,
anon_sym_module,
anon_sym_with,
anon_sym_sealed,
anon_sym_record,
sym_identifier,
[27335] = 6,
ACTIONS(238), 1,
anon_sym_LT,
ACTIONS(2788), 1,
anon_sym_DOT,
STATE(808), 1,
sym_type_arguments,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1773), 6,
anon_sym_RPAREN,
anon_sym_AMP,
anon_sym_LBRACK,
anon_sym_COLON_COLON,
anon_sym_AT,
anon_sym_DOT_DOT_DOT,
ACTIONS(1771), 9,
sym_underscore_pattern,
anon_sym_yield,
anon_sym_open,
anon_sym_module,
anon_sym_with,
anon_sym_sealed,
anon_sym_record,
sym_this,
sym_identifier,
[27368] = 11,
ACTIONS(576), 1,
anon_sym_yield,
ACTIONS(1697), 1,
anon_sym_AT,
ACTIONS(2435), 1,
anon_sym_LBRACK,
STATE(741), 1,
aux_sym_dimensions_repeat1,
STATE(826), 1,
sym_dimensions,
STATE(998), 1,
sym__reserved_identifier,
STATE(1587), 1,
sym__variable_declarator_id,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2479), 2,
sym_underscore_pattern,
sym_identifier,
STATE(1119), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
ACTIONS(69), 5,
anon_sym_open,
anon_sym_module,
anon_sym_with,
anon_sym_sealed,
anon_sym_record,
[27411] = 10,
ACTIONS(238), 1,
anon_sym_LT,
ACTIONS(1515), 1,
anon_sym_LPAREN,
ACTIONS(1531), 1,
anon_sym_DOT,
ACTIONS(1535), 1,
anon_sym_AT,
STATE(586), 1,
sym_argument_list,
STATE(820), 1,
sym_type_arguments,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1528), 2,
anon_sym_LBRACK,
anon_sym_COLON_COLON,
ACTIONS(2791), 2,
anon_sym_RPAREN,
anon_sym_SEMI,
ACTIONS(1511), 8,
sym_underscore_pattern,
anon_sym_yield,
anon_sym_open,
anon_sym_module,
anon_sym_with,
anon_sym_sealed,
anon_sym_record,
sym_identifier,
[27452] = 11,
ACTIONS(576), 1,
anon_sym_yield,
ACTIONS(1697), 1,
anon_sym_AT,
ACTIONS(2435), 1,
anon_sym_LBRACK,
ACTIONS(2793), 1,
sym_identifier,
STATE(741), 1,
aux_sym_dimensions_repeat1,
STATE(826), 1,
sym_dimensions,
STATE(1208), 1,
sym__method_declarator,
STATE(1461), 1,
sym__reserved_identifier,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(1119), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
ACTIONS(69), 5,
anon_sym_open,
anon_sym_module,
anon_sym_with,
anon_sym_sealed,
anon_sym_record,
[27494] = 11,
ACTIONS(576), 1,
anon_sym_yield,
ACTIONS(1697), 1,
anon_sym_AT,
ACTIONS(2435), 1,
anon_sym_LBRACK,
ACTIONS(2793), 1,
sym_identifier,
STATE(741), 1,
aux_sym_dimensions_repeat1,
STATE(826), 1,
sym_dimensions,
STATE(1231), 1,
sym__method_declarator,
STATE(1461), 1,
sym__reserved_identifier,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(1119), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
ACTIONS(69), 5,
anon_sym_open,
anon_sym_module,
anon_sym_with,
anon_sym_sealed,
anon_sym_record,
[27536] = 10,
ACTIONS(33), 1,
anon_sym_LBRACE,
ACTIONS(238), 1,
anon_sym_LT,
ACTIONS(2795), 1,
anon_sym_LPAREN,
ACTIONS(2797), 1,
anon_sym_DOT,
STATE(611), 1,
sym_block,
STATE(820), 1,
sym_type_arguments,
STATE(1481), 1,
sym_formal_parameters,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1535), 2,
anon_sym_LBRACK,
anon_sym_AT,
ACTIONS(1511), 8,
sym_underscore_pattern,
anon_sym_yield,
anon_sym_open,
anon_sym_module,
anon_sym_with,
anon_sym_sealed,
anon_sym_record,
sym_identifier,
[27576] = 10,
ACTIONS(1596), 1,
sym_identifier,
STATE(765), 1,
sym_scoped_type_identifier,
STATE(836), 1,
sym_generic_type,
STATE(946), 1,
sym__unannotated_type,
STATE(1039), 1,
sym_catch_type,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(89), 2,
anon_sym_float,
anon_sym_double,
ACTIONS(91), 2,
sym_boolean_type,
sym_void_type,
STATE(844), 3,
sym_array_type,
sym_integral_type,
sym_floating_point_type,
ACTIONS(87), 5,
anon_sym_byte,
anon_sym_short,
anon_sym_int,
anon_sym_long,
anon_sym_char,
[27616] = 10,
ACTIONS(33), 1,
anon_sym_LBRACE,
ACTIONS(238), 1,
anon_sym_LT,
ACTIONS(2795), 1,
anon_sym_LPAREN,
ACTIONS(2797), 1,
anon_sym_DOT,
STATE(608), 1,
sym_block,
STATE(820), 1,
sym_type_arguments,
STATE(1481), 1,
sym_formal_parameters,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1535), 2,
anon_sym_LBRACK,
anon_sym_AT,
ACTIONS(1511), 8,
sym_underscore_pattern,
anon_sym_yield,
anon_sym_open,
anon_sym_module,
anon_sym_with,
anon_sym_sealed,
anon_sym_record,
sym_identifier,
[27656] = 9,
ACTIONS(1596), 1,
sym_identifier,
STATE(765), 1,
sym_scoped_type_identifier,
STATE(836), 1,
sym_generic_type,
STATE(964), 1,
sym__unannotated_type,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(89), 2,
anon_sym_float,
anon_sym_double,
ACTIONS(91), 2,
sym_boolean_type,
sym_void_type,
STATE(844), 3,
sym_array_type,
sym_integral_type,
sym_floating_point_type,
ACTIONS(87), 5,
anon_sym_byte,
anon_sym_short,
anon_sym_int,
anon_sym_long,
anon_sym_char,
[27693] = 10,
ACTIONS(576), 1,
anon_sym_yield,
ACTIONS(1697), 1,
anon_sym_AT,
ACTIONS(2435), 1,
anon_sym_LBRACK,
ACTIONS(2780), 1,
sym_identifier,
STATE(741), 1,
aux_sym_dimensions_repeat1,
STATE(826), 1,
sym_dimensions,
STATE(1467), 1,
sym__reserved_identifier,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(1119), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
ACTIONS(69), 5,
anon_sym_open,
anon_sym_module,
anon_sym_with,
anon_sym_sealed,
anon_sym_record,
[27732] = 10,
ACTIONS(576), 1,
anon_sym_yield,
ACTIONS(1697), 1,
anon_sym_AT,
ACTIONS(2435), 1,
anon_sym_LBRACK,
ACTIONS(2782), 1,
sym_identifier,
STATE(741), 1,
aux_sym_dimensions_repeat1,
STATE(826), 1,
sym_dimensions,
STATE(1227), 1,
sym__reserved_identifier,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(1119), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
ACTIONS(69), 5,
anon_sym_open,
anon_sym_module,
anon_sym_with,
anon_sym_sealed,
anon_sym_record,
[27771] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2801), 3,
anon_sym_LPAREN,
anon_sym_LBRACE,
anon_sym_AT,
ACTIONS(2799), 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,
[27796] = 9,
ACTIONS(1596), 1,
sym_identifier,
STATE(765), 1,
sym_scoped_type_identifier,
STATE(836), 1,
sym_generic_type,
STATE(934), 1,
sym__unannotated_type,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(89), 2,
anon_sym_float,
anon_sym_double,
ACTIONS(91), 2,
sym_boolean_type,
sym_void_type,
STATE(844), 3,
sym_array_type,
sym_integral_type,
sym_floating_point_type,
ACTIONS(87), 5,
anon_sym_byte,
anon_sym_short,
anon_sym_int,
anon_sym_long,
anon_sym_char,
[27833] = 9,
ACTIONS(1596), 1,
sym_identifier,
STATE(765), 1,
sym_scoped_type_identifier,
STATE(836), 1,
sym_generic_type,
STATE(967), 1,
sym__unannotated_type,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(89), 2,
anon_sym_float,
anon_sym_double,
ACTIONS(91), 2,
sym_boolean_type,
sym_void_type,
STATE(844), 3,
sym_array_type,
sym_integral_type,
sym_floating_point_type,
ACTIONS(87), 5,
anon_sym_byte,
anon_sym_short,
anon_sym_int,
anon_sym_long,
anon_sym_char,
[27870] = 9,
ACTIONS(1596), 1,
sym_identifier,
STATE(765), 1,
sym_scoped_type_identifier,
STATE(836), 1,
sym_generic_type,
STATE(948), 1,
sym__unannotated_type,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(89), 2,
anon_sym_float,
anon_sym_double,
ACTIONS(91), 2,
sym_boolean_type,
sym_void_type,
STATE(844), 3,
sym_array_type,
sym_integral_type,
sym_floating_point_type,
ACTIONS(87), 5,
anon_sym_byte,
anon_sym_short,
anon_sym_int,
anon_sym_long,
anon_sym_char,
[27907] = 4,
ACTIONS(2788), 1,
anon_sym_DOT,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1773), 6,
anon_sym_RPAREN,
anon_sym_AMP,
anon_sym_LBRACK,
anon_sym_COLON_COLON,
anon_sym_AT,
anon_sym_DOT_DOT_DOT,
ACTIONS(1771), 9,
sym_underscore_pattern,
anon_sym_yield,
anon_sym_open,
anon_sym_module,
anon_sym_with,
anon_sym_sealed,
anon_sym_record,
sym_this,
sym_identifier,
[27934] = 9,
ACTIONS(1596), 1,
sym_identifier,
STATE(765), 1,
sym_scoped_type_identifier,
STATE(836), 1,
sym_generic_type,
STATE(924), 1,
sym__unannotated_type,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(89), 2,
anon_sym_float,
anon_sym_double,
ACTIONS(91), 2,
sym_boolean_type,
sym_void_type,
STATE(844), 3,
sym_array_type,
sym_integral_type,
sym_floating_point_type,
ACTIONS(87), 5,
anon_sym_byte,
anon_sym_short,
anon_sym_int,
anon_sym_long,
anon_sym_char,
[27971] = 10,
ACTIONS(576), 1,
anon_sym_yield,
ACTIONS(1697), 1,
anon_sym_AT,
ACTIONS(2435), 1,
anon_sym_LBRACK,
ACTIONS(2803), 1,
sym_identifier,
STATE(741), 1,
aux_sym_dimensions_repeat1,
STATE(826), 1,
sym_dimensions,
STATE(1233), 1,
sym__reserved_identifier,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(1119), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
ACTIONS(69), 5,
anon_sym_open,
anon_sym_module,
anon_sym_with,
anon_sym_sealed,
anon_sym_record,
[28010] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2807), 3,
anon_sym_LPAREN,
anon_sym_LBRACE,
anon_sym_AT,
ACTIONS(2805), 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,
[28035] = 9,
ACTIONS(1596), 1,
sym_identifier,
STATE(765), 1,
sym_scoped_type_identifier,
STATE(836), 1,
sym_generic_type,
STATE(920), 1,
sym__unannotated_type,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(89), 2,
anon_sym_float,
anon_sym_double,
ACTIONS(91), 2,
sym_boolean_type,
sym_void_type,
STATE(844), 3,
sym_array_type,
sym_integral_type,
sym_floating_point_type,
ACTIONS(87), 5,
anon_sym_byte,
anon_sym_short,
anon_sym_int,
anon_sym_long,
anon_sym_char,
[28072] = 10,
ACTIONS(576), 1,
anon_sym_yield,
ACTIONS(1697), 1,
anon_sym_AT,
ACTIONS(2435), 1,
anon_sym_LBRACK,
ACTIONS(2809), 1,
sym_identifier,
STATE(741), 1,
aux_sym_dimensions_repeat1,
STATE(826), 1,
sym_dimensions,
STATE(1383), 1,
sym__reserved_identifier,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(1119), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
ACTIONS(69), 5,
anon_sym_open,
anon_sym_module,
anon_sym_with,
anon_sym_sealed,
anon_sym_record,
[28111] = 9,
ACTIONS(1596), 1,
sym_identifier,
STATE(765), 1,
sym_scoped_type_identifier,
STATE(836), 1,
sym_generic_type,
STATE(919), 1,
sym__unannotated_type,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(89), 2,
anon_sym_float,
anon_sym_double,
ACTIONS(91), 2,
sym_boolean_type,
sym_void_type,
STATE(844), 3,
sym_array_type,
sym_integral_type,
sym_floating_point_type,
ACTIONS(87), 5,
anon_sym_byte,
anon_sym_short,
anon_sym_int,
anon_sym_long,
anon_sym_char,
[28148] = 12,
ACTIONS(238), 1,
anon_sym_LT,
ACTIONS(1697), 1,
anon_sym_AT,
ACTIONS(1927), 1,
anon_sym_LPAREN,
ACTIONS(2811), 1,
anon_sym_LBRACK,
ACTIONS(2813), 1,
anon_sym_DOT,
STATE(549), 1,
sym_argument_list,
STATE(808), 1,
sym_type_arguments,
STATE(973), 1,
aux_sym_dimensions_repeat1,
STATE(1466), 1,
sym_dimensions,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(485), 2,
sym_dimensions_expr,
aux_sym_array_creation_expression_repeat2,
STATE(1135), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
[28190] = 12,
ACTIONS(238), 1,
anon_sym_LT,
ACTIONS(1697), 1,
anon_sym_AT,
ACTIONS(1927), 1,
anon_sym_LPAREN,
ACTIONS(2797), 1,
anon_sym_DOT,
ACTIONS(2811), 1,
anon_sym_LBRACK,
STATE(605), 1,
sym_argument_list,
STATE(820), 1,
sym_type_arguments,
STATE(973), 1,
aux_sym_dimensions_repeat1,
STATE(1469), 1,
sym_dimensions,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(488), 2,
sym_dimensions_expr,
aux_sym_array_creation_expression_repeat2,
STATE(1135), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
[28232] = 8,
ACTIONS(238), 1,
anon_sym_LT,
ACTIONS(1764), 1,
anon_sym_LPAREN,
ACTIONS(2815), 1,
anon_sym_DOT,
STATE(724), 1,
sym_record_pattern_body,
STATE(808), 1,
sym_type_arguments,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1773), 3,
anon_sym_LBRACK,
anon_sym_COLON_COLON,
anon_sym_AT,
ACTIONS(1771), 7,
anon_sym_yield,
anon_sym_open,
anon_sym_module,
anon_sym_with,
anon_sym_sealed,
anon_sym_record,
sym_identifier,
[28266] = 12,
ACTIONS(238), 1,
anon_sym_LT,
ACTIONS(1515), 1,
anon_sym_LPAREN,
ACTIONS(1697), 1,
anon_sym_AT,
ACTIONS(2797), 1,
anon_sym_DOT,
ACTIONS(2818), 1,
anon_sym_LBRACK,
STATE(529), 1,
sym_argument_list,
STATE(820), 1,
sym_type_arguments,
STATE(973), 1,
aux_sym_dimensions_repeat1,
STATE(1443), 1,
sym_dimensions,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(476), 2,
sym_dimensions_expr,
aux_sym_array_creation_expression_repeat2,
STATE(1136), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
[28308] = 6,
ACTIONS(1697), 1,
anon_sym_AT,
ACTIONS(2435), 1,
anon_sym_LBRACK,
STATE(628), 1,
aux_sym_dimensions_repeat1,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(1119), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
ACTIONS(1744), 8,
anon_sym_RPAREN,
anon_sym_EQ,
anon_sym_COMMA,
anon_sym_COLON,
anon_sym_LBRACE,
anon_sym_default,
anon_sym_SEMI,
anon_sym_throws,
[28338] = 12,
ACTIONS(238), 1,
anon_sym_LT,
ACTIONS(1697), 1,
anon_sym_AT,
ACTIONS(1927), 1,
anon_sym_LPAREN,
ACTIONS(2811), 1,
anon_sym_LBRACK,
ACTIONS(2813), 1,
anon_sym_DOT,
STATE(590), 1,
sym_argument_list,
STATE(808), 1,
sym_type_arguments,
STATE(973), 1,
aux_sym_dimensions_repeat1,
STATE(1400), 1,
sym_dimensions,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(489), 2,
sym_dimensions_expr,
aux_sym_array_creation_expression_repeat2,
STATE(1135), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
[28380] = 4,
ACTIONS(2820), 1,
anon_sym_AT,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2473), 4,
anon_sym_RBRACE,
anon_sym_RPAREN,
anon_sym_COMMA,
anon_sym_SEMI,
ACTIONS(2213), 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,
[28406] = 12,
ACTIONS(238), 1,
anon_sym_LT,
ACTIONS(1515), 1,
anon_sym_LPAREN,
ACTIONS(1697), 1,
anon_sym_AT,
ACTIONS(2797), 1,
anon_sym_DOT,
ACTIONS(2818), 1,
anon_sym_LBRACK,
STATE(529), 1,
sym_argument_list,
STATE(820), 1,
sym_type_arguments,
STATE(973), 1,
aux_sym_dimensions_repeat1,
STATE(1443), 1,
sym_dimensions,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(1006), 2,
sym_dimensions_expr,
aux_sym_array_creation_expression_repeat2,
STATE(1136), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
[28448] = 12,
ACTIONS(238), 1,
anon_sym_LT,
ACTIONS(1515), 1,
anon_sym_LPAREN,
ACTIONS(1697), 1,
anon_sym_AT,
ACTIONS(2813), 1,
anon_sym_DOT,
ACTIONS(2818), 1,
anon_sym_LBRACK,
STATE(526), 1,
sym_argument_list,
STATE(808), 1,
sym_type_arguments,
STATE(973), 1,
aux_sym_dimensions_repeat1,
STATE(1377), 1,
sym_dimensions,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(1008), 2,
sym_dimensions_expr,
aux_sym_array_creation_expression_repeat2,
STATE(1136), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
[28490] = 12,
ACTIONS(238), 1,
anon_sym_LT,
ACTIONS(1515), 1,
anon_sym_LPAREN,
ACTIONS(1697), 1,
anon_sym_AT,
ACTIONS(2813), 1,
anon_sym_DOT,
ACTIONS(2818), 1,
anon_sym_LBRACK,
STATE(515), 1,
sym_argument_list,
STATE(808), 1,
sym_type_arguments,
STATE(973), 1,
aux_sym_dimensions_repeat1,
STATE(1483), 1,
sym_dimensions,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(1009), 2,
sym_dimensions_expr,
aux_sym_array_creation_expression_repeat2,
STATE(1136), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
[28532] = 12,
ACTIONS(238), 1,
anon_sym_LT,
ACTIONS(1515), 1,
anon_sym_LPAREN,
ACTIONS(1697), 1,
anon_sym_AT,
ACTIONS(2813), 1,
anon_sym_DOT,
ACTIONS(2818), 1,
anon_sym_LBRACK,
STATE(526), 1,
sym_argument_list,
STATE(808), 1,
sym_type_arguments,
STATE(973), 1,
aux_sym_dimensions_repeat1,
STATE(1377), 1,
sym_dimensions,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(475), 2,
sym_dimensions_expr,
aux_sym_array_creation_expression_repeat2,
STATE(1136), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
[28574] = 12,
ACTIONS(238), 1,
anon_sym_LT,
ACTIONS(1515), 1,
anon_sym_LPAREN,
ACTIONS(1697), 1,
anon_sym_AT,
ACTIONS(2797), 1,
anon_sym_DOT,
ACTIONS(2818), 1,
anon_sym_LBRACK,
STATE(517), 1,
sym_argument_list,
STATE(820), 1,
sym_type_arguments,
STATE(973), 1,
aux_sym_dimensions_repeat1,
STATE(1502), 1,
sym_dimensions,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(1003), 2,
sym_dimensions_expr,
aux_sym_array_creation_expression_repeat2,
STATE(1136), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
[28616] = 12,
ACTIONS(238), 1,
anon_sym_LT,
ACTIONS(1515), 1,
anon_sym_LPAREN,
ACTIONS(1697), 1,
anon_sym_AT,
ACTIONS(2797), 1,
anon_sym_DOT,
ACTIONS(2818), 1,
anon_sym_LBRACK,
STATE(517), 1,
sym_argument_list,
STATE(820), 1,
sym_type_arguments,
STATE(973), 1,
aux_sym_dimensions_repeat1,
STATE(1502), 1,
sym_dimensions,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(467), 2,
sym_dimensions_expr,
aux_sym_array_creation_expression_repeat2,
STATE(1136), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
[28658] = 12,
ACTIONS(238), 1,
anon_sym_LT,
ACTIONS(1515), 1,
anon_sym_LPAREN,
ACTIONS(1697), 1,
anon_sym_AT,
ACTIONS(2813), 1,
anon_sym_DOT,
ACTIONS(2818), 1,
anon_sym_LBRACK,
STATE(515), 1,
sym_argument_list,
STATE(808), 1,
sym_type_arguments,
STATE(973), 1,
aux_sym_dimensions_repeat1,
STATE(1483), 1,
sym_dimensions,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(469), 2,
sym_dimensions_expr,
aux_sym_array_creation_expression_repeat2,
STATE(1136), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
[28700] = 12,
ACTIONS(238), 1,
anon_sym_LT,
ACTIONS(1697), 1,
anon_sym_AT,
ACTIONS(1927), 1,
anon_sym_LPAREN,
ACTIONS(2797), 1,
anon_sym_DOT,
ACTIONS(2811), 1,
anon_sym_LBRACK,
STATE(591), 1,
sym_argument_list,
STATE(820), 1,
sym_type_arguments,
STATE(973), 1,
aux_sym_dimensions_repeat1,
STATE(1401), 1,
sym_dimensions,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(490), 2,
sym_dimensions_expr,
aux_sym_array_creation_expression_repeat2,
STATE(1135), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
[28742] = 8,
ACTIONS(238), 1,
anon_sym_LT,
ACTIONS(1764), 1,
anon_sym_LPAREN,
ACTIONS(2797), 1,
anon_sym_DOT,
STATE(724), 1,
sym_record_pattern_body,
STATE(820), 1,
sym_type_arguments,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1535), 2,
anon_sym_LBRACK,
anon_sym_AT,
ACTIONS(1511), 7,
anon_sym_yield,
anon_sym_open,
anon_sym_module,
anon_sym_with,
anon_sym_sealed,
anon_sym_record,
sym_identifier,
[28775] = 10,
ACTIONS(1697), 1,
anon_sym_AT,
ACTIONS(2435), 1,
anon_sym_LBRACK,
ACTIONS(2822), 1,
sym_identifier,
ACTIONS(2824), 1,
sym_this,
STATE(741), 1,
aux_sym_dimensions_repeat1,
STATE(826), 1,
sym_dimensions,
STATE(1293), 1,
aux_sym_receiver_parameter_repeat1,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2433), 3,
anon_sym_RPAREN,
anon_sym_AMP,
anon_sym_COLON_COLON,
STATE(1119), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
[28812] = 8,
ACTIONS(238), 1,
anon_sym_LT,
ACTIONS(2795), 1,
anon_sym_LPAREN,
ACTIONS(2797), 1,
anon_sym_DOT,
STATE(820), 1,
sym_type_arguments,
STATE(1475), 1,
sym_formal_parameters,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1535), 2,
anon_sym_LBRACK,
anon_sym_AT,
ACTIONS(1511), 7,
anon_sym_yield,
anon_sym_open,
anon_sym_module,
anon_sym_with,
anon_sym_sealed,
anon_sym_record,
sym_identifier,
[28845] = 8,
ACTIONS(238), 1,
anon_sym_LT,
ACTIONS(1764), 1,
anon_sym_LPAREN,
ACTIONS(2813), 1,
anon_sym_DOT,
STATE(724), 1,
sym_record_pattern_body,
STATE(808), 1,
sym_type_arguments,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1773), 2,
anon_sym_LBRACK,
anon_sym_AT,
ACTIONS(1771), 7,
anon_sym_yield,
anon_sym_open,
anon_sym_module,
anon_sym_with,
anon_sym_sealed,
anon_sym_record,
sym_identifier,
[28878] = 10,
ACTIONS(1515), 1,
anon_sym_LPAREN,
ACTIONS(1697), 1,
anon_sym_AT,
ACTIONS(2813), 1,
anon_sym_DOT,
ACTIONS(2818), 1,
anon_sym_LBRACK,
STATE(526), 1,
sym_argument_list,
STATE(973), 1,
aux_sym_dimensions_repeat1,
STATE(1377), 1,
sym_dimensions,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(475), 2,
sym_dimensions_expr,
aux_sym_array_creation_expression_repeat2,
STATE(1136), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
[28914] = 10,
ACTIONS(1697), 1,
anon_sym_AT,
ACTIONS(1927), 1,
anon_sym_LPAREN,
ACTIONS(2811), 1,
anon_sym_LBRACK,
ACTIONS(2813), 1,
anon_sym_DOT,
STATE(549), 1,
sym_argument_list,
STATE(973), 1,
aux_sym_dimensions_repeat1,
STATE(1466), 1,
sym_dimensions,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(485), 2,
sym_dimensions_expr,
aux_sym_array_creation_expression_repeat2,
STATE(1135), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
[28950] = 6,
ACTIONS(1764), 1,
anon_sym_LPAREN,
ACTIONS(2815), 1,
anon_sym_DOT,
STATE(724), 1,
sym_record_pattern_body,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1773), 3,
anon_sym_LBRACK,
anon_sym_COLON_COLON,
anon_sym_AT,
ACTIONS(1771), 7,
anon_sym_yield,
anon_sym_open,
anon_sym_module,
anon_sym_with,
anon_sym_sealed,
anon_sym_record,
sym_identifier,
[28978] = 10,
ACTIONS(1515), 1,
anon_sym_LPAREN,
ACTIONS(1697), 1,
anon_sym_AT,
ACTIONS(2813), 1,
anon_sym_DOT,
ACTIONS(2818), 1,
anon_sym_LBRACK,
STATE(515), 1,
sym_argument_list,
STATE(973), 1,
aux_sym_dimensions_repeat1,
STATE(1483), 1,
sym_dimensions,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(1009), 2,
sym_dimensions_expr,
aux_sym_array_creation_expression_repeat2,
STATE(1136), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
[29014] = 8,
ACTIONS(576), 1,
anon_sym_yield,
ACTIONS(2826), 1,
sym_identifier,
STATE(995), 1,
aux_sym_requires_module_directive_repeat1,
STATE(1052), 1,
sym_requires_modifier,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2828), 2,
anon_sym_transitive,
anon_sym_static,
STATE(1384), 2,
sym_scoped_identifier,
sym__reserved_identifier,
ACTIONS(69), 5,
anon_sym_open,
anon_sym_module,
anon_sym_with,
anon_sym_sealed,
anon_sym_record,
[29046] = 10,
ACTIONS(1515), 1,
anon_sym_LPAREN,
ACTIONS(1697), 1,
anon_sym_AT,
ACTIONS(2813), 1,
anon_sym_DOT,
ACTIONS(2818), 1,
anon_sym_LBRACK,
STATE(526), 1,
sym_argument_list,
STATE(973), 1,
aux_sym_dimensions_repeat1,
STATE(1377), 1,
sym_dimensions,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(1008), 2,
sym_dimensions_expr,
aux_sym_array_creation_expression_repeat2,
STATE(1136), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
[29082] = 9,
ACTIONS(2830), 1,
anon_sym_RBRACE,
ACTIONS(2832), 1,
anon_sym_requires,
ACTIONS(2834), 1,
anon_sym_exports,
ACTIONS(2836), 1,
anon_sym_opens,
ACTIONS(2838), 1,
anon_sym_uses,
ACTIONS(2840), 1,
anon_sym_provides,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(999), 2,
sym_module_directive,
aux_sym_module_body_repeat1,
STATE(1130), 5,
sym_requires_module_directive,
sym_exports_module_directive,
sym_opens_module_directive,
sym_uses_module_directive,
sym_provides_module_directive,
[29116] = 9,
ACTIONS(576), 1,
anon_sym_yield,
ACTIONS(2842), 1,
sym_identifier,
STATE(1022), 1,
aux_sym_requires_module_directive_repeat1,
STATE(1052), 1,
sym_requires_modifier,
STATE(1452), 1,
sym_scoped_identifier,
STATE(1460), 1,
sym__reserved_identifier,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2828), 2,
anon_sym_transitive,
anon_sym_static,
ACTIONS(69), 5,
anon_sym_open,
anon_sym_module,
anon_sym_with,
anon_sym_sealed,
anon_sym_record,
[29150] = 9,
ACTIONS(1697), 1,
anon_sym_AT,
ACTIONS(2435), 1,
anon_sym_LBRACK,
ACTIONS(2795), 1,
anon_sym_LPAREN,
STATE(973), 1,
aux_sym_dimensions_repeat1,
STATE(1018), 1,
sym_formal_parameters,
STATE(1169), 1,
sym_dimensions,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2844), 3,
anon_sym_EQ,
anon_sym_COMMA,
anon_sym_SEMI,
STATE(1119), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
[29184] = 9,
ACTIONS(2832), 1,
anon_sym_requires,
ACTIONS(2834), 1,
anon_sym_exports,
ACTIONS(2836), 1,
anon_sym_opens,
ACTIONS(2838), 1,
anon_sym_uses,
ACTIONS(2840), 1,
anon_sym_provides,
ACTIONS(2846), 1,
anon_sym_RBRACE,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(994), 2,
sym_module_directive,
aux_sym_module_body_repeat1,
STATE(1130), 5,
sym_requires_module_directive,
sym_exports_module_directive,
sym_opens_module_directive,
sym_uses_module_directive,
sym_provides_module_directive,
[29218] = 7,
ACTIONS(1697), 1,
anon_sym_AT,
ACTIONS(2435), 1,
anon_sym_LBRACK,
STATE(973), 1,
aux_sym_dimensions_repeat1,
STATE(1169), 1,
sym_dimensions,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(1119), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
ACTIONS(2844), 5,
anon_sym_RPAREN,
anon_sym_EQ,
anon_sym_COMMA,
anon_sym_COLON,
anon_sym_SEMI,
[29248] = 9,
ACTIONS(2848), 1,
anon_sym_RBRACE,
ACTIONS(2850), 1,
anon_sym_requires,
ACTIONS(2853), 1,
anon_sym_exports,
ACTIONS(2856), 1,
anon_sym_opens,
ACTIONS(2859), 1,
anon_sym_uses,
ACTIONS(2862), 1,
anon_sym_provides,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(999), 2,
sym_module_directive,
aux_sym_module_body_repeat1,
STATE(1130), 5,
sym_requires_module_directive,
sym_exports_module_directive,
sym_opens_module_directive,
sym_uses_module_directive,
sym_provides_module_directive,
[29282] = 10,
ACTIONS(1515), 1,
anon_sym_LPAREN,
ACTIONS(1697), 1,
anon_sym_AT,
ACTIONS(2813), 1,
anon_sym_DOT,
ACTIONS(2818), 1,
anon_sym_LBRACK,
STATE(515), 1,
sym_argument_list,
STATE(973), 1,
aux_sym_dimensions_repeat1,
STATE(1483), 1,
sym_dimensions,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(469), 2,
sym_dimensions_expr,
aux_sym_array_creation_expression_repeat2,
STATE(1136), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
[29318] = 10,
ACTIONS(1697), 1,
anon_sym_AT,
ACTIONS(1927), 1,
anon_sym_LPAREN,
ACTIONS(2811), 1,
anon_sym_LBRACK,
ACTIONS(2813), 1,
anon_sym_DOT,
STATE(590), 1,
sym_argument_list,
STATE(973), 1,
aux_sym_dimensions_repeat1,
STATE(1400), 1,
sym_dimensions,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(489), 2,
sym_dimensions_expr,
aux_sym_array_creation_expression_repeat2,
STATE(1135), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
[29354] = 9,
ACTIONS(1515), 1,
anon_sym_LPAREN,
ACTIONS(1697), 1,
anon_sym_AT,
ACTIONS(2818), 1,
anon_sym_LBRACK,
STATE(526), 1,
sym_argument_list,
STATE(973), 1,
aux_sym_dimensions_repeat1,
STATE(1377), 1,
sym_dimensions,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(475), 2,
sym_dimensions_expr,
aux_sym_array_creation_expression_repeat2,
STATE(1136), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
[29387] = 8,
ACTIONS(1697), 1,
anon_sym_AT,
ACTIONS(2818), 1,
anon_sym_LBRACK,
STATE(589), 1,
sym_dimensions,
STATE(1054), 1,
aux_sym_dimensions_repeat1,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1728), 2,
anon_sym_DOT,
anon_sym_COLON_COLON,
STATE(487), 2,
sym_dimensions_expr,
aux_sym_array_creation_expression_repeat2,
STATE(1136), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
[29418] = 9,
ACTIONS(1515), 1,
anon_sym_LPAREN,
ACTIONS(1697), 1,
anon_sym_AT,
ACTIONS(2818), 1,
anon_sym_LBRACK,
STATE(515), 1,
sym_argument_list,
STATE(973), 1,
aux_sym_dimensions_repeat1,
STATE(1483), 1,
sym_dimensions,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(1009), 2,
sym_dimensions_expr,
aux_sym_array_creation_expression_repeat2,
STATE(1136), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
[29451] = 9,
ACTIONS(1515), 1,
anon_sym_LPAREN,
ACTIONS(1697), 1,
anon_sym_AT,
ACTIONS(2818), 1,
anon_sym_LBRACK,
STATE(526), 1,
sym_argument_list,
STATE(973), 1,
aux_sym_dimensions_repeat1,
STATE(1377), 1,
sym_dimensions,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(1008), 2,
sym_dimensions_expr,
aux_sym_array_creation_expression_repeat2,
STATE(1136), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
[29484] = 8,
ACTIONS(1697), 1,
anon_sym_AT,
ACTIONS(2818), 1,
anon_sym_LBRACK,
STATE(583), 1,
sym_dimensions,
STATE(1054), 1,
aux_sym_dimensions_repeat1,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1756), 2,
anon_sym_DOT,
anon_sym_COLON_COLON,
STATE(487), 2,
sym_dimensions_expr,
aux_sym_array_creation_expression_repeat2,
STATE(1136), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
[29515] = 6,
ACTIONS(1764), 1,
anon_sym_LPAREN,
ACTIONS(2813), 1,
anon_sym_DOT,
STATE(724), 1,
sym_record_pattern_body,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1773), 2,
anon_sym_LBRACK,
anon_sym_AT,
ACTIONS(1771), 7,
anon_sym_yield,
anon_sym_open,
anon_sym_module,
anon_sym_with,
anon_sym_sealed,
anon_sym_record,
sym_identifier,
[29542] = 8,
ACTIONS(1697), 1,
anon_sym_AT,
ACTIONS(2818), 1,
anon_sym_LBRACK,
STATE(579), 1,
sym_dimensions,
STATE(1054), 1,
aux_sym_dimensions_repeat1,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1752), 2,
anon_sym_DOT,
anon_sym_COLON_COLON,
STATE(487), 2,
sym_dimensions_expr,
aux_sym_array_creation_expression_repeat2,
STATE(1136), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
[29573] = 8,
ACTIONS(1697), 1,
anon_sym_AT,
ACTIONS(2818), 1,
anon_sym_LBRACK,
STATE(604), 1,
sym_dimensions,
STATE(1054), 1,
aux_sym_dimensions_repeat1,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1736), 2,
anon_sym_DOT,
anon_sym_COLON_COLON,
STATE(487), 2,
sym_dimensions_expr,
aux_sym_array_creation_expression_repeat2,
STATE(1136), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
[29604] = 9,
ACTIONS(238), 1,
anon_sym_LT,
ACTIONS(1419), 1,
anon_sym_yield,
ACTIONS(2760), 1,
sym_identifier,
ACTIONS(2764), 1,
sym_this,
ACTIONS(2766), 1,
sym_super,
STATE(592), 1,
sym__reserved_identifier,
STATE(1066), 1,
sym_type_arguments,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1421), 5,
anon_sym_open,
anon_sym_module,
anon_sym_with,
anon_sym_sealed,
anon_sym_record,
[29637] = 8,
ACTIONS(1697), 1,
anon_sym_AT,
ACTIONS(2435), 1,
anon_sym_LBRACK,
ACTIONS(2865), 1,
anon_sym_LPAREN,
STATE(973), 1,
aux_sym_dimensions_repeat1,
STATE(1169), 1,
sym_dimensions,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2844), 3,
anon_sym_EQ,
anon_sym_COMMA,
anon_sym_SEMI,
STATE(1119), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
[29668] = 9,
ACTIONS(1697), 1,
anon_sym_AT,
ACTIONS(1927), 1,
anon_sym_LPAREN,
ACTIONS(2811), 1,
anon_sym_LBRACK,
STATE(549), 1,
sym_argument_list,
STATE(973), 1,
aux_sym_dimensions_repeat1,
STATE(1466), 1,
sym_dimensions,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(485), 2,
sym_dimensions_expr,
aux_sym_array_creation_expression_repeat2,
STATE(1135), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
[29701] = 9,
ACTIONS(1515), 1,
anon_sym_LPAREN,
ACTIONS(1697), 1,
anon_sym_AT,
ACTIONS(2818), 1,
anon_sym_LBRACK,
STATE(515), 1,
sym_argument_list,
STATE(973), 1,
aux_sym_dimensions_repeat1,
STATE(1483), 1,
sym_dimensions,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(469), 2,
sym_dimensions_expr,
aux_sym_array_creation_expression_repeat2,
STATE(1136), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
[29734] = 8,
ACTIONS(1697), 1,
anon_sym_AT,
ACTIONS(2435), 1,
anon_sym_LBRACK,
ACTIONS(2867), 1,
anon_sym_LPAREN,
STATE(973), 1,
aux_sym_dimensions_repeat1,
STATE(1169), 1,
sym_dimensions,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2844), 3,
anon_sym_EQ,
anon_sym_COMMA,
anon_sym_SEMI,
STATE(1119), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
[29765] = 9,
ACTIONS(238), 1,
anon_sym_LT,
ACTIONS(576), 1,
anon_sym_yield,
ACTIONS(2732), 1,
sym_identifier,
ACTIONS(2736), 1,
sym_this,
ACTIONS(2738), 1,
sym_super,
STATE(445), 1,
sym__reserved_identifier,
STATE(1077), 1,
sym_type_arguments,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(69), 5,
anon_sym_open,
anon_sym_module,
anon_sym_with,
anon_sym_sealed,
anon_sym_record,
[29798] = 9,
ACTIONS(1697), 1,
anon_sym_AT,
ACTIONS(1927), 1,
anon_sym_LPAREN,
ACTIONS(2811), 1,
anon_sym_LBRACK,
STATE(590), 1,
sym_argument_list,
STATE(973), 1,
aux_sym_dimensions_repeat1,
STATE(1400), 1,
sym_dimensions,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(489), 2,
sym_dimensions_expr,
aux_sym_array_creation_expression_repeat2,
STATE(1135), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
[29831] = 7,
ACTIONS(576), 1,
anon_sym_yield,
STATE(998), 1,
sym__reserved_identifier,
STATE(1186), 1,
sym__variable_declarator_id,
STATE(1453), 1,
sym_variable_declarator,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2479), 2,
sym_underscore_pattern,
sym_identifier,
ACTIONS(69), 5,
anon_sym_open,
anon_sym_module,
anon_sym_with,
anon_sym_sealed,
anon_sym_record,
[29859] = 7,
ACTIONS(1697), 1,
anon_sym_AT,
ACTIONS(2435), 1,
anon_sym_LBRACK,
STATE(973), 1,
aux_sym_dimensions_repeat1,
STATE(1311), 1,
sym_dimensions,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2869), 3,
anon_sym_LBRACE,
anon_sym_SEMI,
anon_sym_throws,
STATE(1119), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
[29887] = 6,
ACTIONS(576), 1,
anon_sym_yield,
ACTIONS(2871), 1,
sym_identifier,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(566), 2,
anon_sym_DOT,
anon_sym_SEMI,
STATE(1504), 2,
sym_scoped_identifier,
sym__reserved_identifier,
ACTIONS(69), 5,
anon_sym_open,
anon_sym_module,
anon_sym_with,
anon_sym_sealed,
anon_sym_record,
[29913] = 7,
ACTIONS(576), 1,
anon_sym_yield,
STATE(998), 1,
sym__reserved_identifier,
STATE(1186), 1,
sym__variable_declarator_id,
STATE(1406), 1,
sym_variable_declarator,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2479), 2,
sym_underscore_pattern,
sym_identifier,
ACTIONS(69), 5,
anon_sym_open,
anon_sym_module,
anon_sym_with,
anon_sym_sealed,
anon_sym_record,
[29941] = 7,
ACTIONS(576), 1,
anon_sym_yield,
STATE(998), 1,
sym__reserved_identifier,
STATE(1186), 1,
sym__variable_declarator_id,
STATE(1426), 1,
sym_variable_declarator,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2479), 2,
sym_underscore_pattern,
sym_identifier,
ACTIONS(69), 5,
anon_sym_open,
anon_sym_module,
anon_sym_with,
anon_sym_sealed,
anon_sym_record,
[29969] = 5,
STATE(1022), 1,
aux_sym_requires_module_directive_repeat1,
STATE(1052), 1,
sym_requires_modifier,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2875), 2,
anon_sym_transitive,
anon_sym_static,
ACTIONS(2873), 7,
anon_sym_yield,
anon_sym_open,
anon_sym_module,
anon_sym_with,
anon_sym_sealed,
anon_sym_record,
sym_identifier,
[29993] = 8,
ACTIONS(238), 1,
anon_sym_LT,
ACTIONS(576), 1,
anon_sym_yield,
ACTIONS(2878), 1,
sym_identifier,
ACTIONS(2880), 1,
sym_this,
STATE(443), 1,
sym__reserved_identifier,
STATE(1073), 1,
sym_type_arguments,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(69), 5,
anon_sym_open,
anon_sym_module,
anon_sym_with,
anon_sym_sealed,
anon_sym_record,
[30023] = 9,
ACTIONS(1697), 1,
anon_sym_AT,
ACTIONS(2435), 1,
anon_sym_LBRACK,
ACTIONS(2822), 1,
sym_identifier,
ACTIONS(2824), 1,
sym_this,
STATE(741), 1,
aux_sym_dimensions_repeat1,
STATE(826), 1,
sym_dimensions,
STATE(1293), 1,
aux_sym_receiver_parameter_repeat1,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(1119), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
[30055] = 7,
ACTIONS(576), 1,
anon_sym_yield,
STATE(998), 1,
sym__reserved_identifier,
STATE(1186), 1,
sym__variable_declarator_id,
STATE(1431), 1,
sym_variable_declarator,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2479), 2,
sym_underscore_pattern,
sym_identifier,
ACTIONS(69), 5,
anon_sym_open,
anon_sym_module,
anon_sym_with,
anon_sym_sealed,
anon_sym_record,
[30083] = 8,
ACTIONS(1697), 1,
anon_sym_AT,
ACTIONS(2435), 1,
anon_sym_LBRACK,
ACTIONS(2882), 1,
anon_sym_DOT,
STATE(973), 1,
aux_sym_dimensions_repeat1,
STATE(1169), 1,
sym_dimensions,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2844), 2,
anon_sym_RPAREN,
anon_sym_COMMA,
STATE(1119), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
[30113] = 9,
ACTIONS(1697), 1,
anon_sym_AT,
ACTIONS(2435), 1,
anon_sym_LBRACK,
ACTIONS(2884), 1,
anon_sym_default,
ACTIONS(2886), 1,
anon_sym_SEMI,
STATE(973), 1,
aux_sym_dimensions_repeat1,
STATE(1264), 1,
sym_dimensions,
STATE(1541), 1,
sym__default_value,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(1119), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
[30145] = 7,
ACTIONS(576), 1,
anon_sym_yield,
STATE(998), 1,
sym__reserved_identifier,
STATE(1186), 1,
sym__variable_declarator_id,
STATE(1422), 1,
sym_variable_declarator,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2479), 2,
sym_underscore_pattern,
sym_identifier,
ACTIONS(69), 5,
anon_sym_open,
anon_sym_module,
anon_sym_with,
anon_sym_sealed,
anon_sym_record,
[30173] = 8,
ACTIONS(238), 1,
anon_sym_LT,
ACTIONS(1419), 1,
anon_sym_yield,
ACTIONS(2888), 1,
sym_identifier,
ACTIONS(2890), 1,
sym_this,
STATE(557), 1,
sym__reserved_identifier,
STATE(1074), 1,
sym_type_arguments,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1421), 5,
anon_sym_open,
anon_sym_module,
anon_sym_with,
anon_sym_sealed,
anon_sym_record,
[30203] = 9,
ACTIONS(1697), 1,
anon_sym_AT,
ACTIONS(2435), 1,
anon_sym_LBRACK,
ACTIONS(2884), 1,
anon_sym_default,
ACTIONS(2892), 1,
anon_sym_SEMI,
STATE(973), 1,
aux_sym_dimensions_repeat1,
STATE(1254), 1,
sym_dimensions,
STATE(1542), 1,
sym__default_value,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(1119), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
[30235] = 4,
ACTIONS(2786), 1,
anon_sym_PIPE,
STATE(1032), 1,
aux_sym_catch_type_repeat1,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2894), 8,
sym_underscore_pattern,
anon_sym_yield,
anon_sym_open,
anon_sym_module,
anon_sym_with,
anon_sym_sealed,
anon_sym_record,
sym_identifier,
[30256] = 4,
ACTIONS(2898), 1,
anon_sym_PIPE,
STATE(1032), 1,
aux_sym_catch_type_repeat1,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2896), 8,
sym_underscore_pattern,
anon_sym_yield,
anon_sym_open,
anon_sym_module,
anon_sym_with,
anon_sym_sealed,
anon_sym_record,
sym_identifier,
[30277] = 11,
ACTIONS(19), 1,
anon_sym_LT,
ACTIONS(1881), 1,
anon_sym_LBRACE,
ACTIONS(2901), 1,
anon_sym_extends,
ACTIONS(2903), 1,
anon_sym_implements,
ACTIONS(2905), 1,
anon_sym_permits,
STATE(399), 1,
sym_class_body,
STATE(1068), 1,
sym_type_parameters,
STATE(1118), 1,
sym_superclass,
STATE(1217), 1,
sym_super_interfaces,
STATE(1386), 1,
sym_permits,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[30312] = 8,
ACTIONS(1697), 1,
anon_sym_AT,
ACTIONS(2435), 1,
anon_sym_LBRACK,
ACTIONS(2463), 1,
anon_sym_COLON_COLON,
ACTIONS(2591), 1,
anon_sym_DOT,
STATE(741), 1,
aux_sym_dimensions_repeat1,
STATE(826), 1,
sym_dimensions,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(1119), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
[30341] = 8,
ACTIONS(1697), 1,
anon_sym_AT,
ACTIONS(2435), 1,
anon_sym_LBRACK,
ACTIONS(2463), 1,
anon_sym_COLON_COLON,
ACTIONS(2907), 1,
anon_sym_DOT,
STATE(741), 1,
aux_sym_dimensions_repeat1,
STATE(826), 1,
sym_dimensions,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(1119), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
[30370] = 6,
ACTIONS(576), 1,
anon_sym_yield,
ACTIONS(2909), 1,
sym_identifier,
ACTIONS(2911), 1,
anon_sym_interface,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(509), 2,
sym_scoped_identifier,
sym__reserved_identifier,
ACTIONS(69), 5,
anon_sym_open,
anon_sym_module,
anon_sym_with,
anon_sym_sealed,
anon_sym_record,
[30395] = 6,
ACTIONS(576), 1,
anon_sym_yield,
STATE(998), 1,
sym__reserved_identifier,
STATE(1539), 1,
sym__variable_declarator_id,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2479), 2,
sym_underscore_pattern,
sym_identifier,
ACTIONS(69), 5,
anon_sym_open,
anon_sym_module,
anon_sym_with,
anon_sym_sealed,
anon_sym_record,
[30420] = 11,
ACTIONS(19), 1,
anon_sym_LT,
ACTIONS(1881), 1,
anon_sym_LBRACE,
ACTIONS(2901), 1,
anon_sym_extends,
ACTIONS(2903), 1,
anon_sym_implements,
ACTIONS(2905), 1,
anon_sym_permits,
STATE(327), 1,
sym_class_body,
STATE(1070), 1,
sym_type_parameters,
STATE(1116), 1,
sym_superclass,
STATE(1244), 1,
sym_super_interfaces,
STATE(1389), 1,
sym_permits,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[30455] = 6,
ACTIONS(576), 1,
anon_sym_yield,
STATE(998), 1,
sym__reserved_identifier,
STATE(1591), 1,
sym__variable_declarator_id,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2479), 2,
sym_underscore_pattern,
sym_identifier,
ACTIONS(69), 5,
anon_sym_open,
anon_sym_module,
anon_sym_with,
anon_sym_sealed,
anon_sym_record,
[30480] = 7,
ACTIONS(576), 1,
anon_sym_yield,
ACTIONS(2913), 1,
sym_identifier,
ACTIONS(2915), 1,
anon_sym_module,
ACTIONS(2917), 1,
anon_sym_static,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(1465), 2,
sym_scoped_identifier,
sym__reserved_identifier,
ACTIONS(69), 4,
anon_sym_open,
anon_sym_with,
anon_sym_sealed,
anon_sym_record,
[30507] = 5,
ACTIONS(2919), 1,
sym_identifier,
ACTIONS(2921), 1,
anon_sym_yield,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(842), 2,
sym_scoped_identifier,
sym__reserved_identifier,
ACTIONS(2923), 5,
anon_sym_open,
anon_sym_module,
anon_sym_with,
anon_sym_sealed,
anon_sym_record,
[30529] = 5,
ACTIONS(576), 1,
anon_sym_yield,
ACTIONS(2925), 1,
sym_identifier,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(1505), 2,
sym_scoped_identifier,
sym__reserved_identifier,
ACTIONS(69), 5,
anon_sym_open,
anon_sym_module,
anon_sym_with,
anon_sym_sealed,
anon_sym_record,
[30551] = 3,
ACTIONS(2927), 1,
anon_sym_PIPE,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2896), 8,
sym_underscore_pattern,
anon_sym_yield,
anon_sym_open,
anon_sym_module,
anon_sym_with,
anon_sym_sealed,
anon_sym_record,
sym_identifier,
[30569] = 5,
ACTIONS(576), 1,
anon_sym_yield,
ACTIONS(2929), 1,
sym_identifier,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(1304), 2,
sym_scoped_identifier,
sym__reserved_identifier,
ACTIONS(69), 5,
anon_sym_open,
anon_sym_module,
anon_sym_with,
anon_sym_sealed,
anon_sym_record,
[30591] = 5,
ACTIONS(576), 1,
anon_sym_yield,
ACTIONS(2931), 1,
sym_identifier,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(1305), 2,
sym_scoped_identifier,
sym__reserved_identifier,
ACTIONS(69), 5,
anon_sym_open,
anon_sym_module,
anon_sym_with,
anon_sym_sealed,
anon_sym_record,
[30613] = 5,
ACTIONS(576), 1,
anon_sym_yield,
ACTIONS(2933), 1,
sym_identifier,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(1387), 2,
sym_scoped_identifier,
sym__reserved_identifier,
ACTIONS(69), 5,
anon_sym_open,
anon_sym_module,
anon_sym_with,
anon_sym_sealed,
anon_sym_record,
[30635] = 5,
ACTIONS(576), 1,
anon_sym_yield,
ACTIONS(2935), 1,
sym_identifier,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(1388), 2,
sym_scoped_identifier,
sym__reserved_identifier,
ACTIONS(69), 5,
anon_sym_open,
anon_sym_module,
anon_sym_with,
anon_sym_sealed,
anon_sym_record,
[30657] = 8,
ACTIONS(2937), 1,
anon_sym_RBRACE,
ACTIONS(2939), 1,
anon_sym_case,
ACTIONS(2941), 1,
anon_sym_default,
STATE(7), 1,
aux_sym_switch_block_statement_group_repeat1,
STATE(1408), 1,
sym_switch_label,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(1092), 2,
sym_switch_block_statement_group,
aux_sym_switch_block_repeat1,
STATE(1100), 2,
sym_switch_rule,
aux_sym_switch_block_repeat2,
[30685] = 5,
ACTIONS(576), 1,
anon_sym_yield,
ACTIONS(2909), 1,
sym_identifier,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(509), 2,
sym_scoped_identifier,
sym__reserved_identifier,
ACTIONS(69), 5,
anon_sym_open,
anon_sym_module,
anon_sym_with,
anon_sym_sealed,
anon_sym_record,
[30707] = 6,
ACTIONS(576), 1,
anon_sym_yield,
ACTIONS(2943), 1,
sym_identifier,
STATE(1413), 1,
sym_element_value_pair,
STATE(1579), 1,
sym__reserved_identifier,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(69), 5,
anon_sym_open,
anon_sym_module,
anon_sym_with,
anon_sym_sealed,
anon_sym_record,
[30731] = 2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2945), 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,
[30747] = 2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2947), 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,
[30763] = 5,
ACTIONS(1419), 1,
anon_sym_yield,
ACTIONS(2949), 1,
sym_identifier,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(606), 2,
sym_scoped_identifier,
sym__reserved_identifier,
ACTIONS(1421), 5,
anon_sym_open,
anon_sym_module,
anon_sym_with,
anon_sym_sealed,
anon_sym_record,
[30785] = 6,
ACTIONS(1697), 1,
anon_sym_AT,
ACTIONS(2410), 1,
anon_sym_LBRACK,
STATE(628), 1,
aux_sym_dimensions_repeat1,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1744), 2,
anon_sym_DOT,
anon_sym_COLON_COLON,
STATE(1119), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
[30809] = 8,
ACTIONS(2939), 1,
anon_sym_case,
ACTIONS(2941), 1,
anon_sym_default,
ACTIONS(2951), 1,
anon_sym_RBRACE,
STATE(7), 1,
aux_sym_switch_block_statement_group_repeat1,
STATE(1408), 1,
sym_switch_label,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(1086), 2,
sym_switch_block_statement_group,
aux_sym_switch_block_repeat1,
STATE(1125), 2,
sym_switch_rule,
aux_sym_switch_block_repeat2,
[30837] = 5,
ACTIONS(576), 1,
anon_sym_yield,
ACTIONS(2953), 1,
sym_identifier,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(1500), 2,
sym_scoped_identifier,
sym__reserved_identifier,
ACTIONS(69), 5,
anon_sym_open,
anon_sym_module,
anon_sym_with,
anon_sym_sealed,
anon_sym_record,
[30859] = 5,
ACTIONS(576), 1,
anon_sym_yield,
ACTIONS(2955), 1,
sym_identifier,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(1494), 2,
sym_scoped_identifier,
sym__reserved_identifier,
ACTIONS(69), 5,
anon_sym_open,
anon_sym_module,
anon_sym_with,
anon_sym_sealed,
anon_sym_record,
[30881] = 6,
ACTIONS(576), 1,
anon_sym_yield,
ACTIONS(2957), 1,
sym_identifier,
ACTIONS(2959), 1,
sym_super,
STATE(1480), 1,
sym__reserved_identifier,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(69), 5,
anon_sym_open,
anon_sym_module,
anon_sym_with,
anon_sym_sealed,
anon_sym_record,
[30905] = 5,
ACTIONS(576), 1,
anon_sym_yield,
ACTIONS(2961), 1,
sym_identifier,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(1200), 2,
sym_scoped_identifier,
sym__reserved_identifier,
ACTIONS(69), 5,
anon_sym_open,
anon_sym_module,
anon_sym_with,
anon_sym_sealed,
anon_sym_record,
[30927] = 5,
ACTIONS(576), 1,
anon_sym_yield,
ACTIONS(2963), 1,
sym_identifier,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(1209), 2,
sym_scoped_identifier,
sym__reserved_identifier,
ACTIONS(69), 5,
anon_sym_open,
anon_sym_module,
anon_sym_with,
anon_sym_sealed,
anon_sym_record,
[30949] = 5,
ACTIONS(576), 1,
anon_sym_yield,
ACTIONS(2965), 1,
sym_identifier,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(1255), 2,
sym_scoped_identifier,
sym__reserved_identifier,
ACTIONS(69), 5,
anon_sym_open,
anon_sym_module,
anon_sym_with,
anon_sym_sealed,
anon_sym_record,
[30971] = 5,
ACTIONS(576), 1,
anon_sym_yield,
ACTIONS(2967), 1,
sym_identifier,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(1319), 2,
sym_scoped_identifier,
sym__reserved_identifier,
ACTIONS(69), 5,
anon_sym_open,
anon_sym_module,
anon_sym_with,
anon_sym_sealed,
anon_sym_record,
[30993] = 5,
ACTIONS(576), 1,
anon_sym_yield,
ACTIONS(2969), 1,
sym_identifier,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(1259), 2,
sym_scoped_identifier,
sym__reserved_identifier,
ACTIONS(69), 5,
anon_sym_open,
anon_sym_module,
anon_sym_with,
anon_sym_sealed,
anon_sym_record,
[31015] = 5,
ACTIONS(576), 1,
anon_sym_yield,
ACTIONS(2971), 1,
sym_identifier,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(1225), 2,
sym_scoped_identifier,
sym__reserved_identifier,
ACTIONS(69), 5,
anon_sym_open,
anon_sym_module,
anon_sym_with,
anon_sym_sealed,
anon_sym_record,
[31037] = 5,
ACTIONS(576), 1,
anon_sym_yield,
ACTIONS(2973), 1,
sym_identifier,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(1360), 2,
sym_scoped_identifier,
sym__reserved_identifier,
ACTIONS(69), 5,
anon_sym_open,
anon_sym_module,
anon_sym_with,
anon_sym_sealed,
anon_sym_record,
[31059] = 5,
ACTIONS(576), 1,
anon_sym_yield,
ACTIONS(2975), 1,
sym_identifier,
STATE(1488), 1,
sym__reserved_identifier,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(69), 5,
anon_sym_open,
anon_sym_module,
anon_sym_with,
anon_sym_sealed,
anon_sym_record,
[31080] = 9,
ACTIONS(19), 1,
anon_sym_LT,
ACTIONS(2905), 1,
anon_sym_permits,
ACTIONS(2977), 1,
anon_sym_extends,
ACTIONS(2979), 1,
anon_sym_LBRACE,
STATE(373), 1,
sym_interface_body,
STATE(1114), 1,
sym_type_parameters,
STATE(1202), 1,
sym_extends_interfaces,
STATE(1490), 1,
sym_permits,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[31109] = 9,
ACTIONS(1881), 1,
anon_sym_LBRACE,
ACTIONS(2901), 1,
anon_sym_extends,
ACTIONS(2903), 1,
anon_sym_implements,
ACTIONS(2905), 1,
anon_sym_permits,
STATE(291), 1,
sym_class_body,
STATE(1117), 1,
sym_superclass,
STATE(1207), 1,
sym_super_interfaces,
STATE(1421), 1,
sym_permits,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[31138] = 6,
ACTIONS(2981), 1,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
ACTIONS(2985), 1,
anon_sym_BSLASH_LBRACE,
ACTIONS(2987), 1,
sym_escape_sequence,
ACTIONS(2983), 2,
aux_sym__multiline_string_fragment_token1,
aux_sym__multiline_string_fragment_token2,
ACTIONS(2989), 2,
sym_line_comment,
sym_block_comment,
STATE(1071), 3,
sym__multiline_string_fragment,
sym_string_interpolation,
aux_sym__multiline_string_literal_repeat1,
[31161] = 9,
ACTIONS(1881), 1,
anon_sym_LBRACE,
ACTIONS(2901), 1,
anon_sym_extends,
ACTIONS(2903), 1,
anon_sym_implements,
ACTIONS(2905), 1,
anon_sym_permits,
STATE(376), 1,
sym_class_body,
STATE(1109), 1,
sym_superclass,
STATE(1188), 1,
sym_super_interfaces,
STATE(1374), 1,
sym_permits,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[31190] = 6,
ACTIONS(2985), 1,
anon_sym_BSLASH_LBRACE,
ACTIONS(2991), 1,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
ACTIONS(2993), 1,
sym_escape_sequence,
ACTIONS(2983), 2,
aux_sym__multiline_string_fragment_token1,
aux_sym__multiline_string_fragment_token2,
ACTIONS(2989), 2,
sym_line_comment,
sym_block_comment,
STATE(1072), 3,
sym__multiline_string_fragment,
sym_string_interpolation,
aux_sym__multiline_string_literal_repeat1,
[31213] = 6,
ACTIONS(2995), 1,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
ACTIONS(3000), 1,
anon_sym_BSLASH_LBRACE,
ACTIONS(3003), 1,
sym_escape_sequence,
ACTIONS(2989), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2997), 2,
aux_sym__multiline_string_fragment_token1,
aux_sym__multiline_string_fragment_token2,
STATE(1072), 3,
sym__multiline_string_fragment,
sym_string_interpolation,
aux_sym__multiline_string_literal_repeat1,
[31236] = 5,
ACTIONS(576), 1,
anon_sym_yield,
ACTIONS(3006), 1,
sym_identifier,
STATE(1416), 1,
sym__reserved_identifier,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(69), 5,
anon_sym_open,
anon_sym_module,
anon_sym_with,
anon_sym_sealed,
anon_sym_record,
[31257] = 5,
ACTIONS(576), 1,
anon_sym_yield,
ACTIONS(3008), 1,
sym_identifier,
STATE(1381), 1,
sym__reserved_identifier,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(69), 5,
anon_sym_open,
anon_sym_module,
anon_sym_with,
anon_sym_sealed,
anon_sym_record,
[31278] = 5,
ACTIONS(576), 1,
anon_sym_yield,
ACTIONS(3010), 1,
sym_identifier,
STATE(1497), 1,
sym__reserved_identifier,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(69), 5,
anon_sym_open,
anon_sym_module,
anon_sym_with,
anon_sym_sealed,
anon_sym_record,
[31299] = 9,
ACTIONS(19), 1,
anon_sym_LT,
ACTIONS(2905), 1,
anon_sym_permits,
ACTIONS(2977), 1,
anon_sym_extends,
ACTIONS(2979), 1,
anon_sym_LBRACE,
STATE(401), 1,
sym_interface_body,
STATE(1143), 1,
sym_type_parameters,
STATE(1220), 1,
sym_extends_interfaces,
STATE(1396), 1,
sym_permits,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[31328] = 5,
ACTIONS(576), 1,
anon_sym_yield,
ACTIONS(2957), 1,
sym_identifier,
STATE(1480), 1,
sym__reserved_identifier,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(69), 5,
anon_sym_open,
anon_sym_module,
anon_sym_with,
anon_sym_sealed,
anon_sym_record,
[31349] = 6,
ACTIONS(2985), 1,
anon_sym_BSLASH_LBRACE,
ACTIONS(3012), 1,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
ACTIONS(3014), 1,
sym_escape_sequence,
ACTIONS(2983), 2,
aux_sym__multiline_string_fragment_token1,
aux_sym__multiline_string_fragment_token2,
ACTIONS(2989), 2,
sym_line_comment,
sym_block_comment,
STATE(1079), 3,
sym__multiline_string_fragment,
sym_string_interpolation,
aux_sym__multiline_string_literal_repeat1,
[31372] = 6,
ACTIONS(2985), 1,
anon_sym_BSLASH_LBRACE,
ACTIONS(2993), 1,
sym_escape_sequence,
ACTIONS(3016), 1,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
ACTIONS(2983), 2,
aux_sym__multiline_string_fragment_token1,
aux_sym__multiline_string_fragment_token2,
ACTIONS(2989), 2,
sym_line_comment,
sym_block_comment,
STATE(1072), 3,
sym__multiline_string_fragment,
sym_string_interpolation,
aux_sym__multiline_string_literal_repeat1,
[31395] = 6,
ACTIONS(1515), 1,
anon_sym_LPAREN,
ACTIONS(1881), 1,
anon_sym_LBRACE,
STATE(1145), 1,
sym_argument_list,
STATE(1306), 1,
sym_class_body,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(3018), 3,
anon_sym_RBRACE,
anon_sym_COMMA,
anon_sym_SEMI,
[31417] = 2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(3020), 7,
anon_sym_DASH_GT,
anon_sym_LBRACK,
anon_sym_LBRACE,
anon_sym_SEMI,
anon_sym_AT,
anon_sym_implements,
anon_sym_throws,
[31431] = 4,
ACTIONS(3022), 1,
anon_sym_AT,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2719), 2,
anon_sym_LBRACK,
anon_sym_DOT_DOT_DOT,
STATE(1082), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
[31449] = 6,
ACTIONS(1515), 1,
anon_sym_LPAREN,
ACTIONS(1881), 1,
anon_sym_LBRACE,
STATE(1167), 1,
sym_argument_list,
STATE(1262), 1,
sym_class_body,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(3025), 3,
anon_sym_RBRACE,
anon_sym_COMMA,
anon_sym_SEMI,
[31471] = 7,
ACTIONS(3027), 1,
anon_sym_RBRACE,
ACTIONS(3029), 1,
anon_sym_case,
ACTIONS(3032), 1,
anon_sym_default,
STATE(7), 1,
aux_sym_switch_block_statement_group_repeat1,
STATE(1512), 1,
sym_switch_label,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(1084), 2,
sym_switch_block_statement_group,
aux_sym_switch_block_repeat1,
[31495] = 5,
ACTIONS(578), 1,
anon_sym_AT,
ACTIONS(3035), 1,
sym_identifier,
STATE(1506), 1,
sym_type_parameter,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(1103), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
[31515] = 7,
ACTIONS(2941), 1,
anon_sym_default,
ACTIONS(3037), 1,
anon_sym_RBRACE,
ACTIONS(3039), 1,
anon_sym_case,
STATE(7), 1,
aux_sym_switch_block_statement_group_repeat1,
STATE(1512), 1,
sym_switch_label,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(1084), 2,
sym_switch_block_statement_group,
aux_sym_switch_block_repeat1,
[31539] = 2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(3041), 7,
anon_sym_DASH_GT,
anon_sym_LBRACK,
anon_sym_LBRACE,
anon_sym_SEMI,
anon_sym_AT,
anon_sym_implements,
anon_sym_throws,
[31553] = 2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(3043), 7,
anon_sym_DASH_GT,
anon_sym_LBRACK,
anon_sym_LBRACE,
anon_sym_SEMI,
anon_sym_AT,
anon_sym_implements,
anon_sym_throws,
[31567] = 2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(3045), 7,
anon_sym_DASH_GT,
anon_sym_LBRACK,
anon_sym_LBRACE,
anon_sym_SEMI,
anon_sym_AT,
anon_sym_implements,
anon_sym_throws,
[31581] = 2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(3047), 7,
anon_sym_DASH_GT,
anon_sym_LBRACK,
anon_sym_LBRACE,
anon_sym_SEMI,
anon_sym_AT,
anon_sym_implements,
anon_sym_throws,
[31595] = 5,
ACTIONS(1697), 1,
anon_sym_AT,
ACTIONS(3049), 1,
anon_sym_LBRACK,
ACTIONS(3051), 1,
anon_sym_DOT_DOT_DOT,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(1082), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
[31615] = 7,
ACTIONS(2941), 1,
anon_sym_default,
ACTIONS(3039), 1,
anon_sym_case,
ACTIONS(3053), 1,
anon_sym_RBRACE,
STATE(7), 1,
aux_sym_switch_block_statement_group_repeat1,
STATE(1512), 1,
sym_switch_label,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(1084), 2,
sym_switch_block_statement_group,
aux_sym_switch_block_repeat1,
[31639] = 5,
ACTIONS(578), 1,
anon_sym_AT,
ACTIONS(3035), 1,
sym_identifier,
STATE(1366), 1,
sym_type_parameter,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(1103), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
[31659] = 5,
ACTIONS(1697), 1,
anon_sym_AT,
ACTIONS(3049), 1,
anon_sym_LBRACK,
ACTIONS(3055), 1,
anon_sym_DOT_DOT_DOT,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(1082), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
[31679] = 2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(3057), 6,
anon_sym_RBRACE,
anon_sym_requires,
anon_sym_exports,
anon_sym_opens,
anon_sym_uses,
anon_sym_provides,
[31692] = 4,
ACTIONS(578), 1,
anon_sym_AT,
ACTIONS(3059), 1,
sym_identifier,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(921), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
[31709] = 4,
ACTIONS(578), 1,
anon_sym_AT,
ACTIONS(3061), 1,
sym_identifier,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(921), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
[31726] = 2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(3063), 6,
anon_sym_RBRACE,
anon_sym_requires,
anon_sym_exports,
anon_sym_opens,
anon_sym_uses,
anon_sym_provides,
[31739] = 2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(3065), 6,
anon_sym_RBRACE,
anon_sym_requires,
anon_sym_exports,
anon_sym_opens,
anon_sym_uses,
anon_sym_provides,
[31752] = 6,
ACTIONS(2939), 1,
anon_sym_case,
ACTIONS(2941), 1,
anon_sym_default,
ACTIONS(3053), 1,
anon_sym_RBRACE,
STATE(1517), 1,
sym_switch_label,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(1108), 2,
sym_switch_rule,
aux_sym_switch_block_repeat2,
[31773] = 6,
ACTIONS(3067), 1,
anon_sym_DQUOTE,
ACTIONS(3069), 1,
sym_string_fragment,
ACTIONS(3071), 1,
anon_sym_BSLASH_LBRACE,
ACTIONS(3073), 1,
sym_escape_sequence,
ACTIONS(2989), 2,
sym_line_comment,
sym_block_comment,
STATE(1104), 2,
sym_string_interpolation,
aux_sym__string_literal_repeat1,
[31794] = 4,
ACTIONS(578), 1,
anon_sym_AT,
ACTIONS(3075), 1,
sym_identifier,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(1107), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
[31811] = 4,
ACTIONS(578), 1,
anon_sym_AT,
ACTIONS(3077), 1,
sym_identifier,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(921), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
[31828] = 6,
ACTIONS(3071), 1,
anon_sym_BSLASH_LBRACE,
ACTIONS(3079), 1,
anon_sym_DQUOTE,
ACTIONS(3081), 1,
sym_string_fragment,
ACTIONS(3083), 1,
sym_escape_sequence,
ACTIONS(2989), 2,
sym_line_comment,
sym_block_comment,
STATE(1142), 2,
sym_string_interpolation,
aux_sym__string_literal_repeat1,
[31849] = 6,
ACTIONS(2236), 1,
anon_sym_when,
ACTIONS(3087), 1,
anon_sym_COMMA,
STATE(1177), 1,
aux_sym_switch_label_repeat1,
STATE(1479), 1,
sym_guard,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(3085), 2,
anon_sym_DASH_GT,
anon_sym_COLON,
[31870] = 4,
ACTIONS(578), 1,
anon_sym_AT,
ACTIONS(3089), 1,
sym_identifier,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(1138), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
[31887] = 4,
ACTIONS(578), 1,
anon_sym_AT,
ACTIONS(3091), 1,
sym_identifier,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(921), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
[31904] = 6,
ACTIONS(3093), 1,
anon_sym_RBRACE,
ACTIONS(3095), 1,
anon_sym_case,
ACTIONS(3098), 1,
anon_sym_default,
STATE(1517), 1,
sym_switch_label,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(1108), 2,
sym_switch_rule,
aux_sym_switch_block_repeat2,
[31925] = 7,
ACTIONS(1881), 1,
anon_sym_LBRACE,
ACTIONS(2903), 1,
anon_sym_implements,
ACTIONS(2905), 1,
anon_sym_permits,
STATE(269), 1,
sym_class_body,
STATE(1228), 1,
sym_super_interfaces,
STATE(1493), 1,
sym_permits,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[31948] = 6,
ACTIONS(3071), 1,
anon_sym_BSLASH_LBRACE,
ACTIONS(3101), 1,
anon_sym_DQUOTE,
ACTIONS(3103), 1,
sym_string_fragment,
ACTIONS(3105), 1,
sym_escape_sequence,
ACTIONS(2989), 2,
sym_line_comment,
sym_block_comment,
STATE(1115), 2,
sym_string_interpolation,
aux_sym__string_literal_repeat1,
[31969] = 2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(3107), 6,
anon_sym_RBRACE,
anon_sym_requires,
anon_sym_exports,
anon_sym_opens,
anon_sym_uses,
anon_sym_provides,
[31982] = 2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(3107), 6,
anon_sym_RBRACE,
anon_sym_requires,
anon_sym_exports,
anon_sym_opens,
anon_sym_uses,
anon_sym_provides,
[31995] = 2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(3107), 6,
anon_sym_RBRACE,
anon_sym_requires,
anon_sym_exports,
anon_sym_opens,
anon_sym_uses,
anon_sym_provides,
[32008] = 7,
ACTIONS(2905), 1,
anon_sym_permits,
ACTIONS(2977), 1,
anon_sym_extends,
ACTIONS(2979), 1,
anon_sym_LBRACE,
STATE(396), 1,
sym_interface_body,
STATE(1242), 1,
sym_extends_interfaces,
STATE(1457), 1,
sym_permits,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[32031] = 6,
ACTIONS(3071), 1,
anon_sym_BSLASH_LBRACE,
ACTIONS(3081), 1,
sym_string_fragment,
ACTIONS(3083), 1,
sym_escape_sequence,
ACTIONS(3109), 1,
anon_sym_DQUOTE,
ACTIONS(2989), 2,
sym_line_comment,
sym_block_comment,
STATE(1142), 2,
sym_string_interpolation,
aux_sym__string_literal_repeat1,
[32052] = 7,
ACTIONS(1881), 1,
anon_sym_LBRACE,
ACTIONS(2903), 1,
anon_sym_implements,
ACTIONS(2905), 1,
anon_sym_permits,
STATE(377), 1,
sym_class_body,
STATE(1232), 1,
sym_super_interfaces,
STATE(1379), 1,
sym_permits,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[32075] = 7,
ACTIONS(1881), 1,
anon_sym_LBRACE,
ACTIONS(2903), 1,
anon_sym_implements,
ACTIONS(2905), 1,
anon_sym_permits,
STATE(313), 1,
sym_class_body,
STATE(1193), 1,
sym_super_interfaces,
STATE(1478), 1,
sym_permits,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[32098] = 7,
ACTIONS(1881), 1,
anon_sym_LBRACE,
ACTIONS(2903), 1,
anon_sym_implements,
ACTIONS(2905), 1,
anon_sym_permits,
STATE(292), 1,
sym_class_body,
STATE(1213), 1,
sym_super_interfaces,
STATE(1427), 1,
sym_permits,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[32121] = 4,
ACTIONS(1697), 1,
anon_sym_AT,
ACTIONS(3049), 1,
anon_sym_LBRACK,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(1082), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
[32138] = 6,
ACTIONS(2232), 1,
anon_sym_COMMA,
ACTIONS(2236), 1,
anon_sym_when,
STATE(1165), 1,
aux_sym_switch_label_repeat2,
STATE(1479), 1,
sym_guard,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(3085), 2,
anon_sym_DASH_GT,
anon_sym_COLON,
[32159] = 4,
ACTIONS(1697), 1,
anon_sym_AT,
ACTIONS(3111), 1,
anon_sym_LBRACK,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(1082), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
[32176] = 4,
ACTIONS(1697), 1,
anon_sym_AT,
ACTIONS(3113), 1,
anon_sym_LBRACK,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(1082), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
[32193] = 2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(3115), 6,
anon_sym_RBRACE,
anon_sym_requires,
anon_sym_exports,
anon_sym_opens,
anon_sym_uses,
anon_sym_provides,
[32206] = 6,
ACTIONS(2236), 1,
anon_sym_when,
ACTIONS(3087), 1,
anon_sym_COMMA,
STATE(1105), 1,
aux_sym_switch_label_repeat1,
STATE(1445), 1,
sym_guard,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2230), 2,
anon_sym_DASH_GT,
anon_sym_COLON,
[32227] = 6,
ACTIONS(2939), 1,
anon_sym_case,
ACTIONS(2941), 1,
anon_sym_default,
ACTIONS(3037), 1,
anon_sym_RBRACE,
STATE(1517), 1,
sym_switch_label,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(1108), 2,
sym_switch_rule,
aux_sym_switch_block_repeat2,
[32248] = 4,
ACTIONS(1697), 1,
anon_sym_AT,
ACTIONS(3117), 1,
anon_sym_LBRACK,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(1082), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
[32265] = 2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(3119), 6,
anon_sym_RBRACE,
anon_sym_requires,
anon_sym_exports,
anon_sym_opens,
anon_sym_uses,
anon_sym_provides,
[32278] = 4,
ACTIONS(1697), 1,
anon_sym_AT,
ACTIONS(3121), 1,
anon_sym_LBRACK,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(1082), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
[32295] = 4,
ACTIONS(1697), 1,
anon_sym_AT,
ACTIONS(3123), 1,
anon_sym_LBRACK,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(1082), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
[32312] = 2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(3125), 6,
anon_sym_RBRACE,
anon_sym_requires,
anon_sym_exports,
anon_sym_opens,
anon_sym_uses,
anon_sym_provides,
[32325] = 4,
ACTIONS(578), 1,
anon_sym_AT,
ACTIONS(3127), 1,
sym_identifier,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(1096), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
[32342] = 4,
ACTIONS(578), 1,
anon_sym_AT,
ACTIONS(3129), 1,
sym_identifier,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(1097), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
[32359] = 2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(3131), 6,
anon_sym_RBRACE,
anon_sym_requires,
anon_sym_exports,
anon_sym_opens,
anon_sym_uses,
anon_sym_provides,
[32372] = 4,
ACTIONS(1697), 1,
anon_sym_AT,
ACTIONS(3133), 1,
anon_sym_LBRACK,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(1082), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
[32389] = 4,
ACTIONS(1697), 1,
anon_sym_AT,
ACTIONS(3135), 1,
anon_sym_LBRACK,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(1082), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
[32406] = 4,
ACTIONS(1697), 1,
anon_sym_AT,
ACTIONS(3137), 1,
anon_sym_LBRACK,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(1082), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
[32423] = 2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(3139), 6,
anon_sym_RBRACE,
anon_sym_requires,
anon_sym_exports,
anon_sym_opens,
anon_sym_uses,
anon_sym_provides,
[32436] = 4,
ACTIONS(578), 1,
anon_sym_AT,
ACTIONS(3141), 1,
sym_identifier,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(921), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
[32453] = 2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(3143), 6,
anon_sym_RBRACE,
anon_sym_requires,
anon_sym_exports,
anon_sym_opens,
anon_sym_uses,
anon_sym_provides,
[32466] = 2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(3145), 6,
anon_sym_RBRACE,
anon_sym_requires,
anon_sym_exports,
anon_sym_opens,
anon_sym_uses,
anon_sym_provides,
[32479] = 2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(3147), 6,
anon_sym_RBRACE,
anon_sym_requires,
anon_sym_exports,
anon_sym_opens,
anon_sym_uses,
anon_sym_provides,
[32492] = 6,
ACTIONS(3149), 1,
anon_sym_DQUOTE,
ACTIONS(3151), 1,
sym_string_fragment,
ACTIONS(3154), 1,
anon_sym_BSLASH_LBRACE,
ACTIONS(3157), 1,
sym_escape_sequence,
ACTIONS(2989), 2,
sym_line_comment,
sym_block_comment,
STATE(1142), 2,
sym_string_interpolation,
aux_sym__string_literal_repeat1,
[32513] = 7,
ACTIONS(2905), 1,
anon_sym_permits,
ACTIONS(2977), 1,
anon_sym_extends,
ACTIONS(2979), 1,
anon_sym_LBRACE,
STATE(298), 1,
sym_interface_body,
STATE(1196), 1,
sym_extends_interfaces,
STATE(1442), 1,
sym_permits,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[32536] = 4,
STATE(1405), 1,
sym__wildcard_bounds,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(3160), 2,
anon_sym_GT,
anon_sym_COMMA,
ACTIONS(3162), 2,
anon_sym_extends,
sym_super,
[32552] = 4,
ACTIONS(1881), 1,
anon_sym_LBRACE,
STATE(1252), 1,
sym_class_body,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(3164), 3,
anon_sym_RBRACE,
anon_sym_COMMA,
anon_sym_SEMI,
[32568] = 6,
ACTIONS(238), 1,
anon_sym_LT,
ACTIONS(1927), 1,
anon_sym_LPAREN,
ACTIONS(2813), 1,
anon_sym_DOT,
STATE(553), 1,
sym_argument_list,
STATE(808), 1,
sym_type_arguments,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[32588] = 6,
ACTIONS(2408), 1,
anon_sym_SEMI,
ACTIONS(2423), 1,
anon_sym_RBRACE,
ACTIONS(3166), 1,
anon_sym_COMMA,
STATE(1203), 1,
aux_sym_enum_body_repeat1,
STATE(1538), 1,
sym_enum_body_declarations,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[32608] = 4,
STATE(1439), 1,
sym__wildcard_bounds,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(3162), 2,
anon_sym_extends,
sym_super,
ACTIONS(3168), 2,
anon_sym_GT,
anon_sym_COMMA,
[32624] = 6,
ACTIONS(238), 1,
anon_sym_LT,
ACTIONS(1515), 1,
anon_sym_LPAREN,
ACTIONS(2813), 1,
anon_sym_DOT,
STATE(530), 1,
sym_argument_list,
STATE(808), 1,
sym_type_arguments,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[32644] = 6,
ACTIONS(238), 1,
anon_sym_LT,
ACTIONS(1927), 1,
anon_sym_LPAREN,
ACTIONS(2797), 1,
anon_sym_DOT,
STATE(555), 1,
sym_argument_list,
STATE(820), 1,
sym_type_arguments,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[32664] = 6,
ACTIONS(238), 1,
anon_sym_LT,
ACTIONS(1515), 1,
anon_sym_LPAREN,
ACTIONS(2797), 1,
anon_sym_DOT,
STATE(527), 1,
sym_argument_list,
STATE(820), 1,
sym_type_arguments,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[32684] = 6,
ACTIONS(238), 1,
anon_sym_LT,
ACTIONS(1927), 1,
anon_sym_LPAREN,
ACTIONS(2813), 1,
anon_sym_DOT,
STATE(546), 1,
sym_argument_list,
STATE(808), 1,
sym_type_arguments,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[32704] = 6,
ACTIONS(238), 1,
anon_sym_LT,
ACTIONS(1515), 1,
anon_sym_LPAREN,
ACTIONS(2797), 1,
anon_sym_DOT,
STATE(529), 1,
sym_argument_list,
STATE(820), 1,
sym_type_arguments,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[32724] = 6,
ACTIONS(238), 1,
anon_sym_LT,
ACTIONS(1515), 1,
anon_sym_LPAREN,
ACTIONS(2813), 1,
anon_sym_DOT,
STATE(526), 1,
sym_argument_list,
STATE(808), 1,
sym_type_arguments,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[32744] = 6,
ACTIONS(238), 1,
anon_sym_LT,
ACTIONS(1515), 1,
anon_sym_LPAREN,
ACTIONS(2797), 1,
anon_sym_DOT,
STATE(517), 1,
sym_argument_list,
STATE(820), 1,
sym_type_arguments,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[32764] = 6,
ACTIONS(238), 1,
anon_sym_LT,
ACTIONS(1515), 1,
anon_sym_LPAREN,
ACTIONS(2813), 1,
anon_sym_DOT,
STATE(515), 1,
sym_argument_list,
STATE(808), 1,
sym_type_arguments,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[32784] = 6,
ACTIONS(2266), 1,
anon_sym_when,
ACTIONS(3085), 1,
anon_sym_COLON,
ACTIONS(3087), 1,
anon_sym_COMMA,
STATE(1177), 1,
aux_sym_switch_label_repeat1,
STATE(1479), 1,
sym_guard,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[32804] = 6,
ACTIONS(238), 1,
anon_sym_LT,
ACTIONS(1927), 1,
anon_sym_LPAREN,
ACTIONS(2797), 1,
anon_sym_DOT,
STATE(591), 1,
sym_argument_list,
STATE(820), 1,
sym_type_arguments,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[32824] = 6,
ACTIONS(238), 1,
anon_sym_LT,
ACTIONS(1927), 1,
anon_sym_LPAREN,
ACTIONS(2813), 1,
anon_sym_DOT,
STATE(590), 1,
sym_argument_list,
STATE(808), 1,
sym_type_arguments,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[32844] = 6,
ACTIONS(2264), 1,
anon_sym_COMMA,
ACTIONS(2266), 1,
anon_sym_when,
ACTIONS(3085), 1,
anon_sym_COLON,
STATE(1190), 1,
aux_sym_switch_label_repeat2,
STATE(1479), 1,
sym_guard,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[32864] = 6,
ACTIONS(238), 1,
anon_sym_LT,
ACTIONS(1927), 1,
anon_sym_LPAREN,
ACTIONS(2797), 1,
anon_sym_DOT,
STATE(559), 1,
sym_argument_list,
STATE(820), 1,
sym_type_arguments,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[32884] = 4,
ACTIONS(1515), 1,
anon_sym_LPAREN,
STATE(586), 1,
sym_argument_list,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1513), 3,
anon_sym_LBRACK,
anon_sym_DOT,
anon_sym_COLON_COLON,
[32900] = 2,
ACTIONS(2989), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(3170), 5,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
aux_sym__multiline_string_fragment_token1,
aux_sym__multiline_string_fragment_token2,
anon_sym_BSLASH_LBRACE,
sym_escape_sequence,
[32912] = 6,
ACTIONS(238), 1,
anon_sym_LT,
ACTIONS(1927), 1,
anon_sym_LPAREN,
ACTIONS(2797), 1,
anon_sym_DOT,
STATE(554), 1,
sym_argument_list,
STATE(820), 1,
sym_type_arguments,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[32932] = 4,
ACTIONS(3172), 1,
anon_sym_COMMA,
STATE(1165), 1,
aux_sym_switch_label_repeat2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2302), 3,
anon_sym_DASH_GT,
anon_sym_COLON,
anon_sym_when,
[32948] = 6,
ACTIONS(2230), 1,
anon_sym_COLON,
ACTIONS(2266), 1,
anon_sym_when,
ACTIONS(3087), 1,
anon_sym_COMMA,
STATE(1157), 1,
aux_sym_switch_label_repeat1,
STATE(1445), 1,
sym_guard,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[32968] = 4,
ACTIONS(1881), 1,
anon_sym_LBRACE,
STATE(1298), 1,
sym_class_body,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(3175), 3,
anon_sym_RBRACE,
anon_sym_COMMA,
anon_sym_SEMI,
[32984] = 6,
ACTIONS(238), 1,
anon_sym_LT,
ACTIONS(1927), 1,
anon_sym_LPAREN,
ACTIONS(2797), 1,
anon_sym_DOT,
STATE(605), 1,
sym_argument_list,
STATE(820), 1,
sym_type_arguments,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[33004] = 2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(3177), 5,
anon_sym_RPAREN,
anon_sym_EQ,
anon_sym_COMMA,
anon_sym_COLON,
anon_sym_SEMI,
[33016] = 6,
ACTIONS(238), 1,
anon_sym_LT,
ACTIONS(1927), 1,
anon_sym_LPAREN,
ACTIONS(2813), 1,
anon_sym_DOT,
STATE(549), 1,
sym_argument_list,
STATE(808), 1,
sym_type_arguments,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[33036] = 6,
ACTIONS(238), 1,
anon_sym_LT,
ACTIONS(1515), 1,
anon_sym_LPAREN,
ACTIONS(2797), 1,
anon_sym_DOT,
STATE(525), 1,
sym_argument_list,
STATE(820), 1,
sym_type_arguments,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[33056] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2791), 2,
anon_sym_RPAREN,
anon_sym_SEMI,
ACTIONS(1513), 3,
anon_sym_LBRACK,
anon_sym_DOT,
anon_sym_COLON_COLON,
[33070] = 6,
ACTIONS(238), 1,
anon_sym_LT,
ACTIONS(1515), 1,
anon_sym_LPAREN,
ACTIONS(2797), 1,
anon_sym_DOT,
STATE(531), 1,
sym_argument_list,
STATE(820), 1,
sym_type_arguments,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[33090] = 6,
ACTIONS(238), 1,
anon_sym_LT,
ACTIONS(1515), 1,
anon_sym_LPAREN,
ACTIONS(2813), 1,
anon_sym_DOT,
STATE(520), 1,
sym_argument_list,
STATE(808), 1,
sym_type_arguments,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[33110] = 2,
ACTIONS(2989), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(3179), 5,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
aux_sym__multiline_string_fragment_token1,
aux_sym__multiline_string_fragment_token2,
anon_sym_BSLASH_LBRACE,
sym_escape_sequence,
[33122] = 5,
ACTIONS(3181), 1,
anon_sym_catch,
ACTIONS(3183), 1,
anon_sym_finally,
STATE(351), 1,
sym_finally_clause,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(259), 2,
sym_catch_clause,
aux_sym_try_statement_repeat1,
[33140] = 4,
ACTIONS(3187), 1,
anon_sym_COMMA,
STATE(1177), 1,
aux_sym_switch_label_repeat1,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(3185), 3,
anon_sym_DASH_GT,
anon_sym_COLON,
anon_sym_when,
[33156] = 6,
ACTIONS(238), 1,
anon_sym_LT,
ACTIONS(1515), 1,
anon_sym_LPAREN,
ACTIONS(2813), 1,
anon_sym_DOT,
STATE(521), 1,
sym_argument_list,
STATE(808), 1,
sym_type_arguments,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[33176] = 4,
ACTIONS(3190), 1,
anon_sym_COMMA,
STATE(1179), 1,
aux_sym_type_list_repeat1,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(3193), 3,
anon_sym_LBRACE,
anon_sym_SEMI,
anon_sym_permits,
[33192] = 6,
ACTIONS(238), 1,
anon_sym_LT,
ACTIONS(1515), 1,
anon_sym_LPAREN,
ACTIONS(2797), 1,
anon_sym_DOT,
STATE(522), 1,
sym_argument_list,
STATE(820), 1,
sym_type_arguments,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[33212] = 6,
ACTIONS(238), 1,
anon_sym_LT,
ACTIONS(1515), 1,
anon_sym_LPAREN,
ACTIONS(2813), 1,
anon_sym_DOT,
STATE(518), 1,
sym_argument_list,
STATE(808), 1,
sym_type_arguments,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[33232] = 6,
ACTIONS(2408), 1,
anon_sym_SEMI,
ACTIONS(3195), 1,
anon_sym_RBRACE,
ACTIONS(3197), 1,
anon_sym_COMMA,
STATE(1147), 1,
aux_sym_enum_body_repeat1,
STATE(1571), 1,
sym_enum_body_declarations,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[33252] = 6,
ACTIONS(238), 1,
anon_sym_LT,
ACTIONS(1927), 1,
anon_sym_LPAREN,
ACTIONS(2797), 1,
anon_sym_DOT,
STATE(548), 1,
sym_argument_list,
STATE(820), 1,
sym_type_arguments,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[33272] = 6,
ACTIONS(238), 1,
anon_sym_LT,
ACTIONS(1927), 1,
anon_sym_LPAREN,
ACTIONS(2813), 1,
anon_sym_DOT,
STATE(547), 1,
sym_argument_list,
STATE(808), 1,
sym_type_arguments,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[33292] = 6,
ACTIONS(238), 1,
anon_sym_LT,
ACTIONS(1927), 1,
anon_sym_LPAREN,
ACTIONS(2813), 1,
anon_sym_DOT,
STATE(558), 1,
sym_argument_list,
STATE(808), 1,
sym_type_arguments,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[33312] = 3,
ACTIONS(3201), 1,
anon_sym_EQ,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(3199), 3,
anon_sym_RPAREN,
anon_sym_COMMA,
anon_sym_SEMI,
[33325] = 5,
ACTIONS(2017), 1,
anon_sym_COLON_COLON,
ACTIONS(3203), 1,
anon_sym_RPAREN,
ACTIONS(3205), 1,
anon_sym_AMP,
STATE(1322), 1,
aux_sym_cast_expression_repeat1,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[33342] = 5,
ACTIONS(1881), 1,
anon_sym_LBRACE,
ACTIONS(2905), 1,
anon_sym_permits,
STATE(270), 1,
sym_class_body,
STATE(1496), 1,
sym_permits,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[33359] = 5,
ACTIONS(2017), 1,
anon_sym_COLON_COLON,
ACTIONS(3205), 1,
anon_sym_AMP,
ACTIONS(3207), 1,
anon_sym_RPAREN,
STATE(1307), 1,
aux_sym_cast_expression_repeat1,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[33376] = 4,
ACTIONS(3209), 1,
anon_sym_COMMA,
STATE(1190), 1,
aux_sym_switch_label_repeat2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2302), 2,
anon_sym_COLON,
anon_sym_when,
[33391] = 5,
ACTIONS(2903), 1,
anon_sym_implements,
ACTIONS(3212), 1,
anon_sym_LBRACE,
STATE(400), 1,
sym_enum_body,
STATE(1393), 1,
sym_super_interfaces,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[33408] = 2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(3214), 4,
anon_sym_RBRACE,
anon_sym_RPAREN,
anon_sym_COMMA,
anon_sym_SEMI,
[33419] = 5,
ACTIONS(1881), 1,
anon_sym_LBRACE,
ACTIONS(2905), 1,
anon_sym_permits,
STATE(334), 1,
sym_class_body,
STATE(1385), 1,
sym_permits,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[33436] = 5,
ACTIONS(1881), 1,
anon_sym_LBRACE,
ACTIONS(2903), 1,
anon_sym_implements,
STATE(318), 1,
sym_class_body,
STATE(1382), 1,
sym_super_interfaces,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[33453] = 5,
ACTIONS(19), 1,
anon_sym_LT,
ACTIONS(2795), 1,
anon_sym_LPAREN,
STATE(1218), 1,
sym_formal_parameters,
STATE(1394), 1,
sym_type_parameters,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[33470] = 5,
ACTIONS(2905), 1,
anon_sym_permits,
ACTIONS(2979), 1,
anon_sym_LBRACE,
STATE(321), 1,
sym_interface_body,
STATE(1412), 1,
sym_permits,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[33487] = 2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(3216), 4,
anon_sym_DASH_GT,
anon_sym_COMMA,
anon_sym_COLON,
anon_sym_when,
[33498] = 4,
ACTIONS(3220), 1,
anon_sym_extends,
STATE(1424), 1,
sym_type_bound,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(3218), 2,
anon_sym_GT,
anon_sym_COMMA,
[33513] = 4,
ACTIONS(3220), 1,
anon_sym_extends,
STATE(1491), 1,
sym_type_bound,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(3222), 2,
anon_sym_GT,
anon_sym_COMMA,
[33528] = 5,
ACTIONS(3224), 1,
anon_sym_COMMA,
ACTIONS(3226), 1,
anon_sym_DOT,
ACTIONS(3228), 1,
anon_sym_SEMI,
STATE(1355), 1,
aux_sym_exports_module_directive_repeat1,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[33545] = 4,
ACTIONS(3230), 1,
anon_sym_COMMA,
STATE(1179), 1,
aux_sym_type_list_repeat1,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(3232), 2,
anon_sym_LBRACE,
anon_sym_SEMI,
[33560] = 5,
ACTIONS(2905), 1,
anon_sym_permits,
ACTIONS(2979), 1,
anon_sym_LBRACE,
STATE(398), 1,
sym_interface_body,
STATE(1473), 1,
sym_permits,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[33577] = 4,
ACTIONS(3236), 1,
anon_sym_COMMA,
STATE(1203), 1,
aux_sym_enum_body_repeat1,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(3234), 2,
anon_sym_RBRACE,
anon_sym_SEMI,
[33592] = 4,
ACTIONS(238), 1,
anon_sym_LT,
STATE(1437), 1,
sym_type_arguments,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(3239), 2,
anon_sym_new,
sym_identifier,
[33607] = 4,
ACTIONS(3241), 1,
anon_sym_AMP,
STATE(1205), 1,
aux_sym_type_bound_repeat1,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(3244), 2,
anon_sym_GT,
anon_sym_COMMA,
[33622] = 5,
ACTIONS(19), 1,
anon_sym_LT,
ACTIONS(2795), 1,
anon_sym_LPAREN,
STATE(1235), 1,
sym_formal_parameters,
STATE(1411), 1,
sym_type_parameters,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[33639] = 5,
ACTIONS(1881), 1,
anon_sym_LBRACE,
ACTIONS(2905), 1,
anon_sym_permits,
STATE(314), 1,
sym_class_body,
STATE(1498), 1,
sym_permits,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[33656] = 4,
ACTIONS(3248), 1,
anon_sym_throws,
STATE(1398), 1,
sym_throws,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(3246), 2,
anon_sym_LBRACE,
anon_sym_SEMI,
[33671] = 5,
ACTIONS(3224), 1,
anon_sym_COMMA,
ACTIONS(3226), 1,
anon_sym_DOT,
ACTIONS(3250), 1,
anon_sym_SEMI,
STATE(1356), 1,
aux_sym_exports_module_directive_repeat1,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[33688] = 4,
ACTIONS(3248), 1,
anon_sym_throws,
STATE(1368), 1,
sym_throws,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(3252), 2,
anon_sym_LBRACE,
anon_sym_SEMI,
[33703] = 4,
ACTIONS(3201), 1,
anon_sym_EQ,
ACTIONS(3254), 1,
anon_sym_COLON,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(3199), 2,
anon_sym_COMMA,
anon_sym_SEMI,
[33718] = 4,
ACTIONS(3256), 1,
anon_sym_AMP,
STATE(1205), 1,
aux_sym_type_bound_repeat1,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(3258), 2,
anon_sym_GT,
anon_sym_COMMA,
[33733] = 5,
ACTIONS(1881), 1,
anon_sym_LBRACE,
ACTIONS(2905), 1,
anon_sym_permits,
STATE(267), 1,
sym_class_body,
STATE(1371), 1,
sym_permits,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[33750] = 4,
ACTIONS(3230), 1,
anon_sym_COMMA,
STATE(1201), 1,
aux_sym_type_list_repeat1,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(3260), 2,
anon_sym_LBRACE,
anon_sym_SEMI,
[33765] = 4,
ACTIONS(3230), 1,
anon_sym_COMMA,
STATE(1246), 1,
aux_sym_type_list_repeat1,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(3262), 2,
anon_sym_LBRACE,
anon_sym_permits,
[33780] = 2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(3185), 4,
anon_sym_DASH_GT,
anon_sym_COMMA,
anon_sym_COLON,
anon_sym_when,
[33791] = 5,
ACTIONS(1881), 1,
anon_sym_LBRACE,
ACTIONS(2905), 1,
anon_sym_permits,
STATE(293), 1,
sym_class_body,
STATE(1430), 1,
sym_permits,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[33808] = 5,
ACTIONS(1881), 1,
anon_sym_LBRACE,
ACTIONS(2903), 1,
anon_sym_implements,
STATE(297), 1,
sym_class_body,
STATE(1441), 1,
sym_super_interfaces,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[33825] = 5,
ACTIONS(3264), 1,
anon_sym_LPAREN,
ACTIONS(3266), 1,
anon_sym_LBRACE,
STATE(1176), 1,
sym_block,
STATE(1462), 1,
sym_resource_specification,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[33842] = 5,
ACTIONS(2905), 1,
anon_sym_permits,
ACTIONS(2979), 1,
anon_sym_LBRACE,
STATE(300), 1,
sym_interface_body,
STATE(1447), 1,
sym_permits,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[33859] = 5,
ACTIONS(1515), 1,
anon_sym_LPAREN,
ACTIONS(2017), 1,
anon_sym_COLON_COLON,
ACTIONS(3268), 1,
anon_sym_DOT,
STATE(1530), 1,
sym_argument_list,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[33876] = 2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(3270), 4,
anon_sym_RBRACE,
anon_sym_RPAREN,
anon_sym_COMMA,
anon_sym_SEMI,
[33887] = 2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(3272), 4,
anon_sym_RBRACE,
anon_sym_RPAREN,
anon_sym_COMMA,
anon_sym_SEMI,
[33898] = 4,
ACTIONS(238), 1,
anon_sym_LT,
STATE(1482), 1,
sym_type_arguments,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(3274), 2,
anon_sym_new,
sym_identifier,
[33913] = 5,
ACTIONS(3226), 1,
anon_sym_DOT,
ACTIONS(3276), 1,
anon_sym_COMMA,
ACTIONS(3278), 1,
anon_sym_SEMI,
STATE(1358), 1,
aux_sym_provides_module_directive_repeat1,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[33930] = 5,
ACTIONS(1881), 1,
anon_sym_LBRACE,
ACTIONS(2903), 1,
anon_sym_implements,
STATE(285), 1,
sym_class_body,
STATE(1397), 1,
sym_super_interfaces,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[33947] = 2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(3280), 4,
anon_sym_DASH_GT,
anon_sym_COMMA,
anon_sym_COLON,
anon_sym_when,
[33958] = 5,
ACTIONS(1881), 1,
anon_sym_LBRACE,
ACTIONS(2905), 1,
anon_sym_permits,
STATE(302), 1,
sym_class_body,
STATE(1492), 1,
sym_permits,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[33975] = 2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(3193), 4,
anon_sym_COMMA,
anon_sym_LBRACE,
anon_sym_SEMI,
anon_sym_permits,
[33986] = 4,
ACTIONS(3201), 1,
anon_sym_EQ,
ACTIONS(3282), 1,
anon_sym_COLON,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(3199), 2,
anon_sym_COMMA,
anon_sym_SEMI,
[34001] = 4,
ACTIONS(3248), 1,
anon_sym_throws,
STATE(1449), 1,
sym_throws,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(3284), 2,
anon_sym_LBRACE,
anon_sym_SEMI,
[34016] = 5,
ACTIONS(1881), 1,
anon_sym_LBRACE,
ACTIONS(2905), 1,
anon_sym_permits,
STATE(272), 1,
sym_class_body,
STATE(1503), 1,
sym_permits,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[34033] = 2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(3286), 4,
anon_sym_DASH_GT,
anon_sym_COMMA,
anon_sym_COLON,
anon_sym_when,
[34044] = 3,
ACTIONS(3288), 1,
sym_string_fragment,
ACTIONS(2989), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(3170), 3,
anon_sym_DQUOTE,
anon_sym_BSLASH_LBRACE,
sym_escape_sequence,
[34057] = 5,
ACTIONS(1881), 1,
anon_sym_LBRACE,
ACTIONS(2903), 1,
anon_sym_implements,
STATE(394), 1,
sym_class_body,
STATE(1428), 1,
sym_super_interfaces,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[34074] = 4,
ACTIONS(3201), 1,
anon_sym_EQ,
ACTIONS(3290), 1,
anon_sym_COLON,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(3199), 2,
anon_sym_COMMA,
anon_sym_SEMI,
[34089] = 4,
ACTIONS(3201), 1,
anon_sym_EQ,
ACTIONS(3292), 1,
anon_sym_COLON,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(3199), 2,
anon_sym_COMMA,
anon_sym_SEMI,
[34104] = 4,
ACTIONS(3256), 1,
anon_sym_AMP,
STATE(1212), 1,
aux_sym_type_bound_repeat1,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(3294), 2,
anon_sym_GT,
anon_sym_COMMA,
[34119] = 4,
ACTIONS(3201), 1,
anon_sym_EQ,
ACTIONS(3296), 1,
anon_sym_COLON,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(3199), 2,
anon_sym_COMMA,
anon_sym_SEMI,
[34134] = 4,
ACTIONS(3201), 1,
anon_sym_EQ,
ACTIONS(3298), 1,
anon_sym_COLON,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(3199), 2,
anon_sym_COMMA,
anon_sym_SEMI,
[34149] = 5,
ACTIONS(3248), 1,
anon_sym_throws,
ACTIONS(3300), 1,
anon_sym_LBRACE,
STATE(609), 1,
sym_constructor_body,
STATE(1474), 1,
sym_throws,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[34166] = 5,
ACTIONS(2905), 1,
anon_sym_permits,
ACTIONS(2979), 1,
anon_sym_LBRACE,
STATE(289), 1,
sym_interface_body,
STATE(1403), 1,
sym_permits,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[34183] = 5,
ACTIONS(3248), 1,
anon_sym_throws,
ACTIONS(3300), 1,
anon_sym_LBRACE,
STATE(621), 1,
sym_constructor_body,
STATE(1489), 1,
sym_throws,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[34200] = 5,
ACTIONS(1881), 1,
anon_sym_LBRACE,
ACTIONS(2905), 1,
anon_sym_permits,
STATE(378), 1,
sym_class_body,
STATE(1395), 1,
sym_permits,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[34217] = 2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(3302), 4,
anon_sym_RBRACE,
anon_sym_RPAREN,
anon_sym_COMMA,
anon_sym_SEMI,
[34228] = 4,
ACTIONS(3230), 1,
anon_sym_COMMA,
STATE(1179), 1,
aux_sym_type_list_repeat1,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(3304), 2,
anon_sym_LBRACE,
anon_sym_permits,
[34243] = 5,
ACTIONS(2903), 1,
anon_sym_implements,
ACTIONS(3212), 1,
anon_sym_LBRACE,
STATE(372), 1,
sym_enum_body,
STATE(1484), 1,
sym_super_interfaces,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[34260] = 4,
ACTIONS(2501), 1,
anon_sym_COMMA,
ACTIONS(3306), 1,
anon_sym_RPAREN,
STATE(1265), 1,
aux_sym_for_statement_repeat2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[34274] = 4,
ACTIONS(3308), 1,
sym_identifier,
ACTIONS(3311), 1,
sym_this,
STATE(1249), 1,
aux_sym_receiver_parameter_repeat1,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[34288] = 4,
ACTIONS(2501), 1,
anon_sym_COMMA,
ACTIONS(3313), 1,
anon_sym_RPAREN,
STATE(1265), 1,
aux_sym_for_statement_repeat2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[34302] = 4,
ACTIONS(3315), 1,
anon_sym_GT,
ACTIONS(3317), 1,
anon_sym_COMMA,
STATE(1275), 1,
aux_sym_type_arguments_repeat1,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[34316] = 2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(3319), 3,
anon_sym_RBRACE,
anon_sym_COMMA,
anon_sym_SEMI,
[34326] = 4,
ACTIONS(3321), 1,
anon_sym_RPAREN,
ACTIONS(3323), 1,
anon_sym_COMMA,
STATE(1303), 1,
aux_sym_annotation_argument_list_repeat1,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[34340] = 4,
ACTIONS(2884), 1,
anon_sym_default,
ACTIONS(3325), 1,
anon_sym_SEMI,
STATE(1508), 1,
sym__default_value,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[34354] = 3,
ACTIONS(3226), 1,
anon_sym_DOT,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(3327), 2,
anon_sym_COMMA,
anon_sym_SEMI,
[34366] = 2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(3234), 3,
anon_sym_RBRACE,
anon_sym_COMMA,
anon_sym_SEMI,
[34376] = 4,
ACTIONS(3329), 1,
anon_sym_COMMA,
ACTIONS(3332), 1,
anon_sym_SEMI,
STATE(1257), 1,
aux_sym_exports_module_directive_repeat1,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[34390] = 4,
ACTIONS(3334), 1,
anon_sym_GT,
ACTIONS(3336), 1,
anon_sym_COMMA,
STATE(1258), 1,
aux_sym_type_parameters_repeat1,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[34404] = 3,
ACTIONS(3226), 1,
anon_sym_DOT,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(3339), 2,
anon_sym_COMMA,
anon_sym_SEMI,
[34416] = 4,
ACTIONS(3341), 1,
anon_sym_COMMA,
ACTIONS(3344), 1,
anon_sym_SEMI,
STATE(1260), 1,
aux_sym_provides_module_directive_repeat1,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[34430] = 4,
ACTIONS(2501), 1,
anon_sym_COMMA,
ACTIONS(3346), 1,
anon_sym_RPAREN,
STATE(1265), 1,
aux_sym_for_statement_repeat2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[34444] = 2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(3348), 3,
anon_sym_RBRACE,
anon_sym_COMMA,
anon_sym_SEMI,
[34454] = 4,
ACTIONS(1515), 1,
anon_sym_LPAREN,
ACTIONS(2813), 1,
anon_sym_DOT,
STATE(521), 1,
sym_argument_list,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[34468] = 4,
ACTIONS(2884), 1,
anon_sym_default,
ACTIONS(3350), 1,
anon_sym_SEMI,
STATE(1544), 1,
sym__default_value,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[34482] = 4,
ACTIONS(3352), 1,
anon_sym_RPAREN,
ACTIONS(3354), 1,
anon_sym_COMMA,
STATE(1265), 1,
aux_sym_for_statement_repeat2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[34496] = 4,
ACTIONS(3357), 1,
anon_sym_RPAREN,
ACTIONS(3359), 1,
anon_sym_SEMI,
STATE(1266), 1,
aux_sym_resource_specification_repeat1,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[34510] = 2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(3362), 3,
anon_sym_LBRACE,
anon_sym_implements,
anon_sym_permits,
[34520] = 4,
ACTIONS(2501), 1,
anon_sym_COMMA,
ACTIONS(3364), 1,
anon_sym_RPAREN,
STATE(1265), 1,
aux_sym_for_statement_repeat2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[34534] = 4,
ACTIONS(3366), 1,
sym_identifier,
ACTIONS(3368), 1,
anon_sym_STAR,
STATE(1554), 1,
sym_asterisk,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[34548] = 4,
ACTIONS(2501), 1,
anon_sym_COMMA,
ACTIONS(3370), 1,
anon_sym_RPAREN,
STATE(1265), 1,
aux_sym_for_statement_repeat2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[34562] = 4,
ACTIONS(3317), 1,
anon_sym_COMMA,
ACTIONS(3372), 1,
anon_sym_GT,
STATE(1278), 1,
aux_sym_type_arguments_repeat1,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[34576] = 4,
ACTIONS(2408), 1,
anon_sym_SEMI,
ACTIONS(3195), 1,
anon_sym_RBRACE,
STATE(1571), 1,
sym_enum_body_declarations,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[34590] = 4,
ACTIONS(3374), 1,
anon_sym_COMMA,
ACTIONS(3376), 1,
anon_sym_SEMI,
STATE(1346), 1,
aux_sym__variable_declarator_list_repeat1,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[34604] = 4,
ACTIONS(1927), 1,
anon_sym_LPAREN,
ACTIONS(2813), 1,
anon_sym_DOT,
STATE(547), 1,
sym_argument_list,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[34618] = 4,
ACTIONS(3317), 1,
anon_sym_COMMA,
ACTIONS(3378), 1,
anon_sym_GT,
STATE(1325), 1,
aux_sym_type_arguments_repeat1,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[34632] = 4,
ACTIONS(3380), 1,
anon_sym_RPAREN,
ACTIONS(3382), 1,
anon_sym_COMMA,
STATE(1302), 1,
aux_sym_record_pattern_body_repeat1,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[34646] = 4,
ACTIONS(1544), 1,
anon_sym_COMMA,
ACTIONS(3384), 1,
anon_sym_RPAREN,
STATE(1361), 1,
aux_sym_inferred_parameters_repeat1,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[34660] = 4,
ACTIONS(3317), 1,
anon_sym_COMMA,
ACTIONS(3386), 1,
anon_sym_GT,
STATE(1325), 1,
aux_sym_type_arguments_repeat1,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[34674] = 4,
ACTIONS(3388), 1,
anon_sym_RPAREN,
ACTIONS(3390), 1,
anon_sym_COMMA,
STATE(1279), 1,
aux_sym_formal_parameters_repeat1,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[34688] = 4,
ACTIONS(2501), 1,
anon_sym_COMMA,
ACTIONS(3393), 1,
anon_sym_RPAREN,
STATE(1265), 1,
aux_sym_for_statement_repeat2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[34702] = 4,
ACTIONS(1927), 1,
anon_sym_LPAREN,
ACTIONS(2813), 1,
anon_sym_DOT,
STATE(553), 1,
sym_argument_list,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[34716] = 4,
ACTIONS(1515), 1,
anon_sym_LPAREN,
ACTIONS(2813), 1,
anon_sym_DOT,
STATE(530), 1,
sym_argument_list,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[34730] = 4,
ACTIONS(1927), 1,
anon_sym_LPAREN,
ACTIONS(2813), 1,
anon_sym_DOT,
STATE(546), 1,
sym_argument_list,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[34744] = 4,
ACTIONS(3395), 1,
anon_sym_RPAREN,
ACTIONS(3397), 1,
anon_sym_COMMA,
STATE(1323), 1,
aux_sym_formal_parameters_repeat1,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[34758] = 4,
ACTIONS(3323), 1,
anon_sym_COMMA,
ACTIONS(3399), 1,
anon_sym_RPAREN,
STATE(1296), 1,
aux_sym_annotation_argument_list_repeat1,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[34772] = 4,
ACTIONS(2531), 1,
anon_sym_COMMA,
ACTIONS(3401), 1,
anon_sym_RPAREN,
STATE(1313), 1,
aux_sym_argument_list_repeat1,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[34786] = 4,
ACTIONS(3403), 1,
anon_sym_RBRACE,
ACTIONS(3405), 1,
anon_sym_COMMA,
STATE(1287), 1,
aux_sym_element_value_array_initializer_repeat1,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[34800] = 4,
ACTIONS(2501), 1,
anon_sym_COMMA,
ACTIONS(3408), 1,
anon_sym_RPAREN,
STATE(1265), 1,
aux_sym_for_statement_repeat2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[34814] = 4,
ACTIONS(1927), 1,
anon_sym_LPAREN,
ACTIONS(2813), 1,
anon_sym_DOT,
STATE(590), 1,
sym_argument_list,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[34828] = 4,
ACTIONS(3410), 1,
anon_sym_COMMA,
ACTIONS(3413), 1,
anon_sym_SEMI,
STATE(1290), 1,
aux_sym_for_statement_repeat1,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[34842] = 4,
ACTIONS(2521), 1,
anon_sym_RBRACE,
ACTIONS(2523), 1,
anon_sym_COMMA,
STATE(1299), 1,
aux_sym_array_initializer_repeat1,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[34856] = 4,
ACTIONS(2531), 1,
anon_sym_COMMA,
ACTIONS(3415), 1,
anon_sym_RPAREN,
STATE(1313), 1,
aux_sym_argument_list_repeat1,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[34870] = 4,
ACTIONS(2822), 1,
sym_identifier,
ACTIONS(3417), 1,
sym_this,
STATE(1249), 1,
aux_sym_receiver_parameter_repeat1,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[34884] = 4,
ACTIONS(666), 1,
anon_sym_RBRACE,
ACTIONS(3419), 1,
anon_sym_COMMA,
STATE(1287), 1,
aux_sym_element_value_array_initializer_repeat1,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[34898] = 4,
ACTIONS(1927), 1,
anon_sym_LPAREN,
ACTIONS(2813), 1,
anon_sym_DOT,
STATE(558), 1,
sym_argument_list,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[34912] = 4,
ACTIONS(3323), 1,
anon_sym_COMMA,
ACTIONS(3421), 1,
anon_sym_RPAREN,
STATE(1320), 1,
aux_sym_annotation_argument_list_repeat1,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[34926] = 4,
ACTIONS(1927), 1,
anon_sym_LPAREN,
ACTIONS(2813), 1,
anon_sym_DOT,
STATE(549), 1,
sym_argument_list,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[34940] = 2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(3423), 3,
anon_sym_RBRACE,
anon_sym_COMMA,
anon_sym_SEMI,
[34950] = 4,
ACTIONS(682), 1,
anon_sym_RBRACE,
ACTIONS(3425), 1,
anon_sym_COMMA,
STATE(1330), 1,
aux_sym_array_initializer_repeat1,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[34964] = 4,
ACTIONS(3427), 1,
anon_sym_RBRACE,
ACTIONS(3429), 1,
anon_sym_COMMA,
STATE(1294), 1,
aux_sym_element_value_array_initializer_repeat1,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[34978] = 4,
ACTIONS(1515), 1,
anon_sym_LPAREN,
ACTIONS(2813), 1,
anon_sym_DOT,
STATE(526), 1,
sym_argument_list,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[34992] = 4,
ACTIONS(3431), 1,
anon_sym_RPAREN,
ACTIONS(3433), 1,
anon_sym_COMMA,
STATE(1302), 1,
aux_sym_record_pattern_body_repeat1,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[35006] = 4,
ACTIONS(3323), 1,
anon_sym_COMMA,
ACTIONS(3436), 1,
anon_sym_RPAREN,
STATE(1320), 1,
aux_sym_annotation_argument_list_repeat1,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[35020] = 4,
ACTIONS(3226), 1,
anon_sym_DOT,
ACTIONS(3438), 1,
anon_sym_SEMI,
ACTIONS(3440), 1,
anon_sym_to,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[35034] = 4,
ACTIONS(3226), 1,
anon_sym_DOT,
ACTIONS(3442), 1,
anon_sym_SEMI,
ACTIONS(3444), 1,
anon_sym_to,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[35048] = 2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(3446), 3,
anon_sym_RBRACE,
anon_sym_COMMA,
anon_sym_SEMI,
[35058] = 4,
ACTIONS(3205), 1,
anon_sym_AMP,
ACTIONS(3448), 1,
anon_sym_RPAREN,
STATE(1317), 1,
aux_sym_cast_expression_repeat1,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[35072] = 4,
ACTIONS(3450), 1,
anon_sym_GT,
ACTIONS(3452), 1,
anon_sym_COMMA,
STATE(1258), 1,
aux_sym_type_parameters_repeat1,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[35086] = 4,
ACTIONS(3323), 1,
anon_sym_COMMA,
ACTIONS(3454), 1,
anon_sym_RPAREN,
STATE(1320), 1,
aux_sym_annotation_argument_list_repeat1,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[35100] = 4,
ACTIONS(3397), 1,
anon_sym_COMMA,
ACTIONS(3456), 1,
anon_sym_RPAREN,
STATE(1335), 1,
aux_sym_formal_parameters_repeat1,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[35114] = 2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(3458), 3,
anon_sym_LBRACE,
anon_sym_SEMI,
anon_sym_throws,
[35124] = 4,
ACTIONS(3460), 1,
anon_sym_COMMA,
ACTIONS(3463), 1,
anon_sym_SEMI,
STATE(1312), 1,
aux_sym__variable_declarator_list_repeat1,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[35138] = 4,
ACTIONS(2599), 1,
anon_sym_RPAREN,
ACTIONS(3465), 1,
anon_sym_COMMA,
STATE(1313), 1,
aux_sym_argument_list_repeat1,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[35152] = 4,
ACTIONS(3382), 1,
anon_sym_COMMA,
ACTIONS(3468), 1,
anon_sym_RPAREN,
STATE(1276), 1,
aux_sym_record_pattern_body_repeat1,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[35166] = 4,
ACTIONS(1515), 1,
anon_sym_LPAREN,
ACTIONS(3470), 1,
anon_sym_DOT,
STATE(1569), 1,
sym_argument_list,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[35180] = 2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2567), 3,
anon_sym_RPAREN,
anon_sym_COMMA,
anon_sym_SEMI,
[35190] = 4,
ACTIONS(3472), 1,
anon_sym_RPAREN,
ACTIONS(3474), 1,
anon_sym_AMP,
STATE(1317), 1,
aux_sym_cast_expression_repeat1,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[35204] = 4,
ACTIONS(1515), 1,
anon_sym_LPAREN,
ACTIONS(2813), 1,
anon_sym_DOT,
STATE(515), 1,
sym_argument_list,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[35218] = 4,
ACTIONS(3226), 1,
anon_sym_DOT,
ACTIONS(3477), 1,
anon_sym_LBRACE,
STATE(301), 1,
sym_module_body,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[35232] = 4,
ACTIONS(3479), 1,
anon_sym_RPAREN,
ACTIONS(3481), 1,
anon_sym_COMMA,
STATE(1320), 1,
aux_sym_annotation_argument_list_repeat1,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[35246] = 4,
ACTIONS(798), 1,
anon_sym_RPAREN,
ACTIONS(3484), 1,
anon_sym_SEMI,
STATE(1266), 1,
aux_sym_resource_specification_repeat1,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[35260] = 4,
ACTIONS(3205), 1,
anon_sym_AMP,
ACTIONS(3486), 1,
anon_sym_RPAREN,
STATE(1317), 1,
aux_sym_cast_expression_repeat1,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[35274] = 4,
ACTIONS(3397), 1,
anon_sym_COMMA,
ACTIONS(3488), 1,
anon_sym_RPAREN,
STATE(1279), 1,
aux_sym_formal_parameters_repeat1,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[35288] = 4,
ACTIONS(2501), 1,
anon_sym_COMMA,
ACTIONS(3490), 1,
anon_sym_RPAREN,
STATE(1265), 1,
aux_sym_for_statement_repeat2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[35302] = 4,
ACTIONS(3492), 1,
anon_sym_GT,
ACTIONS(3494), 1,
anon_sym_COMMA,
STATE(1325), 1,
aux_sym_type_arguments_repeat1,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[35316] = 4,
ACTIONS(2501), 1,
anon_sym_COMMA,
ACTIONS(3497), 1,
anon_sym_RPAREN,
STATE(1265), 1,
aux_sym_for_statement_repeat2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[35330] = 4,
ACTIONS(2013), 1,
anon_sym_LBRACK,
ACTIONS(2015), 1,
anon_sym_DOT,
ACTIONS(2017), 1,
anon_sym_COLON_COLON,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[35344] = 4,
ACTIONS(2503), 1,
anon_sym_RBRACE,
ACTIONS(2505), 1,
anon_sym_COMMA,
STATE(1342), 1,
aux_sym_array_initializer_repeat1,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[35358] = 4,
ACTIONS(2822), 1,
sym_identifier,
ACTIONS(2824), 1,
sym_this,
STATE(1249), 1,
aux_sym_receiver_parameter_repeat1,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[35372] = 4,
ACTIONS(2579), 1,
anon_sym_RBRACE,
ACTIONS(3499), 1,
anon_sym_COMMA,
STATE(1330), 1,
aux_sym_array_initializer_repeat1,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[35386] = 4,
ACTIONS(3502), 1,
anon_sym_RPAREN,
ACTIONS(3504), 1,
anon_sym_SEMI,
STATE(1321), 1,
aux_sym_resource_specification_repeat1,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[35400] = 4,
ACTIONS(2501), 1,
anon_sym_COMMA,
ACTIONS(3506), 1,
anon_sym_RPAREN,
STATE(1265), 1,
aux_sym_for_statement_repeat2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[35414] = 4,
ACTIONS(2501), 1,
anon_sym_COMMA,
ACTIONS(3508), 1,
anon_sym_RPAREN,
STATE(1265), 1,
aux_sym_for_statement_repeat2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[35428] = 4,
ACTIONS(2501), 1,
anon_sym_COMMA,
ACTIONS(3510), 1,
anon_sym_RPAREN,
STATE(1265), 1,
aux_sym_for_statement_repeat2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[35442] = 4,
ACTIONS(1780), 1,
anon_sym_RPAREN,
ACTIONS(3397), 1,
anon_sym_COMMA,
STATE(1279), 1,
aux_sym_formal_parameters_repeat1,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[35456] = 4,
ACTIONS(2501), 1,
anon_sym_COMMA,
ACTIONS(3512), 1,
anon_sym_RPAREN,
STATE(1265), 1,
aux_sym_for_statement_repeat2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[35470] = 4,
ACTIONS(2501), 1,
anon_sym_COMMA,
ACTIONS(3514), 1,
anon_sym_RPAREN,
STATE(1265), 1,
aux_sym_for_statement_repeat2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[35484] = 4,
ACTIONS(2501), 1,
anon_sym_COMMA,
ACTIONS(3516), 1,
anon_sym_RPAREN,
STATE(1265), 1,
aux_sym_for_statement_repeat2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[35498] = 4,
ACTIONS(2501), 1,
anon_sym_COMMA,
ACTIONS(3518), 1,
anon_sym_RPAREN,
STATE(1265), 1,
aux_sym_for_statement_repeat2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[35512] = 2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(3244), 3,
anon_sym_AMP,
anon_sym_GT,
anon_sym_COMMA,
[35522] = 4,
ACTIONS(1515), 1,
anon_sym_LPAREN,
ACTIONS(2813), 1,
anon_sym_DOT,
STATE(520), 1,
sym_argument_list,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[35536] = 4,
ACTIONS(680), 1,
anon_sym_RBRACE,
ACTIONS(3520), 1,
anon_sym_COMMA,
STATE(1330), 1,
aux_sym_array_initializer_repeat1,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[35550] = 4,
ACTIONS(33), 1,
anon_sym_LBRACE,
ACTIONS(3522), 1,
anon_sym_SEMI,
STATE(405), 1,
sym_block,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[35564] = 4,
ACTIONS(33), 1,
anon_sym_LBRACE,
ACTIONS(3524), 1,
anon_sym_SEMI,
STATE(406), 1,
sym_block,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[35578] = 4,
ACTIONS(2501), 1,
anon_sym_COMMA,
ACTIONS(3526), 1,
anon_sym_RPAREN,
STATE(1265), 1,
aux_sym_for_statement_repeat2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[35592] = 4,
ACTIONS(3374), 1,
anon_sym_COMMA,
ACTIONS(3528), 1,
anon_sym_SEMI,
STATE(1312), 1,
aux_sym__variable_declarator_list_repeat1,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[35606] = 4,
ACTIONS(1515), 1,
anon_sym_LPAREN,
ACTIONS(2813), 1,
anon_sym_DOT,
STATE(518), 1,
sym_argument_list,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[35620] = 4,
ACTIONS(2501), 1,
anon_sym_COMMA,
ACTIONS(3530), 1,
anon_sym_RPAREN,
STATE(1265), 1,
aux_sym_for_statement_repeat2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[35634] = 4,
ACTIONS(2501), 1,
anon_sym_COMMA,
ACTIONS(3532), 1,
anon_sym_RPAREN,
STATE(1265), 1,
aux_sym_for_statement_repeat2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[35648] = 4,
ACTIONS(2501), 1,
anon_sym_COMMA,
ACTIONS(3534), 1,
anon_sym_RPAREN,
STATE(1265), 1,
aux_sym_for_statement_repeat2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[35662] = 4,
ACTIONS(2501), 1,
anon_sym_COMMA,
ACTIONS(3536), 1,
anon_sym_RPAREN,
STATE(1265), 1,
aux_sym_for_statement_repeat2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[35676] = 4,
ACTIONS(2501), 1,
anon_sym_COMMA,
ACTIONS(3538), 1,
anon_sym_RPAREN,
STATE(1265), 1,
aux_sym_for_statement_repeat2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[35690] = 4,
ACTIONS(2501), 1,
anon_sym_COMMA,
ACTIONS(3540), 1,
anon_sym_RPAREN,
STATE(1265), 1,
aux_sym_for_statement_repeat2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[35704] = 4,
ACTIONS(2501), 1,
anon_sym_COMMA,
ACTIONS(3542), 1,
anon_sym_RPAREN,
STATE(1265), 1,
aux_sym_for_statement_repeat2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[35718] = 4,
ACTIONS(3224), 1,
anon_sym_COMMA,
ACTIONS(3544), 1,
anon_sym_SEMI,
STATE(1257), 1,
aux_sym_exports_module_directive_repeat1,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[35732] = 4,
ACTIONS(3224), 1,
anon_sym_COMMA,
ACTIONS(3546), 1,
anon_sym_SEMI,
STATE(1257), 1,
aux_sym_exports_module_directive_repeat1,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[35746] = 2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(3548), 3,
anon_sym_RBRACE,
anon_sym_case,
anon_sym_default,
[35756] = 4,
ACTIONS(3276), 1,
anon_sym_COMMA,
ACTIONS(3550), 1,
anon_sym_SEMI,
STATE(1260), 1,
aux_sym_provides_module_directive_repeat1,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[35770] = 4,
ACTIONS(3226), 1,
anon_sym_DOT,
ACTIONS(3477), 1,
anon_sym_LBRACE,
STATE(369), 1,
sym_module_body,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[35784] = 4,
ACTIONS(3226), 1,
anon_sym_DOT,
ACTIONS(3477), 1,
anon_sym_LBRACE,
STATE(389), 1,
sym_module_body,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[35798] = 4,
ACTIONS(3552), 1,
anon_sym_RPAREN,
ACTIONS(3554), 1,
anon_sym_COMMA,
STATE(1361), 1,
aux_sym_inferred_parameters_repeat1,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[35812] = 4,
ACTIONS(2563), 1,
anon_sym_COMMA,
ACTIONS(3557), 1,
anon_sym_SEMI,
STATE(1290), 1,
aux_sym_for_statement_repeat1,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[35826] = 4,
ACTIONS(2563), 1,
anon_sym_COMMA,
ACTIONS(3559), 1,
anon_sym_SEMI,
STATE(1290), 1,
aux_sym_for_statement_repeat1,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[35840] = 4,
ACTIONS(2563), 1,
anon_sym_COMMA,
ACTIONS(3561), 1,
anon_sym_SEMI,
STATE(1290), 1,
aux_sym_for_statement_repeat1,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[35854] = 4,
ACTIONS(3366), 1,
sym_identifier,
ACTIONS(3368), 1,
anon_sym_STAR,
STATE(1526), 1,
sym_asterisk,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[35868] = 4,
ACTIONS(3452), 1,
anon_sym_COMMA,
ACTIONS(3563), 1,
anon_sym_GT,
STATE(1308), 1,
aux_sym_type_parameters_repeat1,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[35882] = 4,
ACTIONS(3323), 1,
anon_sym_COMMA,
ACTIONS(3565), 1,
anon_sym_RPAREN,
STATE(1309), 1,
aux_sym_annotation_argument_list_repeat1,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[35896] = 2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(3567), 2,
anon_sym_LBRACE,
anon_sym_SEMI,
[35905] = 3,
ACTIONS(1927), 1,
anon_sym_LPAREN,
STATE(558), 1,
sym_argument_list,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[35916] = 3,
ACTIONS(3569), 1,
anon_sym_LBRACE,
STATE(683), 1,
sym_switch_block,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[35927] = 3,
ACTIONS(1881), 1,
anon_sym_LBRACE,
STATE(337), 1,
sym_class_body,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[35938] = 3,
ACTIONS(3266), 1,
anon_sym_LBRACE,
STATE(265), 1,
sym_block,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[35949] = 2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(3571), 2,
anon_sym_RPAREN,
anon_sym_COMMA,
[35958] = 3,
ACTIONS(1881), 1,
anon_sym_LBRACE,
STATE(271), 1,
sym_class_body,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[35969] = 3,
ACTIONS(1927), 1,
anon_sym_LPAREN,
STATE(549), 1,
sym_argument_list,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[35980] = 3,
ACTIONS(796), 1,
anon_sym_LPAREN,
STATE(75), 1,
sym_parenthesized_expression,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[35991] = 3,
ACTIONS(672), 1,
anon_sym_LBRACE,
STATE(577), 1,
sym_array_initializer,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[36002] = 3,
ACTIONS(1515), 1,
anon_sym_LPAREN,
STATE(526), 1,
sym_argument_list,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[36013] = 3,
ACTIONS(1881), 1,
anon_sym_LBRACE,
STATE(273), 1,
sym_class_body,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[36024] = 2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(3431), 2,
anon_sym_RPAREN,
anon_sym_COMMA,
[36033] = 3,
ACTIONS(1927), 1,
anon_sym_LPAREN,
STATE(651), 1,
sym_argument_list,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[36044] = 3,
ACTIONS(1881), 1,
anon_sym_LBRACE,
STATE(338), 1,
sym_class_body,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[36055] = 2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(3573), 2,
anon_sym_RPAREN,
anon_sym_COMMA,
[36064] = 3,
ACTIONS(3226), 1,
anon_sym_DOT,
ACTIONS(3575), 1,
anon_sym_SEMI,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[36075] = 3,
ACTIONS(1881), 1,
anon_sym_LBRACE,
STATE(356), 1,
sym_class_body,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[36086] = 3,
ACTIONS(1881), 1,
anon_sym_LBRACE,
STATE(294), 1,
sym_class_body,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[36097] = 3,
ACTIONS(3226), 1,
anon_sym_DOT,
ACTIONS(3577), 1,
anon_sym_SEMI,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[36108] = 3,
ACTIONS(3226), 1,
anon_sym_DOT,
ACTIONS(3579), 1,
anon_sym_with,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[36119] = 3,
ACTIONS(1881), 1,
anon_sym_LBRACE,
STATE(379), 1,
sym_class_body,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[36130] = 3,
ACTIONS(3581), 1,
anon_sym_LBRACE,
STATE(295), 1,
sym_annotation_type_body,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[36141] = 3,
ACTIONS(2017), 1,
anon_sym_COLON_COLON,
ACTIONS(3268), 1,
anon_sym_DOT,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[36152] = 3,
ACTIONS(3583), 1,
sym_identifier,
ACTIONS(3585), 1,
anon_sym_SEMI,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[36163] = 3,
ACTIONS(3212), 1,
anon_sym_LBRACE,
STATE(296), 1,
sym_enum_body,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[36174] = 3,
ACTIONS(2795), 1,
anon_sym_LPAREN,
STATE(1194), 1,
sym_formal_parameters,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[36185] = 3,
ACTIONS(1881), 1,
anon_sym_LBRACE,
STATE(274), 1,
sym_class_body,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[36196] = 3,
ACTIONS(2979), 1,
anon_sym_LBRACE,
STATE(299), 1,
sym_interface_body,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[36207] = 3,
ACTIONS(1881), 1,
anon_sym_LBRACE,
STATE(311), 1,
sym_class_body,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[36218] = 2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(3587), 2,
anon_sym_LBRACE,
anon_sym_SEMI,
[36227] = 2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(3589), 2,
anon_sym_DASH_GT,
anon_sym_COLON,
[36236] = 3,
ACTIONS(3591), 1,
anon_sym_LBRACE,
STATE(674), 1,
sym_array_initializer,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[36247] = 3,
ACTIONS(3591), 1,
anon_sym_LBRACE,
STATE(679), 1,
sym_array_initializer,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[36258] = 3,
ACTIONS(3456), 1,
anon_sym_RPAREN,
ACTIONS(3593), 1,
anon_sym_COMMA,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[36269] = 3,
ACTIONS(2979), 1,
anon_sym_LBRACE,
STATE(312), 1,
sym_interface_body,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[36280] = 3,
ACTIONS(796), 1,
anon_sym_LPAREN,
STATE(23), 1,
sym_parenthesized_expression,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[36291] = 2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(3168), 2,
anon_sym_GT,
anon_sym_COMMA,
[36300] = 2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(3595), 2,
anon_sym_COMMA,
anon_sym_SEMI,
[36309] = 3,
ACTIONS(1927), 1,
anon_sym_LPAREN,
STATE(547), 1,
sym_argument_list,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[36320] = 3,
ACTIONS(3597), 1,
anon_sym_DASH_GT,
ACTIONS(3599), 1,
anon_sym_COLON,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[36331] = 3,
ACTIONS(1764), 1,
anon_sym_LPAREN,
STATE(724), 1,
sym_record_pattern_body,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[36342] = 2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(3601), 2,
anon_sym_RPAREN,
anon_sym_COMMA,
[36351] = 3,
ACTIONS(2795), 1,
anon_sym_LPAREN,
STATE(1226), 1,
sym_formal_parameters,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[36362] = 3,
ACTIONS(2979), 1,
anon_sym_LBRACE,
STATE(339), 1,
sym_interface_body,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[36373] = 2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(3479), 2,
anon_sym_RPAREN,
anon_sym_COMMA,
[36382] = 2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(3388), 2,
anon_sym_RPAREN,
anon_sym_COMMA,
[36391] = 3,
ACTIONS(1515), 1,
anon_sym_LPAREN,
STATE(515), 1,
sym_argument_list,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[36402] = 3,
ACTIONS(1515), 1,
anon_sym_LPAREN,
STATE(584), 1,
sym_argument_list,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[36413] = 2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(3603), 2,
anon_sym_RPAREN,
anon_sym_AMP,
[36422] = 3,
ACTIONS(796), 1,
anon_sym_LPAREN,
STATE(1370), 1,
sym_parenthesized_expression,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[36433] = 3,
ACTIONS(796), 1,
anon_sym_LPAREN,
STATE(45), 1,
sym_parenthesized_expression,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[36444] = 3,
ACTIONS(796), 1,
anon_sym_LPAREN,
STATE(46), 1,
sym_parenthesized_expression,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[36455] = 3,
ACTIONS(1881), 1,
anon_sym_LBRACE,
STATE(315), 1,
sym_class_body,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[36466] = 2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(3605), 2,
anon_sym_RPAREN,
anon_sym_COMMA,
[36475] = 2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(3607), 2,
anon_sym_RPAREN,
anon_sym_COMMA,
[36484] = 2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(3609), 2,
anon_sym_GT,
anon_sym_COMMA,
[36493] = 3,
ACTIONS(796), 1,
anon_sym_LPAREN,
STATE(1527), 1,
sym_parenthesized_expression,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[36504] = 2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(3611), 2,
anon_sym_RPAREN,
anon_sym_COMMA,
[36513] = 3,
ACTIONS(1881), 1,
anon_sym_LBRACE,
STATE(316), 1,
sym_class_body,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[36524] = 3,
ACTIONS(1881), 1,
anon_sym_LBRACE,
STATE(286), 1,
sym_class_body,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[36535] = 3,
ACTIONS(796), 1,
anon_sym_LPAREN,
STATE(1446), 1,
sym_parenthesized_expression,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[36546] = 3,
ACTIONS(1881), 1,
anon_sym_LBRACE,
STATE(317), 1,
sym_class_body,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[36557] = 2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(3613), 2,
anon_sym_RPAREN,
anon_sym_COMMA,
[36566] = 2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2579), 2,
anon_sym_RBRACE,
anon_sym_COMMA,
[36575] = 2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(3615), 2,
anon_sym_RPAREN,
anon_sym_COMMA,
[36584] = 2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(3617), 2,
anon_sym_GT,
anon_sym_COMMA,
[36593] = 2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(3492), 2,
anon_sym_GT,
anon_sym_COMMA,
[36602] = 3,
ACTIONS(33), 1,
anon_sym_LBRACE,
STATE(349), 1,
sym_block,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[36613] = 2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(3619), 2,
anon_sym_new,
sym_identifier,
[36622] = 2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(3621), 2,
anon_sym_RPAREN,
anon_sym_COMMA,
[36631] = 2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(3623), 2,
anon_sym_GT,
anon_sym_COMMA,
[36640] = 3,
ACTIONS(3226), 1,
anon_sym_DOT,
ACTIONS(3625), 1,
anon_sym_SEMI,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[36651] = 3,
ACTIONS(1881), 1,
anon_sym_LBRACE,
STATE(319), 1,
sym_class_body,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[36662] = 3,
ACTIONS(2979), 1,
anon_sym_LBRACE,
STATE(320), 1,
sym_interface_body,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[36673] = 3,
ACTIONS(672), 1,
anon_sym_LBRACE,
STATE(582), 1,
sym_array_initializer,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[36684] = 3,
ACTIONS(1515), 1,
anon_sym_LPAREN,
STATE(521), 1,
sym_argument_list,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[36695] = 2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(3085), 2,
anon_sym_DASH_GT,
anon_sym_COLON,
[36704] = 3,
ACTIONS(3627), 1,
anon_sym_LBRACE,
STATE(123), 1,
sym_switch_block,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[36715] = 3,
ACTIONS(2979), 1,
anon_sym_LBRACE,
STATE(322), 1,
sym_interface_body,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[36726] = 3,
ACTIONS(1515), 1,
anon_sym_LPAREN,
STATE(520), 1,
sym_argument_list,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[36737] = 2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(3629), 2,
anon_sym_LBRACE,
anon_sym_SEMI,
[36746] = 3,
ACTIONS(1515), 1,
anon_sym_LPAREN,
STATE(530), 1,
sym_argument_list,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[36757] = 3,
ACTIONS(2246), 1,
anon_sym_COLON_COLON,
ACTIONS(3631), 1,
anon_sym_DOT,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[36768] = 3,
ACTIONS(3226), 1,
anon_sym_DOT,
ACTIONS(3633), 1,
anon_sym_SEMI,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[36779] = 2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(3635), 2,
anon_sym_RPAREN,
anon_sym_COMMA,
[36788] = 2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(3637), 2,
anon_sym_LBRACE,
anon_sym_permits,
[36797] = 3,
ACTIONS(33), 1,
anon_sym_LBRACE,
STATE(383), 1,
sym_block,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[36808] = 3,
ACTIONS(1927), 1,
anon_sym_LPAREN,
STATE(553), 1,
sym_argument_list,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[36819] = 3,
ACTIONS(2979), 1,
anon_sym_LBRACE,
STATE(288), 1,
sym_interface_body,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[36830] = 3,
ACTIONS(796), 1,
anon_sym_LPAREN,
STATE(77), 1,
sym_parenthesized_expression,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[36841] = 3,
ACTIONS(796), 1,
anon_sym_LPAREN,
STATE(78), 1,
sym_parenthesized_expression,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[36852] = 3,
ACTIONS(3226), 1,
anon_sym_DOT,
ACTIONS(3639), 1,
anon_sym_SEMI,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[36863] = 3,
ACTIONS(2795), 1,
anon_sym_LPAREN,
STATE(1018), 1,
sym_formal_parameters,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[36874] = 3,
ACTIONS(3266), 1,
anon_sym_LBRACE,
STATE(258), 1,
sym_block,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[36885] = 3,
ACTIONS(1365), 1,
anon_sym_while,
ACTIONS(3641), 1,
anon_sym_else,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[36896] = 2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(3357), 2,
anon_sym_RPAREN,
anon_sym_SEMI,
[36905] = 3,
ACTIONS(3643), 1,
anon_sym_DOT,
ACTIONS(3645), 1,
anon_sym_SEMI,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[36916] = 3,
ACTIONS(3591), 1,
anon_sym_LBRACE,
STATE(672), 1,
sym_array_initializer,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[36927] = 2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(3647), 2,
anon_sym_RPAREN,
anon_sym_COMMA,
[36936] = 3,
ACTIONS(1515), 1,
anon_sym_LPAREN,
STATE(518), 1,
sym_argument_list,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[36947] = 3,
ACTIONS(3591), 1,
anon_sym_LBRACE,
STATE(625), 1,
sym_array_initializer,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[36958] = 2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(3311), 2,
sym_this,
sym_identifier,
[36967] = 3,
ACTIONS(1515), 1,
anon_sym_LPAREN,
STATE(1510), 1,
sym_argument_list,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[36978] = 3,
ACTIONS(1927), 1,
anon_sym_LPAREN,
STATE(546), 1,
sym_argument_list,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[36989] = 3,
ACTIONS(2979), 1,
anon_sym_LBRACE,
STATE(290), 1,
sym_interface_body,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[37000] = 3,
ACTIONS(3300), 1,
anon_sym_LBRACE,
STATE(616), 1,
sym_constructor_body,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[37011] = 2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(3649), 2,
anon_sym_LBRACE,
anon_sym_throws,
[37020] = 3,
ACTIONS(3651), 1,
sym_identifier,
ACTIONS(3653), 1,
anon_sym_SEMI,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[37031] = 2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(3403), 2,
anon_sym_RBRACE,
anon_sym_COMMA,
[37040] = 3,
ACTIONS(1881), 1,
anon_sym_LBRACE,
STATE(335), 1,
sym_class_body,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[37051] = 2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(3655), 2,
anon_sym_DASH_GT,
anon_sym_COLON,
[37060] = 3,
ACTIONS(1515), 1,
anon_sym_LPAREN,
STATE(563), 1,
sym_argument_list,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[37071] = 2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(3657), 2,
anon_sym_LBRACE,
anon_sym_throws,
[37080] = 2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(3659), 2,
anon_sym_new,
sym_identifier,
[37089] = 3,
ACTIONS(672), 1,
anon_sym_LBRACE,
STATE(603), 1,
sym_array_initializer,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[37100] = 3,
ACTIONS(3212), 1,
anon_sym_LBRACE,
STATE(393), 1,
sym_enum_body,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[37111] = 2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(3661), 2,
anon_sym_RPAREN,
anon_sym_COMMA,
[37120] = 2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(3663), 2,
sym_this,
sym_super,
[37129] = 3,
ACTIONS(3581), 1,
anon_sym_LBRACE,
STATE(388), 1,
sym_annotation_type_body,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[37140] = 3,
ACTIONS(1927), 1,
anon_sym_LPAREN,
STATE(633), 1,
sym_argument_list,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[37151] = 3,
ACTIONS(3300), 1,
anon_sym_LBRACE,
STATE(620), 1,
sym_constructor_body,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[37162] = 3,
ACTIONS(2979), 1,
anon_sym_LBRACE,
STATE(397), 1,
sym_interface_body,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[37173] = 2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(3665), 2,
anon_sym_GT,
anon_sym_COMMA,
[37182] = 3,
ACTIONS(1881), 1,
anon_sym_LBRACE,
STATE(323), 1,
sym_class_body,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[37193] = 3,
ACTIONS(1881), 1,
anon_sym_LBRACE,
STATE(303), 1,
sym_class_body,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[37204] = 3,
ACTIONS(3226), 1,
anon_sym_DOT,
ACTIONS(3667), 1,
anon_sym_SEMI,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[37215] = 3,
ACTIONS(1927), 1,
anon_sym_LPAREN,
STATE(590), 1,
sym_argument_list,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[37226] = 3,
ACTIONS(1881), 1,
anon_sym_LBRACE,
STATE(304), 1,
sym_class_body,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[37237] = 2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(3552), 2,
anon_sym_RPAREN,
anon_sym_COMMA,
[37246] = 3,
ACTIONS(1881), 1,
anon_sym_LBRACE,
STATE(336), 1,
sym_class_body,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[37257] = 3,
ACTIONS(1515), 1,
anon_sym_LPAREN,
STATE(1509), 1,
sym_argument_list,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[37268] = 3,
ACTIONS(3226), 1,
anon_sym_DOT,
ACTIONS(3669), 1,
anon_sym_SEMI,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[37279] = 2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(3671), 2,
anon_sym_RPAREN,
anon_sym_COMMA,
[37288] = 3,
ACTIONS(672), 1,
anon_sym_LBRACE,
STATE(570), 1,
sym_array_initializer,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[37299] = 3,
ACTIONS(1881), 1,
anon_sym_LBRACE,
STATE(305), 1,
sym_class_body,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[37310] = 3,
ACTIONS(3226), 1,
anon_sym_DOT,
ACTIONS(3673), 1,
anon_sym_SEMI,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[37321] = 3,
ACTIONS(3673), 1,
anon_sym_SEMI,
ACTIONS(3675), 1,
anon_sym_DOT,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[37332] = 2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(3334), 2,
anon_sym_GT,
anon_sym_COMMA,
[37341] = 2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(3677), 2,
anon_sym_LBRACE,
anon_sym_permits,
[37350] = 2,
ACTIONS(3679), 1,
anon_sym_SEMI,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[37358] = 2,
ACTIONS(3681), 1,
anon_sym_SEMI,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[37366] = 2,
ACTIONS(3683), 1,
anon_sym_SEMI,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[37374] = 2,
ACTIONS(3685), 1,
anon_sym_LPAREN,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[37382] = 2,
ACTIONS(3599), 1,
anon_sym_COLON,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[37390] = 2,
ACTIONS(3687), 1,
anon_sym_DASH_GT,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[37398] = 2,
ACTIONS(3689), 1,
anon_sym_LBRACE,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[37406] = 2,
ACTIONS(2017), 1,
anon_sym_COLON_COLON,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[37414] = 2,
ACTIONS(694), 1,
anon_sym_RBRACK,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[37422] = 2,
ACTIONS(3597), 1,
anon_sym_DASH_GT,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[37430] = 2,
ACTIONS(3691), 1,
anon_sym_module,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[37438] = 2,
ACTIONS(3693), 1,
sym_identifier,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[37446] = 2,
ACTIONS(2246), 1,
anon_sym_COLON_COLON,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[37454] = 2,
ACTIONS(700), 1,
anon_sym_RBRACK,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[37462] = 2,
ACTIONS(3695), 1,
anon_sym_RPAREN,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[37470] = 2,
ACTIONS(3697), 1,
anon_sym_LPAREN,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[37478] = 2,
ACTIONS(3699), 1,
anon_sym_RPAREN,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[37486] = 2,
ACTIONS(3701), 1,
anon_sym_SEMI,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[37494] = 2,
ACTIONS(3703), 1,
anon_sym_SEMI,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[37502] = 2,
ACTIONS(3705), 1,
anon_sym_SEMI,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[37510] = 2,
ACTIONS(3707), 1,
anon_sym_SEMI,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[37518] = 2,
ACTIONS(3709), 1,
sym_identifier,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[37526] = 2,
ACTIONS(3711), 1,
anon_sym_SEMI,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[37534] = 2,
ACTIONS(3713), 1,
anon_sym_LBRACE,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[37542] = 2,
ACTIONS(3565), 1,
anon_sym_RPAREN,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[37550] = 2,
ACTIONS(3715), 1,
anon_sym_SEMI,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[37558] = 2,
ACTIONS(3717), 1,
sym_identifier,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[37566] = 2,
ACTIONS(3719), 1,
anon_sym_RPAREN,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[37574] = 2,
ACTIONS(724), 1,
anon_sym_RBRACK,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[37582] = 2,
ACTIONS(3721), 1,
ts_builtin_sym_end,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[37590] = 2,
ACTIONS(2419), 1,
anon_sym_RBRACE,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[37598] = 2,
ACTIONS(3723), 1,
anon_sym_RPAREN,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[37606] = 2,
ACTIONS(3725), 1,
sym_identifier,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[37614] = 2,
ACTIONS(3727), 1,
anon_sym_SEMI,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[37622] = 2,
ACTIONS(3729), 1,
anon_sym_SEMI,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[37630] = 2,
ACTIONS(3731), 1,
anon_sym_SEMI,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[37638] = 2,
ACTIONS(3733), 1,
anon_sym_SEMI,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[37646] = 2,
ACTIONS(3735), 1,
anon_sym_RBRACE,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[37654] = 2,
ACTIONS(3737), 1,
anon_sym_SEMI,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[37662] = 2,
ACTIONS(3739), 1,
sym_identifier,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[37670] = 2,
ACTIONS(3427), 1,
anon_sym_RBRACE,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[37678] = 2,
ACTIONS(3741), 1,
anon_sym_DOT,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[37686] = 2,
ACTIONS(3743), 1,
anon_sym_EQ,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[37694] = 2,
ACTIONS(720), 1,
anon_sym_RBRACK,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[37702] = 2,
ACTIONS(3745), 1,
anon_sym_SEMI,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[37710] = 2,
ACTIONS(3747), 1,
sym_identifier,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[37718] = 2,
ACTIONS(3749), 1,
anon_sym_SEMI,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[37726] = 2,
ACTIONS(3751), 1,
sym_identifier,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[37734] = 2,
ACTIONS(3753), 1,
anon_sym_class,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[37742] = 2,
ACTIONS(3755), 1,
sym_identifier,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[37750] = 2,
ACTIONS(3757), 1,
anon_sym_interface,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[37758] = 2,
ACTIONS(3399), 1,
anon_sym_RPAREN,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[37766] = 2,
ACTIONS(3759), 1,
sym_identifier,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[37774] = 2,
ACTIONS(768), 1,
anon_sym_RBRACK,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[37782] = 2,
ACTIONS(3470), 1,
anon_sym_DOT,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[37790] = 2,
ACTIONS(3761), 1,
anon_sym_SEMI,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[37798] = 2,
ACTIONS(3366), 1,
sym_identifier,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[37806] = 2,
ACTIONS(3763), 1,
sym_identifier,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[37814] = 2,
ACTIONS(2882), 1,
anon_sym_DOT,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[37822] = 2,
ACTIONS(2503), 1,
anon_sym_RBRACE,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[37830] = 2,
ACTIONS(3195), 1,
anon_sym_RBRACE,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[37838] = 2,
ACTIONS(3765), 1,
anon_sym_SEMI,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[37846] = 2,
ACTIONS(3767), 1,
anon_sym_LBRACE,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[37854] = 2,
ACTIONS(2423), 1,
anon_sym_RBRACE,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[37862] = 2,
ACTIONS(3769), 1,
anon_sym_DASH_GT,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[37870] = 2,
ACTIONS(3771), 1,
anon_sym_class,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[37878] = 2,
ACTIONS(3773), 1,
anon_sym_SEMI,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[37886] = 2,
ACTIONS(3775), 1,
anon_sym_DASH_GT,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[37894] = 2,
ACTIONS(3321), 1,
anon_sym_RPAREN,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[37902] = 2,
ACTIONS(3777), 1,
anon_sym_LBRACE,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[37910] = 2,
ACTIONS(3779), 1,
anon_sym_SEMI,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[37918] = 2,
ACTIONS(3781), 1,
anon_sym_EQ,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[37926] = 2,
ACTIONS(3783), 1,
anon_sym_SEMI,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[37934] = 2,
ACTIONS(3785), 1,
sym_identifier,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[37942] = 2,
ACTIONS(2521), 1,
anon_sym_RBRACE,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[37950] = 2,
ACTIONS(3787), 1,
anon_sym_SEMI,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[37958] = 2,
ACTIONS(698), 1,
anon_sym_RBRACK,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[37966] = 2,
ACTIONS(3789), 1,
anon_sym_LPAREN,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[37974] = 2,
ACTIONS(3791), 1,
sym_identifier,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[37982] = 2,
ACTIONS(3793), 1,
anon_sym_EQ,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[37990] = 2,
ACTIONS(3795), 1,
anon_sym_LPAREN,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[37998] = 2,
ACTIONS(1526), 1,
anon_sym_DASH_GT,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[38006] = 2,
ACTIONS(3797), 1,
sym_identifier,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[38014] = 2,
ACTIONS(3799), 1,
anon_sym_RPAREN,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[38022] = 2,
ACTIONS(3801), 1,
anon_sym_while,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[38030] = 2,
ACTIONS(3803), 1,
anon_sym_SEMI,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
};
static const uint32_t ts_small_parse_table_map[] = {
[SMALL_STATE(421)] = 0,
[SMALL_STATE(422)] = 120,
[SMALL_STATE(423)] = 242,
[SMALL_STATE(424)] = 362,
[SMALL_STATE(425)] = 482,
[SMALL_STATE(426)] = 602,
[SMALL_STATE(427)] = 722,
[SMALL_STATE(428)] = 842,
[SMALL_STATE(429)] = 962,
[SMALL_STATE(430)] = 1051,
[SMALL_STATE(431)] = 1146,
[SMALL_STATE(432)] = 1254,
[SMALL_STATE(433)] = 1342,
[SMALL_STATE(434)] = 1450,
[SMALL_STATE(435)] = 1558,
[SMALL_STATE(436)] = 1645,
[SMALL_STATE(437)] = 1731,
[SMALL_STATE(438)] = 1817,
[SMALL_STATE(439)] = 1903,
[SMALL_STATE(440)] = 2002,
[SMALL_STATE(441)] = 2101,
[SMALL_STATE(442)] = 2200,
[SMALL_STATE(443)] = 2268,
[SMALL_STATE(444)] = 2329,
[SMALL_STATE(445)] = 2396,
[SMALL_STATE(446)] = 2457,
[SMALL_STATE(447)] = 2552,
[SMALL_STATE(448)] = 2644,
[SMALL_STATE(449)] = 2736,
[SMALL_STATE(450)] = 2795,
[SMALL_STATE(451)] = 2870,
[SMALL_STATE(452)] = 2925,
[SMALL_STATE(453)] = 2980,
[SMALL_STATE(454)] = 3047,
[SMALL_STATE(455)] = 3122,
[SMALL_STATE(456)] = 3177,
[SMALL_STATE(457)] = 3249,
[SMALL_STATE(458)] = 3315,
[SMALL_STATE(459)] = 3403,
[SMALL_STATE(460)] = 3465,
[SMALL_STATE(461)] = 3537,
[SMALL_STATE(462)] = 3600,
[SMALL_STATE(463)] = 3669,
[SMALL_STATE(464)] = 3742,
[SMALL_STATE(465)] = 3805,
[SMALL_STATE(466)] = 3878,
[SMALL_STATE(467)] = 3942,
[SMALL_STATE(468)] = 4006,
[SMALL_STATE(469)] = 4060,
[SMALL_STATE(470)] = 4124,
[SMALL_STATE(471)] = 4178,
[SMALL_STATE(472)] = 4264,
[SMALL_STATE(473)] = 4328,
[SMALL_STATE(474)] = 4392,
[SMALL_STATE(475)] = 4452,
[SMALL_STATE(476)] = 4516,
[SMALL_STATE(477)] = 4580,
[SMALL_STATE(478)] = 4641,
[SMALL_STATE(479)] = 4696,
[SMALL_STATE(480)] = 4747,
[SMALL_STATE(481)] = 4808,
[SMALL_STATE(482)] = 4869,
[SMALL_STATE(483)] = 4930,
[SMALL_STATE(484)] = 5008,
[SMALL_STATE(485)] = 5058,
[SMALL_STATE(486)] = 5120,
[SMALL_STATE(487)] = 5176,
[SMALL_STATE(488)] = 5234,
[SMALL_STATE(489)] = 5296,
[SMALL_STATE(490)] = 5358,
[SMALL_STATE(491)] = 5420,
[SMALL_STATE(492)] = 5470,
[SMALL_STATE(493)] = 5519,
[SMALL_STATE(494)] = 5568,
[SMALL_STATE(495)] = 5617,
[SMALL_STATE(496)] = 5692,
[SMALL_STATE(497)] = 5769,
[SMALL_STATE(498)] = 5826,
[SMALL_STATE(499)] = 5875,
[SMALL_STATE(500)] = 5924,
[SMALL_STATE(501)] = 5973,
[SMALL_STATE(502)] = 6022,
[SMALL_STATE(503)] = 6071,
[SMALL_STATE(504)] = 6120,
[SMALL_STATE(505)] = 6169,
[SMALL_STATE(506)] = 6226,
[SMALL_STATE(507)] = 6275,
[SMALL_STATE(508)] = 6331,
[SMALL_STATE(509)] = 6378,
[SMALL_STATE(510)] = 6431,
[SMALL_STATE(511)] = 6478,
[SMALL_STATE(512)] = 6533,
[SMALL_STATE(513)] = 6580,
[SMALL_STATE(514)] = 6627,
[SMALL_STATE(515)] = 6680,
[SMALL_STATE(516)] = 6729,
[SMALL_STATE(517)] = 6784,
[SMALL_STATE(518)] = 6833,
[SMALL_STATE(519)] = 6882,
[SMALL_STATE(520)] = 6937,
[SMALL_STATE(521)] = 6986,
[SMALL_STATE(522)] = 7035,
[SMALL_STATE(523)] = 7084,
[SMALL_STATE(524)] = 7139,
[SMALL_STATE(525)] = 7200,
[SMALL_STATE(526)] = 7249,
[SMALL_STATE(527)] = 7298,
[SMALL_STATE(528)] = 7347,
[SMALL_STATE(529)] = 7406,
[SMALL_STATE(530)] = 7455,
[SMALL_STATE(531)] = 7504,
[SMALL_STATE(532)] = 7553,
[SMALL_STATE(533)] = 7597,
[SMALL_STATE(534)] = 7641,
[SMALL_STATE(535)] = 7685,
[SMALL_STATE(536)] = 7729,
[SMALL_STATE(537)] = 7773,
[SMALL_STATE(538)] = 7817,
[SMALL_STATE(539)] = 7861,
[SMALL_STATE(540)] = 7905,
[SMALL_STATE(541)] = 7949,
[SMALL_STATE(542)] = 7993,
[SMALL_STATE(543)] = 8037,
[SMALL_STATE(544)] = 8081,
[SMALL_STATE(545)] = 8125,
[SMALL_STATE(546)] = 8169,
[SMALL_STATE(547)] = 8216,
[SMALL_STATE(548)] = 8263,
[SMALL_STATE(549)] = 8310,
[SMALL_STATE(550)] = 8357,
[SMALL_STATE(551)] = 8400,
[SMALL_STATE(552)] = 8449,
[SMALL_STATE(553)] = 8492,
[SMALL_STATE(554)] = 8539,
[SMALL_STATE(555)] = 8586,
[SMALL_STATE(556)] = 8633,
[SMALL_STATE(557)] = 8676,
[SMALL_STATE(558)] = 8723,
[SMALL_STATE(559)] = 8770,
[SMALL_STATE(560)] = 8817,
[SMALL_STATE(561)] = 8860,
[SMALL_STATE(562)] = 8903,
[SMALL_STATE(563)] = 8954,
[SMALL_STATE(564)] = 8997,
[SMALL_STATE(565)] = 9040,
[SMALL_STATE(566)] = 9083,
[SMALL_STATE(567)] = 9126,
[SMALL_STATE(568)] = 9169,
[SMALL_STATE(569)] = 9212,
[SMALL_STATE(570)] = 9255,
[SMALL_STATE(571)] = 9298,
[SMALL_STATE(572)] = 9341,
[SMALL_STATE(573)] = 9384,
[SMALL_STATE(574)] = 9435,
[SMALL_STATE(575)] = 9478,
[SMALL_STATE(576)] = 9521,
[SMALL_STATE(577)] = 9564,
[SMALL_STATE(578)] = 9607,
[SMALL_STATE(579)] = 9654,
[SMALL_STATE(580)] = 9697,
[SMALL_STATE(581)] = 9740,
[SMALL_STATE(582)] = 9783,
[SMALL_STATE(583)] = 9826,
[SMALL_STATE(584)] = 9869,
[SMALL_STATE(585)] = 9912,
[SMALL_STATE(586)] = 9955,
[SMALL_STATE(587)] = 9998,
[SMALL_STATE(588)] = 10041,
[SMALL_STATE(589)] = 10084,
[SMALL_STATE(590)] = 10127,
[SMALL_STATE(591)] = 10174,
[SMALL_STATE(592)] = 10221,
[SMALL_STATE(593)] = 10268,
[SMALL_STATE(594)] = 10311,
[SMALL_STATE(595)] = 10354,
[SMALL_STATE(596)] = 10397,
[SMALL_STATE(597)] = 10440,
[SMALL_STATE(598)] = 10483,
[SMALL_STATE(599)] = 10526,
[SMALL_STATE(600)] = 10569,
[SMALL_STATE(601)] = 10612,
[SMALL_STATE(602)] = 10655,
[SMALL_STATE(603)] = 10698,
[SMALL_STATE(604)] = 10741,
[SMALL_STATE(605)] = 10784,
[SMALL_STATE(606)] = 10831,
[SMALL_STATE(607)] = 10879,
[SMALL_STATE(608)] = 10921,
[SMALL_STATE(609)] = 10963,
[SMALL_STATE(610)] = 11005,
[SMALL_STATE(611)] = 11047,
[SMALL_STATE(612)] = 11089,
[SMALL_STATE(613)] = 11131,
[SMALL_STATE(614)] = 11173,
[SMALL_STATE(615)] = 11215,
[SMALL_STATE(616)] = 11257,
[SMALL_STATE(617)] = 11299,
[SMALL_STATE(618)] = 11341,
[SMALL_STATE(619)] = 11383,
[SMALL_STATE(620)] = 11431,
[SMALL_STATE(621)] = 11473,
[SMALL_STATE(622)] = 11515,
[SMALL_STATE(623)] = 11557,
[SMALL_STATE(624)] = 11599,
[SMALL_STATE(625)] = 11640,
[SMALL_STATE(626)] = 11681,
[SMALL_STATE(627)] = 11722,
[SMALL_STATE(628)] = 11763,
[SMALL_STATE(629)] = 11812,
[SMALL_STATE(630)] = 11853,
[SMALL_STATE(631)] = 11914,
[SMALL_STATE(632)] = 11961,
[SMALL_STATE(633)] = 12002,
[SMALL_STATE(634)] = 12043,
[SMALL_STATE(635)] = 12084,
[SMALL_STATE(636)] = 12125,
[SMALL_STATE(637)] = 12166,
[SMALL_STATE(638)] = 12207,
[SMALL_STATE(639)] = 12248,
[SMALL_STATE(640)] = 12289,
[SMALL_STATE(641)] = 12330,
[SMALL_STATE(642)] = 12375,
[SMALL_STATE(643)] = 12416,
[SMALL_STATE(644)] = 12457,
[SMALL_STATE(645)] = 12498,
[SMALL_STATE(646)] = 12543,
[SMALL_STATE(647)] = 12584,
[SMALL_STATE(648)] = 12625,
[SMALL_STATE(649)] = 12666,
[SMALL_STATE(650)] = 12707,
[SMALL_STATE(651)] = 12748,
[SMALL_STATE(652)] = 12789,
[SMALL_STATE(653)] = 12830,
[SMALL_STATE(654)] = 12871,
[SMALL_STATE(655)] = 12912,
[SMALL_STATE(656)] = 12969,
[SMALL_STATE(657)] = 13010,
[SMALL_STATE(658)] = 13051,
[SMALL_STATE(659)] = 13092,
[SMALL_STATE(660)] = 13133,
[SMALL_STATE(661)] = 13174,
[SMALL_STATE(662)] = 13215,
[SMALL_STATE(663)] = 13256,
[SMALL_STATE(664)] = 13297,
[SMALL_STATE(665)] = 13338,
[SMALL_STATE(666)] = 13379,
[SMALL_STATE(667)] = 13420,
[SMALL_STATE(668)] = 13461,
[SMALL_STATE(669)] = 13502,
[SMALL_STATE(670)] = 13543,
[SMALL_STATE(671)] = 13584,
[SMALL_STATE(672)] = 13625,
[SMALL_STATE(673)] = 13666,
[SMALL_STATE(674)] = 13707,
[SMALL_STATE(675)] = 13748,
[SMALL_STATE(676)] = 13789,
[SMALL_STATE(677)] = 13830,
[SMALL_STATE(678)] = 13871,
[SMALL_STATE(679)] = 13912,
[SMALL_STATE(680)] = 13953,
[SMALL_STATE(681)] = 14000,
[SMALL_STATE(682)] = 14041,
[SMALL_STATE(683)] = 14081,
[SMALL_STATE(684)] = 14121,
[SMALL_STATE(685)] = 14179,
[SMALL_STATE(686)] = 14219,
[SMALL_STATE(687)] = 14259,
[SMALL_STATE(688)] = 14299,
[SMALL_STATE(689)] = 14339,
[SMALL_STATE(690)] = 14379,
[SMALL_STATE(691)] = 14427,
[SMALL_STATE(692)] = 14467,
[SMALL_STATE(693)] = 14507,
[SMALL_STATE(694)] = 14551,
[SMALL_STATE(695)] = 14591,
[SMALL_STATE(696)] = 14631,
[SMALL_STATE(697)] = 14682,
[SMALL_STATE(698)] = 14727,
[SMALL_STATE(699)] = 14766,
[SMALL_STATE(700)] = 14805,
[SMALL_STATE(701)] = 14844,
[SMALL_STATE(702)] = 14883,
[SMALL_STATE(703)] = 14922,
[SMALL_STATE(704)] = 14961,
[SMALL_STATE(705)] = 15000,
[SMALL_STATE(706)] = 15039,
[SMALL_STATE(707)] = 15077,
[SMALL_STATE(708)] = 15115,
[SMALL_STATE(709)] = 15153,
[SMALL_STATE(710)] = 15191,
[SMALL_STATE(711)] = 15229,
[SMALL_STATE(712)] = 15267,
[SMALL_STATE(713)] = 15305,
[SMALL_STATE(714)] = 15343,
[SMALL_STATE(715)] = 15381,
[SMALL_STATE(716)] = 15419,
[SMALL_STATE(717)] = 15457,
[SMALL_STATE(718)] = 15495,
[SMALL_STATE(719)] = 15533,
[SMALL_STATE(720)] = 15571,
[SMALL_STATE(721)] = 15609,
[SMALL_STATE(722)] = 15647,
[SMALL_STATE(723)] = 15685,
[SMALL_STATE(724)] = 15727,
[SMALL_STATE(725)] = 15765,
[SMALL_STATE(726)] = 15803,
[SMALL_STATE(727)] = 15841,
[SMALL_STATE(728)] = 15879,
[SMALL_STATE(729)] = 15917,
[SMALL_STATE(730)] = 15955,
[SMALL_STATE(731)] = 15993,
[SMALL_STATE(732)] = 16058,
[SMALL_STATE(733)] = 16115,
[SMALL_STATE(734)] = 16162,
[SMALL_STATE(735)] = 16215,
[SMALL_STATE(736)] = 16274,
[SMALL_STATE(737)] = 16333,
[SMALL_STATE(738)] = 16394,
[SMALL_STATE(739)] = 16435,
[SMALL_STATE(740)] = 16492,
[SMALL_STATE(741)] = 16535,
[SMALL_STATE(742)] = 16580,
[SMALL_STATE(743)] = 16629,
[SMALL_STATE(744)] = 16694,
[SMALL_STATE(745)] = 16759,
[SMALL_STATE(746)] = 16814,
[SMALL_STATE(747)] = 16868,
[SMALL_STATE(748)] = 16912,
[SMALL_STATE(749)] = 16958,
[SMALL_STATE(750)] = 17012,
[SMALL_STATE(751)] = 17048,
[SMALL_STATE(752)] = 17084,
[SMALL_STATE(753)] = 17129,
[SMALL_STATE(754)] = 17188,
[SMALL_STATE(755)] = 17247,
[SMALL_STATE(756)] = 17292,
[SMALL_STATE(757)] = 17350,
[SMALL_STATE(758)] = 17394,
[SMALL_STATE(759)] = 17432,
[SMALL_STATE(760)] = 17496,
[SMALL_STATE(761)] = 17536,
[SMALL_STATE(762)] = 17598,
[SMALL_STATE(763)] = 17656,
[SMALL_STATE(764)] = 17718,
[SMALL_STATE(765)] = 17756,
[SMALL_STATE(766)] = 17796,
[SMALL_STATE(767)] = 17830,
[SMALL_STATE(768)] = 17864,
[SMALL_STATE(769)] = 17918,
[SMALL_STATE(770)] = 17964,
[SMALL_STATE(771)] = 18028,
[SMALL_STATE(772)] = 18084,
[SMALL_STATE(773)] = 18126,
[SMALL_STATE(774)] = 18178,
[SMALL_STATE(775)] = 18234,
[SMALL_STATE(776)] = 18268,
[SMALL_STATE(777)] = 18332,
[SMALL_STATE(778)] = 18368,
[SMALL_STATE(779)] = 18402,
[SMALL_STATE(780)] = 18462,
[SMALL_STATE(781)] = 18526,
[SMALL_STATE(782)] = 18591,
[SMALL_STATE(783)] = 18652,
[SMALL_STATE(784)] = 18717,
[SMALL_STATE(785)] = 18782,
[SMALL_STATE(786)] = 18847,
[SMALL_STATE(787)] = 18912,
[SMALL_STATE(788)] = 18967,
[SMALL_STATE(789)] = 19032,
[SMALL_STATE(790)] = 19097,
[SMALL_STATE(791)] = 19162,
[SMALL_STATE(792)] = 19227,
[SMALL_STATE(793)] = 19282,
[SMALL_STATE(794)] = 19347,
[SMALL_STATE(795)] = 19412,
[SMALL_STATE(796)] = 19477,
[SMALL_STATE(797)] = 19542,
[SMALL_STATE(798)] = 19607,
[SMALL_STATE(799)] = 19672,
[SMALL_STATE(800)] = 19737,
[SMALL_STATE(801)] = 19802,
[SMALL_STATE(802)] = 19867,
[SMALL_STATE(803)] = 19928,
[SMALL_STATE(804)] = 19993,
[SMALL_STATE(805)] = 20058,
[SMALL_STATE(806)] = 20123,
[SMALL_STATE(807)] = 20188,
[SMALL_STATE(808)] = 20253,
[SMALL_STATE(809)] = 20286,
[SMALL_STATE(810)] = 20351,
[SMALL_STATE(811)] = 20406,
[SMALL_STATE(812)] = 20471,
[SMALL_STATE(813)] = 20516,
[SMALL_STATE(814)] = 20581,
[SMALL_STATE(815)] = 20642,
[SMALL_STATE(816)] = 20707,
[SMALL_STATE(817)] = 20772,
[SMALL_STATE(818)] = 20807,
[SMALL_STATE(819)] = 20860,
[SMALL_STATE(820)] = 20893,
[SMALL_STATE(821)] = 20926,
[SMALL_STATE(822)] = 20959,
[SMALL_STATE(823)] = 21024,
[SMALL_STATE(824)] = 21089,
[SMALL_STATE(825)] = 21154,
[SMALL_STATE(826)] = 21209,
[SMALL_STATE(827)] = 21241,
[SMALL_STATE(828)] = 21293,
[SMALL_STATE(829)] = 21353,
[SMALL_STATE(830)] = 21405,
[SMALL_STATE(831)] = 21465,
[SMALL_STATE(832)] = 21499,
[SMALL_STATE(833)] = 21559,
[SMALL_STATE(834)] = 21619,
[SMALL_STATE(835)] = 21671,
[SMALL_STATE(836)] = 21723,
[SMALL_STATE(837)] = 21757,
[SMALL_STATE(838)] = 21809,
[SMALL_STATE(839)] = 21871,
[SMALL_STATE(840)] = 21931,
[SMALL_STATE(841)] = 21983,
[SMALL_STATE(842)] = 22035,
[SMALL_STATE(843)] = 22073,
[SMALL_STATE(844)] = 22133,
[SMALL_STATE(845)] = 22165,
[SMALL_STATE(846)] = 22225,
[SMALL_STATE(847)] = 22277,
[SMALL_STATE(848)] = 22337,
[SMALL_STATE(849)] = 22396,
[SMALL_STATE(850)] = 22445,
[SMALL_STATE(851)] = 22504,
[SMALL_STATE(852)] = 22559,
[SMALL_STATE(853)] = 22618,
[SMALL_STATE(854)] = 22677,
[SMALL_STATE(855)] = 22736,
[SMALL_STATE(856)] = 22795,
[SMALL_STATE(857)] = 22854,
[SMALL_STATE(858)] = 22913,
[SMALL_STATE(859)] = 22972,
[SMALL_STATE(860)] = 23027,
[SMALL_STATE(861)] = 23058,
[SMALL_STATE(862)] = 23089,
[SMALL_STATE(863)] = 23148,
[SMALL_STATE(864)] = 23179,
[SMALL_STATE(865)] = 23218,
[SMALL_STATE(866)] = 23277,
[SMALL_STATE(867)] = 23336,
[SMALL_STATE(868)] = 23395,
[SMALL_STATE(869)] = 23454,
[SMALL_STATE(870)] = 23513,
[SMALL_STATE(871)] = 23572,
[SMALL_STATE(872)] = 23631,
[SMALL_STATE(873)] = 23690,
[SMALL_STATE(874)] = 23749,
[SMALL_STATE(875)] = 23808,
[SMALL_STATE(876)] = 23867,
[SMALL_STATE(877)] = 23926,
[SMALL_STATE(878)] = 23985,
[SMALL_STATE(879)] = 24044,
[SMALL_STATE(880)] = 24103,
[SMALL_STATE(881)] = 24162,
[SMALL_STATE(882)] = 24221,
[SMALL_STATE(883)] = 24280,
[SMALL_STATE(884)] = 24339,
[SMALL_STATE(885)] = 24398,
[SMALL_STATE(886)] = 24457,
[SMALL_STATE(887)] = 24516,
[SMALL_STATE(888)] = 24575,
[SMALL_STATE(889)] = 24634,
[SMALL_STATE(890)] = 24689,
[SMALL_STATE(891)] = 24744,
[SMALL_STATE(892)] = 24803,
[SMALL_STATE(893)] = 24857,
[SMALL_STATE(894)] = 24905,
[SMALL_STATE(895)] = 24953,
[SMALL_STATE(896)] = 25001,
[SMALL_STATE(897)] = 25049,
[SMALL_STATE(898)] = 25097,
[SMALL_STATE(899)] = 25145,
[SMALL_STATE(900)] = 25197,
[SMALL_STATE(901)] = 25251,
[SMALL_STATE(902)] = 25305,
[SMALL_STATE(903)] = 25351,
[SMALL_STATE(904)] = 25399,
[SMALL_STATE(905)] = 25445,
[SMALL_STATE(906)] = 25501,
[SMALL_STATE(907)] = 25549,
[SMALL_STATE(908)] = 25597,
[SMALL_STATE(909)] = 25651,
[SMALL_STATE(910)] = 25705,
[SMALL_STATE(911)] = 25751,
[SMALL_STATE(912)] = 25807,
[SMALL_STATE(913)] = 25853,
[SMALL_STATE(914)] = 25905,
[SMALL_STATE(915)] = 25951,
[SMALL_STATE(916)] = 26005,
[SMALL_STATE(917)] = 26051,
[SMALL_STATE(918)] = 26099,
[SMALL_STATE(919)] = 26128,
[SMALL_STATE(920)] = 26177,
[SMALL_STATE(921)] = 26226,
[SMALL_STATE(922)] = 26259,
[SMALL_STATE(923)] = 26308,
[SMALL_STATE(924)] = 26337,
[SMALL_STATE(925)] = 26386,
[SMALL_STATE(926)] = 26415,
[SMALL_STATE(927)] = 26444,
[SMALL_STATE(928)] = 26495,
[SMALL_STATE(929)] = 26544,
[SMALL_STATE(930)] = 26595,
[SMALL_STATE(931)] = 26637,
[SMALL_STATE(932)] = 26689,
[SMALL_STATE(933)] = 26731,
[SMALL_STATE(934)] = 26773,
[SMALL_STATE(935)] = 26819,
[SMALL_STATE(936)] = 26871,
[SMALL_STATE(937)] = 26917,
[SMALL_STATE(938)] = 26959,
[SMALL_STATE(939)] = 27001,
[SMALL_STATE(940)] = 27053,
[SMALL_STATE(941)] = 27095,
[SMALL_STATE(942)] = 27137,
[SMALL_STATE(943)] = 27179,
[SMALL_STATE(944)] = 27224,
[SMALL_STATE(945)] = 27251,
[SMALL_STATE(946)] = 27296,
[SMALL_STATE(947)] = 27335,
[SMALL_STATE(948)] = 27368,
[SMALL_STATE(949)] = 27411,
[SMALL_STATE(950)] = 27452,
[SMALL_STATE(951)] = 27494,
[SMALL_STATE(952)] = 27536,
[SMALL_STATE(953)] = 27576,
[SMALL_STATE(954)] = 27616,
[SMALL_STATE(955)] = 27656,
[SMALL_STATE(956)] = 27693,
[SMALL_STATE(957)] = 27732,
[SMALL_STATE(958)] = 27771,
[SMALL_STATE(959)] = 27796,
[SMALL_STATE(960)] = 27833,
[SMALL_STATE(961)] = 27870,
[SMALL_STATE(962)] = 27907,
[SMALL_STATE(963)] = 27934,
[SMALL_STATE(964)] = 27971,
[SMALL_STATE(965)] = 28010,
[SMALL_STATE(966)] = 28035,
[SMALL_STATE(967)] = 28072,
[SMALL_STATE(968)] = 28111,
[SMALL_STATE(969)] = 28148,
[SMALL_STATE(970)] = 28190,
[SMALL_STATE(971)] = 28232,
[SMALL_STATE(972)] = 28266,
[SMALL_STATE(973)] = 28308,
[SMALL_STATE(974)] = 28338,
[SMALL_STATE(975)] = 28380,
[SMALL_STATE(976)] = 28406,
[SMALL_STATE(977)] = 28448,
[SMALL_STATE(978)] = 28490,
[SMALL_STATE(979)] = 28532,
[SMALL_STATE(980)] = 28574,
[SMALL_STATE(981)] = 28616,
[SMALL_STATE(982)] = 28658,
[SMALL_STATE(983)] = 28700,
[SMALL_STATE(984)] = 28742,
[SMALL_STATE(985)] = 28775,
[SMALL_STATE(986)] = 28812,
[SMALL_STATE(987)] = 28845,
[SMALL_STATE(988)] = 28878,
[SMALL_STATE(989)] = 28914,
[SMALL_STATE(990)] = 28950,
[SMALL_STATE(991)] = 28978,
[SMALL_STATE(992)] = 29014,
[SMALL_STATE(993)] = 29046,
[SMALL_STATE(994)] = 29082,
[SMALL_STATE(995)] = 29116,
[SMALL_STATE(996)] = 29150,
[SMALL_STATE(997)] = 29184,
[SMALL_STATE(998)] = 29218,
[SMALL_STATE(999)] = 29248,
[SMALL_STATE(1000)] = 29282,
[SMALL_STATE(1001)] = 29318,
[SMALL_STATE(1002)] = 29354,
[SMALL_STATE(1003)] = 29387,
[SMALL_STATE(1004)] = 29418,
[SMALL_STATE(1005)] = 29451,
[SMALL_STATE(1006)] = 29484,
[SMALL_STATE(1007)] = 29515,
[SMALL_STATE(1008)] = 29542,
[SMALL_STATE(1009)] = 29573,
[SMALL_STATE(1010)] = 29604,
[SMALL_STATE(1011)] = 29637,
[SMALL_STATE(1012)] = 29668,
[SMALL_STATE(1013)] = 29701,
[SMALL_STATE(1014)] = 29734,
[SMALL_STATE(1015)] = 29765,
[SMALL_STATE(1016)] = 29798,
[SMALL_STATE(1017)] = 29831,
[SMALL_STATE(1018)] = 29859,
[SMALL_STATE(1019)] = 29887,
[SMALL_STATE(1020)] = 29913,
[SMALL_STATE(1021)] = 29941,
[SMALL_STATE(1022)] = 29969,
[SMALL_STATE(1023)] = 29993,
[SMALL_STATE(1024)] = 30023,
[SMALL_STATE(1025)] = 30055,
[SMALL_STATE(1026)] = 30083,
[SMALL_STATE(1027)] = 30113,
[SMALL_STATE(1028)] = 30145,
[SMALL_STATE(1029)] = 30173,
[SMALL_STATE(1030)] = 30203,
[SMALL_STATE(1031)] = 30235,
[SMALL_STATE(1032)] = 30256,
[SMALL_STATE(1033)] = 30277,
[SMALL_STATE(1034)] = 30312,
[SMALL_STATE(1035)] = 30341,
[SMALL_STATE(1036)] = 30370,
[SMALL_STATE(1037)] = 30395,
[SMALL_STATE(1038)] = 30420,
[SMALL_STATE(1039)] = 30455,
[SMALL_STATE(1040)] = 30480,
[SMALL_STATE(1041)] = 30507,
[SMALL_STATE(1042)] = 30529,
[SMALL_STATE(1043)] = 30551,
[SMALL_STATE(1044)] = 30569,
[SMALL_STATE(1045)] = 30591,
[SMALL_STATE(1046)] = 30613,
[SMALL_STATE(1047)] = 30635,
[SMALL_STATE(1048)] = 30657,
[SMALL_STATE(1049)] = 30685,
[SMALL_STATE(1050)] = 30707,
[SMALL_STATE(1051)] = 30731,
[SMALL_STATE(1052)] = 30747,
[SMALL_STATE(1053)] = 30763,
[SMALL_STATE(1054)] = 30785,
[SMALL_STATE(1055)] = 30809,
[SMALL_STATE(1056)] = 30837,
[SMALL_STATE(1057)] = 30859,
[SMALL_STATE(1058)] = 30881,
[SMALL_STATE(1059)] = 30905,
[SMALL_STATE(1060)] = 30927,
[SMALL_STATE(1061)] = 30949,
[SMALL_STATE(1062)] = 30971,
[SMALL_STATE(1063)] = 30993,
[SMALL_STATE(1064)] = 31015,
[SMALL_STATE(1065)] = 31037,
[SMALL_STATE(1066)] = 31059,
[SMALL_STATE(1067)] = 31080,
[SMALL_STATE(1068)] = 31109,
[SMALL_STATE(1069)] = 31138,
[SMALL_STATE(1070)] = 31161,
[SMALL_STATE(1071)] = 31190,
[SMALL_STATE(1072)] = 31213,
[SMALL_STATE(1073)] = 31236,
[SMALL_STATE(1074)] = 31257,
[SMALL_STATE(1075)] = 31278,
[SMALL_STATE(1076)] = 31299,
[SMALL_STATE(1077)] = 31328,
[SMALL_STATE(1078)] = 31349,
[SMALL_STATE(1079)] = 31372,
[SMALL_STATE(1080)] = 31395,
[SMALL_STATE(1081)] = 31417,
[SMALL_STATE(1082)] = 31431,
[SMALL_STATE(1083)] = 31449,
[SMALL_STATE(1084)] = 31471,
[SMALL_STATE(1085)] = 31495,
[SMALL_STATE(1086)] = 31515,
[SMALL_STATE(1087)] = 31539,
[SMALL_STATE(1088)] = 31553,
[SMALL_STATE(1089)] = 31567,
[SMALL_STATE(1090)] = 31581,
[SMALL_STATE(1091)] = 31595,
[SMALL_STATE(1092)] = 31615,
[SMALL_STATE(1093)] = 31639,
[SMALL_STATE(1094)] = 31659,
[SMALL_STATE(1095)] = 31679,
[SMALL_STATE(1096)] = 31692,
[SMALL_STATE(1097)] = 31709,
[SMALL_STATE(1098)] = 31726,
[SMALL_STATE(1099)] = 31739,
[SMALL_STATE(1100)] = 31752,
[SMALL_STATE(1101)] = 31773,
[SMALL_STATE(1102)] = 31794,
[SMALL_STATE(1103)] = 31811,
[SMALL_STATE(1104)] = 31828,
[SMALL_STATE(1105)] = 31849,
[SMALL_STATE(1106)] = 31870,
[SMALL_STATE(1107)] = 31887,
[SMALL_STATE(1108)] = 31904,
[SMALL_STATE(1109)] = 31925,
[SMALL_STATE(1110)] = 31948,
[SMALL_STATE(1111)] = 31969,
[SMALL_STATE(1112)] = 31982,
[SMALL_STATE(1113)] = 31995,
[SMALL_STATE(1114)] = 32008,
[SMALL_STATE(1115)] = 32031,
[SMALL_STATE(1116)] = 32052,
[SMALL_STATE(1117)] = 32075,
[SMALL_STATE(1118)] = 32098,
[SMALL_STATE(1119)] = 32121,
[SMALL_STATE(1120)] = 32138,
[SMALL_STATE(1121)] = 32159,
[SMALL_STATE(1122)] = 32176,
[SMALL_STATE(1123)] = 32193,
[SMALL_STATE(1124)] = 32206,
[SMALL_STATE(1125)] = 32227,
[SMALL_STATE(1126)] = 32248,
[SMALL_STATE(1127)] = 32265,
[SMALL_STATE(1128)] = 32278,
[SMALL_STATE(1129)] = 32295,
[SMALL_STATE(1130)] = 32312,
[SMALL_STATE(1131)] = 32325,
[SMALL_STATE(1132)] = 32342,
[SMALL_STATE(1133)] = 32359,
[SMALL_STATE(1134)] = 32372,
[SMALL_STATE(1135)] = 32389,
[SMALL_STATE(1136)] = 32406,
[SMALL_STATE(1137)] = 32423,
[SMALL_STATE(1138)] = 32436,
[SMALL_STATE(1139)] = 32453,
[SMALL_STATE(1140)] = 32466,
[SMALL_STATE(1141)] = 32479,
[SMALL_STATE(1142)] = 32492,
[SMALL_STATE(1143)] = 32513,
[SMALL_STATE(1144)] = 32536,
[SMALL_STATE(1145)] = 32552,
[SMALL_STATE(1146)] = 32568,
[SMALL_STATE(1147)] = 32588,
[SMALL_STATE(1148)] = 32608,
[SMALL_STATE(1149)] = 32624,
[SMALL_STATE(1150)] = 32644,
[SMALL_STATE(1151)] = 32664,
[SMALL_STATE(1152)] = 32684,
[SMALL_STATE(1153)] = 32704,
[SMALL_STATE(1154)] = 32724,
[SMALL_STATE(1155)] = 32744,
[SMALL_STATE(1156)] = 32764,
[SMALL_STATE(1157)] = 32784,
[SMALL_STATE(1158)] = 32804,
[SMALL_STATE(1159)] = 32824,
[SMALL_STATE(1160)] = 32844,
[SMALL_STATE(1161)] = 32864,
[SMALL_STATE(1162)] = 32884,
[SMALL_STATE(1163)] = 32900,
[SMALL_STATE(1164)] = 32912,
[SMALL_STATE(1165)] = 32932,
[SMALL_STATE(1166)] = 32948,
[SMALL_STATE(1167)] = 32968,
[SMALL_STATE(1168)] = 32984,
[SMALL_STATE(1169)] = 33004,
[SMALL_STATE(1170)] = 33016,
[SMALL_STATE(1171)] = 33036,
[SMALL_STATE(1172)] = 33056,
[SMALL_STATE(1173)] = 33070,
[SMALL_STATE(1174)] = 33090,
[SMALL_STATE(1175)] = 33110,
[SMALL_STATE(1176)] = 33122,
[SMALL_STATE(1177)] = 33140,
[SMALL_STATE(1178)] = 33156,
[SMALL_STATE(1179)] = 33176,
[SMALL_STATE(1180)] = 33192,
[SMALL_STATE(1181)] = 33212,
[SMALL_STATE(1182)] = 33232,
[SMALL_STATE(1183)] = 33252,
[SMALL_STATE(1184)] = 33272,
[SMALL_STATE(1185)] = 33292,
[SMALL_STATE(1186)] = 33312,
[SMALL_STATE(1187)] = 33325,
[SMALL_STATE(1188)] = 33342,
[SMALL_STATE(1189)] = 33359,
[SMALL_STATE(1190)] = 33376,
[SMALL_STATE(1191)] = 33391,
[SMALL_STATE(1192)] = 33408,
[SMALL_STATE(1193)] = 33419,
[SMALL_STATE(1194)] = 33436,
[SMALL_STATE(1195)] = 33453,
[SMALL_STATE(1196)] = 33470,
[SMALL_STATE(1197)] = 33487,
[SMALL_STATE(1198)] = 33498,
[SMALL_STATE(1199)] = 33513,
[SMALL_STATE(1200)] = 33528,
[SMALL_STATE(1201)] = 33545,
[SMALL_STATE(1202)] = 33560,
[SMALL_STATE(1203)] = 33577,
[SMALL_STATE(1204)] = 33592,
[SMALL_STATE(1205)] = 33607,
[SMALL_STATE(1206)] = 33622,
[SMALL_STATE(1207)] = 33639,
[SMALL_STATE(1208)] = 33656,
[SMALL_STATE(1209)] = 33671,
[SMALL_STATE(1210)] = 33688,
[SMALL_STATE(1211)] = 33703,
[SMALL_STATE(1212)] = 33718,
[SMALL_STATE(1213)] = 33733,
[SMALL_STATE(1214)] = 33750,
[SMALL_STATE(1215)] = 33765,
[SMALL_STATE(1216)] = 33780,
[SMALL_STATE(1217)] = 33791,
[SMALL_STATE(1218)] = 33808,
[SMALL_STATE(1219)] = 33825,
[SMALL_STATE(1220)] = 33842,
[SMALL_STATE(1221)] = 33859,
[SMALL_STATE(1222)] = 33876,
[SMALL_STATE(1223)] = 33887,
[SMALL_STATE(1224)] = 33898,
[SMALL_STATE(1225)] = 33913,
[SMALL_STATE(1226)] = 33930,
[SMALL_STATE(1227)] = 33947,
[SMALL_STATE(1228)] = 33958,
[SMALL_STATE(1229)] = 33975,
[SMALL_STATE(1230)] = 33986,
[SMALL_STATE(1231)] = 34001,
[SMALL_STATE(1232)] = 34016,
[SMALL_STATE(1233)] = 34033,
[SMALL_STATE(1234)] = 34044,
[SMALL_STATE(1235)] = 34057,
[SMALL_STATE(1236)] = 34074,
[SMALL_STATE(1237)] = 34089,
[SMALL_STATE(1238)] = 34104,
[SMALL_STATE(1239)] = 34119,
[SMALL_STATE(1240)] = 34134,
[SMALL_STATE(1241)] = 34149,
[SMALL_STATE(1242)] = 34166,
[SMALL_STATE(1243)] = 34183,
[SMALL_STATE(1244)] = 34200,
[SMALL_STATE(1245)] = 34217,
[SMALL_STATE(1246)] = 34228,
[SMALL_STATE(1247)] = 34243,
[SMALL_STATE(1248)] = 34260,
[SMALL_STATE(1249)] = 34274,
[SMALL_STATE(1250)] = 34288,
[SMALL_STATE(1251)] = 34302,
[SMALL_STATE(1252)] = 34316,
[SMALL_STATE(1253)] = 34326,
[SMALL_STATE(1254)] = 34340,
[SMALL_STATE(1255)] = 34354,
[SMALL_STATE(1256)] = 34366,
[SMALL_STATE(1257)] = 34376,
[SMALL_STATE(1258)] = 34390,
[SMALL_STATE(1259)] = 34404,
[SMALL_STATE(1260)] = 34416,
[SMALL_STATE(1261)] = 34430,
[SMALL_STATE(1262)] = 34444,
[SMALL_STATE(1263)] = 34454,
[SMALL_STATE(1264)] = 34468,
[SMALL_STATE(1265)] = 34482,
[SMALL_STATE(1266)] = 34496,
[SMALL_STATE(1267)] = 34510,
[SMALL_STATE(1268)] = 34520,
[SMALL_STATE(1269)] = 34534,
[SMALL_STATE(1270)] = 34548,
[SMALL_STATE(1271)] = 34562,
[SMALL_STATE(1272)] = 34576,
[SMALL_STATE(1273)] = 34590,
[SMALL_STATE(1274)] = 34604,
[SMALL_STATE(1275)] = 34618,
[SMALL_STATE(1276)] = 34632,
[SMALL_STATE(1277)] = 34646,
[SMALL_STATE(1278)] = 34660,
[SMALL_STATE(1279)] = 34674,
[SMALL_STATE(1280)] = 34688,
[SMALL_STATE(1281)] = 34702,
[SMALL_STATE(1282)] = 34716,
[SMALL_STATE(1283)] = 34730,
[SMALL_STATE(1284)] = 34744,
[SMALL_STATE(1285)] = 34758,
[SMALL_STATE(1286)] = 34772,
[SMALL_STATE(1287)] = 34786,
[SMALL_STATE(1288)] = 34800,
[SMALL_STATE(1289)] = 34814,
[SMALL_STATE(1290)] = 34828,
[SMALL_STATE(1291)] = 34842,
[SMALL_STATE(1292)] = 34856,
[SMALL_STATE(1293)] = 34870,
[SMALL_STATE(1294)] = 34884,
[SMALL_STATE(1295)] = 34898,
[SMALL_STATE(1296)] = 34912,
[SMALL_STATE(1297)] = 34926,
[SMALL_STATE(1298)] = 34940,
[SMALL_STATE(1299)] = 34950,
[SMALL_STATE(1300)] = 34964,
[SMALL_STATE(1301)] = 34978,
[SMALL_STATE(1302)] = 34992,
[SMALL_STATE(1303)] = 35006,
[SMALL_STATE(1304)] = 35020,
[SMALL_STATE(1305)] = 35034,
[SMALL_STATE(1306)] = 35048,
[SMALL_STATE(1307)] = 35058,
[SMALL_STATE(1308)] = 35072,
[SMALL_STATE(1309)] = 35086,
[SMALL_STATE(1310)] = 35100,
[SMALL_STATE(1311)] = 35114,
[SMALL_STATE(1312)] = 35124,
[SMALL_STATE(1313)] = 35138,
[SMALL_STATE(1314)] = 35152,
[SMALL_STATE(1315)] = 35166,
[SMALL_STATE(1316)] = 35180,
[SMALL_STATE(1317)] = 35190,
[SMALL_STATE(1318)] = 35204,
[SMALL_STATE(1319)] = 35218,
[SMALL_STATE(1320)] = 35232,
[SMALL_STATE(1321)] = 35246,
[SMALL_STATE(1322)] = 35260,
[SMALL_STATE(1323)] = 35274,
[SMALL_STATE(1324)] = 35288,
[SMALL_STATE(1325)] = 35302,
[SMALL_STATE(1326)] = 35316,
[SMALL_STATE(1327)] = 35330,
[SMALL_STATE(1328)] = 35344,
[SMALL_STATE(1329)] = 35358,
[SMALL_STATE(1330)] = 35372,
[SMALL_STATE(1331)] = 35386,
[SMALL_STATE(1332)] = 35400,
[SMALL_STATE(1333)] = 35414,
[SMALL_STATE(1334)] = 35428,
[SMALL_STATE(1335)] = 35442,
[SMALL_STATE(1336)] = 35456,
[SMALL_STATE(1337)] = 35470,
[SMALL_STATE(1338)] = 35484,
[SMALL_STATE(1339)] = 35498,
[SMALL_STATE(1340)] = 35512,
[SMALL_STATE(1341)] = 35522,
[SMALL_STATE(1342)] = 35536,
[SMALL_STATE(1343)] = 35550,
[SMALL_STATE(1344)] = 35564,
[SMALL_STATE(1345)] = 35578,
[SMALL_STATE(1346)] = 35592,
[SMALL_STATE(1347)] = 35606,
[SMALL_STATE(1348)] = 35620,
[SMALL_STATE(1349)] = 35634,
[SMALL_STATE(1350)] = 35648,
[SMALL_STATE(1351)] = 35662,
[SMALL_STATE(1352)] = 35676,
[SMALL_STATE(1353)] = 35690,
[SMALL_STATE(1354)] = 35704,
[SMALL_STATE(1355)] = 35718,
[SMALL_STATE(1356)] = 35732,
[SMALL_STATE(1357)] = 35746,
[SMALL_STATE(1358)] = 35756,
[SMALL_STATE(1359)] = 35770,
[SMALL_STATE(1360)] = 35784,
[SMALL_STATE(1361)] = 35798,
[SMALL_STATE(1362)] = 35812,
[SMALL_STATE(1363)] = 35826,
[SMALL_STATE(1364)] = 35840,
[SMALL_STATE(1365)] = 35854,
[SMALL_STATE(1366)] = 35868,
[SMALL_STATE(1367)] = 35882,
[SMALL_STATE(1368)] = 35896,
[SMALL_STATE(1369)] = 35905,
[SMALL_STATE(1370)] = 35916,
[SMALL_STATE(1371)] = 35927,
[SMALL_STATE(1372)] = 35938,
[SMALL_STATE(1373)] = 35949,
[SMALL_STATE(1374)] = 35958,
[SMALL_STATE(1375)] = 35969,
[SMALL_STATE(1376)] = 35980,
[SMALL_STATE(1377)] = 35991,
[SMALL_STATE(1378)] = 36002,
[SMALL_STATE(1379)] = 36013,
[SMALL_STATE(1380)] = 36024,
[SMALL_STATE(1381)] = 36033,
[SMALL_STATE(1382)] = 36044,
[SMALL_STATE(1383)] = 36055,
[SMALL_STATE(1384)] = 36064,
[SMALL_STATE(1385)] = 36075,
[SMALL_STATE(1386)] = 36086,
[SMALL_STATE(1387)] = 36097,
[SMALL_STATE(1388)] = 36108,
[SMALL_STATE(1389)] = 36119,
[SMALL_STATE(1390)] = 36130,
[SMALL_STATE(1391)] = 36141,
[SMALL_STATE(1392)] = 36152,
[SMALL_STATE(1393)] = 36163,
[SMALL_STATE(1394)] = 36174,
[SMALL_STATE(1395)] = 36185,
[SMALL_STATE(1396)] = 36196,
[SMALL_STATE(1397)] = 36207,
[SMALL_STATE(1398)] = 36218,
[SMALL_STATE(1399)] = 36227,
[SMALL_STATE(1400)] = 36236,
[SMALL_STATE(1401)] = 36247,
[SMALL_STATE(1402)] = 36258,
[SMALL_STATE(1403)] = 36269,
[SMALL_STATE(1404)] = 36280,
[SMALL_STATE(1405)] = 36291,
[SMALL_STATE(1406)] = 36300,
[SMALL_STATE(1407)] = 36309,
[SMALL_STATE(1408)] = 36320,
[SMALL_STATE(1409)] = 36331,
[SMALL_STATE(1410)] = 36342,
[SMALL_STATE(1411)] = 36351,
[SMALL_STATE(1412)] = 36362,
[SMALL_STATE(1413)] = 36373,
[SMALL_STATE(1414)] = 36382,
[SMALL_STATE(1415)] = 36391,
[SMALL_STATE(1416)] = 36402,
[SMALL_STATE(1417)] = 36413,
[SMALL_STATE(1418)] = 36422,
[SMALL_STATE(1419)] = 36433,
[SMALL_STATE(1420)] = 36444,
[SMALL_STATE(1421)] = 36455,
[SMALL_STATE(1422)] = 36466,
[SMALL_STATE(1423)] = 36475,
[SMALL_STATE(1424)] = 36484,
[SMALL_STATE(1425)] = 36493,
[SMALL_STATE(1426)] = 36504,
[SMALL_STATE(1427)] = 36513,
[SMALL_STATE(1428)] = 36524,
[SMALL_STATE(1429)] = 36535,
[SMALL_STATE(1430)] = 36546,
[SMALL_STATE(1431)] = 36557,
[SMALL_STATE(1432)] = 36566,
[SMALL_STATE(1433)] = 36575,
[SMALL_STATE(1434)] = 36584,
[SMALL_STATE(1435)] = 36593,
[SMALL_STATE(1436)] = 36602,
[SMALL_STATE(1437)] = 36613,
[SMALL_STATE(1438)] = 36622,
[SMALL_STATE(1439)] = 36631,
[SMALL_STATE(1440)] = 36640,
[SMALL_STATE(1441)] = 36651,
[SMALL_STATE(1442)] = 36662,
[SMALL_STATE(1443)] = 36673,
[SMALL_STATE(1444)] = 36684,
[SMALL_STATE(1445)] = 36695,
[SMALL_STATE(1446)] = 36704,
[SMALL_STATE(1447)] = 36715,
[SMALL_STATE(1448)] = 36726,
[SMALL_STATE(1449)] = 36737,
[SMALL_STATE(1450)] = 36746,
[SMALL_STATE(1451)] = 36757,
[SMALL_STATE(1452)] = 36768,
[SMALL_STATE(1453)] = 36779,
[SMALL_STATE(1454)] = 36788,
[SMALL_STATE(1455)] = 36797,
[SMALL_STATE(1456)] = 36808,
[SMALL_STATE(1457)] = 36819,
[SMALL_STATE(1458)] = 36830,
[SMALL_STATE(1459)] = 36841,
[SMALL_STATE(1460)] = 36852,
[SMALL_STATE(1461)] = 36863,
[SMALL_STATE(1462)] = 36874,
[SMALL_STATE(1463)] = 36885,
[SMALL_STATE(1464)] = 36896,
[SMALL_STATE(1465)] = 36905,
[SMALL_STATE(1466)] = 36916,
[SMALL_STATE(1467)] = 36927,
[SMALL_STATE(1468)] = 36936,
[SMALL_STATE(1469)] = 36947,
[SMALL_STATE(1470)] = 36958,
[SMALL_STATE(1471)] = 36967,
[SMALL_STATE(1472)] = 36978,
[SMALL_STATE(1473)] = 36989,
[SMALL_STATE(1474)] = 37000,
[SMALL_STATE(1475)] = 37011,
[SMALL_STATE(1476)] = 37020,
[SMALL_STATE(1477)] = 37031,
[SMALL_STATE(1478)] = 37040,
[SMALL_STATE(1479)] = 37051,
[SMALL_STATE(1480)] = 37060,
[SMALL_STATE(1481)] = 37071,
[SMALL_STATE(1482)] = 37080,
[SMALL_STATE(1483)] = 37089,
[SMALL_STATE(1484)] = 37100,
[SMALL_STATE(1485)] = 37111,
[SMALL_STATE(1486)] = 37120,
[SMALL_STATE(1487)] = 37129,
[SMALL_STATE(1488)] = 37140,
[SMALL_STATE(1489)] = 37151,
[SMALL_STATE(1490)] = 37162,
[SMALL_STATE(1491)] = 37173,
[SMALL_STATE(1492)] = 37182,
[SMALL_STATE(1493)] = 37193,
[SMALL_STATE(1494)] = 37204,
[SMALL_STATE(1495)] = 37215,
[SMALL_STATE(1496)] = 37226,
[SMALL_STATE(1497)] = 37237,
[SMALL_STATE(1498)] = 37246,
[SMALL_STATE(1499)] = 37257,
[SMALL_STATE(1500)] = 37268,
[SMALL_STATE(1501)] = 37279,
[SMALL_STATE(1502)] = 37288,
[SMALL_STATE(1503)] = 37299,
[SMALL_STATE(1504)] = 37310,
[SMALL_STATE(1505)] = 37321,
[SMALL_STATE(1506)] = 37332,
[SMALL_STATE(1507)] = 37341,
[SMALL_STATE(1508)] = 37350,
[SMALL_STATE(1509)] = 37358,
[SMALL_STATE(1510)] = 37366,
[SMALL_STATE(1511)] = 37374,
[SMALL_STATE(1512)] = 37382,
[SMALL_STATE(1513)] = 37390,
[SMALL_STATE(1514)] = 37398,
[SMALL_STATE(1515)] = 37406,
[SMALL_STATE(1516)] = 37414,
[SMALL_STATE(1517)] = 37422,
[SMALL_STATE(1518)] = 37430,
[SMALL_STATE(1519)] = 37438,
[SMALL_STATE(1520)] = 37446,
[SMALL_STATE(1521)] = 37454,
[SMALL_STATE(1522)] = 37462,
[SMALL_STATE(1523)] = 37470,
[SMALL_STATE(1524)] = 37478,
[SMALL_STATE(1525)] = 37486,
[SMALL_STATE(1526)] = 37494,
[SMALL_STATE(1527)] = 37502,
[SMALL_STATE(1528)] = 37510,
[SMALL_STATE(1529)] = 37518,
[SMALL_STATE(1530)] = 37526,
[SMALL_STATE(1531)] = 37534,
[SMALL_STATE(1532)] = 37542,
[SMALL_STATE(1533)] = 37550,
[SMALL_STATE(1534)] = 37558,
[SMALL_STATE(1535)] = 37566,
[SMALL_STATE(1536)] = 37574,
[SMALL_STATE(1537)] = 37582,
[SMALL_STATE(1538)] = 37590,
[SMALL_STATE(1539)] = 37598,
[SMALL_STATE(1540)] = 37606,
[SMALL_STATE(1541)] = 37614,
[SMALL_STATE(1542)] = 37622,
[SMALL_STATE(1543)] = 37630,
[SMALL_STATE(1544)] = 37638,
[SMALL_STATE(1545)] = 37646,
[SMALL_STATE(1546)] = 37654,
[SMALL_STATE(1547)] = 37662,
[SMALL_STATE(1548)] = 37670,
[SMALL_STATE(1549)] = 37678,
[SMALL_STATE(1550)] = 37686,
[SMALL_STATE(1551)] = 37694,
[SMALL_STATE(1552)] = 37702,
[SMALL_STATE(1553)] = 37710,
[SMALL_STATE(1554)] = 37718,
[SMALL_STATE(1555)] = 37726,
[SMALL_STATE(1556)] = 37734,
[SMALL_STATE(1557)] = 37742,
[SMALL_STATE(1558)] = 37750,
[SMALL_STATE(1559)] = 37758,
[SMALL_STATE(1560)] = 37766,
[SMALL_STATE(1561)] = 37774,
[SMALL_STATE(1562)] = 37782,
[SMALL_STATE(1563)] = 37790,
[SMALL_STATE(1564)] = 37798,
[SMALL_STATE(1565)] = 37806,
[SMALL_STATE(1566)] = 37814,
[SMALL_STATE(1567)] = 37822,
[SMALL_STATE(1568)] = 37830,
[SMALL_STATE(1569)] = 37838,
[SMALL_STATE(1570)] = 37846,
[SMALL_STATE(1571)] = 37854,
[SMALL_STATE(1572)] = 37862,
[SMALL_STATE(1573)] = 37870,
[SMALL_STATE(1574)] = 37878,
[SMALL_STATE(1575)] = 37886,
[SMALL_STATE(1576)] = 37894,
[SMALL_STATE(1577)] = 37902,
[SMALL_STATE(1578)] = 37910,
[SMALL_STATE(1579)] = 37918,
[SMALL_STATE(1580)] = 37926,
[SMALL_STATE(1581)] = 37934,
[SMALL_STATE(1582)] = 37942,
[SMALL_STATE(1583)] = 37950,
[SMALL_STATE(1584)] = 37958,
[SMALL_STATE(1585)] = 37966,
[SMALL_STATE(1586)] = 37974,
[SMALL_STATE(1587)] = 37982,
[SMALL_STATE(1588)] = 37990,
[SMALL_STATE(1589)] = 37998,
[SMALL_STATE(1590)] = 38006,
[SMALL_STATE(1591)] = 38014,
[SMALL_STATE(1592)] = 38022,
[SMALL_STATE(1593)] = 38030,
};
static const TSParseActionEntry ts_parse_actions[] = {
[0] = {.entry = {.count = 0, .reusable = false}},
[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, 0, 0),
[7] = {.entry = {.count = 1, .reusable = false}}, SHIFT(437),
[9] = {.entry = {.count = 1, .reusable = false}}, SHIFT(594),
[11] = {.entry = {.count = 1, .reusable = true}}, SHIFT(594),
[13] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1101),
[15] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1078),
[17] = {.entry = {.count = 1, .reusable = true}}, SHIFT(109),
[19] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1093),
[21] = {.entry = {.count = 1, .reusable = false}}, SHIFT(232),
[23] = {.entry = {.count = 1, .reusable = true}}, SHIFT(245),
[25] = {.entry = {.count = 1, .reusable = true}}, SHIFT(422),
[27] = {.entry = {.count = 1, .reusable = false}}, SHIFT(893),
[29] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1586),
[31] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1429),
[33] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11),
[35] = {.entry = {.count = 1, .reusable = false}}, SHIFT(699),
[37] = {.entry = {.count = 1, .reusable = true}}, SHIFT(381),
[39] = {.entry = {.count = 1, .reusable = false}}, SHIFT(236),
[41] = {.entry = {.count = 1, .reusable = false}}, SHIFT(63),
[43] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1376),
[45] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1392),
[47] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1476),
[49] = {.entry = {.count = 1, .reusable = false}}, SHIFT(175),
[51] = {.entry = {.count = 1, .reusable = false}}, SHIFT(107),
[53] = {.entry = {.count = 1, .reusable = false}}, SHIFT(645),
[55] = {.entry = {.count = 1, .reusable = false}}, SHIFT(239),
[57] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1219),
[59] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1404),
[61] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1523),
[63] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1036),
[65] = {.entry = {.count = 1, .reusable = false}}, SHIFT(468),
[67] = {.entry = {.count = 1, .reusable = false}}, SHIFT(442),
[69] = {.entry = {.count = 1, .reusable = false}}, SHIFT(145),
[71] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1056),
[73] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1040),
[75] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1557),
[77] = {.entry = {.count = 1, .reusable = false}}, SHIFT(702),
[79] = {.entry = {.count = 1, .reusable = false}}, SHIFT(415),
[81] = {.entry = {.count = 1, .reusable = true}}, SHIFT(699),
[83] = {.entry = {.count = 1, .reusable = false}}, SHIFT(470),
[85] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1590),
[87] = {.entry = {.count = 1, .reusable = false}}, SHIFT(819),
[89] = {.entry = {.count = 1, .reusable = false}}, SHIFT(821),
[91] = {.entry = {.count = 1, .reusable = false}}, SHIFT(844),
[93] = {.entry = {.count = 1, .reusable = false}}, SHIFT(593),
[95] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1391),
[97] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0),
[99] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(437),
[102] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(594),
[105] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(594),
[108] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(1101),
[111] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(1078),
[114] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(109),
[117] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(1093),
[120] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(232),
[123] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(245),
[126] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(422),
[129] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(893),
[132] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(1586),
[135] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(1429),
[138] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(11),
[141] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(699),
[144] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(381),
[147] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(236),
[150] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(63),
[153] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(1376),
[156] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(1392),
[159] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(1476),
[162] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(175),
[165] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(107),
[168] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(645),
[171] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(239),
[174] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(1219),
[177] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(1404),
[180] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(1523),
[183] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(1036),
[186] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(468),
[189] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(442),
[192] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(145),
[195] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(1056),
[198] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(1040),
[201] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(1557),
[204] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(702),
[207] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(415),
[210] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(699),
[213] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(470),
[216] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(1590),
[219] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(819),
[222] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(821),
[225] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(844),
[228] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(593),
[231] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(1391),
[234] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_program, 1, 0, 0),
[236] = {.entry = {.count = 1, .reusable = true}}, SHIFT(618),
[238] = {.entry = {.count = 1, .reusable = true}}, SHIFT(754),
[240] = {.entry = {.count = 1, .reusable = false}}, SHIFT(416),
[242] = {.entry = {.count = 1, .reusable = false}}, SHIFT(723),
[244] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1221),
[246] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_constructor_body_repeat1, 2, 0, 0), SHIFT_REPEAT(437),
[249] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_constructor_body_repeat1, 2, 0, 0), SHIFT_REPEAT(594),
[252] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_constructor_body_repeat1, 2, 0, 0), SHIFT_REPEAT(594),
[255] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_constructor_body_repeat1, 2, 0, 0), SHIFT_REPEAT(1101),
[258] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_constructor_body_repeat1, 2, 0, 0), SHIFT_REPEAT(1078),
[261] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_constructor_body_repeat1, 2, 0, 0),
[263] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_constructor_body_repeat1, 2, 0, 0), SHIFT_REPEAT(109),
[266] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_constructor_body_repeat1, 2, 0, 0), SHIFT_REPEAT(754),
[269] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_constructor_body_repeat1, 2, 0, 0), SHIFT_REPEAT(232),
[272] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_constructor_body_repeat1, 2, 0, 0), SHIFT_REPEAT(245),
[275] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_constructor_body_repeat1, 2, 0, 0), SHIFT_REPEAT(422),
[278] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_constructor_body_repeat1, 2, 0, 0), SHIFT_REPEAT(893),
[281] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_constructor_body_repeat1, 2, 0, 0), SHIFT_REPEAT(1586),
[284] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_constructor_body_repeat1, 2, 0, 0), SHIFT_REPEAT(1429),
[287] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_constructor_body_repeat1, 2, 0, 0), SHIFT_REPEAT(11),
[290] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_constructor_body_repeat1, 2, 0, 0), SHIFT_REPEAT(699),
[293] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_constructor_body_repeat1, 2, 0, 0), SHIFT_REPEAT(381),
[296] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_constructor_body_repeat1, 2, 0, 0), SHIFT_REPEAT(236),
[299] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_constructor_body_repeat1, 2, 0, 0), SHIFT_REPEAT(63),
[302] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_constructor_body_repeat1, 2, 0, 0), SHIFT_REPEAT(1376),
[305] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_constructor_body_repeat1, 2, 0, 0), SHIFT_REPEAT(1392),
[308] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_constructor_body_repeat1, 2, 0, 0), SHIFT_REPEAT(1476),
[311] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_constructor_body_repeat1, 2, 0, 0), SHIFT_REPEAT(175),
[314] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_constructor_body_repeat1, 2, 0, 0), SHIFT_REPEAT(107),
[317] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_constructor_body_repeat1, 2, 0, 0), SHIFT_REPEAT(645),
[320] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_constructor_body_repeat1, 2, 0, 0), SHIFT_REPEAT(239),
[323] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_constructor_body_repeat1, 2, 0, 0), SHIFT_REPEAT(1219),
[326] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_constructor_body_repeat1, 2, 0, 0), SHIFT_REPEAT(1404),
[329] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_constructor_body_repeat1, 2, 0, 0), SHIFT_REPEAT(1523),
[332] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_constructor_body_repeat1, 2, 0, 0), SHIFT_REPEAT(1036),
[335] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_constructor_body_repeat1, 2, 0, 0), SHIFT_REPEAT(468),
[338] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_constructor_body_repeat1, 2, 0, 0), SHIFT_REPEAT(442),
[341] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_constructor_body_repeat1, 2, 0, 0), SHIFT_REPEAT(145),
[344] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_constructor_body_repeat1, 2, 0, 0), SHIFT_REPEAT(1056),
[347] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_constructor_body_repeat1, 2, 0, 0), SHIFT_REPEAT(1040),
[350] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_constructor_body_repeat1, 2, 0, 0), SHIFT_REPEAT(1557),
[353] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_constructor_body_repeat1, 2, 0, 0), SHIFT_REPEAT(702),
[356] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_constructor_body_repeat1, 2, 0, 0), SHIFT_REPEAT(416),
[359] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_constructor_body_repeat1, 2, 0, 0), SHIFT_REPEAT(699),
[362] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_constructor_body_repeat1, 2, 0, 0), SHIFT_REPEAT(470),
[365] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_constructor_body_repeat1, 2, 0, 0), SHIFT_REPEAT(1590),
[368] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_constructor_body_repeat1, 2, 0, 0), SHIFT_REPEAT(819),
[371] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_constructor_body_repeat1, 2, 0, 0), SHIFT_REPEAT(821),
[374] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_constructor_body_repeat1, 2, 0, 0), SHIFT_REPEAT(844),
[377] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_constructor_body_repeat1, 2, 0, 0), SHIFT_REPEAT(723),
[380] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_constructor_body_repeat1, 2, 0, 0), SHIFT_REPEAT(1221),
[383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(612),
[385] = {.entry = {.count = 1, .reusable = false}}, SHIFT(436),
[387] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_switch_block_statement_group, 1, 0, 0),
[389] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_switch_block_statement_group, 1, 0, 0),
[391] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1419),
[393] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1420),
[395] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1585),
[397] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_switch_block_statement_group_repeat2, 2, 0, 0), SHIFT_REPEAT(436),
[400] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_switch_block_statement_group_repeat2, 2, 0, 0), SHIFT_REPEAT(594),
[403] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_switch_block_statement_group_repeat2, 2, 0, 0), SHIFT_REPEAT(594),
[406] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_switch_block_statement_group_repeat2, 2, 0, 0), SHIFT_REPEAT(1101),
[409] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_switch_block_statement_group_repeat2, 2, 0, 0), SHIFT_REPEAT(1078),
[412] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_switch_block_statement_group_repeat2, 2, 0, 0),
[414] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_switch_block_statement_group_repeat2, 2, 0, 0), SHIFT_REPEAT(109),
[417] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_switch_block_statement_group_repeat2, 2, 0, 0), SHIFT_REPEAT(232),
[420] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_switch_block_statement_group_repeat2, 2, 0, 0), SHIFT_REPEAT(245),
[423] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_switch_block_statement_group_repeat2, 2, 0, 0), SHIFT_REPEAT(422),
[426] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_switch_block_statement_group_repeat2, 2, 0, 0), SHIFT_REPEAT(893),
[429] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_switch_block_statement_group_repeat2, 2, 0, 0), SHIFT_REPEAT(1586),
[432] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_switch_block_statement_group_repeat2, 2, 0, 0), SHIFT_REPEAT(1429),
[435] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_switch_block_statement_group_repeat2, 2, 0, 0), SHIFT_REPEAT(11),
[438] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_switch_block_statement_group_repeat2, 2, 0, 0),
[440] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_switch_block_statement_group_repeat2, 2, 0, 0), SHIFT_REPEAT(699),
[443] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_switch_block_statement_group_repeat2, 2, 0, 0), SHIFT_REPEAT(381),
[446] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_switch_block_statement_group_repeat2, 2, 0, 0), SHIFT_REPEAT(236),
[449] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_switch_block_statement_group_repeat2, 2, 0, 0), SHIFT_REPEAT(63),
[452] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_switch_block_statement_group_repeat2, 2, 0, 0), SHIFT_REPEAT(1419),
[455] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_switch_block_statement_group_repeat2, 2, 0, 0), SHIFT_REPEAT(1392),
[458] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_switch_block_statement_group_repeat2, 2, 0, 0), SHIFT_REPEAT(1476),
[461] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_switch_block_statement_group_repeat2, 2, 0, 0), SHIFT_REPEAT(175),
[464] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_switch_block_statement_group_repeat2, 2, 0, 0), SHIFT_REPEAT(107),
[467] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_switch_block_statement_group_repeat2, 2, 0, 0), SHIFT_REPEAT(645),
[470] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_switch_block_statement_group_repeat2, 2, 0, 0), SHIFT_REPEAT(239),
[473] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_switch_block_statement_group_repeat2, 2, 0, 0), SHIFT_REPEAT(1219),
[476] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_switch_block_statement_group_repeat2, 2, 0, 0), SHIFT_REPEAT(1420),
[479] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_switch_block_statement_group_repeat2, 2, 0, 0), SHIFT_REPEAT(1585),
[482] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_switch_block_statement_group_repeat2, 2, 0, 0), SHIFT_REPEAT(1036),
[485] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_switch_block_statement_group_repeat2, 2, 0, 0), SHIFT_REPEAT(468),
[488] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_switch_block_statement_group_repeat2, 2, 0, 0), SHIFT_REPEAT(442),
[491] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_switch_block_statement_group_repeat2, 2, 0, 0), SHIFT_REPEAT(145),
[494] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_switch_block_statement_group_repeat2, 2, 0, 0), SHIFT_REPEAT(1056),
[497] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_switch_block_statement_group_repeat2, 2, 0, 0), SHIFT_REPEAT(1040),
[500] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_switch_block_statement_group_repeat2, 2, 0, 0), SHIFT_REPEAT(1557),
[503] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_switch_block_statement_group_repeat2, 2, 0, 0), SHIFT_REPEAT(702),
[506] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_switch_block_statement_group_repeat2, 2, 0, 0), SHIFT_REPEAT(416),
[509] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_switch_block_statement_group_repeat2, 2, 0, 0), SHIFT_REPEAT(699),
[512] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_switch_block_statement_group_repeat2, 2, 0, 0), SHIFT_REPEAT(470),
[515] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_switch_block_statement_group_repeat2, 2, 0, 0), SHIFT_REPEAT(1590),
[518] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_switch_block_statement_group_repeat2, 2, 0, 0), SHIFT_REPEAT(819),
[521] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_switch_block_statement_group_repeat2, 2, 0, 0), SHIFT_REPEAT(821),
[524] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_switch_block_statement_group_repeat2, 2, 0, 0), SHIFT_REPEAT(844),
[527] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_switch_block_statement_group_repeat2, 2, 0, 0), SHIFT_REPEAT(593),
[530] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_switch_block_statement_group_repeat2, 2, 0, 0), SHIFT_REPEAT(1391),
[533] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_switch_block_statement_group, 2, 0, 0),
[535] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_switch_block_statement_group, 2, 0, 0),
[537] = {.entry = {.count = 1, .reusable = true}}, SHIFT(328),
[539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(380),
[541] = {.entry = {.count = 1, .reusable = true}}, SHIFT(266),
[543] = {.entry = {.count = 1, .reusable = true}}, SHIFT(264),
[545] = {.entry = {.count = 1, .reusable = true}}, SHIFT(718),
[547] = {.entry = {.count = 1, .reusable = true}}, SHIFT(719),
[549] = {.entry = {.count = 1, .reusable = false}}, SHIFT(438),
[551] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1418),
[553] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1458),
[555] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1459),
[557] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1588),
[559] = {.entry = {.count = 1, .reusable = false}}, SHIFT(429),
[561] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__reserved_identifier, 1, 0, 1), SHIFT(109),
[564] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__reserved_identifier, 1, 0, 1),
[566] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__reserved_identifier, 1, 0, 1),
[568] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__reserved_identifier, 1, 0, 1), SHIFT(232),
[571] = {.entry = {.count = 1, .reusable = false}}, SHIFT(245),
[573] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__reserved_identifier, 1, 0, 1), SHIFT(422),
[576] = {.entry = {.count = 1, .reusable = false}}, SHIFT(144),
[578] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1041),
[580] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parenthesized_expression, 3, 0, 0),
[582] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesized_expression, 3, 0, 0),
[584] = {.entry = {.count = 1, .reusable = false}}, SHIFT(430),
[586] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1081),
[588] = {.entry = {.count = 1, .reusable = false}}, SHIFT(700),
[590] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1053),
[592] = {.entry = {.count = 1, .reusable = false}}, SHIFT(703),
[594] = {.entry = {.count = 1, .reusable = false}}, SHIFT(368),
[596] = {.entry = {.count = 1, .reusable = true}}, SHIFT(700),
[598] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_body, 3, 0, 0),
[600] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_body, 3, 0, 0),
[602] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_body, 2, 0, 0),
[604] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_body, 2, 0, 0),
[606] = {.entry = {.count = 1, .reusable = false}}, SHIFT(432),
[608] = {.entry = {.count = 1, .reusable = true}}, SHIFT(693),
[610] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1410),
[612] = {.entry = {.count = 1, .reusable = false}}, SHIFT(435),
[614] = {.entry = {.count = 1, .reusable = true}}, SHIFT(114),
[616] = {.entry = {.count = 1, .reusable = false}}, SHIFT(212),
[618] = {.entry = {.count = 1, .reusable = true}}, SHIFT(213),
[620] = {.entry = {.count = 1, .reusable = true}}, SHIFT(185),
[622] = {.entry = {.count = 1, .reusable = true}}, SHIFT(159),
[624] = {.entry = {.count = 1, .reusable = true}}, SHIFT(190),
[626] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_switch_block, 2, 0, 0),
[628] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_switch_block, 2, 0, 0),
[630] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_switch_block, 3, 0, 0),
[632] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_switch_block, 3, 0, 0),
[634] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_switch_expression, 3, 0, 22),
[636] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_switch_expression, 3, 0, 22),
[638] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_statement, 1, 0, 0),
[640] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_statement, 1, 0, 0),
[642] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression, 1, 0, 0),
[644] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_expression, 1, 0, 0), REDUCE(sym_statement, 1, 0, 0),
[647] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression, 1, 0, 0),
[649] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_expression, 1, 0, 0), REDUCE(sym_statement, 1, 0, 0),
[652] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1222),
[654] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1548),
[656] = {.entry = {.count = 1, .reusable = true}}, SHIFT(127),
[658] = {.entry = {.count = 1, .reusable = false}}, SHIFT(463),
[660] = {.entry = {.count = 1, .reusable = true}}, SHIFT(918),
[662] = {.entry = {.count = 1, .reusable = true}}, SHIFT(538),
[664] = {.entry = {.count = 1, .reusable = true}}, SHIFT(704),
[666] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1245),
[668] = {.entry = {.count = 1, .reusable = true}}, SHIFT(657),
[670] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1582),
[672] = {.entry = {.count = 1, .reusable = true}}, SHIFT(134),
[674] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1223),
[676] = {.entry = {.count = 1, .reusable = true}}, SHIFT(564),
[678] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1567),
[680] = {.entry = {.count = 1, .reusable = true}}, SHIFT(596),
[682] = {.entry = {.count = 1, .reusable = true}}, SHIFT(648),
[684] = {.entry = {.count = 1, .reusable = true}}, SHIFT(595),
[686] = {.entry = {.count = 1, .reusable = true}}, SHIFT(652),
[688] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14),
[690] = {.entry = {.count = 1, .reusable = false}}, SHIFT(450),
[692] = {.entry = {.count = 1, .reusable = true}}, SHIFT(100),
[694] = {.entry = {.count = 1, .reusable = true}}, SHIFT(545),
[696] = {.entry = {.count = 1, .reusable = true}}, SHIFT(156),
[698] = {.entry = {.count = 1, .reusable = true}}, SHIFT(499),
[700] = {.entry = {.count = 1, .reusable = true}}, SHIFT(537),
[702] = {.entry = {.count = 1, .reusable = true}}, SHIFT(535),
[704] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19),
[706] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20),
[708] = {.entry = {.count = 1, .reusable = true}}, SHIFT(37),
[710] = {.entry = {.count = 1, .reusable = true}}, SHIFT(161),
[712] = {.entry = {.count = 1, .reusable = true}}, SHIFT(184),
[714] = {.entry = {.count = 1, .reusable = true}}, SHIFT(28),
[716] = {.entry = {.count = 1, .reusable = true}}, SHIFT(29),
[718] = {.entry = {.count = 1, .reusable = true}}, SHIFT(164),
[720] = {.entry = {.count = 1, .reusable = true}}, SHIFT(750),
[722] = {.entry = {.count = 1, .reusable = true}}, SHIFT(93),
[724] = {.entry = {.count = 1, .reusable = true}}, SHIFT(751),
[726] = {.entry = {.count = 1, .reusable = true}}, SHIFT(49),
[728] = {.entry = {.count = 1, .reusable = true}}, SHIFT(50),
[730] = {.entry = {.count = 1, .reusable = true}}, SHIFT(53),
[732] = {.entry = {.count = 1, .reusable = true}}, SHIFT(55),
[734] = {.entry = {.count = 1, .reusable = true}}, SHIFT(59),
[736] = {.entry = {.count = 1, .reusable = true}}, SHIFT(60),
[738] = {.entry = {.count = 1, .reusable = true}}, SHIFT(68),
[740] = {.entry = {.count = 1, .reusable = true}}, SHIFT(387),
[742] = {.entry = {.count = 1, .reusable = true}}, SHIFT(81),
[744] = {.entry = {.count = 1, .reusable = true}}, SHIFT(82),
[746] = {.entry = {.count = 1, .reusable = true}}, SHIFT(84),
[748] = {.entry = {.count = 1, .reusable = true}}, SHIFT(85),
[750] = {.entry = {.count = 1, .reusable = true}}, SHIFT(87),
[752] = {.entry = {.count = 1, .reusable = true}}, SHIFT(91),
[754] = {.entry = {.count = 1, .reusable = true}}, SHIFT(92),
[756] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22),
[758] = {.entry = {.count = 1, .reusable = true}}, SHIFT(76),
[760] = {.entry = {.count = 1, .reusable = true}}, SHIFT(167),
[762] = {.entry = {.count = 1, .reusable = true}}, SHIFT(168),
[764] = {.entry = {.count = 1, .reusable = true}}, SHIFT(170),
[766] = {.entry = {.count = 1, .reusable = true}}, SHIFT(173),
[768] = {.entry = {.count = 1, .reusable = true}}, SHIFT(498),
[770] = {.entry = {.count = 1, .reusable = true}}, SHIFT(176),
[772] = {.entry = {.count = 1, .reusable = true}}, SHIFT(177),
[774] = {.entry = {.count = 1, .reusable = true}}, SHIFT(179),
[776] = {.entry = {.count = 1, .reusable = true}}, SHIFT(182),
[778] = {.entry = {.count = 1, .reusable = true}}, SHIFT(607),
[780] = {.entry = {.count = 1, .reusable = true}}, SHIFT(52),
[782] = {.entry = {.count = 1, .reusable = false}}, SHIFT(454),
[784] = {.entry = {.count = 1, .reusable = false}}, SHIFT(465),
[786] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_try_with_resources_statement, 4, 0, 25),
[788] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_try_with_resources_statement, 4, 0, 25),
[790] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1511),
[792] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1455),
[794] = {.entry = {.count = 1, .reusable = false}}, SHIFT(949),
[796] = {.entry = {.count = 1, .reusable = true}}, SHIFT(215),
[798] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1570),
[800] = {.entry = {.count = 1, .reusable = false}}, SHIFT(906),
[802] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_try_with_resources_statement, 3, 0, 25),
[804] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_try_with_resources_statement, 3, 0, 25),
[806] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_try_statement, 3, 0, 24),
[808] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_try_statement, 3, 0, 24),
[810] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1577),
[812] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_try_statement_repeat1, 2, 0, 0),
[814] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_try_statement_repeat1, 2, 0, 0),
[816] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_try_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(1511),
[819] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block, 3, 0, 0),
[821] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_block, 3, 0, 0),
[823] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_catch_clause, 5, 0, 156),
[825] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_catch_clause, 5, 0, 156),
[827] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block, 2, 0, 0),
[829] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_block, 2, 0, 0),
[831] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 6, 0, 146),
[833] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 6, 0, 146),
[835] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_local_variable_declaration, 4, 0, 74),
[837] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_local_variable_declaration, 4, 0, 74),
[839] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 5, 0, 95),
[841] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 5, 0, 95),
[843] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 5, 0, 96),
[845] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 5, 0, 96),
[847] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 5, 0, 97),
[849] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 5, 0, 97),
[851] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 5, 0, 98),
[853] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 5, 0, 98),
[855] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 5, 0, 99),
[857] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 5, 0, 99),
[859] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 5, 0, 100),
[861] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 5, 0, 100),
[863] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assert_statement, 5, 0, 0),
[865] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_assert_statement, 5, 0, 0),
[867] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_do_statement, 5, 0, 101),
[869] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_do_statement, 5, 0, 101),
[871] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_try_with_resources_statement, 5, 0, 25),
[873] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_try_with_resources_statement, 5, 0, 25),
[875] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 5, 0, 102),
[877] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 5, 0, 102),
[879] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_declaration, 1, 0, 0),
[881] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_declaration, 1, 0, 0),
[883] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_statement, 2, 0, 0),
[885] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression_statement, 2, 0, 0),
[887] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_annotation_type_body, 2, 0, 0),
[889] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_annotation_type_body, 2, 0, 0),
[891] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_module_body, 3, 0, 0),
[893] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_module_body, 3, 0, 0),
[895] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_declaration, 5, 0, 0),
[897] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_import_declaration, 5, 0, 0),
[899] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_body, 3, 0, 0),
[901] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_body, 3, 0, 0),
[903] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_declaration, 5, 0, 106),
[905] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_record_declaration, 5, 0, 106),
[907] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_declaration, 5, 0, 107),
[909] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_record_declaration, 5, 0, 107),
[911] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_body, 3, 0, 0),
[913] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interface_body, 3, 0, 0),
[915] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_declaration, 5, 0, 97),
[917] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interface_declaration, 5, 0, 97),
[919] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_declaration, 5, 0, 108),
[921] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interface_declaration, 5, 0, 108),
[923] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_declaration, 5, 0, 109),
[925] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interface_declaration, 5, 0, 109),
[927] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 5, 0, 114),
[929] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 5, 0, 114),
[931] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 5, 0, 115),
[933] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 5, 0, 115),
[935] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 5, 0, 116),
[937] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 5, 0, 116),
[939] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 5, 0, 117),
[941] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 5, 0, 117),
[943] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_annotation_type_declaration, 5, 0, 118),
[945] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_annotation_type_declaration, 5, 0, 118),
[947] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_declaration, 5, 0, 116),
[949] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_declaration, 5, 0, 116),
[951] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_declaration, 5, 0, 119),
[953] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_record_declaration, 5, 0, 119),
[955] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_declaration, 5, 0, 114),
[957] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interface_declaration, 5, 0, 114),
[959] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_declaration, 5, 0, 117),
[961] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interface_declaration, 5, 0, 117),
[963] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_declaration, 5, 0, 120),
[965] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interface_declaration, 5, 0, 120),
[967] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_module_declaration, 5, 0, 118),
[969] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_module_declaration, 5, 0, 118),
[971] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 6, 0, 127),
[973] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 6, 0, 127),
[975] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 6, 0, 128),
[977] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 6, 0, 128),
[979] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 6, 0, 129),
[981] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 6, 0, 129),
[983] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 6, 0, 130),
[985] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 6, 0, 130),
[987] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 6, 0, 133),
[989] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 6, 0, 133),
[991] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 6, 0, 134),
[993] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 6, 0, 134),
[995] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_annotation_type_body, 3, 0, 0),
[997] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_annotation_type_body, 3, 0, 0),
[999] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_declaration, 6, 0, 0),
[1001] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_import_declaration, 6, 0, 0),
[1003] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_body, 4, 0, 0),
[1005] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_body, 4, 0, 0),
[1007] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_declaration, 6, 0, 140),
[1009] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_record_declaration, 6, 0, 140),
[1011] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_declaration, 6, 0, 141),
[1013] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interface_declaration, 6, 0, 141),
[1015] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 6, 0, 143),
[1017] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 6, 0, 143),
[1019] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 6, 0, 144),
[1021] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 6, 0, 144),
[1023] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 6, 0, 145),
[1025] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 6, 0, 145),
[1027] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 6, 0, 147),
[1029] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 6, 0, 147),
[1031] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 6, 0, 148),
[1033] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 6, 0, 148),
[1035] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_declaration, 6, 0, 149),
[1037] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_record_declaration, 6, 0, 149),
[1039] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_declaration, 6, 0, 150),
[1041] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_record_declaration, 6, 0, 150),
[1043] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_declaration, 6, 0, 145),
[1045] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interface_declaration, 6, 0, 145),
[1047] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_declaration, 6, 0, 151),
[1049] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interface_declaration, 6, 0, 151),
[1051] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_declaration, 6, 0, 152),
[1053] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interface_declaration, 6, 0, 152),
[1055] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 7, 0, 154),
[1057] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 7, 0, 154),
[1059] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 7, 0, 158),
[1061] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 7, 0, 158),
[1063] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 7, 0, 161),
[1065] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 7, 0, 161),
[1067] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 7, 0, 162),
[1069] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 7, 0, 162),
[1071] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 3, 0, 21),
[1073] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 3, 0, 21),
[1075] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 7, 0, 163),
[1077] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 7, 0, 163),
[1079] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 7, 0, 164),
[1081] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 7, 0, 164),
[1083] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assert_statement, 3, 0, 0),
[1085] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_assert_statement, 3, 0, 0),
[1087] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_while_statement, 3, 0, 22),
[1089] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_while_statement, 3, 0, 22),
[1091] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_body, 5, 0, 0),
[1093] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_body, 5, 0, 0),
[1095] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 7, 0, 168),
[1097] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 7, 0, 168),
[1099] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 7, 0, 169),
[1101] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 7, 0, 169),
[1103] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 7, 0, 170),
[1105] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 7, 0, 170),
[1107] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 7, 0, 171),
[1109] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 7, 0, 171),
[1111] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_declaration, 7, 0, 172),
[1113] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_record_declaration, 7, 0, 172),
[1115] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_declaration, 7, 0, 173),
[1117] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interface_declaration, 7, 0, 173),
[1119] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_break_statement, 3, 0, 0),
[1121] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_break_statement, 3, 0, 0),
[1123] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 8, 0, 175),
[1125] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 8, 0, 175),
[1127] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 8, 0, 176),
[1129] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 8, 0, 176),
[1131] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_continue_statement, 3, 0, 0),
[1133] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_continue_statement, 3, 0, 0),
[1135] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 8, 0, 177),
[1137] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 8, 0, 177),
[1139] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_return_statement, 3, 0, 0),
[1141] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_return_statement, 3, 0, 0),
[1143] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 8, 0, 178),
[1145] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 8, 0, 178),
[1147] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_yield_statement, 3, 0, 0),
[1149] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_yield_statement, 3, 0, 0),
[1151] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 8, 0, 179),
[1153] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 8, 0, 179),
[1155] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_synchronized_statement, 3, 0, 23),
[1157] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_synchronized_statement, 3, 0, 23),
[1159] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_throw_statement, 3, 0, 0),
[1161] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_throw_statement, 3, 0, 0),
[1163] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enhanced_for_statement, 8, 0, 180),
[1165] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enhanced_for_statement, 8, 0, 180),
[1167] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 8, 0, 181),
[1169] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 8, 0, 181),
[1171] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 8, 0, 182),
[1173] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 8, 0, 182),
[1175] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_body, 6, 0, 0),
[1177] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_body, 6, 0, 0),
[1179] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 8, 0, 185),
[1181] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 8, 0, 185),
[1183] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 9, 0, 187),
[1185] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 9, 0, 187),
[1187] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 9, 0, 188),
[1189] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 9, 0, 188),
[1191] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 9, 0, 189),
[1193] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 9, 0, 189),
[1195] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 9, 0, 190),
[1197] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 9, 0, 190),
[1199] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 9, 0, 191),
[1201] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 9, 0, 191),
[1203] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enhanced_for_statement, 9, 0, 192),
[1205] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enhanced_for_statement, 9, 0, 192),
[1207] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 9, 0, 193),
[1209] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 9, 0, 193),
[1211] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 10, 0, 202),
[1213] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 10, 0, 202),
[1215] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 10, 0, 203),
[1217] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 10, 0, 203),
[1219] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 10, 0, 204),
[1221] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 10, 0, 204),
[1223] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 11, 0, 210),
[1225] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 11, 0, 210),
[1227] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__modifier, 1, 0, 0),
[1229] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__modifier, 1, 0, 0),
[1231] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_module_declaration, 3, 0, 21),
[1233] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_module_declaration, 3, 0, 21),
[1235] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_package_declaration, 3, 0, 0),
[1237] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_package_declaration, 3, 0, 0),
[1239] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_declaration, 3, 0, 0),
[1241] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_import_declaration, 3, 0, 0),
[1243] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_declaration, 3, 0, 21),
[1245] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_declaration, 3, 0, 21),
[1247] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_declaration, 3, 0, 21),
[1249] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interface_declaration, 3, 0, 21),
[1251] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_labeled_statement, 3, 0, 0),
[1253] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_labeled_statement, 3, 0, 0),
[1255] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_local_variable_declaration, 3, 0, 41),
[1257] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_local_variable_declaration, 3, 0, 41),
[1259] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 4, 0, 60),
[1261] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 4, 0, 60),
[1263] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 4, 0, 61),
[1265] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 4, 0, 61),
[1267] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 4, 0, 62),
[1269] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 4, 0, 62),
[1271] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 4, 0, 63),
[1273] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 4, 0, 63),
[1275] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_break_statement, 2, 0, 0),
[1277] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_break_statement, 2, 0, 0),
[1279] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_finally_clause, 2, 0, 0),
[1281] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_finally_clause, 2, 0, 0),
[1283] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_try_statement, 4, 0, 24),
[1285] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_try_statement, 4, 0, 24),
[1287] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_continue_statement, 2, 0, 0),
[1289] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_continue_statement, 2, 0, 0),
[1291] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_return_statement, 2, 0, 0),
[1293] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_return_statement, 2, 0, 0),
[1295] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_annotation_type_declaration, 4, 0, 64),
[1297] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_annotation_type_declaration, 4, 0, 64),
[1299] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_module_declaration, 4, 0, 64),
[1301] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_module_declaration, 4, 0, 64),
[1303] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_module_body, 2, 0, 0),
[1305] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_module_body, 2, 0, 0),
[1307] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_declaration, 4, 0, 0),
[1309] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_import_declaration, 4, 0, 0),
[1311] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_body, 2, 0, 0),
[1313] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_body, 2, 0, 0),
[1315] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_declaration, 4, 0, 62),
[1317] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_declaration, 4, 0, 62),
[1319] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_declaration, 4, 0, 66),
[1321] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_record_declaration, 4, 0, 66),
[1323] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_body, 2, 0, 0),
[1325] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interface_body, 2, 0, 0),
[1327] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_declaration, 4, 0, 60),
[1329] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interface_declaration, 4, 0, 60),
[1331] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_declaration, 4, 0, 63),
[1333] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interface_declaration, 4, 0, 63),
[1335] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_declaration, 4, 0, 67),
[1337] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interface_declaration, 4, 0, 67),
[1339] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 4, 0, 64),
[1341] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 4, 0, 64),
[1343] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_declaration, 4, 0, 64),
[1345] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_declaration, 4, 0, 64),
[1347] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_declaration, 4, 0, 64),
[1349] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interface_declaration, 4, 0, 64),
[1351] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_package_declaration, 4, 0, 0),
[1353] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_package_declaration, 4, 0, 0),
[1355] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_switch_block_statement_group_repeat1, 2, 0, 0),
[1357] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_switch_block_statement_group_repeat1, 2, 0, 0),
[1359] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_switch_block_statement_group_repeat1, 2, 0, 0), SHIFT_REPEAT(117),
[1362] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_switch_block_statement_group_repeat1, 2, 0, 0), SHIFT_REPEAT(1399),
[1365] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 3, 0, 26),
[1367] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 3, 0, 26),
[1369] = {.entry = {.count = 1, .reusable = false}}, SHIFT(44),
[1371] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_declaration, 2, 0, 14),
[1373] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_method_declaration, 2, 0, 14),
[1375] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_declaration, 3, 0, 37),
[1377] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_method_declaration, 3, 0, 37),
[1379] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_declaration, 3, 0, 36),
[1381] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_method_declaration, 3, 0, 36),
[1383] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_declaration, 2, 0, 13),
[1385] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_method_declaration, 2, 0, 13),
[1387] = {.entry = {.count = 1, .reusable = false}}, SHIFT(48),
[1389] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_explicit_constructor_invocation, 5, 0, 201),
[1391] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_explicit_constructor_invocation, 5, 0, 201),
[1393] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_explicit_constructor_invocation, 6, 0, 209),
[1395] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_explicit_constructor_invocation, 6, 0, 209),
[1397] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_explicit_constructor_invocation, 4, 0, 186),
[1399] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_explicit_constructor_invocation, 4, 0, 186),
[1401] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_explicit_constructor_invocation, 3, 0, 174),
[1403] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_explicit_constructor_invocation, 3, 0, 174),
[1405] = {.entry = {.count = 1, .reusable = false}}, SHIFT(655),
[1407] = {.entry = {.count = 1, .reusable = false}}, SHIFT(681),
[1409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(681),
[1411] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1110),
[1413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1069),
[1415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(115),
[1417] = {.entry = {.count = 1, .reusable = false}}, SHIFT(894),
[1419] = {.entry = {.count = 1, .reusable = false}}, SHIFT(419),
[1421] = {.entry = {.count = 1, .reusable = false}}, SHIFT(420),
[1423] = {.entry = {.count = 1, .reusable = false}}, SHIFT(662),
[1425] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1451),
[1427] = {.entry = {.count = 1, .reusable = false}}, SHIFT(524),
[1429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(113),
[1431] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enum_body_declarations_repeat1, 2, 0, 0), SHIFT_REPEAT(952),
[1434] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_enum_body_declarations_repeat1, 2, 0, 0),
[1436] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enum_body_declarations_repeat1, 2, 0, 0), SHIFT_REPEAT(1093),
[1439] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enum_body_declarations_repeat1, 2, 0, 0), SHIFT_REPEAT(1586),
[1442] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enum_body_declarations_repeat1, 2, 0, 0), SHIFT_REPEAT(11),
[1445] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enum_body_declarations_repeat1, 2, 0, 0), SHIFT_REPEAT(699),
[1448] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enum_body_declarations_repeat1, 2, 0, 0), SHIFT_REPEAT(421),
[1451] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enum_body_declarations_repeat1, 2, 0, 0), SHIFT_REPEAT(1036),
[1454] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enum_body_declarations_repeat1, 2, 0, 0), SHIFT_REPEAT(641),
[1457] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enum_body_declarations_repeat1, 2, 0, 0), SHIFT_REPEAT(1557),
[1460] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enum_body_declarations_repeat1, 2, 0, 0), SHIFT_REPEAT(702),
[1463] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enum_body_declarations_repeat1, 2, 0, 0), SHIFT_REPEAT(699),
[1466] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enum_body_declarations_repeat1, 2, 0, 0), SHIFT_REPEAT(1540),
[1469] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enum_body_declarations_repeat1, 2, 0, 0), SHIFT_REPEAT(1590),
[1472] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enum_body_declarations_repeat1, 2, 0, 0), SHIFT_REPEAT(819),
[1475] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enum_body_declarations_repeat1, 2, 0, 0), SHIFT_REPEAT(821),
[1478] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enum_body_declarations_repeat1, 2, 0, 0), SHIFT_REPEAT(844),
[1481] = {.entry = {.count = 1, .reusable = false}}, SHIFT(528),
[1483] = {.entry = {.count = 1, .reusable = true}}, SHIFT(244),
[1485] = {.entry = {.count = 1, .reusable = false}}, SHIFT(952),
[1487] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_body_declarations, 2, 0, 0),
[1489] = {.entry = {.count = 1, .reusable = true}}, SHIFT(421),
[1491] = {.entry = {.count = 1, .reusable = false}}, SHIFT(641),
[1493] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1540),
[1495] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_body_declarations, 1, 0, 0),
[1497] = {.entry = {.count = 1, .reusable = true}}, SHIFT(423),
[1499] = {.entry = {.count = 1, .reusable = true}}, SHIFT(640),
[1501] = {.entry = {.count = 1, .reusable = true}}, SHIFT(426),
[1503] = {.entry = {.count = 1, .reusable = true}}, SHIFT(629),
[1505] = {.entry = {.count = 1, .reusable = true}}, SHIFT(111),
[1507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(428),
[1509] = {.entry = {.count = 1, .reusable = true}}, SHIFT(110),
[1511] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__unannotated_type, 1, 0, 2),
[1513] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_primary_expression, 1, 0, 0),
[1515] = {.entry = {.count = 1, .reusable = true}}, SHIFT(154),
[1517] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_primary_expression, 1, 0, 0),
[1519] = {.entry = {.count = 1, .reusable = false}}, SHIFT(241),
[1521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(241),
[1523] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_primary_expression, 1, 0, 0), SHIFT(754),
[1526] = {.entry = {.count = 1, .reusable = true}}, SHIFT(146),
[1528] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_primary_expression, 1, 0, 0), REDUCE(sym__unannotated_type, 1, 0, 2),
[1531] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_primary_expression, 1, 0, 0), REDUCE(sym__unannotated_type, 1, 0, 2), SHIFT(1102),
[1535] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__unannotated_type, 1, 0, 2),
[1537] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_primary_expression, 1, 0, 0), REDUCE(sym__unannotated_type, 1, 0, 2), SHIFT(1572),
[1541] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_primary_expression, 1, 0, 0), REDUCE(sym__unannotated_type, 1, 0, 2),
[1544] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1075),
[1546] = {.entry = {.count = 3, .reusable = false}}, REDUCE(sym_primary_expression, 1, 0, 0), REDUCE(sym__unannotated_type, 1, 0, 2), SHIFT(1102),
[1550] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_interface_body_repeat1, 2, 0, 0), SHIFT_REPEAT(760),
[1553] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_interface_body_repeat1, 2, 0, 0),
[1555] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_interface_body_repeat1, 2, 0, 0), SHIFT_REPEAT(1093),
[1558] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_interface_body_repeat1, 2, 0, 0), SHIFT_REPEAT(1586),
[1561] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_interface_body_repeat1, 2, 0, 0), SHIFT_REPEAT(699),
[1564] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_interface_body_repeat1, 2, 0, 0), SHIFT_REPEAT(431),
[1567] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_interface_body_repeat1, 2, 0, 0), SHIFT_REPEAT(1036),
[1570] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_interface_body_repeat1, 2, 0, 0), SHIFT_REPEAT(1557),
[1573] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_interface_body_repeat1, 2, 0, 0), SHIFT_REPEAT(702),
[1576] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_interface_body_repeat1, 2, 0, 0), SHIFT_REPEAT(699),
[1579] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_interface_body_repeat1, 2, 0, 0), SHIFT_REPEAT(1540),
[1582] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_interface_body_repeat1, 2, 0, 0), SHIFT_REPEAT(1590),
[1585] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_interface_body_repeat1, 2, 0, 0), SHIFT_REPEAT(819),
[1588] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_interface_body_repeat1, 2, 0, 0), SHIFT_REPEAT(821),
[1591] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_interface_body_repeat1, 2, 0, 0), SHIFT_REPEAT(844),
[1594] = {.entry = {.count = 1, .reusable = true}}, SHIFT(112),
[1596] = {.entry = {.count = 1, .reusable = false}}, SHIFT(760),
[1598] = {.entry = {.count = 1, .reusable = true}}, SHIFT(287),
[1600] = {.entry = {.count = 1, .reusable = true}}, SHIFT(431),
[1602] = {.entry = {.count = 1, .reusable = true}}, SHIFT(395),
[1604] = {.entry = {.count = 1, .reusable = true}}, SHIFT(433),
[1606] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_primary_expression, 1, 0, 0), SHIFT(146),
[1609] = {.entry = {.count = 1, .reusable = false}}, SHIFT(47),
[1611] = {.entry = {.count = 1, .reusable = false}}, SHIFT(24),
[1613] = {.entry = {.count = 1, .reusable = false}}, SHIFT(79),
[1615] = {.entry = {.count = 1, .reusable = true}}, SHIFT(281),
[1617] = {.entry = {.count = 1, .reusable = true}}, SHIFT(440),
[1619] = {.entry = {.count = 1, .reusable = true}}, SHIFT(308),
[1621] = {.entry = {.count = 1, .reusable = true}}, SHIFT(441),
[1623] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_annotation_type_body_repeat1, 2, 0, 0), SHIFT_REPEAT(760),
[1626] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_annotation_type_body_repeat1, 2, 0, 0),
[1628] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_annotation_type_body_repeat1, 2, 0, 0), SHIFT_REPEAT(1586),
[1631] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_annotation_type_body_repeat1, 2, 0, 0), SHIFT_REPEAT(699),
[1634] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_annotation_type_body_repeat1, 2, 0, 0), SHIFT_REPEAT(441),
[1637] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_annotation_type_body_repeat1, 2, 0, 0), SHIFT_REPEAT(1036),
[1640] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_annotation_type_body_repeat1, 2, 0, 0), SHIFT_REPEAT(1557),
[1643] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_annotation_type_body_repeat1, 2, 0, 0), SHIFT_REPEAT(702),
[1646] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_annotation_type_body_repeat1, 2, 0, 0), SHIFT_REPEAT(699),
[1649] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_annotation_type_body_repeat1, 2, 0, 0), SHIFT_REPEAT(1540),
[1652] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_annotation_type_body_repeat1, 2, 0, 0), SHIFT_REPEAT(1590),
[1655] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_annotation_type_body_repeat1, 2, 0, 0), SHIFT_REPEAT(819),
[1658] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_annotation_type_body_repeat1, 2, 0, 0), SHIFT_REPEAT(821),
[1661] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_annotation_type_body_repeat1, 2, 0, 0), SHIFT_REPEAT(844),
[1664] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1359),
[1666] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_access, 5, 0, 110),
[1668] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_access, 5, 0, 110),
[1670] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_access, 3, 0, 28),
[1672] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_access, 3, 0, 28),
[1674] = {.entry = {.count = 1, .reusable = false}}, SHIFT(984),
[1676] = {.entry = {.count = 1, .reusable = true}}, SHIFT(713),
[1678] = {.entry = {.count = 1, .reusable = false}}, SHIFT(228),
[1680] = {.entry = {.count = 1, .reusable = true}}, SHIFT(228),
[1682] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_primary_expression, 1, 0, 0), SHIFT(148),
[1685] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_access, 4, 0, 73),
[1687] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_access, 4, 0, 73),
[1689] = {.entry = {.count = 1, .reusable = false}}, SHIFT(726),
[1691] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_instanceof_expression, 3, 0, 33),
[1693] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_instanceof_expression, 3, 0, 33),
[1695] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1561),
[1697] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1049),
[1699] = {.entry = {.count = 1, .reusable = false}}, SHIFT(481),
[1701] = {.entry = {.count = 1, .reusable = false}}, SHIFT(512),
[1703] = {.entry = {.count = 1, .reusable = false}}, SHIFT(513),
[1705] = {.entry = {.count = 1, .reusable = false}}, SHIFT(508),
[1707] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_dimensions_repeat1, 2, 0, 0),
[1709] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_dimensions_repeat1, 2, 0, 0),
[1711] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_dimensions_repeat1, 2, 0, 0), SHIFT_REPEAT(1561),
[1714] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_dimensions_repeat1, 2, 0, 0), SHIFT_REPEAT(1049),
[1717] = {.entry = {.count = 1, .reusable = false}}, SHIFT(715),
[1719] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_instanceof_expression, 4, 0, 71),
[1721] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_instanceof_expression, 4, 0, 71),
[1723] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_primary_expression, 1, 0, 0), SHIFT(1572),
[1726] = {.entry = {.count = 1, .reusable = false}}, SHIFT(135),
[1728] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_creation_expression, 4, 0, 59),
[1730] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_creation_expression, 4, 0, 59),
[1732] = {.entry = {.count = 1, .reusable = true}}, SHIFT(150),
[1734] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1065),
[1736] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_creation_expression, 4, 0, 57),
[1738] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_creation_expression, 4, 0, 57),
[1740] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1206),
[1742] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dimensions, 1, 0, 0),
[1744] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dimensions, 1, 0, 0),
[1746] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_dimensions, 1, 0, 0), SHIFT(1561),
[1749] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_dimensions, 1, 0, 0), SHIFT(1049),
[1752] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_creation_expression, 3, 0, 18),
[1754] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_creation_expression, 3, 0, 18),
[1756] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_creation_expression, 3, 0, 20),
[1758] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_creation_expression, 3, 0, 20),
[1760] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_scoped_identifier, 3, 0, 65),
[1762] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_scoped_identifier, 3, 0, 65),
[1764] = {.entry = {.count = 1, .reusable = true}}, SHIFT(446),
[1766] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__unannotated_type, 1, 0, 2), SHIFT(753),
[1769] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1131),
[1771] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__unannotated_type, 1, 0, 0),
[1773] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__unannotated_type, 1, 0, 0),
[1775] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__unannotated_type, 1, 0, 0), SHIFT(753),
[1778] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1132),
[1780] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1089),
[1782] = {.entry = {.count = 1, .reusable = true}}, SHIFT(189),
[1784] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_array_creation_expression_repeat2, 2, 0, 0),
[1786] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_array_creation_expression_repeat2, 2, 0, 0),
[1788] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_array_creation_expression_repeat2, 2, 0, 0), SHIFT_REPEAT(235),
[1791] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_array_creation_expression_repeat2, 2, 0, 0), SHIFT_REPEAT(1049),
[1794] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_arguments, 3, 0, 0),
[1796] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_arguments, 3, 0, 0),
[1798] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_scoped_type_identifier, 4, 0, 80),
[1800] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_scoped_type_identifier, 4, 0, 80),
[1802] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_arguments, 4, 0, 0),
[1804] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_arguments, 4, 0, 0),
[1806] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_dimensions, 1, 0, 0), SHIFT(1516),
[1809] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_dimensions_repeat1, 3, 0, 0),
[1811] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_dimensions_repeat1, 3, 0, 0),
[1813] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generic_type, 2, 10, 2),
[1815] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_type, 2, 10, 2),
[1817] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_scoped_type_identifier, 3, 0, 31),
[1819] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_scoped_type_identifier, 3, 0, 31),
[1821] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generic_type, 2, 10, 0),
[1823] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_type, 2, 10, 0),
[1825] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_scoped_type_identifier, 4, 0, 69),
[1827] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_scoped_type_identifier, 4, 0, 69),
[1829] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_arguments, 2, 0, 0),
[1831] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_arguments, 2, 0, 0),
[1833] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_dimensions_repeat1, 2, 0, 0), SHIFT_REPEAT(1516),
[1836] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_scoped_type_identifier, 3, 0, 43),
[1838] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_scoped_type_identifier, 3, 0, 43),
[1840] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_array_creation_expression_repeat2, 2, 0, 0), SHIFT_REPEAT(224),
[1843] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_marker_annotation, 2, 0, 6),
[1845] = {.entry = {.count = 1, .reusable = true}}, SHIFT(129),
[1847] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_marker_annotation, 2, 0, 6),
[1849] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1564),
[1851] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_type, 2, 0, 9),
[1853] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_type, 2, 0, 9),
[1855] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_integral_type, 1, 0, 0),
[1857] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_integral_type, 1, 0, 0),
[1859] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_floating_point_type, 1, 0, 0),
[1861] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_floating_point_type, 1, 0, 0),
[1863] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_modifiers_repeat1, 2, 0, 0),
[1865] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_modifiers_repeat1, 2, 0, 0), SHIFT_REPEAT(700),
[1868] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_modifiers_repeat1, 2, 0, 0), SHIFT_REPEAT(1053),
[1871] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_modifiers_repeat1, 2, 0, 0), SHIFT_REPEAT(703),
[1874] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_modifiers_repeat1, 2, 0, 0), SHIFT_REPEAT(700),
[1877] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__unqualified_object_creation_expression, 4, 0, 56),
[1879] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__unqualified_object_creation_expression, 4, 0, 56),
[1881] = {.entry = {.count = 1, .reusable = true}}, SHIFT(427),
[1883] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_modifiers, 1, 0, 0),
[1885] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_modifiers, 1, 0, 0),
[1887] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_modifiers, 1, 0, 0), SHIFT(1049),
[1890] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__unqualified_object_creation_expression, 4, 0, 58),
[1892] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__unqualified_object_creation_expression, 4, 0, 58),
[1894] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__unqualified_object_creation_expression, 6, 0, 122),
[1896] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__unqualified_object_creation_expression, 6, 0, 122),
[1898] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_modifiers_repeat1, 2, 0, 0),
[1900] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_modifiers_repeat1, 2, 0, 0), SHIFT_REPEAT(699),
[1903] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_modifiers_repeat1, 2, 0, 0), SHIFT_REPEAT(1049),
[1906] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_modifiers_repeat1, 2, 0, 0), SHIFT_REPEAT(702),
[1909] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_modifiers_repeat1, 2, 0, 0), SHIFT_REPEAT(699),
[1912] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__unqualified_object_creation_expression, 5, 0, 85),
[1914] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__unqualified_object_creation_expression, 5, 0, 85),
[1916] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__unqualified_object_creation_expression, 5, 0, 91),
[1918] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__unqualified_object_creation_expression, 5, 0, 91),
[1920] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__unqualified_object_creation_expression, 6, 0, 123),
[1922] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__unqualified_object_creation_expression, 6, 0, 123),
[1924] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_modifiers, 1, 0, 0), SHIFT(700),
[1927] = {.entry = {.count = 1, .reusable = true}}, SHIFT(194),
[1929] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__unqualified_object_creation_expression, 5, 0, 86),
[1931] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__unqualified_object_creation_expression, 5, 0, 86),
[1933] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__unqualified_object_creation_expression, 3, 0, 17),
[1935] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__unqualified_object_creation_expression, 3, 0, 17),
[1937] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__unqualified_object_creation_expression, 5, 0, 92),
[1939] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__unqualified_object_creation_expression, 5, 0, 92),
[1941] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__unqualified_object_creation_expression, 3, 0, 19),
[1943] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__unqualified_object_creation_expression, 3, 0, 19),
[1945] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__unqualified_object_creation_expression, 4, 0, 54),
[1947] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__unqualified_object_creation_expression, 4, 0, 54),
[1949] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__unqualified_object_creation_expression, 4, 0, 55),
[1951] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__unqualified_object_creation_expression, 4, 0, 55),
[1953] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 4, 0, 0),
[1955] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 4, 0, 0),
[1957] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dimensions_expr, 4, 0, 0),
[1959] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dimensions_expr, 4, 0, 0),
[1961] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 2, 0, 0),
[1963] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 2, 0, 0),
[1965] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_annotation_argument_list, 2, 0, 0),
[1967] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_annotation_argument_list, 2, 0, 0),
[1969] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dimensions_expr, 3, 0, 0),
[1971] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dimensions_expr, 3, 0, 0),
[1973] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_annotation, 3, 0, 27),
[1975] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_annotation, 3, 0, 27),
[1977] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_annotation_argument_list, 3, 0, 0),
[1979] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_annotation_argument_list, 3, 0, 0),
[1981] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_annotation_argument_list, 4, 0, 0),
[1983] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_annotation_argument_list, 4, 0, 0),
[1985] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 3, 0, 0),
[1987] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 3, 0, 0),
[1989] = {.entry = {.count = 1, .reusable = true}}, SHIFT(425),
[1991] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_string_literal, 1, 0, 0),
[1993] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_string_literal, 1, 0, 0),
[1995] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__unqualified_object_creation_expression, 5, 0, 58),
[1997] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__unqualified_object_creation_expression, 5, 0, 58),
[1999] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__multiline_string_literal, 2, 0, 0),
[2001] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__multiline_string_literal, 2, 0, 0),
[2003] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__string_literal, 2, 0, 0),
[2005] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__string_literal, 2, 0, 0),
[2007] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__unqualified_object_creation_expression, 5, 0, 55),
[2009] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__unqualified_object_creation_expression, 5, 0, 55),
[2011] = {.entry = {.count = 1, .reusable = true}}, SHIFT(717),
[2013] = {.entry = {.count = 1, .reusable = true}}, SHIFT(231),
[2015] = {.entry = {.count = 1, .reusable = true}}, SHIFT(931),
[2017] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1224),
[2019] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_invocation, 5, 0, 111),
[2021] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_method_invocation, 5, 0, 111),
[2023] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_initializer, 2, 0, 0),
[2025] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_initializer, 2, 0, 0),
[2027] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_initializer, 3, 0, 0),
[2029] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_initializer, 3, 0, 0),
[2031] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__unqualified_object_creation_expression, 6, 0, 85),
[2033] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__unqualified_object_creation_expression, 6, 0, 85),
[2035] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__string_literal, 3, 0, 0),
[2037] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__string_literal, 3, 0, 0),
[2039] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_expression, 3, 0, 34),
[2041] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_template_expression, 3, 0, 34),
[2043] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_creation_expression, 3, 0, 35),
[2045] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_creation_expression, 3, 0, 35),
[2047] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_creation_expression, 5, 0, 89),
[2049] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_creation_expression, 5, 0, 89),
[2051] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_literal, 3, 17, 0),
[2053] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_literal, 3, 17, 0),
[2055] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__unqualified_object_creation_expression, 6, 0, 86),
[2057] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__unqualified_object_creation_expression, 6, 0, 86),
[2059] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_cast_expression, 4, 0, 45),
[2061] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_cast_expression, 4, 0, 45),
[2063] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__multiline_string_literal, 3, 0, 0),
[2065] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__multiline_string_literal, 3, 0, 0),
[2067] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__unqualified_object_creation_expression, 6, 0, 91),
[2069] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__unqualified_object_creation_expression, 6, 0, 91),
[2071] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__unqualified_object_creation_expression, 4, 0, 17),
[2073] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__unqualified_object_creation_expression, 4, 0, 17),
[2075] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_creation_expression, 4, 0, 50),
[2077] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_creation_expression, 4, 0, 50),
[2079] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_creation_expression, 4, 0, 51),
[2081] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_creation_expression, 4, 0, 51),
[2083] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__unqualified_object_creation_expression, 6, 0, 92),
[2085] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__unqualified_object_creation_expression, 6, 0, 92),
[2087] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__unqualified_object_creation_expression, 4, 0, 19),
[2089] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__unqualified_object_creation_expression, 4, 0, 19),
[2091] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_creation_expression, 4, 0, 52),
[2093] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_creation_expression, 4, 0, 52),
[2095] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_creation_expression, 4, 0, 53),
[2097] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_creation_expression, 4, 0, 53),
[2099] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_invocation, 7, 0, 167),
[2101] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_method_invocation, 7, 0, 167),
[2103] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_reference, 3, 0, 0),
[2105] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_method_reference, 3, 0, 0),
[2107] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_invocation, 2, 0, 7),
[2109] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_method_invocation, 2, 0, 7),
[2111] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_invocation, 6, 0, 142),
[2113] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_method_invocation, 6, 0, 142),
[2115] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__unqualified_object_creation_expression, 5, 0, 54),
[2117] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__unqualified_object_creation_expression, 5, 0, 54),
[2119] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_creation_expression, 5, 0, 90),
[2121] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_creation_expression, 5, 0, 90),
[2123] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__literal, 1, 0, 0),
[2125] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__literal, 1, 0, 0),
[2127] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_initializer, 5, 0, 0),
[2129] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_initializer, 5, 0, 0),
[2131] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_initializer, 4, 0, 0),
[2133] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_initializer, 4, 0, 0),
[2135] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__unqualified_object_creation_expression, 5, 0, 56),
[2137] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__unqualified_object_creation_expression, 5, 0, 56),
[2139] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__unqualified_object_creation_expression, 7, 0, 122),
[2141] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__unqualified_object_creation_expression, 7, 0, 122),
[2143] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__unqualified_object_creation_expression, 7, 0, 123),
[2145] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__unqualified_object_creation_expression, 7, 0, 123),
[2147] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_creation_expression, 1, 0, 4),
[2149] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_creation_expression, 1, 0, 4),
[2151] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_invocation, 4, 0, 68),
[2153] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_method_invocation, 4, 0, 68),
[2155] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_reference, 4, 0, 0),
[2157] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_method_reference, 4, 0, 0),
[2159] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_creation_expression, 5, 0, 87),
[2161] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_creation_expression, 5, 0, 87),
[2163] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_creation_expression, 5, 0, 88),
[2165] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_creation_expression, 5, 0, 88),
[2167] = {.entry = {.count = 1, .reusable = true}}, SHIFT(130),
[2169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1547),
[2171] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_compact_constructor_declaration, 3, 0, 21),
[2173] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_compact_constructor_declaration, 3, 0, 21),
[2175] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constructor_declaration, 3, 0, 124),
[2177] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constructor_declaration, 3, 0, 124),
[2179] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_static_initializer, 2, 0, 0),
[2181] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_static_initializer, 2, 0, 0),
[2183] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_compact_constructor_declaration, 2, 0, 93),
[2185] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_compact_constructor_declaration, 2, 0, 93),
[2187] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constructor_body, 2, 0, 0),
[2189] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constructor_body, 2, 0, 0),
[2191] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constructor_declaration, 4, 0, 153),
[2193] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constructor_declaration, 4, 0, 153),
[2195] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 4, 0, 74),
[2197] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 4, 0, 74),
[2199] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constructor_body, 3, 0, 0),
[2201] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constructor_body, 3, 0, 0),
[2203] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_array_creation_expression_repeat1, 1, 0, 0), REDUCE(aux_sym_modifiers_repeat1, 1, 0, 0),
[2206] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_modifiers_repeat1, 1, 0, 0),
[2208] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_modifiers_repeat1, 1, 0, 0),
[2210] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_array_creation_expression_repeat1, 1, 0, 0), REDUCE(aux_sym_modifiers_repeat1, 1, 0, 0),
[2213] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_array_creation_expression_repeat1, 1, 0, 0),
[2215] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constructor_declaration, 3, 0, 126),
[2217] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constructor_declaration, 3, 0, 126),
[2219] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constructor_declaration, 2, 0, 94),
[2221] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constructor_declaration, 2, 0, 94),
[2223] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 3, 0, 41),
[2225] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 3, 0, 41),
[2227] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_dimensions_repeat1, 2, 0, 0), SHIFT_REPEAT(1536),
[2230] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_switch_label, 2, 0, 0),
[2232] = {.entry = {.count = 1, .reusable = true}}, SHIFT(252),
[2234] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_switch_label, 2, 0, 0),
[2236] = {.entry = {.count = 1, .reusable = true}}, SHIFT(253),
[2238] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_update_expression, 2, 0, 0),
[2240] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_update_expression, 2, 0, 0),
[2242] = {.entry = {.count = 1, .reusable = true}}, SHIFT(255),
[2244] = {.entry = {.count = 1, .reusable = true}}, SHIFT(939),
[2246] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1204),
[2248] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constant_declaration, 3, 0, 41),
[2250] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constant_declaration, 3, 0, 41),
[2252] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constant_declaration, 4, 0, 74),
[2254] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constant_declaration, 4, 0, 74),
[2256] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_cast_expression, 5, 0, 82),
[2258] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_cast_expression, 5, 0, 82),
[2260] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_annotation_type_element_declaration, 6, 0, 208),
[2262] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_annotation_type_element_declaration, 6, 0, 208),
[2264] = {.entry = {.count = 1, .reusable = true}}, SHIFT(210),
[2266] = {.entry = {.count = 1, .reusable = true}}, SHIFT(211),
[2268] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_annotation_type_element_declaration, 5, 0, 194),
[2270] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_annotation_type_element_declaration, 5, 0, 194),
[2272] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_annotation_type_element_declaration, 8, 0, 214),
[2274] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_annotation_type_element_declaration, 8, 0, 214),
[2276] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_annotation_type_element_declaration, 6, 0, 207),
[2278] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_annotation_type_element_declaration, 6, 0, 207),
[2280] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_annotation_type_element_declaration, 7, 0, 211),
[2282] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_annotation_type_element_declaration, 7, 0, 211),
[2284] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_annotation_type_element_declaration, 7, 0, 212),
[2286] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_annotation_type_element_declaration, 7, 0, 212),
[2288] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_argument_list, 2, 0, 0), REDUCE(sym_record_pattern_body, 2, 0, 0),
[2291] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_argument_list, 2, 0, 0), REDUCE(sym_record_pattern_body, 2, 0, 0),
[2294] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_annotation_type_element_declaration, 7, 0, 213),
[2296] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_annotation_type_element_declaration, 7, 0, 213),
[2298] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_annotation_type_element_declaration, 6, 0, 205),
[2300] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_annotation_type_element_declaration, 6, 0, 205),
[2302] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_switch_label_repeat2, 2, 0, 0),
[2304] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_switch_label_repeat2, 2, 0, 0),
[2306] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_visibility, 1, 0, 0),
[2308] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_visibility, 1, 0, 0),
[2310] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_instanceof_expression, 4, 0, 70),
[2312] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_instanceof_expression, 4, 0, 70),
[2314] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda_expression, 3, 0, 30),
[2316] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_lambda_expression, 3, 0, 30),
[2318] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unary_expression, 2, 0, 5),
[2320] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unary_expression, 2, 0, 5),
[2322] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_pattern_body, 3, 0, 0),
[2324] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_record_pattern_body, 3, 0, 0),
[2326] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_pattern_body, 2, 0, 0),
[2328] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_record_pattern_body, 2, 0, 0),
[2330] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_pattern_body, 4, 0, 0),
[2332] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_record_pattern_body, 4, 0, 0),
[2334] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_instanceof_expression, 5, 0, 112),
[2336] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_instanceof_expression, 5, 0, 112),
[2338] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unary_expression, 1, 0, 3),
[2340] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unary_expression, 1, 0, 3),
[2342] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__unary_complement_expression, 2, 0, 5),
[2344] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__unary_complement_expression, 2, 0, 5),
[2346] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_cast_expression, 4, 0, 46),
[2348] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_cast_expression, 4, 0, 46),
[2350] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_binary_expression, 3, 0, 29),
[2352] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_binary_expression, 3, 0, 29),
[2354] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_pattern, 2, 0, 0),
[2356] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_record_pattern, 2, 0, 0),
[2358] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_cast_expression, 5, 0, 83),
[2360] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_cast_expression, 5, 0, 83),
[2362] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_instanceof_expression, 4, 0, 72),
[2364] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_instanceof_expression, 4, 0, 72),
[2366] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_instanceof_expression, 3, 0, 32),
[2368] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_instanceof_expression, 3, 0, 32),
[2370] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ternary_expression, 5, 0, 113),
[2372] = {.entry = {.count = 1, .reusable = false}}, SHIFT(246),
[2374] = {.entry = {.count = 1, .reusable = false}}, SHIFT(247),
[2376] = {.entry = {.count = 1, .reusable = true}}, SHIFT(247),
[2378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(250),
[2380] = {.entry = {.count = 1, .reusable = true}}, SHIFT(251),
[2382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(216),
[2384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(218),
[2386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(219),
[2388] = {.entry = {.count = 1, .reusable = false}}, SHIFT(219),
[2390] = {.entry = {.count = 1, .reusable = false}}, SHIFT(220),
[2392] = {.entry = {.count = 1, .reusable = true}}, SHIFT(222),
[2394] = {.entry = {.count = 1, .reusable = true}}, SHIFT(223),
[2396] = {.entry = {.count = 1, .reusable = false}}, SHIFT(223),
[2398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(458),
[2400] = {.entry = {.count = 1, .reusable = true}}, SHIFT(229),
[2402] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1080),
[2404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(392),
[2406] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1272),
[2408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(424),
[2410] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_dimensions, 1, 0, 0), SHIFT(1536),
[2413] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_guard, 2, 0, 0),
[2415] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_guard, 2, 0, 0),
[2417] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assignment_expression, 3, 0, 29),
[2419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(333),
[2421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(935),
[2423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(310),
[2425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(504),
[2427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1144),
[2429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(536),
[2431] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_annotated_type, 2, 0, 0),
[2433] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_annotated_type, 2, 0, 0),
[2435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1536),
[2437] = {.entry = {.count = 1, .reusable = false}}, SHIFT(198),
[2439] = {.entry = {.count = 1, .reusable = false}}, SHIFT(199),
[2441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(199),
[2443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(200),
[2445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(203),
[2447] = {.entry = {.count = 1, .reusable = false}}, SHIFT(203),
[2449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(204),
[2451] = {.entry = {.count = 1, .reusable = false}}, SHIFT(204),
[2453] = {.entry = {.count = 1, .reusable = false}}, SHIFT(205),
[2455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(206),
[2457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(207),
[2459] = {.entry = {.count = 1, .reusable = false}}, SHIFT(207),
[2461] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type, 1, 0, 0),
[2463] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type, 1, 0, 0),
[2465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(201),
[2467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(202),
[2469] = {.entry = {.count = 1, .reusable = true}}, SHIFT(227),
[2471] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1102),
[2473] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__element_value, 1, 0, 0),
[2475] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1026),
[2477] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1556),
[2479] = {.entry = {.count = 1, .reusable = false}}, SHIFT(998),
[2481] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1021),
[2483] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1423),
[2485] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1106),
[2487] = {.entry = {.count = 1, .reusable = false}}, SHIFT(954),
[2489] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1555),
[2491] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1558),
[2493] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1565),
[2495] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1534),
[2497] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1553),
[2499] = {.entry = {.count = 1, .reusable = true}}, SHIFT(90),
[2501] = {.entry = {.count = 1, .reusable = true}}, SHIFT(217),
[2503] = {.entry = {.count = 1, .reusable = true}}, SHIFT(565),
[2505] = {.entry = {.count = 1, .reusable = true}}, SHIFT(136),
[2507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(106),
[2509] = {.entry = {.count = 1, .reusable = true}}, SHIFT(66),
[2511] = {.entry = {.count = 1, .reusable = true}}, SHIFT(67),
[2513] = {.entry = {.count = 1, .reusable = true}}, SHIFT(73),
[2515] = {.entry = {.count = 1, .reusable = true}}, SHIFT(35),
[2517] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27),
[2519] = {.entry = {.count = 1, .reusable = true}}, SHIFT(42),
[2521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(635),
[2523] = {.entry = {.count = 1, .reusable = true}}, SHIFT(137),
[2525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(83),
[2527] = {.entry = {.count = 1, .reusable = true}}, SHIFT(51),
[2529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(614),
[2531] = {.entry = {.count = 1, .reusable = true}}, SHIFT(233),
[2533] = {.entry = {.count = 1, .reusable = true}}, SHIFT(86),
[2535] = {.entry = {.count = 1, .reusable = true}}, SHIFT(36),
[2537] = {.entry = {.count = 1, .reusable = true}}, SHIFT(89),
[2539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(57),
[2541] = {.entry = {.count = 1, .reusable = true}}, SHIFT(58),
[2543] = {.entry = {.count = 1, .reusable = true}}, SHIFT(95),
[2545] = {.entry = {.count = 1, .reusable = true}}, SHIFT(98),
[2547] = {.entry = {.count = 1, .reusable = true}}, SHIFT(99),
[2549] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21),
[2551] = {.entry = {.count = 1, .reusable = true}}, SHIFT(105),
[2553] = {.entry = {.count = 1, .reusable = true}}, SHIFT(26),
[2555] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1518),
[2557] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1065),
[2559] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1057),
[2561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(32),
[2563] = {.entry = {.count = 1, .reusable = true}}, SHIFT(225),
[2565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(151),
[2567] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable_declarator, 3, 0, 79),
[2569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18),
[2571] = {.entry = {.count = 1, .reusable = true}}, SHIFT(54),
[2573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(187),
[2575] = {.entry = {.count = 1, .reusable = true}}, SHIFT(544),
[2577] = {.entry = {.count = 1, .reusable = true}}, SHIFT(192),
[2579] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_array_initializer_repeat1, 2, 0, 0),
[2581] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_resource, 5, 0, 155),
[2583] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_for_statement_repeat2, 2, 0, 159),
[2585] = {.entry = {.count = 1, .reusable = true}}, SHIFT(242),
[2587] = {.entry = {.count = 1, .reusable = true}}, SHIFT(331),
[2589] = {.entry = {.count = 1, .reusable = false}}, SHIFT(996),
[2591] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1556),
[2593] = {.entry = {.count = 1, .reusable = true}}, SHIFT(128),
[2595] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1519),
[2597] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_for_statement_repeat1, 2, 0, 103),
[2599] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_argument_list_repeat1, 2, 0, 0),
[2601] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_resource, 4, 0, 131),
[2603] = {.entry = {.count = 1, .reusable = true}}, SHIFT(209),
[2605] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1148),
[2607] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1234),
[2609] = {.entry = {.count = 1, .reusable = true}}, SHIFT(30),
[2611] = {.entry = {.count = 1, .reusable = true}}, SHIFT(539),
[2613] = {.entry = {.count = 1, .reusable = true}}, SHIFT(345),
[2615] = {.entry = {.count = 1, .reusable = true}}, SHIFT(347),
[2617] = {.entry = {.count = 1, .reusable = true}}, SHIFT(280),
[2619] = {.entry = {.count = 1, .reusable = true}}, SHIFT(350),
[2621] = {.entry = {.count = 1, .reusable = true}}, SHIFT(533),
[2623] = {.entry = {.count = 1, .reusable = true}}, SHIFT(38),
[2625] = {.entry = {.count = 1, .reusable = true}}, SHIFT(647),
[2627] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1163),
[2629] = {.entry = {.count = 1, .reusable = true}}, SHIFT(157),
[2631] = {.entry = {.count = 1, .reusable = true}}, SHIFT(634),
[2633] = {.entry = {.count = 1, .reusable = true}}, SHIFT(613),
[2635] = {.entry = {.count = 1, .reusable = true}}, SHIFT(160),
[2637] = {.entry = {.count = 1, .reusable = true}}, SHIFT(183),
[2639] = {.entry = {.count = 1, .reusable = true}}, SHIFT(108),
[2641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(275),
[2643] = {.entry = {.count = 1, .reusable = true}}, SHIFT(234),
[2645] = {.entry = {.count = 1, .reusable = true}}, SHIFT(455),
[2647] = {.entry = {.count = 1, .reusable = true}}, SHIFT(61),
[2649] = {.entry = {.count = 1, .reusable = true}}, SHIFT(69),
[2651] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16),
[2653] = {.entry = {.count = 1, .reusable = true}}, SHIFT(155),
[2655] = {.entry = {.count = 1, .reusable = true}}, SHIFT(101),
[2657] = {.entry = {.count = 1, .reusable = true}}, SHIFT(195),
[2659] = {.entry = {.count = 1, .reusable = true}}, SHIFT(171),
[2661] = {.entry = {.count = 1, .reusable = true}}, SHIFT(172),
[2663] = {.entry = {.count = 1, .reusable = true}}, SHIFT(174),
[2665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(178),
[2667] = {.entry = {.count = 1, .reusable = true}}, SHIFT(180),
[2669] = {.entry = {.count = 1, .reusable = true}}, SHIFT(181),
[2671] = {.entry = {.count = 1, .reusable = true}}, SHIFT(149),
[2673] = {.entry = {.count = 1, .reusable = true}}, SHIFT(623),
[2675] = {.entry = {.count = 1, .reusable = false}}, SHIFT(972),
[2677] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1002),
[2679] = {.entry = {.count = 1, .reusable = false}}, SHIFT(983),
[2681] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1016),
[2683] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1153),
[2685] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1378),
[2687] = {.entry = {.count = 1, .reusable = false}}, SHIFT(970),
[2689] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1012),
[2691] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1158),
[2693] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1495),
[2695] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1168),
[2697] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1375),
[2699] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1155),
[2701] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1415),
[2703] = {.entry = {.count = 1, .reusable = false}}, SHIFT(976),
[2705] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1005),
[2707] = {.entry = {.count = 1, .reusable = false}}, SHIFT(980),
[2709] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1004),
[2711] = {.entry = {.count = 1, .reusable = false}}, SHIFT(986),
[2713] = {.entry = {.count = 1, .reusable = false}}, SHIFT(981),
[2715] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1013),
[2717] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_array_creation_expression_repeat1, 2, 0, 0),
[2719] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_array_creation_expression_repeat1, 2, 0, 0),
[2721] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_array_creation_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(1041),
[2724] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1011),
[2726] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1014),
[2728] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1171),
[2730] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1448),
[2732] = {.entry = {.count = 1, .reusable = false}}, SHIFT(445),
[2734] = {.entry = {.count = 1, .reusable = false}}, SHIFT(895),
[2736] = {.entry = {.count = 1, .reusable = false}}, SHIFT(451),
[2738] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1562),
[2740] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1164),
[2742] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1456),
[2744] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1183),
[2746] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1407),
[2748] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1028),
[2750] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1315),
[2752] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1150),
[2754] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1472),
[2756] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1173),
[2758] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1450),
[2760] = {.entry = {.count = 1, .reusable = false}}, SHIFT(592),
[2762] = {.entry = {.count = 1, .reusable = false}}, SHIFT(897),
[2764] = {.entry = {.count = 1, .reusable = false}}, SHIFT(654),
[2766] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1549),
[2768] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1151),
[2770] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1444),
[2772] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1180),
[2774] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1468),
[2776] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1161),
[2778] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1369),
[2780] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1467),
[2782] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1227),
[2784] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_catch_type, 1, 0, 0),
[2786] = {.entry = {.count = 1, .reusable = true}}, SHIFT(827),
[2788] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__unannotated_type, 1, 0, 0), SHIFT(1106),
[2791] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_resource, 1, 0, 0),
[2793] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1461),
[2795] = {.entry = {.count = 1, .reusable = true}}, SHIFT(471),
[2797] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1102),
[2799] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_parameters, 3, 0, 0),
[2801] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameters, 3, 0, 0),
[2803] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1233),
[2805] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_parameters, 4, 0, 0),
[2807] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameters, 4, 0, 0),
[2809] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1383),
[2811] = {.entry = {.count = 1, .reusable = true}}, SHIFT(165),
[2813] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1106),
[2815] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__unannotated_type, 1, 0, 0), SHIFT(1106),
[2818] = {.entry = {.count = 1, .reusable = true}}, SHIFT(169),
[2820] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_array_creation_expression_repeat1, 1, 0, 0),
[2822] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1566),
[2824] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1485),
[2826] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1384),
[2828] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1051),
[2830] = {.entry = {.count = 1, .reusable = true}}, SHIFT(282),
[2832] = {.entry = {.count = 1, .reusable = true}}, SHIFT(992),
[2834] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1044),
[2836] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1045),
[2838] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1046),
[2840] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1047),
[2842] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1440),
[2844] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__variable_declarator_id, 1, 0, 8),
[2846] = {.entry = {.count = 1, .reusable = true}}, SHIFT(390),
[2848] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_module_body_repeat1, 2, 0, 0),
[2850] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_module_body_repeat1, 2, 0, 0), SHIFT_REPEAT(992),
[2853] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_module_body_repeat1, 2, 0, 0), SHIFT_REPEAT(1044),
[2856] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_module_body_repeat1, 2, 0, 0), SHIFT_REPEAT(1045),
[2859] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_module_body_repeat1, 2, 0, 0), SHIFT_REPEAT(1046),
[2862] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_module_body_repeat1, 2, 0, 0), SHIFT_REPEAT(1047),
[2865] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1522),
[2867] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1535),
[2869] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__method_declarator, 2, 0, 40),
[2871] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1504),
[2873] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_requires_module_directive_repeat1, 2, 0, 137),
[2875] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_requires_module_directive_repeat1, 2, 0, 137), SHIFT_REPEAT(1051),
[2878] = {.entry = {.count = 1, .reusable = false}}, SHIFT(443),
[2880] = {.entry = {.count = 1, .reusable = false}}, SHIFT(452),
[2882] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1470),
[2884] = {.entry = {.count = 1, .reusable = true}}, SHIFT(142),
[2886] = {.entry = {.count = 1, .reusable = true}}, SHIFT(695),
[2888] = {.entry = {.count = 1, .reusable = false}}, SHIFT(557),
[2890] = {.entry = {.count = 1, .reusable = false}}, SHIFT(632),
[2892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(685),
[2894] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_catch_type, 2, 0, 0),
[2896] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_catch_type_repeat1, 2, 0, 0),
[2898] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_catch_type_repeat1, 2, 0, 0), SHIFT_REPEAT(827),
[2901] = {.entry = {.count = 1, .reusable = true}}, SHIFT(837),
[2903] = {.entry = {.count = 1, .reusable = true}}, SHIFT(825),
[2905] = {.entry = {.count = 1, .reusable = true}}, SHIFT(792),
[2907] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1573),
[2909] = {.entry = {.count = 1, .reusable = false}}, SHIFT(509),
[2911] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1529),
[2913] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1465),
[2915] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1019),
[2917] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1042),
[2919] = {.entry = {.count = 1, .reusable = false}}, SHIFT(842),
[2921] = {.entry = {.count = 1, .reusable = false}}, SHIFT(861),
[2923] = {.entry = {.count = 1, .reusable = false}}, SHIFT(860),
[2925] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1505),
[2927] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_catch_type_repeat1, 2, 0, 0),
[2929] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1304),
[2931] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1305),
[2933] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1387),
[2935] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1388),
[2937] = {.entry = {.count = 1, .reusable = true}}, SHIFT(691),
[2939] = {.entry = {.count = 1, .reusable = true}}, SHIFT(116),
[2941] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1399),
[2943] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1579),
[2945] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_requires_modifier, 1, 0, 0),
[2947] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_requires_module_directive_repeat1, 1, 0, 105),
[2949] = {.entry = {.count = 1, .reusable = false}}, SHIFT(606),
[2951] = {.entry = {.count = 1, .reusable = true}}, SHIFT(121),
[2953] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1500),
[2955] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1494),
[2957] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1480),
[2959] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1499),
[2961] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1200),
[2963] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1209),
[2965] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1255),
[2967] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1319),
[2969] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1259),
[2971] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1225),
[2973] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1360),
[2975] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1488),
[2977] = {.entry = {.count = 1, .reusable = true}}, SHIFT(787),
[2979] = {.entry = {.count = 1, .reusable = true}}, SHIFT(434),
[2981] = {.entry = {.count = 1, .reusable = false}}, SHIFT(667),
[2983] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1175),
[2985] = {.entry = {.count = 1, .reusable = false}}, SHIFT(226),
[2987] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1071),
[2989] = {.entry = {.count = 1, .reusable = false}}, SHIFT_EXTRA(),
[2991] = {.entry = {.count = 1, .reusable = false}}, SHIFT(643),
[2993] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1072),
[2995] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__multiline_string_literal_repeat1, 2, 0, 0),
[2997] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__multiline_string_literal_repeat1, 2, 0, 0), SHIFT_REPEAT(1175),
[3000] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__multiline_string_literal_repeat1, 2, 0, 0), SHIFT_REPEAT(226),
[3003] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__multiline_string_literal_repeat1, 2, 0, 0), SHIFT_REPEAT(1072),
[3006] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1416),
[3008] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1381),
[3010] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1497),
[3012] = {.entry = {.count = 1, .reusable = false}}, SHIFT(556),
[3014] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1079),
[3016] = {.entry = {.count = 1, .reusable = false}}, SHIFT(574),
[3018] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_constant, 1, 0, 8),
[3020] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_parameters, 2, 0, 0),
[3022] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_array_creation_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(1049),
[3025] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_constant, 2, 0, 6),
[3027] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_switch_block_repeat1, 2, 0, 0),
[3029] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_switch_block_repeat1, 2, 0, 0), SHIFT_REPEAT(117),
[3032] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_switch_block_repeat1, 2, 0, 0), SHIFT_REPEAT(1399),
[3035] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1199),
[3037] = {.entry = {.count = 1, .reusable = true}}, SHIFT(122),
[3039] = {.entry = {.count = 1, .reusable = true}}, SHIFT(117),
[3041] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_parameters, 5, 0, 0),
[3043] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_parameters, 6, 0, 0),
[3045] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_parameters, 4, 0, 0),
[3047] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_parameters, 3, 0, 0),
[3049] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1551),
[3051] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1025),
[3053] = {.entry = {.count = 1, .reusable = true}}, SHIFT(689),
[3055] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1017),
[3057] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_provides_module_directive, 6, 0, 199),
[3059] = {.entry = {.count = 1, .reusable = true}}, SHIFT(503),
[3061] = {.entry = {.count = 1, .reusable = true}}, SHIFT(493),
[3063] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_exports_module_directive, 6, 0, 196),
[3065] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_opens_module_directive, 6, 0, 196),
[3067] = {.entry = {.count = 1, .reusable = false}}, SHIFT(560),
[3069] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1104),
[3071] = {.entry = {.count = 1, .reusable = false}}, SHIFT(238),
[3073] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1104),
[3075] = {.entry = {.count = 1, .reusable = true}}, SHIFT(767),
[3077] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1198),
[3079] = {.entry = {.count = 1, .reusable = false}}, SHIFT(567),
[3081] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1142),
[3083] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1142),
[3085] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_switch_label, 3, 0, 0),
[3087] = {.entry = {.count = 1, .reusable = true}}, SHIFT(447),
[3089] = {.entry = {.count = 1, .reusable = true}}, SHIFT(766),
[3091] = {.entry = {.count = 1, .reusable = true}}, SHIFT(775),
[3093] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_switch_block_repeat2, 2, 0, 0),
[3095] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_switch_block_repeat2, 2, 0, 0), SHIFT_REPEAT(116),
[3098] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_switch_block_repeat2, 2, 0, 0), SHIFT_REPEAT(1399),
[3101] = {.entry = {.count = 1, .reusable = false}}, SHIFT(666),
[3103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1115),
[3105] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1115),
[3107] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_requires_module_directive, 4, 0, 165),
[3109] = {.entry = {.count = 1, .reusable = false}}, SHIFT(642),
[3111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1584),
[3113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(153),
[3115] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_requires_module_directive, 3, 0, 136),
[3117] = {.entry = {.count = 1, .reusable = true}}, SHIFT(230),
[3119] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_exports_module_directive, 3, 0, 138),
[3121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1521),
[3123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(152),
[3125] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_module_directive, 1, 0, 0),
[3127] = {.entry = {.count = 1, .reusable = true}}, SHIFT(501),
[3129] = {.entry = {.count = 1, .reusable = true}}, SHIFT(506),
[3131] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_opens_module_directive, 3, 0, 138),
[3133] = {.entry = {.count = 1, .reusable = true}}, SHIFT(249),
[3135] = {.entry = {.count = 1, .reusable = true}}, SHIFT(166),
[3137] = {.entry = {.count = 1, .reusable = true}}, SHIFT(163),
[3139] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_uses_module_directive, 3, 0, 47),
[3141] = {.entry = {.count = 1, .reusable = true}}, SHIFT(778),
[3143] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_exports_module_directive, 5, 0, 183),
[3145] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_opens_module_directive, 5, 0, 183),
[3147] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_provides_module_directive, 5, 0, 184),
[3149] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__string_literal_repeat1, 2, 0, 0),
[3151] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__string_literal_repeat1, 2, 0, 0), SHIFT_REPEAT(1142),
[3154] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__string_literal_repeat1, 2, 0, 0), SHIFT_REPEAT(238),
[3157] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__string_literal_repeat1, 2, 0, 0), SHIFT_REPEAT(1142),
[3160] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_wildcard, 1, 0, 0),
[3162] = {.entry = {.count = 1, .reusable = true}}, SHIFT(829),
[3164] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_constant, 2, 0, 7),
[3166] = {.entry = {.count = 1, .reusable = true}}, SHIFT(746),
[3168] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_wildcard, 2, 0, 0),
[3170] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_string_interpolation, 3, 0, 0),
[3172] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_switch_label_repeat2, 2, 0, 0), SHIFT_REPEAT(252),
[3175] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_constant, 3, 0, 27),
[3177] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__variable_declarator_id, 2, 0, 39),
[3179] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__multiline_string_fragment, 1, 0, 0),
[3181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1511),
[3183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1455),
[3185] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_switch_label_repeat1, 2, 0, 0),
[3187] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_switch_label_repeat1, 2, 0, 0), SHIFT_REPEAT(447),
[3190] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_list_repeat1, 2, 0, 0), SHIFT_REPEAT(841),
[3193] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_type_list_repeat1, 2, 0, 0),
[3195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(284),
[3197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(749),
[3199] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable_declarator, 1, 0, 11),
[3201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(143),
[3203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(208),
[3205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(834),
[3207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(237),
[3209] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_switch_label_repeat2, 2, 0, 0), SHIFT_REPEAT(210),
[3212] = {.entry = {.count = 1, .reusable = true}}, SHIFT(732),
[3214] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_element_value_array_initializer, 3, 0, 0),
[3216] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pattern, 1, 0, 0),
[3218] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameter, 2, 0, 16),
[3220] = {.entry = {.count = 1, .reusable = true}}, SHIFT(835),
[3222] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameter, 1, 0, 2),
[3224] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1061),
[3226] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1564),
[3228] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1139),
[3230] = {.entry = {.count = 1, .reusable = true}}, SHIFT(841),
[3232] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_throws, 3, 0, 0),
[3234] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_enum_body_repeat1, 2, 0, 0),
[3236] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enum_body_repeat1, 2, 0, 0), SHIFT_REPEAT(812),
[3239] = {.entry = {.count = 1, .reusable = false}}, SHIFT(656),
[3241] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_bound_repeat1, 2, 0, 0), SHIFT_REPEAT(840),
[3244] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_type_bound_repeat1, 2, 0, 0),
[3246] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__method_header, 3, 0, 38),
[3248] = {.entry = {.count = 1, .reusable = true}}, SHIFT(846),
[3250] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1140),
[3252] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__method_header, 2, 0, 12),
[3254] = {.entry = {.count = 1, .reusable = true}}, SHIFT(243),
[3256] = {.entry = {.count = 1, .reusable = true}}, SHIFT(840),
[3258] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_bound, 3, 0, 0),
[3260] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_throws, 2, 0, 0),
[3262] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_list, 1, 0, 0),
[3264] = {.entry = {.count = 1, .reusable = true}}, SHIFT(262),
[3266] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12),
[3268] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1015),
[3270] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_element_value_array_initializer, 2, 0, 0),
[3272] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_element_value_array_initializer, 5, 0, 0),
[3274] = {.entry = {.count = 1, .reusable = false}}, SHIFT(585),
[3276] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1063),
[3278] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1141),
[3280] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_pattern, 2, 0, 0),
[3282] = {.entry = {.count = 1, .reusable = true}}, SHIFT(221),
[3284] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__method_header, 4, 0, 75),
[3286] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_pattern, 3, 0, 0),
[3288] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_string_interpolation, 3, 0, 0),
[3290] = {.entry = {.count = 1, .reusable = true}}, SHIFT(248),
[3292] = {.entry = {.count = 1, .reusable = true}}, SHIFT(196),
[3294] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_bound, 2, 0, 0),
[3296] = {.entry = {.count = 1, .reusable = true}}, SHIFT(254),
[3298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(197),
[3300] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6),
[3302] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_element_value_array_initializer, 4, 0, 0),
[3304] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_list, 2, 0, 0),
[3306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(56),
[3308] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_receiver_parameter_repeat1, 2, 0, 0), SHIFT_REPEAT(1566),
[3311] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_receiver_parameter_repeat1, 2, 0, 0),
[3313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(43),
[3315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(543),
[3317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(774),
[3319] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_constant, 3, 0, 139),
[3321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(541),
[3323] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1050),
[3325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(687),
[3327] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_exports_module_directive_repeat1, 2, 0, 195),
[3329] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_exports_module_directive_repeat1, 2, 0, 197), SHIFT_REPEAT(1061),
[3332] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_exports_module_directive_repeat1, 2, 0, 197),
[3334] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_type_parameters_repeat1, 2, 0, 0),
[3336] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_parameters_repeat1, 2, 0, 0), SHIFT_REPEAT(1085),
[3339] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_provides_module_directive_repeat1, 2, 0, 198),
[3341] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_provides_module_directive_repeat1, 2, 0, 200), SHIFT_REPEAT(1063),
[3344] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_provides_module_directive_repeat1, 2, 0, 200),
[3346] = {.entry = {.count = 1, .reusable = true}}, SHIFT(31),
[3348] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_constant, 3, 0, 21),
[3350] = {.entry = {.count = 1, .reusable = true}}, SHIFT(688),
[3352] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_for_statement_repeat2, 2, 0, 160),
[3354] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_for_statement_repeat2, 2, 0, 160), SHIFT_REPEAT(217),
[3357] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_resource_specification_repeat1, 2, 0, 0),
[3359] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_resource_specification_repeat1, 2, 0, 0), SHIFT_REPEAT(263),
[3362] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_superclass, 2, 0, 0),
[3364] = {.entry = {.count = 1, .reusable = true}}, SHIFT(33),
[3366] = {.entry = {.count = 1, .reusable = true}}, SHIFT(479),
[3368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1593),
[3370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(34),
[3372] = {.entry = {.count = 1, .reusable = true}}, SHIFT(492),
[3374] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1020),
[3376] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__variable_declarator_list, 1, 0, 10),
[3378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(534),
[3380] = {.entry = {.count = 1, .reusable = true}}, SHIFT(714),
[3382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(448),
[3384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1575),
[3386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(494),
[3388] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_formal_parameters_repeat1, 2, 0, 0),
[3390] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_formal_parameters_repeat1, 2, 0, 0), SHIFT_REPEAT(495),
[3393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(39),
[3395] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1087),
[3397] = {.entry = {.count = 1, .reusable = true}}, SHIFT(495),
[3399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(698),
[3401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(615),
[3403] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_element_value_array_initializer_repeat1, 2, 0, 0),
[3405] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_element_value_array_initializer_repeat1, 2, 0, 0), SHIFT_REPEAT(140),
[3408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25),
[3410] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_for_statement_repeat1, 2, 0, 104), SHIFT_REPEAT(225),
[3413] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_for_statement_repeat1, 2, 0, 104),
[3415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(532),
[3417] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1433),
[3419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(133),
[3421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(701),
[3423] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_constant, 4, 0, 166),
[3425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(141),
[3427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1192),
[3429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(131),
[3431] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_record_pattern_body_repeat1, 2, 0, 0),
[3433] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_record_pattern_body_repeat1, 2, 0, 0), SHIFT_REPEAT(448),
[3436] = {.entry = {.count = 1, .reusable = true}}, SHIFT(542),
[3438] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1127),
[3440] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1059),
[3442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1133),
[3444] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1060),
[3446] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_constant, 2, 0, 93),
[3448] = {.entry = {.count = 1, .reusable = true}}, SHIFT(418),
[3450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(965),
[3452] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1085),
[3454] = {.entry = {.count = 1, .reusable = true}}, SHIFT(926),
[3456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1090),
[3458] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__method_declarator, 3, 0, 76),
[3460] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__variable_declarator_list_repeat1, 2, 0, 78), SHIFT_REPEAT(1020),
[3463] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__variable_declarator_list_repeat1, 2, 0, 78),
[3465] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_argument_list_repeat1, 2, 0, 0), SHIFT_REPEAT(233),
[3468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(712),
[3470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1023),
[3472] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_cast_expression_repeat1, 2, 0, 48),
[3474] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_cast_expression_repeat1, 2, 0, 48), SHIFT_REPEAT(834),
[3477] = {.entry = {.count = 1, .reusable = true}}, SHIFT(997),
[3479] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_annotation_argument_list_repeat1, 2, 0, 0),
[3481] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_annotation_argument_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1050),
[3484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(260),
[3486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(417),
[3488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1088),
[3490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(40),
[3492] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_type_arguments_repeat1, 2, 0, 0),
[3494] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_arguments_repeat1, 2, 0, 0), SHIFT_REPEAT(774),
[3497] = {.entry = {.count = 1, .reusable = true}}, SHIFT(41),
[3499] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_array_initializer_repeat1, 2, 0, 0), SHIFT_REPEAT(147),
[3502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1531),
[3504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(257),
[3506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(62),
[3508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(64),
[3510] = {.entry = {.count = 1, .reusable = true}}, SHIFT(65),
[3512] = {.entry = {.count = 1, .reusable = true}}, SHIFT(70),
[3514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(71),
[3516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(72),
[3518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(74),
[3520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(138),
[3522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(408),
[3524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(407),
[3526] = {.entry = {.count = 1, .reusable = true}}, SHIFT(88),
[3528] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__variable_declarator_list, 2, 0, 42),
[3530] = {.entry = {.count = 1, .reusable = true}}, SHIFT(94),
[3532] = {.entry = {.count = 1, .reusable = true}}, SHIFT(96),
[3534] = {.entry = {.count = 1, .reusable = true}}, SHIFT(97),
[3536] = {.entry = {.count = 1, .reusable = true}}, SHIFT(102),
[3538] = {.entry = {.count = 1, .reusable = true}}, SHIFT(103),
[3540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(104),
[3542] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17),
[3544] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1098),
[3546] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1099),
[3548] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_switch_rule, 3, 0, 0),
[3550] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1095),
[3552] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_inferred_parameters_repeat1, 2, 0, 0),
[3554] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_inferred_parameters_repeat1, 2, 0, 0), SHIFT_REPEAT(1075),
[3557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(188),
[3559] = {.entry = {.count = 1, .reusable = true}}, SHIFT(158),
[3561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(193),
[3563] = {.entry = {.count = 1, .reusable = true}}, SHIFT(958),
[3565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(925),
[3567] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__method_header, 3, 0, 12),
[3569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1048),
[3571] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_element_value_pair, 3, 0, 135),
[3573] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_pattern_component, 3, 0, 0),
[3575] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1123),
[3577] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1137),
[3579] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1064),
[3581] = {.entry = {.count = 1, .reusable = true}}, SHIFT(439),
[3583] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1525),
[3585] = {.entry = {.count = 1, .reusable = true}}, SHIFT(382),
[3587] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__method_header, 4, 0, 38),
[3589] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_switch_label, 1, 0, 0),
[3591] = {.entry = {.count = 1, .reusable = true}}, SHIFT(132),
[3593] = {.entry = {.count = 1, .reusable = true}}, SHIFT(483),
[3595] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__variable_declarator_list_repeat1, 2, 0, 77),
[3597] = {.entry = {.count = 1, .reusable = true}}, SHIFT(126),
[3599] = {.entry = {.count = 1, .reusable = true}}, SHIFT(413),
[3601] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_pattern_component, 1, 0, 0),
[3603] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_cast_expression_repeat1, 2, 0, 47),
[3605] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_spread_parameter, 4, 0, 81),
[3607] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_receiver_parameter, 2, 0, 0),
[3609] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameter, 3, 0, 16),
[3611] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_spread_parameter, 3, 0, 49),
[3613] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_spread_parameter, 4, 0, 84),
[3615] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_receiver_parameter, 4, 0, 0),
[3617] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__wildcard_bounds, 2, 0, 0),
[3619] = {.entry = {.count = 1, .reusable = false}}, SHIFT(627),
[3621] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_parameter, 2, 0, 15),
[3623] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_wildcard, 3, 0, 0),
[3625] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1111),
[3627] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1055),
[3629] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__method_header, 5, 0, 75),
[3631] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1010),
[3633] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1112),
[3635] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_spread_parameter, 5, 0, 121),
[3637] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_super_interfaces, 2, 0, 0),
[3639] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1113),
[3641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(80),
[3643] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1365),
[3645] = {.entry = {.count = 1, .reusable = true}}, SHIFT(371),
[3647] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_pattern_component, 2, 0, 0),
[3649] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__constructor_declarator, 3, 0, 125),
[3651] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1528),
[3653] = {.entry = {.count = 1, .reusable = true}}, SHIFT(385),
[3655] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_switch_label, 4, 0, 0),
[3657] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__constructor_declarator, 2, 0, 40),
[3659] = {.entry = {.count = 1, .reusable = false}}, SHIFT(602),
[3661] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_receiver_parameter, 3, 0, 0),
[3663] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1471),
[3665] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameter, 2, 0, 2),
[3667] = {.entry = {.count = 1, .reusable = true}}, SHIFT(402),
[3669] = {.entry = {.count = 1, .reusable = true}}, SHIFT(370),
[3671] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_parameter, 3, 0, 44),
[3673] = {.entry = {.count = 1, .reusable = true}}, SHIFT(391),
[3675] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1269),
[3677] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_extends_interfaces, 2, 0, 0),
[3679] = {.entry = {.count = 1, .reusable = true}}, SHIFT(694),
[3681] = {.entry = {.count = 1, .reusable = true}}, SHIFT(411),
[3683] = {.entry = {.count = 1, .reusable = true}}, SHIFT(412),
[3685] = {.entry = {.count = 1, .reusable = true}}, SHIFT(496),
[3687] = {.entry = {.count = 1, .reusable = true}}, SHIFT(148),
[3689] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_permits, 2, 0, 0),
[3691] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1062),
[3693] = {.entry = {.count = 1, .reusable = true}}, SHIFT(863),
[3695] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1027),
[3697] = {.entry = {.count = 1, .reusable = true}}, SHIFT(119),
[3699] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1372),
[3701] = {.entry = {.count = 1, .reusable = true}}, SHIFT(340),
[3703] = {.entry = {.count = 1, .reusable = true}}, SHIFT(283),
[3705] = {.entry = {.count = 1, .reusable = true}}, SHIFT(276),
[3707] = {.entry = {.count = 1, .reusable = true}}, SHIFT(343),
[3709] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1487),
[3711] = {.entry = {.count = 1, .reusable = true}}, SHIFT(414),
[3713] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_resource_specification, 3, 0, 0),
[3715] = {.entry = {.count = 1, .reusable = true}}, SHIFT(644),
[3717] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1195),
[3719] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1030),
[3721] = {.entry = {.count = 1, .reusable = true}}, ACCEPT_INPUT(),
[3723] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_catch_formal_parameter, 2, 0, 132),
[3725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1206),
[3727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(692),
[3729] = {.entry = {.count = 1, .reusable = true}}, SHIFT(682),
[3731] = {.entry = {.count = 1, .reusable = true}}, SHIFT(617),
[3733] = {.entry = {.count = 1, .reusable = true}}, SHIFT(686),
[3735] = {.entry = {.count = 1, .reusable = true}}, SHIFT(355),
[3737] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__default_value, 2, 0, 206),
[3739] = {.entry = {.count = 1, .reusable = true}}, SHIFT(668),
[3741] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1029),
[3743] = {.entry = {.count = 1, .reusable = true}}, SHIFT(240),
[3745] = {.entry = {.count = 1, .reusable = true}}, SHIFT(375),
[3747] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1076),
[3749] = {.entry = {.count = 1, .reusable = true}}, SHIFT(309),
[3751] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1033),
[3753] = {.entry = {.count = 1, .reusable = true}}, SHIFT(571),
[3755] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1247),
[3757] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1560),
[3759] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1390),
[3761] = {.entry = {.count = 1, .reusable = true}}, SHIFT(622),
[3763] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1191),
[3765] = {.entry = {.count = 1, .reusable = true}}, SHIFT(410),
[3767] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_resource_specification, 4, 0, 0),
[3769] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_inferred_parameters, 3, 0, 0),
[3771] = {.entry = {.count = 1, .reusable = true}}, SHIFT(661),
[3773] = {.entry = {.count = 1, .reusable = true}}, SHIFT(491),
[3775] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_inferred_parameters, 4, 0, 0),
[3777] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_resource_specification, 5, 0, 0),
[3779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(268),
[3781] = {.entry = {.count = 1, .reusable = true}}, SHIFT(139),
[3783] = {.entry = {.count = 1, .reusable = true}}, SHIFT(669),
[3785] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1083),
[3787] = {.entry = {.count = 1, .reusable = true}}, SHIFT(484),
[3789] = {.entry = {.count = 1, .reusable = true}}, SHIFT(118),
[3791] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1038),
[3793] = {.entry = {.count = 1, .reusable = true}}, SHIFT(214),
[3795] = {.entry = {.count = 1, .reusable = true}}, SHIFT(120),
[3797] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1067),
[3799] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_catch_formal_parameter, 3, 0, 157),
[3801] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1425),
[3803] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_asterisk, 1, 0, 0),
};
#ifdef __cplusplus
extern "C" {
#endif
#ifdef TREE_SITTER_HIDE_SYMBOLS
#define TS_PUBLIC
#elif defined(_WIN32)
#define TS_PUBLIC __declspec(dllexport)
#else
#define TS_PUBLIC __attribute__((visibility("default")))
#endif
TS_PUBLIC const TSLanguage *tree_sitter_java_orchard(void) {
static const TSLanguage language = {
.abi_version = LANGUAGE_VERSION,
.symbol_count = SYMBOL_COUNT,
.alias_count = ALIAS_COUNT,
.token_count = TOKEN_COUNT,
.external_token_count = EXTERNAL_TOKEN_COUNT,
.state_count = STATE_COUNT,
.large_state_count = LARGE_STATE_COUNT,
.production_id_count = PRODUCTION_ID_COUNT,
.field_count = FIELD_COUNT,
.max_alias_sequence_length = MAX_ALIAS_SEQUENCE_LENGTH,
.parse_table = &ts_parse_table[0][0],
.small_parse_table = ts_small_parse_table,
.small_parse_table_map = ts_small_parse_table_map,
.parse_actions = ts_parse_actions,
.symbol_names = ts_symbol_names,
.field_names = ts_field_names,
.field_map_slices = ts_field_map_slices,
.field_map_entries = ts_field_map_entries,
.symbol_metadata = ts_symbol_metadata,
.public_symbol_map = ts_symbol_map,
.alias_map = ts_non_terminal_alias_map,
.alias_sequences = &ts_alias_sequences[0][0],
.lex_modes = (const void*)ts_lex_modes,
.lex_fn = ts_lex,
.keyword_lex_fn = ts_lex_keywords,
.keyword_capture_token = sym_identifier,
.primary_state_ids = ts_primary_state_ids,
};
return &language;
}
#ifdef __cplusplus
}
#endif